:root {
    --teal: #0b7b74;
    --teal-dark: #065a55;
    --teal-light: #d9f2f0;
    --teal-mid: #14a89e;
    --amber: #f59e0b;
    --amber-dark: #d97706;
    --amber-light: #fef3c7;
    --ink: #0a1628;
    --ink-mid: #122240;
    --slate: #3d5166;
    --mist: #f4f9f8;
    --white: #fff;
    --gray: #94a3b8;
    --gray-light: #f8fafc;
    --font-head: 'Syne', sans-serif;
    --font-body: 'DM Sans', sans-serif;
    --r: 14px;
    --r-lg: 22px;
    --sh: 0 4px 24px rgba(11, 123, 116, 0.1);
    --sh-lg: 0 16px 60px rgba(11, 123, 116, 0.16);
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--white);
    line-height: 1.65;
    overflow-x: hidden
}
a{
    text-decoration: none;
    color: inherit;
}

/* ─── HEADER ─── */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(11, 123, 116, 0.08);
    padding: 0 24px;
    height: 68px;
    display: flex;
    align-items: center;
    transition: box-shadow .3s;
}

header.scrolled {
    box-shadow: 0 4px 28px rgba(14, 28, 47, 0.08)
}

.hdr {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0
}

.logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--teal), var(--teal-mid));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(11, 123, 116, 0.28);
}

.logo-mark i {
    color: #fff;
    font-size: 17px
}

.logo-name {
    font-family: var(--font-head);
    font-size: 1.18rem;
    font-weight: 800;
    color: var(--ink);
    line-height: 1
}

.logo-name small {
    display: block;
    font-size: 0.62rem;
    color: var(--teal);
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2px
}

nav {
    display: flex;
    align-items: center;
    gap: 2px
}

nav a {
    padding: 8px 13px;
    border-radius: 8px;
    font-size: 0.87rem;
    font-weight: 500;
    color: var(--slate);
    text-decoration: none;
    transition: all .2s;
    white-space: nowrap;
}

nav a:hover {
    background: var(--teal-light);
    color: var(--teal)
}

.nav-cta {
    background: var(--teal) !important;
    color: #fff !important;
    border-radius: 40px !important;
    padding: 10px 22px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 14px rgba(11, 123, 116, 0.3);
    margin-left: 6px;
}

.nav-cta:hover {
    background: var(--teal-dark) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(11, 123, 116, 0.38) !important
}

.burger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0
}

.burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--ink);
    border-radius: 4px;
    transition: all .3s
}

.mob-nav {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 998;
    padding: 16px 20px 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    border-top: 2px solid var(--teal-light);
    flex-direction: column;
    gap: 4px;
}

.mob-nav.open {
    display: flex
}

.mob-nav a {
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--ink);
    text-decoration: none;
    transition: all .2s
}

.mob-nav a:hover {
    background: var(--teal-light);
    color: var(--teal)
}

.mob-nav .mc {
    background: var(--teal);
    color: #fff !important;
    text-align: center;
    margin-top: 8px;
    border-radius: 12px;
    font-weight: 600 !important
}

/* ─── HERO ─── */
.hero {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-noise {
    position: absolute;
    inset: 0;
    opacity: .03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero-mesh {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 60% at 80% 20%, rgba(11, 123, 116, 0.22) 0%, transparent 60%),
        radial-gradient(ellipse 50% 50% at 20% 80%, rgba(245, 158, 11, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 40% 40% at 50% 50%, rgba(20, 168, 158, 0.08) 0%, transparent 60%);
}

.hero-grid-lines {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 50px 50px;
}

/* Floating glow orbs */
.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none
}

.orb-1 {
    width: 600px;
    height: 600px;
    background: rgba(11, 123, 116, 0.18);
    top: -150px;
    right: -100px;
    animation: orbFloat 10s ease-in-out infinite
}

.orb-2 {
    width: 400px;
    height: 400px;
    background: rgba(245, 158, 11, 0.1);
    bottom: -100px;
    left: -50px;
    animation: orbFloat 13s ease-in-out infinite reverse
}

.orb-3 {
    width: 300px;
    height: 300px;
    background: rgba(20, 168, 158, 0.12);
    top: 40%;
    left: 30%;
    animation: orbFloat 8s ease-in-out infinite 2s
}

@keyframes orbFloat {

    0%,
    100% {
        transform: translate(0, 0)
    }

    33% {
        transform: translate(-30px, 20px)
    }

    66% {
        transform: translate(20px, -25px)
    }
}

.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
    padding: 110px 32px 80px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 64px;
    align-items: center;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--amber);
    padding: 7px 16px;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 26px;
    animation: fadeUp .7s ease both;
}

.hero-pill .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--amber);
    animation: pulseGlow 1.8s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes pulseGlow {

    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4)
    }

    50% {
        opacity: .6;
        box-shadow: 0 0 0 6px rgba(245, 158, 11, 0)
    }
}

.hero h1 {
    font-family: var(--font-head);
    font-size: clamp(2.6rem, 5.2vw, 3.2rem);
    font-weight: 800;
    line-height: 1.05;
    color: #000;
    margin-bottom: 22px;
    animation: fadeUp .7s .1s ease both;
}

.hero h1 .accent {
    background: linear-gradient(135deg, #34d4c8, #0b9e96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero h1 .outline-text {
    -webkit-text-stroke: 1.5px rgb(0, 0, 0);
    color: transparent;
    display: inline-block;
}

.hero-sub {
    font-size: 1.05rem;
    color: rgba(0, 0, 0, 0.68);
    max-width: 900px;
    line-height: 1.78;
    margin-bottom: 36px;
    font-weight: 400;
    animation: fadeUp .7s .2s ease both;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 42px;
    animation: fadeUp .7s .3s ease both;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--teal);
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 0.97rem;
    font-weight: 600;
    text-decoration: none;
    font-family: var(--font-body);
    box-shadow: 0 6px 24px rgba(11, 123, 116, 0.4);
    transition: all .3s;
}

.btn-primary:hover {
    background: var(--teal-dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(11, 123, 116, 0.48)
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1.5px solid var(--teal);
    color: var(--teal);
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 0.97rem;
    font-weight: 500;
    text-decoration: none;
    font-family: var(--font-body);
    transition: all .3s;
    backdrop-filter: blur(6px);
}

.btn-outline:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px)
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    animation: fadeUp .7s .4s ease both;
}

.ht-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.85rem
}

.ht-item i {
    color: var(--teal-mid);
    font-size: 0.85rem;
    flex-shrink: 0
}

/* Hero right - image + cards */
.hero-right {
    position: relative;
    animation: fadeInRight .9s .25s ease both
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.hero-img-wrap {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.hero-img-wrap img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    filter: brightness(.9) saturate(1.05)
}

.hero-img-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(7, 25, 46, 0.65) 100%);
    z-index: 1;
}

/* Stats on image bottom */
.hero-img-stats {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px 24px;
    display: flex;
    gap: 20px;
    background: linear-gradient(0deg, rgba(7, 25, 46, 0.85) 0%, transparent 100%);
}

.his-item {
    text-align: center
}

.his-num {
    font-family: var(--font-head);
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    display: block
}

.his-num span {
    color: var(--amber)
}

.his-label {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-top: 3px
}

.his-sep {
    width: 1px;
    background: rgba(255, 255, 255, 0.12);
    align-self: stretch
}

/* Floating cards - fixed positioning & responsive */
.float-card {
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 16px;
    padding: 14px 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.9);
    min-width: 140px;
}

.fc-tl {
    top: 24px;
    right: -28px;
    animation: fc1float 4s ease-in-out infinite
}

.fc-tr {
    top: 24px;
    left: -28px;
    animation: fc2float 5s ease-in-out infinite
}

@keyframes fc1float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

@keyframes fc2float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(6px)
    }
}

.float-card .fc-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--teal-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.float-card .fc-icon i {
    color: var(--teal);
    font-size: 14px
}

.float-card .fc-num {
    font-family: var(--font-head);
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--teal);
    line-height: 1
}

.float-card .fc-label {
    font-size: 0.7rem;
    color: var(--slate);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 3px
}

/* Rating card special */
.fc-rating-wrap {
    display: flex;
    align-items: center;
    gap: 10px
}

.fc-stars {
    color: var(--amber);
    font-size: 0.78rem;
    letter-spacing: 1px
}

.fc-rating-text .score {
    font-family: var(--font-head);
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--ink);
    line-height: 1;
    display: block
}

.fc-rating-text .sub {
    font-size: 0.68rem;
    color: var(--slate);
    display: block;
    margin-top: 2px
}

/* Scroll hint */
.scroll-hint {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.7rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.scroll-arrow {
    width: 30px;
    height: 30px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: arrowBounce 1.2s ease infinite;
}

@keyframes arrowBounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(7px)
    }
}

.scroll-arrow i {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4)
}

/* ─── TRUST BAR ─── */
.trust-bar {
    background: var(--ink);
    padding: 20px 24px
}

.trust-bar-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    row-gap: 12px;
}

.trust-pill {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.84rem;
    font-weight: 400
}

.trust-pill i {
    color: var(--teal-mid);
    font-size: 1rem;
    flex-shrink: 0
}

.trust-pill strong {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600
}

.trust-sep {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.1);
    flex-shrink: 0
}

/* ─── STATS BELT ─── */
.stats-belt {
    background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal) 100%);
    padding: 56px 24px;
}

.stats-belt-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center
}

.sb-item {
    padding: 8px 0
}

.sb-num {
    font-family: var(--font-head);
    font-size: 2.6rem;
    font-weight: 800;
    color: #fff;
    display: block;
    line-height: 1
}

.sb-num span {
    color: var(--amber)
}

.sb-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin-top: 8px;
    display: block
}

.sb-divider {
    border-left: 1px solid rgba(255, 255, 255, 0.15)
}

/* ─── SECTION HEADER ─── */
.sh {
    text-align: center;
    margin-bottom: 60px
}

.tag {
    color: var(--teal);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 12px;
    display: block
}

.sh h2 {
    font-family: var(--font-head);
    font-size: clamp(1.8rem, 3.5vw, 2.3rem);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.2;
    margin-bottom: 12px
}

.sh p {
    color: var(--slate);
    font-size: 1rem;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.72
}

.sh-line {
    width: 48px;
    height: 4px;
    border-radius: 4px;
    background: var(--amber);
    margin: 16px auto 0
}

/* ─── ABOUT ─── */
.about-section {
    padding: 50px 24px;
    background: var(--white)
}

.about-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center
}

.about-media {
    position: relative
}

.about-img-main {
    width: 100%;
    height: 470px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: var(--sh-lg);
    display: block
}

.about-img-sub {
    width: 185px;
    height: 185px;
    object-fit: cover;
    border-radius: 18px;
    position: absolute;
    bottom: -28px;
    right: -28px;
    border: 5px solid #fff;
    box-shadow: var(--sh-lg);
}

.about-badge {
    position: absolute;
    top: 28px;
    left: -22px;
    background: var(--amber);
    color: var(--ink);
    padding: 16px 20px;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(245, 158, 11, 0.32);
}

.about-badge .ab-num {
    font-family: var(--font-head);
    font-size: 1.9rem;
    font-weight: 800;
    display: block;
    line-height: 1
}

.about-badge .ab-txt {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: block;
    margin-top: 3px;
    color: var(--ink-mid)
}

.about-content .tag {
    display: block;
    margin-bottom: 14px
}

.about-content h2 {
    font-family: var(--font-head);
    font-size: clamp(1.9rem, 3.5vw, 2.3rem);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.15;
    margin-bottom: 18px
}

.about-content h2 em {
    color: var(--teal);
    font-style: normal
}

.about-content>p {
    color: var(--slate);
    font-size: 0.98rem;
    line-height: 1.8;
    margin-bottom: 24px
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 30px
}

.ag-item {
    background: var(--mist);
    border-radius: 14px;
    padding: 16px 14px;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    transition: all .3s;
    border: 1.5px solid transparent;
}

.ag-item:hover {
    border-color: var(--teal-light);
    background: #fff;
    box-shadow: var(--sh)
}

.ag-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: var(--teal-light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ag-icon i {
    color: var(--teal);
    font-size: 14px
}

.ag-item h4 {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 3px
}

.ag-item p {
    font-size: 0.78rem;
    color: var(--slate);
    line-height: 1.5
}

.btn-outline-teal {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 2px solid var(--teal);
    color: var(--teal);
    padding: 12px 26px;
    border-radius: 50px;
    font-size: 0.93rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
    font-family: var(--font-body);
}

.btn-outline-teal:hover {
    background: var(--teal);
    color: #fff;
    box-shadow: var(--sh)
}

/* ─── HOW IT WORKS ─── */
.how-section {
    padding: 50px 24px;
    background: var(--mist);
    position: relative;
    overflow: hidden
}

.how-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 123, 116, 0.06) 0%, transparent 70%);
}

.how-inner {
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.how-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative
}

.how-steps::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 24px;
    bottom: 24px;
    width: 2px;
    background: linear-gradient(180deg, var(--teal) 0%, var(--amber) 50%, var(--teal) 100%);
    opacity: .2;
}

.how-step {
    display: flex;
    gap: 32px;
    padding: 28px 0;
    align-items: flex-start
}

.hs-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--teal), var(--teal-mid));
    color: #fff;
    font-family: var(--font-head);
    font-size: 1.1rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(11, 123, 116, 0.32);
    position: relative;
    z-index: 1;
}

.hs-body {
    background: #fff;
    border-radius: 18px;
    padding: 26px 28px;
    flex: 1;
    box-shadow: var(--sh);
    border: 1.5px solid rgba(11, 123, 116, 0.06);
    transition: all .3s
}

.hs-body:hover {
    transform: translateX(6px);
    box-shadow: var(--sh-lg);
    border-color: var(--teal-light)
}

.hs-body .hs-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--teal-light);
    color: var(--teal);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 11px;
    border-radius: 20px;
    margin-bottom: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.hs-body h3 {
    font-family: var(--font-head);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 8px
}

.hs-body p {
    font-size: 0.9rem;
    color: var(--slate);
    line-height: 1.7
}

.hs-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px
}

.hs-detail span {
    background: var(--mist);
    color: var(--slate);
    font-size: 0.77rem;
    font-weight: 500;
    padding: 5px 11px;
    border-radius: 20px;
}

/* ─── FEATURES ─── */
.features-section {
    padding: 50px 24px;
    background: #fff;
    position: relative;
    overflow: hidden
}

.features-section::after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: -70px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.06) 0%, transparent 70%);
}

.feat-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
    z-index: 1
}

.feat-card {
    border-radius: 20px;
    padding: 30px 26px;
    border: 1.5px solid #edf2f7;
    transition: all .35s;
    cursor: default;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.feat-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--teal-light) 0%, rgba(255, 255, 255, 0) 60%);
    opacity: 0;
    transition: opacity .35s;
}

.feat-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--sh-lg);
    border-color: rgba(11, 123, 116, 0.12)
}

.feat-card:hover::before {
    opacity: 1
}

.feat-card.featured {
    background: linear-gradient(150deg, var(--teal-dark), var(--teal));
    border-color: transparent;
}

.feat-card.featured .fi {
    background: rgba(255, 255, 255, 0.15) !important
}

.feat-card.featured .fi i {
    color: rgba(255, 255, 255, 0.9) !important
}

.feat-card.featured h3 {
    color: #fff !important
}

.feat-card.featured p {
    color: rgba(255, 255, 255, 0.8) !important
}

.feat-card.featured::before {
    display: none
}

.fi {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    background: var(--teal-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.fi i {
    color: var(--teal);
    font-size: 20px
}

.feat-card h3 {
    font-family: var(--font-head);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 9px;
    position: relative;
    z-index: 1
}

.feat-card p {
    font-size: 0.88rem;
    color: var(--slate);
    line-height: 1.7;
    position: relative;
    z-index: 1
}

.feat-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: var(--amber-light);
    color: var(--amber-dark);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    margin-top: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    position: relative;
    z-index: 1;
}

.feat-card.featured .feat-badge {
    background: rgba(245, 158, 11, 0.22);
    color: #fde08a
}

/* ─── COVERAGE ─── */
.coverage-section {
    padding: 50px 24px;
    background: var(--mist)
}

.cov-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px
}

.cov-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    transition: all .35s;
    text-decoration: none;
    color: inherit;
    display: block;
}

.cov-card:hover {
    transform: translateY(-9px);
    box-shadow: var(--sh-lg)
}

.cov-img-wrap {
    overflow: hidden;
    position: relative;
    height: 185px
}

.cov-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.cov-card:hover .cov-img-wrap img {
    transform: scale(1.06)
}

.cov-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(10, 22, 40, 0.5) 100%)
}

.cov-body {
    padding: 22px
}

.cov-ico {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: var(--teal-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px
}

.cov-ico i {
    color: var(--teal);
    font-size: 17px
}

.cov-body h3 {
    font-family: var(--font-head);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 7px
}

.cov-body p {
    font-size: 0.86rem;
    color: var(--slate);
    line-height: 1.6;
    margin-bottom: 12px
}

.cov-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--teal);
    font-weight: 600;
    font-size: 0.83rem;
    transition: gap .2s
}

.cov-card:hover .cov-link {
    gap: 9px
}

/* ─── COMPARISON ─── */
.compare-section {
    padding: 50px 24px;
    background: var(--ink);
    position: relative;
    overflow: hidden
}

.compare-section::before {
    content: '';
    position: absolute;
    top: -80px;
    left: -80px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 123, 116, 0.12) 0%, transparent 65%);
}

.compare-section .sh h2 {
    color: #fff
}

.compare-section .sh p {
    color: rgba(255, 255, 255, 0.55)
}

.compare-section .sh .tag {
    color: var(--teal-mid)
}

.compare-table-wrap {
    max-width: 880px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

table.ctable {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px
}

.ctable thead th {
    padding: 14px 18px;
    font-family: var(--font-head);
    font-size: 0.82rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ctable thead th:first-child {
    text-align: left;
    color: rgba(255, 255, 255, 0.45)
}

.ctable thead th.hl {
    background: var(--teal);
    color: #fff;
    border-radius: 14px 14px 0 0;
    font-size: 0.9rem;
    padding: 18px;
}

.ctable thead th.ot {
    color: rgba(255, 255, 255, 0.4)
}

.ctable tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.ctable tbody tr:last-child {
    border-bottom: none
}

.ctable tbody td {
    padding: 15px 18px;
    font-size: 0.88rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.7)
}

.ctable tbody td:first-child {
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500
}

.ctable tbody td.hl-cell {
    background: rgba(11, 123, 116, 0.1);
    color: #fff;
    font-weight: 600
}

.check-yes {
    color: #34d4c8;
    font-size: 1.05rem
}

.check-no {
    color: rgba(255, 255, 255, 0.18);
    font-size: 1.05rem
}

.check-partial {
    color: var(--amber);
    font-size: 1.05rem
}

.compare-cta {
    text-align: center;
    margin-top: 36px
}

/* ─── TESTIMONIALS ─── */
.reviews-section {
    padding: 50px 24px;
    background: #fff
}

.rev-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 24px
}

.rev-card {
    background: var(--mist);
    border-radius: 20px;
    padding: 28px;
    border: 1.5px solid #edf2f7;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.rev-card::after {
    content: '\201C';
    font-family: var(--font-head);
    font-size: 7rem;
    font-weight: 800;
    color: var(--teal);
    opacity: .06;
    position: absolute;
    top: -15px;
    right: 8px;
    line-height: 1;
}

.rev-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sh-lg);
    border-color: rgba(11, 123, 116, 0.12);
    background: #fff
}

.rev-stars {
    color: var(--amber);
    font-size: 0.92rem;
    margin-bottom: 13px;
    letter-spacing: 2px
}

.rev-text {
    font-size: 0.93rem;
    color: var(--slate);
    line-height: 1.75;
    margin-bottom: 18px;
    font-style: italic
}

.rev-author {
    display: flex;
    align-items: center;
    gap: 11px
}

.rev-av {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--teal-light), var(--teal-mid));
    display: flex;
    align-items: center;
    justify-content: center;
}

.rev-av i {
    color: var(--teal-dark);
    font-size: 15px
}

.rev-info strong {
    display: block;
    font-size: 0.88rem;
    color: var(--ink);
    font-weight: 600
}

.rev-info span {
    font-size: 0.76rem;
    color: var(--gray)
}

/* ─── FAQ ─── */
.faq-section {
    padding: 50px 24px;
    background: var(--mist)
}

.faq-inner {
    max-width: 760px;
    margin: 0 auto
}

.faq-item {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 10px;
    border: 1.5px solid #edf2f7;
    overflow: hidden;
    transition: all .25s
}

.faq-item.open {
    border-color: rgba(11, 123, 116, 0.18);
    box-shadow: var(--sh)
}

.faq-q {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 22px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-body);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--ink);
    text-align: left;
    gap: 16px;
    transition: color .2s;
}

.faq-q:hover {
    color: var(--teal)
}

.fq-icon {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--teal-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.fq-icon i {
    color: var(--teal);
    font-size: 11px;
    transition: transform .3s
}

.faq-item.open .fq-icon {
    background: var(--teal)
}

.faq-item.open .fq-icon i {
    color: #fff;
    transform: rotate(45deg)
}

.faq-ans {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease
}

.faq-item.open .faq-ans {
    max-height: 400px
}

.faq-ans p {
    padding: 0 22px 20px;
    font-size: 1rem;
    color: var(--slate);
    line-height: 1.75
}

/* ─── CTA BAND ─── */
.cta-band {
    padding: 84px 24px;
    background: linear-gradient(135deg, var(--ink) 0%, var(--ink-mid) 40%, #073830 100%);
    position: relative;
    overflow: hidden;
}

.cta-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 28px 28px;
}

.cta-band-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1
}

.cta-band h2 {
    font-family: var(--font-head);
    font-size: clamp(1.9rem, 4vw, 2.3rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.15
}

.cta-band h2 span {
    color: var(--amber)
}

.cta-band p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 34px;
    line-height: 1.72
}

.cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap
}

.btn-amber {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--amber);
    color: var(--ink);
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 0.97rem;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s;
    font-family: var(--font-body);
    box-shadow: 0 6px 24px rgba(245, 158, 11, 0.38);
}

.btn-amber:hover {
    background: var(--amber-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(245, 158, 11, 0.42)
}

.btn-ghost2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 0.97rem;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s;
    font-family: var(--font-body);
}

.btn-ghost2:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.45)
}

/* ─── FOOTER ─── */
footer {
    background: var(--ink);
    color: #fff;
    padding: 64px 24px 28px
}

.ft-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 44px;
    padding-bottom: 44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07)
}

.ft-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px
}

.ft-logo .logo-mark {
    width: 36px;
    height: 36px;
    border-radius: 8px
}

.ft-logo .logo-mark i {
    font-size: 15px
}

.ft-name {
    font-family: var(--font-head);
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff
}

.ft-about {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.48);
    line-height: 1.7;
    margin-bottom: 22px
}

.socials {
    display: flex;
    gap: 8px
}

.soc {
    width: 33px;
    height: 33px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    font-size: 0.78rem;
    transition: all .2s;
}

.soc:hover {
    background: var(--teal);
    border-color: var(--teal);
    color: #fff
}

.ft-col h4 {
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--teal-mid);
    margin-bottom: 16px
}

.ft-col ul {
    list-style: none
}

.ft-col ul li {
    margin-bottom: 9px
}

.ft-col ul li a {
    color: rgba(255, 255, 255, 0.48);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color .2s
}

.ft-col ul li a:hover {
    color: #fff
}

.ft-bottom {
    max-width: 1240px;
    margin: 24px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.ft-bottom p {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.3)
}

.ft-links {
    display: flex;
    gap: 16px
}

.ft-links a {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transition: color .2s
}

.ft-links a:hover {
    color: rgba(255, 255, 255, 0.7)
}
.ft-disclaimer{
    font-size: 15px;
    padding: 2% 5%;
    color: rgba(255, 255, 255, 0.489);
}

/* ─── MOBILE STICKY ─── */
.m-sticky {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 990;
    background: #fff;
    padding: 11px 14px;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1);
    gap: 9px;
}

.m-sticky a {
    flex: 1;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: var(--font-body)
}

.m-sticky .ma {
    background: var(--teal);
    color: #fff;
    box-shadow: 0 4px 12px rgba(11, 123, 116, 0.28)
}

.m-sticky .mb {
    border: 2px solid var(--teal);
    color: var(--teal)
}

/* ─── POPUPS ─── */
.popoverlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(10, 22, 40, 0.78);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.popoverlay.open {
    display: flex
}

.popbox {
    background: #fff;
    border-radius: 20px;
    padding: 36px;
    max-width: 980px;
    width: 100%;
    max-height: 88vh;
    overflow-y: auto;
    position: relative
}

.popbox h2 {
    font-family: var(--font-head);
    font-size: 1.6rem;
    color: var(--ink);
    margin-bottom: 18px
}

.popbox h3 {
    font-size: 0.97rem;
    color: var(--ink);
    margin: 18px 0 8px;
    font-weight: 600
}

.popbox p {
    font-size: 0.88rem;
    color: var(--slate);
    line-height: 1.65;
    margin-bottom: 10px
}

.popbox ul {
    padding-left: 18px;
    margin-bottom: 10px
}

.popbox ul li {
    font-size: 0.88rem;
    color: var(--slate);
    margin-bottom: 6px
}

.pop-close {
    display: block;
    margin-top: 16px;
    margin-left: auto;
    background: var(--teal);
    color: #fff;
    border: none;
    padding: 11px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    transition: background .2s
}

.pop-close:hover {
    background: var(--teal-dark)
}

/* ─── ANIMATIONS ─── */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(26px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .6s ease, transform .6s ease
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0)
}

.reveal-r {
    opacity: 0;
    transform: translateX(28px);
    transition: opacity .6s ease, transform .6s ease
}

.reveal-r.visible {
    opacity: 1;
    transform: translateX(0)
}

/* ─── RESPONSIVE ─── */
@media(max-width:1100px) {
    .hero-inner {
        grid-template-columns: 1fr;
        max-width: 720px;
        gap: 44px
    }

    .hero-right {
        max-width: 100%;
        width: 100%
    }

    .hero-img-wrap img {
        height: 420px
    }

    .about-inner {
        grid-template-columns: 1fr;
        gap: 52px
    }

    .about-img-sub {
        right: -8px;
        bottom: -8px
    }

    .feat-grid {
        grid-template-columns: 1fr 1fr
    }

    .ft-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }

    .stats-belt-inner {
        grid-template-columns: repeat(2, 1fr)
    }

    .sb-divider {
        border-left: none
    }
}

@media(max-width:800px) {
    header {
        padding: 0 16px
    }

    .hdr nav,
    .nav-cta {
        display: none
    }

    .burger {
        display: flex
    }

    .hero-inner {
        padding: 100px 16px 64px;
        gap: 36px
    }

    .float-card {
        display: none
    }

    .how-steps::before {
        left: 23px
    }

    .feat-grid {
        grid-template-columns: 1fr
    }

    .cov-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))
    }

    .ctable thead th.ot:last-child,
    .ctable tbody td:last-child {
        display: none
    }

    .ft-grid {
        grid-template-columns: 1fr 1fr
    }

    .ft-bottom {
        flex-direction: column;
        text-align: center
    }

    .m-sticky {
        display: flex
    }

    body {
        padding-bottom: 68px
    }

    .trust-sep {
        display: none
    }

    .trust-bar-inner {
        justify-content: flex-start;
        gap: 12px 20px
    }

    .about-badge {
        left: -10px;
        top: 16px;
        padding: 12px 16px
    }

    .about-img-sub {
        width: 140px;
        height: 140px
    }
}

@media(max-width:540px) {
    .stats-belt-inner {
        grid-template-columns: 1fr 1fr
    }

    .hero h1 {
        font-size: 2.3rem
    }

    .hero-actions {
        flex-direction: column
    }

    .hero-actions a {
        justify-content: center
    }

    .hero-img-wrap img {
        height: 320px
    }

    .about-inner {
        grid-template-columns: 1fr
    }

    .about-img-sub {
        display: none
    }

    .about-badge {
        display: none
    }

    .about-grid {
        grid-template-columns: 1fr
    }

    .cta-btns {
        flex-direction: column;
        align-items: center
    }

    .ft-grid {
        grid-template-columns: 1fr
    }

    .ft-bottom {
        flex-direction: column;
        text-align: center
    }

    .how-step {
        flex-direction: column;
        gap: 12px
    }

    .how-steps::before {
        display: none
    }

    .hs-num {
        margin-left: 0;
        align-self: flex-start
    }

    .hero-img-stats {
        flex-wrap: wrap;
        gap: 12px
    }

    .his-sep {
        display: none
    }
}

@media(max-width:380px) {
    .stats-belt-inner {
        grid-template-columns: 1fr
    }

    .trust-bar-inner {
        flex-direction: column;
        align-items: flex-start
    }
}