
    :root {
      --blue: #0066ff;
      --blue-dark: #002b5c;
      --blue-deep: #001932;
      --blue-soft: #eaf6ff;
      --cyan: #16c7ff;
      --white: #ffffff;
      --text: #0b1f33;
      --muted: #5d7085;
      --line: #dcecf8;
      --green: #20c86b;
      --shadow: 0 20px 60px rgba(0, 50, 100, .12);
      --radius: 28px;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    h1, h2, h3, h4, h5, h6 { font-variant-numeric: lining-nums; font-feature-settings: "lnum" 1; }
    html { scroll-behavior: smooth; overflow-x: clip; }
    body {
      font-family: 'Inter', Arial, sans-serif;
      color: var(--text);
      background: var(--white);
      line-height: 1.55;
    }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }

    .container { width: min(1180px, 92%); margin: 0 auto; }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border-radius: 999px;
      padding: 15px 24px;
      font-weight: 850;
      border: 1px solid transparent;
      cursor: pointer;
      transition: .25s ease;
      font-size: 15px;
    }

    .btn-primary {
      background: var(--blue);
      color: white;
      box-shadow: 0 10px 30px rgba(0, 102, 255, .25);
    }
    .btn-primary:hover { transform: translateY(-2px); background: #0056d9; }
    .btn-white { background: white; color: var(--blue-dark); }
    .btn-outline {
      border-color: rgba(255,255,255,.35);
      color: white;
      background: rgba(255,255,255,.08);
      backdrop-filter: blur(12px);
    }
    .btn-outline-dark { border-color: var(--line); background: white; color: var(--blue-dark); }
    .btn-whatsapp { background: var(--green); color: white; }

    .tag {
      display: inline-flex;
      border-radius: 999px;
      padding: 8px 14px;
      background: var(--blue-soft);
      color: var(--blue);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .08em;
      white-space: nowrap;
    }

    .section { padding: 92px 0; }
    .section-title {
      font-size: clamp(34px, 5vw, 62px);
      line-height: 1;
      letter-spacing: -0.05em;
      font-weight: 950;
      margin-top: 18px;
    }
    .section-text {
      color: var(--muted);
      font-size: 18px;
      max-width: 740px;
      margin-top: 22px;
    }

    header {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100;
      background: rgba(255,255,255,.86);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(220,236,248,.7);
    }

    section[id], div[id].faq-group {
      scroll-margin-top: 90px;
    }

    .nav {
      height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 950;
      color: var(--blue-dark);
    }

    .logo-mark {
      width: 44px;
      height: 44px;
      border-radius: 16px;
      background: linear-gradient(135deg, var(--blue), var(--cyan));
      display: grid;
      place-items: center;
      color: white;
      font-weight: 900;
      box-shadow: 0 10px 25px rgba(0,102,255,.22);
    }

    .logo small {
      display: block;
      color: var(--blue);
      font-size: 11px;
      letter-spacing: .08em;
    }

    .menu {
      display: flex;
      align-items: center;
      gap: 23px;
      font-size: 14px;
      font-weight: 800;
      color: #294156;
    }
    .menu a:hover { color: var(--blue); }
    .mobile-menu { display: none; font-size: 28px; color: var(--blue-dark); }

    .hero {
      min-height: 100vh;
      background:
        linear-gradient(105deg, rgba(0,25,50,.96) 0%, rgba(0,55,110,.76) 42%, rgba(0,25,50,.35) 100%),
        url('../images/hero-mergulho-flip.jpg');
      background-size: cover;
      background-position: center 35%;
      color: white;
      display: flex;
      align-items: center;
      padding-top: 110px;
      position: relative;
      overflow: hidden;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0 0;
      height: 160px;
      background: linear-gradient(to top, white, transparent);
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 60px;
      align-items: center;
      position: relative;
      z-index: 2;
    }

    .hero h1 {
      font-size: clamp(46px, 8vw, 92px);
      line-height: .92;
      letter-spacing: -0.07em;
      font-weight: 950;
      max-width: 820px;
    }

    .hero p {
      font-size: 20px;
      color: #e5f7ff;
      max-width: 650px;
      margin: 28px 0;
    }

    .hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }

    .hero-card {
      border-radius: 36px;
      padding: 18px;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.20);
      backdrop-filter: blur(20px);
      box-shadow: 0 30px 80px rgba(0,0,0,.25);
    }

    .hero-card-inner {
      min-height: 480px;
      border-radius: 28px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      position: relative;
      overflow: hidden;
    }
    .hero-card-inner::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0,10,28,.42);
      z-index: 1;
      border-radius: 28px;
    }
    .hero-card-inner::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,8,22,.96) 0%, rgba(0,12,30,.7) 38%, transparent 68%);
      z-index: 2;
      border-radius: 28px;
    }
    .hero-card-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
    }
    .hero-card-inner > *:not(.hero-card-video) {
      position: relative;
      z-index: 3;
    }
    .hero-card-inner .tag {
      background: transparent;
      color: rgba(255,255,255,.7);
      border: 1px solid rgba(255,255,255,.25);
      font-size: 11px;
      margin-bottom: 10px;
    }
    .hero-card-inner h3 {
      font-size: 26px;
      line-height: 1.15;
      margin-bottom: 0;
      text-shadow: 0 2px 12px rgba(0,0,0,.6);
    }

    .stats-bar { position: relative; z-index: 3; margin-top: -80px; }
    .stats {
      background: rgba(0,43,92,.96);
      color: white;
      border-radius: 28px;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      overflow: hidden;
      box-shadow: var(--shadow);
    }
    .stat {
      padding: 30px 24px;
      text-align: center;
      border-right: 1px solid rgba(255,255,255,.12);
    }
    .stat:last-child { border-right: 0; }
    .stat strong { font-size: 32px; display: block; }
    .stat span {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .08em;
      color: #cdeeff;
      font-weight: 800;
    }

    .split {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 54px;
      align-items: start;
    }

    .checklist { margin-top: 25px; display: grid; gap: 12px; color: #294156; font-weight: 700; }
    .checklist li { list-style: none; display: flex; gap: 10px; align-items: start; }
    .checklist li::before { content: "✓"; color: var(--blue); font-weight: 900; }

    .feature-grid {
      display: grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 18px;
    }

    .visual-card {
      min-height: 330px;
      border-radius: 28px;
      padding: 26px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      color: white;
      overflow: hidden;
      box-shadow: var(--shadow);
      background-size: cover;
      background-position: center;
      position: relative;
    }
    .visual-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,20,45,.9), transparent 70%);
    }
    .visual-card * { position: relative; z-index: 2; }
    .visual-card h3 { font-size: 24px; line-height: 1.05; }
    .visual-card p { color: #dff6ff; margin-top: 8px; }

    .card-stack { display: grid; gap: 18px; }
    .mini-card {
      min-height: 156px;
      border-radius: 24px;
      padding: 22px;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      background-size: cover;
      background-position: center;
      position: relative;
      overflow: hidden;
    }
    .mini-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,20,45,.82), transparent);
    }
    .mini-card * { position: relative; z-index: 2; }

    .dark { background: var(--blue-deep); color: white; }
    .dark .section-text { color: #cdeeff; }

    .why-grid {
      display: grid;
      grid-template-columns: 1fr .85fr;
      gap: 45px;
      align-items: center;
    }

    .why-list { display: grid; gap: 18px; margin-top: 30px; }
    .why-item {
      padding: 24px;
      border-radius: 24px;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.10);
    }
    .why-item h3 { font-size: 22px; margin-bottom: 8px; }

    .manifesto {
      background: linear-gradient(135deg, #12c8ff, #0066ff 50%, #002b5c);
      padding: 40px;
      border-radius: 34px;
      box-shadow: 0 30px 80px rgba(0,0,0,.26);
    }
    .manifesto h3 { font-size: 38px; line-height: 1.04; margin: 18px 0; }

    .cards {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 18px;
      margin-top: 42px;
    }

    .course-card, .trip-card, .post-card, .testimonial, .conversion-card {
      border: 1px solid var(--line);
      border-radius: 26px;
      background: white;
      box-shadow: 0 10px 30px rgba(0, 50, 100, .06);
      overflow: hidden;
      transition: .25s ease;
    }

    .course-card:hover, .trip-card:hover, .post-card:hover, .testimonial:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow);
    }

    .course-image { height: 170px; background-size: cover; background-position: center; }
    .card-content { padding: 24px; }
    .card-content h3 { font-size: 22px; line-height: 1.1; margin-bottom: 10px; }
    .card-content p { color: var(--muted); font-size: 15px; }
    .card-link { margin-top: 18px; color: var(--blue); font-weight: 900; display: inline-flex; }

    .trips-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 42px;
    }

    .trip-image {
      height: 260px;
      background-size: cover;
      background-position: center;
      position: relative;
    }
    .trip-badge {
      position: absolute;
      top: 18px;
      right: 18px;
      background: rgba(255,255,255,.9);
      color: var(--blue-dark);
      border-radius: 999px;
      padding: 8px 12px;
      font-size: 12px;
      font-weight: 900;
    }

    .booking { background: var(--blue-soft); }
    .booking-grid {
      display: grid;
      grid-template-columns: 1fr .9fr;
      gap: 50px;
      align-items: center;
    }
    .booking-box {
      background: white;
      padding: 28px;
      border-radius: 34px;
      box-shadow: var(--shadow);
      border: 1px solid var(--line);
    }
    .booking-option {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      border-radius: 20px;
      background: #f5fbff;
      border: 1px solid var(--line);
      font-weight: 900;
      margin-bottom: 12px;
      cursor: pointer;
    }
    .booking-option:hover { background: #e7f6ff; }

    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 42px;
    }
    .testimonial { padding: 30px; }
    .stars { color: #ffb800; font-size: 20px; margin-bottom: 18px; }
    .testimonial h3 { font-size: 24px; line-height: 1.15; margin-bottom: 14px; }
    .testimonial p { color: var(--muted); }
    .testimonial strong {
      display: block;
      margin-top: 20px;
      color: var(--blue);
      text-transform: uppercase;
      letter-spacing: .08em;
      font-size: 12px;
    }

    .conversion-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 45px;
      align-items: center;
    }
    .conversion-list { display: grid; gap: 16px; margin-top: 32px; }
    .conversion-card { padding: 24px; background: #f8fcff; }
    .conversion-card h3 { font-size: 22px; }
    .conversion-card p { color: var(--muted); margin-top: 8px; }

    .blue-panel {
      background: linear-gradient(135deg, var(--blue), #15c8ff 55%, var(--blue-dark));
      color: white;
      padding: 42px;
      border-radius: 34px;
      box-shadow: var(--shadow);
    }
    .blue-panel h2 {
      font-size: clamp(34px, 5vw, 58px);
      line-height: 1;
      letter-spacing: -0.05em;
      margin: 18px 0;
    }

    .blog-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 42px;
    }
    .post-card { padding: 28px; }
    .post-card h3 { font-size: 25px; line-height: 1.1; margin: 18px 0; }

    .faq { background: #f7fbff; }
    .faq-grid { display: grid; gap: 14px; margin-top: 38px; }
    .faq-item {
      background: white;
      padding: 24px;
      border-radius: 22px;
      border: 1px solid var(--line);
    }
    .faq-item h3 { font-size: 20px; margin-bottom: 8px; }
    .faq-item p { color: var(--muted); }

    .final-cta {
      background:
        linear-gradient(105deg, rgba(0,25,50,.95), rgba(0,70,130,.78)),
        url('../images/coral-stock.jpg');
      background-size: cover;
      background-position: center;
      color: white;
      text-align: center;
      padding: 110px 0;
    }
    .final-cta h2 {
      font-size: clamp(40px, 7vw, 78px);
      line-height: .95;
      letter-spacing: -0.06em;
      max-width: 950px;
      margin: 0 auto;
    }
    .final-cta p {
      color: #dff6ff;
      max-width: 760px;
      margin: 25px auto 35px;
      font-size: 19px;
    }

    footer {
      padding: 60px 0 30px;
      background: white;
      border-top: 1px solid var(--line);
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr repeat(4, 1fr);
      gap: 28px;
    }
    footer h4 { margin-bottom: 14px; color: var(--blue-dark); }
    footer a, footer p {
      display: block;
      color: var(--muted);
      margin-bottom: 10px;
      font-size: 14px;
    }

    .whatsapp-float {
      position: fixed;
      right: 22px;
      bottom: 22px;
      width: 62px;
      height: 62px;
      border-radius: 50%;
      background: var(--green);
      color: white;
      display: grid;
      place-items: center;
      font-size: 28px;
      z-index: 99;
      box-shadow: 0 20px 40px rgba(32,200,107,.35);
      transition: .25s ease;
    }
    .whatsapp-float:hover { transform: scale(1.06); }

    @media (max-width: 960px) {
      .menu, .nav .btn { display: none; }
      .mobile-menu { display: block; }
      .hero-grid, .split, .why-grid, .booking-grid, .conversion-grid { grid-template-columns: 1fr; }
      .hero-card-inner { min-height: 360px; }
      .stats { grid-template-columns: repeat(2, 1fr); }
      .feature-grid { grid-template-columns: 1fr; }
      .cards, .trips-grid, .testimonials-grid, .blog-grid, .footer-grid { grid-template-columns: 1fr; }
      .section { padding: 68px 0; }
      .hero { padding-top: 120px; }
      .hero-actions { flex-direction: column; }
      .btn { width: 100%; }
    }
  


/* Tipografia premium editorial Atlantes */
h1,
h2,
.hero h1,
.section-title,
.final-cta h2,
.blue-panel h2,
.manifesto h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
}

h3,
.card-content h3,
.visual-card h3,
.mini-card h3,
.why-item h3,
.testimonial h3,
.post-card h3,
.faq-item h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
}

p,
a,
li,
span,
.btn,
.menu,
.section-text,
.card-content p,
.testimonial p,
.faq-item p {
  font-family: 'Inter', Arial, sans-serif !important;
  font-weight: 400;
}

.logo {
  font-family: 'Inter', Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}

.hero h1 {
  font-size: clamp(48px, 6.4vw, 88px) !important;
  line-height: .9 !important;
}

.section-title {
  font-size: clamp(46px, 5.8vw, 76px) !important;
  line-height: .9 !important;
}

.final-cta h2 {
  font-size: clamp(52px, 7.8vw, 98px) !important;
}

.hero p,
.section-text,
.final-cta p {
  font-weight: 400 !important;
  line-height: 1.72 !important;
}

.btn {
  font-weight: 600 !important;
}

.tag {
  font-weight: 700 !important;
  letter-spacing: .12em !important;
}

.stat strong {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}

.card-content h3,
.testimonial h3,
.post-card h3 {
  font-size: 30px !important;
  line-height: 1 !important;
}

@media (max-width: 960px) {
  .hero h1 {
    font-size: clamp(40px, 11vw, 62px) !important;
    line-height: .92 !important;
  }

  .section-title {
    font-size: clamp(42px, 12vw, 64px) !important;
    line-height: .9 !important;
  }
}

/* Hero CTAs premium, limpos e bem distribuídos */
.hero-actions-premium {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(210px, 248px));
  gap: 14px;
  max-width: 520px;
  align-items: stretch;
  justify-content: start;
}

.hero-actions-premium .btn {
  width: 100%;
  min-height: 58px;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1.15;
  white-space: nowrap;
  border-radius: 999px;
}

.hero-actions-premium .hero-btn-primary {
  background: #1a6fe8;
  color: #ffffff;
  box-shadow: 0 18px 45px rgba(26,111,232,.36);
}

.hero-actions-premium .btn-outline {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.32);
  color: #ffffff;
}

.hero-actions-premium .btn-whatsapp {
  background: #20c86b;
  box-shadow: 0 14px 35px rgba(32,200,107,.24);
}

.hero-actions-premium .btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .hero-actions-premium {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 11px;
  }

  .hero-actions-premium .btn {
    min-height: 56px;
    white-space: normal;
  }
}




/* Primeira seção pós-Hero refinada: desejo + venda direta */
.refined-products {
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  padding-top: 82px;
}

.refined-split {
  grid-template-columns: .86fr 1.14fr;
  align-items: start;
}

.refined-copy {
  padding-top: 8px;
}

.refined-copy .section-title {
  max-width: 620px;
}

.refined-copy .section-text {
  max-width: 620px;
}

.refined-proof {
  margin-top: 28px;
  display: grid;
  gap: 12px;
  max-width: 560px;
}

.refined-proof div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.refined-proof strong {
  color: var(--blue-dark);
  font-weight: 700;
}

.refined-proof span {
  color: var(--muted);
}

.refined-main-cta {
  margin-top: 30px;
}

.refined-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.buy-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(0, 50, 100, .08);
  transition: .25s ease;
}

.buy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 76px rgba(0, 50, 100, .16);
}

.buy-card-featured {
  border-color: rgba(0,102,255,.25);
  box-shadow: 0 28px 80px rgba(0,102,255,.13);
}

.buy-card-link {
  position: absolute;
  inset: 0;
  z-index: 8;
}

.buy-image {
  height: 190px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.buy-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,20,45,.72), transparent 68%);
}

.buy-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  background: rgba(255,255,255,.92);
  color: var(--blue-dark);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.buy-content {
  padding: 22px;
}

.buy-kicker {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.buy-content h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 34px !important;
  line-height: .94 !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em !important;
  color: var(--blue-deep);
  margin: 10px 0 12px;
}

.buy-content p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  min-height: 92px;
}

.buy-bottom {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.price-box span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.price-box strong {
  display: block;
  color: var(--blue-dark);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.04em;
  font-size: 38px;
  line-height: .9;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}

.buy-button {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  background: var(--blue);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0,102,255,.20);
}

.buy-card-featured .buy-button {
  background: var(--green);
  box-shadow: 0 12px 28px rgba(32,200,107,.22);
}

/* Seção Cursos Premium */
.courses-premium {
  background: #ffffff;
  padding-top: 96px;
  padding-bottom: 104px;
}

.courses-hero {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}

.courses-hero .section-title {
  max-width: 760px;
}

.courses-hero .section-text {
  max-width: 560px;
}

.courses-sales-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr .75fr;
  gap: 18px;
  align-items: stretch;
}

.course-sale-card {
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff, #f7fcff);
  padding: 28px;
  box-shadow: 0 18px 48px rgba(0,50,100,.07);
  display: flex;
  flex-direction: column;
  transition: .25s ease;
}

.course-sale-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 74px rgba(0,50,100,.13);
}

.course-sale-featured {
  background:
    radial-gradient(circle at top right, rgba(22,199,255,.20), transparent 36%),
    linear-gradient(180deg, #ffffff, #eef9ff);
  border-color: rgba(0,102,255,.24);
  box-shadow: 0 28px 86px rgba(0,102,255,.13);
}

.course-label {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.course-brand {
  display: block;
  margin: 4px 0 14px;
}
.course-brand img {
  height: 22px;
  width: auto;
  display: block;
  opacity: .88;
}
.sdi-section-logo {
  display: block;
  width: 110px;
  height: auto;
  margin-bottom: 20px;
  opacity: .92;
}

.course-sale-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 42px !important;
  line-height: .92 !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em !important;
  color: var(--blue-deep);
  margin: 14px 0 6px;
}

.course-sale-featured h3 {
  font-size: 56px !important;
}

.course-sale-card p {
  color: var(--muted);
  line-height: 1.66;
  font-size: 15px;
}

.course-sale-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 26px 0;
}

.course-sale-info.compact {
  grid-template-columns: 1fr;
}

.course-sale-info div {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
  border-radius: 20px;
  padding: 14px;
}

.course-sale-info span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-bottom: 4px;
}

.course-sale-info strong {
  color: var(--blue-dark);
  font-weight: 700;
  font-size: 13px;
}

.course-vsl {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--blue-deep);
  color: #ffffff;
  border-radius: 24px;
  padding: 18px;
  margin-bottom: 24px;
}

.play-circle {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: var(--blue-deep);
  font-size: 18px;
}

.course-vsl strong {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}

.course-vsl span {
  display: block;
  color: #cdeeff;
  font-size: 13px;
}

.course-offer {
  margin-top: auto;
  display: grid;
  gap: 14px;
}

.course-price span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.course-price strong {
  display: block;
  color: var(--blue-dark);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 40px;
  line-height: .9;
  font-weight: 500;
  letter-spacing: -0.04em;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}

.order-bump {
  margin-top: 20px;
  border: 1px dashed rgba(0,102,255,.34);
  background: rgba(234,246,255,.7);
  border-radius: 22px;
  padding: 18px;
}

.order-bump span {
  display: block;
  color: var(--blue);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
  margin-bottom: 8px;
}

.order-bump p {
  font-size: 14px;
  line-height: 1.58;
}

.course-funnel {
  margin-top: 28px;
  border-radius: 34px;
  background: var(--blue-deep);
  color: #ffffff;
  padding: 34px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 38px;
  align-items: center;
}

.course-funnel h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 44px !important;
  line-height: .94 !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em !important;
  margin-top: 14px;
}

.course-funnel p {
  color: #dff6ff;
  line-height: 1.72;
}

@media (max-width: 720px) {
  .course-funnel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px;
  }
  .course-funnel h3 {
    font-size: 32px !important;
  }
}

/* Ajuste de simetria da seção de cursos */
.courses-hero-balanced {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr);
  gap: 42px;
  align-items: stretch;
  margin-bottom: 44px;
}

.courses-title-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.courses-title-block .section-title {
  max-width: 760px;
  margin-top: 18px;
}

.courses-intro-card {
  align-self: center;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(22,199,255,.14), transparent 38%),
    linear-gradient(180deg, #ffffff, #f7fcff);
  border-radius: 32px;
  padding: 30px;
  box-shadow: 0 18px 48px rgba(0,50,100,.07);
}

.courses-intro-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
  margin: 0;
}

.courses-intro-proof {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.courses-intro-proof span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 700;
}

.courses-intro-proof span::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 800;
}

@media (max-width: 960px) {
  .courses-hero-balanced {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .courses-intro-card {
    padding: 24px;
  }
}


/* Ajuste fino dos cards de curso: preço e CTA mais próximos do conteúdo */
.course-sale-card {
  justify-content: flex-start !important;
}

.course-sale-info {
  margin: 22px 0 18px !important;
}

.course-sale-info.compact {
  margin: 22px 0 20px !important;
}

.course-offer {
  margin-top: 18px !important;
  display: grid;
  gap: 14px;
}

.course-sale-featured .course-offer {
  margin-top: 22px !important;
}

.course-vsl {
  margin-top: 4px;
  margin-bottom: 20px !important;
}

.order-bump {
  margin-top: 18px !important;
}

.course-sale-card p {
  margin-bottom: 0;
}

/* Mantém os cards bonitos sem esticar artificialmente o preço para o rodapé */
.courses-sales-grid {
  align-items: start !important;
}

.course-sale-card {
  min-height: auto !important;
}

@media (min-width: 1161px) {
  .course-sale-card:not(.course-sale-featured) .course-sale-top p {
    min-height: 132px;
  }

  .course-sale-card:not(.course-sale-featured) {
    min-height: 610px !important;
  }

  .course-sale-featured {
    min-height: 610px !important;
  }
}

@media (max-width: 1160px) {
  .course-sale-card:not(.course-sale-featured) .course-sale-top p {
    min-height: auto;
  }

  .course-sale-card,
  .course-sale-featured {
    min-height: auto !important;
  }
}

/* Courses grid responsivo */
@media (max-width: 1040px) {
  .courses-sales-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .courses-sales-grid {
    grid-template-columns: 1fr;
  }
  .course-sale-card {
    border-radius: 24px;
    padding: 22px;
    min-width: 0;
  }
}




/* Correção da primeira seção: intro ampla + produtos com respiro */
.product-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  padding-top: 84px;
}

.product-showcase .container {
  max-width: 1240px;
}

.product-showcase-head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .78fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 42px;
}

.product-showcase-head .section-title {
  max-width: 720px;
  margin-bottom: 0;
}

.product-showcase-copy .section-text {
  max-width: 620px;
  margin-top: 0;
}

.product-showcase .refined-proof {
  margin-top: 24px;
  max-width: 620px;
}

.product-showcase .refined-proof div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 11px;
}

.showcase-products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.showcase-products .buy-card {
  border-radius: 30px;
  min-width: 0;
}

.showcase-products .buy-image {
  height: 210px !important;
}

.showcase-products .buy-content {
  padding: 24px !important;
}

.showcase-products .buy-content h3 {
  font-size: 34px !important;
  line-height: .94 !important;
}

.showcase-products .buy-content p {
  min-height: 78px !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.showcase-products .price-box strong {
  font-size: 38px !important;
}

.showcase-products .buy-button {
  min-height: 50px;
}

@media (max-width: 1180px) {
  .product-showcase-head {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .product-showcase-copy .section-text {
    max-width: 860px;
  }

  .product-showcase .refined-proof {
    max-width: 860px;
  }

  .showcase-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .product-showcase {
    padding-top: 68px;
  }

  .showcase-products {
    grid-template-columns: 1fr !important;
  }

  .showcase-products .buy-image {
    height: 230px !important;
  }

  .showcase-products .buy-content p {
    min-height: auto !important;
  }

  .product-showcase .refined-proof div {
    display: block;
  }

  .product-showcase .refined-proof span {
    display: block;
    margin-top: 4px;
  }
}


/* Correção de alinhamento e proximidade da primeira seção pós-Hero */
.product-showcase {
  padding-top: 44px !important;
  padding-bottom: 84px !important;
}

.product-showcase-head {
  align-items: start !important;
  gap: 44px !important;
  margin-bottom: 34px !important;
}

.product-showcase-head > div:first-child {
  padding-top: 0 !important;
}

.product-showcase-head .tag {
  margin-bottom: 18px;
}

.product-showcase-head .section-title {
  margin-top: 0 !important;
  max-width: 680px !important;
}

.product-showcase-copy {
  align-self: start;
  margin-top: 8px;
  padding: 30px;
  border-radius: 32px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  box-shadow: 0 14px 42px rgba(0,50,100,.05);
}

.product-showcase-copy .section-text {
  margin-top: 0 !important;
  max-width: 100% !important;
  font-size: 17px;
  line-height: 1.68 !important;
}

.product-showcase .refined-proof {
  margin-top: 22px !important;
  max-width: 100% !important;
}

.product-showcase .refined-proof div {
  padding-bottom: 10px !important;
}

.showcase-products {
  margin-top: 0 !important;
}

@media (max-width: 1180px) {
  .product-showcase {
    padding-top: 38px !important;
  }

  .product-showcase-head {
    gap: 24px !important;
  }

  .product-showcase-copy {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .product-showcase {
    padding-top: 30px !important;
  }

  .product-showcase-copy {
    padding: 22px;
    border-radius: 26px;
  }
}


/* Bloco editorial para equilibrar a primeira seção */
.editorial-note {
  margin-top: 28px;
  max-width: 620px;
  display: grid;
  gap: 16px;
  color: var(--muted);
}

.editorial-note p {
  font-size: 17px;
  line-height: 1.72;
  margin: 0;
}

.editorial-note p:first-child {
  color: #294156;
}

@media (max-width: 1180px) {
  .editorial-note {
    max-width: 860px;
  }
}






/* Seção cinematográfica com galeria + guia discreto */
.cinema-gallery-guide {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 0%, rgba(22,199,255,.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  padding: 112px 0;
}

.gallery-guide-head {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(380px, .72fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 46px;
}

.gallery-guide-head .section-title {
  max-width: 820px;
}

.gallery-guide-copy {
  border-radius: 32px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.78);
  padding: 30px;
  box-shadow: 0 18px 48px rgba(0,50,100,.06);
}

.gallery-guide-copy p {
  color: var(--muted);
  line-height: 1.74;
  font-size: 17px;
  margin: 0;
}

.gallery-inline-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 800;
}

.cinema-gallery-layout {
  display: grid;
  grid-template-columns: 1.08fr .72fr .62fr;
  gap: 22px;
  align-items: stretch;
}

.cinema-photo {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  background-size: cover;
  background-position: center;
  min-height: 520px;
  color: #ffffff;
  box-shadow: 0 28px 80px rgba(0,50,100,.16);
  isolation: isolate;
}

.cinema-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,20,45,.88), rgba(0,60,110,.08) 62%, rgba(0,0,0,.05));
  z-index: -1;
}

.cinema-photo > div {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
}

.cinema-photo span,
.guide-mini-card span {
  display: block;
  color: #bceeff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
  margin-bottom: 12px;
}

.cinema-photo h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 50px !important;
  line-height: .88 !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
  color: #ffffff;
  max-width: 520px;
}

.cinema-photo p {
  color: #e4f7ff;
  line-height: 1.62;
  max-width: 520px;
  margin-top: 16px;
}

.cinema-side-stack {
  display: grid;
  gap: 22px;
}

.photo-small {
  min-height: 249px;
  border-radius: 32px;
}

.photo-small h3 {
  font-size: 34px !important;
  max-width: 330px;
}

/* photo-large: image top + dark text panel bottom */
.photo-large {
  display: flex;
  flex-direction: column;
  min-height: 520px;
}
.photo-large::before {
  display: none;
}
.photo-large .bg-img {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 290px !important;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center 35%;
  z-index: auto !important;
}
.photo-large > div {
  position: static !important;
  background: #001e3c;
  padding: 26px 30px 30px;
  flex: 1;
}
.photo-large h3 {
  font-size: 36px !important;
  margin: 10px 0 12px;
}
.photo-large p {
  font-size: 14px;
  margin-top: 10px;
  color: rgba(228,247,255,.82);
}

.guide-mini-card {
  border-radius: 36px;
  background: #ffffff;
  border: 1px solid var(--line);
  padding: 24px;
  box-shadow: 0 28px 80px rgba(0,50,100,.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.guide-mini-cover {
  height: 230px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background:
    radial-gradient(circle at center, rgba(22,199,255,.20), transparent 50%),
    linear-gradient(180deg, #eaf6ff, #ffffff);
  margin-bottom: 24px;
  overflow: hidden;
}

.guide-mini-cover img {
  width: auto;
  max-height: 205px;
  max-width: 82%;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0,50,100,.18);
  transform: rotate(-2deg);
}

.guide-mini-card span {
  color: var(--blue);
}

.guide-mini-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 38px !important;
  line-height: .92 !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em !important;
  color: var(--blue-deep);
  margin-bottom: 14px;
}

.guide-mini-card p {
  color: var(--muted);
  line-height: 1.64;
  font-size: 15px;
  margin-bottom: 22px;
}

.guide-mini-card .btn {
  width: 100%;
}

.guide-label { display: block; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.guia-form { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.guia-form input { border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; font-size: 15px; font-family: inherit; color: var(--text); background: #fff; outline: none; transition: border-color .2s; }
.guia-form input:focus { border-color: var(--blue); }
.guia-obs { font-size: 12px !important; color: var(--muted) !important; text-align: center; margin-bottom: 0 !important; margin-top: 8px !important; }
#guia-success .btn { margin-top: 16px; }

.law-strip {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.law-strip div {
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.82);
  padding: 24px;
  box-shadow: 0 14px 42px rgba(0,50,100,.06);
}

.law-strip span {
  display: block;
  color: var(--blue);
  font-weight: 800;
  margin-bottom: 12px;
}

.law-strip strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  line-height: .95;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--blue-deep);
  margin-bottom: 10px;
}

.law-strip p {
  color: var(--muted);
  line-height: 1.58;
  font-size: 15px;
}

@media (max-width: 1180px) {
  .gallery-guide-head,
  .cinema-gallery-layout {
    grid-template-columns: 1fr;
  }

  .cinema-photo,
  .photo-small {
    min-height: 420px;
  }

  .cinema-side-stack {
    grid-template-columns: 1fr 1fr;
  }

  .guide-mini-card {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 26px;
    align-items: center;
  }

  .guide-mini-cover {
    margin-bottom: 0;
  }

  .law-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .cinema-gallery-guide {
    padding: 78px 0;
  }

  .gallery-guide-copy,
  .guide-mini-card,
  .law-strip div {
    padding: 22px;
  }

  .cinema-side-stack,
  .guide-mini-card {
    grid-template-columns: 1fr;
  }

  .cinema-photo,
  .photo-small {
    min-height: 340px;
  }

  .cinema-photo > div {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .cinema-photo h3 {
    font-size: 36px !important;
  }

  .guide-mini-cover {
    height: 210px;
  }
}



/* Seção Viagens de mergulho Cinema Premium */
.expedition-cinema {
  position: relative;
  overflow: hidden;
  background: #001932;
  color: #ffffff;
  padding: 122px 0 132px;
  isolation: isolate;
}

.expedition-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 15, 34, .96) 0%, rgba(0, 30, 60, .76) 46%, rgba(0, 15, 34, .92) 100%),
    url('../images/home-stock-1.jpg');
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  z-index: -3;
}

.expedition-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 18%, rgba(22,199,255,.20), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(0,102,255,.20), transparent 34%),
    linear-gradient(180deg, rgba(0,25,50,.10), rgba(0,25,50,.94));
  z-index: -2;
}

.expedition-cinema::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #ffffff);
  z-index: -1;
}

.expedition-head {
  max-width: 1040px;
  margin: 0 auto 62px;
  text-align: center;
}

.expedition-eyebrow {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(16px);
  padding: 10px 16px;
  color: #bceeff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.expedition-head h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(56px, 7.4vw, 112px) !important;
  line-height: .82 !important;
  font-weight: 500 !important;
  letter-spacing: -0.055em !important;
  color: #ffffff;
}

.expedition-head p {
  max-width: 820px;
  margin: 30px auto 0;
  color: #dff6ff;
  font-size: 19px;
  line-height: 1.72;
}

.expedition-main {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  gap: 26px;
  align-items: stretch;
}

.expedition-feature,
.expedition-chapter {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 34px 96px rgba(0,0,0,.30);
  isolation: isolate;
}

.expedition-feature {
  min-height: 720px;
}

.expedition-feature-image,
.chapter-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -3;
}

.expedition-feature::before,
.expedition-chapter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,18,38,.94), rgba(0,60,110,.08) 58%, rgba(0,0,0,.08));
  z-index: -2;
}

.expedition-link {
  position: absolute;
  inset: 0;
  z-index: 8;
}

.expedition-feature-content {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 42px;
  z-index: 2;
}

.expedition-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.expedition-status span {
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(14px);
  padding: 10px 14px;
  color: #e7f7ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.expedition-feature h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(78px, 8vw, 128px) !important;
  line-height: .78 !important;
  font-weight: 500 !important;
  letter-spacing: -0.06em !important;
  color: #ffffff;
  margin-bottom: 24px;
}

.expedition-feature p {
  max-width: 660px;
  color: #e5f8ff;
  font-size: 19px;
  line-height: 1.62;
}

.expedition-feature-bottom {
  margin-top: 34px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.expedition-feature-bottom small {
  display: block;
  color: #bceeff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 8px;
}

.expedition-feature-bottom strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 42px;
  line-height: .9;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.expedition-button {
  display: inline-flex;
  border-radius: 999px;
  background: #ffffff;
  color: var(--blue-dark);
  padding: 15px 22px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 18px 48px rgba(0,0,0,.22);
}

.expedition-chapters {
  display: grid;
  gap: 26px;
}

.expedition-chapter {
  min-height: 347px;
}

.chapter-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
}

.chapter-content span,
.expedition-note span {
  display: block;
  color: #8ee8ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.chapter-content h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 52px !important;
  line-height: .86 !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
  color: #ffffff;
  margin-bottom: 14px;
}

.chapter-content p {
  color: #e7f7ff;
  line-height: 1.56;
  margin-bottom: 16px;
}

.chapter-content strong {
  color: #ffffff;
  font-weight: 900;
}

.expedition-footer {
  margin-top: 26px;
  display: grid;
  grid-template-columns: .9fr 1fr auto;
  gap: 26px;
  align-items: stretch;
}

.expedition-note,
.expedition-steps {
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.expedition-note {
  padding: 30px;
}

.expedition-note h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 44px !important;
  line-height: .9 !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
  color: #ffffff;
  margin-bottom: 16px;
}

.expedition-note p {
  color: #dff6ff;
  line-height: 1.68;
}

.expedition-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

.expedition-steps div {
  padding: 28px;
  border-right: 1px solid rgba(255,255,255,.14);
}

.expedition-steps div:last-child {
  border-right: 0;
}

.expedition-steps span {
  display: block;
  color: #8ee8ff;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.expedition-steps strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 34px;
  line-height: .92;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.expedition-all {
  align-self: center;
  min-width: 250px;
  height: 58px;
}

@media (max-width: 1180px) {
  .expedition-main,
  .expedition-footer {
    grid-template-columns: 1fr;
  }

  .expedition-feature {
    min-height: 620px;
  }

  .expedition-chapters {
    grid-template-columns: 1fr 1fr;
  }

  .expedition-all {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .expedition-cinema {
    padding: 86px 0 108px;
  }

  .expedition-head h2 {
    font-size: clamp(48px, 14vw, 76px) !important;
  }

  .expedition-head p {
    font-size: 17px;
  }

  .expedition-feature {
    min-height: 520px;
    border-radius: 32px;
  }

  .expedition-feature-content {
    left: 26px;
    right: 26px;
    bottom: 26px;
  }

  .expedition-feature h3 {
    font-size: 72px !important;
  }

  .expedition-feature-bottom {
    display: grid;
  }

  .expedition-button {
    justify-content: center;
  }

  .expedition-chapters,
  .expedition-steps {
    grid-template-columns: 1fr;
  }

  .expedition-chapter {
    min-height: 340px;
    border-radius: 30px;
  }

  .expedition-steps div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .expedition-steps div:last-child {
    border-bottom: 0;
  }

  .chapter-content h3,
  .expedition-note h3,
  .expedition-steps strong {
    font-size: 36px !important;
  }
}


/* Ajustes finos aprovados: menos espaço, sem selo de capital e transições mais suaves */
.hero {
  padding-bottom: 88px !important;
}

.hero::after {
  height: 42px !important;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.72)) !important;
}

.product-showcase {
  padding-top: 24px !important;
  padding-bottom: 76px !important;
}

.product-showcase-head {
  gap: 36px !important;
  margin-bottom: 30px !important;
  align-items: start !important;
}

.product-showcase-head .section-title {
  margin-top: 0 !important;
}

.cinema-gallery-guide {
  padding: 86px 0 !important;
}

.gallery-guide-head {
  gap: 40px !important;
  margin-bottom: 34px !important;
}

.cinema-gallery-layout {
  gap: 20px !important;
}

.law-strip {
  margin-top: 18px !important;
  gap: 16px !important;
}

.expedition-cinema {
  padding: 92px 0 98px !important;
}

.expedition-head {
  margin-bottom: 48px !important;
}

.expedition-main {
  gap: 22px !important;
}

.expedition-footer {
  margin-top: 20px !important;
  gap: 22px !important;
}

.expedition-cinema::after {
  height: 42px !important;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.72)) !important;
}

.expedition-feature,
.expedition-chapter,
.expedition-note,
.expedition-steps {
  box-shadow: 0 24px 68px rgba(0,0,0,.22) !important;
}

@media (max-width: 760px) {
  .hero {
    padding-bottom: 72px !important;
  }

  .product-showcase {
    padding-top: 14px !important;
    padding-bottom: 64px !important;
  }

  .cinema-gallery-guide {
    padding: 72px 0 !important;
  }

  .expedition-cinema {
    padding: 76px 0 84px !important;
  }
}


/* Ajustes finais: remove sensação de corte grosseiro entre seções escuras */
.hero::after,
.expedition-cinema::after,
.cinema-guarapari::after,
.cinema-guide-v2::after {
  height: 36px !important;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.62)) !important;
}

.hero {
  padding-bottom: 82px !important;
}

.product-showcase {
  padding-top: 22px !important;
  padding-bottom: 74px !important;
}

.cinema-gallery-guide {
  padding-top: 84px !important;
  padding-bottom: 86px !important;
}

.expedition-cinema {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

/* Seção Atlantes Vibe */
.atlantes-vibe {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: var(--text);
  padding: 112px 0;
  isolation: isolate;
}

.vibe-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 8%, rgba(22,199,255,.12), transparent 30%),
    radial-gradient(circle at 86% 20%, rgba(0,102,255,.10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  z-index: -3;
}

.vibe-shine {
  position: absolute;
  inset: 42px 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,102,255,.16), transparent);
}

.vibe-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 58px;
  align-items: center;
}

.vibe-eyebrow {
  display: inline-flex;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 26px;
}

.vibe-copy h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(40px, 4.4vw, 68px) !important;
  line-height: .92 !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em !important;
  color: var(--blue-deep);
  max-width: 720px;
}

.vibe-copy p {
  margin-top: 28px;
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.74;
}

.vibe-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.vibe-link {
  color: var(--blue);
  font-weight: 900;
}

.vibe-media-wall {
  display: grid;
  grid-template-columns: 1.1fr .82fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  min-height: 590px;
}

.vibe-frame {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  box-shadow: 0 26px 76px rgba(0,50,100,.16);
  isolation: isolate;
}

.vibe-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,20,45,.86), rgba(0,60,110,.10) 62%, rgba(0,0,0,.05));
  z-index: 1;
}
.vibe-frame .bg-img { z-index: 0; }
.vibe-frame span,
.vibe-frame strong { z-index: 2; }

.frame-main {
  grid-row: span 2;
}

.vibe-frame span {
  position: absolute;
  left: 26px;
  top: 26px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(14px);
  padding: 9px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vibe-frame strong {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 38px;
  line-height: .9;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.frame-main strong {
  font-size: 54px;
}

a.vibe-frame {
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: transform .28s ease, box-shadow .28s ease;
}

a.vibe-frame:hover {
  transform: scale(1.025);
  box-shadow: 0 36px 96px rgba(0,50,100,.26);
}

a.vibe-frame strong::after {
  content: " →";
  opacity: .7;
  font-size: .6em;
  letter-spacing: 0;
}

.vibe-stats {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 52px rgba(0,50,100,.08);
}

.vibe-stats div {
  padding: 28px;
  border-right: 1px solid var(--line);
}

.vibe-stats div:last-child {
  border-right: 0;
}

.vibe-stats span {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.vibe-stats strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--blue-deep);
  font-size: 42px;
  line-height: .9;
  font-weight: 500;
  letter-spacing: -0.045em;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
  margin-bottom: 12px;
}

.vibe-stats p {
  color: var(--muted);
  line-height: 1.56;
  font-size: 14px;
}

.vibe-editorial {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1.08fr .92fr .92fr;
  gap: 20px;
}

.vibe-story-card {
  border-radius: 34px;
  background: var(--blue-deep);
  color: #ffffff;
  padding: 34px;
  box-shadow: 0 22px 64px rgba(0,25,50,.18);
}

.vibe-story-card span {
  display: block;
  color: #8ee8ff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 18px;
}

.vibe-story-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 44px !important;
  line-height: .9 !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
  margin-bottom: 18px;
}

.vibe-story-card p {
  color: #dff6ff;
  line-height: 1.68;
}

.light-card {
  background: #ffffff;
  color: var(--blue-deep);
  border: 1px solid var(--line);
}

.light-card p {
  color: var(--muted);
}

.light-card span {
  color: var(--blue);
}

.accent-card {
  background: linear-gradient(135deg, #0066ff, #16c7ff);
}

@media (max-width: 1160px) {
  .vibe-hero,
  .vibe-editorial {
    grid-template-columns: 1fr;
  }

  .vibe-media-wall {
    min-height: 520px;
  }

  .vibe-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .vibe-stats div:nth-child(2) {
    border-right: 0;
  }

  .vibe-stats div:nth-child(1),
  .vibe-stats div:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .atlantes-vibe {
    padding: 76px 0;
  }

  .vibe-copy h2 {
    font-size: clamp(34px, 9vw, 52px) !important;
  }

  .vibe-media-wall {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: auto;
  }

  .vibe-frame {
    min-height: 320px;
  }

  .frame-main {
    grid-row: auto;
  }

  .vibe-stats {
    grid-template-columns: 1fr;
  }

  .vibe-stats div {
    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
  }

  .vibe-stats div:last-child {
    border-bottom: 0;
  }

  .vibe-story-card,
  .vibe-stats div {
    padding: 24px;
  }

  .vibe-frame strong,
  .frame-main strong,
  .vibe-story-card h3 {
    font-size: 36px !important;
  }
}

/* Vibe: Nossos Instrutores */
.vibe-instructors {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}
.vibe-inst-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}
.vibe-inst-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1;
  color: var(--blue-deep);
  margin-bottom: 28px;
}
.vibe-inst-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.vibe-inst-card {
  border-radius: 24px;
  background: var(--blue-deep);
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform .18s;
}
.vibe-inst-card:hover { transform: translateY(-3px); }
.vibe-inst-photo {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.vibe-inst-placeholder {
  width: 100%;
  height: 320px;
  background: linear-gradient(135deg, rgba(0,40,120,.55), rgba(0,100,200,.3));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 80px;
  font-weight: 300;
  color: rgba(255,255,255,.15);
}
.vibe-inst-body {
  padding: 22px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.vibe-inst-role {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8ee8ff;
  margin-bottom: 8px;
}
.vibe-inst-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 38px;
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.025em;
  color: #fff;
}
.vibe-inst-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #8ee8ff;
  margin-top: auto;
  padding-top: 18px;
}
.vibe-inst-card:hover .vibe-inst-link { color: #fff; }
@media (max-width: 1040px) {
  .vibe-inst-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .vibe-inst-grid { grid-template-columns: 1fr; }
}



/* Seção Blog clara e editorial */
.blog-clean {
  background: #ffffff;
  padding: 104px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.blog-clean-head {
  max-width: 920px;
  margin-bottom: 42px;
}

.blog-clean-head h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(52px, 6vw, 92px) !important;
  line-height: .86 !important;
  font-weight: 500 !important;
  letter-spacing: -0.055em !important;
  color: var(--blue-deep);
  margin-top: 18px;
}

.blog-clean-head p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
  max-width: 760px;
  margin-top: 24px;
}

.blog-clean-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}

.blog-posts {
  display: grid;
  gap: 24px;
}

.blog-feature-post {
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(0,50,100,.08);
  transition: .25s ease;
}

.blog-feature-post:hover,
.blog-list-post:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 74px rgba(0,50,100,.13);
}

.blog-post-link {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.blog-feature-image {
  min-height: 360px;
  background-size: cover;
  background-position: center;
}

.blog-feature-content {
  padding: 36px;
}

.blog-category,
.blog-list-post span,
.newsletter-box > span {
  display: inline-flex;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.blog-feature-content h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 52px !important;
  line-height: .9 !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
  color: var(--blue-deep);
  margin-bottom: 18px;
}

.blog-feature-content p,
.blog-list-post p {
  color: var(--muted);
  line-height: 1.66;
}

.blog-feature-content strong {
  display: inline-flex;
  margin-top: 22px;
  color: var(--blue);
  font-weight: 900;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.blog-list-post {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #ffffff;
  padding: 28px;
  box-shadow: 0 14px 42px rgba(0,50,100,.06);
  transition: .25s ease;
}

.blog-list-post h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 36px !important;
  line-height: .92 !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em !important;
  color: var(--blue-deep);
  margin-bottom: 14px;
}

.blog-sidebar {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 18px;
}

.newsletter-box,
.blog-categories-box,
.blog-cta-box {
  border-radius: 30px;
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 28px;
  box-shadow: 0 14px 42px rgba(0,50,100,.06);
}

.newsletter-box {
  background: var(--blue-deep);
  color: #ffffff;
  border-color: rgba(255,255,255,.10);
}

.newsletter-box h3,
.blog-categories-box h3,
.blog-cta-box h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 38px !important;
  line-height: .92 !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 14px;
}

.newsletter-box h3 {
  color: #ffffff;
}

.newsletter-box p {
  color: #dff6ff;
  line-height: 1.62;
  margin-bottom: 20px;
}

.newsletter-clean-form {
  display: grid;
  gap: 12px;
}
.newsletter-clean-form #newsletter-fields {
  display: grid;
  gap: 10px;
}

.newsletter-clean-form input {
  width: 100%;
  min-height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
  color: #ffffff;
  padding: 0 18px;
  outline: 0;
}

.newsletter-clean-form input::placeholder {
  color: rgba(255,255,255,.68);
}

.newsletter-clean-form button {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: var(--blue-dark);
  font-weight: 900;
  cursor: pointer;
}

.newsletter-box small {
  display: block;
  color: #bceeff;
  margin-top: 14px;
}

.blog-categories-box a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  color: var(--blue-dark);
  font-weight: 700;
}

.blog-categories-box a:last-child {
  border-bottom: 0;
}

.blog-categories-box a:hover {
  color: var(--blue);
}

.blog-cta-box p {
  color: var(--muted);
  line-height: 1.62;
  margin-bottom: 18px;
}

.blog-cta-box .btn {
  width: 100%;
}

@media (max-width: 1100px) {
  .blog-clean-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-box {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .blog-clean {
    padding: 76px 0;
  }

  .blog-feature-post,
  .blog-list,
  .blog-sidebar {
    grid-template-columns: 1fr;
  }

  .newsletter-box {
    grid-column: span 1;
  }

  .blog-feature-image {
    min-height: 250px;
  }

  .blog-feature-content,
  .blog-list-post,
  .newsletter-box,
  .blog-categories-box,
  .blog-cta-box {
    padding: 24px;
  }

  .blog-feature-content h3,
  .newsletter-box h3,
  .blog-categories-box h3,
  .blog-cta-box h3 {
    font-size: 34px !important;
  }

  .blog-list-post h3 {
    font-size: 32px !important;
  }
}


/* Thumbnails nos cards do blog */
.blog-thumb {
  width: 100%;
  height: 170px;
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  margin-bottom: 18px;
  box-shadow: 0 14px 34px rgba(0,50,100,.10);
}

.blog-list-post {
  overflow: hidden;
}

.blog-list-post span {
  margin-bottom: 14px !important;
}

@media (max-width: 760px) {
  .blog-thumb {
    height: 150px;
    border-radius: 18px;
    margin-bottom: 16px;
  }
}


/* Remoção de seções antigas e ajuste de fluxo */
.product-showcase + .courses-premium,
.courses-premium + .cinema-gallery-guide,
.cinema-gallery-guide + .expedition-cinema,
.expedition-cinema + .atlantes-vibe,
.atlantes-vibe + .blog-clean {
  margin-top: 0 !important;
}

.courses-premium {
  padding-top: 88px !important;
}

.cinema-gallery-guide {
  padding-top: 84px !important;
}

.expedition-cinema {
  padding-top: 92px !important;
}

.atlantes-vibe {
  padding-top: 96px !important;
}

.blog-clean {
  padding-top: 96px !important;
}




/* Seção Depoimentos minimalista e premium */
.testimonials-minimal {
  background:
    radial-gradient(circle at 18% 0%, rgba(22,199,255,.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  padding: 104px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.testimonials-head {
  max-width: 920px;
  margin: 0 auto 38px;
  text-align: center;
}

.testimonials-head h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(52px, 6.2vw, 94px) !important;
  line-height: .84 !important;
  font-weight: 500 !important;
  letter-spacing: -0.055em !important;
  color: var(--blue-deep);
  margin-top: 18px;
}

.testimonials-head p {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 48px rgba(0,50,100,.07);
  margin-bottom: 42px;
}

.trust-bar div {
  padding: 24px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.trust-bar div:last-child {
  border-right: 0;
}

.trust-bar span {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.trust-bar strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--blue-deep);
  font-size: 42px;
  line-height: .9;
  font-weight: 500;
  letter-spacing: -0.045em;
  margin-bottom: 10px;
}

.trust-bar p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.video-testimonials-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  align-items: start;
}

.phone-video {
  text-align: center;
}

.phone-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 14.5;
  max-height: 390px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(0,50,100,.14);
  border: 3px solid var(--blue-deep);
  isolation: isolate;
}

.phone-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,20,45,.60), rgba(0,0,0,.04));
  z-index: -1;
}

.phone-frame::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 54px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
}

.phone-frame button {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.72);
  background: rgba(255,255,255,.18);
  color: #ffffff;
  backdrop-filter: blur(10px);
  font-size: 22px;
  cursor: pointer;
}

.featured-phone .phone-frame {
  transform: translateY(-14px);
  box-shadow: 0 30px 76px rgba(0,50,100,.20);
}

.phone-video span {
  display: inline-flex;
  margin-top: 20px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.phone-video h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 28px !important;
  line-height: .95 !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em !important;
  color: var(--blue-deep);
  margin: 10px auto 0;
  max-width: 260px;
}

.reviews-minimal-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.reviews-minimal-grid article {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #ffffff;
  padding: 26px;
  box-shadow: 0 14px 42px rgba(0,50,100,.06);
}

.reviews-minimal-grid span {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.reviews-minimal-grid strong {
  display: block;
  color: #ffb800;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.reviews-minimal-grid p {
  color: var(--blue-deep);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.testimonials-final-cta {
  margin-top: 24px;
  border-radius: 32px;
  background: var(--blue-deep);
  color: #ffffff;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  box-shadow: 0 22px 64px rgba(0,25,50,.18);
}

.testimonials-final-cta h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 42px !important;
  line-height: .92 !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
  color: #ffffff;
  margin-bottom: 8px;
}

.testimonials-final-cta p {
  color: #dff6ff;
  line-height: 1.6;
}

.testimonials-final-cta .btn {
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .trust-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-bar div:nth-child(2) {
    border-right: 0;
  }

  .trust-bar div:nth-child(1),
  .trust-bar div:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }

  .video-testimonials-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-minimal-grid,
  .testimonials-final-cta {
    grid-template-columns: 1fr;
  }

  .testimonials-final-cta .btn {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .testimonials-minimal {
    padding: 76px 0;
  }

  .trust-bar,
  .video-testimonials-row {
    grid-template-columns: 1fr;
  }

  .trust-bar div {
    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
  }

  .trust-bar div:last-child {
    border-bottom: 0;
  }

  .featured-phone .phone-frame {
    transform: none;
  }

  .phone-frame {
    max-height: 430px;
  }

  .reviews-minimal-grid article,
  .testimonials-final-cta {
    padding: 24px;
  }

  .testimonials-head h2 {
    font-size: clamp(46px, 13vw, 70px) !important;
  }

  .testimonials-final-cta h3 {
    font-size: 34px !important;
  }
}


/* Ajuste fino: depoimentos mais leves e minimalistas */
.testimonials-minimal {
  padding: 86px 0 !important;
}

.testimonials-head {
  max-width: 820px !important;
  margin-bottom: 32px !important;
}

.testimonials-head h2 {
  font-size: clamp(42px, 4.8vw, 72px) !important;
  line-height: .9 !important;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-head p {
  font-size: 16px !important;
  max-width: 680px !important;
  margin-top: 18px !important;
}

.trust-bar {
  margin-bottom: 34px !important;
  border-radius: 28px !important;
}

.trust-bar div {
  padding: 20px !important;
}

.trust-bar strong {
  font-size: 34px !important;
  margin-bottom: 8px !important;
}

.trust-bar p {
  font-size: 13px !important;
}

.video-testimonials-row {
  gap: 18px !important;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.phone-frame {
  max-height: 330px !important;
  border-radius: 26px !important;
  border-width: 2px !important;
}

.phone-frame button {
  width: 54px !important;
  height: 54px !important;
  font-size: 18px !important;
}

.featured-phone .phone-frame {
  transform: translateY(-8px) !important;
}

.phone-video span {
  margin-top: 16px !important;
}

.phone-video h3 {
  font-size: 23px !important;
  max-width: 240px !important;
}

.reviews-minimal-grid {
  margin-top: 34px !important;
  gap: 16px !important;
}

.reviews-minimal-grid article {
  padding: 22px !important;
  border-radius: 24px !important;
}

.reviews-minimal-grid p {
  font-size: 23px !important;
}

.testimonials-final-cta {
  margin-top: 20px !important;
  padding: 24px 28px !important;
  border-radius: 28px !important;
}

.testimonials-final-cta h3 {
  font-size: 34px !important;
}

.testimonials-final-cta p {
  font-size: 15px !important;
}

@media (max-width: 680px) {
  .testimonials-minimal {
    padding: 68px 0 !important;
  }

  .testimonials-head h2 {
    font-size: clamp(40px, 11vw, 58px) !important;
  }

  .phone-frame {
    max-height: 390px !important;
  }

  .featured-phone .phone-frame {
    transform: none !important;
  }
}


/* Mini landing page final: Batismo abaixo dos depoimentos */
.batismo-landing-final {
  background:
    radial-gradient(circle at 18% 0%, rgba(22,199,255,.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  padding: 96px 0;
  border-bottom: 1px solid var(--line);
}

.batismo-final-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: 54px;
  align-items: center;
}

.batismo-final-copy h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(52px, 6.2vw, 96px) !important;
  line-height: .84 !important;
  font-weight: 500 !important;
  letter-spacing: -0.055em !important;
  color: var(--blue-deep);
  margin-top: 18px;
}

.batismo-final-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
  max-width: 680px;
  margin-top: 24px;
}

.batismo-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.batismo-vsl-frame {
  position: relative;
  min-height: 520px;
  border-radius: 42px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 88px rgba(0,50,100,.18);
  isolation: isolate;
}

.batismo-vsl-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,20,45,.88), rgba(0,60,110,.10) 64%, rgba(0,0,0,.04));
  z-index: -1;
}

.batismo-vsl-frame button {
  position: absolute;
  left: 34px;
  top: 34px;
  width: 76px;
  height: 76px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: var(--blue-deep);
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 18px 48px rgba(0,0,0,.24);
}

.batismo-vsl-frame div {
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 38px;
  color: #ffffff;
}

.batismo-vsl-frame span {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(14px);
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.batismo-vsl-frame h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 54px !important;
  line-height: .88 !important;
  font-weight: 500 !important;
  letter-spacing: -0.05em !important;
  color: #ffffff;
  max-width: 620px;
  margin-bottom: 16px;
}

.batismo-vsl-frame p {
  color: #e5f8ff;
  line-height: 1.6;
  max-width: 560px;
}

.batismo-final-benefits {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 48px rgba(0,50,100,.07);
}

.batismo-final-benefits div {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.batismo-final-benefits div:last-child {
  border-right: 0;
}

.batismo-final-benefits span {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 12px;
}

.batismo-final-benefits strong {
  display: block;
  color: var(--blue-deep);
  margin-bottom: 10px;
}

.batismo-final-benefits p {
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

.batismo-final-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 320px;
  gap: 18px;
}

.batismo-final-card,
.batismo-final-offer {
  border-radius: 30px;
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 28px;
  box-shadow: 0 14px 42px rgba(0,50,100,.06);
}

.batismo-final-card span,
.batismo-final-offer span {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.batismo-final-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 40px !important;
  line-height: .92 !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
  color: var(--blue-deep);
  margin-bottom: 14px;
}

.batismo-final-card p {
  color: var(--muted);
  line-height: 1.62;
}

.batismo-final-offer {
  background: var(--blue-deep);
  color: #ffffff;
}

.batismo-final-offer span {
  color: #8ee8ff;
}

.batismo-final-offer strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 64px;
  line-height: .82;
  font-weight: 500;
  letter-spacing: -0.055em;
  margin-bottom: 18px;
}

.batismo-final-offer p {
  color: #dff6ff;
  line-height: 1.55;
  margin-bottom: 22px;
}

.batismo-final-offer .btn {
  width: 100%;
}

.batismo-final-faq {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.batismo-final-faq details {
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 20px 24px;
  box-shadow: 0 10px 28px rgba(0,50,100,.05);
}

.batismo-final-faq summary {
  cursor: pointer;
  color: var(--blue-dark);
  font-weight: 800;
}

.batismo-final-faq p {
  color: var(--muted);
  line-height: 1.62;
  margin-top: 12px;
}

@media (max-width: 1120px) {
  .batismo-final-hero,
  .batismo-final-grid {
    grid-template-columns: 1fr;
  }

  .batismo-final-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .batismo-final-benefits div:nth-child(even) {
    border-right: 0;
  }

  .batismo-final-benefits div:not(:nth-last-child(-n+1)) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  .batismo-landing-final {
    padding: 72px 0;
  }

  .batismo-final-copy h2 {
    font-size: clamp(44px, 12vw, 68px) !important;
  }

  .batismo-vsl-frame {
    min-height: 420px;
    border-radius: 32px;
  }

  .batismo-vsl-frame div {
    left: 26px;
    right: 26px;
    bottom: 26px;
  }

  .batismo-vsl-frame h3 {
    font-size: 36px !important;
  }

  .batismo-final-benefits {
    grid-template-columns: 1fr;
  }

  .batismo-final-benefits div {
    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
  }

  .batismo-final-benefits div:last-child {
    border-bottom: 0;
  }

  .batismo-final-actions .btn {
    width: 100%;
  }
}


/* Ajuste visual da mini landing do Batismo: área própria, mais leve e com CTAs de clique */
.batismo-landing-final {
  background:
    radial-gradient(circle at 12% 8%, rgba(33, 200, 255, .18), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(32, 200, 107, .10), transparent 28%),
    linear-gradient(180deg, #f4fcff 0%, #ffffff 48%, #eefaff 100%) !important;
  padding-top: 90px !important;
  padding-bottom: 96px !important;
}

.batismo-final-hero {
  align-items: center !important;
}

.batismo-final-copy .tag {
  background: rgba(32, 200, 107, .12) !important;
  color: #06994e !important;
}

.batismo-final-copy h2 {
  color: #002747 !important;
}

.batismo-final-copy p {
  color: #49657c !important;
}

.batismo-final-actions .btn {
  min-height: 60px;
  padding-left: 26px;
  padding-right: 26px;
}

.batismo-buy-btn {
  background: #20c86b !important;
  color: #ffffff !important;
  box-shadow: 0 18px 42px rgba(32, 200, 107, .30) !important;
  border: 1px solid rgba(32, 200, 107, .30) !important;
}

.batismo-buy-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(32, 200, 107, .38) !important;
}

.batismo-whats-btn {
  background: #ffffff !important;
  border: 1px solid rgba(0, 102, 255, .18) !important;
  color: var(--blue-dark) !important;
  box-shadow: 0 14px 36px rgba(0,50,100,.08);
}

.batismo-whats-btn:hover {
  color: var(--blue) !important;
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(0,50,100,.12);
}

.batismo-vsl-frame {
  min-height: 500px !important;
  border: 1px solid rgba(255,255,255,.60);
  box-shadow: 0 34px 90px rgba(0, 80, 140, .20) !important;
}

.batismo-vsl-frame::before {
  background:
    linear-gradient(to top, rgba(0, 25, 50, .86), rgba(0, 125, 180, .18) 58%, rgba(0,0,0,.03)) !important;
}

.batismo-vsl-frame button {
  background: #20c86b !important;
  color: #ffffff !important;
  box-shadow: 0 18px 48px rgba(32, 200, 107, .34) !important;
}

.batismo-vsl-frame span {
  background: rgba(255,255,255,.92) !important;
  color: var(--blue-dark) !important;
  border-color: rgba(255,255,255,.70) !important;
}

.batismo-final-benefits {
  background: rgba(255,255,255,.86) !important;
  border-color: rgba(0, 102, 255, .12) !important;
  box-shadow: 0 18px 48px rgba(0, 80, 140, .08) !important;
}

.batismo-final-benefits div {
  padding: 22px !important;
}

.batismo-final-benefits span {
  color: #06994e !important;
}

.batismo-final-benefits strong {
  color: #002747 !important;
}

.batismo-final-card {
  background: rgba(255,255,255,.90) !important;
  border-color: rgba(0, 102, 255, .12) !important;
}

.batismo-final-card span {
  color: #06994e !important;
}

.batismo-final-card h3 {
  color: #002747 !important;
}

.batismo-final-offer {
  background:
    radial-gradient(circle at top right, rgba(32, 200, 107, .22), transparent 36%),
    linear-gradient(135deg, #003a68 0%, #0066ff 100%) !important;
  box-shadow: 0 24px 70px rgba(0, 102, 255, .22) !important;
}

.batismo-final-offer span {
  color: #bfffe0 !important;
}

.batismo-final-offer .batismo-buy-btn {
  background: #20c86b !important;
  box-shadow: 0 16px 40px rgba(32, 200, 107, .34) !important;
}

.batismo-final-faq details {
  background: rgba(255,255,255,.88) !important;
  border-color: rgba(0, 102, 255, .12) !important;
}

.batismo-final-faq summary {
  color: #002747 !important;
}

@media (max-width: 760px) {
  .batismo-landing-final {
    padding-top: 72px !important;
    padding-bottom: 78px !important;
  }

  .batismo-vsl-frame {
    min-height: 400px !important;
  }
}


/* Ajuste de fluxo após remover seção de Reservas */
.batismo-landing-final + .faq,
.batismo-landing-final + .section,
.testimonials-minimal + .batismo-landing-final {
  margin-top: 0 !important;
}


/* Ajuste após remover seção antiga de depoimentos */
.testimonials-minimal + .batismo-landing-final,
.blog-clean + .testimonials-minimal,
.batismo-landing-final + .section {
  margin-top: 0 !important;
}


/* Ajuste após remoção definitiva da seção antiga de depoimentos */
.testimonials-minimal + .batismo-landing-final,
.blog-clean + .testimonials-minimal,
.batismo-landing-final + .section {
  margin-top: 0 !important;
}



/* Hub Social Atlantes */
.social-hub {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 0%, rgba(22,199,255,.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(32,200,107,.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  padding: 96px 0;
  border-bottom: 1px solid var(--line);
}

.social-hub-head {
  max-width: 980px;
  margin-bottom: 38px;
}

.social-hub-head h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(52px, 6.4vw, 98px) !important;
  line-height: .84 !important;
  font-weight: 500 !important;
  letter-spacing: -0.055em !important;
  color: var(--blue-deep);
  margin-top: 18px;
}

.social-hub-head p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
  margin-top: 22px;
}

.social-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.social-feed-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid var(--line);
  padding: 26px;
  box-shadow: 0 16px 48px rgba(0,50,100,.07);
  transition: .25s ease;
}

.social-feed-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 72px rgba(0,50,100,.14);
}

.social-feed-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  opacity: .14;
}

.instagram-feed::after { background: linear-gradient(135deg, #ff3d7f, #ffb347); }
.youtube-feed::after { background: #ff0033; }
.facebook-feed::after { background: #1877f2; }
.whatsapp-feed::after { background: #20c86b; }

.social-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 22px;
}

.instagram-feed .social-icon {
  background: linear-gradient(135deg, rgba(255,61,127,.12), rgba(255,179,71,.18));
  color: #e73578;
}

.youtube-feed .social-icon {
  background: rgba(255,0,51,.10);
  color: #ff0033;
}

.facebook-feed .social-icon {
  background: rgba(24,119,242,.10);
  color: #1877f2;
}

.whatsapp-feed .social-icon {
  background: rgba(32,200,107,.12);
  color: #06994e;
}

.social-feed-card span {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.social-feed-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  color: var(--blue-deep);
  font-size: 38px !important;
  line-height: .92 !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
  margin-bottom: 14px;
}

.social-feed-card p {
  color: var(--muted);
  line-height: 1.58;
  font-size: 15px;
  margin-bottom: 20px;
}

.social-feed-card strong {
  color: var(--blue);
  font-weight: 900;
}

.whatsapp-feed span,
.whatsapp-feed strong {
  color: #06994e;
}

.social-hub-strip span {
  display: block;
  color: #8ee8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* Instagram grid */
.social-bottom {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
}
.insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  border-radius: 18px;
  overflow: hidden;
  width: 468px;
  flex-shrink: 0;
}
.insta-post-reel {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  color: #fff;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,.6));
}
.insta-post {
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  display: block;
  background: var(--blue-deep);
}
.insta-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.insta-post:hover img { transform: scale(1.07); }
.insta-post-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,10,30,.46);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  opacity: 0;
  transition: opacity .22s;
}
.insta-post:hover .insta-post-overlay { opacity: 1; }
.insta-post-overlay em {
  font-style: normal;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}
.insta-post-overlay svg { flex-shrink: 0; }
.social-bottom .social-hub-strip { margin-top: 0; }
@media (max-width: 900px) {
  .social-bottom { grid-template-columns: 1fr; }
  .insta-grid { width: 100%; max-width: 468px; margin: 0 auto; }
}

.social-hub-strip {
  margin-top: 24px;
  border-radius: 24px;
  background: linear-gradient(150deg, #001a40 0%, #002766 60%, #003080 100%);
  border: 1px solid rgba(255,255,255,.08);
  padding: 32px 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  box-shadow: 0 24px 56px rgba(0,20,60,.35);
}

.social-hub-strip span {
  display: block;
  color: rgba(103,232,249,.85);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.social-hub-strip strong {
  display: block;
  color: #ffffff;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.social-main-cta {
  background: linear-gradient(135deg, #833ab4 0%, #e1306c 50%, #f77737 100%) !important;
  box-shadow: 0 12px 32px rgba(225,48,108,.35) !important;
  white-space: nowrap;
  border: none !important;
}

.social-main-cta:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

@media (max-width: 1120px) {
  .social-hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .social-mosaic {
    grid-template-columns: 1fr 1fr;
  }

  .mosaic-large {
    grid-column: span 2;
    min-height: 420px;
  }

  .social-hub-strip {
    grid-template-columns: 1fr;
  }

  .social-main-cta {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .social-hub {
    padding: 72px 0;
  }

  .social-hub-head h2 {
    font-size: clamp(44px, 12vw, 68px) !important;
  }

  .social-hub-grid,
  .social-mosaic {
    grid-template-columns: 1fr;
  }

  .mosaic-large {
    grid-column: span 1;
    min-height: 360px;
  }

  .social-mosaic {
    grid-template-rows: auto;
  }

  .mosaic-large,
  .mosaic-tile {
    min-height: 300px;
  }

  .social-feed-card,
  .dark-tile,
  .social-hub-strip {
    padding: 24px;
  }

  .social-feed-card h3,
  .mosaic-large h3,
  .social-hub-strip strong {
    font-size: 34px !important;
  }
}


/* Ajuste de posição da seção CTA antes do FAQ */
#depoimentos + #batismo,
.batismo-landing-final + .atlantes-community,
.batismo-landing-final + .social-hub {
  margin-top: 0 !important;
}

section:has(+ .faq),
section:has(+ #faq) {
  margin-bottom: 0 !important;
}


/* FAQ Premium Atlantes */
.faq-premium {
  background:
    radial-gradient(circle at 18% 0%, rgba(22,199,255,.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  padding: 96px 0;
  border-top: 1px solid var(--line);
}

.faq-head {
  max-width: 920px;
  margin-bottom: 42px;
}

.faq-head h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(48px, 5.6vw, 88px) !important;
  line-height: .86 !important;
  font-weight: 500 !important;
  letter-spacing: -0.055em !important;
  color: var(--blue-deep);
  margin-top: 18px;
}

.faq-head p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
  max-width: 760px;
  margin-top: 22px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.faq-sidebar {
  position: sticky;
  top: 100px;
  border-radius: 34px;
  background: var(--blue-deep);
  color: #ffffff;
  padding: 30px;
  box-shadow: 0 24px 70px rgba(0,25,50,.20);
}

.faq-sidebar span {
  display: block;
  color: #8ee8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.faq-sidebar h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 42px !important;
  line-height: .9 !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
  color: #ffffff;
  margin-bottom: 16px;
}

.faq-sidebar p {
  color: #dff6ff;
  line-height: 1.66;
  margin-bottom: 24px;
}

.faq-sidebar .btn {
  width: 100%;
  background: #20c86b !important;
  box-shadow: 0 16px 42px rgba(32,200,107,.28) !important;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(0,50,100,.05);
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 28px;
  color: var(--blue-deep);
  font-weight: 800;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 900;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  color: var(--muted);
  line-height: 1.7;
  padding: 0 28px 26px;
  max-width: 920px;
}

.faq-list details[open] {
  border-color: rgba(0,102,255,.18);
  box-shadow: 0 18px 48px rgba(0,50,100,.08);
}

@media (max-width: 980px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .faq-premium {
    padding: 72px 0;
  }

  .faq-head h2 {
    font-size: clamp(42px, 12vw, 66px) !important;
  }

  .faq-sidebar,
  .faq-list summary {
    padding: 24px;
  }

  .faq-list details p {
    padding: 0 24px 24px;
  }
}


/* FAQ Atlantes completo baseado no FAQ oficial */
.faq-atlantes-full {
  background:
    radial-gradient(circle at 18% 0%, rgba(22,199,255,.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  padding: 96px 0;
  border-top: 1px solid var(--line);
}

.faq-full-head {
  max-width: 980px;
  margin-bottom: 42px;
}

.faq-full-head h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(48px, 5.6vw, 88px) !important;
  line-height: .86 !important;
  font-weight: 500 !important;
  letter-spacing: -0.055em !important;
  color: var(--blue-deep);
  margin-top: 18px;
}

.faq-full-head p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
  max-width: 760px;
  margin-top: 22px;
}

.faq-full-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.faq-topic-menu {
  position: sticky;
  top: 100px;
  border-radius: 32px;
  background: var(--blue-deep);
  color: #ffffff;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(0,25,50,.20);
}

.faq-topic-menu > span {
  display: block;
  color: #8ee8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.faq-topic-menu > a {
  display: block;
  color: #ffffff;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
  font-weight: 700;
}

.faq-topic-menu > a:hover {
  color: #8ee8ff;
}

.faq-help-card {
  margin-top: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  padding: 22px;
}

.faq-help-card strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 30px;
  line-height: .94;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.faq-help-card p {
  color: #dff6ff;
  line-height: 1.58;
  font-size: 14px;
  margin-bottom: 16px;
}

.faq-help-card a {
  color: #ffffff;
  font-weight: 900;
}

.faq-accordion-list {
  display: grid;
  gap: 26px;
}

.faq-group {
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 48px rgba(0,50,100,.06);
  padding: 26px;
}

.faq-group h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 42px !important;
  line-height: .9 !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
  color: var(--blue-deep);
  margin-bottom: 18px;
}

.faq-group details {
  border-top: 1px solid var(--line);
  padding: 0;
}

.faq-group details:first-of-type {
  border-top: 0;
}

.faq-group summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 0;
  color: var(--blue-deep);
  font-weight: 800;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  outline: none;
}

.faq-group summary::-webkit-details-marker {
  display: none;
}

.faq-group summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 900;
}

.faq-group details[open] summary::after {
  content: "-";
}

.faq-group p {
  color: var(--muted);
  line-height: 1.72;
  padding: 0 46px 22px 0;
  max-width: 920px;
}

@media (max-width: 980px) {
  .faq-full-layout {
    grid-template-columns: 1fr;
  }

  .faq-topic-menu {
    position: static;
  }
}

@media (max-width: 720px) {
  .faq-atlantes-full {
    padding: 72px 0;
  }

  .faq-full-head h2 {
    font-size: clamp(42px, 12vw, 66px) !important;
  }

  .faq-topic-menu,
  .faq-group {
    padding: 24px;
  }

  .faq-group h3 {
    font-size: 34px !important;
  }

  .faq-group p {
    padding-right: 0;
  }
}



/* Rodapé compacto Atlantes */
.atlantes-footer-compact {
  background: #001932;
  color: #ffffff;
  padding: 46px 0 22px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.footer-compact-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr .9fr .85fr;
  gap: 22px;
  align-items: stretch;
}

.footer-compact-brand,
.footer-compact-info,
.footer-compact-map,
.footer-compact-cta {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  border-radius: 24px;
  padding: 22px;
}

.atlantes-footer-compact .footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.atlantes-footer-compact .logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0066ff, #16c7ff);
  color: #ffffff;
  font-weight: 900;
}

.atlantes-footer-compact .footer-logo strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
}

.atlantes-footer-compact .footer-logo span,
.footer-compact-info > span,
.footer-compact-cta > span {
  display: block;
  color: #8ee8ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-compact-brand p,
.footer-compact-info p {
  color: #dff6ff;
  line-height: 1.55;
  font-size: 14px;
}

.footer-compact-info a {
  color: #ffffff;
  font-weight: 800;
}

.footer-social-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.footer-social-mini a {
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: #ffffff;
  padding: 8px 11px;
  font-size: 13px;
  font-weight: 800;
}

/* Modal: Reservar, escolha de tipo de mergulho */
.reserva-overlay{display:none;position:fixed;inset:0;background:rgba(0,15,40,.78);backdrop-filter:blur(8px);z-index:9100;align-items:center;justify-content:center;padding:20px}
.reserva-overlay.open{display:flex}
.reserva-modal{background:#fff;border-radius:24px;padding:36px 32px;width:100%;max-width:760px;position:relative;box-shadow:0 32px 96px rgba(0,30,80,.28);max-height:90vh;overflow-y:auto}
.reserva-modal h3{font-family:"Cormorant Garamond",serif;font-size:30px;color:#0a1e3c;margin-bottom:6px;line-height:1.1}
.reserva-modal p.sub{color:#5d7085;font-size:15px;margin-bottom:24px}
.reserva-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:0;background:#eef5ff;color:#0a1e3c;border-radius:50%;font-size:20px;cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center;transition:.18s}
.reserva-close:hover{background:#dce8f5}
.reserva-tag{display:inline-block;background:#eaf6ff;color:#0066ff;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;padding:6px 12px;border-radius:999px;margin-bottom:10px}
.reserva-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.reserva-card{display:block;text-decoration:none;background:#f8fbff;border:1.5px solid #dcecf8;border-radius:16px;padding:20px 18px;transition:.2s;color:inherit;position:relative;overflow:hidden}
.reserva-card:hover{border-color:#16c7ff;transform:translateY(-3px);box-shadow:0 18px 40px rgba(0,80,160,.12);background:#fff}
.reserva-card-icon{font-size:30px;margin-bottom:10px;display:block;line-height:1}
.reserva-card h4{font-family:"Cormorant Garamond",serif;font-size:22px;color:#0a1e3c;margin-bottom:4px;line-height:1.15}
.reserva-card p{font-size:13.5px;color:#5d7085;line-height:1.5;margin-bottom:10px}
.reserva-card-meta{font-size:12px;color:#0066ff;font-weight:800;letter-spacing:.04em}
.reserva-card-arrow{position:absolute;top:18px;right:18px;color:#0066ff;font-size:18px;font-weight:900;opacity:.5;transition:.2s}
.reserva-card:hover .reserva-card-arrow{opacity:1;transform:translateX(3px)}
@media(max-width:600px){.reserva-grid{grid-template-columns:1fr}.reserva-modal{padding:28px 20px}}

.mini-map {
  position: relative;
  height: 138px;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #0a1e3c;
}
.mini-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

.footer-compact-map a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.footer-compact-cta h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 34px;
  line-height: .92;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin: 12px 0 18px;
}

.footer-main-action,
.footer-secondary-action {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  border-radius: 999px;
  font-weight: 900;
  margin-top: 10px;
}

.footer-main-action {
  background: var(--blue);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(0,102,255,.25);
}

.footer-secondary-action {
  background: #20c86b;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(32,200,107,.25);
}

.footer-compact-bottom {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #bcd6e8;
  font-size: 13px;
}

.footer-compact-bottom div {
  display: flex;
  gap: 14px;
}

.footer-compact-bottom a {
  color: #bcd6e8;
}

@media (max-width: 1100px) {
  .footer-compact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .atlantes-footer-compact {
    padding: 34px 0 20px;
  }

  .footer-compact-grid {
    grid-template-columns: 1fr;
  }

  .footer-compact-brand,
  .footer-compact-info,
  .footer-compact-map,
  .footer-compact-cta {
    padding: 20px;
  }

  .footer-compact-bottom {
    display: grid;
  }
}


/* Logo oficial Atlantes */
.atlantes-real-brand {
  display: flex !important;
  align-items: center !important;
  min-width: 220px !important;
  max-width: 255px !important;
  height: 58px !important;
  text-decoration: none !important;
}

.atlantes-header-logo {
  display: block !important;
  width: 235px !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Remove resquícios do logo fictício quando existirem */
.atlantes-real-brand .logo-mark,
.atlantes-real-brand strong,
.atlantes-real-brand span {
  display: none !important;
}

.footer-logo-real {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 18px !important;
}

.atlantes-footer-logo-img {
  width: 220px !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.20));
}

@media (max-width: 760px) {
  .atlantes-real-brand {
    min-width: 170px !important;
    max-width: 190px !important;
    height: 52px !important;
  }

  .atlantes-header-logo {
    width: 185px !important;
  }

  .atlantes-footer-logo-img {
    width: 190px !important;
  }
}


/* Correção definitiva do logo oficial */
.site-header .brand,
header .brand,
.atlantes-real-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-width: 230px !important;
  max-width: 270px !important;
  height: 62px !important;
  text-decoration: none !important;
}

.site-header .brand .logo-mark,
header .brand .logo-mark,
.site-header .brand > div:not(:has(img)),
header .brand > div:not(:has(img)) {
  display: none !important;
}

.atlantes-header-logo {
  display: block !important;
  width: 248px !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Logo oficial no rodapé com subtítulo branco para contrastar */
.footer-logo-real {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 18px !important;
}

.atlantes-footer-logo-img {
  width: 220px !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) drop-shadow(0 10px 24px rgba(0,0,0,.22)) !important;
}

/* Caso o rodapé ainda use texto separado, força contraste */
.atlantes-footer-compact .footer-logo span,
.atlantes-footer-compact .footer-logo strong {
  color: #ffffff !important;
}

@media (max-width: 760px) {
  .site-header .brand,
  header .brand,
  .atlantes-real-brand {
    min-width: 180px !important;
    max-width: 205px !important;
    height: 56px !important;
  }

  .atlantes-header-logo {
    width: 198px !important;
  }

  .atlantes-footer-logo-img {
    width: 190px !important;
  }
}


/* Correção real do logo oficial no cabeçalho */
header .brand.atlantes-real-brand,
.site-header .brand.atlantes-real-brand,
.brand.atlantes-real-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  height: 64px !important;
  padding: 0 !important;
  text-decoration: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.atlantes-header-logo {
  display: block !important;
  width: 248px !important;
  max-width: 248px !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Esconde qualquer sobra do logo antigo no header */
header .logo-mark,
.site-header .logo-mark,
header .brand strong,
header .brand span,
.site-header .brand strong,
.site-header .brand span {
  display: none !important;
}

/* Rodapé: logo original PNG */
.footer-logo-real {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 18px !important;
  width: fit-content !important;
}

.atlantes-footer-logo-img {
  width: 210px !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (max-width: 760px) {
  header .brand.atlantes-real-brand,
  .site-header .brand.atlantes-real-brand,
  .brand.atlantes-real-brand {
    width: 205px !important;
    min-width: 205px !important;
    max-width: 205px !important;
    height: 58px !important;
  }

  .atlantes-header-logo {
    width: 198px !important;
    max-width: 198px !important;
  }

  .atlantes-footer-logo-img {
    width: 190px !important;
  }
}


/* Header com logo oficial Atlantes */
header .atlantes-brand-logo,
.site-header .atlantes-brand-logo,
.atlantes-brand-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  height: 64px !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.atlantes-official-header-logo {
  display: block !important;
  width: 245px !important;
  max-width: 245px !important;
  height: auto !important;
  object-fit: contain !important;
}

/* apaga qualquer sobra visual do logo antigo no cabeçalho */
header .brand:not(.atlantes-brand-logo) .logo-mark,
header .brand:not(.atlantes-brand-logo) strong,
header .brand:not(.atlantes-brand-logo) span,
.site-header .brand:not(.atlantes-brand-logo) .logo-mark,
.site-header .brand:not(.atlantes-brand-logo) strong,
.site-header .brand:not(.atlantes-brand-logo) span {
  display: none !important;
}

/* Footer: coloca o logo em uma placa clara para o texto 'Viagens de mergulho e Mergulho' aparecer */
.footer-logo-real {
  background: rgba(255,255,255,.94) !important;
  border-radius: 16px !important;
  padding: 10px 14px !important;
  width: fit-content !important;
}

.atlantes-footer-logo-img {
  filter: none !important;
}

@media (max-width: 760px) {
  header .atlantes-brand-logo,
  .site-header .atlantes-brand-logo,
  .atlantes-brand-logo {
    width: 205px !important;
    min-width: 205px !important;
    max-width: 205px !important;
    height: 58px !important;
  }

  .atlantes-official-header-logo {
    width: 198px !important;
    max-width: 198px !important;
  }
}


/* Ajuste fino do logo no cabeçalho para encaixar melhor com o menu */
header .atlantes-brand-logo,
.site-header .atlantes-brand-logo,
.atlantes-brand-logo {
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
  height: 58px !important;
}

.atlantes-official-header-logo {
  width: 208px !important;
  max-width: 208px !important;
}

@media (max-width: 760px) {
  header .atlantes-brand-logo,
  .site-header .atlantes-brand-logo,
  .atlantes-brand-logo {
    width: 175px !important;
    min-width: 175px !important;
    max-width: 175px !important;
    height: 52px !important;
  }

  .atlantes-official-header-logo {
    width: 168px !important;
    max-width: 168px !important;
  }
}


/* Menu de conversão com submenus flutuantes */
.conversion-menu {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
}

.conversion-menu .nav-item {
  position: relative;
}

.conversion-menu .nav-item > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--blue-dark);
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  transition: .22s ease;
}

.conversion-menu .nav-item > a:hover {
  color: var(--blue);
  background: var(--blue-soft);
}

.has-float:hover .floating-submenu,
.has-float:focus-within .floating-submenu {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.floating-submenu {
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  transform: translateX(-50%) translateY(8px);
  width: 330px;
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(0,102,255,.12);
  box-shadow: 0 28px 78px rgba(0,50,100,.18);
  padding: 22px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: .22s ease;
  backdrop-filter: blur(18px);
}

.floating-submenu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 16px;
  height: 16px;
  transform: translateX(-50%) rotate(45deg);
  background: rgba(255,255,255,.96);
  border-left: 1px solid rgba(0,102,255,.12);
  border-top: 1px solid rgba(0,102,255,.12);
}

.floating-submenu span {
  display: block;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.floating-submenu strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--blue-deep);
  font-size: 34px;
  line-height: .92;
  font-weight: 500;
  letter-spacing: -0.045em;
  margin-bottom: 12px;
}

.floating-submenu p {
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
  margin-bottom: 16px;
}

.submenu-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.submenu-badges em {
  font-style: normal;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue-dark);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
}

.submenu-cta {
  display: flex !important;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  border-radius: 999px;
  background: #0066ff;
  color: #ffffff !important;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(0,102,255,.22);
}

.submenu-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(0,102,255,.30);
}

/* CTA principal do header mais específico */
.header-cta,
.site-header .btn,
header .btn {
  white-space: nowrap;
}

/* Evita que o submenu estoure no lado direito */
.conversion-menu .nav-item:nth-last-child(-n+2) .floating-submenu {
  left: auto;
  right: 0;
  transform: translateY(8px);
}

.conversion-menu .nav-item:nth-last-child(-n+2):hover .floating-submenu,
.conversion-menu .nav-item:nth-last-child(-n+2):focus-within .floating-submenu {
  transform: translateX(-50%) translateY(0);
}

.conversion-menu .nav-item:nth-last-child(-n+2) .floating-submenu::before {
  left: auto;
  right: 32px;
  transform: rotate(45deg);
}

/* Ajuste fino desktop (> 1100px) */
.conversion-menu {
  gap: 2px !important;
}
.conversion-menu .nav-item > a {
  padding: 0 9px !important;
  font-size: 14px !important;
  white-space: nowrap;
}
.floating-submenu {
  width: 320px !important;
  top: calc(100% + 2px) !important;
}

/* Hover bridge */
.conversion-menu .nav-item.has-float {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: -18px;
}
.conversion-menu .nav-item.has-float::after {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: 100%;
  height: 22px;
  background: transparent;
  z-index: 998;
}
.has-float:hover .floating-submenu,
.has-float:focus-within .floating-submenu,
.floating-submenu:hover {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Últimos 3 itens, abre para esquerda */
.conversion-menu .nav-item:nth-last-child(-n+3) .floating-submenu {
  left: auto !important;
  right: 0 !important;
  transform: translateY(8px) !important;
  top: calc(100% + 2px) !important;
}
.conversion-menu .nav-item:nth-last-child(-n+3):hover .floating-submenu,
.conversion-menu .nav-item:nth-last-child(-n+3):focus-within .floating-submenu {
  transform: translateY(0) !important;
}
.conversion-menu .nav-item:nth-last-child(-n+3) .floating-submenu::before {
  left: auto !important;
  right: 32px !important;
  transform: rotate(45deg) !important;
}

/* Comprime em 1100-1280px */
@media (max-width: 1280px) {
  .conversion-menu .nav-item > a {
    padding: 0 7px !important;
    font-size: 13px !important;
  }
}

/* Botão hamburger, invisível por padrão (desktop) */
.mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1.5px solid rgba(11,37,69,.22);
  background: rgba(11,37,69,.06);
  color: #0b2545;
  border-radius: 12px;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.mobile-toggle:hover { background: rgba(0,102,255,.12); border-color: rgba(0,102,255,.3); }
.mobile-toggle:focus-visible { outline: 3px solid #16c7ff; outline-offset: 2px; }

/* ≤ 1400px: modo hamburger */
@media (max-width: 1400px) {
  .conversion-menu { display: none !important; }
  .nav > a.btn,
  header .nav > a.btn { display: none !important; }
  .mobile-toggle { display: flex !important; }
}

/* Impede scroll horizontal, só no header externo */
header { overflow: hidden; }

/* Header nav: container até 1480px centrado (cabe logo + itens + CTA) */
header .nav {
  max-width: min(1480px, calc(100% - 48px)) !important;
  width: min(1480px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* SEO: imagem de fundo via <img> real */
.bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
  z-index: 0;
}

/* Hover intent bridge, evita fechamento ao mover mouse na diagonal */
.has-float::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  height: 12px;
}

/* ===========================================================================
   Seção de depoimentos em vídeo, Home
   =========================================================================== */
.home-depo {
  background: var(--blue-soft);
  padding: 96px 0;
}
.home-depo .section-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 52px;
}
.home-depo .section-head .tag {
  display: inline-block;
  margin-bottom: 16px;
}
.home-depo .section-head h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(52px, 6.4vw, 98px);
  line-height: .84;
  font-weight: 500;
  letter-spacing: -0.055em;
  color: var(--blue-deep);
  margin: 18px auto 28px;
  text-wrap: balance;
}
.home-depo .section-head p {
  font-size: 17px;
  line-height: 1.72;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto;
}
.home-depo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.home-depo-card {
  text-align: center;
}
.home-depo-vid {
  width: 100%;
  height: 400px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  box-shadow: 0 12px 40px rgba(0,30,60,.16);
  border: 2px solid rgba(0,30,60,.12);
}
.home-depo-vid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.home-depo-vid::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,20,45,.65) 0%, transparent 55%);
  pointer-events: none;
}
.home-depo-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  border: 2px solid rgba(255,255,255,.85);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  padding: 0 0 0 3px;
  line-height: 1;
  transition: background .18s ease, transform .18s ease;
}
.home-depo-btn:hover {
  background: rgba(255,255,255,.34);
  transform: translate(-50%, -50%) scale(1.08);
}
.home-depo-role {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 6px;
}
.home-depo-card blockquote {
  color: var(--blue-deep);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  line-height: 1.12;
  font-style: normal;
  quotes: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1040px) {
  .home-depo-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (max-width: 720px) {
  .home-depo { padding: 60px 0; }
  .home-depo-grid { grid-template-columns: 1fr; gap: 14px; }
  .home-depo-vid { height: 320px; max-width: 280px; margin-left: auto; margin-right: auto; }
}

/* ── Guia Strip ── */
.guia-strip {
  background: var(--blue-soft);
  border-bottom: 1px solid rgba(0,102,255,.10);
}
.guia-strip-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 18px 0;
}
.guia-strip-cover {
  width: 72px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,50,100,.20);
  flex-shrink: 0;
}
.guia-strip-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.guia-strip-info strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--blue-dark);
}
.guia-strip-info span {
  font-size: 12.5px;
  color: var(--muted);
}
.guia-strip-stats {
  display: flex;
  gap: 24px;
  margin-left: auto;
}
.guia-strip-stats div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}
.guia-strip-stats b {
  font-size: 18px;
  font-weight: 700;
  color: var(--blue-dark);
  line-height: 1;
}
.guia-strip-stats small {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
}
.guia-strip-btn {
  flex-shrink: 0;
  background: var(--blue-dark);
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s;
}
.guia-strip-btn:hover { background: var(--blue); }
@media (max-width: 768px) {
  .guia-strip-stats { display: none; }
  .guia-strip-info span { display: none; }
  .guia-strip-inner { gap: 16px; }
}

/* ── Guia Download Section ── */
.guia-download {
  background: #ffffff;
  padding: 96px 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 90px;
}
.guia-download-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 72px;
  align-items: center;
}
.guia-download-cover img {
  width: 300px;
  border-radius: 14px;
  box-shadow: 0 40px 90px rgba(0,50,100,.28), 0 8px 24px rgba(0,50,100,.14);
  display: block;
  transform: rotate(-2deg);
  transition: transform .3s;
}
.guia-download-cover img:hover {
  transform: rotate(0deg) scale(1.03);
}
.guia-download-body h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 3.6vw, 52px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -0.04em;
  color: var(--blue-dark);
  margin: 12px 0 16px;
}
.guia-download-desc {
  font-size: 16px;
  line-height: 1.72;
  color: var(--muted);
  max-width: 560px;
  margin-bottom: 24px;
}
.guia-download-stats {
  list-style: none;
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0 0 28px;
  flex-wrap: wrap;
}
.guia-download-stats li {
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 5px;
}
.guia-download-stats li::before {
  content: "✓";
  color: var(--blue);
  font-weight: 700;
}
.guia-download-stats b { color: var(--blue-dark); font-weight: 700; }
.guia-download-fields-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
.guia-download-form input {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 15px 16px;
  font-size: 15px;
  font-family: inherit;
  color: var(--text);
  background: #fff;
  outline: none;
  transition: border-color .2s;
  width: 100%;
  box-sizing: border-box;
}
.guia-download-form input:focus { border-color: var(--blue); }
.guia-download-form .btn { width: 100%; margin-bottom: 10px; }
.guia-success-msg {
  font-size: 17px;
  font-weight: 600;
  color: var(--blue-dark);
  margin-bottom: 16px;
}
.guia-download-btn { display: flex; align-items: center; justify-content: center; gap: 8px; }
@media (max-width: 860px) {
  .guia-download-inner { grid-template-columns: 1fr; gap: 40px; }
  .guia-download-cover { text-align: center; }
  .guia-download-cover img { width: 160px; margin: 0 auto; }
  .guia-download-fields-row { grid-template-columns: 1fr; }
}

/* ── Lead Capture Section ── */
.lead-capture {
  background: var(--blue-deep);
  padding: 96px 0;
  scroll-margin-top: 90px;
}
.lead-capture-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.lead-capture-copy .tag {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.lead-capture-copy h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -0.045em;
  color: #ffffff;
  margin: 14px 0 20px;
  text-wrap: balance;
}
.lead-capture-copy p {
  color: rgba(255,255,255,.65);
  font-size: 16px;
  line-height: 1.72;
}
.lead-capture-form,
#lead-hero-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lead-capture-form input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 15px;
  font-family: inherit;
  background: rgba(255,255,255,.08);
  color: #ffffff;
  outline: none;
  transition: border-color .2s;
}
.lead-capture-form input::placeholder { color: rgba(255,255,255,.38); }
.lead-capture-form input:focus { border-color: var(--cyan); }
.lead-capture-form .btn {
  margin-top: 8px;
  background: var(--cyan);
  color: var(--blue-deep);
  font-weight: 700;
  border: none;
}
.lead-capture-form .btn:hover { background: #38d4ff; }
.lead-capture-form .guia-obs {
  color: rgba(255,255,255,.38);
  font-size: 13px;
  text-align: center;
  margin: 0;
}
.lead-success-msg {
  color: var(--cyan);
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 18px;
}
.btn-outline-light {
  border: 1.5px solid rgba(255,255,255,.38);
  color: #ffffff;
  background: transparent;
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 860px) {
  .lead-capture-inner { grid-template-columns: 1fr; gap: 32px; }
  .lead-capture { padding: 64px 0 44px; }
}

/* ── Atlantes na Mídia, strip ── */
.midia-strip { background: #001932; padding: 72px 0; border: none; }
.midia-strip-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; gap: 20px; flex-wrap: wrap; }
.midia-strip-label { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(38px, 5vw, 60px); font-weight: 500; letter-spacing: -0.045em; text-transform: none; color: #ffffff; line-height: 1; }
.midia-strip-logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.midia-card { display: flex; flex-direction: column; border: none; border-top: 4px solid transparent; border-radius: 20px; padding: 28px; text-decoration: none; transition: transform .22s, box-shadow .22s, background .22s; background: rgba(255,255,255,.06); }
.midia-card:hover { background: rgba(255,255,255,.11); transform: translateY(-4px); box-shadow: 0 20px 48px rgba(0,0,0,.35); }
.midia-card--globo   { border-top-color: #ff5252; }
.midia-card--tribuna { border-top-color: #4d94ff; }
.midia-card--portal27{ border-top-color: #3ddc7c; }
.press-logo-box { margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.10); }
.press-outlet-name { display: block; font-size: 21px; font-weight: 800; line-height: 1; margin-bottom: 5px; letter-spacing: -.02em; }
.midia-card--globo   .press-outlet-name { color: #ff8a8a; }
.midia-card--tribuna .press-outlet-name { color: #7fb4ff; }
.midia-card--portal27 .press-outlet-name { color: #6ee7a0; }
.press-outlet-sub { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.30); }
.press-headline { font-size: 16px; line-height: 1.5; color: #ffffff; flex: 1; margin-bottom: 22px; font-weight: 500; }
.press-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; }
.press-type { font-size: 10.5px; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.30); }
.press-cta-link { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.55); white-space: nowrap; transition: color .18s; }
.midia-card:hover .press-cta-link { color: #ffffff; }
.midia-strip-cta { font-size: .82rem; font-weight: 700; color: #ffffff; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background .18s, transform .18s; flex-shrink: 0; border: 1.5px solid rgba(255,255,255,.35); border-radius: 999px; padding: 10px 20px; }
.midia-strip-cta:hover { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.7); transform: translateY(-1px); }
@media (max-width: 760px) { .midia-strip-logos { grid-template-columns: 1fr; } .midia-strip-head { flex-direction: column; align-items: flex-start; } }

/* Barra de reserva fixa, aparece ao rolar (funil sempre vendendo) */
.sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 110;
  background: rgba(255,255,255,.97); backdrop-filter: blur(14px);
  border-top: 1px solid var(--line); box-shadow: 0 -10px 34px rgba(0,30,60,.14);
  padding: 12px 0; transform: translateY(110%); transition: transform .32s ease; }
.sticky-bar.show { transform: translateY(0); }
.sticky-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sticky-bar-info strong { display: block; font-family: 'Inter', sans-serif;
  color: var(--blue-deep); font-size: 16px; font-weight: 800; line-height: 1.2; }
.sticky-bar-info span { font-size: 13px; color: var(--muted); }
.sticky-bar-info span b { color: var(--blue); font-weight: 800; }
.sticky-bar-cta { display: flex; align-items: center; gap: 10px; flex: none; }
.sticky-bar-cta .btn { min-height: 50px; }
.sticky-bar-wa { font-size: 13px; font-weight: 800; color: var(--blue-deep); white-space: nowrap; }
.sticky-bar-wa:hover { color: var(--green); }
@media (max-width: 600px) {
  .sticky-bar-info strong { font-size: 14px; }
  .sticky-bar-info span { font-size: 12px; }
  .sticky-bar-wa { display: none; }
  .sticky-bar-cta .btn { padding: 0 20px; }
}


.biodiv-strip{padding:90px 0;background:radial-gradient(circle at 12% 0%,rgba(22,199,255,.12),transparent 36%),linear-gradient(180deg,#001932 0%,#002b5c 100%);color:#fff}
.biodiv-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}
.biodiv-tag{display:inline-block;background:rgba(22,199,255,.18);color:#eaf9ff;border:1px solid rgba(22,199,255,.40);font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;padding:8px 14px;border-radius:999px;margin-bottom:18px}
.biodiv-copy h2{font-family:"Cormorant Garamond",serif;font-size:clamp(36px,4.4vw,58px);color:#fff;line-height:1.06;margin-bottom:20px}
.biodiv-copy p{color:#dff2ff;font-size:17px;line-height:1.72;margin-bottom:28px;max-width:580px}
.biodiv-copy p strong{color:#fff;font-weight:700}
.biodiv-btn{display:inline-flex;align-items:center;gap:8px;background:#20c86b;color:#fff;font-weight:800;font-size:15px;padding:16px 26px;border-radius:999px;text-decoration:none;transition:.2s;box-shadow:0 14px 40px rgba(32,200,107,.30)}
.biodiv-btn:hover{filter:brightness(.95);transform:translateY(-2px)}
.biodiv-numbers{display:flex;flex-direction:column;gap:14px}
.biodiv-num-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:24px 22px;text-align:center;backdrop-filter:blur(14px)}
.biodiv-num-card strong{display:block;font-family:"Cormorant Garamond",serif;font-weight:600;font-size:48px;color:#fff;line-height:1;letter-spacing:-.02em;font-variant-numeric:lining-nums}
.biodiv-num-card em{display:block;font-style:normal;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#bfe6ff;margin-top:8px;line-height:1.4}
.biodiv-num-card--main strong{font-size:86px}
.biodiv-num-card--main em{font-size:13px;color:#eaf9ff}
.biodiv-num-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:900px){.biodiv-grid{grid-template-columns:1fr;gap:36px}.biodiv-strip{padding:60px 0}}


.btn-email-modal{display:inline-flex;align-items:center;gap:5px;margin-left:8px;padding:3px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08);color:#dff6ff;font-size:12px;font-weight:700;cursor:pointer;transition:.18s;vertical-align:middle}
.btn-email-modal:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.5)}
.contato-overlay{display:none;position:fixed;inset:0;background:rgba(0,15,40,.72);backdrop-filter:blur(6px);z-index:9000;align-items:center;justify-content:center;padding:20px}
.contato-overlay.open{display:flex}
.contato-modal{background:#fff;border-radius:24px;padding:36px 32px;width:100%;max-width:520px;position:relative;box-shadow:0 24px 72px rgba(0,30,80,.22)}
.contato-modal h3{font-size:22px;color:#0a1e3c;margin-bottom:4px}
.contato-modal p.sub{color:#6b7f99;font-size:14px;margin-bottom:22px}
.contato-modal label{display:block;font-size:13px;font-weight:700;color:#0a1e3c;margin-bottom:5px}
.contato-modal input,.contato-modal textarea{width:100%;padding:12px 14px;border:1.5px solid #d8e6f0;border-radius:10px;font-size:15px;color:#0a1e3c;background:#f8fbff;outline:none;transition:border-color .18s;box-sizing:border-box;font-family:inherit}
.contato-modal input:focus,.contato-modal textarea:focus{border-color:#0066ff}
.contato-modal textarea{min-height:120px;resize:vertical}
.contato-modal-fields{display:flex;flex-direction:column;gap:14px}
.contato-modal-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contato-btn-send{width:100%;margin-top:8px;padding:15px;background:#0066ff;color:#fff;border:0;border-radius:10px;font-size:15px;font-weight:800;cursor:pointer;transition:background .18s}
.contato-btn-send:hover{background:#004ecc}
.contato-close{position:absolute;top:14px;right:16px;background:none;border:0;font-size:22px;cursor:pointer;color:#6b7f99;line-height:1;padding:4px 8px}
.contato-close:hover{color:#0a1e3c}
.contato-success{display:none;text-align:center;padding:16px 0}
.contato-success p{color:#1a8c4e;font-size:16px;font-weight:700;margin-bottom:8px}
.contato-success small{color:#6b7f99;font-size:13px}
@media(max-width:500px){.contato-modal-row{grid-template-columns:1fr}.contato-modal{padding:28px 20px}}


  .mobile-drawer { position:fixed; inset:0; z-index:1000; display:none; }
  .mobile-drawer.is-open { display:block; }
  .mobile-drawer__backdrop { position:absolute; inset:0; background:rgba(0,25,50,.55); backdrop-filter:blur(2px); }
  .mobile-drawer__panel { position:absolute; top:0; right:0; height:100%; width:min(86vw,360px); background:#fff; box-shadow:-16px 0 48px rgba(0,25,50,.25); display:flex; flex-direction:column; padding:20px; transform:translateX(100%); transition:transform .28s ease; overflow-y:auto; }
  .mobile-drawer.is-open .mobile-drawer__panel { transform:translateX(0); }
  .mobile-drawer__head { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; padding-bottom:14px; border-bottom:1px solid #e6eef5; }
  .mobile-drawer__close { border:none; background:#f2f6fa; color:#002b5c; width:40px; height:40px; border-radius:10px; display:grid; place-items:center; cursor:pointer; flex-shrink:0; }
  .mobile-drawer__close:focus-visible { outline:3px solid #16c7ff; outline-offset:2px; }
  .mobile-drawer__nav { display:flex; flex-direction:column; flex:1; }
  .mobile-drawer__nav a { padding:14px 8px; border-bottom:1px solid #e6eef5; color:#0b1f33; font-weight:600; font-size:16px; text-decoration:none; }
  .mobile-drawer__nav a:active { color:#0066ff; }
  .mobile-drawer__nav a.mobile-drawer__sub { padding-left:20px; font-size:14px; font-weight:500; color:#4a6282; }
  .mobile-drawer__nav a.mobile-drawer__highlight { background:#eef5ff; color:#0052cc; border-radius:10px; border-color:transparent; font-weight:700; padding:13px 14px; margin-bottom:4px; }
  .mobile-drawer__cta { margin-top:22px; background:#0066ff; color:#fff; text-align:center; padding:15px; border-radius:12px; font-weight:700; text-decoration:none; }
  .mobile-drawer__cta:hover { background:#0056d9; }
  @media (prefers-reduced-motion:reduce) { .mobile-drawer__panel { transition:none; } }

    /* Mobile fixes, rodada final */
    @media (max-width: 768px) {
      .guia-download { gap: 24px !important; }
      .showcase-products { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
      .hero-inner { gap: 20px !important; }
      .related-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
    }
    @media (max-width: 480px) {
      .showcase-products { grid-template-columns: 1fr !important; }
    }
