:root {
  --ink: #08132f;
  --ink-2: #152754;
  --muted: #596985;
  --line: #d7e2f3;
  --paper: #f8fbff;
  --blue-paper: #edf5ff;
  --night: #060b1e;
  --night-2: #0c1738;
  --blue: #3468f4;
  --blue-2: #83a5ff;
  --violet: #8170ff;
  --mint: #48e3af;
  --gold: #f3a712;
  --rose: #ff5f91;
  --shell: min(1240px, calc(100vw - 48px));
  --radius: 28px;
  --shadow: 0 28px 80px rgba(23, 55, 115, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-family: "DM Sans", sans-serif; line-height: .98; letter-spacing: -.055em; }

.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 18px; color: #fff; background: var(--blue); border-radius: 12px; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.topbar {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 50%;
  width: min(1320px, calc(100vw - 32px));
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(151, 178, 255, .2);
  border-radius: 22px;
  background: rgba(6, 11, 30, .74);
  color: #fff;
  backdrop-filter: blur(22px) saturate(140%);
  box-shadow: 0 14px 50px rgba(0, 0, 0, .18);
  transform: translateX(-50%);
  transition: background .25s, box-shadow .25s, top .25s;
}
.topbar.is-scrolled { top: 8px; background: rgba(6, 11, 30, .94); box-shadow: 0 14px 50px rgba(0,0,0,.32); }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; flex: 0 0 42px; object-fit: contain; filter: drop-shadow(0 5px 12px rgba(35, 100, 244, .3)); }
.brand > span { display: grid; line-height: 1; }
.brand b { font-family: "DM Sans", sans-serif; font-size: 15px; letter-spacing: .06em; }
.brand small { margin-top: 5px; color: #9eacd0; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.main-nav > a { position: relative; color: #cbd5f0; font-size: 13px; font-weight: 700; white-space: nowrap; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--mint); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.main-nav .nav-login { color: #fff; }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 0; border-radius: 14px; background: rgba(255,255,255,.08); }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: #fff; transition: transform .2s; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #3d70ff, #7b72ff);
  box-shadow: 0 12px 30px rgba(58, 104, 244, .3);
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: transform .25s, box-shadow .25s, filter .25s;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(58, 104, 244, .42); filter: saturate(1.12); }
.button:active { transform: translateY(-1px); }
.button-small { min-height: 44px; padding-inline: 18px; border-radius: 13px; font-size: 12px !important; }
.button-outline { color: var(--blue); background: transparent; border-color: #92adff; box-shadow: none; }
.button-light { color: #fff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 14px; }
.text-link > span:first-child { width: 38px; height: 38px; display: inline-grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.text-link-light { color: #fff; }
.text-link-blue { color: var(--blue); }
.text-link:hover { color: var(--mint); }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #a9bcf3; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow i { width: 24px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); }
.eyebrow-blue { color: #5075df; }

.hero { position: relative; min-height: 910px; padding: 168px 0 38px; overflow: hidden; color: #fff; background: radial-gradient(circle at 20% 100%, #163471 0, transparent 40%), radial-gradient(circle at 84% 20%, #1b2c66 0, transparent 44%), var(--night); }
.particle-field, .hero-grid, .hero-glow { position: absolute; inset: 0; pointer-events: none; }
.particle-field { width: 100%; height: 100%; }
.hero-grid { opacity: .2; background-image: linear-gradient(rgba(133,164,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(133,164,255,.13) 1px, transparent 1px); background-size: 88px 88px; mask-image: radial-gradient(circle at 42% 42%, #000, transparent 72%); }
.hero-glow { inset: auto; border-radius: 50%; filter: blur(10px); }
.hero-glow-a { width: 760px; height: 760px; right: -280px; top: 40px; border: 1px solid rgba(119,153,255,.25); box-shadow: inset 0 0 0 100px rgba(79,110,220,.03), inset 0 0 0 220px rgba(79,110,220,.035); animation: orbitPulse 8s ease-in-out infinite; }
.hero-glow-b { width: 340px; height: 340px; left: -160px; bottom: -80px; background: rgba(33,101,255,.18); filter: blur(70px); }
.hero-layout { position: relative; z-index: 3; display: grid; grid-template-columns: .82fr 1.18fr; gap: 54px; align-items: center; }
.hero-copy { padding: 30px 0 50px; }
.hero-copy h1 { margin: 24px 0 28px; font-size: clamp(58px, 6.2vw, 94px); letter-spacing: -.072em; }
.hero-copy h1 span { display: inline-block; min-height: 1.04em; color: var(--blue-2); transition: opacity .3s, filter .3s, transform .3s; }
.hero-copy h1 span.is-changing { opacity: 0; filter: blur(12px); transform: translateY(10px); }
.hero-lead { max-width: 590px; color: #b9c6e5; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin: 28px 0 0; padding: 0; list-style: none; color: #9daed4; font-size: 12px; font-weight: 700; }
.hero-trust li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px var(--mint); }
.hero-product { position: relative; min-height: 630px; perspective: 1400px; }
.product-window { margin: 0; padding: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,.56); border-radius: 26px; background: rgba(235,243,255,.86); box-shadow: var(--shadow); }
.browser-chrome { height: 36px; display: flex; align-items: center; gap: 6px; padding: 0 12px; color: #63708e; background: #eff4ff; border-radius: 18px 18px 7px 7px; }
.browser-chrome span { width: 7px; height: 7px; border-radius: 50%; background: #ff8b8f; }
.browser-chrome span:nth-child(2) { background: #ffc65e; }
.browser-chrome span:nth-child(3) { background: #5cd898; }
.browser-chrome b { margin-left: 8px; font-size: 9px; font-weight: 700; }
.product-window img { width: 100%; border-radius: 8px 8px 18px 18px; }
.hero-window { position: absolute; z-index: 3; width: 740px; max-width: 112%; top: 106px; left: -20px; transform: rotateX(10deg) rotateY(-8deg) rotateZ(-1deg); transform-origin: 55% 100%; transition: transform .15s linear; box-shadow: 0 50px 120px rgba(0,0,0,.48); }
.orbit { position: absolute; border: 1px solid rgba(121,155,255,.22); border-radius: 50%; animation: orbitSpin 18s linear infinite; }
.orbit::before { content: ""; position: absolute; width: 9px; height: 9px; top: 14%; left: 14%; border-radius: 50%; background: var(--mint); box-shadow: 0 0 24px var(--mint); }
.orbit-a { width: 520px; height: 520px; right: -80px; top: 10px; }
.orbit-b { width: 360px; height: 360px; right: 30px; top: 90px; animation-direction: reverse; animation-duration: 12s; }
.data-pill { position: absolute; z-index: 5; display: grid; gap: 2px; padding: 14px 18px; border: 1px solid rgba(132,160,255,.38); border-radius: 16px; background: rgba(9,19,49,.84); backdrop-filter: blur(12px); box-shadow: 0 18px 38px rgba(0,0,0,.28); animation: float 5s ease-in-out infinite; }
.data-pill small { color: #91a3cf; font-size: 8px; letter-spacing: .13em; }
.data-pill strong { color: var(--mint); font: 700 17px "DM Sans"; }
.data-pill-balance { top: 42px; right: -16px; }
.data-pill-pending { z-index: 2; bottom: 48px; left: 10px; animation-delay: -2s; }
.data-pill-pending strong { color: #ffc263; }
.hero-platforms { position: relative; z-index: 4; display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 32px; color: #6f83b3; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.hero-platforms i { width: 4px; height: 4px; border-radius: 50%; background: var(--mint); }

.proof-bar { position: relative; z-index: 5; padding: 0 0 58px; background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 20px 60px rgba(29,65,126,.12); }
.proof-grid > div { min-height: 112px; display: grid; align-content: center; gap: 2px; padding: 20px 30px; border-right: 1px solid var(--line); }
.proof-grid > div:last-child { border: 0; }
.proof-grid strong { color: var(--blue); font: 800 24px "DM Sans"; letter-spacing: -.04em; }
.proof-grid span { color: var(--muted); font-size: 12px; }

.section-heading { padding: 30px 0 60px; }
.section-heading h2, .pricing-intro h2, .faq-heading h2 { max-width: 920px; margin: 18px 0 20px; font-size: clamp(44px, 5.2vw, 76px); }
.section-heading p { max-width: 720px; color: var(--muted); font-size: 17px; }
.section-heading.centered { text-align: center; }
.section-heading.centered h2, .section-heading.centered p { margin-inline: auto; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.split-heading p { padding-bottom: 22px; }

.showcase { padding: 96px 0 120px; background: var(--paper); overflow: hidden; }
.screen-marquee { position: relative; width: 100%; padding: 16px 0 40px; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.screen-track { display: flex; align-items: center; gap: 26px; width: max-content; padding-inline: 13px; filter: blur(.28px); will-change: transform; }
.screen-marquee:hover .screen-track, .screen-marquee:focus-within .screen-track, .screen-marquee.is-paused .screen-track { filter: none; }
.screen-slide { position: relative; flex: 0 0 660px; aspect-ratio: 16/9; padding: 8px; overflow: hidden; border: 1px solid #ccdaef; border-radius: 24px; background: #fff; box-shadow: 0 25px 70px rgba(30,64,128,.18); cursor: zoom-in; transition: transform .3s, box-shadow .3s; }
.screen-slide:hover, .screen-slide:focus-visible { z-index: 3; transform: translateY(-10px) scale(1.018); box-shadow: 0 34px 90px rgba(30,64,128,.28); outline: 3px solid rgba(52,104,244,.28); }
.screen-slide img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 17px; }
.screen-slide > span { position: absolute; z-index: 2; top: 20px; left: 20px; padding: 7px 10px; border-radius: 9px; color: #fff; background: rgba(5,12,32,.82); font-size: 9px; font-weight: 800; letter-spacing: .12em; backdrop-filter: blur(10px); }
.screen-slide-portrait { flex-basis: 390px; }

.themes-showcase { position: relative; padding: 125px 0; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 20%, rgba(88,132,255,.28), transparent 36%), linear-gradient(135deg, #071027, #101b42 55%, #092f3b); }
.themes-showcase::before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; bottom: -230px; border: 1px solid rgba(128,164,255,.25); border-radius: 50%; box-shadow: 0 0 0 85px rgba(97,137,237,.06), 0 0 0 170px rgba(97,137,237,.04); }
.themes-layout { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; gap: 74px; align-items: center; }
.themes-copy h2 { max-width: 600px; margin: 18px 0 24px; overflow-wrap: normal; word-break: normal; text-wrap: balance; font-size: clamp(48px, 5.2vw, 78px); }
.themes-copy > p { max-width: 520px; color: #b8c7e7; font-size: 16px; }
.themes-copy > small { display: block; max-width: 470px; margin-top: 20px; color: #8394bb; font-size: 11px; }
.theme-controls { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.theme-control { min-height: 42px; padding: 0 16px; border: 1px solid rgba(150,174,235,.35); border-radius: 999px; color: #c9d6f1; background: rgba(255,255,255,.04); font: 700 12px "DM Sans"; cursor: pointer; transition: color .25s, border-color .25s, background .25s, transform .25s; }
.theme-control:hover, .theme-control:focus-visible { transform: translateY(-2px); border-color: var(--mint); }
.theme-control.is-active { color: #071027; border-color: var(--mint); background: var(--mint); box-shadow: 0 10px 28px rgba(72,227,175,.22); }
.theme-preview { position: relative; aspect-ratio: 16/9; padding: 10px; border: 1px solid rgba(173,196,255,.42); border-radius: 28px; color: #fff; background: rgba(255,255,255,.09); box-shadow: 0 42px 110px rgba(0,0,0,.4); cursor: zoom-in; transform: perspective(1400px) rotateY(-4deg) rotateX(2deg); transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s; }
.theme-preview:hover, .theme-preview:focus-visible { transform: perspective(1400px) rotateY(0) rotateX(0) translateY(-8px); box-shadow: 0 52px 130px rgba(0,0,0,.5); }
.theme-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 18px; opacity: 1; transition: opacity .18s ease, transform .5s ease; }
.theme-preview.is-changing img { opacity: .12; transform: scale(.985); }
.theme-preview > span { position: absolute; z-index: 2; top: 26px; left: 26px; padding: 8px 11px; border-radius: 10px; color: #dce6ff; background: rgba(5,12,32,.82); font-size: 9px; font-weight: 700; letter-spacing: .13em; backdrop-filter: blur(12px); }
.theme-preview > span b { color: var(--mint); }
.theme-preview > small { position: absolute; z-index: 2; right: 26px; bottom: 25px; padding: 8px 11px; border-radius: 10px; color: #dce6ff; background: rgba(5,12,32,.78); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(12px); }

.automation-showcase { position: relative; padding: 130px 0 145px; overflow: hidden; color: #fff; background: #071027; }
.automation-showcase::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(132,163,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(132,163,255,.14) 1px, transparent 1px); background-size: 76px 76px; mask-image: radial-gradient(circle at 72% 45%, #000, transparent 72%); pointer-events: none; }
.automation-heading { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 70px; }
.automation-heading .eyebrow { grid-column: 1 / -1; }
.automation-heading h2 { max-width: 900px; margin-top: -38px; font-size: clamp(48px, 5.2vw, 78px); }
.automation-heading > p { max-width: 520px; color: #aebee1; font-size: 16px; }
.automation-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 22px; align-items: stretch; }
.automation-menu { display: grid; gap: 10px; }
.automation-option { min-height: 132px; display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto 1fr; gap: 4px 13px; padding: 22px; border: 1px solid rgba(145,171,237,.2); border-radius: 22px; color: #fff; background: rgba(255,255,255,.035); text-align: left; cursor: pointer; transition: transform .3s, border-color .3s, background .3s, box-shadow .3s; }
.automation-option > span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(143,170,241,.28); border-radius: 50%; color: #8faaff; font: 800 9px "DM Sans"; }
.automation-option strong { align-self: end; font: 800 17px "DM Sans"; letter-spacing: -.025em; }
.automation-option small { color: #8899bd; font-size: 10px; line-height: 1.45; }
.automation-option:hover, .automation-option:focus-visible { transform: translateX(5px); border-color: rgba(72,227,175,.55); }
.automation-option.is-active { border-color: #587ef0; background: linear-gradient(135deg, rgba(52,104,244,.28), rgba(129,112,255,.12)); box-shadow: inset 3px 0 var(--mint), 0 18px 48px rgba(0,0,0,.2); }
.automation-option.is-active > span { color: #071027; border-color: var(--mint); background: var(--mint); }
.automation-stage { min-width: 0; display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; padding: 34px; overflow: hidden; border: 1px solid rgba(149,176,241,.24); border-radius: 30px; background: linear-gradient(140deg, rgba(26,43,91,.95), rgba(9,20,51,.86)); box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.automation-stage-copy { align-self: center; padding: 12px 0 12px 10px; }
.automation-stage-copy > span { color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.automation-stage-copy h3 { margin: 16px 0 20px; font-size: clamp(35px, 3.4vw, 53px); }
.automation-stage-copy > p { color: #b6c4e2; font-size: 13px; }
.automation-stage-copy ul { display: grid; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; color: #dce5fb; font-size: 11px; }
.automation-stage-copy li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px rgba(72,227,175,.7); }
.automation-more { margin-top: 30px; padding: 0; border: 0; color: #fff; background: transparent; font: 800 12px "DM Sans"; cursor: pointer; }
.automation-more span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-left: 8px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; transition: transform .25s, border-color .25s; }
.automation-more:hover span, .automation-more:focus-visible span { transform: rotate(45deg); border-color: var(--mint); }
.automation-visual { position: relative; align-self: stretch; min-height: 560px; display: grid; place-items: center; padding: 12px; overflow: hidden; border: 1px solid rgba(173,197,255,.4); border-radius: 24px; color: #fff; background: radial-gradient(circle at 50% 45%, rgba(66,100,193,.25), transparent 55%), #050b1d; box-shadow: 0 32px 80px rgba(0,0,0,.34); cursor: zoom-in; transition: transform .45s cubic-bezier(.2,.8,.2,1), opacity .2s; }
.automation-visual:hover, .automation-visual:focus-visible { transform: translateY(-7px) rotate(.35deg); }
.automation-visual.is-changing { opacity: .18; transform: scale(.98); }
.automation-visual img { width: 100%; height: 100%; max-height: 560px; object-fit: contain; object-position: center; border-radius: 16px; }
.automation-visual > span { position: absolute; z-index: 2; top: 20px; left: 20px; padding: 7px 10px; border-radius: 9px; color: #dfe8ff; background: rgba(4,10,28,.78); font-size: 8px; font-weight: 800; letter-spacing: .12em; backdrop-filter: blur(10px); }

.automation-dialog { width: min(720px, calc(100vw - 34px)); padding: 48px; border: 1px solid rgba(142,172,255,.35); border-radius: 28px; color: #fff; background: linear-gradient(145deg, #101d45, #071027); box-shadow: 0 45px 150px rgba(0,0,0,.65); }
.automation-dialog::backdrop { background: rgba(3,7,18,.82); backdrop-filter: blur(10px); }
.automation-dialog > span { color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.automation-dialog h2 { margin: 16px 50px 20px 0; font-size: clamp(34px, 5vw, 54px); }
.automation-dialog > p { color: #b7c5e3; }
.automation-dialog-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }
.automation-dialog-steps article { min-height: 132px; padding: 18px; border: 1px solid rgba(147,173,239,.2); border-radius: 18px; background: rgba(255,255,255,.04); }
.automation-dialog-steps span { display: block; margin-bottom: 24px; color: var(--mint); font-size: 9px; font-weight: 800; }
.automation-dialog-steps strong { font: 700 13px "DM Sans"; line-height: 1.4; }
.automation-dialog-close { position: absolute; top: 22px; right: 22px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; background: rgba(255,255,255,.05); cursor: pointer; font-size: 25px; }

.product-story { padding: 105px 0 140px; background: var(--blue-paper); }
.mobile-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.mobile-story-card { min-width: 0; display: flex; flex-direction: column; gap: 32px; padding: 30px; border: 1px solid #c9d9f1; border-radius: 30px; background: rgba(255,255,255,.72); box-shadow: 0 24px 65px rgba(27,65,130,.1); transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s, border-color .4s; }
.mobile-story-card:hover { transform: translateY(-9px); border-color: #85a8ef; box-shadow: 0 34px 85px rgba(27,65,130,.18); }
.mobile-story-card-featured { margin-top: 64px; background: linear-gradient(160deg, #fff, #e9f0ff); }
.mobile-story-card .story-copy h3 { margin: 14px 0 16px; font-size: clamp(27px, 2.25vw, 37px); }
.mobile-story-card .story-copy > p { font-size: 14px; }
.mobile-shot-placeholder { position: relative; width: min(100%, 270px); aspect-ratio: 9/16; align-self: center; display: grid; align-content: center; justify-items: center; gap: 10px; padding: 34px 26px; overflow: hidden; border: 2px solid #819fe2; border-radius: 34px; color: #7182a7; background: radial-gradient(circle at 50% 30%, rgba(92,135,246,.16), transparent 34%), linear-gradient(150deg, #f8fbff, #e2ebfc); box-shadow: inset 0 0 0 7px #fff, 0 24px 55px rgba(28,65,134,.18); text-align: center; }
.mobile-shot-placeholder::before { content: ""; position: absolute; top: 12px; left: 50%; width: 62px; height: 17px; border-radius: 999px; background: #17233f; transform: translateX(-50%); }
.mobile-shot-placeholder::after { content: "9:16"; position: absolute; right: 22px; bottom: 18px; color: #94a5c6; font: 800 9px "DM Sans"; letter-spacing: .14em; }
.mobile-shot-placeholder span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.mobile-shot-placeholder strong { color: var(--ink); font: 800 25px "DM Sans"; letter-spacing: -.04em; }
.mobile-shot-placeholder small { max-width: 185px; color: #7b8dad; font-size: 11px; line-height: 1.45; }
.story-list { display: grid; gap: 120px; }
.story-row { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.story-row-reverse { grid-template-columns: 1.1fr .9fr; }
.story-row-reverse .story-copy { order: 2; }
.story-number { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.story-copy h3 { margin: 17px 0 24px; font-size: clamp(40px, 4.2vw, 64px); }
.story-copy > p { color: var(--muted); font-size: 16px; }
.check-list { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: #344666; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 10px; font-weight: 900; }
.story-screen { padding: 0; border: 0; color: var(--muted); background: transparent; cursor: zoom-in; text-align: right; perspective: 1200px; }
.story-screen .product-window { transform: rotateX(7deg) rotateY(-5deg) scale(.96); transition: transform .6s cubic-bezier(.2,.8,.2,1), box-shadow .6s; }
.story-row.is-visible .story-screen .product-window { transform: rotateX(0) rotateY(0) scale(1); }
.story-screen:hover .product-window, .story-screen:focus-visible .product-window { transform: translateY(-8px) scale(1.012); box-shadow: 0 36px 100px rgba(29,62,121,.28); }
.story-screen small { display: inline-block; margin-top: 12px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dual-screens { position: relative; min-height: 620px; }
.dual-screens button { position: absolute; padding: 7px; overflow: hidden; border: 1px solid #cfdbef; border-radius: 24px; background: #fff; box-shadow: var(--shadow); cursor: zoom-in; transition: transform .4s; }
.dual-screens button:first-child { width: 76%; top: 0; left: 0; transform: rotate(-3deg); }
.dual-screens button:last-child { width: 48%; right: 0; bottom: 0; transform: rotate(4deg); }
.dual-screens button:hover { z-index: 4; transform: rotate(0) translateY(-8px) scale(1.025); }
.dual-screens img { width: 100%; border-radius: 17px; }
.mini-proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.mini-proof-grid div { padding: 18px; border: 1px solid #cfdef5; border-radius: 17px; background: rgba(255,255,255,.6); }
.mini-proof-grid strong, .mini-proof-grid span { display: block; }
.mini-proof-grid strong { color: var(--blue); font: 800 17px "DM Sans"; }
.mini-proof-grid span { color: var(--muted); font-size: 11px; }
.story-stats { display: flex; gap: 18px; margin: 30px 0 0; }
.story-stats div { flex: 1; padding-top: 14px; border-top: 1px solid #b8cae8; }
.story-stats dt { color: #7b8aa8; font-size: 9px; letter-spacing: .14em; }
.story-stats dd { margin: 4px 0 0; color: var(--blue); font: 800 21px "DM Sans"; }

.video-section { padding: 130px 0; color: #fff; background: linear-gradient(135deg, #071027 0%, #121c43 60%, #092f3b 100%); overflow: hidden; }
.video-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 76px; align-items: center; }
.video-copy h2 { margin: 18px 0 24px; font-size: clamp(44px, 4.8vw, 72px); }
.video-copy p { color: #aebddd; }
.video-copy ol { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.video-copy li { display: flex; align-items: center; gap: 13px; color: #dbe5ff; font-size: 13px; }
.video-copy li b { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #7186c2; border-radius: 50%; color: var(--mint); font-size: 9px; }
.video-stage { position: relative; aspect-ratio: 16/9; margin: 0; padding: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,.3); border-radius: 30px; background: rgba(255,255,255,.08); box-shadow: 0 40px 110px rgba(0,0,0,.38); }
.video-stage::before { content: ""; position: absolute; z-index: 1; inset: 10px; border-radius: 20px; background: linear-gradient(90deg, rgba(3,8,24,.88), rgba(3,8,24,.1)); }
.video-placeholder-art { position: absolute; inset: 10px; overflow: hidden; border-radius: 20px; background: radial-gradient(circle at 72% 42%, rgba(72,227,175,.28), transparent 24%), radial-gradient(circle at 38% 60%, rgba(91,131,255,.42), transparent 32%), linear-gradient(145deg, #111c45, #071027); }
.video-placeholder-art::before, .video-placeholder-art::after { content: ""; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(158,183,255,.2); border-radius: 50%; }
.video-placeholder-art::before { right: -80px; top: -170px; box-shadow: 0 0 0 72px rgba(113,145,235,.05), 0 0 0 144px rgba(113,145,235,.03); }
.video-placeholder-art::after { left: -220px; bottom: -280px; }
.video-placeholder-art > span { position: absolute; z-index: 2; top: 50%; right: 18%; width: 92px; height: 92px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #071027; background: var(--mint); box-shadow: 0 18px 50px rgba(72,227,175,.28); font-size: 25px; transform: translateY(-50%); }
.video-placeholder-art > i { position: absolute; right: 10%; left: 52%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent); }
.video-placeholder-art > i:nth-of-type(1) { top: 28%; }
.video-placeholder-art > i:nth-of-type(2) { top: 50%; }
.video-placeholder-art > i:nth-of-type(3) { top: 72%; }
.video-overlay { position: absolute; z-index: 2; left: 7%; bottom: 14%; display: grid; gap: 8px; }
.video-overlay strong { font: 800 clamp(24px, 2.8vw, 42px) "DM Sans"; }
.video-overlay small { color: #bdc9e6; }
.video-badge { width: max-content; padding: 7px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: var(--mint); background: rgba(9,17,45,.78); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.video-timeline { position: absolute; z-index: 3; right: 7%; bottom: 7%; left: 7%; height: 4px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.2); }
.video-timeline i { display: block; width: 34%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--mint)); animation: timeline 5s ease-in-out infinite alternate; }

.feature-system { padding: 120px 0 140px; background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 30px; overflow: hidden; }
.feature-grid article { min-height: 280px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: color .3s, background .3s, transform .3s; }
.feature-grid article:nth-child(3n) { border-right: 0; }
.feature-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.feature-grid article:hover { color: #fff; background: var(--ink-2); transform: translateY(-4px); }
.feature-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 54px; border-radius: 16px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); font: 700 24px "DM Sans"; box-shadow: 0 12px 28px rgba(52,104,244,.25); }
.feature-grid h3 { margin-bottom: 13px; font-size: 23px; letter-spacing: -.035em; }
.feature-grid p { color: var(--muted); font-size: 13px; }
.feature-grid article:hover p { color: #bdc9e8; }

.caixinhas { position: relative; min-height: 780px; display: grid; align-items: center; padding: 110px 0; overflow: hidden; color: #fff; background: #16386d; }
.caixinhas-bg { position: absolute; inset: 0; opacity: .52; background: linear-gradient(90deg, rgba(4,14,40,.88) 0%, rgba(4,14,40,.64) 48%, rgba(4,14,40,.05) 100%), url("imagens/nova-identidade/hero-porquinho-cofre.png") center / cover no-repeat; transform: scale(1.03); }
.caixinhas-layout { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.caixinhas-copy h2 { max-width: 570px; margin: 18px 0 26px; font-size: clamp(52px, 5.7vw, 84px); }
.caixinhas-copy p { max-width: 560px; color: #cbd8f2; font-size: 17px; }
.check-list-light li { color: #e6edff; }
.check-list-light li::before { color: var(--ink); background: var(--mint); }
.caixinhas-orbit { justify-self: end; position: relative; width: min(520px, 100%); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(164,190,255,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(95,135,239,.06), 0 0 0 140px rgba(95,135,239,.035); animation: orbitPulse 7s ease-in-out infinite; }
.goal-card { width: 72%; display: grid; gap: 13px; padding: 34px; border: 1px solid rgba(255,255,255,.32); border-radius: 28px; background: rgba(7,17,47,.74); box-shadow: 0 34px 90px rgba(0,0,0,.38); backdrop-filter: blur(15px); transform: rotate(-4deg); }
.goal-card small { color: #9fb1db; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.goal-card strong { color: var(--mint); font: 800 72px "DM Sans"; letter-spacing: -.06em; line-height: 1; }
.goal-card i { height: 8px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.12); }
.goal-card i b { display: block; width: 68%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue-2), var(--mint)); animation: timeline 4s ease-in-out infinite alternate; }
.goal-card > span { color: #d7e1f6; font-size: 11px; }
.coin { position: absolute; z-index: 2; width: 64px; height: 64px; display: grid; place-items: center; border: 3px solid #ffe8a2; border-radius: 50%; color: #fff6d5; background: linear-gradient(145deg, #ffd565, #df8c00); box-shadow: 0 16px 35px rgba(0,0,0,.28); font: 800 24px "DM Sans"; animation: float 4.8s ease-in-out infinite; }
.coin-a { top: 8%; right: 16%; }
.coin-b { left: 4%; bottom: 22%; animation-delay: -1.5s; }
.coin-c { right: 4%; bottom: 8%; width: 48px; height: 48px; font-size: 18px; animation-delay: -3s; }

.pricing { padding: 130px 0; background: var(--paper); }
.pricing-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 60px; }
.pricing-intro p { color: var(--muted); padding-bottom: 26px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.plan-card { min-height: 570px; display: flex; flex-direction: column; padding: 44px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 20px 60px rgba(34,68,128,.08); }
.plan-card-featured { color: #fff; background: linear-gradient(145deg, #101c46, #263c85); border-color: #5475df; box-shadow: 0 30px 80px rgba(28,53,126,.25); }
.plan-label { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.plan-card-featured .plan-label { color: var(--mint); }
.plan-card h3 { margin: 14px 0 25px; font-size: 40px; }
.price { display: flex; align-items: end; gap: 8px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.plan-card-featured .price { border-color: rgba(255,255,255,.18); }
.price strong { font: 800 52px "DM Sans"; letter-spacing: -.055em; line-height: 1; }
.price span { color: var(--muted); }
.plan-card-featured .price span, .plan-card-featured .check-list li { color: #c5d1ed; }
.plan-card .check-list { margin-bottom: 36px; }
.plan-card .button { margin-top: auto; }
.pricing-footnote { margin: 30px auto 0; text-align: center; color: var(--muted); font-size: 13px; }
.pricing-footnote a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.security { padding: 130px 0; color: #fff; background: var(--night); }
.security-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.security-copy h2 { margin: 18px 0 24px; font-size: clamp(48px, 5.4vw, 78px); }
.security-copy p { margin-bottom: 28px; color: #aebddd; }
.security-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.security-cards article { min-height: 210px; padding: 28px; border: 1px solid rgba(143,169,242,.2); border-radius: 22px; background: linear-gradient(145deg, rgba(31,48,98,.7), rgba(11,20,49,.55)); transition: border-color .3s, transform .3s; }
.security-cards article:hover { transform: translateY(-5px); border-color: rgba(72,227,175,.6); }
.security-cards span { color: var(--mint); font-size: 10px; font-weight: 800; }
.security-cards h3 { margin: 30px 0 10px; font-size: 22px; }
.security-cards p { color: #9eaccd; font-size: 12px; }

.faq { padding: 130px 0; background: #fff; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.faq-heading { position: sticky; top: 110px; align-self: start; }
.faq-heading h2 { font-size: clamp(45px, 4.4vw, 66px); }
.faq-heading > p { margin: 0 0 22px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); cursor: pointer; font: 700 18px "DM Sans"; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: var(--blue-paper); }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 13px; left: 8px; width: 12px; height: 2px; background: var(--blue); transition: transform .25s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 720px; padding: 0 50px 28px 0; color: var(--muted); }

.contact { padding: 60px 0 130px; background: #fff; }
.contact-panel { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 70px; overflow: hidden; border-radius: 34px; color: #fff; background: linear-gradient(135deg, #142965, #335ebd 62%, #317f91); box-shadow: 0 35px 100px rgba(32,68,140,.25); }
.contact-panel::after { content: "C"; position: absolute; right: -45px; bottom: -155px; color: rgba(255,255,255,.07); font: 800 480px "DM Sans"; line-height: 1; }
.contact-copy, .contact-form { position: relative; z-index: 2; }
.contact-copy h2 { margin: 18px 0 24px; font-size: clamp(44px, 4.5vw, 68px); }
.contact-copy p { color: #d3def6; }
.contact-email { display: inline-block; margin-top: 28px; color: var(--mint); font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.contact-form { display: grid; gap: 16px; padding: 32px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(4,13,38,.32); backdrop-filter: blur(12px); }
.contact-form label { display: grid; gap: 7px; color: #e9efff; font-size: 11px; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; outline: none; color: #fff; background: rgba(5,13,38,.55); resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(72,227,175,.16); }
.contact-form small { color: #b9c7e5; font-size: 9px; }

.download { padding: 130px 0; background: var(--blue-paper); }
.download-panel { position: relative; min-height: 540px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: 34px; color: #fff; background: #0b1a42; box-shadow: var(--shadow); }
.download-art { position: relative; overflow: hidden; }
.download-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, #0b1a42 98%); }
.download-art img { width: 100%; height: 100%; object-fit: cover; }
.download-copy { align-self: center; padding: 65px 65px 65px 25px; }
.download-copy h2 { margin: 18px 0 24px; font-size: clamp(46px, 4.8vw, 70px); }
.download-copy p { color: #bdcae7; }
.download-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
[data-download="android"] { display: none; }

.final-cta { padding: 105px 0; background: #fff; }
.final-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.final-cta h2 { max-width: 830px; margin: 18px 0 18px; font-size: clamp(48px, 5.2vw, 76px); }
.final-cta p { color: var(--muted); }
.final-cta .button { flex: 0 0 auto; }

.footer { padding: 78px 0 24px; color: #fff; background: #050a1b; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; padding-bottom: 60px; }
.brand-light { color: #fff; }
.footer-brand p { max-width: 390px; margin-top: 22px; color: #8f9dbf; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 12px; }
.footer-grid h3 { margin-bottom: 10px; color: #fff; font-size: 13px; letter-spacing: 0; }
.footer-grid a:not(.brand) { color: #8f9dbf; font-size: 12px; }
.footer-grid a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #687797; font-size: 10px; }

.lightbox { width: min(1380px, calc(100vw - 36px)); max-width: none; padding: 0; border: 0; border-radius: 24px; color: #fff; background: #070d21; box-shadow: 0 40px 160px rgba(0,0,0,.65); }
.lightbox::backdrop { background: rgba(3,7,18,.86); backdrop-filter: blur(10px); }
.lightbox-card { position: relative; display: grid; gap: 10px; padding: 15px; }
.lightbox-card img { width: 100%; max-height: calc(100vh - 120px); object-fit: contain; border-radius: 14px; }
.lightbox-card p { padding: 3px 8px 8px; color: #c6d0e9; font-size: 12px; }
.lightbox-close { position: absolute; z-index: 2; top: 26px; right: 26px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(4,10,28,.75); cursor: pointer; font-size: 26px; }

[data-reveal], [data-scene] .story-copy, [data-letter-reveal] .word { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible, [data-scene].is-visible .story-copy, [data-letter-reveal].is-visible .word { opacity: 1; transform: translateY(0); }
[data-letter-reveal] .word { display: inline-block; margin-right: .22em; transition-delay: calc(var(--word-index) * 55ms); }
[data-letter-reveal] .letter { display: inline-block; transition: transform .45s cubic-bezier(.2,.9,.2,1); transition-delay: calc(var(--letter-index) * 14ms); }
[data-letter-reveal]:not(.is-visible) .letter { transform: translateY(.55em) rotate(3deg); }

:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }

@keyframes orbitPulse { 0%,100% { transform: scale(.96); opacity: .7; } 50% { transform: scale(1.04); opacity: 1; } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
@keyframes timeline { to { width: 78%; } }

@media (max-width: 1120px) {
  .main-nav { gap: 17px; }
  .main-nav > a { font-size: 11px; }
  .hero { min-height: 840px; }
  .hero-layout { grid-template-columns: .9fr 1.1fr; gap: 25px; }
  .hero-window { width: 640px; left: 0; }
  .themes-layout { gap: 44px; }
  .story-row, .security-layout, .caixinhas-layout { gap: 46px; }
  .automation-layout { grid-template-columns: 280px minmax(0, 1fr); }
  .automation-stage { grid-template-columns: 1fr; }
  .contact-panel { padding: 54px; gap: 48px; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 34px, 760px); }
  .topbar { min-height: 62px; }
  .brand-mark { width: 38px; height: 38px; }
  .menu-toggle { display: block; }
  .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); }
  .main-nav { position: fixed; inset: 72px 0 auto; width: calc(100vw - 32px); max-height: calc(100vh - 96px); margin: 0 auto; display: none; padding: 20px; overflow: auto; border: 1px solid rgba(151,178,255,.2); border-radius: 20px; background: rgba(6,11,30,.98); box-shadow: 0 25px 80px rgba(0,0,0,.5); }
  .main-nav.is-open { display: grid; }
  .main-nav > a { min-height: 48px; display: flex; align-items: center; padding: 0 12px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px; }
  .main-nav .button { justify-content: center; border: 0; }
  .hero { min-height: 0; padding-top: 130px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 700px; padding-bottom: 10px; }
  .hero-product { min-height: 570px; }
  .hero-window { width: 100%; max-width: 100%; top: 75px; left: 0; }
  .data-pill-balance { right: 10px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading, .pricing-intro, .video-layout, .faq-layout, .contact-panel, .download-panel, .themes-layout, .automation-heading { grid-template-columns: 1fr; gap: 35px; }
  .automation-heading .eyebrow { grid-column: auto; }
  .automation-heading h2 { margin-top: 0; }
  .automation-layout { grid-template-columns: 1fr; }
  .automation-menu { grid-template-columns: 1fr 1fr; }
  .automation-option:hover, .automation-option:focus-visible { transform: translateY(-4px); }
  .themes-copy { max-width: 720px; }
  .theme-preview { width: 100%; max-width: 900px; margin-inline: auto; transform: none; }
  .mobile-story-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(76vw, 380px); gap: 18px; padding: 8px 4px 32px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .mobile-story-card { scroll-snap-align: center; }
  .mobile-story-card-featured { margin-top: 0; }
  .story-row, .story-row-reverse, .security-layout, .caixinhas-layout { grid-template-columns: 1fr; }
  .story-row-reverse .story-copy { order: 0; }
  .story-list { gap: 90px; }
  .dual-screens { min-height: 540px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid article, .feature-grid article:nth-child(3n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .feature-grid article:nth-child(2n) { border-right: 0; }
  .feature-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .caixinhas-orbit { justify-self: center; width: min(500px, 78%); }
  .pricing-grid { gap: 16px; }
  .faq-heading { position: static; }
  .contact-panel { padding: 48px; }
  .download-art { min-height: 420px; }
  .download-art::after { background: linear-gradient(180deg, transparent 55%, #0b1a42 98%); }
  .download-copy { padding: 15px 48px 55px; }
  .final-cta-inner { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100vw - 28px); --radius: 22px; }
  .topbar { top: 8px; width: calc(100vw - 16px); padding-left: 11px; border-radius: 18px; }
  .brand small { display: none; }
  .hero { padding-top: 110px; }
  .hero-copy h1 { font-size: clamp(49px, 15vw, 66px); }
  .hero-copy h1 span { min-height: 2.08em; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { justify-content: center; }
  .hero-product { min-height: 400px; }
  .hero-window { top: 78px; padding: 5px; border-radius: 18px; transform: rotateX(5deg) rotateY(-4deg); }
  .browser-chrome { height: 25px; border-radius: 13px 13px 5px 5px; }
  .browser-chrome b { display: none; }
  .orbit-a { width: 330px; height: 330px; }
  .orbit-b { width: 220px; height: 220px; }
  .data-pill { padding: 10px 12px; border-radius: 12px; }
  .data-pill strong { font-size: 13px; }
  .data-pill-pending { bottom: 10px; }
  .hero-platforms { flex-wrap: wrap; gap: 10px; }
  .proof-grid { margin-top: -12px; }
  .proof-grid > div { min-height: 98px; padding: 15px; }
  .proof-grid strong { font-size: 20px; }
  .section-heading, .pricing-intro { padding-bottom: 42px; }
  .section-heading h2, .pricing-intro h2, .faq-heading h2 { font-size: 43px; }
  .section-heading p { font-size: 15px; }
  .showcase, .themes-showcase, .automation-showcase, .product-story, .video-section, .feature-system, .pricing, .security, .faq { padding-block: 85px; }
  .screen-slide { flex-basis: 84vw; border-radius: 18px; }
  .screen-slide-portrait { flex-basis: 68vw; }
  .themes-copy h2 { font-size: 43px; }
  .theme-preview { padding: 6px; border-radius: 20px; }
  .theme-preview img { border-radius: 14px; }
  .theme-preview > span { top: 16px; left: 16px; }
  .theme-preview > small { right: 16px; bottom: 15px; }
  .mobile-story-grid { width: calc(100vw - 14px); margin-left: calc((var(--shell) - 100vw) / 2 + 7px); padding-inline: 14px; }
  .mobile-story-card { padding: 24px; }
  .mobile-shot-placeholder { width: min(100%, 252px); border-radius: 30px; }
  .story-copy h3 { font-size: 40px; }
  .story-row { gap: 35px; }
  .story-list { gap: 75px; }
  .dual-screens { min-height: 450px; }
  .video-layout { gap: 42px; }
  .video-copy h2, .security-copy h2, .caixinhas-copy h2 { font-size: 43px; }
  .video-overlay { left: 9%; bottom: 18%; }
  .video-overlay strong { font-size: 20px; }
  .video-overlay small { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article, .feature-grid article:nth-child(2n), .feature-grid article:nth-last-child(-n+2) { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-grid article:last-child { border-bottom: 0; }
  .feature-icon { margin-bottom: 35px; }
  .automation-menu { display: flex; gap: 10px; padding-bottom: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .automation-option { flex: 0 0 78vw; scroll-snap-align: center; }
  .automation-stage { padding: 22px; }
  .automation-stage-copy { padding: 5px 0; }
  .automation-stage-copy h3 { font-size: 37px; }
  .automation-dialog { padding: 34px 22px; }
  .automation-dialog-steps { grid-template-columns: 1fr; }
  .automation-visual { min-height: 430px; }
  .automation-visual img { max-height: 430px; }
  .caixinhas { min-height: 0; padding-block: 90px; }
  .caixinhas-bg { opacity: .26; background-position: 63% center; }
  .caixinhas-orbit { width: 82%; box-shadow: 0 0 0 36px rgba(95,135,239,.06), 0 0 0 72px rgba(95,135,239,.035); }
  .goal-card { width: 78%; padding: 24px; }
  .goal-card strong { font-size: 50px; }
  .coin { width: 48px; height: 48px; font-size: 18px; }
  .pricing-grid, .security-cards { grid-template-columns: 1fr; }
  .plan-card { min-height: 0; padding: 30px; }
  .price strong { font-size: 42px; }
  .contact { padding-bottom: 90px; }
  .contact-panel { padding: 35px 22px; border-radius: 24px; }
  .contact-copy h2 { font-size: 42px; }
  .contact-form { padding: 21px; }
  .download { padding-block: 90px; }
  .download-panel { min-height: 0; }
  .download-art { min-height: 280px; }
  .download-copy { padding: 12px 24px 38px; }
  .download-copy h2 { font-size: 42px; }
  .download-actions { align-items: stretch; flex-direction: column; }
  .final-cta { padding-block: 85px; }
  .final-cta h2 { font-size: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { gap: 10px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal], [data-scene] .story-copy, [data-letter-reveal] .word { opacity: 1; transform: none; }
  .screen-marquee { overflow-x: auto; mask-image: none; }
  .screen-track { transform: none !important; filter: none; }
}
