/* Scoped Repeat Orders Page Styles */
.repeat-v2-page {
    --rep-blue: var(--accent-deep);
    --rep-blue-light: rgba(85, 135, 200, 0.18);
    --rep-text: #1f2522;
    --rep-text-light: #5a655f;
    --rep-glass: rgba(255, 255, 255, 0.9);
    --rep-border: rgba(39, 87, 151, 0.1);
    --rep-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);

    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--rep-text);
}

.repeat-v2-container {
    width: 100%; 
    margin: 0 auto;
    padding: 18px 0 34px;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.repeat-v2-hero {
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.repeat-v2-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: stretch;
}

.repeat-v2-hero-copy {
    padding: clamp(26px, 3vw, 44px);
    background: white;
    border-radius: 40px;
    border: 1px solid var(--rep-border);
    box-shadow: var(--rep-shadow);
    text-align: left;
    position: relative;
    overflow: hidden;
}

.repeat-v2-hero-copy::before {
    content: none;
}

.repeat-v2-hero-copy > * {
    position: relative;
    z-index: 1;
}

.repeat-v2-hero h1 {
    font-family: 'Fraunces', serif;
    font-size: clamp(2.5rem, 6vw, 3.8rem);
    color: var(--rep-blue);
    margin-bottom: 10px;
    margin-top: 10px
}

.repeat-v2-hero p {
    line-height: 1.6;
}

.repeat-v2-hero-lede {
    font-size: 1.15rem;
    color: var(--rep-text-light);
    max-width: 70ch;
    margin: 0 0 20px;
}

.repeat-v2-alert {
    background: rgba(85, 135, 200, 0.14);
    color: var(--rep-blue);
    border: 1px solid rgba(39, 87, 151, 0.14);
    padding: 15px 25px;
    border-radius: 999px;
    font-weight: 700;
    display: inline-block;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.repeat-v2-whatsapp-card {
    background: #25d366;
    color: white;
    padding: 30px;
    border-radius: 32px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    justify-content: center;
    box-shadow: 0 18px 44px rgba(10, 20, 18, 0.12);
}

.repeat-v2-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.repeat-v2-details {
    display: grid;
    gap: 18px;
}

.repeat-v2-details-card {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(39, 87, 151, 0.12);
    border-radius: 40px;
    padding: 32px;
    box-shadow: var(--rep-shadow);
    display: grid;
    gap: 12px;
}

.repeat-v2-details-title {
    margin: 0;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--rep-text);
    font-size: 1.05rem;
}

.repeat-v2-details-copy {
    margin: 0;
    color: var(--rep-text-light);
    line-height: 1.6;
}

.repeat-v2-whatsapp-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border-radius: 999px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.82rem;
    background: #25d366;
    color: white;
    box-shadow: 0 18px 44px rgba(10, 20, 18, 0.12);
}

.repeat-v2-whatsapp-card a {
    color: white;
    font-weight: 800;
    font-size: 1.4rem;
    text-decoration: none;
}

.repeat-v2-whatsapp-kicker {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 800;
    opacity: 0.92;
}

.repeat-v2-whatsapp-note {
    margin: 0;
    opacity: 0.92;
    font-weight: 600;
}

.repeat-v2-hero-note {
    margin: 0 0 22px;
    font-size: 1rem;
    color: var(--rep-text-light);
}

.repeat-v2-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    align-items: center;
}

.repeat-v2-action-whatsapp {
    background: #25d366;
    color: white;
}

.repeat-v2-left {
    display: grid;
    gap: 18px;
}

.repeat-v2-form-column {
    align-self: start;
}

.repeat-v2-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 600px) {
    .repeat-v2-row-2 {
        grid-template-columns: 1fr;
    }
}

.repeat-v2-action-btn {
    padding: 14px 26px;
    border-radius: 999px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.repeat-v2-action-primary {
    background: var(--rep-blue);
    color: white;
}

.repeat-v2-action-secondary {
    background: rgba(255, 255, 255, 0.8);
    color: var(--rep-blue);
    border: 1px solid rgba(39, 87, 151, 0.22);
}

.repeat-v2-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(10, 20, 18, 0.12);
}

/* Form Styles */
.repeat-v2-form-section {
    background: white;
    padding: 40px;
    border-radius: 40px;
    border: 1px solid var(--rep-border);
    box-shadow: var(--rep-shadow);
}

.repeat-v2-form-section h2 {
    font-family: 'Fraunces', serif;
    font-size: 2.2rem;
    color: var(--rep-blue);
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

.repeat-v2-form-section .form-intro {
    text-align: center;
    color: var(--rep-text-light);
    margin-bottom: 40px;
}

.repeat-v2-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

@media (max-width: 600px) {
    .repeat-v2-form-section {
        padding: 30px 20px;
    }
}

@media (max-width: 960px) {
    .repeat-v2-hero-grid {
        grid-template-columns: 1fr;
    }

    .repeat-v2-hero-copy {
        text-align: center;
    }

    .repeat-v2-hero-lede {
        margin-left: auto;
        margin-right: auto;
    }

    .repeat-v2-hero-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .repeat-v2-whatsapp-card {
        text-align: center;
        align-items: center;
    }

    .repeat-v2-two-col {
        grid-template-columns: 1fr;
    }
}

.rep-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rep-field-full {
    grid-column: 1 / -1;
}

.rep-field label {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--rep-blue);
}

.rep-field input,
.rep-field select,
.rep-field textarea {
    padding: 14px 18px;
    border-radius: 14px;
    border: 1px solid rgba(39, 87, 151, 0.15);
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.rep-field select {
    width: auto
}

.rep-field textarea {
    min-height: 100px;
}

.rep-field input:focus {
    border-color: var(--rep-blue);
    outline: none;
}

.rep-btn {
    background: var(--rep-blue);
    color: white;
    padding: 18px 40px;
    border-radius: 999px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    transition: transform 0.3s ease;
}

.rep-btn:hover {
    transform: translateY(-3px);
}

/* Pricing Grid */
.repeat-v2-pricing-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.repeat-v2-pricing-head {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(39, 87, 151, 0.12);
    border-radius: 40px;
    padding: 32px;
    box-shadow: var(--rep-shadow);
    display: grid;
    gap: 10px;
    text-align: left;
}

.repeat-v2-pricing-head h2 {
    margin: 0;
    font-family: 'Fraunces', serif;
    font-size: clamp(2rem, 3.2vw, 2.6rem);
    color: var(--rep-blue);
}

.repeat-v2-pricing-head p {
    margin: 0;
    color: var(--rep-text-light);
    max-width: 72ch;
}

.repeat-v2-inline-link {
    display: inline-flex;
    width: fit-content;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(39, 87, 151, 0.20);
    background: rgba(85, 135, 200, 0.08);
    color: var(--rep-blue);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.76rem;
}

.price-title-group {
    text-align: center;
    margin-bottom: 20px;
}

.price-title-group h3 {
    font-family: 'Fraunces', serif;
    font-size: 2rem;
    color: var(--rep-blue);
}

.price-title-group .price-tag {
    display: inline-block;
    background: var(--rep-blue-light);
    color: var(--rep-blue);
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-top: 10px;
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}

@media (max-width: 768px) {
    .price-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .price-grid {
        grid-template-columns: 1fr;
    }
}

.price-card {
    background: white;
    padding: 30px 20px;
    border-radius: 24px;
    border: 1px solid var(--rep-border);
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.price-card:hover {
    border-color: var(--rep-blue);
    transform: translateY(-5px);
    box-shadow: var(--rep-shadow);
}

.price-card .dose {
    display: block;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.price-card .cost {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--rep-blue);
}
