:root {
    --ink: #10201d;
    --forest: #133e36;
    --cream: #f6f3ed;
    --gold: #c9a45f;
    --line: rgba(16, 32, 29, .14);
    --muted: #65726f;
    --serif: 'Playfair Display', serif;
    --sans: 'DM Sans', sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--sans);
    color: var(--ink);
    background: var(--cream);
    overflow-x: hidden
}

.navbar {
    padding: 22px 0;
    transition: .35s;
    background: transparent
}

.navbar.scrolled {
    padding: 12px 0;
    background: rgba(246, 243, 237, .93);
    backdrop-filter: blur(12px);
    box-shadow: 0 3px 18px rgba(10, 30, 25, .06)
}

.navbar-brand {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -1.5px;
    color: var(--ink) !important
}

.navbar-brand span {
    display: inline-grid;
    place-items: center;
    width: 27px;
    height: 27px;
    background: var(--forest);
    color: #f5e8c8;
    border-radius: 50%;
    font: 600 18px var(--serif);
    margin-right: 2px
}

.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--ink) !important;
    padding: 8px 13px !important
}

.btn {
    border-radius: 0;
    padding: 13px 20px;
    font-weight: 600;
    font-size: 14px;
    transition: .3s
}

.btn i {
    margin-left: 8px
}

.btn-nav {
    background: var(--forest);
    color: #fff;
    border: 1px solid var(--forest);
    padding: 11px 17px
}

.btn-nav:hover {
    background: #215a4e;
    color: #fff
}

.hero {
    background: var(--cream);
    position: relative;
    overflow: hidden
}

.hero h1 {
    font: 600 clamp(3.4rem, 6.5vw, 6.7rem)/.98 var(--serif);
    letter-spacing: -4px;
    max-width: 800px;
    margin: 21px 0 25px
}

.hero h1 em,
.section-title em,
.cta-box h2 em {
    font-weight: 600;
    color: var(--gold)
}

.hero-copy {
    font-size: 18px;
    line-height: 1.7;
    color: var(--muted);
    max-width: 560px;
    margin-bottom: 32px
}

.eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 18px;
    color: #5c6966
}

.eyebrow span {
    width: 32px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.btn-gold {
    background: var(--gold);
    border: 1px solid var(--gold);
    color: #17231f
}

.btn-gold:hover {
    background: #dbba78;
    border-color: #dbba78;
    color: #17231f;
    transform: translateY(-2px)
}

.btn-text {
    color: var(--ink)
}

.btn-text:hover {
    color: var(--gold)
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 62px
}

.hero-trust p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4
}

.hero-trust small {
    color: var(--muted)
}

.avatar-stack {
    display: flex
}

.avatar-stack span {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 2px solid var(--cream);
    margin-right: -9px;
    background: center/cover url('https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=80&q=80')
}

.avatar-stack span:nth-child(2) {
    background-image: url('https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=80&q=80')
}

.avatar-stack span:nth-child(3) {
    background-image: url('https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&w=80&q=80')
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    opacity: .65
}

.orb-one {
    width: 590px;
    height: 590px;
    background: #d9c59d;
    right: -180px;
    top: 60px
}

.orb-two {
    width: 250px;
    height: 250px;
    background: #adc9c1;
    right: 30%;
    bottom: -160px
}

.hero-card {
    background: #143d35;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .16);
    padding: 29px 27px 24px;
    box-shadow: 20px 24px 0 rgba(201, 164, 95, .35);
    transform: rotate(2deg);
    margin-top: 80px
}

.card-top {
    display: flex;
    justify-content: space-between;
    color: #bfcac7;
    font-size: 12px
}

.balance {
    font: 600 37px var(--serif);
    margin: 28px 0 9px;
    letter-spacing: -1px
}

.balance span {
    font-size: 24px
}

.gain {
    font-weight: 700;
    color: #e6c47b
}

.gain small {
    font-weight: 400;
    color: #c6d0cc;
    margin-left: 6px
}

.chart {
    height: 145px;
    margin-top: 15px
}

.chart svg {
    width: 100%;
    height: 100%
}

.chart-months {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #9eb1ab
}

.hero-bottom {
    border-top: 1px solid var(--line);
    padding: 16px 0;
    position: relative;
    font-size: 10px;
    letter-spacing: 1.4px;
    color: var(--muted)
}

.hero-bottom strong {
    font-size: 14px;
    color: var(--ink);
    letter-spacing: 0
}

.py-section {
    padding: 130px 0
}

.solutions {
    background: #fff
}

.section-title {
    font: 600 clamp(2.5rem, 4vw, 4.2rem)/1.08 var(--serif);
    letter-spacing: -2px;
    margin: 0
}

.muted {
    font-size: 16px;
    line-height: 1.75;
    color: var(--muted)
}

.solution-card {
    height: 100%;
    padding: 36px 30px;
    border: 1px solid var(--line);
    transition: .4s;
    background: #fff
}

.solution-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 38px rgba(14, 43, 36, .1);
    border-color: transparent
}

.solution-card.featured {
    background: var(--forest);
    color: #fff;
    border-color: var(--forest)
}

.solution-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    background: #e8e3d9;
    font-size: 20px;
    margin-bottom: 47px
}

.featured .solution-icon {
    background: rgba(255, 255, 255, .12);
    color: #e7c783
}

.solution-card h3 {
    font: 600 25px var(--serif);
    margin-bottom: 15px
}

.solution-card p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted);
    min-height: 72px
}

.featured p {
    color: #c0ceca
}

.solution-card a {
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    text-decoration: none
}

.featured a {
    color: #e7c783
}

.solution-card a i {
    margin-left: 6px
}

.insight-section {
    padding: 135px 0;
    background: var(--cream)
}

.insight-image {
    position: relative;
    height: 580px
}

.insight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.7)
}

.image-stamp {
    position: absolute;
    bottom: -24px;
    right: -25px;
    background: var(--gold);
    color: #23322e;
    width: 175px;
    height: 175px;
    padding: 25px;
    font: 600 15px/1.35 var(--serif);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.image-stamp i {
    font-size: 26px
}

.feature-row {
    display: flex;
    gap: 18px;
    border-top: 1px solid var(--line);
    padding: 21px 0 5px;
    margin-top: 22px
}

.feature-row i {
    color: var(--gold);
    font-size: 23px
}

.feature-row h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px
}

.feature-row p {
    font-size: 13px;
    line-height: 1.5;
    color: var(--muted);
    margin: 0
}

.btn-outline-dark {
    border-color: var(--ink);
    margin-top: 20px
}

.btn-outline-dark:hover {
    background: var(--forest);
    border-color: var(--forest)
}

.stats {
    background: var(--forest);
    padding: 85px 0;
    color: #fff
}

.stats strong {
    font: 600 clamp(2.5rem, 4vw, 4rem) var(--serif);
    letter-spacing: -2px;
    color: #efcf8d
}

.stats strong span {
    font-size: .55em
}

.stats p {
    font-size: 13px;
    color: #b9c8c3;
    margin: 4px 0 0
}

.cta-section {
    padding: 125px 0
}

.cta-box {
    position: relative;
    overflow: hidden;
    background: #e5ded0;
    padding: 82px 9%;
    min-height: 410px
}

.cta-box h2 {
    font: 600 clamp(2.6rem, 5vw, 5.2rem)/1.04 var(--serif);
    letter-spacing: -3px;
    margin: 15px 0
}

.cta-box>p:not(.eyebrow) {
    font-size: 16px;
    color: #56615d;
    max-width: 480px;
    margin-bottom: 26px
}

.cta-shape {
    position: absolute;
    right: 7%;
    top: 40px;
    font-size: 190px;
    color: rgba(255, 255, 255, .43);
    transform: rotate(18deg)
}

footer {
    background: #0d2923;
    color: #d7e0dd;
    padding: 52px 0 20px
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 48px
}

.footer-top .navbar-brand {
    color: #fff !important
}

.footer-top .navbar-brand span {
    background: var(--gold);
    color: #133e36
}

.footer-top p {
    margin: 0;
    color: #9eb4ad;
    font-size: 13px
}

.footer-top a:not(.navbar-brand) {
    text-decoration: none;
    color: #d7e0dd;
    font-size: 13px;
    margin-left: 24px
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .14);
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    color: #91a59f;
    font-size: 11px
}

.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 43px;
    height: 43px;
    border: 0;
    background: var(--gold);
    color: var(--ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: .3s;
    z-index: 10
}

.back-to-top.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .75s ease, transform .75s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.delay-1 {
    transition-delay: .12s
}

.delay-2 {
    transition-delay: .24s
}

.delay-3 {
    transition-delay: .36s
}

.delay-4 {
    transition-delay: .48s
}

@media(max-width:991px) {
    .navbar {
        background: rgba(246, 243, 237, .95);
        padding: 13px 0
    }

    .navbar-collapse {
        padding: 15px 0
    }

    .hero h1 {
        letter-spacing: -2px
    }

    .py-section,
    .insight-section {
        padding: 85px 0
    }

    .insight-image {
        height: 450px
    }

    .image-stamp {
        right: 0
    }

    .cta-section {
        padding: 80px 0
    }
}

@media(max-width:575px) {
    .hero-copy {
        font-size: 16px
    }

    .hero-bottom span {
        display: none
    }

    .hero-bottom {
        padding: 14px 0;
        text-align: center
    }

    .hero-bottom .container {
        justify-content: center
    }

    .section-title {
        letter-spacing: -1.2px
    }

    .solution-card {
        padding: 30px 25px
    }

    .solution-icon {
        margin-bottom: 32px
    }

    .insight-image {
        height: 340px
    }

    .image-stamp {
        width: 135px;
        height: 135px;
        padding: 18px;
        font-size: 13px
    }

    .stats .col-6:nth-child(n+3) {
        margin-top: 35px
    }

    .cta-box {
        padding: 55px 28px
    }

    .cta-box h2 {
        letter-spacing: -1.5px
    }

    .cta-shape {
        font-size: 120px;
        right: -20px;
        top: 10px
    }

    .footer-top {
        display: block
    }

    .footer-top p {
        margin: 16px 0 22px
    }

    .footer-top a:not(.navbar-brand) {
        margin: 0 19px 0 0
    }

    .footer-bottom {
        display: block;
        line-height: 2
    }

    .footer-bottom span {
        display: block
    }

    .back-to-top {
        right: 15px;
        bottom: 15px
    }
}