/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2026 | 05:45:36 */
/* Add your CSS styles here */
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300..700&display=swap');

:root {
    --gd: #002d23;
    --gp: #004d3d;
    --gm: #00634e;
    --gc: #00b686;
    --gch: #009e74;
    --gl: #f7fbf9;
    --gp2: #e9f3ef;
    --wh: #ffffff;
    --off: #f7fbf9;
    --tx: #121a16;
    --tx2: #30453e;
    --mu: #526f63;
    --bd: #d6e5df;
    --sh: none;
    --shm: none;
    --shl: none;
    --r: 0px;
    --rl: 0px;
    --t: all .24s ease
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color: var(--tx);
    background: var(--wh);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    letter-spacing: .01em;
    line-height: 1.75
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Jura', sans-serif !important;
}

h1,
h2,
h3,
h4 {
    line-height: 1.15;
    color: var(--tx);
    font-weight: 400
}

h1 {
    font-size: clamp(34px, 4.5vw, 60px);
    letter-spacing: -0.02em
}

h2 {
    font-size: clamp(28px, 3.2vw, 44px);
    letter-spacing: -0.01em
}

h3 {
    font-size: clamp(20px, 2.2vw, 28px)
}

h4 {
    font-size: 19px;
    font-weight: 600
}

p {
    color: var(--tx2);
    line-height: 1.75;
    font-weight: 400;
    max-width: 72ch
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.c {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px
}

.cn {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 28px
}

/* TOPBAR */
.topbar {
    background: var(--gd);
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.topbar-i {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.tbl {
    display: flex;
    align-items: center;
    gap: 18px
}

.tbl a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, .85);
    transition: var(--t);
    letter-spacing: .02em
}

.tbl a svg {
    width: 12px;
    height: 12px;
    fill: #ffffff
}

.tbl a:hover {
    color: rgba(255, 255, 255, .9)
}

.tbr {
    display: flex;
    align-items: center
}

.tbr a {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, .45);
    padding: 3px 14px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    transition: var(--t);
    letter-spacing: .02em;
    white-space: nowrap
}

.tbr a:last-child {
    border-right: none;
    padding-right: 0
}

.tbr a:hover {
    color: rgba(255, 255, 255, .85)
}

.tbr .thl {
    color: #a7f3d0;
    font-weight: 500
}

/* HEADER */
.hdr {
    background: var(--gp);
    position: sticky;
    top: 0;
    z-index: 500;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.hdr-i {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.hdr-logo {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center
}

.hdr-logo img {
    height: 40px;
    width: auto
}

.nm-nav>ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

.nm-nav>ul>li {
    position: relative
}

.nm-nav>ul>li>a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, .82);
    padding: 0 13px;
    height: 68px;
    letter-spacing: .03em;
    text-transform: uppercase;
    transition: var(--t);
    white-space: nowrap
}

.nm-nav>ul>li>a:hover {
    color: #fff
}

.arr {
    font-size: 8px;
    opacity: .5;
    transition: transform .2s
}

.nm-has-drop:hover .arr {
    transform: rotate(180deg)
}

.nm-drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--wh);
    border: 1px solid var(--bd);
    border-top: 3px solid var(--gc);
    min-width: 268px;
    padding: 6px 0;
    z-index: 600;
    list-style: none;
    margin: 0;
    flex-direction: column
}

.nm-has-drop:hover .nm-drop {
    display: block;
    flex-direction: column
}

.nm-drop li {
    display: block;
    width: 100%
}

.nm-drop li a {
    display: block;
    font-size: 13.5px;
    font-weight: 400;
    color: var(--tx);
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    transition: background .15s, transform .15s
}

.nm-drop li:last-child a {
    border-bottom: none
}

.nm-drop li a:hover {
    background: var(--gl);
    transform: translateX(6px);
    color: var(--gp)
}

.nm-drop .nm-new a {
    font-weight: 600;
    color: var(--gp)
}


.nm-drop .nm-all a {
    color: var(--gc);
    font-weight: 600;
    font-size: 13px
}

.nm-book {
    background: var(--gc);
    color: var(--tx) !important;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 5px;
    transition: var(--t);
    white-space: nowrap;
    margin-left: 8px
}

.nm-book:hover {
    background: var(--gch)
}

.nm-mob-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 0
}

.nm-mob-btn span {
    width: 22px;
    height: 2px;
    background: rgba(255, 255, 255, .85);
    display: block;
    border-radius: 1px
}

.nm-mob-nav {
    display: none;
    background: var(--gd);
    padding: 10px 28px 24px;
    border-top: 1px solid rgba(255, 255, 255, .08)
}

.nm-mob-nav a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, .75);
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07)
}

.nm-mob-nav a:hover {
    color: #fff
}

.nm-mob-parent {
    font-size: 10.5px !important;
    font-weight: 700 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .3) !important;
    padding-bottom: 4px !important;
    margin-top: 8px
}

.nm-mob-sub {
    padding: 0 0 4px 14px;
    background: rgba(255, 255, 255, .03)
}

.nm-mob-sub a {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, .5) !important;
    padding: 8px 0 !important
}

.nm-mob-book {
    background: var(--gc) !important;
    color: var(--tx) !important;
    text-align: center;
    margin-top: 16px;
    padding: 13px 0 !important;
    border-radius: 5px;
    font-weight: 700 !important;
    border: none !important
}

.nm-new-badge {
    display: inline-block;
    background: rgba(0, 168, 120, .2);
    color: var(--gc);
    font-size: 9px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 100px;
    margin-left: 5px;
    letter-spacing: .04em;
    vertical-align: middle
}

/* HERO */
.hero {
    background: var(--gp);
    position: relative;
    padding: 84px 0 76px
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: var(--gd);
    opacity: 1
}

.hero-ov {
    position: absolute;
    inset: 0;
    background: rgba(0, 45, 35, 0.95);
}

.hero-c {
    position: relative;
    z-index: 2
}

.hero-g {
    display: grid;
    grid-template-columns: 1fr 490px;
    gap: 56px;
    align-items: center
}

.hero-ey {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: none;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 18px
}

.hero-ey::before {
    content: '';
    width: 26px;
    height: 1.5px;
    background: rgba(255, 255, 255, .9)
}

.hero h1 {
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.18
}

.hero h1 em {
    font-style: normal;
    color: #9ee4ca
}

.hero-lead {
    font-size: 17px;
    color: rgba(255, 255, 255, .65);
    max-width: 520px;
    margin-bottom: 28px;
    line-height: 1.78
}

.hero-ctas {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.btn-p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gc);
    color: var(--tx) !important;
    padding: 14px 32px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: var(--t)
}

.btn-p:hover {
    background: var(--gch);
    transform: translateY(-2px);
}

.btn-g {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .3);
    padding: 13px 26px;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: var(--t)
}

.btn-g:hover {
    border-color: rgba(255, 255, 255, .7)
}

.hero-tr {
    display: flex;
    gap: 22px;
    flex-wrap: wrap
}

.htr {
    display: flex;
    align-items: center;
    gap: 9px
}

.htr-ic {
    width: 34px;
    height: 34px;
    background: rgba(0, 168, 120, .12);
    border: 1px solid rgba(0, 168, 120, .22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 15px
}

.htr-t strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3
}

.htr-t span {
    font-size: 12px;
    color: rgba(255, 255, 255, .65)
}

.ins-strip {
    margin-top: 22px;
    padding: 12px 16px;
    background: rgba(0, 168, 120, .1);
    border: 1px solid rgba(0, 168, 120, .2);
    border-radius: var(--r);
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 480px
}

.ins-strip span {
    font-size: 13px;
    color: rgba(255, 255, 255, .68);
    font-weight: 300
}

.ins-strip strong {
    color: #9ee4ca;
    font-weight: 600
}

/* PATH BOX */
.path-box {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--rl);
    padding: 24px
}

.path-lbl {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: none;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    margin-bottom: 16px;
    font-family: 'Manrope', sans-serif
}

.path-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.path-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--r);
    padding: 18px 14px;
    transition: var(--t);
    text-align: left;
    display: block
}

.path-card:hover {
    background: rgba(0, 168, 120, .1);
    border-color: rgba(0, 168, 120, .4);
    transform: translateY(-2px)
}

.path-ic {
    font-size: 24px;
    margin-bottom: 9px;
    display: block
}

.path-card strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
    line-height: 1.3
}

.path-card span {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .42);
    line-height: 1.4
}

.path-av {
    margin-top: 14px;
    padding: 10px 14px;
    background: rgba(0, 168, 120, .1);
    border: 1px solid rgba(0, 168, 120, .25);
    border-radius: var(--r);
    display: flex;
    align-items: center;
    gap: 9px
}

.avdot {
    width: 7px;
    height: 7px;
    background: var(--gc);
    border-radius: 50%;
    flex-shrink: 0;
    animation: pulse 2.2s infinite
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .3
    }
}

.path-av span {
    font-size: 12px;
    color: rgba(255, 255, 255, .6)
}

/* STATS */
.stats {
    background: var(--wh);
    border-top: 1px solid var(--bd);
    border-bottom: 1px solid var(--bd);
    padding: 52px 0
}

.stats-g {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.stat {
    text-align: center;
    padding: 12px 20px;
    border-right: 1px solid var(--bd)
}

.stat:last-child {
    border-right: none
}

.stat-n {
    font-size: clamp(40px, 4.5vw, 60px);
    font-weight: 800;
    color: var(--gp);
    line-height: 1;
    display: block;
    margin-bottom: 6px;
    letter-spacing: -.01em
}

.stat-label {
    font-size: 13px;
    color: var(--mu);
    line-height: 1.5;
    font-weight: 300
}

.stat-label strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--tx);
    margin-bottom: 2px
}

/* SCREENER */
.screener {
    background: var(--gp);
    padding: 60px 0
}

.screener-g {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center
}

.screener-l h2 {
    color: #fff;
    margin-bottom: 14px
}

.screener-l p {
    color: rgba(255, 255, 255, .62);
    font-size: 16px;
    max-width: 420px;
    line-height: 1.78
}

.s-box {
    background: var(--wh);
    border-radius: var(--rl);
    padding: 36px;
    border: 1px solid var(--bd);
}

.s-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--tx);
    margin-bottom: 22px
}

.sq {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--bd)
}

.sq:last-of-type {
    border-bottom: none;
    margin-bottom: 22px
}

.sq p {
    font-size: 15px;
    font-weight: 500;
    color: var(--tx);
    margin-bottom: 10px;
    line-height: 1.5
}

.sq-opts {
    display: flex;
    gap: 10px
}

.sq-opt {
    flex: 1;
    padding: 11px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--bd);
    border-radius: var(--r);
    font-size: 13.5px;
    font-weight: 500;
    color: var(--tx2);
    cursor: pointer;
    transition: var(--t);
    text-align: center;
    background: var(--wh);
    font-family: 'Figtree', sans-serif
}

.sq-opt:hover,
.sq-opt.sel {
    background: var(--gl);
    border-color: var(--gc);
    color: var(--gp);
    font-weight: 600
}

.s-result {
    display: none;
    padding: 16px 18px;
    border-radius: var(--r);
    margin-top: 4px
}

.s-result.yes {
    display: block;
    background: rgba(0, 168, 120, .08);
    border: 1px solid rgba(0, 168, 120, .22)
}

.s-result.low {
    display: block;
    background: var(--gp2);
    border: 1px solid var(--bd)
}

.s-result p {
    font-size: 14px;
    color: var(--tx);
    margin-bottom: 12px;
    line-height: 1.65
}

.s-result a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--gc);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    transition: var(--t)
}

.s-result a:hover {
    background: var(--gch)
}

/* SECTIONS */
.sec {
    padding: 96px 0
}

.sec-alt {
    background: var(--off)
}

.tag {
    display: inline-flex;
    align-items: center;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--gp);
    margin-bottom: 14px
}

.tag-w {
    color: var(--gc)
}

.sec-sub {
    font-size: 17px;
    color: var(--tx2);
    max-width: 640px;
    font-weight: 300;
    line-height: 1.78
}

/* SERVICES */
.svc-g {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px
}

.svc-card {
    background: var(--wh);
    border-radius: var(--rl);
    overflow: hidden;
    transition: var(--t);
    display: flex;
    flex-direction: column;
    border: 1px solid var(--bd);
}

.svc-card:hover {
    border-color: var(--gc);
    transform: translateY(-4px);
}

.svc-img {
    height: 200px;
    background: var(--off);
    position: relative;
    overflow: hidden
}

.svc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.svc-img-icon {
    font-size: 56px;
    opacity: .13
}

.svc-img-ph {
    font-size: 10.5px;
    color: rgba(255, 255, 255, .18);
    text-align: center;
    margin-top: 6px;
    font-style: italic
}

.svc-num {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(0, 168, 120, .18);
    border: 1px solid rgba(0, 168, 120, .3);
    color: rgba(255, 255, 255, .85);
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 100px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.svc-pb {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(0, 45, 35, .7);
    color: var(--gc);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 100px;
    border: 1px solid rgba(0, 168, 120, .3)
}

.svc-body {
    padding: 28px 28px 24px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.svc-kw {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: none;
    color: var(--gp);
    margin-bottom: 8px
}

.svc-card h3 {
    font-size: 22px;
    color: var(--tx);
    margin-bottom: 10px
}

.svc-card p {
    font-size: 14.5px;
    flex: 1;
    margin-bottom: 18px;
    line-height: 1.75;
    font-weight: 300
}

.svc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px
}

.svc-tag {
    font-size: 11.5px;
    color: var(--mu);
    background: var(--off);
    padding: 3px 10px;
    border-radius: 100px
}

.svc-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--bd);
    padding-top: 18px;
    margin-top: auto
}

.svc-price {
    font-size: 12px;
    color: var(--mu)
}

.svc-price strong {
    display: block;
    font-size: 20px;
    color: var(--tx);
    font-weight: 700;
    line-height: 1.1
}

.btn-svc {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--gp);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
    transition: var(--t)
}

.btn-svc:hover {
    background: var(--gm)
}

/* FEATURED IN */
.featured {
    background: var(--wh);
    padding: 48px 0;
    border-top: 1px solid var(--bd);
    border-bottom: 1px solid var(--bd)
}

.feat-lbl {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--tx2);
    text-align: center;
    margin-bottom: 30px
}

.feat-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
    flex-wrap: wrap
}

.feat-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(100%) opacity(.5);
    transition: var(--t);
    height: 48px
}

.feat-logo:hover {
    filter: grayscale(0%) opacity(1)
}

.feat-logo img {
    max-height: 44px;
    max-width: 160px;
    width: auto;
    object-fit: contain
}

/* DR HARISH */
.dr-g {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 60px;
    align-items: start
}

.dr-ph {
    position: relative;
    border-radius: var(--rl);
    border: 1px solid var(--bd);
}

.dr-ph img {
    width: 100%;
    aspect-ratio: 3/3.8;
    object-fit: cover;
    display: block;
    background: var(--off)
}

.dr-ph-cap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 45, 35, .92));
    padding: 36px 20px 18px;
    text-align: center
}

.dr-ph-cap strong {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600
}

.dr-ph-cap span {
    font-size: 14px;
    color: rgba(255, 255, 255, .85)
}

.dr-quals {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: var(--mu);
    margin-bottom: 18px;
    letter-spacing: .01em
}

.dr-g p {
    max-width: 65ch;
}

.creds {
    list-style: none;
    margin: 20px 0
}

.cred-i {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--bd);
    align-items: flex-start
}

.cred-i:last-child {
    border-bottom: none
}

.cred-ic {
    width: 36px;
    height: 36px;
    background: var(--gl);
    border-radius: var(--r);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px
}

.cred-i strong {
    display: block;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--tx);
    margin-bottom: 2px
}

.cred-i span {
    font-size: 13px;
    color: var(--mu);
    font-weight: 300
}

/* VIDEO */
.vid-card {
    margin-top: 24px;
    border-radius: var(--rl);
    transition: var(--t);
    border: 1px solid var(--bd);
    display: block;
    text-decoration: none
}

.vid-card:hover {
    border-color: var(--gc);
    transform: translateY(-2px)
}

.vid-thumb {
    position: relative;
    height: 168px;
    background: var(--gd);
    display: flex;
    align-items: center;
    justify-content: center
}

.vid-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    opacity: .35
}

.play {
    width: 56px;
    height: 56px;
    background: var(--gc);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: var(--t)
}

.play svg {
    width: 22px;
    height: 22px;
    fill: var(--tx);
    margin-left: 3px
}

.vid-card:hover .play {
    background: var(--gch);
    transform: scale(1.08)
}

.vid-lbl {
    background: var(--wh);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.vid-lbl span {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--tx);
    line-height: 1.4
}

.vid-lbl small {
    font-size: 11.5px;
    color: var(--mu);
    white-space: nowrap
}

/* AUTHORITY */
.auth {
    background: var(--gd);
    padding: 72px 0
}

.auth-g {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: start
}

.auth-l h2 {
    color: #fff;
    margin-bottom: 16px
}

.auth-l>p {
    color: rgba(255, 255, 255, .6);
    font-size: 15.5px;
    margin-bottom: 24px;
    line-height: 1.78;
    font-weight: 300;
    max-width: 440px
}

.nccs-b {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--r);
    padding: 14px 18px;
    margin-top: 4px
}

.nccs-b span {
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.4
}

.nccs-b strong {
    display: block;
    color: rgba(255, 255, 255, .88);
    font-size: 13.5px;
    font-weight: 600;
    margin-bottom: 2px
}

.nccs-ic {
    font-size: 28px
}

.jg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.jc {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: var(--r);
    padding: 16px 18px;
    transition: var(--t)
}

.jc:hover {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(0, 168, 120, .3)
}

.jc .jn {
    font-size: 13.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, .8);
    display: block;
    margin-bottom: 4px;
    line-height: 1.4
}

.jc .jt {
    font-size: 12px;
    color: rgba(255, 255, 255, .38);
    display: block;
    line-height: 1.5;
    font-weight: 300
}

.jc .jl {
    font-size: 11.5px;
    color: #a7f3d0;
    font-weight: 600;
    margin-top: 8px;
    display: inline-block
}

/* WHY */
.why-g {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center
}

.why-items {
    list-style: none;
    margin-top: 20px
}

.why-i {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid var(--bd);
    align-items: flex-start
}

.why-i:last-child {
    border-bottom: none
}

.why-ic {
    width: 44px;
    height: 44px;
    background: var(--gl);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px
}

.why-i strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--tx);
    margin-bottom: 4px
}

.why-i p {
    font-size: 13.5px;
    margin: 0;
    color: var(--mu);
    font-weight: 300
}

.vs-b {
    background: var(--gp);
    border-radius: var(--rl);
    padding: 32px;
    border: 1px solid rgba(0, 168, 120, .2)
}

.vs-ti {
    font-size: 13px;
    font-weight: 700;
    color: #a7f3d0;
    margin-bottom: 18px
}

.vs-h {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 4px
}

.vs-h span {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    letter-spacing: .04em
}

.vs-h span:first-child {
    text-align: left
}

.vs-r {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    align-items: center
}

.vs-r:last-child {
    border-bottom: none
}

.vs-r span {
    font-size: 13px;
    color: rgba(255, 255, 255, .72);
    text-align: center
}

.vs-r span:first-child {
    text-align: left;
    color: rgba(255, 255, 255, .9);
    font-weight: 500
}

.vy {
    color: #4ade80 !important;
    font-weight: 600 !important
}

.vn {
    color: rgba(255, 255, 255, .55) !important;
    text-decoration: line-through;
    text-decoration-color: rgba(255, 255, 255, .25)
}

.vs-cta {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.vs-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--gc);
    color: var(--tx);
    padding: 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: var(--t)
}

.vs-cta a:hover {
    background: var(--gch)
}

/* REVIEWS */
.rev-hdr {
    text-align: center;
    margin-bottom: 52px
}

.rev-hdr h2 {
    margin-bottom: 10px
}

.rev-g {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.rev-card {
    background: var(--wh);
    border-radius: var(--rl);
    padding: 28px;
    box-shadow: var(--sh);
    transition: var(--t)
}

.rev-card:hover {
    box-shadow: var(--shm);
    transform: translateY(-2px)
}

.rev-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px
}

.revr {
    display: flex;
    align-items: center;
    gap: 12px
}

.revr-av {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--wh) !important;
    background: var(--gp) !important;
    flex-shrink: 0;
    font-family: 'Figtree', sans-serif
}

.revr strong {
    display: block;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--tx)
}

.revr span {
    font-size: 12px;
    color: var(--mu);
    font-weight: 300
}

.g-ic svg {
    width: 20px;
    height: 20px
}

.stars {
    color: #fbbc04;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 12px
}

.verf {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11.5px;
    color: var(--gc);
    font-weight: 600;
    margin-left: 5px
}

.verf svg {
    width: 13px;
    height: 13px;
    fill: var(--gc)
}

.rev-card p {
    font-size: 14px;
    color: var(--tx2);
    line-height: 1.72;
    font-weight: 300
}

.rev-cta {
    text-align: center;
    margin-top: 32px
}

.rev-cta a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gp);
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1.5px solid var(--gc);
    padding-bottom: 2px;
    transition: var(--t)
}

.rev-cta a:hover {
    color: var(--gc)
}

/* PARTNERS */
.partners {
    background: var(--wh);
    padding: 48px 0;
    border-top: 1px solid var(--bd);
    border-bottom: 1px solid var(--bd)
}

.pt-lbl {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--mu);
    text-align: center;
    margin-bottom: 30px
}

.pt-g {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    flex-wrap: wrap
}

.pt {
    display: flex;
    align-items: center;
    gap: 14px;
    transition: var(--t)
}

.pt:hover {
    opacity: .7
}

.pt-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gl);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    color: var(--gp);
    flex-shrink: 0;
    font-family: 'Figtree', sans-serif
}

.pt-info strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--tx)
}

.pt-info span {
    font-size: 12.5px;
    color: var(--mu);
    font-weight: 300
}

/* JOURNEY */
.jny-g {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative
}

.jny-g::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 12.5%;
    right: 12.5%;
    height: 1.5px;
    background: linear-gradient(90deg, var(--gc) 0%, var(--gch) 100%);
    z-index: 0
}

.jstep {
    text-align: center;
    padding: 0 14px;
    position: relative;
    z-index: 1
}

.jstep-c {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--wh);
    border: 2.5px solid var(--gc);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 19px;
    font-weight: 800;
    color: var(--gp);
    box-shadow: 0 0 0 6px var(--off);
    font-family: 'Figtree', sans-serif
}

.jstep h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--tx);
    margin-bottom: 8px
}

.jstep p {
    font-size: 13px;
    color: var(--mu);
    font-weight: 300
}

/* LOCATIONS */
.loc-g {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.loc-card {
    background: var(--wh);
    border-radius: var(--rl);
    overflow: hidden;
    transition: var(--t);
    box-shadow: var(--sh)
}

.loc-card:hover {
    box-shadow: var(--shl);
}

.loc-img {
    height: 148px;
    background: var(--off)
}

.loc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.loc-body {
    padding: 24px
}

.loc-badge {
    display: inline-block;
    background: var(--gl);
    color: var(--gp);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 100px;
    margin-bottom: 10px
}

.loc-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--tx);
    margin-bottom: 12px
}

.loc-dl {
    list-style: none
}

.loc-dl li {
    font-size: 13.5px;
    color: var(--tx2);
    padding: 5px 0;
    border-bottom: 1px solid var(--off);
    display: flex;
    gap: 8px;
    font-weight: 300
}

.loc-dl li:last-child {
    border-bottom: none
}

.loc-dl li::before {
    content: "\203A";
    color: var(--gc);
    font-weight: 700;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.6
}

/* FAQ */
.faq-w {
    max-width: 800px;
    margin: 0 auto
}

.faq-item {
    border-bottom: 1px solid var(--bd)
}

.faq-q {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    text-align: left;
    font-family: 'Figtree', sans-serif;
    font-size: 15.5px;
    font-weight: 600;
    color: var(--tx);
    transition: var(--t);
    letter-spacing: .01em
}

.faq-q:hover {
    color: var(--gp)
}

.faq-ic {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--gl);
    border: 1.5px solid var(--bd);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--gp);
    transition: var(--t)
}

.faq-item.open .faq-ic {
    background: var(--gc);
    color: #fff;
    transform: rotate(45deg);
    border-color: var(--gc)
}

.faq-a {
    display: none;
    padding: 0 0 20px
}

.faq-item.open .faq-a {
    display: block
}

.faq-a p {
    font-size: 15px;
    font-weight: 300
}

/* BOOKING */
.book {
    background: var(--gd);
    padding: 96px 0
}

.book-g {
    display: grid;
    grid-template-columns: 1fr 580px;
    gap: 60px;
    align-items: start
}

.book h2 {
    color: #fff;
    margin-bottom: 14px
}

.book-g>div>p {
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    margin-bottom: 24px;
    max-width: 480px;
    font-weight: 300;
    line-height: 1.78
}

.bk-pts {
    list-style: none
}

.bk-pts li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    padding: 8px 0;
    font-weight: 300
}

.bk-pts li::before {
    content: "\203A";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(0, 168, 120, .2);
    color: var(--gc);
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px
}

.c-dir {
    margin-top: 28px;
    padding: 24px 28px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--r)
}

.c-dir p {
    font-size: 11px;
    color: rgba(255, 255, 255, .4);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px;
    font-weight: 700
}

.c-ph {
    font-family: 'Spectral', serif;
    font-size: 32px;
    font-weight: 500;
    color: var(--wh);
    display: block;
    margin-bottom: 6px;
    letter-spacing: -0.01em
}

.c-hrs {
    font-size: 14px;
    color: rgba(255, 255, 255, .4);
    font-weight: 300
}

.wa-b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1.5px solid var(--gc);
    color: var(--gp);
    background: var(--wh);
    padding: 12px;
    border-radius: var(--r);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
    transition: var(--t);
    margin-top: 14px
}

.wa-b:hover {
    background: var(--gl);
    color: var(--gp);
    border-color: var(--gp)
}

.c-dir .wa-b {
    background: var(--wh);
    color: var(--gd);
    border: none;
    margin-top: 16px
}

.c-dir .wa-b:hover {
    background: var(--gl);
    color: var(--gp)
}

.wa-b svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex-shrink: 0
}

.f-card {
    background: var(--wh);
    border-radius: var(--rl);
    padding: 44px 48px;
    border: 1px solid var(--bd);
}

.f-card h3 {
    font-size: 21px;
    font-weight: 700;
    color: var(--tx);
    margin-bottom: 20px
}

.av-sig {
    background: rgba(0, 168, 120, .07);
    border: 1px solid rgba(0, 168, 120, .2);
    border-radius: var(--r);
    padding: 10px 14px;
    font-size: 12.5px;
    color: var(--tx2);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px
}

.f-r2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.fg {
    margin-bottom: 18px
}

.fg label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--tx);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.08em
}

.fg input,
.fg select,
.fg textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid var(--bd);
    border-radius: var(--r);
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: var(--tx);
    background: var(--wh);
    transition: var(--t);
    outline: none
}

.fg input:focus,
.fg select:focus,
.fg textarea:focus {
    border-color: var(--gc);
    box-shadow: 0 0 0 3px rgba(0, 168, 120, .1)
}

.fg textarea {
    resize: vertical;
    min-height: 80px
}

.btn-sub {
    width: 100%;
    background: var(--gc);
    color: var(--tx);
    border: none;
    padding: 15px;
    border-radius: 5px;
    font-family: 'Figtree', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--t)
}

.btn-sub:hover {
    background: var(--gch)
}

.f-or {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0
}

.f-or span {
    font-size: 11px;
    color: var(--mu);
    text-transform: uppercase;
    letter-spacing: .1em
}

.f-or::before,
.f-or::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--bd)
}

.f-priv {
    font-size: 13px;
    color: var(--tx2);
    text-align: center;
    margin-top: 14px;
    font-weight: 400
}

/* FOOTER */
.ftr {
    background: #011810;
    padding: 80px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, .05)
}

.ftr-g {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr;
    gap: 44px;
    margin-bottom: 48px
}

.ftr-br p {
    font-size: 14px;
    color: rgba(255, 255, 255, .65);
    line-height: 1.75;
    max-width: 280px;
    margin-top: 18px;
    font-weight: 300
}

.ftr-col h4 {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, .9);
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif
}

.ftr-col ul {
    list-style: none
}

.ftr-col li {
    margin-bottom: 10px
}

.ftr-col a {
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
    font-weight: 300;
    transition: var(--t)
}

.ftr-col a:hover {
    color: var(--gch)
}

.ftr-bot {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px
}

.ftr-bot span {
    font-size: 12px;
    color: rgba(255, 255, 255, .45);
    font-weight: 300
}

.disc {
    font-size: 11.5px;
    color: rgba(255, 255, 255, .45);
    margin-top: 16px;
    line-height: 1.7;
    font-weight: 300;
    max-width: 65ch;
}

/* FLOAT */
.wa-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    background: #075e54;
    color: #fff;
    border-radius: 50px;
    padding: 13px 22px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: none;
    transition: var(--t);
    text-decoration: none
}

.wa-float:hover {
    transform: translateY(-2px);
}

.wa-float svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex-shrink: 0
}

/* RESPONSIVE */
@media(max-width:1024px) {
    .hero-g {
        grid-template-columns: 1fr
    }

    .path-box {
        display: none
    }

    .dr-g {
        grid-template-columns: 1fr
    }

    .why-g {
        grid-template-columns: 1fr
    }

    .screener-g {
        grid-template-columns: 1fr
    }

    .auth-g {
        grid-template-columns: 1fr
    }

    .svc-g {
        grid-template-columns: 1fr 1fr
    }

    .loc-g {
        grid-template-columns: 1fr 1fr
    }

    .ftr-g {
        grid-template-columns: 1fr 1fr
    }

    .jny-g {
        grid-template-columns: 1fr 1fr;
        gap: 36px
    }

    .jny-g::before {
        display: none
    }

    .rev-g {
        grid-template-columns: 1fr
    }

    .nm-nav,
    .nm-book {
        display: none
    }

    .nm-mob-btn {
        display: flex
    }

    .book-g {
        grid-template-columns: 1fr
    }

    .jg {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:640px) {

    .svc-g,
    .loc-g,
    .stats-g,
    .f-r2 {
        grid-template-columns: 1fr
    }

    .stat {
        border-right: none;
        border-bottom: 1px solid var(--bd)
    }

    .stat:last-child {
        border-bottom: none
    }

    .feat-logos {
        gap: 24px
    }

    .pt-g {
        gap: 32px
    }

    .hero-ctas {
        flex-direction: column;
        align-items: flex-start
    }

    .ftr-g {
        grid-template-columns: 1fr
    }

    .hdr-i {
        padding: 0 16px
    }

    .topbar {
        display: none
    }

    .jg {
        grid-template-columns: 1fr
    }
}

/* Featured In placeholders */
.feat-logos {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.feat-ph {
    flex: 1;
    min-width: 160px;
    max-width: 220px
}

.feat-ph-box {
    height: 52px;
    border: 1px solid var(--bd);
    border-radius: var(--r);
    background: var(--off);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Spectral', serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--tx2);
    letter-spacing: .02em;
    transition: var(--t)
}

.feat-ph-box:hover {
    border-color: var(--gc);
    background: var(--gl);
    color: var(--gp)
}

@media(max-width:640px) {
    .feat-ph {
        min-width: 140px
    }

    .feat-logos {
        gap: 10px
    }
}

/* SHARED & SPECIFIC LANDER STYLES */

.img-ph {
    background: rgba(0, 45, 35, 0.05);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.img-ph-icon {
    font-size: 48px;
    opacity: 0.3;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 28px;
}

.htag {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.75);
    display: inline-flex;
    align-items: center;
    font-weight: 400;
}

.bc {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 24px;
}

.bc a {
    color: rgba(255, 255, 255, 0.8);
    transition: var(--t);
}

.bc a:hover {
    color: #fff;
}

.bc span {
    color: rgba(255, 255, 255, 0.4);
}

.nodule-types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.nt {
    background: var(--wh);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 20px 22px;
    border-top: 3px solid var(--gc);
}

.nt h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--tx);
    margin-bottom: 8px;
}

.nt p {
    font-size: 13.5px;
    font-weight: 300;
    margin: 0;
}

.risk-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.risk-table th {
    background: var(--gp);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 12px 16px;
    text-align: left;
}

.risk-table td {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 300;
    color: var(--tx2);
    border-bottom: 1px solid var(--bd);
}

.risk-table tr:last-child td {
    border-bottom: none;
}

.risk-table tr:nth-child(even) td {
    background: var(--off);
}

.risk-low {
    color: #166534;
    font-weight: 600;
}

.risk-mod {
    color: #92400e;
    font-weight: 600;
}

.risk-high {
    color: #9f1239;
    font-weight: 600;
}

.steps-g {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
    margin-top: 48px;
}

.steps-g::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 10%;
    right: 10%;
    height: 1.5px;
    background: var(--gc);
    z-index: 1;
}

.step {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.step-n {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--wh);
    border: 2.5px solid var(--gc);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 800;
    color: var(--gp);
    box-shadow: 0 0 0 6px var(--wh);
    font-family: 'Manrope', sans-serif;
}

.step h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--tx);
    margin-bottom: 8px;
    margin-top: 18px;
}

.step p {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--tx2);
    font-weight: 300;
}

/* LANDER 2 SPECIFIC: SWEATY PALMS */
.comp-g {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 8px;
}

.comp-card {
    background: var(--wh);
    border: 1px solid var(--bd);
    border-radius: var(--rl);
    padding: 32px 28px;
}

.comp-yes {
    border-top: 4px solid var(--gc);
}

.comp-no {
    border-top: 4px solid #f59e0b;
}

.comp-card h3 {
    font-size: 19px;
    font-weight: 600;
    color: var(--tx);
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
}

.comp-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comp-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14.5px;
    color: var(--tx2);
    padding: 9px 0;
    border-bottom: 1px solid rgba(0, 168, 120, .08);
    font-weight: 300;
    line-height: 1.6;
}

.comp-list li:last-child {
    border-bottom: none;
}

.comp-list li>span {
    flex-shrink: 0;
    font-weight: 700;
    color: var(--gc);
    font-size: 14px;
    line-height: 1.6;
}

.comp-no .comp-list li>span {
    color: #f59e0b;
}

.avail-bar {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
}

.avail-dot {
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    flex-shrink: 0;
    animation: pulse 2.2s infinite;
}

.se-box {
    background: var(--off);
    border: 1px solid var(--bd);
    border-left: 4px solid var(--gc);
    border-radius: 12px;
    padding: 32px 28px;
}

.se-box h3 {
    font-size: 19px;
    font-weight: 600;
    color: var(--tx);
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
    margin-top: 0;
}

.se-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.se-list li {
    position: relative;
    padding-left: 20px;
    font-size: 14.5px;
    color: var(--tx2);
    margin-bottom: 16px;
    font-weight: 300;
    line-height: 1.6;
}

.se-list li:last-child {
    margin-bottom: 0;
}

.se-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--gc);
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}

/* LANDER 3 SPECIFIC: LUNG SCREENING */
.price-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 32px 28px;
}

.price-box h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px;
    font-family: 'Spectral', serif;
}

.price-big {
    font-size: 48px;
    font-weight: 800;
    color: var(--gc);
    line-height: 1;
    display: block;
    margin-bottom: 4px;
}

.price-note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 24px;
}

.price-list {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
}

.price-list li {
    position: relative;
    padding-left: 22px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
    line-height: 1.5;
}

.price-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--gc);
    font-weight: 700;
}

.stages-g {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.stage {
    padding: 32px 24px;
    text-align: center;
    border-right: 1px solid var(--bd);
}

.stage:last-child {
    border-right: none;
}

.stage-n {
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    color: var(--gp);
    line-height: 1;
    display: block;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

.stage h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--tx);
    margin-bottom: 8px;
}

.stage p {
    font-size: 13.5px;
    color: var(--tx2);
    line-height: 1.6;
    margin: 0 auto;
}

.risk-g {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: start;
}

.risk-card {
    background: var(--wh);
    border: 1px solid var(--bd);
    border-radius: 12px;
    padding: 36px;
}

.risk-yes {
    border-top: 4px solid var(--gc);
}

.risk-also {
    border-top: 4px solid #f59e0b;
}

.risk-card h3 {
    font-size: 19px;
    font-weight: 600;
    color: var(--tx);
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
}

.risk-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.risk-list li {
    position: relative;
    padding-left: 20px;
    font-size: 14.5px;
    color: var(--tx2);
    margin-bottom: 14px;
    line-height: 1.6;
    font-weight: 300;
}

.risk-list li:last-child {
    margin-bottom: 0;
}

.risk-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--gc);
    font-size: 18px;
}

.risk-also .risk-list li::before {
    color: #f59e0b;
}

.disclaimer {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid var(--bd);
}

.disclaimer p {
    font-size: 12px;
    color: var(--mu);
    line-height: 1.6;
    margin: 0;
    max-width: 65ch;
}

.hiw-g {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
}

.hiw-g::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 10%;
    right: 10%;
    height: 1.5px;
    background: var(--gc);
    z-index: 1;
}

.hiw-s {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.hiw-n {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--wh);
    border: 2.5px solid var(--gc);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 800;
    color: var(--gp);
    box-shadow: 0 0 0 6px var(--wh);
    font-family: 'Manrope', sans-serif;
}

.hiw-s h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--tx);
    margin-bottom: 8px;
    margin-top: 18px;
}

.hiw-s p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--tx2);
    font-weight: 300;
    margin: 0 auto;
}

/* LANDER 4 SPECIFIC: ROBOTIC SURGERY */
.conds-g {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 28px;
}

.cond-card {
    background: var(--wh);
    border: 1px solid var(--bd);
    border-radius: 12px;
    padding: 24px;
    border-top: 3px solid var(--gc);
    transition: var(--t);
}

.cond-card:hover {
    border-color: var(--gc);
    transform: translateY(-2px);
}

.cond-card .ci {
    font-size: 36px;
    margin-bottom: 12px;
}

.cond-card h3 {
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 700;
}

.cond-card p {
    font-size: 13.5px;
    font-weight: 300;
    margin: 0;
}

.adv-g {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 28px;
}

.adv-i {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
    background: var(--wh);
    border: 1px solid var(--bd);
    border-radius: 12px;
}

.adv-ic {
    width: 44px;
    height: 44px;
    background: var(--gl);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}

.adv-i strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--tx);
    margin-bottom: 4px;
}

.adv-i p {
    font-size: 13.5px;
    margin: 0;
    color: var(--mu);
    font-weight: 300;
}

/* SHARED LANDER QUOTE & INFO STYLES */
.quote-card {
    background: #f4faf8;
    border-left: 4px solid var(--gc);
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 168, 120, 0.08);
    border-left: 4px solid var(--gc);
}

.quote-card p {
    font-family: 'Spectral', Georgia, serif;
    font-size: 16.5px !important;
    font-style: italic;
    color: var(--tx) !important;
    line-height: 1.75 !important;
    margin-bottom: 12px !important;
    font-weight: 400 !important;
}

.quote-card .quote-author {
    font-family: 'Manrope', sans-serif;
    font-size: 12px !important;
    color: var(--gp) !important;
    font-weight: 700 !important;
    margin: 0 !important;
    letter-spacing: .08em;
}

.quote-card-dark {
    background: linear-gradient(135deg, var(--gp), #003a2e);
    border-left: 4px solid var(--gc);
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-left: 4px solid var(--gc);
}

.quote-card-dark p {
    font-family: 'Spectral', Georgia, serif;
    font-size: 16.5px !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.92) !important;
    line-height: 1.75 !important;
    margin-bottom: 12px !important;
    font-weight: 400 !important;
}

.quote-card-dark .quote-author {
    font-family: 'Manrope', sans-serif;
    font-size: 12px !important;
    color: #a7f3d0 !important;
    font-weight: 700 !important;
    margin: 0 !important;
    letter-spacing: .08em;
}

.note-box {
    background: #f4faf8;
    border-radius: 8px;
    padding: 20px 24px;
    border-left: 4px solid var(--gc);
    border: 1px solid rgba(0, 168, 120, 0.08);
    border-left: 4px solid var(--gc);
}

.note-box p {
    font-size: 14.5px !important;
    color: var(--tx) !important;
    margin: 0 !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
}

.book-lead {
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    margin-bottom: 24px;
    max-width: 480px;
    font-weight: 300;
    line-height: 1.78;
}

.ftr-col h5 {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, .9);
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
}

/* MEDIA QUERIES FOR LANDERS */
@media(max-width: 1024px) {
    .comp-g {
        grid-template-columns: 1fr;
    }

    .stages-g {
        grid-template-columns: 1fr;
    }

    .stage {
        border-right: none;
        border-bottom: 1px solid var(--bd);
    }

    .stage:last-child {
        border-bottom: none;
    }

    .risk-g {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hiw-g {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .hiw-g::before {
        display: none;
    }

    .hiw-s {
        padding-bottom: 24px;
        border-bottom: 1px dashed var(--bd);
    }

    .hiw-s:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .conds-g {
        grid-template-columns: 1fr 1fr;
    }

    .adv-g {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 768px) {
    .comp-g {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 640px) {
    .conds-g {
        grid-template-columns: 1fr;
    }
}