@charset "UTF-8";
.breadcrumb-bar {
  background: #F4F7FC;
  border-bottom: 1px solid rgba(26, 79, 168, 0.15);
  padding: 0.65rem 0;
}

.breadcrumb-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
}
.breadcrumb-inner a {
  color: #8FA3C0;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb-inner a:hover {
  color: #1A4FA8;
}

.breadcrumb-sep {
  color: #8FA3C0;
}

.breadcrumb-current {
  color: #0D2D5E;
  font-weight: 600;
}

.plan-hero {
  background: linear-gradient(135deg, #0D2D5E 0%, #1A4FA8 60%, #2E6BE6 100%);
  padding: 4.5rem 5% 5rem;
  position: relative;
  overflow: hidden;
}
.plan-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.plan-hero::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(91, 156, 246, 0.15) 0%, transparent 65%);
  pointer-events: none;
}

.plan-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  position: relative;
  z-index: 2;
}

.plan-badge-hero {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.92);
  padding: 0.35rem 1rem;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
.plan-badge-hero .badge-icon {
  font-size: 0.95rem;
}

.plan-hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.06;
  margin-bottom: 1.2rem;
}
.plan-hero-title em {
  color: #00BFA5;
  font-style: italic;
  text-shadow: 0 0 28px rgba(0, 191, 165, 0.35);
}

.plan-hero-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.73;
  max-width: 480px;
  margin-bottom: 2rem;
}

.plan-quick-stats {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  margin-bottom: 2rem;
}

.qs-item {
  text-align: center;
}
.qs-item strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
}
.qs-item span {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.58);
  margin-top: 0.2rem;
  display: block;
}

.qs-divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.18);
}

.plan-hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-ghost-dark {
  border: none;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-ghost-dark:hover {
  transform: translateY(-2px);
}
.btn-ghost-dark {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 0.83rem 2rem;
  font-size: 0.95rem;
}
.btn-ghost-dark:hover {
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.09);
}

.plan-hero-img {
  position: relative;
  display: flex;
  justify-content: center;
}

.plan-main-img-frame {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  height: 500px;
  position: relative;
  box-shadow: 0 16px 48px rgba(13, 45, 94, 0.18);
  border: 3px solid rgba(255, 255, 255, 0.14);
}
.plan-main-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.plan-main-img-frame:hover img {
  transform: scale(1.03);
}

.plan-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.plan-img-placeholder span {
  font-size: 4rem;
}
.plan-img-placeholder p {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.plan-img-placeholder small {
  font-size: 0.72rem;
  opacity: 0.55;
}
.plan-img-placeholder--hero {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.55);
}
.plan-img-placeholder--detalle {
  background: #E8F2FF;
  color: #0D2D5E;
}

.plan-img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  cursor: zoom-in;
}
.plan-img-link:hover .img-overlay {
  opacity: 1;
}

.img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 45, 94, 0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  opacity: 0;
  transition: opacity 0.25s;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 600;
}
.img-overlay .img-overlay-icon {
  font-size: 2rem;
}

.plan-float-card {
  position: absolute;
  bottom: -16px;
  right: 16px;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 0.9rem 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  box-shadow: 0 8px 32px rgba(13, 45, 94, 0.12);
  animation: floatCard 3.5s ease-in-out infinite;
}
.plan-float-card .pf-icon {
  font-size: 1.5rem;
}
.plan-float-card div strong {
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
  color: #0D2D5E;
}
.plan-float-card div span {
  font-size: 0.72rem;
  color: #8FA3C0;
}

@keyframes floatCard {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.plan-detail {
  padding: 6rem 5%;
  background: #FFFFFF;
}

.plan-detail-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.plan-desc-img-frame {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  height: 500px;
  position: relative;
  box-shadow: 0 8px 32px rgba(13, 45, 94, 0.12);
  border: 2px solid rgba(26, 79, 168, 0.15);
}
.plan-desc-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.plan-desc-img-frame:hover img {
  transform: scale(1.03);
}

.plan-detail-img {
  position: relative;
}

.detail-img-badge {
  position: absolute;
  bottom: -14px;
  left: 24px;
  background: #00BFA5;
  color: #FFFFFF;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.45rem 1rem;
  border-radius: 50px;
  box-shadow: 0 4px 16px rgba(0, 191, 165, 0.35);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.plan-detail-text {
  padding-top: 0.5rem;
}

.plan-detail-intro {
  font-size: 0.97rem;
  color: #4A5568;
  line-height: 1.75;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(26, 79, 168, 0.15);
}

.coverage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.coverage-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  background: #E8F2FF;
  border-radius: 14px;
  border: 1px solid rgba(26, 79, 168, 0.15);
  transition: all 0.22s;
}
.coverage-item:hover {
  background: #FFFFFF;
  box-shadow: 0 8px 32px rgba(13, 45, 94, 0.12);
  transform: translateY(-3px);
  border-color: #5B9CF6;
}

.cov-icon {
  font-size: 1.7rem;
  flex-shrink: 0;
  line-height: 1;
}

.cov-info strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0D2D5E;
  margin-bottom: 0.25rem;
}
.cov-info span {
  font-size: 0.78rem;
  color: #4A5568;
  line-height: 1.55;
}

.plan-coverage-table {
  padding: 6rem 5%;
  background: #F4F7FC;
}

.plan-coverage-inner {
  max-width: 960px;
  margin: 0 auto;
}

.coverage-table {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(13, 45, 94, 0.07);
  border: 1px solid rgba(26, 79, 168, 0.15);
  background: #FFFFFF;
}

.ct-row {
  display: grid;
  grid-template-columns: 2fr 1.2fr 2fr;
  border-bottom: 1px solid rgba(13, 45, 94, 0.07);
}
.ct-row:last-child {
  border-bottom: none;
}
.ct-row:not(.ct-header):hover {
  background: #E8F2FF;
}

.ct-header {
  background: #0D2D5E;
  color: #FFFFFF;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ct-col {
  padding: 0.95rem 1.4rem;
  font-size: 0.87rem;
  color: #4A5568;
  display: flex;
  align-items: center;
}
.ct-col-service {
  font-weight: 500;
  color: #1A2332;
}
.ct-col-notes {
  color: #8FA3C0;
  font-size: 0.8rem;
}

.ct-check {
  color: #1A8C6A;
  font-weight: 600;
}

.ct-partial {
  color: #2E6BE6;
  font-weight: 600;
}

.ct-no {
  color: #8FA3C0;
  font-weight: 500;
}

.plan-compare {
  padding: 6rem 5%;
  background: #FFFFFF;
}

.plan-compare-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.compare-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-top: 1rem;
}

.compare-card {
  background: #E8F2FF;
  border-radius: 24px;
  padding: 1.8rem 1.4rem;
  border: 2px solid rgba(26, 79, 168, 0.15);
  text-align: center;
  transition: all 0.25s;
}
.compare-card h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0D2D5E;
  margin-bottom: 0.5rem;
}
.compare-card p {
  font-size: 0.82rem;
  color: #4A5568;
  line-height: 1.55;
  margin-bottom: 1.2rem;
}
.compare-card:hover:not(.compare-card--active) {
  background: #FFFFFF;
  box-shadow: 0 8px 32px rgba(13, 45, 94, 0.12);
  transform: translateY(-4px);
  border-color: #5B9CF6;
}
.compare-card--active {
  background: #0D2D5E;
  border-color: #1A4FA8;
  cursor: default;
}
.compare-card--active h4 {
  color: #FFFFFF;
}
.compare-card--active p {
  color: rgba(255, 255, 255, 0.65);
}

.cc-badge {
  display: inline-block;
  background: #00BFA5;
  color: #FFFFFF;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.22rem 0.7rem;
  border-radius: 50px;
  margin-bottom: 0.8rem;
}

.cc-status {
  display: block;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

@media (max-width: 1100px) {
  .plan-hero-inner {
    gap: 2.5rem;
  }
  .plan-detail-inner {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .compare-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .plan-desc-img-frame {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .plan-hero-inner {
    grid-template-columns: 1fr;
  }
  .plan-hero-img {
    display: none;
  }
}
@media (max-width: 700px) {
  .coverage-grid {
    grid-template-columns: 1fr;
  }
  .compare-cards {
    grid-template-columns: 1fr;
  }
  .ct-row {
    grid-template-columns: 1.5fr 1fr;
  }
  .ct-col-notes {
    display: none;
  }
}
@media (max-width: 480px) {
  .plan-hero {
    padding: 3rem 5% 4rem;
  }
  .breadcrumb-inner {
    padding: 0 1rem;
    font-size: 0.72rem;
  }
}
.plan-hero--singular {
  background: linear-gradient(135deg, #0D2D5E 0%, #1A4FA8 55%, #2E6BE6 100%);
}
.plan-hero--singular .plan-badge-hero--singular {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 191, 165, 0.15);
  border: 1px solid rgba(0, 191, 165, 0.35);
  color: #00BFA5;
  padding: 0.35rem 1rem;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
.plan-hero--singular .plan-hero-title em {
  color: #00BFA5;
  text-shadow: 0 0 28px rgba(0, 191, 165, 0.38);
}
.plan-hero--singular .plan-quick-stats {
  border-top-color: rgba(0, 191, 165, 0.22);
  border-bottom-color: rgba(0, 191, 165, 0.22);
}
.plan-hero--singular .qs-divider {
  background: rgba(0, 191, 165, 0.28);
}
.plan-hero--singular .plan-main-img-frame {
  border-color: rgba(0, 191, 165, 0.25);
  box-shadow: 0 24px 64px rgba(13, 45, 94, 0.42), 0 0 0 1px rgba(0, 191, 165, 0.12);
}
.plan-hero--singular .plan-float-card {
  border-left: 3px solid #00BFA5;
}
.plan-hero--singular .plan-float-card strong {
  color: #0D2D5E;
}
.plan-hero--singular .plan-float-card .pf-icon {
  color: #00BFA5;
}

.plan-img-placeholder--singular-hero {
  background: linear-gradient(135deg, #0D2D5E 0%, #2E6BE6 100%);
}
.plan-img-placeholder--singular-hero span {
  color: #00BFA5;
  font-size: 4.5rem;
}
.plan-img-placeholder--singular-hero p {
  color: rgba(255, 255, 255, 0.65);
}
.plan-img-placeholder--singular-hero small {
  color: rgba(255, 255, 255, 0.4);
}

.plan-detail--singular {
  background: #FFFFFF;
}

.detail-img-badge--singular {
  background: #00BFA5;
  color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 191, 165, 0.32);
}

.plan-img-placeholder--singular-detalle {
  background: #E0F7F4;
}
.plan-img-placeholder--singular-detalle span {
  color: #00BFA5;
  font-size: 4rem;
}
.plan-img-placeholder--singular-detalle p {
  color: #0D2D5E;
}
.plan-img-placeholder--singular-detalle small {
  color: #8FA3C0;
}

.plan-detail--singular .coverage-item:hover {
  border-color: #00BFA5;
  border-left: 3px solid #00BFA5;
}
.plan-detail--singular .coverage-item .cov-icon {
  color: #00BFA5;
}
.plan-detail--singular .coverage-item strong {
  color: #0D2D5E;
}

.plan-coverage-table--singular {
  background: #F4F7FC;
}
.plan-coverage-table--singular .ct-row.ct-header {
  border-bottom: 2px solid #00BFA5;
}
.plan-coverage-table--singular .ct-row:not(.ct-header):hover {
  background: #E0F7F4;
}

.singular-ventajas {
  padding: 6rem 5%;
  background: #E8F2FF;
  position: relative;
  overflow: hidden;
}
.singular-ventajas::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}
.singular-ventajas::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 191, 165, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.singular-ventajas-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.singular-ventajas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.sv-item {
  background: #FFFFFF;
  border: 1px solid rgba(26, 79, 168, 0.15);
  border-radius: 24px;
  padding: 2rem 1.6rem;
  text-align: center;
  transition: all 0.28s;
}
.sv-item:hover {
  border-color: #00BFA5;
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0, 191, 165, 0.12);
}
.sv-item h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0D2D5E;
  margin: 0.8rem 0 0.6rem;
}
.sv-item p {
  font-size: 0.85rem;
  color: #4A5568;
  line-height: 1.65;
}

.sv-icon {
  width: 56px;
  height: 56px;
  background: #E0F7F4;
  border: 1px solid rgba(0, 191, 165, 0.28);
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  transition: background 0.25s, box-shadow 0.25s;
}
.sv-item:hover .sv-icon {
  background: #00BFA5;
  box-shadow: 0 6px 20px rgba(0, 191, 165, 0.32);
}

.compare-card--active .cc-badge {
  background: #00BFA5;
  color: #FFFFFF;
}

@media (max-width: 1100px) {
  .singular-ventajas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .singular-ventajas-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .singular-ventajas {
    padding: 4rem 5%;
  }
}
@media (max-width: 480px) {
  .plan-hero--singular {
    padding: 3rem 5% 4rem;
  }
}
.plan-hero--magnum {
  background: linear-gradient(135deg, #0A1A2E 0%, #0D2D5E 55%, #0F2545 100%);
  position: relative;
}
.plan-hero--magnum::after {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.plan-hero--magnum .plan-badge-hero--magnum {
  background: rgba(201, 168, 76, 0.15);
  border-color: rgba(201, 168, 76, 0.35);
  color: #C9A84C;
  letter-spacing: 0.14em;
}
.plan-hero--magnum .plan-hero-title em {
  color: #C9A84C;
  text-shadow: 0 0 32px rgba(201, 168, 76, 0.4);
}
.plan-hero--magnum .plan-quick-stats {
  border-top-color: rgba(201, 168, 76, 0.2);
  border-bottom-color: rgba(201, 168, 76, 0.2);
}
.plan-hero--magnum .qs-divider {
  background: rgba(201, 168, 76, 0.25);
}
.plan-hero--magnum .btn-primary {
  background: #C9A84C;
  color: #0A1A2E;
  box-shadow: 0 6px 24px rgba(201, 168, 76, 0.35);
}
.plan-hero--magnum .btn-primary:hover {
  background: #8B6914;
  box-shadow: 0 10px 32px rgba(201, 168, 76, 0.45);
}
.plan-hero--magnum .plan-main-img-frame {
  border-color: rgba(201, 168, 76, 0.3);
  box-shadow: 0 24px 64px rgba(10, 26, 46, 0.5), 0 0 0 1px rgba(201, 168, 76, 0.15);
}
.plan-hero--magnum .plan-float-card {
  border-left: 3px solid #C9A84C;
}
.plan-hero--magnum .plan-float-card strong {
  color: #0A1A2E;
}
.plan-hero--magnum .plan-float-card .pf-icon {
  color: #C9A84C;
}

.plan-img-placeholder--magnum-hero {
  background: linear-gradient(135deg, #0A1A2E 0%, #0D2D5E 100%);
  color: rgba(201, 168, 76, 0.7);
}
.plan-img-placeholder--magnum-hero span {
  color: #C9A84C;
}

.plan-detail--magnum {
  background: #FFFFFF;
}
.plan-detail--magnum .detail-img-badge {
  background: #C9A84C;
  color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(201, 168, 76, 0.4);
}

.plan-img-placeholder--magnum-detalle {
  background: linear-gradient(135deg, #F5E6C0 0%, #E8F2FF 100%);
  color: #8B6914;
}
.plan-img-placeholder--magnum-detalle span {
  color: #C9A84C;
}

.plan-detail--magnum .coverage-item:hover {
  border-color: #C9A84C;
  border-left: 3px solid #C9A84C;
}
.plan-detail--magnum .coverage-item .cov-icon {
  color: #8B6914;
}
.plan-detail--magnum .coverage-item strong {
  color: #0D2D5E;
}

.plan-coverage-table--magnum {
  background: #F4F7FC;
}
.plan-coverage-table--magnum .ct-header--magnum {
  background: #0A1A2E;
  border-bottom: 2px solid #C9A84C;
}
.plan-coverage-table--magnum .ct-check--magnum {
  color: #8B6914;
  font-weight: 700;
}
.plan-coverage-table--magnum .ct-check--magnum::before {
  content: "";
}
.plan-coverage-table--magnum .ct-row:not(.ct-header):hover {
  background: rgba(201, 168, 76, 0.04);
}

.magnum-exclusivos {
  padding: 6rem 5%;
  background: #0A1A2E;
  position: relative;
  overflow: hidden;
}
.magnum-exclusivos::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.magnum-exclusivos::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.magnum-exclusivos-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section-eyebrow--magnum {
  color: #C9A84C;
  background: rgba(201, 168, 76, 0.12);
  border: 1px solid rgba(201, 168, 76, 0.25);
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-title--magnum {
  color: #FFFFFF;
}
.section-title--magnum em {
  color: #C9A84C;
  font-style: italic;
  text-shadow: 0 0 28px rgba(201, 168, 76, 0.35);
}

.magnum-exclusivos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.excl-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 24px;
  padding: 2rem 1.6rem;
  text-align: center;
  transition: all 0.28s;
}
.excl-item:hover {
  background: rgba(201, 168, 76, 0.08);
  border-color: rgba(201, 168, 76, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(10, 26, 46, 0.4);
}
.excl-item h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0.8rem 0 0.6rem;
}
.excl-item p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.65;
}

.excl-icon {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
  width: 60px;
  height: 60px;
  background: rgba(201, 168, 76, 0.12);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-card--magnum-active {
  background: #0A1A2E !important;
  border-color: #C9A84C !important;
  box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.2);
}
.compare-card--magnum-active h4 {
  color: #FFFFFF !important;
}
.compare-card--magnum-active p {
  color: rgba(255, 255, 255, 0.6) !important;
}

.cc-badge--magnum {
  background: #C9A84C;
  color: #0A1A2E;
}

@media (max-width: 1100px) {
  .magnum-exclusivos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .magnum-exclusivos-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .magnum-exclusivos {
    padding: 4rem 5%;
  }
}
@media (max-width: 480px) {
  .plan-hero--magnum {
    padding: 3rem 5% 4rem;
  }
}
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13, 45, 94, 0.88);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.lightbox-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.lightbox-inner {
  position: relative;
  max-width: 860px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.lightbox-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(13, 45, 94, 0.5);
  display: block;
  transform: scale(0.94);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.lightbox-overlay.open .lightbox-img {
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border: none;
  border-radius: 50px;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(13, 45, 94, 0.12);
  transition: background 0.2s, transform 0.25s;
  color: #0D2D5E;
  font-weight: 700;
}
.lightbox-close:hover {
  background: #E53E3E;
  color: #FFFFFF;
  transform: scale(1.1) rotate(90deg);
}

.lightbox-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.lb-nav-btn {
  border: none;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.lb-nav-btn:hover {
  transform: translateY(-2px);
}
.lb-nav-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  padding: 0.5rem 1.4rem;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.lb-nav-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.28);
}
.lb-nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

.lb-page-info {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  min-width: 70px;
  text-align: center;
}

.lb-download {
  border: none;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.lb-download:hover {
  transform: translateY(-2px);
}
.lb-download {
  background: #00BFA5;
  color: #FFFFFF;
  padding: 0.5rem 1.4rem;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 4px 16px rgba(0, 191, 165, 0.3);
}
.lb-download:hover {
  background: #00BFA5;
  box-shadow: 0 8px 24px rgba(0, 191, 165, 0.5);
  filter: brightness(0.88);
}

.plan-pdf-section {
  padding: 6rem 5%;
  background: #FFFFFF;
}

.plan-pdf-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.pdf-thumbs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
  margin-top: 1rem;
}

.pdf-thumb {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid rgba(26, 79, 168, 0.15);
  box-shadow: 0 2px 16px rgba(13, 45, 94, 0.07);
  cursor: zoom-in;
  transition: all 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: #E8F2FF;
}
.pdf-thumb:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(13, 45, 94, 0.18);
  border-color: #5B9CF6;
}
.pdf-thumb img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
.pdf-thumb:hover img {
  transform: scale(1.03);
}

.pdf-thumb-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: #8FA3C0;
  padding: 2rem;
  text-align: center;
}
.pdf-thumb-placeholder .ph-big {
  font-size: 3.5rem;
}
.pdf-thumb-placeholder p {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4A5568;
}
.pdf-thumb-placeholder small {
  font-size: 0.72rem;
  opacity: 0.7;
}

.pdf-thumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 45, 94, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  opacity: 0;
  transition: opacity 0.25s;
  color: #FFFFFF;
}
.pdf-thumb-overlay .ov-icon {
  font-size: 2.2rem;
}
.pdf-thumb-overlay span {
  font-size: 0.9rem;
  font-weight: 700;
}
.pdf-thumb:hover .pdf-thumb-overlay {
  opacity: 1;
}

.pdf-thumb-label {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(13, 45, 94, 0.82);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  letter-spacing: 0.06em;
}

@media (max-width: 900px) {
  .pdf-thumbs-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-inline: auto;
  }
  .lightbox-inner {
    max-width: 100%;
  }
  .lightbox-close {
    top: -14px;
    right: -14px;
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .plan-pdf-section {
    padding: 4rem 5%;
  }
  .lightbox-nav {
    gap: 0.6rem;
  }
  .lb-nav-btn {
    padding: 0.45rem 1rem;
    font-size: 0.8rem;
  }
  .lb-download {
    padding: 0.45rem 1rem;
    font-size: 0.8rem;
  }
}
.cotizar-hero {
  background: linear-gradient(135deg, #0D2D5E 0%, #1A4FA8 60%, #2E6BE6 100%);
  padding: 4rem 5% 4.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cotizar-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.cotizar-hero-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cotizar-hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.08;
  margin-bottom: 1rem;
}
.cotizar-hero-title em {
  color: #00BFA5;
  font-style: italic;
  text-shadow: 0 0 28px rgba(0, 191, 165, 0.35);
}

.cotizar-hero-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
  margin-bottom: 1.8rem;
}

.cotizar-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.ct-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.ct-item span {
  font-size: 0.9rem;
}

.cotizar-main {
  padding: 4rem 5% 6rem;
  background: #F4F7FC;
}

.cotizar-main-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 3rem;
  align-items: start;
}

.cotizar-form-wrap {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 8px 32px rgba(13, 45, 94, 0.12);
  border: 1px solid rgba(26, 79, 168, 0.15);
}

.form-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(26, 79, 168, 0.15);
}
.form-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0D2D5E;
  margin-bottom: 0.3rem;
}
.form-header p {
  font-size: 0.88rem;
  color: #8FA3C0;
}

.form-step {
  display: none;
  animation: fadeStep 0.3s ease;
}
.form-step.active {
  display: block;
}

@keyframes fadeStep {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.step-label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
  font-size: 1rem;
  font-weight: 600;
  color: #0D2D5E;
}

.step-num {
  width: 32px;
  height: 32px;
  background: #1A4FA8;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}

.form-group {
  margin-bottom: 1.4rem;
}
.form-group label {
  display: block;
  font-size: 0.83rem;
  font-weight: 600;
  color: #1A2332;
  margin-bottom: 0.45rem;
}
.form-group input[type=text],
.form-group input[type=tel],
.form-group input[type=email],
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid rgba(26, 79, 168, 0.15);
  border-radius: 10px;
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  color: #1A2332;
  background: #FFFFFF;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.form-group input[type=text]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group input[type=email]::placeholder,
.form-group textarea::placeholder {
  color: #8FA3C0;
}
.form-group input[type=text]:focus,
.form-group input[type=tel]:focus,
.form-group input[type=email]:focus,
.form-group textarea:focus {
  border-color: #1A4FA8;
  box-shadow: 0 0 0 3px rgba(26, 79, 168, 0.1);
}
.form-group textarea {
  resize: vertical;
  min-height: 90px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.req {
  color: #E53E3E;
  margin-left: 0.15rem;
}

.opt {
  color: #8FA3C0;
  font-weight: 400;
  font-size: 0.78rem;
}

.field-error {
  display: block;
  font-size: 0.75rem;
  color: #E53E3E;
  margin-top: 0.3rem;
  min-height: 1em;
}

.plan-selector {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-top: 0.3rem;
}

.plan-option {
  cursor: pointer;
}
.plan-option input[type=radio] {
  display: none;
}
.plan-option input[type=radio]:checked + .plan-opt-card {
  border-color: #1A4FA8;
  background: #E8F2FF;
  box-shadow: 0 0 0 3px rgba(26, 79, 168, 0.15);
}
.plan-option input[type=radio]:checked + .plan-opt-card strong {
  color: #1A4FA8;
}

.plan-opt-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 1rem 0.6rem;
  border: 2px solid rgba(26, 79, 168, 0.15);
  border-radius: 14px;
  background: #FFFFFF;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
}
.plan-opt-card:hover {
  border-color: #5B9CF6;
  background: #F0F7FF;
  transform: translateY(-2px);
}
.plan-opt-card .po-icon {
  font-size: 1.8rem;
  line-height: 1;
}
.plan-opt-card strong {
  font-size: 0.82rem;
  font-weight: 700;
  color: #0D2D5E;
  display: block;
}
.plan-opt-card span {
  font-size: 0.7rem;
  color: #8FA3C0;
}

.integrantes-selector {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 0.3rem;
}

.int-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #1A4FA8;
  background: #FFFFFF;
  color: #1A4FA8;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s;
  line-height: 1;
}
.int-btn:hover:not(:disabled) {
  background: #1A4FA8;
  color: #FFFFFF;
  transform: scale(1.08);
}
.int-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  border-color: #8FA3C0;
  color: #8FA3C0;
}

.int-display {
  text-align: center;
  min-width: 72px;
}
.int-display strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0D2D5E;
  line-height: 1;
}
.int-display span {
  font-size: 0.75rem;
  color: #8FA3C0;
  margin-top: 0.15rem;
  display: block;
}

.btn-step-next {
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-step-next:hover {
  transform: translateY(-2px);
}
.btn-step-next {
  background: #1A4FA8;
  color: #FFFFFF;
  padding: 0.85rem 2.2rem;
  font-size: 0.95rem;
  width: 100%;
  margin-top: 0.5rem;
  box-shadow: 0 6px 20px rgba(26, 79, 168, 0.25);
}
.btn-step-next:hover {
  background: #2E6BE6;
  box-shadow: 0 10px 28px rgba(26, 79, 168, 0.35);
}

.form-nav {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.btn-step-back {
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-step-back:hover {
  transform: translateY(-2px);
}
.btn-step-back {
  background: #F4F7FC;
  color: #4A5568;
  padding: 0.85rem 1.4rem;
  font-size: 0.9rem;
  border: 1.5px solid rgba(26, 79, 168, 0.15);
  flex-shrink: 0;
}
.btn-step-back:hover {
  background: #F0F7FF;
  color: #0D2D5E;
}

.btn-enviar {
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-enviar:hover {
  transform: translateY(-2px);
}
.btn-enviar {
  background: #00BFA5;
  color: #FFFFFF;
  padding: 0.85rem 1.8rem;
  font-size: 0.95rem;
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 6px 20px rgba(0, 191, 165, 0.35);
}
.btn-enviar:hover {
  background: #0D2D5E;
  box-shadow: 0 10px 28px rgba(0, 191, 165, 0.45);
}

.btn-wa-icon {
  font-size: 1.1rem;
}

.steps-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(26, 79, 168, 0.15);
}

.si-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.si-step span {
  font-size: 0.72rem;
  color: #8FA3C0;
  font-weight: 500;
  transition: color 0.2s;
}
.si-step.active .si-dot {
  background: #1A4FA8;
  border-color: #1A4FA8;
  transform: scale(1.2);
}
.si-step.active span {
  color: #1A4FA8;
  font-weight: 700;
}
.si-step.done .si-dot {
  background: #00BFA5;
  border-color: #00BFA5;
}
.si-step.done .si-dot::after {
  content: "✓";
  font-size: 0.55rem;
  color: #FFFFFF;
  font-weight: 700;
}
.si-step.done span {
  color: #00BFA5;
}

.si-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #8FA3C0;
  background: #FFFFFF;
  transition: all 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.si-line {
  flex: 1;
  max-width: 60px;
  height: 2px;
  background: rgba(26, 79, 168, 0.15);
  border-radius: 2px;
}

.cotizar-aside {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: sticky;
  top: 90px;
}

.aside-block {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 1.6rem;
  box-shadow: 0 2px 16px rgba(13, 45, 94, 0.07);
  border: 1px solid rgba(26, 79, 168, 0.15);
}
.aside-block h4 {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0D2D5E;
  margin-bottom: 0.8rem;
}
.aside-block p {
  font-size: 0.84rem;
  color: #4A5568;
  line-height: 1.65;
}
.aside-block--highlight {
  background: #0D2D5E;
  border-color: transparent;
}
.aside-block--highlight h4 {
  color: #FFFFFF;
}
.aside-block--highlight p {
  color: rgba(255, 255, 255, 0.7);
}
.aside-block--highlight .ab-icon {
  font-size: 2rem;
  margin-bottom: 0.6rem;
}
.aside-block--contact {
  text-align: center;
}
.aside-block--contact h4 {
  margin-bottom: 0.6rem;
}

.wa-preview {
  margin-top: 1rem;
}

.wa-bubble {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px 12px 12px 4px;
  padding: 0.9rem 1.1rem;
  max-width: 90%;
}
.wa-bubble strong {
  display: block;
  font-size: 0.75rem;
  color: #00BFA5;
  margin-bottom: 0.3rem;
}
.wa-bubble span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.aside-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.aside-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.84rem;
  color: #4A5568;
}
.aside-list li span {
  font-size: 1rem;
  flex-shrink: 0;
}

.aside-call-btn {
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.aside-call-btn:hover {
  transform: translateY(-2px);
}
.aside-call-btn {
  display: block;
  background: #1A4FA8;
  color: #FFFFFF;
  padding: 0.75rem 1rem;
  font-size: 0.92rem;
  text-align: center;
  margin-bottom: 0.5rem;
  box-shadow: 0 4px 14px rgba(26, 79, 168, 0.25);
}
.aside-call-btn:hover {
  background: #2E6BE6;
}

.aside-call-hours {
  display: block;
  font-size: 0.74rem;
  color: #8FA3C0;
  text-align: center;
}

.aside-ratings {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 1.2rem 1rem;
  box-shadow: 0 2px 16px rgba(13, 45, 94, 0.07);
  border: 1px solid rgba(26, 79, 168, 0.15);
}

.ar-item {
  text-align: center;
}
.ar-item strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0D2D5E;
  line-height: 1;
}
.ar-item span {
  font-size: 0.68rem;
  color: #8FA3C0;
  margin-top: 0.15rem;
  display: block;
}

.ar-divider {
  width: 1px;
  height: 28px;
  background: rgba(26, 79, 168, 0.15);
}

.success-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13, 45, 94, 0.72);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.success-overlay.visible {
  opacity: 1;
  pointer-events: all;
}

.success-card {
  background: #FFFFFF;
  border-radius: 28px;
  padding: 3rem 2.5rem;
  max-width: 480px;
  width: 100%;
  text-align: center;
  box-shadow: 0 16px 48px rgba(13, 45, 94, 0.18);
  animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.success-card h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0D2D5E;
  margin-bottom: 0.8rem;
}
.success-card p {
  font-size: 0.92rem;
  color: #4A5568;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

@keyframes popIn {
  from {
    transform: scale(0.88);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.success-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  animation: bounce 0.5s ease 0.2s both;
}

@keyframes bounce {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.success-details {
  background: #E8F2FF;
  border-radius: 14px;
  padding: 1rem 1.2rem;
  margin-bottom: 1.8rem;
  text-align: left;
  border: 1px solid rgba(26, 79, 168, 0.15);
}

.sd-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.87rem;
  color: #1A2332;
  padding: 0.3rem 0;
}
.sd-row span:first-child {
  font-size: 1rem;
}

.success-btns {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .cotizar-main-inner {
    grid-template-columns: 1fr;
  }
  .cotizar-aside {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .cotizar-aside .aside-block--highlight {
    grid-column: 1/-1;
  }
  .cotizar-aside .aside-ratings {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .plan-selector {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .cotizar-aside {
    grid-template-columns: 1fr;
  }
  .cotizar-form-wrap {
    padding: 1.8rem 1.4rem;
  }
}
@media (max-width: 480px) {
  .cotizar-hero {
    padding: 3rem 5% 3.5rem;
  }
  .cotizar-trust {
    flex-direction: column;
    gap: 0.6rem;
    align-items: flex-start;
  }
  .form-nav {
    flex-direction: column;
  }
  .btn-step-back {
    width: 100%;
    text-align: center;
  }
  .success-card {
    padding: 2rem 1.4rem;
  }
}
.nav-breadcrumb {
  background: #F4F7FC;
  border-bottom: 1px solid rgba(26, 79, 168, 0.15);
  padding: 0.6rem 0;
}

.nav-breadcrumb-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
}
.nav-breadcrumb-inner a {
  color: #8FA3C0;
  text-decoration: none;
  transition: color 0.2s;
}
.nav-breadcrumb-inner a:hover {
  color: #1A4FA8;
}

.bc-sep {
  color: #8FA3C0;
}

.bc-current {
  color: #0D2D5E;
  font-weight: 600;
}

.nav-section {
  padding: 5rem 5% 6rem;
  background: #FFFFFF;
}
.nav-section--alt {
  background: #F4F7FC;
}

.nav-section-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.nav-section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.nav-section-desc {
  font-size: 0.97rem;
  color: #4A5568;
  line-height: 1.7;
  max-width: 600px;
  margin: 0.8rem auto 1.8rem;
}

.btn-download-pdf {
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-download-pdf:hover {
  transform: translateY(-2px);
}
.btn-download-pdf {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: #0D2D5E;
  color: #FFFFFF;
  padding: 0.85rem 2rem;
  font-size: 0.95rem;
  box-shadow: 0 8px 32px rgba(13, 45, 94, 0.12);
}
.btn-download-pdf i {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
}
.btn-download-pdf:hover {
  background: #1A4FA8;
  box-shadow: 0 12px 32px rgba(13, 45, 94, 0.28);
}
.btn-download-pdf--outline {
  background: transparent;
  color: #0D2D5E;
  border: 2px solid #0D2D5E;
  box-shadow: none;
}
.btn-download-pdf--outline:hover {
  background: #0D2D5E;
  color: #FFFFFF;
}

.nav-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.nav-info-card {
  background: #E8F2FF;
  border-radius: 20px;
  padding: 2rem 1.6rem;
  border: 1px solid rgba(26, 79, 168, 0.15);
  transition: all 0.25s;
}
.nav-info-card:hover {
  background: #FFFFFF;
  box-shadow: 0 16px 48px rgba(13, 45, 94, 0.18);
  transform: translateY(-5px);
  border-color: #5B9CF6;
}
.nav-info-card .nic-icon {
  font-size: 2.2rem;
  margin-bottom: 0.9rem;
  line-height: 1;
}
.nav-info-card h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0D2D5E;
  margin-bottom: 0.5rem;
}
.nav-info-card p {
  font-size: 0.85rem;
  color: #4A5568;
  line-height: 1.65;
}

.tramites-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
}

.tramite-item {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.3rem 1.6rem;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid rgba(26, 79, 168, 0.15);
  box-shadow: 0 2px 16px rgba(13, 45, 94, 0.07);
  transition: all 0.25s;
}
.tramite-item:hover {
  box-shadow: 0 8px 32px rgba(13, 45, 94, 0.12);
  border-color: #5B9CF6;
  transform: translateX(4px);
}

.tramite-icon {
  width: 52px;
  height: 52px;
  background: #E8F2FF;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(26, 79, 168, 0.15);
}
.tramite-icon i {
  font-size: 1.4rem;
  color: #1A4FA8;
}

.tramite-body {
  flex: 1;
}
.tramite-body h4 {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0D2D5E;
  margin-bottom: 0.2rem;
}
.tramite-body p {
  font-size: 0.84rem;
  color: #4A5568;
  line-height: 1.55;
}

.tramite-btn {
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.tramite-btn:hover {
  transform: translateY(-2px);
}
.tramite-btn {
  background: #E8F2FF;
  color: #1A4FA8;
  border: 1.5px solid #5B9CF6;
  padding: 0.45rem 1rem;
  font-size: 0.82rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.tramite-btn:hover {
  background: #1A4FA8;
  color: #FFFFFF;
  border-color: #1A4FA8;
}

.tramites-app-banner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.8rem 2rem;
  background: #0D2D5E;
  border-radius: 24px;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.tramites-app-banner .tab-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
}
.tramites-app-banner .tab-text {
  flex: 1;
  min-width: 200px;
}
.tramites-app-banner .tab-text strong {
  display: block;
  font-size: 0.97rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.2rem;
}
.tramites-app-banner .tab-text span {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}
.tramites-app-banner .tab-btns {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.tab-store-btn {
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.tab-store-btn:hover {
  transform: translateY(-2px);
}
.tab-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.55rem 1.1rem;
  font-size: 0.83rem;
}
.tab-store-btn i {
  font-size: 1rem;
}
.tab-store-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.contacto-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
  margin-top: 3rem;
}

.contacto-canales {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.canal-card {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 1.4rem;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid rgba(26, 79, 168, 0.15);
  text-decoration: none;
  color: #1A2332;
  box-shadow: 0 2px 16px rgba(13, 45, 94, 0.07);
  transition: all 0.22s;
}
.canal-card:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 32px rgba(13, 45, 94, 0.12);
}
.canal-card--wa:hover {
  border-color: #25D366;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.15);
}
.canal-card--tel:hover {
  border-color: #5B9CF6;
  box-shadow: 0 8px 24px rgba(26, 79, 168, 0.15);
}
.canal-card--mail:hover {
  border-color: #00BFA5;
  box-shadow: 0 8px 24px rgba(0, 191, 165, 0.15);
}
.canal-card--dir, .canal-card--emerg {
  cursor: default;
}
.canal-card--dir:hover, .canal-card--emerg:hover {
  transform: none;
  box-shadow: 0 2px 16px rgba(13, 45, 94, 0.07);
}

.canal-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.3rem;
}
.canal-card--wa .canal-icon {
  background: rgba(37, 211, 102, 0.1);
  color: #1DA851;
}
.canal-card--tel .canal-icon {
  background: #E8F2FF;
  color: #1A4FA8;
}
.canal-card--mail .canal-icon {
  background: #E0F7F4;
  color: #00BFA5;
}
.canal-card--dir .canal-icon {
  background: #E8F2FF;
  color: #0D2D5E;
}
.canal-card--emerg .canal-icon {
  background: rgba(229, 62, 62, 0.08);
  color: #E53E3E;
}

.canal-body {
  flex: 1;
}
.canal-body h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0D2D5E;
  margin-bottom: 0.15rem;
}
.canal-body p {
  font-size: 0.92rem;
  font-weight: 600;
  color: #1A2332;
  margin-bottom: 0.1rem;
}
.canal-body span {
  font-size: 0.75rem;
  color: #8FA3C0;
}

.canal-arrow {
  font-size: 1.1rem;
  color: #8FA3C0;
  flex-shrink: 0;
  transition: transform 0.2s, color 0.2s;
}
.canal-card:hover .canal-arrow {
  transform: translateX(3px);
  color: #1A4FA8;
}

.contacto-form-wrap {
  background: #E8F2FF;
  border-radius: 24px;
  padding: 2.2rem;
  border: 1px solid rgba(26, 79, 168, 0.15);
  box-shadow: 0 2px 16px rgba(13, 45, 94, 0.07);
}

.contacto-form-title {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0D2D5E;
  margin-bottom: 1.8rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(26, 79, 168, 0.15);
}

.cf-group {
  margin-bottom: 1.1rem;
}
.cf-group label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: #4A5568;
  margin-bottom: 0.4rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cf-group input,
.cf-group select,
.cf-group textarea {
  width: 100%;
  padding: 0.7rem 0.95rem;
  background: #FFFFFF;
  border: 1.5px solid rgba(26, 79, 168, 0.15);
  border-radius: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  color: #1A2332;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.cf-group input::placeholder,
.cf-group select::placeholder,
.cf-group textarea::placeholder {
  color: #8FA3C0;
}
.cf-group input:focus,
.cf-group select:focus,
.cf-group textarea:focus {
  border-color: #1A4FA8;
  box-shadow: 0 0 0 3px rgba(26, 79, 168, 0.1);
}
.cf-group input option,
.cf-group select option,
.cf-group textarea option {
  background: #FFFFFF;
}
.cf-group textarea {
  resize: vertical;
  min-height: 100px;
}

.cf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.btn-cf-enviar {
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-cf-enviar:hover {
  transform: translateY(-2px);
}
.btn-cf-enviar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  background: #00BFA5;
  color: #FFFFFF;
  padding: 0.9rem 1.5rem;
  font-size: 0.95rem;
  margin-top: 0.5rem;
  box-shadow: 0 6px 20px rgba(0, 191, 165, 0.35);
}
.btn-cf-enviar i {
  font-size: 1.1rem;
}
.btn-cf-enviar:hover {
  background: #0D2D5E;
  box-shadow: 0 10px 28px rgba(13, 45, 94, 0.25);
}

.nav-divisor {
  height: 4px;
  background: linear-gradient(90deg, #0D2D5E, #1A4FA8, #2E6BE6, #00BFA5);
  opacity: 0.3;
}

@media (max-width: 1100px) {
  .nav-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contacto-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .nav-section {
    padding: 3.5rem 5% 4rem;
  }
  .nav-cards-grid {
    grid-template-columns: 1fr;
  }
  .tramites-app-banner {
    flex-direction: column;
    text-align: center;
  }
  .tramites-app-banner .tab-btns {
    justify-content: center;
  }
  .tramite-item {
    flex-wrap: wrap;
    gap: 0.9rem;
  }
  .tramite-btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cf-row {
    grid-template-columns: 1fr;
  }
  .canal-arrow {
    display: none;
  }
  .nav-section-header {
    text-align: left;
  }
  .nav-section-desc {
    margin-left: 0;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", sans-serif;
  background: #FFFFFF;
  color: #1A2332;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.topbar {
  background: #0D2D5E;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  padding: 0.5rem 1rem;
  font-weight: 400;
}
.topbar strong {
  color: #FFFFFF;
  font-weight: 700;
}

.navbar {
  background: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid rgba(26, 79, 168, 0.15);
  transition: box-shadow 0.3s;
}
.navbar.scrolled {
  box-shadow: 0 8px 32px rgba(13, 45, 94, 0.12);
}

.navbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2.5rem;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo .nav-logo-icon {
  font-size: 1.8rem;
  color: #1A4FA8;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.nav-logo-text .logo-main {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0D2D5E;
}
.nav-logo-text .logo-sub {
  font-size: 0.68rem;
  font-weight: 500;
  color: #8FA3C0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.nav-links a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: #4A5568;
  transition: color 0.2s;
  position: relative;
  padding-bottom: 2px;
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #2E6BE6;
  transition: width 0.25s;
}
.nav-links a:hover {
  color: #1A4FA8;
}
.nav-links a:hover::after {
  width: 100%;
}
.nav-links a.active {
  color: #1A4FA8;
}
.nav-links a.active::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
}

.btn-cotizar {
  border: none;
  cursor: pointer;
  border-radius: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-cotizar:hover {
  transform: translateY(-2px);
}
.btn-cotizar {
  background: #1A4FA8;
  color: #FFFFFF;
  padding: 0.5rem 1.3rem;
  font-size: 0.85rem;
}
.btn-cotizar:hover {
  background: #2E6BE6;
  box-shadow: 0 4px 16px rgba(26, 79, 168, 0.3);
}

.btn-ingresar {
  border: none;
  cursor: pointer;
  border-radius: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-ingresar:hover {
  transform: translateY(-2px);
}
.btn-ingresar {
  background: transparent;
  color: #1A4FA8;
  border: 1.5px solid #1A4FA8;
  padding: 0.48rem 1.2rem;
  font-size: 0.85rem;
}
.btn-ingresar:hover {
  background: #E8F2FF;
}

.btn-primary {
  border: none;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-primary:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background: #00BFA5;
  color: #FFFFFF;
  padding: 0.85rem 2rem;
  font-size: 0.95rem;
  box-shadow: 0 8px 24px rgba(0, 191, 165, 0.35);
}
.btn-primary:hover {
  background: #0D2D5E;
  box-shadow: 0 12px 32px rgba(0, 191, 165, 0.45);
}

.btn-ghost {
  border: none;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-ghost:hover {
  transform: translateY(-2px);
}
.btn-ghost {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.45);
  padding: 0.83rem 2rem;
  font-size: 0.95rem;
}
.btn-ghost:hover {
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
}

.btn-ghost-white {
  border: none;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-ghost-white:hover {
  transform: translateY(-2px);
}
.btn-ghost-white {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.55);
  padding: 0.83rem 2rem;
  font-size: 0.95rem;
}
.btn-ghost-white:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #FFFFFF;
}

.btn-outline {
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-outline:hover {
  transform: translateY(-2px);
}
.btn-outline {
  background: transparent;
  border: 2px solid #1A4FA8;
  color: #1A4FA8;
  padding: 0.75rem 1.8rem;
  font-size: 0.9rem;
}
.btn-outline:hover {
  background: #1A4FA8;
  color: #FFFFFF;
}

.btn-plan {
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-plan:hover {
  transform: translateY(-2px);
}
.btn-plan {
  background: rgba(255, 255, 255, 0.92);
  color: #1A4FA8;
  border: 1.5px solid #5B9CF6;
  padding: 0.45rem 1.1rem;
  font-size: 0.82rem;
  white-space: nowrap;
}
.btn-plan:hover {
  background: #1A4FA8;
  color: #FFFFFF;
  border-color: #1A4FA8;
}
.btn-plan--featured {
  background: #1A4FA8;
  color: #FFFFFF;
  border-color: #1A4FA8;
}
.btn-plan--featured:hover {
  background: #2E6BE6;
  border-color: #2E6BE6;
}

.section-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2E6BE6;
  margin-bottom: 0.6rem;
  display: block;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: #0D2D5E;
  line-height: 1.12;
  margin-bottom: 0.6rem;
}
.section-title em {
  color: #2E6BE6;
  font-style: italic;
}

.section-sub {
  font-size: 0.95rem;
  color: #4A5568;
  line-height: 1.68;
  max-width: 560px;
}

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.section-header .section-sub {
  margin: 0.8rem auto 0;
}

.hero {
  background: linear-gradient(135deg, #0D2D5E 0%, #1A4FA8 55%, #2E6BE6 100%);
  padding: 5rem 5% 4rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(91, 156, 246, 0.15) 0%, transparent 65%);
  pointer-events: none;
}

.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  padding: 0.3rem 0.9rem;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.07;
  margin-bottom: 1.2rem;
}
.hero-title em {
  color: #00BFA5;
  font-style: italic;
  text-shadow: 0 0 32px rgba(0, 191, 165, 0.35);
}

.hero-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.72;
  max-width: 460px;
  margin-bottom: 2.2rem;
}

.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.8rem;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.trust-item {
  text-align: center;
}
.trust-item strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
}
.trust-item span {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.2rem;
  display: block;
}

.trust-divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
}

.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-img-frame {
  border-radius: 24px;
  overflow: hidden;
  width: 350px;
  height: 480px;
  position: relative;
  box-shadow: 0 24px 64px rgba(13, 45, 94, 0.4);
  border: 3px solid rgba(255, 255, 255, 0.15);
}
.hero-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-img-placeholder {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
.hero-img-placeholder span {
  font-size: 4rem;
}
.hero-img-placeholder p {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.5;
}

.hero-float-card {
  position: absolute;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 0.8rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 8px 32px rgba(13, 45, 94, 0.12);
  animation: floatCard 3.5s ease-in-out infinite;
}
.hero-float-card .hf-icon {
  font-size: 1.4rem;
}
.hero-float-card div strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0D2D5E;
}
.hero-float-card div span {
  font-size: 0.7rem;
  color: #8FA3C0;
}
.hero-float-card.hf-1 {
  top: 10%;
  right: -30px;
  animation-delay: 0s;
}
.hero-float-card.hf-2 {
  bottom: 12%;
  left: -30px;
  animation-delay: 1s;
}

@keyframes floatCard {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.benefits-bar {
  background: #1A4FA8;
  padding: 0;
}

.benefits-bar-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1.1rem 2.2rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.85rem;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  flex: 1;
  justify-content: center;
  transition: background 0.2s;
}
.benefit-item:last-child {
  border-right: none;
}
.benefit-item:hover {
  background: rgba(255, 255, 255, 0.07);
}

.benefit-icon {
  font-size: 1.2rem;
}

.presentation {
  padding: 6rem 5%;
  background: #FFFFFF;
}

.presentation-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 5rem;
  align-items: start;
}

.presentation-text p {
  font-size: 0.97rem;
  color: #4A5568;
  line-height: 1.75;
  margin-bottom: 1.2rem;
}

.presentation-highlights {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0 2.5rem;
}

.ph-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.2rem;
  background: #E8F2FF;
  border-radius: 14px;
  border-left: 4px solid #1A4FA8;
}
.ph-item .ph-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}
.ph-item strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0D2D5E;
}
.ph-item span {
  font-size: 0.78rem;
  color: #8FA3C0;
}

.presentation-aside {
  position: sticky;
  top: 90px;
}

.aside-img-frame {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 360px;
  box-shadow: 0 8px 32px rgba(13, 45, 94, 0.12);
  margin-bottom: 1.2rem;
  border: 3px solid #E8F2FF;
}
.aside-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.aside-img-placeholder {
  width: 100%;
  height: 100%;
  background: #E8F2FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: #5B9CF6;
}
.aside-img-placeholder span {
  font-size: 4rem;
}
.aside-img-placeholder p {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.5;
  color: #8FA3C0;
}

.aside-card {
  background: #0D2D5E;
  border-radius: 14px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.aside-quote {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 1rem;
  position: relative;
}
.aside-quote::before {
  content: '"';
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  color: #5B9CF6;
  opacity: 0.4;
  position: absolute;
  top: -12px;
  left: -8px;
  line-height: 1;
}

.aside-author {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.aside-author strong {
  display: block;
  font-size: 0.88rem;
  color: #FFFFFF;
  font-weight: 700;
}
.aside-author span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}

.aside-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.aside-stat {
  background: #E8F2FF;
  border-radius: 12px;
  padding: 0.8rem 0.6rem;
  text-align: center;
  border: 1px solid rgba(26, 79, 168, 0.15);
}
.aside-stat strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1A4FA8;
  line-height: 1;
}
.aside-stat span {
  font-size: 0.68rem;
  color: #8FA3C0;
  margin-top: 0.2rem;
  display: block;
}

.planes {
  padding: 6rem 5%;
  background: #F4F7FC;
}

.planes-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.planes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
  margin-bottom: 3rem;
}

.plan-card {
  background: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(13, 45, 94, 0.07);
  transition: all 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
}
.plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(13, 45, 94, 0.18);
  border-color: #1A4FA8;
}
.plan-card--featured {
  border-color: #1A4FA8;
  box-shadow: 0 4px 24px rgba(91, 156, 246, 0.18);
}
.plan-card--featured:hover {
  border-color: #2E6BE6;
  box-shadow: 0 16px 48px rgba(26, 79, 168, 0.25);
}

.plan-card-img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.plan-card-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.plan-card:hover .plan-card-img img {
  transform: scale(1.04);
}

.plan-img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  pointer-events: none;
}
.plan-img-placeholder span {
  font-size: 4.5rem;
}
.plan-img-placeholder p {
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
.plan-img-placeholder small {
  font-size: 0.72rem;
  opacity: 0.6;
}
.plan-img-placeholder--basico {
  background: #E8F2FF;
  color: #0D2D5E;
}
.plan-img-placeholder--familiar {
  background: #F0F7FF;
  color: #0D2D5E;
}
.plan-img-placeholder--senior {
  background: #F4F7FC;
  color: #1A2332;
}
.plan-img-placeholder--premium {
  background: #0D2D5E;
  color: #FFFFFF;
}

.plan-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #0D2D5E;
  color: #FFFFFF;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.7rem;
  border-radius: 50px;
  z-index: 3;
}
.plan-badge--featured {
  background: #00BFA5;
  box-shadow: 0 0 12px rgba(0, 191, 165, 0.35);
}
.plan-badge--premium {
  background: #1A4FA8;
  box-shadow: 0 0 12px rgba(26, 79, 168, 0.35);
}

.plan-img-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: rgba(13, 45, 94, 0.55);
  padding: 0.65rem 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.plan-info-strip {
  padding: 0.8rem 1.2rem 1rem;
  background: #FFFFFF;
  flex: 1;
}

.plan-title {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0D2D5E;
  margin-bottom: 0.45rem;
  line-height: 1.15;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}
.plan-features li {
  font-size: 0.8rem;
  color: #4A5568;
  line-height: 1.4;
}

.planes-cta {
  text-align: center;
  padding: 2rem;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid rgba(26, 79, 168, 0.15);
  box-shadow: 0 2px 16px rgba(13, 45, 94, 0.07);
}
.planes-cta p {
  font-size: 1rem;
  color: #4A5568;
  margin-bottom: 1.2rem;
}
.planes-cta p strong {
  color: #0D2D5E;
}

.why-us {
  padding: 6rem 5%;
  background: #FFFFFF;
}

.why-us-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 1rem;
}

.why-item {
  background: #E8F2FF;
  border-radius: 24px;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(26, 79, 168, 0.15);
  transition: all 0.25s;
}
.why-item:hover {
  background: #FFFFFF;
  box-shadow: 0 16px 48px rgba(13, 45, 94, 0.18);
  transform: translateY(-5px);
  border-color: #5B9CF6;
}
.why-item h4 {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0D2D5E;
  margin: 0.8rem 0 0.5rem;
}
.why-item p {
  font-size: 0.83rem;
  color: #4A5568;
  line-height: 1.65;
}

.why-icon {
  font-size: 2.2rem;
  display: block;
}

.cta-final {
  background: linear-gradient(135deg, #0D2D5E 0%, #1A4FA8 100%);
  padding: 5rem 5%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.cta-final-inner {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cta-final-inner h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.8rem;
}
.cta-final-inner p {
  font-size: 0.97rem;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 2rem;
  line-height: 1.65;
}

.cta-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

footer {
  background: #0D2D5E;
  color: rgba(255, 255, 255, 0.7);
  padding: 4rem 5% 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.6fr;
  gap: 3rem;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand p {
  font-size: 0.87rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 280px;
}

.footer-logo {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.footer-logo em {
  color: #00BFA5;
  font-style: italic;
}

.socials {
  display: flex;
  gap: 0.7rem;
}

.social-btn {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}
.social-btn:hover {
  background: #2E6BE6;
}

footer h4 {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #5B9CF6;
  margin-bottom: 1.1rem;
}
footer ul {
  list-style: none;
}
footer ul li {
  margin-bottom: 0.55rem;
}
footer ul a {
  text-decoration: none;
  font-size: 0.87rem;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s;
}
footer ul a:hover {
  color: #00BFA5;
}

.footer-contact p {
  font-size: 0.87rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.55rem;
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  line-height: 1.5;
}
.footer-contact p span:first-child {
  opacity: 0.8;
  flex-shrink: 0;
}

.footer-legal {
  padding: 1.5rem 0;
  max-width: 1280px;
  margin: 0 auto;
}

.footer-legal-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.4);
}
.footer-legal-inner a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  margin-left: 1.2rem;
  transition: color 0.2s;
}
.footer-legal-inner a:hover {
  color: #00BFA5;
}

@media (max-width: 1100px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .presentation-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .presentation-aside {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    align-items: start;
  }
  .presentation-aside .aside-img-frame {
    height: 280px;
  }
}
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-image {
    display: none;
  }
  .planes-grid {
    grid-template-columns: 1fr;
  }
  .navbar-inner {
    padding: 0 1.2rem;
  }
  .nav-links {
    display: none;
  }
  .benefits-bar-inner {
    flex-wrap: wrap;
  }
  .benefit-item {
    flex: 50%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .plan-img-footer {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .hero-trust {
    gap: 1rem;
  }
  .presentation-aside {
    grid-template-columns: 1fr;
  }
  .plan-card-img {
    height: 260px;
  }
  .plan-info-strip {
    padding: 0.6rem 0.9rem 0.8rem;
  }
  .plan-title {
    font-size: 1rem;
  }
  .plan-features li {
    font-size: 0.76rem;
  }
}

/*# sourceMappingURL=estilo.css.map */
