:root {
    --cream: #FBF6E8;
    --cream-2: #F4EEDB;
    --navy: #1E3A5C;
    --navy-deep: #142A44;
    --teal: #3E7C8F;
    --teal-soft: #7BA9B6;
    --red: #C0392B;
        --green:#2f7d4a;
    --white: #FFFFFF;
    --ink: #2A3542;
    --muted: #5E6B78;
    --line: rgba(30, 58, 92, .12);
    --shadow: 0 18px 45px -22px rgba(20, 42, 68, .45);
    --shadow-sm: 0 10px 30px -18px rgba(20, 42, 68, .4);
    --r: 22px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Public Sans', system-ui, sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.display {
    font-family: 'Poppins', sans-serif;
    color: var(--navy);
    line-height: 1.12;
    letter-spacing: -.01em
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.pt-0 {
    padding-top: 0 !important;
}

.wrap {
    width: min(1160px, 92vw);
    margin: 0 auto
}

section {
    position: relative
}
.hero span.eyebrow {
    color: white;
}
.hero h1 {
    color: white;
}

.eyebrow {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-size: .72rem;
    color: var(--navy);
    display: inline-flex;
    align-items: center;
    gap: .6rem;
}

.eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    color: #fff;
    border-radius: 2px;
    display: none;
}

/* ---------- NAV ---------- */
header.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
    background: rgba(251, 246, 232, .92);
}

header.nav .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1160px, 92vw)
}

header.nav.scrolled {
    background: rgba(251, 246, 232, .92);
    backdrop-filter: blur(10px);
    box-shadow: 0 6px 24px -18px rgba(20, 42, 68, .5);
    padding: 10px 0
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    font-family: 'Poppins';
    font-weight: 800;
    color: var(--navy);
    font-size: 1.05rem;
    letter-spacing: .02em
}

.brand small {
    display: block;
    font-weight: 500;
    font-size: .58rem;
    letter-spacing: .18em;
    color: var(--teal);
    margin-top: 1px
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 26px
}

.nav-links a.link {
    font-weight: 600;
    font-size: .92rem;
    color: var(--navy);
    opacity: .8;
    transition: opacity .2s;
}

.nav-links a.link.active {
    border-bottom: 4px solid #c0392b;
}

.nav-links a.link:hover {
    opacity: 1
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: .9rem;
    padding: 12px 22px;
    border-radius: 40px;
    cursor: pointer;
    border: 0;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn svg {
    width: 15px;
    height: 15px
}

.btn-primary {
    background: var(--navy);
    color: #fff;
    box-shadow: 0 12px 24px -14px rgba(20, 42, 68, .9)
}

.btn-primary:hover {
    transform: translateY(-2px);
    background: var(--navy-deep)
}

.btn-ghost {
    background: #fff;
    color: var(--navy);
    border: 1.5px solid var(--line)
}

.btn-ghost:hover {
    transform: translateY(-2px);
    border-color: var(--navy);
    box-shadow: var(--shadow-sm)
}

.btn-red {
    background: var(--red);
    color: #fff
}

.btn-red:hover {
    transform: translateY(-2px);
    filter: brightness(1.05)
}

/* ---------- HERO ---------- */
.hero {
    padding: 150px 0 90px;
    position: relative;
    overflow: hidden
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url(../images/home-banner.png) center/cover no-repeat;
}

.hero .wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.3fr .95fr;
    gap: 48px;
    align-items: center
}

.hero h1 {
    font-size: clamp(2.3rem, 4.6vw, 3.6rem);
    font-weight: 800;
    margin: 20px 0 0
}

.hero h1 .hl {
    color: #B7EEFF;
}

.hero p.lede {
    font-size: 1.12rem;
    color: #fff;
    max-width: 50ch;
    margin: 22px 0 30px
}

.hero .cta-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.hero .trust {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    flex-wrap: wrap
}

.hero .trust span {
    font-size: .82rem;
    color: #fff;
    font-weight: 600
}

.badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* background: #fff;
    border: 1px solid var(--line); */
    border-radius: 30px;
    padding: 7px 14px;
    font-size: .78rem;
    font-weight: 700;
    color: var(--navy);
    box-shadow: var(--shadow-sm)
}

.badge-pill svg {
    width: 16px;
    height: 16px
}

.nav+section {
    padding-top: 90px;
}

