:root {
    --navy: #082b61;
    --navy2: #061d43;
    --blue: #0879d9;
    --sky: #eaf5ff;
    --text: #172033;
    --muted: #687386;
    --line: #dbe5f0;
    --white: #fff;
    --radius: 18px;
    --shadow: 0 20px 60px rgba(8, 43, 97, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    color: var(--text);
    background: #fff
}

a {
    text-decoration: none;
    color: inherit
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: auto
}

.topbar {
    background: var(--navy2);
    color: #d9e9ff;
    font-size: 13px
}

.topbar-inner {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.topbar a {
    color: #fff;
    font-weight: 700
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(8, 43, 97, .08)
}

.nav-wrap {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand img {
    width: 210px;
    height: 66px;
    object-fit: contain;
    object-position: left center
}

.nav {
    display: flex;
    align-items: center;
    gap: 27px;
    font-size: 14px;
    font-weight: 600
}

.nav a:hover {
    color: var(--blue)
}

.nav-cta {
    background: var(--navy);
    color: #fff!important;
    padding: 12px 18px;
    border-radius: 10px
}

.menu-btn {
    display: none;
    border: 0;
    background: none;
    font-size: 28px;
    color: var(--navy)
}

.hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fbff 0%, #edf6ff 58%, #fff 100%);
    padding: 76px 0 82px
}

.hero:before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(8, 121, 217, .15);
    border-radius: 50%;
    right: -170px;
    top: -180px
}

.hero-glow {
    position: absolute;
    inset: auto auto -220px -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(8, 121, 217, .18), transparent 65%)
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: 65px;
    align-items: center
}

.eyebrow,
.section-kicker {
    text-transform: uppercase;
    letter-spacing: 2.2px;
    color: var(--blue);
    font-weight: 700;
    font-size: 12px
}

.hero h1,
.section h2,
.process-section h2,
.cta-card h2 {
    font-family: 'Playfair Display', serif
}

.hero h1 {
    font-size: 58px;
    line-height: 1.07;
    margin: 18px 0 22px;
    color: var(--navy2);
    max-width: 760px
}

.hero h1 span {
    color: var(--blue)
}

.hero-copy>p {
    font-size: 18px;
    line-height: 1.75;
    color: var(--muted);
    max-width: 710px
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin: 31px 0
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 22px;
    border-radius: 12px;
    font-weight: 700;
    transition: .25s
}

.btn:hover {
    transform: translateY(-2px)
}

.btn.primary {
    background: var(--navy);
    color: #fff;
    box-shadow: 0 12px 28px rgba(8, 43, 97, .2)
}

.btn.secondary {
    border: 1px solid var(--line);
    background: #fff;
    color: var(--navy)
}

.hero-stats {
    display: flex;
    gap: 32px;
    margin-top: 37px
}

.hero-stats div {
    display: grid;
    gap: 4px;
    padding-right: 30px;
    border-right: 1px solid var(--line)
}

.hero-stats div:last-child {
    border: 0
}

.hero-stats strong {
    font-size: 21px;
    color: var(--navy)
}

.hero-stats span {
    font-size: 12px;
    color: var(--muted)
}

.hero-card {
    background: #fff;
    border: 1px solid rgba(8, 43, 97, .09);
    border-radius: 26px;
    padding: 24px;
    box-shadow: var(--shadow);
    position: relative
}

.hero-card:after {
    content: "";
    position: absolute;
    inset: 15px;
    border: 1px solid rgba(8, 121, 217, .13);
    border-radius: 18px;
    pointer-events: none
}

.hero-card img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    border-radius: 18px;
    background: #fff
}

.cover-badge {
    position: absolute;
    z-index: 2;
    top: 38px;
    right: 38px;
    background: var(--blue);
    color: #fff;
    border-radius: 99px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700
}

.cover-meta {
    padding: 14px 8px 8px
}

.cover-meta span {
    font-size: 12px;
    color: var(--blue);
    font-weight: 700
}

.cover-meta h3 {
    font-family: 'Playfair Display', serif;
    color: var(--navy);
    font-size: 24px;
    margin: 8px 0
}

.cover-meta p {
    color: var(--muted);
    margin: 0
}

.hero-card>a {
    display: block;
    color: var(--blue);
    font-weight: 700;
    padding: 12px 8px;
    position: relative;
    z-index: 2
}

.trust-strip {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff
}

.trust-grid {
    min-height: 76px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    text-align: center;
    color: var(--navy);
    font-size: 14px;
    font-weight: 700
}

.section {
    padding: 95px 0
}

.section.soft {
    background: #f7faff
}

.split {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px
}

.section h2,
.process-section h2,
.cta-card h2 {
    font-size: 42px;
    line-height: 1.2;
    color: var(--navy2);
    margin: 12px 0
}

.about-copy p,
.section-head p {
    color: var(--muted);
    line-height: 1.8;
    font-size: 16px
}

.about-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 25px
}

.about-points span {
    padding: 15px 16px;
    background: var(--sky);
    border-radius: 10px;
    color: var(--navy);
    font-weight: 700;
    font-size: 14px
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 38px
}

.section-head p {
    max-width: 430px
}

.scope-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.scope-grid article {
    background: #fff;
    padding: 28px;
    border: 1px solid #e3ebf3;
    border-radius: var(--radius);
    transition: .25s
}

.scope-grid article:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
    border-color: #c9dff3
}

.scope-grid .icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: var(--sky);
    color: var(--blue);
    font-size: 22px;
    font-weight: 700
}

.scope-grid h3 {
    color: var(--navy);
    margin: 18px 0 10px
}

.scope-grid p {
    color: var(--muted);
    line-height: 1.65;
    margin: 0
}

.text-link {
    color: var(--blue);
    font-weight: 700
}

.article-list {
    border-top: 1px solid var(--line)
}

.article-list article {
    display: grid;
    grid-template-columns: 70px 1fr auto;
    gap: 25px;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid var(--line)
}

.article-no {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #a8bed6
}

.tag {
    font-size: 11px;
    color: var(--blue);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.article-list h3 {
    font-size: 20px;
    color: var(--navy);
    margin: 7px 0
}

.article-list p {
    margin: 0;
    color: var(--muted);
    font-size: 13px
}

.article-list a {
    font-weight: 700;
    color: var(--blue)
}

.process-section {
    padding: 90px 0;
    background: linear-gradient(135deg, var(--navy2), var(--navy));
    color: #fff
}

.section-kicker.light {
    color: #78c0ff
}

.process-section h2,
.cta-card h2 {
    color: #fff
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 40px
}

.process-grid div {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    background: rgba(255, 255, 255, .06)
}

.process-grid span {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    color: #78c0ff
}

.process-grid h3 {
    margin: 15px 0 10px
}

.process-grid p {
    color: #cbd9ea;
    line-height: 1.65;
    font-size: 14px
}

.board-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.board-grid article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 28px;
    text-align: center
}

.avatar {
    width: 72px;
    height: 72px;
    margin: auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--navy), var(--blue));
    color: #fff;
    font-weight: 700
}

.board-grid h3 {
    color: var(--navy);
    margin: 16px 0 8px
}

.board-grid p {
    color: var(--muted);
    margin: 0
}

.cta-section {
    padding: 80px 0;
    background: #fff
}

.cta-card {
    background: linear-gradient(135deg, #0879d9, #082b61);
    border-radius: 28px;
    padding: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-shadow: var(--shadow)
}

.cta-card p {
    color: #d9eaff
}

.cta-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0
}

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

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

footer {
    background: #051831;
    color: #d3dfed;
    padding: 65px 0 22px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 40px
}

.footer-brand img {
    width: 210px;
    height: 90px;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
    padding: 8px
}

.footer-brand p {
    max-width: 290px;
    line-height: 1.6
}

.footer-grid h4 {
    color: #fff
}

.footer-grid>div:not(:first-child) {
    display: flex;
    flex-direction: column;
    gap: 11px
}

.footer-grid a,
.footer-grid p {
    color: #aebed1;
    font-size: 14px;
    margin: 0
}

.footer-grid a:hover {
    color: #fff
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 45px;
    padding-top: 20px;
    font-size: 13px;
    color: #8fa5bd;
    display: flex;
    justify-content: space-between
}

@media(max-width:900px) {
    .topbar-inner span:nth-child(2) {
        display: none
    }
    .menu-btn {
        display: block
    }
    .nav {
        position: absolute;
        left: 20px;
        right: 20px;
        top: 85px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 14px;
        box-shadow: var(--shadow);
        padding: 20px;
        display: none;
        flex-direction: column;
        align-items: stretch
    }
    .nav.open {
        display: flex
    }
    .hero-grid,
    .split {
        grid-template-columns: 1fr
    }
    .hero h1 {
        font-size: 45px
    }
    .hero-card {
        max-width: 580px
    }
    .trust-grid {
        grid-template-columns: 1fr 1fr;
        padding: 18px 0;
        gap: 18px
    }
    .scope-grid {
        grid-template-columns: 1fr 1fr
    }
    .process-grid {
        grid-template-columns: 1fr 1fr
    }
    .cta-card {
        align-items: flex-start;
        flex-direction: column
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
    .section-head {
        align-items: flex-start;
        flex-direction: column
    }
}

@media(max-width:600px) {
    .container {
        width: min(100% - 26px, 1180px)
    }
    .topbar-inner {
        font-size: 11px
    }
    .brand img {
        width: 165px
    }
    .hero {
        padding: 55px 0
    }
    .hero h1 {
        font-size: 38px
    }
    .hero-copy>p {
        font-size: 16px
    }
    .hero-actions,
    .cta-actions {
        flex-direction: column
    }
    .hero-stats {
        gap: 14px;
        flex-wrap: wrap
    }
    .hero-stats div {
        padding-right: 14px
    }
    .section {
        padding: 70px 0
    }
    .section h2,
    .process-section h2,
    .cta-card h2 {
        font-size: 34px
    }
    .scope-grid,
    .process-grid,
    .board-grid,
    .footer-grid {
        grid-template-columns: 1fr
    }
    .article-list article {
        grid-template-columns: 48px 1fr
    }
    .article-list article>a {
        grid-column: 2
    }
    .about-points {
        grid-template-columns: 1fr
    }
    .trust-grid {
        font-size: 12px
    }
    .cta-card {
        padding: 35px 25px
    }
    .footer-bottom {
        flex-direction: column;
        gap: 8px
    }
}

.page-hero {
    background: linear-gradient(135deg, #eef7ff, #fff);
    padding: 64px 0;
    border-bottom: 1px solid #dce6f1
}

.breadcrumbs {
    font-size: 13px;
    color: #687386;
    margin-bottom: 10px
}

.page-hero h1 {
    font-size: 52px;
    margin: 0 0 12px
}

.page-hero p {
    max-width: 760px;
    color: #687386;
    font-size: 18px
}

.page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 34px
}

.content-card,
.side-card,
.team-card,
.contact-item {
    background: #fff;
    border: 1px solid #dce6f1;
    border-radius: 14px;
    padding: 26px;
    box-shadow: 0 8px 24px rgba(7, 43, 98, .05)
}

.content-card {
    margin-bottom: 22px
}

.content-card h2 {
    font-size: 31px
}

.content-card h3 {
    font-size: 22px;
    margin-top: 25px
}

.content-card li {
    margin: 8px 0
}

.sidebar {
    position: sticky;
    top: 105px;
    height: max-content
}

.side-card {
    margin-bottom: 18px
}

.side-card h3 {
    font-size: 20px
}

.side-card a {
    display: block;
    padding: 9px 0;
    border-bottom: 1px solid #edf1f5;
    color: #687386
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
}

.team-card {
    display: flex;
    gap: 16px;
    align-items: center
}

.team-avatar {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #eaf5ff;
    color: #0877d1;
    font-weight: 900
}

.team-card h3 {
    font-size: 20px;
    margin: 0 0 4px
}

.team-card p {
    font-size: 14px;
    color: #687386;
    margin: 0
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px
}

.field {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.field.full {
    grid-column: 1/-1
}

.field label {
    font-size: 14px;
    font-weight: 700
}

.field input,
.field select,
.field textarea {
    padding: 13px;
    border: 1px solid #cfdbe8;
    border-radius: 8px;
    font: inherit
}

.field textarea {
    min-height: 130px
}

.notice {
    background: #eaf5ff;
    border-left: 4px solid #0877d1;
    padding: 15px;
    border-radius: 8px;
    color: #36536e
}

.contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 28px
}

.contact-item {
    margin-bottom: 14px
}

.contact-item strong {
    display: block;
    color: #072b62
}

.issue-card {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    gap: 22px;
    align-items: center
}

.issue-card img {
    height: 120px;
    object-fit: contain
}

.archive-year h2 {
    border-bottom: 2px solid #0877d1;
    padding-bottom: 10px
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.policy-grid .content-card {
    margin: 0
}

.nav .dropdown {
    position: relative
}

.nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 210px;
    background: #fff;
    border: 1px solid #dce6f1;
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 15px 35px rgba(7, 43, 98, .12)
}

.nav .dropdown:hover .dropdown-menu {
    display: block
}

.nav .dropdown-menu a {
    display: block;
    padding: 9px 10px
}

.nav .dropdown-menu a:hover {
    background: #eef7ff
}

@media(max-width:900px) {
    .page-grid,
    .contact-grid {
        grid-template-columns: 1fr
    }
    .sidebar {
        position: static
    }
    .team-grid,
    .policy-grid {
        grid-template-columns: 1fr
    }
    .nav .dropdown-menu {
        position: static;
        display: block;
        border: 0;
        box-shadow: none;
        padding-left: 14px
    }
    .issue-card {
        grid-template-columns: 1fr
    }
}

@media(max-width:620px) {
    .page-hero h1 {
        font-size: 38px
    }
    .form-grid {
        grid-template-columns: 1fr
    }
    .field.full {
        grid-column: auto
    }
}