/* TOFY — Criação de sites profissionais (landing de anúncio)
   Linha TOFY: página branca em qualquer aparelho. Sem bloco prefers-color-scheme. */

.cs-skip{position:fixed;left:16px;top:-60px;z-index:100;background:var(--tofy-ink);color:var(--tofy-paper);padding:10px 16px;border-radius:0 0 8px 8px}
.cs-skip:focus{top:0}

/* ---------- Cabeçalho ---------- */
.cs-header{position:sticky;top:0;z-index:20;height:74px;background:var(--tofy-header-bg);backdrop-filter:blur(18px);border-bottom:1px solid var(--tofy-line)}
.cs-header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.cs-brand{display:inline-flex;align-items:center;gap:11px;font-weight:600;letter-spacing:.26em;font-size:14px;color:var(--tofy-ink)}
.cs-brand svg{width:26px;height:26px}
.cs-nav{display:flex;align-items:center;gap:26px;font-size:14px}
.cs-nav>a{color:var(--tofy-text-2)}
.cs-nav>a:hover{color:var(--tofy-ink)}
.cs-nav__cta{padding:10px 18px;border-radius:999px;background:var(--tofy-ink);color:var(--tofy-paper)!important;font-weight:600}
.cs-nav__cta:hover{box-shadow:var(--tofy-shadow)}

/* ---------- Botões ---------- */
.cs-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 24px;border-radius:999px;font-weight:600;font-size:15px;line-height:1.2;text-align:center;transition:transform .22s var(--tofy-ease),box-shadow .22s var(--tofy-ease),background .22s,border-color .22s}
.cs-btn svg{width:20px;height:20px;flex:none}
.cs-btn:hover{transform:translateY(-2px)}
.cs-btn--wa{background:#25D366;color:#062C17}
.cs-btn--wa:hover{background:#1FC15C;color:#062C17;box-shadow:0 12px 28px rgba(37,211,102,.32)}
.cs-btn--solid{background:var(--tofy-ink);color:var(--tofy-paper)}
.cs-btn--solid:hover{color:var(--tofy-paper);box-shadow:var(--tofy-shadow)}
.cs-btn--ghost{border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.04);color:#F4F4F6}
.cs-btn--ghost:hover{border-color:rgba(255,255,255,.6);color:#fff}
.cs-btn--outline{border:1px solid var(--tofy-line-strong);color:var(--tofy-ink)}
.cs-btn--block{width:100%}
.cs-btn--lg{min-height:58px;padding:0 30px;font-size:16px}

/* ---------- Herói ---------- */
.cs-hero{position:relative;overflow:hidden;background:#05060A;color:#F4F4F6;padding:84px 0 96px;border-bottom:1px solid #23242C}
.cs-hero::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(900px 520px at 82% 8%,rgba(46,91,255,.28),transparent 62%),radial-gradient(700px 460px at 6% 96%,rgba(123,147,255,.14),transparent 60%)}
.cs-hero::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.5;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(70% 70% at 50% 40%,#000,transparent 85%);-webkit-mask-image:radial-gradient(70% 70% at 50% 40%,#000,transparent 85%)}
.cs-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:1.12fr .88fr;gap:56px;align-items:start}
.cs-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 18px;font-family:var(--tofy-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#8E909B}
.cs-crumbs a{color:#8E909B}
.cs-crumbs a:hover{color:#F4F4F6}
.cs-crumbs [aria-current]{color:#D3D4DC}
.cs-kicker{margin:0;display:flex;align-items:center;gap:9px;font-family:var(--tofy-mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#A6A8B3}
.cs-dot{width:6px;height:6px;border-radius:50%;background:#6F8CFF;box-shadow:0 0 14px rgba(111,140,255,.85)}
.cs-hero h1{margin:24px 0 22px;font-size:clamp(2.6rem,5vw,4.5rem);line-height:1.02;letter-spacing:-.045em;font-weight:600;max-width:16ch}
.cs-hero h1 strong{color:#8FA6FF;font-weight:600;white-space:nowrap}
.cs-lead{margin:0;max-width:54ch;color:#B8BAC5;font-size:1.08rem;line-height:1.72}
.cs-hero__proof{list-style:none;margin:26px 0 0;padding:0;display:flex;flex-direction:column;gap:10px;font-size:14.5px;color:#D3D4DC}
.cs-hero__proof li{display:flex;align-items:flex-start;gap:10px}
.cs-hero__proof li::before{content:"✓";color:#8FA6FF;font-weight:700;line-height:1.45}
.cs-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}

/* ---------- Cartão de preço ---------- */
.cs-price-card{background:var(--tofy-surface);border:1px solid var(--tofy-line);border-radius:20px;padding:32px;color:var(--tofy-ink);box-shadow:0 24px 60px rgba(0,0,0,.45)}
.cs-price-card__tag{display:inline-flex;margin:0;padding:6px 12px;border-radius:999px;background:var(--tofy-accent-tint-2);color:var(--tofy-accent);font-family:var(--tofy-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase}
.cs-price-card__value{display:flex;align-items:baseline;gap:8px;margin:20px 0 6px}
.cs-price-card__value span{font-size:1.4rem;font-weight:600;color:var(--tofy-muted)}
.cs-price-card__value strong{font-size:4.4rem;line-height:.9;letter-spacing:-.055em;font-weight:600}
.cs-price-card__note{margin:0;font-size:13px;color:var(--tofy-muted)}
.cs-price-card__list{list-style:none;margin:22px 0 0;padding:0}
.cs-price-card__list li{position:relative;padding:11px 0 11px 26px;border-top:1px solid var(--tofy-line);font-size:14px;line-height:1.5;color:var(--tofy-text-2)}
.cs-price-card__list li::before{content:"✓";position:absolute;left:0;top:11px;color:var(--tofy-accent);font-weight:700}
.cs-price-card__monthly{margin:20px 0 0;padding:14px 16px;border-radius:12px;background:var(--tofy-surface-2);font-size:13.5px;line-height:1.55;color:var(--tofy-text-2)}
.cs-price-card__monthly strong{color:var(--tofy-ink)}
.cs-price-card .cs-btn{margin-top:16px}
.cs-price-card__fine{margin:14px 0 0;font-size:12px;line-height:1.5;color:var(--tofy-faint)}

/* ---------- Seções ---------- */
.cs-section{padding:104px 0;border-bottom:1px solid var(--tofy-line)}
.cs-section--tinted{background:var(--tofy-surface-2)}
.cs-label{margin:0;font-family:var(--tofy-mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--tofy-faint)}
.cs-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:end;margin-bottom:52px}
.cs-heading h2,.cs-faq h2,.cs-final h2{margin:18px 0 0;font-size:clamp(2rem,4.2vw,3.4rem);line-height:1.06;letter-spacing:-.042em;font-weight:600}
.cs-heading>p{margin:0;color:var(--tofy-text-2);line-height:1.72}

/* Por que ter um site */
.cs-why{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--tofy-line);border:1px solid var(--tofy-line)}
.cs-why article{background:var(--tofy-surface);padding:30px 26px}
.cs-why span{font-family:var(--tofy-mono);font-size:10px;color:var(--tofy-accent)}
.cs-why h3{margin:16px 0 10px;font-size:1.22rem;letter-spacing:-.025em}
.cs-why p{margin:0;font-size:14.5px;line-height:1.62;color:var(--tofy-text-2)}

/* O que está incluso */
.cs-included{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--tofy-line);border:1px solid var(--tofy-line)}
.cs-included li{background:var(--tofy-surface);padding:24px 20px;display:flex;flex-direction:column;gap:7px}
.cs-included strong{display:flex;align-items:baseline;gap:9px;font-size:14.5px;letter-spacing:-.01em}
.cs-included strong::before{content:"✓";color:var(--tofy-accent);font-size:13px}
.cs-included span{font-size:12.8px;line-height:1.55;color:var(--tofy-text-2)}

/* Categorias por profissão */
.cs-cats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.cs-cat{display:flex;flex-direction:column;min-height:196px;padding:22px;background:var(--tofy-surface);border:1px solid var(--tofy-line);border-radius:14px;transition:transform .22s var(--tofy-ease),border-color .22s,box-shadow .22s}
.cs-cat__num{font-family:var(--tofy-mono);font-size:10px;color:var(--tofy-faint)}
.cs-cat h3{margin:14px 0 8px;font-size:1.05rem;line-height:1.25;letter-spacing:-.02em}
.cs-cat p{margin:0;font-size:13px;line-height:1.5;color:var(--tofy-text-2)}
.cs-cat__status{margin-top:auto;padding-top:14px;border-top:1px solid var(--tofy-line-soft);font-family:var(--tofy-mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--tofy-faint)}
.cs-cat--ready{border-color:var(--tofy-accent-line);color:var(--tofy-ink)}
.cs-cat--ready:hover{transform:translateY(-3px);box-shadow:var(--tofy-shadow);color:var(--tofy-ink)}
.cs-cat__status--on{color:var(--tofy-accent)}
.cs-cats__note{margin:24px 0 0;font-size:14px;color:var(--tofy-muted)}
.cs-cats__note a{color:var(--tofy-accent);font-weight:600}

/* Investimento */
.cs-invest{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}
.cs-invest__cards,.cs-invest__scope{display:grid;gap:16px}
.cs-invest__card{padding:28px;background:var(--tofy-surface);border:1px solid var(--tofy-line);border-radius:16px}
.cs-invest__card p:last-child{margin:0;font-size:14px;line-height:1.62;color:var(--tofy-text-2)}
.cs-invest__value{display:flex;align-items:baseline;gap:8px;margin:14px 0 14px}
.cs-invest__value span{font-size:1.1rem;font-weight:600;color:var(--tofy-muted)}
.cs-invest__value strong{font-size:3.1rem;line-height:1;letter-spacing:-.05em;font-weight:600}
.cs-invest__value em{margin-left:6px;font-style:normal;font-size:13px;color:var(--tofy-muted)}
.cs-invest__card--main{background:var(--tofy-ink);border-color:var(--tofy-ink);color:var(--tofy-paper)}
.cs-invest__card--main .cs-label{color:var(--tofy-accent)}
.cs-invest__card--main .cs-invest__value span,.cs-invest__card--main .cs-invest__value em,.cs-invest__card--main p:last-child{color:var(--tofy-faint)}
.cs-scope{padding:26px;background:var(--tofy-surface);border:1px solid var(--tofy-line);border-radius:16px}
.cs-scope ul{list-style:none;margin:16px 0 0;padding:0}
.cs-scope li{position:relative;padding:11px 0 11px 26px;border-top:1px solid var(--tofy-line);font-size:14px;line-height:1.5;color:var(--tofy-text-2)}
.cs-scope li:first-child{border-top:0}
.cs-scope li::before{position:absolute;left:0;top:11px}
.cs-scope__yes li::before{content:"✓";color:var(--tofy-accent);font-weight:700}
.cs-scope__no li{color:var(--tofy-muted)}
.cs-scope__no li::before{content:"✕";color:var(--tofy-faint)}

/* Como funciona */
.cs-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cs-steps li{padding:26px;background:var(--tofy-surface);border:1px solid var(--tofy-line);border-radius:16px}
.cs-steps span{font-family:var(--tofy-mono);font-size:10px;color:var(--tofy-accent)}
.cs-steps h3{margin:14px 0 8px;font-size:1.15rem;letter-spacing:-.025em}
.cs-steps p{margin:0;font-size:14px;line-height:1.6;color:var(--tofy-text-2)}

/* Dúvidas */
.cs-faq{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}
.cs-faq__note{margin:20px 0 0;max-width:42ch;color:var(--tofy-text-2);line-height:1.7}
.cs-faq__list details{border-top:1px solid var(--tofy-line)}
.cs-faq__list details:last-child{border-bottom:1px solid var(--tofy-line)}
.cs-faq__list summary{position:relative;list-style:none;cursor:pointer;padding:22px 44px 22px 0;font-weight:600;font-size:1.05rem;line-height:1.4}
.cs-faq__list summary::-webkit-details-marker{display:none}
.cs-faq__list summary:hover{color:var(--tofy-accent)}
.cs-faq__list summary::after{content:"+";position:absolute;right:6px;top:19px;font-size:1.5rem;font-weight:400;line-height:1;color:var(--tofy-accent)}
.cs-faq__list details[open] summary::after{content:"−"}
.cs-faq__list p{margin:0 0 24px;max-width:70ch;color:var(--tofy-text-2);line-height:1.72}

/* Chamada final */
.cs-final{padding:100px 0;background:var(--tofy-ink);color:var(--tofy-paper)}
.cs-final__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:48px}
.cs-final__inner>div:first-child{max-width:640px}
.cs-final .cs-label{color:var(--tofy-accent)}
.cs-final p:last-child{margin:20px 0 0;max-width:54ch;color:var(--tofy-faint);line-height:1.72}
.cs-final__actions{display:flex;flex-wrap:wrap;gap:12px}
.cs-final .cs-btn--outline{border-color:rgba(255,255,255,.32);color:#F4F4F6}
.cs-final .cs-btn--outline:hover{border-color:#fff;color:#fff}

/* Rodapé */
.cs-footer{padding:64px 0 28px;background:var(--tofy-surface);border-top:1px solid var(--tofy-line)}
.cs-footer__grid{display:grid;grid-template-columns:1.5fr .7fr .7fr .7fr;gap:44px}
.cs-footer p{margin:14px 0 0;max-width:36ch;color:var(--tofy-muted);font-size:14px;line-height:1.6}
.cs-footer nav,.cs-footer__grid>div:last-child{display:flex;flex-direction:column;gap:10px}
.cs-footer strong{font-family:var(--tofy-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--tofy-faint);margin-bottom:4px}
.cs-footer nav a,.cs-footer__grid>div:last-child a{color:var(--tofy-text-2);font-size:14px}
.cs-footer nav a:hover,.cs-footer__grid>div:last-child a:hover{color:var(--tofy-ink)}
.cs-footer__bottom{display:flex;justify-content:space-between;margin-top:48px;padding-top:20px;border-top:1px solid var(--tofy-line);font-family:var(--tofy-mono);font-size:11px;color:var(--tofy-faint)}

/* Botão flutuante e barra fixa de conversão */
.cs-float{position:fixed;right:22px;bottom:22px;z-index:18;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:#25D366;color:#062C17;box-shadow:var(--tofy-shadow)}
.cs-float svg{width:28px;height:28px;display:block}
.cs-bar{display:none}
.cs-bar[hidden]{display:none!important}

@media(max-width:1180px){
  .cs-included{grid-template-columns:repeat(4,1fr)}
  .cs-cats{grid-template-columns:repeat(4,1fr)}
}

@media(max-width:1000px){
  .cs-hero__grid{grid-template-columns:1fr;gap:40px}
  .cs-price-card{max-width:520px}
  .cs-why{grid-template-columns:repeat(2,1fr)}
  .cs-steps{grid-template-columns:repeat(2,1fr)}
  .cs-cats{grid-template-columns:repeat(3,1fr)}
  .cs-heading{grid-template-columns:1fr;gap:20px;align-items:start}
  .cs-invest{grid-template-columns:1fr}
  .cs-faq{grid-template-columns:1fr;gap:40px}
  .cs-final__inner{flex-direction:column;align-items:flex-start}
}

@media(max-width:860px){
  .cs-nav>a:not(.cs-nav__cta){display:none}
  .cs-section{padding:76px 0}
  .cs-hero{padding:60px 0 72px}
  .cs-included{grid-template-columns:repeat(2,1fr)}
  .cs-cats{grid-template-columns:repeat(2,1fr)}
  /* barra fixa de conversão substitui o botão redondo no celular */
  .cs-float{display:none}
  .cs-bar{position:fixed;left:0;right:0;bottom:0;z-index:19;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:var(--tofy-surface);border-top:1px solid var(--tofy-line);box-shadow:0 -8px 24px rgba(17,17,20,.10)}
  .cs-bar__price{display:flex;flex-direction:column;line-height:1.15}
  .cs-bar__price strong{font-size:1.15rem;letter-spacing:-.02em}
  .cs-bar__price span{font-size:11.5px;color:var(--tofy-muted)}
  .cs-bar .cs-btn{min-height:46px;padding:0 20px;font-size:14.5px}
  body{padding-bottom:80px}
  body.tofy-travado .cs-bar{display:none}
}

@media(max-width:640px){
  :root{--tofy-gutter:20px}
  .cs-header{height:68px}
  .cs-hero h1{font-size:2.5rem;max-width:none}
  .cs-lead{font-size:1rem}
  .cs-hero__actions{flex-direction:column;align-items:stretch}
  .cs-hero__actions .cs-btn{width:100%}
  .cs-price-card{padding:26px 22px}
  .cs-price-card__value strong{font-size:3.6rem}
  .cs-why{grid-template-columns:1fr}
  .cs-included{grid-template-columns:1fr}
  .cs-steps{grid-template-columns:1fr}
  .cs-cats{grid-template-columns:1fr}
  .cs-cat{min-height:0}
  .cs-invest__card,.cs-scope{padding:22px}
  .cs-final{padding:76px 0}
  .cs-final__actions{width:100%;flex-direction:column;align-items:stretch}
  .cs-footer__grid{grid-template-columns:1fr;gap:32px}
  .cs-footer__bottom{flex-wrap:wrap;gap:12px}
  .cs-faq__list summary{font-size:1rem;padding-right:36px}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important}
  .cs-btn:hover,.cs-cat--ready:hover{transform:none}
}
