.dvp-visa-page,
.dvp-visa-page * {
    box-sizing: border-box;
}

.dvp-single-wrap {
    width: min(100% - 24px, 1150px);
    margin: 0 auto;
    padding: 18px 0 28px;
}

.dvp-visa-page {
    width: 100%;
    color: #07152c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.55;
}

.dvp-visa-page p {
    margin: 0 0 14px;
}

.dvp-visa-page p:last-child {
    margin-bottom: 0;
}

.dvp-hero {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.dvp-code-box {
    display: grid;
    place-items: center;
    width: 120px;
    min-width: 120px;
    height: 80px;
    border: 1px solid #c9ccd1;
    border-radius: 4px;
    background: #e9e9eb;
    color: #07152c;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
}

.dvp-hero-copy h1 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 4px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.dvp-flag {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 1;
}

.dvp-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 5px;
    color: #7d8795;
    font-size: 11px;
}

.dvp-meta span {
    color: #6c7480;
    font-size: 12px;
}

.dvp-badge {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 3px 12px;
    border-radius: 999px;
    background: #d7ebff;
    color: #0062b8;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.dvp-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid #c7ced8;
}

.dvp-tab-button {
    appearance: none;
    width: 100%;
    min-height: 36px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    color: #06162d;
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    line-height: 1;
    text-align: center;
}

.dvp-tab-button:hover,
.dvp-tab-button:focus {
    background: #f5f9ff;
    color: #006bdf;
    outline: none;
}

.dvp-tab-button.is-active {
    border-bottom-color: #006bdf;
    color: #006bdf;
    font-weight: 600;
}

.dvp-tab-panel {
    padding-top: 18px;
}

.dvp-tab-panel h2 {
    margin: 0 0 12px;
    color: #111;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}

.dvp-tab-panel h3 {
    margin: 0 0 10px;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.dvp-rich-text {
    color: #06162d;
}

.dvp-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.dvp-info-card {
    min-height: 132px;
    padding: 14px 12px;
    border: 1px solid #cddced;
    border-radius: 4px;
    background: #e8f3ff;
}

.dvp-info-card h3 {
    margin: 0 0 6px;
    color: #006bdf;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.dvp-info-card div {
    color: #24354e;
    text-align: justify;
}

.dvp-price-box {
    margin-top: 32px;
    padding: 18px 16px;
    border: 1px solid #cddced;
    border-radius: 6px;
    background: #fff;
}

.dvp-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    color: #07152c;
    font-size: 13px;
}

.dvp-price-row span {
    color: #006bdf;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.dvp-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 28px;
    border-radius: 999px;
    background: linear-gradient(180deg, #0d78e6 0%, #39c7e3 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.dvp-cta:hover,
.dvp-cta:focus {
    color: #fff;
    filter: brightness(0.97);
    outline: none;
}

.dvp-requirement-list {
    margin: 0 0 28px 16px;
    padding: 0;
}

.dvp-requirement-list li {
    margin: 0 0 10px;
    padding-left: 2px;
}

.dvp-funds {
    margin-top: 28px;
    padding-top: 16px;
    border-top: 1px solid #d5dce6;
}

.dvp-funds-controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #d5dce6;
}

.dvp-stepper-field {
    display: grid;
    gap: 4px;
    color: #8090a4;
    font-size: 10px;
}

.dvp-stepper {
    display: grid;
    grid-template-columns: 24px 1fr 24px;
    height: 24px;
    border: 1px solid #c9d1dc;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
}

.dvp-stepper button {
    appearance: none;
    display: grid;
    place-items: center;
    width: 100%;
    border: 0;
    background: #f1f3f6;
    color: #006bdf;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.dvp-stepper input {
    width: 100%;
    min-width: 0;
    border: 0;
    border-left: 1px solid #e0e5ec;
    border-right: 1px solid #e0e5ec;
    color: #07152c;
    font: inherit;
    font-size: 11px;
    text-align: center;
    -moz-appearance: textfield;
}

.dvp-stepper input::-webkit-outer-spin-button,
.dvp-stepper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.dvp-funds-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
    padding: 12px 14px;
    background: #ccefe3;
    color: #087a5a;
    font-size: 11px;
}

.dvp-funds-result strong {
    color: #006b53;
    white-space: nowrap;
}

.dvp-document-stack {
    display: grid;
    gap: 14px;
}

.dvp-document-group-front h3 {
    margin: 0 0 6px;
    color: #111;
    font-size: 12px;
}

.dvp-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.dvp-document-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d6dce4;
    background: #fff;
    color: #07152c;
    font-size: 10px;
}

.dvp-document-table th,
.dvp-document-table td {
    padding: 8px 10px;
    border: 1px solid #d6dce4;
    vertical-align: top;
    text-align: left;
}

.dvp-document-table th {
    background: #f2f4f7;
    color: #06162d;
    font-weight: 700;
}

.dvp-document-table td:first-child {
    width: 30%;
    font-weight: 600;
}

.dvp-faq-list {
    display: grid;
    gap: 8px;
}

.dvp-faq-item {
    border: 1px solid #d5dce6;
    border-radius: 4px;
    background: #fff;
}

.dvp-faq-item summary {
    cursor: pointer;
    padding: 12px 14px;
    color: #07152c;
    font-weight: 700;
}

.dvp-faq-item > div {
    padding: 0 14px 14px;
}

.dvp-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    padding: 14px 20px;
    border-left: 4px solid #9da0a6;
    background: #d4d4d8;
    color: #06162d;
}

.dvp-notice span {
    display: grid;
    place-items: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
    border-radius: 4px;
    background: #bdc0c6;
    color: #07152c;
    font-weight: 700;
}

.dvp-admin-warning {
    padding: 12px 14px;
    border: 1px solid #dba617;
    background: #fff8e5;
    color: #493300;
}

.dvp-application,
.dvp-application * {
    box-sizing: border-box;
}

.dvp-application {
    color: #090f22;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.dvp-application h1 {
    margin: 0 0 24px;
    font-size: 30px;
    line-height: 1.2;
}

.dvp-booking-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    align-items: start;
    max-width: 900px;
    margin: 0 auto 28px;
}

.dvp-booking-step {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 8px;
    color: #1d2638;
    text-align: center;
}

.dvp-booking-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18px;
    left: calc(50% + 44px);
    width: calc(100% - 62px);
    height: 2px;
    background: #a9adb5;
}

.dvp-booking-step.is-active:not(:last-child)::after,
.dvp-booking-step.is-complete:not(:last-child)::after {
    background: #0d6ed6;
}

.dvp-booking-step span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #a7aab2;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.dvp-booking-step.is-active span,
.dvp-booking-step.is-complete span {
    background: #0d6ed6;
}

.dvp-booking-step strong {
    color: inherit;
    font-size: 14px;
    font-weight: 400;
}

.dvp-booking-step.is-active strong,
.dvp-booking-step.is-complete strong {
    color: #005fd1;
}

.dvp-booking-alert {
    margin: 0 0 18px;
    padding: 12px 14px;
    border: 1px solid #f3c05d;
    border-radius: 6px;
    background: #fff6df;
    color: #6b4900;
}

.dvp-booking-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 24px;
    align-items: start;
}

.dvp-booking-main h2,
.dvp-booking-summary h2 {
    margin: 0 0 16px;
    color: #090f22;
    font-size: 24px;
    line-height: 1.25;
}

.dvp-booking-main h3 {
    margin: 22px 0 12px;
    color: #090f22;
    font-size: 17px;
}

.dvp-booking-field {
    display: grid;
    gap: 8px;
    max-width: 100%;
}

.dvp-booking-field span {
    color: #22283a;
}

.dvp-booking-field b {
    color: #e23d3d;
}

.dvp-booking-field input,
.dvp-booking-field textarea {
    width: 100%;
    border: 1px solid #cfd5df;
    border-radius: 8px;
    background: #fff;
    color: #1c2436;
    font: inherit;
}

.dvp-booking-field input {
    max-width: 380px;
    min-height: 50px;
    padding: 0 14px;
}

.dvp-booking-field textarea {
    min-height: 90px;
    padding: 12px;
    resize: vertical;
}

.dvp-booking-field input:focus,
.dvp-booking-field textarea:focus {
    border-color: #0d6ed6;
    outline: none;
    box-shadow: 0 0 0 2px rgba(13, 110, 214, 0.12);
}

.dvp-booking-divider {
    margin: 16px 0;
    border-top: 1px solid #d9dde4;
}

.dvp-booking-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 46px;
}

.dvp-booking-stepper {
    display: grid;
    grid-template-columns: 32px 92px 32px;
    align-items: center;
    height: 46px;
    padding: 6px;
    border: 1px solid #cfd5df;
    border-radius: 6px;
    background: #fff;
}

.dvp-booking-stepper button {
    display: grid;
    place-items: center;
    height: 24px;
    border: 0;
    border-radius: 5px;
    background: #d0d2d7;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.dvp-booking-stepper button:last-child {
    background: #0d6ed6;
}

.dvp-booking-stepper input {
    width: 100%;
    border: 0;
    background: transparent;
    color: #000;
    font: inherit;
    text-align: center;
}

.dvp-booking-summary {
    position: sticky;
    top: 24px;
    padding: 26px 24px;
    border: 1px solid #cfd5df;
    border-radius: 18px;
    background: #fff;
}

.dvp-booking-price-line,
.dvp-booking-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.dvp-booking-price-line {
    margin-bottom: 18px;
    font-size: 14px;
}

.dvp-booking-summary-divider {
    margin: 0 0 18px;
    border-top: 1px solid #aeb3bb;
}

.dvp-booking-total {
    margin-bottom: 26px;
    font-size: 18px;
}

.dvp-booking-total span {
    color: #006bdf;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
}

.dvp-booking-primary,
.dvp-booking-secondary,
.dvp-applicant-edit,
.dvp-applicant-addon,
.dvp-add-applicant {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    text-decoration: none;
}

.dvp-booking-primary {
    width: 100%;
    border: 0;
    background: linear-gradient(180deg, #0d78e6 0%, #64c9e8 100%);
    color: #fff;
}

.dvp-booking-primary:disabled {
    background: #d0d1d5;
    color: #fff;
    cursor: not-allowed;
}

.dvp-booking-secondary {
    width: 100%;
    margin-top: 12px;
    border: 1px solid #cfd5df;
    background: #fff;
    color: #090f22;
}

.dvp-applicant-list {
    display: grid;
    gap: 14px;
    margin: 24px 0 16px;
}

.dvp-applicant-card {
    padding: 22px 20px;
    border: 1px solid #cfd5df;
    border-radius: 18px;
    background: #fff;
}

.dvp-applicant-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.dvp-applicant-status {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 12px;
    border-radius: 999px;
    background: #d0d1d5;
    color: #111827;
    font-size: 12px;
}

.dvp-applicant-status::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 6px;
    border-radius: 999px;
    background: #555b66;
}

.dvp-applicant-status.is-complete {
    background: #d8f4e9;
    color: #087a5a;
}

.dvp-applicant-status.is-complete::before {
    background: #087a5a;
}

.dvp-applicant-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dvp-applicant-edit {
    border: 0;
    background: #0d6ed6;
    color: #fff;
    padding: 0 18px;
}

.dvp-applicant-addon,
.dvp-add-applicant {
    border: 1px solid #0d6ed6;
    background: #fff;
    color: #0d6ed6;
    padding: 0 18px;
}

.dvp-applicant-delete {
    border: 0;
    background: transparent;
    color: #c03b3b;
    cursor: pointer;
}

.dvp-addon-note {
    margin: 16px 0;
    padding: 16px 18px;
    border: 1px solid #82dfc6;
    border-radius: 8px;
    background: #dff8ef;
    color: #00745a;
    font-weight: 700;
}

.dvp-summary-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 40px 0 18px;
    font-size: 18px;
}

.dvp-summary-flag {
    font-size: 24px;
}

.dvp-summary-applicants {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #d9dde4;
}

.dvp-summary-person {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dvp-summary-person span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #d7ebff;
    color: #0d6ed6;
    font-weight: 700;
}

.dvp-terms {
    display: grid;
    gap: 14px;
    margin: 0 0 14px;
}

.dvp-terms label,
.dvp-checkline {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #111827;
    font-size: 13px;
}

.dvp-refund-note {
    padding: 14px;
    border: 1px solid #93c5fd;
    border-radius: 6px;
    background: #e9f3ff;
    color: #0755a2;
    font-size: 12px;
}

.dvp-applicant-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(17, 24, 39, 0.45);
}

.dvp-applicant-modal[hidden] {
    display: none;
}

.dvp-applicant-modal-card {
    width: min(100%, 450px);
    max-height: calc(100vh - 40px);
    overflow: auto;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.dvp-modal-head,
.dvp-modal-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
}

.dvp-modal-head {
    border-bottom: 1px solid #e4e7ec;
}

.dvp-modal-head h2 {
    margin: 0;
    font-size: 17px;
}

.dvp-modal-close {
    border: 0;
    background: transparent;
    color: #111827;
    cursor: pointer;
    font: inherit;
    font-size: 22px;
    line-height: 1;
}

.dvp-modal-body {
    display: grid;
    gap: 14px;
    padding: 16px;
}

.dvp-modal-body .dvp-booking-field input {
    max-width: none;
}

.dvp-modal-foot {
    justify-content: flex-end;
    padding-top: 0;
}

.dvp-modal-foot .dvp-booking-primary {
    width: auto;
    min-width: 92px;
    padding: 0 18px;
}

@media (max-width: 900px) {
    .dvp-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dvp-booking-layout {
        grid-template-columns: 1fr;
    }

    .dvp-booking-summary {
        position: static;
    }
}

@media (max-width: 640px) {
    .dvp-hero {
        align-items: flex-start;
    }

    .dvp-code-box {
        width: 72px;
        min-width: 72px;
        height: 62px;
        font-size: 16px;
    }

    .dvp-hero-copy h1 {
        align-items: flex-start;
        flex-wrap: wrap;
        font-size: 20px;
    }

    .dvp-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dvp-info-grid,
    .dvp-funds-controls {
        grid-template-columns: 1fr;
    }

    .dvp-price-row,
    .dvp-funds-result {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .dvp-application h1 {
        font-size: 24px;
    }

    .dvp-booking-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }

    .dvp-booking-step:not(:last-child)::after {
        display: none;
    }

    .dvp-booking-row,
    .dvp-applicant-card-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .dvp-booking-field input {
        max-width: none;
    }
}
