/* LP ICA MED VET - Tema verde alinhado às Refs */

:root {
  --green-dark: #0d3d2e;
  --green-mid: #1a5f4a;
  --green-light: #2d8b6f;
  --green-glow: #3aa87a;
  --gold: #c9a227;
  --gold-light: #e6c84a;
  --white: #fff;
  --bg-overlay: rgba(13, 61, 46, 0.92);
}

* {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-top: 56px;
  background:
    radial-gradient(1200px 800px at 20% -10%, rgba(61, 168, 122, 0.22), transparent 60%),
    radial-gradient(900px 700px at 90% 10%, rgba(201, 162, 39, 0.18), transparent 55%),
    linear-gradient(180deg, #0b3326 0%, var(--green-dark) 55%, #08261c 100%);
}

/* Navbar */
.navbar.bg-green {
  background: linear-gradient(180deg, var(--green-mid) 0%, var(--green-dark) 100%) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
  letter-spacing: 0.02em;
}

/* Blocos da LP */
.lp-block {
  background:
    radial-gradient(900px 500px at 10% 20%, rgba(61, 168, 122, 0.18), transparent 60%),
    radial-gradient(800px 480px at 85% 35%, rgba(201, 162, 39, 0.12), transparent 58%),
    linear-gradient(135deg, #0b3326 0%, #114236 45%, #0a2f24 100%);
  position: relative;
  overflow: hidden;
}

.lp-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--green-glow), transparent);
  opacity: 0.4;
  z-index: 0;
}

.lp-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 380px at 50% 0%, rgba(255, 255, 255, 0.06), transparent 60%),
    radial-gradient(520px 220px at 20% 80%, rgba(61, 168, 122, 0.08), transparent 65%),
    radial-gradient(520px 220px at 85% 75%, rgba(201, 162, 39, 0.06), transparent 65%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 12px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.lp-block > .container {
  position: relative;
  z-index: 1;
}

.block-hero {
  background:
    radial-gradient(1000px 520px at 25% 10%, rgba(61, 168, 122, 0.28), transparent 60%),
    radial-gradient(900px 520px at 90% 10%, rgba(201, 162, 39, 0.14), transparent 62%),
    linear-gradient(135deg, #114236 0%, #0a2f24 100%);
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.block-hero .display-5 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.block-hero .lead {
  font-size: 1.15rem;
  opacity: 0.95;
}

.block-alt {
  background:
    radial-gradient(880px 520px at 85% 15%, rgba(61, 168, 122, 0.18), transparent 60%),
    radial-gradient(760px 520px at 15% 30%, rgba(201, 162, 39, 0.10), transparent 60%),
    linear-gradient(135deg, #0a2f24 0%, #12483a 55%, #08261c 100%);
}

.block-ouro {
  background:
    radial-gradient(900px 520px at 20% 10%, rgba(201, 162, 39, 0.18), transparent 62%),
    radial-gradient(900px 520px at 85% 25%, rgba(61, 168, 122, 0.16), transparent 62%),
    linear-gradient(135deg, #08261c 0%, #0f4a38 55%, #114236 100%);
}
.block-ouro .display-6 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  letter-spacing: 0.02em;
  text-shadow: 0 0 20px rgba(201, 162, 39, 0.2);
}

/* Imagens */
.img-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(61, 168, 122, 0.10) inset;
}
.img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 240px at 20% 0%, rgba(255, 255, 255, 0.16), transparent 55%);
  opacity: 0.55;
  pointer-events: none;
}
.img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.45) 100%);
  opacity: 0.55;
  pointer-events: none;
}

.img-block {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  transform: scale(1.001);
}

@media (max-width: 991.98px) {
  .img-block {
    max-height: 300px;
    object-fit: cover;
    object-position: center;
  }
  .img-wrap::after {
    opacity: 0.7;
  }
}

/* Painel de conteúdo (glass) */
.content-panel {
  position: relative;
  padding: 1.5rem;
  border-radius: 18px;
  background: rgba(8, 38, 28, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(61, 168, 122, 0.10) inset;
  backdrop-filter: blur(10px);
}
.content-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 260px at 20% 10%, rgba(61, 168, 122, 0.10), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
}
.content-panel > * {
  position: relative;
  z-index: 1;
}

/* Listas com ícones Bootstrap */
.list-benefits li,
.list-features li,
.list-challenges li {
  color: var(--white);
  padding: 0.35rem 0;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.list-icon {
  color: var(--green-glow);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.list-icon-sm {
  font-size: 1rem;
}

/* Passos "Como funciona" */
.list-steps li {
  color: var(--white);
  padding: 0.5rem 0;
  padding-left: 3rem;
  position: relative;
}

.step-num {
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--green-glow);
  color: var(--green-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9rem;
}

/* Cores de texto */
.text-gold {
  color: var(--gold-light) !important;
}

.bg-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%) !important;
  color: var(--green-dark) !important;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  border: none;
  color: var(--green-dark);
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(201, 162, 39, 0.18);
}

.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-light) 0%, #f0d96a 100%);
  color: var(--green-dark);
}

/* Plano Ouro - painéis */
.card-panel {
  background: rgba(8, 38, 28, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}

.shield-badge {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(201, 162, 39, 0.35);
  backdrop-filter: blur(10px);
}

.price-circle {
  min-width: 140px;
  min-height: 140px;
  border: 3px solid var(--gold);
  box-shadow: 0 0 20px rgba(201, 162, 39, 0.3);
}

/* Bloco 7 - Plano Ouro (premium) */
.pricing-grid {
  margin-top: 0.25rem;
}

.pricing-panel {
  padding: 1.75rem;
}

.pricing-card {
  padding: 1rem;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.plan-animal-photo {
  height: 140px;
}
.plan-animal-photo .img-block {
  height: 100%;
  min-height: 140px;
  object-fit: cover;
  object-position: center;
}

.pricing-perks .shield-badge {
  min-width: 220px;
}

.pricing-hero {
  min-height: 520px;
}

.pricing-hero .img-block {
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.price-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(201, 162, 39, 0.25) inset;
  text-align: center;
  line-height: 1.1;
}

.price-badge .price-value {
  display: block;
  font-weight: 800;
  font-size: 2.25rem;
  letter-spacing: -0.02em;
}

.pricing-hero-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
}

@media (max-width: 991.98px) {
  .pricing-hero {
    min-height: 340px;
  }
  .pricing-hero .img-block {
    min-height: 340px;
    max-height: 420px;
  }
  .pricing-perks .shield-badge {
    min-width: 0;
    flex: 1 1 240px;
  }
}

/* Logo texto */
.logo-text {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.slogan {
  font-size: 1.1rem;
}

/* Responsivo: texto acima da imagem em mobile */
@media (max-width: 991.98px) {
  .lp-block .row {
    text-align: center;
  }
  .list-benefits li,
  .list-features li,
  .list-challenges li {
    text-align: left;
  }
  .list-steps li {
    text-align: left;
  }
  .img-block {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  body {
    padding-top: 52px;
  }
  .display-5 {
    font-size: 1.75rem;
  }
  .price-circle {
    min-width: 120px;
    min-height: 120px;
  }
  .price-circle .display-4 {
    font-size: 2rem;
  }
}

/* Botão flutuante WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.5);
  z-index: 1020;
  transition: transform 0.2s, box-shadow 0.2s;
}
.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
}
.whatsapp-float svg {
  flex-shrink: 0;
}
