.sms-opt-in-page {
    color: var(--spa-black, #000);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.sms-opt-in-hero {
    padding: 80px 0 48px;
    text-align: center;
    background: var(--spa-beige, #f8f5f2);
}

.sms-opt-in-hero .badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.06);
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sms-opt-in-hero h1 {
    margin: 0 0 16px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 700;
}

.sms-opt-in-intro {
    max-width: 720px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    color: var(--spa-text-grey, #666);
}

.sms-opt-in-body {
    padding: 48px 0 96px;
}

.sms-opt-in-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 48px;
    align-items: start;
}

.sms-program-details h2,
.sms-opt-in-form-wrap h2 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.sms-program-details > p,
.sms-form-note,
.sms-confirmation-note {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.sms-details-list {
    margin: 0 0 32px;
}

.sms-details-list > div {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.sms-details-list > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.sms-details-list dt {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #666;
}

.sms-details-list dd {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: #333;
}

.sms-details-list a,
.sms-consent-label a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sms-keyword-opt-in {
    padding: 20px;
    border-radius: 16px;
    background: #f4f4f4;
}

.sms-keyword-opt-in h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
}

.sms-keyword-opt-in p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #333;
}

.sms-opt-in-form-wrap {
    position: sticky;
    top: 28px;
    padding: 28px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.sms-opt-in-form .form-row {
    margin-bottom: 18px;
}

.sms-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.sms-opt-in-form input[type="text"],
.sms-opt-in-form input[type="tel"] {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.4;
    background: #fff;
}

.sms-consent-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 24px 0;
}

.sms-consent-row input[type="checkbox"] {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

.sms-consent-label {
    font-size: 14px;
    line-height: 1.65;
    color: #333;
}

.btn-sms-submit {
    width: 100%;
    padding: 14px 18px;
    border: 0;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.btn-sms-submit:hover {
    opacity: 0.88;
}

.sms-confirmation-note {
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
}

@media (max-width: 991px) {
    .sms-opt-in-layout {
        grid-template-columns: 1fr;
    }

    .sms-opt-in-form-wrap {
        position: static;
    }
}

@media (max-width: 767px) {
    .sms-opt-in-hero {
        padding: 56px 0 32px;
    }

    .sms-opt-in-body {
        padding: 32px 0 64px;
    }

    .sms-opt-in-form-wrap {
        padding: 22px;
    }
}
