:root {
  --blue:   #1B4FBE;
  --blue-d: #1340A0;
  --navy:   #080C1A;
  --navy-2: #0F1528;
  --navy-3: #161E32;
  --green:  #3DB84B;
  --white:  #FFFFFF;
  --gray-l: #D8DCE8;
  --gray:   #7A849A;
  --gray-d: #3A4258;
  --ease:   cubic-bezier(.4,0,.2,1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--navy); color: var(--white); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img  { max-width: 100%; height: auto; display: block; }
a    { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; font-family: inherit; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ===== NAV ===== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  padding: 14px 24px;
  background: #ffffff;
  border-bottom: 1px solid rgba(27,79,190,.1);
  display: flex; align-items: center; justify-content: space-between;
  box-shadow: 0 2px 16px rgba(13,27,64,.08);
  transition: transform .35s var(--ease), padding .3s var(--ease);
}
.nav.scrolled { padding: 10px 24px; box-shadow: 0 2px 20px rgba(13,27,64,.14); }
.nav-logo img { height: 62px; width: auto; transition: height .3s var(--ease); }
.nav.scrolled .nav-logo img { height: 62px; }
.nav-right { display: flex; align-items: center; gap: 10px; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.btn-cta, .btn-cta-outline {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 40px; white-space: nowrap;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 14px; letter-spacing: .08em; text-transform: uppercase;
  padding: 10px 22px; border-radius: 50px;
  transition: background .25s, color .25s, border-color .25s, transform .25s, box-shadow .25s;
}
.btn-cta { background: var(--blue); color: #fff; border: 1.5px solid var(--blue); }
.btn-cta:hover { background: var(--blue-d); border-color: var(--blue-d); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(27,79,190,.45); }
.btn-cta-outline { background: rgba(61,184,75,.08); color: var(--navy); border: 1.5px solid rgba(61,184,75,.42); }
.btn-cta-outline:hover { background: rgba(61,184,75,.16); color: var(--green); border-color: var(--green); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(61,184,75,.22); }

/* ===== HERO ===== */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background: url('https://static.wixstatic.com/media/11062b_7c38a2397bde43c4a8358896270dab88~mv2.jpg') center/cover no-repeat;
  filter: brightness(.38) saturate(.85);
  transform: scale(1.05);
  animation: bgZoom 22s ease-in-out infinite alternate;
}
@keyframes bgZoom { from{transform:scale(1.05)} to{transform:scale(1.12)} }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(150deg, rgba(8,12,26,.82) 0%, rgba(8,12,26,.2) 55%, rgba(8,12,26,.72) 100%);
}
.hero-content { position: relative; z-index: 2; padding: 130px 24px 90px; max-width: 840px; width: 100%; margin: 0 auto; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green); color: #fff;
  font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 8px 18px; border-radius: 100px; margin-bottom: 26px;
  animation: fadeUp .65s ease both;
}
.hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(48px, 9.5vw, 96px); font-weight: 900; line-height: .92;
  text-transform: uppercase; color: #fff; margin-bottom: 20px;
  animation: fadeUp .65s .1s ease both;
}
.hero-title .hl { color: #6AABFF; display: block; }
.hero-divider { width: 56px; height: 4px; background: var(--green); border-radius: 2px; margin: 0 0 24px; animation: fadeUp .65s .2s ease both; }
.hero-sub {
  font-size: clamp(17px, 2.4vw, 21px); color: rgba(255,255,255,.82);
  max-width: 520px; line-height: 1.7; margin-bottom: 40px; font-weight: 400;
  animation: fadeUp .65s .25s ease both;
}
.hero-cta { animation: fadeUp .65s .35s ease both; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 14px; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--blue); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 17px; letter-spacing: .07em;
  padding: 16px 40px; border-radius: 50px;
  transition: background .25s, transform .25s, box-shadow .25s;
}
.btn-primary:hover { background: var(--blue-d); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(27,79,190,.5); }
.hero-scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: rgba(255,255,255,.28); font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  animation: fadeIn 1.4s 1s ease both;
}
.scroll-bar { width: 1px; height: 32px; background: linear-gradient(to bottom, rgba(255,255,255,.3), transparent); animation: sp 2.2s ease-in-out infinite; }
@keyframes sp { 0%,100%{opacity:1;transform:scaleY(1)} 50%{opacity:.25;transform:scaleY(.5)} }

/* ===== TICKER ===== */
.ticker { background: var(--blue); border-top: none; overflow: hidden; }
.ticker-wrap { display: flex; white-space: nowrap; animation: tickRoll 28s linear infinite; }
.ticker-wrap:hover { animation-play-state: paused; }
@keyframes tickRoll { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.t-item { display: inline-flex; align-items: center; gap: 10px; padding: 13px 26px; font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.9); }
.t-sep { color: rgba(255,255,255,.4); font-size: 18px; padding: 13px 2px; }

/* ===== ABOUT ===== */
.about { background: #F4F6FC; padding: 60px 0; position: relative; }
.about::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,var(--blue),var(--green)); }
.about-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.about-tag { font-size:11px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:var(--blue); margin-bottom:12px; display:block; }
.about-text { font-size: clamp(18px,2.4vw,22px); color: var(--navy); line-height: 1.7; }
.about-text strong { color: var(--blue); font-weight: 600; }

/* ===== STATS ===== */
.stats { background: var(--navy); padding: 68px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(2,1fr); }
@media(min-width:768px){ .stats-grid { grid-template-columns: repeat(4,1fr); } }
.stat { text-align: center; padding: 20px; position: relative; }
.stat + .stat::before { content:''; position:absolute; left:0; top:18%; bottom:18%; width:1px; background:rgba(255,255,255,.07); }
@media(max-width:767px){ .stat:nth-child(2n+1)::before{display:none} }
.stat-num { font-family:'Barlow Condensed',sans-serif; font-size:clamp(50px,7vw,72px); font-weight:900; color:#fff; line-height:1; letter-spacing:-.02em; }
.suf { font-size:.55em; vertical-align:super; color:var(--green); }
.stat-lbl { font-size:11px; color:var(--gray); text-transform:uppercase; letter-spacing:.12em; margin-top:5px; }

/* ===== PAIN ===== */
.pain { padding: 92px 0; background: #F4F6FC; }
.pain-inner { display: grid; grid-template-columns: 1fr; gap: 52px; align-items: center; }
@media(min-width:900px){ .pain-inner { grid-template-columns: 1fr 1fr; } }
.sec-tag { font-size:11px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:var(--blue); margin-bottom:10px; display:block; }
.sec-title { font-family:'Barlow Condensed',sans-serif; font-size:clamp(32px,5vw,52px); font-weight:900; text-transform:uppercase; line-height:1.05; color:var(--navy); }
.sec-title span { color:#6AABFF; }
.pain-list { display:flex; flex-direction:column; gap:22px; margin: 28px 0 34px; }
.pain-item { display:flex; align-items:flex-start; gap:14px; }
.pain-icon { font-size:24px; flex-shrink:0; margin-top:2px; }
.pain-item strong { display:block; font-size:17px; font-weight:700; color:var(--navy); margin-bottom:4px; }
.pain-item p { font-size:15px; color:var(--gray); line-height:1.65; }
.pain-img-wrap { position:relative; border-radius:14px; overflow:hidden; box-shadow:0 20px 56px rgba(0,0,0,.45); }
.pain-img-wrap img { width:100%; height:390px; object-fit:cover; display:block; }
@media(min-width:900px){ .pain-img-wrap img { height:440px; } }
.pain-badge { position:absolute; bottom:18px; left:18px; right:18px; background:rgba(8,12,26,.92); backdrop-filter:blur(8px); border-radius:10px; padding:13px 16px; border-left:3px solid var(--green); }
.pain-badge strong { display:block; color:#fff; font-size:14px; font-weight:700; margin-bottom:2px; }
.pain-badge span { font-size:12px; color:var(--gray); }

/* ===== SERVICES ===== */
.services { padding: 92px 0; background: #ffffff; }
.sec-hd { text-align:center; margin-bottom:52px; }
.services .sec-title, .services .sec-tag { color:var(--navy); }
.services .sec-title span { color:var(--blue); }
.sec-desc { font-size:15px; color:var(--gray-d); max-width:480px; margin:12px auto 0; line-height:1.7; }
.svc-grid { display:grid; grid-template-columns:1fr; gap:20px; }
@media(min-width:580px){ .svc-grid { grid-template-columns:repeat(2,1fr); } }
@media(min-width:960px){ .svc-grid { grid-template-columns:repeat(3,1fr); } }
.svc-card {
  background:#F4F6FC; border:1px solid rgba(27,79,190,.08);
  border-radius:14px; padding:32px 26px; position:relative; overflow:hidden;
  transition:border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}
.svc-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(90deg,var(--blue),var(--green)); transform:scaleX(0); transform-origin:left; transition:transform .4s var(--ease); }
.svc-card::after { content:''; position:absolute; top:0; left:0; bottom:0; width:4px; background:linear-gradient(180deg,var(--blue),var(--green)); border-radius:14px 0 0 14px; opacity:0; transition:opacity .3s var(--ease); }
.svc-card:hover::after { opacity:1; }
.svc-card:hover { border-color:rgba(27,79,190,.3); transform:translateY(-5px); box-shadow:0 14px 36px rgba(0,0,0,.35); }
.svc-card:hover::before { transform:scaleX(1); }
.svc-icon { width:50px; height:50px; background:rgba(27,79,190,.14); border-radius:12px; display:grid; place-items:center; font-size:22px; margin-bottom:18px; }
.svc-title { font-family:'Barlow Condensed',sans-serif; font-size:20px; font-weight:800; text-transform:uppercase; color:var(--navy); margin-bottom:9px; }
.svc-desc { font-size:15px; color:var(--gray); line-height:1.75; }
.svc-mobile-note { display:none; }

/* ===== HOW ===== */
.how { padding: 92px 0; background: var(--navy); position: relative; overflow: hidden; }
.how-wm { position:absolute; bottom:-20px; right:-10px; font-family:'Barlow Condensed',sans-serif; font-size:clamp(80px,14vw,180px); font-weight:900; color:rgba(255,255,255,.018); white-space:nowrap; pointer-events:none; user-select:none; }
.how-steps { display:grid; grid-template-columns:1fr; gap:36px; }
@media(min-width:768px){ .how-steps { grid-template-columns:repeat(4,1fr); gap:0; } }
.how-step { position:relative; padding-right:20px; }
@media(min-width:768px){
  .how-step:not(:last-child)::after { content:''; position:absolute; top:28px; right:-8%; width:50%; height:1px; background:linear-gradient(90deg,rgba(27,79,190,.4),transparent); }
}
.step-n { font-family:'Barlow Condensed',sans-serif; font-size:64px; font-weight:900; color:rgba(27,79,190,.2); line-height:1; margin-bottom:6px; }
.step-t { font-family:'Barlow Condensed',sans-serif; font-size:19px; font-weight:800; text-transform:uppercase; color:#fff; margin-bottom:8px; }
.step-d { font-size:15px; color:var(--gray); line-height:1.7; }

/* ===== TRUST ===== */
.trust { background:var(--navy-2); padding:44px 0; border-top:1px solid rgba(255,255,255,.05); }
.trust-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px 0; }
@media(min-width:768px){ .trust-grid { grid-template-columns:repeat(4,1fr); } }
.trust-item { display:flex; align-items:center; gap:14px; padding:0 20px; }
@media(min-width:768px){ .trust-item+.trust-item { border-left:1px solid rgba(255,255,255,.07); } }
.trust-icon { font-size:28px; flex-shrink:0; }
.trust-item strong { display:block; color:#fff; font-size:15px; font-weight:700; }
.trust-item span { font-size:12px; color:var(--gray); }

/* ===== FORM ===== */
.form-sec { padding:92px 0; background:#ffffff; }
.form-wrap { max-width:760px; margin:0 auto; background:#ffffff; border:1px solid rgba(27,79,190,.1); border-radius:16px; padding:clamp(28px,5vw,56px); box-shadow:0 4px 32px rgba(27,79,190,.08); }
.f-grid { display:grid; grid-template-columns:1fr; gap:16px; }
@media(min-width:580px){ .f-grid { grid-template-columns:repeat(2,1fr); } }
.f-group { display:flex; flex-direction:column; gap:6px; }
.f-group.full { grid-column:1/-1; }
.f-label { font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--navy); }
.f-input,.f-select,.f-textarea { background:#EEF1FA; border:1.5px solid rgba(27,79,190,.12); border-radius:9px; padding:13px 14px; font-family:'DM Sans',sans-serif; font-size:14px; color:var(--navy); outline:none; width:100%; transition:border-color .2s,background .2s; -webkit-appearance:none; }
.f-input::placeholder,.f-textarea::placeholder { color:#9AA3BC; }
.f-input:focus,.f-select:focus,.f-textarea:focus { border-color:var(--blue); background:#E8EDFA; }
.f-select option { background:#ffffff; color:var(--navy); }
.f-textarea { resize:vertical; min-height:110px; }
.f-btn { display:flex; justify-content:center; margin-top:6px; }
.f-btn .btn-primary { width:100%; justify-content:center; font-size:16px; padding:16px; }
.field-hint { font-size:11px; color:var(--gray); margin-top:3px; }
/* Multistep */
.quote-progress { display:flex; gap:8px; margin-bottom:28px; }
.quote-progress span { flex:1; height:4px; border-radius:2px; background:rgba(27,79,190,.12); transition:background .3s; }
.quote-progress span.active { background:var(--blue); }
.quote-step { display:none; }
.quote-step.active { display:block; }
.quote-step-head { margin-bottom:22px; }
.quote-kicker { font-size:11px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; color:var(--blue); display:block; margin-bottom:6px; }
.quote-step-title { font-family:'Barlow Condensed',sans-serif; font-size:clamp(22px,3.5vw,30px); font-weight:800; text-transform:uppercase; color:var(--navy); margin-bottom:6px; }
.quote-step-desc { font-size:14px; color:var(--gray); line-height:1.55; }
.quote-actions { display:flex; gap:12px; margin-top:20px; justify-content:flex-end; }
.quote-back { background:transparent; border:1.5px solid rgba(27,79,190,.25); color:var(--navy); border-radius:50px; padding:11px 26px; font-size:13px; font-weight:700; cursor:pointer; transition:border-color .2s; }
.quote-back:hover { border-color:var(--blue); }
.qualify-grid { display:grid; grid-template-columns:1fr; gap:12px; margin-top:18px; }
@media(min-width:540px){ .qualify-grid { grid-template-columns:1fr 1fr; } }
.route-qualify-grid { grid-template-columns:1fr; }
@media(min-width:680px){ .route-qualify-grid { grid-template-columns:repeat(3,1fr); } }
.qualify-card { background:#EEF1FA; border:2px solid transparent; border-radius:12px; padding:18px 16px; text-align:left; cursor:pointer; transition:border-color .25s,background .25s; }
.qualify-card:hover { border-color:var(--blue); background:#E8EDFA; }
.qualify-card.selected { border-color:var(--blue); background:#E8EDFA; }
.qualify-card strong { display:block; font-size:14px; color:var(--navy); margin-bottom:5px; }
.qualify-card small { font-size:12px; color:var(--gray); line-height:1.45; }
.route-details { display:none; margin-top:18px; padding:16px; background:#F8FAFF; border:1px solid rgba(27,79,190,.12); border-radius:12px; }
.route-details.visible { display:block; }
.qualify-message { display:none; margin-top:14px; font-size:13px; color:#e53e3e; background:#fff5f5; border:1px solid #fed7d7; border-radius:8px; padding:12px 14px; line-height:1.5; }
.qualify-message.visible { display:block; }
.quote-summary { background:#EEF1FA; border-radius:10px; padding:18px 20px; margin-bottom:18px; font-size:13px; color:var(--navy); line-height:1.8; }
.quote-summary strong { color:var(--blue); }
.quote-consent { display:flex; align-items:flex-start; gap:10px; font-size:13px; color:var(--gray); line-height:1.5; cursor:pointer; margin-bottom:4px; }
.quote-consent input[type=checkbox] { margin-top:2px; flex-shrink:0; }

/* ===== CONTACT ===== */
.contact { padding:80px 0; background:var(--navy-2); }
.contact .sec-title { color:#ffffff; }
.contact .sec-tag { color:#6AABFF; }
/* How section - fundo dark, textos precisam ser claros */
.how .sec-title { color:#ffffff; }
.how .sec-tag { color:#6AABFF; }
.how .step-n { color:rgba(106,171,255,.18); }
.how .step-t { color:#ffffff; }
.how .step-d { color:var(--gray); }
.c-grid { display:grid; grid-template-columns:1fr; gap:20px; max-width:780px; margin:0 auto; }
@media(min-width:600px){ .c-grid { grid-template-columns:repeat(2,1fr); } }
.c-card { background:var(--navy-3); border:1px solid rgba(255,255,255,.06); border-radius:14px; padding:30px; transition:border-color .3s,transform .3s; }
.c-card:hover { border-color:rgba(27,79,190,.35); transform:translateY(-3px); }
.c-city { display:flex; align-items:center; gap:10px; font-family:'Barlow Condensed',sans-serif; font-size:22px; font-weight:800; text-transform:uppercase; color:#fff; margin-bottom:18px; }
.c-dot { width:8px; height:8px; border-radius:50%; background:var(--green); flex-shrink:0; }
.c-row { display:flex; align-items:center; gap:10px; font-size:14px; color:var(--gray-l); margin-bottom:8px; }
.c-row a:hover { color:#6AABFF; }
.contact-email { text-align:center; margin-top:32px; }
.contact-email a { font-size:clamp(15px,2.2vw,19px); color:#6AABFF; border-bottom:1px solid rgba(106,171,255,.3); padding-bottom:2px; transition:border-color .2s; }
.contact-email a:hover { border-color:#6AABFF; }

/* ===== FOOTER ===== */
.footer { background:var(--navy); border-top:1px solid rgba(255,255,255,.05); padding:36px 24px; text-align:center; }
.footer-logo { height:47px; width:auto; margin:0 auto 16px; filter:brightness(0) invert(1); opacity:.75; }
.f-copy { font-size:12px; color:rgba(255,255,255,.3); line-height:1.9; }
.f-copy a { color:rgba(255,255,255,.3); transition:color .2s; }
.f-copy a:hover { color:#6AABFF; }

/* ===== MODAL ===== */
.modal { display:none; position:fixed; inset:0; z-index:999; background:rgba(8,12,26,.88); backdrop-filter:blur(6px); overflow-y:auto; padding:24px 16px; }
.modal-box { max-width:660px; margin:40px auto; background:var(--navy-2); border:1px solid rgba(255,255,255,.08); border-radius:14px; overflow:hidden; }
.modal-head { background:var(--navy); padding:20px 26px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid rgba(255,255,255,.06); }
.modal-head h2 { font-family:'Barlow Condensed',sans-serif; font-size:22px; font-weight:800; text-transform:uppercase; color:#fff; }
.modal-close { background:rgba(255,255,255,.08); color:#fff; width:32px; height:32px; border-radius:50%; font-size:14px; display:grid; place-items:center; cursor:pointer; border:none; }
.modal-body { padding:28px; font-size:14px; line-height:1.75; color:var(--gray-l); }
.modal-body h3 { font-size:13px; font-weight:700; color:#6AABFF; margin:16px 0 5px; }
.modal-body h3:first-child { margin-top:0; }
.modal-body a { color:#6AABFF; }


/* ===== WHATSAPP ===== */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 150;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366;
  display: grid; place-items: center;
  font-size: 28px;
  box-shadow: 0 4px 18px rgba(37,211,102,.4);
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
  animation: waPulse 3s ease-in-out infinite;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 8px 28px rgba(37,211,102,.6); animation: none; }
@keyframes waPulse { 0%,100%{box-shadow:0 4px 18px rgba(37,211,102,.4)} 50%{box-shadow:0 6px 26px rgba(37,211,102,.65)} }

/* ===== REVEAL ===== */
.reveal { opacity:0; transform:translateY(26px); transition:opacity .65s var(--ease),transform .65s var(--ease); }
.reveal.in { opacity:1; transform:translateY(0); }
.d1{transition-delay:.1s} .d2{transition-delay:.2s} .d3{transition-delay:.3s} .d4{transition-delay:.4s} .d5{transition-delay:.5s}

@keyframes fadeUp { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeIn  { from{opacity:0} to{opacity:1} }

/* ── WHATSAPP PREMIUM ── */
.wa-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: #25D366; color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 16px; letter-spacing: .05em;
  padding: 14px 28px; border-radius: 50px;
  transition: background .25s, transform .25s, box-shadow .25s;
}
.wa-btn:hover { background: #1da851; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(37,211,102,.4); }
.wa-btn svg { width: 20px; height: 20px; fill: #fff; flex-shrink: 0; }
.wa-divider {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap;
  margin-top: 22px; padding-top: 22px;
  border-top: 1px solid rgba(27,79,190,.12);
}
.wa-divider span { font-size: 14px; color: var(--gray); }
.wa-contact {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(37,211,102,.08); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 15px; letter-spacing: .05em;
  padding: 12px 22px; border-radius: 50px;
  border: 1.5px solid rgba(37,211,102,.35);
  transition: background .25s, border-color .25s, transform .25s;
}
.wa-contact:hover { background: rgba(37,211,102,.18); border-color: #25D366; transform: translateY(-2px); }
.wa-contact svg { width: 18px; height: 18px; fill: #25D366; flex-shrink: 0; }



.btn-ghost-hero {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: rgba(255,255,255,.85);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 17px; letter-spacing: .06em;
  padding: 15px 32px; border-radius: 50px;
  border: 1.5px solid rgba(255,255,255,.35);
  transition: border-color .25s, color .25s, background .25s;
}
.btn-ghost-hero:hover {
  border-color: rgba(255,255,255,.75);
  color: #fff;
  background: rgba(255,255,255,.07);
}

  

/* ═══════════════════════════════
   MOBILE REFINADO — meio termo entre v2 e v3
   Mantém o desktop da v2 e corrige hero/buttons no mobile
═══════════════════════════════ */
@media(max-width:640px){
  .nav { padding: 10px 14px; gap: 8px; }
  .nav-logo img { height: 62px; }
  .nav-actions { gap: 7px; }
  .btn-cta, .btn-cta-outline {
    min-height: 36px;
    font-size: 11.5px;
    padding: 8px 12px;
    letter-spacing: .045em;
    white-space: nowrap;
  }

  .hero { min-height: 100svh; align-items: center; }
  .hero-content {
    padding: 104px 20px 78px;
    text-align: center;
    max-width: 520px;
  }
  .hero-badge { font-size: 11px; padding: 6px 13px; margin-bottom: 20px; }
  .hero-title {
    font-size: clamp(34px, 10.5vw, 42px);
    line-height: .96;
    letter-spacing: -.02em;
  }
  .hero-sub {
    font-size: 16px;
    line-height: 1.55;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-divider { margin: 18px auto 18px; }

  .hero-cta {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
  .hero-cta .btn-primary,
  .hero-cta .btn-ghost-hero {
    width: min(100%, 320px) !important;
    min-height: 50px;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    font-size: 15.5px;
    line-height: 1.1;
    padding: 14px 20px;
    letter-spacing: .06em;
    white-space: normal;
  }
  .hero-scroll { display: none; }
}

@media(max-width:360px){
  .hero-content { padding: 96px 16px 68px; }
  .hero-title { font-size: 33px; }
  .hero-sub { font-size: 15px; }
  .nav { padding-left: 10px; padding-right: 10px; }
  .nav-logo img { height: 62px; }
  .nav-actions { gap: 6px; }
  .btn-cta, .btn-cta-outline { font-size: 10.5px; padding: 7px 9px; min-height: 34px; letter-spacing: .035em; }
  .hero-cta .btn-primary,
  .hero-cta .btn-ghost-hero { width: min(100%, 300px) !important; font-size: 14.5px; padding: 13px 16px; }
}

  
/* ── COOKIE BANNER ── */
#cookieBanner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: var(--navy-2);
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 16px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  box-shadow: 0 -4px 24px rgba(0,0,0,.45);
  transform: translateY(100%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
}
#cookieBanner.visible { transform: translateY(0); }
#cookieBanner p {
  font-size: 13px; color: var(--gray-l); line-height: 1.6;
  margin: 0; flex: 1; min-width: 220px;
}
#cookieBanner p a { color: #6AABFF; text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btn-accept {
  background: var(--blue); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 13px; letter-spacing: .07em;
  padding: 9px 22px; border-radius: 50px; border: none; cursor: pointer;
  transition: background .2s;
}
.cookie-btn-accept:hover { background: var(--blue-d); }
.cookie-btn-reject {
  background: transparent; color: var(--gray-l);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 13px; letter-spacing: .07em;
  padding: 9px 18px; border-radius: 50px;
  border: 1px solid rgba(255,255,255,.18); cursor: pointer;
  transition: border-color .2s, color .2s;
}
.cookie-btn-reject:hover { border-color: rgba(255,255,255,.45); color: #fff; }
@media(max-width:480px){
  #cookieBanner { padding: 14px 16px; }
  #cookieBanner p { font-size: 12px; }
  .cookie-actions { width: 100%; justify-content: flex-end; }
}

  

/* ===== CONTATOS BRASIL — CURADORIA VISUAL ===== */
.contact .sec-hd { margin-bottom: 42px; }
.contact .sec-title span { color:#6AABFF; }
.c-grid { max-width: 900px; gap: 24px; align-items: stretch; }
.c-card {
  position: relative;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 260px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.03));
}
.c-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--green));
  opacity: .95;
}
.c-city {
  margin-bottom: 0;
  gap: 14px;
  align-items: center;
  min-width: 0;
}
.flag-badge {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(61,184,75,.10);
  border: 1px solid rgba(61,184,75,.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  font-size: 21px;
  flex-shrink: 0;
}
.city-copy { display:flex; flex-direction:column; gap:2px; min-width:0; }
.city-country {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #6AABFF;
  font-weight: 700;
}
.city-name {
  font-family:'Barlow Condensed',sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  color:#fff;
}
.contact-role {
  width: fit-content;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(106,171,255,.08);
  border: 1px solid rgba(106,171,255,.13);
  border-radius: 999px;
  padding: 6px 11px;
}
.contact-details { display:flex; flex-direction:column; gap:10px; min-width:0; }
.c-row {
  margin-bottom: 0;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 11px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.055);
  color: var(--gray-l);
}
.c-row .c-ico { width: 18px; text-align:center; opacity:.82; flex-shrink:0; }
.c-row a { overflow-wrap:anywhere; word-break:break-word; line-height:1.35; }
.wa-contact {
  width: fit-content;
  min-width: 156px;
  justify-content: center;
  margin-top: auto !important;
}
.contact-email {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:36px;
}
.contact-email .email-pill {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  max-width:100%;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(106,171,255,.075);
  border:1px solid rgba(106,171,255,.16);
  color:#6AABFF;
  font-size:clamp(13px,2vw,15px);
  line-height:1.25;
  overflow-wrap:anywhere;
  word-break:break-word;
  transition:background .2s,border-color .2s,transform .2s;
}
.contact-email .email-pill:hover { background:rgba(106,171,255,.12); border-color:rgba(106,171,255,.35); transform:translateY(-1px); }
.advisor-cta {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:24px;
  min-height:46px;
  padding:12px 24px;
  border-radius:999px;
  background:var(--blue);
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:background .2s, transform .2s, box-shadow .2s;
}
.advisor-cta:hover { background:var(--blue-d); transform:translateY(-2px); box-shadow:0 10px 24px rgba(27,79,190,.35); }
.footer .f-copy a#privacyLink { color:rgba(255,255,255,.42); border-bottom:1px solid rgba(255,255,255,.14); padding-bottom:2px; }
.footer .f-copy a#privacyLink:hover { color:#6AABFF; border-color:rgba(106,171,255,.45); }
.site-credit { display:block; margin-top:10px; font-size:11px; color:rgba(255,255,255,.32); }
.site-credit a { color:rgba(255,255,255,.5); text-decoration:none; border-bottom:1px solid rgba(255,255,255,.18); padding-bottom:1px; transition:color .2s,border-color .2s; }
.site-credit a:hover { color:#6AABFF; border-color:rgba(106,171,255,.45); }
@media(max-width:640px){
  .services { padding: 70px 0; }
  .svc-grid .svc-card:nth-child(n+6) { display:none; }
  .svc-mobile-note {
    display:block;
    margin:18px auto 0;
    max-width:330px;
    text-align:center;
    color:var(--gray-d);
    font-size:13px;
    line-height:1.55;
  }
  .contact { padding: 70px 0; }
  .contact .sec-hd { margin-bottom: 32px; }
  .c-grid { grid-template-columns:1fr; gap:16px; max-width: 460px; }
  .c-card { padding:24px; min-height:auto; }
  .city-name { font-size:24px; }
  .contact-role { font-size:11px; }
  .wa-contact { width:100%; }
  .advisor-cta { width:100%; }
  .contact-email { flex-direction:column; align-items:stretch; gap:10px; margin-top:28px; }
  .contact-email .email-pill { width:100%; }
}
