@import url(https://api.fontshare.com/v2/css?f[]=clash-display@200,300,400,500,600,700&f[]=satoshi@300,400,500,700,900&display=swap);

:root {
    --bg-dark: #050505;
    --bg-secondary: #0a0a0a;
    --accent-blue: #2d6eff;
    --accent-purple: #9d00ff;
    --accent-cyan: #00d4ff;
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.6);
    --hero-glow: radial-gradient(circle at 50% 0%, #4a00e0 0%, #1e0040 40%, #050505 80%);
    --beam-glow: linear-gradient(180deg, rgba(79, 28, 255, 0.15) 0%, rgba(5, 5, 5, 0) 100%);
    --card-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
    --glow-border: rgba(157, 0, 255, 0.3);
    --max-width: 1200px;
    --section-spacing: 80px;
    --border-radius: 24px;
    --btn-radius: 999px;
    --font-heading: 'Clash Display', sans-serif;
    --font-body: 'Satoshi', sans-serif
}

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

body {
    background-color: var(--bg-dark);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 600
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    position: relative;
    z-index: 2
}

.grid {
    display: grid;
    gap: 24px
}

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

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

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

.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(300px, auto);
    gap: 24px
}

.span-2 {
    grid-column: span 2
}

.span-3 {
    grid-column: span 3
}

.row-span-2 {
    grid-row: span 2
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-heading);
    color: var(--text-primary);
    line-height: 1.2
}

.headline-hero {
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-bottom: 24px;
    color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px
}

.text-highlight {
    background: linear-gradient(90deg, #ffffff 10%, #c0c0c0 50%, #9d00ff 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    display: inline
}

.badge {
    background-image: linear-gradient(#02071a0a, #02071a29);
    border: 1.5px solid #ffffff4f;
    border-radius: 5rem;
    box-shadow: inset 0 4px 8px #f4f4fe40;
    padding: .75rem 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 24px
}

.headline-section {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
    letter-spacing: -.02em
}

.text-body {
    font-size: 18px;
    color: var(--text-secondary);
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto
}

.text-center {
    text-align: center
}

.mb-large {
    margin-bottom: 80px
}

.mb-medium {
    margin-bottom: 40px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: var(--btn-radius);
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #fff0;
    transition: all 0.3s ease
}

.btn-primary {
    background: linear-gradient(180deg, #FFFFFF 0%, #E0D9F6 100%);
    color: #0b0b0b;
    box-shadow: 0 0 30px rgb(157 0 255 / .3), inset 0 0 0 1px rgb(255 255 255 / .6);
    font-weight: 600;
    border: none;
    margin-top: 30px !important
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 50px rgb(157 0 255 / .5), inset 0 0 0 1px #fff;
    background: #fff
}

.btn-secondary {
    background: rgb(255 255 255 / .05);
    border-color: rgb(255 255 255 / .1);
    color: #fff;
    backdrop-filter: blur(10px)
}

.btn-secondary:hover {
    background: rgb(255 255 255 / .1);
    border-color: rgb(255 255 255 / .3)
}

.navbar {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: var(--max-width);
    z-index: 1000;
    padding: 12px 24px;
    background: rgb(255 255 255 / .05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 999px;
    box-shadow: 0 4px 30px rgb(0 0 0 / .1);
    transition: all 0.3s ease
}

.navbar.scrolled {
    background: rgb(5 5 5 / .6);
    box-shadow: 0 10px 30px rgb(0 0 0 / .3);
    border-color: rgb(255 255 255 / .15);
    padding: 12px 24px
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px
}

.nav-links {
    display: flex;
    gap: 40px
}

.nav-links a {
    font-size: 14px;
    color: var(--text-secondary);
    font-weight: 500
}

.nav-links a:hover {
    color: #fff
}

.hero-section {
    position: relative;
    padding: 180px 0 100px;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 160px
}

.hero-glow-bg {
    display: none
}

.section-beam-top {
    display: none
}

.hero-split-section {
    position: relative;
    padding: 160px 0 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background:
        radial-gradient(ellipse 60% 50% at 15% 50%, rgba(74, 0, 224, 0.15), transparent),
        radial-gradient(ellipse 50% 60% at 80% 30%, rgba(157, 0, 255, 0.08), transparent),
        radial-gradient(ellipse 40% 40% at 50% 100%, rgba(45, 110, 255, 0.06), transparent);
    overflow: hidden
}

.hero-split-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 20%, transparent 70%);
    pointer-events: none;
    z-index: 0
}

.hero-split-section::after {
    content: '';
    position: absolute;
    top: -120px;
    left: 10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(157, 0, 255, 0.12), transparent 70%);
    filter: blur(80px);
    pointer-events: none;
    z-index: 0
}

.hero-split-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
}

.hero-left {
    z-index: 2;
    padding-right: 20px
}

.badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 22px;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(157, 0, 255, 0.08), rgba(45, 110, 255, 0.08));
    border: 1px solid rgba(157, 0, 255, 0.2);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 28px;
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 20px rgba(157, 0, 255, 0.08)
}

.hero-split-headline {
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 28px;
    letter-spacing: -.03em
}

.hero-split-headline .hero-line {
    display: inline-block;
    white-space: nowrap
}

.text-highlight-gradient {
    background: linear-gradient(135deg, #e879f9 0%, #a855f7 40%, #6366f1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.hero-split-subtext {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 44px;
    max-width: 480px;
    line-height: 1.7
}

.hero-split-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 56px
}

.btn-dark-primary {
    background: linear-gradient(135deg, rgba(157, 0, 255, 0.15), rgba(45, 110, 255, 0.1));
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 16px 34px;
    border-radius: 99px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    backdrop-filter: blur(8px);
    box-shadow: 0 0 24px rgba(157, 0, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.06)
}

.btn-dark-primary:hover {
    background: #fff;
    color: #050505;
    border-color: #fff;
    box-shadow: 0 0 32px rgba(255, 255, 255, 0.15)
}

.btn-text-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s ease
}

.btn-text-icon:hover {
    color: #fff
}

.play-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    transition: all 0.3s ease;
    font-size: 13px
}

.btn-text-icon:hover .play-icon-circle {
    background: #fff;
    color: #050505;
    border-color: #fff;
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2)
}

.hero-mini-proof {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px)
}

.avatar-stack {
    display: flex;
    flex-shrink: 0
}

.avatar-stack img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid var(--bg-dark);
    margin-left: -10px;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.05)
}

.avatar-stack img:first-child {
    margin-left: 0
}

.proof-text {
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.5)
}

.proof-text strong {
    color: #fff;
    font-weight: 600
}

.hero-right {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.hero-visual-card-container {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #b8a4ff 0%, #d68fff 40%, #a78bfa 100%);
    border-radius: 36px;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 40px 100px -30px rgba(157, 0, 255, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.15)
}

.hero-visual-card-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.1) 100%);
    pointer-events: none;
    z-index: 1
}

.hero-card-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
    mix-blend-mode: overlay
}

.floating-glass-card {
    position: absolute;
    background: rgb(255 255 255 / .1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgb(255 255 255 / .3);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 40px rgb(0 0 0 / .2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff
}

.card-stats {
    bottom: 40px;
    left: 40px;
    width: 280px;
    height: 180px;
    flex-direction: row;
    align-items: center
}

.card-feature {
    top: 40px;
    right: 40px;
    width: 220px;
    height: 240px
}

.card-icon-top {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    background: #fff;
    color: #000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-big-number {
    font-size: 36px;
    font-weight: 700;
    margin: 4px 0
}

.card-label {
    font-size: 14px;
    opacity: .9
}

.card-sub {
    font-size: 12px;
    opacity: .6
}

.card-progress-circle {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px
}

.progress-text {
    position: absolute;
    font-size: 12px;
    font-weight: 700
}

.card-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

.pill-tag {
    font-size: 10px;
    text-transform: uppercase;
    background: rgb(0 0 0 / .2);
    padding: 4px 8px;
    border-radius: 12px
}

.arrow-circle {
    width: 28px;
    height: 28px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px
}

.card-label-large {
    font-size: 32px;
    font-weight: 600;
    display: block
}

.mini-chart {
    display: flex;
    gap: 8px;
    height: 60px;
    align-items: flex-end;
    margin-top: auto
}

.bar {
    flex: 1;
    background: rgb(255 255 255 / .2);
    border-radius: 4px
}

.bar.active {
    background: #fff
}

.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards
}

.zoom-in-reveal {
    opacity: 0;
    transform: scale(.9);
    animation: zoomInReveal 0.6s forwards
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes zoomInReveal {
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@media (max-width:960px) {
    .hero-split-container {
        grid-template-columns: 1fr;
        text-align: center
    }

    .hero-left {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .hero-split-subtext {
        margin-left: auto;
        margin-right: auto
    }

    .hero-split-actions {
        justify-content: center
    }

    .hero-right {
        height: 500px
    }

    .card-feature {
        display: none
    }
}

.hero-video-container {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 1000px;
    overflow: hidden;
    z-index: -1;
    opacity: 1;
    mask-image: radial-gradient(ellipse 80% 90% at 50% 0%, rgb(0 0 0) 0%, rgb(0 0 0) 40%, #fff0 100%);
    -webkit-mask-image: radial-gradient(ellipse 80% 90% at 50% 0%, rgb(0 0 0) 0%, rgb(0 0 0) 40%, #fff0 100%)
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .6
}

.section {
    position: relative;
    padding: var(--section-spacing) 0
}

.dashboard-mockup {
    margin-top: 80px;
    border-radius: 24px;
    box-shadow: 0 50px 100px -20px rgb(0 0 0 / .8), 0 0 0 1px rgb(255 255 255 / .1);
    position: relative;
    z-index: 2;
    background: #050505
}

.dashboard-mockup::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 300px;
    background: radial-gradient(ellipse at center, rgb(157 0 255 / .5) 0%, rgb(79 28 255 / .2) 40%, transparent 70%);
    filter: blur(60px);
    z-index: -1;
    pointer-events: none;
    border-radius: 50% 50% 0 0;
    opacity: .8
}

.dashboard-mockup img {
    width: 100%;
    display: block;
    border-radius: 24px
}

.glass-card {
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius);
    padding: 32px;
    transition: all 0.4s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative
}

.glass-card:hover {
    transform: translateY(-5px);
    border-color: rgb(255 255 255 / .2);
    box-shadow: 0 20px 40px rgb(0 0 0 / .4);
    background: rgb(255 255 255 / .05)
}

.glass-card h3 {
    font-size: 24px;
    margin-bottom: 8px;
    margin-top: auto;
    z-index: 2
}

.glass-card p {
    font-size: 16px;
    color: var(--text-secondary);
    margin-bottom: 24px;
    z-index: 2
}

.features-header {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto
}

.features-subtext {
    color: rgba(255, 255, 255, 0.62);
    max-width: 620px;
    margin: 8px auto 0;
    font-size: 17px;
    line-height: 1.7
}

.feature-card {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05)
}

.feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(168, 85, 247, 0.35);
    box-shadow: 0 26px 54px rgba(0, 0, 0, 0.35), 0 0 40px rgba(168, 85, 247, 0.12)
}

.feature-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px
}

.feature-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04)
}

.feature-card h3 {
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    margin: 0
}

.feature-card p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
    line-height: 1.65
}

.feature-image {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    display: block
}

.feature-image-primary {
    height: 360px;
    object-fit: cover
}

.feature-image-tall {
    height: 420px;
    object-fit: cover
}

.feature-icon {
    font-size: 24px;
    color: #b57aff
}

.feature-split-card {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 28px
}

.feature-split-media,
.feature-split-content {
    min-width: 0
}

.feature-image-wide {
    height: 260px;
    object-fit: cover
}

.feature-split-content p {
    margin-top: 10px;
    margin-bottom: 0
}

.card-image {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    background: rgb(0 0 0 / .5)
}

.card-image-large {
    height: 350px
}

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

.stat-card {
    background: linear-gradient(145deg, rgb(20 20 20 / .6), rgb(5 5 5 / .8));
    border: 1px solid rgb(255 255 255 / .05);
    padding: 40px 24px;
    border-radius: 20px;
    text-align: center
}

.stat-value {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(90deg, #fff, #a0a0a0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    margin-bottom: 8px
}

.testimonial-card {
    background: #0f0f0f;
    border: 1px solid #1f1f1f;
    padding: 32px;
    border-radius: 20px
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px
}

.user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden
}

.cta-area {
    position: relative;
    text-align: center;
    padding: 80px 0
}

.footer {
    padding: 100px 0 60px;
    background: linear-gradient(180deg, #1a0b2e 0%, #050505 100%);
    border-top: none;
    position: relative;
    overflow: hidden
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(157 0 255 / .3), transparent)
}

.footer-logo img {
    height: 40px;
    width: auto;
    margin-bottom: 24px
}

.footer-description {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(255 255 255 / .7);
    max-width: 300px;
    margin-bottom: 32px
}

.footer-heading {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 24px
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links li {
    margin-bottom: 16px
}

.footer-links a {
    font-size: 15px;
    color: rgb(255 255 255 / .6);
    transition: color 0.3s ease;
    text-decoration: none
}

.footer-links a:hover {
    color: #fff
}

.footer-bottom {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: rgb(255 255 255 / .4)
}

@media (max-width:768px) {
    .footer {
        padding: 60px 0 40px
    }

    .footer .grid-4 {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center
    }
}

.gs-reveal {
    opacity: 0
}

@media (max-width:960px) {
    .bento-grid {
        grid-template-columns: 1fr
    }

    .span-2,
    .span-3 {
        grid-column: auto
    }

    .feature-split-card {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .feature-image-primary,
    .feature-image-tall,
    .feature-image-wide {
        height: 240px
    }

    .features-subtext {
        font-size: 15px
    }

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

    .headline-hero {
        font-size: 3.5rem
    }
}

.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: var(--bg-dark);
    position: relative;
    overflow: hidden
}

.login-box {
    width: 100%;
    max-width: 1000px;
    min-height: 600px;
    display: flex;
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border-radius: var(--border-radius);
    border: 1px solid var(--glass-border);
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0 40px 80px rgb(0 0 0 / .5)
}

.login-form-section {
    width: 50%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.login-form-wrapper {
    max-width: 400px;
    width: 100%;
    margin: 0 auto
}

.form-label {
    color: var(--text-secondary);
    font-size: 14px;
    margin-bottom: 8px;
    display: block
}

.form-control {
    width: 100%;
    background: rgb(255 255 255 / .03);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    color: #fff;
    padding: 12px 16px;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: var(--font-body)
}

.form-control:focus {
    background: rgb(255 255 255 / .05);
    border-color: var(--accent-purple);
    outline: none;
    box-shadow: 0 0 0 4px rgb(157 0 255 / .1)
}

.form-control::placeholder {
    color: rgb(255 255 255 / .2)
}

/* Override browser autofill styling (Chrome, Edge, Safari) */
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px rgb(255 255 255 / .03) inset !important;
    box-shadow: 0 0 0 1000px rgb(255 255 255 / .03) inset !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
    transition: background-color 600000s 0s, color 600000s 0s !important;
}

.form-control:autofill,
.form-control:autofill:hover,
.form-control:autofill:focus,
.form-control:autofill:active {
    -webkit-box-shadow: 0 0 0 1000px rgb(255 255 255 / .03) inset !important;
    box-shadow: 0 0 0 1000px rgb(255 255 255 / .03) inset !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
    transition: background-color 600000s 0s, color 600000s 0s !important;
}

.input-group {
    position: relative;
    display: flex;
    width: 100%
}

.input-group .form-control {
    padding-right: 50px
}

.input-group .btn-toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff0;
    border: none;
    color: var(--text-secondary);
    cursor: pointer;
    z-index: 5;
    padding: 0;
    font-size: 14px
}

.input-group .btn-toggle-password:hover {
    color: #fff
}

.form-check {
    display: flex;
    align-items: center;
    gap: 8px
}

.form-check-input {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background-color: rgb(255 255 255 / .1);
    border: 1px solid rgb(255 255 255 / .2);
    border-radius: 4px;
    cursor: pointer;
    display: grid;
    place-content: center
}

.form-check-input:checked {
    background-color: var(--accent-purple);
    border-color: var(--accent-purple)
}

.form-check-input:checked::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    box-shadow: inset 1em 1em #fff;
    transform-origin: center;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%)
}

.form-check-label {
    color: var(--text-secondary);
    font-size: 14px;
    cursor: pointer
}

.text-link {
    color: var(--accent-purple);
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px
}

.text-link:hover {
    color: var(--accent-cyan);
    text-decoration: underline
}

.login-right-section {
    width: 50%;
    background: radial-gradient(circle at center, rgb(157 0 255 / .1), transparent 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-left: 1px solid var(--glass-border)
}

.login-illustration {
    max-width: 80%;
    filter: drop-shadow(0 0 30px rgb(157 0 255 / .2));
    animation: float 6s ease-in-out infinite
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

@media (max-width:768px) {
    .login-box {
        flex-direction: column;
        height: auto
    }

    .login-right-section {
        display: none
    }

    .login-form-section {
        width: 100%;
        padding: 40px 20px
    }
}

.login-box:hover {
    transform: none
}

.social-auth-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px
}

.btn-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 12px 16px;
    background: #131314;
    border: 1px solid rgb(255 255 255 / .15);
    border-radius: 24px;
    color: #e3e3e3;
    font-family: 'Roboto', var(--font-body);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden
}

.btn-social::before {
    display: none
}

.btn-social:hover {
    background: #202124;
    border-color: rgb(255 255 255 / .3);
    transform: translateY(-1px);
    box-shadow: 0 1px 3px rgb(0 0 0 / .3)
}

.btn-social:active {
    background: #18191a;
    transform: translateY(0)
}

.btn-social svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px
}

.auth-divider {
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px 0
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgb(255 255 255 / .1)
}

.auth-divider span {
    padding: 0 16px;
    color: var(--text-secondary);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .05em;
    white-space: nowrap
}

.footer-minimal {
    position: relative;
    background-color: #050505;
    color: #fff;
    padding: 50px 0 20px;
    overflow: hidden;
    font-family: var(--font-heading);
    border-top: 1px solid #222
}

.footer-grid-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(255 255 255 / .05) 1px, transparent 1px), linear-gradient(to bottom, rgb(255 255 255 / .05) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%)
}

.footer-minimal .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer-brand-title {
    font-size: clamp(1.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1;
    text-align: center;
    letter-spacing: -.03em;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    width: 100%
}

.footer-social-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px
}

.social-label {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #888;
    font-weight: 600
}

.social-links-row {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

.social-links-row a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.2s
}

.social-links-row a:hover {
    opacity: .6
}

.social-links-row i {
    font-size: .8em;
    transform: rotate(-45deg);
    transition: transform 0.2s
}

.social-links-row a:hover i {
    transform: rotate(0deg)
}

.footer-separator {
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / .1);
    margin-bottom: 15px
}

.footer-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .85rem;
    color: #666;
    flex-wrap: wrap;
    gap: 20px
}

.footer-meta {
    display: flex;
    gap: 40px;
    align-items: center
}

@media (max-width:768px) {
    .footer-brand-title {
        font-size: 15vw;
        margin-bottom: 40px
    }

    .social-links-row {
        gap: 20px
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .footer-meta {
        flex-direction: column;
        gap: 10px
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.loader-content {
    text-align: center;
    position: relative;
    z-index: 2
}

.loader-title {
    font-family: 'Clash Display', sans-serif;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 700;
    margin: 0;
    color: rgb(255 255 255 / .3)
}

.shimmer-text {
    background: linear-gradient(to right, rgb(255 255 255 / .3) 0%, #fff 50%, rgb(255 255 255 / .3) 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    animation: shimmer 2s linear infinite
}

@keyframes shimmer {
    to {
        background-position: 200% center
    }
}

html.lenis {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.line {
    overflow: hidden
}

.char {
    transform: translateY(0);
    transition: transform 0.5s
}

.portal-grid {
    margin-top: 40px
}

.portal-card {
    background: #111;
    border-radius: 24px;
    padding: 40px 32px;
    text-align: center;
    border: 1px solid rgb(255 255 255 / .05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: relative;
    overflow: hidden
}

.portal-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgb(0 0 0 / .4);
    border-color: rgb(255 255 255 / .1)
}

.portal-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / .2)
}

.portal-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #fff
}

.portal-card p {
    font-size: 15px;
    color: var(--text-secondary);
    margin-bottom: 32px;
    line-height: 1.6;
    flex-grow: 1
}

.btn-portal {
    width: 100%;
    padding: 14px 20px;
    border-radius: 99px;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-decoration: none
}

.btn-portal:hover {
    opacity: .9;
    transform: scale(1.02);
    color: #000
}

.btn-portal .fa-arrow-right {
    transition: transform 0.3s ease
}

.btn-portal:hover .fa-arrow-right {
    transform: translateX(4px)
}

@media (max-width:960px) {
    .portal-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:961px) {
    .desktop-only {
        display: flex !important
    }

    .hamburger-menu {
        display: none
    }

    .mobile-menu-overlay {
        display: none
    }
}

@media (max-width:960px) {
    .desktop-only {
        display: none !important
    }

    .navbar {
        width: 90%;
        max-width: 100%;
        padding: 10px 20px;
        top: 20px
    }

    .nav-content {
        justify-content: space-between
    }

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

    .hamburger-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 24px;
        height: 18px;
        background: #fff0;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 1002
    }

    .hamburger-menu .bar {
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 2px;
        transition: all 0.3s ease
    }

    .hamburger-menu.active {
        opacity: 0;
        pointer-events: none
    }

    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #000;
        z-index: 1003;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 24px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
        transition: all 0.5s cubic-bezier(.16, 1, .3, 1)
    }

    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    .mobile-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 50px
    }

    .mobile-logo-text {
        font-family: var(--font-heading);
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: .05em
    }

    .mobile-close-btn {
        background: none;
        border: none;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        padding: 8px
    }

    .mobile-menu-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-grow: 1;
        gap: 32px;
        padding-left: 12px
    }

    .mobile-link-large {
        font-family: var(--font-heading);
        font-size: 48px;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        opacity: 0;
        transform: translateY(30px);
        transition: color 0.3s ease;
        line-height: 1.1
    }

    .mobile-link-large:hover {
        color: var(--accent-purple)
    }

    .mobile-menu-footer {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        border-top: 1px solid rgb(255 255 255 / .1);
        padding-top: 24px
    }

    .mobile-footer-item span {
        font-size: 12px;
        color: var(--text-secondary);
        text-transform: uppercase;
        letter-spacing: .1em;
        display: flex;
        gap: 6px;
        align-items: center
    }
}

@media (max-width:960px) {
    .container {
        padding: 0 24px
    }

    .headline-hero {
        font-size: 2.75rem;
        letter-spacing: -.01em;
        line-height: 1.1
    }

    .headline-section {
        font-size: 2rem
    }

    .section {
        padding: 60px 0
    }

    .mb-large {
        margin-bottom: 40px
    }

    #testimonials .grid-3 {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        padding-bottom: 24px;
        margin-right: -24px;
        padding-right: 24px;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    #testimonials .grid-3::-webkit-scrollbar {
        display: none
    }

    .testimonial-card {
        min-width: 85vw;
        scroll-snap-align: center;
        margin-right: 0;
        height: auto;
        display: flex;
        flex-direction: column
    }

    .hero-split-section {
        padding-top: 140px;
        padding-bottom: 80px;
        min-height: auto;
        text-align: center
    }

    .hero-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 0
    }

    .hero-split-headline {
        font-size: 2.6rem;
        line-height: 1.1;
        margin-bottom: 24px
    }

    .hero-split-headline .hero-line {
        white-space: normal
    }

    .hero-split-subtext {
        font-size: 15px;
        max-width: 100%;
        margin-bottom: 36px;
        color: rgba(255, 255, 255, 0.55)
    }

    .hero-right {
        display: none
    }

    .hero-split-actions {
        flex-direction: column;
        width: 100%;
        gap: 20px;
        align-items: center;
        margin-bottom: 40px
    }

    .btn-dark-primary {
        background: linear-gradient(135deg, rgba(157, 0, 255, 0.12), rgba(45, 110, 255, 0.08));
        border: 1px solid rgba(255, 255, 255, 0.15);
        color: #fff;
        width: 100%;
        max-width: 350px;
        justify-content: center;
        padding: 16px 24px;
        font-size: 16px;
        border-radius: 99px;
        backdrop-filter: blur(8px)
    }

    .btn-text-icon {
        justify-content: center;
        color: rgba(255, 255, 255, 0.8);
        font-weight: 600
    }

    .hero-mini-proof {
        justify-content: center;
        flex-direction: column;
        gap: 12px;
        padding: 16px 20px;
        border-radius: 14px
    }

    .proof-text {
        text-align: center
    }

    .bento-grid {
        display: flex;
        flex-direction: column;
        gap: 24px
    }

    .glass-card {
        width: 100%
    }

    .stats-grid {
        gap: 16px
    }

    .stat-card {
        padding: 24px 16px
    }

    .stat-value {
        font-size: 36px
    }
}

.section-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgb(255 255 255 / .03);
    border: 1px solid rgb(255 255 255 / .1);
    color: var(--accent-purple);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px rgb(157 0 255 / .1), inset 0 0 10px rgb(157 0 255 / .05);
    transition: all 0.3s ease
}

.section-badge:hover {
    box-shadow: 0 0 30px rgb(157 0 255 / .2), inset 0 0 15px rgb(157 0 255 / .1);
    border-color: rgb(157 0 255 / .3);
    color: #fff;
    transform: translateY(-1px)
}

.university-logo {
    height: 40px;
    width: 40px !important;
    border-radius: 50% !important;
    background: #fff;
    padding: 2px;
    object-fit: contain;
    border: 2px solid var(--bg-dark) !important;
    margin-right: 0
}

/* FAQ Accordion */
.faq-item {
    border-radius: var(--border-radius) !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(157, 0, 255, 0.25);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 28px;
    gap: 16px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    user-select: none;
}

.faq-chevron {
    font-size: 13px;
    color: var(--accent-purple);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-open .faq-chevron {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 28px;
}

.faq-open .faq-answer {
    max-height: 300px;
    padding: 0 28px 22px;
}

.faq-answer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .faq-question {
        padding: 18px 20px;
        font-size: 14px;
    }

    .faq-answer {
        padding: 0 20px;
    }

    .faq-open .faq-answer {
        padding: 0 20px 18px;
    }
}