/* =============================================
   Vital Women — Landing Page Styles
   ============================================= */

:root {
    --gold: #C9A86C;
    --gold-light: #E8D5A8;
    --gold-dark: #9A7B4F;
    --rose-gold: #B87A6B;
    --bronze: #8B6914;
    --bronze-dark: #6B4F1A;
    --black: #1A1A1A;
    --charcoal: #3D3D3D;
    --grey-cta: #5B5B5F;
    --cream: #FDFBF7;
    --white: #FFFFFF;
    --overlay-cream: rgba(253, 251, 247, 0.92);
    --card-bg: rgba(255, 255, 255, 0.82);
    --shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    --font-sans: 'Montserrat', sans-serif;
    --font-display: 'Unbounded', sans-serif;
    --font-script: 'Abuget', cursive;
    --gold-ring: linear-gradient(145deg, #FFF4C2 0%, #FFD700 18%, #E8C547 42%, #D4AF37 62%, #C9A227 82%, #FFD700 100%);
    --gold-ring-badge: linear-gradient(145deg, #FFF8D6 0%, #FFE566 15%, #FFD700 35%, #E8C547 55%, #D4AF37 75%, #C9A227 90%, #FFE566 100%);
    --gold-text: linear-gradient(135deg, #F5E6A3, #D4AF37, #B8860B);
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    color: var(--black);
    background: var(--cream);
    line-height: 1.5;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =============================================
   HERO SECTION
   ============================================= */

.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    overflow: hidden;
    padding-bottom: clamp(3rem, 6vw, 5rem);
}

.hero-bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: -5%;
    width: 110%;
    height: 110%;
    background: url('../../logo/BackgroundVitalWomen.png') center right / cover no-repeat;
    will-change: transform;
    transition: transform 0.4s ease-out;
}

.hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(253, 251, 247, 0.72) 0%,
        rgba(253, 251, 247, 0.38) 28%,
        rgba(253, 251, 247, 0.12) 48%,
        transparent 68%
    );
    pointer-events: none;
}

.hero-wave-divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 5;
    pointer-events: none;
}

.hero-wave-divider svg {
    width: 100%;
    height: clamp(55px, 7vw, 90px);
    display: block;
    filter: drop-shadow(0 -2px 8px rgba(0, 0, 0, 0.04));
}

.hero-vitalhealth {
    position: absolute;
    top: 2rem;
    right: 3rem;
    z-index: 3;
}

.hero-vitalhealth img {
    width: clamp(80px, 7vw, 130px);
}

.hero-logo {
    margin-bottom: clamp(0.85rem, 1.8vw, 1.5rem);
    text-align: center;
}

.logo-prehead {
    font-size: clamp(0.62rem, 1vw, 0.78rem);
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--black);
    margin: 0 0 0.45rem;
}

.hero-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.hero-dates {
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.hero-title {
    margin-bottom: clamp(0.35rem, 1vw, 0.75rem);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-left {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: clamp(2rem, 6vh, 3.5rem) clamp(1.25rem, 4vw, 2rem) clamp(9rem, 20vw, 11rem);
    justify-self: start;
}

.hero-logo img {
    width: clamp(165px, 14vw, 260px);
    margin: 0 auto;
}

.hero-dates .date {
    font-size: clamp(0.95rem, 1.2vw + 0.35rem, 1.35rem);
    font-weight: 700;
    background: linear-gradient(135deg, #6B4F1A, #8B6914, #9A7B4F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.08em;
}

.hero-dates .location {
    font-size: clamp(0.8rem, 1vw + 0.3rem, 1.1rem);
    font-weight: 600;
    letter-spacing: 0.25em;
    color: var(--black);
    margin-top: 0.15rem;
}

.hero-title .subtitle {
    font-size: clamp(0.9rem, 1.2vw + 0.4rem, 1.6rem);
    font-weight: 500;
    letter-spacing: 0.15em;
    color: var(--black);
    margin-bottom: 0.25rem;
}

.title-block {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding-bottom: clamp(2.4rem, 4.5vw, 3.75rem);
    --title-size: clamp(2.4rem, 4.5vw + 0.5rem, 6.5rem);
}

.hero-title .main-title {
    font-family: var(--font-display);
    font-size: var(--title-size);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0.02em;
    color: #000000;
}

.hero-title .script-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24%;
    width: 118%;
    font-family: var(--font-script);
    font-size: calc(var(--title-size) * 1.72);
    color: #895b1f;
    line-height: 0.82;
    font-weight: 400;
    white-space: nowrap;
    z-index: 2;
    text-shadow:
        0 1px 0 rgba(229, 187, 84, 0.25),
        0 2px 8px rgba(137, 91, 31, 0.2);
    pointer-events: none;
}

.hero-price {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.65rem;
    margin: clamp(0.85rem, 2vw, 1.35rem) auto 0;
    padding: clamp(0.55rem, 1.2vw, 0.75rem) clamp(1rem, 2.5vw, 1.6rem);
    max-width: 100%;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        rgba(229, 187, 84, 0.95) 0%,
        rgba(178, 127, 92, 0.92) 50%,
        rgba(229, 187, 84, 0.95) 100%
    );
    box-shadow:
        0 6px 20px rgba(137, 91, 31, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    font-size: clamp(0.78rem, 1.05vw + 0.3rem, 1.05rem);
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1a1a1a;
    line-height: 1.25;
    position: relative;
    z-index: 3;
}

.hero-price-label {
    font-weight: 600;
    letter-spacing: 0.16em;
    color: rgba(26, 26, 26, 0.9);
}

.hero-price-amount {
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.hero-bottom {
    position: absolute;
    bottom: clamp(5.25rem, 9vw, 6.75rem);
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    max-width: 100%;
    overflow: visible;
}

.deadline-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        90deg,
        #e5bb54 0%,
        #b27f5c 50%,
        #e5bb54 100%
    );
    padding: clamp(0.55rem, 1.5vw, 0.75rem) clamp(1.5rem, 3vw, 2.5rem);
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 18px rgba(178, 127, 92, 0.28);
    width: calc(27.5vw + clamp(7rem, 12vw, 13rem));
    min-width: min(240px, 78vw);
    max-width: none;
    flex-shrink: 1;
}

.deadline-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.5rem, 1.5vw, 0.85rem);
}

.deadline-bar .calendar-icon {
    width: clamp(34px, 3.2vw, 44px);
    height: clamp(34px, 3.2vw, 44px);
    flex-shrink: 0;
    color: var(--white);
    padding: 0;
    border: none;
    background: transparent;
}

.deadline-bar .deadline-text {
    color: var(--white);
    font-size: clamp(0.58rem, 0.9vw + 0.3rem, 0.85rem);
    font-weight: 500;
    letter-spacing: 0.06em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.deadline-bar .deadline-text strong {
    display: block;
    font-size: clamp(0.9rem, 1.4vw + 0.4rem, 1.55rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-top: 0.1rem;
}

.qualify-badge {
    position: relative;
    z-index: 4;
    width: clamp(128px, 11vw, 195px);
    height: clamp(128px, 11vw, 195px);
    margin-left: clamp(-14px, -1.5vw, -20px);
    flex-shrink: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    display: block;
}

.qualify-badge-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

/* =============================================
   QUALIFICATION SECTION
   ============================================= */

.qualification {
    position: relative;
    margin-top: -2px;
    padding: clamp(4rem, 8vw, 5rem) 2rem 4rem;
    background: url('../../logo/BackgroundVitalWomen2.png') center / cover no-repeat fixed;
}

.qualification::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(253, 251, 247, 0.25) 0%,
        rgba(253, 251, 247, 0.08) 45%,
        rgba(253, 251, 247, 0.2) 100%
    );
    pointer-events: none;
}

.qualification-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.qualification-header {
    text-align: center;
    margin-bottom: 3rem;
}

.qualification-header .section-label {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--black);
    margin-bottom: 1.5rem;
}

.qualification-header .section-logo {
    width: 200px;
    margin: 0 auto 1rem;
}

.qualification-header .vitalhealth-top {
    position: absolute;
    top: 0;
    right: 2rem;
    width: 90px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.25rem, 2.5vw, 2rem);
    margin-bottom: 4rem;
    padding-top: clamp(2.5rem, 5vw, 3.5rem);
    align-items: start;
}

.qual-card {
    position: relative;
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow: visible;
    transition: transform 0.3s ease;
    min-height: 0;
    background: rgba(210, 210, 210, 0.42);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.qual-card:hover {
    transform: translateY(-4px);
}

.qual-card-oro {
    background: rgba(200, 185, 165, 0.45);
}

.qual-card-platino {
    background: rgba(210, 210, 210, 0.42);
}

.qual-card-oro,
.qual-card-platino {
    min-height: 0;
}

.qual-card-diamante {
    background: rgba(195, 195, 195, 0.45);
    min-height: 0;
}

.qual-card-medal {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    line-height: 0;
}

.qual-card .medal-img {
    width: clamp(95px, 11vw, 125px);
    height: auto;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.qual-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: clamp(3.5rem, 6vw, 4.25rem) 1.1rem 1.15rem;
    border-radius: 16px;
}

.qual-card .card-title {
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    line-height: 1;
    color: var(--white);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.qual-card .card-script {
    font-family: var(--font-script);
    font-size: clamp(2.55rem, 3.4vw, 3.15rem);
    color: #000000;
    margin: -0.4rem 0 0.45rem;
    line-height: 0.9;
}

.qual-card-platino .card-script {
    margin-top: -0.4rem;
    margin-bottom: 0.4rem;
}

.qual-card-diamante .card-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 0.65rem;
    overflow: visible;
}

.qual-card-diamante .card-title {
    position: relative;
    z-index: 1;
    margin: 0;
    line-height: 1;
}

.qual-card-diamante .card-script {
    position: relative;
    z-index: 2;
    font-size: clamp(3.8rem, 5.2vw, 5.25rem);
    margin: 0.45rem 0 0;
    padding: 0;
    line-height: 0.9;
    letter-spacing: 0;
    white-space: nowrap;
}

.qual-card-diamante .qual-card-body {
    padding-top: clamp(3.75rem, 6.5vw, 4.5rem);
    padding-bottom: 1.2rem;
}

.qual-card-diamante .card-reward {
    margin-top: 0.35rem;
}

.qual-card-diamante .card-cta-with-extras {
    flex: 0 0 auto;
    min-height: 0;
    justify-content: center;
    padding: 1.15rem 0.9rem 1.05rem;
}

.qual-card .card-detail {
    font-size: clamp(0.88rem, 1.1vw, 1rem);
    color: #000000;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    flex: 0 0 auto;
    font-weight: 500;
}

.card-reward {
    margin-top: 0.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.card-pay-note {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(137, 91, 31, 0.28);
    box-shadow: 0 2px 10px rgba(92, 47, 26, 0.08);
    font-family: var(--font-sans);
    font-size: clamp(0.78rem, 1.05vw, 0.92rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--black);
    text-transform: uppercase;
}

.card-pay-note strong {
    margin-left: 0.35rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #5c2f1a;
}

.qual-card .card-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    padding: 0.95rem 0.85rem;
    border-radius: 12px;
    color: var(--white);
    font-family: var(--font-display);
    font-size: clamp(0.68rem, 0.9vw, 0.82rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-transform: uppercase;
    text-shadow:
        0 0 6px rgba(255, 255, 255, 0.85),
        0 0 14px rgba(255, 245, 200, 0.55),
        0 1px 2px rgba(0, 0, 0, 0.2);
}

.qual-card .card-cta span {
    display: block;
}

.qual-card .card-cta-with-extras {
    gap: 0.2rem;
    padding: 1.05rem 0.85rem 0.95rem;
}

.cta-bronze {
    background: #5c2f1a;
}

.cta-grey {
    background: #5a5a5e;
}

.qual-card-diamante .cta-grey {
    background: #4f4f53;
}

.card-extras {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    margin-top: 0.65rem;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-family: var(--font-sans);
    font-size: clamp(0.48rem, 0.7vw, 0.58rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--white);
    line-height: 1.3;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.card-extras span {
    flex: 1;
}

.qualification-footer {
    text-align: center;
    position: relative;
    margin-top: 1rem;
    padding-bottom: 1rem;
}

.qualification-footer .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qualification-footer .footer-subtitle {
    font-family: var(--font-sans);
    font-size: clamp(1rem, 2vw, 1.35rem);
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #000000;
    margin-bottom: 0.15rem;
}

.qualification-footer .footer-title-block {
    position: relative;
    display: inline-block;
    padding-bottom: clamp(2.4rem, 4.5vw, 3.75rem);
    --footer-title-size: clamp(2.4rem, 6vw, 4.4rem);
}

.qualification-footer .footer-title {
    font-family: var(--font-display);
    font-size: var(--footer-title-size);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 0.92;
    color: #000000;
}

.qualification-footer .footer-script {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 24%;
    width: 118%;
    font-family: var(--font-script);
    font-size: calc(var(--footer-title-size) * 1.72);
    color: #895b1f;
    line-height: 0.82;
    font-weight: 400;
    white-space: nowrap;
    z-index: 2;
    pointer-events: none;
    text-shadow:
        0 1px 0 rgba(229, 187, 84, 0.25),
        0 2px 8px rgba(137, 91, 31, 0.2);
}

.qualification-footer .footer-dates {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

.qualification-footer .footer-dates .date {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.qualification-footer .footer-dates .location {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.2em;
}

/* =============================================
   REGISTRATION FORM
   ============================================= */

.registration {
    position: relative;
    padding: clamp(4.5rem, 8vw, 5.5rem) 2rem;
    background: url('../../logo/BackgroundVitalWomen3.png') center / cover no-repeat;
}

.registration::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(253, 251, 247, 0.55) 0%,
        rgba(253, 251, 247, 0.72) 50%,
        rgba(253, 251, 247, 0.82) 100%
    );
    pointer-events: none;
}

.registration-inner {
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin: 0 auto;
}

.registration-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.registration-header h2 {
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--black);
}

.registration-header p {
    color: var(--charcoal);
    font-size: clamp(0.92rem, 1.2vw, 1.05rem);
    max-width: 42rem;
    margin: 0 auto;
    line-height: 1.55;
}

.registration-form {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: var(--shadow);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    color: var(--black);
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 2px solid #E8E0D4;
    border-radius: 8px;
    font-family: var(--font-sans);
    font-size: 1rem;
    color: var(--black);
    background: var(--cream);
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--rose-gold);
}

.btn-submit {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #B87A6B 0%, #D4A395 45%, #E8C4B8 100%);
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-shadow: 0 1px 2px rgba(120, 70, 60, 0.25);
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(184, 122, 107, 0.45);
}

.btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.form-message {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    text-align: center;
    display: none;
}

.form-message.success {
    display: block;
    background: #E8F5E9;
    color: #2E7D32;
    border: 1px solid #A5D6A7;
}

.form-message.error {
    display: block;
    background: #FFEBEE;
    color: #C62828;
    border: 1px solid #EF9A9A;
}

/* =============================================
   FOOTER
   ============================================= */

.site-footer {
    background: var(--white);
    color: var(--black);
    text-align: center;
    padding: 2.25rem 2rem;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    border-top: 1px solid #EFE8DF;
}

.site-footer img,
.footer-logo {
    width: 140px;
    margin: 0 auto 1rem;
    display: block;
}

.site-footer p {
    color: var(--black);
}

/* Desktop / laptop: contenido anclado a la mitad izquierda */
@media (min-width: 1025px) {
    .hero {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .hero-left {
        grid-column: 1;
        grid-row: 1;
        max-width: 100%;
        padding-left: clamp(2rem, 4vw, 3.5rem);
        padding-right: clamp(0.75rem, 2vw, 1.5rem);
    }

    .hero-bg-overlay {
        background: linear-gradient(
            to right,
            rgba(253, 251, 247, 0.7) 0%,
            rgba(253, 251, 247, 0.32) 30%,
            rgba(253, 251, 247, 0.1) 48%,
            transparent 66%
        );
    }
}

/* Laptop: evitar que el bloque se vea desplazado a la derecha */
@media (min-width: 1025px) and (max-width: 1440px) {
    .hero-left {
        padding-left: clamp(1.5rem, 3vw, 2.5rem);
        padding-right: 1rem;
    }

    .hero-logo img {
        width: clamp(150px, 12vw, 210px);
    }

    .title-block {
        --title-size: clamp(2.2rem, 3.6vw + 0.25rem, 4.2rem);
    }

    .hero-bg-overlay {
        background: linear-gradient(
            to right,
            rgba(253, 251, 247, 0.68) 0%,
            rgba(253, 251, 247, 0.3) 32%,
            rgba(253, 251, 247, 0.08) 50%,
            transparent 65%
        );
    }
}

/* Large desktops & zoom-out scaling */
@media (min-width: 1400px) {
    .hero-left {
        padding-left: clamp(2.5rem, 5vw, 5rem);
    }

    .title-block {
        --title-size: clamp(4.5rem, 4.2vw, 7rem);
    }

    .hero-title .script-text {
        font-size: calc(var(--title-size) * 1.72);
        top: 24%;
        width: 118%;
    }
}

@media (min-width: 1920px) {
    .title-block {
        --title-size: clamp(5.5rem, 4.8vw, 8rem);
    }

    .hero-title .script-text {
        font-size: calc(var(--title-size) * 1.78);
        top: 22%;
        width: 116%;
    }
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1200px) {
    .hero-vitalhealth img {
        width: clamp(70px, 8vw, 90px);
    }

    .qualification-header .vitalhealth-top {
        width: clamp(70px, 8vw, 85px);
    }
}

@media (max-width: 1024px) {
    .hero {
        grid-template-columns: 1fr;
    }

    .hero-bg-overlay {
        background: linear-gradient(
            to right,
            rgba(253, 251, 247, 0.65) 0%,
            rgba(253, 251, 247, 0.28) 35%,
            rgba(253, 251, 247, 0.08) 55%,
            transparent 75%
        );
    }

    .hero-left {
        grid-column: 1;
        width: 100%;
        max-width: none;
        padding-bottom: clamp(9rem, 22vw, 12rem);
        padding-left: clamp(1.25rem, 4vw, 2rem);
        padding-right: clamp(1.25rem, 4vw, 2rem);
    }

    .cards-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .qualification-footer .footer-dates {
        position: static;
        text-align: center;
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-bg {
        background-position: 70% center;
    }

    .hero-bg-overlay {
        background: linear-gradient(
            to bottom,
            rgba(253, 251, 247, 0.62) 0%,
            rgba(253, 251, 247, 0.35) 38%,
            rgba(253, 251, 247, 0.12) 65%,
            transparent 100%
        );
    }

    .hero-vitalhealth {
        top: 1rem;
        right: 1rem;
    }

    .hero-logo img {
        width: clamp(130px, 34vw, 165px);
    }

    .hero-title .script-text {
        top: 26%;
        font-size: calc(var(--title-size) * 1.65);
        width: 120%;
    }

    .hero-bottom {
        bottom: clamp(4.5rem, 8vw, 5.5rem);
        padding: 0 0.5rem;
    }

    .deadline-bar {
        min-width: min(220px, 72vw);
    }

    .qualification {
        background-attachment: scroll;
        padding: clamp(3rem, 8vw, 4rem) clamp(1rem, 4vw, 1.5rem);
    }

    .qualification-header .vitalhealth-top {
        position: static;
        margin: 0 auto 1rem;
        width: 70px;
    }

    .qualification-header .section-logo {
        width: clamp(150px, 40vw, 180px);
    }

    .cards-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        padding-top: 3rem;
    }

    .card-extras {
        flex-direction: column;
        text-align: center;
    }

    .qual-card .card-script {
        font-size: clamp(2.4rem, 7vw, 2.9rem);
        margin-top: -0.3rem;
    }

    .qual-card-oro,
    .qual-card-platino {
        min-height: 0;
    }

    .qual-card-diamante {
        min-height: 0;
    }

    .qual-card-diamante .card-script {
        font-size: clamp(3.2rem, 11vw, 4.2rem);
        margin-top: 0.4rem;
    }

    .qual-card .card-detail {
        font-size: clamp(0.88rem, 2.5vw, 0.98rem);
    }

    .registration {
        padding: clamp(3rem, 8vw, 4rem) clamp(1rem, 4vw, 1.5rem);
    }

    .registration-form {
        padding: clamp(1.25rem, 4vw, 1.75rem);
    }

    .site-footer {
        padding: clamp(1.5rem, 4vw, 2rem) 1rem;
    }

    .site-footer img {
        width: clamp(90px, 25vw, 110px);
    }
}

@media (max-width: 520px) {
    .hero-left {
        padding-top: clamp(2.5rem, 10vw, 3.5rem);
        padding-bottom: clamp(10rem, 28vw, 12rem);
    }

    .title-block {
        --title-size: clamp(1.9rem, 11vw, 2.6rem);
    }

    .hero-title .script-text {
        top: 24%;
        width: 125%;
        font-size: calc(var(--title-size) * 1.6);
    }

    .hero-bottom {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.35rem;
        padding: 0 0.75rem;
    }

    .deadline-bar {
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
        justify-content: center;
        background: linear-gradient(
            90deg,
            #e5bb54 0%,
            #b27f5c 50%,
            #e5bb54 100%
        );
    }

    .qualify-badge {
        margin-left: 0;
        width: clamp(118px, 32vw, 145px);
        height: clamp(118px, 32vw, 145px);
    }

    .qualification-footer .footer-title-block {
        --footer-title-size: clamp(2rem, 9vw, 3rem);
    }

    .qualification-footer .footer-script {
        font-size: calc(var(--footer-title-size) * 1.6);
        width: 122%;
        top: 24%;
    }
}

@media (max-width: 380px) {
    .hero-dates .location {
        letter-spacing: 0.15em;
        font-size: 0.75rem;
    }

    .hero-title .script-text {
        white-space: normal;
        line-height: 1.05;
    }

    .deadline-bar .deadline-text strong {
        font-size: 0.85rem;
    }
}
