:root {
  --ink: #061923;
  --ink-2: #0b2633;
  --green: #4db52a;
  --green-dark: #2e8e1e;
  --cyan: #11b5e7;
  --lime: #b9ed47;
  --paper: #edf3f1;
  --white: #f8fbfa;
  --surface: #ffffff;
  --muted: #61727a;
  --line: #d8e2df;
  --danger: #bd3838;
  --font-body: "Manrope", sans-serif;
  --font-display: "Space Grotesk", sans-serif;
  --max-width: 1220px;
  --shadow: 0 24px 70px rgba(6, 25, 35, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; color: white; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.topbar { color: #bed0d5; background: #031117; font-size: 11px; }
.topbar > div { display: flex; width: min(calc(100% - 40px), var(--max-width)); min-height: 34px; margin: auto; align-items: center; justify-content: flex-end; gap: 24px; }
.topbar span, .topbar a { display: inline-flex; align-items: center; gap: 6px; }
.topbar svg { width: 13px; color: var(--lime); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(6,25,35,.94); backdrop-filter: blur(16px); }
.nav-shell { display: flex; width: min(calc(100% - 40px), var(--max-width)); height: 76px; margin: auto; align-items: center; justify-content: space-between; }
.brand img { width: 196px; filter: drop-shadow(0 0 12px rgba(17,181,231,.13)); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { color: #ccdade; font-size: 13px; font-weight: 700; }
.main-nav > a:not(.button):hover { color: white; }
.icon-button { display: inline-grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: transparent; cursor: pointer; }
.menu-toggle { display: none; color: white; border-color: rgba(255,255,255,.25); }

.button { display: inline-flex; min-height: 50px; padding: 0 22px; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; }
.button-small { min-height: 42px; padding: 0 18px; }
.button-primary, .button-lime { color: var(--ink); background: var(--lime); }
.button-primary:hover, .button-lime:hover { background: #cef872; }
.button-secondary { color: white; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.button-dark, .button-secondary-dark { color: white; background: var(--ink); }
.button-ghost { border-color: var(--line); background: white; }

.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 82% 30%, #164c59 0, #0a2632 35%, #061923 72%); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent, black); }
.hero-grid { position: relative; z-index: 2; display: grid; width: min(calc(100% - 40px), var(--max-width)); min-height: 660px; margin: auto; padding: 80px 0 70px; align-items: center; grid-template-columns: 1.03fr .97fr; gap: 70px; }
.hero-copy h1 { max-width: 720px; margin: 17px 0 23px; font-family: var(--font-display); font-size: clamp(48px, 5.3vw, 70px); line-height: 1; letter-spacing: -3px; }
.hero-copy h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 675px; margin: 0; color: #c5d5d8; font-size: 18px; line-height: 1.75; }
.eyebrow { display: flex; margin: 0 0 16px; align-items: center; gap: 9px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--green-dark); }
.hero-actions { display: flex; margin-top: 34px; gap: 12px; flex-wrap: wrap; }
.trust-list { display: flex; margin: 32px 0 0; padding: 0; gap: 24px; color: #c8d7da; list-style: none; font-size: 12px; font-weight: 700; flex-wrap: wrap; }
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list svg { width: 17px; color: var(--cyan); }

.hero-dashboard { position: relative; overflow: hidden; padding: 25px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(6,25,35,.58); box-shadow: 0 35px 90px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.hero-dashboard::after { position: absolute; width: 180px; height: 180px; right: -60px; top: -70px; border-radius: 50%; background: rgba(185,237,71,.12); filter: blur(20px); content: ""; }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; color: #bdd0d5; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; }
.dashboard-head span { display: flex; align-items: center; gap: 8px; }
.dashboard-head span i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 14px var(--lime); }
.dashboard-head strong { color: var(--lime); font-size: 12px; }
.dashboard-main { display: grid; padding: 44px 5px; align-items: center; grid-template-columns: 150px 1fr; gap: 25px; }
.radar { position: relative; display: grid; width: 145px; height: 145px; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(17,181,231,.2), rgba(17,181,231,.02) 66%); }
.radar > svg { z-index: 2; width: 42px; height: 42px; color: var(--lime); }
.radar-ring { position: absolute; border: 1px solid rgba(17,181,231,.36); border-radius: 50%; animation: pulse 3s infinite; }
.ring-a { inset: 12%; }.ring-b { inset: 28%; animation-delay: .5s; }.ring-c { inset: 42%; animation-delay: 1s; }
@keyframes pulse { 50% { opacity: .35; transform: scale(1.06); } }
.dashboard-main small { color: var(--cyan); font-size: 9px; letter-spacing: 1.8px; }
.dashboard-main strong { display: block; margin: 7px 0 10px; font-family: var(--font-display); font-size: 23px; }
.dashboard-main p { margin: 0; color: #9eb3b9; font-size: 12px; line-height: 1.6; }
.dashboard-stats { display: grid; border-top: 1px solid rgba(255,255,255,.1); grid-template-columns: repeat(3, 1fr); }
.dashboard-stats > span { display: grid; padding: 22px 10px 3px; grid-template-columns: 24px 1fr; gap: 0 7px; border-right: 1px solid rgba(255,255,255,.1); }
.dashboard-stats > span:last-child { border: 0; }
.dashboard-stats svg { width: 19px; color: var(--cyan); grid-row: 1/3; }
.dashboard-stats strong { font-size: 12px; }.dashboard-stats small { color: #829aa1; font-size: 9px; }
.hero-proof { position: relative; z-index: 2; display: flex; min-height: 60px; padding: 0 30px; align-items: center; justify-content: center; gap: 28px; color: #aebfc4; border-top: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.12); font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.hero-proof i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }

.brands-section { padding: 42px 0; border-bottom: 1px solid var(--line); background: white; }
.brands-shell { display: grid; width: min(calc(100% - 40px), var(--max-width)); margin: auto; align-items: center; grid-template-columns: .8fr 1.2fr; gap: 65px; }
.brands-heading .eyebrow { margin-bottom: 9px; font-size: 9px; }
.brands-heading h2 { margin: 0; font-family: var(--font-display); font-size: 24px; line-height: 1.15; }
.brands-heading > p:not(.eyebrow) { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.brand-groups { display: grid; grid-template-columns: .8fr 1.2fr; gap: 26px; }
.brand-groups > div > span { color: var(--green-dark); font-size: 8px; font-weight: 800; letter-spacing: 1.4px; }
.brand-groups ul { display: flex; margin: 10px 0 0; padding: 0; gap: 8px; list-style: none; flex-wrap: wrap; }
.brand-groups li { padding: 10px 13px; color: #29404a; border: 1px solid var(--line); border-radius: 7px; background: #f7faf9; font-family: var(--font-display); font-size: 10px; font-weight: 800; letter-spacing: .5px; }

.section { width: min(calc(100% - 40px), var(--max-width)); margin: auto; padding: 100px 0; }
.section-heading { display: grid; margin-bottom: 48px; align-items: end; grid-template-columns: 1fr 390px; gap: 60px; }
.section-heading h2, .benefits-copy h2, .quote-intro h2 { max-width: 750px; margin: 0; font-family: var(--font-display); font-size: clamp(35px, 4vw, 53px); line-height: 1.08; letter-spacing: -2px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.section-heading.light h2 { color: white; }.section-heading.light > p { color: #a9bdc3; }

.spaces-section { padding-top: 85px; padding-bottom: 50px; }
.spaces-carousel { position: relative; width: min(100%, 1040px); margin: auto; }
.carousel-viewport { overflow: hidden; border-radius: 18px; background: var(--ink); box-shadow: 0 25px 65px rgba(6,25,35,.18); }
.spaces-track { display: flex; transition: transform .55s cubic-bezier(.22,.8,.3,1); }
.space-slide { position: relative; min-width: 100%; height: clamp(340px, 42vw, 500px); overflow: hidden; background: var(--ink); }
.space-slide img { width: 100%; height: 100%; object-fit: cover; }
.space-slide::after { position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(3,17,23,.94)); pointer-events: none; content: ""; }
.space-slide > div { position: absolute; z-index: 2; right: 42px; bottom: 34px; left: 42px; color: white; }
.space-slide span { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: 1.8px; }
.space-slide h3 { margin: 7px 0 6px; font-family: var(--font-display); font-size: clamp(23px, 3vw, 34px); }
.space-slide p { max-width: 550px; margin: 0; color: #c0d0d4; font-size: 12px; line-height: 1.55; }
.carousel-control { position: absolute; z-index: 4; top: 50%; display: grid; width: 48px; height: 48px; padding: 0; place-items: center; color: white; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(3,17,23,.68); box-shadow: 0 8px 24px rgba(0,0,0,.2); backdrop-filter: blur(8px); cursor: pointer; transform: translateY(-50%); transition: background .18s, transform .18s; }
.carousel-control:hover { color: var(--ink); background: var(--lime); transform: translateY(-50%) scale(1.06); }
.carousel-control svg { width: 22px; }
.carousel-prev { left: 18px; }.carousel-next { right: 18px; }
.carousel-dots { display: flex; min-height: 36px; padding-top: 17px; align-items: flex-start; justify-content: center; gap: 8px; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 99px; background: #a9b8b4; cursor: pointer; transition: width .22s, background .22s; }
.carousel-dots button.active { width: 28px; background: var(--green-dark); }
.carousel-toggle { position: absolute; right: 0; bottom: 0; display: inline-flex; min-height: 34px; padding: 7px 11px; align-items: center; justify-content: center; gap: 7px; color: var(--ink); border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.92); box-shadow: 0 8px 24px rgba(15,23,42,.08); font-size: 9px; font-weight: 800; cursor: pointer; }
.carousel-toggle:hover, .carousel-toggle:focus-visible { color: var(--green-dark); border-color: var(--green); }
.carousel-toggle svg { width: 14px; height: 14px; }

.audience-section { position: relative; background: linear-gradient(180deg, #edf3f1 0%, #f8fbfa 55%, #edf3f1 100%); }
.audience-section::before { position: absolute; z-index: -1; width: 430px; height: 430px; top: 100px; left: -260px; border-radius: 50%; background: rgba(17,181,231,.12); filter: blur(10px); content: ""; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.audience-card { position: relative; display: flex; min-height: 410px; padding: 28px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 12px 35px rgba(6,25,35,.04); transition: transform .25s ease, box-shadow .25s ease; }
.audience-card::before { position: absolute; inset: 0 0 auto; height: 5px; background: var(--card-accent, var(--green)); content: ""; }
.audience-card::after { position: absolute; width: 170px; height: 170px; top: -82px; right: -72px; border-radius: 50%; background: var(--card-glow, rgba(17,181,231,.1)); content: ""; }
.audience-home { --card-accent: #56b735; --card-glow: rgba(86,183,53,.14); }
.audience-company { --card-accent: #16aedd; --card-glow: rgba(22,174,221,.14); }
.audience-business { --card-accent: #f2a93b; --card-glow: rgba(242,169,59,.15); }
.audience-warehouse { --card-accent: #9274db; --card-glow: rgba(146,116,219,.14); }
.audience-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.audience-icon { display: grid; width: 53px; height: 53px; margin-bottom: 27px; place-items: center; color: var(--green-dark); border-radius: 12px; background: #edf8e9; }
.audience-icon svg { width: 25px; }
.audience-label { color: var(--green-dark); font-size: 10px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.audience-card h3 { margin: 12px 0 18px; font-family: var(--font-display); font-size: 22px; line-height: 1.25; }
.audience-card ul { margin: 0 0 25px; padding: 0; color: var(--muted); list-style: none; font-size: 12px; line-height: 2; }
.audience-card li::before { margin-right: 8px; color: var(--green); content: "✓"; font-weight: 800; }
.text-link { display: inline-flex; margin-top: auto; padding: 0; align-items: center; gap: 8px; color: var(--green-dark); border: 0; background: none; font-size: 12px; font-weight: 800; cursor: pointer; }
.text-link svg { width: 16px; transition: transform .18s ease; }.text-link:hover svg { transform: translateX(4px); }

.audience-card.selected { border-color: var(--card-accent); box-shadow: 0 20px 55px rgba(6,25,35,.13); transform: translateY(-5px); }
.audience-detail { position: relative; display: grid; margin-top: 22px; overflow: hidden; color: white; border-radius: 16px; background: linear-gradient(115deg, #0c3541, #061923 70%); box-shadow: var(--shadow); grid-template-columns: 1.12fr .88fr; }
.audience-detail::before { position: absolute; width: 320px; height: 320px; left: -120px; bottom: -220px; border-radius: 50%; background: rgba(185,237,71,.15); content: ""; }
.audience-detail-copy { position: relative; padding: 46px; }
.detail-kicker { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: 1.8px; }
.audience-detail h3 { max-width: 620px; margin: 10px 0 16px; font-family: var(--font-display); font-size: 31px; line-height: 1.12; letter-spacing: -1px; }
.audience-detail-copy > p { max-width: 630px; margin: 0; color: #b5c8cd; font-size: 13px; line-height: 1.75; }
.detail-tags { display: flex; margin: 23px 0 28px; gap: 7px; flex-wrap: wrap; }
.detail-tags span { padding: 7px 10px; color: #dbe7e9; border: 1px solid rgba(255,255,255,.14); border-radius: 99px; background: rgba(255,255,255,.05); font-size: 9px; font-weight: 700; }
.audience-detail-list { padding: 40px; background: rgba(255,255,255,.055); }
.detail-list-title { color: #819ba2; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.audience-detail-list ul { display: grid; margin: 22px 0 0; padding: 0; gap: 22px; list-style: none; }
.audience-detail-list li { display: grid; grid-template-columns: 25px 1fr; gap: 11px; }
.audience-detail-list svg { width: 21px; color: var(--lime); }
.audience-detail-list span { color: #9eb3b9; font-size: 10px; line-height: 1.55; }
.audience-detail-list strong { display: block; margin-bottom: 3px; color: white; font-size: 12px; }
.audience-detail.is-changing { animation: detailIn .3s ease; }
@keyframes detailIn { from { opacity: .55; transform: translateY(7px); } to { opacity: 1; transform: none; } }

.catalog-section { background: var(--ink); }
.catalog-shell { padding-top: 95px; padding-bottom: 105px; }
.catalog-filters { display: flex; margin: -10px 0 35px; gap: 8px; flex-wrap: wrap; }
.catalog-filter { padding: 10px 16px; color: #a9bcc1; border: 1px solid rgba(255,255,255,.14); border-radius: 99px; background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.catalog-filter.active, .catalog-filter:hover { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.service-catalog { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.catalog-card { display: grid; min-height: 185px; padding: 25px; grid-template-columns: 33px 1fr; gap: 16px; color: white; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .2s ease; }
.catalog-card:hover { background: rgba(255,255,255,.05); }
.catalog-card:nth-child(4n+1):hover { background: linear-gradient(135deg, rgba(17,181,231,.12), rgba(255,255,255,.03)); }
.catalog-card:nth-child(4n+2):hover { background: linear-gradient(135deg, rgba(185,237,71,.1), rgba(255,255,255,.03)); }
.catalog-card.hidden { display: none; }
.catalog-card > svg { width: 25px; color: var(--cyan); }
.catalog-card h3 { margin: 1px 0 9px; font-family: var(--font-display); font-size: 16px; line-height: 1.25; }
.catalog-card p { margin: 0; color: #92a9af; font-size: 11px; line-height: 1.65; }
.catalog-cta { display: flex; color: var(--ink); background: var(--lime); grid-column: span 1; }
.catalog-cta:hover { background: #cdf675; }
.catalog-cta span { font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.catalog-cta h3 { margin: 8px 0 24px; font-size: 24px; }
.catalog-cta .text-link { color: var(--ink); }

.commercial-callout { display: grid; width: min(calc(100% - 40px), var(--max-width)); margin: 42px auto; padding: 34px 38px; align-items: center; color: white; border-radius: 16px; background: linear-gradient(110deg, #176172, #0b3340 58%, #10252e); box-shadow: 0 22px 60px rgba(6,25,35,.2); grid-template-columns: 62px 1fr auto; gap: 24px; }
.callout-icon { display: grid; width: 58px; height: 58px; place-items: center; color: var(--ink); border-radius: 15px; background: var(--lime); transform: rotate(-4deg); }
.callout-icon svg { width: 27px; }
.commercial-callout span { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: 1.7px; }
.commercial-callout h2 { max-width: 760px; margin: 6px 0 0; font-family: var(--font-display); font-size: 23px; line-height: 1.25; }

.packages-section { padding-top: 85px; padding-bottom: 85px; }
.packages-section + .commercial-callout { margin-top: -25px; margin-bottom: 85px; }
.offer-trust { display: grid; margin: -8px 0 30px; padding: 18px 22px; color: #dbe8e5; border-radius: 12px; background: var(--ink); grid-template-columns: repeat(4, 1fr); gap: 16px; }
.offer-trust span { display: flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 800; }
.offer-trust svg { width: 18px; color: var(--lime); flex: 0 0 auto; }
.packages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.package-card { position: relative; display: flex; min-height: 475px; padding: 28px; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 14px 40px rgba(6,25,35,.055); transition: transform .22s ease, box-shadow .22s ease; }
.package-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.package-card.featured { color: white; border-color: #124a59; background: linear-gradient(145deg, #124a59, #071f2a); }
.package-card.custom-package { background: linear-gradient(180deg, #eef8fa, white); }
.package-for { color: var(--green-dark); font-size: 8px; font-weight: 800; letter-spacing: 1.4px; }
.featured .package-for { color: var(--lime); }
.package-badge { position: absolute; right: 18px; top: 18px; padding: 6px 8px; color: var(--ink); border-radius: 4px; background: var(--lime); font-size: 7px; font-weight: 900; letter-spacing: 1px; }
.package-icon { display: grid; width: 50px; height: 50px; margin: 25px 0 22px; place-items: center; color: var(--green-dark); border-radius: 12px; background: #edf8e9; }
.featured .package-icon { color: var(--lime); background: rgba(255,255,255,.09); }
.package-icon svg { width: 25px; }
.package-card h3 { margin: 0 0 12px; font-family: var(--font-display); font-size: 21px; }
.package-card > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.featured > p { color: #a8c0c6; }
.package-card ul { display: grid; margin: 23px 0 28px; padding: 20px 0 0; gap: 10px; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(255,255,255,.13); }
.package-card li { color: var(--muted); font-size: 10px; }
.featured li { color: #c6d5d8; }
.package-card li::before { margin-right: 8px; color: var(--green); content: "✓"; font-weight: 900; }
.featured li::before { color: var(--lime); }
.button-package { width: 100%; min-height: 46px; margin-top: auto; color: var(--ink); border-color: var(--line); background: #f2f7f5; }
.featured .button-package { background: var(--lime); }
.package-note { display: flex; margin: 20px 0 0; align-items: center; justify-content: center; gap: 8px; color: var(--muted); font-size: 10px; text-align: center; }
.package-note svg { width: 16px; color: var(--green-dark); flex: 0 0 auto; }

.benefits-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.benefits-copy > p:not(.eyebrow) { max-width: 500px; margin: 24px 0 30px; color: var(--muted); line-height: 1.75; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; background: white; box-shadow: var(--shadow); }
.benefits-grid article { position: relative; min-height: 245px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefits-grid article:nth-child(even) { border-right: 0; }.benefits-grid article:nth-child(n+3) { border-bottom: 0; }
.benefits-grid article > span { position: absolute; right: 22px; top: 20px; color: #d9e3e0; font-family: var(--font-display); font-size: 30px; font-weight: 700; }
.benefits-grid svg { width: 31px; height: 31px; color: var(--green); }
.benefits-grid h3 { margin: 24px 0 10px; font-family: var(--font-display); font-size: 19px; }
.benefits-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.trust-section { color: white; background: linear-gradient(120deg, #0c3440, #061923); }
.trust-shell { display: grid; padding-top: 85px; padding-bottom: 85px; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.trust-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -2px; }
.trust-heading > p:not(.eyebrow) { margin: 22px 0 0; color: #9eb4ba; font-size: 13px; line-height: 1.75; }
.trust-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.trust-facts article { display: grid; min-height: 145px; padding: 23px; align-content: center; grid-template-columns: 34px 1fr; gap: 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 10px; background: rgba(255,255,255,.035); }
.trust-facts svg { width: 25px; color: var(--lime); }
.trust-facts strong { display: block; margin-bottom: 6px; font-size: 12px; }
.trust-facts span { color: #91a9af; font-size: 10px; line-height: 1.55; }

.scenario-section { padding-bottom: 110px; }
.scenario-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.scenario-grid article { position: relative; min-height: 380px; overflow: hidden; border-radius: 10px; background: var(--ink); }
.scenario-grid img { width: 100%; height: 100%; object-fit: cover; opacity: .78; transition: transform .4s ease, opacity .4s ease; }
.scenario-grid article:hover img { transform: scale(1.05); opacity: .95; }
.scenario-grid article::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(6,25,35,.96)); content: ""; }
.scenario-grid article div { position: absolute; z-index: 2; right: 25px; bottom: 24px; left: 25px; color: white; }
.scenario-grid span { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: 1.8px; }
.scenario-grid h3 { margin: 8px 0 0; font-family: var(--font-display); font-size: 20px; }
.scenario-grid p { max-width: 420px; margin: 7px 0 0; color: #bdcdd1; font-size: 10px; line-height: 1.55; }

.process-section { background: #0b2633; }
.process-shell { padding-top: 95px; padding-bottom: 100px; }
.process-grid { display: grid; margin: 0; padding: 0; color: white; list-style: none; grid-template-columns: repeat(4, 1fr); }
.process-grid li { position: relative; min-height: 245px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-right: 0; }
.process-grid li:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.process-grid li > span { position: absolute; right: 20px; top: 17px; color: rgba(255,255,255,.15); font-family: var(--font-display); font-size: 36px; }
.process-grid svg { width: 31px; color: var(--lime); }
.process-grid h3 { margin: 44px 0 11px; font-family: var(--font-display); font-size: 18px; }
.process-grid p { margin: 0; color: #97adb3; font-size: 12px; line-height: 1.65; }

.faq-section { padding-top: 90px; padding-bottom: 95px; }
.faq-list { display: grid; max-width: 920px; margin: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 45px 22px 4px; cursor: pointer; font-family: var(--font-display); font-size: 16px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 8px; top: 18px; display: grid; width: 28px; height: 28px; place-items: center; color: var(--green-dark); border-radius: 50%; background: #e9f5e6; content: "+"; font-family: var(--font-body); font-size: 18px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 800px; margin: -5px 0 22px; padding-left: 4px; color: var(--muted); font-size: 12px; line-height: 1.75; }

.quote-section { display: grid; width: min(calc(100% - 40px), var(--max-width)); margin: auto; padding: 105px 0; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.quote-intro { position: sticky; top: 110px; }
.quote-intro > p:not(.eyebrow) { margin: 24px 0 35px; color: var(--muted); line-height: 1.75; }
.quote-points { display: grid; gap: 18px; }
.quote-points p { display: grid; margin: 0; grid-template-columns: 38px 1fr; gap: 12px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.quote-points svg { width: 23px; color: var(--green-dark); }.quote-points strong { color: var(--ink); }
.quote-form { padding: 38px; border-radius: 14px; background: white; box-shadow: var(--shadow); }
.form-heading { margin-bottom: 27px; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--green-dark); font-size: 9px; font-weight: 800; letter-spacing: 1.8px; }
.form-heading h3 { margin: 5px 0 0; font-family: var(--font-display); font-size: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.quote-form label > span, .quote-form legend { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 800; }
.quote-form input[type="text"], .quote-form input[type="tel"], .quote-form input[type="email"], .quote-form textarea, .quote-form select { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid var(--line); border-radius: 7px; outline: none; background: #fbfdfc; font-size: 13px; transition: border-color .18s, box-shadow .18s; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(77,181,42,.11); }
.quote-form input.invalid, .quote-form textarea.invalid { border-color: var(--danger); }
.full-field { display: block; grid-column: 1/-1; }
.quote-form fieldset { margin: 24px 0; padding: 0; border: 0; }
.service-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.service-options label { position: relative; cursor: pointer; }
.service-options input { position: absolute; opacity: 0; }
.service-options span { display: flex !important; min-height: 46px; margin: 0 !important; padding: 9px 12px; align-items: center; border: 1px solid var(--line); border-radius: 7px; background: #fbfdfc; font-size: 10px !important; }
.service-options input:checked + span { color: var(--green-dark); border-color: var(--green); background: #eff9ec; }
.service-options input:checked + span::before { margin-right: 7px; content: "✓"; font-weight: 900; }
.field-error { display: block; min-height: 15px; margin-top: 4px; color: var(--danger); font-size: 9px; }
.consent { display: flex; margin: 15px 0 22px; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 11px; }
.consent input { margin-top: 2px; }.consent-invalid { color: var(--danger); }
.submit-button { width: 100%; }
.form-status { margin: 10px 0 0; color: var(--danger); font-size: 11px; text-align: center; }
.form-assurance { display: flex; margin: 13px auto 0; align-items: flex-start; justify-content: center; gap: 7px; color: var(--muted); font-size: 9px; line-height: 1.5; text-align: center; }
.form-assurance svg { width: 14px; color: var(--green-dark); flex: 0 0 auto; }

.contact-band { display: grid; padding: 58px max(30px, calc((100% - var(--max-width))/2)); align-items: center; color: white; background: linear-gradient(100deg, #0e3a45, #061923); grid-template-columns: 1fr auto auto; gap: 45px; }
.contact-band h2 { margin: 0 0 8px; font-family: var(--font-display); font-size: 34px; letter-spacing: -1px; }
.contact-band p { margin: 0; color: #a8bdc2; font-size: 13px; }
.contact-details { display: grid; gap: 9px; }
.contact-details a { display: grid; align-items: center; grid-template-columns: 35px 1fr; gap: 8px; }
.contact-details svg { width: 20px; color: var(--lime); }
.contact-details span { color: #8fa8ae; font-size: 9px; }.contact-details strong { display: block; color: white; font-size: 11px; }

.site-footer { display: grid; padding: 65px max(30px, calc((100% - var(--max-width))/2)); color: #8fa3a9; background: #031117; grid-template-columns: 2fr 1fr 1fr 1.25fr; gap: 55px; font-size: 11px; }
.footer-brand img { width: 190px; }.footer-brand p { max-width: 350px; line-height: 1.7; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.site-footer strong { margin-bottom: 5px; color: white; font-size: 11px; }.site-footer a:hover { color: var(--lime); }
.footer-note p { margin-top: 18px; }

.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; min-height: 49px; padding: 0 17px; align-items: center; gap: 8px; color: var(--ink); border-radius: 99px; background: var(--lime); box-shadow: 0 12px 35px rgba(0,0,0,.22); font-size: 11px; font-weight: 800; }
.floating-whatsapp svg { width: 19px; }

.quote-dialog { width: min(680px, calc(100% - 30px)); max-height: 88vh; padding: 35px; color: var(--ink); border: 0; border-radius: 14px; box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.quote-dialog::backdrop { background: rgba(3,17,23,.78); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 16px; top: 16px; }
.dialog-icon { display: grid; width: 48px; height: 48px; place-items: center; color: var(--green-dark); border-radius: 50%; background: #edf8e9; }
.quote-dialog h2 { margin: 18px 0 5px; font-family: var(--font-display); }.quote-dialog > p { color: var(--muted); }
.quote-dialog pre { max-height: 300px; padding: 18px; overflow: auto; white-space: pre-wrap; border: 1px solid var(--line); border-radius: 8px; background: #f5f8f7; font: 11px/1.65 var(--font-body); }
.dialog-actions { display: flex; gap: 8px; flex-wrap: wrap; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .audience-grid, .service-catalog { grid-template-columns: repeat(2, 1fr); }
  .scenario-grid { grid-template-columns: 1fr 1fr; }
  .packages-grid { grid-template-columns: 1fr 1fr; }
  .contact-band { grid-template-columns: 1fr auto; }.contact-band .button { grid-column: 1/-1; justify-self: start; }
}

@media (max-width: 780px) {
  .topbar span { display: none; }.topbar > div { justify-content: center; }
  .nav-shell { height: 68px; }
  .brand img { width: 172px; }
  .menu-toggle { display: grid; }
  .main-nav { position: fixed; inset: 102px 0 auto; display: none; padding: 25px 20px 32px; align-items: stretch; flex-direction: column; gap: 0; background: var(--ink); box-shadow: 0 30px 50px rgba(0,0,0,.3); }
  .main-nav.open { display: flex; }.main-nav > a:not(.button) { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav .button { margin-top: 18px; }
  .hero-grid { min-height: auto; padding: 72px 0 55px; grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: 55px; letter-spacing: -3px; }
  .hero-dashboard { margin-bottom: 15px; }.hero-proof { display: none; }
  .section { padding: 76px 0; }.section-heading { margin-bottom: 35px; grid-template-columns: 1fr; gap: 18px; }
  .audience-grid { grid-template-columns: 1fr 1fr; }.audience-card { min-height: 385px; }
  .audience-detail { grid-template-columns: 1fr; }
  .benefits-section, .quote-section { grid-template-columns: 1fr; gap: 45px; }.quote-intro { position: static; }
  .trust-shell { grid-template-columns: 1fr; gap: 45px; }
  .brands-shell { grid-template-columns: 1fr; gap: 28px; }.brand-groups { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }.process-grid li:nth-child(2) { border-right: 1px solid rgba(255,255,255,.12); }
  .contact-band { grid-template-columns: 1fr; gap: 30px; }.contact-band .button { grid-column: auto; }
  .commercial-callout { grid-template-columns: 58px 1fr; }.commercial-callout .button { grid-column: 1/-1; justify-self: start; }
  .space-slide { height: clamp(320px, 58vw, 440px); }
  .offer-trust { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .topbar > div, .nav-shell, .hero-grid, .section, .quote-section { width: min(calc(100% - 28px), var(--max-width)); }
  .hero-copy h1 { font-size: 45px; }.hero-lead { font-size: 15px; }.hero-actions .button { width: 100%; }
  .trust-list { gap: 12px; flex-direction: column; }
  .hero-dashboard { padding: 18px; }.dashboard-main { padding: 35px 0; grid-template-columns: 105px 1fr; gap: 16px; }.radar { width: 105px; height: 105px; }
  .spaces-section { padding-top: 65px; padding-bottom: 30px; }
  .space-slide { height: 300px; }
  .space-slide > div { right: 22px; bottom: 22px; left: 22px; }.space-slide h3 { font-size: 22px; }
  .carousel-control { width: 40px; height: 40px; }.carousel-prev { left: 10px; }.carousel-next { right: 10px; }
  .dashboard-stats { grid-template-columns: 1fr; }.dashboard-stats > span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .section-heading h2, .benefits-copy h2, .quote-intro h2 { font-size: 36px; }
  .audience-grid, .service-catalog, .scenario-grid, .benefits-grid, .process-grid, .form-grid, .service-options { grid-template-columns: 1fr; }
  .packages-grid, .trust-facts { grid-template-columns: 1fr; }
  .offer-trust { grid-template-columns: 1fr; }
  .package-card { min-height: auto; }.package-card .button-package { margin-top: 15px; }
  .audience-card { min-height: auto; }.audience-card .text-link { margin-top: 20px; }
  .audience-detail-copy, .audience-detail-list { padding: 30px 22px; }.audience-detail h3 { font-size: 27px; }
  .catalog-card { min-height: 150px; }.catalog-cta { min-height: 190px; }
  .benefits-grid article, .benefits-grid article:nth-child(even), .benefits-grid article:nth-child(n+3) { border-right: 0; border-bottom: 1px solid var(--line); }.benefits-grid article:last-child { border-bottom: 0; }
  .brands-section { padding: 35px 0; }.brands-shell { width: calc(100% - 28px); }.brand-groups { grid-template-columns: 1fr; }.brand-groups li { padding: 9px 11px; }
  .scenario-grid article { min-height: 320px; }
  .process-grid li, .process-grid li:nth-child(2) { min-height: 210px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 0; }.process-grid li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
  .quote-form { padding: 24px 18px; }.full-field { grid-column: auto; }
  .contact-band { padding: 50px 22px; }.contact-band h2 { font-size: 29px; }.contact-details strong { font-size: 9px; word-break: break-word; }
  .commercial-callout { width: calc(100% - 28px); padding: 28px 22px; grid-template-columns: 1fr; }.commercial-callout h2 { font-size: 20px; }.commercial-callout .button { grid-column: auto; width: 100%; }
  .packages-section + .commercial-callout { margin-top: -30px; margin-bottom: 50px; }
  .site-footer { padding: 55px 22px 90px; grid-template-columns: 1fr; gap: 35px; }
  .floating-whatsapp span { display: inline; }.floating-whatsapp { width: auto; min-height: 48px; padding: 0 15px; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
