:root {
    --brand: #12c3cd;
    --brand-2: #28d4dc;
    --brand-dark: #07959f;
    --brand-soft: #dff9fa;
    --ink: #07181b;
    --ink-2: #0c272b;
    --muted: #637477;
    --bg: #f5f9f9;
    --line: #dde8e9;
    --white: #fff;
    --container: 1180px;
    --radius: 24px;
    --shadow: 0 24px 80px rgba(5, 34, 38, 0.12);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}
body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: var(--ink);
    background: #fff;
    overflow-x: hidden;
}
button,
input,
select {
    font: inherit;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.container {
    width: min(calc(100% - 40px), var(--container));
    margin: auto;
}
.section {
    padding: 112px 0;
}
.scroll-progress {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    z-index: 2000;
    background: transparent;
}
.scroll-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--brand), #68eef2);
}
.cursor-glow {
    position: fixed;
    pointer-events: none;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(18, 195, 205, 0.09), transparent 64%);
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0;
    transition: opacity 0.25s;
}
.site-header {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    transition: 0.25s;
}
.site-header.scrolled {
    background: rgba(5, 21, 24, 0.93);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}
.site-header.scrolled .desktop-nav a {
    color: #fff;
}

.site-header .scrolled{
    background: rgba(5, 21, 24, 0.93);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}
.nav-wrap {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.brand img {
    display: block;
    width: 164px;
    height: 85px;
    object-fit: contain;
}
.desktop-nav {
    display: flex;
    align-items: center;
    gap: 29px;
    margin-left: auto;
}
.desktop-nav a,
.login-link {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    transition: 0.2s;
}
.desktop-nav a:hover,
.login-link:hover {
    color: #222222;
}
.nav-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}
.btn {
    border: 0;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-weight: 800;
    cursor: pointer;
    transition:
        transform 0.2s,
        box-shadow 0.2s,
        background 0.2s;
}
.btn:hover {
    transform: translateY(-2px);
}
.btn-primary {
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: #ffffff;
    box-shadow: 0 13px 28px rgba(18, 195, 205, 0.22);
}
.btn-primary:hover {
    box-shadow: 0 17px 36px rgba(18, 195, 205, 0.32);
}
.btn-small {
    padding: 12px 18px;
    font-size: 12px;
}
.btn-large {
    padding: 16px 23px;
    font-size: 13px;
}
.btn-video {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}
.btn-dark {
    background: #06191c;
    color: #fff;
}
.play-mini {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(18, 195, 205, 0.14);
    color: var(--brand-2);
    font-size: 9px;
}
.menu-toggle {
    display: none;
    background: none;
    border: 0;
    width: 36px;
    height: 36px;
    position: relative;
}

.menu-toggle span {
    position: absolute;
    left: 8px;
    right: 8px;
    height: 2px;
    background: #fff;
    top: 13px;
    transition: 0.2s;
}
.menu-toggle span + span {
    top: 21px;
}
.menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
}
.mobile-menu {
    display: none;
    background: #06191c;
    padding: 8px 20px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile-menu a {
    display: block;
    color: #d6e2e3;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 14px;
}
.hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 78% 18%, rgba(16, 190, 200, .18), transparent 27%), linear-gradient(180deg, #f7ffff, #fff);
    color: #fff;
    padding: 154px 0 32px;
    min-height: 760px;
}
.hero-grid-bg {
    position: absolute;
    inset: 0;
    opacity: 0.28;
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(4px);
    opacity: 0.65;
}
.orb-a {
    width: 520px;
    height: 520px;
    right: -150px;
    top: 70px;
    background: radial-gradient(circle, rgba(18, 195, 205, 0.21), transparent 68%);
    animation: float 8s ease-in-out infinite;
}
.orb-b {
    width: 300px;
    height: 300px;
    left: -80px;
    bottom: -60px;
    background: radial-gradient(circle, rgba(70, 232, 238, 0.12), transparent 70%);
    animation: float 10s ease-in-out infinite reverse;
}
@keyframes float {
    50% {
        transform: translateY(-25px) translateX(14px);
    }
}
.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.96fr 1.04fr;
    gap: 82px;
    align-items: center;
}
.eyebrow,
.kicker {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 999px;
    color: #053135;
}
.live-dot {
    width: 9px;
    height: 7px;
    background: var(--brand-2);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(18, 195, 205, 0.11);
    animation: pulse 1.8s infinite;
}
@keyframes pulse {
    50% {
        box-shadow: 0 0 0 11px rgba(18, 195, 205, 0);
    }
}
h1,
h2,
h3,
h4 {
    font-family: "Inter", Inter, sans-serif;
    margin: 0;
    letter-spacing: -0.035em;
}
h1 {
    font-size: clamp(52px, 5.5vw, 80px);
    line-height: 0.98;
    margin: 22px 0 24px;
    max-width: 710px;
}
h1 span,
h2 span {
    color: var(--brand-2);
}
.hero-lead {
    font-size: 17px;
    line-height: 1.75;
    color: #0a454b;
    max-width: 650px;
    margin: 0;
}
.hero-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 31px;
}
.hero-trust {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 37px;
}
.hero-trust > div {
    display: flex;
    align-items: center;
    gap: 9px;
}
.hero-trust > div > span {
    font-size: 12px;
    font-weight: 900;
    color: var(--brand-2);
    border: 1px solid rgba(18, 195, 205, 0.28);
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.hero-trust p {
    font-size: 15px;
    line-height: 1.35;
    color: #0b4c52;
    margin: 0;
}
.hero-trust b {
    color: #0b4c52;
}
.hero-trust i {
    height: 1px;
    width: 23px;
    background: rgba(255, 255, 255, 0.12);
}
.hero-stage {
    position: relative;
    min-height: 530px;
    display: grid;
    place-items: center;
    perspective: 1000px;
}
.stage-ring {
    position: absolute;
    border: 1px solid rgba(18, 195, 205, 0.14);
    border-radius: 50%;
    animation: spin 18s linear infinite;
}
.ring-one {
    width: 500px;
    height: 500px;
}
.ring-two {
    width: 410px;
    height: 410px;
    border-style: dashed;
    animation-direction: reverse;
    animation-duration: 25s;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.phone-shell {
    position: relative;
    z-index: 4;
    width: 286px;
    background: #010b0d;
    border: 1px solid #183b3f;
    border-radius: 42px;
    padding: 9px;
    box-shadow:
        0 38px 100px rgba(0, 0, 0, 0.47),
        0 0 0 8px rgba(255, 255, 255, 0.015);
}
.phone-top {
    height: 24px;
    color: #a6bbbd;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.phone-top i {
    position: absolute;
    width: 82px;
    height: 20px;
    background: #000;
    border-radius: 20px;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
}
.phone-screen {
    position: relative;
    overflow: hidden;
    min-height: 545px;
    border-radius: 33px;
    background: linear-gradient(180deg, #f7fbfb, #eaf5f5);
    padding: 18px;
    color: var(--ink);
}
.app-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.app-head img {
    height: 50px;
    object-fit: contain;
}
.hello {
    font-size: 11px;
    color: #6e8588;
    margin: 14px 0 2px;
}
.phone-screen h3 {
    font-size: 18px;
}
.challenge-card {
    margin-top: 14px;
    padding: 15px;
    border-radius: 18px;
    background: linear-gradient(135deg, #07383d, #0d555c);
    color: white;
    box-shadow: 0 10px 25px rgba(7, 56, 61, 0.15);
}
.challenge-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 7px;
    color: #93e8ec;
}
.challenge-top b {
    background: rgba(18, 195, 205, 0.2);
    padding: 5px 7px;
    border-radius: 8px;
    color: #c9fbfd;
}
.challenge-card h4 {
    font-size: 20px;
    margin: 10px 0 2px;
}
.challenge-card p {
    font-size: 9px;
    color: #b6d2d4;
    margin: 0;
}
.progress {
    height: 7px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    margin: 13px 0 6px;
    overflow: hidden;
}
.progress span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--brand), #61ecf1);
    border-radius: inherit;
}
.progress-label {
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.progress-label b {
    font-size: 14px;
}
.progress-label span {
    font-size: 7px;
    color: #a6c0c2;
}
.app-row-title {
    display: flex;
    justify-content: space-between;
    margin: 17px 0 8px;
    font-size: 10px;
}
.app-row-title span {
    color: var(--brand-dark);
}
.ranking-row {
    display: grid;
    grid-template-columns: 17px 28px 1fr auto;
    align-items: center;
    gap: 7px;
    padding: 7px 4px;
    border-bottom: 1px solid #e1ebec;
    font-size: 10px;
}
.ranking-row em {
    font-style: normal;
    font-weight: 900;
    color: #758b8e;
}
.ranking-row .avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #cceff1;
    color: #08777e;
    font-size: 9px;
    font-weight: 900;
}
.ranking-row p {
    margin: 0;
}
.ranking-row p b,
.ranking-row p small {
    display: block;
}
.ranking-row p b {
    font-size: 10px;
}
.ranking-row p small {
    color: #8ba0a2;
}
.ranking-row strong {
    font-size: 8px;
}
.ranking-row.me {
    background: #e0f9fa;
    border-radius: 10px;
    border: 0;
}
.app-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: #fff;
    border-top: 1px solid #e3eded;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}
.app-nav span {
    font-size: 13px;
    text-align: center;
    color: #91a3a5;
}
.app-nav small {
    display: block;
    font-size: 8px;
    margin-top: 2px;
}
.app-nav .active {
    color: var(--brand-dark);
}
.float-card {
    position: absolute;
    z-index: 6;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 35, 39, 0.82);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
    animation: bob 5s ease-in-out infinite;
}
.float-card > span {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: rgba(18, 195, 205, 0.13);
    color: var(--brand-2);
}
.float-card p {
    margin: 0;
}
.float-card b,
.float-card small {
    display: block;
}
.float-card b {
    font-size: 12px;
}
.float-card small {
    font-size: 10px;
    color: #87a2a5;
    margin-top: 2px;
}
.fc-points {
    left: 2%;
    top: 23%;
    animation-delay: -1s;
}
.fc-rank {
    right: -4%;
    top: 40%;
    animation-delay: -2.2s;
}
.fc-team {
    left: 7%;
    bottom: 9%;
    animation-delay: -3.4s;
}
@keyframes bob {
    50% {
        transform: translateY(-9px);
    }
}
.hero-bottom {
    position: relative;
    z-index: 3;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 52px;
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.hero-bottom p {
    color: #0b4c52;
    font-size: 14px;
    margin: 0;
}
.hero-bottom p b {
    color: #15c5cf;
}
.hero-bottom a {
    font-size: 13px;
    color: var(--brand-2);
    font-weight: 900;
}
.clients-strip {
    padding: 31px 0;
    border-bottom: 1px solid var(--line);
    background: #fff;
    overflow: hidden;
}
.strip-label {
    text-align: center;
    margin: 0 0 20px;
    font-size: 13px;
    letter-spacing: 0.15em;
    font-weight: 900;
    color: #0b4c52;
}
.logo-marquee {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.logo-track {
    display: flex;
    width: max-content;
    gap: 12px;
    animation: marquee 34s linear infinite;
}
.logo-track:hover {
    animation-play-state: paused;
}
@keyframes marquee {
    to {
        transform: translateX(-50%);
    }
}
.client-logo {
    width: 170px;
    height: 68px;
    border: 1px solid #e6eeee;
    border-radius: 15px;
    background: #fbfdfd;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #a4b1b3;
    filter: grayscale(1);
}
.client-logo span {
    font-family: "Inter";
    font-size: 15px;
    font-weight: 700;
}
.client-logo small {
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.08em;
}
.section-head {
    text-align: center;
    max-width: 870px;
}
.kicker {
    color: var(--brand-dark);
}
.kicker.light {
    color: var(--brand-2);
}
.section-head h2,
.solutions-head h2,
.faq-intro h2,
.experience-copy h2 {
    font-size: clamp(38px, 4.7vw, 62px);
    line-height: 1.03;
    margin: 13px 0 20px;
}
.section-head > p,
.solutions-head > p,
.faq-intro > p,
.experience-copy > p {
    color: var(--muted);
    line-height: 1.75;
    max-width: 720px;
    margin: 0 auto;
}
.gamification {
    background: linear-gradient(#fff, #f8fbfb);
}
.game-flow {
    display: grid;
    grid-template-columns: 1fr 44px 1fr 44px 1fr 44px 1fr 44px 1fr;
    align-items: center;
    margin-top: 58px;
}
.game-flow article {
    text-align: center;
    padding: 25px 12px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 20px;
    min-height: 184px;
    box-shadow: 0 10px 25px rgba(8, 36, 40, 0.035);
    transition: 0.25s;
}
.game-flow article:hover {
    transform: translateY(-7px);
    border-color: #b7ebee;
    box-shadow: 0 18px 40px rgba(7, 87, 94, 0.09);
}
.game-number {
    font-size: 13px;
    font-weight: 900;
    color: var(--brand-dark);
    letter-spacing: 0.1em;
}
.game-icon {
    font-size: 30px;
    margin: 13px 0;
}
.game-flow h3 {
    font-size: 17px;
}
.game-flow p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.55;
}
.flow-line {
    height: 1px;
    background: repeating-linear-gradient(90deg, var(--brand) 0 5px, transparent 5px 10px);
    position: relative;
}
.flow-line:after {
    content: "›";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-55%);
    color: var(--brand);
    font-size: 22px;
}
.gamification-cards {
    display: grid;
    grid-template-columns: 1.35fr 0.825fr 0.825fr;
    gap: 18px;
    margin-top: 52px;
}
.feature-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    padding: 27px;
    min-height: 315px;
    box-shadow: 0 18px 50px rgba(5, 40, 44, 0.055);
    transition: transform 0.2s;
}
.feature-card.big {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    align-items: center;
}
.feature-tag {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: var(--brand-dark);
}
.feature-card h3 {
    font-size: 27px;
    margin: 10px 0 12px;
}
.feature-card p {
    font-size: 13px;
    line-height: 1.65;
    color: var(--muted);
}
.feature-icon {
    font-size: 35px;
    margin-bottom: 10px;
}
.mini-ranking {
    align-self: end;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 7px;
    min-height: 210px;
}
.podium {
    width: 78px;
    border-radius: 13px 13px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 13px;
    background: #eaf7f8;
    color: #087b83;
}
.podium span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: white;
    font-size: 12px;
    font-weight: 900;
}
.podium b {
    margin: 8px 0 2px;
    font-size: 12px;
}
.podium small {
    font-size: 9px;
}
.p1 {
    height: 180px;
    background: linear-gradient(#c6f4f6, #eafafa);
}
.p2 {
    height: 145px;
}
.p3 {
    height: 116px;
}
.badge-row {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 22px;
}
.badge-row span {
    font-size: 9px;
    font-weight: 900;
    color: #087b83;
    background: #e5f9fa;
    border: 1px solid #c7edef;
    border-radius: 999px;
    padding: 7px 9px;
}
.social-preview {
    display: grid;
    grid-template-columns: 32px 1fr auto;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    padding: 11px;
    background: #f4f9f9;
    border-radius: 13px;
}
.social-preview .avatar {
    width: 32px;
    height: 32px;
    background: #c7eff1;
    color: #08757c;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 8px;
    font-weight: 900;
}
.social-preview p {
    margin: 0;
}
.social-preview b,
.social-preview small {
    display: block;
}
.social-preview b {
    font-size: 11px;
    color: var(--ink);
}
.social-preview small {
    font-size: 7px;
}
.social-preview i {
    font-style: normal;
    font-size: 8px;
    color: #0aa4ad;
}
.video-section {
    background: #06191c;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.video-section:before {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    right: -140px;
    top: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(18, 195, 205, 0.16), transparent 68%);
}
.video-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 72px;
    align-items: center;
}
.video-copy h2 {
    font-size: clamp(39px, 4.7vw, 62px);
    margin: 14px 0 20px;
}
.video-copy p {
    color: #9ab0b2;
    line-height: 1.75;
}
.video-copy ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    display: grid;
    gap: 10px;
}
.video-copy li {
    font-size: 12px;
    color: #cad8d9;
}
.video-copy li span {
    color: var(--brand-2);
    margin-right: 8px;
}
.text-link {
    display: inline-block;
    color: var(--brand-2);
    font-weight: 900;
    font-size: 14px;
    margin-top: 10px;
}
.text-link.dark {
    color: var(--brand-dark);
}
.video-frame {
    background: #0b292d;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 24px;
    padding: 10px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}
.video-browser-bar {
    height: 34px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 8px;
    color: #6f8d90;
    font-size: 12px;
}
.video-browser-bar i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #315055;
}
.video-browser-bar span {
    margin-left: 8px;
}
.youtube-embed {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 17px;
    background: #041114;
}
.youtube-embed > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.youtube-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 18, 20, 0.4));
}
.youtube-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    height: 86px;
    border: 0;
    border-radius: 50%;
    background: var(--brand);
    color: #021417;
    cursor: pointer;
    box-shadow:
        0 0 0 15px rgba(18, 195, 205, 0.14),
        0 20px 50px rgba(0, 0, 0, 0.25);
    transition: 0.2s;
}
.youtube-play:hover {
    transform: translate(-50%, -50%) scale(1.08);
}
.youtube-play span {
    font-size: 24px;
    margin-left: 4px;
}
.video-badge {
    position: absolute;
    left: 22px;
    top: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 10px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.91);
}
.video-badge img {
    width: 90px;
    height: 29px;
    object-fit: contain;
}
.video-badge small {
    font-size: 7px;
    color: #0c292c;
    font-weight: 900;
}
.video-caption {
    padding: 12px 8px 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    color: #8ba4a6;
}
.video-caption span {
    color: #ff5d5d;
}
.video-caption b {
    color: #c6d5d6;
}
.platform {
    background: #f4f8f8;
}
.platform-grid {
    display: grid;
    grid-template-columns: 0.34fr 0.66fr;
    gap: 26px;
    margin-top: 54px;
}
.platform-menu {
    display: grid;
    gap: 10px;
}
.platform-menu button {
    text-align: left;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 11px;
    cursor: pointer;
    transition: 0.2s;
}
.platform-menu button > span {
    grid-row: span 2;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #edf6f6;
    color: #7a9396;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
}
.platform-menu button b {
    font-size: 14px;
}
.platform-menu button small {
    font-size: 14px;
    color: #8b9ea0;
    margin-top: 2px;
}
.platform-menu button.active {
    background: #07252a;
    color: white;
    border-color: #07252a;
    box-shadow: 0 16px 40px rgba(5, 42, 47, 0.12);
}
.platform-menu button.active > span {
    background: rgba(18, 195, 205, 0.13);
    color: var(--brand-2);
}
.platform-menu button.active small {
    color: #88a7aa;
}
.admin-window {
    min-height: 515px;
    border: 1px solid #dbe7e8;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 28px 70px rgba(5, 40, 44, 0.11);
    overflow: hidden;
    display: grid;
    grid-template-columns: 148px 1fr;
}
.admin-window aside {
    background: #071c20;
    padding: 22px 14px;
}
.admin-window aside img {
    width: 106px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 28px;
}
.admin-window aside nav {
    display: grid;
    gap: 6px;
}
.admin-window aside nav span {
    padding: 13px;
    border-radius: 9px;
    color: #789397;
    font-size: 8px;
}
.admin-window aside nav span.active {
    background: rgba(18, 195, 205, 0.12);
    color: #7de8ec;
}
.admin-content {
    padding: 26px;
}
.admin-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.admin-head small {
    font-size: 10px;
    color: #0e9ea7;
    font-weight: 900;
    letter-spacing: 0.1em;
}
.admin-head h3 {
    font-size: 21px;
    margin-top: 4px;
}
.admin-head button {
    border: 1px solid #dce7e8;
    background: #fff;
    border-radius: 9px;
    padding: 8px 11px;
    font-size: 12px;
    font-weight: 800;
    color: #5a7477;
}
.metric-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 25px 0 12px;
}
.metric-grid article {
    border: 1px solid #e2ebec;
    border-radius: 13px;
    padding: 14px;
}
.metric-grid span,
.metric-grid small {
    display: block;
}
.metric-grid span {
    font-size: 10px;
    letter-spacing: 0.08em;
    font-weight: 900;
    color: #8fa1a3;
}
.metric-grid b {
    display: block;
    color: #087f87;
    font-size: 25px;
    margin: 7px 0 2px;
}
.metric-grid small {
    font-size: 10px;
    color: #9aacaf;
}
.chart-card {
    border: 1px solid #e2ebec;
    border-radius: 13px;
    padding: 15px;
}
.chart-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
.chart-title span {
    color: #9aabad;
}
.chart-card svg {
    width: 100%;
    margin-top: 15px;
}
.chart-card .line {
    fill: none;
    stroke: #13c4ce;
    stroke-width: 3;
    stroke-linecap: round;
}
.chart-card .area {
    fill: url(#area);
}
.solutions-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 70px;
}
.solutions-head > div {
    max-width: 760px;
}
.solutions-head > p {
    max-width: 330px;
    margin: 0 0 6px;
}
.solution-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 48px;
}
.solution-card {
    min-height: 344px;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    transition: 0.25s;
    background: #fff;
}
.solution-card:before {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(18, 195, 205, 0.16), transparent 66%);
}
.solution-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 48px rgba(6, 54, 59, 0.09);
    border-color: #bdecee;
}
.solution-icon {
    width: 45px;
    height: 45px;
    border-radius: 14px;
    background: #e5f9fa;
    color: #07949d;
    display: grid;
    place-items: center;
    font-size: 25px;
    margin-bottom: 35px;
}
.solution-card small {
    font-size: 12px;
    color: var(--brand-dark);
    font-weight: 900;
    letter-spacing: 0.12em;
}
.solution-card h3 {
    font-size: 24px;
    margin: 10px 0 12px;
}
.solution-card p {
    font-size: 14px;
    line-height: 1.65;
    color: var(--muted);
}
.solution-card a {
    position: absolute;
    left: 25px;
    bottom: 24px;
    font-size: 15px;
    font-weight: 900;
    color: #078d96;
}
.experience {
    background: #eef7f7;
}
.experience-grid {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 70px;
    align-items: center;
}
.experience-copy h2 {
    font-size: clamp(38px, 4.5vw, 59px);
}
.experience-copy > p {
    margin-left: 0;
}
.check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 27px;
}
.check-grid span {
    font-size: 12px;
    font-weight: 800;
    background: white;
    border: 1px solid #dce9ea;
    border-radius: 11px;
    padding: 11px 12px;
    color: #405d60;
}
.experience-visual {
    position: relative;
    min-height: 430px;
    background: radial-gradient(circle at center, rgba(18, 195, 205, 0.19), transparent 58%);
}
.glass-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 18px;
    padding: 19px 21px;
    box-shadow: 0 24px 60px rgba(6, 54, 59, 0.12);
    min-width: 270px;
}
.glass-card small,
.glass-card b,
.glass-card > span {
    display: block;
}
.glass-card small {
    font-size: 10px;
    color: #109ba4;
    font-weight: 900;
    letter-spacing: 0.09em;
}
.glass-card b {
    font-size: 18px;
    margin: 8px 0;
}
.glass-card > span {
    font-size: 12px;
    color: #71898b;
}
.gc-one {
    left: 2%;
    top: 15%;
    transform: rotate(-5deg);
}
.gc-two {
    right: 0;
    top: 38%;
    transform: rotate(4deg);
}
.gc-three {
    left: 18%;
    bottom: 7%;
    width: 310px;
}
.team-progress {
    height: 7px;
    background: #e5eeee;
    border-radius: 10px;
    overflow: hidden;
    margin: 11px 0 6px;
}
.team-progress span {
    display: block;
    height: 100%;
    background: var(--brand);
}
.impact {
    background: #fff;
}
.impact-card {
    background: linear-gradient(135deg, #061b1e, #0b3b40);
    color: #fff;
    border-radius: 30px;
    padding: 52px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 55px;
}
.impact-card h2 {
    font-size: clamp(38px, 4.4vw, 58px);
    margin: 13px 0;
}
.impact-card > div > p {
    color: #91aaad;
    font-size: 12px;
    line-height: 1.7;
}
.impact-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
}
.impact-metrics article {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 16px;
}
.impact-metrics article span {
    font-size: 15px;
    color: var(--brand-2);
    font-weight: 900;
}
.impact-metrics article b {
    display: block;
    font-size: 18px;
    margin: 8px 0;
}
.impact-metrics article p {
    color: #87a0a3;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}
.faq {
    background: #f7fafa;
}
.faq-grid {
    display: grid;
    grid-template-columns: 0.68fr 1.32fr;
    gap: 85px;
    align-items: start;
}
.faq-intro {
    position: sticky;
    top: 120px;
}
.faq-intro > p {
    margin-left: 0;
}
.faq-list {
    display: grid;
    gap: 9px;
}
.faq-item {
    border: 1px solid #dde8e9;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
.faq-item button {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 18px 20px;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
    color: var(--ink);
}
.faq-item button i {
    font-style: normal;
    color: #0b9ba4;
    font-size: 18px;
    transition: 0.2s;
}
.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.28s ease;
}
.faq-answer p {
    overflow: hidden;
    margin: 0;
    padding: 0 20px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
    transition: padding 0.28s;
}
.faq-item.open .faq-answer {
    grid-template-rows: 1fr;
}
.faq-item.open .faq-answer p {
    padding: 0 20px 18px;
}
.faq-item.open button i {
    transform: rotate(45deg);
}
.cta-section {
    background: #fff;
}
.cta-box {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 55px;
    background: linear-gradient(135deg, #0eb8c2, #33dbe1);
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 65px;
    box-shadow: 0 30px 90px rgba(11, 146, 154, 0.22);
}
.cta-box:before {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -160px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}
.cta-copy {
    position: relative;
    z-index: 1;
}
.cta-copy .kicker {
    color: #07181b;
}
.cta-copy h2 {
    font-size: clamp(38px, 4.3vw, 57px);
    margin: 13px 0 18px;
    color: #fff;
}
.cta-copy p {
    font-size: 14px;
    line-height: 1.7;
    color: #0b555a;
}
.cta-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 27px;
    font-size: 12px;
    font-weight: 900;
    color: #07555a;
}
.lead-form {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 24px 50px rgba(0, 63, 68, 0.16);
    display: grid;
    gap: 13px;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.lead-form label {
    font-size: 13px;
    font-weight: 900;
    color: #4d6769;
    display: grid;
    gap: 6px;
}
.lead-form input,
.lead-form select {
    width: 100%;
    border: 1px solid #dce7e8;
    background: #f8fbfb;
    border-radius: 10px;
    padding: 12px 13px;
    outline: none;
    color: #173336;
    font-size: 12px;
}
.lead-form input:focus,
.lead-form select:focus {
    border-color: #55d7dd;
    box-shadow: 0 0 0 3px rgba(18, 195, 205, 0.1);
}
.lead-form .btn {
    width: 100%;
    margin-top: 2px;
}
.form-note {
    font-size: 11px;
    color: #94a4a6;
    text-align: center;
    margin: 0;
}
.footer {
    background: #041316;
    color: #fff;
    padding: 54px 0 20px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 55px;
}
.footer-brand img {
    width: 155px;
    height: 85px;
    object-fit: contain;
}
.footer-brand p {
    max-width: 330px;
    color: #779194;
    font-size: 13px;
    line-height: 1.7;
}
.footer-grid > div:not(:first-child) {
    display: grid;
    align-content: start;
    gap: 10px;
}
.footer-grid b {
    font-size: 14px;
}
.footer-grid a {
    font-size: 13px;
    color: #789295;
}
.footer-grid a:hover {
    color: #fff;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    margin-top: 42px;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #617d80;
}
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}
.reveal.visible {
    opacity: 1;
    transform: none;
}
.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(1, 10, 12, 0.88);
    backdrop-filter: blur(12px);
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}
.video-modal.open {
    opacity: 1;
    visibility: visible;
}
.modal-inner {
    width: min(1060px, 94vw);
}
.modal-video {
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.5);
}
.modal-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.modal-close {
    position: absolute;
    right: 28px;
    top: 22px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    font-size: 26px;
    cursor: pointer;
}
.magnetic {
    will-change: transform;
}
@media (max-width: 1020px) {
    .desktop-nav {
        display: none;
    }
    .btn-video {
        color: var(--brand-2);
    }
    .menu-toggle {
        display: block;
    }
     .mobile-menu.open {
        display: block;
        background: #ffffff;
    }
     .mobile-menu.open a{
        color: #077b81;

     }
    .menu-toggle span {
        background: #1ab8bf;
    }
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .hero-copy {
        text-align: center;
    }
    .hero-lead {
        margin: auto;
    }
    .hero-actions,
    .hero-trust {
        justify-content: center;
    }
    .hero-stage {
        max-width: 700px;
        margin: auto;
        width: 100%;
    }
    .game-flow {
        grid-template-columns: 1fr 26px 1fr 26px 1fr;
    }
    .game-flow article:nth-of-type(4),
    .game-flow article:nth-of-type(5),
    .flow-line:nth-of-type(4) {
        display: none;
    }
    .gamification-cards {
        grid-template-columns: 1fr 1fr;
    }
    .feature-card.big {
        grid-column: 1/-1;
    }
    .video-grid,
    .experience-grid,
    .impact-card,
    .faq-grid,
    .cta-box {
        grid-template-columns: 1fr;
    }
    .platform-grid {
        grid-template-columns: 1fr;
    }
    .platform-menu {
        grid-template-columns: 1fr 1fr;
    }
    .solution-grid {
        grid-template-columns: 1fr 1fr;
    }
    .faq-intro {
        position: static;
    }
    .solutions-head {
        align-items: start;
        flex-direction: column;
        gap: 10px;
    }
    .solutions-head > p {
        margin: 0;
    }
    .experience-visual {
        max-width: 720px;
        width: 100%;
        margin: auto;
    }
    .footer-grid {
        grid-template-columns: 1.7fr 1fr 1fr;
    }
    .footer-grid > div:last-child {
        grid-column: 2/4;
    }
    .video-grid {
        gap: 42px;
    }
    .video-copy {
        text-align: center;
    }
    .video-copy ul {
        display: inline-grid;
        text-align: left;
    }
    .video-frame {
        max-width: 820px;
        width: 100%;
        margin: auto;
    }
}
@media (max-width: 720px) {
    .container {
        width: min(calc(100% - 28px), var(--container));
    }
    .section {
        padding: 76px 0;
    }
    .nav-wrap {
        height: 68px;
    }
    .brand img {
        width: 100px;
        height: 75px;
    }
    .desktop-only,
    .nav-actions .btn-small {
        display: none;
    }
    .mobile-menu.open {
        display: block;
        background: #ffffff;
    }
    .mobile-menu.open a{
        color: #077b81;
    }
    .hero {
        padding-top: 112px;
        min-height: auto;
    }
    .hero-grid {
        gap: 30px;
    }
    h1 {
        font-size: 44px;
    }
    .hero-lead {
        font-size: 15px;
        line-height: 1.65;
    }
    .hero-actions {
        flex-direction: column;
    }
    .hero-actions .btn {
        width: 100%;
    }
    .hero-trust {
        gap: 8px;
        flex-wrap: wrap;
    }
    .hero-trust i {
        width: 9px;
    }
    .hero-stage {
        min-height: 520px;
        transform: scale(0.91);
        margin: -20px auto;
    }
    .ring-one {
        width: 420px;
        height: 420px;
    }
    .ring-two {
        width: 350px;
        height: 350px;
    }
    .float-card {
        padding: 9px 10px;
    }
    .fc-points {
        left: -6px;
    }
    .fc-rank {
        right: -7px;
    }
    .fc-team {
        left: 0;
    }
    .hero-bottom {
        margin-top: 6px;
        flex-direction: column;
        text-align: center;
    }
    .client-logo {
        width: 145px;
    }
    .game-flow {
        grid-template-columns: 1fr;
        gap: 9px;
    }
    .game-flow .flow-line {
        width: 1px;
        height: 24px;
        margin: auto;
        background: repeating-linear-gradient(0deg, var(--brand) 0 5px, transparent 5px 10px);
    }
    .game-flow .flow-line:after {
        content: "↓";
        right: auto;
        left: 50%;
        top: auto;
        bottom: -10px;
        transform: translateX(-50%);
        font-size: 13px;
    }
    .game-flow article:nth-of-type(4),
    .game-flow article:nth-of-type(5),
    .flow-line:nth-of-type(4) {
        display: block;
    }
    .game-flow article {
        min-height: auto;
        padding: 20px;
    }
    .gamification-cards {
        grid-template-columns: 1fr;
    }
    .feature-card.big {
        display: block;
    }
    .mini-ranking {
        margin-top: 20px;
    }
    .video-copy h2,
    .section-head h2,
    .solutions-head h2,
    .faq-intro h2,
    .experience-copy h2 {
        font-size: 36px;
    }
    .video-badge small {
        display: none;
    }
    .video-badge img {
        width: 75px;
    }
    .youtube-play {
        width: 66px;
        height: 66px;
    }
    .video-caption {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .platform-menu {
        grid-template-columns: 1fr;
    }
    .admin-window {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .admin-window aside {
        display: none;
    }
    .admin-content {
        padding: 15px;
        overflow: hidden;
        overflow-x: hidden;
    }
    .admin-head {
        align-items: flex-start;
        gap: 10px;
    }
    .admin-head button {
        display: none;
    }
    .metric-grid {
        grid-template-columns: 1fr;
    }
    .chart-card {
        overflow: hidden;
    }
    .chart-card svg {
        min-width: 520px;
    }
    .solution-grid {
        grid-template-columns: 1fr;
    }
    .solution-card {
        min-height: 280px;
    }
    .experience-visual {
        min-height: 480px;
    }
    .glass-card {
        min-width: 0;
        width: 88%;
    }
    .gc-one {
        left: 0;
    }
    .gc-two {
        right: 0;
    }
    .gc-three {
        left: 6%;
        width: 88%;
    }
    .impact-card {
        padding: 30px 22px;
        gap: 26px;
    }
    .impact-metrics {
        grid-template-columns: 1fr;
    }
    .check-grid {
        grid-template-columns: 1fr;
    }
    .cta-box {
        padding: 30px 20px;
        gap: 30px;
    }
    .form-row {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }
    .footer-grid > div:first-child {
        grid-column: 1/-1;
    }
    .footer-grid > div:last-child {
        grid-column: auto;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    .cursor-glow {
        display: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: 0.01ms !important;
    }
    .reveal {
        opacity: 1;
        transform: none;
    }
}

/* GPT/single-file preview compatibility */
html,
body {
    min-height: 100%;
}
img {
    max-width: 100%;
}
iframe {
    max-width: 100%;
}
