:root {
  --abyss: #020911;
  --deep: #04131c;
  --blue: #062435;
  --blue-2: #0a3a4d;
  --aqua: #5cf2f7;
  --aqua-2: #1bb8c8;
  --coral: #ff7d67;
  --sand: #d7c393;
  --text: #f3fbfc;
  --muted: #a8c6cb;
  --line: rgba(150, 230, 235, .2);
  --glass: rgba(8, 31, 45, .68);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 16% -10%, rgba(92, 242, 247, .2), transparent 35%),
    linear-gradient(180deg, #07263a 0%, #04131c 38%, #020911 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { letter-spacing: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; left: 12px; top: -70px; padding: 10px 14px; color: #001018; background: var(--aqua); font-weight: 900; }
.skip-link:focus-visible { top: 12px; }

.site-header { position: fixed; z-index: 90; inset: 0 0 auto; transition: background .2s ease, border-color .2s ease, transform .2s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(2, 9, 17, .82); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-shell { width: min(var(--max), calc(100% - 36px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; text-transform: uppercase; }
.brand b { color: var(--aqua); }
.brand-mark { position: relative; width: 34px; height: 34px; border: 1px solid rgba(92,242,247,.38); border-radius: 8px; background: linear-gradient(145deg, rgba(92,242,247,.16), rgba(255,125,103,.1)); }
.brand-mark i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 18px rgba(92,242,247,.8); }
.brand-mark i:nth-child(1) { left: 8px; top: 8px; }
.brand-mark i:nth-child(2) { right: 8px; top: 9px; }
.brand-mark i:nth-child(3) { left: 10px; bottom: 8px; background: var(--coral); }
.brand-mark i:nth-child(4) { right: 9px; bottom: 9px; }
.main-nav { display: flex; align-items: center; gap: 18px; color: #c7dde0; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.main-nav a:not(.button):hover { color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.04); padding: 10px; }
.menu-toggle i { display: block; height: 2px; margin: 5px 0; background: #fff; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid rgba(92,242,247,.64); border-radius: 8px; color: #001018; background: linear-gradient(135deg, #f8ffff, var(--aqua) 56%, var(--aqua-2)); box-shadow: 0 16px 44px rgba(27,184,200,.22); font-size: .78rem; font-weight: 950; text-transform: uppercase; transition: transform .2s ease, filter .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); filter: brightness(1.05); }
.button-small { min-height: 40px; padding-inline: 16px; }
.button-quiet { color: var(--text); background: rgba(255,255,255,.045); box-shadow: none; border-color: rgba(255,255,255,.28); }

.depth-scene { position: relative; overflow: hidden; }
.depth-scene::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 8% 30%, rgba(92,242,247,.09), transparent 28%), radial-gradient(circle at 96% 70%, rgba(255,125,103,.08), transparent 24%); }
.depth-scene::after { content: ""; position: absolute; left: -8vw; right: -8vw; bottom: -2px; height: 120px; pointer-events: none; opacity: .28; background: radial-gradient(90% 140% at 18% 100%, #0b3647 0 18%, transparent 19%), radial-gradient(70% 120% at 83% 100%, #351d2a 0 17%, transparent 18%); }

.hero-v2 { min-height: 100vh; padding: 118px 0 70px; display: grid; align-items: center; isolation: isolate; }
.ocean-rays { position: absolute; inset: -18% -10% auto; height: 58vh; opacity: .42; background: repeating-linear-gradient(105deg, transparent 0 54px, rgba(192,255,255,.18) 58px, transparent 96px); filter: blur(18px); transform: skewY(-7deg); }
.particle-field { position: absolute; inset: 0; opacity: .48; background-image: radial-gradient(circle at 12% 78%, rgba(255,255,255,.26) 0 1px, transparent 2px), radial-gradient(circle at 30% 44%, rgba(255,255,255,.18) 0 1px, transparent 2px), radial-gradient(circle at 76% 60%, rgba(255,255,255,.24) 0 2px, transparent 3px); }
#centralhub-octopus-stage { position: absolute; right: 5vw; top: 16vh; width: 42vw; height: 42vw; max-width: 620px; max-height: 620px; opacity: 0; pointer-events: none; }
.hero-stage { position: relative; width: min(var(--max), calc(100% - 36px)); min-height: 720px; margin: 0 auto; display: grid; align-items: center; }
.hero-copy { position: relative; z-index: 4; max-width: 820px; padding-top: 4vh; }
.eyebrow { margin: 0 0 18px; display: inline-flex; align-items: center; gap: 12px; color: #a9f7fb; font-size: .72rem; font-weight: 950; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 38px; height: 2px; background: currentColor; }
.eyebrow.coral { color: var(--coral); }
h1 { margin: 0; font-size: clamp(4rem, 9vw, 9rem); line-height: .86; text-transform: uppercase; max-width: 980px; text-wrap: balance; }
.hero-verbline { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 0; color: var(--coral); font-size: clamp(1.6rem, 3.7vw, 4rem); line-height: 1; font-weight: 950; }
.hero-lead { max-width: 590px; margin: 24px 0 0; color: #c2dde1; font-size: clamp(1rem, 1.4vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.product-orbit { position: absolute; z-index: 3; right: -5vw; top: 52%; width: min(760px, 62vw); height: 600px; transform: translateY(-50%); perspective: 1600px; }
.screen { position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(150,230,235,.2); border-radius: 8px; background: #06131d; box-shadow: 0 42px 120px rgba(0,0,0,.48); }
.screen::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, rgba(255,255,255,.08), transparent 34%); }
.screen img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.06); }
.screen-dashboard { right: 4%; top: 4%; width: 67%; height: 420px; transform: rotateY(-16deg) rotateZ(1deg); }
.screen-dashboard img { object-position: right center; }
.screen-store { left: 0; bottom: 18%; width: 54%; height: 350px; transform: rotateY(18deg) rotateZ(-5deg); }
.screen-store img { object-position: 54% center; }
.screen-theme { right: 20%; bottom: 0; width: 34%; height: 220px; transform: rotateY(-8deg) rotateZ(5deg); }
.screen-theme img { object-position: center bottom; }
.live-chip { position: absolute; z-index: 6; padding: 12px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(2, 12, 20, .78); backdrop-filter: blur(14px); box-shadow: 0 20px 60px rgba(0,0,0,.34); }
.live-chip b, .live-chip span { display: block; }
.live-chip b { font-size: .68rem; text-transform: uppercase; }
.live-chip span { color: var(--muted); font-size: .72rem; }
.chip-sale { left: 14%; top: 12%; }
.chip-pix { right: 5%; bottom: 20%; border-color: rgba(92,242,247,.32); }
.chip-domain { left: 4%; bottom: 8%; border-color: rgba(255,125,103,.3); }

.metric-strip { position: relative; z-index: 5; background: rgba(2,9,17,.72); border-block: 1px solid var(--line); backdrop-filter: blur(12px); }
.metric-inner { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.metric-inner article { min-height: 148px; display: grid; align-content: center; padding: 26px 30px; border-right: 1px solid var(--line); }
.metric-inner article:last-child { border-right: 0; }
.metric-inner strong { display: block; color: var(--aqua); font-size: clamp(2.1rem, 4.4vw, 5rem); line-height: .9; }
.metric-inner span { display: block; margin-top: 12px; color: var(--muted); font-size: .86rem; text-transform: uppercase; font-weight: 850; }

.ecosystem-section { padding: 120px 0 70px; }
.section-kicker { width: min(var(--max), calc(100% - 36px)); margin: 0 auto 56px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: #bee4e8; font-size: .76rem; font-weight: 950; text-transform: uppercase; }
.section-kicker span { white-space: nowrap; }
.section-kicker i { width: min(58px, 7vw); height: 1px; background: linear-gradient(90deg, var(--aqua), transparent); }
.editorial-grid { position: relative; width: min(var(--max), calc(100% - 36px)); margin: 0 auto; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.large-copy h2, .hosting-copy h2, .section-copy h2, .store-head h2, .demo-copy h2, .plans-head h2, .final-copy h2 { margin: 0; font-size: clamp(2.6rem, 5.4vw, 6.2rem); line-height: .96; text-wrap: balance; }
.editorial-note, .hosting-copy p, .section-copy p, .final-copy p { color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.18rem); }

.hosting-section { min-height: 760px; padding: 120px max(18px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: center; background: linear-gradient(180deg, rgba(4,19,28,.45), rgba(5,31,43,.72)); }
.hosting-copy { position: relative; z-index: 2; }
.route-map { position: relative; min-height: 500px; }
.route-map svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(92,242,247,.45); stroke-width: 2; stroke-dasharray: 10 13; }
.route-node { position: absolute; z-index: 2; display: grid; place-items: center; min-width: 122px; min-height: 60px; padding: 12px 16px; border: 1px solid rgba(150,230,235,.24); border-radius: 8px; background: rgba(3,18,28,.82); box-shadow: 0 24px 70px rgba(0,0,0,.28); font-weight: 950; text-transform: uppercase; font-size: .76rem; }
.node-domain { left: 0; top: 42%; }
.node-hub { left: 38%; top: 39%; min-width: 150px; border-color: rgba(92,242,247,.7); color: var(--aqua); }
.node-site { right: 2%; top: 18%; }
.node-landing { right: 0; top: 54%; }
.node-store { right: 18%; bottom: 4%; border-color: rgba(255,125,103,.4); }

.landing-section { padding: 120px max(18px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; background: linear-gradient(180deg, rgba(8,58,74,.74), rgba(19,73,82,.48)); }
.landing-canvas { position: relative; min-height: 560px; border: 1px solid rgba(221,246,247,.22); border-radius: 8px; overflow: hidden; background: linear-gradient(145deg, #d9f1ef, #7fbcc2 54%, #15364a); color: #05202d; box-shadow: 0 42px 120px rgba(0,0,0,.36); }
.browser-ui { height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 16px; background: rgba(255,255,255,.72); border-bottom: 1px solid rgba(5,32,45,.12); }
.browser-ui span { width: 8px; height: 8px; border-radius: 50%; background: rgba(5,32,45,.22); }
.browser-ui b { margin-left: auto; color: rgba(5,32,45,.58); font-size: .68rem; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.landing-visual { padding: 64px 52px; }
.landing-visual p { color: #075568; font-weight: 950; text-transform: uppercase; }
.landing-visual h3 { max-width: 580px; margin: 0; font-size: clamp(3.1rem, 6vw, 6.6rem); line-height: .9; }
.landing-visual strong { display: inline-flex; margin-top: 28px; padding: 14px 18px; border-radius: 8px; color: #001018; background: #fff; }
.label { position: absolute; padding: 10px 12px; border-radius: 999px; color: #fff; background: rgba(4,19,28,.82); box-shadow: 0 18px 50px rgba(0,0,0,.24); font-style: normal; font-size: .72rem; font-weight: 950; text-transform: uppercase; }
.label-product { right: 14%; top: 24%; }
.label-checkout { right: 7%; bottom: 28%; background: var(--coral); }
.label-conversion { left: 11%; bottom: 16%; }
.label-payment { left: 46%; bottom: 9%; background: var(--aqua-2); }

.store-section { padding: 125px 0; }
.store-head { width: min(var(--max), calc(100% - 36px)); margin: 0 auto 44px; }
.store-showcase { position: relative; width: min(1380px, calc(100% - 36px)); margin: 0 auto; min-height: 560px; }
.wide-product-shot { margin: 0; height: 560px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #06131d; box-shadow: 0 42px 120px rgba(0,0,0,.44); }
.wide-product-shot img { width: 100%; height: 100%; object-fit: cover; object-position: 63% center; filter: saturate(.82) contrast(1.06); }
.interface-callout { position: absolute; padding: 14px 16px; border-radius: 8px; border: 1px solid rgba(255,255,255,.18); background: rgba(2,12,20,.82); backdrop-filter: blur(14px); box-shadow: 0 22px 60px rgba(0,0,0,.36); }
.interface-callout b, .interface-callout span { display: block; }
.interface-callout b { font-size: .72rem; text-transform: uppercase; }
.interface-callout span { color: var(--muted); font-size: .78rem; }
.callout-order { left: 8%; top: 12%; }
.callout-product { right: 10%; top: 18%; border-color: rgba(92,242,247,.32); }
.callout-pix { right: 18%; bottom: 11%; border-color: rgba(255,125,103,.34); }

.payments-v2 { padding: 120px max(18px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; background: radial-gradient(circle at 70% 20%, rgba(255,125,103,.13), transparent 32%), linear-gradient(180deg, #020911, #07131d); }
.checkout-composition { position: relative; min-height: 540px; display: grid; place-items: center; }
.checkout-window { width: min(420px, 100%); padding: 24px; border: 1px solid rgba(150,230,235,.22); border-radius: 8px; background: rgba(7,28,42,.88); box-shadow: 0 44px 120px rgba(0,0,0,.48); }
.checkout-top { display: flex; justify-content: space-between; color: var(--muted); font-size: .74rem; text-transform: uppercase; font-weight: 900; }
.checkout-top b { color: var(--aqua); }
.checkout-total { margin: 34px 0; font-size: 4rem; line-height: .9; font-weight: 950; }
.pay-method { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0; border-top: 1px solid rgba(150,230,235,.16); font-weight: 900; }
.pay-method small { color: var(--muted); font-weight: 700; }
.pay-method.active { color: var(--aqua); }
.checkout-window button { width: 100%; min-height: 48px; margin-top: 22px; border: 0; border-radius: 8px; color: #001018; background: var(--aqua); font-weight: 950; text-transform: uppercase; }
.pay-orbit { position: absolute; min-width: 105px; text-align: center; padding: 12px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.06); font-size: .72rem; font-weight: 950; text-transform: uppercase; }
.orbit-pix { left: 6%; top: 18%; }
.orbit-card { right: 9%; top: 28%; }
.orbit-automation { left: 2%; bottom: 24%; color: var(--coral); }
.orbit-manage { right: 2%; bottom: 15%; }

.demo-section { padding: 120px 0; }
.demo-copy, .plans-head { width: min(var(--max), calc(100% - 36px)); margin: 0 auto 40px; }
.demo-shell { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; display: grid; grid-template-columns: 270px 1fr; gap: 18px; align-items: stretch; }
.demo-tabs { display: grid; align-content: start; gap: 10px; }
.demo-tabs button { min-height: 56px; border: 1px solid var(--line); border-radius: 8px; color: var(--text); background: rgba(255,255,255,.035); font-weight: 950; text-align: left; padding: 0 18px; cursor: pointer; }
.demo-tabs button.active { color: #001018; background: var(--aqua); }
.demo-visual { min-height: 520px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #06131d; }
.demo-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; opacity: .82; filter: saturate(.82) contrast(1.07); }
.demo-visual div { position: absolute; left: 26px; right: 26px; bottom: 24px; padding: 22px; border-radius: 8px; background: rgba(2,12,20,.82); backdrop-filter: blur(14px); }
.demo-visual b { display: block; font-size: 1.4rem; }
.demo-visual span { color: var(--muted); }

.plans-v2 { padding: 120px 0; background: linear-gradient(180deg, rgba(4,19,28,.44), rgba(2,9,17,.8)); }
.plan-grid { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; display: grid; grid-template-columns: .95fr 1.1fr .95fr; gap: 16px; align-items: stretch; }
.plan-card { position: relative; min-height: 460px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: rgba(8,31,45,.72); }
.plan-card.popular { transform: translateY(-18px); border-color: rgba(92,242,247,.68); background: linear-gradient(180deg, rgba(15,59,75,.9), rgba(8,31,45,.82)); box-shadow: 0 44px 120px rgba(0,0,0,.36); }
.plan-badge { min-height: 28px; align-self: flex-start; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 999px; color: #001018; background: var(--aqua); font-size: .62rem; font-weight: 950; text-transform: uppercase; }
.plan-card h3 { margin: 30px 0 8px; font-size: 1.2rem; text-transform: uppercase; }
.plan-price { margin: 0; font-size: 3.2rem; line-height: 1; font-weight: 950; }
.plan-price small { color: var(--muted); font-size: 1rem; }
.plan-note { color: var(--coral); font-size: .82rem; font-weight: 900; }
.plan-card ul { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; color: #c5dadd; }
.plan-card li { position: relative; padding-left: 20px; }
.plan-card li::before { content: ""; position: absolute; left: 0; top: .75em; width: 9px; height: 2px; background: var(--aqua); }
.plan-card .button { width: 100%; margin-top: auto; }

.final-section { min-height: 720px; display: grid; place-items: center; padding: 120px 18px; text-align: center; background: radial-gradient(circle at 50% 30%, rgba(92,242,247,.15), transparent 38%), linear-gradient(180deg, #04131c, #020911); }
.final-copy { max-width: 980px; position: relative; z-index: 2; }
.final-copy p:not(.eyebrow) { max-width: 640px; margin-inline: auto; }
.final-copy .hero-actions { justify-content: center; }
.site-footer { padding: 44px 0 26px; background: #020911; border-top: 1px solid var(--line); }
.footer-inner { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: start; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: .82rem; font-weight: 800; }
.footer-inner small { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(150,230,235,.14); color: #75969c; }

[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s ease; }
[data-reveal].visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .main-nav a:not(.button) { display: none; }
  .hero-stage { min-height: auto; padding-bottom: 460px; }
  .product-orbit { top: auto; bottom: 0; right: 0; width: 100%; height: 470px; transform: none; }
  .screen-dashboard { right: 0; width: 66%; height: 320px; }
  .screen-store { width: 52%; height: 280px; }
  .screen-theme { height: 180px; }
  .editorial-grid, .hosting-section, .landing-section, .payments-v2 { grid-template-columns: 1fr; }
  .metric-inner { grid-template-columns: repeat(2, 1fr); }
  .metric-inner article:nth-child(2) { border-right: 0; }
  .metric-inner article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .demo-shell { grid-template-columns: 1fr; }
  .demo-tabs { grid-template-columns: repeat(4, 1fr); }
  .demo-tabs button { text-align: center; padding: 0 10px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card.popular { transform: none; }
}

@media (max-width: 760px) {
  .nav-shell { width: min(100% - 28px, var(--max)); min-height: 68px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 68px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(2,9,17,.96); box-shadow: 0 30px 90px rgba(0,0,0,.42); }
  .main-nav.open { display: flex; }
  .main-nav a:not(.button) { display: block; }
  .main-nav a { padding: 13px 12px; }
  .main-nav .button { width: 100%; margin-top: 6px; }
  .hero-v2 { padding: 100px 0 50px; }
  .hero-stage { width: min(100% - 28px, var(--max)); padding-bottom: 500px; }
  h1 { font-size: clamp(3.2rem, 15vw, 5.4rem); }
  .hero-verbline { display: grid; gap: 4px; font-size: clamp(2rem, 10vw, 3rem); }
  .hero-actions { display: grid; width: 100%; }
  .button { width: 100%; }
  .product-orbit { height: 470px; }
  .screen { border-radius: 8px; }
  .screen-dashboard { right: -35%; top: 24px; width: 112%; height: 285px; transform: rotateZ(2deg); }
  .screen-store { left: -18%; bottom: 70px; width: 86%; height: 260px; transform: rotateZ(-4deg); }
  .screen-theme { right: 4%; bottom: 12px; width: 48%; height: 150px; }
  .live-chip { padding: 10px 12px; }
  .chip-sale { left: 2%; top: 0; }
  .chip-pix { right: 0; bottom: 160px; }
  .chip-domain { display: none; }
  .metric-inner { width: min(100% - 28px, var(--max)); grid-template-columns: 1fr; }
  .metric-inner article { border-right: 0; border-bottom: 1px solid var(--line); min-height: 128px; padding: 22px 0; }
  .metric-inner article:last-child { border-bottom: 0; }
  .ecosystem-section, .store-section, .demo-section, .plans-v2 { padding: 82px 0; }
  .hosting-section, .landing-section, .payments-v2 { padding: 82px 14px; }
  .section-kicker { width: min(100% - 28px, var(--max)); display: grid; grid-template-columns: 1fr 1fr; }
  .section-kicker i { display: none; }
  .editorial-grid, .store-head, .demo-copy, .plans-head { width: min(100% - 28px, var(--max)); }
  .large-copy h2, .hosting-copy h2, .section-copy h2, .store-head h2, .demo-copy h2, .plans-head h2, .final-copy h2 { font-size: clamp(2.35rem, 11vw, 3.7rem); }
  .route-map { min-height: 430px; }
  .route-node { min-width: 104px; font-size: .68rem; }
  .node-domain { top: 8%; }
  .node-hub { left: 28%; top: 40%; }
  .node-site { right: 0; top: 8%; }
  .node-landing { right: 2%; top: 66%; }
  .node-store { left: 4%; bottom: 0; right: auto; }
  .landing-canvas { min-height: 500px; }
  .landing-visual { padding: 44px 26px; }
  .landing-visual h3 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .label { font-size: .64rem; }
  .store-showcase { width: min(100% - 28px, var(--max)); min-height: 500px; }
  .wide-product-shot { height: 500px; }
  .wide-product-shot img { object-position: 62% center; }
  .interface-callout { padding: 11px 12px; }
  .callout-order { left: 3%; top: 5%; }
  .callout-product { right: 3%; top: 20%; }
  .callout-pix { right: 4%; bottom: 6%; }
  .checkout-composition { min-height: 500px; }
  .pay-orbit { min-width: 88px; }
  .orbit-pix { left: 0; top: 5%; }
  .orbit-card { right: 0; top: 9%; }
  .orbit-automation { left: 0; bottom: 8%; }
  .orbit-manage { right: 0; bottom: 5%; }
  .demo-shell { width: min(100% - 28px, var(--max)); }
  .demo-tabs { grid-template-columns: 1fr 1fr; }
  .demo-visual { min-height: 430px; }
  .plans-head, .plan-grid { width: min(100% - 28px, var(--max)); }
  .footer-inner { width: min(100% - 28px, var(--max)); grid-template-columns: 1fr; }
  .footer-inner small { grid-column: auto; }
}

@media (max-width: 430px) {
  .brand { font-size: .82rem; }
  .hero-stage { padding-bottom: 460px; }
  .screen-dashboard { height: 260px; }
  .screen-store { height: 230px; }
  .demo-tabs button { min-height: 48px; font-size: .78rem; }
  .checkout-total { font-size: 3.1rem; }
}
