.solicitar-cita-v2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #2f2f2f;
    background: #ffffff;
    line-height: 1.65;
}

.solicitar-cita-v2 * {
    box-sizing: border-box;
}

.solicitar-cita-v2 a {
    text-decoration: none;
}

.solicitar-cita-v2 h1,
.solicitar-cita-v2 h2,
.solicitar-cita-v2 h3,
.solicitar-cita-v2 p {
    margin-top: 0;
}

.cita-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.cita-hero {
    padding: 110px 0 46px;
    text-align: center;
    background: linear-gradient(180deg, #faf7f8 0%, #ffffff 100%);
}

.cita-wrap h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 92px;
    line-height: 0.92;
    letter-spacing: -0.05em;
    color: #2c2528;

    max-width: 900px;
    margin: 0 auto 28px;

    text-align: center;
    text-wrap: balance;
}

.cita-eyebrow {
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #a36a7c;
    font-weight: 600;
}

.cita-lead {
    max-width: 760px;
    margin: 0 auto 30px;
    font-size: 20px;
    line-height: 1.85;
    color: #5d5559;
}

.cita-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.cita-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 15px 26px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.28s ease;
    white-space: nowrap;
}

.cita-btn-secondary {
    background: rgba(255,255,255,0.92);
    color: #7f3051;
    border: 1px solid rgba(191, 158, 171, 0.48);
    box-shadow: 0 8px 22px rgba(62, 39, 48, 0.05);
}

.cita-btn-secondary:hover {
    background: #ffffff;
    color: #8f0048;
    border-color: #c89aae;
    transform: translateY(-2px);
}

.cita-app {
    padding: 10px 0 70px;
    background: #ffffff;
}

.cita-app-shell {
    padding: 26px;
    border: 1px solid #ece3e7;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(64, 42, 51, 0.06);
}

.cita-info {
    padding: 0 0 120px;
    background: #ffffff;
}

.cita-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.cita-info-card {
    padding: 24px 26px;
    background: #fcfafb;
    border: 1px solid #ece3e7;
    border-radius: 24px;
    text-align: center;
}

.cita-info-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8f0048;
    margin-bottom: 12px;
}

.cita-info-card p {
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 1.7;
    color: #4f474b;
}

.cita-info-card p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1080px) {
    .cita-wrap h1 {
        font-size: 58px;
    }
}

@media (max-width: 900px) {
    .cita-wrap h1 {
        font-size: 52px;
        line-height: 0.98;
    }

    .cita-lead {
        font-size: 18px;
    }

    .cita-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
.cita-wrap h1 {
    font-size: 40px;
    line-height: 1;
}

    .cita-hero {
        padding: 86px 0 34px;
    }

    .cita-wrap h1 {
        font-size: 40px;
        line-height: 1;
    }

    .cita-lead {
        font-size: 17px;
        line-height: 1.75;
        margin-bottom: 24px;
    }

    .cita-actions {
        flex-direction: column;
        align-items: stretch;
        max-width: 320px;
        margin: 0 auto;
    }

    .cita-btn {
        width: 100%;
        min-height: 50px;
        padding: 14px 18px;
    }

    .cita-app {
        padding: 6px 0 54px;
    }

    .cita-app-shell {
        padding: 16px;
        border-radius: 20px;
    }

    .cita-info {
        padding: 0 0 98px;
    }

    .cita-info-card {
        padding: 20px 18px;
        border-radius: 18px;
        text-align: left;
    }

    .cita-info-card p {
        font-size: 14px;
        line-height: 1.65;
    }
}
.cita-alt-contacto {
    margin-top: 22px;
    text-align: center;
}

.cita-alt-contacto p {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.7;
    color: #6a6266;
}

.cita-alt-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .cita-alt-contacto {
        margin-top: 18px;
    }

    .cita-alt-contacto p {
        font-size: 13px;
    }

    .cita-alt-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cita-alt-actions .cita-btn {
        width: 100%;
    }
}

/* ===== AVISO LEGAL CITA ===== */

.cita-legal-note {
    max-width: 920px;
    margin: 18px auto 0;
    padding: 14px 18px;
    border-top: 1px solid #ece3e7;
    text-align: center;
}

.cita-legal-note p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #6a6266;
}

.cita-legal-note a {
    color: #8f0048;
    text-decoration: none;
    font-weight: 600;
}

.cita-legal-note a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .cita-legal-note {
        margin-top: 14px;
        padding: 12px 8px 0;
        text-align: left;
    }

    .cita-legal-note p {
        font-size: 12px;
        line-height: 1.65;
    }
}

.cita-wrap h1 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

/* ===== BARRA CERTIFICADOS ESTILO PREMIUM (como home) ===== */
/* ===== BARRA FIJA CERTIFICADOS (igual look que home móvil) ===== */

.crc-cert-bar{
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 9999;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;

  background: #ffffff;
  border: 1px solid #e7e1e4;
  border-radius: 26px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
  overflow: hidden;
}

.crc-cert-bar__btn{
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 56px;
  padding: 0 10px;

  background: #ffffff;
  color: #4e474b;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;

  border-right: 1px solid #e7e1e4;
}

.crc-cert-bar__btn:last-child{
  border-right: 0;
}

.crc-cert-bar__btn--primary{
  background: #ffffff;
  color: #4e474b;
}

body.crc-cert-bar-active{
  padding-bottom: 92px;
}

/* Desktop: no mostrar esta barra */
@media (min-width: 769px){
  .crc-cert-bar{
    display: none;
  }

  body.crc-cert-bar-active{
    padding-bottom: 0;
  }
}