:root {
  --ink: #10212b;
  --muted: #60717d;
  --line: #dfe7ec;
  --paper: #ffffff;
  --soft: #f4f8fa;
  --brand: #006b8f;
  --brand-deep: #063646;
  --accent: #006b8f;
  --success: #16835f;
  --shadow: 0 24px 70px rgba(11, 45, 59, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }

.trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 8px 16px;
  color: #d8f5ff;
  font-size: 12px;
  font-weight: 750;
  background: var(--brand-deep);
}
.trust-strip strong { color: #fff; }
.trust-strip > * + *::before {
  content: "•";
  margin-right: 18px;
  color: #8dd9ec;
}
.trust-strip a.trust-link { text-decoration: none; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 0 7vw;
  border-bottom: 1px solid rgba(16, 33, 43, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 10;
}
.brand { display: grid; line-height: 1; }
.brand-mark { color: var(--brand-deep); font-size: 27px; font-weight: 850; letter-spacing: 0; }
.brand-sub { color: var(--brand); font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 24px; color: #334b57; font-size: 14px; font-weight: 650; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-cta, .nav-whatsapp, .primary-action, .secondary-action, .quote-card button, .mobile-sticky-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 6px;
  font-weight: 800;
}
.nav-cta, .primary-action, .quote-card button, .mobile-sticky-cta { color: #fff; background: var(--accent); }
.nav-cta { padding: 0 18px; }
.nav-whatsapp {
  gap: 7px;
  padding: 0 16px;
  color: #fff;
  border: none;
  background: #1a8c4a;
  font-size: 13px;
}
.nav-whatsapp:hover { background: #157a3e; }
.nav-whatsapp img { width: 18px; height: 18px; filter: brightness(0) invert(1); }

.hero { min-height: 720px; position: relative; overflow: hidden; isolation: isolate; }
.hero-image { width: 100%; height: 100%; min-height: 720px; object-fit: cover; object-position: center; position: absolute; inset: 0; z-index: -2; }
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 32, 44, 0.91) 0%, rgba(4, 49, 68, 0.78) 38%, rgba(4, 49, 68, 0.28) 72%, rgba(4, 49, 68, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.1));
}
.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: center;
  gap: 56px;
  width: min(1180px, calc(100% - 48px));
  min-height: 720px;
  margin: 0 auto;
  padding: 56px 0 72px;
}
.hero-copy { max-width: 670px; color: #fff; }
.eyebrow { margin: 0 0 14px; color: #2c95b4; font-size: 12px; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.hero .eyebrow, .final-cta .eyebrow { color: #a6edff; }
h1 { max-width: 680px; margin-bottom: 22px; font-size: clamp(44px, 5.6vw, 72px); line-height: 0.99; letter-spacing: 0; }
.copy-mobile { display: none; }
.hero-lead { max-width: 580px; color: rgba(255, 255, 255, 0.9); font-size: 20px; line-height: 1.55; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 620px; margin-top: 34px; }
.hero-proof div,
.hero-proof-reviews { padding: 18px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 8px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); }
.hero-proof-reviews { display: block; color: inherit; text-decoration: none; }
.hero-proof-reviews:hover,
.hero-proof-guarantee:hover,
.hero-proof-guarantee:focus-within { background: rgba(255, 255, 255, 0.18); border-color: rgba(255, 255, 255, 0.4); }
.proof-rule { display: block; color: inherit; text-decoration: none; }
.hero-proof strong { display: block; font-size: 25px; }
.hero-proof span { display: block; margin-top: 4px; color: rgba(255, 255, 255, 0.76); font-size: 13px; line-height: 1.35; }
/* Mobile/desktop copy toggle scoped to proof strip (beats .hero-proof span specificity) */
.hero-proof .copy-desktop { display: inline; }
.hero-proof .copy-mobile { display: none; }

.quote-card { padding: 28px; border-radius: 8px; box-shadow: var(--shadow); background: rgba(255, 255, 255, 0.97); }
.quote-header { margin-bottom: 18px; }
.step-badge { display: inline-flex; margin-bottom: 14px; padding: 6px 10px; border-radius: 999px; color: #0d6e57; font-size: 12px; font-weight: 850; background: #e5f7ef; }
.quote-card h2 { margin-bottom: 8px; font-size: 27px; line-height: 1.12; }
.quote-card p { color: var(--muted); line-height: 1.5; }
.form-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 18px; }
.form-step { padding: 10px 8px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); font-size: 12px; font-weight: 850; text-align: center; background: #fff; }
.form-step.is-active { color: #fff; border-color: var(--brand); background: var(--brand); }
.quote-panel { display: none; }
.quote-panel.is-active { display: block; }
label { display: grid; gap: 7px; margin-bottom: 14px; font-size: 13px; font-weight: 800; }
input, select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #cbd9df; border-radius: 6px; color: var(--ink); font: inherit; background: #fff; }
select {
  height: 48px;
  padding-right: 40px;
  line-height: normal;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2310212b' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 14px 14px;
}
select::-ms-expand { display: none; }
input:focus, select:focus { border-color: var(--brand); outline: 3px solid rgba(0, 107, 143, 0.16); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.phone-row { grid-template-columns: 94px 1fr; }
.quote-card button { width: 100%; min-height: 52px; border: 0; cursor: pointer; font-size: 15px; }
.quote-card button:disabled { opacity: 0.75; cursor: default; }
.quote-card .quote-back { margin-top: 10px; color: var(--brand); border: 1px solid var(--line); background: #fff; }
.form-assurance { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.form-assurance span { flex: 1 1 auto; padding: 8px 10px; border-radius: 999px; color: #315160; font-size: 12px; font-weight: 800; text-align: center; background: var(--soft); }

.logo-band { display: grid; gap: 18px; padding: 24px 5vw; color: #fff; background: #27323a; }
.logo-band p { margin: 0; color: rgba(255, 255, 255, 0.72); font-size: 13px; font-weight: 800; text-align: center; }
.logo-rail { position: relative; }
.logo-rail-arrow { display: none; }
.logo-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; }
.logo-list span { min-width: 105px; color: rgba(255, 255, 255, 0.88); font-size: 13px; font-weight: 850; text-align: center; }

.section { padding: 78px 7vw; }
.section-heading { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.section-heading h2, .process-copy h2, .credibility-panel h2, .final-cta h2 { margin-bottom: 14px; font-size: clamp(30px, 4vw, 46px); line-height: 1.07; letter-spacing: 0; }
.section-heading p, .process-copy p, .cred-note { color: var(--muted); font-size: 17px; line-height: 1.65; }
.benefits { background: linear-gradient(135deg, #f7fbfc 0%, #eef6f8 100%); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 1080px; margin: 0 auto; }
.benefit-card { min-height: 218px; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.benefit-card.featured { border-color: rgba(0, 107, 143, 0.42); box-shadow: 0 18px 50px rgba(0, 107, 143, 0.12); }
.icon { width: 42px; height: 42px; margin-bottom: 22px; color: var(--brand); }
.icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3 { margin-bottom: 10px; font-size: 20px; }
.benefit-card p { margin-bottom: 0; color: var(--muted); line-height: 1.55; }

.process { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 42px; align-items: start; }
.process-copy { max-width: 430px; }
.steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.steps article { min-height: 190px; padding: 24px; border-radius: 8px; color: #fff; background: linear-gradient(135deg, var(--brand), #0e7dd9); }
.steps span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 24px; border-radius: 50%; color: var(--brand-deep); font-size: 19px; font-weight: 900; background: #fff; }
.steps h3 { margin-bottom: 8px; font-size: 19px; }
.steps p { margin-bottom: 0; color: rgba(255, 255, 255, 0.82); line-height: 1.5; }

.credibility { background: var(--brand-deep); }
.credibility-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; max-width: 1080px; margin: 0 auto; color: #fff; }
.credibility-panel .eyebrow { color: #a6edff; }
.credibility-panel h2 { max-width: 520px; }
.cred-note { margin-bottom: 0; color: rgba(255, 255, 255, 0.76); }
.score-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.score-grid div { padding: 22px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 8px; background: rgba(255, 255, 255, 0.08); }
.score-grid strong { display: block; font-size: 30px; }
.score-grid span { display: block; margin-top: 5px; color: rgba(255, 255, 255, 0.74); font-size: 13px; }

.testimonials { background: #fff; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 1080px; margin: 0 auto; }
.testimonial-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.testimonial-grid p { color: #324954; line-height: 1.6; }
.testimonial-grid strong { display: block; margin-top: 18px; }
.testimonial-grid span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; }

.faq { background: var(--soft); }
.faq-list { max-width: 860px; margin: 0 auto; }
details { border-top: 1px solid var(--line); background: #fff; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 22px 24px; font-size: 18px; font-weight: 850; }
details p { margin: 0; padding: 0 24px 24px; color: var(--muted); line-height: 1.65; }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 56px 7vw; color: #fff; background: linear-gradient(135deg, var(--brand), #0e7dd9); }
.final-cta h2 { margin-bottom: 0; }
.final-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.primary-action, .secondary-action { padding: 0 20px; }
.final-cta .primary-action { color: var(--brand-deep); background: #fff; }
.secondary-action { color: #fff; border: 1px solid rgba(255, 255, 255, 0.5); }
.footer { padding: 30px 7vw 36px; color: var(--muted); font-size: 13px; text-align: center; background: #fff; }
.footer p { margin: 4px 0; }
.mobile-sticky-cta { display: none; }

@media (max-width: 960px) {
  .trust-strip { flex-wrap: wrap; gap: 8px 16px; }
  .trust-strip > * + *::before { display: none; }
  .nav { padding: 0 24px; }
  .nav-links { display: none; }
  .brand { margin-right: auto; }
  .nav-whatsapp span { display: none; }
  .nav-whatsapp { width: 44px; padding: 0; }
  .hero, .hero-image, .hero-content { min-height: auto; }
  .hero-content { grid-template-columns: 1fr; width: min(680px, calc(100% - 36px)); padding: 64px 0; }
  .quote-card { max-width: 520px; }
  .benefit-grid, .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .process, .credibility-panel { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body { padding-bottom: 72px; }
  .trust-strip { display: none; }
  .nav { min-height: 58px; padding: 0 16px; }
  .brand-mark { font-size: 23px; }
  .brand-sub { font-size: 9px; }
  .nav-cta { min-height: 40px; padding: 0 12px; font-size: 12px; }
  .hero { min-height: auto; }
  .hero-image { min-height: 640px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(4, 32, 44, 0.92) 0%, rgba(4, 49, 68, 0.82) 50%, rgba(4, 49, 68, 0.58) 100%); }
  .hero-content { gap: 18px; width: calc(100% - 24px); padding: 16px 0 30px; }
  .hero-copy { max-width: 100%; }
  .hero .eyebrow { margin-bottom: 10px; font-size: 10px; }
  h1 { max-width: 460px; margin-bottom: 14px; font-size: 31px; line-height: 1.04; }
  .hero-lead { margin-bottom: 0; font-size: 15px; line-height: 1.45; }
  .hero-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }
  .hero-proof div, .hero-proof-reviews { min-height: 62px; padding: 9px; }
  .hero-proof strong { font-size: 20px; }
  .hero-proof span { font-size: 11px; line-height: 1.25; }
  .quote-card { padding: 14px; }
  .quote-header { margin-bottom: 12px; }
  .step-badge { margin-bottom: 8px; padding: 5px 9px; font-size: 11px; }
  .quote-card h2 { margin-bottom: 5px; font-size: 19px; }
  .quote-card p { margin-bottom: 0; font-size: 14px; line-height: 1.4; }
  label { gap: 5px; margin-bottom: 10px; font-size: 12px; }
  input, select { min-height: 42px; }
  select { height: 42px; }
  .form-row { grid-template-columns: 1fr 1fr; gap: 8px; }
  .phone-row { grid-template-columns: 82px 1fr; }
  .quote-card button { min-height: 46px; }
  .form-assurance { gap: 6px; margin-top: 10px; }
  .form-assurance span { flex: 1 1 30%; padding: 7px 6px; font-size: 11px; }
  .logo-band { padding: 22px 14px; }
  .logo-list { gap: 9px; }
  .logo-list span { min-width: auto; padding: 6px 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; }
  .section { padding: 56px 18px; }
  .section-heading { margin-bottom: 28px; text-align: left; }
  .section-heading h2, .process-copy h2, .credibility-panel h2, .final-cta h2 { font-size: 31px; }
  .benefit-grid, .steps, .score-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .benefit-card, .steps article { min-height: auto; }
  .final-cta { display: block; padding: 44px 18px; }
  .final-actions { margin-top: 22px; }
  .primary-action, .secondary-action { width: 100%; }

  .mobile-sticky-cta { display: inline-flex; position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 20; min-height: 52px; box-shadow: 0 14px 34px rgba(16, 33, 43, 0.22); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; }
  .mobile-sticky-cta.is-hidden { opacity: 0; visibility: hidden; transform: translateY(14px); pointer-events: none; }
}

@media (max-width: 380px) {
  .nav-cta { display: none; }
  h1 { font-size: 29px; }
  .hero-lead { font-size: 14px; }
  .hero-proof span { display: none; }
  .hero-proof div, .hero-proof-reviews { min-height: 48px; }
}


/* Testimonials with review-style cards */
.testimonials { background: #fff; }
.t-section-head {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}
.t-section-head h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.07;
}
.t-section-head p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}
.testimonials .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}
.t-card {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}
.t-stars {
  margin-bottom: 14px;
  color: #f6a600;
  font-size: 14px;
  letter-spacing: 0;
}
.t-quote {
  flex: 1;
  margin-bottom: 20px;
  color: #2f4652;
  font-size: 15px;
  line-height: 1.58;
}
.t-foot {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
}
.t-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  background: var(--brand);
}
.t-meta p { margin: 0; }
.t-name { color: var(--ink); font-weight: 850; }
.t-dest { margin-top: 3px !important; color: var(--muted); font-size: 12px; }
.t-badge {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}
.t-badge.green { color: #0d6e57; background: #e5f7ef; }
.t-badge.blue { color: #075985; background: #e0f2fe; }
.t-badge.amber { color: #92400e; background: #fef3c7; }
.t-cta-wrap { margin-top: 28px; text-align: center; }
.t-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--brand);
  font-weight: 850;
  background: #fff;
}

@media (max-width: 960px) {
  .testimonials .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .t-section-head { margin-bottom: 24px; text-align: left; }
  .testimonials .testimonial-grid { grid-template-columns: 1fr; }
  .t-card { min-height: auto; padding: 20px; }
  .t-cta-link { width: 100%; }
}



/* Carousel refinement for review cards */
.testimonials { background: #fff; overflow: hidden; }
.testimonial-carousel {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.testimonials .testimonial-grid {
  display: flex;
  grid-template-columns: none;
  gap: 18px;
  max-width: none;
  margin: 0;
  transition: transform 420ms ease;
  will-change: transform;
}
.testimonials .t-card {
  flex: 0 0 calc((100% - 36px) / 3);
}
.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}
.testimonial-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--brand-deep);
  font-size: 25px;
  font-weight: 800;
  cursor: pointer;
  background: #fff;
}
.testimonial-controls button:hover { border-color: var(--brand); color: var(--brand); }
.testimonial-dots {
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonial-dots button {
  position: relative;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
.testimonial-dots button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #657782;
  transform: translate(-50%, -50%);
  transition: width 180ms ease, background 180ms ease;
}
.testimonial-dots button.is-active::before { width: 18px; background: var(--brand); }
.testimonial-dots button:focus-visible { outline: 3px solid rgba(0, 107, 143, 0.22); outline-offset: 2px; }
.educacional { background: linear-gradient(135deg, #f7fbfc 0%, #eef6f8 100%); }
.educacional .edu-qa { background: rgba(255, 255, 255, 0.66); padding: 24px 26px; }
.educacional .edu-qa + .edu-qa { margin-top: 12px; }
.educacional .edu-qa:first-child { border-top: 1px solid var(--line); }

@media (max-width: 960px) {
  .testimonials .t-card { flex-basis: calc((100% - 18px) / 2); }
}
@media (max-width: 640px) {
  .testimonial-carousel { overflow: visible; }
  .testimonials { overflow: hidden; }
  .testimonials .t-card { flex-basis: 100%; }
  .testimonial-controls { margin-top: 18px; }
  .educacional .edu-qa { padding: 20px; }
}



/* Non-overflow rotating testimonial carousel */
.testimonial-carousel { overflow: visible; }
.testimonials .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  transform: none !important;
  transition: none;
  will-change: auto;
}
.testimonials .t-card { display: none; flex: none; }
.testimonials .t-card.is-visible { display: flex; animation: testimonialFade 240ms ease both; }
@keyframes testimonialFade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 960px) {
  .testimonials .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .testimonials .testimonial-grid { grid-template-columns: 1fr; }
}



/* Final rhythm refinements */
.educacional {
  background: #fffaf1;
  border-top: 1px solid #f1e4cf;
  border-bottom: 1px solid #f1e4cf;
}
.educacional .eyebrow { color: #9a5b16; }
.educacional .edu-grid {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.educacional .edu-qa {
  padding: 24px;
  border: 1px solid #ead9bf;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(96, 71, 38, 0.07);
}
.educacional .edu-qa,
.educacional .edu-qa:first-child {
  border-top: 1px solid #ead9bf;
}
.educacional .edu-qa + .edu-qa { margin-top: 0; }
.educacional .edu-qa h3 { color: #6f420f; }
.faq { background: #f4f8fa; }
.faq details { border-color: #dfe7ec; }

@media (max-width: 960px) {
  .educacional .edu-grid { grid-template-columns: 1fr; max-width: 760px; }
}
@media (max-width: 640px) {
  .educacional .edu-qa { padding: 20px; }
}



/* Narrow mobile fold fixes */
@media (max-width: 374px) {
  body { padding-bottom: 64px; }
  .nav { min-height: 56px; padding: 0 12px; }
  .brand-mark { font-size: 22px; }
  .brand-sub { font-size: 8px; }
  .nav-cta { display: none; }
  .hero-content { width: calc(100% - 20px); gap: 14px; padding: 22px 0 24px; }
  .hero .eyebrow { margin-bottom: 8px; font-size: 9px; }
  h1 { margin-bottom: 10px; font-size: 28px; line-height: 1.04; }
  .hero-lead { font-size: 14px; line-height: 1.4; }
  .hero-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin-top: 12px; }
  .hero-proof div, .hero-proof-reviews { min-height: 48px; padding: 8px 6px; }
  .hero-proof strong { font-size: 18px; }
  .hero-proof span { display: none; }
  .hero-proof div:nth-child(3) strong { font-size: 16px; line-height: 1.05; }
  .quote-card { padding: 12px; }
  .quote-header { margin-bottom: 10px; }
  .step-badge { margin-bottom: 7px; padding: 4px 8px; font-size: 10px; }
  .quote-card h2 { font-size: 18px; line-height: 1.12; }
  .quote-card p { font-size: 13px; line-height: 1.35; }
  label { margin-bottom: 8px; }
  input, select { min-height: 40px; padding: 0 10px; }
  select { height: 40px; padding-right: 36px; background-position: right 11px center; }
  .form-row { gap: 6px; }
  .quote-card button { min-height: 44px; }
  .form-assurance { display: none; }
  .mobile-sticky-cta { min-height: 48px; bottom: 10px; left: 10px; right: 10px; }
}



/* Restore proof subtitles on very narrow phones */
@media (max-width: 374px) {
  .hero-proof div, .hero-proof-reviews { display: block; text-align: left; }
  .hero-proof span { display: block; margin-top: 2px; font-size: 9px; line-height: 1.12; }
  .hero-proof strong { font-size: 15px; line-height: 1.05; }
  .hero-proof div:nth-child(3) strong { font-size: 13px; }
}



/* Google-verifiable review cards */
.google-review-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 12px;
  color: #42515a;
  font-size: 12px;
  font-weight: 850;
}
.google-review-link:hover { color: var(--brand); }
.google-g {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
.t-stars { margin-bottom: 12px; }



/* Assisted journey section */
.diferencial {
  background: #fff;
}
.diferencial .section-heading {
  max-width: 820px;
}
.diferencial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}
.diferencial-card {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(16, 33, 43, 0.06);
}
.fase-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 18px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.fase-antes {
  color: #075985;
  background: #e0f2fe;
}
.fase-durante {
  color: #0d6e57;
  background: #e5f7ef;
}
.fase-depois {
  color: #92400e;
  background: #fef3c7;
}
.diferencial-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.16;
}
.diferencial-card p {
  margin-bottom: 0;
  line-height: 1.58;
}
.curadoria-box {
  max-width: 1080px;
  margin: 18px auto 0;
  padding: 24px 26px;
  border: 1px solid;
  border-radius: 8px;
}
.curadoria-box strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.25;
}
.curadoria-box p {
  margin-bottom: 0;
  line-height: 1.58;
}

@media (max-width: 960px) {
  .diferencial-grid { grid-template-columns: 1fr; }
  .diferencial-card { min-height: auto; }
}
@media (max-width: 640px) {
  .diferencial .section-heading { text-align: left; }
  .diferencial-card,
  .curadoria-box { padding: 20px; }
}


/* Accessibility contrast refinements */
.diferencial { color: var(--ink); }
.diferencial .section-heading p,
.diferencial-card p,
.curadoria-box p {
  color: #3f5360;
}
.curadoria-box {
  border-color: rgba(0, 91, 122, 0.42);
  background: rgba(0, 107, 143, 0.075);
}
.curadoria-box strong { color: #0f2f3b; }



/* Solid background for reliable contrast auditing */
.curadoria-box {
  background: #e8f4f7;
  border-color: #9bc8d4;
}
.curadoria-box p { color: #2f4652; }



/* Complete institutional footer */
.footer {
  padding: 52px 7vw 40px;
  color: var(--ink);
  text-align: left;
  background: #eef2f3;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.25fr 0.78fr 0.78fr 1.45fr;
  gap: 48px;
  max-width: 1180px;
  margin: 0 auto;
}
.footer-brand p {
  max-width: 330px;
  margin: 18px 0 0;
  color: #334b57;
  font-size: 15px;
  line-height: 1.6;
}
.footer h3 {
  margin: 0 0 16px;
  color: var(--brand);
  font-size: 20px;
  line-height: 1.1;
}
.footer-links {
  display: grid;
  align-content: start;
  gap: 11px;
}
.footer-links a,
.footer-contact a {
  color: #5f5258;
  font-weight: 650;
}
.footer-links a:hover,
.footer-contact a:hover { color: var(--brand); }
.footer-newsletter p {
  margin-bottom: 14px;
  color: #253d49;
  line-height: 1.5;
}
.footer-newsletter label {
  margin-bottom: 12px;
}
.footer-newsletter input {
  min-height: 48px;
  border-color: #b9cbd3;
  background: #fff;
}
.footer-newsletter button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-weight: 850;
  cursor: pointer;
  background: var(--ink);
}
.footer-newsletter small {
  display: block;
  margin-top: 12px;
  color: #3d505b;
  line-height: 1.5;
}
.footer-contact {
  display: grid;
  gap: 8px;
  max-width: 1180px;
  margin: 34px auto 0;
  padding-top: 24px;
  border-top: 1px solid #d5dde1;
  color: #334b57;
  font-size: 14px;
  line-height: 1.55;
}
.footer-contact p { margin: 0; }

@media (max-width: 960px) {
  .footer-main { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 640px) {
  .footer { padding: 42px 18px 92px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer h3 { font-size: 18px; }
  .footer-brand p { max-width: none; }
}



/* Reclame Aqui reputation score */
.ra-score strong {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ra-icon {
  display: block;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
}
.ra-score span {
  max-width: 180px;
}
@media (max-width: 640px) {
  .ra-score span { max-width: none; }
}



/* Clickable Google score in credibility panel */
.score-grid .score-link {
  display: block;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}
.score-grid .score-link:hover { border-color: rgba(166, 237, 255, 0.58); background: rgba(255, 255, 255, 0.12); }
.score-grid .score-link strong {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 30px;
}
.score-grid .score-link span:last-child {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}
.score-google-icon {
  display: block;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
}



/* SEO mega menu */
.nav { gap: 24px; }
.nav-menu-toggle { display: none; }
.nav-mega-item { position: relative; }
.nav-mega-trigger {
  min-height: 40px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  color: var(--brand);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  background: #f4f8fa;
}
.nav-mega-trigger::after { content: "▾"; margin-left: 5px; font-size: 10px; }
.mega-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 34px;
  width: min(960px, calc(100vw - 48px));
  padding: 30px 34px;
  border: 1px solid #dfe7ec;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(11, 45, 59, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  background: rgba(255, 255, 255, 0.98);
}
.nav-mega-item:hover .mega-menu,
.nav-mega-item:focus-within .mega-menu,
.nav-mega-item.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.mega-menu h3 {
  margin: 0 0 14px;
  color: #75828a;
  font-size: 14px;
}
.mega-menu a {
  display: block;
  padding: 8px 0;
  color: #5f5258;
  font-size: 15px;
  font-weight: 800;
}
.mega-menu a:hover { color: var(--brand); }

@media (max-width: 960px) {
  .nav { min-height: 64px; padding: 0 18px; gap: 12px; }
  .nav-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid #cbd9df;
    border-radius: 6px;
    color: var(--brand-deep);
    font-weight: 850;
    background: #fff;
  }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 25;
    display: none;
    max-height: calc(100vh - 64px);
    overflow: auto;
    padding: 16px 18px 22px;
    border-bottom: 1px solid #dfe7ec;
    box-shadow: 0 18px 45px rgba(11, 45, 59, 0.14);
    background: rgba(255, 255, 255, 0.98);
  }
  .nav.is-open .nav-links { display: grid; gap: 12px; }
  .nav-links > a,
  .nav-mega-trigger {
    width: 100%;
    min-height: 44px;
    padding: 0;
    text-align: left;
    background: transparent;
  }
  .mega-menu {
    position: static;
    display: none;
    width: 100%;
    padding: 12px 0 8px 12px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    grid-template-columns: 1fr;
    gap: 12px;
    background: transparent;
  }
  .nav-mega-item.is-open .mega-menu { display: grid; }
  .mega-menu h3 { margin: 10px 0 6px; font-size: 12px; }
  .mega-menu a { padding: 7px 0; font-size: 14px; }
  /* anula o translate(-50%) do desktop que fica com especificidade maior */
  .nav-mega-item:hover .mega-menu,
  .nav-mega-item:focus-within .mega-menu,
  .nav-mega-item.is-open .mega-menu { transform: none; }
}

@media (max-width: 374px) {
  .nav-menu-toggle { min-height: 38px; padding: 0 10px; font-size: 12px; }
}



/* Desktop mega-menu audit-safe positioning */
@media (min-width: 961px) {
  .mega-menu {
    position: fixed;
    top: 96px;
    left: 50%;
  }
}



/* Brand action color test: legacy yellow for primary conversion CTAs */
:root { --action: #ffcb05; --action-ink: #082532; }
.nav-cta,
.quote-card button,
.mobile-sticky-cta {
  color: var(--action-ink);
  background: var(--action);
}
.nav-cta:hover,
.quote-card button:hover,
.mobile-sticky-cta:hover {
  background: #ffd83d;
}
.final-cta .primary-action {
  color: var(--action-ink);
  background: var(--action);
}
.final-cta .primary-action:hover { background: #ffd83d; }



/* Real Comparar logo */
.brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.brand-picture {
  display: block;
  line-height: 0;
}
.brand-logo {
  display: block;
  width: 200px;
  height: auto;
}
.footer-logo { width: 190px; }
@media (max-width: 640px) {
  .brand-logo { width: 138px; }
  .footer-logo { width: 168px; }
}
@media (max-width: 374px) {
  .brand-logo { width: 126px; }
}






/* Price guarantee modal */
.trust-strip a.trust-link {
  color: inherit;
  text-decoration: none;
}
.trust-strip a.trust-link:hover { text-decoration: underline; }
.form-assurance a {
  flex: 1 1 auto;
  padding: 8px 10px;
  border-radius: 999px;
  color: #315160;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  background: var(--soft);
  cursor: pointer;
}
.form-assurance a:hover { background: #dde8ed; }
.benefit-card a {
  color: var(--brand);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.policy-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.policy-modal:target { display: flex; }
.policy-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 32, 44, 0.62);
  backdrop-filter: blur(5px);
}
.policy-modal-panel {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  padding: 34px;
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(11, 45, 59, 0.28);
  background: #fff;
}
.policy-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  background: var(--soft);
}
.policy-modal-panel h2 {
  margin-bottom: 12px;
  padding-right: 34px;
  font-size: 32px;
  line-height: 1.08;
}
.policy-modal-panel p,
.policy-modal-panel li {
  color: #334b57;
  line-height: 1.58;
}
.policy-modal-panel ul {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding-left: 22px;
}
.policy-modal-note {
  margin-bottom: 0;
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff7d6;
}
@media (max-width: 640px) {
  .policy-modal { padding: 12px; }
  .policy-modal-panel {
    max-height: calc(100vh - 24px);
    padding: 26px 20px 22px;
  }
  .policy-modal-panel h2 { font-size: 25px; }
}


/* Search results page */
.results-page {
  min-height: 100vh;
  background: var(--soft);
}
.results-search-bar {
  position: sticky;
  top: 72px;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 7vw;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.trip-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}
.trip-summary em {
  color: var(--muted);
  font-style: normal;
  font-weight: 400;
}
.change-link {
  border: 0;
  color: var(--brand);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  white-space: nowrap;
  cursor: pointer;
  background: none;
}
.results-body {
  max-width: 920px;
  margin: 0 auto;
  padding: 28px 7vw 80px;
}
.results-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.results-meta h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
}
.results-meta small {
  color: var(--muted);
  font-size: 13px;
}
.plan-grid {
  display: grid;
  gap: 14px;
  transition: filter 400ms ease;
}
.plan-grid.is-blurred {
  filter: blur(8px);
  user-select: none;
  pointer-events: none;
}
.plan-card {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.plan-card.is-featured {
  border-color: rgba(0, 107, 143, 0.4);
  box-shadow: 0 6px 24px rgba(0, 107, 143, 0.09);
}
.plan-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--brand-deep);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  background: var(--soft);
}
.plan-name {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 800;
}
.plan-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.plan-tags span {
  padding: 2px 8px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  background: var(--soft);
}
.plan-price-col {
  min-width: 120px;
  text-align: right;
}
.plan-price-label {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 11px;
}
.plan-price {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}
.plan-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  color: var(--action-ink);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  background: var(--action);
}
.lead-gate {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(4, 32, 44, 0.58);
  backdrop-filter: blur(4px);
}
.lead-gate.is-hidden { display: none; }
.lead-box {
  width: min(420px, 100%);
  padding: 36px 32px 28px;
  border-radius: 10px;
  box-shadow: 0 40px 100px rgba(11, 45, 59, 0.28);
  background: #fff;
}
.lead-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #92400e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: #fef9e7;
}
.lead-box h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.18;
}
.lead-box > p {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.lead-form label {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
}
.lead-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid #cbd9df;
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  background: #fff;
}
.lead-form input:focus {
  border-color: var(--brand);
  outline: 3px solid rgba(0, 107, 143, 0.16);
}
.lead-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: 4px;
  border: 0;
  border-radius: 6px;
  color: var(--action-ink);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  background: var(--action);
}
.lead-skip {
  display: block;
  width: 100%;
  margin-top: 14px;
  border: 0;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  background: none;
}
.lead-privacy {
  margin-top: 14px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 640px) {
  .results-search-bar {
    top: 58px;
    flex-wrap: wrap;
    padding: 10px 16px;
  }
  .results-body { padding: 20px 16px 80px; }
  .results-meta {
    display: block;
  }
  .results-meta small {
    display: block;
    margin-top: 5px;
  }
  .plan-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .plan-logo {
    width: 80px;
    height: 36px;
  }
  .plan-price-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: left;
  }
  .plan-price { font-size: 20px; }
  .lead-box { padding: 28px 20px 22px; }
  .lead-box h3 { font-size: 19px; }
}


/* Split-flow pages */
.search-page .results-page { display: block; }
.search-page .mobile-sticky-cta { display: none; }


/* Dark-band contrast hardening */
.hero .eyebrow,
.final-cta .eyebrow { color: #d8f7ff; }
.logo-band p { color: #e2eef2; }
.logo-list span { color: #ffffff; }
.hero-lead { color: rgba(255, 255, 255, 0.94); }
.hero-proof span { color: rgba(255, 255, 255, 0.84); }


/* Eyebrow contrast refinement on light sections */
.testimonials .eyebrow,
.section:not(.credibility):not(.final-cta):not(.hero) .eyebrow { color: #855014; }
.hero .eyebrow, .final-cta .eyebrow { color: #d8f7ff; }


/* Variant B contact row */
@media (max-width: 640px) {
  .contact-row { grid-template-columns: 0.62fr 1.38fr; }
}


/* International phone option */
.phone-field {
  position: relative;
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}
.phone-field-head {
  display: flex;
  align-items: center;
  min-height: 26px;
  padding-right: 188px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}
.phone-international-control {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
}
.phone-international-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #315160;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.phone-international-toggle input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  padding: 0;
  accent-color: var(--brand);
}
.phone-input-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.ddi-field {
  display: none;
  margin-bottom: 0;
}
.phone-field.is-international .phone-input-row {
  grid-template-columns: 154px minmax(0, 1fr);
}
.phone-field.is-international .ddi-field { display: block; }
.phone-tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #b9cbd3;
  border-radius: 50%;
  color: #315160;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  cursor: help;
  background: #fff;
}
.phone-tooltip:focus-visible {
  outline: 3px solid rgba(0, 107, 143, 0.22);
  outline-offset: 2px;
}
.phone-tooltip-bubble {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  z-index: 20;
  width: min(300px, calc(100vw - 44px));
  padding: 9px 11px;
  border: 1px solid #cbd9df;
  border-radius: 6px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 140ms ease, transform 140ms ease;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 33, 43, 0.14);
}
.phone-tooltip-bubble::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -6px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #cbd9df;
  border-bottom: 1px solid #cbd9df;
  background: #fff;
  transform: rotate(45deg);
}
.phone-international-control:hover .phone-tooltip-bubble,
.phone-international-control:focus-within .phone-tooltip-bubble {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 430px) {
  .phone-field-head {
    min-height: 54px;
    padding-right: 0;
    align-items: start;
  }
  .phone-international-control {
    top: 24px;
    left: 0;
    right: auto;
  }
  .phone-tooltip-bubble {
    left: 0;
    right: auto;
  }
  .phone-tooltip-bubble::after {
    left: 128px;
    right: auto;
  }
  .phone-field.is-international .phone-input-row {
    grid-template-columns: 1fr;
  }
}


/* Variant B/C contact field balance */
.contact-row { grid-template-columns: 0.82fr 1.18fr; }
@media (max-width: 640px) {
  .contact-row { grid-template-columns: 0.62fr 1.38fr; }
}


/* Date range picker */
.date-range-field {
  position: relative;
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}
.date-range-field .form-row { margin-bottom: 0; }
.quote-card .date-display {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 5px;
  width: 100%;
  min-height: 58px;
  padding: 10px 14px;
  border: 1px solid #cbd9df;
  border-radius: 6px;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  background: #fff;
}
.quote-card .date-display span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
}
.quote-card .date-display strong {
  color: #42515a;
  font-size: 14px;
  font-weight: 850;
}
.quote-card .date-display.is-filled strong { color: var(--ink); }
.quote-card .date-display:hover,
.quote-card .date-display:focus-visible,
.date-range-field.is-open .date-display {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(0, 111, 139, 0.12);
  outline: 0;
}
.date-range-error {
  margin: -2px 0 0;
  color: #b42318;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
.date-range-calendar {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 80;
  width: min(620px, calc(100vw - 32px));
  padding: 14px;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(11, 45, 59, 0.2);
  background: #fff;
}
.date-range-cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.date-range-cal-head button {
  width: 34px;
  min-height: 34px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  background: var(--brand);
}
.date-range-cal-title {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  flex: 1;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-transform: lowercase;
}
.date-range-months {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.date-range-weekdays,
.date-range-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}
.date-range-weekdays span {
  color: #8a99a3;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
.quote-card .date-range-day {
  display: grid;
  place-items: center;
  min-height: 32px;
  border: 0;
  border-radius: 5px;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  background: #eef6f8;
}
.quote-card .date-range-day.is-muted {
  opacity: 0;
  cursor: default;
  pointer-events: none;
  background: transparent;
}
.quote-card .date-range-day.is-disabled {
  color: #9ca8af;
  cursor: not-allowed;
  background: #f4f6f7;
}
.quote-card .date-range-day.is-start,
.quote-card .date-range-day.is-end {
  color: #fff;
  background: var(--brand);
}
.quote-card .date-range-day.is-in-range {
  color: #0f3b22;
  background: #dff4e8;
}
@media (max-width: 640px) {
  .date-range-calendar {
    position: fixed;
    inset: auto 12px 82px 12px;
    width: auto;
    max-height: calc(100vh - 120px);
    overflow: auto;
  }
  .date-range-cal-title,
  .date-range-months {
    grid-template-columns: 1fr;
  }
  .date-range-cal-title span:nth-child(2) { display: none; }
}


/* Lighthouse report hardening */
.hero-proof span,
.score-grid .score-link span:last-child,
.cred-note { color: #e8f7fb; }

.section:not(.credibility):not(.final-cta):not(.hero) .eyebrow,
.testimonials .eyebrow { color: #6f420f; }

.t-badge.green { color: #07513f; background: #d8f4e8; }
.t-badge.blue { color: #06476b; background: #d8effc; }
.t-badge.amber { color: #74340b; background: #ffedb5; }

.hero-image { aspect-ratio: 15 / 8; }
.brand-picture,
.brand-logo { flex: 0 0 auto; }
.nav-actions { flex: 0 0 auto; }
@media (max-width: 1180px) and (min-width: 961px) {
  .nav-links { gap: 18px; font-size: 13px; }
  .brand-logo { width: 184px; }
  .nav-whatsapp span { display: none; }
  .nav-whatsapp { width: 46px; padding: 0; }
}

@media (max-width: 640px) {
  .hero-image { aspect-ratio: 9 / 16; }
}


/* Mobile conversion density adjustments */
@media (max-width: 640px) {
  .copy-desktop { display: none; }
  .copy-mobile { display: inline; }
  h1 {
    max-width: 390px;
    margin-bottom: 12px;
    font-size: 29px;
    line-height: 1.06;
  }
  .hero-lead {
    max-width: 420px;
    font-size: 14px;
    line-height: 1.42;
  }
  .hero-proof {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 0;
    max-width: 100%;
    margin-top: 12px;
    padding: 9px 7px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
  }
  .hero-proof .copy-desktop { display: none; }
  .hero-proof .copy-mobile { display: inline; }
  .hero-proof div,
  .hero-proof-reviews {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    white-space: nowrap;
  }
  .hero-proof div:not(:last-child)::after,
  .hero-proof-reviews:not(:last-child)::after {
    content: "·";
    margin: 0 3px 0 1px;
    color: #e8f7fb;
    font-weight: 900;
  }
  .hero-proof strong,
  .hero-proof div:nth-child(3) strong {
    display: inline;
    font-size: 11px;
    line-height: 1.1;
  }
  .hero-proof span {
    display: inline;
    margin-top: 0;
    color: #e8f7fb;
    font-size: 10px;
    line-height: 1.15;
  }
  .quote-header {
    margin-bottom: 10px;
  }
  .quote-card h2 {
    margin-bottom: 4px;
    font-size: 19px;
  }
  .quote-subcopy {
    max-width: 390px;
    font-size: 13px;
    line-height: 1.35;
  }
  .form-assurance {
    display: flex;
    gap: 4px;
    margin-top: 8px;
  }
  .form-assurance a,
  .form-assurance span {
    flex: 1 1 30%;
    min-height: 28px;
    padding: 5px 6px;
    font-size: 10.5px;
    line-height: 1.1;
  }
}

@media (max-width: 374px) {
  h1 { font-size: 27px; }
  .hero-proof {
    padding: 8px 9px;
  }
  .hero-proof strong,
  .hero-proof div:nth-child(3) strong {
    font-size: 13px;
  }
  .hero-proof span {
    display: inline;
    font-size: 10px;
  }
  .hero-proof div:not(:last-child)::after,
  .hero-proof-reviews:not(:last-child)::after {
    margin: 0 6px 0 3px;
  }
}


/* Carrier logo band */
.logo-list picture {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  height: 60px;
}
.logo-list img {
  display: block;
  width: auto;
  max-width: 106px;
  max-height: 40px;
  object-fit: contain;
}
/* Optical balance: compact/square marks get extra height so they don't read as tiny next to wide wordmarks */
.logo-list img.logo-compact { max-height: 48px; }
/* Dense logos (small mark + thin tagline) need a bigger box to read at the same visual weight */
.logo-list img.logo-boost { max-width: 120px; max-height: 52px; }
/* Per-logo fine-tuning (must come after compact/boost to win the cascade) */
.logo-list img.logo-hero { max-height: 32px; }      /* -20% */
.logo-list img.logo-ita { max-height: 46px; }       /* -5% */
.logo-list img.logo-vetra { max-width: 117px; }     /* +10% */
.logo-list img.logo-intermac { max-height: 55px; }  /* +5% */
.logo-list img.logo-mytravel { max-height: 57px; }  /* +10% */
@media (max-width: 640px) {
  .logo-band {
    position: relative;
    display: block;
    padding: 12px 0;
    overflow: hidden;
  }
  .logo-band p {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .logo-rail {
    position: relative;
    min-height: 36px;
  }
  .logo-band::before,
  .logo-band::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 54px;
    pointer-events: none;
  }
  .logo-band::before {
    left: 0;
    background: linear-gradient(90deg, #27323a 0%, rgba(39, 50, 58, 0.86) 34%, rgba(39, 50, 58, 0) 100%);
  }
  .logo-band::after {
    right: 0;
    background: linear-gradient(270deg, #27323a 0%, rgba(39, 50, 58, 0.86) 34%, rgba(39, 50, 58, 0) 100%);
  }
  .logo-rail-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 100%;
    border: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity 140ms ease, visibility 140ms ease;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.42);
  }
  .logo-rail-prev {
    left: 0;
    background: linear-gradient(90deg, rgba(39, 50, 58, 0.98), rgba(39, 50, 58, 0));
  }
  .logo-rail-next {
    right: 0;
    background: linear-gradient(270deg, rgba(39, 50, 58, 0.98), rgba(39, 50, 58, 0));
  }
  .logo-rail.has-prev .logo-rail-prev,
  .logo-rail.has-next .logo-rail-next {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .logo-rail-arrow:active { color: rgba(255, 255, 255, 0.82); }
  .logo-rail-arrow:focus-visible {
    outline: 2px solid rgba(216, 247, 255, 0.72);
    outline-offset: -5px;
  }
  .logo-list {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 54px 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .logo-list::-webkit-scrollbar { display: none; }
  .logo-list picture {
    flex: 0 0 100px;
    min-width: 100px;
    height: 54px;
  }
  .logo-list img {
    max-width: 92px;
    max-height: 34px;
  }
  .logo-list img.logo-compact { max-height: 42px; }
  .logo-list img.logo-boost { max-width: 104px; max-height: 46px; }
  .logo-list img.logo-hero { max-height: 27px; }
  .logo-list img.logo-ita { max-height: 40px; }
  .logo-list img.logo-vetra { max-width: 100px; }
  .logo-list img.logo-intermac { max-height: 48px; }
  .logo-list img.logo-mytravel { max-height: 51px; }
}


/* Form trust badge polish */
.form-assurance a,
.form-assurance span {
  color: #0d6e57;
  background: #e5f7ef;
}
@media (max-width: 640px) {
  .quote-subcopy {
    max-width: none;
    white-space: nowrap;
  }
  .form-assurance {
    gap: 6px;
  }
  .form-assurance a,
  .form-assurance span {
    min-height: 30px;
    padding: 6px 8px;
    font-size: 10.5px;
    font-weight: 850;
  }
}
@media (max-width: 374px) {
  .quote-subcopy {
    white-space: normal;
  }
  .form-assurance a,
  .form-assurance span {
    padding: 6px 5px;
    font-size: 10px;
  }
}


/* Compact post-CTA trust badges */
.form-assurance {
  align-items: center;
}
.form-assurance a,
.form-assurance span {
  min-height: 24px;
  padding: 4px 9px;
  line-height: 1.05;
}
@media (max-width: 640px) {
  .form-assurance a,
  .form-assurance span {
    min-height: 24px;
    padding: 4px 6px;
    line-height: 1.05;
  }
}


/* Functional newsletter form */
.footer-newsletter .newsletter-status {
  margin: 9px 0 0;
  color: #0d6e57;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
.footer-newsletter.is-sending button {
  opacity: 0.78;
  cursor: progress;
}
.newsletter-submit-frame {
  display: none;
}
