*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden;
    width: 100%;
}

img,
svg,
video,
canvas {
    max-width: 100%;
    display: block;
}

:root {
    --bg: #0F172A;
    --bg2: #151C33;
    --bg3: #111827;
    --indigo: #5F61DD;
    --violet: #8DA5FA;
    --cyan: #8DA5FA;
    --green: #4ade80;
    --amber: #f59e0b;
    --white: #FFFFFF;
    --muted: #B8C7F7;
    --border: rgba(95, 97, 221, 0.18);
    --border-h: rgba(95, 97, 221, 0.44);
    --gm: linear-gradient(135deg, #5F61DD 0%, #8DA5FA 100%);
    --gc: linear-gradient(135deg, rgba(95, 97, 221, 0.13), rgba(141, 165, 250, 0.07));
    --fh: 'Playfair Display', Georgia, serif;
    --fb: 'Capriola', sans-serif;
    --fm: 'JetBrains Mono', monospace;
    --tr: all .3s cubic-bezier(.4, 0, .2, 1);
    --r: 99px;
    --rc: 20px;
    --sp: clamp(3.5rem, 8vw, 6rem);
    --cont: min(1260px, 100%);
}

/* ===== LIGHT MODE VARIABLE OVERRIDES ===== */
html.light {
    --bg: #FFFFFF;
    --bg2: #F7F9FF;
    --bg3: #EEF2FF;
    --white: #2B3E63;
    --muted: #2B3E63;
    --border: rgba(95, 97, 221, 0.2);
    --border-h: rgba(95, 97, 221, 0.5);
    --gc: linear-gradient(135deg, rgba(95, 97, 221, 0.07), rgba(141, 165, 250, 0.04));
}

html.light p,
html.light .sec-p,
html.light .fd,
html.light .ucd,
html.light .step-d,
html.light .faq-ai,
html.light .ttxt,
html.light .slbl,
html.light .cta-p,
html.light .wb p,
html.light .footer p,
html.light .f-bot span,
html.light .faq-qt,
html.light .fct,
html.light .p-rl,
html.light .p-lbl,
html.light .p-ru,
html.light .ph-rl,
html.light .ph-fl,
html.light .tqi,
html.light .trole,
html.light .fclbl {
    color: #2B3E63 !important;
}

html.light .sn,
html.light .hbadge {
    color: var(--indigo);
}

/* Global color transition for smooth theme switching */
*,
*::before,
*::after {
    transition: background-color .4s ease, border-color .4s ease, color .4s ease, box-shadow .4s ease;
}

/* Restore animation transitions that must not be slowed */
.phone,
.pm,
.fc,
.orb,
.oa,
.ob,
.oc,
.step-ring,
.fcard,
.wcard,
.uc,
.sbtn,
.bl,
.bgp,
.bgh,
.f-dl,
.ham span,
.mnav,
.faq-a,
.faq-ic,
.fcg,
.ld-bar::after {
    transition: var(--tr) !important;
}

.fcard::after {
    transition: transform .4s !important;
}

.faq-a {
    transition: max-height .4s cubic-bezier(.4, 0, .2, 1) !important;
}

/* Light mode specific overrides for elements using hardcoded dark colors */
html.light body {
    background: var(--bg);
    color: var(--white);
}

html.light #loader {
    background: var(--bg);
}

html.light nav.scrolled {
    background: rgba(240, 242, 248, .92) !important;
}

html.light .mnav {
    background: rgba(240, 242, 248, .98) !important;
}

html.light .mnav a {
    color: var(--white) !important;
}

html.light .ham span {
    background: var(--white) !important;
}

/* Light hero section */
html.light #hero .orb.oa {
    background: rgba(95, 97, 221, .1);
}

html.light #hero .orb.ob {
    background: rgba(141, 165, 250, .08);
}

html.light #hero .orb.oc {
    background: rgba(141, 165, 250, .06);
}

html.light #bg-canvas {
    opacity: .12;
}

/* Light phone mockup */
html.light .phone {
    /* background: linear-gradient(150deg, #EEF2FF, #DCE5FF) !important; */
    /* border-color: rgba(95, 97, 221, .3) !important; */
    /* box-shadow: 0 32px 80px rgba(95, 97, 221, .15), 0 0 0 1px rgba(95, 97, 221, .1) !important; */
}

html.light .p-notch {
    background: #DCE5FF !important;
}

html.light .p-status {
    color: rgba(43, 62, 99, .4) !important;
}

html.light .p-v {
    color: #2B3E63 !important;
}

html.light .ph-fv {
    color: #2B3E63 !important;
}

html.light .p-row {
    background: rgba(255, 255, 255, .55) !important;
}

html.light .ph-fld {
    background: rgba(255, 255, 255, .55) !important;
}

/* Light float cards */
html.light .fc {
    background: rgba(240, 242, 248, .95) !important;
    border-color: rgba(95, 97, 221, .25) !important;
    box-shadow: 0 4px 20px rgba(95, 97, 221, .12);
}

/* Light feature cards */
html.light .fcard {
    background: rgba(255, 255, 255, .85) !important;
    border-color: rgba(95, 97, 221, .18) !important;
    box-shadow: 0 2px 16px rgba(95, 97, 221, .07);
}

html.light .fcard:hover {
    box-shadow: 0 8px 32px rgba(95, 97, 221, .15) !important;
}

/* Light showcase phones */
html.light .pb {
    background: linear-gradient(145deg, #DCE5FF, #AAB8F5) !important;
}

html.light .pm {
    /* background: linear-gradient(145deg, #EEF2FF, #DCE5FF) !important;
    box-shadow: 0 34px 78px rgba(95, 97, 221, .12) !important; */
}

html.light .ph-ab {
    background: linear-gradient(90deg, rgba(95, 97, 221, .18), rgba(141, 165, 250, .1)) !important;
}

html.light .ph-tab:not(.a) {
    background: rgba(95, 97, 221, .08) !important;
    color: var(--muted) !important;
}

html.light .ph-fld {
    border-color: rgba(95, 97, 221, .18) !important;
}

html.light .ph-r {
    background: linear-gradient(135deg, rgba(95, 97, 221, .14), rgba(141, 165, 250, .1)) !important;
}

/* Light why cards */
html.light .wcard {
    background: rgba(255, 255, 255, .75) !important;
    border-color: rgba(95, 97, 221, .15) !important;
    box-shadow: 0 2px 12px rgba(95, 97, 221, .06);
}

html.light .wcard:hover {
    box-shadow: 0 8px 28px rgba(95, 97, 221, .12) !important;
}

/* Light stats box */
html.light .sbox {
    background: linear-gradient(135deg, rgba(95, 97, 221, .09), rgba(141, 165, 250, .06), rgba(141, 165, 250, .06)) !important;
    box-shadow: 0 4px 24px rgba(95, 97, 221, .08);
}

/* Light upcoming cards */
html.light .uc {
    background: rgba(255, 255, 255, .75) !important;
    border-color: rgba(95, 97, 221, .15) !important;
}

html.light .uc:hover {
    box-shadow: 0 8px 28px rgba(95, 97, 221, .1) !important;
}

/* Light step rings */
html.light .step-ring {
    background: linear-gradient(135deg, rgba(95, 97, 221, .12), rgba(141, 165, 250, .08)) !important;
}

html.light .step:hover .step-ring {
    box-shadow: 0 0 24px rgba(95, 97, 221, .2) !important;
}

/* Light testimonial cards */
html.light .tcard {
    background: rgba(255, 255, 255, .88) !important;
    border-color: rgba(95, 97, 221, .15) !important;
    box-shadow: 0 2px 14px rgba(95, 97, 221, .06);
}

html.light .tcard:hover {
    box-shadow: 0 8px 36px rgba(95, 97, 221, .12) !important;
}

html.light .ttxt {
    color: #2B3E63 !important;
}

html.light .tqi {
    color: rgba(95, 97, 221, .3) !important;
}

html.light .tauthor {
    border-color: rgba(95, 97, 221, .15) !important;
}

html.light .swiper-pagination-bullet {
    background: rgba(95, 97, 221, .25) !important;
}

/* Light FAQ */
html.light .faq-item {
    background: rgba(255, 255, 255, .75) !important;
    border-color: rgba(95, 97, 221, .15) !important;
}

html.light .faq-item.open {
    border-color: rgba(95, 97, 221, .4) !important;
    box-shadow: 0 4px 20px rgba(95, 97, 221, .08);
}

/* Light CTA box */
html.light .cta-box {
    background: linear-gradient(135deg, rgba(95, 97, 221, .1), rgba(141, 165, 250, .07), rgba(141, 165, 250, .07)) !important;
    border-color: rgba(95, 97, 221, .22) !important;
}

html.light .cta-box::before {
    background: conic-gradient(from 0deg, transparent 0deg, rgba(95, 97, 221, .03) 60deg, transparent 120deg) !important;
}

/* Light store buttons */
html.light .sbtn {
    background: rgba(255, 255, 255, .6) !important;
    border-color: rgba(95, 97, 221, .2) !important;
}

html.light .sbtn:hover {
    background: rgba(95, 97, 221, .08) !important;
}

html.light .bl.o {
    background: rgba(255, 255, 255, .4) !important;
    border-color: rgba(95, 97, 221, .3) !important;
}

html.light .bgh {
    color: var(--white) !important;
    border-color: rgba(95, 97, 221, .25) !important;
}

html.light .bgh:hover {
    background: rgba(95, 97, 221, .08) !important;
}

/* Light footer */
html.light footer {
    background: linear-gradient(180deg, #EEF2FF 0%, #DCE5FF 100%) !important;
    border-color: rgba(95, 97, 221, .15) !important;
}

html.light .f-glow {
    background: radial-gradient(ellipse, rgba(95, 97, 221, .08), transparent 70%) !important;
}

html.light .f-sb {
    background: rgba(255, 255, 255, .5) !important;
    border-color: rgba(95, 97, 221, .18) !important;
}

html.light .f-sb:hover {
    background: rgba(95, 97, 221, .12) !important;
    border-color: rgba(95, 97, 221, .4) !important;
}

html.light .f-dl {
    background: rgba(255, 255, 255, .5) !important;
    border-color: rgba(95, 97, 221, .18) !important;
}

html.light .f-dl:hover {
    background: rgba(95, 97, 221, .08) !important;
    border-color: rgba(95, 97, 221, .4) !important;
}

html.light .f-bot {
    border-color: rgba(95, 97, 221, .15) !important;
}

html.light .f-bot span {
    color: rgba(95, 97, 221, .4) !important;
}

html.light .f-dl svg {
    fill: #2B3E63 !important;
}

html.light .sbtn svg {
    fill: #2B3E63 !important;
}

/* Light divider */
html.light .div {
    background: linear-gradient(90deg, transparent, rgba(95, 97, 221, .2), transparent) !important;
}

/* ===== THEME TOGGLE BUTTON ===== */
.theme-toggle {
    position: relative;
    width: 52px;
    height: 28px;
    background: rgba(95, 97, 221, .15);
    border: 1px solid rgba(95, 97, 221, .35);
    border-radius: 99px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background .4s ease, border-color .4s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    padding: 2px;
    outline: none;
    box-shadow: 0 0 12px rgba(95, 97, 221, .2);
}

.theme-toggle:hover {
    background: rgba(95, 97, 221, .25);
    border-color: rgba(95, 97, 221, .55);
    box-shadow: 0 0 18px rgba(95, 97, 221, .35);
}

.theme-toggle:focus-visible {
    outline: 2px solid var(--indigo);
    outline-offset: 2px;
}

.tt-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--gm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    box-shadow: 0 2px 8px rgba(95, 97, 221, .4);
    transition: transform .4s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s;
    transform: translateX(0);
    position: relative;
    z-index: 1;
}

html.light .tt-thumb {
    transform: translateX(24px);
}

html.light .theme-toggle {
    background: rgba(255, 230, 100, .2);
    border-color: rgba(245, 158, 11, .45);
    box-shadow: 0 0 14px rgba(245, 158, 11, .25);
}

html.light .theme-toggle:hover {
    background: rgba(255, 230, 100, .32);
    border-color: rgba(245, 158, 11, .65);
}

html.light .tt-thumb {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    box-shadow: 0 2px 10px rgba(245, 158, 11, .5);
}

.tt-icon-dark,
.tt-icon-light {
    position: absolute;
    transition: opacity .3s ease, transform .3s ease;
    line-height: 1;
}

.tt-icon-dark {
    opacity: 1;
    transform: scale(1);
}

.tt-icon-light {
    opacity: 0;
    transform: scale(.5);
}

html.light .tt-icon-dark {
    opacity: 0;
    transform: scale(.5);
}

html.light .tt-icon-light {
    opacity: 1;
    transform: scale(1);
}

/* Scale on click */
.theme-toggle:active .tt-thumb {
    transform: translateX(0) scale(.9);
}

html.light .theme-toggle:active .tt-thumb {
    transform: translateX(24px) scale(.9);
}

body {
    background: var(--bg);
    color: var(--white);
    font-family: var(--fb);
    overflow-x: hidden;
    width: 100%;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: var(--bg);
}

::-webkit-scrollbar-thumb {
    background: var(--indigo);
    border-radius: 2px;
}

#bg-canvas {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: .32;
}

.wrap {
    width: var(--cont);
    margin-inline: auto;
    padding-inline: clamp(1rem, 5vw, 2.5rem);
}

.tg {
    background: var(--gm);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-family: var(--fm);
    font-size: .7rem;
    color: var(--cyan);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: .8rem;
}

.tag::before {
    content: '';
    width: 16px;
    height: 1px;
    background: var(--cyan);
}

.sec-h {
    font-family: var(--fh);
    font-size: clamp(1.8rem, 4.5vw, 3.1rem);
    font-weight: 800;
    line-height: 1.13;
    letter-spacing: -.4px;
    margin-bottom: .9rem;
}

.sec-p {
    font-size: clamp(.88rem, 2vw, 1.02rem);
    color: var(--muted);
    line-height: 1.78;
    max-width: 600px;
}

section,
.sp {
    padding: var(--sp) 0;
    overflow: hidden;
    position: relative;
}

.div {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border), transparent);
}

/* LOADER */
#loader {
    position: fixed;
    inset: 0;
    background: var(--bg);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .6s, visibility .6s;
    padding: 1.5rem;
}

#loader.out {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.ld-logo {
    font-family: var(--fh);
    font-size: clamp(1.3rem, 5vw, 2.2rem);
    font-weight: 800;
    background: var(--gm);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: .8rem;
    line-height: 1.25;
    text-align: center;
}

.ld-bar {
    width: 110px;
    height: 2px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 2px;
    overflow: hidden;
    margin: 0 auto;
}

.ld-bar::after {
    content: '';
    display: block;
    height: 100%;
    width: 0;
    background: var(--gm);
    border-radius: 2px;
    animation: ld 1.1s ease forwards;
}

@keyframes ld {
    to {
        width: 100%;
    }
}

/* NAV */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    transition: var(--tr);
}

nav.scrolled {
    background: rgba(6, 6, 15, .9);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-bottom: 1px solid var(--border);
}

.nav-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.05rem 0;
    gap: 1rem;
}

.logo {
    font-family: var(--fh);
    font-size: 1.3rem;
    font-weight: 800;
    background: var(--gm);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    white-space: nowrap;
}

.brand-img {
    max-width: 180px;
}

.act-block {
    display: flex;
    align-items: center;
    gap: .90rem;
}

.nav-links {
    display: flex;
    gap: 1.65rem;
    align-items: center;
}

.nav-links a {
    font-family: var(--fb);
    font-size: .86rem;
    color: var(--muted);
    text-decoration: none;
    transition: color .2s;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gm);
    transition: width .3s;
}

.nav-links a:hover {
    color: var(--white);
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-acts {
    display: flex;
    gap: .55rem;
    align-items: center;
}

.bgh {
    padding: .46rem 1.05rem;
    border: 1px solid var(--border);
    border-radius: var(--r);
    color: var(--white);
    font-family: var(--fb);
    font-size: .83rem;
    cursor: pointer;
    transition: var(--tr);
    background: transparent;
    text-decoration: none;
    white-space: nowrap;
}

.bgh:hover {
    border-color: var(--indigo);
    background: rgba(95, 97, 221, .1);
}

.bgp {
    padding: .46rem 1.25rem;
    background: var(--gm);
    border-radius: var(--r);
    color: #fff;
    font-family: var(--fb);
    font-size: .83rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: var(--tr);
    box-shadow: 0 0 18px rgba(95, 97, 221, .36);
    white-space: nowrap;
}

.bgp:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 28px rgba(95, 97, 221, .56);
}

.ham {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 6px;
    border: none;
    background: none;
}

.ham span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: var(--tr);
}

.ham.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.ham.open span:nth-child(2) {
    opacity: 0;
}

.ham.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mnav {
    position: fixed;
    inset: 0;
    background: rgba(6, 6, 15, .97);
    backdrop-filter: blur(28px);
    z-index: 850;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    transform: translateX(100%);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
}

.mnav.open {
    transform: translateX(0);
}

.mnav a {
    font-family: var(--fh);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--white);
    text-decoration: none;
    transition: var(--tr);
}

.mnav a:hover,
.mnav a:active {
    background: var(--gm);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mnav-dl {
    margin-top: .75rem;
}

/* HERO */
#hero {
    min-height: 100svh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 5.2rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    padding: 2.5rem 0 3.5rem;
}

.hbadge {
    display: inline-flex;
    align-items: center;
    gap: .48rem;
    background: rgba(95, 97, 221, .14);
    border: 1px solid rgba(95, 97, 221, .3);
    border-radius: var(--r);
    padding: .36rem .9rem;
    font-size: .74rem;
    color: #a5b4fc;
    margin-bottom: 1.35rem;
    font-family: var(--fm);
}

.hbadge .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 8px var(--green);
    flex-shrink: 0;
    animation: blink 2s ease-in-out infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .25;
    }
}

.hero-h1 {
    font-family: var(--fh);
    font-size: clamp(2.1rem, 5.5vw, 4.1rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.8px;
    margin-bottom: 1.15rem;
}

.hero-h1 em {
    font-style: italic;
    background: var(--gm);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-p {
    color: var(--muted);
    font-size: clamp(.88rem, 2vw, 1.03rem);
    line-height: 1.78;
    margin-bottom: 1.85rem;
    max-width: 490px;
}

.ctas {
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
    margin-bottom: 1.8rem;
}

.bl {
    padding: .8rem 1.85rem;
    border-radius: var(--r);
    font-family: var(--fb);
    font-size: .92rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: var(--tr);
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    position: relative;
    overflow: hidden;
}

.bl.p {
    background: var(--gm);
    color: #fff;
    border: none;
    box-shadow: 0 6px 26px rgba(95, 97, 221, .4);
}

.bl.p:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 34px rgba(95, 97, 221, .58);
}

.bl.o {
    border: 1px solid var(--border);
    color: var(--white);
    background: rgba(255, 255, 255, .03);
}

.bl.o:hover {
    border-color: var(--cyan);
    background: rgba(141, 165, 250, .06);
}

.feature-svg {
    display: inline-flex;
    width: 15px;
    height: 15px;
}

.feature-svg svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.sbtns {
    display: flex;
    gap: .7rem;
    flex-wrap: wrap;
}

.sbtn {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    padding: .68rem 1.2rem;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: rgba(255, 255, 255, .04);
    text-decoration: none;
    transition: var(--tr);
}

.sbtn:hover {
    border-color: var(--indigo);
    background: rgba(95, 97, 221, .1);
    transform: translateY(-2px);
}

.sbtn svg {
    width: 20px;
    height: 20px;
    fill: var(--white);
    flex-shrink: 0;
}

.sbtn-t small {
    display: block;
    font-size: .59rem;
    color: var(--muted);
    line-height: 1;
}

.sbtn-t strong {
    display: block;
    font-size: .86rem;
    color: var(--white);
    font-weight: 600;
    line-height: 1.3;
}

.hstats {
    display: flex;
    gap: 1.65rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.hstat small {
    display: block;
    color: var(--muted);
    font-size: .73rem;
}

.hstat strong {
    display: block;
    font-family: var(--fh);
    font-size: 1.45rem;
    font-weight: 800;
    background: var(--gm);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

/* Phone mockup */
.hvis {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 460px;
}

.phone {
    width: clamp(190px, 24vw, 254px);
    aspect-ratio: 9/18;
    /* background: linear-gradient(150deg, #1c1c38, #0e0e22); */
    /* border-radius: 36px; */
    /* border: 1.5px solid rgba(95, 97, 221, .35); */
    /* box-shadow: 0 32px 80px rgba(95, 97, 221, .26), 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px 0 rgba(255, 255, 255, .06); */
    overflow: hidden;
    position: relative;
    animation: phFloat 5.5s ease-in-out infinite;
    z-index: 2;
}

.hero-mockup {
    position: relative;
    /* max-width: 20rem;
    width: 100%; */
}

@keyframes phFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-11px);
    }
}

.p-notch {
    width: 65px;
    height: 19px;
    background: #09091a;
    border-radius: 0 0 13px 13px;
    margin: 0 auto;
}

.p-status {
    display: flex;
    justify-content: space-between;
    padding: .28rem .85rem;
    font-size: .52rem;
    color: rgba(255, 255, 255, .3);
    font-family: var(--fm);
}

.p-hdr {
    padding: .55rem 1rem;
    text-align: center;
}

.p-ttl {
    font-family: var(--fh);
    font-size: .82rem;
    font-weight: 800;
    background: var(--gm);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.p-sub {
    font-size: .52rem;
    color: var(--muted);
}

.p-card {
    background: rgba(95, 97, 221, .13);
    border: 1px solid rgba(95, 97, 221, .22);
    border-radius: 13px;
    padding: .7rem;
    margin: .35rem .6rem;
}

.p-lbl {
    font-size: .48rem;
    color: var(--muted);
    font-family: var(--fm);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: .32rem;
}

.p-row {
    display: flex;
    align-items: center;
    gap: .32rem;
    background: rgba(255, 255, 255, .05);
    border-radius: 7px;
    padding: .36rem .5rem;
}

.p-v {
    font-family: var(--fm);
    font-size: .78rem;
    color: var(--white);
    flex: 1;
}

.p-u {
    font-size: .48rem;
    color: var(--cyan);
    font-family: var(--fm);
}

.p-res {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .5rem;
    padding: .42rem .5rem;
    background: linear-gradient(135deg, rgba(95, 97, 221, .22), rgba(141, 165, 250, .15));
    border-radius: 7px;
}

.p-rl {
    font-size: .48rem;
    color: var(--muted);
}

.p-rv {
    font-family: var(--fh);
    font-size: .92rem;
    font-weight: 800;
    color: var(--cyan);
}

.p-btn {
    margin: .32rem .6rem 0;
    background: var(--gm);
    border: none;
    border-radius: 8px;
    padding: .45rem;
    color: #fff;
    font-size: .62rem;
    font-weight: 700;
    font-family: var(--fb);
    cursor: pointer;
    width: calc(100% - 1.2rem);
}

.p-nb {
    display: flex;
    justify-content: space-around;
    padding: .5rem .35rem;
    border-top: 1px solid rgba(95, 97, 221, .14);
    margin-top: auto;
}

.p-ni {
    font-size: .48rem;
    color: var(--muted);
    text-align: center;
    cursor: pointer;
}

.p-ni.a {
    color: #a5b4fc;
}

/* Float cards */
.fc {
    position: absolute;
    background: rgba(9, 9, 24, .9);
    border: 1px solid var(--border);
    border-radius: 13px;
    backdrop-filter: blur(16px);
    padding: .65rem .85rem;
    z-index: 3;
    white-space: nowrap;
}

.fc1 {
    top: 8%;
    right: 6%;
    animation: fc1 5s ease-in-out infinite;
}

.fc2 {
    bottom: 14%;
    left: 3%;
    animation: fc2 6s ease-in-out infinite;
}

.fc3 {
    top: 42%;
    left: 8%;
    animation: fc3 4.5s ease-in-out infinite;
}

.fclbl {
    font-size: .54rem;
    color: var(--muted);
    font-family: var(--fm);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fcv {
    font-family: var(--fh);
    font-size: 1rem;
    font-weight: 800;
    color: var(--white);
    margin-top: .12rem;
}

.fct {
    font-size: .58rem;
    color: var(--green);
    display: flex;
    align-items: center;
    gap: .18rem;
    margin-top: .08rem;
}

@keyframes fc1 {

    0%,
    100% {
        transform: translateY(0) rotate(-2deg);
    }

    50% {
        transform: translateY(-10px) rotate(0);
    }
}

@keyframes fc2 {

    0%,
    100% {
        transform: translateY(0) rotate(2deg);
    }

    50% {
        transform: translateY(-8px) rotate(0);
    }
}

@keyframes fc3 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

/* Orbs */
.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(88px);
    pointer-events: none;
}

.oa {
    width: min(400px, 60vw);
    aspect-ratio: 1;
    background: rgba(95, 97, 221, .13);
    top: -70px;
    right: -50px;
    animation: od 9s ease-in-out infinite;
}

.ob {
    width: min(280px, 50vw);
    aspect-ratio: 1;
    background: rgba(141, 165, 250, .1);
    bottom: 0;
    left: -40px;
    animation: od 12s ease-in-out infinite reverse;
}

.oc {
    width: min(200px, 40vw);
    aspect-ratio: 1;
    background: rgba(141, 165, 250, .08);
    top: 40%;
    right: 12%;
    animation: od 7s ease-in-out infinite 2s;
}

@keyframes od {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-18px, -22px);
    }
}

/* FEATURES */
#features {
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
}

.fg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 255px), 1fr));
    gap: 1.2rem;
    margin-top: 2.8rem;
}

.fcard {
    background: var(--gc);
    border: 1px solid var(--border);
    border-radius: var(--rc);
    padding: 1.7rem 1.45rem;
    position: relative;
    overflow: hidden;
    transition: var(--tr);
    cursor: default;
}

.fcard::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gm);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s;
}

.fcard:hover {
    transform: translateY(-5px);
    border-color: var(--border-h);
    box-shadow: 0 6px 30px rgba(95, 97, 221, .14);
}

.fcard:hover::after {
    transform: scaleX(1);
}

.fcg {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    filter: blur(32px);
    opacity: 0;
    transition: opacity .35s;
}

.fcard:hover .fcg {
    opacity: 1;
}

.fi {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.fi1 {
    background: linear-gradient(135deg, rgba(95, 97, 221, .28), rgba(141, 165, 250, .15));
}

.cg1 {
    background: rgba(95, 97, 221, .4);
}

.fi2 {
    background: linear-gradient(135deg, rgba(141, 165, 250, .28), rgba(14, 165, 233, .15));
}

.cg2 {
    background: rgba(141, 165, 250, .35);
}

.fi3 {
    background: linear-gradient(135deg, rgba(244, 63, 94, .24), rgba(245, 158, 11, .13));
}

.cg3 {
    background: rgba(244, 63, 94, .3);
}

.fi4 {
    background: linear-gradient(135deg, rgba(74, 222, 128, .24), rgba(141, 165, 250, .13));
}

.cg4 {
    background: rgba(74, 222, 128, .3);
}

.ft {
    font-family: var(--fh);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .42rem;
}

.fd {
    font-size: .85rem;
    color: var(--muted);
    line-height: 1.65;
}

/* SHOWCASE */
#showcase {
    background: var(--bg);
}

.show-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    padding: var(--sp) 0;
}

.pstage {
    position: relative;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pb {
    width: clamp(155px, 17vw, 195px);
    aspect-ratio: 9/18;
    background: linear-gradient(145deg, #12122a, #0a0a1a);
    border-radius: 28px;
    border: 1.5px solid rgba(95, 97, 221, .14);
    position: absolute;
    top: 50%;
    opacity: .42;
}

.pb.l {
    transform: translateY(-50%) rotate(-9deg) translateX(-32%);
}

.pb.r {
    transform: translateY(-50%) rotate(9deg) translateX(32%);
}

.pm {
    width: clamp(195px, 21vw, 235px);
    aspect-ratio: 9/18;
    /* background: linear-gradient(145deg, #2B3E63, #0f0f23);
    border-radius: 32px;
    border: 1.5px solid rgba(95, 97, 221, .34);
    box-shadow: 0 34px 78px rgba(95, 97, 221, .22);
    position: relative; */
    z-index: 2;
    overflow: hidden;
    /* display: flex;
    flex-direction: column; */
    animation: phFloat 5.5s ease-in-out infinite;
}

.ph-ab {
    background: linear-gradient(90deg, rgba(95, 97, 221, .3), rgba(141, 165, 250, .17));
    padding: .65rem .85rem;
    display: flex;
    align-items: center;
    gap: .46rem;
}

.ph-ai {
    width: 24px;
    height: 24px;
    background: var(--gm);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .65rem;
    flex-shrink: 0;
}

.ph-an {
    font-family: var(--fh);
    font-size: .7rem;
    font-weight: 700;
}

.ph-con {
    padding: .6rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ph-tabs {
    display: flex;
    gap: .32rem;
    margin-bottom: .6rem;
}

.ph-tab {
    flex: 1;
    text-align: center;
    padding: .35rem;
    border-radius: 7px;
    font-size: .48rem;
    font-weight: 600;
    font-family: var(--fb);
    transition: .3s;
    cursor: pointer;
}

.ph-tab.a {
    background: var(--gm);
    color: #fff;
}

.ph-tab:not(.a) {
    background: rgba(255, 255, 255, .05);
    color: var(--muted);
}

.ph-fld {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(95, 97, 221, .2);
    border-radius: 8px;
    padding: .42rem .55rem;
    margin-bottom: .42rem;
}

.ph-fl {
    font-size: .45rem;
    color: var(--muted);
    font-family: var(--fm);
}

.ph-fv {
    font-size: .76rem;
    font-family: var(--fm);
    color: #fff;
    margin-top: .1rem;
}

.ph-r {
    background: linear-gradient(135deg, rgba(95, 97, 221, .25), rgba(141, 165, 250, .18));
    border: 1px solid rgba(95, 97, 221, .28);
    border-radius: 10px;
    padding: .6rem;
    text-align: center;
    margin-top: .3rem;
}

.ph-rl {
    font-size: .44rem;
    color: var(--muted);
}

.ph-rn {
    font-family: var(--fh);
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--cyan);
}

.ph-ru {
    font-size: .5rem;
    color: var(--muted);
}

.ph-cb {
    width: 100%;
    background: var(--gm);
    border: none;
    border-radius: 7px;
    padding: .42rem;
    color: #fff;
    font-size: .58rem;
    font-weight: 700;
    font-family: var(--fb);
    margin-top: .38rem;
    cursor: pointer;
}

.sl {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.05rem;
    margin-top: 1.65rem;
}

.sl li {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
}

.sn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(95, 97, 221, .18);
    border: 1px solid rgba(95, 97, 221, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fm);
    font-size: .7rem;
    color: #a5b4fc;
    flex-shrink: 0;
}

.st h4 {
    font-family: var(--fh);
    font-size: .93rem;
    font-weight: 700;
    margin-bottom: .16rem;
}

.st p {
    font-size: .83rem;
    color: var(--muted);
}

/* WHY */
#why {
    background: var(--bg2);
}

.wg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 225px), 1fr));
    gap: 1.05rem;
    margin-top: 2.65rem;
}

.wcard {
    background: rgba(6, 6, 15, .65);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 1.35rem;
    display: flex;
    gap: .85rem;
    align-items: flex-start;
    transition: var(--tr);
    position: relative;
    overflow: hidden;
}

.wcard::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(95, 97, 221, .07), rgba(141, 165, 250, .04));
    opacity: 0;
    transition: opacity .3s;
}

.wcard:hover {
    border-color: var(--border-h);
    transform: translateY(-4px);
}

.wcard:hover::before {
    opacity: 1;
}

.wi {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.wb h4 {
    font-family: var(--fh);
    font-size: .88rem;
    font-weight: 700;
    margin-bottom: .22rem;
}

.wb p {
    font-size: .81rem;
    color: var(--muted);
    line-height: 1.6;
}

/* STATS */
#stats {
    background: var(--bg);
}

.sbox {
    background: linear-gradient(135deg, rgba(95, 97, 221, .12), rgba(141, 165, 250, .08), rgba(141, 165, 250, .08));
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 3rem);
}

.sgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1.65rem;
    text-align: center;
}

.sico {
    font-size: 1.35rem;
    margin-bottom: .38rem;
}

.snum {
    font-family: var(--fh);
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 900;
    background: var(--gm);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.slbl {
    color: var(--muted);
    font-size: .8rem;
    margin-top: .28rem;
}

/* UPCOMING */
#upcoming {
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
}

.ug {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.05rem;
    margin-top: 2.65rem;
}

@media (min-width: 640px) {
    .ug {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .ug {
        grid-template-columns: repeat(3, 1fr);
    }
}

.uc {
    background: rgba(10, 10, 24, .75);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 1.35rem;
    position: relative;
    overflow: hidden;
    transition: var(--tr);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.uc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gm);
    opacity: 0;
    transition: opacity .3s;
}

.uc:hover {
    border-color: var(--border-h);
    transform: translateY(-5px);
    box-shadow: 0 6px 28px rgba(95, 97, 221, .13);
}

.uc:hover::before {
    opacity: 1;
}

.uci {
    font-size: 1.6rem;
    margin-bottom: .8rem;
}

.uct {
    font-family: var(--fh);
    font-size: .86rem;
    font-weight: 700;
    margin-bottom: .38rem;
}

.ucd {
    font-size: .79rem;
    color: var(--muted);
    line-height: 1.6;
}

.bs {
    display: inline-flex;
    align-items: center;
    gap: .32rem;
    background: rgba(245, 158, 11, .13);
    border: 1px solid rgba(245, 158, 11, .3);
    color: #fbbf24;
    font-size: .6rem;
    font-weight: 600;
    padding: .2rem .62rem;
    border-radius: var(--r);
    margin-top: auto;
    font-family: var(--fm);
    align-self: flex-start;
}

.bs::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fbbf24;
    animation: blink 2s infinite;
    flex-shrink: 0;
}

/* HOW IT WORKS */
#howitworks {
    background: var(--bg2);
    overflow: hidden;
}

.steps-g {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
    margin-top: 3.5rem;
    position: relative;
}

.step {
    position: relative;
    text-align: center;
    padding: 2rem 1.1rem 1.65rem;
}

.step-vis {
    width: 76px;
    height: 76px;
    margin: 0 auto 1.2rem;
    position: relative;
}

.step-ring {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(95, 97, 221, .2), rgba(141, 165, 250, .14));
    border: 1.5px solid rgba(95, 97, 221, .34);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--tr);
    position: relative;
}

.step:hover .step-ring {
    border-color: var(--indigo);
    box-shadow: 0 0 28px rgba(95, 97, 221, .3);
    transform: scale(1.06);
}

.step-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--gm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fm);
    font-size: .6rem;
    font-weight: 700;
    color: #fff;
}

.step-svg-ring {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.step-em {
    font-size: 1.8rem;
}

.step-t {
    font-family: var(--fh);
    font-size: .97rem;
    font-weight: 700;
    margin-bottom: .45rem;
}

.step-d {
    font-size: .83rem;
    color: var(--muted);
    line-height: 1.65;
}

/* TESTIMONIALS */
#testimonials {
    background: var(--bg);
    overflow: hidden;
}

.swiper-testimonials {
    width: 100%;
    padding: 1rem 0 3.25rem !important;
    overflow: hidden;
}

.swiper-slide {
    height: auto !important;
}

.tcard {
    background: rgba(11, 11, 28, .88);
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 1.65rem;
    backdrop-filter: blur(16px);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: .9rem;
    transition: border-color .3s, box-shadow .3s;
}

.tcard:hover {
    border-color: rgba(95, 97, 221, .42);
    box-shadow: 0 8px 38px rgba(95, 97, 221, .13);
}

.tqi {
    font-size: 1.7rem;
    line-height: 1;
    color: rgba(95, 97, 221, .38);
    font-family: Georgia, serif;
}

.tstars {
    display: flex;
    gap: .16rem;
}

.tstars span {
    color: #fbbf24;
    font-size: .88rem;
}

.ttxt {
    font-size: .88rem;
    color: #cdd5e0;
    line-height: 1.76;
    flex: 1;
    font-style: italic;
}

.tauthor {
    display: flex;
    align-items: center;
    gap: .7rem;
    border-top: 1px solid var(--border);
    padding-top: .85rem;
}

.tav {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fh);
    font-weight: 800;
    font-size: .88rem;
    color: #fff;
    flex-shrink: 0;
}

.tname {
    font-family: var(--fh);
    font-size: .86rem;
    font-weight: 700;
    line-height: 1.2;
}

.trole {
    font-size: .73rem;
    color: var(--muted);
}

.swiper-pagination-bullet {
    background: var(--border);
    opacity: 1;
    width: 8px;
    height: 8px;
}

.swiper-pagination-bullet-active {
    background: var(--indigo);
    width: 22px;
    border-radius: 4px;
}

/* FAQ */
#faq {
    background: var(--bg2);
}

.faq-list {
    max-width: 730px;
    margin: 2.65rem auto 0;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.faq-item {
    background: rgba(6, 6, 15, .55);
    border: 1px solid var(--border);
    border-radius: 15px;
    overflow: hidden;
    transition: border-color .3s;
}

.faq-item.open {
    border-color: rgba(95, 97, 221, .4);
}

.faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1.35rem;
    cursor: pointer;
    gap: .9rem;
    -webkit-tap-highlight-color: transparent;
}

.faq-qt {
    font-family: var(--fh);
    font-size: .92rem;
    font-weight: 600;
    line-height: 1.35;
}

.faq-ic {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    background: rgba(95, 97, 221, .14);
    border: 1px solid rgba(95, 97, 221, .24);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--tr);
    font-size: .75rem;
    color: #a5b4fc;
}

.faq-item.open .faq-ic {
    background: var(--gm);
    border-color: transparent;
    transform: rotate(45deg);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.4, 0, .2, 1);
}

.faq-ai {
    padding: 0 1.35rem 1.15rem;
    color: var(--muted);
    font-size: .87rem;
    line-height: 1.76;
}

.faq-item.open .faq-a {
    max-height: 250px;
}

/* DOWNLOAD CTA */
#download {
    background: var(--bg);
}

.cta-box {
    background: linear-gradient(135deg, rgba(95, 97, 221, .18), rgba(141, 165, 250, .12), rgba(141, 165, 250, .12));
    border: 1px solid rgba(95, 97, 221, .27);
    border-radius: 26px;
    padding: clamp(2.8rem, 7vw, 5rem) clamp(1.4rem, 5vw, 4rem);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: conic-gradient(from 0deg, transparent 0deg, rgba(95, 97, 221, .04) 60deg, transparent 120deg);
    animation: spin 12s linear infinite;
    pointer-events: none;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.cta-h {
    font-family: var(--fh);
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    font-weight: 900;
    letter-spacing: -.4px;
    margin-bottom: .85rem;
    line-height: 1.14;
}

.cta-p {
    color: var(--muted);
    font-size: clamp(.86rem, 2vw, .99rem);
    margin-bottom: 2.1rem;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.76;
}

.cta-store {
    display: flex;
    justify-content: center;
    gap: .9rem;
    flex-wrap: wrap;
}

.cta-tag {
    margin-top: 1.2rem;
    font-size: .76rem;
    color: var(--muted);
    font-family: var(--fm);
}

/* FOOTER */
footer {
    background: linear-gradient(180deg, #09091a 0%, #050510 100%);
    border-top: 1px solid var(--border);
    position: relative;
    z-index: 1;
}

.f-glow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    height: 190px;
    background: radial-gradient(ellipse, rgba(95, 97, 221, .1), transparent 70%);
    pointer-events: none;
}

.f-main {
    padding: clamp(2.5rem, 5vw, 4rem) 0 0;
}

.f-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.1fr;
    gap: 2.25rem;
}

.f-logo {
    font-family: var(--fh);
    font-size: 1.35rem;
    font-weight: 800;
    background: var(--gm);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: .65rem;
    display: inline-block;
}

.f-desc {
    color: var(--muted);
    font-size: .82rem;
    line-height: 1.72;
    max-width: 255px;
    margin-bottom: 1.05rem;
}

.f-soc {
    display: flex;
    gap: .55rem;
    flex-wrap: wrap;
}

.f-sb {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    text-decoration: none;
    color: var(--muted);
    transition: var(--tr);
}

.f-sb:hover {
    background: rgba(95, 97, 221, .2);
    border-color: rgba(95, 97, 221, .5);
    color: var(--white);
}

.f-col h5 {
    font-family: var(--fh);
    font-size: .83rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: .95rem;
}

.f-col a {
    display: inline-flex;
    color: var(--muted);
    font-size: .81rem;
    text-decoration: none;
    margin-bottom: .46rem;
    transition: color .2s;
}

.f-col a:hover {
    color: var(--white);
}

.f-dls {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-bottom: .9rem;
}

.f-dl {
    display: inline-flex;
    align-items: center;
    gap: .58rem;
    padding: .56rem .95rem;
    border: 1px solid var(--border);
    border-radius: 9px;
    background: rgba(255, 255, 255, .03);
    text-decoration: none;
    transition: var(--tr);
}

.f-dl:hover {
    border-color: rgba(95, 97, 221, .44);
    background: rgba(95, 97, 221, .08);
}

.f-dl svg {
    width: 17px;
    height: 17px;
    fill: var(--white);
    flex-shrink: 0;
}

.f-dlt small {
    display: block;
    font-size: .52rem;
    color: var(--muted);
}

.f-dlt strong {
    display: block;
    font-size: .8rem;
    color: var(--white);
    font-weight: 600;
}

.f-bot {
    border-top: 1px solid var(--border);
    margin-top: clamp(2rem, 4vw, 3rem);
    padding: 1.35rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: .7rem;
}

.f-bot p {
    font-size: .77rem;
    color: var(--muted);
}

.f-bot span {
    font-family: var(--fm);
    font-size: .7rem;
    color: rgba(95, 97, 221, .48);
}

/* ===== RESPONSIVE ===== */
@media(max-width:1024px) {
    .hero-grid {
        gap: 2.2rem;
    }

    .fc1 {
        right: -5%;
    }

    .fc2 {
        left: -5%;
    }

    .fc3 {
        left: -1%;
    }

    .steps-g {
        grid-template-columns: repeat(2, 1fr);
    }

    .f-grid {
        grid-template-columns: 1fr 1fr;
    }

    .show-grid {
        padding: 4rem 0;
    }
}

@media (max-width: 991.98px) {

    html.light .mnav-dl a,
    .mnav a,
    .mnav a i {
        color: #fff !important;
    }
}

@media(max-width:768px) {
    :root {
        --sp: clamp(2.8rem, 7vw, 4.5rem);
    }

    .nav-links,
    .nav-acts {
        display: none;
    }

    .ham {
        display: flex;
    }

    .theme-toggle {
        order: -1;
    }

    /* Hero */
    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 2rem 0 3rem;
    }

    .hbadge {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-p {
        margin-inline: auto;
        margin-bottom: 1.6rem;
    }

    .ctas,
    .sbtns,
    .hstats {
        justify-content: center;
    }

    .hvis {
        margin-top: 2.2rem;
        min-height: 340px;
    }

    .phone {
        width: clamp(175px, 48vw, 215px);
    }

    /* .fc1,
    .fc2,
    .fc3 {
        display: none;
    } */

    /* Showcase */
    .show-grid {
        grid-template-columns: 1fr;
        gap: 2.8rem;
        padding: 3.5rem 0;
    }

    .pstage {
        height: 360px;
    }

    .pm {
        width: clamp(175px, 44vw, 215px);
    }

    /* .pb {
        display: none;
    } */

    /* Steps */
    .steps-g {
        grid-template-columns: 1fr 1fr;
    }

    /* Footer */
    .f-grid {
        grid-template-columns: 1fr;
    }

    .f-desc {
        max-width: 100%;
    }

    .f-bot {
        flex-direction: column;
        text-align: center;
    }

    .f-dls {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #bg-canvas {
        opacity: .17;
    }
}

@media (max-width:767.98px) {
    .brand-img {
        max-width: 130px;
    }

    .ft-brand-img {
        max-width: 160px;
    }

    .fc1 {
        right: 1%;
    }

    .fc2 {
        left: -1%;
    }

    .fc3 {
        top: 32%;
        left: -1%;
    }
}

@media(max-width:480px) {
    .hero-h1 {
        font-size: clamp(1.8rem, 8.5vw, 2.45rem);
    }

    .steps-g {
        grid-template-columns: 1fr;
    }

    .hstats {
        gap: 1.2rem;
    }

    .bl {
        padding: .74rem 1.4rem;
        font-size: .86rem;
    }

    .phone {
        width: clamp(168px, 50vw, 205px);
    }

    .pstage {
        height: 310px;
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}


/* REMIX ICON STYLES */
i[class*="fa-"] {
    color: var(--indigo);
    transition: all 0.3s ease;
}

.fcard:hover i[class*="fa-"],
.wcard:hover i[class*="fa-"],
.uc:hover i[class*="fa-"],
.step:hover i[class*="fa-"] {
    transform: translateY(-3px) scale(1.1);
    filter: drop-shadow(0 0 8px rgba(95, 97, 221, 0.6));
    color: var(--violet);
}

/* CONTACT FORM */
.c-input {
    background: var(--bg);
    border-color: var(--border);
    color: var(--white);
}

.c-input:focus {
    border-color: var(--indigo);
    box-shadow: 0 0 12px rgba(95, 97, 221, 0.2);
}

.send-icon {
    color: #fff !important;
}


.cta-tag i {
    font-size: 0.45rem;
    opacity: 0.4;
    vertical-align: middle;
}


/* FONT AWESOME CUSTOM ANIMATIONS */
:root {
    --fa-animation-duration: 3s;
    --fa-bounce-jump-scale-x: 1;
    --fa-bounce-jump-scale-y: 1;
    --fa-bounce-height: -4px;
}

.fa-shake {
    --fa-animation-duration: 4s;
}

.fa-fade {
    --fa-animation-duration: 2.5s;
}

.fa-beat-fade {
    --fa-animation-duration: 2.5s;
}

/* ===== BACK TO TOP BUTTON ===== */
.back-to-top {
    position: fixed;
    right: 2.5rem;
    bottom: 2.5rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(95, 97, 221, 0.12);
    border: 1px solid var(--border);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    z-index: 800;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(15px);
    transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease, opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 20px rgba(6, 6, 15, 0.25);
}

.back-to-top.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.back-to-top:hover {
    background: var(--gm);
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: 0 0 24px rgba(95, 97, 221, 0.5);
    transform: translateY(-4px);
}

.back-to-top:active {
    transform: translateY(-2px) scale(0.95);
}

.back-to-top i {
    transition: transform 0.3s ease;
}

.back-to-top:hover i {
    color: #fff;
    animation: fa-bounce 1s infinite;
}

html.light .back-to-top {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(95, 97, 221, 0.22);
    box-shadow: 0 4px 20px rgba(95, 97, 221, 0.12);
}

html.light .back-to-top:hover {
    background: var(--gm);
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(95, 97, 221, 0.35);
}

/* RESPONSIVE BACK TO TOP */
@media (max-width: 768px) {
    .back-to-top {
        right: 1.25rem;
        bottom: 1.25rem;
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }
}