/* ── CHECKOUT: COVER ────────────────────────────── */
.cover-checkout {
    min-height: 28vh;
    justify-content: flex-end;
    padding-bottom: 52px;
    text-align: center;
}

.cover-checkout .section-label {
    color: #fff;
    margin-bottom: 18px;
}

.cover-checkout h1 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
}

/* ── CHECKOUT WRAP ──────────────────────────────── */
.checkout-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 72px 40px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ── POLICY CARD ────────────────────────────────── */
.checkout-card {
    border-bottom: 1px solid #e2d9cc;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.checkout-card-header {
    margin-bottom: 28px;
}

.checkout-card-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #274a91;
    margin: 0;
}

.policy-box {
    background: #f0ebe2;
    border: 1px solid #d4c8b8;
    border-top: 3px solid #b4823c;
    padding: 32px 36px;
    margin-top: 32px;
    border-radius: 0 0 2px 2px;
}

.policy-box h3 {
    font-family: 'Anton', 'Arial Narrow', Impact, sans-serif;
    font-size: 0.72rem;
    letter-spacing: 2px;
    color: #7a5c30;
    text-transform: uppercase;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d4c8b8;
}

.policy-box h3:not(:first-child) {
    margin-top: 28px;
}

.policy-box p {
    font-family: 'Source Serif 4', serif;
    font-size: 1.4rem;
    color: #2a1f14;
    line-height: 1.8;
    margin-bottom: 14px;
}

.policy-box p:last-child {
    margin-bottom: 0;
}

.policy-box strong {
    font-weight: 700;
}

.checkout-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkout-list li {
    font-family: 'Source Serif 4', serif;
    font-size: 1.4rem;
    color: #2a1f14;
    line-height: 1.7;
    padding-left: 22px;
    position: relative;
}

.checkout-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #b4823c;
    font-size: 1rem;
    top: 4px;
}

/* ── SECURITY CARD ──────────────────────────────── */
.security-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #faf7f2;
    border: 1px solid #d4c8b8;
    border-left: 3px solid #8a6028;
    padding: 24px 28px;
    border-radius: 0 2px 2px 0;
    margin-bottom: 40px;
}

.security-icon {
    color: #8a6028;
    flex-shrink: 0;
    margin-top: 2px;
}

.security-note h4 {
    font-family: 'Anton', 'Arial Narrow', Impact, sans-serif;
    font-size: 0.72rem;
    letter-spacing: 2px;
    color: #6e4a1a;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.security-note p {
    font-family: 'Source Serif 4', serif;
    font-size: 1.35rem;
    color: #2a1f14;
    line-height: 1.7;
    margin: 0;
}

/* ── ORDER SUMMARY ──────────────────────────────── */
.checkout-summary {
    background: #274a91;
    padding: 36px 32px;
    border-radius: 2px;
    margin-bottom: 40px;
}

.checkout-summary .section-label {
    color: #fff;
    margin-bottom: 16px;
}

.checkout-summary h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #f5ead8;
    margin: 0 0 28px;
    line-height: 1.4;
}

.summary-list {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid rgba(212,168,90,0.25);
    padding-bottom: 28px;
}

.summary-list li {
    font-family: 'Source Serif 4', serif;
    font-size: 1.35rem;
    color: #c8b49a;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
}

.summary-list li::before {
    content: '◆';
    position: absolute;
    left: 0;
    color: #b4823c;
    font-size: 0.5rem;
    top: 8px;
}

.summary-price-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.summary-duration {
    font-family: 'Playfair Display', serif; 
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: capitalize;
}

.summary-amount {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #fff;
    letter-spacing: 1px;
}

/* ── FORM PANEL ─────────────────────────────────── */
.checkout-form-panel {
    background: #f0ebe2;
    border: 1px solid #d4c8b8;
    border-top: 3px solid #b4823c;
    padding: 40px 40px 10px;
    margin-bottom: 40px;
    border-radius: 0 0 2px 2px;
}

/* ── BACK LINK ──────────────────────────────────── */
.checkout-back {
    padding: 0 0 72px;
}

.checkout-back a {
    font-family: 'Anton', 'Arial Narrow', Impact, sans-serif;
    font-size: 0.72rem;
    letter-spacing: 1.5px;
    color: #6e4a1a;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #b4823c;
    padding-bottom: 2px;
    transition: color 0.25s, border-color 0.25s;
}

.checkout-back a:hover {
    color: #8a6028;
    border-color: #8a6028;
}

/* ── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 640px) {
    .checkout-wrap {
        padding: 48px 24px 0;
    }

    .policy-box {
        padding: 24px 22px;
    }

    .policy-box p,
    .checkout-list li,
    .security-note p {
        font-size: 1.25rem;
    }

    .checkout-form-panel {
        padding: 28px 20px 10px;
    }

    .cover-checkout {
        padding-bottom: 40px;
    }
}