.coi-info-content,
.coi-page {
    width: 100%;
}
.coi-form-header,
.coi-info-header,
.coi-submit {
    text-align: center;
}
.coi-page {
    background: #f7f7f7;
    padding: 70px 20px 90px;
    box-sizing: border-box;
}
.coi-info-box,
.coi-info-card {
    background: #fff;
    border-radius: 10px;
}
.coi-info-container {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto 70px;
}
.coi-info-header {
    max-width: 800px;
    margin: 0 auto 45px;
}
.coi-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #732439;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.coi-info-header h1 {
    margin: 0 0 18px;
    color: #222;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}
.coi-info-header p {
    margin: 0;
    color: #666;
    font-size: 17px;
    line-height: 1.7;
}
.coi-info-card {
    padding: 30px 35px;
    margin-bottom: 25px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.coi-important,
.coi-info-box {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.coi-info-card h2 {
    margin: 0 0 12px;
    color: #333;
    font-size: 24px;
}
.coi-info-card p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}
.coi-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}
.coi-info-box {
    padding: 28px;
}
.coi-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 50%;
    background: #732439;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
.coi-info-box h3 {
    margin: 0 0 10px;
    color: #333;
    font-size: 18px;
}
.coi-info-box p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.65;
}
.coi-important {
    background: #fff;
    padding: 30px 35px;
    border-left: 4px solid #732439;
    border-radius: 6px;
}
.coi-important-title {
    margin-bottom: 14px;
    color: #333;
    font-size: 19px;
    font-weight: 700;
}
.coi-form-error ul,
.coi-important ul {
    margin: 0;
    padding-left: 20px;
}
.coi-important li {
    margin-bottom: 9px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}
.coi-form-grid .coi-field,
.coi-important li:last-child {
    margin-bottom: 0;
}
.coi-form-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.coi-form-header {
    margin-bottom: 30px;
}
.coi-form-header h2 {
    margin: 0 0 12px;
    color: #222;
    font-size: 32px;
    line-height: 1.25;
}
.coi-form-header p {
    margin: 0 auto;
    max-width: 700px;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}
.coi-form-card {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}
.coi-form-section {
    margin-bottom: 38px;
}
.coi-form-section:last-of-type {
    margin-bottom: 25px;
}
.coi-form-section-heading {
    margin-bottom: 22px;
    padding-bottom: 13px;
    border-bottom: 2px solid #eee;
}
.coi-form-section-heading h3 {
    margin: 0 0 6px;
    color: #333;
    font-size: 21px;
}
.coi-form-section-heading p {
    margin: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}
.coi-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
.coi-field {
    margin-bottom: 22px;
}
.coi-field label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.coi-field label span:not(.optional) {
    color: #d32f2f;
}
.coi-field label .optional {
    color: #888;
    font-size: 12px;
    font-weight: 400;
}
.coi-field input,
.coi-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    background: #fff;
    color: #333;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.4;
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
}
.coi-field input {
    height: 48px;
    padding: 12px 14px;
}
.coi-field textarea {
    min-height: 100px;
    padding: 12px 14px;
    resize: vertical;
}
.coi-field input:focus,
.coi-field textarea:focus {
    outline: 0;
    border-color: #732439;
    box-shadow: 0 0 0 3px rgba(115, 36, 57, 0.1);
}
.coi-field small {
    display: block;
    margin-top: 7px;
    color: #777;
    font-size: 12px;
    line-height: 1.5;
}
.coi-form-notice {
    padding: 18px 20px;
    margin-bottom: 25px;
    background: #f8f8f8;
    border-left: 4px solid #732439;
    border-radius: 5px;
}
.coi-form-notice strong {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
}
.coi-form-notice p {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}
.coi-submit button {
    min-width: 230px;
    padding: 15px 30px;
    border: 0;
    border-radius: 6px;
    background: #732439;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition:
        background 0.2s,
        transform 0.2s;
}
.coi-submit button:hover {
    background: #521a2b;
    transform: translateY(-1px);
}
.coi-submit button:active {
    transform: translateY(0);
}
.coi-form-error {
    margin: 0 0 25px;
    padding: 18px 20px;
    background: #fff3f3;
    border: 1px solid #e2a5a5;
    border-left: 4px solid #c62828;
    border-radius: 6px;
    color: #333;
}
.coi-form-error strong {
    display: block;
    margin-bottom: 8px;
    color: #a00000;
    font-size: 15px;
}
.coi-form-error li {
    margin-bottom: 4px;
    color: #555;
    font-size: 14px;
}
.coi-field-error {
    border-color: #c62828 !important;
    box-shadow: 0 0 0 2px rgba(198, 40, 40, 0.08) !important;
}
@media (max-width: 700px) {
    .coi-form-grid,
    .coi-info-grid {
        grid-template-columns: 1fr;
    }
    .coi-page {
        padding: 45px 15px 60px;
    }
    .coi-info-container {
        margin-bottom: 50px;
    }
    .coi-info-header h1 {
        font-size: 32px;
    }
    .coi-info-header p {
        font-size: 15px;
    }
    .coi-important,
    .coi-info-card {
        padding: 25px 22px;
    }
    .coi-info-box {
        padding: 24px;
    }
    .coi-form-header h2 {
        font-size: 27px;
    }
    .coi-form-card {
        padding: 25px 20px;
    }
    .coi-form-grid {
        gap: 0;
    }
    .coi-form-grid .coi-field {
        margin-bottom: 22px;
    }
    .coi-submit button {
        width: 100%;
    }
}
.coi-confirmation {
    width: 100%;
    min-height: 600px;
    padding: 70px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #f7f7f7;
}
.coi-confirmation-card {
    width: 100%;
    max-width: 720px;
    padding: 55px 45px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}
.coi-confirmation-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #732439;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}
.coi-confirmation-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #732439;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.coi-confirmation-card h1 {
    margin: 0 0 20px;
    color: #222;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}
.coi-confirmation-card p {
    max-width: 620px;
    margin: 0 auto 14px;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}
.coi-confirmation-card .coi-confirmation-lead {
    color: #444;
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 15px;
}
.coi-confirmation-notice {
    max-width: 600px;
    margin: 30px auto;
    padding: 20px 22px;
    text-align: left;
    background: #f8f8f8;
    border-left: 4px solid #732439;
    border-radius: 6px;
}
.coi-confirmation-notice strong {
    display: block;
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
}
.coi-confirmation-notice span {
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}
.coi-confirmation-button {
    display: inline-block;
    margin-top: 5px;
    padding: 14px 28px;
    border-radius: 6px;
    background: #732439;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition:
        background 0.2s,
        transform 0.2s;
}
.coi-confirmation-button:hover {
    background: #521a2b;
    color: #fff;
    transform: translateY(-1px);
}
@media (max-width: 700px) {
    .coi-confirmation {
        min-height: 500px;
        padding: 45px 15px;
    }
    .coi-confirmation-card {
        padding: 40px 25px;
    }
    .coi-confirmation-card h1 {
        font-size: 28px;
    }
    .coi-confirmation-card .coi-confirmation-lead {
        font-size: 16px;
    }
    .coi-confirmation-button {
        width: 100%;
        box-sizing: border-box;
    }
}

.coi-lookup-card {
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 14px;
            padding: 28px;
        }


        .coi-lookup-heading {
            margin-bottom: 24px;
        }


        .coi-lookup-heading h3 {
            margin: 0 0 8px;
            font-size: 21px;
            color: #222222;
        }


        .coi-lookup-heading p {
            margin: 0;
            color: #667085;
            line-height: 1.6;
        }


        .coi-lookup-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 18px;
        }


        .coi-lookup-actions {
            margin-top: 22px;
        }


        .coi-lookup-button {
            width: 100%;
            border: 0;
            border-radius: 8px;
            padding: 15px 22px;
            background: #732439;
            color: #ffffff;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition:
                opacity .2s ease,
                transform .2s ease;
        }


        .coi-lookup-button:hover {
            opacity: .94;
        }


        .coi-lookup-button:active {
            transform: translateY(1px);
        }


        .coi-lookup-button:disabled {
            cursor: not-allowed;
            opacity: .65;
        }


        .coi-lookup-error {
            display: none;
            margin-top: 20px;
            padding: 15px 18px;
            border-radius: 7px;
            background: #fff2f2;
            border: 1px solid #efcaca;
            color: #8b1e1e;
            line-height: 1.5;
        }


        .coi-reservation-found {
            display: none;
            margin-top: 24px;
            padding: 24px;
            border: 1px solid #cfe8d7;
            background: #f4fbf6;
            border-radius: 10px;
        }


        .coi-reservation-status {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
            color: #176b38;
            font-weight: 700;
            font-size: 17px;
        }


        .coi-reservation-check {
            width: 28px;
            height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #1d8f4e;
            color: #ffffff;
            font-size: 16px;
            flex-shrink: 0;
        }


        .coi-reservation-details {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 14px 22px;
        }


        .coi-reservation-item {
            min-width: 0;
        }


        .coi-reservation-item--full {
            grid-column: 1 / -1;
        }


        .coi-reservation-label {
            display: block;
            margin-bottom: 4px;
            color: #667085;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .04em;
        }


        .coi-reservation-value {
            display: block;
            color: #222222;
            font-size: 15px;
            line-height: 1.45;
            word-break: break-word;
        }


        .coi-change-reservation {
            margin-top: 20px;
            padding: 0;
            border: 0;
            background: transparent;
            color: #732439;
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            text-decoration: underline;
        }


        .coi-verified-note {
            margin-bottom: 24px;
            padding: 16px 18px;
            background: #f4fbf6;
            border-left: 4px solid #1d8f4e;
            border-radius: 5px;
            color: #315b40;
            font-size: 14px;
            line-height: 1.55;
        }


        .coi-field input[readonly],
        .coi-field textarea[readonly] {
            background: #f5f6f7;
            color: #555555;
            cursor: default;
        }


        #coi-form-container {
            display: none;
        }


        @media (max-width: 700px) {

            .coi-lookup-grid,
            .coi-reservation-details {
                grid-template-columns: 1fr;
            }


            .coi-reservation-item--full {
                grid-column: auto;
            }

        }
        /* ======================================================
   TWO-STEP COI FLOW
====================================================== */

.coi-request-steps {
    max-width: 620px;
    margin: 0 auto 32px;
    display: flex;
    align-items: center;
}

.coi-request-step {
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: .45;
    transition: opacity .2s ease;
}

.coi-request-step--active,
.coi-request-step--complete {
    opacity: 1;
}

.coi-request-step-number {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    color: #667085;
    font-size: 15px;
    font-weight: 800;
}

.coi-request-step--active
.coi-request-step-number {
    background: #732439;
    color: #ffffff;
}

.coi-request-step--complete
.coi-request-step-number {
    background: #1d8f4e;
    color: #ffffff;
}

.coi-request-step-text {
    display: flex;
    flex-direction: column;
}

.coi-request-step-text span {
    margin-bottom: 2px;
    color: #98a2b3;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.coi-request-step-text strong {
    color: #222222;
    font-size: 15px;
}

.coi-request-step-line {
    height: 2px;
    flex: 1;
    margin: 0 22px;
    background: #d9dde3;
}

.step-check {
    display: none;
}

.coi-request-step--complete
.step-number-text {
    display: none;
}

.coi-request-step--complete
.step-check {
    display: inline;
}

.coi-step-heading {
    margin-bottom: 28px;
}

.coi-step-label {
    display: block;
    margin-bottom: 6px;
    color: #732439;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.coi-step-heading h3 {
    margin: 0 0 8px;
    color: #222222;
    font-size: 24px;
}

.coi-step-heading p {
    margin: 0;
    color: #667085;
    line-height: 1.6;
}

#coi-step-2 .coi-reservation-found {
    margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 700px) {

    .coi-request-step-line {
        margin: 0 10px;
    }

    .coi-request-step-text strong {
        font-size: 13px;
    }

}