* {
    box-sizing: border-box;
}

:root {
    --bg-0: #07050b;
    --bg-1: #0d0914;
    --bg-2: #170d24;
    --bg-3: #211033;
    --panel: rgba(17, 13, 27, 0.78);
    --panel-2: rgba(255, 255, 255, 0.055);
    --line: rgba(255, 255, 255, 0.08);
    --line-2: rgba(255, 255, 255, 0.12);
    --text: #fbf7ff;
    --muted: #c9b7d8;
    --pink-1: #ff4fb3;
    --pink-2: #ff78ca;
    --pink-3: #ff9cde;
    --violet: #7c4dff;
    --blue: #31b6ff;
    --shadow: 0 25px 80px rgba(255, 79, 179, .16);
    --shadow-2: 0 14px 34px rgba(124, 77, 255, .18);
}

html {
    scroll-behavior: smooth;
}

body.page-login {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 12% 14%, rgba(255, 79, 179, .16), transparent 30%),
        radial-gradient(circle at 84% 18%, rgba(49, 182, 255, .12), transparent 25%),
        radial-gradient(circle at 80% 86%, rgba(124, 77, 255, .14), transparent 25%),
        linear-gradient(135deg, var(--bg-0) 0%, var(--bg-1) 24%, var(--bg-2) 68%, #16081f 100%);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
    overflow-x: hidden;
    position: relative;
}

a {
    color: inherit;
    text-decoration: none;
}

.grid-overlay {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 36%, rgba(0,0,0,0) 100%);
    opacity: .22;
    animation: gridShift 24s linear infinite;
}

.scan-line {
    position: fixed;
    left: 0;
    right: 0;
    top: -120px;
    height: 220px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.04), rgba(255,255,255,0));
    animation: scanMove 10s linear infinite;
    opacity: .6;
}

.bg-orb {
    position: fixed;
    border-radius: 999px;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}

.orb-a {
    width: 320px;
    height: 320px;
    left: -80px;
    top: 120px;
    background: rgba(255, 79, 179, .18);
}

.orb-b {
    width: 420px;
    height: 420px;
    right: -120px;
    top: 160px;
    background: rgba(49, 182, 255, .14);
}

.orb-c {
    width: 340px;
    height: 340px;
    right: 14%;
    bottom: -60px;
    background: rgba(124, 77, 255, .18);
}

.shell {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(10, 7, 15, .65);
    border-bottom: 1px solid rgba(255,255,255,.07);
    backdrop-filter: blur(18px);
}

.header-inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, var(--pink-1), var(--violet));
    box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 18px 34px rgba(255, 79, 179, .24);
}

.brand-mark.small {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 13px;
}

.brand-text {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: .2px;
    color: #ffe8f7;
}

.header-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.header-nav a {
    padding: 12px 16px;
    color: var(--muted);
    border-radius: 999px;
    transition: .25s ease;
}

.header-nav a:hover {
    color: #fff;
    background: rgba(255,255,255,.05);
}

.nav-cta {
    background: linear-gradient(135deg, var(--pink-1), var(--pink-2));
    color: #fff !important;
    box-shadow: 0 16px 28px rgba(255, 79, 179, .22);
}

.hero {
    padding: 62px 0 30px;
}

.hero-grid,
.feature-grid,
.metrics-grid,
.footer-grid {
    display: grid;
    gap: 24px;
}

.hero-grid {
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
}

.eyebrow,
.section-tag,
.panel-badge,
.metric-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.045);
    color: #ffd6ef;
    font-size: .84rem;
    font-weight: 700;
    letter-spacing: .25px;
}

.dot-live {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #4effb2;
    box-shadow: 0 0 0 7px rgba(78,255,178,.12);
    animation: pulseLive 1.8s infinite;
}

.hero-copy h1 {
    margin: 18px 0 14px;
    font-size: clamp(2.8rem, 5vw, 5.2rem);
    line-height: .98;
    letter-spacing: -2px;
    max-width: 760px;
}

.typing-wrap {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--pink-2);
    text-shadow: 0 0 24px rgba(255, 79, 179, .18);
}

.cursor {
    color: #fff;
    animation: blink .8s infinite;
}

.hero-text,
.panel-text,
.section-heading p,
.feature-card p,
.metrics-intro p,
.cta-box p,
.footer-text,
.side-card small,
.stat-label,
.stat-mini,
.showcase-url,
.metric-subtitle {
    color: var(--muted);
}

.hero-text {
    max-width: 700px;
    font-size: 1.06rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.btn,
.login-submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    cursor: pointer;
    padding: 15px 22px;
    border-radius: 18px;
    font-weight: 800;
    transition: .25s ease;
}

.btn-primary,
.login-submit {
    color: white;
    background: linear-gradient(135deg, var(--pink-1), var(--violet));
    box-shadow: 0 18px 34px rgba(255, 79, 179, .22);
}

.btn-primary:hover,
.login-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 42px rgba(255, 79, 179, .28);
}

.btn-secondary {
    color: #fff;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.10);
}

.btn-secondary:hover {
    background: rgba(255,255,255,.08);
}

.trust-strip,
.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.trust-strip {
    margin-top: 22px;
}

.trust-strip span,
.trust-row span {
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.08);
    color: var(--muted);
    font-size: .88rem;
}

.dashboard-showcase,
.login-panel,
.feature-card,
.metric-panel,
.cta-box,
.side-card {
    background: rgba(17, 13, 27, .72);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.dashboard-showcase {
    position: relative;
    margin-top: 30px;
    padding: 22px;
    border-radius: 30px;
    overflow: hidden;
    isolation: isolate;
}

.dashboard-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 79, 179, .16), transparent 28%),
        radial-gradient(circle at 92% 10%, rgba(49, 182, 255, .12), transparent 26%);
    pointer-events: none;
    z-index: -1;
}

.showcase-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    background: rgba(255,255,255,.03);
}

.mini-window-dots {
    display: inline-flex;
    gap: 6px;
}

.mini-window-dots span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.25);
}

.showcase-badge {
    padding: 6px 10px;
    border-radius: 999px;
    color: #fff;
    font-size: .75rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--pink-1), var(--pink-2));
}

.showcase-cards {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 16px;
    margin-top: 18px;
}

.stat-card {
    padding: 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
    border: 1px solid rgba(255,255,255,.08);
}

.stat-card.featured {
    min-height: 145px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 79, 179, .18), transparent 26%),
        linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}

.stat-kicker {
    color: #ffdae9;
    font-size: .9rem;
    font-weight: 700;
}

.stat-value {
    margin-top: 10px;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
}

.stat-column {
    display: grid;
    gap: 16px;
}

.chart-panel {
    margin-top: 18px;
    padding: 18px 18px 12px;
    border-radius: 24px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.08);
}

.chart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.chart-head span {
    font-weight: 800;
    color: #ffd5ec;
}

.line-chart {
    width: 100%;
    height: 260px;
    overflow: visible;
}

.chart-grid line {
    stroke: rgba(255,255,255,.08);
    stroke-width: 1;
}

.chart-area {
    fill: rgba(255, 79, 179, .10);
    animation: areaGlow 5s ease-in-out infinite alternate;
}

.chart-line {
    fill: none;
    stroke: url(#chartStroke);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: drawLine 3.8s ease forwards;
}

.chart-dot {
    fill: #fff;
    stroke: var(--pink-1);
    stroke-width: 3;
    opacity: 0;
    animation: dotPop .8s ease forwards;
}

.dot-1 { animation-delay: 1.2s; }
.dot-2 { animation-delay: 2.05s; }
.dot-3 { animation-delay: 2.8s; }

.floating-chip {
    position: absolute;
    padding: 13px 16px;
    border-radius: 18px;
    font-weight: 800;
    color: #fff;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: var(--shadow-2);
    backdrop-filter: blur(18px);
}

.chip-a {
    left: -18px;
    top: 120px;
    animation: driftY 5s ease-in-out infinite;
}

.chip-b {
    right: -14px;
    top: 210px;
    animation: driftY 4.6s ease-in-out infinite reverse;
}

.chip-c {
    left: 38px;
    bottom: -12px;
    animation: driftY 5.8s ease-in-out infinite;
}

.float-icon {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--pink-1), var(--blue));
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(255, 79, 179, .18);
}

.i-1 { right: 42px; top: 90px; animation: floatUp 4.5s ease-in-out infinite; }
.i-2 { left: 58px; top: 72px; animation: floatUp 4.2s ease-in-out infinite .5s; }
.i-3 { right: 84px; bottom: 66px; animation: floatUp 4.8s ease-in-out infinite .2s; }
.i-4 { left: 46%; top: 22px; animation: floatUp 3.8s ease-in-out infinite; }

.login-panel-wrap {
    display: grid;
    gap: 18px;
}

.login-panel {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border-radius: 30px;
}

.panel-shine {
    position: absolute;
    inset: -1px;
    background:
        radial-gradient(circle at top right, rgba(255, 79, 179, .20), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0));
    pointer-events: none;
}

.login-panel h2,
.panel-text,
.login-form,
.panel-badge,
.alert-error,
.trust-row,
.panel-footnote {
    position: relative;
    z-index: 1;
}

.login-panel h2 {
    margin: 18px 0 8px;
    font-size: 2rem;
}

.alert-error {
    padding: 14px 16px;
    margin: 18px 0;
    border-radius: 16px;
    border: 1px solid rgba(255, 79, 179, .25);
    background: rgba(255, 79, 179, .12);
    color: #ffd8ec;
}

.login-form {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.login-form label {
    margin-top: 4px;
    font-weight: 700;
    color: #fff2fb;
}

.login-form input {
    width: 100%;
    padding: 16px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.08);
    outline: none;
    background: rgba(255,255,255,.05);
    color: #fff;
    transition: .25s ease;
}

.login-form input::placeholder {
    color: #cdaec8;
}

.login-form input:focus {
    border-color: rgba(255, 79, 179, .55);
    box-shadow: 0 0 0 4px rgba(255, 79, 179, .12);
}

.panel-footnote {
    margin-top: 18px;
    color: var(--muted);
    font-size: .92rem;
}

.mini-side-cards {
    display: grid;
    gap: 14px;
}

.side-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
}

.side-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--pink-1), var(--blue));
    box-shadow: 0 12px 26px rgba(255,79,179,.16);
}

.side-card strong {
    display: block;
    margin-bottom: 2px;
}

.ticker-section,
.feature-section,
.metrics-section,
.cta-section {
    padding: 34px 0;
}

.ticker-mask {
    overflow: hidden;
    display: grid;
    gap: 14px;
}

.ticker-row {
    display: flex;
    overflow: hidden;
}

.ticker-track {
    display: inline-flex;
    gap: 14px;
    min-width: max-content;
}

.ticker-track span {
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    color: #ffd7ee;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.move-left .ticker-track {
    animation: marqueeLeft 28s linear infinite;
}

.move-right .ticker-track {
    animation: marqueeRight 30s linear infinite;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 24px;
}

.section-heading h2,
.metrics-intro h2,
.cta-box h2 {
    margin: 12px 0 10px;
}

.feature-grid {
    grid-template-columns: repeat(3, 1fr);
}

.feature-card {
    position: relative;
    padding: 26px;
    border-radius: 26px;
    overflow: hidden;
}

.feature-card::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -90px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 79, 179, .18), transparent 64%);
    pointer-events: none;
}

.feature-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--pink-1), var(--violet));
    box-shadow: 0 14px 24px rgba(255,79,179,.22);
    font-size: 20px;
    font-weight: 900;
}

.feature-card h3 {
    margin: 16px 0 8px;
}

.metrics-grid {
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
}

.check-list {
    padding-left: 18px;
    color: #ffe8f8;
}

.check-list li {
    margin-bottom: 10px;
}

.metric-panels {
    display: grid;
    gap: 16px;
}

.metric-panel {
    padding: 24px;
    border-radius: 24px;
}

.metric-panel.big {
    min-height: 255px;
    background:
        radial-gradient(circle at top left, rgba(255, 79, 179, .18), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
}

.metric-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.metric-growth {
    font-weight: 800;
    color: #ffe0f2;
}

.metric-number {
    margin: 22px 0 8px;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
}

.metric-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.metric-mini-title {
    color: #ffd5ec;
    font-size: .9rem;
    font-weight: 700;
}

.metric-mini-value {
    margin-top: 10px;
    font-size: 1.25rem;
    font-weight: 800;
}

.bars {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    margin-top: 18px;
    align-items: end;
}

.bars span {
    display: block;
    border-radius: 999px 999px 14px 14px;
    background: linear-gradient(180deg, var(--pink-2), var(--blue));
    animation: barsPulse 4.2s ease-in-out infinite;
}

.bars span:nth-child(1) { height: 28px; animation-delay: .1s; }
.bars span:nth-child(2) { height: 42px; animation-delay: .2s; }
.bars span:nth-child(3) { height: 58px; animation-delay: .3s; }
.bars span:nth-child(4) { height: 74px; animation-delay: .4s; }
.bars span:nth-child(5) { height: 46px; animation-delay: .5s; }
.bars span:nth-child(6) { height: 88px; animation-delay: .6s; }
.bars span:nth-child(7) { height: 68px; animation-delay: .7s; }
.bars span:nth-child(8) { height: 96px; animation-delay: .8s; }

.app-cloud {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.app-item {
    min-height: 86px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    font-weight: 900;
    color: #fff;
    animation: floatUp 5.4s ease-in-out infinite;
}

.app-item:nth-child(2) { animation-delay: .2s; }
.app-item:nth-child(3) { animation-delay: .4s; }
.app-item:nth-child(4) { animation-delay: .6s; }
.app-item:nth-child(5) { animation-delay: .3s; }
.app-item:nth-child(6) { animation-delay: .5s; }
.app-item:nth-child(7) { animation-delay: .7s; }
.app-item:nth-child(8) { animation-delay: .9s; }

.cta-box {
    padding: 30px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.site-footer {
    padding: 16px 0 42px;
}

.footer-grid {
    grid-template-columns: 1fr auto;
    align-items: center;
}

.footer-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-links a {
    color: var(--muted);
}

.footer-links a:hover {
    color: #fff;
}

@keyframes gridShift {
    0% { transform: translate3d(0,0,0); }
    100% { transform: translate3d(-44px,-44px,0); }
}

@keyframes scanMove {
    0% { transform: translateY(-160px); }
    100% { transform: translateY(120vh); }
}

@keyframes pulseLive {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(.88); opacity: .72; }
}

@keyframes blink {
    50% { opacity: 0; }
}

@keyframes drawLine {
    to { stroke-dashoffset: 0; }
}

@keyframes dotPop {
    0% { transform: scale(.2); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes areaGlow {
    0% { opacity: .55; }
    100% { opacity: .88; }
}

@keyframes driftY {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes floatUp {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-14px); }
}

@keyframes marqueeLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes marqueeRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

@keyframes barsPulse {
    0%, 100% { transform: scaleY(1); opacity: .92; }
    50% { transform: scaleY(.84); opacity: .7; }
}

@media (max-width: 1120px) {
    .hero-grid,
    .metrics-grid {
        grid-template-columns: 1fr;
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .showcase-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .header-inner,
    .footer-grid,
    .cta-box {
        display: grid;
        grid-template-columns: 1fr;
    }

    .header-nav,
    .footer-links {
        justify-content: flex-start;
    }

    .feature-grid,
    .metric-row,
    .app-cloud {
        grid-template-columns: 1fr;
    }

    .dashboard-showcase,
    .login-panel,
    .feature-card,
    .metric-panel,
    .cta-box {
        padding: 22px;
        border-radius: 22px;
    }

    .hero {
        padding-top: 34px;
    }

    .hero-copy h1 {
        font-size: 2.45rem;
    }

    .floating-chip,
    .float-icon {
        display: none;
    }
}
.app-item {
    min-height: 90px;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 20px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    animation: floatUp 5.4s ease-in-out infinite;
    text-align: center;
}

.app-item img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
}

.app-item span {
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
}