.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#171717;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   Studio Boneco — CSS (escopo .sb-landing)
   - Poppins nos títulos (h1–h3); eyebrows mantidas.
   - FAQ com setas ↓/↑ (sem JS).
   - Calculadora com botões SVG (+/−), limite 0–10, total 0 se tudo zerado.
   - Links azuis legíveis.
   ========================================================= */

/* Fonte para TÍTULOS */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700;800;900&display=swap");

/* ============ Base & Tokens ============ */
.sb-landing{
  --bg-dark:#0B0B0F;
  --brand-orange:#FFA62B;
  --brand-purple:#6E40FF;
  --muted:#8b93a7;
  --surface:#ffffff;
  --surface-2:#f6f7fb;
  --radius:16px;
  --r-card:18px;
  --r-img:12px;
  --header-h:64px;
  --link:#3B82F6; --link-hover:#2563EB;
  --link-dark:#60A5FA; --link-dark-hover:#93C5FD;

  font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  background:var(--bg-dark);
  color:#111;
}
.sb-landing *, .sb-landing *::before, .sb-landing *::after{ box-sizing:border-box; }
.sb-landing a{ color:inherit; text-decoration:none; }
.sb-landing .sb-wrap{ max-width:1100px; margin-inline:auto; padding:16px; }
@media (min-width:768px){ .sb-landing .sb-wrap{ padding:20px; } }

.sb-landing .sb-grid{ display:grid; gap:18px; }
.sb-landing .sb-grid-2{ grid-template-columns:1fr; }
@media (min-width:900px){ .sb-landing .sb-grid-2{ grid-template-columns:1.1fr .9fr; } }

.sb-landing .sb-eyebrow{ letter-spacing:.08em; text-transform:uppercase; font-size:.75rem; color:var(--muted); }
.sb-landing .sb-ghost{ color:#7d8699; opacity:.9; }
.sb-landing .sb-anchor{ scroll-margin-top:calc(var(--header-h) + 20px); }

/* ============ Títulos (Poppins) ============ */
.sb-landing :where(h1,h2,h3){
  font-family:"Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height:1.15; letter-spacing:-0.01em; margin:6px 0 12px;
}
.sb-landing h1{ font-weight:900; }
.sb-landing h2, .sb-landing h3{ font-weight:800; }

/* ============ Botões ============ */
.sb-landing .sb-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:14px 18px; border-radius:999px; font-weight:700; border:0; cursor:pointer;
  background:linear-gradient(135deg,var(--brand-orange),var(--brand-purple));
  color:#fff; box-shadow:0 8px 24px rgba(110,64,255,.25);
  transition:transform .08s ease, box-shadow .2s ease; touch-action:manipulation;
}
.sb-landing .sb-btn.sb-full{ width:100%; }
.sb-landing .sb-btn:active{ transform:translateY(1px); }

/* ============ Header (menu sanduíche) ============ */
.sb-landing .sb-header{
  position:sticky; top:0; z-index:40; background:rgba(11,11,15,.86);
  backdrop-filter:blur(8px); border-bottom:1px solid rgba(255,255,255,.06);
}
.sb-landing .sb-header-inner{ display:flex; align-items:center; justify-content:space-between; gap:10px; min-height:var(--header-h); }
.sb-landing .sb-brand{ display:flex; align-items:center; gap:10px; color:#fff; text-decoration:none; font-weight:800; }
.sb-landing .sb-logo{ display:none !important; }
.sb-landing .sb-logo-img{ width:40px; height:40px; border-radius:10px; object-fit:contain; display:block; }

.sb-landing .sb-menu-toggle{ position:absolute; opacity:0; pointer-events:none; }
.sb-landing .sb-burger{
  display:inline-flex; width:42px; height:42px; align-items:center; justify-content:center;
  border:1px solid rgba(255,255,255,.15); border-radius:999px; cursor:pointer;
}
.sb-landing .sb-burger span, .sb-landing .sb-burger span::before, .sb-landing .sb-burger span::after{
  content:""; display:block; width:20px; height:2px; background:#e5e7eb; border-radius:2px; transition:.2s;
}
.sb-landing .sb-burger span::before{ transform:translateY(-6px); }
.sb-landing .sb-burger span::after{ transform:translateY(6px); }

.sb-landing .sb-nav{ display:flex; gap:8px; }
.sb-landing .sb-nav a{ color:#cfd3df; font-weight:600; font-size:.95rem; padding:10px 12px; border-radius:10px; white-space:nowrap; }
.sb-landing .sb-nav a:hover{ background:rgba(255,255,255,.06); }

@media (max-width:900px){
  .sb-landing .sb-nav{
    position:fixed; top:calc(var(--header-h) + 6px); left:0; right:0;
    background:rgba(11,11,15,.98); border-top:1px solid rgba(255,255,255,.06);
    display:block; max-height:0; overflow:hidden; padding:0 16px;
    transition:max-height .25s ease, padding .2s ease;
  }
  .sb-landing .sb-nav a{ display:block; padding:14px 12px; font-size:1rem; border-radius:12px; }
  .sb-landing .sb-menu-toggle:checked ~ .sb-nav{ max-height:60vh; padding:10px 16px 16px; }
  .sb-landing .sb-menu-toggle:checked + .sb-burger span{ background:transparent; }
  .sb-landing .sb-menu-toggle:checked + .sb-burger span::before{ transform:rotate(45deg); }
  .sb-landing .sb-menu-toggle:checked + .sb-burger span::after{ transform:rotate(-45deg); }
}
@media (min-width:901px){ .sb-landing .sb-burger{ display:none; } }

/* ============ Hero ============ */
.sb-landing .sb-hero{ color:#fff; padding-block:18px 28px; padding-inline:clamp(16px,4vw,20px); }
.sb-landing .sb-hero h1{ margin:12px 0 10px; font-size:1.8rem; }
@media (min-width:900px){ .sb-landing .sb-hero h1{ font-size:2.8rem; } }
@media (max-width:768px){ .sb-landing .sb-hero h1{ font-size:1.55rem; } }
.sb-landing .sb-hero .sb-eyebrow{ display:block; text-align:center; }
.sb-landing .sb-hero p{ color:#d1d5db; margin:0 0 16px; }
.sb-landing .sb-actions{ display:flex; gap:10px; flex-wrap:wrap; justify-content:center; }
.sb-landing .sb-hero-img{ display:block; width:100%; height:auto; border-radius:var(--radius); }
.sb-landing .sb-cta-mobile{ display:none; }
@media (max-width:768px){
  .sb-landing .sb-actions{ display:none; }
  .sb-landing .sb-cta-mobile{ display:inline-flex; width:100%; margin-top:8px; }
  .sb-landing .sb-hero-img{ margin-top:8px; }
}

/* ============ Section base ============ */
.sb-landing .sb-section{ background:var(--surface); color:#111; border-radius:24px; padding:20px; margin:16px 0; }
@media (min-width:900px){ .sb-landing .sb-section{ padding:34px; } }
@media (max-width:768px){ .sb-landing .sb-section{ padding:16px; margin:12px 0; } }

/* ============ Passo a passo ============ */
.sb-landing .sb-steps{ display:grid; gap:14px; }
@media (min-width:720px){ .sb-landing .sb-steps{ grid-template-columns:repeat(3,1fr); } }
.sb-landing .sb-step{ background:var(--surface-2); border:1px solid #eceff7; border-radius:var(--r-card); padding:18px; text-align:center; }
.sb-landing .sb-step .sb-n{
  width:34px; height:34px; border-radius:10px; color:#fff; font-weight:800; display:grid; place-items:center; margin:0 auto 10px;
  background:linear-gradient(135deg,var(--brand-orange),var(--brand-purple));
}
.sb-landing .sb-step-image{ display:block; margin:12px 0; border-radius:var(--r-img); overflow:hidden; box-shadow:0 0 0 1px #eceff7 inset; }
.sb-landing .sb-step-image img{ width:100%; height:auto; display:block; border-radius:inherit; }
.sb-landing .sb-step h4{ margin:10px 0 6px; font-size:1.1rem; }
@media (max-width:768px){ .sb-landing .sb-step{ padding:14px; } .sb-landing .sb-step h4{ font-size:1rem; } .sb-landing .sb-step p{ font-size:.9rem; } }

/* ============ Depoimentos / Carrossel ============ */
.sb-landing .sb-carousel{ position:relative; }
.sb-landing .sb-track{ display:grid; grid-auto-flow:column; grid-auto-columns:88%; gap:14px; overflow:auto; scroll-snap-type:x mandatory; padding-bottom:6px; scrollbar-width:none; }
.sb-landing .sb-track::-webkit-scrollbar{ display:none; }
@media (min-width:900px){ .sb-landing .sb-track{ grid-auto-columns:32%; } }
@media (max-width:768px){ .sb-landing .sb-track{ grid-auto-columns:85%; } }
.sb-landing .sb-card{ scroll-snap-align:start; background:#fff; border:1px solid #eceff7; border-radius:var(--r-card); padding:18px; display:grid; gap:12px; }
.sb-landing .sb-depo-img{ width:100%; aspect-ratio:3/4; object-fit:cover; border-radius:var(--r-img); display:block; margin-bottom:10px; }
.sb-landing .sb-stars{ color:#f59e0b; }
.sb-landing .sb-ctrl{ position:absolute; inset:0; display:flex; align-items:center; justify-content:space-between; pointer-events:none; }
.sb-landing .sb-ctrl button{ pointer-events:auto; border:0; border-radius:999px; width:44px; height:44px; background:rgba(255,255,255,.9); box-shadow:0 6px 16px rgba(0,0,0,.13); font-size:18px; font-weight:700; }
@media (max-width:768px){ .sb-landing .sb-card{ padding:14px; } .sb-landing .sb-card p{ font-size:.9rem; } .sb-landing .sb-ctrl button{ width:36px; height:36px; font-size:16px; } }

/* ============ Calculadora (contadores + SVG) ============ */
.sb-landing .sb-calc{ display:grid; gap:16px; background:var(--surface-2); border:1px solid #eceff7; padding:18px; border-radius:var(--r-card); }
.sb-landing .sb-row{ display:grid; gap:8px; }
.sb-landing .sb-row label{ font-weight:700; }

.sb-landing .sb-counter{ display:flex; align-items:center; gap:10px; }
.sb-landing .sb-counter-input{
  width:110px; text-align:center; padding:12px 14px;
  border:1px solid #dfe3ec; border-radius:12px; background:#fff; font-weight:700;
}
.sb-landing .sb-counter-btn{
  display:grid; place-items:center;
  width:44px; height:44px; border-radius:12px;
  border:1px solid #dfe3ec; background:#fff; color:#111;
  touch-action:manipulation; cursor:pointer;
}
.sb-landing .sb-counter-btn svg{ width:20px; height:20px; display:block; }
.sb-landing .sb-counter-btn:disabled{ opacity:.45; cursor:not-allowed; }

.sb-landing .sb-total{ background:#fff; border:1px solid #e7eaf3; border-radius:16px; padding:14px; display:grid; gap:8px; }
.sb-landing .sb-total .sb-rowline{ display:flex; justify-content:space-between; align-items:center; }
.sb-landing .sb-total strong{ font-size:1.25rem; }
.sb-landing .sb-note{ color:var(--muted); font-size:.9rem; }
.sb-landing .sb-frete-note{ color:var(--muted); font-size:.85rem; margin-left:8px; }

@media (max-width:768px){
  .sb-landing .sb-calc{ padding:14px; gap:12px; }
  .sb-landing .sb-counter-input{ width:100%; }
  .sb-landing .sb-total{ padding:12px; }
}

/* ============ FAQ (accordion com setas) ============ */
.sb-landing .sb-faq{ display:grid; gap:10px; margin-top:12px; }
.sb-landing .sb-faq-item{ border:1px solid #eceff7; background:var(--surface-2); border-radius:var(--r-card); overflow:hidden; }
.sb-landing .sb-faq-q{ list-style:none; cursor:pointer; user-select:none; display:flex; align-items:center; gap:10px; padding:14px 16px; font-weight:700; position:relative; }
.sb-landing .sb-faq-q::-webkit-details-marker{ display:none; }
.sb-landing .sb-faq-q::after{ content:'\25BE'; margin-left:auto; font-size:1rem; line-height:1; color:#666; } /* ▾ */
.sb-landing .sb-faq-item[open] .sb-faq-q{ border-bottom:1px solid #e7eaf3; }
.sb-landing .sb-faq-item[open] .sb-faq-q::after{ content:'\25B4'; } /* ▴ */
.sb-landing .sb-faq-a{ max-height:0; overflow:hidden; padding:0 16px; transition:max-height .25s ease, padding .2s ease; color:#333; }
.sb-landing .sb-faq-item[open] .sb-faq-a{ max-height:300px; padding:12px 16px 14px; }

/* ============ Links azuis legíveis ============ */
.sb-landing .sb-section a:not(.sb-btn),
.sb-landing .sb-hero a:not(.sb-btn),
.sb-landing .sb-faq a:not(.sb-btn){ color:var(--link); text-decoration:underline; text-underline-offset:2px; }
.sb-landing .sb-section a:not(.sb-btn):hover,
.sb-landing .sb-hero a:not(.sb-btn):hover,
.sb-landing .sb-faq a:not(.sb-btn):hover{ color:var(--link-hover); }
.sb-landing .sb-footer p a, .sb-landing .sb-wa{ color:var(--link-dark); text-decoration:underline; text-underline-offset:2px; }
.sb-landing .sb-footer p a:hover, .sb-landing .sb-wa:hover{ color:var(--link-dark-hover); }

/* ============ Footer ============ */
.sb-landing .sb-footer{ color:#cbd5e1; padding:28px 0; }
.sb-landing .sb-footer-grid{ display:grid; gap:18px; }
@media (min-width:900px){ .sb-landing .sb-footer-grid{ grid-template-columns:1fr .9fr 1fr; align-items:start; } }
.sb-landing .sb-footer-brand{ display:flex; align-items:center; gap:10px; color:#fff; }
.sb-landing .sb-footer-links{ display:grid; gap:8px; grid-template-columns:1fr 1fr; }
@media (min-width:900px){ .sb-landing .sb-footer-links{ grid-template-columns:1fr 1fr 1fr; } }
.sb-landing .sb-footer-links a{ padding:8px 10px; border-radius:10px; color:#cfd3df; }
.sb-landing .sb-footer-links a:hover{ background:rgba(255,255,255,.06); }
.sb-landing .sb-footer-company{ font-size:.9rem; color:var(--muted); }
.sb-landing .sb-footer-company h4{ margin:0 0 6px; font-size:.9rem; font-weight:700; color:var(--muted); }
.sb-landing .sb-company-legal{ list-style:none; margin:0; padding:0; display:grid; gap:4px; color:var(--muted); }
.sb-landing .sb-company-legal li{ line-height:1.4; }
@media (min-width:900px){ .sb-landing .sb-footer-company{ font-size:.875rem; } }
.sb-landing .sb-footer-div{ border:0; border-top:1px solid rgba(255,255,255,.08); margin:18px 0; }
.sb-landing .sb-footer-bottom{ display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap; }/* End custom CSS */