:root {
    --brand-navy: #003366;
    --brand-navy-deep: #001e40;
    --brand-green: #006e25;
    --brand-sand: #f9f9fe;
    --brand-panel: #ffffff;
    --brand-soft: #f4f3f8;
    --brand-text: #1a1c1f;
}

body {
    background:
        radial-gradient(circle at top right, rgba(0, 110, 37, 0.08), transparent 28%),
        linear-gradient(180deg, #f9f9fe 0%, #eef2f7 100%);
    color: var(--brand-text);
    font-family: 'Lexend', sans-serif;
    min-height: 100vh;
}

.site-nav {
    background: rgba(249, 249, 254, 0.88);
    backdrop-filter: blur(18px);
    box-shadow: 0 8px 24px rgba(0, 30, 64, 0.06);
}

.site-footer {
    padding: 0 0 2.5rem;
}

.site-footer__shell {
    background:
        radial-gradient(circle at top right, rgba(131, 252, 142, 0.16), transparent 28%),
        linear-gradient(135deg, #001e40 0%, #0b2d59 100%);
    border-radius: 2rem;
    box-shadow: 0 24px 60px rgba(0, 30, 64, 0.16);
    color: white;
    display: grid;
    gap: 1.5rem;
    padding: 2.4rem;
}

.site-footer__eyebrow {
    color: #83fc8e;
    display: inline-block;
    font-family: 'Public Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 0.9rem;
    text-transform: uppercase;
}

.site-footer__brand h2 {
    color: white;
    font-family: 'Public Sans', sans-serif;
    font-size: clamp(2rem, 3.6vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.08;
    margin: 0 0 0.9rem;
}

.site-footer__brand p,
.site-footer__meta span {
    color: rgba(240, 245, 255, 0.82);
}

.site-footer__brand p {
    line-height: 1.75;
    margin: 0;
    max-width: 44rem;
}

.site-footer__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.site-footer__actions .btn-outline-light {
    border-radius: 999px;
    min-height: 44px;
    padding: 0.75rem 1.2rem;
}

.site-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.site-footer__links a {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: white;
    font-weight: 700;
    min-height: 44px;
    padding: 0.8rem 1rem;
    text-decoration: none;
}

.site-footer__meta {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.25rem;
    padding-top: 1.15rem;
}

.site-nav__inner {
    align-items: center;
    min-height: 4.5rem;
}

.navbar-brand,
.display-title,
.section-title {
    font-family: 'Public Sans', sans-serif;
}

.navbar-brand {
    color: var(--brand-navy-deep);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.nav-link {
    border-radius: 999px;
    color: #55606c;
    font-weight: 700;
    padding: 0.45rem 0.95rem !important;
}

.nav-link.is-active,
.nav-link:hover {
    background: rgba(131, 252, 142, 0.32);
    color: var(--brand-navy-deep);
}

.hero-panel,
.content-card {
    background: var(--brand-panel);
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(0, 30, 64, 0.08);
}

.hero-panel {
    background: linear-gradient(135deg, var(--brand-navy-deep), var(--brand-navy));
    color: white;
}

.glass-card {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    padding: 1.25rem;
}

.content-card {
    padding: 1.5rem;
}

.display-title {
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1rem;
}

.lead-copy {
    font-size: 1.05rem;
    max-width: 42rem;
}

.eyebrow {
    color: #c9deff;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.btn-brand {
    background: var(--brand-green);
    border: 0;
    border-radius: 999px;
    color: white;
    min-height: 44px;
    padding: 0.75rem 1.2rem;
}

.btn-navy {
    background: var(--brand-navy-deep);
    border: 0;
    border-radius: 999px;
    color: white;
    min-height: 44px;
    padding: 0.75rem 1.2rem;
}

.section-title {
    color: var(--brand-navy-deep);
    font-size: 1.45rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.info-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.info-grid span,
.notice-item p,
.guide-markdown,
.text-muted {
    font-size: 0.95rem;
}

.info-grid span {
    color: #6a7079;
    display: block;
    margin-bottom: 0.25rem;
}

.info-grid strong {
    display: block;
    font-size: 1rem;
}

.notice-list,
.quick-links {
    display: grid;
    gap: 0.9rem;
}

.quick-links a {
    background: var(--brand-soft);
    border-radius: 16px;
    color: var(--brand-navy-deep);
    min-height: 44px;
    padding: 0.95rem 1rem;
    text-decoration: none;
}

.notice-item {
    background: var(--brand-soft);
    border-radius: 18px;
    padding: 1rem;
}

.steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.steps span {
    background: var(--brand-soft);
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
    min-height: 44px;
    padding: 0.7rem 1rem;
}

.guide-markdown {
    white-space: pre-wrap;
}

.alert-message {
    background: #fff3e4;
    border-radius: 16px;
    color: #7a4100;
    font-weight: 700;
    padding: 1rem;
}

.stat-card {
    min-height: 140px;
}

.stat-card span {
    color: #6a7079;
    display: block;
    font-size: 0.95rem;
}

.stat-card strong {
    color: var(--brand-navy-deep);
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: 2rem;
    margin-top: 1rem;
}

.narrow-card {
    margin-inline: auto;
    max-width: 420px;
}

.editorial-header {
    align-items: end;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.editorial-header__copy {
    max-width: 58rem;
}

.pill-tag {
    background: var(--brand-green);
    border-radius: 999px;
    color: white;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 1.2rem;
    padding: 0.5rem 0.95rem;
    text-transform: uppercase;
}

.editorial-title {
    color: var(--brand-navy-deep);
    font-family: 'Public Sans', sans-serif;
    font-size: clamp(3rem, 6vw, 5.8rem);
    font-weight: 900;
    letter-spacing: -0.06em;
    line-height: 0.96;
    margin: 0;
}

.editorial-subtitle {
    color: #4e555f;
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 1.5rem 0 0;
    max-width: 44rem;
}

.editorial-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 240px;
}

.editorial-media-card {
    border-radius: 1.8rem;
    min-width: 320px;
    overflow: hidden;
    position: relative;
    width: min(34vw, 430px);
}

.editorial-media-card img {
    display: block;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    width: 100%;
}

.editorial-media-card__actions {
    bottom: 1rem;
    display: grid;
    gap: 0.75rem;
    left: 1rem;
    position: absolute;
    right: 1rem;
}

.home-hero {
    border-radius: 0 0 2rem 2rem;
    margin: -1.5rem -0.75rem 2rem;
    min-height: 44rem;
    overflow: hidden;
    position: relative;
}

.home-hero__media {
    inset: 0;
    position: absolute;
}

.home-hero__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-hero__overlay {
    background:
        linear-gradient(90deg, rgba(0, 30, 64, 0.9) 0%, rgba(0, 51, 102, 0.76) 46%, rgba(0, 51, 102, 0.32) 100%),
        linear-gradient(180deg, rgba(0, 30, 64, 0.12), rgba(0, 30, 64, 0.24));
    inset: 0;
    position: absolute;
}

.home-hero__content {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1.1fr minmax(360px, 460px);
    min-height: 44rem;
    padding: 4.5rem 3rem 3rem;
    position: relative;
    z-index: 1;
}

.home-hero__copy {
    max-width: 42rem;
}

.pill-tag--hero {
    background: var(--brand-green);
    box-shadow: 0 12px 32px rgba(0, 110, 37, 0.2);
}

.home-hero__title {
    display: grid;
    gap: 0.4rem;
    margin: 0;
}

.home-hero__title-main {
    color: white;
    font-family: 'Public Sans', sans-serif;
    font-size: clamp(2rem, 2.7vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
    white-space: nowrap;
}

.home-hero__title-accent {
    color: #83fc8e;
    font-family: 'Public Sans', sans-serif;
    font-size: clamp(3.4rem, 5.5vw, 5.4rem);
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.07em;
    line-height: 0.94;
}

.home-hero__title em {
    font-style: normal;
}

.home-hero__meta {
    margin-top: 1.5rem;
}

.home-hero__meta p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0.85rem 0 0;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.home-hero__actions .btn-light {
    background: white;
    border-radius: 1rem;
    color: var(--brand-navy-deep);
    font-weight: 800;
}

.home-hero__status {
    backdrop-filter: blur(22px);
    background: linear-gradient(180deg, rgba(80, 106, 134, 0.52), rgba(122, 146, 114, 0.48));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 2.3rem;
    box-shadow: 0 24px 50px rgba(0, 30, 64, 0.18);
    padding: 2rem;
}

.home-hero__status--countdown {
    align-self: center;
}

.home-countdown {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    text-align: center;
}

.home-countdown p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.home-countdown__digits {
    align-items: start;
    display: flex;
    justify-content: center;
    gap: 0.85rem;
}

.home-countdown__digits div {
    display: grid;
    justify-items: center;
}

.home-countdown__digits strong {
    color: white;
    font-family: 'Public Sans', sans-serif;
    font-size: 3.6rem;
    font-weight: 900;
    letter-spacing: -0.06em;
    line-height: 1;
}

.home-countdown__digits span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: 0.35rem;
}

.home-countdown__digits b {
    color: rgba(255, 255, 255, 0.28);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    padding-top: 0.5rem;
}

.home-countdown__caption {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
}

.doc-section--home-intro {
    margin-top: 1rem;
}

.doc-section--home-intro .doc-card {
    background: #f2f1f8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.home-bento-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1.5fr 0.85fr;
    margin-bottom: 2rem;
}

.home-bento-main,
.home-bento-notice {
    border-radius: 2rem;
    padding: 2rem;
}

.home-bento-main {
    align-items: center;
    background: #eef1f7;
    box-shadow: 0 18px 42px rgba(0, 30, 64, 0.08);
    display: grid;
    gap: 1.25rem;
    grid-template-columns: auto 1fr;
}

.home-bento-main__icon {
    align-items: center;
    background: var(--brand-navy-deep);
    border-radius: 1.2rem;
    color: white;
    display: flex;
    height: 4rem;
    justify-content: center;
    width: 4rem;
}

.home-bento-main__icon svg {
    display: block;
    height: 2rem;
    width: 2rem;
}

.home-bento-main h2,
.home-bento-notice h3 {
    color: var(--brand-navy-deep);
    font-family: 'Public Sans', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin: 0 0 0.7rem;
}

.home-bento-main p,
.home-bento-notice p {
    color: #55606b;
    line-height: 1.7;
    margin: 0 0 1.1rem;
}

.home-bento-notice {
    background: #ffdcc3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-bento-notice a {
    color: var(--brand-navy-deep);
    font-weight: 800;
    text-decoration: none;
}

.home-eligibility-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-eligibility-grid .doc-card--wide {
    grid-column: 1 / -1;
}

.editorial-sidecard {
    background: white;
    border-radius: 1.4rem;
    box-shadow: 0 12px 32px -4px rgba(0, 30, 64, 0.08);
    min-width: 260px;
    padding: 1.3rem 1.4rem;
}

.editorial-sidecard h3 {
    color: var(--brand-navy-deep);
    font-family: 'Public Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 0.9rem;
}

.editorial-sidecard ol {
    color: #51606a;
    margin: 0;
    padding-left: 1.2rem;
}

.editorial-sidecard li + li {
    margin-top: 0.4rem;
}

.btn-editorial {
    border-radius: 1rem;
    font-size: 1.05rem;
    font-weight: 700;
    min-height: 60px;
    padding: 1rem 1.5rem;
}

.doc-section {
    background: var(--brand-panel);
    border: 1px solid rgba(11, 45, 89, 0.08);
    border-radius: 2rem;
    box-shadow: 0 20px 48px -8px rgba(0, 30, 64, 0.1);
    margin-bottom: 2rem;
    padding: 2.4rem;
}

.desktop-home .doc-section {
    border: 0;
}

.doc-section--soft {
    background: var(--brand-soft);
    box-shadow: 0 16px 40px rgba(0, 30, 64, 0.06);
}

.doc-section__head {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.doc-section__head h2 {
    color: var(--brand-navy-deep);
    font-family: 'Public Sans', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin: 0;
}

.doc-index {
    align-items: center;
    background: var(--brand-navy);
    border-radius: 1rem;
    color: white;
    display: inline-flex;
    font-family: 'Public Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    height: 3.25rem;
    justify-content: center;
    width: 3.25rem;
}

.doc-index--green {
    background: var(--brand-green);
}

.doc-grid {
    display: grid;
    gap: 1.5rem;
}

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

.doc-grid--three {
    grid-template-columns: 1.4fr 0.9fr 1fr;
}

.doc-card {
    background: var(--brand-panel);
    border-radius: 1.6rem;
    min-height: 100%;
    padding: 1.8rem;
}

.doc-card--wide {
    grid-column: 1 / -1;
}

.doc-card--feature {
    box-shadow: 0 18px 40px rgba(0, 30, 64, 0.08);
}

.doc-card--accent {
    background: var(--brand-panel);
    color: var(--brand-navy-deep);
}

.doc-card span {
    color: #7a4300;
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 0.7rem;
    text-transform: uppercase;
}

.doc-card strong {
    color: var(--brand-navy-deep);
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.35;
}

.doc-card h3 {
    color: var(--brand-navy-deep);
    font-family: 'Public Sans', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 0.9rem;
}

.doc-card p,
.doc-card li,
.notice-stack__item p {
    color: #4d5560;
    font-size: 1rem;
    line-height: 1.7;
}

.doc-list {
    margin: 1rem 0 0;
    padding-left: 1.2rem;
}

.stat-emphasis {
    color: var(--brand-navy-deep) !important;
    font-family: 'Public Sans', sans-serif;
    font-size: 1.55rem !important;
    font-weight: 900;
    line-height: 1.25 !important;
    margin-bottom: 0.4rem;
}

.fee-stack {
    display: grid;
    gap: 1rem;
}

.fee-stack div {
    background: var(--brand-soft);
    border-radius: 1rem;
    padding: 1rem 1.1rem;
}

.fee-stack span {
    color: #5f6770;
    font-size: 0.95rem;
    letter-spacing: 0;
    margin-bottom: 0.4rem;
    text-transform: none;
}

.fee-stack strong {
    font-size: 1.6rem;
}

.caution-text {
    color: #b55300 !important;
    font-size: 0.95rem !important;
    font-weight: 700;
    margin-top: 1rem;
}

.status-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.status-panel {
    background: var(--brand-soft);
    border-radius: 1.6rem;
    padding: 1.6rem;
}

.status-panel--green {
    background: #f1f8f1;
}

.status-panel__head {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.status-panel__head h3 {
    color: var(--brand-navy-deep);
    font-family: 'Public Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0;
}

.status-panel__head strong {
    color: var(--brand-navy-deep);
    font-size: 1.25rem;
    font-weight: 900;
}

.status-bar {
    background: #dce2eb;
    border-radius: 999px;
    height: 1rem;
    overflow: hidden;
}

.status-bar span {
    background: var(--brand-navy);
    border-radius: 999px;
    display: block;
    height: 100%;
}

.status-panel--green .status-bar span {
    background: var(--brand-green);
}

.status-panel p {
    color: #5f6770;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0.8rem 0 0;
    text-align: right;
}

.notice-stack {
    display: grid;
    gap: 0.9rem;
}

.notice-stack__item {
    background: rgba(244, 243, 248, 0.9);
    border-radius: 1rem;
    padding: 1rem 1.1rem;
}

.notice-stack__item strong {
    font-family: 'Public Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
}

.mobile-home {
    padding-bottom: 7rem;
}

.mobile-hero {
    background: linear-gradient(135deg, var(--brand-navy-deep), var(--brand-navy));
    border-radius: 2rem;
    color: white;
    margin-top: 1rem;
    overflow: hidden;
    padding: 2rem 1.6rem;
    position: relative;
}

.mobile-hero__badge {
    background: var(--brand-green);
    border-radius: 999px;
    color: white;
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 800;
    margin-bottom: 1rem;
    padding: 0.45rem 0.9rem;
}

.mobile-hero h1 {
    color: white;
    font-family: 'Public Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.06;
    margin: 0 0 1.4rem;
}

.mobile-dday span {
    display: block;
    font-size: 1rem;
    opacity: 0.82;
}

.mobile-dday strong {
    color: #83fc8e;
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: 2.7rem;
    font-weight: 900;
    margin-top: 0.3rem;
}

.mobile-actions {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.mobile-action {
    align-items: center;
    border-radius: 1rem;
    display: flex;
    font-size: 1.2rem;
    font-weight: 800;
    justify-content: center;
    min-height: 5rem;
    text-decoration: none;
}

.mobile-action--primary {
    background: var(--brand-green);
    color: white;
}

.mobile-action--secondary {
    background: white;
    color: var(--brand-navy-deep);
    box-shadow: 0 4px 20px rgba(0, 30, 64, 0.08);
}

.mobile-panel {
    background: var(--brand-soft);
    border-radius: 2rem;
    margin-top: 1rem;
    padding: 1.4rem;
}

.mobile-panel__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.mobile-panel h2 {
    color: var(--brand-navy-deep);
    font-family: 'Public Sans', sans-serif;
    font-size: 1.45rem;
    font-weight: 900;
    margin: 0;
}

.mobile-panel__head span {
    color: #606872;
    font-size: 0.95rem;
    font-weight: 600;
}

.mobile-progress {
    display: grid;
    gap: 1.35rem;
}

.mobile-progress__label {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.mobile-progress__label span {
    color: var(--brand-navy-deep);
    font-size: 1.05rem;
    font-weight: 800;
}

.mobile-progress__label strong {
    color: var(--brand-navy-deep);
    font-size: 1.05rem;
    font-weight: 900;
}

.mobile-progress__track {
    background: #dbe2eb;
    border-radius: 999px;
    height: 0.9rem;
    overflow: hidden;
}

.mobile-progress__track span {
    background: var(--brand-navy);
    border-radius: 999px;
    display: block;
    height: 100%;
}

.mobile-progress__track--green span {
    background: var(--brand-green);
}

.mobile-progress__row p {
    color: #5c6670;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0.45rem 0 0;
    text-align: right;
}

.mobile-bento {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.mobile-bento__card {
    background: white;
    border-radius: 1.6rem;
    box-shadow: 0 8px 24px rgba(0, 30, 64, 0.08);
    padding: 1.2rem;
}

.mobile-bento__card span {
    color: #66707b;
    display: block;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.mobile-bento__card strong {
    color: var(--brand-navy-deep);
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.35;
}

.mobile-panel--notices {
    background: white;
    box-shadow: 0 8px 24px rgba(0, 30, 64, 0.08);
}

.mobile-notice + .mobile-notice {
    border-top: 1px solid rgba(195, 198, 209, 0.4);
    margin-top: 0.9rem;
    padding-top: 0.9rem;
}

.mobile-notice strong {
    color: var(--brand-navy-deep);
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.mobile-notice p {
    color: #58616c;
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0;
}

.mobile-bottom-nav {
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid rgba(195, 198, 209, 0.35);
    border-radius: 1.5rem 1.5rem 0 0;
    bottom: 0;
    box-shadow: 0 -12px 32px -4px rgba(0, 30, 64, 0.08);
    display: grid;
    gap: 0.35rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    left: 0;
    padding: 1rem 1rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 40;
}

.mobile-bottom-nav a {
    border-radius: 1rem;
    color: var(--brand-navy-deep);
    font-size: 0.9rem;
    font-weight: 700;
    min-height: 3rem;
    padding: 0.8rem 0.3rem;
    text-align: center;
    text-decoration: none;
}

.mobile-bottom-nav a.is-active {
    background: #83fc8e;
}

.guide-surface {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 1.5rem;
    color: #44515d;
    font-size: 1rem;
    line-height: 1.85;
    padding: 2rem;
    white-space: pre-wrap;
}

.guide-surface--raw {
    max-height: 32rem;
    overflow: auto;
}

.guide-document {
    display: grid;
    gap: 2rem;
}

.guide-document__masthead {
    display: grid;
    gap: 1rem;
}

.guide-document__hero {
    align-items: center;
    background: #f3f4fa;
    border: 1px solid rgba(11, 45, 89, 0.08);
    border-radius: 2rem;
    box-shadow: 0 20px 48px -8px rgba(0, 30, 64, 0.08);
    display: grid;
    gap: 2rem;
    grid-template-columns: 1.2fr minmax(240px, 0.55fr);
    padding: 2.8rem;
}

.guide-document__hero-copy h1 {
    color: #0b2d59;
    font-family: 'Public Sans', sans-serif;
    font-size: clamp(3.5rem, 6vw, 6rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 0.94;
    margin: 0 0 1.35rem;
}

.guide-document__hero-copy p {
    color: #4f5863;
    font-size: 1.15rem;
    line-height: 1.65;
    margin: 0;
    max-width: 42rem;
}

.guide-document__actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.guide-document__section {
    margin-bottom: 0;
}

.guide-overview-panel {
    background: #ffffff;
    border: 1px solid rgba(11, 45, 89, 0.08);
    border-radius: 1.8rem;
    box-shadow: 0 20px 48px -8px rgba(0, 30, 64, 0.08);
    padding: 2.2rem;
}

.guide-overview-grid {
    display: grid;
    gap: 2.5rem 3.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-overview-item {
    background: #f2f1f8;
    border-radius: 1.5rem;
    padding: 1.75rem 1.85rem;
}

.guide-overview-item span {
    color: #7a4300;
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 0.8rem;
}

.guide-overview-item strong {
    color: var(--brand-navy-deep);
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: clamp(1.35rem, 2vw, 2.1rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.45;
}

.guide-document__facts .doc-card strong,
.guide-document__application .doc-card p {
    line-height: 1.65;
}

.guide-document__application .doc-card p {
    color: #55606b;
    margin: 0.45rem 0 0;
}

.guide-subsection + .guide-subsection {
    margin-top: 2rem;
}

.guide-subsection h3 {
    color: var(--brand-navy-deep);
    font-family: 'Public Sans', sans-serif;
    font-size: 1.45rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 0 0 1rem;
}

.guide-section-kicker {
    color: #7a4300;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: -0.25rem 0 1rem;
    text-transform: uppercase;
}

.guide-hero {
    background: var(--brand-panel);
    border-radius: 2.2rem;
    box-shadow: 0 18px 50px rgba(0, 30, 64, 0.08);
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) 1.1fr;
    margin-bottom: 2rem;
    overflow: hidden;
}

.guide-hero__media {
    min-height: 520px;
    position: relative;
}

.guide-hero__media img,
.guide-map-panel__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.guide-hero__overlay {
    background: linear-gradient(135deg, rgba(0, 30, 64, 0.12), rgba(0, 51, 102, 0.48));
    inset: 0;
    position: absolute;
}

.guide-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
}

.guide-title {
    font-size: clamp(3rem, 5.4vw, 5rem);
}

.guide-subtitle {
    max-width: 38rem;
}

.guide-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.guide-hero__meta {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.guide-hero__meta div {
    background: var(--brand-soft);
    border-radius: 1.2rem;
    padding: 1rem 1.1rem;
}

.guide-hero__meta span {
    color: #6a7280;
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}

.guide-hero__meta strong {
    color: var(--brand-navy-deep);
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.45;
}

.guide-callout-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1.2fr 0.8fr;
    margin-bottom: 2rem;
}

.guide-callout-card {
    align-items: center;
    background: var(--brand-soft);
    border-radius: 2rem;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: auto 1fr;
    padding: 2rem;
}

.guide-callout-card--accent {
    align-items: stretch;
    background: #ffdcc3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.guide-callout-card__icon {
    align-items: center;
    background: var(--brand-navy-deep);
    border-radius: 1.2rem;
    color: white;
    display: flex;
    font-family: 'Public Sans', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    height: 4rem;
    justify-content: center;
    width: 4rem;
}

.guide-callout-card h2,
.guide-callout-card h3,
.guide-map-panel__copy h2 {
    color: var(--brand-navy-deep);
    font-family: 'Public Sans', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin: 0 0 0.7rem;
}

.guide-callout-card p,
.guide-map-panel__copy p,
.guide-bullet-item p {
    color: #55606b;
    line-height: 1.7;
    margin: 0;
}

.guide-callout-card a {
    color: var(--brand-navy-deep);
    font-weight: 800;
    text-decoration: none;
}

.guide-bullet-surface {
    display: grid;
    gap: 1rem;
}

.guide-bullet-surface--compact {
    margin-top: 1.25rem;
}

.guide-bullet-item {
    align-items: start;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 1.2rem;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: auto 1fr;
    padding: 1.2rem 1.3rem;
}

.guide-bullet-item__dot {
    background: var(--brand-green);
    border-radius: 999px;
    height: 0.9rem;
    margin-top: 0.35rem;
    width: 0.9rem;
}

.guide-schedule-grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.doc-card--schedule p {
    margin: 0.8rem 0 0.55rem;
}

.doc-card--schedule small {
    color: #7a4300;
    font-weight: 800;
}

.guide-map-panel {
    align-items: center;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 0.85fr 1.15fr;
    margin-bottom: 2rem;
}

.guide-map-panel__copy {
    padding-right: 1rem;
}

.guide-map-panel__media {
    border-radius: 2rem;
    min-height: 400px;
    overflow: hidden;
    position: relative;
}

.guide-map-badge {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 1.4rem;
    bottom: 1.25rem;
    box-shadow: 0 12px 32px -4px rgba(0, 30, 64, 0.12);
    left: 1.25rem;
    padding: 1rem 1.1rem;
    position: absolute;
}

.guide-map-badge strong {
    color: var(--brand-navy-deep);
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-weight: 800;
}

.guide-map-badge p {
    color: #5e6973;
    margin: 0.25rem 0 0;
}

.guide-table-shell {
    overflow-x: auto;
}

.guide-table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 100%;
    width: 100%;
}

.guide-table thead th {
    background: #e9edf5;
    color: var(--brand-navy-deep);
    font-family: 'Public Sans', sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    padding: 1rem 1.1rem;
    text-align: left;
}

.guide-table thead th:first-child {
    border-top-left-radius: 1rem;
}

.guide-table thead th:last-child {
    border-top-right-radius: 1rem;
}

.guide-table tbody td {
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(195, 198, 209, 0.35);
    color: #4d5560;
    padding: 1rem 1.1rem;
    vertical-align: top;
}

.guide-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 1rem;
}

.guide-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 1rem;
}

.guide-table-note {
    color: #5b6470;
    font-weight: 700;
    margin: 1rem 0 0;
}

.guide-support-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-support-card {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 110px;
    text-align: center;
}

.mobile-guide-card {
    background: var(--brand-soft);
    border-radius: 1.2rem;
    padding: 1rem;
}

.mobile-guide-card + .mobile-guide-card {
    margin-top: 0.9rem;
}

.mobile-guide-card span {
    color: #7a4300;
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.mobile-guide-card strong {
    color: var(--brand-navy-deep);
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 0.55rem;
}

.mobile-guide-card p {
    color: #56606a;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0.35rem 0 0;
}

.guide-map-panel__media--mobile {
    min-height: 240px;
}

.guide-surface--mobile {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.apply-grid {
    display: grid;
    gap: 1.5rem;
}

.apply-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 1.6rem;
    padding: 1.8rem;
}

.apply-card h2 {
    color: var(--brand-navy-deep);
    font-family: 'Public Sans', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

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

.apply-note {
    background: var(--brand-soft);
    border-radius: 1rem;
    padding: 1rem 1.1rem;
}

.apply-note strong {
    color: var(--brand-navy-deep);
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.apply-note p {
    color: #54616d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.consent-stack {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
}

.consent-item {
    align-items: center;
    background: var(--brand-soft);
    border-radius: 1rem;
    color: #45525d;
    display: flex;
    font-size: 0.98rem;
    font-weight: 600;
    gap: 0.7rem;
    min-height: 48px;
    padding: 0.9rem 1rem;
}

.apply-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.25rem;
}

.check-shell {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1.2fr 1.2fr 1fr 1fr;
}

.check-panel {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 1.35rem;
    padding: 1.2rem;
}

.check-panel--cta {
    align-items: end;
    display: flex;
}

.completion-banner {
    background: linear-gradient(135deg, #fff4e6, #ffefdc);
    border-radius: 1.4rem;
    padding: 1.35rem 1.4rem;
}

.completion-banner strong {
    color: #7d4200;
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.completion-banner p {
    color: #8e5a20;
    margin: 0;
}

.completion-banner--mobile {
    padding: 1rem 1.1rem;
}

.mobile-detail-stack {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.mobile-detail-row {
    align-items: center;
    background: var(--brand-soft);
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    padding: 0.9rem 1rem;
}

.mobile-detail-row span {
    color: #5d6670;
    font-size: 0.95rem;
}

.mobile-detail-row strong {
    color: var(--brand-navy-deep);
    font-family: 'Public Sans', sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.mobile-bank-card {
    background: var(--brand-navy-deep);
    border-radius: 1.2rem;
    color: white;
    margin-top: 1rem;
    padding: 1rem 1.1rem;
}

.mobile-bank-card span {
    color: rgba(255, 255, 255, 0.72);
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

.mobile-bank-card strong {
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
}

.mobile-bank-card p {
    color: rgba(255, 255, 255, 0.78);
    margin: 0.35rem 0 0;
}

.danger-shell {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.danger-shell__copy {
    max-width: 42rem;
}

.danger-shell__copy h2 {
    color: var(--brand-navy-deep);
    font-family: 'Public Sans', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-bottom: 0.8rem;
}

.danger-shell__copy p {
    color: #5b6470;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

.danger-shell__actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 260px;
}

.admin-title {
    font-size: clamp(2.7rem, 5vw, 4.8rem);
}

.admin-title--sm {
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
}

.admin-hero {
    align-items: end;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1.4fr minmax(260px, 360px);
    margin-bottom: 2rem;
}

.admin-hero--compact {
    grid-template-columns: 1fr minmax(220px, 280px);
}

.admin-highlight,
.admin-login-card,
.admin-panel,
.admin-table-panel,
.admin-metric-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 1.8rem;
    box-shadow: 0 12px 32px -4px rgba(0, 30, 64, 0.08);
}

.admin-highlight {
    background: linear-gradient(135deg, var(--brand-navy-deep), var(--brand-navy));
    color: white;
    padding: 1.7rem;
}

.admin-highlight span {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.7rem;
    text-transform: uppercase;
}

.admin-highlight strong {
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.admin-highlight p {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
    margin: 0.8rem 0 0;
}

.admin-action-stack {
    display: grid;
    gap: 1rem;
}

.admin-metric-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 2rem;
}

.admin-metric-card {
    min-height: 210px;
    padding: 1.5rem;
}

.admin-metric-card--accent {
    background: linear-gradient(180deg, #fff8f0 0%, #ffffff 100%);
}

.admin-metric-card span,
.admin-kicker {
    color: #7a4300;
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.admin-metric-card strong {
    color: var(--brand-navy-deep);
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: 2.35rem;
    font-weight: 900;
    letter-spacing: -0.05em;
    margin: 0.8rem 0;
}

.admin-metric-card p,
.admin-summary-list p,
.admin-empty {
    color: #5b6470;
    line-height: 1.7;
    margin: 0;
}

.admin-section-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1.2fr 0.8fr;
}

.admin-panel,
.admin-table-panel {
    padding: 1.6rem;
}

.admin-panel--soft {
    background: var(--brand-soft);
    box-shadow: none;
}

.admin-panel--form {
    margin-bottom: 2rem;
}

.admin-panel__head,
.admin-table-panel__toolbar {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.admin-panel__head h2,
.admin-table-panel__toolbar h2,
.admin-login-card h2 {
    color: var(--brand-navy-deep);
    font-family: 'Public Sans', sans-serif;
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin: 0.25rem 0 0;
}

.admin-summary-list,
.admin-link-grid {
    display: grid;
    gap: 1rem;
}

.admin-summary-list strong {
    color: var(--brand-navy-deep);
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: 1.08rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
}

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

.admin-link-grid a,
.admin-chip {
    background: var(--brand-panel);
    border-radius: 1rem;
    color: var(--brand-navy-deep);
    font-weight: 700;
    min-height: 3.5rem;
    padding: 1rem 1.1rem;
    text-decoration: none;
}

.admin-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.admin-chip {
    background: var(--brand-soft);
    display: inline-flex;
    min-height: auto;
    padding: 0.7rem 1rem;
}

.admin-chip.is-active {
    background: rgba(131, 252, 142, 0.28);
    color: var(--brand-navy-deep);
}

.admin-table {
    margin: 0;
}

.admin-table > :not(caption) > * > * {
    background: transparent;
    border-bottom: 1px solid rgba(195, 198, 209, 0.35);
    padding: 1rem 0.85rem;
    vertical-align: middle;
}

.admin-table thead th {
    color: #616c76;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-table tbody strong {
    color: var(--brand-navy-deep);
    font-family: 'Public Sans', sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.admin-sequence-select {
    min-width: 5.25rem;
}

.admin-status {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.85rem;
    font-weight: 800;
    padding: 0.45rem 0.8rem;
}

.admin-status--confirmed,
.admin-status--waiting {
    background: rgba(131, 252, 142, 0.34);
    color: #00531a;
}

.admin-status--pending_payment,
.admin-status--notified,
.admin-status--promoted {
    background: rgba(255, 220, 195, 0.75);
    color: #6e3900;
}

.admin-status--expired,
.admin-status--cancelled {
    background: rgba(255, 218, 214, 0.88);
    color: #93000a;
}

.admin-status--waitlisted {
    background: rgba(213, 227, 255, 0.72);
    color: #1f477b;
}

.admin-empty {
    padding: 2rem 1rem !important;
    text-align: center;
}

.admin-overview-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.admin-overview-grid .doc-card {
    min-height: 132px;
}

.admin-overview-grid .doc-card span {
    color: #6a7079;
    display: block;
    margin-bottom: 0.5rem;
}

.admin-overview-grid .doc-card strong {
    color: var(--brand-navy-deep);
    display: block;
    font-family: 'Public Sans', sans-serif;
    font-size: 2rem;
    line-height: 1;
}

.admin-payments-stack {
    display: grid;
    gap: 1.75rem;
}

.admin-payments-stack > .admin-table-panel {
    margin: 0;
}

.admin-payments-stack > .admin-table-panel:nth-child(2) {
    margin-bottom: 0.25rem;
}

.admin-pagination-wrap {
    border-top: 1px solid rgba(195, 198, 209, 0.35);
    margin-top: 1rem;
    padding-top: 1rem;
}

.admin-pagination-wrap .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
}

.admin-pagination-wrap .page-link {
    border-radius: 999px;
    color: var(--brand-navy-deep);
    min-height: 44px;
    min-width: 44px;
    padding: 0.65rem 0.95rem;
}

.admin-notice-item + .admin-notice-item {
    margin-top: 1rem;
}

.notice-search-shell {
    max-width: 320px;
    width: 100%;
}

.notice-feed {
    display: grid;
    gap: 1rem;
}

.notice-feed__item {
    margin: 0;
}

.admin-login-shell {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1.15fr minmax(320px, 420px);
    min-height: calc(100vh - 12rem);
}

.admin-login-card {
    padding: 2rem;
}

.admin-login-copy {
    max-width: 44rem;
}

@media (max-width: 768px) {
    .site-nav .navbar-nav {
        gap: 0.5rem !important;
    }

    .nav-link {
        padding: 0.3rem 0;
    }

    .content-card,
    .hero-panel {
        border-radius: 22px;
    }

    .form-grid-two {
        grid-template-columns: 1fr;
    }

    .admin-hero,
    .admin-section-grid,
    .admin-login-shell,
    .guide-hero,
    .guide-callout-grid,
    .guide-map-panel,
    .home-hero__content,
    .home-bento-grid {
        grid-template-columns: 1fr;
    }

    .admin-metric-grid,
    .admin-link-grid,
    .guide-schedule-grid,
    .guide-hero__meta {
        grid-template-columns: 1fr;
    }

    .home-eligibility-grid {
        grid-template-columns: 1fr;
    }

    .guide-support-grid {
        grid-template-columns: 1fr;
    }

    .guide-table-shell {
        overflow: visible;
    }

    .guide-table,
    .guide-table tbody,
    .guide-table tr,
    .guide-table td {
        display: block;
        width: 100%;
    }

    .guide-table {
        min-width: 0;
    }

    .guide-table thead {
        display: none;
    }

    .guide-table tbody {
        display: grid;
        gap: 1rem;
    }

    .guide-table tbody tr {
        background: rgba(255, 255, 255, 0.96);
        border-radius: 1.1rem;
        box-shadow: 0 12px 28px -10px rgba(0, 30, 64, 0.12);
        overflow: hidden;
    }

    .guide-table tbody td {
        align-items: flex-start;
        border-bottom: 1px solid rgba(195, 198, 209, 0.28);
        display: grid;
        gap: 0.45rem;
        padding: 0.9rem 1rem;
    }

    .guide-table tbody td::before {
        color: #7a4300;
        content: attr(data-label);
        font-size: 0.78rem;
        font-weight: 900;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .guide-table tbody tr:last-child td:first-child,
    .guide-table tbody tr:last-child td:last-child {
        border-radius: 0;
    }

    .guide-table tbody td:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .site-nav {
        display: none;
    }

    main .container.py-4 {
        padding-top: 0 !important;
    }

    .guide-document__hero {
        border-radius: 1.4rem;
        grid-template-columns: 1fr;
        padding: 2rem 1.15rem;
    }

    .guide-document__actions {
        justify-content: stretch;
    }

    .guide-document__actions .btn {
        width: 100%;
    }

    .guide-overview-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .site-footer {
        padding-bottom: 6.5rem;
    }

    .site-footer__shell {
        border-radius: 1.5rem;
        padding: 2rem 1.2rem;
    }

    .site-footer__actions .btn,
    .site-footer__links a {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .doc-grid--three {
        align-items: stretch;
    }
}

@media (max-width: 1199px) {
    .danger-shell {
        display: block;
    }

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

    .editorial-header {
        flex-direction: column;
    }

    .editorial-media-card {
        width: 100%;
    }

    .home-hero {
        border-radius: 0 0 1.75rem 1.75rem;
        margin-inline: -0.75rem;
    }
}
