:root {
    --navy: #12275c;
    --navy-2: #0b1a41;
    --blue: #1b57a8;
    --green: #157a3d;
    --green-2: #0f5f2f;
    --gold: #e2b122;
    --ink: #0d1526;
    --body: #56607a;
    --mist: #f4f6fb;
    --line: #e3e8f2;
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--body);
    font-size: 0.97rem;
    line-height: 1.75;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Archivo', system-ui, sans-serif;
    color: var(--navy);
    font-weight: 800;
    letter-spacing: -0.02em;
}

a {
    text-decoration: none;
    transition: 0.25s;
}

.eyebrow {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--green);
    display: block;
    margin-bottom: 0.9rem;
}

.eyebrow.gold {
    color: var(--gold);
}

.h-big {
    font-size: clamp(2.1rem, 4.4vw, 3.1rem);
    line-height: 1.05;
    text-transform: uppercase;
}

.lead-sm {
    max-width: 44ch;
    font-size: 1.02rem;
}

.sec {
    padding: 90px 0;
}

.sec-tight {
    padding: 64px 0;
}

.mist {
    background: var(--mist);
}

.btn {
    --bs-btn-border-radius: 3px;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 0.88rem;
    padding: 0.72rem 1.6rem;
    letter-spacing: 0.01em;
}

.btn-ku {
    background: var(--green);
    border: 1px solid var(--green);
    color: #fff;
}

.btn-ku:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}

.btn-outline-ku {
    border: 1px solid var(--navy);
    color: var(--navy);
    background: transparent;
}

.btn-outline-ku:hover {
    background: var(--navy);
    color: #fff;
}

.btn-gold {
    background: var(--gold);
    border: 1px solid var(--gold);
    color: var(--navy-2);
}

.btn-gold:hover {
    background: #fff;
    border-color: #fff;
    color: var(--navy-2);
}

.btn-ghost {
    border: 1px solid rgba(255, 255, 255, .45);
    color: #fff;
}

.btn-ghost:hover {
    background: #fff;
    color: var(--navy);
}

.topbar {
    background: var(--navy-2);
    color: rgba(255, 255, 255, .72);
    font-size: 0.8rem;
    padding: 9px 0;
}

.topbar a {
    color: rgba(255, 255, 255, .72);
}

.topbar a:hover {
    color: var(--gold);
}

.topbar-social a {
    font-size: 0.85rem;
}

.ku-nav {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    transition: 0.3s;
}

.ku-nav.is-stuck {
    padding: 8px 0;
    box-shadow: 0 10px 30px rgba(18, 39, 92, .09);
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar-brand img {
    height: 46px;
    transition: 0.3s;
}

.is-stuck .navbar-brand img {
    height: 38px;
}

.navbar-brand span {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.navbar-brand strong {
    font-family: 'Archivo', sans-serif;
    font-size: 1.22rem;
    color: var(--navy);
    letter-spacing: -0.01em;
}

.navbar-brand small {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--green);
    font-weight: 600;
}

.ku-nav .nav-link {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 0.88rem;
    color: var(--navy);
    padding: 0.5rem 0.85rem;
    position: relative;
}

.ku-nav .nav-link:hover,
.ku-nav .nav-link.active {
    color: var(--green);
}

.ku-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: -2px;
    height: 2px;
    background: var(--gold);
}

.navbar-toggler {
    border: 1px solid var(--line);
    border-radius: 3px;
    color: var(--navy);
    font-size: 1.3rem;
    padding: 0.2rem 0.6rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-menu {
    border: 1px solid var(--line);
    border-top: 2px solid var(--green);
    border-radius: 0;
    box-shadow: 0 18px 40px rgba(18, 39, 92, .1);
    padding: 0.5rem 0;
    margin-top: 0.6rem;
}

.dropdown-item {
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--navy);
    padding: 0.5rem 1.2rem;
}

.dropdown-item:hover {
    background: var(--mist);
    color: var(--green);
}

.hero {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 84px 0 0;
}

.hero-art {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 47%;
    background: linear-gradient(155deg, var(--blue), var(--navy) 65%);
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
    overflow: hidden;
}

.hero-art::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 48px 48px;
}

.hero-art::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(420px 300px at 22% 88%, rgba(21, 122, 61, .55), transparent 70%);
}

.hero-trace {
    position: absolute;
    top: 34px;
    right: 0;
    width: 74%;
    opacity: .55;
    z-index: 2;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: clamp(2.5rem, 5.6vw, 4.2rem);
    line-height: 1;
    text-transform: uppercase;
}

.hero h1 em {
    font-style: normal;
    color: var(--green);
}

.hero p {
    max-width: 38ch;
}

.hero-mark {
    background: #fff;
    padding: 26px;
    border: 1px solid var(--line);
    box-shadow: 0 26px 60px rgba(11, 26, 65, .22);
}

.hero-mark img {
    width: 100%;
}

.hero-strip {
    background: #fff;
    border-top: 1px solid var(--line);
    margin-top: 74px;
    position: relative;
    z-index: 3;
}

.hero-strip .col-figure {
    padding: 26px 0;
    border-right: 1px solid var(--line);
}

.hero-strip .col-figure:last-child {
    border-right: 0;
}

.figure-num {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 2.1rem;
    color: var(--navy);
    line-height: 1;
}

.figure-lab {
    font-size: 0.74rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--green);
    font-weight: 600;
}

.hero-strip a {
    color: inherit;
    display: block;
}

.hero-strip a:hover .figure-num {
    color: var(--green);
}

.rule {
    width: 54px;
    height: 3px;
    background: var(--gold);
    display: block;
}

.svc {
    display: block;
    background: #fff;
    border: 1px solid var(--line);
    padding: 30px 26px 26px;
    height: 100%;
    position: relative;
    transition: 0.3s;
}

.svc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 0;
    background: var(--green);
    transition: 0.35s;
}

.svc:hover {
    border-color: transparent;
    box-shadow: 0 22px 50px rgba(18, 39, 92, .13);
    transform: translateY(-4px);
}

.svc:hover::before {
    width: 100%;
}

.svc i.ic {
    font-size: 1.5rem;
    color: var(--green);
    display: block;
    margin-bottom: 18px;
}

.svc h5 {
    font-size: 1.06rem;
    margin-bottom: 8px;
}

.svc p {
    font-size: 0.9rem;
    margin: 0;
    color: var(--body);
}

.svc .go {
    font-family: 'Archivo', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--navy);
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.svc:hover .go {
    color: var(--green);
}

.svc:hover .go i {
    transform: translateX(5px);
}

.svc .go i {
    transition: 0.3s;
}

.svc-cta {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.svc-cta h5,
.svc-cta p {
    color: #fff;
}

.svc-cta:hover {
    box-shadow: 0 22px 50px rgba(21, 122, 61, .3);
}

.step {
    border-top: 2px solid var(--line);
    padding-top: 20px;
    height: 100%;
}

.step span {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    color: var(--gold);
}

.step h6 {
    font-size: 1rem;
    margin: 10px 0 8px;
}

.step p {
    font-size: 0.88rem;
    margin: 0;
}

.pillar {
    background: #fff;
    border-left: 3px solid var(--green);
    padding: 28px 26px;
    height: 100%;
}

.pillar i {
    color: var(--gold);
    font-size: 1.3rem;
}

.pillar h5 {
    font-size: 1.05rem;
    margin: 14px 0 8px;
}

.pillar p {
    font-size: 0.9rem;
    margin: 0;
}

.band {
    background: linear-gradient(115deg, var(--navy) 40%, var(--blue));
    position: relative;
    overflow: hidden;
    padding: 74px 0;
}

.band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 48px 48px;
}

.band::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(600px 320px at 88% 20%, rgba(21, 122, 61, .5), transparent 70%);
}

.band .container {
    position: relative;
    z-index: 2;
}

.band h2,
.band h3 {
    color: #fff;
}

.band p {
    color: rgba(255, 255, 255, .78);
}

.lead-card {
    background: #fff;
    border: 1px solid var(--line);
    overflow: hidden;
    height: 100%;
}

.lead-card .ph {
    position: relative;
    overflow: hidden;
    background: var(--mist);
}

.lead-card img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: top center;
    transition: 0.6s;
}

.lead-card:hover img {
    transform: scale(1.05);
}

.lead-card .body {
    padding: 22px 24px;
    border-top: 3px solid var(--gold);
}

.lead-card h5 {
    font-size: 1.02rem;
    margin-bottom: 4px;
}

.lead-card p {
    font-size: 0.82rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--green);
    font-weight: 600;
}

.page-head {
    background: var(--mist);
    border-bottom: 1px solid var(--line);
    padding: 62px 0;
    position: relative;
    overflow: hidden;
}

.page-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    background: linear-gradient(var(--navy), var(--green) 55%, var(--gold));
}

.page-head::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 260px;
    height: 260px;
    border: 1px solid var(--line);
    border-radius: 50%;
}

.page-head h1 {
    font-size: clamp(2rem, 5vw, 3.1rem);
    text-transform: uppercase;
}

.page-head .crumb {
    font-size: 0.82rem;
}

.page-head .crumb a {
    color: var(--green);
    font-weight: 600;
}

.info {
    display: flex;
    gap: 16px;
    background: #fff;
    border: 1px solid var(--line);
    padding: 22px;
    height: 100%;
}

.info i {
    width: 44px;
    height: 44px;
    flex: none;
    background: var(--navy);
    color: #fff;
    display: grid;
    place-items: center;
    border-radius: 3px;
}

.info small {
    display: block;
    font-size: 0.74rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--green);
    font-weight: 600;
}

.info strong {
    font-family: 'Archivo', sans-serif;
    color: var(--navy);
    font-size: 1.02rem;
}

.info a {
    color: var(--navy);
}

.ticket {
    background: #fff;
    border: 1px solid var(--line);
    border-top: 3px solid var(--green);
    padding: 30px;
}

.ticket ol {
    padding-left: 18px;
    margin: 0;
}

.ticket ol li {
    padding: 5px 0;
    font-size: 0.92rem;
}

.map-frame {
    border: 1px solid var(--line);
    height: 100%;
    min-height: 340px;
    filter: grayscale(.25);
}

.map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 340px;
    display: block;
    border: 0;
}

.faq-search {
    position: relative;
}

.faq-search input {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 3px;
    padding: 0.82rem 1rem 0.82rem 2.7rem;
    font-size: 0.93rem;
    color: var(--navy);
}

.faq-search input:focus {
    outline: none;
    border-color: var(--green);
}

.faq-search i {
    position: absolute;
    left: 1rem;
    top: 0.88rem;
    color: var(--green);
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pill {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--navy);
    padding: 0.45rem 1rem;
    border-radius: 40px;
    transition: 0.25s;
}

.pill:hover {
    border-color: var(--green);
    color: var(--green);
}

.pill.on {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}

.faq-group {
    margin-bottom: 34px;
}

.faq-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.faq-label span {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 0.76rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--green);
}

.faq-label small {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--navy);
    background: var(--mist);
    border: 1px solid var(--line);
    padding: 1px 8px;
    border-radius: 20px;
}

.faq-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--line);
}

.faq-item {
    background: #fff;
    border: 1px solid var(--line);
    margin-bottom: 10px;
    transition: 0.25s;
}

.faq-item.open {
    border-color: var(--green);
    box-shadow: 0 14px 34px rgba(18, 39, 92, .08);
}

.faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
    padding: 17px 56px 17px 20px;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 0.97rem;
    color: var(--navy);
    position: relative;
    line-height: 1.5;
}

.faq-q i {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--green);
    font-size: 0.9rem;
    transition: 0.3s;
}

.faq-item.open .faq-q i {
    transform: translateY(-50%) rotate(135deg);
}

.faq-a {
    display: none;
    padding: 0 56px 20px 20px;
    font-size: 0.93rem;
}

.empty {
    border: 1px dashed var(--line);
    background: var(--mist);
    padding: 48px 24px;
    text-align: center;
}

.empty i {
    font-size: 1.6rem;
    color: var(--green);
}

.side-toc {
    position: sticky;
    top: 116px;
}

.side-toc a {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--body);
    padding: 7px 0 7px 16px;
    border-left: 2px solid var(--line);
    margin-left: 1px;
}

.side-toc a:hover,
.side-toc a.on {
    color: var(--green);
    border-left-color: var(--green);
    font-weight: 600;
}

.toc-box {
    background: var(--mist);
    border: 1px solid var(--line);
    padding: 22px;
}

.toc-box strong {
    font-family: 'Archivo', sans-serif;
    color: var(--navy);
    display: block;
    margin-bottom: 6px;
}

.toc-box p {
    font-size: 0.86rem;
    margin-bottom: 16px;
}

.policy-block {
    margin-bottom: 42px;
    scroll-margin-top: 120px;
}

.policy-block .no {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    color: var(--gold);
}

.policy-block h3 {
    font-size: 1.28rem;
    text-transform: uppercase;
    margin: 8px 0 12px;
}

.policy-block p {
    font-size: 0.96rem;
}

.policy-block ul {
    padding-left: 20px;
    margin: 0;
}

.policy-block li {
    font-size: 0.95rem;
    margin-bottom: 7px;
}

.policy-note {
    display: flex;
    gap: 16px;
    background: var(--mist);
    border-left: 3px solid var(--gold);
    padding: 24px;
}

.policy-note i {
    color: var(--gold);
    font-size: 1.2rem;
    margin-top: 3px;
}

.policy-note strong {
    font-family: 'Archivo', sans-serif;
    color: var(--navy);
    display: block;
    margin-bottom: 4px;
}

.policy-note p {
    font-size: 0.92rem;
}

.ku-footer {
    background: var(--navy-2);
    padding: 72px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 0.9rem;
}

.foot-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.foot-brand img {
    height: 52px;
    background: #fff;
    padding: 5px;
    border-radius: 3px;
}

.foot-brand span {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    color: #fff;
}

.foot-note {
    max-width: 34ch;
}

.ku-footer h6 {
    color: var(--gold);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.foot-list,
.foot-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.foot-list li {
    margin-bottom: 11px;
}

.foot-list a {
    color: rgba(255, 255, 255, .68);
}

.foot-list a:hover {
    color: #fff;
    padding-left: 5px;
}

.foot-contact li {
    display: flex;
    gap: 12px;
    margin-bottom: 13px;
    line-height: 1.55;
}

.foot-contact i {
    color: var(--green);
    margin-top: 4px;
}

.foot-contact a {
    color: rgba(255, 255, 255, .68);
}

.foot-contact a:hover {
    color: #fff;
}

.foot-social {
    display: flex;
    gap: 10px;
}

.foot-social a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: grid;
    place-items: center;
    color: #fff;
    border-radius: 3px;
}

.foot-social a:hover {
    background: var(--green);
    border-color: var(--green);
}

.foot-ticket {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
    display: inline-block;
    margin-top: 6px;
}

.foot-ticket:hover {
    color: #fff;
}

.foot-base {
    margin-top: 56px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding: 22px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    font-size: 0.82rem;
}

.foot-base a {
    color: rgba(255, 255, 255, .68);
}

.foot-base a:hover {
    color: var(--gold);
}

.to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 44px;
    height: 44px;
    background: var(--green);
    color: #fff;
    display: grid;
    place-items: center;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    z-index: 1040;
}

.to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.to-top:hover {
    background: var(--navy);
    color: #fff;
}

.rise {
    opacity: 0;
    transform: translateY(22px);
    transition: 0.7s ease;
}

.rise.in {
    opacity: 1;
    transform: none;
}

:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
}

@media (min-width:992px) {
    .ku-nav .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0.2rem;
    }
}

@media (max-width:991px) {
    .side-toc {
        position: static;
        margin-bottom: 10px;
    }

    .hero-art {
        display: none;
    }

    .hero {
        padding-top: 58px;
        text-align: center;
    }

    .hero p,
    .lead-sm {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-mark {
        max-width: 300px;
        margin: 38px auto 0;
        background: linear-gradient(155deg, var(--blue), var(--navy) 70%);
        border: 0;
        padding: 20px;
    }

    .hero-mark img {
        background: #fff;
        padding: 16px;
    }

    .hero-strip {
        margin-top: 44px;
    }

    .hero-strip .col-figure {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 18px 0;
    }

    .hero-strip .col-figure:last-child {
        border-bottom: 0;
    }

    .navbar-collapse {
        border-top: 1px solid var(--line);
        margin-top: 14px;
        padding-top: 10px;
    }

    .ku-nav .nav-link.active::after {
        display: none;
    }

    .dropdown-menu {
        border: 0;
        box-shadow: none;
        margin: 0 0 6px;
        padding-left: 10px;
    }

    .sec {
        padding: 64px 0;
    }
}

@media (prefers-reduced-motion:reduce) {
    * {
        transition: none !important;
        animation: none !important;
    }

    .rise {
        opacity: 1;
        transform: none;
    }
}


/* ============================================================
   BEFORE YOU START
   ============================================================ */

.prep-tabs .nav-link {
    border-radius: 999px;
    padding: 9px 20px;
    font-weight: 600;
    font-size: .9rem;
    color: #46536b;
    background: #fff;
    border: 1px solid #e3e8f0;
    margin-right: 10px;
}

.prep-tabs .nav-link.active {
    background: #003d82;
    border-color: #003d82;
    color: #fff;
}

.prep-card {
    background: #fff;
    border: 1px solid #e9edf4;
    border-radius: 16px;
    padding: 28px;
    height: 100%;
}

.prep-head {
    font-size: .78rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #7a869a;
    margin-bottom: 18px;
}

.prep-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 26px;
}

.prep-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.prep-list i {
    color: #003d82;
    font-size: 1.05rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.prep-list span {
    display: block;
    line-height: 1.35;
}

.prep-list strong {
    display: block;
    font-size: .93rem;
    font-weight: 600;
}

.prep-list small {
    display: block;
    color: #7a869a;
    font-size: .79rem;
    margin-top: 1px;
}

.prep-note {
    margin: 20px 0 0;
    padding-top: 16px;
    border-top: 1px solid #eef1f6;
    font-size: .84rem;
    color: #6b7789;
}

.prep-note i {
    color: #003d82;
    margin-right: 5px;
}

.prep-card.fees {
    background: #f7f9fc;
}

.fee-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fee-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px dashed #e0e6f0;
    font-size: .88rem;
}

.fee-list li:last-child {
    border-bottom: 0;
}

.fee-list span {
    color: #46536b;
}

.fee-list strong {
    white-space: nowrap;
    color: #003d82;
}

.prep-cta {
    margin-top: 34px;
    background: #003d82;
    color: #fff;
    border-radius: 16px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.prep-cta strong {
    display: block;
    font-size: 1.02rem;
}

.prep-cta span {
    display: block;
    color: rgba(255, 255, 255, .78);
    font-size: .88rem;
    margin-top: 2px;
}

/* ============================================================
   COMMITTEES
   ============================================================ */

.cmte {
    background: #fff;
    border: 1px solid #e9edf4;
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    transition: transform .18s ease, box-shadow .18s ease;
}

.cmte:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(16, 24, 40, .09);
}

.cmte .ic {
    font-size: 1.9rem;
    color: #003d82;
    display: block;
    margin-bottom: 14px;
}

.cmte h5 {
    font-size: 1.06rem;
    margin-bottom: 6px;
}

.cmte-tag {
    display: inline-block;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    background: #eef3fa;
    color: #003d82;
    padding: 2px 9px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.cmte p {
    font-size: .9rem;
    color: #56617a;
    margin-bottom: 14px;
}

.cmte-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eef1f6;
    padding-top: 14px;
}

.cmte-list li {
    font-size: .84rem;
    color: #46536b;
    padding: 4px 0 4px 20px;
    position: relative;
}

.cmte-list li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #003d82;
}

/* ============================================================
   WHO CAN APPLY
   ============================================================ */

.elig {
    background: #fff;
    border: 1px solid #e9edf4;
    border-radius: 16px;
    padding: 28px;
    height: 100%;
}

.elig .ic {
    font-size: 1.8rem;
    color: #003d82;
    display: block;
    margin-bottom: 14px;
}

.elig h5 {
    font-size: 1.02rem;
    margin-bottom: 8px;
}

.elig p {
    font-size: .9rem;
    color: #56617a;
    margin-bottom: 14px;
}

.elig-req {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .8rem;
    font-weight: 600;
    color: #0b6b3a;
    background: #e8f6ee;
    border-radius: 999px;
    padding: 4px 12px;
}

.elig-note {
    margin-top: 30px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff8e6;
    border: 1px solid #f2e2b8;
    border-radius: 14px;
    padding: 18px 22px;
    font-size: .9rem;
    color: #6b5a2a;
}

.elig-note i {
    font-size: 1.15rem;
    color: #a67c00;
    margin-top: 1px;
}

.elig-note a {
    font-weight: 600;
    margin-left: 5px;
}

@media (max-width: 767.98px) {
    .prep-list {
        grid-template-columns: 1fr;
    }

    .prep-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ============================================================
   ADDITIONS — scope note, fee table, payment, warning card
   ============================================================ */

.scope-note {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #eef3fa;
    border: 1px solid #d7e3f4;
    border-radius: 14px;
    padding: 16px 20px;
    margin-bottom: 26px;
    font-size: .89rem;
    color: #33465f;
}

.scope-note i {
    font-size: 1.15rem;
    color: #003d82;
    margin-top: 1px;
}

.fee-table {
    width: 100%;
    font-size: .84rem;
    border-collapse: collapse;
}

.fee-table th,
.fee-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #e3e9f2;
    text-align: right;
    white-space: nowrap;
}

.fee-table thead th {
    font-size: .72rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #7a869a;
    font-weight: 700;
    border-bottom: 1px solid #d7dfeb;
}

.fee-table th:first-child,
.fee-table td:first-child {
    text-align: left;
    font-weight: 600;
    color: #33465f;
}

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

.fee-cap {
    margin: 12px 0 0;
    font-size: .78rem;
    color: #7a869a;
}

.pay-card {
    background: #003d82;
    color: #fff;
    border-radius: 16px;
    padding: 26px 28px;
    height: 100%;
}

.pay-k {
    display: block;
    font-size: .7rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
    margin-top: 12px;
}

.pay-k:first-child {
    margin-top: 0;
}

.pay-v {
    display: block;
    font-size: .92rem;
    font-weight: 600;
}

.warn-card {
    background: #fff5f5;
    border: 1px solid #f3d3d3;
    border-radius: 16px;
    padding: 22px 24px;
    height: 100%;
    font-size: .88rem;
    color: #6b3a3a;
}

.warn-card hr {
    border-color: #f0d0d0;
    margin: 14px 0;
}

.warn-card a {
    font-weight: 600;
}

.warn-card i {
    width: 18px;
    color: #a33;
}

.sec-head {
    padding: 70px 0 40px;
    background: #f7f9fc;
}

.dl-group {
    margin-bottom: 48px;
}

.dl-group-head {
    margin-bottom: 20px;
}

.dl-group-head h4 {
    font-size: 1.15rem;
    margin-bottom: 4px;
}

.dl-group-head p {
    margin: 0;
    color: #7a869a;
    font-size: .89rem;
}

.dl-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e9edf4;
    border-radius: 14px;
    padding: 20px 22px;
    height: 100%;
    text-decoration: none;
    color: inherit;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.dl-card:hover {
    transform: translateY(-2px);
    border-color: #cfdcef;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .08);
}

.dl-ic {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    font-size: 1.35rem;
}

.dl-ic.is-pdf {
    background: #fdeceb;
    color: #c0392b;
}

.dl-ic.is-doc {
    background: #eaf1fb;
    color: #1d5fbf;
}

.dl-body {
    flex: 1;
    min-width: 0;
}

.dl-code {
    display: inline-block;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    background: #eef3fa;
    color: #003d82;
    padding: 2px 8px;
    border-radius: 999px;
    margin-bottom: 6px;
}

.dl-body strong {
    display: block;
    font-size: 1rem;
    line-height: 1.3;
}

.dl-desc {
    display: block;
    color: #56617a;
    font-size: .86rem;
    margin-top: 5px;
    line-height: 1.45;
}

.dl-meta {
    display: block;
    color: #93a0b4;
    font-size: .76rem;
    margin-top: 9px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.dl-go {
    flex-shrink: 0;
    color: #003d82;
    font-size: 1.1rem;
    opacity: .55;
}

.dl-card:hover .dl-go {
    opacity: 1;
}

.dl-help {
    margin-top: 10px;
    background: #003d82;
    color: #fff;
    border-radius: 16px;
    padding: 26px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.dl-help strong {
    display: block;
    font-size: 1.05rem;
}

.dl-help span {
    color: rgba(255, 255, 255, .78);
    font-size: .88rem;
}

.dl-help-contact {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: .86rem;
}

.dl-help-contact a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.dl-help-contact i {
    width: 20px;
    opacity: .75;
}

.scope-note {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #eef3fa;
    border: 1px solid #d7e3f4;
    border-radius: 14px;
    padding: 16px 20px;
    font-size: .89rem;
    color: #33465f;
}

.scope-note i {
    font-size: 1.15rem;
    color: #003d82;
    margin-top: 1px;
}

@media (max-width: 767.98px) {
    .dl-help {
        flex-direction: column;
        align-items: flex-start;
    }
}