.nvl-content-page-body {
    background: #f6f3ec;
    color: #17253a;
}

.nvl-content-page-body main.container {
    padding-top: 34px;
    padding-bottom: 56px;
}

.nvl-content-page-body .nvl-frontcms-page {
    padding: 0;
}

.nvl-page-v2 {
    --nvl-navy: #06253e;
    --nvl-blue: #243c91;
    --nvl-indigo: #4b429a;
    --nvl-gold: #f2b70a;
    --nvl-cream: #f6f3ec;
    --nvl-ink: #17253a;
    --nvl-muted: #5d6876;
    --nvl-line: #dfe4ea;
    --nvl-white: #ffffff;
    color: var(--nvl-ink);
    font-family: Inter, Pyidaungsu, "Segoe UI", Tahoma, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.nvl-page-v2 *,
.nvl-page-v2 *::before,
.nvl-page-v2 *::after {
    box-sizing: border-box;
}

.nvl-page-v2 a {
    color: var(--nvl-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.nvl-page-v2 a:focus-visible,
.nvl-page-v2 button:focus-visible {
    outline: 3px solid rgba(242, 183, 10, .85);
    outline-offset: 3px;
}

.nvl-page-v2__hero {
    align-items: center;
    background:
        radial-gradient(circle at 85% 15%, rgba(242, 183, 10, .23), transparent 28%),
        linear-gradient(135deg, var(--nvl-navy), var(--nvl-blue) 62%, var(--nvl-indigo));
    border-radius: 26px;
    color: var(--nvl-white);
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
    margin: 0 0 38px;
    min-height: 430px;
    overflow: hidden;
    padding: clamp(34px, 6vw, 74px);
    position: relative;
}

.nvl-page-v2__hero--compact {
    grid-template-columns: 1fr;
    min-height: 300px;
}

.nvl-page-v2__hero-copy {
    max-width: 740px;
    position: relative;
    z-index: 2;
}

.nvl-page-v2__eyebrow {
    color: var(--nvl-gold);
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.nvl-page-v2 h1,
.nvl-page-v2 h2,
.nvl-page-v2 h3 {
    color: inherit;
    font-family: Georgia, "Times New Roman", Pyidaungsu, serif;
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.08;
    margin-top: 0;
}

.nvl-page-v2 h1 {
    font-size: clamp(40px, 4.8vw, 64px);
    margin-bottom: 20px;
    text-wrap: balance;
}

.nvl-page-v2 h2 {
    color: var(--nvl-navy);
    font-size: clamp(32px, 3.4vw, 48px);
    margin-bottom: 16px;
}

.nvl-page-v2 h3 {
    color: var(--nvl-navy);
    font-size: 24px;
    margin-bottom: 10px;
}

.nvl-page-v2__lead {
    color: rgba(255, 255, 255, .9);
    font-size: clamp(17px, 1.6vw, 20px);
    margin: 0;
    max-width: 680px;
}

.nvl-page-v2__hero-media {
    align-self: stretch;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 22px;
    min-height: 280px;
    overflow: hidden;
    position: relative;
}

.nvl-page-v2__hero-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.nvl-page-v2__hero-mark {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 22px;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 280px;
    overflow: hidden;
    padding: 36px;
}

.nvl-page-v2__hero-mark img {
    height: auto;
    max-height: 230px;
    max-width: 230px;
    object-fit: contain;
    width: 72%;
}

.nvl-page-v2__hero-mark--bare {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    padding: 20px;
}

.nvl-page-v2__hero-mark--bare img {
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .22));
    max-height: 320px;
    max-width: 320px;
    width: 82%;
}

.nvl-page-v2__section {
    padding: 34px 0;
}

.nvl-page-v2__section--soft {
    background: #fff;
    border: 1px solid var(--nvl-line);
    border-radius: 24px;
    margin: 18px 0;
    padding: clamp(28px, 5vw, 54px);
}

.nvl-page-v2__section-heading {
    max-width: 780px;
    margin-bottom: 26px;
}

.nvl-page-v2__section-heading p,
.nvl-page-v2__muted {
    color: var(--nvl-muted);
}

.nvl-page-v2__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nvl-page-v2__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nvl-page-v2__card {
    background: var(--nvl-white);
    border: 1px solid var(--nvl-line);
    border-radius: 20px;
    min-height: 100%;
    padding: 26px;
}

.nvl-page-v2__card--accent {
    border-top: 5px solid var(--nvl-gold);
}

.nvl-page-v2__number {
    align-items: center;
    background: var(--nvl-navy);
    border-radius: 50%;
    color: var(--nvl-white);
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    margin-bottom: 16px;
    width: 38px;
}

.nvl-page-v2__image-split {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
}

.nvl-page-v2__image {
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(6, 37, 62, .15);
    display: block;
    height: auto;
    width: 100%;
}

.nvl-page-v2__list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.nvl-page-v2__list li {
    border-bottom: 1px solid var(--nvl-line);
    padding: 11px 0 11px 28px;
    position: relative;
}

.nvl-page-v2__list li::before {
    color: var(--nvl-gold);
    content: "✓";
    font-weight: 900;
    left: 2px;
    position: absolute;
}

.nvl-page-v2__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.nvl-page-v2__button {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    padding: 11px 24px;
    text-decoration: none !important;
}

.nvl-page-v2__button--gold {
    background: var(--nvl-gold);
    color: var(--nvl-navy) !important;
}

.nvl-page-v2__button--light {
    background: var(--nvl-white);
    border-color: var(--nvl-line);
    color: var(--nvl-navy) !important;
}

.nvl-page-v2__hero .nvl-page-v2__button--light {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .55);
    color: var(--nvl-white) !important;
}

.nvl-page-v2__callout {
    align-items: center;
    background: linear-gradient(135deg, var(--nvl-navy), #123f63);
    border-radius: 24px;
    color: var(--nvl-white);
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin-top: 28px;
    padding: clamp(28px, 5vw, 50px);
}

.nvl-page-v2__callout h2,
.nvl-page-v2__callout h3 {
    color: var(--nvl-white);
}

.nvl-page-v2__callout p {
    color: rgba(255, 255, 255, .82);
    margin-bottom: 0;
}

.nvl-page-v2__callout .nvl-page-v2__actions {
    flex: 0 0 240px;
    flex-direction: column;
    margin-top: 0;
    min-width: 240px;
}

.nvl-page-v2__callout .nvl-page-v2__button {
    width: 100%;
}

.nvl-page-v2__contact-link {
    display: block;
    font-size: 19px;
    font-weight: 800;
    margin-top: 8px;
    overflow-wrap: anywhere;
}

.nvl-page-v2__form-shell {
    background: var(--nvl-white);
    border: 1px solid var(--nvl-line);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(6, 37, 62, .1);
    padding: 26px;
}

.nvl-page-v2__form-shell .form-group {
    margin-bottom: 18px;
}

.nvl-page-v2__form-shell label {
    color: var(--nvl-navy);
    display: block;
    font-weight: 800;
    margin-bottom: 7px;
}

.nvl-page-v2__form-shell input:not([type="hidden"]):not([type="submit"]),
.nvl-page-v2__form-shell select,
.nvl-page-v2__form-shell textarea {
    border: 1px solid #bac5d1;
    border-radius: 8px;
    min-height: 46px;
    padding: 10px 12px;
    width: 100%;
}

.nvl-page-v2__form-shell textarea {
    min-height: 132px;
    resize: vertical;
}

.nvl-page-v2__form-shell button,
.nvl-page-v2__form-shell input[type="submit"] {
    background: var(--nvl-gold);
    border: 1px solid var(--nvl-gold);
    border-radius: 8px;
    color: var(--nvl-navy);
    font-weight: 900;
    min-height: 46px;
    padding: 10px 22px;
}

.nvl-page-v2__form-shell img {
    height: auto;
    max-width: 100%;
}

.nvl-page-v2__note {
    background: #fff8dc;
    border-left: 5px solid var(--nvl-gold);
    border-radius: 0 14px 14px 0;
    color: #534617;
    margin: 24px 0;
    padding: 18px 20px;
}

.nvl-page-v2__error-code {
    color: var(--nvl-gold);
    font-size: clamp(72px, 15vw, 150px);
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: .9;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .nvl-page-v2__hero,
    .nvl-page-v2__image-split {
        grid-template-columns: 1fr;
    }

    .nvl-page-v2__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nvl-page-v2__hero-media {
        min-height: 320px;
    }
}

@media (max-width: 640px) {
    .nvl-content-page-body main.container {
        padding-bottom: 36px;
        padding-top: 20px;
    }

    .nvl-page-v2 {
        font-size: 16px;
    }

    .nvl-page-v2__hero {
        border-radius: 18px;
        gap: 24px;
        min-height: 0;
        padding: 30px 22px;
    }

    .nvl-page-v2__hero-media,
    .nvl-page-v2__hero-mark {
        min-height: 230px;
    }

    .nvl-page-v2__grid,
    .nvl-page-v2__grid--2 {
        grid-template-columns: 1fr;
    }

    .nvl-page-v2__section {
        padding: 24px 0;
    }

    .nvl-page-v2__section--soft {
        border-radius: 18px;
        padding: 26px 20px;
    }

    .nvl-page-v2__callout {
        align-items: stretch;
        flex-direction: column;
    }

    .nvl-page-v2__callout .nvl-page-v2__actions {
        flex-basis: auto;
        min-width: 0;
        width: 100%;
    }

    .nvl-page-v2__button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nvl-page-v2 *,
    .nvl-page-v2 *::before,
    .nvl-page-v2 *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
.nvl-captcha-accessibility-note {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-left: 4px solid #f7b818;
    background: #f7f9fc;
    color: #092c4c;
    font-family: Inter, Pyidaungsu, "Segoe UI", Tahoma, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.nvl-captcha-accessibility-note a {
    color: #153985;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nvl-captcha-refresh {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    margin-left: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid #153985;
    border-radius: 50%;
    background: #ffffff;
    color: #153985;
    cursor: pointer;
}

.nvl-captcha-refresh:focus-visible {
    outline: 3px solid #f7b818;
    outline-offset: 3px;
}
