* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #020714;
    color: #f7f9ff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden
}

body:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 51% 25%, rgba(0, 119, 255, .08), transparent 28%), radial-gradient(circle at 82% 52%, rgba(45, 30, 255, .09), transparent 28%);
    z-index: -3
}

.bg-grid {
    position: fixed;
    inset: 0;
    z-index: -2;
    opacity: .28;
    background-image: linear-gradient(rgba(25, 86, 150, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(25, 86, 150, .12) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to bottom, black, transparent 80%)
}

.stars {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #18cfff;
    border-radius: 50%;
    box-shadow: 0 0 9px #08bfff;
    animation: twinkle 2.5s infinite alternate
}

@keyframes twinkle {
    to {
        opacity: .15;
        transform: scale(.55)
    }
}

.header {
    height: 63px;
    border-bottom: 1px solid rgba(82, 110, 170, .25);
    background: rgba(2, 7, 20, .72);
    backdrop-filter: blur(16px);
    position: relative;
    z-index: 20
}

.header-inner {
    height: 100%;
    max-width: 960px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0
}

.logo-slot {
    width: 123px;
    height: 42px;
    border: 1px solid #26304e;
    border-radius: 6px;
    display: block
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    height: 36px;
    padding: 0 17px;
    font-size: 13px;
    border: 1px solid #2b3658
}

.btn-dark {
    background: #070b18
}

.btn-primary {
    background: linear-gradient(105deg, #2748f5, #00c8e9);
    border-color: #3859ff;
    box-shadow: 0 8px 25px rgba(0, 170, 255, .18)
}

main {
    max-width: 960px;
    margin: auto
}

.hero {
    min-height: 455px;
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: center;
    position: relative
}

.hero-copy {
    position: relative;
    z-index: 4;
    padding-left: 18px
}

.eyebrow {
    display: inline-flex;
    border: 1px solid rgba(32, 145, 255, .5);
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 15px;
    color: #00d9ff;
    background: rgba(0, 110, 190, .07);
    margin-bottom: 18px
}

.hero h1 {
    font-size: 62px;
    line-height: 1.06;
    margin: 0 0 14px;
    font-weight: 750;
    letter-spacing: -2px
}

.hero h1 span {
    color: #168eff;
    background: linear-gradient(90deg, #2c35ff, #00c6ec);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.hero-text {
    font-size: 20px;
    line-height: 1.72;
    color: #d1d5e0;
    max-width: 390px;
    margin: 0 0 19px
}

.cta {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    background: linear-gradient(100deg, #3137ff, #00cbe7);
    border: 1px solid #1d74ff;
    border-radius: 7px;
    padding: 12px 18px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 8px 28px rgba(0, 157, 255, .2)
}

.cta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, .25);
    padding-left: 14px
}

.benefits {
    display: flex;
    gap: 20px;
    margin-top: 27px;
    font-size: 11px;
    color: #eef3ff
}

.benefits span:First-letter {
    color: #00d5ff
}

.hero-visual {
    height: 455px;
    position: relative
}

.phone {
    position: absolute;
    z-index: 5;
    right: 90px;
    top: 17px;
    width: 184px;
    height: 420px;
    border: 3px solid #7684a2;
    border-radius: 34px;
    transform: rotate(8deg);
    background: linear-gradient(145deg, #11192c, #020713);
    box-shadow: -15px 25px 50px rgba(0, 0, 0, .65), 0 0 25px rgba(0, 155, 255, .2);
    padding: 6px
}

.phone:after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 29px;
    border: 1px solid rgba(255, 255, 255, .16);
    pointer-events: none
}

.phone-screen {
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(#071122, #050914);
    padding: 28px 12px 12px;
    font-size: 7px;
    color: #cbd5e8;
    position: relative
}

.phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 68px;
    height: 18px;
    border-radius: 0 0 13px 13px;
    background: #02050b
}

.phone-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px
}

.phone-title {
    display: flex;
    gap: 5px;
    align-items: baseline;
    flex-wrap: wrap
}

.phone-title strong {
    font-size: 16px;
    color: white
}

.phone-title em {
    font-style: normal;
    color: #18d687;
    font-size: 7px
}

.chart-box {
    margin-top: 10px;
    background: rgba(23, 38, 63, .75);
    border-radius: 10px;
    padding: 7px 6px 4px
}

.chart-label {
    font-size: 6px;
    margin-bottom: 3px
}

.chart-box svg {
    width: 100%;
    height: 80px;
    display: block
}

.chart-line {
    fill: none;
    stroke: #00d9ff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 3px #00d9ff)
}

.chart-area {
    fill: url(#area)
}

.days {
    display: flex;
    justify-content: space-between;
    font-size: 5px;
    color: #8794a9
}

.perf-title {
    margin: 10px 2px 5px;
    color: #fff
}

.perf-title span, .countries-head span {
    float: right;
    color: #8191a8
}

.kpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px
}

.kpis div {
    background: #101c30;
    border-radius: 8px;
    padding: 6px
}

.kpis small {
    display: block;
    color: #7f8da2;
    font-size: 5px
}

.kpis b {
    font-size: 10px;
    display: block;
    color: #fff
}

.kpis i {
    font-style: normal;
    color: #12d88b;
    font-size: 5px
}

.countries {
    background: #101c30;
    border-radius: 9px;
    margin-top: 8px;
    padding: 7px
}

.countries-head {
    color: white;
    margin-bottom: 5px
}

.countries p {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 5px 0;
    font-size: 5px
}

.countries p span {
    width: 52px
}

.countries p i {
    height: 2px;
    background: #12d9ff;
    display: block;
    border-radius: 2px
}

.countries p b {
    font-size: 5px;
    font-weight: 500
}

.network-ring {
    position: absolute;
    border: 2px solid transparent;
    border-top-color: #08e2ff;
    border-bottom-color: #3647ff;
    border-radius: 50%;
    filter: drop-shadow(0 0 8px #007fff);
    z-index: 1
}

.ring-a {
    width: 420px;
    height: 135px;
    right: 10px;
    top: 180px;
    transform: rotate(-16deg)
}

.ring-b {
    width: 350px;
    height: 110px;
    right: 55px;
    top: 250px;
    transform: rotate(17deg);
    opacity: .75
}

.ring-c {
    width: 310px;
    height: 95px;
    right: 80px;
    top: 115px;
    transform: rotate(33deg);
    opacity: .45
}

.feature-card {
    position: absolute;
    z-index: 7;
    width: 98px;
    height: 64px;
    border: 1px solid #007fff;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(4, 28, 59, .95), rgba(6, 18, 38, .8));
    box-shadow: 0 0 25px rgba(0, 129, 255, .18);
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px;
    font-size: 11px;
    font-style: italic
}

.feature-card b {
    font-size: 20px;
    color: #00d8ff
}

.route-card {
    left: 10px;
    top: 74px
}

.ai-card {
    left: -5px;
    top: 164px
}

.analytics-card {
    right: -10px;
    top: 215px
}

.paper-plane {
    position: absolute;
    right: 3px;
    top: 63px;
    font-size: 55px;
    transform: rotate(-30deg);
    color: #c8f4ff;
    text-shadow: 0 0 25px #33cfff, 20px 20px 30px #6927ff;
    z-index: 6
}

.trust {
    text-align: center;
    padding: 2px 0 8px
}

.trust h2, .market > h2, .cta-section h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 10px
}

.dashboard h2 {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 10px
}

.trust h2 span, .market h2 span, .dashboard h2 span, .cta-section h2 span {
    color: #00cde9
}

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

.metrics div {
    border: 1px solid #263a62;
    border-radius: 7px;
    background: rgba(4, 15, 31, .68);
    padding: 12px
}

.metrics strong {
    display: block;
    color: #00d9ff;
    font-size: 26px;
    font-weight: 500
}

.metrics span {
    font-size: 15px;
    color: #e8ebf4
}

.brands {
    display: flex;
    justify-content: space-around;
    color: #8b7cf0;
    font-weight: 600;
    font-size: 17px;
    align-items: center
}

.market {
    text-align: center;
    padding-top: 10px
}

.market > p {
    font-size: 15px;
    color: #c2c9d8;
    margin: 0 0 10px
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    text-align: left
}

.offer {
    min-height: 148px;
    border: 1px solid #006bff;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(4, 18, 38, .93), rgba(2, 8, 20, .85));
    padding: 13px 17px;
    position: relative;
    overflow: hidden
}

.offer:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 45px;
    width: 100px;
    height: 70px;
    border: 1px solid rgba(0, 190, 255, .25);
    border-radius: 50%;
    transform: rotate(-30deg)
}

.offer-icon {
    position: absolute;
    left: 17px;
    top: 17px;
    width: 45px;
    height: 45px;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 25px;
    box-shadow: 0 0 18px currentColor
}

.offer h3 {
    margin: 2px 0 7px 57px;
    font-size: 20px
}

.offer ul {
    list-style: none;
    padding: 0 0 0 57px;
    margin: 0;
    font-size: 12px;
    line-height: 1.55
}

.offer li:before {
    content: "⊙";
    margin-right: 6px;
    color: #00d9ff
}

.offer a {
    display: inline-block;
    margin: 8px 0 0 57px;
    padding: 6px 9px;
    background: #07152b;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 12px
}

.crypto {
    border-color: #1477ff
}

.crypto .offer-icon {
    color: #ffb000
}

.finance {
    border-color: #00a9ff
}

.finance .offer-icon {
    color: #00e4c0
}

.utilities {
    border-color: #6040ff
}

.utilities .offer-icon {
    color: #b86cff
}

.vpn .offer-icon {
    color: #1ca7ff
}

.gaming {
    border-color: #aa2387
}

.gaming .offer-icon {
    color: #ff278c
}

.dating {
    border-color: #c02d9a
}

.dating .offer-icon {
    color: #ff3b9e
}

.dashboard {
    display: grid;
    grid-template-columns: 28% 72%;
    gap: 16px;
    margin-top: 20px;
    align-items: center
}

.dash-copy {
    padding-left: 20px
}

.dash-copy p {
    font-size: 15px;
    line-height: 1.5;
    color: #c5ccdb
}

.dash-copy ul {
    list-style: none;
    padding: 0;
    font-size: 12px;
    line-height: 1.8
}

.dash-copy li:before {
    content: "✓";
    color: #00d9ff;
    margin-right: 7px
}

.dash-ui {
    height: 170px;
    border: 1px solid #007dff;
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(3, 23, 46, .9), rgba(12, 5, 30, .82));
    padding: 27px 9px 10px;
    position: relative;
    overflow: hidden
}

.dash-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px
}

.dash-cards div {
    text-align: center;
    border: 1px solid #153d73;
    border-radius: 7px;
    padding: 9px 5px;
    height: 117px
}

.dash-cards b {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border: 1px solid #00bfff;
    border-radius: 50%;
    margin: 0 auto 8px;
    color: #00d9ff;
    font-size: 26px
}

.dash-cards strong {
    display: block;
    font-size: 14px
}

.dash-cards small {
    display: block;
    font-size: 9px;
    line-height: 1.4;
    color: #a7b0c1;
    margin-top: 5px
}

.dash-wave {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 15px;
    height: 24px;
    border-top: 1px solid #13cfff;
    border-radius: 50%;
    box-shadow: 0 -2px 8px #137cff
}

.cta-section {
    text-align: center;
    padding: 17px 0 9px;
    position: relative
}

.cta-section .wave {
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: 48px;
    height: 80px;
    border-top: 2px solid #137cff;
    border-radius: 50%;
    filter: drop-shadow(0 0 7px #6e2bff);
    opacity: .7
}

.cta-section h2 {
    position: relative
}

.cta-section p {
    font-size: 11px;
    color: #c2c9d7;
    position: relative
}

.cta-section .cta {
    position: relative;
    margin-top: 3px;
    padding-left: 65px;
    padding-right: 65px
}

footer {
    max-width: 960px;
    margin: auto;
    border: 1px solid #243353;
    border-radius: 8px 8px 0 0;
    background: rgba(3, 11, 24, .86);
    font-size: 14px;
    color: #d5d9e2
}

.footer-main {
    display: grid;
    grid-template-columns: 32% 68%;
    padding: 12px 17px;
    border-bottom: 1px solid #243353
}

.footer-main > div + div {
    border-left: 1px solid #253350;
    padding-left: 50px
}

.footer-main p {
    line-height: 1.7;
    color: #c3c9d6
}

.socials {
    color: #00bfff;
    font-size: 16px
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    color: #c3c8d5
}

@media (max-width: 900px) {
    main, .header-inner, footer {
        max-width: 94%
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: 760px
    }

    .hero-copy {
        padding-top: 50px
    }

    .hero-visual {
        height: 440px
    }

    .phone {
        right: 25%;
    }

    .feature-card.route-card {
        left: 8%
    }

    .feature-card.ai-card {
        left: 5%
    }

    .feature-card.analytics-card {
        right: 2%
    }

    .metrics {
        margin: 0 0 15px
    }

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

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

    .brands {
        gap: 20px;
        flex-wrap: wrap
    }

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

    .footer-main > div + div {
        border-left: 0;
        border-top: 1px solid #253350;
        padding: 12px 0 0
    }
}

@media (max-width: 600px) {
    .header-inner {
        padding: 0 10px
    }

    .hero h1 {
        font-size: 53px
    }

    .hero-text {
        font-size: 19px
    }

    .hero-visual {
        height: 390px
    }

    .phone {
        width: 165px;
        height: 370px;
        right: 17%;
    }

    .route-card {
        transform: scale(.85)
    }

    .ai-card {
        transform: scale(.85)
    }

    .analytics-card {
        transform: scale(.85)
    }

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

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

    .dash-cards {
        gap: 4px
    }

    .dash-cards div {
        padding: 6px 2px
    }

    .dash-cards small {
        font-size: 8px
    }

    .brands {
        font-size: 14px
    }

    .footer-bottom {
        flex-direction: column;
        gap: 7px
    }
}

.reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .7s ease, transform .7s ease
}

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

.btn, .cta {
    position: relative;
    overflow: hidden
}

.btn {
    font-size: 14px;
    line-height: 36px;
    white-space: nowrap
}

.btn-ripple {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .42);
    pointer-events: none;
    animation: btnRipple .65s ease-out forwards
}

@keyframes btnRipple {
    from {
        opacity: .8;
        transform: translate(-50%, -50%) scale(1)
    }
    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(18)
    }
}

.header-scrolled {
    background: rgba(2, 7, 20, .88);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .2)
}

.star {
    width: 2.5px;
    height: 2.5px;
    opacity: .82;
    box-shadow: 0 0 13px rgba(8, 205, 255, 1)
}

@keyframes twinkle {
    0% {
        opacity: .32;
        transform: scale(.65)
    }
    45% {
        opacity: .92;
        transform: scale(1.15)
    }
    100% {
        opacity: .18;
        transform: scale(.55)
    }
}

.network-ring {
    opacity: .16;
    animation: ringSignal 5.5s ease-in-out infinite
}

.ring-b {
    animation-delay: .8s
}

.ring-c {
    animation-delay: 1.6s
}

@keyframes ringSignal {
    0%, 60%, 100% {
        opacity: .14;
        filter: drop-shadow(0 0 4px rgba(0, 127, 255, .3))
    }
    72% {
        opacity: .86;
        filter: drop-shadow(0 0 18px rgba(0, 225, 255, 1))
    }
    84% {
        opacity: .3;
        filter: drop-shadow(0 0 7px rgba(54, 71, 255, .55))
    }
}

.neural-map {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    animation: neuralBreath 6.5s ease-in-out infinite, neuralDrift 14s ease-in-out infinite;
    background-image: radial-gradient(circle, rgba(25, 218, 255, .9) 0 1.2px, transparent 2px), linear-gradient(31deg, transparent 49.5%, rgba(36, 117, 255, .42) 50%, transparent 50.5%), linear-gradient(-31deg, transparent 49.5%, rgba(0, 211, 236, .32) 50%, transparent 50.5%);
    background-size: 72px 72px, 144px 144px, 144px 144px;
    background-position: 18px 20px, 0 0, 0 0;
    mask-image: radial-gradient(ellipse 70% 55% at 78% 24%, black, transparent 74%);
    -webkit-mask-image: radial-gradient(ellipse 70% 55% at 78% 24%, black, transparent 74%)
}

@keyframes neuralBreath {
    0%, 100% {
        opacity: .12
    }
    50% {
        opacity: .4
    }
}

@keyframes neuralDrift {
    0%, 100% {
        background-position: 18px 20px, 0 0, 0 0;
        transform: scale(1)
    }
    50% {
        background-position: 34px 8px, 22px 14px, -20px 12px;
        transform: scale(1.018)
    }
}

.ai-signal {
    position: fixed;
    top: 8%;
    right: 8%;
    z-index: -1;
    width: 280px;
    height: 280px;
    pointer-events: none;
    background: radial-gradient(circle, rgba(0, 220, 255, .15), rgba(43, 53, 255, .06) 33%, transparent 68%);
    filter: blur(8px);
    animation: aiSignal 9s ease-in-out infinite
}

@keyframes aiSignal {
    0%, 100% {
        opacity: .08;
        transform: translate3d(0, 0, 0) scale(.72)
    }
    35% {
        opacity: .42;
        transform: translate3d(-60px, 78px, 0) scale(1)
    }
    62% {
        opacity: .16;
        transform: translate3d(-135px, 150px, 0) scale(.8)
    }
    80% {
        opacity: .32;
        transform: translate3d(-48px, 218px, 0) scale(.94)
    }
}

.neural-map {
    animation: neuralBreath 6.5s ease-in-out infinite, neuralDrift 14s ease-in-out infinite, neuralSpark 7.5s ease-in-out infinite
}

@keyframes neuralSpark {
    0%, 72%, 100% {
        filter: brightness(.85)
    }
    82% {
        filter: brightness(1.55)
    }
}

.offer, .metrics > div, .dash-ui {
    animation: edgeGlow 12s ease-in-out infinite
}

.offer:nth-child(2) {
    animation-delay: 2.5s
}

.offer:nth-child(3) {
    animation-delay: 5s
}

.offer:nth-child(4) {
    animation-delay: 7.5s
}

.offer:nth-child(5) {
    animation-delay: 10s
}

.offer:nth-child(6) {
    animation-delay: 12.5s
}

@keyframes edgeGlow {
    0%, 82%, 100% {
        box-shadow: 0 0 0 transparent
    }
    88% {
        box-shadow: 0 0 18px rgba(0, 196, 255, .22)
    }
}

.cta {
    animation: ctaGlow 7s ease-in-out infinite
}

.cta-section .cta {
    animation-delay: 2.5s
}

@keyframes ctaGlow {
    0%, 70%, 100% {
        box-shadow: 0 8px 28px rgba(0, 157, 255, .2)
    }
    80% {
        box-shadow: 0 8px 38px rgba(0, 223, 255, .55)
    }
}

.ai-card {
    width: 108px;
    height: 68px;
    gap: 7px;
    padding: 9px;
    font-size: 10px;
    line-height: 1.3
}

.ai-card b {
    font-size: 18px;
    flex: 0 0 auto
}

.ai-card span {
    min-width: 0;
    overflow-wrap: normal
}

.chart-box.is-live {
    animation: chartPulse 1.8s ease-out
}

.chart-box.is-live .chart-area {
    animation: chartAreaPulse 1.8s ease-out
}

@keyframes chartPulse {
    0% {
        box-shadow: 0 0 0 rgba(0, 217, 255, 0)
    }
    35% {
        box-shadow: 0 0 15px rgba(0, 217, 255, .32)
    }
    100% {
        box-shadow: 0 0 0 rgba(0, 217, 255, 0)
    }
}

@keyframes chartAreaPulse {
    0%, 100% {
        opacity: .65
    }
    35% {
        opacity: 1
    }
}

/* Scale the complete desktop composition instead of stretching its individual blocks. */
#site-scale {
    transform-origin: top left;
    -webkit-transform-origin: top left
}

.header, body {
    font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif
}

@media (min-width: 601px) {
    .hero h1 {
        font-size: 57px
    }

    .hero-text {
        font-size: 19px
    }
}

.header {
    -webkit-backdrop-filter: blur(16px)
}

.bg-grid {
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 80%)
}

@media (max-width: 900px) {
    #site-scale {
        width: 100%;
        transform: none !important;
        -webkit-transform: none !important;
        margin-bottom: 0 !important
    }
}

/* Final polish: quiet, autonomous data activity without changing the layout. */
.neural-map, .ai-signal, .network-ring {
    will-change: transform, opacity
}

.neural-map {
    background-blend-mode: screen;
    animation-timing-function: ease-in-out, ease-in-out, steps(1, end)
}

.neural-map:before, .neural-map:after {
    content: "";
    position: absolute;
    inset: -12%;
    pointer-events: none
}

.neural-map:before {
    opacity: .58;
    background-image: radial-gradient(circle, rgba(143, 240, 255, .95) 0 1px, transparent 2.5px), radial-gradient(circle, rgba(83, 111, 255, .82) 0 1.2px, transparent 3px);
    background-size: 126px 126px, 198px 198px;
    background-position: 0 0, 62px 88px;
    animation: dataPackets 13s linear infinite
}

.neural-map:after {
    opacity: .26;
    background: repeating-linear-gradient(118deg, transparent 0 72px, rgba(0, 225, 255, .24) 73px 74px, transparent 75px 146px);
    mask-image: radial-gradient(ellipse 62% 60% at 70% 30%, black, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 62% 60% at 70% 30%, black, transparent 75%);
    animation: neuralStream 13s linear infinite
}

@keyframes dataPackets {
    from {
        background-position: 0 0, 62px 88px;
        transform: translate3d(0, 0, 0)
    }
    to {
        background-position: 126px -126px, -136px 286px;
        transform: translate3d(16px, -12px, 0)
    }
}

@keyframes neuralStream {
    from {
        transform: translate3d(-8%, 10%, 0)
    }
    to {
        transform: translate3d(8%, -10%, 0)
    }
}

.bg-grid {
    animation: gridBreathe 18s ease-in-out infinite
}

@keyframes gridBreathe {
    0%, 100% {
        opacity: .24
    }
    50% {
        opacity: .32
    }
}

body:after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background: radial-gradient(circle at 18% 68%, rgba(0, 207, 255, .055), transparent 22%), radial-gradient(circle at 77% 76%, rgba(104, 48, 255, .065), transparent 26%);
    animation: computePulse 14s ease-in-out infinite
}

@keyframes computePulse {
    0%, 100% {
        opacity: .4
    }
    50% {
        opacity: .78
    }
}

.feature-card {
    animation: featureSignal 8.5s ease-in-out infinite
}

.route-card {
    animation-delay: 1.1s
}

.ai-card {
    animation-delay: 3.4s
}

.analytics-card {
    animation-delay: 5.8s
}

@keyframes featureSignal {
    0%, 74%, 100% {
        box-shadow: 0 0 25px rgba(0, 129, 255, .18)
    }
    82% {
        box-shadow: 0 0 34px rgba(0, 222, 255, .5)
    }
}

.offer, .metrics > div, .dash-cards > div, footer {
    animation: none
}

.btn, .cta, .offer a {
    animation: actionSignal 8.5s ease-in-out infinite
}

.nav-actions .btn-primary {
    animation-delay: 1.7s
}

.offer:nth-child(2) a {
    animation-delay: 1.2s
}

.offer:nth-child(3) a {
    animation-delay: 2.4s
}

.offer:nth-child(4) a {
    animation-delay: 3.6s
}

.offer:nth-child(5) a {
    animation-delay: 4.8s
}

.offer:nth-child(6) a, .cta-section .cta {
    animation-delay: 6s
}

@keyframes actionSignal {
    0%, 72%, 100% {
        opacity: 1
    }
    80% {
        opacity: .88
    }
}

.market > h2, .dashboard h2, .cta-section h2, .trust h2 {
    animation: titleSignal 12s ease-in-out infinite
}

@keyframes titleSignal {
    0%, 80%, 100% {
        text-shadow: 0 0 0 transparent
    }
    87% {
        text-shadow: 0 0 14px rgba(0, 214, 255, .35)
    }
}

.phone-screen:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 38%, rgba(67, 231, 255, .09) 50%, transparent 62%);
    transform: translateX(-145%);
    animation: screenScan 9s ease-in-out infinite
}

@keyframes screenScan {
    0%, 67%, 100% {
        transform: translateX(-145%);
        opacity: 0
    }
    73% {
        opacity: 1
    }
    88% {
        transform: translateX(145%);
        opacity: 0
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important
    }
}

/* Keep scrolling smooth on smaller or power-constrained devices. */
@media (max-width: 900px) {
    .neural-map:before, .neural-map:after, .ai-signal, body:after {
        animation: none
    }

    .feature-card, .network-ring, .cta, .btn, .offer a {
        animation: none
    }
}

/* Performance mode: static GPU-friendly background, with only sparse data activity. */
.star {
    animation: none;
    transition: opacity 650ms ease, transform 650ms ease;
    transform: scale(.7)
}

.star.is-active {
    opacity: 1 !important;
    transform: scale(1.35);
    box-shadow: 0 0 13px rgba(8, 205, 255, 1)
}

.neural-map, .neural-map:before, .neural-map:after, .ai-signal, .bg-grid, body:after, .network-ring, .feature-card, .cta, .btn, .offer a, .market > h2, .dashboard h2, .cta-section h2, .trust h2 {
    animation: none !important
}

.neural-map {
    opacity: .24
}

.neural-map:before {
    opacity: .42
}

.neural-map:after {
    opacity: .16
}

.ai-signal {
    opacity: .16
}

/* Lightweight AI motion: opacity and transforms only, no animated filters or shadows. */
.star {
    animation-name: starTwinkleLite !important;
    animation-timing-function: ease-in-out !important;
    animation-iteration-count: infinite !important;
    will-change: opacity;
    transform: none
}

@keyframes starTwinkleLite {
    0%, 100% {
        opacity: .24;
        transform: scale(.75)
    }
    48% {
        opacity: .9;
        transform: scale(1.08)
    }
}

.neural-map {
    animation: neuralPulseLite 10s ease-in-out infinite !important;
    will-change: opacity
}

@keyframes neuralPulseLite {
    0%, 100% {
        opacity: .16
    }
    50% {
        opacity: .32
    }
}

.ai-signal {
    animation: aiSignalLite 12s ease-in-out infinite !important;
    will-change: opacity, transform
}

@keyframes aiSignalLite {
    0%, 100% {
        opacity: .1;
        transform: translate3d(0, 0, 0) scale(.85)
    }
    50% {
        opacity: .3;
        transform: translate3d(-28px, 38px, 0) scale(1)
    }
}

.network-ring {
    animation: ringPulseLite 8s ease-in-out infinite !important;
    will-change: opacity
}

.ring-b {
    animation-delay: 1.4s
}

.ring-c {
    animation-delay: 2.8s
}

@keyframes ringPulseLite {
    0%, 100% {
        opacity: .12
    }
    52% {
        opacity: .42
    }
}

/* Button glow is isolated from the background animation budget. */
.btn, .cta, .offer a {
    animation: buttonGlowLite 8.5s ease-in-out infinite !important
}

.btn-primary {
    animation-delay: 1.4s !important
}

.cta-section .cta {
    animation-delay: 3s !important
}

.offer:nth-child(2) a {
    animation-delay: 1.1s !important
}

.offer:nth-child(3) a {
    animation-delay: 2.2s !important
}

.offer:nth-child(4) a {
    animation-delay: 3.3s !important
}

.offer:nth-child(5) a {
    animation-delay: 4.4s !important
}

.offer:nth-child(6) a {
    animation-delay: 5.5s !important
}

@keyframes buttonGlowLite {
    0%, 72%, 100% {
        box-shadow: 0 8px 22px rgba(0, 157, 255, .16)
    }
    82% {
        box-shadow: 0 8px 32px rgba(0, 217, 255, .44)
    }
}

.metrics > div {
    animation: metricGlowLite 10s ease-in-out infinite !important
}

.metrics > div:nth-child(2) {
    animation-delay: 2.2s !important
}

.metrics > div:nth-child(3) {
    animation-delay: 4.4s !important
}

.metrics > div:nth-child(4) {
    animation-delay: 6.6s !important
}

@keyframes metricGlowLite {
    0%, 76%, 100% {
        box-shadow: 0 0 0 rgba(0, 209, 255, 0)
    }
    85% {
        box-shadow: 0 0 16px rgba(0, 209, 255, .28)
    }
}

.route-card, .ai-card {
    left: 0;
    width: 108px;
    height: 68px;
    gap: 7px;
    padding: 9px;
    font-size: 10px;
    line-height: 1.3
}

.route-card {
    top: 74px
}

.ai-card {
    top: 154px
}

.route-card b, .ai-card b {
    font-size: 18px;
    flex: 0 0 auto
}

@media (max-width: 900px) {
    .feature-card.route-card, .feature-card.ai-card {
        left: 7% !important
    }
}

.hero-visual .feature-card.route-card, .hero-visual .feature-card.ai-card {
    width: 108px !important;
    height: 68px !important;
    left: 10px !important;
    gap: 7px !important;
    padding: 9px !important;
    font-size: 10px !important;
    line-height: 1.3 !important
}

.hero-visual .feature-card.route-card {
    top: 74px !important
}

.hero-visual .feature-card.ai-card {
    top: 154px !important
}

.hero-visual .feature-card.route-card b, .hero-visual .feature-card.ai-card b {
    font-size: 18px !important
}

@media (max-width: 900px) {
    .hero-visual .feature-card.route-card, .hero-visual .feature-card.ai-card {
        left: 7% !important
    }
}

/* Footer contacts */
.footer-main {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 18px 22px
}

.footer-main > div + div {
    border: 0;
    padding: 0
}

.contact-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    padding: 0 22px;
    border-left: 1px solid #253350
}

.contact-card:first-child {
    padding-left: 0;
    border-left: 0
}

.contact-card:last-child {
    padding-right: 0
}

.contact-card b {
    font-size: 16px;
    color: #fff
}

.contact-card small {
    font-size: 11px;
    letter-spacing: .06em;
    color: #00cde9
}

.contact-card a, .contact-card > span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #c7d2e3;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.35
}

.contact-card a:hover {
    color: #fff
}

.contact-card p {
    margin: 4px 0 0;
    font-size: 11px;
    line-height: 1.55
}

.contact-icon {
    width: 15px;
    height: 15px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 15px;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 700
}

.telegram {
    background: #139de0;
    color: #fff;
    transform: rotate(-28deg)
}

.teams {
    background: #635bce;
    color: #fff
}

.email {
    background: #00abc6;
    color: #fff;
    font-size: 9px
}

@media (max-width: 900px) {
    .footer-main {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .contact-card, .contact-card:first-child, .contact-card:last-child {
        padding: 0;
        border: 0
    }

    .contact-card:not(:first-child) {
        padding-top: 16px;
        border-top: 1px solid #253350
    }
}

.offer-icon {
    line-height: 0
}

.offer-icon svg {
    display: block;
    width: 25px;
    height: 25px;
    margin: auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.gaming .offer-icon svg {
    transform: translateY(-1px)
}

.dash-cards b svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.metrics > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    padding: 7px
}

.metric-icon {
    width: 34px;
    height: 34px;
    margin: 0 0 5px;
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    box-shadow: 0 0 14px currentColor
}

.metric-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round
}

.metric-icon.revenue {
    color: #00d9ff
}

.metric-icon.advertisers {
    color: #a78bfa
}

.metric-icon.geo {
    color: #00d9ff
}

.metric-icon.campaigns {
    color: #c084fc
}

.metric-icon.revenue, .metric-icon.campaigns {
    width: 38px;
    height: 38px
}

.metric-icon .icon-fill {
    fill: currentColor;
    stroke: none
}

.metric-icon .icon-mark {
    stroke: #061120;
    stroke-width: 1.7
}

.metric-icon.campaigns .icon-mark {
    stroke: #160b31
}

.metric-icon.campaigns svg {
    overflow: visible;
    transform: scale(.86)
}

.revenue-value {
    transition: color .25s ease, text-shadow .25s ease
}

.revenue-value.is-updating {
    color: #75efff !important;
    text-shadow: 0 0 8px rgba(0, 217, 255, .72)
}

.phone-title .revenue-change.is-negative {
    color: #ff6688
}

/* Shared login modal */
.modal-open {
    overflow: hidden
}

.login-modal[hidden] {
    display: none
}

.login-modal {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px
}

.login-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 4, 14, .76);
    backdrop-filter: blur(9px);
    opacity: 0;
    transition: opacity .22s ease
}

.login-dialog {
    position: relative;
    width: min(410px, 100%);
    padding: 30px;
    border: 1px solid rgba(0, 159, 255, .62);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(7, 25, 52, .98), rgba(5, 9, 25, .98));
    box-shadow: 0 24px 90px rgba(0, 0, 0, .55), 0 0 45px rgba(0, 114, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .06);
    opacity: 0;
    transform: translateY(14px) scale(.98);
    transition: opacity .22s ease, transform .22s ease
}

.login-modal.is-open .login-backdrop, .login-modal.is-open .login-dialog {
    opacity: 1
}

.login-modal.is-open .login-dialog {
    transform: none
}

.login-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    border: 1px solid #274875;
    border-radius: 50%;
    background: #08162d;
    color: #aebdd1;
    font: 400 20px/1 sans-serif;
    cursor: pointer
}

.login-close:hover {
    border-color: #00cbe7;
    color: #fff
}

.login-brand {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 19px;
    color: #f7f9ff;
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 700
}

.login-brand img {
    width: 42px;
    height: 42px;
    object-fit: contain
}

.login-brand span span {
    color: #f1c842
}

.login-heading p {
    margin: 0 0 5px;
    color: #00d9ff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em
}

.login-heading h2 {
    margin: 0;
    color: #f7f9ff;
    font-size: 26px;
    letter-spacing: -.04em
}

.login-heading > span {
    display: block;
    margin-top: 6px;
    color: #8e9db2;
    font-size: 10px
}

.login-form {
    display: grid;
    gap: 13px;
    margin-top: 23px
}

.login-form > label {
    display: grid;
    gap: 6px;
    color: #d8e2ee;
    font-size: 10px;
    font-weight: 600
}

.login-form input:not([type="checkbox"]) {
    width: 100%;
    height: 43px;
    padding: 0 12px;
    border: 1px solid #1d3d70;
    border-radius: 7px;
    outline: none;
    background: rgba(1, 8, 21, .72);
    color: #f7f9ff;
    font: 500 12px "Manrope", sans-serif
}

.login-form input::placeholder {
    color: #65748b
}

.login-form input:focus {
    border-color: #00cbe7;
    box-shadow: 0 0 0 3px rgba(0, 203, 231, .1)
}

.password-field {
    position: relative;
    display: block
}

.password-field input {
    padding-right: 58px !important
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #00cbe7;
    font: 600 9px "Manrope", sans-serif;
    cursor: pointer
}

.login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8e9db2;
    font-size: 9px
}

.login-options label {
    display: flex;
    align-items: center;
    gap: 6px
}

.login-options input {
    accent-color: #00cbe7
}

.login-options a, .login-create a {
    color: #00d9ff;
    text-decoration: none
}

.login-submit {
    height: 46px;
    border: 1px solid #1d74ff;
    border-radius: 7px;
    background: linear-gradient(100deg, #3137ff, #00cbe7);
    color: #fff;
    font: 700 12px "Manrope", sans-serif;
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(0, 157, 255, .2)
}

.login-submit span {
    margin-left: 17px;
    padding-left: 13px;
    border-left: 1px solid rgba(255, 255, 255, .25)
}

.login-create {
    margin: 16px 0 0;
    color: #8290a6;
    font-size: 9px;
    text-align: center
}

@media (max-width: 480px) {
    .login-modal {
        padding: 12px
    }

    .login-dialog {
        padding: 24px 20px
    }
}

/* Keep the dialog in the browser viewport, outside the scaled page composition. */
body > .login-modal {
    position: fixed !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100 dvh !important;
    transform: none !important
}

.login-backdrop {
    background: rgba(0, 4, 14, .82);
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important
}

.login-dialog {
    width: min(370px, calc(100vw - 32px));
    padding: 27px
}

.login-heading h2 {
    margin: 0
}

.login-form {
    margin-top: 20px
}

.login-modal {
    visibility: hidden;
    pointer-events: none
}

.login-modal:target {
    visibility: visible;
    pointer-events: auto
}

.login-modal:target .login-backdrop, .login-modal:target .login-dialog {
    opacity: 1
}

.login-modal:target .login-dialog {
    transform: none
}

.login-close {
    display: grid;
    place-items: center;
    text-decoration: none
}

/* Full-screen login composition */
.login-backdrop {
    background: rgba(0, 3, 10, .9)
}

.login-dialog {
    width: min(1180px, calc(100vw - 80px));
    max-width: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    display: grid;
    grid-template-columns: minmax(360px, 1fr) minmax(430px, .85fr);
    align-items: center;
    gap: clamp(50px, 8vw, 130px)
}

.login-close {
    position: fixed;
    top: 28px;
    right: 32px;
    width: 40px;
    height: 40px;
    border-color: rgba(255, 255, 255, .25);
    background: rgba(5, 13, 27, .75);
    color: #fff;
    font-size: 25px;
    z-index: 2
}

.login-promo {
    align-self: center;
    color: #fff;
    text-transform: none
}

.login-promo small {
    display: block;
    margin-bottom: 17px;
    color: #00d9ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em
}

.login-promo strong {
    display: block;
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: clamp(55px, 6.2vw, 98px);
    font-weight: 700;
    line-height: .93;
    letter-spacing: -.065em;
    text-transform: uppercase
}

.login-promo strong span {
    color: #e8edf5
}

.login-promo p {
    margin: 27px 0 0;
    color: #aeb8c8;
    font-size: clamp(25px, 3vw, 46px);
    font-weight: 300;
    letter-spacing: .06em
}

.login-panel {
    padding: 42px 38px 38px;
    background: rgba(238, 244, 250, .92);
    border: 1px solid rgba(255, 255, 255, .7);
    box-shadow: 0 28px 90px rgba(0, 0, 0, .38)
}

.login-panel .login-heading h2 {
    margin: 0 0 24px;
    color: #091120;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.login-panel .login-form {
    gap: 22px;
    margin: 0
}

.login-panel .login-form > label {
    gap: 7px;
    color: #283342;
    font-size: 12px
}

.login-panel .login-form input:not([type="checkbox"]) {
    height: 49px;
    padding: 0 3px;
    border: 0;
    border-bottom: 2px solid #00aeea;
    border-radius: 0;
    background: transparent;
    color: #091120;
    font-size: 15px;
    box-shadow: none
}

.login-panel .login-form input::placeholder {
    color: #75808c
}

.login-panel .login-form input:focus {
    border-color: #243cff;
    box-shadow: none
}

.login-panel .login-submit {
    justify-self: center;
    width: min(240px, 100%);
    height: 55px;
    margin-top: 8px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(100deg, #3038ff, #00bfe8);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .05em
}

@media (max-width: 800px) {
    .login-dialog {
        width: min(520px, calc(100vw - 30px));
        grid-template-columns: 1fr;
        gap: 28px
    }

    .login-promo {
        text-align: center
    }

    .login-promo small {
        margin-bottom: 10px
    }

    .login-promo strong {
        font-size: clamp(38px, 12vw, 62px)
    }

    .login-promo p {
        margin-top: 12px;
        font-size: 24px
    }

    .login-panel {
        padding: 30px 24px
    }

    .login-close {
        top: 14px;
        right: 14px
    }
}

/* Compact login: only the form over the current page. */
.login-dialog {
    width: min(360px, calc(100vw - 32px));
    display: block
}

.login-panel {
    width: 100%;
    padding: 28px 26px 25px;
    border-radius: 10px
}

.login-close {
    position: absolute;
    top: -13px;
    right: -13px;
    width: 30px;
    height: 30px;
    background: #071326;
    font-size: 19px
}

.login-panel .login-form {
    gap: 17px
}

.login-panel .login-submit {
    width: 180px;
    height: 46px;
    font-size: 14px
}

.login-dialog {
    width: min(320px, calc(100vw - 28px))
}

.login-panel {
    padding: 23px 22px 21px;
    background: rgba(238, 244, 250, .72);
    border-color: rgba(255, 255, 255, .58);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .32)
}

.login-panel .login-form {
    gap: 14px
}

.login-panel .login-form input:not([type="checkbox"]) {
    height: 43px
}

.login-forgot {
    justify-self: end;
    margin-top: -5px;
    color: #087ee8;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none
}

.login-forgot:hover {
    text-decoration: underline
}

.login-panel .login-submit {
    width: 155px;
    height: 42px;
    margin-top: 2px;
    font-size: 13px
}

.login-backdrop {
    background: rgba(0, 3, 10, .68)
}

.login-panel {
    background: rgba(5, 17, 36, .72);
    border: 1px solid rgba(0, 205, 233, .58);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .42), 0 0 24px rgba(0, 174, 255, .1)
}

.login-panel .login-form > label {
    color: #eef5ff
}

.login-panel .login-form input:not([type="checkbox"]) {
    background: rgba(1, 8, 21, .25);
    color: #fff;
    border-bottom-color: #00cbe7
}

.login-panel .login-form input::placeholder {
    color: #7f8fa5
}

.login-forgot {
    color: #00d9ff
}

.logo-slot {
    width: auto;
    height: 54px;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.logo-slot img {
    display: block;
    width: 54px;
    height: 54px;
    object-fit: contain;
    filter: drop-shadow(0 0 6px rgba(255, 208, 49, .22))
}

.header .logo-slot {
    text-decoration: none !important
}

.header .logo-name {
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1;
    color: #f7f9ff !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .3);
    white-space: nowrap
}

.header .logo-name span {
    color: #f1c842 !important
}

.hero-visual .feature-card {
    width: 92px !important;
    height: 58px !important;
    gap: 6px !important;
    padding: 7px !important;
    font-size: 9px !important;
    line-height: 1.25 !important
}

.hero-visual .feature-card b {
    font-size: 16px !important
}

.hero-visual .feature-card.route-card {
    top: 74px !important
}

.hero-visual .feature-card.ai-card {
    top: 144px !important
}

.hero-visual .feature-card.route-card, .hero-visual .feature-card.ai-card {
    width: 84px !important;
    height: 52px !important;
    gap: 4px !important;
    padding: 6px !important;
    font-size: 8.5px !important
}

.hero-visual .feature-card.route-card b, .hero-visual .feature-card.ai-card b {
    font-size: 14px !important
}

.phone-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center
}

.phone-top > span:last-child {
    text-align: right
}

.phone-brand {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: drop-shadow(0 0 3px rgba(241, 200, 66, .42))
}

/* Final responsive foundation */
:root {
    color-scheme: dark;
    --page-gutter: clamp(16px, 3vw, 36px);
    --content-width: 1240px
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: clip
}

body {
    min-width: 320px;
    min-height: 100vh;
    min-height: 100 svh
}

img, svg {
    max-width: 100%
}

button, input, select {
    font: inherit
}

#site-scale {
    width: 100% !important;
    margin: 0 !important;
    transform: none !important;
    -webkit-transform: none !important
}

.header-inner, main, footer {
    width: min(var(--content-width), calc(100% - var(--page-gutter) * 2)) !important;
    max-width: none !important;
    margin-inline: auto !important
}

.header {
    height: 70px
}

.header-inner {
    padding-inline: 0 !important
}

.hero {
    min-height: 560px;
    grid-template-columns: minmax(360px, .86fr) minmax(480px, 1.14fr);
    gap: clamp(18px, 3vw, 48px)
}

.hero-copy {
    padding-left: 0
}

.hero h1 {
    font-size: clamp(57px, 5vw, 62px)
}

.hero-text {
    max-width: 470px;
    font-size: clamp(19px, 1.35vw, 17px)
}

.hero-visual {
    min-width: 0;
    height: 510px
}

.trust, .market, .dashboard, .cta-section {
    scroll-margin-top: 24px
}

.offer-grid {
    gap: 14px
}

.offer {
    min-width: 0
}

.footer-main {
    min-width: 0
}

.login-modal {
    min-height: 100vh;
    min-height: 100 dvh;
    padding: max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    overflow-y: auto;
    overscroll-behavior: contain
}

body > .login-modal {
    height: 100vh !important;
    height: 100 dvh !important
}

.login-dialog {
    margin: auto
}

@media (max-width: 1100px) {
    :root {
        --content-width: 960px
    }

    .hero {
        grid-template-columns: 42% 58%;
        gap: 10px
    }

    .hero h1 {
        font-size: clamp(54px, 4.7vw, 50px)
    }

    .phone {
        right: 12%
    }

    .analytics-card {
        right: 1%
    }
}

/* Laptop-density tuning: larger UI on 13–15 inch Retina displays. */
@media (min-width: 901px) and (max-width: 1728px) and (max-height: 1100px) {
    :root {
        --content-width: 1240px;
        --page-gutter: 26px
    }

    .header {
        height: 70px
    }

    .logo-slot img {
        width: 54px;
        height: 54px
    }

    .header .logo-name {
        font-size: 18px
    }

    .btn {
        height: 39px;
        padding-inline: 18px;
        font-size: 13px;
        line-height: 39px
    }

    .hero {
        min-height: 515px
    }

    .hero h1 {
        font-size: clamp(63px, 3.8vw, 58px)
    }

    .hero-text {
        max-width: 470px;
        font-size: 20px
    }

    .eyebrow {
        font-size: 15px
    }

    .hero-visual {
        height: 485px
    }

    .cta {
        padding: 13px 19px;
        font-size: 14px
    }

    .trust h2, .market > h2, .cta-section h2 {
        font-size: 41px
    }

    .dashboard h2{
        font-size: 26px
    }

    .market > p, .dash-copy p, .cta-section p {
        font-size: 16px
    }

    .metrics > div {
        min-height: 96px
    }

    .metrics strong {
        font-size: 28px
    }

    .metrics span {
        font-size: 15px
    }

    .offer {
        min-height: 160px;
        padding: 15px 18px
    }

    .offer h3 {
        font-size: 22px
    }

    .offer ul {
        font-size: 14px;
        line-height: 1.6
    }

    .offer a {
        font-size: 12px
    }

    .dashboard {
        grid-template-columns: 30% 70%
    }

    .dash-copy ul {
        font-size: 14px
    }

    .dash-ui {
        height: 185px
    }

    .dash-cards div {
        height: 128px
    }

    .dash-cards strong {
        font-size: 15px
    }

    .dash-cards small {
        font-size: 9px
    }

    footer {
        font-size: 14px
    }

    .contact-card b {
        font-size: 18px
    }

    .contact-card small {
        font-size: 11px
    }

    .contact-card a, .contact-card > span {
        font-size: 12px
    }
}

@media (max-width: 900px) {
    :root {
        --page-gutter: clamp(16px, 4vw, 30px)
    }

    .header {
        height: 64px
    }

    .hero {
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 0 0 30px
    }

    .hero-copy {
        max-width: 680px;
        margin: auto;
        text-align: center
    }

    .hero-text {
        margin-inline: auto
    }

    .hero-visual {
        width: min(620px, 100%);
        height: 470px;
        margin: auto
    }

    .phone {
        right: 50%;
        transform: translateX(50%) rotate(8deg)
    }

    .route-card {
        left: 7% !important
    }

    .ai-card {
        left: 4% !important
    }

    .analytics-card {
        right: 4% !important
    }

    .dashboard {
        grid-template-columns: 1fr;
        margin-top: 34px
    }

    .dash-copy {
        padding-left: 0;
        text-align: center
    }

    .dash-copy ul {
        display: grid;
        grid-template-columns: repeat(2, max-content);
        justify-content: center;
        column-gap: 28px;
        text-align: left
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 16px
    }
}

@media (max-width: 680px) {
    :root {
        --page-gutter: 16px
    }

    .header-inner {
        gap: 12px
    }

    .logo-slot img {
        width: 46px;
        height: 46px
    }

    .header .logo-name {
        font-size: 15px
    }

    .nav-actions {
        gap: 8px
    }

    .btn {
        height: 40px;
        padding: 0 12px;
        font-size: 12px;
        line-height: 40px
    }

    /*.hero {*/
    /*    padding-top: 48px*/
    /*}*/
    .hero h1 {
        font-size: clamp(51px, 11vw, 52px)
    }

    .hero-visual {
        height: 420px
    }

    .phone {
        right: 50%;
        width: 165px;
        height: 370px
    }

    .paper-plane {
        right: 1%;
        font-size: 42px
    }

    .network-ring {
        max-width: 92%
    }

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

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

    .dash-ui {
        height: auto;
        min-height: 320px;
        padding: 22px 10px
    }

    .dash-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px
    }

    .dash-cards div {
        height: 112px
    }

    .dash-cards div:last-child {
        grid-column: 1/-1;
        width: 50%;
        justify-self: center
    }

    .dash-wave {
        display: none
    }

    .cta-section .cta {
        padding-inline: 32px
    }

    .footer-bottom {
        flex-direction: column;
        gap: 7px
    }
}

@media (max-width: 420px) {
    :root {
        --page-gutter: 12px
    }

    .dashboard {
        display: none
    }

    .nav-actions {
        margin-left: auto
    }

    .btn {
        padding-inline: 10px;
        font-size: 11px
    }

    /*.hero {*/
    /*    padding-top: 38px*/
    /*}*/
    .hero h1 {
        font-size: 50px
    }

    .hero-text {
        font-size: 18px
    }

    .hero-visual {
        height: 390px
    }

    .phone {
        width: 154px;
        height: 350px
    }

    .hero-visual .feature-card.analytics-card {
        right: 0 !important
    }

    .hero-visual .feature-card.route-card, .hero-visual .feature-card.ai-card {
        left: 0 !important
    }

    .dash-copy ul {
        grid-template-columns: 1fr;
        justify-content: start
    }

    .login-dialog {
        width: min(300px, calc(100vw - 24px))
    }

    .login-panel {
        padding: 21px 18px
    }
}

@media (max-height: 560px) and (orientation: landscape) {
    .login-modal {
        place-items: start center
    }

    .login-dialog {
        margin-block: 18px
    }
}

@media (hover: hover) {
    .btn:hover, .cta:hover, .login-submit:hover {
        filter: brightness(1.08)
    }
}

@media (pointer: coarse) {
    .btn, .cta, .login-submit, .login-close {
        min-height: 44px
    }

    .login-form input {
        min-height: 44px
    }
}

@supports not (height:100dvh) {
    body > .login-modal {
        height: 100vh !important
    }
}

@supports (content-visibility:auto) {
    .market, .dashboard, .cta-section, footer {
        content-visibility: auto;
        contain-intrinsic-size: 600px
    }
}

.footer-bottom a {
    color: inherit;
    text-decoration: none
}

.footer-bottom a:hover {
    color: #00d9ff
}

/* Clearer, subtly animated hero feature controls. */
.hero-visual .feature-card {
    width: 108px !important;
    height: 66px !important;
    padding: 9px 10px !important;
    gap: 8px !important;
    border-color: rgba(0, 211, 255, .82);
    background: linear-gradient(135deg, rgba(7, 38, 72, .97), rgba(5, 17, 38, .96));
    color: #f5f9ff;
    font-size: 10.5px !important;
    font-weight: 650;
    font-style: normal;
    line-height: 1.25 !important;
    text-shadow: 0 1px 7px rgba(0, 0, 0, .65);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .3), 0 0 18px rgba(0, 190, 255, .18);
    animation: featureCardBreath 5.8s ease-in-out infinite
}

.hero-visual .feature-card b {
    font-size: 19px !important;
    color: #64ebff;
    filter: drop-shadow(0 0 6px rgba(0, 217, 255, .7));
    animation: featureIconFloat 3.4s ease-in-out infinite
}

.hero-visual .feature-card.route-card {
    animation-delay: 0s
}

.hero-visual .feature-card.ai-card {
    animation-delay: 1.3s
}

.hero-visual .feature-card.analytics-card {
    animation-delay: 2.6s
}

.hero-visual .feature-card.ai-card b {
    animation-delay: .7s
}

.hero-visual .feature-card.analytics-card b {
    animation-delay: 1.4s
}

@keyframes featureCardBreath {
    0%, 100% {
        margin-top: 0;
        border-color: rgba(0, 211, 255, .62);
        box-shadow: 0 8px 24px rgba(0, 0, 0, .3), 0 0 14px rgba(0, 190, 255, .14)
    }
    50% {
        margin-top: -3px;
        border-color: rgba(100, 235, 255, .94);
        box-shadow: 0 11px 28px rgba(0, 0, 0, .34), 0 0 23px rgba(0, 190, 255, .27)
    }
}

@keyframes featureIconFloat {
    0%, 100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-2px)
    }
}

@media (min-width: 901px) and (max-width: 1728px) and (max-height: 1100px) {
    .hero {
        min-height: 455px
    }

    .hero-visual {
        height: 440px
    }

    .phone {
        top: 8px;
        right: 27%;
        width: 184px;
        height: 412px
    }

    .hero-visual .feature-card {
        width: 118px !important;
        height: 72px !important;
        font-size: 11.5px !important;
        padding: 10px 11px !important
    }

    .hero-visual .feature-card.route-card {
        top: 66px !important
    }

    .hero-visual .feature-card.ai-card {
        top: 148px !important
    }

    .hero-visual .feature-card.analytics-card {
        top: 205px !important
    }

    .trust {
        padding-top: 0
    }

    .trust h2 {
        margin-bottom: 12px
    }

    .metrics {
        margin-bottom: 12px
    }

    .metrics > div {
        min-height: 92px
    }
}

@media (max-width: 680px) {
    .hero-visual .feature-card {
        width: 96px !important;
        height: 60px !important;
        font-size: 9.5px !important;
        padding: 8px !important
    }

    .hero-visual .feature-card b {
        font-size: 17px !important
    }
}

/* Keep dynamic revenue and its change on one line. */
.phone-title {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    align-items: baseline;
    gap: 3px;
    flex-wrap: nowrap;
    white-space: nowrap
}

.phone-title strong {
    min-width: 0;
    font-size: 15px;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.03em
}

.phone-title em {
    font-size: 6.5px;
    font-variant-numeric: tabular-nums
}

.recovery-copy {
    margin: 0 0 17px;
    color: #dbe8f7;
    font-size: 11px;
    line-height: 1.55
}

.reset-modal .login-submit {
    width: 145px
}
