:root {
    --green: #359C48;
    --lime: #c9ff32;
    --ink: #09271f;
    --dark: #06261f;
    --paper: #f4f5ef;
    --white: #fff;
    --muted: #84958e;
    --sidebar: 100px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden;
}

.site-main {
    margin-left: var(--sidebar);
}

a {
    color: inherit;
    text-decoration: none;
}

/* =========================================
   SIDEBAR
========================================= */

.sidebar {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: var(--sidebar);
    height: 100vh;

    background: #fff;
    border-right: 1px solid #d8ddd6;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    padding: 13px 0 18px;
}

.menu-btn {
    width: 30px;
    height: 30px;
    border-radius: 3px;

    background: var(--dark);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 4px;
}

.menu-btn span {
    width: 12px;
    height: 1px;
    background: var(--lime);
}

.side-brand {
    width: 62px;
    height: 270px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: visible;
}

.side-brand img {
    width: 150px;
    height: auto;
    max-height: none;

    object-fit: contain;
    transform: rotate(-90deg);

    display: block;
}

.side-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 31px;
}

.side-nav a {
    font-size: 9px;
    letter-spacing: 0.14em;

    writing-mode: vertical-rl;
    transform: rotate(180deg);

    color: #17372f;
}

/* Sidebar Arrow Button */
.side-arrow {
    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--green);
    color: #fff;

    font-size: 13px;
    line-height: 1;

    text-align: center;
    cursor: pointer;

    overflow: hidden;
}

/* CTA Round Button */
.round-cta {
    width: 120px;
    height: 120px;

    margin: auto;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: var(--green);
    color: #fff;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;

    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;

    transition: transform 0.3s ease;
}

.round-cta:hover {
    transform: scale(1.08);
}

.round-cta span {
    font-size: 18px;
    line-height: 1;
}


/* Sidebar Footer */
.side-footer {
    font-size: 7px;
    letter-spacing: 0.18em;

    writing-mode: vertical-rl;
    transform: rotate(180deg);

    color: #80908a;
}

/* =========================================
   GENERAL SECTIONS
========================================= */

.section-dark {
    background: var(--dark);
    color: #f8faf5;
}

.section-light {
    background: var(--paper);
}

.section-pad {
    padding: 110px 7vw;
}

.light {
    color: var(--lime);
}

/* =========================================
   TYPOGRAPHY
========================================= */

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    font-size: clamp(74px, 9vw, 150px);
    line-height: 0.78;
    letter-spacing: -0.065em;

    margin: 25px 0 35px;
}

h1 em,
h2 em {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}

.eyebrow,
.section-label {
    font-size: 10px;
    letter-spacing: 0.22em;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--green);
}

/* =========================================
   HERO
========================================= */

.hero {
    min-height: 80vh;

    padding: 75px 7vw 0;

    position: relative;
    overflow: hidden;
}

.hero-bg-word {
    position: absolute;
    right: -8%;
    top: 31%;

    font-size: 19vw;
    line-height: 0.8;
    font-weight: 700;

    color: rgba(255, 255, 255, 0.025);

    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 5vw;
    align-items: center;

    min-height: 72vh;

    position: relative;
    z-index: 2;
}

.hero-lead {
    max-width: 560px;

    font-size: 18px;
    line-height: 1.55;

    color: #b5c5be;
}

.hero-actions {
    display: flex;
    align-items: center;

    gap: 30px;
    margin-top: 34px;
}

.btn {
    display: inline-flex;
    align-items: center;

    gap: 30px;

    padding: 15px 18px;

    border-radius: 2px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.btn-lime {
    background: var(--lime);
    color: #0b251e;
}

.btn-dark {
    background: var(--dark);
    color: #fff;
}

.text-link {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* =========================================
   HERO BACKGROUND VIDEO
========================================= */

.hero-video {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: 0;

    pointer-events: none;
}


/* =========================================
   VIDEO OVERLAY
========================================= */

.hero-video-overlay {
    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(5, 20, 17, 0.92) 0%,
            rgba(5, 20, 17, 0.72) 45%,
            rgba(5, 20, 17, 0.55) 100%
        );

    pointer-events: none;
}


/* Extra dark bottom fade */

.hero-video-overlay::after {
    content: '';

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(5, 20, 17, 0.85) 0%,
            rgba(5, 20, 17, 0.05) 55%,
            rgba(5, 20, 17, 0.25) 100%
        );
}

/* =========================================
   HERO ART
========================================= */

.hero-art {
    height: 520px;
    position: relative;
}

.art-card {
    position: absolute;

    right: 7%;
    top: 6%;

    width: min(440px, 75%);
    height: 430px;

    padding: 28px;

    border-radius: 28px;

    background: linear-gradient(
        145deg,
        #173d33,
        #071915
    );

    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);

    overflow: hidden;
}

.mini-label {
    font-size: 9px;
    letter-spacing: 0.18em;
    color: var(--lime);
}

.backbone-visual {
    position: absolute;

    left: 50%;
    top: 47%;

    width: 290px;
    height: 260px;

    transform: translate(-50%, -50%);
}

.backbone-visual::before {
    content: '';

    position: absolute;

    left: 50%;
    top: 50%;

    width: 180px;
    height: 180px;

    transform: translate(-50%, -50%);

    border: 1px solid rgba(201, 255, 50, 0.22);
    border-radius: 50%;

    box-shadow:
        0 0 0 28px rgba(201, 255, 50, 0.025),
        0 0 80px rgba(53, 156, 72, 0.18);
}

.backbone-visual i {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 72px;
    height: 72px;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background: conic-gradient(
        var(--lime),
        var(--green),
        var(--lime)
    );

    box-shadow: 0 0 50px rgba(201, 255, 50, 0.28);
}

.node {
    position: absolute;

    width: 54px;
    height: 54px;

    border: 1px solid rgba(201, 255, 50, 0.55);
    border-radius: 50%;

    display: grid;
    place-items: center;

    color: var(--lime);

    font-size: 10px;

    background: rgba(5, 35, 28, 0.8);
}

.n1 {
    left: 5px;
    top: 10px;
}

.n2 {
    right: 5px;
    top: 10px;
}

.n3 {
    left: -5px;
    top: 103px;
}

.n4 {
    right: -5px;
    top: 103px;
}

.n5 {
    left: 45px;
    bottom: 0;
}

.n6 {
    right: 45px;
    bottom: 0;
}

.art-title {
    position: absolute;

    left: 28px;
    bottom: 30px;

    font-size: 30px;
    line-height: 0.95;
}

.art-title em {
    font-family: 'Playfair Display', serif;
}

.floating-tag {
    position: absolute;

    left: 0;
    bottom: 45px;

    padding: 12px 17px;

    background: var(--lime);
    color: #08251d;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.orb {
    position: absolute;

    border-radius: 50%;

    filter: blur(40px);
    opacity: 0.4;
}

.orb-one {
    width: 160px;
    height: 160px;

    right: 0;
    top: 10%;

    background: var(--green);
}

.orb-two {
    width: 100px;
    height: 100px;

    left: 12%;
    bottom: 10%;

    background: var(--lime);

    opacity: 0.12;
}

/* =========================================
   HERO MARQUEE
========================================= */

.hero-marquee {
    border-top: 1px solid rgba(255, 255, 255, 0.12);

    width: 150%;
    overflow: hidden;

    padding: 30px 0;

    white-space: nowrap;

    position: relative;

    background: #07261f;
}


/* Moving track */
.hero-marquee-track {
    display: flex;
    width: max-content;

    animation: heroMarquee 22s linear infinite;

    will-change: transform;
}


/* Each repeated group */
.hero-marquee-group {
    display: flex;
    align-items: center;

    flex-shrink: 0;

    gap: 5vw;
    padding-right: 5vw;

    font-size: clamp(42px, 6vw, 92px);
    font-weight: 600;

    letter-spacing: -0.06em;

    color: #fff;
}

.hero-marquee-group span {
    color: #fff !important;
}

.hero-marquee-group i {
    font-size: 24px;
    font-style: normal;

    color: var(--green);

    flex-shrink: 0;
}

/* =========================================
   INFINITE MARQUEE ANIMATION
========================================= */

@keyframes heroMarquee {

    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }

}


/* =========================================
   OPTIONAL — PAUSE ON HOVER
========================================= */

.hero-marquee:hover .hero-marquee-track {
    animation-play-state: paused;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .hero-marquee {
        padding: 22px 0;
    }

    .hero-marquee-group {
        gap: 28px;
        padding-right: 28px;

        font-size: clamp(38px, 12vw, 64px);
    }

    .hero-marquee-group i {
        font-size: 18px;
    }

}

/* =========================================
   SECTION HEADINGS
========================================= */

.split-heading,
.section-title-row {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;

    gap: 7vw;
    align-items: end;

    margin: 28px 0 65px;
}

.split-heading h2,
.section-title-row h2 {
    margin: 0;

    font-size: clamp(52px, 6.5vw, 105px);
    line-height: 0.9;

    letter-spacing: -0.055em;
}

.split-heading p,
.section-title-row p {
    max-width: 520px;

    font-size: 16px;
    line-height: 1.65;

    color: #62746d;
}

.section-dark .section-title-row p {
    color: #a6b7b0;
}

/* =========================================
   BACKBONE CARDS
========================================= */

.backbone-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

    gap: 14px;
}

.backbone-card {
    min-height: 280px;

    padding: 32px;

    position: relative;

    background: #fff;
    border: 1px solid #dfe4dc;
    border-radius: 18px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    transition: 0.35s;
}

.backbone-card:hover {
    transform: translateY(-8px);
}

.backbone-card > span {
    position: absolute;

    right: 25px;
    top: 23px;

    font-size: 9px;
    letter-spacing: 0.16em;

    color: #819089;
}

.backbone-card small {
    color: var(--green);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 0.18em;
}

.backbone-card h3 {
    margin: 12px 0;

    font-size: 34px;
    line-height: 1;

    letter-spacing: -0.045em;
}

.backbone-card p {
    max-width: 360px;

    margin: 0;

    font-size: 13px;
    line-height: 1.6;

    color: #6d7c75;
}

.backbone-card.green {
    background: var(--green);
    border-color: var(--green);

    color: #fff;
}

.backbone-card.green small {
    color: var(--lime);
}

.backbone-card.green p {
    color: #d6ead9;
}

/* =========================================
   JOURNEY
========================================= */

.journey {
    position: relative;
    overflow: hidden;
}

.journey::before {
    content: 'JOURNEY';

    position: absolute;

    right: -8%;
    top: 31%;

    font-size: 18vw;
    font-weight: 700;

    color: rgba(255, 255, 255, 0.022);

    pointer-events: none;
}

.journey-line {
    position: relative;
    z-index: 1;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 14px;
}

.journey-step {
    min-height: 320px;

    padding: 28px;

    position: relative;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;

    background: rgba(255, 255, 255, 0.025);

    transition: 0.35s;
}

.journey-step:hover {
    transform: translateY(-7px);

    border-color: rgba(201, 255, 50, 0.35);
}

.step-no {
    position: absolute;

    right: 24px;
    top: 23px;

    color: var(--lime);

    font-size: 10px;
    letter-spacing: 0.15em;
}

.step-icon {
    margin-bottom: 42px;

    font-size: 34px;
    color: var(--lime);
}

.journey-step small {
    font-size: 9px;
    letter-spacing: 0.17em;

    color: #6e8b7d;
}

.journey-step h3 {
    margin: 9px 0 12px;

    font-size: 25px;
    line-height: 1.05;

    letter-spacing: -0.03em;
}

.journey-step p {
    margin: 0;

    font-size: 13px;
    line-height: 1.55;

    color: #9eafa8;
}

.journey-step.final {
    background: var(--lime);
    border-color: var(--lime);

    color: #09271f;
}

.journey-step.final small,
.journey-step.final .step-icon,
.journey-step.final .step-no {
    color: #09271f;
}

.journey-step.final p {
    color: #35583f;
}

/* =========================================
   PROOF
========================================= */

.proof {
    padding-top: 100px;
    padding-bottom: 100px;
}

.proof-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 8vw;
    align-items: center;

    margin-top: 40px;
}

.proof-layout h2 {
    font-size: clamp(52px, 6vw, 90px);
    line-height: 0.9;

    letter-spacing: -0.055em;
}

.proof-layout p {
    max-width: 520px;

    font-size: 16px;
    line-height: 1.7;

    color: #687871;
}

/* =========================================
   SYSTEM BOARD
========================================= */

.system-board {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 10px;
}

.system-board > div {
    min-height: 145px;

    padding: 25px;

    border: 1px solid #d9ded6;
    border-radius: 16px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background: #fff;
}

.system-board b {
    font-size: 18px;
    letter-spacing: 0.08em;
}

.system-board span {
    font-size: 11px;
    color: #718079;
}

.system-board .board-result {
    grid-column: 1 / -1;

    min-height: 125px;

    background: var(--green);
    border-color: var(--green);

    color: #fff;
}

.system-board .board-result span {
    color: #d6ead9;
}

/* =========================================
   WORKSPACE
========================================= */

.workspace {
    overflow: hidden;
}

.workspace-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 8vw;
    align-items: center;

    margin-top: 55px;
}

.workspace-grid h2 {
    font-size: clamp(52px, 6vw, 90px);
    line-height: 0.9;

    letter-spacing: -0.055em;
}

.workspace-grid > div > p {
    max-width: 520px;

    margin-bottom: 30px;

    color: #a8b9b1;
    line-height: 1.7;
}

/* =========================================
   DASHBOARD MOCK
========================================= */

.dashboard-mock {
    padding: 25px;

    background: #0c3128;

    border: 1px solid rgba(201, 255, 50, 0.22);
    border-radius: 24px;

    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.25);
}

.mock-top {
    display: flex;
    justify-content: space-between;

    font-size: 9px;
    letter-spacing: 0.18em;

    color: #91a69e;
}

.mock-top b {
    color: var(--lime);
    font-weight: 600;
}

.mock-title {
    margin: 40px 0 30px;

    font-size: 29px;
    letter-spacing: -0.04em;
}

.mock-progress {
    position: relative;
}

.mock-progress span {
    font-size: 10px;
    color: #91a69e;
}

.mock-progress strong {
    float: right;

    color: var(--lime);
    font-size: 16px;
}

.mock-progress i {
    display: block;

    height: 7px;

    margin-top: 12px;

    background: #193f34;
    border-radius: 10px;

    overflow: hidden;
}

.mock-progress i b {
    display: block;

    width: 72%;
    height: 100%;

    background: var(--lime);
}

.mock-list {
    margin-top: 30px;
}

.mock-list div {
    display: flex;
    justify-content: space-between;

    padding: 17px 0;

    border-top: 1px solid rgba(255, 255, 255, 0.1);

    font-size: 12px;
}

.mock-list span {
    color: var(--lime);
}

/* =========================================
   CTA
========================================= */

.cta {
    min-height: 75vh;

    display: grid;
    place-items: center;

    text-align: center;
}

.cta h2 {
    margin: 25px 0;

    font-size: clamp(60px, 9vw, 150px);
    line-height: 0.82;

    letter-spacing: -0.065em;
}

.cta-copy {
    max-width: 570px;

    margin: 0 auto 40px;

    color: #687871;
    line-height: 1.6;
}

.round-cta {
    width: 120px;
    height: 120px;

    margin: auto;

    background: var(--green);
    color: #fff;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.08em;

    display: grid;
    place-items: center;

    transition: 0.3s;
}

.round-cta:hover {
    transform: scale(1.08);
}

.round-cta span {
    font-size: 18px;
}

/* =========================================
   FOOTER
========================================= */

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 60px;

    padding: 80px 7vw 30px;
}

.footer-brand img {
    width: 190px;
    height: auto;

    object-fit: contain;
}

.footer-brand p {
    max-width: 420px;

    margin-top: 20px;

    color: #9bb0a8;
    line-height: 1.7;
}

.footer-brand strong {
    color: #fff;
}

.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 40px;
}

.footer-links div {
    display: flex;
    flex-direction: column;

    gap: 14px;
}

.footer-links small {
    color: var(--lime);

    font-size: 9px;
    letter-spacing: 0.2em;
}

.footer-links a {
    color: #c6d1cc;

    font-size: 13px;
}

.footer-bottom {
    grid-column: 1 / -1;

    display: flex;
    justify-content: space-between;

    padding-top: 20px;

    border-top: 1px solid rgba(255, 255, 255, 0.12);

    color: #6f8279;

    font-size: 10px;
    letter-spacing: 0.12em;
}

.footer-bottom em {
    color: var(--lime);
    font-style: normal;
}

/* =========================================
   REVEAL ANIMATION
========================================= */

.reveal {
    opacity: 0;

    transform: translateY(25px);

    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

.reveal-delay {
    transition-delay: 0.15s;
}

/* =========================================
   DESKTOP SIDEBAR
========================================= */

@media (min-width: 901px) {
    .sidebar {
        position: fixed;
        left: 0;
        top: 0;
        width: var(--sidebar);
        height: 100vh;
    }

    .site-main {
        margin-left: var(--sidebar);
    }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {
    :root {
        --sidebar: 70px;
    }

    .side-brand {
        width: 54px;
    }

    .side-brand img {
        width: 150px;
    }

    .journey-line {
        grid-template-columns: 1fr 1fr;
    }

    .hero-grid {
        gap: 3vw;
    }

    .art-card {
        right: 0;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {
    :root {
        --sidebar: 0px;
    }

    .sidebar {
        width: 100%;
        height: 58px;

        top: 0;
        left: 0;
        right: 0;
        bottom: auto;

        flex-direction: row;

        padding: 0 15px;

        border-right: 0;
        border-bottom: 1px solid #d8ddd6;
    }

    .side-brand {
        width: 120px;
        height: 48px;
    }

    .side-brand img {
        width: 100px;
        height: auto;

        transform: none;
    }

    .side-nav {
        display: none;
    }

    .side-footer {
        display: none;
    }

    .side-arrow {
        margin-left: auto;
    }

    .menu-btn {
        order: 2;
        margin-left: 12px;
    }

    .site-main {
        margin-left: 0;
        padding-top: 58px;
    }

    .hero {
        padding-top: 55px;
    }

    .hero-grid,
    .craft,
    .proof-layout,
    .workspace-grid {
        grid-template-columns: 1fr;
    }

    .hero-art {
        height: 450px;
    }

    .art-card {
        right: 0;
        width: 85%;
    }

    .backbone-cards,
    .journey-line {
        grid-template-columns: 1fr;
    }

    .backbone-card {
        min-height: 260px;
    }

    .split-heading,
    .section-title-row {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .metrics-inner {
        grid-template-columns: 1fr;
    }

    .craft-visual {
        height: 400px;
    }

    .footer {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        grid-column: auto;

        flex-direction: column;

        gap: 10px;
    }
}


/* =========================================
   SIDEBAR WHATSAPP BUTTON
========================================= */

.side-arrow {
    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--green);
    color: #fff;

    text-decoration: none;

    cursor: pointer;

    overflow: hidden;

    transition: transform 0.3s ease;
}

/* WhatsApp Icon */
.side-arrow .whatsapp-icon {
    width: 19px;
    height: 19px;

    display: block;

    fill: #ffffff;

    flex-shrink: 0;
}

/* Hover Effect */
.side-arrow:hover {
    transform: scale(1.1);
}


/* =========================================
   MOBILE SIDEBAR
========================================= */

@media (max-width: 900px) {

    .side-arrow {
        width: 30px;
        height: 30px;

        flex: 0 0 30px;

        margin-left: auto;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .side-arrow .whatsapp-icon {
        width: 20px;
        height: 20px;
    }

}
/* ===== POPUP SITE MENU ===== */
.menu-btn{border:0;cursor:pointer;position:relative;z-index:102}.site-menu{position:fixed;z-index:100;inset:0;background:rgba(3,25,20,.58);backdrop-filter:blur(12px);opacity:0;visibility:hidden;transition:.35s}.site-menu.active{opacity:1;visibility:visible}.site-menu-panel{position:absolute;left:var(--sidebar);top:0;bottom:0;width:min(720px,calc(100vw - var(--sidebar)));background:var(--dark);color:#fff;padding:6vh 5vw;transform:translateX(-30px);transition:.4s;display:flex;flex-direction:column}.site-menu.active .site-menu-panel{transform:none}.site-menu-top,.site-menu-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.16em;color:#91a69e}.site-menu-top>span{color:var(--lime)}.site-menu-close{width:38px;height:38px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:transparent;color:#fff;font-size:25px;cursor:pointer}.site-menu-links{margin:auto 0}.site-menu-links a{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:clamp(30px,4vw,60px);letter-spacing:-.05em;transition:.25s}.site-menu-links a:hover{color:var(--lime);padding-left:10px}.site-menu-links small{font-size:9px;letter-spacing:.16em;color:#708b80}@media(max-width:760px){.site-menu-panel{left:0;width:100%;padding:85px 24px 28px}.site-menu-links a{font-size:34px}.site-menu-bottom{align-items:flex-start;flex-direction:column}}

/* MARQUEE WHITE FIX */
.marquee *,.marquee-track *,.marquee-item *,.marquee-text,.marquee span,[class*="marquee"] span{color:#fff !important;-webkit-text-fill-color:#fff !important;}

/* =========================================
   FINAL HERO MARQUEE WHITE OVERRIDE
   Forces BUILD / BRAND / VISIBILITY / LEADS / GROW to render solid white.
========================================= */
.hero .hero-marquee,
.hero .hero-marquee-track,
.hero .hero-marquee-group {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}
.hero .hero-marquee-group > span,
.hero-marquee .hero-marquee-group > span,
.hero-marquee-track .hero-marquee-group > span {
    color: rgb(255,255,255) !important;
    -webkit-text-fill-color: rgb(255,255,255) !important;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    text-shadow: 0 0 1px rgba(255,255,255,.01) !important;
}


/* =========================================
   STICKY SOCIAL MEDIA
========================================= */
.floating-social-icons{
    position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:99999;
    display:flex;flex-direction:column;gap:8px;background:#07261f;padding:18px 10px;
    border-radius:35px 0 0 35px;box-shadow:0 8px 25px rgba(0,0,0,.18);
}
.floating-social-icons a{width:48px;height:48px;display:flex;align-items:center;justify-content:center;
    color:#fff;text-decoration:none;font-size:22px;border-radius:50%;transition:all .3s ease}
.floating-social-icons a:hover{background:#fff;color:#000;transform:scale(1.1)}
@media(max-width:900px){.floating-social-icons{padding:10px 6px;gap:4px;border-radius:22px 0 0 22px}.floating-social-icons a{width:38px;height:38px;font-size:17px}}
