:root {
    --site-bg: #f7f9fc;
    --site-surface: #ffffff;
    --site-surface-alt: #eef4fb;
    --site-primary: #073272;
    --site-primary-soft: #0d4d9a;
    --site-accent: #df0614;
    --site-accent-soft: #ffe8ea;
    --site-text: #17233c;
    --site-muted: #46556b;
    --site-border: rgba(7, 50, 114, 0.12);
    --site-shadow: 0 18px 42px rgba(11, 36, 74, 0.12);
    --site-radius-md: 8px;
    --site-radius-sm: 6px;
}

html {
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    background: var(--site-bg);
    color: var(--site-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-width: 320px;
    overflow-x: hidden;
    margin: 0;
    line-height: 1.5;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}

body.site-menu-lock {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

a:hover {
    color: var(--site-accent);
    text-decoration: none;
}

.jp-btn,
.jp-btn-outline,
.site-nav-link,
.site-footer-links a,
.site-footer-bottom a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

.main {
    overflow: clip;
}

main,
section {
    max-width: 100vw;
    overflow-x: hidden;
}

#ct-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0.52rem 0;
    background: rgba(255, 255, 255, 0.94) !important;
    border-bottom: 1px solid var(--site-border);
    box-shadow: 0 8px 30px rgba(7, 50, 114, 0.06) !important;
}

#ct-nav.is-scrolled {
    padding: 0.42rem 0;
}

.site-nav-shell,
.site-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.site-nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-width: 0;
}

.site-brand img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
}

#ct-nav .navbar-brand {
    margin-right: 0;
    min-width: 0;
}

#ct-nav .navbar-toggler {
    display: none;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border: 1px solid var(--site-border);
    border-radius: var(--site-radius-sm);
    padding: 0;
    background: #fff;
}

#ct-nav .navbar-toggler-icon {
    position: relative;
    display: block;
    width: 20px;
    height: 16px;
}

#ct-nav .navbar-toggler-icon::before,
#ct-nav .navbar-toggler-icon::after,
#ct-nav .navbar-toggler-icon span {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: var(--site-primary);
    border-radius: 2px;
}

#ct-nav .navbar-toggler-icon::before {
    top: 0;
}

#ct-nav .navbar-toggler-icon::after {
    bottom: 0;
}

#ct-nav .navbar-toggler-icon span {
    top: 7px;
}

#ct-nav .navbar-collapse {
    flex-grow: 0;
}

.site-mobile-menu-head,
.site-menu-backdrop {
    display: none;
}

.site-nav-links {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.site-nav-link {
    border-radius: var(--site-radius-sm);
    color: var(--site-primary) !important;
    font-size: 0.94rem;
    font-weight: 700;
    padding: 0.7rem 0.95rem !important;
}

.site-nav-link:hover,
.site-nav-link.is-active {
    background: var(--site-surface-alt);
    color: var(--site-primary) !important;
}

.site-nav-cta {
    background: var(--site-accent);
    color: #fff !important;
}

.site-nav-cta:hover {
    background: #b80410;
    color: #fff !important;
}

.jp-section {
    padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.jp-section-tight {
    padding: clamp(2.5rem, 5vw, 3rem) 0;
}

.jp-hero {
    padding: clamp(2.5rem, 6vw, 5.5rem) 0;
    background: #f3f6fa;
}

.jp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.75fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: start;
}

.jp-home-hero {
    width: min(980px, calc(100% - 32px));
    margin: 0 auto;
}

.jp-home-hero > div {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.jp-home-hero .jp-hero-copy {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
}

.jp-home-hero .jp-banner {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.jp-home-hero .jp-actions {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
}

.jp-application-hero .jp-apply-panel {
    position: sticky;
    top: 92px;
}

.jp-apply-hero {
    padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.jp-application-page-panel {
    max-width: 860px;
    margin: 0 auto;
    padding: clamp(1.1rem, 3vw, 2rem);
}

.jp-form-section + .jp-form-section {
    border-top: 1px solid var(--site-border);
    margin-top: 1.75rem;
    padding-top: 1.5rem;
}

.jp-form-section h2 {
    color: var(--site-primary);
    font-size: 1.05rem;
    font-weight: 850;
    margin-bottom: 0.2rem;
}

.jp-submit-wide {
    min-width: 220px;
}

.jp-hero-copy {
    max-width: 620px;
    margin-bottom: 1.5rem;
}

.jp-banner {
    overflow: hidden;
    border-radius: var(--site-radius-md);
    box-shadow: 0 14px 34px rgba(11, 36, 74, 0.1);
    background: #fff;
    width: 100%;
    max-width: 100%;
    padding: 0.4rem;
}

.jp-banner img {
    width: 100%;
    aspect-ratio: 1280 / 725;
    object-fit: contain;
    display: block;
    border-radius: calc(var(--site-radius-md) - 3px);
}

.jp-apply-panel,
.jp-card,
.jp-form-panel {
    border: 1px solid var(--site-border);
    border-radius: var(--site-radius-md);
    background: var(--site-surface);
    box-shadow: 0 10px 28px rgba(11, 36, 74, 0.08);
    width: 100%;
    max-width: 100%;
}

.jp-apply-panel {
    padding: clamp(1rem, 2.5vw, 1.5rem);
    min-width: 0;
}

.jp-eyebrow {
    color: var(--site-accent);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 0.65rem;
    text-transform: uppercase;
}

.jp-title {
    color: var(--site-primary);
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-weight: 900;
    line-height: 1.02;
    margin: 0 0 1rem;
}

.jp-subtitle {
    color: var(--site-muted);
    font-size: clamp(0.94rem, 1.5vw, 1.05rem);
    line-height: 1.75;
    margin-bottom: 1.35rem;
    overflow-wrap: anywhere;
}

.jp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.25rem;
}

.jp-btn,
.jp-btn-outline {
    align-items: center;
    border-radius: var(--site-radius-sm);
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 46px;
    padding: 0.72rem 1.2rem;
    text-align: center;
    white-space: normal;
}

.jp-btn-on-dark {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff;
}

.jp-btn-on-dark:hover {
    background: #fff;
    border-color: #fff;
    color: var(--site-primary);
}

.jp-btn {
    background: var(--site-accent);
    border: 1px solid var(--site-accent);
    color: #fff;
}

.jp-btn:hover {
    background: #b80410;
    border-color: #b80410;
    color: #fff;
}

.jp-btn:disabled {
    cursor: wait;
    opacity: 0.7;
}

.jp-btn:focus-visible,
.jp-btn-outline:focus-visible,
.site-nav-link:focus-visible,
.navbar-toggler:focus-visible,
.site-menu-close:focus-visible,
.jp-field input:focus-visible,
.jp-field textarea:focus-visible,
.jp-field select:focus-visible {
    outline: 3px solid rgba(13, 77, 154, 0.25);
    outline-offset: 2px;
}

.jp-btn-outline {
    background: #fff;
    border: 1px solid var(--site-border);
    color: var(--site-primary);
}

.jp-form-title {
    color: var(--site-primary);
    font-size: 1.35rem;
    font-weight: 900;
    margin-bottom: 0.4rem;
}

.jp-field {
    margin-top: 0.95rem;
}

.jp-field label {
    color: var(--site-text);
    font-size: 0.86rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.jp-field input,
.jp-field textarea,
.jp-field select {
    appearance: auto;
    border: 1px solid var(--site-border);
    border-radius: var(--site-radius-sm);
    background: #fff;
    color: var(--site-text);
    font: inherit;
    min-height: 48px;
    padding: 0.75rem 0.9rem;
    width: 100%;
    min-width: 0;
}

.jp-field input::placeholder,
.jp-field textarea::placeholder {
    color: #68758a;
    opacity: 1;
}

.jp-field select:invalid {
    color: #5b687c;
}

.jp-field input:focus,
.jp-field textarea:focus,
.jp-field select:focus {
    border-color: var(--site-primary-soft);
    box-shadow: 0 0 0 3px rgba(13, 77, 154, 0.1);
}

.jp-field textarea {
    min-height: 96px;
    resize: vertical;
}

.jp-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.9rem;
}

.jp-application-hero > *,
.jp-contact-grid > *,
.jp-grid-2 > *,
.jp-grid-3 > *,
.jp-grid-4 > *,
.jp-form-grid > * {
    min-width: 0;
}

.jp-field-wide {
    grid-column: 1 / -1;
}

.jp-alert {
    border: 1px solid rgba(223, 6, 20, 0.28);
    border-radius: var(--site-radius-sm);
    background: var(--site-accent-soft);
    color: #9f0610;
    font-size: 0.88rem;
    font-weight: 750;
    line-height: 1.55;
    margin: 0.8rem 0 0.2rem;
    padding: 0.75rem 0.85rem;
}

.jp-alert-success {
    background: #e8f7ee;
    border-color: #a9d9ba;
    color: #176337;
}

.jp-consent {
    color: var(--site-muted);
    font-size: 0.78rem;
    line-height: 1.6;
    margin: 0.8rem 0 1rem;
}

.jp-consent a {
    color: var(--site-primary);
    font-weight: 800;
}

.jp-section-head {
    max-width: 760px;
    margin-bottom: 2rem;
}

.jp-section-head.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.jp-heading {
    color: var(--site-primary);
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 0.8rem;
}

.jp-subheading {
    color: var(--site-primary);
    font-size: 1rem;
    font-weight: 850;
    margin-bottom: 0.8rem;
}

.jp-eyebrow-light {
    color: #fff;
}

.jp-section-alt {
    background: #eef3f8;
}

.jp-split-section {
    gap: clamp(2rem, 5vw, 4rem);
}

.jp-plain-list {
    display: grid;
    gap: 0.5rem;
    margin: 0;
    padding-left: 1.1rem;
}

.jp-note {
    color: var(--site-muted);
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 1rem 0 0;
}

.jp-callout {
    align-items: center;
    background: #fff;
    border: 1px solid var(--site-border);
    border-left: 4px solid var(--site-accent);
    border-radius: var(--site-radius-md);
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding: clamp(1.25rem, 3vw, 2rem);
    box-shadow: 0 10px 28px rgba(11, 36, 74, 0.08);
}

.jp-callout .jp-heading {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
}

.jp-callout .jp-subtitle {
    margin-bottom: 0;
}

.jp-callout .jp-btn {
    flex: 0 0 auto;
}

.jp-earnings-grid {
    max-width: 760px;
    margin: 0 auto;
}

.jp-benefit-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
    margin-top: 1.25rem;
}

.jp-benefit-list span {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--site-radius-sm);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 750;
    padding: 0.65rem 0.85rem;
}

.jp-process {
    counter-reset: process;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.jp-process li {
    background: #fff;
    border: 1px solid var(--site-border);
    border-radius: var(--site-radius-md);
    min-width: 0;
    padding: 1.2rem;
}

.jp-process span {
    color: var(--site-accent);
    display: block;
    font-size: 0.78rem;
    font-weight: 850;
    margin-bottom: 0.55rem;
}

.jp-process strong {
    color: var(--site-primary);
    display: block;
    line-height: 1.45;
}

.jp-actions-center {
    justify-content: center;
}

.jp-status-summary {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1rem;
}

.jp-status-summary > div {
    background: var(--site-primary);
    border-radius: var(--site-radius-md);
    color: #fff;
    padding: 1.1rem;
}

.jp-status-summary span {
    display: block;
    font-size: 0.78rem;
    margin-bottom: 0.4rem;
    opacity: 0.85;
}

.jp-status-summary strong {
    display: block;
    overflow-wrap: anywhere;
}

.jp-status-grid {
    margin-bottom: 1.5rem;
}

.jp-status-grid h2 {
    color: var(--site-primary);
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.jp-details {
    display: grid;
    gap: 0;
    margin: 0;
}

.jp-details div {
    border-bottom: 1px solid var(--site-border);
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(100px, 0.7fr) 1.3fr;
    padding: 0.75rem 0;
}

.jp-details div:last-child {
    border-bottom: 0;
}

.jp-details dt {
    color: var(--site-muted);
    font-size: 0.85rem;
}

.jp-details dd {
    color: var(--site-text);
    font-weight: 700;
    margin: 0;
    overflow-wrap: anywhere;
}

.jp-grid-2,
.jp-grid-3,
.jp-grid-4 {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

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

.jp-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jp-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jp-card {
    padding: 1.25rem;
    min-width: 0;
}

.jp-panel-narrow {
    max-width: 560px;
    margin: 0 auto;
}

.jp-card h3,
.jp-card h4 {
    color: var(--site-primary);
    font-size: 1.08rem;
    font-weight: 900;
    margin-bottom: 0.65rem;
}

.jp-card p,
.jp-card li {
    color: var(--site-muted);
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.jp-list {
    display: grid;
    gap: 0.7rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jp-list li {
    background: #fff;
    border: 1px solid var(--site-border);
    border-radius: var(--site-radius-sm);
    padding: 0.78rem 0.9rem;
}

.jp-band {
    background: var(--site-primary);
    color: #fff;
}

.jp-band .jp-heading,
.jp-band .jp-subtitle,
.jp-band .jp-card h3,
.jp-band .jp-card h4 {
    color: #fff;
}

.jp-band .jp-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: none;
}

.jp-band .jp-card p,
.jp-band .jp-card li {
    color: rgba(255, 255, 255, 0.92);
}

.jp-band .jp-list li {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.35);
    color: var(--site-text);
}

.jp-page-hero {
    background: linear-gradient(135deg, var(--site-primary) 0%, #0a4b9b 70%, var(--site-accent) 100%);
    color: #fff;
    padding: clamp(3rem, 7vw, 4.5rem) 0;
}

.jp-page-hero h1 {
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 0.85rem;
    overflow-wrap: anywhere;
}

.jp-page-hero p {
    color: rgba(255, 255, 255, 0.94);
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 720px;
    overflow-wrap: anywhere;
}

.jp-policy {
    display: grid;
    gap: 1.1rem;
}

.jp-policy-content {
    max-width: 900px;
}

.jp-policy-content .jp-card h2 {
    color: var(--site-primary);
    font-size: 1.2rem;
    font-weight: 850;
    margin-bottom: 0.65rem;
}

.jp-policy-list {
    columns: 2;
    column-gap: 2rem;
    margin: 0.8rem 0 0;
    padding-left: 1.2rem;
}

.jp-policy-list li {
    break-inside: avoid;
    color: var(--site-muted);
    line-height: 1.65;
    margin-bottom: 0.4rem;
}

.jp-policy-statements {
    display: grid;
    gap: 0.8rem;
}

.jp-policy-statements p {
    border-left: 3px solid var(--site-border);
    margin: 0;
    padding-left: 0.9rem;
}

.jp-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
    gap: 1.2rem;
    align-items: start;
}

.jp-contact-link {
    color: var(--site-primary);
    font-weight: 750;
    overflow-wrap: anywhere;
}

.jp-support-services {
    margin-top: 1rem;
}

.jp-support-services .jp-plain-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer {
    margin-top: 0;
    padding: 4rem 0 1.5rem;
    background: #071f49;
    color: rgba(255, 255, 255, 0.86);
}

.site-footer-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.site-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1.1fr;
    gap: 2rem;
}

.site-footer-brand {
    display: grid;
    gap: 1rem;
}

.site-footer-brand img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    background: #fff;
    border-radius: var(--site-radius-sm);
    padding: 0.6rem;
}

.site-footer-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.site-footer-copy,
.site-footer-meta,
.site-footer-links a {
    color: rgba(255, 255, 255, 0.88);
}

.site-footer-copy {
    line-height: 1.8;
    max-width: 26rem;
}

.site-footer-links {
    display: grid;
    gap: 0.75rem;
}

.site-footer-links a,
.site-footer-meta {
    font-weight: 650;
}

.site-footer-links a:hover {
    color: #fff;
}

.site-footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.84);
    display: flex;
    font-size: 0.92rem;
    font-weight: 650;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 2.5rem;
    padding-top: 1.35rem;
}

.site-footer-bottom a {
    color: #fff;
}

@media (max-width: 991.98px) {
    #ct-nav .navbar-toggler {
        display: inline-flex;
    }

    #ct-nav .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1002;
        display: block !important;
        width: min(320px, calc(100vw - 48px));
        max-width: 100%;
        min-height: 100vh;
        overflow-y: auto;
        background: #fff;
        border-left: 1px solid var(--site-border);
        border-radius: 0;
        box-shadow: -20px 0 50px rgba(11, 36, 74, 0.18);
        margin-top: 0;
        padding: 1rem;
        transform: translateX(105%);
        visibility: hidden;
        transition: transform 0.24s ease, visibility 0.24s ease;
        will-change: transform;
    }

    #ct-nav .navbar-collapse.show,
    #ct-nav.is-menu-open .navbar-collapse {
        transform: translateX(0);
        visibility: visible;
    }

    .site-mobile-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--site-border);
    }

    .site-mobile-menu-head img {
        width: 98px;
    }

    .site-menu-close {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border: 1px solid var(--site-border);
        border-radius: var(--site-radius-sm);
        background: #fff;
    }

    .site-menu-close span,
    .site-menu-close span::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 2px;
        background: var(--site-primary);
        border-radius: 2px;
    }

    .site-menu-close span {
        transform: rotate(45deg);
    }

    .site-menu-close span::after {
        left: 0;
        transform: rotate(90deg);
    }

    .site-menu-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1001;
        display: block;
        background: rgba(7, 31, 73, 0.42);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }

    #ct-nav.is-menu-open .site-menu-backdrop {
        opacity: 1;
        visibility: visible;
    }

    .site-nav-links {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.55rem;
        width: 100%;
    }

    .site-nav-link {
        display: flex;
        align-items: center;
        min-height: 48px;
        text-align: left;
        width: 100%;
        padding: 0.9rem 1rem !important;
    }

    .site-nav-cta {
        justify-content: center;
        margin-top: 0.35rem;
        text-align: center;
    }

    .jp-hero-grid,
    .jp-contact-grid {
        grid-template-columns: 1fr;
    }

    .jp-home-hero > div {
        grid-template-columns: 1fr;
    }

    .jp-home-hero .jp-hero-copy,
    .jp-home-hero .jp-banner,
    .jp-home-hero .jp-actions {
        grid-column: 1;
        grid-row: auto;
    }

    .jp-home-hero .jp-actions {
        display: grid;
        gap: 0.65rem;
        width: 100%;
    }

    .jp-home-hero .jp-actions .jp-btn,
    .jp-home-hero .jp-actions .jp-btn-outline {
        width: 100%;
    }

    .jp-application-hero .jp-apply-panel {
        position: static;
    }

    .jp-banner,
    .jp-apply-panel {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .jp-grid-3,
    .jp-grid-4,
    .jp-process,
    .site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    #ct-nav {
        padding: 0.45rem 0;
    }

    #ct-nav .navbar-toggler {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }

    .site-nav-shell,
    .site-shell,
    .site-footer-shell {
        width: auto;
        margin-left: 16px;
        margin-right: 16px;
    }

    #ct-nav .site-nav-shell {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .jp-home-hero > div:first-child {
        display: flex;
        flex-direction: column;
    }

    .jp-home-hero .jp-banner {
        order: 1;
    }

    .jp-home-hero .jp-hero-copy {
        order: 2;
        margin: 1.25rem 0 0;
    }

    .jp-home-hero > div:first-child > .jp-actions {
        order: 3;
    }

    .jp-page-hero h1 {
        font-size: clamp(1.55rem, 7vw, 2rem);
    }

    .jp-page-hero p {
        font-size: 0.94rem;
    }

    .jp-grid-2,
    .jp-grid-3,
    .jp-grid-4,
    .jp-form-grid,
    .jp-process,
    .site-footer-grid {
        grid-template-columns: 1fr;
    }

    .jp-policy-list {
        columns: 1;
    }

    .jp-support-services .jp-plain-list {
        grid-template-columns: 1fr;
    }

    .jp-status-summary {
        grid-template-columns: 1fr;
    }

    .jp-actions {
        display: grid;
        gap: 0.65rem;
    }

    .jp-btn,
    .jp-btn-outline {
        width: 100%;
    }

    .jp-submit-wide {
        width: 100%;
    }

    .site-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .site-nav-shell,
    .site-shell,
    .site-footer-shell {
        width: auto;
        margin-left: 18px;
        margin-right: 18px;
    }

    .site-brand img {
        width: 52px;
        height: 52px;
    }

    .jp-hero {
        padding-top: 1rem;
    }

    .jp-apply-panel,
    .jp-card,
    .jp-form-panel {
        box-shadow: 0 12px 28px rgba(11, 36, 74, 0.1);
    }

    .jp-form-title {
        font-size: 1.18rem;
    }

    .jp-field {
        margin-top: 0.8rem;
    }

    .jp-field label {
        font-size: 0.82rem;
    }

    .jp-field input,
    .jp-field textarea,
    .jp-field select {
        min-height: 46px;
        padding: 0.68rem 0.75rem;
        font-size: 0.95rem;
    }

    .jp-card {
        padding: 1rem;
    }

    .site-footer {
        padding-top: 3rem;
    }

    .site-footer-brand img {
        width: 112px;
        height: 112px;
    }
}

@media (max-width: 374.98px) {
    .site-nav-shell,
    .site-shell,
    .site-footer-shell {
        width: auto;
        margin-left: 14px;
        margin-right: 14px;
    }

    .site-brand img {
        width: 48px;
        height: 48px;
    }

    .jp-apply-panel {
        padding: 0.85rem;
    }

    .jp-btn,
    .jp-btn-outline {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
}

@media (max-width: 575.98px) {
    .jp-callout {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
    }

    .jp-callout .jp-btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
