﻿
/* ── HERO — warm cream, light ──────────────────────────────── */
.notice-hero {
    background: #fffaf3;
    padding: 76px 0 68px;
    border-bottom: 1px solid #ede8df;
}

    .notice-hero h1 {
        font-size: clamp(1.9rem, 4vw, 2.7rem);
        font-weight: 800;
        color: var(--primary-blue);
        line-height: 1.15;
        margin-bottom: 18px;
    }

.notice-hero__sub {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.8;
    max-width: 540px;
    margin-bottom: 28px;
}

.notice-hero__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.notice-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 50px;
    padding: 7px 16px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--primary-blue);
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

    .notice-hero__pill i {
        color: var(--accent-gold);
        font-size: 0.75rem;
    }

/* Right column — fee card */
.notice-fee-card {
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 18px;
    padding: 36px 32px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.05);
}

.notice-fee-card__amount {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--primary-blue);
    line-height: 1;
    margin-bottom: 6px;
    display: block;
}

.notice-fee-card__label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #94a3b8;
    margin-bottom: 20px;
    display: block;
}

.notice-fee-card__divider {
    height: 1px;
    background: #f0f2f5;
    margin: 20px 0;
}

.notice-fee-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .notice-fee-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.88rem;
        color: #475569;
    }

        .notice-fee-list li i {
            color: #34d399;
            font-size: 0.78rem;
            flex-shrink: 0;
        }


/* ── WHY SEND — scenario grid ──────────────────────────────── */
.scenario-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid #e8edf2;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 32px;
}

.scenario-item {
    padding: 26px 24px;
    border-right: 1px solid #e8edf2;
    border-bottom: 1px solid #e8edf2;
    background: #fff;
}

    .scenario-item:nth-child(3),
    .scenario-item:nth-child(6) {
        border-right: none;
    }

    .scenario-item:nth-child(4),
    .scenario-item:nth-child(5),
    .scenario-item:nth-child(6) {
        border-bottom: none;
    }

.scenario-item__num {
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--accent-gold);
    margin-bottom: 10px;
    display: block;
}

.scenario-item__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 7px;
}

.scenario-item__body {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}


/* ── HOW IT WORKS — three step horizontal ──────────────────── */
.notice-steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: start;
    gap: 0;
    margin-top: 36px;
}

.notice-step {
    text-align: center;
    padding: 0 12px;
}

.notice-step__num {
    width: 48px;
    height: 48px;
    background: rgba(255,153,51,0.1);
    color: var(--accent-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 800;
    margin: 0 auto 16px;
    border: 1px solid rgba(255,153,51,0.2);
}

.notice-step__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 8px;
}

.notice-step__body {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.notice-step-arrow {
    font-size: 1.2rem;
    color: #cbd5e1;
    padding-top: 14px;
    align-self: start;
}


/* ── FORM SECTIONS ─────────────────────────────────────────── */
.notice-form-wrap {
    background: #fdfaf6;
    padding: 56px 0;
}

.notice-form-card {
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}

.notice-form-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 4px;
}

.notice-form-card__sub {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 22px;
}

.notice-form-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
    display: block;
}

.notice-form-control {
    width: 100%;
    font-size: 0.93rem;
    padding: 10px 14px;
    border: 1px solid #d1d9e6;
    border-radius: 8px;
    background: #fafbfd;
    color: var(--primary-blue);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 16px;
}

    .notice-form-control:hover {
        border-color: #a0b0c8;
    }

    .notice-form-control:focus {
        border-color: #34d399;
        box-shadow: 0 0 0 3px rgba(52,211,153,0.15);
        background: #fff;
        outline: none;
    }

select.notice-form-control {
    cursor: pointer;
}

textarea.notice-form-control {
    resize: vertical;
    min-height: 110px;
}

/* Fee disclosure inside form */
.notice-fee-disclosure {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 24px;
    font-size: 0.88rem;
    color: #14532d;
    line-height: 1.6;
}

    .notice-fee-disclosure i {
        color: #16a34a;
        flex-shrink: 0;
        margin-top: 2px;
    }

/* Submit button — green */
.btn-notice-submit {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #16a34a, #22c55e);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 14px 24px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 6px 18px rgba(34,197,94,0.28);
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
    letter-spacing: 0.01em;
}

    .btn-notice-submit:hover {
        background: linear-gradient(90deg, #15803d, #16a34a);
        box-shadow: 0 8px 22px rgba(34,197,94,0.36);
        transform: translateY(-1px);
        color: #fff;
    }

    .btn-notice-submit:disabled {
        opacity: 0.6;
        box-shadow: none;
        cursor: not-allowed;
    }

/* Validation errors */
.notice-error {
    font-size: 0.82rem;
    color: #dc2626;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}

.notice-msg-error {
    font-size: 0.9rem;
    color: #dc2626;
    display: block;
    text-align: center;
    margin-bottom: 12px;
}

/* Payment note below button */
.notice-payment-note {
    text-align: center;
    font-size: 0.78rem;
    color: #94a3b8;
    margin-top: 10px;
}


/* ── MOBILE ─────────────────────────────────────────────────── */
@media (max-width: 991px) {
    .notice-hero {
        padding: 55px 0 48px;
    }

    .notice-fee-card {
        margin-top: 8px;
    }

    .scenario-grid {
        grid-template-columns: 1fr 1fr;
    }

    .scenario-item:nth-child(3) {
        border-right: 1px solid #e8edf2;
    }

    .scenario-item:nth-child(2),
    .scenario-item:nth-child(4) {
        border-right: none;
    }

    .scenario-item:nth-child(3),
    .scenario-item:nth-child(4) {
        border-bottom: 1px solid #e8edf2;
    }

    .scenario-item:nth-child(5),
    .scenario-item:nth-child(6) {
        border-bottom: none;
    }

    .notice-steps {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .notice-step-arrow {
        display: none;
    }

    .notice-step {
        text-align: left;
        display: flex;
        gap: 16px;
        align-items: flex-start;
        padding: 0;
    }

    .notice-step__num {
        flex-shrink: 0;
        margin: 0;
    }
}

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

    .scenario-item {
        border-right: none;
        border-bottom: 1px solid #e8edf2;
    }

        .scenario-item:last-child {
            border-bottom: none;
        }

    .notice-form-card {
        padding: 22px 16px;
    }
}
