/* ==========================================================
   W-9 PAGE
========================================================== */

.w9-page-intro,
.w9-request-section {
    width: 100%;
}

.w9-page-intro {
    padding: 70px 20px 45px;
    background: #ffffff;
}

.w9-request-section {
    padding: 45px 20px 80px;
    background: #f6f7f8;
}

.w9-page-inner,
.w9-request-container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}


/* ==========================================================
   INTRO HEADER
========================================================== */

.w9-page-eyebrow,
.w9-request-eyebrow {
    display: inline-block;
    margin-bottom: 8px;

    color: #732439;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.w9-page-intro h1 {
    margin: 0 0 16px;

    color: #222222;

    font-size: 40px;
    line-height: 1.15;
}

.w9-page-lead {
    max-width: 760px;
    margin: 0;

    color: #667085;

    font-size: 17px;
    line-height: 1.7;
}


/* ==========================================================
   INFORMATION GRID
========================================================== */

.w9-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;

    margin-top: 38px;
}

.w9-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    padding: 22px;

    background: #f8f9fa;

    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.w9-info-check {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #732439;
    color: #ffffff;

    font-size: 14px;
    font-weight: 800;
}

.w9-info-item h3 {
    margin: 0 0 7px;

    color: #222222;

    font-size: 17px;
    line-height: 1.3;
}

.w9-info-item p {
    margin: 0;

    color: #667085;

    font-size: 14px;
    line-height: 1.6;
}


/* ==========================================================
   IMPORTANT INFORMATION
========================================================== */

.w9-important {
    margin-top: 28px;
    padding: 22px 24px;

    background: #fff8e6;

    border-left: 4px solid #d9a441;
    border-radius: 8px;
}

.w9-important strong {
    display: block;
    margin-bottom: 10px;

    color: #222222;

    font-size: 15px;
}

.w9-important ul {
    margin: 0;
    padding-left: 20px;
}

.w9-important li {
    margin-bottom: 7px;

    color: #667085;

    font-size: 14px;
    line-height: 1.55;
}

.w9-important li:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   REQUEST HEADER
========================================================== */

.w9-request-header {
    text-align: center;
    margin-bottom: 36px;
}

.w9-request-header h2 {
    margin: 0 0 10px;

    color: #222222;

    font-size: 32px;
    line-height: 1.2;
}

.w9-request-header p {
    max-width: 620px;
    margin: 0 auto;

    color: #667085;

    font-size: 15px;
    line-height: 1.65;
}


/* ==========================================================
   STEP INDICATOR
========================================================== */

.w9-steps {
    display: flex;
    align-items: center;

    width: 100%;
    max-width: 640px;

    margin: 0 auto 32px;
}

.w9-step {
    display: flex;
    align-items: center;
    gap: 11px;

    opacity: .42;

    transition: opacity .2s ease;
}

.w9-step--active,
.w9-step--complete {
    opacity: 1;
}

.w9-step-number {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e5e7eb;
    color: #667085;

    font-size: 15px;
    font-weight: 800;
}

.w9-step--active .w9-step-number {
    background: #732439;
    color: #ffffff;
}

.w9-step--complete .w9-step-number {
    background: #25824a;
    color: #ffffff;
}

.w9-step-number-text {
    display: inline;
}

.w9-step-check {
    display: none;
}

.w9-step--complete .w9-step-number-text {
    display: none;
}

.w9-step--complete .w9-step-check {
    display: inline;
}

.w9-step-text {
    display: flex;
    flex-direction: column;

    white-space: nowrap;
}

.w9-step-text span {
    margin-bottom: 2px;

    color: #98a2b3;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.w9-step-text strong {
    color: #222222;

    font-size: 14px;
    font-weight: 700;
}

.w9-step-line {
    height: 2px;
    flex: 1;

    margin: 0 22px;

    background: #d9dde3;
}


/* ==========================================================
   FORM CARD
========================================================== */

.w9-card {
    padding: 34px;

    background: #ffffff;

    border: 1px solid #e4e7ec;
    border-radius: 14px;

    box-shadow:
        0 8px 28px rgba(0, 0, 0, .06);
}

.w9-card-header {
    margin-bottom: 28px;
}

.w9-card-step {
    display: block;
    margin-bottom: 6px;

    color: #732439;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.w9-card-header h3 {
    margin: 0 0 8px;

    color: #222222;

    font-size: 24px;
    line-height: 1.25;
}

.w9-card-header p {
    margin: 0;

    color: #667085;

    font-size: 15px;
    line-height: 1.6;
}


/* ==========================================================
   FIELDS
========================================================== */

.w9-field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.w9-field {
    display: flex;
    flex-direction: column;
}

.w9-field label {
    margin-bottom: 7px;

    color: #344054;

    font-size: 14px;
    font-weight: 700;
}

.w9-field label span {
    color: #b42318;
}

.w9-field input {
    width: 100%;
    height: 50px;

    padding: 0 14px;

    box-sizing: border-box;

    border: 1px solid #d0d5dd;
    border-radius: 8px;

    background: #ffffff;
    color: #222222;

    font: inherit;
    font-size: 15px;

    outline: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.w9-field input::placeholder {
    color: #98a2b3;
}

.w9-field input:focus {
    border-color: #732439;

    box-shadow:
        0 0 0 3px rgba(115, 36, 57, .10);
}


/* ==========================================================
   VERIFIED RESERVATION
========================================================== */

.w9-verified {
    margin-bottom: 28px;
    padding: 22px;

    background: #f2faf5;

    border: 1px solid #cfe6d6;
    border-radius: 10px;
}

.w9-verified-heading {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 18px;

    color: #236b3d;
}

.w9-verified-heading strong {
    font-size: 15px;
}

.w9-verified-check {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #25824a;
    color: #ffffff;

    font-size: 13px;
    font-weight: 800;
}

.w9-reservation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
}

.w9-reservation-item--full {
    grid-column: 1 / -1;
}

.w9-reservation-label {
    display: block;
    margin-bottom: 4px;

    color: #667085;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.w9-reservation-value {
    display: block;

    color: #222222;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.w9-change-reservation {
    margin-top: 19px;
    padding: 0;

    border: 0;
    background: transparent;

    color: #732439;

    font: inherit;
    font-size: 14px;
    font-weight: 700;

    cursor: pointer;
}

.w9-change-reservation:hover {
    text-decoration: underline;
}


/* ==========================================================
   DELIVERY NOTICE
========================================================== */

.w9-delivery-notice {
    padding: 18px 20px;

    background: #f7f7f8;

    border: 1px solid #e4e7ec;
    border-radius: 9px;
}

.w9-delivery-notice strong {
    display: block;
    margin-bottom: 5px;

    color: #222222;

    font-size: 14px;
}

.w9-delivery-notice p {
    margin: 0;

    color: #667085;

    font-size: 14px;
    line-height: 1.6;
}


/* ==========================================================
   ACTIONS / BUTTON
========================================================== */

.w9-actions {
    margin-top: 25px;
}

.w9-button {
    min-height: 50px;

    padding: 13px 24px;

    border: 0;
    border-radius: 8px;

    background: #732439;
    color: #ffffff;

    font: inherit;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        background .15s ease,
        opacity .15s ease,
        transform .15s ease;
}

.w9-button:hover {
    background: #612033;
    transform: translateY(-1px);
}

.w9-button:active {
    transform: translateY(0);
}

.w9-button:disabled {
    opacity: .65;
    cursor: not-allowed;
    transform: none;
}


/* ==========================================================
   ERRORS
========================================================== */

.w9-error {
    margin-top: 20px;
    padding: 13px 15px;

    background: #fef3f2;
    color: #b42318;

    border: 1px solid #fecdca;
    border-radius: 8px;

    font-size: 14px;
    line-height: 1.5;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 760px) {

    .w9-page-intro {
        padding:
            50px 18px
            35px;
    }

    .w9-request-section {
        padding:
            35px 18px
            60px;
    }

    .w9-page-intro h1 {
        font-size: 32px;
    }

    .w9-page-lead {
        font-size: 16px;
    }

    .w9-info-grid {
        grid-template-columns: 1fr;
    }

    .w9-request-header h2 {
        font-size: 28px;
    }

    .w9-step-line {
        margin: 0 9px;
    }

    .w9-step {
        gap: 8px;
    }

    .w9-step-number {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .w9-step-text span {
        font-size: 9px;
    }

    .w9-step-text strong {
        font-size: 12px;
    }

    .w9-card {
        padding: 24px 20px;
    }

    .w9-card-header h3 {
        font-size: 21px;
    }

    .w9-field-grid {
        grid-template-columns: 1fr;
    }

    .w9-reservation-grid {
        grid-template-columns: 1fr;
    }

    .w9-reservation-item--full {
        grid-column: auto;
    }

    .w9-button {
        width: 100%;
    }

}