:root {
    --green: #1DB954;
    --green2: #15a347;
    --green-dim: rgba(29,185,84,0.1);
    --green-border: rgba(29,185,84,0.22);
    --black: #0A0A0A;
    --dark: #0f0f0f;
    --dark2: #141414;
    --dark3: #1a1a1a;
    --dark4: #222;
    --dark5: #2a2a2a;
    --white: #fff;
    --gray: #9a9a9a;
    --gray2: #555;
}

button {
    font-family: 'DM Sans',sans-serif;
    outline: none;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-appearance: none
}

    button.btn-green {
        color: var(--black) !important;
        text-decoration: none !important
    }

    button.btn-outline-w {
        color: var(--white) !important;
        text-decoration: none !important
    }

    button.btn-outline-g {
        color: var(--green) !important;
        text-decoration: none !important
    }

    button.nav-btn {
        color: var(--black) !important;
        text-decoration: none !important
    }

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

html {
    scroll-behavior: smooth
}

body {
    background: var(--black);
    color: var(--white);
    font-family: 'DM Sans',sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden
}

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

/* NAV */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 64px;
    padding: 0 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(10,10,10,.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255,255,255,.06)
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none
}

.nav-logo {
    font-family: 'Bebas Neue',sans-serif;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 3px;
    color: var(--white)
}

.nav-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--black);
    background: var(--green);
    padding: 3px 9px;
    text-transform: uppercase
}

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

    .nav-links a {
        color: var(--gray);
        font-size: 13px;
        text-decoration: none;
        transition: color .2s
    }

        .nav-links a:hover {
            color: var(--white)
        }

.nav-btn {
    background: var(--green) !important;
    color: var(--black) !important;
    padding: 9px 22px;
    font-weight: 700 !important;
    font-size: 13px !important;
    border-radius: 4px
}

    .nav-btn:hover {
        background: var(--green2) !important
    }

/* BTNS */
.btn-green {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--green);
    color: var(--black);
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all .2s;
    font-family: 'DM Sans',sans-serif;
    outline: none;
    -webkit-appearance: none
}

    .btn-green:hover {
        background: var(--green2);
        transform: translateY(-1px)
    }

.btn-outline-w {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--white);
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,.2);
    text-decoration: none;
    cursor: pointer;
    transition: all .2s;
    font-family: 'DM Sans',sans-serif;
    outline: none;
    -webkit-appearance: none
}

    .btn-outline-w:hover {
        border-color: rgba(255,255,255,.5)
    }

.btn-outline-g {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--green);
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid var(--green-border);
    text-decoration: none;
    cursor: pointer;
    transition: all .2s;
    font-family: 'DM Sans',sans-serif;
    outline: none;
    -webkit-appearance: none
}

    .btn-outline-g:hover {
        background: var(--green-dim)
    }

.nav-btn {
    font-family: 'DM Sans',sans-serif !important;
    outline: none;
    -webkit-appearance: none;
    text-decoration: none !important
}

/* LAYOUT */
.wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 6%
}

section {
    padding: 88px 0
}

    section.tight {
        padding-bottom: 48px
    }

.divider {
    height: 1px;
    background: rgba(255,255,255,.06)
}

/* LABELS & TITLES */
.sec-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--green);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px
}

.sec-title {
    font-family: 'Bebas Neue',sans-serif;
    font-weight: 700;
    font-size: clamp(28px,3.5vw,44px);
    line-height: 1.15;
    letter-spacing: -.3px;
    margin-bottom: 14px
}

    .sec-title .g {
        color: var(--green)
    }

.sec-sub {
    color: var(--gray);
    font-weight: 300;
    line-height: 1.75;
    font-size: 15px
}

.center {
    text-align: center
}

    .center .sec-sub {
        max-width: 560px;
        margin: 0 auto
    }

/* HERO */
.hero {
    padding: 130px 0 80px;
    display: grid;
    grid-template-columns: 56% 44%;
    gap: 56px;
    align-items: center
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--green);
    text-transform: uppercase;
    margin-bottom: 22px
}

.hero-dot {
    width: 7px;
    height: 7px;
    background: var(--green);
    border-radius: 50%;
    animation: pulse .2s ease infinite
}

@keyframes pulse {
    0%,100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .4;
        transform: scale(.7)
    }
}

.hero-title {
    font-family: 'Bebas Neue',sans-serif;
    font-weight: 800;
    font-size: clamp(34px,4.2vw,58px);
    line-height: 1.1;
    margin-bottom: 18px;
    letter-spacing: -.5px
}

    .hero-title .g {
        color: var(--green)
    }

.hero-desc {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.8;
    max-width: 490px;
    margin-bottom: 32px;
    font-weight: 300
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

/* Hero right card */
.hero-right {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.live-card {
    background: var(--dark2);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,.5)
}

.live-head {
    background: var(--dark3);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.05)
}

.live-head-title {
    font-size: 13px;
    font-weight: 600
}

.live-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--green);
    background: var(--green-dim);
    border: 1px solid var(--green-border);
    padding: 3px 10px;
    border-radius: 20px
}

.live-badge-dot {
    width: 5px;
    height: 5px;
    background: var(--green);
    border-radius: 50%;
    animation: pulse 1s infinite
}

.live-body {
    padding: 18px 20px
}

.prog-lbl {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--gray);
    margin-bottom: 7px
}

    .prog-lbl span:last-child {
        color: var(--green);
        font-weight: 700
    }

.prog-bar {
    height: 5px;
    background: var(--dark5);
    border-radius: 3px;
    margin-bottom: 18px;
    overflow: hidden
}

.prog-fill {
    height: 100%;
    background: var(--green);
    border-radius: 3px;
    animation: grow 2s ease-out forwards
}

@keyframes grow {
    from {
        width: 0
    }

    to {
        width: 78%
    }
}

.live-stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    background: rgba(255,255,255,.05);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 14px
}

.lstat {
    background: var(--dark3);
    padding: 12px 8px;
    text-align: center
}

.lstat-v {
    font-family: 'Bebas Neue',sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: var(--green)
}

.lstat-l {
    font-size: 10px;
    color: var(--gray);
    margin-top: 2px
}

.live-rps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: var(--gray);
    background: var(--dark3);
    border-radius: 8px;
    padding: 9px 13px
}

.avs {
    display: flex
}

.av {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--green2);
    border: 2px solid var(--dark2);
    margin-left: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    color: #fff
}

    .av:first-child {
        margin-left: 0
    }

.metrics {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px
}

.m-box {
    background: var(--dark2);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 10px;
    padding: 14px;
    text-align: center
}

.m-val {
    font-family: 'Bebas Neue',sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: var(--green)
}

.m-lbl {
    font-size: 11px;
    color: var(--gray);
    margin-top: 3px
}

/* FEATURES */
.feats-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
    margin-top: 52px
}

.feat {
    background: var(--dark2);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;
    padding: 26px 22px;
    transition: border-color .3s,transform .3s
}

    .feat:hover {
        border-color: var(--green-border);
        transform: translateY(-3px)
    }

.feat-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    background: var(--green-dim);
    border: 1px solid var(--green-border);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.feat-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px
}

.feat-desc {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.6
}

/* MARKETING */
.mkt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 52px
}

.mkt-card {
    background: var(--dark2);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 10px;
    padding: 22px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: border-color .3s
}

    .mkt-card:hover {
        border-color: var(--green-border)
    }

    .mkt-card.full {
        grid-column: 1/-1
    }

.mkt-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    background: var(--green-dim);
    border: 1px solid var(--green-border);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mkt-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.mkt-desc {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.6
}

/* PROCESO */
.proceso-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
    text-align: center;
    position: relative;
    margin-top: 52px
}

    .proceso-grid::before {
        content: '';
        position: absolute;
        top: 35px;
        left: 16%;
        right: 16%;
        height: 1px;
        background: rgba(29,185,84,.18)
    }

.proc-step {
    position: relative;
    z-index: 1
}

.proc-circle {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    background: var(--dark2);
    border: 1px solid var(--green-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.proc-num {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    background: var(--green);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center
}

.proc-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.proc-desc {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.65
}

/* NÚMEROS */
.num-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 48px
}

.num-item {
    background: var(--dark2);
    padding: 34px 20px;
    text-align: center
}

.num-icon {
    width: 38px;
    height: 38px;
    margin: 0 auto 14px;
    background: var(--green-dim);
    border: 1px solid var(--green-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.num-val {
    font-family: 'Bebas Neue',sans-serif;
    font-weight: 800;
    font-size: 34px;
    color: var(--green);
    line-height: 1;
    margin-bottom: 6px
}

.num-lbl {
    font-size: 13px;
    color: var(--gray)
}

/* POR QUÉ */
.pq-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.pq-title {
    font-family: 'Bebas Neue',sans-serif;
    font-weight: 700;
    font-size: clamp(26px,3vw,38px);
    line-height: 1.2;
    margin-bottom: 18px
}

    .pq-title .g {
        color: var(--green)
    }

.pq-desc {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.75;
    margin-bottom: 26px
}

.pq-list {
    display: flex;
    flex-direction: column;
    gap: 11px
}

.pq-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--gray)
}

.pq-check {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    background: var(--green-dim);
    border: 1px solid var(--green-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.cta-box {
    background: var(--dark2);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 34px 30px;
    text-align: center
}

.cta-box-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 18px;
    background: var(--green-dim);
    border: 1px solid var(--green-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.cta-box-title {
    font-family: 'Bebas Neue',sans-serif;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 10px
}

.cta-box-desc {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 22px;
    line-height: 1.6
}

/* VIDEO */
.vid-wrap {
    max-width: 840px;
    margin: 48px auto 0;
    background: var(--dark2);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,.4)
}

.vid-ph {
    aspect-ratio: 16/9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: linear-gradient(135deg,#0d0d0d,#111);
    cursor: pointer;
    transition: background .3s
}

    .vid-ph:hover {
        background: #131313
    }

        .vid-ph:hover .vid-play {
            background: var(--green2);
            transform: scale(1.08)
        }

.vid-play {
    width: 68px;
    height: 68px;
    background: var(--green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
}

    .vid-play svg {
        margin-left: 4px
    }

.vid-ph p {
    font-size: 13px;
    color: var(--gray);
    letter-spacing: 1px;
    text-transform: uppercase
}

.vid-embed {
    display: none;
    aspect-ratio: 16/9
}

    .vid-embed iframe {
        width: 100%;
        height: 100%;
        border: none
    }

/* BANNER */
.banner-inner {
    background: var(--dark2);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 16px;
    padding: 60px 5%;
    text-align: center
}

.banner-title {
    font-family: 'Bebas Neue',sans-serif;
    font-weight: 800;
    font-size: clamp(26px,3.2vw,44px);
    line-height: 1.15;
    margin-bottom: 14px
}

    .banner-title .g {
        color: var(--green)
    }

.banner-desc {
    font-size: 15px;
    color: var(--gray);
    max-width: 520px;
    margin: 0 auto 32px;
    line-height: 1.7
}

.banner-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

/* FORM */
.form-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.fl-title {
    font-family: 'Bebas Neue',sans-serif;
    font-weight: 700;
    font-size: clamp(26px,3vw,38px);
    line-height: 1.2;
    margin-bottom: 14px
}

    .fl-title .g {
        color: var(--green)
    }

.fl-desc {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 24px
}

.fl-perks {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px
}

.fl-perk {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--gray)
}

.fl-check {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: var(--green-dim);
    border: 1px solid var(--green-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
    border-top: 1px solid rgba(255,255,255,.07);
    padding-top: 18px
}

.c-link {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    color: var(--gray);
    text-decoration: none;
    transition: color .2s
}

    .c-link:hover {
        color: var(--green)
    }

form {
    display: flex;
    flex-direction: column;
    gap: 13px
}

.frow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px
}

.fg {
    display: flex;
    flex-direction: column;
    gap: 5px
}

label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--gray2);
    text-transform: uppercase
}

input, select, textarea {
    background: var(--dark2);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 6px;
    color: var(--white);
    padding: 12px 14px;
    font-size: 14px;
    font-family: 'DM Sans',sans-serif;
    outline: none;
    transition: border-color .2s;
    width: 100%
}

    input:focus, select:focus, textarea:focus {
        border-color: var(--green-border)
    }

    select option {
        background: var(--dark2)
    }

textarea {
    resize: vertical;
    min-height: 88px
}

.f-btn {
    background: var(--green);
    color: var(--black);
    padding: 15px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'DM Sans',sans-serif;
    transition: all .2s;
    width: 100%;
    margin-top: 4px
}

    .f-btn:hover {
        background: var(--green2);
        transform: translateY(-1px)
    }

.f-note {
    font-size: 12px;
    color: var(--gray2);
    text-align: center
}

/* WA */
.wa {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 998;
    display: flex;
    align-items: center;
    text-decoration: none
}

.wa-icon {
    width: 52px;
    height: 52px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,.3);
    transition: transform .3s;
    flex-shrink: 0
}

.wa:hover .wa-icon {
    transform: scale(1.08)
}

.wa-icon svg {
    width: 25px;
    height: 25px;
    fill: white
}

.wa-lbl {
    background: var(--dark2);
    border: 1px solid rgba(37,211,102,.22);
    border-left: none;
    border-radius: 0 26px 26px 0;
    padding: 0 16px;
    height: 52px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #25D366;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width .35s ease;
    margin-left: -26px;
    padding-left: 30px
}

.wa:hover .wa-lbl {
    max-width: 180px
}

/* FOOTER */
footer {
    background: var(--dark2);
    border-top: 1px solid rgba(255,255,255,.06);
    padding: 30px 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.f-logo {
    font-family: 'Bebas Neue',sans-serif;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 2px;
    color: var(--white)
}

.f-links {
    display: flex;
    gap: 22px
}

    .f-links a {
        font-size: 13px;
        color: var(--gray);
        text-decoration: none;
        transition: color .2s
    }

        .f-links a:hover {
            color: var(--green)
        }

.f-copy {
    font-size: 12px;
    color: var(--gray2)
}

/* REVEAL */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease,transform .5s ease
}

    .reveal.vis {
        opacity: 1;
        transform: translateY(0)
    }

/* RESPONSIVE */
@media(max-width:1024px) {
    .hero {
        grid-template-columns: 1fr
    }

    .hero-right {
        display: none
    }

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

@media(max-width:800px) {
    .feats-grid, .mkt-grid, .proceso-grid, .pq-layout, .form-layout {
        grid-template-columns: 1fr
    }

    .mkt-card.full {
        max-width: 100%
    }

    .num-grid {
        grid-template-columns: 1fr 1fr
    }

    .frow {
        grid-template-columns: 1fr
    }

    .banner-actions {
        flex-direction: column;
        align-items: center
    }
}

/* === UNIVERSAL LINK & TEXT FIX === */
a {
    color: inherit;
    text-decoration: none !important;
}

    a:visited {
        color: inherit;
    }

    a:hover {
        text-decoration: none !important;
    }

h1, h2, h3, h4, h5, h6, p, div, span, li {
    color: inherit;
}

.sec-title, .hero-title, .fl-title, .pq-title, .banner-title,
.feat-title, .mkt-title, .proc-title, .num-val, .m-val,
.cta-box-title, .banner-title {
    color: var(--white) !important;
}

    .sec-title .g, .hero-title .g, .fl-title .g, .pq-title .g,
    .banner-title .g {
        color: var(--green) !important;
    }

.nav-link-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--gray);
    font-size: 13px;
    font-family: 'DM Sans',sans-serif;
    padding: 0;
    text-decoration: none;
    transition: color .2s
}

    .nav-link-btn:hover {
        color: var(--white)
    }
