:root {
  --ink: #191614;
  --ink-soft: #302923;
  --paper: #f5f2ec;
  --paper-deep: #ece5da;
  --mocha: #a47963;
  --rust: #c65331;
  --rust-dark: #9f3e22;
  --brass: #bb985d;
  --line: rgba(25, 22, 20, .13);
  --display: "Fraunces", Georgia, serif;
  --body: Inter, Arial, sans-serif;
  --container: 1180px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: var(--display); letter-spacing: -.035em; line-height: 1.04; }
.container { width: min(var(--container), calc(100% - 40px)); margin: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; background: var(--rust); color: #fff; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; height: 76px; background: rgba(245,242,236,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.brand img { width: 101px; height: auto; }
.brand-bear { height: 55px; width: 42px; object-fit: contain; object-position: center bottom; margin-bottom: -8px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(17px,2vw,30px); font-size: .9rem; font-weight: 600; }
.desktop-nav a:not(.button) { padding: 8px 0; position: relative; }
.desktop-nav a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 0; height: 2px; background: var(--rust); transition: width .25s var(--ease); }
.desktop-nav a:not(.button):hover::after,.desktop-nav .active::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s; }
.mobile-menu { display: none; }

/* General */
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 12px 19px; border: 1px solid transparent; border-radius: 4px; font-size: .91rem; font-weight: 700; transition: transform .2s var(--ease), background .2s var(--ease); white-space: nowrap; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--rust); }
.button-primary:hover { background: var(--rust-dark); }
.button-secondary { border-color: var(--ink); }
.button-secondary:hover { background: var(--ink); color: var(--paper); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; color: var(--rust); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.section { padding: clamp(68px,9vw,126px) 0; }
.section-dark { background: var(--ink); color: var(--paper); }
.section-head { max-width: 710px; margin-bottom: clamp(32px,5vw,58px); }
.section-head h2 { margin-bottom: 16px; font-size: clamp(2.2rem,5vw,4rem); }
.section-head p { max-width: 60ch; color: color-mix(in srgb, currentColor 68%, transparent); }
.section-dark .eyebrow { color: var(--brass); }
.section-dark .button-secondary { border-color: var(--paper); color: var(--paper); }
.section-dark .button-secondary:hover { background: var(--paper); color: var(--ink); }

/* Hero */
.hero { position: relative; min-height: min(780px, calc(100svh - 76px)); overflow: clip; background: radial-gradient(circle at 85% 28%, #e9dfd1 0, transparent 34%), var(--paper); }
.hero::after { content:""; position:absolute; inset:0; pointer-events:none; opacity:.34; background-image: radial-gradient(#9b8979 .7px, transparent .8px); background-size: 18px 18px; mask-image: linear-gradient(90deg, transparent 0, black 45%, black 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .95fr) minmax(410px, 1.05fr); min-height: inherit; align-items: center; }
.hero-copy { padding: clamp(65px,9vw,130px) 0; }
.hero h1 { margin-bottom: 20px; font-size: clamp(3.4rem,6.8vw,6.35rem); }
.hero h1 em { color: var(--rust); font-weight: 600; }
.hero-lead { max-width: 49ch; margin-bottom: 28px; font-size: clamp(1.04rem,1.5vw,1.18rem); color: var(--ink-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: block; margin-top: 16px; color: #766b61; font-size: .79rem; }
.hero-visual { position: relative; align-self: stretch; min-height: 520px; isolation: isolate; }
.hero-visual::before { content:""; position:absolute; width: 68%; aspect-ratio:1; left:14%; top:15%; border:1px solid rgba(187,152,93,.45); border-radius:50%; box-shadow: 0 0 0 40px rgba(187,152,93,.08), 0 0 0 105px rgba(187,152,93,.04); }
.hero-mascot { position: absolute; z-index: 2; bottom: 0; left: 50%; width: min(440px, 92%); transform: translateX(-47%); filter: drop-shadow(0 28px 32px rgba(39,26,18,.23)); }
.particle-field { position: absolute; z-index: 1; inset: 0; width:100%; height:100%; pointer-events:none; }
.hero-label { position:absolute; z-index:3; right:4%; top:20%; width:132px; padding:11px 12px; background:rgba(245,242,236,.86); border:1px solid rgba(25,22,20,.14); font-size:.7rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }

/* Service grid */
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.service-card { min-height: 305px; padding: 28px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background: rgba(255,255,255,.18); transition: background .2s ease, transform .2s ease; }
.service-card:hover { background:#fffaf4; transform:translateY(-4px); }
.service-index { display:block; margin-bottom:54px; color:var(--rust); font-size:.75rem; font-weight:800; }
.service-card h3 { margin-bottom:13px; font-size:1.65rem; }
.service-card p { margin:0; color:#6c625a; font-size:.94rem; }

/* Cases */
.case-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.case-card { display:flex; min-height:280px; flex-direction:column; justify-content:space-between; padding:25px; border:1px solid rgba(245,242,236,.17); background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.01)); transition: transform .2s var(--ease), background .2s var(--ease); }
.case-card:hover { transform:translateY(-4px); background:rgba(255,255,255,.1); }
.case-type { color:var(--brass); font-size:.68rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.case-card h3 { margin:12px 0 7px; font-size:2rem; }
.case-card p { margin:0; color:#c7beb4; font-size:.9rem; }
.case-link { margin-top:24px; color:#fff; font-size:.84rem; font-weight:700; }
.case-link::after { content:' ↗'; color:var(--brass); }

/* Split and process */
.split { display:grid; grid-template-columns: .86fr 1.14fr; gap: clamp(34px,8vw,110px); align-items:start; }
.split-sticky { position:sticky; top:105px; }
.split h2 { font-size:clamp(2.3rem,4.4vw,4.2rem); }
.claim { margin-top:23px; color:var(--rust); font-family:var(--display); font-size:1.45rem; font-style:italic; }
.process-list { border-top:1px solid var(--line); }
.process-item { display:grid; grid-template-columns:60px 1fr; gap:18px; padding:25px 0; border-bottom:1px solid var(--line); }
.process-no { color:var(--rust); font-weight:800; }
.process-item h3 { margin-bottom:7px; font-size:1.55rem; }
.process-item p { margin:0; color:#6c625a; }

/* CTA and FAQ */
.final-cta { text-align:center; background:linear-gradient(145deg,#2c241e,#161311); color:var(--paper); }
.final-cta .container { max-width:820px; }
.final-cta h2 { margin:0 auto 19px; font-size:clamp(2.7rem,6vw,5.25rem); }
.final-cta p { max-width:57ch; margin:0 auto 28px; color:#c7beb4; }
.final-actions { display:flex; justify-content:center; flex-wrap:wrap; gap:12px; }
.faq-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:0 42px; border-top:1px solid var(--line); }
.faq-item { padding:24px 0; border-bottom:1px solid var(--line); }
.faq-item h3 { margin-bottom:9px; font-family:var(--body); font-size:1rem; letter-spacing:0; }
.faq-item p { margin:0; color:#6c625a; font-size:.91rem; }

/* Portfolio / internal pages */
.page-hero { padding:clamp(75px,10vw,135px) 0 clamp(50px,7vw,90px); background:var(--paper-deep); }
.page-hero h1 { max-width:820px; margin-bottom:17px; font-size:clamp(3rem,6vw,5.5rem); }
.page-hero p { max-width:60ch; margin:0; color:#645b54; font-size:1.1rem; }
.portfolio-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.portfolio-card { display:flex; min-height:260px; flex-direction:column; justify-content:space-between; padding:26px; border:1px solid var(--line); background:#fffdf9; }
.portfolio-card:hover { border-color:var(--mocha); }
.portfolio-card h2 { margin:8px 0; font-size:1.9rem; }
.portfolio-card p { margin:0; color:#6c625a; font-size:.92rem; }
.portfolio-card a { color:var(--rust); font-weight:800; font-size:.86rem; }
.contact-grid { display:grid; grid-template-columns:.86fr 1.14fr; gap:65px; }
.contact-card { padding:30px; background:#fffdf9; border:1px solid var(--line); }
.contact-card h2 { font-size:2.2rem; }
.contact-card dl { margin:24px 0 0; }
.contact-card dt { margin-top:16px; color:#746a61; font-size:.7rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.contact-card dd { margin:3px 0 0; font-size:1.08rem; font-weight:700; }

/* Footer */
.site-footer { padding:55px 0 22px; background:#11100f; color:var(--paper); }
.footer-main { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px; padding-bottom:42px; border-bottom:1px solid rgba(245,242,236,.14); }
.footer-brand img { width:130px; filter:invert(1); }
.footer-brand p { margin:16px 0 0; color:#b4a99e; }
.footer-nav { display:flex; flex-direction:column; gap:8px; color:#d2c9be; }
.footer-contact { color:#d2c9be; }
.footer-contact a { color:var(--brass); font-family:var(--display); font-size:1.3rem; }
.footer-bottom { display:flex; justify-content:space-between; gap:18px; padding-top:18px; color:#8a8076; font-size:.75rem; }

@media (max-width: 960px) {
  .desktop-nav { display:none; }
  .menu-toggle { display:block; }
  .mobile-menu { position:fixed; inset:76px 0 auto; z-index:98; display:block; padding:20px; background:var(--ink); color:var(--paper); transform:translateY(-130%); opacity:0; pointer-events:none; transition:.25s var(--ease); }
  .mobile-menu.is-open { transform:translateY(0); opacity:1; pointer-events:auto; }
  .mobile-menu a { display:block; padding:13px 0; border-bottom:1px solid rgba(245,242,236,.12); font:1.3rem var(--display); }
  .mobile-menu .button { margin-top:18px; border:0; font:700 .92rem var(--body); }
  .hero-grid { grid-template-columns:1fr 1fr; }
  .hero-visual { min-height:470px; }
  .service-grid,.case-grid,.portfolio-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 680px) {
  .container { width:min(100% - 32px,var(--container)); }
  .site-header { height:68px; }
  .mobile-menu { inset:68px 0 auto; }
  .brand img { width:91px; }
  .brand-bear { display:none; }
  .hero { min-height:auto; }
  .hero-grid { display:block; }
  .hero-copy { padding:58px 0 22px; }
  .hero h1 { font-size:clamp(3rem,14vw,4.4rem); }
  .hero-visual { min-height:355px; margin:0 -16px; }
  .hero-mascot { width:260px; transform:translateX(-50%); }
  .hero-visual::before { top:13%; left:17%; width:65%; }
  .hero-label { right:10%; top:10%; font-size:.58rem; }
  .hero-actions { display:grid; grid-template-columns:1fr; }
  .hero-actions .button { width:100%; }
  .section { padding:62px 0; }
  .section-head h2 { font-size:2.45rem; }
  .service-grid,.case-grid,.portfolio-grid,.faq-grid,.split,.contact-grid { grid-template-columns:1fr; }
  .service-card { min-height:auto; padding:24px; }
  .service-index { margin-bottom:34px; }
  .case-card { min-height:230px; }
  .split-sticky { position:static; }
  .footer-main { grid-template-columns:1fr; gap:30px; }
  .footer-bottom { display:block; }
  .footer-bottom p + p { margin-top:6px; }
}

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

/* ==========================================================
   DESKTOP REFINEMENT — 8URSOS
   Escopo intencional: somente navegadores desktop (> 960px).
   As regras mobile existentes permanecem intocadas.
   ========================================================== */
@media (min-width: 961px) {
  :root {
    --container: 1200px;
  }

  body {
    overflow-x: clip;
  }

  .container {
    width: min(var(--container), calc(100% - 64px));
  }

  /* Header: identidade mais limpa e mascote totalmente contido */
  .site-header {
    height: 78px;
  }

  .header-inner {
    gap: 30px;
  }

  .brand {
    gap: 12px;
    min-width: 166px;
  }

  .brand img:not(.brand-bear) {
    width: 108px;
  }

  .brand-bear {
    width: 43px;
    height: 48px;
    margin: 0;
    object-fit: contain;
    object-position: center bottom;
    align-self: flex-end;
  }

  .desktop-nav {
    margin-left: auto;
    gap: clamp(18px, 1.55vw, 27px);
    font-size: .875rem;
  }

  .desktop-nav .button {
    min-height: 44px;
    padding-inline: 18px;
  }

  /* Hero: mais editorial, com equilíbrio entre copy e mascote */
  .hero {
    min-height: min(760px, calc(100vh - 78px));
    background:
      radial-gradient(circle at 78% 31%, rgba(226, 213, 196, .9) 0, rgba(233, 223, 209, .68) 18%, transparent 37%),
      var(--paper);
  }

  .hero::after {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.15) 36%, #000 56%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.15) 36%, #000 56%, #000 100%);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
    column-gap: clamp(34px, 4vw, 70px);
  }

  .hero-copy {
    max-width: 630px;
    padding: 88px 0 96px;
  }

  .hero .eyebrow {
    margin-bottom: 18px;
  }

  .hero h1 {
    max-width: 610px;
    margin-bottom: 22px;
    font-size: clamp(4.55rem, 5.5vw, 5.75rem);
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
  }

  .hero-lead {
    max-width: 53ch;
    margin-bottom: 30px;
    font-size: 1.06rem;
    line-height: 1.58;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .button {
    min-height: 46px;
    padding-inline: 20px;
  }

  .hero-note {
    margin-top: 15px;
    font-size: .76rem;
  }

  .hero-visual {
    min-height: 600px;
  }

  .hero-visual::before {
    width: 64%;
    left: 18%;
    top: 16%;
    box-shadow:
      0 0 0 36px rgba(187,152,93,.075),
      0 0 0 92px rgba(187,152,93,.035);
  }

  .hero-mascot {
    width: min(408px, 82%);
    left: 55%;
    transform: translateX(-50%);
    filter: drop-shadow(0 24px 28px rgba(39,26,18,.19));
  }

  .hero-label {
    right: 1%;
    top: 22%;
    width: 126px;
    padding: 10px 11px;
    font-size: .66rem;
    line-height: 1.35;
  }

  /* Ritmo vertical e títulos */
  .section {
    padding: clamp(82px, 7.2vw, 112px) 0;
  }

  .section-head {
    max-width: 790px;
    margin-bottom: clamp(38px, 4vw, 52px);
  }

  .section-head h2 {
    max-width: 780px;
    font-size: clamp(2.8rem, 4.15vw, 3.65rem);
    line-height: 1.01;
  }

  .section-head p {
    font-size: .98rem;
    line-height: 1.65;
  }

  /* Serviços */
  .service-card {
    min-height: 288px;
    padding: 30px;
  }

  .service-index {
    margin-bottom: 48px;
  }

  .service-card h3 {
    font-size: 1.72rem;
  }

  /* Cases */
  .case-grid {
    gap: 18px;
  }

  .case-card {
    min-height: 262px;
    padding: 27px;
  }

  .case-card h3 {
    font-size: 2.08rem;
  }

  /* Processo */
  .split {
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(70px, 7vw, 104px);
  }

  .split-sticky {
    top: 118px;
  }

  .split h2 {
    font-size: clamp(3rem, 3.8vw, 3.8rem);
    line-height: 1;
  }

  .process-item {
    padding: 28px 0;
  }

  /* FAQ */
  .faq-grid {
    column-gap: 58px;
  }

  .faq-item {
    padding: 26px 0;
  }

  /* Páginas internas */
  .page-hero {
    padding: 104px 0 78px;
  }

  .page-hero h1 {
    max-width: 920px;
    margin-bottom: 20px;
    font-size: clamp(4rem, 5.4vw, 5.15rem);
    line-height: .99;
  }

  .page-hero p {
    max-width: 64ch;
    font-size: 1.04rem;
    line-height: 1.65;
  }

  .portfolio-grid {
    gap: 18px;
  }

  .portfolio-card {
    min-height: 242px;
    padding: 28px;
    transition: transform .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
  }

  .portfolio-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(46, 36, 29, .07);
  }

  .contact-grid {
    grid-template-columns: .9fr 1.1fr;
    gap: 82px;
    align-items: start;
  }

  .contact-card {
    padding: 34px;
  }

  /* CTA final e rodapé */
  .final-cta h2 {
    font-size: clamp(3.65rem, 5vw, 4.85rem);
  }

  .site-footer {
    padding-top: 60px;
  }

  .footer-main {
    grid-template-columns: 1.45fr .9fr 1fr;
    gap: 54px;
  }
}

/* Desktop compacto: mantém navegação confortável em 1024–1279px. */
@media (min-width: 961px) and (max-width: 1279px) {
  .container {
    width: min(100% - 44px, 1160px);
  }

  .brand {
    min-width: 145px;
    gap: 8px;
  }

  .brand img:not(.brand-bear) {
    width: 96px;
  }

  .brand-bear {
    width: 38px;
    height: 43px;
  }

  .desktop-nav {
    gap: 14px;
    font-size: .81rem;
  }

  .desktop-nav .button {
    padding-inline: 13px;
    font-size: .82rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
    column-gap: 26px;
  }

  .hero h1 {
    font-size: clamp(4.1rem, 6.25vw, 5rem);
  }

  .hero-mascot {
    width: min(380px, 84%);
  }
}

/* ==========================================================
   V2 — DESKTOP FIRST / MARCA OFICIAL / CONVERSAO
   ========================================================== */
.brand-logo { object-fit: contain; }
.registered-mark { font-family: Arial, sans-serif; font-weight: 700; line-height: 1; }
.footer-brand-lockup { display: inline-flex; align-items: flex-start; gap: 2px; }
.footer-brand-lockup sup { font: 700 .62rem/1 Arial, sans-serif; }

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 250;
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.whatsapp-float img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 14px 34px rgba(0,0,0,.27); }

.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; color: #645b54; font-size: .72rem; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--rust); }

.commercial-section { background: #fbf8f2; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-card { min-height: 270px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.48); }
.value-card > span { color: var(--rust); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.value-card h3 { margin: 56px 0 12px; font-size: 1.65rem; }
.value-card p { margin: 0; color: #6c625a; font-size: .91rem; }

.section-accent { background: var(--paper-deep); }
.result-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(60px,7vw,110px); align-items: start; }
.result-split h2 { max-width: 650px; font-size: clamp(3rem,4.3vw,4.25rem); }
.conversion-list { border-top: 1px solid var(--line); }
.conversion-list article { display: grid; grid-template-columns: 150px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.conversion-list strong { color: var(--rust); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.conversion-list span { color: #554d47; }
.big-copy { max-width: 58ch; color: #554d47; font-size: 1.08rem; line-height: 1.75; }

.section-action { margin: 28px 0 0; }
.technology-section { background: #efe9df; }
.tech-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(62px,7vw,105px); align-items: start; }
.tech-copy { position: sticky; top: 118px; }
.tech-copy h2 { max-width: 620px; font-size: clamp(3rem,4.2vw,4rem); }
.tech-copy p { max-width: 50ch; color: #655b53; }
.text-link { display: inline-block; margin-top: 18px; color: var(--rust-dark); font-size: .86rem; font-weight: 800; border-bottom: 1px solid currentColor; }
.tech-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.tech-grid article { min-height: 230px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.32); }
.tech-grid article > span { color: var(--rust); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tech-grid h3 { margin: 45px 0 9px; font-size: 1.45rem; }
.tech-grid p { margin: 0; color: #6c625a; font-size: .88rem; }

.institutional-section { background: #fffdf9; }
.authority-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(65px,8vw,120px); align-items: start; }
.authority-grid h2 { max-width: 650px; font-size: clamp(3rem,4.25vw,4.15rem); }
.authority-copy > p { max-width: 62ch; color: #5e554e; font-size: 1.03rem; line-height: 1.78; }
.authority-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 32px 0 8px; }
.authority-points span { padding: 18px 15px; border-top: 1px solid var(--ink); color: #6b625a; font-size: .76rem; }
.authority-points strong { display: block; margin-bottom: 5px; color: var(--ink); font-family: var(--display); font-size: 1.2rem; }

@media (min-width: 961px) {
  /* Header: usa somente a assinatura oficial; sem mascote adicional */
  .site-header { height: 78px; }
  .brand { min-width: 205px; gap: 3px; align-items: center; overflow: visible; }
  .brand .brand-logo { width: 166px; height: auto; margin: 0; }
  .registered-mark { position: relative; top: -17px; margin-left: -1px; font-size: .58rem; }
  .header-inner { gap: 26px; }
  .desktop-nav { gap: clamp(17px,1.35vw,25px); }

  /* O mascote principal fica contido e deixa de dominar a tela */
  .hero-grid { grid-template-columns: minmax(0,1.12fr) minmax(430px,.88fr); column-gap: clamp(36px,4vw,68px); }
  .hero-copy { max-width: 655px; padding: 82px 0 90px; }
  .hero h1 { max-width: 650px; font-size: clamp(4.5rem,5.2vw,5.55rem); }
  .hero-lead { max-width: 59ch; }
  .hero-visual { min-height: 590px; }
  .hero-mascot { width: 360px; max-width: 72%; left: 52%; bottom: 0; transform: translateX(-50%); }
  .hero-visual::before { width: 61%; left: 19%; top: 18%; }
  .hero-label { right: 7%; top: 23%; }

  .footer-brand img { width: 158px; filter: invert(1); }
  .footer-brand-lockup sup { position: relative; top: 1px; color: #fff; }
}

@media (min-width: 1280px) {
  .hero { min-height: min(720px, calc(100vh - 78px)); }
  .hero-visual { min-height: 610px; }
  .hero-mascot { width: 372px; }
}

@media (min-width: 961px) and (max-width: 1279px) {
  .brand { min-width: 174px; }
  .brand .brand-logo { width: 145px; }
  .registered-mark { top: -15px; font-size: .54rem; }
  .desktop-nav { gap: 12px; font-size: .8rem; }
  .hero-mascot { width: 330px; max-width: 76%; }
  .value-card { min-height: 245px; padding: 23px; }
  .value-card h3 { margin-top: 42px; }
}

@media (max-width: 960px) {
  .whatsapp-float { width: 62px; height: 62px; right: 16px; bottom: 16px; }
  .value-grid,.tech-grid,.authority-points { grid-template-columns: repeat(2,1fr); }
  .result-split,.tech-layout,.authority-grid { grid-template-columns: 1fr; }
  .tech-copy { position: static; }
}

@media (max-width: 680px) {
  .value-grid,.tech-grid,.authority-points { grid-template-columns: 1fr; }
  .conversion-list article { grid-template-columns: 1fr; gap: 5px; }
}

/* Desktop v3: novo mascote aprovado, exibido inteiro e sem o antigo rotulo */
@media (min-width: 961px) {
  .hero-visual picture {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
  }

  .hero-visual picture .hero-mascot {
    position: static;
    width: auto;
    height: min(570px, calc(100vh - 155px));
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform: none;
    filter: none;
  }

  .hero-label { display: none !important; }
}

@media (min-width: 1280px) {
  .hero-visual picture .hero-mascot {
    height: min(595px, calc(100vh - 150px));
  }
}

/* ==========================================================
   DESKTOP v4 — Hero integrado, sem caixa ao redor do mascote
   Somente desktop. Mobile continua intocado.
   ========================================================== */
@media (min-width: 961px) {
  .site-header { height: 82px; }
  .header-inner { min-height: 82px; }
  .brand { min-width: 220px; }
  .brand .brand-logo { width: 184px; }
  .registered-mark { top: -18px; font-size: .6rem; }

  .hero {
    min-height: min(760px, calc(100vh - 82px));
    background:
      radial-gradient(circle at 76% 38%, rgba(226,213,196,.44) 0, rgba(233,223,209,.22) 25%, transparent 48%),
      var(--paper);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.03fr) minmax(500px, .97fr);
    column-gap: clamp(26px, 3vw, 52px);
  }

  .hero-copy {
    max-width: 650px;
    padding: 76px 0 84px;
  }

  .hero h1 {
    max-width: 625px;
    font-size: clamp(4.45rem, 5.15vw, 5.5rem);
  }

  .hero-visual {
    min-height: 650px;
    overflow: visible;
  }

  /* A nova arte ja possui os elementos circulares. Evita duplicacao visual. */
  .hero-visual::before { display: none; }

  .hero-visual picture {
    position: absolute;
    z-index: 2;
    inset: -4% -8% -1% -5%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
  }

  .hero-visual picture .hero-mascot {
    position: static;
    display: block;
    width: auto;
    height: min(710px, calc(100vh - 112px));
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center bottom;
    transform: none;
    filter: none;
    /* Faz o fundo da propria imagem desaparecer suavemente no fundo do Hero. */
    -webkit-mask-image:
      linear-gradient(to right, transparent 0%, #000 10%, #000 92%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, #000 8%, #000 94%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(to right, transparent 0%, #000 10%, #000 92%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, #000 8%, #000 94%, transparent 100%);
    mask-composite: intersect;
  }

  .hero-proof {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 18px;
    font-size: .72rem;
    line-height: 1.2;
  }

  .hero-proof span {
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    white-space: nowrap;
  }

  .hero-proof span:first-child { padding-left: 0; }
  .hero-proof span + span { border-left: 1px solid rgba(25,22,20,.25); }
  .hero-proof span::before { display: none; }
}

@media (min-width: 1280px) {
  .hero-visual { min-height: 675px; }
  .hero-visual picture .hero-mascot { height: min(735px, calc(100vh - 108px)); }
}

@media (min-width: 961px) and (max-width: 1279px) {
  .brand { min-width: 190px; }
  .brand .brand-logo { width: 158px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr); }
  .hero-visual picture .hero-mascot { height: min(640px, calc(100vh - 115px)); }
}

/* ==========================================================
   DESKTOP v5 — mascote recortado sobre a animacao do Hero
   O mobile permanece intocado.
   ========================================================== */
@media (min-width: 961px) {
  .hero-visual {
    position: relative;
    min-height: 650px;
    overflow: visible;
  }

  /* Reativa o aro do proprio Hero: agora o mascote nao traz fundo. */
  .hero-visual::before {
    display: block;
    z-index: 0;
    width: 72%;
    left: 14%;
    top: 14%;
    border: 1px solid rgba(187,152,93,.42);
    box-shadow: 0 0 0 42px rgba(187,152,93,.075), 0 0 0 108px rgba(187,152,93,.035);
  }

  .particle-field {
    z-index: 1;
  }

  .hero-visual picture {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
  }

  .hero-visual picture .hero-mascot {
    position: static;
    display: block;
    width: auto;
    height: min(650px, calc(100vh - 132px));
    max-width: 92%;
    max-height: 100%;
    object-fit: contain;
    object-position: center bottom;
    transform: none;
    -webkit-mask-image: none;
    mask-image: none;
    filter: drop-shadow(0 25px 24px rgba(39,26,18,.18));
  }

  .hero-proof {
    gap: 10px;
  }

  .hero-proof span {
    padding: 0;
  }

  .hero-proof span + span {
    border-left: 0;
  }

  .hero-proof span + span::before {
    content: "|";
    display: inline-block;
    margin-right: 10px;
    color: rgba(25,22,20,.38);
  }
}

@media (min-width: 1280px) {
  .hero-visual { min-height: 680px; }
  .hero-visual picture .hero-mascot {
    height: min(680px, calc(100vh - 125px));
  }
}

@media (min-width: 961px) and (max-width: 1279px) {
  .hero-visual picture .hero-mascot {
    height: min(620px, calc(100vh - 132px));
  }
}


/* ==========================================================
   DESKTOP v6 — ajustes pontuais aprovados
   1) remove a faixa institucional sob os CTAs (HTML)
   2) limita o conjunto visual para terminar na linha dos CTAs
   Mobile permanece intocado.
   ========================================================== */
@media (min-width: 961px) {
  .hero-visual {
    min-height: 650px;
  }

  .hero-visual::before {
    width: 64%;
    left: 18%;
    top: 12%;
  }

  .hero-visual picture {
    inset: 0;
    align-items: flex-end;
    padding-bottom: 104px;
  }

  .hero-visual picture .hero-mascot {
    height: min(570px, calc(100vh - 210px));
    max-width: 86%;
  }
}

@media (min-width: 1280px) {
  .hero-visual picture {
    padding-bottom: 108px;
  }

  .hero-visual picture .hero-mascot {
    height: min(585px, calc(100vh - 205px));
  }
}

@media (min-width: 961px) and (max-width: 1279px) {
  .hero-visual picture {
    padding-bottom: 96px;
  }

  .hero-visual picture .hero-mascot {
    height: min(540px, calc(100vh - 205px));
  }
}

/* ==========================================================
   DESKTOP v7 — ajuste fino do mascote pela linha dos CTAs
   Objetivo: desenho inteiro acima da base dos botoes, sem corte.
   Mobile permanece intocado.
   ========================================================== */
@media (min-width: 961px) {
  .hero-visual picture {
    padding-bottom: 188px;
  }

  .hero-visual picture .hero-mascot {
    height: min(500px, calc(100vh - 275px));
    max-width: 78%;
  }

  .hero-visual::before {
    width: 58%;
    left: 21%;
    top: 11%;
  }
}

@media (min-width: 1280px) {
  .hero-visual picture {
    padding-bottom: 194px;
  }

  .hero-visual picture .hero-mascot {
    height: min(515px, calc(100vh - 270px));
  }
}

@media (min-width: 961px) and (max-width: 1279px) {
  .hero-visual picture {
    padding-bottom: 180px;
  }

  .hero-visual picture .hero-mascot {
    height: min(475px, calc(100vh - 270px));
  }
}

/* ==========================================================
   DESKTOP v8 — mascote 18% menor
   Mantem a base/posicionamento e reduz somente o personagem.
   Mobile permanece intocado.
   ========================================================== */
@media (min-width: 961px) {
  .hero-visual picture .hero-mascot {
    transform: scale(0.82);
    transform-origin: center bottom;
  }
}

/* ==========================================================
   DESKTOP v9 — mascote menor e totalmente acima da linha dos CTAs
   Reduz o personagem e sobe o conjunto sem cortar a arte.
   Mobile permanece intocado.
   ========================================================== */
@media (min-width: 961px) {
  .hero-visual picture {
    padding-bottom: 252px;
  }

  .hero-visual picture .hero-mascot {
    transform: scale(0.70);
    transform-origin: center bottom;
  }
}

@media (min-width: 1280px) {
  .hero-visual picture {
    padding-bottom: 262px;
  }
}

@media (min-width: 961px) and (max-width: 1279px) {
  .hero-visual picture {
    padding-bottom: 244px;
  }
}

/* ==========================================================
   DESKTOP v10 — tamanho real do mascote, sem transform/scale.
   Usa arquivo CSS com nome novo para eliminar cache antigo.
   Mobile permanece intocado.
   ========================================================== */
@media (min-width: 961px) {
  .hero-visual {
    min-height: 650px;
    overflow: visible;
  }

  .hero-visual picture {
    position: absolute !important;
    inset: 0 !important;
    padding: 52px 0 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
  }

  .hero-visual picture .hero-mascot {
    position: static !important;
    width: auto !important;
    height: 520px !important;
    max-width: none !important;
    max-height: none !important;
    transform: none !important;
    object-fit: contain !important;
    object-position: center top !important;
    flex: 0 0 auto !important;
  }

  .hero-visual::before {
    width: 52% !important;
    left: 24% !important;
    top: 8% !important;
  }

  .hero-visual .particle-field {
    inset: 28px 0 auto 0 !important;
    height: 470px !important;
  }
}

@media (min-width: 1280px) {
  .hero-visual picture {
    padding-top: 48px !important;
  }

  .hero-visual picture .hero-mascot {
    height: 565px !important;
  }

  .hero-visual .particle-field {
    height: 500px !important;
  }
}

/* ==========================================================
   DESKTOP v12 — ajuste pontual somente no bloco esquerdo do Hero
   - sobe o bloco 1 cm
   - aumenta as fontes do bloco em 15%
   - mascote/animacao permanecem exatamente como na v11
   ========================================================== */
@media (min-width: 961px) {
  .hero-copy {
    transform: translateY(-1cm);
  }

  .hero .eyebrow {
    font-size: .828rem; /* .72rem x 1.15 */
  }

  .hero h1 {
    font-size: clamp(5.2325rem, 6.325vw, 6.6125rem); /* v11 x 1.15 */
  }

  .hero-lead {
    font-size: 1.219rem; /* 1.06rem x 1.15 */
  }

  .hero-actions .button {
    font-size: 1.0465rem; /* .91rem x 1.15 */
  }
}

/* ==========================================================
   DESKTOP v13 — remove 1,54 cm do espaco vazio inferior do Hero
   Sem mover ou redimensionar texto, CTAs, mascote ou animacao.
   1,54 cm ~= 58,2 px no pixel CSS padrao (96 dpi).
   ========================================================== */
@media (min-width: 961px) {
  .hero {
    margin-bottom: -58.2px;
  }
}

/* v14 — seção comercial com vídeo de retorno (desktop) */
.commercial-intro-grid { display: block; }
.commercial-media { display: none; }

@media (min-width: 961px) {
  .commercial-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr);
    gap: clamp(54px, 6vw, 94px);
    align-items: center;
    margin-bottom: clamp(42px, 4.5vw, 58px);
  }
  .commercial-intro-grid .section-head {
    max-width: 680px;
    margin-bottom: 0;
  }
  .commercial-intro-grid .section-head h2 {
    max-width: 650px;
  }
  .commercial-media {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(25,22,20,.12);
    background: #181512;
    box-shadow: 0 24px 60px rgba(39,26,18,.16);
  }
  .return-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* ==========================================================
   DESKTOP v16 — reduz o vazio entre os dois blocos em 1 cm por lado
   - bloco comercial: menos 1 cm no padding inferior
   - bloco seguinte (Da atencao ao caixa): menos 1 cm no padding superior
   Conteudo interno, video, cards, hero e mascote permanecem inalterados.
   ========================================================== */
@media (min-width: 961px) {
  .commercial-section {
    padding-bottom: calc(clamp(82px, 7.2vw, 112px) - 1cm) !important;
  }

  .section-accent {
    padding-top: calc(clamp(82px, 7.2vw, 112px) - 1cm) !important;
  }
}


/* ==========================================================
   DESKTOP v17 — ajuste pontual no bloco "Da atencao ao caixa"
   - move a frase para a coluna direita, abaixo da lista
   - encerra a secao 1 cm apos o fim da frase
   Nenhum outro elemento e alterado.
   ========================================================== */
@media (min-width: 961px) {
  .section-accent .conversion-column {
    min-width: 0;
  }

  .section-accent .conversion-claim {
    margin-top: 52px;
    margin-bottom: 0;
    max-width: 620px;
  }

  .section.section-accent {
    padding-bottom: 1cm !important;
  }
}

/* ==========================================================
   DESKTOP v18 — reduz em 50% o espacamento vertical entre
   as secoes da HOME, sem alterar o conteudo interno.
   Mantem a exigencia anterior de 1 cm apos a frase no bloco
   "Da atencao ao caixa".
   ========================================================== */
@media (min-width: 961px) {
  .home-page .section {
    padding-top: clamp(41px, 3.6vw, 56px) !important;
    padding-bottom: clamp(41px, 3.6vw, 56px) !important;
  }

  /* Esta divisa ja havia sido reduzida em 1 cm por lado.
     Aqui reduzimos o espacamento atual pela metade. */
  .home-page .commercial-section {
    padding-bottom: clamp(22px, 2vw, 37px) !important;
  }

  .home-page .section-accent {
    padding-top: clamp(22px, 2vw, 37px) !important;
  }

  /* Preserva a instrucao anterior: 1 cm apos a frase final. */
  .home-page .section.section-accent {
    padding-bottom: 1cm !important;
  }
}


/* ==========================================================
   DESKTOP v19 — hierarquia visual do titulo "Da atencao ao caixa"
   Apenas tipografia, cor e tamanho das duas frases do titulo.
   ========================================================== */
@media (min-width: 961px) {
  .home-page .section-accent .result-headline {
    max-width: 690px;
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 1;
  }

  .home-page .section-accent .result-headline-first {
    display: block;
    max-width: 610px;
    font-family: var(--body);
    font-size: clamp(2.45rem, 3.25vw, 3.45rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -.045em;
    color: var(--ink);
  }

  .home-page .section-accent .result-headline-second {
    display: block;
    max-width: 660px;
    margin-top: .22em;
    font-family: var(--display);
    font-size: clamp(3.15rem, 4.25vw, 4.35rem);
    line-height: .98;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -.045em;
    color: var(--rust);
  }
}

/* Carrossel de clientes - 8URSOS | v20 */
.client-showcase {
  margin-top: clamp(44px, 5vw, 68px);
  padding-top: clamp(34px, 4vw, 48px);
  border-top: 1px solid rgba(245,242,236,.13);
}
.client-showcase-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.client-showcase-head .eyebrow { margin: 0; }
.client-showcase-head h3 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1;
}
.client-carousel {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  touch-action: pan-x;
  outline: none;
  -webkit-mask-image: linear-gradient(90deg, #000 0, #000 96%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0, #000 96%, transparent 100%);
}
.client-carousel::-webkit-scrollbar { display: none; }
.client-carousel.is-dragging { cursor: grabbing; }
.client-carousel-track {
  display: flex;
  width: max-content;
  gap: 16px;
  padding: 2px 42px 6px 0;
}
.client-card {
  width: clamp(270px, 25vw, 345px);
  min-width: clamp(270px, 25vw, 345px);
  min-height: 310px;
  padding: 20px;
  border: 1px solid rgba(245,242,236,.16);
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015));
  transition: transform .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
  user-select: none;
}
.client-card:hover {
  transform: translateY(-3px);
  border-color: rgba(187,152,93,.48);
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
}
.client-logo {
  height: 190px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(255,255,255,.025);
}
.client-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.client-card h4 {
  margin: 0 0 7px;
  color: var(--paper);
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.client-card p {
  margin: 0;
  color: var(--brass);
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

@media (max-width: 680px) {
  .client-showcase { margin-top: 38px; padding-top: 31px; }
  .client-showcase-head { display: block; margin-bottom: 20px; }
  .client-showcase-head .eyebrow { margin-bottom: 12px; }
  .client-showcase-head h3 { font-size: 2rem; }
  .client-carousel-track { gap: 12px; padding-right: 28px; }
  .client-card {
    width: min(78vw, 292px);
    min-width: min(78vw, 292px);
    min-height: 286px;
    padding: 17px;
  }
  .client-logo { height: 174px; margin-bottom: 17px; }
  .client-card h4 { font-size: 1.32rem; }
}

@media (prefers-reduced-motion: reduce) {
  .client-card { transition: none; }
}


/* v22 - cabecalho do carrossel de clientes */
.client-showcase-head {
  display: block;
}
.client-showcase-services {
  margin: 12px 0 0;
  max-width: 1000px;
  color: rgba(245,242,236,.72);
  font-size: clamp(.86rem, 1.25vw, 1rem);
  line-height: 1.65;
  letter-spacing: .01em;
}
@media (max-width: 700px) {
  .client-showcase-services {
    margin-top: 10px;
    font-size: .84rem;
    line-height: 1.6;
  }
}


/* v23 - resumo de clientes dentro da secao Prova antes de promessa */
.proof-client-summary {
  margin-top: clamp(24px, 3vw, 34px);
}
.proof-client-summary h3 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.12;
}
.proof-client-summary p {
  margin: 10px 0 0;
  max-width: 1050px;
  color: rgba(245,242,236,.72);
  font-size: clamp(.86rem, 1.25vw, 1rem);
  line-height: 1.65;
  letter-spacing: .01em;
}
@media (max-width: 700px) {
  .proof-client-summary { margin-top: 22px; }
  .proof-client-summary p { font-size: .84rem; line-height: 1.6; }
}

/* v24 - mensagem de conversao e destaque de ROI */
.section-accent .conversion-claim-v24 {
  margin-top: clamp(22px, 2.8vw, 34px);
  padding-top: clamp(18px, 2.2vw, 26px);
  border-top: 1px solid rgba(20, 18, 16, .16);
}
.section-accent .conversion-persuasion {
  margin: 0;
  max-width: 720px;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.32rem, 2.15vw, 1.95rem);
  font-style: normal;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -.035em;
}
.section-accent .roi-callout {
  margin-top: clamp(18px, 2.4vw, 26px);
  max-width: 720px;
  padding: clamp(16px, 2vw, 22px) clamp(17px, 2.3vw, 24px);
  border-left: 4px solid var(--rust);
  background: rgba(255,255,255,.28);
}
.section-accent .roi-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 7px;
}
.section-accent .roi-title strong {
  color: var(--rust);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.65rem, 2.7vw, 2.35rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.045em;
}
.section-accent .roi-title span {
  color: var(--ink);
  font-size: clamp(.72rem, 1vw, .86rem);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-accent .roi-callout p {
  margin: 0;
  color: rgba(20,18,16,.78);
  font-size: clamp(.94rem, 1.3vw, 1.06rem);
  line-height: 1.55;
}
.section-accent .roi-callout p strong {
  color: var(--ink);
  font-weight: 800;
}
@media (max-width: 700px) {
  .section-accent .conversion-claim-v24 {
    margin-top: 20px;
    padding-top: 18px;
  }
  .section-accent .conversion-persuasion {
    font-size: clamp(1.2rem, 6.1vw, 1.48rem);
    line-height: 1.16;
  }
  .section-accent .roi-callout {
    margin-top: 16px;
    padding: 15px 15px 16px;
  }
  .section-accent .roi-title {
    gap: 8px;
    flex-wrap: wrap;
  }
  .section-accent .roi-title strong { font-size: 1.75rem; }
  .section-accent .roi-title span { font-size: .68rem; }
  .section-accent .roi-callout p { font-size: .9rem; line-height: 1.5; }
}


/* v25 - alerta de ROI em linha separada */
.section-accent .roi-callout .roi-warning {
  margin-top: 8px;
  color: #b42318;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.18rem, 1.7vw, 1.42rem);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -.025em;
}
@media (max-width: 700px) {
  .section-accent .roi-callout .roi-warning {
    margin-top: 7px;
    font-size: 1.1rem;
    line-height: 1.22;
  }
}

/* ==========================================================
   DESKTOP/MOBILE v26 — imagem de dinheiro em chamas no espaco
   indicado da coluna esquerda do bloco "Da atencao ao caixa".
   Fundo transparente, sem caixa e sem alterar o conteudo da direita.
   ========================================================== */
.section-accent .result-visual-column {
  min-width: 0;
}

.section-accent .roi-fire-visual {
  width: min(100%, 620px);
  margin-top: clamp(38px, 5vw, 72px);
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  pointer-events: none;
}

.section-accent .roi-fire-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 390px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 22px rgba(37, 20, 10, .16));
}

@media (min-width: 961px) {
  .home-page .section-accent .roi-fire-visual {
    margin-top: clamp(42px, 4.4vw, 66px);
    transform: translateY(5px);
  }
}

@media (max-width: 960px) {
  .section-accent .roi-fire-visual {
    width: min(92%, 560px);
    margin-top: 30px;
    margin-bottom: 6px;
  }
  .section-accent .roi-fire-visual img {
    max-height: 330px;
  }
}

@media (max-width: 680px) {
  .section-accent .roi-fire-visual {
    width: min(96%, 430px);
    margin-top: 24px;
    margin-bottom: 2px;
  }
  .section-accent .roi-fire-visual img {
    max-height: 270px;
  }
}


/* ==========================================================
   DESKTOP/MOBILE v27 — separacao do caminho de compra e ROI
   - bloco 1: metodo (atrair, convencer, converter, reter)
   - bloco 2: retorno, com dinheiro em chamas e mensagem de ROI
   ========================================================== */
.home-page .purchase-path-section {
  padding-bottom: clamp(50px, 5.2vw, 78px) !important;
}

.home-page .purchase-path-section .conversion-claim-v24 {
  margin-top: clamp(26px, 3vw, 38px);
  padding-top: clamp(20px, 2.4vw, 28px);
}

.home-page .roi-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(58px, 6vw, 92px);
  padding-bottom: clamp(58px, 6vw, 92px);
  background: #f3ece2;
  border-top: 1px solid rgba(20,18,16,.10);
}

.home-page .roi-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  width: 1px;
  background: rgba(20,18,16,.07);
  pointer-events: none;
}

.home-page .roi-split {
  position: relative;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(58px, 7vw, 110px);
  align-items: center;
}

.home-page .roi-section .roi-fire-visual {
  width: min(100%, 680px);
  margin: 0 auto;
  line-height: 0;
  pointer-events: none;
}

.home-page .roi-section .roi-fire-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 470px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 20px 26px rgba(37,20,10,.17));
}

.home-page .roi-message {
  max-width: 700px;
  min-width: 0;
}

.home-page .roi-message .eyebrow {
  margin-bottom: 18px;
}

.home-page .roi-message .roi-title {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 18px;
}

.home-page .roi-message .roi-title strong {
  color: var(--rust);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(3.1rem, 5vw, 5.25rem);
  font-weight: 850;
  line-height: .9;
  letter-spacing: -.065em;
}

.home-page .roi-message .roi-title span {
  color: var(--ink);
  font-size: clamp(.76rem, 1vw, .92rem);
  font-weight: 800;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.home-page .roi-message .roi-lead {
  margin: 0;
  max-width: 620px;
  color: var(--ink);
  font-size: clamp(1.18rem, 1.7vw, 1.45rem);
  font-weight: 650;
  line-height: 1.38;
}

.home-page .roi-message .roi-warning {
  margin: 18px 0 0;
  max-width: 680px;
  color: #b42318;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.25vw, 3.25rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.home-page .roi-message .roi-support {
  margin: 22px 0 0;
  max-width: 590px;
  padding-top: 18px;
  border-top: 1px solid rgba(20,18,16,.15);
  color: rgba(20,18,16,.68);
  font-size: clamp(.94rem, 1.2vw, 1.05rem);
  line-height: 1.55;
}

@media (max-width: 960px) {
  .home-page .roi-section::before { display: none; }
  .home-page .roi-split {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .home-page .roi-section .roi-fire-visual {
    width: min(88%, 600px);
  }
  .home-page .roi-message {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .home-page .purchase-path-section {
    padding-bottom: 42px !important;
  }
  .home-page .roi-section {
    padding-top: 44px;
    padding-bottom: 50px;
  }
  .home-page .roi-split {
    gap: 26px;
  }
  .home-page .roi-section .roi-fire-visual {
    width: min(96%, 450px);
  }
  .home-page .roi-section .roi-fire-visual img {
    max-height: 315px;
  }
  .home-page .roi-message .roi-title {
    gap: 9px;
    margin-bottom: 14px;
  }
  .home-page .roi-message .roi-title strong {
    font-size: clamp(2.8rem, 15vw, 4rem);
  }
  .home-page .roi-message .roi-title span {
    font-size: .68rem;
  }
  .home-page .roi-message .roi-lead {
    font-size: 1.08rem;
  }
  .home-page .roi-message .roi-warning {
    margin-top: 15px;
    font-size: clamp(1.7rem, 9vw, 2.35rem);
    line-height: 1.05;
  }
  .home-page .roi-message .roi-support {
    margin-top: 18px;
    padding-top: 15px;
    font-size: .9rem;
  }
}


/* ==========================================================
   HEADER LOGO v28 - assinatura 8URSOS enviada pelo cliente
   Uma unica marca, maior, centralizada e sem fundo branco.
   ========================================================== */
.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}
.brand .brand-logo-header {
  display: block;
  width: 174px;
  height: auto;
  max-height: 65px;
  object-fit: contain;
}
.brand .registered-mark {
  position: relative;
  top: -23px;
  margin-left: -2px;
}
@media (min-width: 1280px) {
  .brand { min-width: 198px; }
  .brand .brand-logo-header { width: 180px; }
}
@media (min-width: 961px) and (max-width: 1279px) {
  .brand { min-width: 178px; }
  .brand .brand-logo-header { width: 162px; max-height: 60px; }
  .brand .registered-mark { top: -21px; }
}
@media (max-width: 960px) {
  .brand { min-width: 0; }
  .brand .brand-logo-header { width: 142px; max-height: 52px; }
  .brand .registered-mark { top: -18px; font-size: .52rem; }
}
@media (max-width: 420px) {
  .brand .brand-logo-header { width: 132px; max-height: 49px; }
}
