:root {
    --gold: #D4A017;
    --gold-light: #F0C040;
    --gold-dim: #9a720f;
    --obs: #080808;
    --surf: #111;
    --card: #161616;
    --cb: #252525;
    --text: #F0EDE8;
    --muted: #888;
    --green: #22c55e;
    --r: 16px;
    --tr: .35s cubic-bezier(.4, 0, .2, 1)
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--obs);
    color: var(--text);
    overflow-x: hidden;
    cursor: none
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    background: var(--obs)
}

::-webkit-scrollbar-thumb {
    background: var(--gold-dim);
    border-radius: 10px
}

h1,
h2,
h3 {
    font-family: 'Outfit', serif;
    line-height: 1.1
}

h1 {
    font-size: clamp(2.2rem, 5.5vw, 4.8rem);
    font-weight: 900
}

h2 {
    font-size: clamp(1.7rem, 3.5vw, 3rem);
    font-weight: 700
}

h3 {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 700
}

.gold {
    color: var(--gold)
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem
}

section {
    position: relative;
    z-index: 1
}

/* CURSOR */
#cur {
    position: fixed;
    width: 12px;
    height: 12px;
    background: var(--gold);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    transition: width .3s, height .3s;
    mix-blend-mode: difference
}

#cur-r {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1.5px solid rgba(212, 160, 23, .5);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99998;
    transform: translate(-50%, -50%);
    transition: width .3s, height .3s
}

/* PARTICLES */
#pcv {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: .12
}

/* LABEL */
.lbl {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: .9rem
}

.lbl::before {
    content: '';
    display: block;
    width: 28px;
    height: 1.5px;
    background: var(--gold)
}

/* BUTTONS */
.btn {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .8rem 1.9rem;
    border-radius: 100px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: .92rem;
    text-decoration: none;
    border: none;
    cursor: none;
    transition: var(--tr);
    position: relative;
    overflow: hidden
}

.btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .1);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s
}

.btn:hover::after {
    transform: scaleX(1)
}

.btn svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0
}

.bg {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);
    background-size: 200% auto;
    color: #000;
    box-shadow: 0 0 28px rgba(212, 160, 23, .35)
}

.bg:hover {
    background-position: right center;
    box-shadow: 0 0 48px rgba(212, 160, 23, .55);
    transform: translateY(-2px)
}

.bo {
    background: transparent;
    color: var(--gold);
    border: 1.5px solid rgba(212, 160, 23, .45)
}

.bo:hover {
    border-color: var(--gold);
    background: rgba(212, 160, 23, .08);
    transform: translateY(-2px)
}

.bw {
    background: #16a34a;
    color: #fff;
    box-shadow: 0 0 28px rgba(34, 197, 94, .3)
}

.bw:hover {
    background: var(--green);
    box-shadow: 0 0 48px rgba(34, 197, 94, .5);
    transform: translateY(-2px)
}

/* NAV */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1.1rem 0;
    transition: background .4s, padding .4s
}

nav.sc {
    background: rgba(8, 8, 8, .93);
    backdrop-filter: blur(20px) saturate(180%);
    padding: .65rem 0;
    border-bottom: 1px solid rgba(212, 160, 23, .1)
}

.ni {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nl {
    font-family: 'Outfit', serif;
    font-weight: 900;
    font-size: 1.45rem;
    color: var(--text);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: .55rem
}

.ni-ico {
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ni-ico svg {
    width: 18px;
    height: 18px;
    color: #000
}

.nls {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    list-style: none
}

.nls a {
    color: rgba(240, 237, 232, .7);
    text-decoration: none;
    font-weight: 500;
    font-size: .88rem;
    transition: color .3s;
    position: relative
}

.nls a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--gold);
    transition: width .3s
}

.nls a:hover {
    color: var(--text)
}

.nls a:hover::after {
    width: 100%
}

.nc {
    display: flex;
    gap: .7rem;
    align-items: center
}

.hmb {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
    padding: 10px;
}

.hmb span {
    display: block;
    width: 30px;
    height: 3px;
    background: var(--text);
    transition: var(--tr);
    border-radius: 3px;
}

@media(max-width:860px) {

    .nls,
    .bo,
    .nc .bg {
        display: none;
    }

    .hmb {
        display: flex
    }
}

/* MOBILE MENU */
.mm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(8, 8, 8, .98);
    backdrop-filter: blur(20px);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.2rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}

.mm.open {
    opacity: 1;
    pointer-events: all
}

.mm a {
    font-family: 'Outfit', serif;
    font-size: 1.9rem;
    color: var(--text);
    text-decoration: none;
    transition: color .3s
}

.mm a:hover {
    color: var(--gold)
}

.mc {
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    background: none;
    border: none;
    cursor: none;
    color: var(--muted);
    font-size: 1.4rem
}

/* HERO */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 0 4rem
}

.hero-img {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: url('../images/hero.webp') center/cover no-repeat;
    opacity: 0.35;
    z-index: 0;
    will-change: transform;
}

.hbg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(212, 160, 23, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse 50% 80% at 20% 80%, rgba(212, 160, 23, 0.05) 0%, transparent 60%),
        linear-gradient(to bottom, rgba(8, 8, 8, 0.3) 0%, var(--obs) 100%);
    z-index: 0;
}

.hgl {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(212, 160, 23, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(212, 160, 23, .025) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%)
}

.hi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center
}

@media(max-width:860px) {
    .hi {
        grid-template-columns: 1fr
    }

    .hv {
        display: none
    }
}

.hbadge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(212, 160, 23, .1);
    border: 1px solid rgba(212, 160, 23, .25);
    color: var(--gold);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: .42rem 1rem;
    border-radius: 100px;
    margin-bottom: 1.4rem;
    animation: fiUp .8s ease both
}

.hbadge::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--green);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--green);
    animation: pdot 1.5s infinite
}

@keyframes pdot {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .5;
        transform: scale(1.5)
    }
}

.ht {
    margin-bottom: 1.4rem;
    animation: fiUp .9s .2s ease both
}

.ht span {
    display: block;
    background: linear-gradient(135deg, var(--gold-light), var(--gold), #a07010);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.hd {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.75;
    max-width: 460px;
    margin-bottom: 2.2rem;
    animation: fiUp .9s .35s ease both
}

.hbts {
    display: flex;
    gap: .9rem;
    flex-wrap: wrap;
    animation: fiUp .9s .5s ease both
}

.hst {
    display: flex;
    gap: 2.2rem;
    margin-top: 3rem;
    animation: fiUp .9s .65s ease both
}

.sn {
    font-family: 'Outfit', serif;
    font-size: 2rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1
}

.sl {
    font-size: .78rem;
    color: var(--muted);
    margin-top: .2rem
}

/* LOCK VISUAL */
.hv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fiIn 1s .4s ease both
}

.lc {
    position: relative;
    width: 320px;
    height: 320px
}

.lgw {
    position: absolute;
    inset: -40px;
    background: radial-gradient(ellipse at center, rgba(212, 160, 23, .2) 0%, transparent 65%);
    animation: gp 3s ease-in-out infinite
}

@keyframes gp {

    0%,
    100% {
        opacity: .6;
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }
}

.lorb {
    position: absolute;
    inset: 0;
    animation: ospin 20s linear infinite
}

.lorb::before,
.lorb::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--gold)
}

.lorb::before {
    top: 8%;
    left: 50%
}

.lorb::after {
    bottom: 12%;
    right: 8%;
    background: var(--gold-light);
    width: 4px;
    height: 4px
}

@keyframes ospin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.lsvg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 28px rgba(212, 160, 23, .4))
}

.lshk {
    transform-origin: 50% 75%;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.lkh {
    animation: khg 4s ease-in-out infinite
}

@keyframes khg {

    0%,
    30% {
        fill: #2a2a2a
    }

    45%,
    65% {
        fill: var(--gold)
    }

    80%,
    100% {
        fill: #2a2a2a
    }
}

.krot {
    transform-origin: 160px 197px;
    animation: kturn 4s ease-in-out infinite;
    opacity: 0
}

@keyframes kturn {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    20% {
        opacity: 1;
        transform: translateX(0)
    }

    40% {
        opacity: 1;
        transform: translateX(0) rotate(180deg)
    }

    60% {
        opacity: 1;
        transform: translateX(0) rotate(180deg)
    }

    80% {
        opacity: 0;
        transform: translateX(0) rotate(180deg)
    }

    100% {
        opacity: 0;
    }
}

.fb {
    position: absolute;
    background: rgba(22, 22, 22, .92);
    border: 1px solid rgba(212, 160, 23, .3);
    border-radius: 11px;
    padding: .55rem .9rem;
    display: flex;
    align-items: center;
    gap: .45rem;
    font-size: .76rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    white-space: nowrap;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .4)
}

.fb svg {
    width: 15px;
    height: 15px;
    color: var(--gold)
}

.fb1 {
    top: 4%;
    left: -12%;
    animation: f1 5s ease-in-out infinite
}

.fb2 {
    bottom: 10%;
    left: -10%;
    animation: f2 6s ease-in-out infinite
}

.fb3 {
    top: 18%;
    right: -8%;
    animation: f3 4.5s ease-in-out infinite
}

@keyframes f1 {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-11px)
    }
}

@keyframes f2 {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(9px)
    }
}

@keyframes f3 {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-7px)
    }
}

/* TRUST BAR */
.tb {
    background: var(--surf);
    border-top: 1px solid var(--cb);
    border-bottom: 1px solid var(--cb);
    padding: 1.1rem 0;
    overflow: hidden
}

.tt {
    display: flex;
    gap: 3.5rem;
    align-items: center;
    animation: mq 26s linear infinite;
    width: max-content
}

.ti {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: var(--muted);
    font-size: .82rem;
    font-weight: 600;
    white-space: nowrap
}

.ti svg {
    width: 17px;
    height: 17px;
    color: var(--gold);
    flex-shrink: 0
}

@keyframes mq {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

/* SECTION HEADER */
.sh {
    text-align: center;
    margin-bottom: 3.5rem
}

.sh .lbl {
    justify-content: center
}

.sh h2 {
    margin-bottom: .8rem
}

.sh p {
    color: var(--muted);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
    font-size: .95rem
}

/* SERVICES */
.sv {
    padding: 6.5rem 0
}

.sg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem
}

@media(max-width:860px) {
    .sg {
        grid-template-columns: 1fr
    }
}

@media(min-width:540px) and (max-width:860px) {
    .sg {
        grid-template-columns: repeat(2, 1fr)
    }
}

.sc {
    background: var(--card);
    border: 1px solid var(--cb);
    border-radius: var(--r);
    padding: 1.9rem;
    transition: var(--tr);
    cursor: none;
    position: relative;
    overflow: hidden
}

.sc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0;
    transition: opacity .4s
}

.sc:hover {
    border-color: rgba(212, 160, 23, .3);
    transform: translateY(-5px);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .5), 0 0 36px rgba(212, 160, 23, .07)
}

.sc:hover::before {
    opacity: 1
}

.si {
    width: 52px;
    height: 52px;
    background: rgba(212, 160, 23, .1);
    border: 1px solid rgba(212, 160, 23, .2);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.3rem;
    transition: var(--tr)
}

.sc:hover .si {
    background: rgba(212, 160, 23, .2);
    border-color: rgba(212, 160, 23, .5);
    box-shadow: 0 0 18px rgba(212, 160, 23, .2)
}

.si svg {
    width: 24px;
    height: 24px;
    color: var(--gold)
}

.sc h3 {
    margin-bottom: .65rem;
    font-size: 1.1rem
}

.sc p {
    color: var(--muted);
    font-size: .88rem;
    line-height: 1.65;
    margin-bottom: 1.3rem
}

.sl2 {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: var(--gold);
    font-size: .82rem;
    font-weight: 600;
    text-decoration: none;
    transition: gap .3s
}

.sl2:hover {
    gap: .75rem
}

.sl2 svg {
    width: 13px;
    height: 13px
}

/* FEATURED */
.ft {
    padding: 5rem 0;
    background: var(--surf);
    border-top: 1px solid var(--cb);
    border-bottom: 1px solid var(--cb)
}

.fti {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem;
    align-items: center
}

@media(max-width:860px) {
    .fti {
        grid-template-columns: 1fr
    }
}

.fiw {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--cb);
    background: var(--card);
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center
}

.ki {
    width: 88%;
    max-width: 360px
}

.fcs {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1.3rem
}

.chip {
    background: rgba(212, 160, 23, .08);
    border: 1px solid rgba(212, 160, 23, .2);
    color: var(--gold);
    font-size: .75rem;
    font-weight: 600;
    padding: .3rem .85rem;
    border-radius: 100px
}

.fl {
    list-style: none;
    margin: 1.4rem 0 1.8rem
}

.fl li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.6;
    padding: .55rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .04)
}

.fl li:last-child {
    border: none
}

.fl svg {
    width: 17px;
    height: 17px;
    color: var(--gold);
    flex-shrink: 0;
    margin-top: 2px
}

/* WHY US */
.wu {
    padding: 6.5rem 0
}

.wg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.3rem;
    margin-top: 3.5rem
}

@media(max-width:860px) {
    .wg {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:420px) {
    .wg {
        grid-template-columns: 1fr
    }
}

.wc {
    text-align: center;
    padding: 2.2rem 1.4rem;
    background: var(--card);
    border: 1px solid var(--cb);
    border-radius: var(--r);
    transition: var(--tr);
    cursor: none
}

.wc:hover {
    border-color: rgba(212, 160, 23, .3);
    transform: translateY(-4px);
    box-shadow: 0 14px 38px rgba(0, 0, 0, .4)
}

.wn {
    font-family: 'Outfit', serif;
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
    margin-bottom: .4rem
}

.wc h3 {
    font-size: .95rem;
    margin-bottom: .4rem
}

.wc p {
    color: var(--muted);
    font-size: .82rem;
    line-height: 1.6
}

/* HOW IT WORKS */
.hw {
    padding: 6.5rem 0;
    background: var(--surf);
    border-top: 1px solid var(--cb);
    border-bottom: 1px solid var(--cb)
}

.stg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    position: relative;
    margin-top: 3.5rem
}

.stg::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
    z-index: 0
}

@media(max-width:700px) {
    .stg {
        grid-template-columns: repeat(2, 1fr)
    }

    .stg::before {
        display: none
    }
}

.step {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: .9rem
}

.stc {
    width: 68px;
    height: 68px;
    margin: 0 auto 1.1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', serif;
    font-size: 1.35rem;
    font-weight: 900;
    color: #000;
    box-shadow: 0 0 28px rgba(212, 160, 23, .35)
}

.step h3 {
    font-size: .95rem;
    margin-bottom: .45rem
}

.step p {
    color: var(--muted);
    font-size: .82rem;
    line-height: 1.6
}

/* TESTIMONIALS */
.ts {
    padding: 6.5rem 0
}

.tg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
    margin-top: 3rem
}

@media(max-width:860px) {
    .tg {
        grid-template-columns: 1fr
    }
}

@media(min-width:540px) and (max-width:860px) {
    .tg {
        grid-template-columns: repeat(2, 1fr)
    }
}

.tc {
    background: var(--card);
    border: 1px solid var(--cb);
    border-radius: var(--r);
    padding: 1.9rem;
    transition: var(--tr);
    cursor: none
}

.tc:hover {
    border-color: rgba(212, 160, 23, .3);
    transform: translateY(-4px);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .5)
}

.tst {
    display: flex;
    gap: 2px;
    margin-bottom: .9rem
}

.tst svg {
    width: 15px;
    height: 15px;
    color: var(--gold);
    fill: var(--gold)
}

.tt2 {
    color: rgba(240, 237, 232, .8);
    font-size: .9rem;
    line-height: 1.7;
    margin-bottom: 1.4rem;
    font-style: italic
}

.tt2::before {
    content: '"';
    color: var(--gold);
    font-size: 1.4rem;
    font-family: serif
}

.ta {
    display: flex;
    align-items: center;
    gap: .75rem
}

.tav {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-dim), var(--gold));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', serif;
    font-weight: 700;
    color: #000;
    font-size: .95rem
}

.tn {
    font-weight: 700;
    font-size: .88rem
}

.tlo {
    color: var(--muted);
    font-size: .76rem;
    margin-top: 1px
}

/* FAQ */
.fq {
    padding: 6.5rem 0;
    background: var(--surf);
    border-top: 1px solid var(--cb)
}

.fql {
    max-width: 740px;
    margin: 2.8rem auto 0
}

.fqi {
    border: 1px solid var(--cb);
    border-radius: 11px;
    margin-bottom: .7rem;
    overflow: hidden;
    background: var(--card);
    transition: border-color .3s
}

.fqi.open {
    border-color: rgba(212, 160, 23, .3)
}

.fqq {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: var(--text);
    font-family: 'Inter', sans-serif;
    font-size: .97rem;
    font-weight: 600;
    cursor: none;
    padding: 1.2rem 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem
}

.fqq svg {
    width: 19px;
    height: 19px;
    color: var(--gold);
    flex-shrink: 0;
    transition: transform .3s
}

.fqi.open .fqq svg {
    transform: rotate(45deg)
}

.fqa {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding .3s;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.7;
    padding: 0 1.4rem
}

.fqi.open .fqa {
    max-height: 200px;
    padding: 0 1.4rem 1.2rem
}

/* CTA */
.cta {
    padding: 6.5rem 0;
    background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(212, 160, 23, .08) 0%, transparent 70%), var(--obs);
    text-align: center;
    overflow: hidden;
    position: relative
}

.cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(212, 160, 23, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(212, 160, 23, .035) 1px, transparent 1px);
    background-size: 50px 50px
}

.cta>* {
    position: relative;
    z-index: 1
}

.cta h2 {
    margin-bottom: .9rem
}

.cta p {
    color: var(--muted);
    max-width: 480px;
    margin: 0 auto 2.2rem;
    line-height: 1.7;
    font-size: .95rem
}

.cnum {
    font-family: 'Outfit', serif;
    font-size: 2.3rem;
    font-weight: 900;
    color: var(--gold);
    margin: .9rem 0 1.9rem;
    text-shadow: 0 0 36px rgba(212, 160, 23, .3)
}

.cbs {
    display: flex;
    gap: .9rem;
    justify-content: center;
    flex-wrap: wrap
}

/* FOOTER */
footer {
    background: var(--surf);
    border-top: 1px solid var(--cb);
    padding: 3.8rem 0 1.8rem
}

.fg {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.8rem;
    margin-bottom: 2.8rem
}

@media(max-width:860px) {
    .fg {
        grid-template-columns: 1fr 1fr;
        gap: 1.8rem
    }
}

@media(max-width:480px) {
    .fg {
        grid-template-columns: 1fr
    }
}

.fbr p {
    color: var(--muted);
    font-size: .85rem;
    line-height: 1.7;
    margin: .9rem 0 1.4rem;
    max-width: 270px
}

.ft2 {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--gold);
    margin-bottom: 1.1rem
}

.fl2 {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .65rem
}

.fl2 a {
    color: var(--muted);
    text-decoration: none;
    font-size: .85rem;
    transition: color .3s
}

.fl2 a:hover {
    color: var(--text)
}

.fci {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    color: var(--muted);
    font-size: .85rem;
    margin-bottom: .75rem;
    line-height: 1.5
}

.fci svg {
    width: 15px;
    height: 15px;
    color: var(--gold);
    flex-shrink: 0;
    margin-top: 2px
}

.fb2 {
    border-top: 1px solid var(--cb);
    padding-top: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--muted);
    font-size: .8rem;
    flex-wrap: wrap;
    gap: .8rem
}

.fbl {
    display: flex;
    gap: 1.4rem
}

.fbl a {
    color: var(--muted);
    text-decoration: none;
    transition: color .3s
}

.fbl a:hover {
    color: var(--text)
}

/* WA FLOAT */
.wa {
    position: fixed;
    bottom: 1.8rem;
    right: 1.8rem;
    z-index: 9000;
    background: #22c55e;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 22px rgba(34, 197, 94, .45);
    text-decoration: none;
    cursor: none;
    animation: wab 3s ease-in-out infinite;
    transition: transform .3s, box-shadow .3s
}

.wa:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 34px rgba(34, 197, 94, .65)
}

.wa svg {
    width: 30px;
    height: 30px;
    color: #fff
}

@keyframes wab {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-7px)
    }
}

/* REVEAL */
.rv {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease
}

.rl {
    opacity: 0;
    transform: translateX(-38px);
    transition: opacity .7s ease, transform .7s ease
}

.rr {
    opacity: 0;
    transform: translateX(38px);
    transition: opacity .7s ease, transform .7s ease
}

.rv.on,
.rl.on,
.rr.on {
    opacity: 1;
    transform: none
}

/* ANIMS */
@keyframes fiUp {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fiIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.logo-img {
    height: 70px;
    width: auto;
    transition: height 0.3s;
}

@media(max-width: 860px) {
    .logo-img {
        height: 58px;
    }
}

nav.sc .logo-img {
    height: 60px;
}

@media(max-width: 860px) {
    nav.sc .logo-img {
        height: 50px;
    }
}

.pulse-btn {
    animation: pulseGlow 2s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(34, 197, 94, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

.sc.rv {
    transition: transform 0.4s, box-shadow 0.4s, background 0.4s;
    border: 1px solid rgba(255, 255, 255, 0.03);
    background: rgba(22, 22, 22, 0.4);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 2rem;
}

.sc.rv:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
    border-color: rgba(212, 160, 23, 0.3);
    background: rgba(25, 25, 25, 0.8);
}

.sc.rv h3 {
    color: var(--gold);
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.float-svg { animation: floatUp 6s ease-in-out infinite; }
@keyframes floatUp { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
