:root {
  --ink: #111a2c;
  --ink-soft: #263149;
  --paper: #f5f5f0;
  --paper-2: #e9eee9;
  --white: #fffef9;
  --mint: #6bdec8;
  --mint-dark: #1e8f7d;
  --coral: #ff8e6b;
  --yellow: #f7d66c;
  --blue: #5b87e5;
  --line: rgba(17, 26, 44, 0.13);
  --shadow: 0 32px 80px rgba(17, 26, 44, 0.16);
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }

.ambient { position: fixed; z-index: -2; width: 38rem; height: 38rem; border-radius: 50%; filter: blur(100px); opacity: .16; pointer-events: none; }
.ambient-a { top: -17rem; right: -14rem; background: var(--mint); }
.ambient-b { top: 42rem; left: -22rem; background: var(--coral); }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { width: min(1240px, calc(100% - 32px)); height: 78px; margin: 14px auto 0; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,254,249,.78); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; font-family: "Space Grotesk", sans-serif; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: .95; }
.brand b { font-size: 15px; letter-spacing: -.04em; }
.brand em { margin-top: 5px; font-size: 8px; font-style: normal; text-transform: uppercase; letter-spacing: .15em; color: rgba(17,26,44,.55); }
.brand-mark { display: grid; grid-template-columns: repeat(2, 9px); gap: 2px; transform: rotate(-4deg); }
.brand-mark span { width: 9px; height: 9px; border-radius: 2px; }
.brand-mark span:nth-child(1) { background: var(--coral); }
.brand-mark span:nth-child(2) { background: var(--yellow); }
.brand-mark span:nth-child(3) { background: var(--blue); }
.brand-mark span:nth-child(4) { background: var(--mint-dark); }
.desktop-nav { display: flex; align-items: center; gap: 32px; font-size: 12px; font-weight: 700; color: rgba(17,26,44,.65); }
.desktop-nav a { transition: .2s ease; }
.desktop-nav a:hover { color: var(--ink); transform: translateY(-1px); }
.nav-cta { border: 0; border-radius: 12px; padding: 12px 16px; background: var(--ink); color: white; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.nav-cta span, .button span { margin-left: 12px; }

.hero { min-height: 710px; padding: 92px 0 76px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 54px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--mint-dark); font-family: "Space Grotesk", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,142,107,.13); }
.eyebrow-line { width: 42px; height: 1px; background: var(--line); }
.hero h1, .section-heading h2, .apps-copy h2, .demo-header h2, .offer-note h2, .faq-intro h2, .closing-inner h2 { margin: 0; font-family: "Space Grotesk", sans-serif; font-weight: 600; letter-spacing: -.065em; line-height: .96; }
.hero h1 { font-size: clamp(52px, 6vw, 82px); }
.hero h1 span, h2 em { color: var(--mint-dark); font-style: normal; }
.hero-lede { max-width: 520px; margin: 28px 0 0; color: rgba(17,26,44,.68); font-size: 17px; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.button { min-height: 52px; border: 0; border-radius: 14px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: var(--ink); box-shadow: 0 14px 30px rgba(255,142,107,.3); }
.button-primary:hover { box-shadow: 0 18px 36px rgba(255,142,107,.38); }
.button-dark { background: var(--ink); color: white; }
.button-whatsapp { background: #20c56b; color: #071d12; box-shadow: 0 14px 30px rgba(32,197,107,.24); }
.button-whatsapp:hover { box-shadow: 0 18px 36px rgba(32,197,107,.32); }
.button-light { background: var(--white); color: var(--ink); }
.text-link { border: 0; padding: 0; background: none; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.text-link span { margin-left: 8px; }
.hero-trust { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 14px 22px; color: rgba(17,26,44,.62); font-size: 11px; font-weight: 700; }
.hero-trust i { margin-right: 5px; color: var(--mint-dark); font-style: normal; }

.hero-visual { position: relative; perspective: 1200px; }
.mockup-hero { min-height: 610px; display: grid; place-items: center; isolation: isolate; }
.mockup-halo { width: 520px; height: 520px; position: absolute; z-index: -3; border-radius: 50%; background: radial-gradient(circle, rgba(107,222,200,.5) 0%, rgba(107,222,200,.12) 48%, transparent 72%); filter: blur(8px); }
.mockup-main { width: min(620px, 94%); position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.85); border-radius: 28px; background: rgba(255,255,255,.88); box-shadow: 0 42px 90px rgba(17,26,44,.24); transform: rotate(1.5deg) translate(28px,18px); backdrop-filter: blur(14px); }
.browser-bar { height: 42px; padding: 0 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid rgba(17,26,44,.08); background: rgba(255,255,255,.96); color: rgba(17,26,44,.48); font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d9dee2; }
.browser-dots i:first-child { background: var(--coral); }.browser-dots i:nth-child(2) { background: var(--yellow); }.browser-dots i:last-child { background: var(--mint); }
.browser-address { padding: 7px 12px; overflow: hidden; border-radius: 8px; background: #f1f3f3; text-overflow: ellipsis; white-space: nowrap; }
.browser-live { display: flex; align-items: center; gap: 6px; text-transform: uppercase; }
.browser-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint-dark); box-shadow: 0 0 0 4px rgba(30,143,125,.1); }
.browser-image { overflow: hidden; background: white; }
.browser-image img { width: 100%; height: auto; margin-bottom: -5.8%; display: block; transform: translateY(-5.8%); }.mockup-label { position: absolute; z-index: 4; display: flex; align-items: center; box-shadow: 0 18px 38px rgba(17,26,44,.18); }
.label-lifetime { right: -8px; top: 44px; width: 132px; height: 132px; justify-content: center; flex-direction: column; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: var(--yellow); transform: rotate(9deg); }
.label-lifetime > span { font-family: "Space Grotesk"; font-size: 33px; line-height: .8; }
.label-lifetime b { margin-top: 8px; font-family: "Space Grotesk"; font-size: 17px; text-transform: uppercase; letter-spacing: -.03em; }
.label-lifetime small { font-size: 7px; text-transform: uppercase; letter-spacing: .18em; }
.label-devices { left: -19px; bottom: 94px; padding: 13px 17px; gap: 10px; border-radius: 17px; background: var(--ink); color: white; transform: rotate(-7deg); }
.label-devices b { font-family: "Space Grotesk"; font-size: 27px; color: var(--mint); }
.label-devices span { width: 42px; font-size: 8px; font-weight: 800; line-height: 1.1; text-transform: uppercase; letter-spacing: .1em; }
.mockup-chip { position: absolute; z-index: 5; padding: 8px 11px 8px 8px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.72); border-radius: 12px; background: rgba(255,254,249,.92); box-shadow: 0 12px 28px rgba(17,26,44,.14); font-size: 8px; font-weight: 800; backdrop-filter: blur(10px); }
.mockup-chip .office-icon { width: 25px; height: 25px; }
.chip-word { left: 3px; top: 160px; transform: rotate(-5deg); }
.chip-excel { right: -11px; bottom: 205px; transform: rotate(6deg); }
.chip-cloud { left: 28px; bottom: 36px; transform: rotate(4deg); }
.mockup-hero .mascot-card { right: 22px; bottom: -6px; }
.office-icon { --app: #2864c7; --app-soft: #5b8ed8; width: 32px; height: 32px; position: relative; display: inline-grid; place-items: center; flex: 0 0 auto; isolation: isolate; filter: drop-shadow(0 5px 8px rgba(17,26,44,.16)); }
.office-icon::before { content: ""; position: absolute; z-index: -2; top: 5px; right: 0; bottom: 5px; left: 9px; border-radius: 5px; background: linear-gradient(135deg, var(--app-soft), var(--app)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); }
.office-icon::after { content: ""; position: absolute; z-index: -1; top: 3px; bottom: 3px; left: 0; width: 19px; border-radius: 5px; background: var(--app); box-shadow: 3px 0 8px rgba(17,26,44,.18); transform: perspective(40px) rotateY(-5deg); }
.office-icon b { position: absolute; z-index: 2; left: 5px; color: white !important; font-family: "Space Grotesk" !important; font-size: 11px !important; font-weight: 800 !important; line-height: 1 !important; }
.icon-word { --app: #2258a5; --app-soft: #4a83d1; }
.icon-excel { --app: #14754a; --app-soft: #3c9a6c; }
.icon-powerpoint { --app: #bd472d; --app-soft: #e07351; }
.icon-onenote { --app: #71359a; --app-soft: #9a61be; }
.icon-outlook { --app: #1478c9; --app-soft: #46a4e6; }
.icon-office { --app: #e44913; --app-soft: #ff7545; }
.icon-access { --app: #9f2f39; --app-soft: #ca5c65; }
.icon-publisher { --app: #087b70; --app-soft: #38a99e; }
.mockup-hero .workspace-card { width: min(610px, 96%); position: relative; z-index: 2; }
.workspace-card { overflow: hidden; border: 1px solid rgba(255,255,255,.5); border-radius: 28px; background: #dfe7e3; box-shadow: var(--shadow); transform: rotateY(-3deg) rotateX(1deg); }
.workspace-topbar { height: 44px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.75); border-bottom: 1px solid var(--line); color: rgba(17,26,44,.48); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.window-controls { display: flex; gap: 5px; }
.window-controls i { width: 7px; height: 7px; border-radius: 50%; background: rgba(17,26,44,.17); }
.window-controls i:first-child { background: var(--coral); }
.live-pill { padding: 5px 8px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.live-pill b { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: var(--mint-dark); }
.workspace-body { min-height: 480px; display: grid; grid-template-columns: 56px 1fr; }
.workspace-sidebar { padding: 16px 10px; display: flex; align-items: center; flex-direction: column; gap: 12px; background: rgba(17,26,44,.92); color: white; }
.workspace-avatar { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; background: var(--yellow); color: var(--ink); font-family: "Space Grotesk"; font-size: 12px; font-weight: 800; }
.sidebar-label { writing-mode: vertical-rl; transform: rotate(180deg); margin: 8px 0; font-size: 6px; letter-spacing: .22em; opacity: .45; }
.side-icon { width: 29px; height: 29px; border: 0; border-radius: 9px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.65); font-size: 10px; font-weight: 800; cursor: pointer; }
.side-icon.active { background: var(--mint); color: var(--ink); }
.sidebar-spacer { flex: 1; }
.side-icon.muted { display: grid; place-items: center; opacity: .55; }
.workspace-main { padding: 24px 25px 18px; min-width: 0; }
.workspace-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.workspace-heading h3 { margin: 5px 0 0; font-family: "Space Grotesk"; font-size: 21px; letter-spacing: -.05em; }
.mini-kicker { color: var(--mint-dark); font-size: 7px; font-weight: 800; letter-spacing: .2em; }
.workspace-date { font-size: 7px; font-weight: 800; letter-spacing: .14em; opacity: .45; }
.workspace-tabs { margin-top: 20px; display: flex; gap: 7px; }
.workspace-tab { flex: 1; border: 1px solid var(--line); border-radius: 11px; padding: 9px 10px; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.58); font-size: 8px; font-weight: 800; cursor: pointer; }
.workspace-tab span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 6px; background: rgba(17,26,44,.08); }
.workspace-tab.active { background: var(--white); border-color: transparent; box-shadow: 0 9px 20px rgba(17,26,44,.08); }
.workspace-panel { min-height: 288px; margin-top: 10px; overflow: hidden; border-radius: 18px; background: rgba(255,255,255,.56); border: 1px solid rgba(255,255,255,.72); }
.doc-toolbar { height: 40px; padding: 0 14px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--line); }
.tool { width: 18px; height: 7px; border-radius: 4px; background: rgba(17,26,44,.12); }
.tool.active { background: var(--blue); }
.tool.wide { width: 35px; }
.tool.circle { width: 16px; height: 16px; border-radius: 50%; background: var(--coral); }
.toolbar-divider { width: 1px; height: 16px; background: var(--line); }
.doc-page { width: 66%; min-height: 213px; margin: 16px auto; padding: 30px; background: var(--white); box-shadow: 0 12px 26px rgba(17,26,44,.09); }
.doc-tag { color: var(--coral); font-size: 6px; font-weight: 800; letter-spacing: .16em; }
.doc-page h4 { margin: 12px 0 8px; font-family: "Space Grotesk"; font-size: 19px; line-height: 1.04; letter-spacing: -.04em; }
.doc-page h4 strong { color: var(--mint-dark); font-weight: 700; }
.doc-page p { width: 80%; margin: 0; color: rgba(17,26,44,.5); font-size: 7px; line-height: 1.6; }
.doc-signature { margin-top: 22px; display: flex; align-items: center; gap: 7px; }
.doc-signature span { width: 28px; height: 1px; background: var(--line); }
.doc-signature b { font-size: 7px; }
.sheet-panel { padding: 13px; }
.sheet-formula { height: 31px; padding: 0 10px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); font-size: 7px; }
.sheet-formula b { color: var(--mint-dark); }
.sheet-formula span { color: rgba(17,26,44,.55); font-family: monospace; }
.sheet-grid { margin-top: 9px; display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: var(--white); }
.sheet-grid > * { min-height: 40px; padding: 8px; display: flex; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 7px; font-style: normal; }
.sheet-grid > b { justify-content: center; background: #e3f0e9; color: var(--mint-dark); }
.sheet-grid > strong { font-size: 7px; }
.sheet-grid > i { justify-content: flex-end; color: rgba(17,26,44,.57); }
.sheet-grid .sheet-total { background: var(--yellow); color: var(--ink); font-weight: 800; }
.slides-panel { height: 100%; padding: 14px; display: grid; grid-template-columns: 46px 1fr; gap: 11px; }
.slide-thumbs { display: flex; flex-direction: column; gap: 8px; }
.slide-thumbs span { height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.7); font-size: 6px; }
.slide-thumbs span.active { border-color: var(--coral); box-shadow: inset 0 0 0 1px var(--coral); }
.slide-canvas { min-height: 240px; padding: 30px; position: relative; overflow: hidden; background: var(--ink); color: white; border-radius: 12px; }
.slide-canvas small { color: var(--coral); font-size: 6px; letter-spacing: .16em; }
.slide-canvas h4 { position: relative; z-index: 2; margin: 26px 0 0; font-family: "Space Grotesk"; font-size: 25px; line-height: 1; letter-spacing: -.05em; }
.slide-canvas h4 strong { color: var(--yellow); }
.slide-shape { position: absolute; border-radius: 50%; }
.slide-shape.a { width: 130px; height: 130px; right: -20px; bottom: -35px; background: var(--mint); }
.slide-shape.b { width: 70px; height: 70px; right: 65px; bottom: 20px; background: var(--coral); mix-blend-mode: multiply; }
.device-row { margin-top: 13px; display: flex; align-items: center; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.device-row > span { margin-right: auto; color: rgba(17,26,44,.48); font-size: 7px; white-space: nowrap; }
.device { border: 1px solid var(--line); border-radius: 20px; padding: 6px 8px; background: transparent; font-size: 6px; font-weight: 800; cursor: pointer; }
.device.active { background: var(--ink); color: white; }
.mascot-card { position: absolute; right: -18px; bottom: -30px; width: 235px; padding: 14px; display: flex; gap: 12px; align-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,254,249,.9); backdrop-filter: blur(12px); box-shadow: 0 20px 40px rgba(17,26,44,.16); }
.mascot-face { flex: 0 0 48px; width: 48px; height: 48px; position: relative; border-radius: 17px 17px 20px 20px; background: var(--yellow); transform: rotate(-4deg); }
.eye { position: absolute; top: 17px; width: 5px; height: 7px; border-radius: 50%; background: var(--ink); }
.eye.left { left: 14px; }.eye.right { right: 14px; }
.smile { position: absolute; left: 19px; bottom: 11px; width: 11px; height: 6px; border-bottom: 2px solid var(--ink); border-radius: 50%; }
.mascot-card b { font-size: 8px; text-transform: uppercase; letter-spacing: .12em; color: var(--coral); }
.mascot-card p { margin: 4px 0 0; font-size: 10px; line-height: 1.35; color: rgba(17,26,44,.66); }
.visual-spark { position: absolute; z-index: 3; display: grid; place-items: center; font-family: "Space Grotesk"; font-weight: 800; }
.spark-one { top: -28px; right: 35px; width: 54px; height: 54px; border-radius: 50%; background: var(--coral); transform: rotate(9deg); }
.spark-two { left: -24px; bottom: 92px; width: 48px; height: 48px; color: white; border-radius: 14px; background: var(--ink); transform: rotate(-11deg); }

.marquee-strip { overflow: hidden; padding: 16px 0; background: var(--ink); color: white; transform: rotate(-1deg) scale(1.02); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 34px; animation: marquee 24s linear infinite; font-family: "Space Grotesk"; font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.marquee-track b { color: var(--yellow); }
@keyframes marquee { to { transform: translateX(-50%); } }

.intro-section { padding: 150px 0 110px; }
.section-heading { max-width: 680px; }
.section-heading.centered { margin: 0 auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .apps-copy h2, .demo-header h2, .offer-note h2, .faq-intro h2 { font-size: clamp(44px, 5vw, 68px); }
.section-heading > p:last-child, .apps-copy > p, .demo-header > p, .offer-note > p, .faq-intro > p { max-width: 520px; margin: 24px 0 0; color: rgba(17,26,44,.62); line-height: 1.7; }
.benefit-grid { margin-top: 70px; display: grid; grid-template-columns: 1.25fr .8fr .95fr; gap: 18px; }
.benefit-card { min-height: 370px; padding: 28px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,254,249,.65); }
.benefit-large { background: #dce9e4; }
.benefit-dark { background: var(--ink); color: white; }
.card-number { position: absolute; top: 22px; right: 24px; font-family: "Space Grotesk"; font-size: 10px; font-weight: 700; opacity: .45; }
.benefit-icon { margin-bottom: auto; }
.icon-devices { height: 130px; display: flex; align-items: flex-end; justify-content: center; }
.icon-devices span { display: grid; place-items: center; border: 2px solid var(--ink); background: var(--white); box-shadow: 7px 8px 0 var(--mint-dark); }
.icon-devices span:nth-child(1) { width: 96px; height: 64px; border-radius: 7px; transform: rotate(-8deg) translateX(14px); }
.icon-devices span:nth-child(2) { width: 70px; height: 100px; border-radius: 12px; z-index: 2; }
.icon-devices span:nth-child(3) { width: 46px; height: 80px; border-radius: 10px; transform: rotate(8deg) translateX(-12px); }
.icon-cloud, .icon-spark { font-size: 78px; line-height: 1; color: var(--blue); }
.icon-spark { color: var(--yellow); }
.benefit-card h3 { margin: 28px 0 10px; font-family: "Space Grotesk"; font-size: 25px; letter-spacing: -.04em; }
.benefit-card p { margin: 0; color: rgba(17,26,44,.58); font-size: 14px; line-height: 1.6; }
.benefit-dark p { color: rgba(255,255,255,.6); }
.benefit-card a { margin-top: 20px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { width: 250px; height: 250px; top: -70px; right: -95px; }
.orbit-two { width: 150px; height: 150px; top: -20px; right: -45px; }

.apps-section { padding: 100px 0 130px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.apps-copy { position: sticky; top: 120px; }
.apps-copy .button { margin-top: 30px; }
.apps-list { border-top: 1px solid var(--line); }
.app-row { min-height: 96px; padding: 17px 0; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.app-row:hover { padding-left: 12px; padding-right: 12px; background: rgba(255,255,255,.45); }
.app-badge { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.72); box-shadow: inset 0 0 0 1px rgba(17,26,44,.06), 0 9px 22px rgba(17,26,44,.08); }
.app-badge .office-icon { width: 36px; height: 36px; transition: transform .25s ease; }
.app-row:hover .office-icon { transform: rotate(-4deg) scale(1.08); }

.app-row b { display: block; font-family: "Space Grotesk"; font-size: 18px; }
.app-row small { display: block; margin-top: 4px; color: rgba(17,26,44,.48); }
.app-arrow { font-size: 18px; opacity: .4; }
.app-note { margin-top: 20px; padding: 17px; display: flex; gap: 14px; align-items: center; border-radius: 15px; background: var(--paper-2); }
.app-note span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; }
.app-note p { margin: 0; font-size: 12px; color: rgba(17,26,44,.6); }

.demo-section { padding: 90px 0 140px; }
.demo-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; }
.demo-header > p { max-width: 380px; }
.demo-stage { margin-top: 60px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; background: var(--ink); color: white; box-shadow: 0 40px 90px rgba(17,26,44,.24); }
.demo-stage-top { height: 56px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 8px; letter-spacing: .16em; }
.stage-status i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(107,222,200,.1); }
.demo-content { min-height: 480px; display: grid; grid-template-columns: 76px 1fr; }
.demo-sidebar { padding: 34px 21px; display: flex; align-items: center; flex-direction: column; gap: 22px; border-right: 1px solid rgba(255,255,255,.08); }
.demo-dot { width: 28px; height: 28px; border-radius: 9px; background: var(--coral); }
.demo-line { width: 26px; height: 3px; border-radius: 3px; background: rgba(255,255,255,.15); }.demo-line.short { width: 16px; }
.demo-screen { padding: 70px 8%; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 50px; background: radial-gradient(circle at 70% 35%, rgba(107,222,200,.14), transparent 37%); }
.demo-screen-copy h3 { margin: 10px 0 15px; font-family: "Space Grotesk"; font-size: clamp(38px, 5vw, 66px); line-height: .96; letter-spacing: -.06em; }
.demo-screen-copy h3 strong { color: var(--mint); }
.demo-screen-copy p { color: rgba(255,255,255,.52); line-height: 1.6; }
.cursor-line { display: block; width: 64px; height: 2px; margin-top: 40px; background: var(--coral); animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.demo-art { min-width: 0; height: 330px; position: relative; display: grid; place-items: center; }
.demo-art::before { content: ""; width: 88%; height: 72%; position: absolute; border-radius: 50%; background: rgba(107,222,200,.2); filter: blur(45px); }
.floating-window { width: 84%; height: 82%; position: absolute; z-index: 1; left: 4%; top: 7%; overflow: hidden; border: 1px solid rgba(255,255,255,.75); border-radius: 20px; background: #f8fafb; color: var(--ink); box-shadow: 0 30px 55px rgba(0,0,0,.3); transform: rotate(-4deg); animation: deskFloat 5s ease-in-out infinite; }
@keyframes deskFloat { 50% { transform: rotate(-2.5deg) translateY(-6px); } }
.floating-toolbar { height: 38px; padding: 0 13px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid rgba(17,26,44,.1); background: white; }
.floating-toolbar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(17,26,44,.16); }
.floating-toolbar i:first-child { background: #ef7458; }
.floating-toolbar span { width: 42%; height: 7px; margin-left: 8px; border-radius: 6px; background: #e4e9ed; }
.floating-page { width: 64%; min-height: 210px; margin: 17px auto; padding: 28px; background: white; box-shadow: 0 12px 28px rgba(17,26,44,.11); }
.floating-page small { color: #2258a5; font-size: 7px; font-weight: 900; letter-spacing: .16em; }
.floating-page h4 { margin: 17px 0 22px; font-family: "Space Grotesk"; font-size: 25px; line-height: .95; letter-spacing: -.05em; }
.floating-page h4 b { color: var(--mint-dark); }
.floating-page p { width: 100%; height: 5px; margin: 0 0 9px; border-radius: 5px; background: #e5eaed; }
.floating-page p.short { width: 68%; }
.floating-phone { width: 94px; height: 158px; position: absolute; z-index: 3; right: 0; bottom: 0; padding: 15px 11px; display: flex; align-items: center; justify-content: flex-end; flex-direction: column; border: 7px solid #f7f8f9; border-radius: 22px; background: linear-gradient(160deg,#e8f6f3,#ffffff); color: var(--ink); box-shadow: 0 22px 40px rgba(0,0,0,.28); transform: rotate(7deg); }
.floating-phone::before { content: ""; width: 31px; height: 5px; position: absolute; top: 7px; border-radius: 5px; background: #d3d9dc; }
.floating-phone span { width: 35px; height: 35px; margin-bottom: auto; border-radius: 12px; background: linear-gradient(135deg,var(--mint),#3fae9b); box-shadow: 0 9px 18px rgba(30,143,125,.2); }
.floating-phone b { font-family: "Space Grotesk"; font-size: 12px; }
.floating-phone small { margin-top: 3px; color: rgba(17,26,44,.5); font-size: 7px; }
.excel-window { padding: 18px; background: #edf5f0; transform: rotate(3deg); }
.demo-excel .demo-screen-copy h3 strong { color: #76d8a5; }
.excel-formula { height: 34px; padding: 0 11px; display: flex; align-items: center; gap: 10px; border-radius: 9px; background: white; box-shadow: 0 8px 18px rgba(17,26,44,.08); font-size: 8px; }
.excel-formula b { color: #14754a; }
.excel-formula span { color: rgba(17,26,44,.5); font-family: monospace; }
.excel-mini-grid { height: calc(100% - 45px); margin-top: 11px; padding: 14px; display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: 27px 34px 1fr; gap: 5px; border-radius: 12px; background: white; }
.excel-mini-grid b, .excel-mini-grid span { display: grid; place-items: center; border-radius: 5px; font-size: 8px; }
.excel-mini-grid b { background: #dceee4; color: #14754a; }
.excel-mini-grid span { border: 1px solid rgba(17,26,44,.08); color: rgba(17,26,44,.62); }
.excel-mini-grid i { width: 70%; height: var(--bar); align-self: end; justify-self: center; border-radius: 6px 6px 2px 2px; background: linear-gradient(#50b783,#14754a); }
.floating-stat { width: 115px; height: 105px; position: absolute; z-index: 3; right: -2%; bottom: 1%; padding: 17px; display: flex; flex-direction: column; border-radius: 18px; background: var(--yellow); color: var(--ink); box-shadow: 0 20px 35px rgba(0,0,0,.25); transform: rotate(-7deg); }
.floating-stat small { font-size: 6px; font-weight: 900; letter-spacing: .15em; }
.floating-stat b { margin-top: auto; font-family: "Space Grotesk"; font-size: 25px; }
.floating-stat span { font-size: 7px; opacity: .55; }
.powerpoint-window { padding: 13px; display: grid; grid-template-columns: 48px 1fr; gap: 10px; background: #f2ece9; transform: rotate(-2deg); }
.demo-powerpoint .demo-screen-copy h3 strong { color: #ff9b77; }
.slide-rail { display: flex; flex-direction: column; gap: 8px; }
.slide-rail i { height: 44px; border-radius: 7px; background: white; box-shadow: inset 0 0 0 1px rgba(17,26,44,.08); }
.slide-rail i.active { box-shadow: inset 0 0 0 2px #bd472d; }
.presentation-canvas { padding: 28px; position: relative; overflow: hidden; border-radius: 12px; background: #111a2c; color: white; }
.presentation-canvas small { color: #ff8e6b; font-size: 6px; font-weight: 900; letter-spacing: .16em; }
.presentation-canvas h4 { position: relative; z-index: 2; margin: 38px 0 0; font-family: "Space Grotesk"; font-size: 28px; line-height: .94; letter-spacing: -.05em; }
.presentation-canvas h4 b { color: var(--yellow); }
.presentation-orb { position: absolute; border-radius: 50%; }
.presentation-orb.one { width: 150px; height: 150px; right: -45px; bottom: -55px; background: var(--mint); }
.presentation-orb.two { width: 75px; height: 75px; right: 55px; bottom: 18px; background: var(--coral); mix-blend-mode: multiply; }
.floating-note { position: absolute; z-index: 3; right: -1%; bottom: 2%; padding: 13px 15px; border-radius: 14px; background: white; color: var(--ink); font-size: 8px; font-weight: 800; box-shadow: 0 18px 34px rgba(0,0,0,.26); transform: rotate(5deg); }
.floating-note b { margin-left: 8px; color: #bd472d; }.workspace-image-art { height: 340px; }
.workspace-image-art::before { width: 96%; height: 82%; background: rgba(107,222,200,.18); }
.workspace-image-frame { width: 94%; height: 88%; position: absolute; z-index: 1; left: 1%; top: 4%; overflow: hidden; border: 1px solid rgba(255,255,255,.78); border-radius: 20px; background: white; box-shadow: 0 30px 58px rgba(0,0,0,.3); transform: rotate(-2deg); transition: transform .35s ease; }
.workspace-image-frame:hover { transform: rotate(0) translateY(-5px); }
.workspace-image-frame .floating-toolbar { position: relative; z-index: 2; }
.workspace-image-frame .floating-toolbar span { width: auto; height: auto; margin-left: 8px; background: transparent; color: rgba(17,26,44,.42); font-size: 7px; font-weight: 800; }
.workspace-image-frame img { width: 100%; height: calc(100% - 38px); display: block; object-fit: cover; object-position: top center; transform: scale(1.01); }
.apps-launcher-frame img { object-fit: cover; object-position: top center; }
.image-hotspot { position: absolute; z-index: 3; padding: 8px 10px; border: 1px solid rgba(255,255,255,.7); border-radius: 11px; background: rgba(255,254,249,.92); color: var(--ink); font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 12px 26px rgba(0,0,0,.2); backdrop-filter: blur(9px); animation: hotspotFloat 3.5s ease-in-out infinite; }
.hotspot-apps, .hotspot-training { left: -1%; top: 23%; transform: rotate(-5deg); }
.hotspot-docs, .hotspot-tools { right: -1%; bottom: 17%; transform: rotate(5deg); animation-delay: .7s; }
@keyframes hotspotFloat { 50% { margin-top: -6px; } }
.demo-apps .demo-screen-copy h3 strong { color: #ff9b77; }.demo-bubble { position: absolute; z-index: 2; right: 2%; bottom: 8%; padding: 10px 13px; border: 1px solid rgba(255,255,255,.5); border-radius: 13px; background: rgba(255,254,249,.9); color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 14px 32px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.demo-controls { padding: 16px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; border-top: 1px solid rgba(255,255,255,.1); }
.demo-control { padding: 15px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; align-items: center; text-align: left; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.04); color: white; font-size: 11px; font-weight: 800; cursor: pointer; }
.demo-control > .office-icon { width: 30px; height: 30px; grid-row: span 2; }
.demo-control small { color: rgba(255,255,255,.4); font-weight: 500; }
.demo-control.active { color: var(--ink); border-color: transparent; background: var(--mint); }
.demo-control.active small { color: rgba(17,26,44,.5); }
.demo-stage { border-color: var(--line); background: #f1f5f1; color: var(--ink); box-shadow: 0 34px 80px rgba(17,26,44,.16); }
.demo-stage-top { border-bottom-color: var(--line); background: rgba(255,255,255,.72); color: rgba(17,26,44,.55); }
.demo-stage .demo-content { min-height: 0; display: block; }
.demo-stage .demo-screen { padding: 24px; display: block; background: linear-gradient(145deg,#edf3ee,#fffaf2); }
.demo-stage .workspace-image-art { width: 100%; height: auto; display: block; }
.demo-stage .workspace-image-art::before { display: none; }
.demo-stage .workspace-image-frame { width: 100%; height: auto; position: relative; inset: auto; transform: none; border-color: rgba(17,26,44,.1); border-radius: 18px; box-shadow: 0 22px 50px rgba(17,26,44,.14); }
.demo-stage .workspace-image-frame:hover { transform: translateY(-3px); }
.demo-stage .workspace-image-frame img { width: 100%; height: auto; display: block; object-fit: contain; object-position: top center; transform: none; }
.demo-stage .apps-launcher-frame { display: grid; place-items: center; background: white; }
.demo-stage .apps-launcher-frame img { width: auto; max-width: 100%; max-height: 680px; object-fit: contain; background: white; }
.workspace-caption { position: absolute; z-index: 4; left: 18px; bottom: 18px; padding: 10px 13px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.78); border-radius: 12px; background: rgba(255,254,249,.9); color: rgba(17,26,44,.62); font-size: 8px; box-shadow: 0 14px 30px rgba(17,26,44,.15); backdrop-filter: blur(10px); }
.workspace-caption b { color: var(--ink); font-family: "Space Grotesk"; font-size: 10px; }
.demo-controls { border-top-color: var(--line); background: rgba(255,255,255,.82); }
.demo-control { border-color: var(--line); background: rgba(255,255,255,.7); color: var(--ink); }
.demo-control small { color: rgba(17,26,44,.45); }
.demo-control.active { background: var(--mint); box-shadow: 0 10px 24px rgba(30,143,125,.12); }

.offer-section { padding: 120px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.offer-note { position: relative; }
.offer-assurance { margin-top: 38px; padding: 18px; position: relative; overflow: hidden; display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 15px; border: 1px solid rgba(30,143,125,.2); border-radius: 20px; background: linear-gradient(135deg,rgba(107,222,200,.18),rgba(255,255,255,.65)); box-shadow: 0 16px 36px rgba(17,26,44,.08); }
.offer-assurance::after { content: ""; width: 92px; height: 92px; position: absolute; right: -36px; top: -42px; border: 1px solid rgba(30,143,125,.15); border-radius: 50%; }
.assurance-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 17px; background: var(--mint); color: var(--ink); font-family: "Space Grotesk"; font-size: 22px; font-weight: 900; box-shadow: 0 12px 24px rgba(30,143,125,.18); }
.offer-assurance small { display: block; color: var(--mint-dark); font-size: 7px; font-weight: 900; letter-spacing: .16em; }
.offer-assurance b { display: block; margin-top: 4px; font-family: "Space Grotesk"; font-size: 15px; }
.offer-assurance p { margin: 5px 0 0; color: rgba(17,26,44,.55); font-size: 10px; line-height: 1.5; }.offer-card { padding: 42px; border-radius: 34px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.offer-card-top { display: flex; justify-content: space-between; align-items: center; }
.offer-badge { padding: 7px 10px; border-radius: 20px; background: var(--yellow); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.offer-device-count { font-size: 8px; font-weight: 800; letter-spacing: .16em; color: var(--mint-dark); }
.offer-card h3 { margin: 35px 0 12px; font-family: "Space Grotesk"; font-size: 45px; line-height: .95; letter-spacing: -.06em; }
.offer-card h3 strong { color: var(--mint-dark); }
.offer-description { max-width: 430px; color: rgba(17,26,44,.57); line-height: 1.6; }
.promo-countdown { margin-top: 24px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(255,142,107,.28); border-radius: 15px; background: rgba(255,142,107,.1); }
.promo-countdown > span { display: flex; align-items: center; gap: 9px; color: rgba(17,26,44,.66); font-size: 10px; font-weight: 700; }
.promo-countdown i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 6px rgba(255,142,107,.13); animation: urgencyPulse 1.4s infinite; }
.promo-countdown strong { min-width: 64px; font-family: "Space Grotesk"; font-size: 21px; letter-spacing: -.03em; text-align: right; }
@keyframes urgencyPulse { 50% { box-shadow: 0 0 0 10px rgba(255,142,107,0); } }
.price-line { margin: 30px 0; padding: 24px 0; display: flex; align-items: flex-end; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-label { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: rgba(17,26,44,.5); }
.price-stack { display: flex; align-items: flex-end; flex-direction: column; gap: 2px; }
.price-saving { margin-bottom: 3px; padding: 5px 8px; border-radius: 20px; background: var(--coral); color: var(--ink); font-size: 7px; font-weight: 900; letter-spacing: .12em; box-shadow: 0 7px 16px rgba(255,142,107,.22); }
.price-stack del { padding: 4px 8px; border: 1px solid rgba(209,74,48,.18); border-radius: 8px; background: #fff0e9; color: #bd462f; font-size: 13px; font-weight: 800; text-decoration-color: #bd462f; text-decoration-thickness: 2px; }
.price-line strong { font-family: "Space Grotesk"; font-size: 34px; letter-spacing: -.05em; }
.promo-expired .promo-countdown > span { color: rgba(17,26,44,.48); }
.promo-expired .promo-countdown i { animation: none; background: rgba(17,26,44,.35); box-shadow: none; }
.offer-list { margin: 0 0 30px; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 18px; list-style: none; font-size: 12px; }
.offer-list i { margin-right: 7px; color: var(--mint-dark); font-style: normal; }
.full-width { width: 100%; }
.offer-footnote { margin: 13px 0 0; text-align: center; color: rgba(17,26,44,.45); font-size: 10px; }

.steps-section { padding: 130px 0; }
.steps-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { min-height: 285px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.45); }
.step > span { align-self: flex-end; font-family: "Space Grotesk"; font-size: 10px; opacity: .42; }
.step-icon { width: 68px; height: 68px; margin: 28px 0 auto; display: grid; place-items: center; border-radius: 22px; background: var(--paper-2); font-family: "Space Grotesk"; font-size: 27px; }
.step:nth-child(2) .step-icon { background: var(--yellow); }.step:nth-child(3) .step-icon { background: var(--mint); }.step:nth-child(4) .step-icon { background: var(--coral); }
.step h3 { margin: 28px 0 8px; font-family: "Space Grotesk"; font-size: 19px; }
.step p { margin: 0; color: rgba(17,26,44,.55); font-size: 12px; line-height: 1.6; }

.faq-section { padding: 100px 0 150px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro .text-link { margin-top: 26px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: "Space Grotesk"; font-size: 16px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -8px 45px 24px 0; color: rgba(17,26,44,.58); font-size: 13px; line-height: 1.7; }

.closing-cta { padding: 130px 24px; overflow: hidden; position: relative; background: var(--ink); color: white; text-align: center; }
.closing-cta::before, .closing-cta::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.closing-cta::before { width: 600px; height: 600px; left: -240px; top: -300px; }.closing-cta::after { width: 420px; height: 420px; right: -150px; bottom: -280px; }
.closing-inner { position: relative; z-index: 2; }
.closing-inner .eyebrow { justify-content: center; color: var(--mint); }
.closing-inner h2 { font-size: clamp(58px, 8vw, 104px); }
.closing-inner h2 em { color: var(--yellow); }
.closing-inner > p:not(.eyebrow) { color: rgba(255,255,255,.52); }
.closing-inner .button { margin-top: 25px; }
.closing-star { display: block; margin-bottom: 20px; color: var(--coral); font-size: 40px; }
.site-footer { padding: 54px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 40px; align-items: start; background: #0c1424; color: white; }
.footer-brand { display: flex; align-items: center; gap: 12px; font-family: "Space Grotesk"; font-size: 12px; }
.site-footer > p { margin: 0; color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.7; }
.footer-links { display: flex; justify-content: flex-end; gap: 18px; color: rgba(255,255,255,.6); font-size: 10px; }
.site-footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.3); }

.whatsapp-help { position: fixed; z-index: 45; right: 22px; bottom: 22px; min-height: 48px; padding: 7px 15px 7px 7px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.65); border-radius: 18px; background: #25d366; color: #092d18; box-shadow: 0 16px 36px rgba(12,120,55,.25); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-help:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(12,120,55,.32); }
.whatsapp-help span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; background: white; color: #159447; font-family: "Space Grotesk"; font-size: 10px; font-weight: 900; }
.whatsapp-help b { font-family: "Space Grotesk"; font-size: 10px; }
.mobile-cta { display: none; }
.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 22px; display: grid; place-items: center; background: rgba(8,14,25,.74); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; transition: .25s ease; }
.modal-backdrop.open { opacity: 1; visibility: visible; }
.checkout-modal { width: min(520px, 100%); max-height: min(760px, calc(100vh - 44px)); position: relative; overflow-y: auto; border-radius: 30px; background: var(--white); box-shadow: 0 40px 100px rgba(0,0,0,.34); transform: translateY(20px) scale(.98); transition: .25s ease; }
.modal-backdrop.open .checkout-modal { transform: translateY(0) scale(1); }
.modal-close { width: 36px; height: 36px; position: absolute; z-index: 3; top: 16px; right: 16px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.7); font-size: 22px; cursor: pointer; }
.checkout-header { padding: 36px 38px 26px; background: var(--paper-2); border-radius: 30px 30px 0 0; }
.checkout-header .eyebrow { margin-bottom: 13px; }
.checkout-header h2 { margin: 0; font-family: "Space Grotesk"; font-size: 32px; line-height: 1; letter-spacing: -.05em; }
.checkout-header h2 em { color: var(--mint-dark); }
.checkout-steps { margin-top: 24px; display: flex; align-items: center; gap: 8px; }
.checkout-step { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); font-size: 8px; font-weight: 800; }
.checkout-step.active { background: var(--ink); color: white; }
.checkout-steps i { width: 34px; height: 1px; background: var(--line); }
.checkout-body { padding: 30px 38px 38px; }
.checkout-panel { display: none; }.checkout-panel.active { display: block; animation: panelIn .3s ease; }
@keyframes panelIn { from { opacity: 0; transform: translateY(8px); } }
.checkout-panel label:not(.consent):not(.support-option):not(.addon-option) { display: block; margin-bottom: 17px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.checkout-panel input:not([type="checkbox"]) { width: 100%; height: 52px; margin-top: 8px; padding: 0 15px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); color: var(--ink); outline: none; transition: border .2s ease, box-shadow .2s ease; }
.checkout-panel input:focus { border-color: var(--mint-dark); box-shadow: 0 0 0 4px rgba(30,143,125,.08); }
.addon-option { margin: 2px 0 12px; padding: 14px; display: grid !important; grid-template-columns: 18px minmax(0,1fr) auto; align-items: center; gap: 10px; border: 1px solid rgba(255,142,107,.32); border-radius: 14px; background: linear-gradient(135deg,rgba(255,142,107,.13),rgba(247,214,108,.12)); cursor: pointer; }
.addon-option input { width: 17px; height: 17px; accent-color: var(--coral); }
.addon-option b { display: block; font-size: 10px; letter-spacing: normal; text-transform: none; }
.addon-option small { display: block; margin-top: 3px; color: rgba(17,26,44,.54); font-size: 9px; line-height: 1.4; letter-spacing: normal; text-transform: none; }
.addon-option em { align-self: center; white-space: nowrap; padding: 6px 8px; border-radius: 9px; background: var(--coral); color: var(--ink); font-size: 7px; font-style: normal; font-weight: 900; letter-spacing: .08em; }
.checkout-total-preview { margin: 0 0 17px; padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; border-radius: 12px; background: var(--paper-2); }
.checkout-total-preview span { color: rgba(17,26,44,.52); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.checkout-total-preview strong { font-family: "Space Grotesk"; font-size: 17px; letter-spacing: -.03em; }.support-option { margin: 2px 0 17px; padding: 13px; display: grid !important; grid-template-columns: 18px minmax(0,1fr) auto; align-items: center; gap: 10px; border: 1px solid rgba(30,143,125,.22); border-radius: 14px; background: rgba(107,222,200,.1); cursor: pointer; }
.support-option input { width: 17px; height: 17px; accent-color: var(--mint-dark); }
.support-option b { display: block; font-size: 10px; letter-spacing: normal; text-transform: none; }
.support-option small { display: block; margin-top: 3px; color: rgba(17,26,44,.54); font-size: 9px; line-height: 1.4; letter-spacing: normal; text-transform: none; }
.support-option em { align-self: center; white-space: nowrap; padding: 5px 7px; border-radius: 8px; background: var(--mint); color: var(--ink); font-size: 7px; font-style: normal; font-weight: 900; letter-spacing: .1em; }
.invoice-delivery { margin-top: 10px; padding: 9px 11px; border: 1px solid rgba(30,143,125,.16); border-radius: 10px; background: rgba(107,222,200,.08); color: rgba(17,26,44,.62); text-align: center; font-size: 8px; line-height: 1.45; }
.install-preference { margin-top: 9px; text-align: center; color: rgba(17,26,44,.48); font-size: 9px; }
.consent { margin: 4px 0 20px; display: flex; align-items: flex-start; gap: 10px; color: rgba(17,26,44,.57); font-size: 10px; line-height: 1.5; }
.consent input { margin-top: 2px; accent-color: var(--mint-dark); }
.form-error { min-height: 18px; margin: 12px 0 0; color: #bb3c38; text-align: center; font-size: 10px; }
.payment-summary { text-align: center; }
.payment-summary span { display: block; color: rgba(17,26,44,.52); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.payment-summary strong { display: block; margin: 8px 0 3px; font-family: "Space Grotesk"; font-size: 34px; letter-spacing: -.05em; }
.payment-summary small { color: rgba(17,26,44,.45); }
.qris-box { width: 220px; height: 220px; margin: 22px auto 16px; padding: 12px; position: relative; border: 1px solid var(--line); border-radius: 22px; background: white; }
.qris-box img { width: 100%; height: 100%; object-fit: contain; display: none; }
.qris-placeholder { width: 100%; height: 100%; position: relative; overflow: hidden; display: grid; place-items: center; align-content: center; border-radius: 12px; color: var(--ink); background-color: white; background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(17,26,44,.06) 4px, rgba(17,26,44,.06) 8px), repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(17,26,44,.08) 5px, rgba(17,26,44,.08) 9px); }
.qris-placeholder::before, .qris-placeholder::after { content: ""; position: absolute; width: 42px; height: 42px; border: 9px solid var(--ink); }
.qris-placeholder::before { left: 12px; top: 12px; }.qris-placeholder::after { right: 12px; bottom: 12px; }
.qris-placeholder span { padding: 8px 12px; border-radius: 8px; background: white; font-family: "Space Grotesk"; font-weight: 800; }
.qris-placeholder small { margin-top: 4px; padding: 4px 6px; background: white; font-size: 7px; }
.payment-tools { display: flex; align-items: center; justify-content: center; gap: 14px; }
.copy-button, .help-link { border: 0; background: none; color: var(--mint-dark); font-size: 10px; font-weight: 800; cursor: pointer; }
.payment-tools > span { padding: 7px 10px; border-radius: 9px; background: var(--paper-2); font-family: "Space Grotesk"; font-size: 11px; }
.payment-status { margin-top: 18px; padding: 13px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 13px; background: #eef4ed; color: var(--mint-dark); font-size: 10px; font-weight: 700; }
.payment-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint-dark); animation: pulse 1.3s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(30,143,125,.1); } }
.help-link { display: block; margin: 17px auto 0; color: rgba(17,26,44,.56); }
.success-panel { text-align: center; }
.success-orb { width: 86px; height: 86px; margin: 8px auto 25px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); font-family: "Space Grotesk"; font-size: 36px; box-shadow: 0 16px 35px rgba(30,143,125,.2); }
.success-panel .eyebrow { justify-content: center; margin-bottom: 12px; }
.success-panel h3 { margin: 0; font-family: "Space Grotesk"; font-size: 34px; line-height: 1; letter-spacing: -.05em; }.success-panel h3 em { color: var(--mint-dark); }
.success-copy { color: rgba(17,26,44,.56); font-size: 12px; line-height: 1.65; }
.success-order { margin: 20px 0; padding: 14px; border-radius: 12px; background: var(--paper-2); font-family: monospace; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.delivery-box { margin: 0 0 18px; padding: 17px; border: 1px solid rgba(30,143,125,.18); border-radius: 14px; background: #eef8f4; text-align: left; }
.delivery-box > span { color: var(--mint-dark); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.delivery-box h4 { margin: 6px 0 10px; font-family: "Space Grotesk"; font-size: 15px; }
.delivery-box pre { max-height: 180px; margin: 0; padding: 12px; overflow: auto; border-radius: 10px; background: white; color: var(--ink); font-family: monospace; font-size: 11px; line-height: 1.55; white-space: pre-wrap; word-break: break-word; }
.delivery-actions { margin-top: 11px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.delivery-download { color: var(--mint-dark); font-size: 10px; font-weight: 900; text-decoration: none; }
.delivery-guide { margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(30,143,125,.15); }
.delivery-guide strong { color: var(--mint-dark); font-size: 8px; letter-spacing: .16em; }
.delivery-guide pre { margin-top: 8px; max-height: 260px; background: rgba(255,255,255,.72); }
.delivery-pending { margin: 0 0 18px; padding: 14px; border-radius: 12px; background: #fff7df; color: #735414; font-size: 10px; font-weight: 700; line-height: 1.5; }
.success-actions { display: grid; gap: 10px; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 28px; max-width: calc(100% - 40px); padding: 12px 18px; border-radius: 12px; background: var(--ink); color: white; font-size: 11px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translate(-50%, 12px); transition: .2s ease; }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .08s; }.reveal-delay-2 { transition-delay: .16s; }.reveal-delay-3 { transition-delay: .24s; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { margin-top: 35px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }.benefit-large { grid-column: span 2; }
  .apps-section, .offer-section, .faq-section { grid-template-columns: 1fr; gap: 65px; }
  .apps-copy, .faq-intro { position: static; }
  .demo-header { align-items: flex-start; flex-direction: column; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr 1fr; }.site-footer > p { grid-column: span 2; }.footer-links { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .section-shell { width: min(calc(100% - 30px), 1180px); }
  .site-header { height: 66px; padding: 0 15px; }
  .nav-cta { display: none; }
  .hero { min-height: auto; padding: 62px 0 70px; gap: 18px; }
  .hero h1 { font-size: clamp(40px, 10.8vw, 52px); line-height: .99; }
  .hero-lede { margin-top: 22px; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-trust { display: grid; gap: 9px; }
  .hero-visual { margin: 35px -4px 0; }
  .mockup-hero { min-height: 510px; margin-top: 12px; }
  .mockup-halo { width: 360px; height: 360px; }
  .mockup-main { width: 96%; border-radius: 22px; transform: rotate(1deg) translate(8px,12px); }.browser-bar { height: 36px; padding-inline: 10px; }.browser-address { padding: 6px 8px; }.browser-image img { margin-bottom: -5.8%; }
  .label-lifetime { width: 91px; height: 91px; right: -2px; top: 27px; }
  .label-lifetime > span { font-size: 24px; }.label-lifetime b { margin-top: 4px; font-size: 12px; }.label-lifetime small { font-size: 5px; }
  .label-devices { left: -2px; bottom: 74px; padding: 9px 11px; }.label-devices b { font-size: 20px; }.label-devices span { font-size: 6px; width: 33px; }
  .mockup-chip { font-size: 6px; padding: 6px 8px 6px 6px; }.mockup-chip .office-icon { width: 20px; height: 20px; }
  .chip-word { left: -1px; top: 142px; }.chip-excel { right: -1px; bottom: 168px; }.chip-cloud { display: none; }
  .mockup-hero .mascot-card { right: 5px; bottom: -8px; }
  .workspace-card { transform: none; border-radius: 22px; }
  .workspace-topbar > span:nth-child(2) { display: none; }
  .workspace-body { min-height: 415px; grid-template-columns: 44px 1fr; }
  .workspace-sidebar { padding-inline: 7px; }
  .workspace-main { padding: 18px 12px 12px; }
  .workspace-heading h3 { font-size: 17px; }.workspace-date { display: none; }
  .workspace-tab { padding: 7px; font-size: 0; }.workspace-tab span { margin: auto; }
  .workspace-panel { min-height: 248px; }.doc-page { width: 83%; padding: 22px; }.device-row > span { display: none; }
  .mascot-card { width: 205px; right: 8px; bottom: -48px; }
  .spark-one { width: 44px; height: 44px; right: 18px; }.spark-two { display: none; }
  .marquee-strip { margin-top: 18px; }
  .intro-section, .apps-section, .demo-section, .offer-section, .steps-section, .faq-section { padding: 100px 0; }
  .section-heading h2, .apps-copy h2, .demo-header h2, .offer-note h2, .faq-intro h2 { font-size: 44px; }
  .benefit-grid { margin-top: 45px; grid-template-columns: 1fr; }.benefit-large { grid-column: auto; }.benefit-card { min-height: 330px; }
  .apps-section { gap: 48px; }.app-row { grid-template-columns: 48px 1fr auto; }.app-row small { font-size: 10px; }
  .demo-stage { border-radius: 22px; } .demo-stage .demo-screen { padding: 12px; } .demo-stage .workspace-image-art { height: auto; } .demo-stage .workspace-image-frame { width: 100%; height: auto; } .demo-stage .apps-launcher-frame img { width: 100%; max-height: none; } .workspace-caption { left: 10px; right: 10px; bottom: 10px; justify-content: center; text-align: center; }.demo-content { min-height: 410px; grid-template-columns: 1fr; }.demo-sidebar { display: none; }
  .demo-screen { padding: 45px 25px; grid-template-columns: 1fr; }.demo-art { height: 255px; }.workspace-image-art { height: 275px; }.workspace-image-frame { width: 96%; height: 84%; left: 0; }.image-hotspot { font-size: 6px; padding: 7px 8px; }.demo-screen-copy h3 { font-size: 43px; }.demo-bubble { right: 0; bottom: 2%; font-size: 7px; }
  .floating-window { width: 82%; height: 82%; left: 3%; }.floating-page { width: 72%; min-height: 155px; padding: 19px; }.floating-page h4 { font-size: 19px; }.floating-phone { width: 76px; height: 128px; }.floating-stat { width: 94px; height: 88px; padding: 13px; }.floating-stat b { font-size: 20px; }.powerpoint-window { grid-template-columns: 38px 1fr; }.presentation-canvas { padding: 20px; }.presentation-canvas h4 { margin-top: 28px; font-size: 22px; }
  .demo-controls { gap: 5px; }.demo-control { padding: 10px 6px; grid-template-columns: 1fr; text-align: center; }.demo-control > .office-icon { margin: 0 auto 5px; grid-row: auto; }.demo-control small { display: none; }
  .offer-assurance { margin-top: 28px; grid-template-columns: 42px 1fr; padding: 15px; }.assurance-icon { width: 42px; height: 42px; border-radius: 14px; }.offer-assurance b { font-size: 13px; }
  .offer-card { padding: 28px 22px; }.offer-card h3 { font-size: 39px; }.promo-countdown { align-items: flex-start; }.promo-countdown > span { max-width: 155px; line-height: 1.4; }.price-line { align-items: flex-start; flex-direction: row; gap: 8px; }.offer-list { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }.step { min-height: 245px; }
  .faq-section { gap: 50px; }.faq-list summary { font-size: 14px; }
  .closing-cta { padding: 100px 20px 130px; }.closing-inner h2 { font-size: 58px; }
  .site-footer { padding: 45px 22px 100px; grid-template-columns: 1fr; }.site-footer > p { grid-column: auto; }.footer-links { flex-wrap: wrap; }
  .whatsapp-help { right: 14px; bottom: 82px; padding-right: 10px; }.whatsapp-help b { display: none; }
  .mobile-cta { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; position: fixed; z-index: 40; left: 12px; right: 12px; bottom: 10px; padding: 7px; border: 1px solid rgba(255,255,255,.55); border-radius: 18px; background: rgba(255,254,249,.9); backdrop-filter: blur(16px); box-shadow: 0 16px 45px rgba(17,26,44,.18); transform: translateY(120%); transition: .3s ease; }
  .mobile-promo { min-width: 82px; padding-left: 7px; display: flex; flex-direction: column; }
  .mobile-promo span { color: rgba(17,26,44,.5); font-size: 7px; font-weight: 800; line-height: 1.15; text-transform: uppercase; letter-spacing: .06em; }
  .mobile-promo b { margin-top: 2px; font-family: "Space Grotesk"; font-size: 19px; line-height: 1; }
  .mobile-cta .button { min-height: 48px; padding-inline: 12px; font-size: 9px; }
  .mobile-cta.visible { transform: translateY(0); }
  .modal-backdrop { align-items: end; padding: 0; }
  .checkout-modal { width: 100%; max-height: 92vh; border-radius: 28px 28px 0 0; }
  .addon-option, .support-option { grid-template-columns: 18px minmax(0,1fr) auto; gap: 8px; }.addon-option em, .support-option em { padding-inline: 6px; font-size: 6px; }
  .checkout-header { padding: 30px 24px 22px; }.checkout-body { padding: 24px; }.checkout-header h2 { font-size: 28px; }
}

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