/* Coin — sistema visual institucional
   Tokens e proporções conforme ref/coin-brand-guidelines.html (manual de marca v1.0). */
:root {
  --ink: #000814;
  --ink-soft: #0B1220;
  --yellow: #FFD60A;
  --yellow-dark: #FFC300;
  --navy: #003566;
  --cream: #FFFDF7;
  --white: #fff;
  --gray: #5B6470;    /* --gray-text do manual */
  --g400: #9CA3AF;
  --g600: #5B6470;
  --g700: #444C56;
  --g800: #1F2937;
  --border: rgba(0,8,20,0.10);
  --success: #22C55E;
  --r: 12px;
  --rl: 20px;
  --rxl: 28px;
}
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  font-family:'Inter',sans-serif;
  background: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing:antialiased;
}
.mono { font-family:'JetBrains Mono',monospace; }
h1, h2, h3, .brand-font { font-family:'Plus Jakarta Sans',sans-serif; }
a { color:inherit; }
img { max-width:100%; display:block; }

/* ─── HEADER ─── */
.hdr {
  background: rgba(255,253,247,0.92);
  backdrop-filter: blur(12px);
  position: sticky; top:0; z-index:100;
  border-bottom: 1px solid var(--border);
}
.hdr-inner {
  max-width: 1240px; margin:0 auto;
  padding: 20px 32px;
  display:flex; align-items:center; justify-content:space-between; gap:24px;
}
.logo { display:flex; align-items:center; text-decoration:none; }
.logo img { height:30px; width:auto; display:block; }
.nav { display:none; align-items:center; gap:36px; }
.nav a { font-size:14.5px; font-weight:600; color: var(--gray); text-decoration:none; transition:color .2s; }
.nav a:hover, .nav a.active { color: var(--ink); }
.hdr-cta {
  display:inline-flex; align-items:center; gap:8px;
  background: var(--ink); color: var(--cream);
  padding:13px 24px; border-radius: var(--r);
  font-size:14.5px; font-weight:700; text-decoration:none; transition:all .2s;
  border:none; cursor:pointer; font-family:'Inter',sans-serif; white-space:nowrap;
}
.hdr-cta:hover { background:#0a1424; transform:translateY(-1px); }
.hdr-actions { display:flex; align-items:center; gap:10px; }
.hdr-client {
  display:inline-flex; align-items:center; gap:8px;
  background:transparent; color:var(--ink);
  border:1.5px solid rgba(0,8,20,.18);
  padding:11px 18px; border-radius:var(--r);
  font-size:14px; font-weight:700; text-decoration:none; transition:all .2s;
}
.hdr-client svg { width:16px; height:16px; flex-shrink:0; }
.hdr-client:hover { border-color:var(--ink); background:rgba(0,8,20,.04); }
@media(max-width:640px){
  .hdr-inner { padding:14px 16px; gap:12px; }
  .logo img { height:26px; }
  .hdr-client { padding:10px 11px; }
  .hdr-client span { display:none; }
  .hdr-cta { padding:11px 14px; font-size:13px; }
  .nav-toggle { width:38px; height:38px; }
}
@media(min-width:900px){ .nav { display:flex; } }

/* mobile menu */
.nav-toggle {
  display:flex; align-items:center; justify-content:center;
  width:42px; height:42px; border-radius:var(--r);
  background:transparent; border:1.5px solid rgba(0,8,20,.18);
  cursor:pointer; color:var(--ink); flex-shrink:0;
}
.nav-toggle svg { width:20px; height:20px; }
.nav-toggle .ic-close { display:none; }
body.menu-open .nav-toggle .ic-open { display:none; }
body.menu-open .nav-toggle .ic-close { display:block; }
@media(min-width:900px){ .nav-toggle { display:none; } }
.mobile-menu {
  display:none; background:var(--cream);
  border-bottom:1px solid var(--border);
  padding:8px 24px 20px;
}
body.menu-open .mobile-menu { display:block; }
@media(min-width:900px){ body.menu-open .mobile-menu { display:none; } }
.mobile-menu a {
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 2px; font-size:15.5px; font-weight:600; color:var(--ink);
  text-decoration:none; border-bottom:1px solid rgba(0,8,20,.07);
}
.mobile-menu a.active { color:var(--navy); }
.mobile-menu a svg { width:16px; height:16px; color:var(--g400); }
.mobile-menu .mm-cta {
  display:flex; justify-content:center; gap:8px; margin-top:16px;
  background:var(--yellow); color:var(--ink); border:none; border-radius:var(--r);
  padding:15px; font-size:15px; font-weight:700;
}

/* ─── PAGE HERO (Sobre / Serviços / Contato / FAQ / demo pages) ─── */
.pg-hero { background:var(--ink); color:var(--cream); padding:52px 28px 44px; position:relative; overflow:hidden; }
.pg-hero-inner { max-width:1080px; margin:0 auto; position:relative; z-index:2; }
.pg-hero-inner.narrow { max-width:720px; }
.pg-hero-glow { position:absolute; inset:0; z-index:1; background:radial-gradient(ellipse 60% 70% at 15% 0%, rgba(255,214,10,.10) 0%, transparent 65%); }
.breadcrumb { display:flex; align-items:center; gap:6px; font-size:12px; color:rgba(255,253,247,.4); margin-bottom:20px; position:relative; z-index:2; }
.breadcrumb a { color:rgba(255,253,247,.4); text-decoration:none; }
.breadcrumb a:hover { color:var(--yellow); }
.pg-hero h1 { font-size:clamp(30px,5.5vw,48px); font-weight:700; letter-spacing:-1px; line-height:1.14; margin-bottom:16px; max-width:680px; position:relative; z-index:2; }
.pg-hero p.lede { font-size:16px; color:rgba(255,253,247,.62); line-height:1.7; max-width:560px; position:relative; z-index:2; }
.pg-hero .yl { color:var(--yellow); }

/* ─── HOME HERO (cinema) ─── */
.hero { position:relative; overflow:hidden; background: var(--ink); }
.hero-img { position:absolute; inset:0; z-index:0; width:100%; height:100%; object-fit:cover; object-position:center 30%; display:block; opacity:.5; }
.hero-overlay {
  position:absolute; inset:0; z-index:1;
  background: linear-gradient(180deg, rgba(0,8,20,.5) 0%, rgba(0,8,20,.72) 55%, rgba(0,8,20,.97) 100%);
}
.hero-content { position:relative; z-index:2; padding:100px 28px 68px; text-align:center; color:var(--cream); }
@media(min-width:768px){ .hero-content { padding:136px 28px 88px; } }
.pill {
  display:inline-flex; align-items:center; gap:6px;
  background:rgba(255,214,10,.14); border:1px solid rgba(255,214,10,.3);
  color:var(--yellow); font-size:11px; font-weight:700;
  padding:6px 14px; border-radius:20px; text-transform:uppercase; letter-spacing:.8px; margin-bottom:26px;
}
.hero h1 { font-size:clamp(32px,6.4vw,56px); font-weight:700; line-height:1.12; letter-spacing:-1.5px; margin-bottom:22px; max-width:800px; margin-left:auto; margin-right:auto; }
.hero h1 .yl { color:var(--yellow); }
.hero-sub { font-size:17.5px; color:rgba(255,253,247,.72); line-height:1.7; max-width:540px; margin:0 auto 38px; }
.btn-y {
  display:inline-flex; align-items:center; gap:10px;
  background:var(--yellow); color:var(--ink);
  padding:17px 32px; border-radius: var(--r);
  font-size:16px; font-weight:700; text-decoration:none; transition:all .2s; border:none; cursor:pointer;
  font-family:'Inter',sans-serif; letter-spacing:-.2px;
}
.btn-y:hover { background:var(--yellow-dark); transform:translateY(-2px); box-shadow:0 16px 36px rgba(255,195,0,.35); }
.btn-outline {
  display:inline-flex; align-items:center; gap:8px;
  background:transparent; color:var(--cream); border:1.5px solid rgba(255,253,247,.3);
  padding:15.5px 28px; border-radius:var(--r); font-size:15px; font-weight:700; text-decoration:none; transition:all .2s;
}
.btn-outline:hover { border-color:var(--yellow); color:var(--yellow); }
.hero-micro { font-size:12px; color:rgba(255,253,247,.4); margin-top:16px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; }

/* ─── TRUST STRIP (marquee rotativo) ─── */
.trust {
  overflow:hidden; position:relative;
  padding:18px 0; background: var(--navy); color:var(--cream);
}
.trust-track {
  display:flex; align-items:center; gap:44px;
  width:max-content; padding-right:44px;
  animation:trust-marq 62s linear infinite;
}
.trust:hover .trust-track { animation-play-state:paused; }
@keyframes trust-marq { from { transform:translateX(0); } to { transform:translateX(-50%); } }
.ti { display:flex; align-items:center; gap:8px; font-size:13px; color:rgba(255,253,247,.8); white-space:nowrap; }
.ti svg { width:15px; height:15px; color:var(--yellow); flex-shrink:0; }
@media(max-width:640px){
  .trust-track { animation-duration:44s; gap:32px; padding-right:32px; }
  .ti { font-size:12px; }
}

/* ─── SECTIONS ─── */
.sec { padding:80px 28px; }
.sec-inner { max-width:760px; margin:0 auto; }
.sec-inner.wide { max-width:1080px; }
.sec-ey { text-align:center; font-size:11px; font-weight:700; color: var(--navy); letter-spacing:1.6px; text-transform:uppercase; margin-bottom:14px; }
.sec-ti { font-size:clamp(28px,4.6vw,40px); font-weight:700; text-align:center; line-height:1.16; margin-bottom:40px; letter-spacing:-.6px; color:var(--ink); }
.sec-ti .yl { color:var(--yellow-dark); }
.sec-lede { font-size:16.5px; color:var(--gray); text-align:center; line-height:1.75; max-width:620px; margin:-24px auto 40px; }

.sec.alt { background: var(--white); }
.sec.dark { background: var(--ink); color: var(--cream); }
.sec.dark .sec-ti { color: var(--cream); }
.sec.dark .sec-ey { color: var(--yellow); }
.sec.tight { padding-top:56px; padding-bottom:56px; }

@media(max-width:640px){
  .sec { padding:48px 20px; }
  .sec.tight { padding-top:36px; padding-bottom:36px; }
  .sec-ti { margin-bottom:28px; }
  .sec-lede { margin:-16px auto 28px; }
  .split { gap:24px; }
  .img-strip { margin-top:0; }
}

/* ─── IMAGE BANDS (densidade visual) ─── */
.img-duo { display:grid; grid-template-columns:1fr; gap:16px; margin-top:8px; }
@media(min-width:720px){ .img-duo { grid-template-columns:1.1fr .9fr; align-items:stretch; } }
.img-duo img, .img-duo .ph { border-radius:var(--rl); object-fit:cover; width:100%; height:100%; min-height:220px; }
.img-trio { display:grid; grid-template-columns:1fr; gap:14px; margin-top:8px; }
@media(min-width:720px){ .img-trio { grid-template-columns:repeat(3,1fr); } }
.img-trio img { border-radius:var(--r); object-fit:cover; width:100%; height:220px; }
.img-strip { border-radius:var(--rxl); overflow:hidden; margin-top:8px; }
.img-strip img { width:100%; height:clamp(220px,32vw,380px); object-fit:cover; }

/* split section (text + image) */
.split { display:grid; grid-template-columns:1fr; gap:36px; align-items:center; }
@media(min-width:860px){ .split { grid-template-columns:1fr 1fr; gap:56px; } .split.rev > *:first-child{order:2;} }
.split img { border-radius:var(--rl); width:100%; height:100%; object-fit:cover; max-height:440px; }
.split-body .sec-ey, .split-body .sec-ti { text-align:left; margin-left:0; }
.split-body .sec-ti { margin-bottom:18px; }
.split-body p { font-size:15.5px; color:var(--gray); line-height:1.75; margin-bottom:14px; }
.split-body p:last-child { margin-bottom:0; }

/* problem cards */
.prob-grid { display:flex; flex-direction:column; gap:14px; }
@media(min-width:720px){ .prob-grid { display:grid; grid-template-columns:1fr 1fr; } }
.prob-card { background: var(--white); border:1px solid var(--border); border-radius: var(--r); padding:24px; box-shadow:0 1px 2px rgba(0,8,20,.03); }
.prob-card h3 { font-size:15.5px; font-weight:700; margin-bottom:7px; color:var(--ink); }
.prob-card p { font-size:14px; color:var(--gray); line-height:1.6; }

/* timeline */
.timeline { display:flex; flex-direction:column; position:relative; }
.timeline::before { content:''; position:absolute; left:19px; top:44px; bottom:44px; width:2px; background:linear-gradient(180deg,var(--yellow-dark),var(--navy)); }
.tl-item { display:flex; gap:20px; padding:22px 0; }
.tl-num { width:40px; height:40px; border-radius:50%; background:var(--ink); color:var(--yellow); font-weight:700; font-size:15px; display:flex; align-items:center; justify-content:center; flex-shrink:0; position:relative; z-index:1; font-family:'Plus Jakarta Sans',sans-serif; }
.tl-info h3 { font-size:16px; font-weight:700; margin-bottom:5px; color:var(--ink); }
.tl-info p { font-size:14px; color:var(--gray); line-height:1.6; }

/* process steps (grid variant, Serviços) */
.step-grid { display:grid; grid-template-columns:1fr; gap:16px; }
@media(min-width:720px){ .step-grid { grid-template-columns:repeat(4,1fr); } }
.step-card { background:var(--white); border:1px solid var(--border); border-radius:var(--rl); padding:26px 22px; }
.step-card .n { font-family:'JetBrains Mono',monospace; font-size:12px; color:var(--navy); margin-bottom:14px; }
.step-card h3 { font-size:15.5px; font-weight:700; margin-bottom:7px; }
.step-card p { font-size:13.5px; color:var(--gray); line-height:1.6; }

/* service cards (Serviços) */
.svc-grid { display:grid; grid-template-columns:1fr; gap:16px; }
@media(min-width:720px){ .svc-grid { grid-template-columns:1fr 1fr; } }
.svc-card { background:var(--white); border:1px solid var(--border); border-radius:var(--rl); padding:28px; }
.svc-card .ico { width:44px; height:44px; border-radius:12px; background:rgba(255,214,10,.14); display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.svc-card .ico svg { width:22px; height:22px; color:var(--yellow-dark); }
.svc-card h3 { font-size:17px; font-weight:700; margin-bottom:8px; }
.svc-card p { font-size:14.5px; color:var(--gray); line-height:1.65; }
.svc-card ul { margin-top:14px; padding-left:0; list-style:none; display:flex; flex-direction:column; gap:8px; }
.svc-card li { font-size:13.5px; color:var(--gray); display:flex; gap:8px; align-items:flex-start; }
.svc-card li svg { width:15px; height:15px; color:var(--success); flex-shrink:0; margin-top:2px; }

/* compare */
.compare-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:8px; }
@media(max-width:640px){ .compare-grid { grid-template-columns:1fr; } }
.compare-col { border-radius:var(--rl); overflow:hidden; background:var(--white); }
.compare-col.bad { border:1px solid rgba(239,68,68,.25); }
.compare-col.good { border:1px solid rgba(34,197,94,.3); }
.compare-head { padding:14px 16px; font-size:12.5px; font-weight:700; text-align:center; text-transform:uppercase; letter-spacing:.5px; }
.bad .compare-head { background:rgba(239,68,68,.08); color:#B91C1C; }
.good .compare-head { background:rgba(34,197,94,.1); color:#15803D; }
.compare-list { padding:18px; }
.ci { display:flex; align-items:flex-start; gap:9px; margin-bottom:14px; font-size:13.5px; color:var(--g700); line-height:1.45; }
.ci:last-child { margin-bottom:0; }
.ci-ico { width:18px; height:18px; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:1px; }
.bad .ci-ico { background:rgba(239,68,68,.12); }
.good .ci-ico { background:rgba(34,197,94,.14); }
.bad .ci-ico svg { width:10px; height:10px; color:#DC2626; }
.good .ci-ico svg { width:10px; height:10px; color:#16A34A; }

/* credibility cards (sem depoimentos fabricados) */
.cred-grid { display:flex; flex-direction:column; gap:14px; }
@media(min-width:720px){ .cred-grid { display:grid; grid-template-columns:repeat(3,1fr); } }
.cred-card { background:rgba(255,255,255,.05); border:1px solid rgba(255,253,247,.14); border-radius:var(--rl); padding:24px; }
.cred-card h3 { font-size:15px; font-weight:700; margin-bottom:8px; display:flex; align-items:center; gap:8px; }
.cred-card h3 svg { width:16px; height:16px; color:var(--yellow); flex-shrink:0; }
.cred-card p { font-size:13.5px; color:rgba(255,253,247,.6); line-height:1.6; }

/* compliance callout */
.compliance-box { background:rgba(0,53,102,.06); border:1px solid rgba(0,53,102,.18); border-left:4px solid var(--navy); border-radius:0 var(--r) var(--r) 0; padding:22px 26px; }
.compliance-box p { font-size:15px; color:var(--g700); line-height:1.75; margin:0; }
.compliance-box strong { color:var(--navy); }

/* pillars */
.pillar-grid { display:flex; flex-direction:column; gap:16px; }
@media(min-width:720px){ .pillar-grid { display:grid; grid-template-columns:repeat(3,1fr); } }
.pillar { background:var(--white); border:1px solid var(--border); border-radius:var(--rl); padding:26px; }
.pillar-num { font-family:'JetBrains Mono',monospace; font-size:11px; color:var(--navy); margin-bottom:14px; }
.pillar h3 { font-size:16.5px; font-weight:700; margin-bottom:8px; color:var(--ink); }
.pillar p { font-size:14px; color:var(--gray); line-height:1.6; }

/* FAQ */
.faq-list { display:flex; flex-direction:column; gap:12px; margin-top:8px; }
.faq-item { background:var(--white); border:1px solid var(--border); border-radius:var(--r); overflow:hidden; }
.faq-q { display:flex; align-items:center; justify-content:space-between; padding:18px 20px; cursor:pointer; font-size:14.5px; font-weight:600; gap:12px; color:var(--ink); }
.faq-q svg { width:18px; height:18px; flex-shrink:0; color:var(--navy); transition:transform .3s; }
.faq-item.open .faq-q svg { transform:rotate(45deg); }
.faq-a { max-height:0; overflow:hidden; transition:max-height .35s ease; }
.faq-item.open .faq-a { max-height:320px; }
.faq-a-inner { padding:0 20px 20px; font-size:13.5px; color:var(--gray); line-height:1.68; border-top:1px solid rgba(0,8,20,.06); padding-top:14px; }
.faq-cat { font-size:11px; font-weight:700; color:var(--navy); text-transform:uppercase; letter-spacing:1px; margin:32px 0 14px; }
.faq-cat:first-child { margin-top:0; }

/* footer */
.footer { background: var(--ink); color:rgba(255,253,247,.5); padding:48px 28px 32px; }
.footer-inner { max-width:1240px; margin:0 auto; }
.ft-top { display:flex; flex-wrap:wrap; justify-content:space-between; gap:24px; margin-bottom:28px; padding-bottom:28px; border-bottom:1px solid rgba(255,253,247,.1); }
.ft-logo img { height:24px; width:auto; }
.ft-nav { display:flex; flex-wrap:wrap; gap:16px 22px; }
.ft-nav a { font-size:13px; color:rgba(255,253,247,.55); text-decoration:none; }
.ft-nav a:hover { color:var(--yellow); }
.ft-bottom { display:flex; flex-wrap:wrap-reverse; align-items:center; justify-content:space-between; gap:20px 32px; }
.ft-legal { font-size:11px; line-height:1.7; color:rgba(255,253,247,.35); max-width:640px; flex:1 1 420px; }
.ft-badge { flex-shrink:0; }

/* ─── graphic elements (padrão "Coin CRM Avisos") ─── */
.dash-label { display:flex; align-items:center; gap:10px; font-family:'JetBrains Mono',monospace; font-size:11px; letter-spacing:.10em; text-transform:uppercase; color:var(--navy); margin-bottom:14px; }
.dash-label::before { content:''; width:24px; height:2px; background:var(--yellow-dark); flex-shrink:0; }
.sec.dark .dash-label { color:var(--yellow); }
.sec.dark .dash-label::before { background:var(--yellow); }

.tag-chip { display:inline-flex; align-items:center; gap:7px; font-family:'JetBrains Mono',monospace; font-size:12px; padding:5px 13px; border-radius:20px; white-space:nowrap; }
.tag-chip .dot { width:7px; height:7px; border-radius:50%; flex-shrink:0; }
.tag-chip.c-ink { background:rgba(0,8,20,.06); color:var(--ink); }
.tag-chip.c-ink .dot { background:var(--ink); }
.tag-chip.c-amber { background:rgba(255,195,0,.16); color:#8a6d00; }
.tag-chip.c-amber .dot { background:var(--yellow-dark); }
.tag-chip.c-navy { background:rgba(0,53,102,.1); color:var(--navy); }
.tag-chip.c-navy .dot { background:var(--navy); }

.flow-chain { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin-bottom:10px; }
.flow-chain svg { width:16px; height:16px; color:var(--gray); flex-shrink:0; }

.stat-grid { display:grid; grid-template-columns:1fr; gap:14px; }
@media(min-width:720px){ .stat-grid { grid-template-columns:repeat(3,1fr); } }
.stat-block { border-radius:var(--rl); padding:26px; }
.stat-block.ink { background:var(--ink); color:var(--cream); }
.stat-block.navy { background:var(--navy); color:var(--cream); }
.stat-block .lbl { font-family:'JetBrains Mono',monospace; font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:var(--yellow); margin-bottom:14px; }
.stat-block .big { font-family:'JetBrains Mono',monospace; font-size:38px; font-weight:700; line-height:1; }
.stat-block .big span { font-size:16px; font-weight:500; margin-left:4px; color:rgba(255,253,247,.6); }
.stat-block p { font-size:13.5px; color:rgba(255,253,247,.6); line-height:1.6; margin-top:12px; }
.stat-block strong { color:var(--cream); }

.callout-yellow { display:flex; gap:16px; background:rgba(255,214,10,.1); border:1px solid rgba(255,195,0,.3); border-radius:var(--rl); padding:20px 24px; align-items:flex-start; }
.callout-yellow .ico { width:36px; height:36px; border-radius:10px; background:var(--yellow); color:var(--ink); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.callout-yellow .ico svg { width:18px; height:18px; }
.callout-yellow h4 { font-size:14.5px; font-weight:700; margin-bottom:5px; }
.callout-yellow p { font-size:13.5px; color:var(--g700); line-height:1.6; }

.cheat-card { background:var(--ink); color:var(--cream); border-radius:var(--rxl); padding:32px; }
.cheat-card h3 { font-size:19px; font-weight:700; color:var(--yellow); margin-bottom:18px; }
.cheat-row { display:flex; gap:16px; padding:13px 0; border-bottom:1px solid rgba(255,253,247,.1); font-size:14px; line-height:1.6; color:rgba(255,253,247,.75); }
.cheat-row:last-child { border-bottom:none; }
.cheat-row .n { font-family:'JetBrains Mono',monospace; color:var(--yellow); font-weight:700; flex-shrink:0; }
.cheat-row strong { color:var(--cream); }

/* stat / mono values */
.stat-row { display:flex; flex-wrap:wrap; justify-content:center; gap:0; }
.stat { text-align:center; padding:0 28px; border-right:1px solid rgba(255,253,247,.12); }
.stat:last-child { border-right:none; }
.stat-n { font-family:'JetBrains Mono',monospace; font-size:23px; font-weight:700; color:var(--yellow); }
.stat-l { font-size:11px; color:rgba(255,253,247,.5); text-transform:uppercase; letter-spacing:.5px; margin-top:4px; }

@media(min-width:768px){
  .sec-inner { max-width:820px; }
}

/* ─── HOME HERO v2 (split, sem foto de banco de imagem) ─── */
.hero2 { background:var(--ink); color:var(--cream); position:relative; overflow:hidden; }
.hero2::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 55% 65% at 18% 8%, rgba(255,214,10,.12) 0%, transparent 60%), radial-gradient(ellipse 45% 55% at 88% 92%, rgba(0,53,102,.55) 0%, transparent 65%); pointer-events:none; }
.hero2-inner {
  max-width:1240px; margin:0 auto; position:relative; z-index:2;
  padding:64px 28px 56px;
  display:grid; grid-template-columns:1fr; gap:44px; align-items:center;
}
@media(min-width:920px){ .hero2-inner { grid-template-columns:1.1fr .9fr; padding:88px 32px 80px; gap:56px; } }
.hero2 .pill { margin-bottom:22px; }
.hero2 h1 { font-size:clamp(32px,5.6vw,54px); font-weight:700; line-height:1.1; letter-spacing:-1.4px; margin-bottom:20px; }
.hero2 h1 .yl { color:var(--yellow); }
.hero2-sub { font-size:16.5px; color:rgba(255,253,247,.68); line-height:1.7; max-width:520px; margin-bottom:32px; }
.hero2-ctas { display:flex; flex-wrap:wrap; gap:12px; align-items:center; }
.hero2 .hero-micro { margin-top:18px; }

/* cartão visual do hero (exemplo de negociação) */
.hero2-visual { position:relative; }
.deal-card {
  background:rgba(255,253,247,.045); border:1px solid rgba(255,253,247,.14);
  border-radius:var(--rxl); padding:28px; backdrop-filter:blur(6px);
  box-shadow:0 32px 80px rgba(0,0,0,.45);
}
.deal-card .dc-label { font-family:'JetBrains Mono',monospace; font-size:10.5px; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,253,247,.45); margin-bottom:6px; }
.deal-card .dc-old { font-family:'JetBrains Mono',monospace; font-size:26px; font-weight:700; color:rgba(255,253,247,.5); text-decoration:line-through; text-decoration-color:rgba(239,68,68,.7); margin-bottom:20px; }
.deal-card .dc-new { font-family:'JetBrains Mono',monospace; font-size:clamp(34px,4vw,44px); font-weight:700; color:var(--yellow); line-height:1; }
.deal-card .dc-chip { display:inline-flex; align-items:center; gap:6px; background:rgba(34,197,94,.12); border:1px solid rgba(34,197,94,.3); color:#4ADE80; font-size:12px; font-weight:700; padding:5px 12px; border-radius:20px; margin:14px 0 20px; }
.deal-card .dc-rows { border-top:1px solid rgba(255,253,247,.12); padding-top:18px; display:flex; flex-direction:column; gap:11px; }
.deal-card .dc-row { display:flex; align-items:center; gap:9px; font-size:13px; color:rgba(255,253,247,.68); }
.deal-card .dc-row svg { width:15px; height:15px; color:var(--yellow); flex-shrink:0; }
.deal-card .dc-note { font-size:10.5px; color:rgba(255,253,247,.3); margin-top:16px; }
.hero2-float {
  position:absolute; top:-16px; right:-8px; z-index:2;
  background:var(--yellow); color:var(--ink);
  font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:700;
  padding:9px 14px; border-radius:12px; box-shadow:0 12px 28px rgba(255,195,0,.35);
  transform:rotate(3deg);
}

/* ─── HOME HERO v3 (split claro, com foto real) ─── */
.hero3 { background:var(--cream); padding:52px 28px 60px; }
@media(min-width:768px){ .hero3 { padding:72px 28px 76px; } }
.hero3-inner {
  max-width:1120px; margin:0 auto;
  display:grid; grid-template-columns:1fr; gap:36px; align-items:center;
}
@media(min-width:900px){ .hero3-inner { grid-template-columns:1.05fr .95fr; gap:56px; } }
.hero3 h1 { font-size:clamp(30px,4.6vw,46px); font-weight:700; line-height:1.14; letter-spacing:-1.2px; margin-bottom:18px; color:var(--ink); }
.hero3 h1 .yl { color:var(--yellow-dark); }
.hero3-sub { font-size:16px; color:var(--gray); line-height:1.7; max-width:480px; margin-bottom:28px; }
.hero3-ctas { display:flex; flex-wrap:wrap; gap:12px; align-items:center; }
.hero3 .hero-micro { color:var(--gray); margin-top:16px; }
/* foto só aparece a partir do layout de 2 colunas — em coluna única ela fica
   grande e cortada demais, então preferimos não mostrar (em vez de espremer). */
.hero3-photo { display:none; }
@media(min-width:900px){
  .hero3-photo { display:block; border-radius:var(--rxl); overflow:hidden; box-shadow:0 24px 60px rgba(0,8,20,.14); }
  .hero3-photo img { width:100%; height:420px; object-fit:cover; display:block; }
}

/* utilitário: esconde um elemento em telas pequenas (ex.: foto redundante) */
@media(max-width:767px){ .hide-mobile { display:none !important; } }

/* ─── CHAT FLUTUANTE ─── */
.chat-float {
  position:fixed; bottom:22px; right:22px; z-index:400;
  display:flex; align-items:center; gap:10px;
  background:var(--yellow); color:var(--ink);
  padding:15px 18px; border-radius:32px;
  font-size:14px; font-weight:700; text-decoration:none; font-family:'Inter',sans-serif;
  box-shadow:0 10px 30px rgba(0,8,20,.3), 0 4px 12px rgba(255,195,0,.35);
  transition:transform .2s, box-shadow .2s;
  animation:chat-pop 3s ease-in-out 2s infinite;
}
.chat-float:hover { transform:translateY(-3px); box-shadow:0 16px 40px rgba(0,8,20,.35); animation:none; }
.chat-float svg { width:22px; height:22px; flex-shrink:0; }
@keyframes chat-pop { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)} }
@media(max-width:640px){ .chat-float span { display:none; } .chat-float { padding:16px; } }

/* ─── CONTATO: elemento decorativo ─── */
.contato-deco {
  position:relative; overflow:hidden;
  background:linear-gradient(135deg, var(--ink) 0%, #0A1A33 100%);
  border-radius:var(--rl); padding:26px; margin-top:14px; color:var(--cream);
}
.contato-deco::before { content:''; position:absolute; right:-46px; top:-46px; width:160px; height:160px; border-radius:50%; border:22px solid rgba(255,214,10,.16); }
.contato-deco::after { content:''; position:absolute; right:14px; bottom:-58px; width:120px; height:120px; border-radius:50%; border:16px solid rgba(0,53,102,.5); }
.contato-deco .cd-label { font-family:'JetBrains Mono',monospace; font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--yellow); margin-bottom:10px; display:flex; align-items:center; gap:10px; }
.contato-deco .cd-label::before { content:''; width:22px; height:2px; background:var(--yellow); }
.contato-deco p { font-size:14.5px; line-height:1.65; color:rgba(255,253,247,.8); max-width:320px; position:relative; z-index:1; }
.contato-deco strong { color:var(--yellow); }

/* ─── NOSSA HISTÓRIA ─── */
.story-timeline { position:relative; display:flex; flex-direction:column; gap:0; margin-top:8px; }
.story-timeline::before { content:''; position:absolute; left:7px; top:14px; bottom:14px; width:2px; background:linear-gradient(180deg, var(--yellow-dark), var(--navy)); }
.st-item { display:flex; gap:22px; padding:20px 0; position:relative; }
.st-dot { width:16px; height:16px; border-radius:50%; background:var(--yellow); border:3px solid var(--cream); box-shadow:0 0 0 2px var(--yellow-dark); flex-shrink:0; margin-top:4px; position:relative; z-index:1; }
.st-year { font-family:'JetBrains Mono',monospace; font-size:12px; font-weight:700; color:var(--navy); margin-bottom:4px; }
.st-item h3 { font-size:16.5px; font-weight:700; margin-bottom:6px; color:var(--ink); }
.st-item p { font-size:14px; color:var(--gray); line-height:1.65; }
.uf-grid { display:flex; flex-wrap:wrap; gap:9px; justify-content:center; margin-top:8px; }
.uf-chip {
  font-family:'JetBrains Mono',monospace; font-size:12.5px; font-weight:700;
  color:rgba(255,253,247,.75); background:rgba(255,253,247,.06);
  border:1px solid rgba(255,253,247,.16); border-radius:10px; padding:9px 13px;
}
.uf-chip.hl { background:rgba(255,214,10,.14); border-color:rgba(255,214,10,.4); color:var(--yellow); }

.br-map { max-width:520px; width:100%; margin:0 auto 36px; display:block; }
