:root {
  --ink: #111014;
  --ink-2: #1a181f;
  --cream: #f3efe6;
  --paper: #fbfaf6;
  --violet: #6c3cff;
  --violet-soft: #a98cff;
  --lime: #c8ff3d;
  --coral: #ff6b6b;
  --muted: #6d6874;
  --line: rgba(17, 16, 20, .13);
  --radius: 24px;
  --shadow: 0 24px 80px rgba(24, 16, 42, .12);
  --container: min(1200px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--lime); color: var(--ink); }

.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: 88px 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 15px; background: var(--lime); color: var(--ink); transform: translateY(-150%); border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.topbar { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 7px 24px; text-align: center; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 750; letter-spacing: .02em; }
.topbar a { margin-left: 8px; text-decoration: underline; text-underline-offset: 3px; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 5px rgba(108, 60, 255, .13); }

.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(251, 250, 246, .88); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(17, 16, 20, .05); }
.nav-wrap { height: 80px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 21px; font-weight: 900; letter-spacing: -.055em; flex: 0 0 auto; }
.brand > span { white-space: nowrap; }
.brand > span > span { color: var(--violet); }
.brand img { width: 42px; height: 42px; }
.desktop-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.desktop-nav a { position: relative; color: #464149; font-size: 14px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--violet); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-cta { margin-left: 7px; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 54px; padding: 14px 22px; border: 1px solid transparent; border-radius: 12px; font-weight: 850; letter-spacing: -.02em; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(108, 60, 255, .3); outline-offset: 3px; }
.button-small { min-height: 46px; padding: 11px 17px; font-size: 13px; }
.button-dark { background: var(--ink); color: #fff; box-shadow: 0 8px 24px rgba(17, 16, 20, .16); }
.button-dark:hover { background: var(--violet); }
.button-lime { background: var(--lime); color: var(--ink); box-shadow: 0 12px 36px rgba(200, 255, 61, .16); }
.button-lime:hover { box-shadow: 0 15px 40px rgba(200, 255, 61, .26); background: #d4ff68; }
.text-link { display: inline-flex; align-items: center; gap: 18px; color: #fff; font-weight: 850; border-bottom: 1px solid rgba(255, 255, 255, .35); padding: 7px 0; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.dark-link { color: var(--ink); border-color: rgba(17, 16, 20, .25); }

.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; border: 0; border-radius: 12px; background: var(--ink); padding: 13px; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 116px 0 0; padding: 28px 24px; background: var(--paper); }
.mobile-menu a:not(.button) { display: block; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 25px; font-weight: 850; letter-spacing: -.04em; }
.mobile-menu .button { width: 100%; margin-top: 26px; }

.hero { position: relative; overflow: hidden; min-height: 680px; padding: 0; background: var(--ink); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 63%); }
.hero-glow { position: absolute; z-index: 1; width: 620px; height: 620px; right: -150px; top: -150px; border-radius: 50%; background: rgba(108, 60, 255, .18); filter: blur(120px); }
.hero-grid { position: relative; min-height: 680px; }
.hero-copy { position: relative; z-index: 4; width: 48%; padding: 82px 0 70px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 900; }
.eyebrow::before, .section-kicker::before { content: ""; width: 28px; height: 2px; background: var(--lime); }
.section-kicker { color: var(--violet); }
.section-kicker::before { background: var(--violet); }
.section-kicker.light { color: var(--lime); }
.section-kicker.light::before { background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; }
h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(52px, 6.1vw, 88px); letter-spacing: -.07em; font-weight: 900; }
.hero h1 { max-width: 650px; font-size: clamp(48px, 4.7vw, 74px); line-height: 1.02; }
h1 em { display: block; color: var(--violet-soft); font-family: Georgia, serif; font-weight: 500; letter-spacing: -.055em; }
h2 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 70px); letter-spacing: -.065em; font-weight: 900; }
h3 { letter-spacing: -.04em; }
.hero-lead { max-width: 570px; color: #d0cbd3; font-size: 17px; line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 34px 0; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.hero-proof p { margin: 0; color: #a9a4ae; font-size: 12px; line-height: 1.5; }
.hero-proof strong { color: #fff; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; place-items: center; width: 38px; height: 38px; margin-left: -8px; border: 2px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--cream); font-size: 10px; font-weight: 900; }
.avatar-stack span:first-child { margin-left: 0; background: var(--lime); }
.avatar-stack span:nth-child(2) { background: var(--violet-soft); }

.hero-visual { position: absolute; z-index: 2; top: 0; bottom: 0; left: 50%; right: calc((100vw - 100%) / -2); width: auto; max-width: none; overflow: hidden; border: 0; border-radius: 0; background: #08080b; box-shadow: none; }
.hero-visual::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg, var(--ink) 0%, rgba(17,16,20,.62) 9%, rgba(17,16,20,.08) 30%, transparent 50%); }
.hero-visual picture { display: block; width: 100%; height: 100%; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; border-radius: 0; filter: saturate(.98) contrast(1.04); }
.floating-card { position: absolute; z-index: 3; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; min-width: 190px; padding: 13px 15px; color: var(--ink); background: rgba(251, 250, 246, .9); border: 1px solid rgba(255,255,255,.5); border-radius: 15px; box-shadow: 0 20px 50px rgba(0,0,0,.25); backdrop-filter: blur(16px); }
.floating-card strong { font-size: 12px; line-height: 1.2; }
.floating-card small { grid-column: 2; color: var(--muted); font-size: 10px; }
.card-top { top: 20%; left: 10%; animation: float 4.5s ease-in-out infinite; }
.card-bottom { bottom: 15%; left: 7%; animation: float 5.5s ease-in-out infinite reverse; }
.status-dot { grid-row: 1 / 3; width: 12px; height: 12px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(200, 255, 61, .2); }
.mini-chart { grid-row: 1 / 3; display: flex; align-items: end; gap: 2px; width: 22px; height: 22px; }
.mini-chart i { width: 4px; border-radius: 2px; background: var(--violet); }
.mini-chart i:nth-child(1) { height: 7px; }.mini-chart i:nth-child(2) { height: 12px; }.mini-chart i:nth-child(3) { height: 10px; }.mini-chart i:nth-child(4) { height: 20px; background: var(--lime); }
@keyframes float { 50% { transform: translateY(-10px); } }

.brand-strip { padding: 52px 0 42px; border-bottom: 1px solid var(--line); background: var(--cream); text-align: center; overflow: hidden; }
.brand-strip p { margin-bottom: 25px; color: var(--muted); text-transform: uppercase; letter-spacing: .18em; font-size: 9px; font-weight: 900; }
.brand-logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.brand-logo-card { position: relative; display: flex; align-items: center; justify-content: center; height: 125px; margin: 0; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.brand-logo-card img { width: 100%; height: 58px; object-fit: contain; }
.brand-logo-card figcaption { position: absolute; left: 12px; bottom: 7px; color: #8b858e; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.brand-logo-dark { background: var(--ink); }.brand-logo-dark figcaption { color: #958f99; }
.brand-logo-light img { filter: none; }.brand-logo-card .diff-logo { width: 62px; height: 62px; image-rendering: auto; }
.brand-logo-text { background: var(--lime); }.brand-logo-text strong { font-size: 21px; line-height: .85; letter-spacing: -.07em; }.venus-card { background: var(--violet); color: #fff; }.venus-card figcaption { color: #d9d0ff; }
.brand-strip .brand-note { margin: 22px 0 0; text-transform: none; letter-spacing: 0; font-size: 9px; opacity: .7; }

.intro { background: var(--cream); }
.split-heading { display: grid; grid-template-columns: 1.1fr .75fr; gap: 13vw; align-items: end; }
.split-heading h2 { margin: 0; }
.split-heading p { color: var(--muted); font-size: 18px; line-height: 1.8; }

.services { background: var(--paper); }
.section-head { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; margin-bottom: 46px; }
.section-head h2 { margin: 0; }
.section-head p { margin-bottom: 8px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 430px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: background .3s, transform .3s, box-shadow .3s; }
.service-card:hover { z-index: 2; background: #fff; transform: translateY(-6px); box-shadow: var(--shadow); }
.service-featured { background: var(--cream); }
.service-number { position: absolute; right: 24px; top: 24px; color: #aaa3ad; font-size: 11px; font-weight: 800; }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 64px; border-radius: 15px; background: var(--ink); color: var(--lime); font-size: 24px; font-weight: 900; }
.service-card:nth-child(2) .service-icon, .service-card:nth-child(6) .service-icon { background: var(--violet); color: white; }
.service-card h3 { max-width: 270px; margin-bottom: 16px; font-size: 27px; }
.service-card p { color: var(--muted); font-size: 14px; }
.service-card ul { padding: 0; margin: 24px 0 0; list-style: none; }
.service-card li { padding: 6px 0; color: #3f3a43; font-size: 12px; font-weight: 750; }
.service-card li::before { content: "↳"; margin-right: 8px; color: var(--violet); }
.service-card .text-link { margin-top: 16px; font-size: 12px; }

.pricing { background: var(--cream); }
.pricing-toggle { display: grid; grid-template-columns: 1fr 1fr; width: min(620px, 100%); margin: 0 auto 48px; padding: 6px; border: 1px solid var(--line); border-radius: 16px; background: #e5dfd5; }
.pricing-toggle button { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 12px 18px; border: 0; border-radius: 11px; color: var(--muted); background: transparent; font-size: 14px; font-weight: 900; cursor: pointer; transition: background .2s, color .2s, box-shadow .2s; }
.pricing-toggle button span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid currentColor; font-size: 9px; }
.pricing-toggle button[aria-selected="true"] { color: #fff; background: var(--ink); box-shadow: 0 8px 22px rgba(17,16,20,.16); }.pricing-toggle button[aria-selected="true"] span { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.pricing-panel[hidden] { display: none !important; }
.pricing-panel-intro { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 30px; }.pricing-panel-intro h3 { margin-bottom: 7px; font-size: 30px; }.pricing-panel-intro p { margin: 0; color: var(--muted); }.pricing-panel-intro > span { flex: 0 0 auto; padding: 8px 12px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 10px; font-weight: 850; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 650px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 18px 50px rgba(17,16,20,.05); }
.price-card.popular { color: #fff; background: var(--ink); border-color: var(--ink); transform: translateY(-10px); box-shadow: 0 26px 65px rgba(17,16,20,.2); }
.popular-label { position: absolute; top: -15px; right: 20px; padding: 7px 12px; border-radius: 99px; background: var(--lime); color: var(--ink); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 950; }
.price-head > span { display: block; color: var(--violet); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 950; }
.popular .price-head > span { color: var(--lime); }
.price-head > strong { display: block; margin: 18px 0 14px; font-size: 58px; line-height: 1; letter-spacing: -.07em; }
.price-head sup { margin-right: 4px; font-size: 22px; vertical-align: top; }.price-head small { margin-left: 6px; color: var(--muted); font-size: 12px; letter-spacing: 0; }.popular .price-head small { color: #aaa4ae; }
.price-head p { min-height: 54px; color: var(--muted); font-size: 14px; }.popular .price-head p { color: #bcb6c0; }
.price-card ul { margin: 27px 0 34px; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }.popular ul { border-color: rgba(255,255,255,.16); }
.price-card li { position: relative; margin: 0; padding: 7px 0 7px 27px; color: #4b4650; font-size: 13px; }.popular li { color: #d1ccd4; }
.price-card li::before { content: "✓"; position: absolute; left: 0; top: 7px; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 9px; font-weight: 950; }
.price-card .button { width: 100%; margin-top: auto; }
.pricing-subhead { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin: 110px 0 45px; }.pricing-subhead h2 { margin: 0; }.pricing-subhead p { color: var(--muted); }
.price-card.compact { min-height: 535px; }.outreach-volume { margin: -34px -34px 28px; padding: 28px 34px; border-radius: 22px 22px 0 0; background: #e9e3f4; }.popular .outreach-volume { background: rgba(255,255,255,.08); }
.outreach-volume strong { display: block; font-size: 44px; line-height: 1; letter-spacing: -.06em; }.outreach-volume span { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 900; }.popular .outreach-volume span { color: #aaa4ae; }
.pricing-note { max-width: 850px; margin: 28px auto 0; text-align: center; color: var(--muted); font-size: 10px; }
.calculator-callout { padding: 66px 0; color: #fff; background: var(--violet); }
.calculator-callout-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }.calculator-callout h2 { max-width: 800px; margin-bottom: 15px; }.calculator-callout p { max-width: 700px; margin: 0; color: #d8cef8; font-size: 17px; }

.system { padding: 80px 0; border-top: 1px solid rgba(255,255,255,.18); background: #6236ed; color: #fff; }
.system-grid { display: grid; grid-template-columns: .82fr 1fr; gap: 11vw; }
.system-sticky { align-self: start; position: sticky; top: 135px; }
.system-sticky h2 { font-size: clamp(42px, 4.8vw, 64px); }
.system-sticky p { max-width: 500px; margin-bottom: 35px; color: #d8cef8; font-size: 17px; }
.steps { border-top: 1px solid rgba(255,255,255,.25); }
.step { display: grid; grid-template-columns: 74px 1fr; gap: 20px; padding: 42px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.step > span { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--lime); font-size: 11px; font-weight: 900; }
.step h3 { margin-bottom: 12px; font-size: 30px; }
.step p { margin: 0; color: #d8cef8; }

.experience { background: var(--cream); }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.case-card { min-height: 480px; padding: 44px; border-radius: var(--radius); display: flex; flex-direction: column; }
.case-dark { background: var(--ink); color: #fff; }
.case-lime { background: var(--lime); }
.case-tags { display: flex; gap: 8px; margin-bottom: auto; }
.case-tags span { padding: 7px 11px; border: 1px solid currentColor; border-radius: 99px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; opacity: .8; }
.case-card h3 { max-width: 550px; margin-top: 100px; font-size: clamp(34px, 4vw, 53px); }
.case-card p { max-width: 520px; font-size: 16px; opacity: .76; }
.case-brand { margin-top: 30px; padding-top: 20px; border-top: 1px solid currentColor; font-size: 11px; font-weight: 800; opacity: .6; }
.community-ui { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.community-ui span { padding: 9px 12px; background: rgba(17,16,20,.11); border-radius: 9px; font-size: 11px; font-weight: 800; }

.community { background: var(--ink); color: #fff; }
.community-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 10vw; }
.community-grid h2 { max-width: 580px; }
.community-points p { position: relative; padding: 28px 0 28px 72px; border-bottom: 1px solid rgba(255,255,255,.16); color: #bdb8c1; }
.community-points span { position: absolute; left: 0; top: 29px; color: var(--lime); font-size: 11px; font-weight: 900; }
.community-points strong { display: block; margin-bottom: 7px; color: #fff; font-size: 19px; }

.markets { background: var(--paper); }
.market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.market-card { min-height: 360px; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .3s, box-shadow .3s; }
.market-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.flag { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 70px; border-radius: 50%; background: var(--cream); color: var(--violet); font-size: 13px; font-weight: 950; }
.market-card:nth-child(2) .flag { background: var(--violet); color: #fff; }.market-card:nth-child(3) .flag { background: var(--lime); color: var(--ink); }
.market-card h3 { font-size: 28px; }
.market-card p { color: var(--muted); font-size: 14px; }
.market-card a { display: inline-block; margin-top: 18px; font-size: 13px; font-weight: 850; border-bottom: 1px solid var(--line); }
.market-region-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.market-region-card { grid-column: span 2; min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.market-region-card:nth-child(4), .market-region-card:nth-child(5) { grid-column: span 3; }
.market-region-card > span { color: var(--violet); text-transform: uppercase; letter-spacing: .11em; font-size: 9px; font-weight: 950; }.market-region-card h3 { margin: 55px 0 12px; font-size: 26px; }.market-region-card p { margin: 0; color: var(--muted); font-size: 13px; }
.market-directory-link { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 18px; padding: 25px 28px; border-radius: 17px; background: var(--lime); }.market-directory-link strong, .market-directory-link span { display: block; }.market-directory-link strong { font-size: 18px; }.market-directory-link span { color: #514d42; font-size: 12px; }

.markets-hero { position: relative; overflow: hidden; padding: 78px 0 86px; color: #fff; background: var(--ink); }.markets-hero::after { content: ""; position: absolute; right: -120px; top: -210px; width: 650px; height: 650px; border-radius: 50%; background: rgba(108,60,255,.35); filter: blur(110px); }.markets-hero .container { position: relative; z-index: 1; }.markets-hero h1 { max-width: 970px; }.markets-hero > .container > p { max-width: 780px; color: #c9c4cc; font-size: 18px; }
.market-directory { background: var(--cream); }.directory-heading { display: flex; align-items: center; gap: 20px; margin: 70px 0 28px; padding-top: 36px; border-top: 1px solid var(--line); }.directory-heading:first-child { margin-top: 0; padding-top: 0; border-top: 0; }.directory-heading > span { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--violet); color: #fff; font-size: 10px; font-weight: 950; }.directory-heading p { margin: 0; color: var(--violet); text-transform: uppercase; letter-spacing: .11em; font-size: 9px; font-weight: 900; }.directory-heading h2 { margin: 3px 0 0; font-size: 35px; }
.country-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.country-card { position: relative; display: flex; flex-direction: column; min-height: 350px; padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }.country-card.new-market::after { content: "New 2026"; position: absolute; top: 15px; right: 15px; padding: 5px 8px; border-radius: 99px; background: var(--lime); color: var(--ink); font-size: 7px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }.country-top { display: flex; align-items: center; gap: 13px; }.country-top > span { display: grid; place-items: center; flex: 0 0 auto; width: 45px; height: 45px; border-radius: 13px; color: #fff; background: var(--violet); font-size: 11px; font-weight: 950; }.country-top h3 { margin: 0 0 3px; font-size: 21px; }.country-top small { color: var(--muted); font-size: 9px; }
.country-card ul { margin: 28px 0; padding: 0; list-style: none; }.country-card li { position: relative; padding: 7px 0 7px 19px; color: #56515a; font-size: 12px; }.country-card li::before { content: "↳"; position: absolute; left: 0; color: var(--violet); font-weight: 900; }.country-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }.country-actions a { font-size: 10px; font-weight: 900; }.country-actions a:last-child { color: var(--violet); text-align: right; }
.market-source-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; margin-top: 30px; padding: 24px; border-radius: 15px; color: #fff; background: var(--ink); }.market-source-note strong { color: var(--lime); font-size: 12px; }.market-source-note p { margin: 0; color: #b7b1bb; font-size: 11px; }.market-source-note div { display: flex; gap: 14px; }.market-source-note a { color: #fff; font-size: 9px; text-decoration: underline; }
.audit-cta { padding: 76px 0; color: #fff; background: var(--violet); }.audit-cta-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 9vw; align-items: center; }.audit-cta h2 { max-width: 720px; }.audit-cta p { color: #d9cff8; }.audit-list p { position: relative; margin: 0; padding: 15px 0 15px 38px; border-bottom: 1px solid rgba(255,255,255,.18); }.audit-list p span { position: absolute; left: 0; color: var(--lime); }.audit-list .button { margin-top: 25px; width: 100%; }

.fit { padding-top: 40px; background: var(--paper); }
.fit-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 9vw; padding: 80px; border-radius: var(--radius); background: var(--cream); }
.fit-copy h2 { font-size: clamp(38px, 4.2vw, 58px); }
.fit-copy p { color: var(--muted); }
.fit-list { align-self: center; }
.fit-list p { display: flex; align-items: center; gap: 14px; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 750; }
.fit-list span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 12px; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: 10vw; }
.faq-title { align-self: start; position: sticky; top: 135px; }
.faq-title h2 { font-size: clamp(42px, 5vw, 66px); }
.faq-title p { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 27px 45px 27px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 850; line-height: 1.35; }
summary::-webkit-details-marker { display: none; }
summary span { position: absolute; right: 4px; top: 24px; color: var(--violet); font-size: 26px; font-weight: 400; transition: transform .25s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 660px; padding: 0 40px 26px 0; color: var(--muted); }

.contact { background: var(--paper); padding-top: 30px; }
.contact-panel { display: grid; grid-template-columns: .9fr 1fr; gap: 8vw; padding: 75px; border-radius: 28px; color: #fff; background: var(--violet); overflow: hidden; position: relative; }
.contact-panel::before { content: ""; position: absolute; width: 400px; height: 400px; border: 80px solid rgba(200,255,61,.07); border-radius: 50%; left: -220px; bottom: -230px; }
.contact-copy { position: relative; z-index: 1; }
.contact-copy h2 { font-size: clamp(42px, 5vw, 66px); }
.contact-copy > p { color: #d8cef8; font-size: 17px; }
.contact-shortcuts { margin-top: 45px; }
.contact-shortcuts > a { display: flex; align-items: center; gap: 14px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.2); }
.contact-shortcuts > a > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 950; }
.contact-shortcuts small, .contact-shortcuts strong { display: block; }.contact-shortcuts small { color: #cbbef6; }.contact-shortcuts strong { font-size: 14px; }
.lead-form { position: relative; z-index: 1; padding: 34px; border-radius: 20px; background: var(--paper); color: var(--ink); box-shadow: 0 22px 70px rgba(27, 11, 81, .22); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label { display: block; margin-bottom: 16px; color: #403b44; font-size: 11px; font-weight: 850; }
.lead-form input, .lead-form select, .lead-form textarea { display: block; width: 100%; margin-top: 7px; border: 1px solid #dad5dc; border-radius: 10px; background: #fff; color: var(--ink); padding: 12px 13px; font-size: 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
.lead-form input, .lead-form select { height: 48px; }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(108,60,255,.1); }
.lead-form .button { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; text-align: center; color: var(--muted); font-size: 9px; }
.form-note a { text-decoration: underline; }
.form-status { min-height: 20px; margin: 12px 0 0; color: #5b5360; font-size: 11px; font-weight: 700; text-align: center; }
.lead-form button:disabled { cursor: wait; opacity: .72; }

.footer { padding: 80px 0 25px; background: var(--ink); color: #fff; }
.footer-top { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; padding-bottom: 65px; }
.brand-light > span > span { color: var(--lime); }
.footer-brand p { max-width: 290px; margin-top: 18px; color: #918b95; }
.footer h3 { margin: 4px 0 20px; color: #7f7983; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }
.footer-top > div > a:not(.brand) { display: block; margin: 11px 0; color: #c0bbc3; font-size: 13px; }
.footer-top > div > a:hover { color: var(--lime); }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: #767078; font-size: 10px; }
.footer-bottom p { margin: 0; }.footer-bottom div { display: flex; gap: 20px; }.footer-bottom .disclaimer { text-align: right; }
.whatsapp-float { position: fixed; z-index: 900; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 10px 16px; border-radius: 99px; color: var(--ink); background: var(--lime); box-shadow: 0 10px 35px rgba(17,16,20,.24); font-size: 12px; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }.whatsapp-float span { font-size: 18px; }

.legal-page { min-height: 60vh; padding: 90px 0; }
.legal-page .narrow { max-width: 820px; }
.legal-page h1 { font-size: clamp(48px, 7vw, 78px); color: var(--ink); }
.legal-page h1 em { display: inline; color: var(--violet); }
.legal-page h2 { margin-top: 45px; font-size: 27px; letter-spacing: -.04em; }
.legal-page p, .legal-page li { color: var(--muted); }
.subhero { position: relative; overflow: hidden; padding: 95px 0; background: var(--ink); color: #fff; }
.subhero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, transparent, black); }
.subhero::after { content: ""; position: absolute; right: -100px; top: -170px; width: 570px; height: 570px; border-radius: 50%; background: rgba(108,60,255,.34); filter: blur(110px); }
.subhero-us::after { background: rgba(200,255,61,.2); }.subhero-uk::after { background: rgba(169,140,255,.34); }
.subhero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.35fr .65fr; gap: 9vw; align-items: end; }
.subhero h1 { max-width: 850px; font-size: clamp(54px, 6.7vw, 94px); }
.subhero p { max-width: 690px; color: #c7c2cb; font-size: 18px; }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 54px; color: #8d8791; font-size: 11px; font-weight: 750; }
.breadcrumbs a { color: var(--lime); }
.subhero-stat { position: relative; min-height: 270px; padding: 35px; border: 1px solid rgba(255,255,255,.19); border-radius: 22px; background: rgba(255,255,255,.07); backdrop-filter: blur(16px); }
.subhero-stat strong { display: block; color: var(--lime); font-size: 80px; letter-spacing: -.07em; line-height: 1; }
.subhero-stat > span { display: block; margin: 8px 0 70px; color: #fff; font-size: 13px; font-weight: 850; }
.subhero-stat div { color: #a9a3ad; font-size: 11px; font-weight: 750; }
.content-section { background: var(--paper); }
.article-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 11vw; }
.article-grid aside { align-self: start; position: sticky; top: 130px; }
.article-grid aside h2 { font-size: clamp(40px, 4.5vw, 62px); }
.article-copy .lead { margin-bottom: 70px; color: var(--ink); font-size: 24px; line-height: 1.55; letter-spacing: -.02em; }
.article-copy h3 { margin-top: 48px; margin-bottom: 13px; font-size: 28px; }
.article-copy p { color: var(--muted); font-size: 16px; line-height: 1.85; }
.deliverables { color: #fff; background: var(--violet); }
.deliverables h2 { max-width: 850px; }
.deliverable-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.deliverable-grid article { min-height: 290px; padding: 34px; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.deliverable-grid span { display: inline-block; margin-bottom: 70px; color: var(--lime); font-size: 11px; font-weight: 900; }
.deliverable-grid h3 { font-size: 27px; }.deliverable-grid p { color: #d8cef8; font-size: 14px; }
.seo-cta { text-align: center; background: var(--cream); }
.seo-cta h2 { max-width: 900px; margin-inline: auto; }
.seo-cta p { max-width: 650px; margin: 0 auto 28px; color: var(--muted); font-size: 18px; }
.calculator-hero { padding: 85px 0 95px; color: #fff; background: var(--ink); overflow: hidden; position: relative; }
.calculator-hero::after { content: ""; position: absolute; right: -140px; bottom: -260px; width: 650px; height: 650px; border-radius: 50%; background: rgba(108,60,255,.35); filter: blur(100px); }
.calculator-hero .container { position: relative; z-index: 1; }.calculator-hero h1 { max-width: 980px; }.calculator-hero > .container > p { max-width: 760px; color: #c5c0c9; font-size: 18px; }
.calculator-section { background: var(--cream); }
.calculator-shell { display: grid; grid-template-columns: 1fr .88fr; gap: 24px; align-items: start; }
.calculator-form, .calculator-results { padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.calculator-intro, .result-label { display: flex; gap: 18px; margin-bottom: 34px; }.calculator-intro > span, .result-label > span { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%; background: var(--lime); font-size: 11px; font-weight: 950; }.calculator-intro h2, .result-label h2 { margin-bottom: 5px; font-size: 30px; }.calculator-intro p, .result-label p { margin: 0; color: var(--muted); font-size: 12px; }
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.calc-field { display: block; margin-bottom: 15px; color: #4c4650; font-size: 11px; font-weight: 850; }.calc-field-wide { grid-column: 1 / -1; }
.calc-field input, .calc-field select, .calculator-form > .calc-field select { width: 100%; height: 50px; margin-top: 7px; padding: 0 13px; border: 1px solid #d9d4dc; border-radius: 10px; background: #fff; color: var(--ink); outline: none; }
.calc-field select, .calculator-form > .calc-field select { appearance: auto; }.calc-field input:focus, .calc-field select:focus, .calculator-form > .calc-field select:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(108,60,255,.1); }
.input-prefix, .input-suffix { position: relative; margin-top: 7px; }.input-prefix > span, .input-suffix > span { position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); color: var(--muted); font-weight: 800; }.input-prefix > span { left: 14px; }.input-suffix > span { right: 14px; }.input-prefix input { margin-top: 0; padding-left: 31px; }.input-suffix input { margin-top: 0; padding-right: 31px; }
.calc-field small { display: block; margin-top: 5px; color: var(--muted); font-size: 8px; font-weight: 600; }.calculator-form > .button { margin-top: 12px; }
.calculator-results { position: sticky; top: 105px; color: #fff; background: var(--violet); border-color: transparent; box-shadow: 0 28px 70px rgba(50,22,145,.22); }.result-label > span { color: var(--ink); }.result-label h2 { color: #fff; }.result-label p { color: #d5cbf8; }
.profit-result { padding: 30px; margin-bottom: 16px; border-radius: 17px; background: var(--lime); color: var(--ink); }.profit-result[data-profit-state="negative"] { background: var(--coral); }.profit-result > span { display: block; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 950; }.profit-result strong { display: block; margin: 9px 0 3px; font-size: clamp(45px, 5vw, 66px); line-height: 1; letter-spacing: -.07em; }.profit-result small { font-weight: 800; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.18); }.result-grid > div { padding: 18px; background: rgba(33,16,86,.27); }.result-grid span, .cost-breakdown span { display: block; color: #d3c9f6; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }.result-grid strong { display: block; margin-top: 5px; font-size: 20px; }
.cost-breakdown { margin: 28px 0; }.cost-breakdown h3 { margin-bottom: 13px; font-size: 18px; }.cost-breakdown > div { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.15); }.cost-breakdown span { text-transform: none; letter-spacing: 0; font-size: 11px; }.cost-breakdown strong { font-size: 12px; }.calculator-result-actions .button { width: 100%; }.calculator-whatsapp { display: block; margin-top: 13px; text-align: center; color: #fff; font-size: 11px; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.calculator-notes { background: var(--paper); }
.thank-you { display: grid; min-height: calc(100vh - 116px); place-items: center; text-align: center; background: var(--ink); color: #fff; }
.thank-you .icon { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 24px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 28px; font-weight: 900; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .1s; }.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; }.desktop-nav a { font-size: 12px; }.desktop-cta { display: none; }
  .hero-copy { width: 52%; }.hero-visual { left: 49%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card { padding: 28px; }.price-head > strong { font-size: 49px; }.outreach-volume { margin: -28px -28px 24px; padding: 25px 28px; }
  .contact-panel { padding: 55px; gap: 5vw; }
}

@media (max-width: 800px) {
  :root { --container: min(100% - 32px, 700px); --radius: 18px; }
  .section-pad { padding: 64px 0; }.topbar { font-size: 10px; }.topbar a { display: none; }
  .nav-wrap { height: 70px; }.desktop-nav { display: none; }.menu-toggle { display: block; }.mobile-menu { inset-block-start: 106px; }
  .hero { min-height: auto; padding: 0; }.hero-grid { min-height: 0; }.hero-copy { width: 100%; max-width: 680px; padding: 66px 0 52px; }.hero-visual { position: relative; inset: auto; width: 100vw; max-width: none; height: auto; aspect-ratio: 3 / 2; margin-left: calc((100vw - 100%) / -2); }.hero-visual::after { background: linear-gradient(180deg, var(--ink) 0%, rgba(17,16,20,.2) 18%, transparent 40%); }.hero-visual img { width: 100%; min-width: 0; object-position: center; }
  h1 { font-size: clamp(48px, 13vw, 76px); }.hero-lead { font-size: 16px; }.card-top { left: 12%; }.card-bottom { left: 6%; }
  .split-heading, .section-head, .system-grid, .community-grid, .fit-grid, .faq-grid, .contact-panel { grid-template-columns: 1fr; }
  .subhero-grid, .article-grid { grid-template-columns: 1fr; }.subhero-stat { max-width: 430px; }.article-grid { gap: 45px; }.article-grid aside { position: static; }.deliverable-grid { grid-template-columns: 1fr; }
  .calculator-shell { grid-template-columns: 1fr; }.calculator-results { position: static; }
  .split-heading, .section-head { gap: 28px; }.section-head { margin-bottom: 40px; }
  .split-heading p { font-size: 16px; }
  .system-grid { gap: 60px; }.system-sticky, .faq-title { position: static; }
  .brand-logo-grid { grid-template-columns: repeat(2, 1fr); }.pricing-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }.price-card { min-height: auto; }.price-card.popular { transform: none; margin-top: 12px; }.pricing-subhead, .calculator-callout-grid { grid-template-columns: 1fr; gap: 28px; }.pricing-subhead { margin-top: 80px; }
  .case-grid { grid-template-columns: 1fr; }.case-card { min-height: 420px; padding: 34px; }.case-card h3 { margin-top: 80px; }
  .community-grid { gap: 35px; }.market-grid { grid-template-columns: 1fr; }.market-card { min-height: auto; }.flag { margin-bottom: 40px; }
  .market-region-grid { grid-template-columns: 1fr 1fr; }.market-region-card, .market-region-card:nth-child(4), .market-region-card:nth-child(5) { grid-column: span 1; }.market-region-card:last-child { grid-column: 1 / -1; }.country-grid { grid-template-columns: repeat(2, 1fr); }.market-source-note { grid-template-columns: 1fr; }.audit-cta-grid { grid-template-columns: 1fr; gap: 35px; }
  .fit-grid { padding: 48px; gap: 30px; }.faq-grid { gap: 45px; }
  .contact-panel { padding: 50px; gap: 45px; }.footer-top { grid-template-columns: 1.7fr 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { grid-template-columns: 1fr auto; }.footer-bottom .disclaimer { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 28px); }.section-pad { padding: 52px 0; }
  .brand img { width: 36px; height: 36px; }.brand { font-size: 19px; }.nav-wrap { height: 64px; }.mobile-menu { inset-block-start: 100px; }
  .hero-copy { padding-top: 56px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }.hero-actions .button { width: 100%; }.hero-actions .text-link { align-self: center; }
  .subhero { padding: 65px 0; }.subhero h1 { font-size: 47px; }.subhero .hero-actions .text-link { align-self: flex-start; }.breadcrumbs { margin-bottom: 38px; }.subhero-stat { min-height: 230px; padding: 27px; }.subhero-stat strong { font-size: 64px; }.subhero-stat > span { margin-bottom: 55px; }.article-copy .lead { margin-bottom: 50px; font-size: 20px; }.article-copy h3 { font-size: 25px; }.deliverable-grid article { min-height: 250px; padding: 28px; }
  .calculator-hero { padding: 62px 0; }.calculator-hero h1 { font-size: 47px; }.calculator-form, .calculator-results { padding: 25px 20px; }.calc-grid { grid-template-columns: 1fr; }.calc-field-wide { grid-column: auto; }.result-grid { grid-template-columns: 1fr; }.profit-result strong { font-size: 45px; }
  h1 { font-size: 47px; }.hero h1 { font-size: clamp(43px, 13vw, 57px); }.hero-visual { margin-left: calc((100vw - 100%) / -2); aspect-ratio: 1 / 1; border-radius: 0; }.hero-visual img { min-width: 0; object-position: 54% center; }.floating-card { display: none; }
  .pricing-toggle { grid-template-columns: 1fr; }.pricing-toggle button { min-height: 50px; }.pricing-panel-intro { align-items: flex-start; flex-direction: column; gap: 12px; }
  .brand-logo-grid { gap: 8px; }.brand-logo-card { height: 105px; padding: 18px; }.brand-logo-card img { height: 48px; }.brand-logo-text strong { font-size: 17px; }
  .market-region-grid, .country-grid { grid-template-columns: 1fr; }.market-region-card, .market-region-card:nth-child(4), .market-region-card:nth-child(5), .market-region-card:last-child { grid-column: auto; min-height: 190px; }.market-region-card h3 { margin-top: 38px; }.market-directory-link { align-items: stretch; flex-direction: column; }.market-directory-link .button { width: 100%; }.markets-hero { padding: 60px 0; }.markets-hero h1 { font-size: 47px; }.country-card { min-height: 330px; }.country-actions { flex-direction: column; }.country-actions a:last-child { text-align: left; }.market-source-note div { align-items: flex-start; flex-direction: column; }
  .price-card { padding: 25px 22px; }.price-head > strong { font-size: 48px; }.outreach-volume { margin: -25px -22px 24px; padding: 24px 22px; }
  h2 { font-size: 39px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 385px; padding: 28px; }.service-icon { margin-bottom: 54px; }
  .step { grid-template-columns: 54px 1fr; }.step h3 { font-size: 26px; }.case-card { min-height: 390px; padding: 28px; }.case-card h3 { font-size: 34px; }
  .fit { padding-top: 15px; }.fit-grid { padding: 34px 24px; }.fit-list p { font-size: 14px; }
  .contact { padding-top: 10px; }.contact-panel { width: 100%; border-radius: 0; padding: 48px 20px; }.lead-form { padding: 24px 18px; }.field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { grid-template-columns: 1fr; }.footer-bottom div { order: 3; }.whatsapp-float { width: 48px; padding: 10px; justify-content: center; }.whatsapp-float strong { display: none; }
}
