@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
    --bg: #f5f5f1;
    --surface: #fff;
    --ink: #0a0a0a;
    --muted: #73736e50;
    --line: #deded7;
    --lime: #eef148;
    --dark: #0a0a0a;
    --radius: 24px;
    --max: 1320px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: 'DM Sans', sans-serif;
    -webkit-font-smoothing: antialiased
}

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

img {
    max-width: 100%;
    display: block
}

button,
input,
select {
    font: inherit
}

.container {
    width: min(calc(100% - 48px), var(--max));
    margin: auto
}

.header {
    position: relative;
    z-index: 10;
    background: var(--dark);
    color: #fff
}

.header.home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent
}

.nav {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.logo {
    display: flex;
    align-items: center;
    gap: 11px;
    font: 600 12px/1 'Manrope'
}

.logo b {
    font-size: 15px
}

.mark {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--lime);
    color: #000;
    display: grid;
    place-items: center;
    font: 800 20px 'Manrope'
}

.menu {
    display: flex;
    gap: 28px;
    font-size: 15px
}

.menu a {
    opacity: .7;
    transition: .25s
}

.menu a:hover,
.menu a.active {
    opacity: 1
}

.nav-cta,
.btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    border-radius: 99px;
    padding: 13px 18px;
    font-weight: 700;
    font-size: 12px;
    transition: .3s
}

.nav-cta {
    border: 1px solid #444
}

.nav-cta:hover {
    background: #fff;
    color: #000
}

.btn.dark {
    background: #000;
    color: #fff
}

.btn.light {
    background: var(--lime);
    color: #000
}

.btn.white {
    background: #fff;
    color: #000
}

.btn.outline {
    border: 1px solid var(--line)
}

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

.hero {
    min-height: 790px;
    background: #111;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 150px 0 75px;
    position: relative;
    overflow: hidden
}

.hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 15, 124, 0.88), rgba(0, 0, 0, .28)), url('../images/hero.jpg') center/cover
}

.hero>* {
    position: relative
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 70px;
    align-items: end
}

.eyebrow {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .18em;
    color: var(--muted);
    display: block;
    margin-bottom: 20px
}

.hero .eyebrow {
    color: #eef148
}

.display {
    font: 800 clamp(64px, 9vw, 136px)/.87 'Manrope';
    letter-spacing: -.08em;
    margin: 0;
    max-width: 1000px
}

.display em,
.accent {
    color: var(--lime);
    font-style: normal
}

.lead {
    font-size: 18px;
    line-height: 1.55;
    color: #777;
    max-width: 650px
}

.hero .lead {
    color: #c4c4c4;
    margin: 32px 0
}

.actions {
    display: flex;
    gap: 24px;
    align-items: center
}

.glass {
    padding: 26px;
    background: #ffffff12;
    border: 1px solid #ffffff25;
    backdrop-filter: blur(18px);
    border-radius: 22px
}

.glass strong {
    font: 700 28px 'Manrope';
    display: block
}

.glass small {
    color: #aaa
}

.glass .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 38px;
    font-size: 12px
}

.stats {
    background: #0a0a0a;
    color: #fff
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.stat {
    padding: 38px 25px;
    border-right: 1px solid #222
}

.stat strong {
    font: 700 48px 'Manrope';
    letter-spacing: -.06em;
    display: block
}

.stat span {
    font-size: 11px;
    color: #777
}

.section {
    padding: 130px 0
}

.section.light {
    background: #e9e9e3
}

.section.dark {
    background: #200392e6;
    color: #fff
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: start
}

.h6 {
    font: 700 clamp(16px, 6vw, 28px)/.96 'Manrope';
    letter-spacing: -.03em;
    color: #fefcfc;
}

.h1 {
    font: 700 clamp(46px, 6vw, 84px)/.96 'Manrope';
    letter-spacing: -.07em;
    margin: 0
}

.h1 span {
    color: #eef148
}

.section.dark .h1 span {
    color: #666

}
.h2 {
    font: 700 clamp(46px, 6vw, 84px)/.96 'Manrope';
    letter-spacing: -.07em;
    margin: 0
}

.h2 span {
    color: #999999b5
}

.section.dark .h2 span {
    color: #666
}

.large {
    font-size: 23px;
    line-height: 1.45;
    color: #5f5f5a;
    max-width: 620px
}

.section.dark .large {
    color: #888
}

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

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

.card {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    transition: .35s
}

.card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 70px #00000012
}

.card.dark {
    background: #200392e6;
    color: #fff;
    border-color: #000000
}

.number {
    font-size: 11px;
    color: #999
}

.icon {
    width: 58px;
    height: 58px;
    background: var(--lime);
    border-radius: 17px;
    display: grid;
    place-items: center;
    font-size: 24px;
    color: #000;
    margin: 65px 0 25px
}

.card h3 {
    font: 700 27px/1.05 'Manrope';
    letter-spacing: -.04em;
    margin: 0 0 12px
}

.card p {
    font-size: 14px;
    color: #777;
    line-height: 1.6
}

.card.dark p {
    color: #777
}

.card a {
    margin-top: auto;
    font-size: 12px;
    font-weight: 700
}

.image-panel {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    min-height: 600px
}

.image-panel img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.image-panel .copy {
    background: #e7e7e1;
    padding: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

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

.news {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden
}

.news img {
    height: 330px;
    object-fit: cover
}

.news-body {
    padding: 28px
}

.news-date {
    font-size: 10px;
    color: #999;
    letter-spacing: .15em
}

.news h3 {
    font: 700 26px/1.12 'Manrope';
    letter-spacing: -.04em
}

.news a {
    font-size: 12px;
    font-weight: 700
}

.cta {
    padding: 145px 0;
    text-align: center;
    background: #200392e6;
    color: #fff
}

.cta .lead {
    margin: 28px auto 35px
}

.footer {
    background: #080808;
    color: #fff;
    padding: 90px 0 25px
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 80px
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer-col h4 {
    font-size: 10px;
    letter-spacing: .15em;
    color: #555;
    margin: 0 0 12px
}

.footer-col a {
    font-size: 13px;
    color: #999
}

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

.footer-bottom {
    border-top: 1px solid #1d1d1d;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    color: #555;
    font-size: 11px
}

.page-hero {
    padding: 120px 0 95px;
    background: #0a0a0a;
    color: #fff
}

.page-hero .display {
    font-size: clamp(60px, 8vw, 120px)
}

.breadcrumb {
    font-size: 11px;
    color: #666;
    margin-bottom: 30px
}

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

.list-row {
    display: grid;
    grid-template-columns: 90px 1fr 160px;
    gap: 25px;
    padding: 27px 0;
    border-bottom: 1px solid var(--line);
    align-items: center
}

.list-row h3 {
    font: 700 24px 'Manrope';
    margin: 0
}

.list-row span {
    font-size: 12px;
    color: #888
}

.form {
    display: grid;
    gap: 16px;
    max-width: 720px
}

.form input,
.form select,
.form textarea {
    width: 100%;
    border: 1px solid var(--line);
    background: #fff;
    padding: 16px 18px;
    border-radius: 12px;
    outline: 0
}

.form textarea {
    min-height: 150px;
    resize: vertical
}

.tag {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 99px;
    background: #e6e6df;
    font-size: 10px;
    font-weight: 700
}

.article {
    max-width: 900px
}

.article h1 {
    font: 700 clamp(52px, 7vw, 100px)/.92 'Manrope';
    letter-spacing: -.07em;
    margin: 0
}

.article p {
    font-size: 18px;
    line-height: 1.8;
    color: #555
}

.article img {
    margin: 50px 0;
    border-radius: 24px;
    max-height: 650px;
    object-fit: cover
}

@media(max-width:900px) {
    .menu {
        display: none
    }

    .hero-grid,
    .split,
    .image-panel {
        grid-template-columns: 1fr
    }

    .hero {
        min-height: 720px
    }

    .glass {
        max-width: 400px
    }

    .grid3 {
        grid-template-columns: 1fr
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr
    }

    .news-grid {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .image-panel .copy {
        padding: 50px 30px;
        min-height: 450px
    }
}

@media(max-width:600px) {
    .container {
        width: calc(100% - 32px)
    }

    .nav {
        height: 75px
    }

    .nav-cta {
        display: none
    }

    .hero {
        padding: 120px 0 50px
    }

    .display {
        font-size: 62px
    }

    .section {
        padding: 85px 0
    }

    .section-head {
        align-items: start;
        flex-direction: column
    }

    .h2 {
        font-size: 50px
    }

    .large {
        font-size: 19px
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr
    }

    .stat {
        padding: 25px 15px
    }

    .stat strong {
        font-size: 38px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px
    }

    .list-row {
        grid-template-columns: 45px 1fr
    }

    .list-row .hide-mobile {
        display: none
    }
}