/* ==========================================================================
   Norman — folha de estilo única
   Estrutura: reset · base · cabeçalho · hero · personalização · mobilidade ·
              licença · perguntas · rodapé · responsivo
   ========================================================================== */

/* --------------------------------- reset -------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, p, figure { margin: 0; padding: 0; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
details summary::-webkit-details-marker { display: none; }

/* ---------------------------------- base -------------------------------- */
:root { --background: #05080d; --foreground: #f4f7fb; }
html { scroll-behavior: smooth; background: var(--background); -webkit-text-size-adjust: 100%; }
body {
  background: var(--background); color: var(--foreground);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

.skip-link {
  position: absolute; left: -9999px; top: 10px; z-index: 100;
  background: #55f6ff; color: #041013; padding: 10px 16px; font-size: 12px; font-weight: 800;
}
.skip-link:focus { left: 16px; }

.site-shell {
  --accent: #55f6ff;
  --accent-rgb: 85, 246, 255;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 68% 6%, rgba(var(--accent-rgb), .08), transparent 24%),
    #05080d;
  background-size: 72px 72px, 72px 72px, auto, auto;
}

.ambient { position: absolute; border-radius: 999px; filter: blur(90px); pointer-events: none; opacity: .16; background: var(--accent); transition: background .35s ease; }
.ambient-one { width: 420px; height: 420px; top: 520px; left: -280px; }
.ambient-two { width: 520px; height: 520px; top: 1320px; right: -380px; }

.section-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; position: relative; z-index: 2; }

/* revelação suave ao rolar */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* -------------------------------- cabeçalho ------------------------------ */
.site-header {
  width: min(1180px, calc(100% - 48px)); height: 82px; margin: 0 auto; display: flex;
  align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.09);
  position: relative; z-index: 10;
}
.brand { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 800; letter-spacing: .22em; }
.brand-mark {
  width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(var(--accent-rgb), .68);
  color: var(--accent); background: rgba(var(--accent-rgb), .09); box-shadow: inset 0 0 18px rgba(var(--accent-rgb), .08), 0 0 18px rgba(var(--accent-rgb), .08);
  clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%); transition: .3s ease;
}
.header-nav { display: flex; gap: 34px; }
.header-nav a, .site-footer > a:last-child { color: #8d99a9; text-decoration: none; font-size: 12px; letter-spacing: .05em; transition: color .2s ease; }
.header-nav a:hover, .site-footer > a:last-child:hover { color: var(--accent); }
.header-cta {
  border: 1px solid rgba(var(--accent-rgb), .4); background: rgba(var(--accent-rgb), .06); color: var(--accent);
  padding: 11px 18px; border-radius: 2px; font-size: 11px; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; cursor: pointer; text-decoration: none; transition: background .2s ease;
}
.header-cta:hover { background: rgba(var(--accent-rgb), .14); }

/* ---------------------------------- hero -------------------------------- */
.hero { min-height: 720px; padding: 88px 0 70px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 48px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(var(--accent-rgb), .2); color: var(--accent); background: rgba(var(--accent-rgb), .045); padding: 8px 12px; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }
.hero h1 { margin: 26px 0 24px; max-width: 700px; font-size: clamp(54px, 6.1vw, 88px); line-height: .93; letter-spacing: -.055em; font-weight: 670; }
.hero h1 span { color: var(--accent); text-shadow: 0 0 34px rgba(var(--accent-rgb), .18); }
.hero-lead { max-width: 590px; color: #a7b1bf; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.primary-button {
  border: 1px solid var(--accent); background: var(--accent); color: #041013; min-height: 50px; padding: 0 21px;
  display: inline-flex; align-items: center; justify-content: center; gap: 28px; font-size: 12px; font-weight: 800;
  letter-spacing: .04em; cursor: pointer; text-decoration: none; box-shadow: 0 0 24px rgba(var(--accent-rgb), .12);
  transition: transform .2s ease, box-shadow .2s ease;
}
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 0 30px rgba(var(--accent-rgb), .24); }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.text-button { border: 0; background: transparent; color: #d6dce4; padding: 12px 0; font-size: 12px; cursor: pointer; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.22); }
.text-button span { color: var(--accent); margin-left: 8px; }
.hero-proof { display: flex; margin-top: 52px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.09); }
.hero-proof > div { min-width: 130px; padding-right: 24px; margin-right: 24px; border-right: 1px solid rgba(255,255,255,.09); }
.hero-proof > div:last-child { border: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: #fff; font-size: 14px; margin-bottom: 7px; }
.hero-proof span { color: #6f7c8c; font-size: 10px; line-height: 1.4; }

.hero-visual { height: 570px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(var(--accent-rgb), .10), rgba(var(--accent-rgb), .025) 43%, transparent 70%); }
.hero-visual::after { content: ""; position: absolute; inset: 40px; opacity: .25; background: linear-gradient(90deg, transparent 49.8%, rgba(var(--accent-rgb), .3) 50%, transparent 50.2%), linear-gradient(transparent 49.8%, rgba(var(--accent-rgb), .3) 50%, transparent 50.2%); }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(var(--accent-rgb), .2); }
.orbit-one { width: 415px; height: 415px; animation: rotate 24s linear infinite; }
.orbit-one::after { content:""; position:absolute; width:7px; height:7px; border-radius:50%; background:var(--accent); top:61px; left:55px; box-shadow:0 0 14px var(--accent); }
.orbit-two { width: 330px; height: 330px; border-style: dashed; opacity: .58; animation: rotate 17s linear infinite reverse; }
.norman-core { width: 220px; height: 220px; position: relative; display: grid; place-items: center; z-index: 2; filter: drop-shadow(0 0 34px rgba(var(--accent-rgb), .24)); }
.norman-core::before { content:""; position:absolute; inset:48px; border-radius:50%; background: radial-gradient(circle at 38% 35%, #fff, var(--accent) 12%, rgba(var(--accent-rgb), .16) 45%, transparent 70%); box-shadow: inset 0 0 28px rgba(0,0,0,.7), 0 0 30px rgba(var(--accent-rgb), .36); }
.norman-core .core-mic { z-index: 4; width: 40px; height: 40px; color:#031014; filter: drop-shadow(0 0 4px rgba(255,255,255,.4)); }
.core-ring { position:absolute; border-radius:50%; border:1px solid var(--accent); }
.ring-outer { inset:0; opacity:.3; border-style:dashed; animation: rotate 15s linear infinite; }
.ring-middle { inset:20px; opacity:.46; clip-path: polygon(0 0,100% 0,100% 44%,0 68%); animation: rotate 9s linear infinite reverse; }
.ring-inner { inset:40px; opacity:.7; border-width:2px; clip-path: polygon(0 0,100% 0,74% 100%,0 100%); animation: rotate 7s linear infinite; }
.status-card { position: absolute; z-index: 4; min-width: 190px; display:flex; gap:11px; align-items:center; padding: 12px 15px; border:1px solid rgba(var(--accent-rgb), .25); background:rgba(7,12,18,.78); backdrop-filter:blur(14px); box-shadow: 0 14px 36px rgba(0,0,0,.25); }
.status-card small, .status-card strong { display:block; }
.status-card small { color:#647384; font-size:8px; text-transform:uppercase; letter-spacing:.14em; margin-bottom:4px; }
.status-card strong { color:#dbe4ed; font-size:11px; font-weight:600; }
.status-icon { color:var(--accent); font-size:20px; }
.status-pulse { width:10px; height:10px; border-radius:50%; background:var(--accent); box-shadow:0 0 14px var(--accent); }
.status-top { top:93px; right:3px; }
.status-bottom { bottom:100px; left:0; }
.visual-caption { position:absolute; right:30px; bottom:36px; display:flex; align-items:center; gap:12px; color:#647384; font-size:9px; letter-spacing:.17em; text-transform:uppercase; }
.caption-line { width:56px; height:1px; background:linear-gradient(90deg, var(--accent), transparent); }
@keyframes rotate { to { transform: rotate(360deg); } }

/* ----------------------------- personalização ---------------------------- */
.custom-section { padding: 110px 0 100px; border-top:1px solid rgba(255,255,255,.08); }
.section-heading { display:grid; grid-template-columns:1fr 390px; align-items:end; gap:60px; margin-bottom:54px; }
.section-index { margin:0 0 17px; color:var(--accent); font-size:10px; font-weight:800; letter-spacing:.18em; }
.section-heading h2, .mobile-copy h2, .offer-copy h2 { color:#f7f9fc; font-size:clamp(38px, 4vw, 58px); line-height:1.06; letter-spacing:-.04em; max-width:680px; }
.section-heading > p { color:#8995a5; font-size:14px; line-height:1.7; margin:0 0 5px; }
.customizer { display:grid; grid-template-columns:280px 1fr; min-height:510px; border:1px solid rgba(255,255,255,.11); background:rgba(10,15,22,.78); box-shadow:0 30px 80px rgba(0,0,0,.32); }
.custom-controls { border-right:1px solid rgba(255,255,255,.09); padding:29px 25px; display:flex; flex-direction:column; }
.control-group + .control-group { margin-top:30px; }
.control-label { display:block; margin-bottom:13px; color:#768393; font-size:9px; text-transform:uppercase; letter-spacing:.15em; }
.swatches { display:grid; gap:6px; }
.swatch { border:1px solid transparent; background:transparent; color:#9ca7b4; padding:8px 9px; display:flex; align-items:center; gap:10px; cursor:pointer; font-size:11px; text-align:left; }
.swatch:hover { background:rgba(255,255,255,.03); }
.swatch.active { border-color:rgba(255,255,255,.12); color:#fff; background:rgba(255,255,255,.04); }
.swatch-dot { width:11px; height:11px; border-radius:50%; background:var(--swatch); box-shadow:0 0 10px color-mix(in srgb, var(--swatch), transparent 45%); }
.segment-control { display:grid; grid-template-columns:1fr 1fr; background:#05080d; border:1px solid rgba(255,255,255,.08); padding:3px; }
.segment-control button { border:0; background:transparent; color:#738092; padding:9px 5px; font-size:10px; cursor:pointer; }
.segment-control button.active { background:rgba(var(--accent-rgb), .13); color:var(--accent); }
.preference-note { margin-top:auto; display:flex; gap:10px; padding-top:22px; border-top:1px solid rgba(255,255,255,.08); }
.preference-note > span { color:var(--accent); }
.preference-note p { color:#707c8b; font-size:10px; line-height:1.55; }
.preference-note strong { display:block; color:#bac3ce; margin-bottom:4px; }

.app-preview { overflow:hidden; margin:30px; border:1px solid rgba(var(--accent-rgb), .18); background:#060a10; min-width:0; transition:.25s ease; box-shadow: inset 0 0 60px rgba(var(--accent-rgb), .025); }
.app-preview.compacta { margin:54px 66px; }
.app-topbar { height:39px; display:flex; align-items:center; justify-content:space-between; padding:0 14px; border-bottom:1px solid rgba(255,255,255,.07); }
.mini-brand { color:#ced7e0; font-size:8px; letter-spacing:.18em; font-weight:800; display:flex; align-items:center; gap:7px; }
.mini-brand span { color:var(--accent); border:1px solid rgba(var(--accent-rgb),.35); width:18px; height:18px; display:grid; place-items:center; }
.window-dots { display:flex; gap:5px; }
.window-dots i { width:5px; height:5px; border-radius:50%; background:#29313c; }
.app-body { min-height:408px; display:grid; grid-template-columns:45px 1fr 150px; }
.app-sidebar { border-right:1px solid rgba(255,255,255,.06); padding:15px 0; display:flex; align-items:center; flex-direction:column; gap:18px; color:#4f5a68; font-size:13px; }
.app-sidebar .side-active { color:var(--accent); }
.app-sidebar .side-bottom { margin-top:auto; }
.conversation { padding:25px 30px 21px; text-align:center; display:flex; flex-direction:column; align-items:center; min-width:0; }
.conversation-head { align-self:stretch; display:flex; justify-content:space-between; text-align:left; }
.conversation-head small, .conversation-head strong { display:block; }
.conversation-head small { color:var(--accent); font-size:7px; letter-spacing:.16em; margin-bottom:6px; }
.conversation-head strong { color:#dbe3ed; font-size:14px; }
.online-chip { color:var(--accent); border:1px solid rgba(var(--accent-rgb), .18); padding:5px 8px; height:max-content; font-size:7px; text-transform:uppercase; }
.preview-core { width:132px; height:132px; position:relative; display:grid; place-items:center; margin:34px 0 20px; }
.preview-radar { position:absolute; inset:0; border-radius:50%; border:1px solid rgba(var(--accent-rgb),.35); box-shadow:inset 0 0 25px rgba(var(--accent-rgb),.06); }
.preview-radar::before, .preview-radar::after { content:""; position:absolute; border-radius:50%; border:1px dashed rgba(var(--accent-rgb),.3); }
.preview-radar::before { inset:18px; animation:rotate 12s linear infinite; }
.preview-radar::after { inset:37px; background:radial-gradient(circle, var(--accent), rgba(var(--accent-rgb),.18) 35%, transparent 70%); border-style:solid; box-shadow:0 0 22px rgba(var(--accent-rgb),.18); }
.preview-core svg { z-index:1; width:22px; height:22px; color:#041013; }
.preview-message { margin:0 0 22px; color:#9ba7b5; font-size:11px; }
.prompt-bar { width:min(100%,400px); margin-top:auto; border:1px solid rgba(var(--accent-rgb), .17); background:rgba(255,255,255,.025); min-height:39px; display:flex; align-items:center; justify-content:space-between; padding-left:14px; color:#515d6d; font-size:9px; text-align:left; }
.prompt-bar button { width:30px; height:30px; margin-right:4px; border:0; background:var(--accent); color:#041013; cursor:default; }
.quick-panel { border-left:1px solid rgba(255,255,255,.06); padding:24px 15px; }
.quick-panel small { color:#525e6c; font-size:7px; letter-spacing:.14em; }
.quick-panel div { margin-top:12px; border:1px solid rgba(255,255,255,.06); color:#8995a3; padding:11px 9px; font-size:9px; }
.quick-panel div span { color:var(--accent); margin-right:8px; }
.app-preview.compacta .quick-panel { display:none; }
.app-preview.compacta .app-body { grid-template-columns:42px 1fr; }
.app-preview.compacta .preview-core { width:108px; height:108px; margin-top:25px; }

.screen-gallery { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; margin-top:18px; }
.screen-card { min-width:0; border:1px solid rgba(255,255,255,.09); background:rgba(8,12,18,.8); padding:9px; cursor:pointer; text-align:left; transition:.2s ease; }
.screen-card:hover { transform:translateY(-3px); border-color:rgba(255,255,255,.19); }
.screen-card.active { border-color:var(--accent); box-shadow:0 0 20px rgba(var(--accent-rgb),.08); }
.screen-thumb { --thumb:#55f6ff; position:relative; height:92px; display:block; overflow:hidden; background:radial-gradient(circle at 58% 50%, color-mix(in srgb, var(--thumb), transparent 82%), transparent 28%), #070b11; border:1px solid rgba(255,255,255,.05); }
.screen-thumb::after { content:""; position:absolute; inset:0; background:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px); background-size:15px 15px; }
.thumb-nav { position:absolute; left:0; top:0; bottom:0; width:18px; border-right:1px solid rgba(255,255,255,.06); }
.thumb-orb { position:absolute; z-index:1; left:53%; top:50%; transform:translate(-50%,-50%); width:38px; height:38px; border-radius:50%; border:1px dashed var(--thumb); color:var(--thumb); font-size:10px; font-style:normal; display:grid; place-items:center; box-shadow:0 0 15px color-mix(in srgb,var(--thumb),transparent 70%); }
.thumb-orb svg { width:16px; height:16px; }
.thumb-line { position:absolute; z-index:1; height:2px; background:color-mix(in srgb,var(--thumb),transparent 45%); right:10px; }
.line-one { width:24px; bottom:17px; } .line-two { width:14px; bottom:11px; opacity:.45; }
.screen-meta { display:block; padding:11px 3px 4px; }
.screen-meta strong, .screen-meta small { display:block; }
.screen-meta strong { color:#d5dce5; font-size:10px; margin-bottom:5px; }
.screen-meta small { color:#637080; font-size:8px; }

/* ------------------------------- mobilidade ------------------------------ */
.mobile-section { padding:120px 0 76px; border-top:1px solid rgba(255,255,255,.08); }
.mobile-showcase { display:grid; grid-template-columns:.9fr 1.1fr; gap:100px; align-items:center; min-height:670px; }
.phone-wrap { min-height:650px; position:relative; display:grid; place-items:center; }
.phone-halo { position:absolute; width:430px; height:430px; border:1px solid rgba(var(--accent-rgb),.12); border-radius:50%; box-shadow:inset 0 0 80px rgba(var(--accent-rgb),.04),0 0 80px rgba(var(--accent-rgb),.04); }
.phone-halo::before,.phone-halo::after { content:""; position:absolute; border-radius:50%; border:1px dashed rgba(var(--accent-rgb),.12); }
.phone-halo::before { inset:46px; } .phone-halo::after { inset:97px; }
.phone { width:282px; height:590px; position:relative; z-index:2; border:7px solid #1c222b; border-radius:42px; background:#070b11; box-shadow:0 30px 80px rgba(0,0,0,.65),0 0 55px rgba(var(--accent-rgb),.11); overflow:hidden; }
.phone::before { content:""; position:absolute; top:8px; left:50%; transform:translateX(-50%); width:76px; height:20px; border-radius:20px; background:#11161d; z-index:4; }
.phone-top { height:33px; display:flex; justify-content:space-between; align-items:center; padding:0 20px; color:#cbd2dc; font-size:8px; }
.phone-top i { width:22px; height:7px; background:linear-gradient(90deg,#687382 65%,transparent 65%); border-right:2px solid #687382; }
.browser-bar { height:39px; border-top:1px solid rgba(255,255,255,.05); border-bottom:1px solid rgba(255,255,255,.06); display:grid; grid-template-columns:28px 1fr 28px; align-items:center; padding:0 10px; color:#788596; font-size:16px; }
.browser-address { background:#11161d; border-radius:7px; padding:7px; text-align:center; color:#8995a4; font-size:8px; }
.phone-app { padding:16px 17px; text-align:center; }
.phone-brand { display:flex; align-items:center; gap:6px; color:#dbe3ec; letter-spacing:.14em; font-size:7px; font-weight:800; text-align:left; }
.phone-brand > span { width:19px; height:19px; display:grid; place-items:center; color:var(--accent); border:1px solid rgba(var(--accent-rgb),.3); }
.phone-brand i { margin-left:auto; color:var(--accent); font-size:6px; font-style:normal; }
.phone-core { width:92px; height:92px; margin:30px auto 16px; border:1px dashed rgba(var(--accent-rgb),.5); border-radius:50%; display:grid; place-items:center; color:#031013; font-weight:900; background:radial-gradient(circle,var(--accent),rgba(var(--accent-rgb),.24) 28%,transparent 67%); box-shadow:0 0 28px rgba(var(--accent-rgb),.12); }
.phone-core svg { width:32px; height:32px; }
.phone-app > p { color:#aeb8c5; font-size:10px; }
.phone-bubble,.phone-reply { max-width:84%; padding:9px 10px; margin-top:15px; font-size:8px; line-height:1.5; text-align:left; }
.phone-bubble { margin-left:auto; background:rgba(var(--accent-rgb),.14); border:1px solid rgba(var(--accent-rgb),.2); color:#dce8e9; }
.phone-reply { margin-right:auto; background:#111720; color:#8e9cab; }
.phone-input { margin-top:25px; border:1px solid rgba(var(--accent-rgb),.17); min-height:36px; display:flex; align-items:center; justify-content:space-between; padding-left:10px; color:#525f6f; font-size:8px; text-align:left; }
.phone-input b { margin-right:4px; width:27px; height:27px; display:grid; place-items:center; background:var(--accent); color:#061115; }
.phone-home { position:absolute; bottom:7px; left:50%; transform:translateX(-50%); width:96px; height:3px; border-radius:5px; background:#53606d; }
.mobile-copy { padding-right:24px; }
.mobile-lead { color:#929dac; font-size:16px; line-height:1.75; max-width:580px; margin:27px 0 42px; }
.benefit-list { border-top:1px solid rgba(255,255,255,.09); }
.benefit-list > div { display:grid; grid-template-columns:45px 1fr; gap:10px; padding:20px 0; border-bottom:1px solid rgba(255,255,255,.09); }
.benefit-list > div > span { color:var(--accent); font-size:9px; letter-spacing:.1em; padding-top:3px; }
.benefit-list p { color:#7f8b9b; font-size:12px; line-height:1.55; }
.benefit-list strong { display:block; color:#dfe5ec; font-size:13px; margin-bottom:5px; }

/* --------------------------------- licença ------------------------------- */
.offer-card { margin-top:70px; display:grid; grid-template-columns:1.22fr .78fr; border:1px solid rgba(var(--accent-rgb),.25); background:linear-gradient(115deg,rgba(var(--accent-rgb),.055),rgba(9,14,20,.9) 44%,rgba(5,8,13,.98)); box-shadow:0 35px 90px rgba(0,0,0,.34); scroll-margin-top:24px; }
.offer-copy { padding:55px 60px; }
.offer-copy h2 { max-width:530px; }
.offer-copy > p:not(.section-index) { color:#8d99a8; font-size:14px; line-height:1.72; max-width:560px; margin:23px 0 28px; }
.offer-tags { display:flex; gap:20px; flex-wrap:wrap; }
.offer-tags span { color:#b3bdc9; font-size:10px; }
.price-panel { border-left:1px solid rgba(var(--accent-rgb),.18); padding:46px 45px 38px; background:rgba(0,0,0,.16); }
.price-kicker { color:var(--accent); font-size:8px; letter-spacing:.18em; font-weight:800; }
.price { display:flex; align-items:flex-start; color:#fff; margin:15px 0 1px; }
.price sup { color:var(--accent); font-size:14px; font-weight:700; padding-top:14px; margin-right:7px; }
.price strong { font-size:67px; letter-spacing:-.06em; line-height:1; }
.price small { font-size:20px; padding-top:8px; }
.price-panel > p { color:#677484; font-size:9px; margin:0 0 25px; }
.daily-price { border-top:1px solid rgba(255,255,255,.09); border-bottom:1px solid rgba(255,255,255,.09); padding:14px 0; margin-bottom:20px; }
.daily-price strong,.daily-price span { display:block; }
.daily-price strong { color:var(--accent); font-size:10px; letter-spacing:.08em; margin-bottom:4px; }
.daily-price span { color:#697686; font-size:8px; }
.primary-button.full { width:100%; gap:18px; }
.api-note { display:block; color:#596575; text-align:center; font-size:8px; line-height:1.5; margin-top:13px; }

/* -------------------------------- perguntas ------------------------------ */
.faq-section { padding:100px 0 90px; border-top:1px solid rgba(255,255,255,.08); }
.faq-list { border-top:1px solid rgba(255,255,255,.09); }
.faq-list details { border-bottom:1px solid rgba(255,255,255,.09); }
.faq-list summary { list-style:none; cursor:pointer; padding:22px 40px 22px 0; position:relative; color:#dfe5ec; font-size:15px; font-weight:600; }
.faq-list summary::after { content:"+"; position:absolute; right:6px; top:19px; color:var(--accent); font-size:19px; font-weight:400; transition:transform .2s ease; }
.faq-list details[open] summary::after { transform:rotate(45deg); }
.faq-list summary:hover { color:var(--accent); }
.faq-list details p { color:#8995a5; font-size:13px; line-height:1.75; max-width:760px; padding:0 0 24px; margin-top:-4px; }
.final-cta { margin-top:52px; padding:32px 38px; display:flex; align-items:center; justify-content:space-between; gap:26px; flex-wrap:wrap; border:1px solid rgba(var(--accent-rgb),.22); background:rgba(10,15,22,.7); }
.final-cta strong { display:block; color:#f2f6fa; font-size:19px; letter-spacing:-.02em; margin-bottom:7px; }
.final-cta span { color:#8995a5; font-size:13px; }

/* --------------------------------- rodapé -------------------------------- */
.site-footer { width:min(1180px,calc(100% - 48px)); margin:0 auto; min-height:120px; display:flex; align-items:center; justify-content:space-between; border-top:1px solid rgba(255,255,255,.08); position:relative; z-index:2; }
.site-footer p { color:#596575; font-size:10px; letter-spacing:.05em; }

/* ------------------------------ botão WhatsApp --------------------------- */
.wa-float {
  position:fixed; right:20px; bottom:20px; z-index:60; width:54px; height:54px; border-radius:50%;
  display:grid; place-items:center; color:#04160c; background:#25d366; text-decoration:none;
  box-shadow:0 10px 30px rgba(0,0,0,.45); transition:transform .2s ease;
}
.wa-float:hover { transform:translateY(-3px) scale(1.04); }

/* ------------------------------- responsivo ------------------------------ */
@media (max-width: 980px) {
  .hero { grid-template-columns:1fr; padding-top:68px; }
  .hero-copy { max-width:760px; }
  .hero-visual { height:500px; }
  .section-heading { grid-template-columns:1fr; gap:18px; }
  .customizer { grid-template-columns:230px 1fr; }
  .quick-panel { display:none; }
  .app-body { grid-template-columns:45px 1fr; }
  .app-preview.compacta { margin:50px 30px; }
  .mobile-showcase { grid-template-columns:1fr 1fr; gap:40px; }
  .offer-copy { padding:45px 38px; }
  .price-panel { padding:40px 30px; }
}

@media (max-width: 720px) {
  .site-header, .section-wrap, .site-footer { width:min(100% - 28px, 560px); }
  .site-header { height:70px; }
  .header-nav { display:none; }
  .header-cta { padding:9px 11px; font-size:9px; }
  .hero { padding:54px 0 64px; min-height:auto; gap:20px; }
  .hero h1 { font-size:clamp(48px,14vw,66px); }
  .hero-lead { font-size:15px; }
  .hero-actions { align-items:stretch; flex-direction:column; gap:4px; }
  .primary-button { width:100%; }
  .text-button { width:max-content; align-self:center; }
  .hero-proof { display:grid; grid-template-columns:repeat(3,1fr); gap:0; }
  .hero-proof > div { min-width:0; padding-right:9px; margin-right:9px; }
  .hero-proof strong { font-size:12px; }
  .hero-proof span { font-size:8px; }
  .hero-visual { height:405px; transform:scale(.9); margin:-10px -15px; }
  .status-top { right:-6px; } .status-bottom { left:-5px; }
  .custom-section { padding:75px 0 74px; }
  .section-heading { margin-bottom:32px; }
  .section-heading h2,.mobile-copy h2,.offer-copy h2 { font-size:38px; }
  .customizer { display:block; }
  .custom-controls { border-right:0; border-bottom:1px solid rgba(255,255,255,.09); }
  .swatches { grid-template-columns:repeat(5,1fr); }
  .swatch { justify-content:center; padding:10px 5px; }
  .swatch:not(.active) { color:transparent; font-size:0; }
  .swatch:not(.active) .swatch-dot { margin:0; }
  .swatch.active { font-size:9px; }
  .preference-note { margin-top:22px; }
  .app-preview,.app-preview.compacta { margin:13px; }
  .app-body { min-height:380px; grid-template-columns:35px 1fr; }
  .app-sidebar { font-size:11px; }
  .conversation { padding:20px 14px 16px; }
  .screen-gallery { grid-template-columns:repeat(2,1fr); }
  .screen-card:last-child { grid-column:1 / -1; }
  .mobile-section { padding:80px 0 60px; }
  .mobile-showcase { grid-template-columns:1fr; gap:25px; }
  .phone-wrap { min-height:590px; order:2; }
  .mobile-copy { padding:0; }
  .mobile-lead { margin-bottom:28px; }
  .offer-card { grid-template-columns:1fr; margin-top:40px; }
  .offer-copy { padding:38px 25px 33px; }
  .price-panel { border-left:0; border-top:1px solid rgba(var(--accent-rgb),.18); padding:34px 25px; }
  .offer-tags { flex-direction:column; gap:10px; }
  .faq-section { padding:70px 0 60px; }
  .faq-list summary { font-size:14px; }
  .final-cta { padding:26px 22px; }
  .final-cta .primary-button { width:100%; }
  .site-footer { min-height:150px; flex-direction:column; justify-content:center; gap:15px; padding:26px 0 90px; text-align:center; }
  .wa-float { right:14px; bottom:14px; }
}

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

@media print {
  .wa-float, .ambient, .hero-visual, .phone-wrap { display:none !important; }
  body, .site-shell { background:#fff !important; color:#111 !important; }
}
