:root {
    --asphalt-900: #1b1e22;
    --asphalt-800: #24282d;
    --asphalt-700: #2e3238;
    --asphalt-600: #3b4047;
    --asphalt-400: #6b7079;
    --asphalt-200: #c9ccd1;
    --asphalt-100: #e6e8ea;
    --lime-700: #3f7a14;
    --lime-600: #4f8f1c;
    --lime-500: #5ea326;
    --lime-200: #d9e9c8;
    --paper: #f3f4f2;
    --white: #ffffff;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; background: var(--asphalt-900); color: #fff; -webkit-font-smoothing: antialiased; line-height: 1.5; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
button { font-family: inherit; }

.sh-container { width: min(1180px, 100% - clamp(18px, 4vw, 48px) * 2); margin-inline: auto; }

.sh-hide-mobile { display: none !important; }
@media (min-width: 860px) { .sh-hide-mobile { display: flex !important; } }

.sh-gradient-text {
    background-image: linear-gradient(to right, var(--lime-500), var(--lime-600));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Scrollbar */
::-webkit-scrollbar { height: 4px; width: 4px; }
::-webkit-scrollbar-track { background: rgba(255,255,255,0.02); }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 2px; }

/* Glow bg effects */
.sh-glow { position: absolute; border-radius: 50%; filter: blur(140px); pointer-events: none; z-index: 0; }
.sh-glow--tl { top: 0; left: 25%; width: 500px; height: 500px; background: rgba(101,163,13,0.1); }
.sh-glow--br { bottom: 0; right: 25%; width: 400px; height: 400px; background: rgba(124,58,237,0.1); }
.sh-glow--tr { top: 0; right: 10%; width: 400px; height: 400px; background: rgba(101,163,13,0.12); }

/* Badges */
.sh-badge { display: inline-flex; align-items: center; gap: 8px; border-radius: 9999px; padding: 0.375rem 1rem; font-size: 0.875rem; font-weight: 500; margin-bottom: 1.5rem; }
.sh-badge--blue { border: 1px solid rgba(124,207,63,0.3); background: rgba(124,207,63,0.1); color: var(--lime-500); }
.sh-badge--blue-light { border: 1px solid rgba(101,163,13,0.3); background: rgba(101,163,13,0.08); color: var(--lime-600); }

/* Buttons */
.sh-btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 12px; font-weight: 600; cursor: pointer; transition: all 0.2s; border: none; font-family: inherit; font-size: 0.9375rem; line-height: 1.25; text-decoration: none; box-sizing: border-box; }
.sh-btn--primary { background: var(--lime-600); color: #fff; padding: 0.75rem 1.5rem; border: 1.5px solid var(--lime-600); }
.sh-btn--primary:hover { background: var(--lime-500); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(101,163,13,0.3); }
.sh-btn--ghost { background: rgba(255,255,255,0.05); color: #fff; border: 1px solid rgba(255,255,255,0.1); padding: 0.75rem 1.5rem; }
.sh-btn--ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); }
.sh-btn.sh-btn--sm { padding: 0.5rem 1rem; font-size: 0.875rem; }
.sh-btn--lg { padding: 1rem 2.5rem; font-size: 1.0625rem; }
.sh-btn--full { width: 100%; justify-content: center; }
.sh-btn--glow { box-shadow: 0 0 30px rgba(101,163,13,0.35); }
.sh-btn--outline-dark { background: transparent; color: #374151; border: 1.5px solid #d1d5db; padding: 0.75rem 1.5rem; border-radius: 12px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; transition: all 0.2s; cursor: pointer; font-size: 0.9375rem; font-family: inherit; }
.sh-btn--outline-dark:hover { border-color: var(--lime-600); color: var(--lime-600); }
.sh-btn--outline-light { background: transparent; color: var(--lime-500); border: 1.5px solid rgba(124,207,63,0.4); padding: 1rem 2.5rem; border-radius: 12px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; transition: all 0.2s; cursor: pointer; font-size: 1.0625rem; font-family: inherit; line-height: 1.25; box-sizing: border-box; }
.sh-btn--outline-light:hover { border-color: var(--lime-500); color: #a3d96b; background: rgba(124,207,63,0.1); }

/* Header */
.sh-header { position: sticky; top: 0; z-index: 100; background: rgba(36,40,45,0.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); color: #fff; border-bottom: 1px solid rgba(255,255,255,0.06); }
.sh-header--scrolled { background: rgba(36,40,45,0.95); }
.sh-header__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 2rem; }
.sh-header__logo { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; }
.sh-logo__mark { width: 34px; height: 34px; flex: none; }
.sh-logo-text { font-weight: 800; font-size: 1.1rem; letter-spacing: -0.02em; color: #fff; }
.sh-logo-text b { color: var(--lime-600); }
.sh-header__nav { display: none; gap: 6px; }
@media (min-width: 860px) { .sh-header__nav { display: flex; } }
.sh-nav__link { padding: 10px 14px; border-radius: 999px; font-weight: 600; font-size: 15px; color: var(--asphalt-200); transition: color 0.2s, background 0.2s; text-decoration: none; }
.sh-nav__link:hover { color: #fff; background: rgba(255,255,255,0.06); }
.sh-header__actions { display: flex; align-items: center; gap: 0.75rem; }
.sh-burger { display: flex; flex-direction: column; gap: 5px; background: transparent; border: none; padding: 8px; cursor: pointer; }
@media (min-width: 860px) { .sh-burger { display: none; } }
.sh-burger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.3s; }
.sh-burger.open span:nth-child(1) { transform: rotate(45deg) translateY(7px); }
.sh-burger.open span:nth-child(2) { opacity: 0; }
.sh-burger.open span:nth-child(3) { transform: rotate(-45deg) translateY(-7px); }
@keyframes sh-fadeInUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.sh-btn--block { width: 100%; justify-content: center; padding: 0.875rem 1.5rem; }
.sh-mobile-menu { position: fixed; inset: 0; z-index: 200; pointer-events: none; visibility: hidden; transition: visibility 0s linear 0.35s; }
.sh-mobile-menu.open { pointer-events: auto; visibility: visible; transition: visibility 0s linear 0s; }
.sh-mobile-menu__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); opacity: 0; transition: opacity 0.35s ease; }
.sh-mobile-menu.open .sh-mobile-menu__overlay { opacity: 1; }
.sh-mobile-menu__panel { position: absolute; top: 0; right: 0; width: 80%; max-width: 320px; height: 100%; background: #181b20; border-left: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; padding: 0 1.5rem 2rem; gap: 0; transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
.sh-mobile-menu__header { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; margin-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,0.06); height: 72px; }
.sh-mobile-menu__close { background: none; border: none; color: #9ca3af; cursor: pointer; padding: 4px; transition: color 0.2s; }
.sh-mobile-menu__close:hover { color: #fff; }
.sh-mobile-menu.open .sh-mobile-menu__panel { transform: translateX(0); }
.sh-mobile-menu__link { color: #d1d5db; font-size: 1.125rem; font-weight: 600; text-decoration: none; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.06); transition: color 0.2s; opacity: 0; transform: translateX(20px); }
.sh-mobile-menu.open .sh-mobile-menu__link { animation: sh-fadeInUp 0.35s ease forwards; }
.sh-mobile-menu.open .sh-mobile-menu__link:nth-child(1) { animation-delay: 0.1s; }
.sh-mobile-menu.open .sh-mobile-menu__link:nth-child(2) { animation-delay: 0.15s; }
.sh-mobile-menu.open .sh-mobile-menu__link:nth-child(3) { animation-delay: 0.2s; }
.sh-mobile-menu__link:hover { color: #fff; }
.sh-mobile-menu__actions { display: flex; flex-direction: column; gap: 0.75rem; margin-top: auto; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.08); opacity: 0; }
.sh-mobile-menu.open .sh-mobile-menu__actions { animation: sh-fadeInUp 0.4s ease 0.25s forwards; }
@media (min-width: 768px) { .sh-mobile-menu { display: none !important; } }

/* Hero */
.sh-hero { position: relative; background: var(--asphalt-900); color: #fff; overflow: hidden; isolation: isolate; }
.sh-hero__road { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: 0.5; }
.sh-hero__road svg { width: 100%; height: 100%; }
.sh-road-dash { stroke: var(--lime-600); stroke-width: 6; stroke-dasharray: 60 40; animation: sh-roll 4s linear infinite; }
@keyframes sh-roll { to { stroke-dashoffset: -200; } }
.sh-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; min-height: min(78vh, 720px); padding: clamp(40px, 6vw, 72px) 0; }
.sh-hero__content { max-width: 100%; }
.sh-hero__title { font-size: clamp(2rem, 5.6vw, 4.25rem); font-weight: 900; line-height: 1.12; color: #fff; letter-spacing: -0.035em; margin-bottom: 1.25rem; }
.sh-hero__subtitle { color: #9ca3af; font-size: clamp(1rem, 1.7vw, 1.3rem); max-width: 52ch; line-height: 1.55; margin-bottom: 1.75rem; }
.sh-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 0; }
.sh-hero__facts { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.1); list-style: none; }
.sh-hero__facts li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: #c9ccd1; }
.sh-hero__facts svg { width: 18px; height: 18px; color: var(--lime-600); flex: none; }
.sh-hero__visual { position: relative; display: grid; place-items: center; }
.sh-hero__photo { position: relative; width: 100%; border-radius: 14px; overflow: hidden; aspect-ratio: 4/3.2; box-shadow: 0 30px 60px -30px rgba(0,0,0,0.7); }
.sh-hero__photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); animation: sh-kenburns 14s ease-in-out infinite alternate; }
@keyframes sh-kenburns { from { transform: scale(1.08) translate(0,0); } to { transform: scale(1.14) translate(-2%,-2%); } }
.sh-hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(27,30,34,0.7)); }
.sh-hero__badge { position: absolute; left: 18px; bottom: 18px; z-index: 2; display: flex; align-items: center; gap: 12px; background: rgba(27,30,34,0.72); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.12); padding: 12px 16px; border-radius: 12px; color: #fff; font-size: 14px; }
.sh-hero__badge b { display: block; font-size: 20px; line-height: 1; color: var(--lime-600); }
.sh-hero__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--lime-600); box-shadow: 0 0 0 0 rgba(94,163,38,0.6); animation: sh-ping 1.8s infinite; }
@keyframes sh-ping { 70% { box-shadow: 0 0 0 12px rgba(94,163,38,0); } 100% { box-shadow: 0 0 0 0 rgba(94,163,38,0); } }
@media (max-width: 860px) { .sh-hero__inner { grid-template-columns: 1fr; min-height: auto; } .sh-hero__visual { order: -1; } }
@media (max-width: 639px) { .sh-hero__actions { flex-direction: column; } .sh-hero__actions .sh-btn { width: 100%; justify-content: center; } }

.sh-ticker { background: var(--lime-600); color: #fff; overflow: hidden; padding: 12px 0; font-weight: 700; font-size: 15px; white-space: nowrap; }
.sh-ticker__track { display: inline-flex; gap: 0; animation: sh-ticker 40s linear infinite; will-change: transform; }
.sh-ticker__track span { padding: 0 28px; position: relative; }
.sh-ticker__track span::after { content: ""; position: absolute; right: -3px; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.7); transform: translateY(-50%); }
@keyframes sh-ticker { to { transform: translateX(-50%); } }

/* Sections */
.sh-section { padding: 2.5rem 0; }
@media (min-width: 1024px) { .sh-section { padding: 3rem 0; } }
.sh-section--dark { background: #181b20; position: relative; overflow: hidden; }
.sh-section--light { background: #f9fafb; }
.sh-section__header { margin-bottom: 3rem; }
.sh-section__header--center { text-align: center; }
.sh-section__title { font-size: clamp(1.75rem, 4vw, 3rem); font-weight: 900; letter-spacing: -0.02em; color: #fff; line-height: 1.1; margin: 1rem 0; }
.sh-section__title--dark { color: #1e2128; }
.sh-section__subtitle { color: #9ca3af; font-size: 1rem; max-width: 42rem; line-height: 1.7; }
.sh-section__subtitle--dark { color: #6b7280; }
.sh-section__header--center .sh-section__subtitle { margin: 0 auto; }

/* Grids */
.sh-grid--3 { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .sh-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .sh-grid--3 { grid-template-columns: repeat(3, 1fr); } }
.sh-grid--4 { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .sh-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .sh-grid--4 { grid-template-columns: repeat(4, 1fr); } }

/* Light cards */
.sh-card--light { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 2rem; display: flex; flex-direction: column; gap: 1rem; box-shadow: 0 1px 3px rgba(0,0,0,0.07); transition: box-shadow 0.2s, transform 0.2s; }
.sh-card--light:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); transform: translateY(-2px); }
.sh-card__icon { width: 48px; height: 48px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 0.5rem; }
.sh-icon-bg--red { background: #fef2f2; } .sh-icon-text--red { color: #dc2626; }
.sh-icon-bg--blue { background: #eff6ff; } .sh-icon-text--blue { color: var(--lime-600); }
.sh-icon-bg--yellow { background: #fefce8; } .sh-icon-text--yellow { color: #ca8a04; }
.sh-icon-bg--gray { background: #f3f4f6; } .sh-icon-text--gray { color: #4b5563; }
.sh-icon-bg--green { background: #f0fdf4; } .sh-icon-text--green { color: #16a34a; }
.sh-icon-bg--purple { background: #faf5ff; } .sh-icon-text--purple { color: #7c3aed; }
.sh-icon-bg--cyan { background: #ecfeff; } .sh-icon-text--cyan { color: #0891b2; }
.sh-card__title--dark { font-size: 1.1rem; font-weight: 700; color: #1e2128; }
.sh-card__desc--dark { color: #6b7280; font-size: 0.9375rem; line-height: 1.6; }

/* Steps */
.sh-steps { display: grid; grid-template-columns: 1fr; gap: 0; position: relative; }
@media (min-width: 1024px) { .sh-steps { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }
.sh-step { position: relative; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 2rem 1.5rem; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1rem; transition: all 0.3s; margin-bottom: 2.5rem; }
.sh-step:last-child { margin-bottom: 0; }
@media (min-width: 1024px) { .sh-step { margin-bottom: 0; } }
.sh-step:hover { background: rgba(255,255,255,0.06); transform: translateY(-4px); }
.sh-step__connector { display: block; position: absolute; left: 50%; bottom: -2.5rem; width: 2px; height: 2.5rem; background: linear-gradient(to bottom, rgba(255,255,255,0.15), transparent); }
.sh-step:last-child .sh-step__connector { display: none; }
@media (min-width: 1024px) { .sh-step__connector { left: auto; right: -1.5rem; top: 50%; bottom: auto; width: 1.5rem; height: 2px; background: linear-gradient(to right, rgba(255,255,255,0.15), transparent); transform: translateY(-50%); } }
.sh-step__header { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.sh-step__icon { width: 64px; height: 64px; flex-shrink: 0; border-radius: 16px; display: flex; align-items: center; justify-content: center; transition: transform 0.3s, box-shadow 0.3s; }
.sh-step:hover .sh-step__icon { transform: scale(1.1); }
.sh-step--blue .sh-step__icon { background: rgba(101,163,13,0.2); color: var(--lime-500); border: 1px solid rgba(124,207,63,0.3); box-shadow: 0 0 20px rgba(101,163,13,0.15); }
.sh-step--cyan .sh-step__icon { background: rgba(34,211,238,0.15); color: var(--lime-500); border: 1px solid rgba(34,211,238,0.3); box-shadow: 0 0 20px rgba(34,211,238,0.15); }
.sh-step--violet .sh-step__icon { background: rgba(124,58,237,0.2); color: #a78bfa; border: 1px solid rgba(167,139,250,0.3); box-shadow: 0 0 20px rgba(124,58,237,0.15); }
.sh-step--emerald .sh-step__icon { background: rgba(16,185,129,0.2); color: #34d399; border: 1px solid rgba(52,211,153,0.3); box-shadow: 0 0 20px rgba(16,185,129,0.15); }
.sh-step:hover .sh-step__icon { box-shadow: 0 0 30px currentColor; }
.sh-step__number { font-size: 1rem; font-weight: 800; line-height: 1; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.sh-step--blue .sh-step__number { background: rgba(101,163,13,0.3); color: var(--lime-500); }
.sh-step--cyan .sh-step__number { background: rgba(34,211,238,0.2); color: var(--lime-500); }
.sh-step--violet .sh-step__number { background: rgba(124,58,237,0.25); color: #a78bfa; }
.sh-step--emerald .sh-step__number { background: rgba(16,185,129,0.25); color: #34d399; }
.sh-step__title { font-size: 1.1rem; font-weight: 700; }
.sh-step--blue .sh-step__title { color: var(--lime-500); }
.sh-step--cyan .sh-step__title { color: var(--lime-500); }
.sh-step--violet .sh-step__title { color: #a78bfa; }
.sh-step--emerald .sh-step__title { color: #34d399; }
.sh-step__desc { font-size: 0.875rem; color: #9ca3af; line-height: 1.6; }

/* Bento */
.sh-bento { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 768px) { .sh-bento { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .sh-bento { grid-template-columns: repeat(3, 1fr); } }
.sh-bento__card { border-radius: 16px; border: 1px solid rgba(255,255,255,0.07); background: rgba(255,255,255,0.03); padding: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; transition: all 0.2s; }
.sh-bento__card:hover { background: rgba(255,255,255,0.06); }
@media (min-width: 1024px) { .sh-bento__card--wide { grid-column: span 2; } }
@media (min-width: 1024px) { .sh-bento__card--tall { grid-row: span 2; } }
.sh-bento__icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.sh-bento__card--blue .sh-bento__icon { background: rgba(101,163,13,0.15); color: var(--lime-500); border: 1px solid rgba(124,207,63,0.2); }
.sh-bento__card--violet .sh-bento__icon { background: rgba(124,58,237,0.15); color: #a78bfa; border: 1px solid rgba(167,139,250,0.2); }
.sh-bento__card--cyan .sh-bento__icon { background: rgba(34,211,238,0.15); color: var(--lime-500); border: 1px solid rgba(34,211,238,0.2); }
.sh-bento__card--emerald .sh-bento__icon { background: rgba(16,185,129,0.15); color: #34d399; border: 1px solid rgba(52,211,153,0.2); }
.sh-bento__card--orange .sh-bento__icon { background: rgba(249,115,22,0.15); color: #fb923c; border: 1px solid rgba(249,115,22,0.2); }
.sh-bento__card--yellow .sh-bento__icon { background: rgba(234,179,8,0.15); color: #facc15; border: 1px solid rgba(234,179,8,0.2); }
.sh-bento__title { font-weight: 700; font-size: 1rem; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.sh-bento__card--blue .sh-bento__title { background-image: linear-gradient(to right, #65a30d, #7ccf3f); }
.sh-bento__card--violet .sh-bento__title { background-image: linear-gradient(to right, #7c3aed, #a78bfa); }
.sh-bento__card--cyan .sh-bento__title { background-image: linear-gradient(to right, #0891b2, #6bc74e); }
.sh-bento__card--emerald .sh-bento__title { background-image: linear-gradient(to right, #059669, #34d399); }
.sh-bento__card--orange .sh-bento__title { background-image: linear-gradient(to right, #ea580c, #fb923c); }
.sh-bento__card--yellow .sh-bento__title { background-image: linear-gradient(to right, #ca8a04, #facc15); }
.sh-bento__desc { font-size: 0.875rem; color: #9ca3af; line-height: 1.6; }

/* Services */
.sh-svc-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; transition: all 0.2s; }
.sh-svc-card:hover { border-color: rgba(101,163,13,0.35); box-shadow: 0 8px 24px rgba(101,163,13,0.1); transform: translateY(-2px); }
.sh-svc-card__icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(101,163,13,0.08); display: flex; align-items: center; justify-content: center; color: var(--lime-600); }
.sh-svc-card__title { font-weight: 700; color: #1e2128; font-size: 1rem; }
.sh-svc-card__desc { color: #6b7280; font-size: 0.875rem; line-height: 1.6; }
.sh-services__cta { margin-top: 4rem; background: rgba(101,163,13,0.06); border: 1px solid rgba(101,163,13,0.15); border-radius: 20px; padding: 3rem; text-align: center; }
.sh-services__cta h3 { font-size: 1.5rem; font-weight: 800; color: #1e2128; margin-bottom: 0.5rem; }
.sh-services__cta p { color: #6b7280; margin-bottom: 1.5rem; }
.sh-services__cta-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* Split */
.sh-split { padding: 5rem 1rem 2rem; }
.sh-split__inner { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .sh-split__inner { grid-template-columns: 1fr 1fr; } }
.sh-split__text { display: flex; flex-direction: column; gap: 1.25rem; }
.sh-split__checks { display: flex; flex-direction: column; gap: 0.625rem; }
.sh-check { display: flex; align-items: center; gap: 10px; font-size: 0.9375rem; color: #374151; font-weight: 500; }
.sh-check svg { color: #16a34a; flex-shrink: 0; }
.sh-split__image { position: relative; border-radius: 20px; overflow: hidden; }
.sh-split__image img { width: 100%; height: 420px; object-fit: cover; border-radius: 20px; }
.sh-split__img-badge { position: absolute; bottom: 1.25rem; left: 1.25rem; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.95); border-radius: 12px; padding: 0.75rem 1.25rem; box-shadow: 0 8px 32px rgba(0,0,0,0.15); }
.sh-split__img-badge svg { color: var(--lime-600); flex-shrink: 0; }
.sh-split__img-badge p:first-child { font-weight: 700; font-size: 0.875rem; color: #1e2128; }
.sh-split__img-badge p:last-child { font-size: 0.75rem; color: #6b7280; }

/* Prices */
.sh-price-callouts { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2rem; }
@media (min-width: 768px) { .sh-price-callouts { grid-template-columns: repeat(3, 1fr); } }
.sh-price-callout { display: flex; align-items: center; gap: 1rem; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 1.25rem 1.5rem; transition: all 0.2s; }
.sh-price-callout:hover { transform: translateY(-2px); border-color: rgba(124,207,63,0.3); }
.sh-price-callout__icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: rgba(101,163,13,0.2); color: var(--lime-500); border: 1px solid rgba(124,207,63,0.2); flex-shrink: 0; }
.sh-price-callout__label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.05em; color: #6b7280; font-weight: 600; }
.sh-price-callout__value { font-size: 1.1rem; font-weight: 700; color: #fff; }
.sh-tabs { }
.sh-tabs__nav { display: flex; gap: 4px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 6px; margin-bottom: 1.5rem; }
.sh-tabs__btn { flex: 1; padding: 0.75rem; border-radius: 10px; border: none; cursor: pointer; font-weight: 600; font-size: 0.875rem; transition: all 0.3s; color: #9ca3af; background: transparent; font-family: inherit; }
.sh-tabs__btn:hover { color: #fff; }
.sh-tabs__btn--active { background: var(--lime-600); color: #fff; box-shadow: 0 0 20px rgba(101,163,13,0.35); }
.sh-tab-panel { display: none; }
.sh-tab-panel--active { display: block; }
.sh-price-table-wrap { margin-bottom: 1.5rem; border-radius: 16px; border: 1px solid rgba(255,255,255,0.08); background: rgba(15,18,30,0.5); overflow: hidden; transition: all 0.2s; }
.sh-price-table-wrap:hover { transform: translateY(-2px); border-color: rgba(124,207,63,0.3); }
.sh-price-group-name { padding: 0.875rem 1.5rem; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255,255,255,0.3); border-bottom: 1px solid rgba(255,255,255,0.05); background: rgba(255,255,255,0.02); font-weight: 600; }
.sh-table-scroll { overflow-x: auto; }
.sh-price-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.sh-price-table thead tr { background: rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.08); }
.sh-price-table th { padding: 1.25rem 1.5rem; text-align: center; font-weight: 700; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--lime-500); white-space: nowrap; }
.sh-price-table__sticky { position: sticky; left: 0; z-index: 10; text-align: left; }
.sh-price-table thead .sh-price-table__sticky { background: #0c0e12; color: #9ca3af; }
.sh-price-table tbody tr { border-bottom: 1px solid rgba(255,255,255,0.04); transition: background 0.15s; }
.sh-price-table tbody tr:hover { background: rgba(255,255,255,0.04); }
.sh-price-table td { padding: 1rem 1.5rem; text-align: center; color: #d1d5db; white-space: nowrap; font-family: monospace; }
.sh-price-table tbody .sh-price-table__sticky { background: #181b20; color: #fff; font-weight: 500; font-family: 'Inter', sans-serif; }
.sh-price-table tbody tr:hover .sh-price-table__sticky { background: #12141a; }
.sh-price--na { opacity: 0.2; }
.sh-price-extras { margin-top: 2.5rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 1.5rem; }
.sh-price-extras__title { font-weight: 700; color: #fff; margin-bottom: 0.25rem; }
.sh-price-extras__sub { color: #6b7280; font-size: 0.875rem; margin-bottom: 1rem; }
.sh-price-extras__grid { display: grid; grid-template-columns: 1fr; gap: 0.75rem; }
@media (min-width: 768px) { .sh-price-extras__grid { grid-template-columns: repeat(2, 1fr); } }
.sh-extra-item { display: flex; justify-content: space-between; gap: 1rem; padding: 0.75rem 1rem; background: rgba(255,255,255,0.03); border-radius: 10px; font-size: 0.875rem; color: #d1d5db; flex-wrap: wrap; }
.sh-extra-item__price { color: var(--lime-500); font-weight: 600; white-space: nowrap; }
.sh-price-note { margin-top: 1.5rem; display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: #6b7280; }

/* FAQ */
.sh-faq { max-width: 48rem; margin: 0 auto; display: flex; flex-direction: column; gap: 0.5rem; }
.sh-faq__item { border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; }
.sh-faq__item.open { border-color: rgba(101,163,13,0.35); }
.sh-faq__question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.25rem 1.5rem; background: #fff; border: none; cursor: pointer; text-align: left; font-weight: 600; color: #1e2128; font-size: 1rem; transition: background 0.15s; font-family: inherit; }
.sh-faq__question:hover { background: #f9fafb; }
.sh-faq__chevron { flex-shrink: 0; color: #6b7280; transition: transform 0.3s; }
.sh-faq__item.open .sh-faq__chevron { transform: rotate(180deg); color: var(--lime-600); }
.sh-faq__answer { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.sh-faq__answer p { padding: 0 1.5rem 1.25rem; color: #6b7280; line-height: 1.7; margin: 0; }

/* Contacts */
.sh-contacts__grid { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 3rem; }
@media (min-width: 640px) { .sh-contacts__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .sh-contacts__grid { grid-template-columns: repeat(4, 1fr); } }
.sh-contact-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; transition: all 0.2s; }
.sh-contact-card:hover { background: rgba(255,255,255,0.06); transform: translateY(-3px); }
.sh-contact-card__icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.sh-contact-card__icon--blue { background: rgba(101,163,13,0.2); color: var(--lime-500); border: 1px solid rgba(124,207,63,0.2); }
.sh-contact-card__icon--cyan { background: rgba(34,211,238,0.15); color: var(--lime-500); border: 1px solid rgba(34,211,238,0.2); }
.sh-contact-card__icon--violet { background: rgba(124,58,237,0.2); color: #a78bfa; border: 1px solid rgba(167,139,250,0.2); }
.sh-contact-card__icon--emerald { background: rgba(16,185,129,0.2); color: #34d399; border: 1px solid rgba(52,211,153,0.2); }
.sh-contact-card__title { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.06em; color: #6b7280; font-weight: 600; }
.sh-contact-card__text { font-size: 1.125rem; font-weight: 700; color: #fff; text-decoration: none; display: block; }
.sh-contact-card__sub { font-size: 0.8rem; color: #4b5563; }
.sh-contacts__form-wrap { max-width: 42rem; margin: 0 auto; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 20px; padding: 2rem; }
.sh-contacts__form-title { font-size: 1.5rem; font-weight: 800; color: #fff; margin-bottom: 0.25rem; }
.sh-contacts__form-sub { color: #6b7280; font-size: 0.9rem; margin-bottom: 1.5rem; }

/* Forms */
.sh-form__group { display: flex; flex-direction: column; gap: 0.375rem; margin-bottom: 1rem; }
.sh-form__label { font-size: 0.875rem; font-weight: 500; color: #9ca3af; }
.sh-form__input { width: 100%; padding: 0.875rem 1rem; border-radius: 10px; font-size: 0.9375rem; transition: all 0.2s; outline: none; font-family: inherit; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #fff; }
.sh-form__input::placeholder { color: #4b5563; }
.sh-form__input:focus { border-color: var(--lime-600); box-shadow: 0 0 0 2px rgba(101,163,13,0.2); }
.sh-form__textarea { resize: vertical; min-height: 120px; }
.sh-form__privacy { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; color: #6b7280; margin-top: 0.75rem; }
.sh-form__success { text-align: center; padding: 2rem; color: #34d399; font-weight: 600; }
.sh-success-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(52,211,153,0.15); color: #34d399; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin: 0 auto 1rem; }
.sh-form__success h4 { color: #fff; font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; }
.sh-form__success p { color: #9ca3af; font-size: 0.9rem; }

/* Footer */
.sh-footer { background: #050709; border-top: 1px solid rgba(255,255,255,0.05); padding: 4rem 1rem 2rem; }
.sh-footer__grid { display: grid; grid-template-columns: 1fr; gap: 3rem; margin-bottom: 3rem; }
@media (min-width: 768px) { .sh-footer__grid { grid-template-columns: 2fr 1fr 1fr; } }
.sh-footer__desc { color: #6b7280; font-size: 0.9rem; line-height: 1.7; margin: 1rem 0 0.5rem; }
.sh-footer__geo { display: flex; align-items: center; gap: 6px; color: #4b5563; font-size: 0.8rem; }
.sh-footer__heading { font-weight: 700; color: #9ca3af; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem; }
.sh-footer__links { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.sh-footer__links a { color: #6b7280; text-decoration: none; font-size: 0.9rem; transition: color 0.2s; }
.sh-footer__links a:hover { color: #fff; }
.sh-footer__bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.8rem; color: #4b5563; }
.sh-footer__bottom a { color: #4b5563; text-decoration: none; transition: color 0.2s; }
.sh-footer__bottom a:hover { color: #fff; }

/* Modal */
.sh-modal-overlay { position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,0.7); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; padding: 1rem; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.sh-modal-overlay.open { opacity: 1; pointer-events: auto; }
.sh-modal { background: #111622; border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 2rem; max-width: 480px; width: 100%; position: relative; transform: scale(0.95); transition: transform 0.3s; }
.sh-modal-overlay.open .sh-modal { transform: scale(1); }
.sh-modal__close { position: absolute; top: 1rem; right: 1rem; background: rgba(255,255,255,0.05); border: none; color: #9ca3af; width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s; }
.sh-modal__close:hover { background: rgba(255,255,255,0.1); }
.sh-modal__title { font-size: 1.375rem; font-weight: 800; color: #fff; margin-bottom: 1.5rem; }

/* Page hero */
.sh-page-hero { background: #181b20; padding: 8rem 1rem 4rem; position: relative; overflow: hidden; }
.sh-page-hero::before { content: ''; position: absolute; top: -10%; right: -10%; width: 50%; height: 100%; background: rgba(101,163,13,0.15); filter: blur(120px); border-radius: 50%; pointer-events: none; }
.sh-page-hero .sh-section__title { margin-top: 1rem; font-size: clamp(2rem, 5vw, 3.5rem); }
.sh-page-hero .sh-section__subtitle { max-width: 42rem; margin-top: 1rem; }

.sh-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
@media (min-width: 640px) { .sh-gallery { grid-template-columns: repeat(4, 1fr); gap: 0.75rem; } }
.sh-gallery__item { position: relative; border-radius: 12px; overflow: hidden; cursor: pointer; aspect-ratio: 1/1; }
.sh-gallery__item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.sh-gallery__item:nth-child(6) { grid-column: span 2; aspect-ratio: 2/1; }
@media (max-width: 639px) { .sh-gallery__item:nth-child(1) { aspect-ratio: 1/1; } .sh-gallery__item:nth-child(6) { grid-column: span 2; aspect-ratio: 16/9; } }
.sh-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s; }
.sh-gallery__item:hover img { transform: scale(1.08); filter: brightness(0.7); }
.sh-gallery__overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.3); opacity: 0; transition: opacity 0.3s; color: #fff; }
.sh-gallery__item:hover .sh-gallery__overlay { opacity: 1; }
.sh-lightbox { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; visibility: hidden; opacity: 0; transition: visibility 0s linear 0.3s, opacity 0.3s; }
.sh-lightbox.open { visibility: visible; opacity: 1; transition: visibility 0s linear 0s, opacity 0.3s; }
.sh-lightbox__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.92); }
.sh-lightbox__img { position: relative; z-index: 1; max-width: 90vw; max-height: 85vh; border-radius: 8px; object-fit: contain; transition: transform 0.3s; }
.sh-lightbox__close { position: absolute; top: 1rem; right: 1rem; z-index: 2; background: rgba(255,255,255,0.1); border: none; color: #fff; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s; }
.sh-lightbox__close:hover { background: rgba(255,255,255,0.2); }
.sh-lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; background: rgba(255,255,255,0.1); border: none; color: #fff; width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s; }
.sh-lightbox__nav:hover { background: rgba(255,255,255,0.2); }
.sh-lightbox__nav--prev { left: 1rem; }
.sh-lightbox__nav--next { right: 1rem; }
.sh-lightbox__counter { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); z-index: 2; color: rgba(255,255,255,0.6); font-size: 0.875rem; font-weight: 600; }

.sh-fab-group { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: none; flex-direction: column; gap: 12px; align-items: flex-end; }
.sh-fab { width: 56px; height: 56px; border-radius: 50%; color: #fff; display: grid; place-items: center; text-decoration: none; border: none; cursor: pointer; font-family: inherit; transition: transform 0.2s, box-shadow 0.2s; }
.sh-fab svg { width: 24px; height: 24px; }
.sh-fab--phone { background: var(--lime-600); box-shadow: 0 14px 30px -10px rgba(79,143,28,0.9); animation: sh-fab-pulse 2.4s infinite; }
.sh-fab--form { background: var(--asphalt-700); box-shadow: 0 8px 20px -8px rgba(0,0,0,0.5); width: auto; height: auto; border-radius: 999px; padding: 12px 20px; font-size: 13px; font-weight: 700; letter-spacing: 0.02em; white-space: nowrap; }
.sh-fab--form:hover { transform: scale(1.05); }
.sh-fab--phone:hover { transform: scale(1.1); }
@keyframes sh-fab-pulse { 0%,100% { box-shadow: 0 14px 30px -10px rgba(79,143,28,0.9), 0 0 0 0 rgba(94,163,38,0.5); } 70% { box-shadow: 0 14px 30px -10px rgba(79,143,28,0.9), 0 0 0 18px rgba(94,163,38,0); } }
@media (max-width: 860px) { .sh-fab-group { display: flex; } }
