:root {
  --ink: #111a2d;
  --ink-soft: #4c5870;
  --paper: #f7f8fc;
  --white: #ffffff;
  --line: #dde2ee;
  --brand: #5b52f0;
  --brand-dark: #3730a3;
  --brand-light: #efeeff;
  --teal: #13b99a;
  --orange: #ff8b5c;
  --lime: #c8f66b;
  --shadow: 0 28px 70px -34px rgba(26, 35, 68, 0.36);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { color: var(--ink-soft); line-height: 1.7; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.035em; }

.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: 12px; transform: translateY(-150%); padding: 10px 14px; border-radius: 10px; background: var(--ink); color: #fff; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid rgba(221, 226, 238, .76); background: rgba(255,255,255,.86); backdrop-filter: blur(18px); }
.nav-shell { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { width: 174px; height: auto; }
.brand-logo--footer { filter: brightness(0) invert(1); opacity: .94; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { color: #566178; font-size: 13px; font-weight: 650; }
.main-nav > a:not(.button):hover { color: var(--brand); }
/*
  "Entrar" da barra — o de celular. `margin-left: auto` empurra ele pro lado
  direito, encostado no botao do menu, porque o .nav-shell e space-between e
  sem isso ele pousaria no meio da barra, entre a marca e o hamburguer.
*/
.nav-entrar { display: none; color: #566178; font-size: 13px; font-weight: 650; margin-left: auto; }
.nav-entrar:hover { color: var(--brand); }

.nav-toggle { display: none; width: 42px; height: 42px; place-items: center; gap: 4px; border: 0; border-radius: 12px; background: #f1f3f8; }
.nav-toggle > span:not(.sr-only) { display: block; width: 19px; height: 2px; border-radius: 2px; background: var(--ink); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; cursor: pointer; font-size: 14px; font-weight: 750; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .main-nav a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible, .format-switch button:focus-visible { outline: 3px solid rgba(91,82,240,.25); outline-offset: 3px; }
.button--small { min-height: 42px; padding-inline: 17px; font-size: 13px; }
.button--large { min-height: 58px; padding-inline: 26px; border-radius: 16px; }
.button--primary { background: linear-gradient(135deg, var(--brand), #766dff); color: #fff; box-shadow: 0 18px 36px -18px rgba(91,82,240,.9); }
.button--primary:hover { box-shadow: 0 22px 42px -18px rgba(91,82,240,.95); }
.button--ghost { border-color: #d9deea; background: rgba(255,255,255,.68); color: var(--ink); }
.button--dark { background: var(--ink); color: #fff; }
.button--light { background: #fff; color: var(--ink); box-shadow: 0 18px 40px -22px rgba(0,0,0,.35); }

.hero { position: relative; min-height: 780px; overflow: hidden; padding-top: 166px; background: linear-gradient(150deg, #ffffff 0%, #f6f4ff 52%, #effaf7 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .56; background-image: radial-gradient(circle at 1px 1px, rgba(62,75,110,.12) 1px, transparent 0); background-size: 28px 28px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow--one { width: 600px; height: 600px; right: -180px; top: 20px; background: radial-gradient(circle, rgba(91,82,240,.23), transparent 68%); animation: hero-glow-drift 7s ease-in-out infinite alternate; }
.hero-glow--two { width: 470px; height: 470px; left: -240px; bottom: -190px; background: radial-gradient(circle, rgba(19,185,154,.18), transparent 68%); animation: hero-glow-drift 8s ease-in-out 1s infinite alternate-reverse; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); align-items: center; gap: 58px; }
.eyebrow, .kicker { color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(91,82,240,.15); border-radius: 999px; background: rgba(255,255,255,.76); letter-spacing: .05em; text-transform: none; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(19,185,154,.12); }
.hero h1 { max-width: 650px; margin: 24px 0 22px; font-size: clamp(43px, 5vw, 68px); font-weight: 900; line-height: .99; text-wrap: balance; }
.hero h1 em { color: var(--brand); font-style: normal; }
.hero-lead { max-width: 610px; margin-bottom: 30px; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 19px; margin: 24px 0 0; padding: 0; color: #667188; list-style: none; font-size: 12px; font-weight: 650; }
.hero-assurances li { display: flex; align-items: center; gap: 6px; }
.hero-assurances span { color: var(--teal); font-weight: 900; }

.product-stage { position: relative; min-height: 520px; perspective: 1100px; }
.stage-orbit { position: absolute; border: 1px solid rgba(91,82,240,.13); border-radius: 50%; }
.stage-orbit--one { width: 480px; height: 480px; right: 12px; top: 20px; }
.stage-orbit--two { width: 360px; height: 360px; right: 70px; top: 80px; }
.browser-mock { position: absolute; z-index: 2; width: 455px; left: 0; top: 42px; overflow: hidden; border: 1px solid #dfe4ef; border-radius: 23px; background: #fff; box-shadow: 0 36px 90px -34px rgba(30,39,75,.46); opacity: 0; transform: translateY(26px) rotate(-3deg) rotateX(4deg); animation: browser-arrive .85s cubic-bezier(.2,.8,.2,1) .15s forwards; }
.browser-bar { display: flex; height: 46px; align-items: center; gap: 14px; padding: 0 16px; border-bottom: 1px solid #e8ebf2; background: #f8f9fc; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots span { width: 7px; height: 7px; border-radius: 50%; background: #c9cfdb; }
.browser-url { flex: 1; max-width: 250px; padding: 6px 13px; border-radius: 999px; background: #edf0f6; color: #8993a6; font-size: 9px; }
.browser-body { min-height: 390px; padding: 23px 30px 26px; text-align: center; background: radial-gradient(circle at top left, rgba(91,82,240,.11), transparent 38%), #fff; }
.mini-brand { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; }
.mini-brand span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; background: var(--brand); color: #fff; font-weight: 900; }
.hero-flow { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 12px 0 14px; padding: 0; list-style: none; }
.hero-flow li { display: flex; align-items: center; gap: 5px; padding: 6px 8px; border-radius: 999px; background: #f0f2f8; color: #8a93a6; font-size: 8px; font-weight: 750; opacity: .55; }
.hero-flow b { display: grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; background: #fff; color: var(--brand); font-size: 7px; box-shadow: 0 4px 10px rgba(30,39,75,.08); }
.hero-flow li:nth-child(1) { animation: hero-flow-step 1.5s ease .55s both; }
.hero-flow li:nth-child(2) { animation: hero-flow-step 1.5s ease 2.25s both; }
.hero-flow li:nth-child(3) { animation: hero-flow-step 1.5s ease 3.95s both; }
.profile-art { position: relative; width: 210px; height: 210px; margin: 0 auto; overflow: hidden; border-radius: 23px; background: #d7ebea; box-shadow: 0 14px 32px -22px rgba(16,24,43,.55); }
.profile-art > img, .story-art > img { width: 100%; height: 100%; object-fit: cover; }
.profile-art > img { object-position: 50% 42%; animation: hero-photo-focus 6.2s ease .2s both; }
.browser-body button { width: 210px; margin-top: 14px; padding: 12px; border: 0; border-radius: 11px; background: var(--brand); color: #fff; font-size: 10px; font-weight: 800; box-shadow: 0 10px 22px -14px rgba(91,82,240,.9); animation: hero-button-ready .65s ease 4.8s both; }

.phone-mock { position: absolute; z-index: 4; width: 183px; height: 365px; right: -4px; top: 117px; padding: 8px; border: 6px solid #121a2d; border-radius: 32px; background: #121a2d; box-shadow: 0 30px 60px -24px rgba(16,24,43,.6); opacity: 0; transform: translateX(28px) rotate(8deg); animation: phone-arrive .8s cubic-bezier(.2,.8,.2,1) 1s forwards; }
.phone-speaker { position: absolute; z-index: 5; width: 54px; height: 13px; left: calc(50% - 27px); top: 5px; border-radius: 0 0 10px 10px; background: #121a2d; }
.story-art { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 21px; background: #c8e2ea; }
.story-art > img { object-position: 50% 38%; }
.story-progress { position: absolute; z-index: 6; display: flex; gap: 3px; inset: 12px 9px auto; }
.story-progress span { height: 2px; flex: 1; border-radius: 2px; background: rgba(255,255,255,.9); }
.story-progress span:not(:first-child) { opacity: .48; }
.floating-card { position: absolute; z-index: 6; display: flex; border: 1px solid rgba(221,226,238,.9); background: rgba(255,255,255,.92); box-shadow: 0 20px 45px -26px rgba(24,34,67,.5); backdrop-filter: blur(10px); }
.floating-card--supporters { left: -28px; bottom: 12px; flex-direction: column; padding: 14px 17px; border-radius: 15px; opacity: 0; animation: card-pop .55s ease 3.2s forwards; }
.floating-card--supporters strong { font-size: 13px; }
.floating-card--supporters span { margin-top: 3px; color: #7e899d; font-size: 9px; }
.floating-card--ready { right: 14px; top: 75px; align-items: center; gap: 8px; padding: 10px 13px; border-radius: 999px; font-size: 9px; opacity: 0; animation: card-pop .55s ease 5.15s forwards; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(19,185,154,.12); animation: pulse-ring 1.7s ease-out 5.5s infinite; }

.demo-frame { position: absolute; z-index: 3; inset: auto 0 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 29px 12px 15px; color: #fff; background: linear-gradient(135deg, #5b52f0 0%, #7a6fff 58%, #13b99a 140%); clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%); text-shadow: 0 2px 8px rgba(16,24,43,.18); transform: translateY(105%); animation: frame-arrive .85s cubic-bezier(.2,.8,.2,1) 1.75s forwards; }
.demo-frame::before { content: ""; position: absolute; width: 78px; height: 78px; left: -24px; top: 4px; border: 14px solid rgba(200,246,107,.85); border-radius: 50%; }
.demo-frame span { position: relative; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.demo-frame strong { position: relative; margin-top: 2px; font-size: 16px; font-weight: 900; letter-spacing: -.02em; }
.demo-frame--story { min-height: 84px; padding: 28px 8px 15px; }
.demo-frame--story span { font-size: 6px; }
.demo-frame--story strong { font-size: 11px; }
.demo-frame--story::before { width: 56px; height: 56px; left: -20px; top: 8px; border-width: 10px; }

@keyframes browser-arrive { to { opacity: 1; transform: rotate(-2deg) rotateX(0); } }
@keyframes phone-arrive { to { opacity: 1; transform: rotate(5deg); } }
@keyframes frame-arrive { to { transform: translateY(0); } }
@keyframes hero-photo-focus { 0% { transform: scale(1.08); filter: saturate(.75); } 38%, 100% { transform: scale(1); filter: saturate(1); } }
@keyframes hero-flow-step { 0%, 100% { opacity: .58; transform: translateY(0); background: #f0f2f8; } 25%, 75% { opacity: 1; transform: translateY(-2px); background: var(--brand-light); color: var(--brand-dark); } }
@keyframes hero-button-ready { 0% { opacity: .55; transform: scale(.97); } 60% { transform: scale(1.035); } 100% { opacity: 1; transform: scale(1); } }
@keyframes card-pop { 0% { opacity: 0; transform: translateY(12px) scale(.94); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes pulse-ring { 0% { box-shadow: 0 0 0 0 rgba(19,185,154,.35); } 100% { box-shadow: 0 0 0 8px rgba(19,185,154,0); } }
@keyframes hero-glow-drift { to { transform: translate3d(18px, -12px, 0) scale(1.04); } }

.trust-strip { position: relative; z-index: 4; border-block: 1px solid #e5e9f1; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; min-height: 112px; flex-direction: column; justify-content: center; padding: 20px 28px; border-left: 1px solid #e7eaf1; }
.trust-grid > div:last-child { border-right: 1px solid #e7eaf1; }
.trust-grid strong { font-size: 13px; }
.trust-grid span { margin-top: 6px; color: #7b869a; font-size: 11px; line-height: 1.45; }

.section-heading { max-width: 680px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2, .customizer-copy h2 { margin: 15px 0 17px; font-size: clamp(34px, 4.2vw, 52px); font-weight: 850; line-height: 1.08; }
.section-heading p { max-width: 620px; margin: 0 auto; font-size: 16px; }

.customizer-section { overflow: hidden; background: var(--ink); color: #fff; }
.customizer-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
.customizer-copy h2 { color: #fff; }
.customizer-copy > p { color: #aeb8cc; }
.customizer-section .kicker { color: #9e98ff; }
.control-panel { margin: 34px 0 27px; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: rgba(255,255,255,.055); }
.control-panel label, .control-label { display: block; margin-bottom: 8px; color: #d9deea; font-size: 11px; font-weight: 700; }
.control-panel > input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; outline: none; background: rgba(255,255,255,.08); color: #fff; }
.control-panel > input:focus { border-color: #948dff; }
.control-row { display: grid; grid-template-columns: 1fr 1.3fr; gap: 18px; margin-top: 18px; }
.color-control { display: flex; height: 44px; align-items: center; gap: 10px; padding: 5px 10px 5px 6px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; }
.color-control input { width: 31px; height: 31px; padding: 0; overflow: hidden; border: 0; border-radius: 8px; background: transparent; cursor: pointer; }
.color-control span { font-size: 10px; font-weight: 700; }
.format-switch { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; border-radius: 10px; background: rgba(255,255,255,.07); }
.format-switch button { height: 36px; border: 0; border-radius: 8px; background: transparent; color: #abb4c8; cursor: pointer; font-size: 10px; font-weight: 750; }
.format-switch button.is-active { background: #fff; color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 13px; font-weight: 750; }
.text-link span { color: var(--lime); }
.customizer-cta { max-width: 100%; text-align: center; }
.customizer-cta b { color: var(--brand); font-size: 17px; }

.live-preview { position: relative; padding: 34px; }
.live-preview::before { content: ""; position: absolute; width: 480px; height: 480px; inset: calc(50% - 240px) auto auto calc(50% - 240px); border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--demo-color) 32%, transparent), transparent 70%); }
.preview-window { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: #fbfcff; color: var(--ink); box-shadow: 0 45px 100px -45px rgba(0,0,0,.75); transform: rotate(1.5deg); }
.preview-topbar { display: flex; min-height: 70px; align-items: center; gap: 10px; padding: 0 18px; border-bottom: 1px solid #e8eaf1; background: #fff; }
.preview-logo { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; background: linear-gradient(145deg, var(--demo-color), var(--demo-dark)); color: #fff; font-weight: 900; }
.preview-topbar > div:nth-child(2) { display: flex; flex-direction: column; }
.preview-topbar strong { font-size: 11px; }
.preview-topbar span { margin-top: 2px; color: #8a94a7; font-size: 8px; }
.secure-pill { margin: 0 0 0 auto !important; padding: 7px 9px; border-radius: 999px; background: #edf9f6; color: #278674 !important; font-weight: 700; }
.preview-content { display: grid; min-height: 355px; grid-template-columns: 1fr 190px; align-items: center; gap: 24px; padding: 35px; background-image: radial-gradient(circle at 1px 1px, rgba(45,57,91,.1) 1px, transparent 0); background-size: 22px 22px; }
.preview-message > span { color: var(--demo-color); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.preview-message h3 { margin: 10px 0 11px; font-size: 27px; line-height: 1.12; }
.preview-message p { margin: 0; font-size: 10px; line-height: 1.55; }
.preview-art { position: relative; width: 190px; height: 190px; justify-self: end; border-radius: 20px; transition: width .25s ease, height .25s ease; }
.preview-person-photo { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.dynamic-frame { position: absolute; z-index: 4; inset: auto 0 0; min-height: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-top: 5px solid var(--demo-dark); background: var(--demo-color); color: #fff; transform: skewY(-4deg); transform-origin: right; }
.dynamic-frame strong, .dynamic-frame span { transform: skewY(4deg); }
.dynamic-frame strong { font-size: 13px; font-weight: 900; font-style: italic; }
.dynamic-frame span { max-width: 170px; overflow: hidden; font-size: 10px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.live-preview.is-story .preview-art { width: 112px; height: 199px; border-radius: 16px; }
.live-preview.is-story .dynamic-frame { min-height: 48px; }
.preview-footer { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 16px; padding: 0 22px; border-top: 1px solid #e8eaf1; background: #fff; }
.preview-footer > span { color: #788398; font-size: 9px; }
.preview-footer b { color: var(--demo-color); }
.preview-footer button { padding: 10px 16px; border: 0; border-radius: 10px; background: var(--demo-color); color: #fff; font-size: 9px; font-weight: 800; }
.preview-note { position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 20px; color: #8f9ab0; font-size: 10px; }
.preview-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }

.steps-section { background: #f6f7fb; }
.steps-section .section-heading { max-width: 760px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 60px; }
.steps-grid article { position: relative; padding: 0 44px 0 0; }
.steps-grid article:not(:last-child)::after { content: ""; position: absolute; width: calc(100% - 92px); height: 1px; left: 62px; top: 25px; background: linear-gradient(90deg, #b9bfd0, transparent); }
.steps-grid article > span { display: grid; width: 50px; height: 50px; margin-bottom: 28px; place-items: center; border: 1px solid #d6dbe7; border-radius: 50%; background: #fff; color: var(--brand); font-weight: 850; box-shadow: 0 12px 26px -20px rgba(25,34,67,.4); }
.steps-grid h3 { font-size: 18px; }
.steps-grid p { font-size: 13px; }


.faq-guias { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.faq-guias > p { margin: 0 0 10px; font-size: 13px; font-weight: 700; color: var(--ink); }
.faq-guias ul { margin: 0; padding: 0; list-style: none; }
.faq-guias li { margin-bottom: 8px; }
.faq-guias a { color: var(--brand); font-size: 13.5px; font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }

/* Preço (#preco) */
.price-section { background: #f6f7fb; }
.price-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.price-copy h2 { max-width: 520px; margin: 13px 0 14px; font-size: clamp(32px, 3.6vw, 46px); line-height: 1.08; }
.price-copy > p { max-width: 500px; }
.price-includes { margin: 28px 0 0; padding: 0; list-style: none; }
.price-includes li { display: flex; gap: 10px; padding: 9px 0; border-bottom: 1px solid #e5e8f1; color: #45506a; font-size: 13.5px; font-weight: 600; }
.price-includes li:last-child { border-bottom: 0; }
.price-includes li span { color: var(--teal); font-weight: 800; }
.price-includes code { padding: 2px 6px; border-radius: 6px; background: #eceffa; font-size: 12.5px; }

.price-card { position: relative; padding: 38px 34px 30px; border-radius: 28px; background: linear-gradient(160deg, #ffffff, #f3f2ff 120%); box-shadow: var(--shadow); text-align: center; }
.price-card__badge { display: inline-block; padding: 7px 13px; border: 1px solid rgba(91,82,240,.18); border-radius: 999px; background: var(--brand-light); color: var(--brand-dark); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.price-card__amount { display: flex; align-items: flex-start; justify-content: center; gap: 2px; margin: 20px 0 4px; color: var(--ink); line-height: 1; }
.price-card__amount strong { font-size: 82px; font-weight: 900; letter-spacing: -0.05em; }
.price-card__currency { margin-top: 12px; font-size: 22px; font-weight: 800; }
.price-card__cents { margin-top: 12px; font-size: 26px; font-weight: 800; }
.price-card__note { margin: 0 auto; max-width: 250px; font-size: 12px; line-height: 1.6; }
.price-card__cta { width: 100%; margin-top: 24px; }
.price-card__fine { margin: 14px 0 0; font-size: 11.5px; line-height: 1.6; color: #8a94a7; }


.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 730; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--brand); font-size: 21px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 40px 24px 0; font-size: 13px; }

.final-cta { padding: 70px 0; overflow: hidden; background: linear-gradient(135deg, var(--brand-dark), var(--brand)); color: #fff; }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.final-cta span { color: #c5c1ff; font-size: 11px; font-weight: 750; text-transform: uppercase; }
.final-cta h2 { margin: 9px 0 0; font-size: clamp(30px, 4vw, 46px); }
.final-cta .button span { color: inherit; font-size: inherit; text-transform: none; }

.mobile-cta { display: none; }

.site-footer { padding: 44px 0; background: #0c1425; color: #fff; }
.footer-grid { display: grid; grid-template-columns: .7fr 1fr .8fr; align-items: center; gap: 40px; }
.site-footer p { margin: 0; color: #8490a7; font-size: 11px; }
.site-footer > .container > div:last-child { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; color: #7f8aa0; font-size: 10px; }
.site-footer a:hover { color: #fff; }

@media (max-width: 1040px) {
  /*
    Entre 841px e 1040px a barra ainda mostra a navegacao inteira, e nesse
    trecho nao sobra folga: com o "Entrar" desenhado como botao, o
    "Criar pagina gratis" era espremido de 157px para 99px e quebrava em tres
    linhas — medido em 900px. Aqui ele perde a moldura e vira texto, que e o
    peso visual certo pra ele de qualquer forma: o unico botao da barra tem
    que ser o de conversao.
  */
  .nav-entrar-desk { min-height: 0; padding: 0; border: 0; background: none; box-shadow: none; color: #566178; font-size: 13px; font-weight: 650; }
  .nav-entrar-desk:hover { transform: none; color: var(--brand); }

  /*
    So tirar a moldura do "Entrar" nao bastou: em 860px o CTA ainda quebrava.
    O `gap` da barra cede 10px por vao (sao seis) e o botao de conversao passa
    a nao encolher nem quebrar linha — se faltar espaco, quem cede sao os
    links de navegacao, que e a ordem de importancia certa.
  */
  .main-nav { gap: 18px; }
  .main-nav .button--primary { flex-shrink: 0; white-space: nowrap; }

  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; margin-inline: auto; text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-assurances { justify-content: center; }
  .product-stage { width: min(590px, 100%); margin: 0 auto; }
  .customizer-grid, .price-grid { gap: 50px; }
  .browser-mock { left: 35px; }
}

@media (max-width: 840px) {
  .section-pad { padding: 84px 0; }
  .nav-toggle { display: grid; }
  /* Troca de guarda: no celular vale o da barra, no desktop o da navegacao. */
  .nav-entrar { display: inline-flex; }
  .nav-entrar-desk { display: none; }
  .main-nav { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 26px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 20px 40px -30px rgba(16,24,43,.4); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 14px 4px; border-bottom: 1px solid #eef0f5; }
  .main-nav .button { margin-top: 14px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(3) { border-top: 1px solid #e7eaf1; }
  .trust-grid > div:nth-child(4) { border-top: 1px solid #e7eaf1; border-right: 1px solid #e7eaf1; }
  .customizer-grid, .faq-grid, .price-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 34px; }
  .steps-grid article { display: grid; grid-template-columns: 50px 1fr; column-gap: 20px; padding: 0; }
  .steps-grid article > span { grid-row: 1 / span 2; margin: 0; }
  .steps-grid article::after { display: none; }
  .steps-grid h3 { margin: 2px 0 8px; }
  .steps-grid p { grid-column: 2; margin: 0; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .brand--footer { justify-self: center; }
  .site-footer > .container > div:last-child { align-items: center; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .price-card { padding: 30px 22px 24px; }
  .price-card__amount strong { font-size: 66px; }
  .section-pad { padding: 70px 0; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-assurances { gap: 10px 17px; }
  .product-stage { min-height: 440px; margin-top: 22px; }
  .stage-orbit--one { width: 360px; height: 360px; right: -70px; }
  .stage-orbit--two { width: 260px; height: 260px; right: -10px; }
  .browser-mock { width: calc(100% - 58px); left: 0; top: 35px; }
  .browser-body { min-height: 320px; padding: 20px; }
  .profile-art, .browser-body button { width: 160px; }
  .profile-art { height: 160px; }
  .phone-mock { width: 139px; height: 285px; right: -4px; top: 125px; border-width: 5px; border-radius: 26px; }
  .floating-card--supporters { left: 8px; bottom: 1px; }
  .floating-card--ready { display: none; }
  .product-stage:not(.is-visible) .browser-mock { animation: none; opacity: 1; transform: rotate(-2deg); }
  .product-stage:not(.is-visible) .phone-mock { animation: none; opacity: 1; transform: rotate(5deg); }
  .product-stage:not(.is-visible) .profile-art > img { animation: none; filter: none; transform: none; }
  .product-stage:not(.is-visible) .hero-flow li { animation: none; opacity: .58; }
  .product-stage:not(.is-visible) .demo-frame { animation: none; transform: translateY(0); }
  .product-stage:not(.is-visible) .browser-body button { animation: none; opacity: 1; transform: none; }
  .product-stage:not(.is-visible) .floating-card { animation: none; opacity: 1; transform: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 88px; border-right: 1px solid #e7eaf1; border-top: 1px solid #e7eaf1; }
  .trust-grid > div:first-child { border-top: 0; }
  .section-heading h2, .customizer-copy h2 { font-size: 35px; }
  .customizer-grid { gap: 45px; }
  .control-row { grid-template-columns: 1fr; }
  .live-preview { padding: 0; }
  .preview-window { transform: none; }
  .preview-topbar { padding: 0 13px; }
  .secure-pill { display: none; }
  .preview-content { min-height: 390px; grid-template-columns: 1fr; gap: 20px; padding: 26px 22px; text-align: center; }
  .preview-art { justify-self: center; }
  .preview-message h3 { font-size: 23px; }
  .preview-footer { padding: 0 14px; }
  .final-cta__inner { flex-direction: column; align-items: flex-start; }
  .final-cta .button { width: 100%; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .mobile-cta { position: fixed; z-index: 120; display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 12px; inset: auto 0 0; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(221,226,238,.95); background: rgba(255,255,255,.94); box-shadow: 0 -18px 45px -30px rgba(16,24,43,.55); opacity: 0; pointer-events: none; transform: translateY(110%); transition: opacity .2s ease, transform .25s ease; backdrop-filter: blur(16px); }
  .mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-cta > div { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
  .mobile-cta strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-cta span { color: #7b869a; font-size: 9px; }
  .mobile-cta .button { min-height: 45px; flex: none; padding-inline: 15px; border-radius: 12px; font-size: 11px; }
}

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

/* --- Vitrine de campanhas (#campanhas) ---------------------------------
   A moldura tem uma janela transparente onde entra a foto do apoiador.
   Exibida sozinha sobre fundo branco, essa janela vira um buraco e a arte
   parece defeituosa — por isso o tile tem um gradiente atrás, que faz a
   peça ler como "moldura aguardando uma foto" em vez de imagem quebrada. */
.showcase-section { background: #f6f7fb; }
.showcase-actions { display: flex; justify-content: center; margin-top: 44px; }
.showcase-panel { margin-top: 44px; }
.showcase-panel[hidden] { display: none; }

.showcase-status { margin: 0; text-align: center; font-size: 15px; }
.showcase-status[hidden] { display: none; }

.showcase-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 26px; }

.showcase-card { display: block; padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 18px 44px -32px rgba(26,35,68,.5); transition: transform .2s ease, box-shadow .2s ease; }
.showcase-card:hover { transform: translateY(-3px); box-shadow: 0 26px 56px -30px rgba(26,35,68,.55); }
.showcase-card:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }

.showcase-art { position: relative; display: grid; overflow: hidden; border-radius: 14px; background: linear-gradient(135deg, #e7ecf7, #f6f8fd 55%, #e2e9f6); place-items: center; }
.showcase-art--profile { aspect-ratio: 1 / 1; }
.showcase-art--story { aspect-ratio: 9 / 16; }
.showcase-art img { width: 100%; height: 100%; object-fit: contain; }

.showcase-name { margin: 14px 0 2px; font-size: 16px; font-weight: 800; letter-spacing: -0.02em; }
.showcase-meta { margin: 0; font-size: 13px; color: var(--ink-soft); }
/* `block` + `overflow-wrap: anywhere` porque o endereço da campanha é a
   única parte do card com tamanho imprevisível: o slug vem do nome do
   candidato, e um "whatsart.io/marcinhobelota" transbordava o card de
   150px do celular, saindo cortado no meio da palavra bem no elemento que
   convida a pessoa a abrir a campanha. Quebrando em duas linhas, o
   endereço continua legível inteiro em qualquer largura. */
.showcase-link { display: block; margin-top: 9px; color: var(--brand); font-size: 13px; font-weight: 700; line-height: 1.35; overflow-wrap: anywhere; }

@media (max-width: 640px) {
  .showcase-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; }
  .showcase-card { padding: 12px; border-radius: 16px; }
  .showcase-name { font-size: 14px; }
}

/* ---------------------------------------------------------------------
   Fase 2 — plano básico mensal + criação de arte como serviço avulso.

   Blocos NOVOS, adicionados no fim do arquivo de propósito: nenhuma regra
   acima muda, então a landing antiga continuaria renderizando igual se
   estes seletores sumissem. .price-addon é o cartão do serviço de design
   (R$ 89,90) que fica embaixo da grade de preço, e .steps-note é a linha
   que liga o "como funciona" a ele.
   --------------------------------------------------------------------- */
.steps-note { margin: 30px auto 0; max-width: 620px; text-align: center; color: #6b7488; font-size: 13.5px; line-height: 1.65; }
.steps-note .text-link { color: var(--brand); font-size: inherit; text-decoration: underline; text-underline-offset: 3px; }

.price-addon { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; margin-top: 46px; padding: 34px 38px; border: 1px solid #e2e6f0; border-radius: 24px; background: #fff; box-shadow: 0 18px 44px -34px rgba(16, 24, 43, .5); }
.price-addon__badge { display: inline-block; padding: 6px 12px; border-radius: 999px; background: #eef0fb; color: var(--brand-dark); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.price-addon h3 { margin: 14px 0 8px; font-size: clamp(20px, 2.2vw, 26px); line-height: 1.2; }
.price-addon p { margin: 0; max-width: 620px; color: #5b6479; font-size: 13.5px; line-height: 1.7; }
.price-addon .button { white-space: nowrap; }
.price-help { margin: 24px 0 0; text-align: center; font-size: 13px; }
.price-help a { color: var(--brand); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

.live-preview.is-story .preview-person-photo { object-position: 50% 38%; }

@media (max-width: 900px) {
  .price-addon { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
  .price-addon .button { width: 100%; }
}
