:root {
    --c0: #09130a;
    --c1: #0e1c0f;
    --c2: #152019;
    --sage: #4e7d5b;
    --sage-lt: #6fa37e;
    --mint: #a8d5b4;
    --cream: #f4f1ea;
    --warm: #ece8df;
    --stone: #6b7f70;
    --ink: #111811;
    --bd: rgba(255, 255, 255, .06);
    --bd-lt: rgba(20, 40, 22, .1);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--c0);
    color: var(--cream);
    overflow-x: hidden;
}

.serif {
    font-family: 'Playfair Display', serif;
}


body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: .03;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 62px;
    padding: 0 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    backdrop-filter: none;
    border-bottom: none;
}

.nav-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: .04em;
    color: var(--cream);
    text-decoration: none;
}

.nav-logo em {
    color: var(--mint);
    font-style: italic;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-link {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .07em;
    color: rgba(9, 30, 12, .55);
    text-decoration: none;
    transition: color .18s;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #052e16;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #052e16;
    color: #a7f3d0;
    border-radius: 3px;
    padding: 9px 20px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s;
}

.nav-cta:hover {
    background: #fff;
    transform: translateY(-1px);
}

.nav-cta svg {
    flex-shrink: 0;
}

.nav-user {
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 30, 12, .55);
    text-decoration: none;
    transition: color .18s;
}

.nav-user:hover {
    color: #052e16;
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 62px 44px 100px;
    overflow: hidden;
    z-index: 1;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(ellipse 90% 70% at 70% 35%, rgba(78, 125, 91, .32) 0%, transparent 65%),
        radial-gradient(ellipse 55% 55% at 15% 75%, rgba(22, 36, 24, .8) 0%, transparent 55%),
        var(--c0);
}

.hero-grid {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(ellipse 75% 80% at 65% 45%, black 0%, transparent 72%);
}

.hero-deco {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-52%);
    user-select: none;
    pointer-events: none;
    font-family: 'Playfair Display', serif;
    font-size: clamp(240px, 26vw, 400px);
    font-weight: 400;
    color: transparent;
    -webkit-text-stroke: 1px rgba(168, 213, 180, .07);
    line-height: 1;
    letter-spacing: -.04em;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3.8rem, 8.5vw, 8rem);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -.025em;
    color: var(--cream);
    margin-bottom: 30px;
    opacity: 0;
    animation: riseUp .9s ease .2s forwards;
}

.hero h1 em {
    color: var(--mint);
    font-style: italic;
}


.hero-divider {
    width: 48px;
    height: 1px;
    background: var(--sage-lt);
    margin-bottom: 26px;
    opacity: 0;
    animation: riseUp .7s ease .35s forwards;
}

.hero-sub {
    font-size: 15.5px;
    font-weight: 300;
    color: rgba(244, 241, 234, .42);
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 48px;
    opacity: 0;
    animation: riseUp .8s ease .45s forwards;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    opacity: 0;
    animation: riseUp .8s ease .57s forwards;
}

.btn-hero-main {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--cream);
    color: var(--ink);
    border-radius: 3px;
    padding: 15px 34px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .22s;
}

.btn-hero-main:hover {
    background: var(--mint);
    transform: translateY(-2px);
    box-shadow: 0 14px 44px rgba(168, 213, 180, .18);
}

.btn-hero-ghost {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(244, 241, 234, .18);
    color: rgba(244, 241, 234, .55);
    border-radius: 3px;
    padding: 14px 28px;
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .22s;
}

.btn-hero-ghost:hover {
    border-color: rgba(244, 241, 234, .45);
    color: var(--cream);
}


.hero-trust {
    position: absolute;
    bottom: 44px;
    right: 44px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    opacity: 0;
    animation: riseUp .6s ease 1s forwards;
}

.hero-trust-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 400;
    color: var(--cream);
    line-height: 1;
    letter-spacing: -.02em;
}

.hero-trust-label {
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--stone);
}


.ticker {
    border-top: 1px solid var(--bd);
    border-bottom: 1px solid var(--bd);
    background: rgba(255, 255, 255, .015);
    overflow: hidden;
    padding: 18px 0;
    position: relative;
    z-index: 1;
}

.ticker-track {
    display: flex;
    gap: 56px;
    width: max-content;
    animation: scroll 35s linear infinite;
    white-space: nowrap;
}

.ticker-item {
    font-family: 'Playfair Display', serif;
    font-size: .95rem;
    font-style: italic;
    font-weight: 400;
    color: rgba(244, 241, 234, .18);
    letter-spacing: .04em;
    flex-shrink: 0;
}

.ticker-dot {
    color: var(--sage-lt);
    opacity: .4;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.stats {
    position: relative;
    z-index: 1;
    background: var(--c1);
}

.stats-grid {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 44px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.stat-item {
    padding: 52px 0;
    border-right: 1px solid var(--bd);
    text-align: center;
}

.stat-item:last-child {
    border-right: none;
}

.stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1;
    color: var(--cream);
    letter-spacing: -.03em;
}

.stat-num sup {
    font-size: 1.8rem;
    color: var(--mint);
    vertical-align: super;
}

.stat-label {
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--stone);
    margin-top: 8px;
}


.w {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 44px;
}

.eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--mint);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.eyebrow::before {
    content: '';
    width: 20px;
    height: 1px;
    background: var(--mint);
    flex-shrink: 0;
}

.sec-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: var(--cream);
}

.sec-title em {
    color: var(--mint);
    font-style: italic;
}


.how {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background: var(--c0);
}

.how-head {
    margin-bottom: 60px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    background: transparent;
    border: none;
}

.step {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(167, 243, 208, .12);
    border-radius: 20px;
    padding: 40px 36px 44px;
    position: relative;
    overflow: hidden;
    transition: background .28s, border-color .28s, transform .22s;
}

.step:hover {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(167, 243, 208, .28);
    transform: translateY(-4px);
}


.step-n {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -.04em;
    color: rgba(167, 243, 208, .08);
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}


.step-ico {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(167, 243, 208, .1);
    border: 1px solid rgba(167, 243, 208, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.step h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.22;
}

.step p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(232, 245, 238, .6);
    line-height: 1.8;
}


.cats {
    padding: 0 0 100px;
    position: relative;
    z-index: 1;
    background: var(--c0);
}

.cats-head {
    margin-bottom: 48px;
}

.cats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.cat-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(167, 243, 208, .1);
    border-radius: 16px;
    padding: 28px 16px 24px;
    text-decoration: none;
    text-align: center;
    transition: all .22s;
    cursor: pointer;
}

.cat-card:hover {
    background: rgba(167, 243, 208, .1);
    border-color: rgba(167, 243, 208, .3);
    transform: translateY(-4px);
}

.cat-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 14px;
    background: rgba(168, 213, 180, .08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-icon svg {
    width: 18px;
    height: 18px;
    color: var(--mint);
}

.cat-name {
    font-size: 12px;
    font-weight: 500;
    color: rgba(244, 241, 234, .65);
    letter-spacing: .04em;
}

.cat-count {
    font-size: 10px;
    color: var(--stone);
    margin-top: 4px;
}


.feature-band {
    background: var(--c1);
    border-top: 1px solid var(--bd);
    border-bottom: 1px solid var(--bd);
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

.feat-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.feat-visual {
    aspect-ratio: 1 / 1.08;
    background: var(--c2);
    border: 1px solid var(--bd);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.fv-grid {
    padding: 20px;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.fv-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--bd);
    border-radius: 4px;
    overflow: hidden;
    transition: all .25s;
}

.fv-card:hover {
    border-color: rgba(168, 213, 180, .2);
    transform: translateY(-3px);
}

.fv-thumb {
    height: 62%;
    background: linear-gradient(135deg, rgba(78, 125, 91, .18), rgba(21, 32, 25, .5));
    display: flex;
    align-items: center;
    justify-content: center;
}

.fv-thumb svg {
    width: 22px;
    height: 22px;
    color: rgba(168, 213, 180, .32);
}

.fv-body {
    padding: 9px 11px;
}

.fv-title {
    font-size: 11px;
    font-weight: 400;
    color: rgba(244, 241, 234, .6);
    margin-bottom: 5px;
    line-height: 1.35;
}

.fv-badge {
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 2px;
}

.bd-d {
    background: rgba(168, 213, 180, .13);
    color: var(--mint);
}

.bd-v {
    background: rgba(240, 225, 140, .1);
    color: #e0ce7a;
}

.feat-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.feat-row {
    padding: 22px 0;
    border-bottom: 1px solid var(--bd);
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 18px;
    align-items: start;
    transition: border-color .2s;
}

.feat-row:first-child {
    border-top: 1px solid var(--bd);
}

.feat-row:hover {
    border-color: rgba(168, 213, 180, .2);
}

.feat-idx {
    font-family: 'Playfair Display', serif;
    font-size: .85rem;
    font-style: italic;
    color: rgba(168, 213, 180, .3);
    padding-top: 2px;
}

.feat-row h3 {
    font-size: 14px;
    font-weight: 500;
    color: var(--cream);
    margin-bottom: 5px;
    line-height: 1.3;
}

.feat-row p {
    font-size: 12.5px;
    font-weight: 300;
    color: var(--stone);
    line-height: 1.7;
}


.testis {
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

.testis-head {
    margin-bottom: 70px;
}

.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--bd);
    border: 1px solid var(--bd);
}

.testi-card {
    background: var(--c0);
    padding: 40px 36px 44px;
    transition: background .25s;
    display: flex;
    flex-direction: column;
}

.testi-card:hover {
    background: var(--c1);
}

.testi-mark {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1;
    color: rgba(168, 213, 180, .15);
    margin-bottom: 18px;
    display: block;
}

.testi-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.08rem;
    font-style: italic;
    font-weight: 400;
    color: rgba(244, 241, 234, .72);
    line-height: 1.7;
    margin-bottom: 26px;
    flex: 1;
}

.testi-foot {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testi-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sage), var(--c2));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--mint);
    flex-shrink: 0;
    font-family: 'Playfair Display', serif;
}

.testi-author {
    font-size: 11px;
    font-weight: 500;
    color: var(--stone);
    letter-spacing: .06em;
}

.testi-city {
    font-size: 10px;
    color: rgba(107, 127, 112, .6);
}


.faq {
    background: var(--cream);
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

.faq-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 44px;
}

.faq-two {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: start;
}

.faq-left {
    position: sticky;
    top: 100px;
}

.faq-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--sage);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.faq-eyebrow::before {
    content: '';
    width: 20px;
    height: 1px;
    background: var(--sage);
    flex-shrink: 0;
}

.faq-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -.02em;
    color: var(--ink);
    margin-bottom: 22px;
}

.faq-title em {
    color: var(--sage);
    font-style: italic;
}

.faq-sub {
    font-size: 14px;
    font-weight: 300;
    color: rgba(18, 26, 19, .48);
    line-height: 1.75;
    margin-bottom: 32px;
}

.faq-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid rgba(18, 26, 19, .18);
    color: rgba(18, 26, 19, .55);
    border-radius: 3px;
    padding: 11px 20px;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s;
}

.faq-contact:hover {
    border-color: var(--sage);
    color: var(--sage);
}

.faq-list {
    display: flex;
    flex-direction: column;
}

.faq-item {
    border-bottom: 1px solid rgba(18, 26, 19, .1);
    overflow: hidden;
}

.faq-item:first-child {
    border-top: 1px solid rgba(18, 26, 19, .1);
}

.faq-q {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--ink);
    transition: color .18s;
    line-height: 1.4;
}

.faq-q:hover {
    color: var(--sage);
}

.faq-q .ico {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border: 1px solid rgba(18, 26, 19, .15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s;
}

.faq-q .ico svg {
    transition: transform .25s;
}

.faq-item.open .faq-q .ico {
    background: var(--ink);
    border-color: var(--ink);
}

.faq-item.open .faq-q .ico svg {
    transform: rotate(45deg);
}

.faq-item.open .faq-q .ico svg path {
    stroke: #fff;
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .3s;
    padding: 0;
}

.faq-item.open .faq-a {
    max-height: 300px;
    padding-bottom: 20px;
}

.faq-a p {
    font-size: 13.5px;
    font-weight: 300;
    color: rgba(18, 26, 19, .58);
    line-height: 1.78;
}

.faq-a a {
    color: var(--sage);
    text-decoration: none;
}

.faq-a a:hover {
    text-decoration: underline;
}


.cta-bottom {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 160px 44px;
    text-align: center;
    background: var(--c1);
}

.cta-bottom-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(78, 125, 91, .22), transparent);
}

.cta-bottom h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -.03em;
    color: var(--cream);
    margin-bottom: 22px;
}

.cta-bottom h2 em {
    color: var(--mint);
    font-style: italic;
}

.cta-bottom p {
    font-size: 15px;
    font-weight: 300;
    color: rgba(244, 241, 234, .38);
    line-height: 1.7;
    margin-bottom: 44px;
}

.cta-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-fill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--cream);
    color: var(--ink);
    border-radius: 3px;
    padding: 15px 36px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .22s;
}

.btn-cta-fill:hover {
    background: var(--mint);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(168, 213, 180, .15);
}

.btn-cta-ol {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(244, 241, 234, .2);
    color: rgba(244, 241, 234, .55);
    border-radius: 3px;
    padding: 14px 30px;
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .22s;
}

.btn-cta-ol:hover {
    border-color: rgba(244, 241, 234, .5);
    color: var(--cream);
}


footer {
    background: #052e16;
    border-top: 2px solid rgba(167, 243, 208, .2);
    padding: 72px 44px 32px;
}

.ft {
    max-width: 1100px;
    margin: 0 auto;
}

.ft-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 64px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.ft-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 16px;
    letter-spacing: .04em;
}

.ft-logo em {
    color: var(--mint);
    font-style: italic;
}

.ft-desc {
    font-size: 12.5px;
    font-weight: 300;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.ft-socials {
    display: flex;
    gap: 7px;
}

.ft-soc {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    transition: all .17s;
}

.ft-soc:hover {
    border-color: #a7f3d0;
    color: #a7f3d0;
    background: rgba(167, 243, 208, .1);
}

.ft-col-title {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    margin-bottom: 18px;
}

.ft-link {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 13px;
    transition: color .17s;
}

.ft-link:hover {
    color: #a7f3d0;
}

.ft-bottom {
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.ft-copy {
    font-size: 11.5px;
    font-weight: 300;
    color: rgba(255, 255, 255, .45);
    font-size: 13px;
}


@keyframes riseUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

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

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

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

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


@media (max-width: 1024px) {

    nav,
    .hero,
    .cta-bottom,
    footer {
        padding-left: 28px;
        padding-right: 28px;
    }

    .w,
    .faq-inner {
        padding: 0 28px;
    }

    .ft-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .cats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 3.4rem;
    }

    .hero-deco {
        display: none;
    }

    .hero-trust {
        display: none;
    }

    .steps {
        grid-template-columns: 1fr;
    }

    .feat-two {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .testi-grid {
        grid-template-columns: 1fr;
    }

    .faq-two {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .faq-left {
        position: static;
    }

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

    .cats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nav-links {
        display: none;
    }
}

@media (max-width: 480px) {
    .hero {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 72px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero h1 {
        font-size: 2.8rem;
    }

    nav {
        padding: 0 20px;
    }

    .cta-bottom {
        padding: 100px 20px;
    }

    footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ft-grid {
        grid-template-columns: 1fr;
    }
}
    


.hero-g {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    padding-top: 72px;
    background: #f5f3ee;
    overflow: hidden;
}

.hero-gl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 52px 80px 68px;
    background: transparent;
}

.hero-g h1.serif {
    font-family: 'Playfair Display', serif;
    font-size: clamp(50px, 6.5vw, 78px);
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -.03em;
    color: #111811;
    margin-bottom: 24px;
    opacity: 1;
    animation: none;
}

.hero-g h1.serif em {
    color: #14532d;
    font-style: italic;
}

.hg-sub {
    font-size: 19px;
    color: #4a6355;
    line-height: 1.78;
    max-width: 440px;
    margin-bottom: 36px;
    font-weight: 300;
    opacity: 1;
    animation: none;
}

.hg-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 48px;
    opacity: 1;
    animation: none;
}

.btn-hero-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #052e16;
    color: #a7f3d0;
    border-radius: 99px;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s;
    letter-spacing: 0;
    text-transform: none;
    border: none;
    cursor: pointer;
}

.btn-hero-main:hover {
    background: #14532d;
    box-shadow: 0 0 28px rgba(5, 46, 22, .28);
    transform: none;
}

.btn-hero-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #052e16;
    color: #052e16;
    border-radius: 99px;
    padding: 13px 28px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: .2s;
    letter-spacing: 0;
    text-transform: none;
    background: transparent;
    cursor: pointer;
}

.btn-hero-ghost:hover {
    background: #052e16;
    color: #a7f3d0;
}

.hg-sn {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #052e16;
    margin-bottom: 3px;
}

.hg-sl {
    font-size: 13px;
    color: #6b7f70;
}


.hero-gr {
    position: relative;
    background: #f5f3ee;
    overflow: hidden;
}

.gmos {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gmos-in {
    position: relative;
    width: 620px;
    height: 690px;
}

.gmc {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .13), 0 2px 10px rgba(0, 0, 0, .07);
    display: block;
    text-decoration: none;
    transition: box-shadow .25s, transform .25s;
}

.gmc:hover {
    box-shadow: 0 24px 64px rgba(0, 0, 0, .2);
    z-index: 10 !important;
    transform: scale(1.03) !important;
}

.gmc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gmc-ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8e6e0;
}

.gmc-ft {
    padding: 11px 14px 13px;
    background: #fff;
}

.gmc-tt {
    font-size: 13px;
    font-weight: 600;
    color: #111811;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.gmc-mt {
    font-size: 11.5px;
    color: #9aada0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.gmc-av {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #052e16;
    color: #a7f3d0;
    font-size: 8.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gmc-bd {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 99px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.gmc-bd.d {
    background: rgba(5, 46, 22, .85);
    color: #a7f3d0;
}

.gmc-bd.v {
    background: rgba(245, 240, 232, .95);
    color: #a16207;
}


.gmc1 {
    width: 260px;
    top: 30px;
    left: -10px;
    transform: rotate(-7deg);
}

.gmc1 .gmc-im {
    height: 260px;
}

.gmc2 {
    width: 280px;
    top: -30px;
    left: 180px;
    transform: rotate(4deg);
    z-index: 2;
}

.gmc2 .gmc-im {
    height: 280px;
}

.gmc3 {
    width: 240px;
    top: 10px;
    left: 360px;
    transform: rotate(-5deg);
}

.gmc3 .gmc-im {
    height: 240px;
}

.gmc4 {
    width: 255px;
    top: 330px;
    left: 10px;
    transform: rotate(6deg);
}

.gmc4 .gmc-im {
    height: 255px;
}

.gmc5 {
    width: 265px;
    top: 310px;
    left: 265px;
    transform: rotate(-8deg);
    z-index: 2;
}

.gmc5 .gmc-im {
    height: 265px;
}

.gpin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-22%, -72%);
    z-index: 10;
    pointer-events: none;
    filter: drop-shadow(0 8px 20px rgba(5, 46, 22, .35));
}


.matutils {
    background: linear-gradient(180deg, #fff 0%, #052e16 28%);
    padding: 80px 44px 80px;
    text-align: center;
}

.matutils h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.matutils p {
    font-size: 17px;
    color: rgba(232, 245, 238, .72);
    line-height: 1.8;
    max-width: 660px;
    margin: 0 auto 12px;
    font-weight: 300;
}

.matutils p strong {
    color: #a7f3d0;
    font-weight: 600;
}

@media(max-width:1024px) {
    .hero-g {
        grid-template-columns: 1fr !important;
    }

    .hero-gr {
        display: none !important;
    }

    .hero-gl {
        padding: 100px 24px 60px !important;
    }
}
    

.team-sec {
    padding: 96px 44px;
    background: var(--c1);
    text-align: center;
}

.team-stage {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 60px;
}


.t-arr {
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(167, 243, 208, .08);
    border: 1.5px solid rgba(167, 243, 208, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(167, 243, 208, .75);
    transition: .2s;
    z-index: 5;
}

.t-arr:hover {
    background: rgba(167, 243, 208, .18);
    border-color: rgba(167, 243, 208, .45);
    color: #a7f3d0;
}

.t-arr-l {
    left: 0;
}

.t-arr-r {
    right: 0;
}


.t-cards {
    overflow: hidden;
}

.t-track {
    display: flex;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
}

.t-card {
    flex-shrink: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0 20px;
}


.t-photo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 4px solid rgba(167, 243, 208, .25);
    background: rgba(167, 243, 208, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.t-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.t-photo-init {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: #a7f3d0;
    line-height: 1;
}

.t-name {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #fff;
    margin-bottom: 6px;
}

.t-role {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(167, 243, 208, .7);
    margin-bottom: 14px;
}

.t-bio {
    font-size: 14px;
    color: rgba(232, 245, 238, .6);
    line-height: 1.7;
    font-weight: 300;
    max-width: 340px;
    margin: 0 auto;
}


.t-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 28px;
}

.t-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(167, 243, 208, .2);
    cursor: pointer;
    transition: .2s;
}

.t-dot.on {
    background: #a7f3d0;
    transform: scale(1.2);
}


.t-thumbs {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 40px;
}

.t-thumb {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    transition: .2s;
    opacity: .45;
    flex-shrink: 0;
}

.t-thumb.on {
    opacity: 1;
    border-color: #a7f3d0;
    transform: scale(1.08);
}

.t-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.t-thumb-init {
    width: 100%;
    height: 100%;
    background: rgba(167, 243, 208, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    color: #a7f3d0;
}
