/* Vista previa: identidad azul petróleo + verde menta */
:root {
  --ink: #152b35;
  --muted: #64777c;
  --paper: #f4f8f7;
  --line: #d8e5e3;
  --purple: #146b73;
  --purple-dark: #0b454c;
  --purple-soft: #ddf3f1;
  --mint: #bfeedd;
  --mint-strong: #42c69a;
  --navy: #102e38;
}
.site-header {
  background: rgba(244, 248, 247, 0.9);
}
.button {
  box-shadow: 0 12px 26px rgba(20, 107, 115, 0.2);
}
.button:hover {
  box-shadow: 0 16px 30px rgba(11, 69, 76, 0.26);
}
.hero::before {
  background: radial-gradient(
    circle,
    rgba(66, 198, 154, 0.17),
    transparent 68%
  );
}
.hero-orb--one {
  background: rgba(20, 107, 115, 0.09);
}
.hero-orb--two {
  background: rgba(66, 198, 154, 0.1);
}
.candidate-row--active {
  border-color: #7fc7c4;
  box-shadow: 0 4px 12px rgba(20, 107, 115, 0.11);
}
.avatar--lilac {
  background: #d7efed;
  color: #0f656d;
}
.paper--back {
  background: #d9f0ed;
  color: #146b73;
}
.timeline i {
  border-color: #78c6bd;
}
.benefit-note {
  color: #146b73;
  box-shadow: 0 18px 35px rgba(20, 107, 115, 0.15);
}
.product::before {
  background: radial-gradient(
    circle,
    rgba(38, 156, 152, 0.28),
    transparent 68%
  );
}
.section-kicker--light,
.product-points article > b {
  color: #73ddbc;
}
.cta-card {
  background: linear-gradient(150deg, #167780 0%, #0b454c 100%);
  box-shadow: 0 30px 70px rgba(11, 69, 76, 0.25);
}
.cta-card h2 em {
  color: #a7f0d4;
}
.pricing {
  background: linear-gradient(180deg, #f7fbfa 0%, #edf6f4 100%);
}
.pricing::before {
  background: radial-gradient(
    circle,
    rgba(20, 107, 115, 0.15),
    transparent 68%
  );
}
.pricing-card--featured {
  border-color: #3ca79d;
  background: linear-gradient(160deg, #167985 0%, #0b4f58 100%);
  box-shadow: 0 24px 55px rgba(11, 79, 88, 0.28);
}
.pricing-card--featured:hover {
  border-color: #75d8c1;
  box-shadow: 0 30px 65px rgba(11, 79, 88, 0.35);
}
.pricing-popular {
  color: #146b73;
  box-shadow: 0 8px 20px rgba(11, 69, 76, 0.16);
}
.pricing-button--featured {
  color: #0b5860;
}
.billing-toggle {
  border-color: #cde3df;
  background: #ddf0ed;
  box-shadow: 0 8px 22px rgba(11, 69, 76, 0.07);
}
.billing-toggle button span {
  background: #d8f6e9;
  color: #177553;
}
.pricing-trial > div > span {
  border-color: #a9ddc8;
  background: #e1f7ee;
  color: #177553;
}

/* Comercial 2026-07: mejor legibilidad y nuevos bloques de producto. */
.nav-login {
  padding: 9px 14px;
  border: 1px solid #8bc9c2;
  border-radius: 999px;
  color: #0b5860 !important;
  font-weight: 750;
  white-space: nowrap;
}
.nav-login:hover { background: #e1f3ef; border-color: #3ca79d; }
.commercial-news { background: #f7fbfa; }
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.news-grid article {
  padding: 26px;
  border: 1px solid #d6e8e4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(11, 79, 88, .07);
}
.news-grid article > span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #def3ed;
  color: #146b5b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.news-grid h3 { margin: 0 0 10px; color: #102e38; font-size: 21px; }
.news-grid p { margin: 0; color: #526b70; font-size: 15px; line-height: 1.65; }
.commercial-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 18px;
  background: #75aaa3;
}
.commercial-proof div { display: grid; gap: 5px; padding: 20px 24px; background: #126a70; color: #fff; }
.commercial-proof strong { font-size: 17px; }
.commercial-proof span { color: #d9efec; font-size: 14px; line-height: 1.5; }
.pricing-card__top > p,
.pricing-plan,
.pricing-price small,
.pricing-price span,
.pricing-billing-note,
.pricing-features li,
.pricing-button { font-size: 14px; }
.pricing-billing-note { line-height: 1.45; }
.pricing-features li { line-height: 1.5; }
.billing-toggle button { font-size: 14px; }
.billing-toggle button span,
.pricing-popular { font-size: 11px; }
.footer-grid p,
.footer-grid a,
.footer-grid button,
.footer-bottom { font-size: 14px; line-height: 1.55; }
.checkout-consent span { font-size: 13px; line-height: 1.5; }
.checkout-consent a { color: #0b6b72; font-weight: 700; }

@media (max-width: 980px) {
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .commercial-proof { grid-template-columns: 1fr; }
}
@media (max-width: 1100px) and (min-width: 761px) {
  .main-nav .nav-login { display: inline-flex; }
}
@media (max-width: 640px) {
  .news-grid { grid-template-columns: 1fr; }
  .news-grid article { padding: 22px; }
  .nav-login { text-align: center; }
  .footer-bottom { gap: 10px; }
}

.legal-body { background: #f6faf9; color: #17343b; }
.legal-page { padding-top: 150px; padding-bottom: 80px; }
.legal-hero { max-width: 840px; margin-bottom: 34px; }
.legal-hero h1 { margin: 14px 0 10px; font-size: clamp(36px, 6vw, 62px); line-height: 1.05; letter-spacing: -.035em; }
.legal-hero p { color: #64777b; font-size: 16px; }
.legal-content { display: grid; gap: 16px; max-width: 920px; }
.legal-content section { padding: 26px 30px; border: 1px solid #d9e8e5; border-radius: 18px; background: #fff; }
.legal-content h2 { margin: 0 0 12px; color: #123d45; font-size: 21px; }
.legal-content p, .legal-content li { color: #496267; font-size: 16px; line-height: 1.72; }
.legal-content p { margin: 0 0 10px; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content ul { margin: 0; padding-left: 22px; }
.legal-content a, .legal-body footer a { color: #0b6b72; font-weight: 700; }
@media (max-width: 640px) {
  .legal-page { padding-top: 110px; }
  .legal-content section { padding: 22px 20px; }
}
@media (max-width: 760px) {
  .legal-body .main-nav { position: static; display: flex; width: auto; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .legal-body .main-nav a:not(.nav-login) { display: none; }
  .legal-body .main-nav .nav-login { display: inline-flex; padding: 8px 12px; border-bottom: 1px solid #8bc9c2; }
}
