/* ============================================================
   Project CRM – Modern High-Impact Landing Page Styles
   Font: Outfit & Inter
   Theme: Next-Gen Dark Glassmorphism
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&display=swap');

/* ── CSS Variables ───────────────────────────────────────── */
:root {
    --clr-bg:          #070a1e;
    --clr-bg-deep:     #040612;
    --clr-primary:     #6366f1;
    --clr-primary-glow:rgba(99, 102, 241, 0.4);
    --clr-accent:      #a855f7;
    --clr-accent-glow: rgba(168, 85, 247, 0.35);
    --clr-pink:        #ec4899;
    --clr-cyan:        #06b6d4;
    --clr-emerald:     #10b981;
    --clr-amber:       #f59e0b;
    --clr-card:        rgba(15, 23, 42, 0.7);
    --clr-card-hover:  rgba(24, 34, 62, 0.85);
    --clr-card-solid:  #0f172a;
    --clr-border:      rgba(255, 255, 255, 0.08);
    --clr-border-glow: rgba(99, 102, 241, 0.3);
    --clr-text:        #f8fafc;
    --clr-text-sub:    #cbd5e1;
    --clr-muted:       #94a3b8;
    --radius-sm:       10px;
    --radius-md:       16px;
    --radius-lg:       22px;
    --radius-xl:       30px;
    --radius-pill:     9999px;
    --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition:      all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Reset & Base ────────────────────────────────────────── */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit', 'Inter', system-ui, -apple-system, sans-serif;
    background-color: var(--clr-bg) !important;
    color: var(--clr-text) !important;
    margin: 0;
    overflow-x: hidden;
    position: relative;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* ── Ambient Background Mesh ─────────────────────────────── */
#bg-canvas {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.bg-overlay {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 50% at 15% 5%, rgba(99, 102, 241, 0.22) 0%, transparent 60%),
        radial-gradient(ellipse 65% 50% at 85% 15%, rgba(168, 85, 247, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 60% 45% at 50% 60%, rgba(6, 182, 212, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse 70% 50% at 80% 95%, rgba(236, 72, 153, 0.14) 0%, transparent 55%);
    z-index: 0;
    pointer-events: none;
}

/* ── Typography Utilities ────────────────────────────────── */
.gradient-text {
    background: linear-gradient(135deg, #c7d2fe 0%, #a855f7 50%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-text-cyan {
    background: linear-gradient(135deg, #67e8f9 0%, #6366f1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a5b4fc;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.25);
    padding: 6px 16px;
    border-radius: var(--radius-pill);
    margin-bottom: 1.25rem;
}

.section-label i {
    font-size: 0.75rem;
    color: #c084fc;
}

.section-title {
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1.2px;
    margin-bottom: 1rem;
    color: #fff;
}

.section-desc {
    font-size: 1.1rem;
    color: var(--clr-muted);
    max-width: 620px;
    line-height: 1.7;
}

/* ── Navbar ──────────────────────────────────────────────── */
.crm-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1.1rem 2rem;
    transition: var(--transition);
}

.crm-navbar.scrolled {
    background: rgba(7, 10, 30, 0.88);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--clr-border);
    padding: 0.75rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.nav-logo-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    box-shadow: 0 0 25px rgba(99, 102, 241, 0.45);
    flex-shrink: 0;
    transition: var(--transition);
}

.nav-logo:hover .nav-logo-icon {
    transform: scale(1.05) rotate(3deg);
}

.nav-logo-text {
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.4px;
}

.nav-logo-text span {
    background: linear-gradient(135deg, #a5b4fc, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-links-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--clr-border);
    padding: 4px 8px;
    border-radius: var(--radius-pill);
    backdrop-filter: blur(12px);
}

.nav-link-custom {
    color: var(--clr-muted);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.92rem;
    padding: 6px 18px;
    border-radius: var(--radius-pill);
    transition: var(--transition-fast);
}

.nav-link-custom:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

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

.btn-nav-login {
    color: var(--clr-text-sub);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 8px 20px;
    border-radius: var(--radius-pill);
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-nav-login:hover {
    color: #fff;
    border-color: rgba(99, 102, 241, 0.5);
    background: rgba(99, 102, 241, 0.1);
}

.btn-nav-register {
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent));
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 9px 24px;
    border-radius: var(--radius-pill);
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.35);
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-nav-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(99, 102, 241, 0.55);
    color: #fff;
}

/* ── Hero Section ────────────────────────────────────────── */
.hero-section {
    position: relative;
    z-index: 10;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 8.5rem 0 5rem;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(99, 102, 241, 0.12);
    border: 1px solid rgba(99, 102, 241, 0.35);
    border-radius: var(--radius-pill);
    padding: 7px 20px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #c7d2fe;
    margin-bottom: 1.75rem;
    backdrop-filter: blur(10px);
}

.hero-badge .badge-dot {
    width: 8px;
    height: 8px;
    background: #22d3ee;
    border-radius: 50%;
    box-shadow: 0 0 10px #22d3ee;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.6); opacity: 0.6; }
}

.hero-title {
    font-size: clamp(2.8rem, 5.5vw, 5.2rem);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -2px;
    margin-bottom: 1.5rem;
    color: #ffffff !important;
}

.hero-desc {
    font-size: 1.18rem;
    color: var(--clr-text-sub);
    max-width: 540px;
    line-height: 1.75;
    margin-bottom: 2.25rem;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2.5rem;
}

.btn-primary-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent));
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 15px 36px;
    border-radius: var(--radius-pill);
    transition: var(--transition);
    box-shadow: 0 6px 30px rgba(99, 102, 241, 0.45);
    border: none;
    cursor: pointer;
}

.btn-primary-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.65);
    color: #fff;
}

.btn-secondary-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--clr-text) !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 14px 30px;
    border-radius: var(--radius-pill);
    border: 1px solid var(--clr-border);
    transition: var(--transition);
    backdrop-filter: blur(12px);
}

.btn-secondary-cta:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    transform: translateY(-2px);
}

/* Social Proof in Hero */
.hero-social-proof {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    max-width: 540px;
}

.hero-avatar-stack {
    display: flex;
    align-items: center;
}

.hero-avatar-stack span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid var(--clr-bg);
    margin-left: -10px;
    font-size: 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
}

.hero-avatar-stack span:first-child { margin-left: 0; }
.has-1 { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.has-2 { background: linear-gradient(135deg, #ec4899, #f43f5e); }
.has-3 { background: linear-gradient(135deg, #06b6d4, #0ea5e9); }
.has-4 { background: linear-gradient(135deg, #10b981, #059669); }
.has-plus { background: #334155; font-size: 0.68rem; }

.hero-proof-text {
    font-size: 0.88rem;
    color: var(--clr-muted);
    line-height: 1.35;
}

.hero-proof-text strong {
    color: #fff;
    display: block;
}

.hero-proof-stars {
    color: #fbbf24;
    font-size: 0.8rem;
    margin-right: 4px;
}

/* ── Hero Visual (Interactive Mockup) ────────────────────── */
.hero-visual {
    position: relative;
    perspective: 1000px;
}

.dashboard-mockup {
    background: var(--clr-card);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-xl);
    padding: 1.75rem;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.05),
        0 30px 70px rgba(0, 0, 0, 0.65),
        0 0 90px rgba(99, 102, 241, 0.18);
    position: relative;
    overflow: hidden;
    transition: var(--transition-slow);
}

.dashboard-mockup::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(168, 85, 247, 0.05));
    border-radius: var(--radius-xl);
    pointer-events: none;
}

.mockup-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--clr-border);
}

.mockup-dots {
    display: flex;
    gap: 6px;
}

.mockup-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.dot-red    { background: #ff5f57; }
.dot-yellow { background: #febc2e; }
.dot-green  { background: #28c840; }

.mockup-title {
    font-size: 0.82rem;
    color: var(--clr-muted);
    margin-left: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mockup-live-status {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    color: #34d399;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 3px 10px;
    border-radius: var(--radius-pill);
    font-weight: 600;
}

/* Stat row inside mockup */
.mockup-stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 1.25rem;
}

.mockup-stat-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-md);
    padding: 12px 14px;
    text-align: left;
    transition: var(--transition-fast);
}

.mockup-stat-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
}

.mockup-stat-val {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.mockup-stat-val.indigo { color: #818cf8; }
.mockup-stat-val.purple { color: #c084fc; }
.mockup-stat-val.pink   { color: #f472b6; }

.mockup-stat-trend {
    font-size: 0.7rem;
    font-weight: 600;
    color: #34d399;
}

.mockup-stat-lbl {
    font-size: 0.75rem;
    color: var(--clr-muted);
    margin-top: 5px;
    font-weight: 500;
}

/* Chart inside mockup */
.mockup-chart-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-md);
    padding: 14px;
    margin-bottom: 1.25rem;
}

.mockup-chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.78rem;
    color: var(--clr-muted);
    margin-bottom: 12px;
    font-weight: 600;
}

.mockup-chart-bars {
    height: 85px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.chart-bar-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    height: 100%;
    justify-content: flex-end;
}

.chart-bar {
    width: 100%;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(to top, var(--clr-primary), var(--clr-accent));
    opacity: 0.85;
    transition: height 0.6s ease, opacity 0.3s;
}

.chart-bar:hover {
    opacity: 1;
    background: linear-gradient(to top, #818cf8, #f472b6);
}

.chart-bar-lbl {
    font-size: 0.65rem;
    color: #64748b;
    font-weight: 600;
}

/* Team presence bottom bar inside mockup */
.mockup-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-md);
    padding: 10px 14px;
}

.mockup-users {
    display: flex;
    align-items: center;
}

.mockup-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #0f172a;
    margin-left: -8px;
    font-size: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
}

.mockup-avatar:first-child { margin-left: 0; }
.av1 { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.av2 { background: linear-gradient(135deg, #ec4899, #f43f5e); }
.av3 { background: linear-gradient(135deg, #06b6d4, #0ea5e9); }
.av4 { background: linear-gradient(135deg, #f59e0b, #d97706); }

.mockup-online-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: var(--clr-text-sub);
    font-weight: 600;
}

.online-dot {
    width: 7px;
    height: 7px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 8px #22c55e;
}

/* Floating Badges around mockup */
.float-card {
    position: absolute;
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-md);
    padding: 10px 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2;
    animation: floatSlow 5s ease-in-out infinite;
    pointer-events: none;
}

.float-card-1 {
    top: -15px;
    right: -15px;
    animation-delay: 0s;
}

.float-card-2 {
    bottom: -15px;
    left: -15px;
    animation-delay: -2.5s;
}

@keyframes floatSlow {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.float-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.fi-green  { background: rgba(34, 197, 94, 0.15); color: #22c55e; border: 1px solid rgba(34, 197, 94, 0.3); }
.fi-yellow { background: rgba(245, 158, 11, 0.15); color: #fbbf24; border: 1px solid rgba(245, 158, 11, 0.3); }

.float-text-main {
    font-size: 0.82rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}

.float-text-sub {
    font-size: 0.72rem;
    color: var(--clr-muted);
}

/* ── Stats Band (Impact Metrics) ─────────────────────────── */
.stats-band {
    position: relative;
    z-index: 10;
    padding: 3.5rem 0;
    margin: 2rem 0;
}

.stats-card-container {
    background: linear-gradient(135deg, rgba(20, 28, 58, 0.7), rgba(15, 23, 42, 0.85));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-xl);
    padding: 2.5rem 2rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.stat-metric-card {
    text-align: center;
    padding: 0.75rem 1.25rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-icon-glow {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(99, 102, 241, 0.15);
    border: 1px solid rgba(99, 102, 241, 0.3);
    color: #a5b4fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 0.85rem;
}

.stat-big-num {
    font-size: clamp(2.4rem, 3.5vw, 3.2rem);
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff 30%, #c7d2fe 70%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    margin-bottom: 0.35rem;
}

.stat-big-lbl {
    font-size: 1.05rem;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 0.25rem;
}

.stat-sub-lbl {
    font-size: 0.82rem;
    color: var(--clr-muted);
}

/* ── Features Section (Symmetrical 3x2 Grid) ─────────────── */
.features-section {
    position: relative;
    z-index: 10;
    padding: 6.5rem 0;
}

.feature-grid-3x2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-top: 3.5rem;
}

.feature-card {
    background: var(--clr-card);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
    padding: 2.25rem;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.6), transparent);
    opacity: 0;
    transition: var(--transition);
}

.feature-card:hover {
    transform: translateY(-7px);
    border-color: rgba(99, 102, 241, 0.4);
    background: var(--clr-card-hover);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.5),
        0 0 35px rgba(99, 102, 241, 0.15);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.feature-icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    position: relative;
    transition: var(--transition);
}

.feature-card:hover .feature-icon-wrap {
    transform: scale(1.08);
}

.fi-indigo  { background: rgba(99, 102, 241, 0.16); color: #818cf8; border: 1px solid rgba(99, 102, 241, 0.3); }
.fi-purple  { background: rgba(168, 85, 247, 0.16); color: #c084fc; border: 1px solid rgba(168, 85, 247, 0.3); }
.fi-pink    { background: rgba(236, 72, 153, 0.16); color: #f472b6; border: 1px solid rgba(236, 72, 153, 0.3); }
.fi-cyan2   { background: rgba(6, 182, 212, 0.16); color: #22d3ee; border: 1px solid rgba(6, 182, 212, 0.3); }
.fi-amber   { background: rgba(245, 158, 11, 0.16); color: #fbbf24; border: 1px solid rgba(245, 158, 11, 0.3); }
.fi-emerald { background: rgba(16, 185, 129, 0.16); color: #34d399; border: 1px solid rgba(16, 185, 129, 0.3); }

.feature-badge {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 4px 10px;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--clr-muted);
}

.feature-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
    letter-spacing: -0.3px;
}

.feature-desc {
    font-size: 0.95rem;
    color: var(--clr-muted);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.feature-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #818cf8;
    text-decoration: none;
    transition: var(--transition-fast);
}

.feature-link i {
    transition: transform 0.2s ease;
}

.feature-link:hover {
    color: #c7d2fe;
}

.feature-link:hover i {
    transform: translateX(4px);
}

/* ── How It Works (Roadmap Process) ──────────────────────── */
.how-section {
    position: relative;
    z-index: 10;
    padding: 6.5rem 0;
}

.steps-roadmap {
    position: relative;
    margin-top: 3.5rem;
}

.steps-track-line {
    position: absolute;
    top: 50px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.3) 0%, rgba(168, 85, 247, 0.5) 50%, rgba(236, 72, 153, 0.3) 100%);
    z-index: 1;
}

.step-card {
    background: var(--clr-card);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
    padding: 2.25rem 1.75rem;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: var(--transition);
    height: 100%;
    backdrop-filter: blur(16px);
}

.step-card:hover {
    transform: translateY(-6px);
    border-color: rgba(99, 102, 241, 0.4);
    background: var(--clr-card-hover);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.step-number-wrap {
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    margin: 0 auto 1.5rem;
    box-shadow: 0 0 30px rgba(99, 102, 241, 0.5);
    border: 3px solid #070a1e;
    position: relative;
    transition: var(--transition);
}

.step-card:hover .step-number-wrap {
    transform: scale(1.1);
}

.step-title {
    font-size: 1.18rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
}

.step-desc {
    font-size: 0.92rem;
    color: var(--clr-muted);
    line-height: 1.65;
    margin: 0;
}

/* ── Testimonials Section ────────────────────────────────── */
.testimonials-section {
    position: relative;
    z-index: 10;
    padding: 6.5rem 0;
    background: linear-gradient(180deg, rgba(99, 102, 241, 0.03) 0%, rgba(168, 85, 247, 0.05) 100%);
    border-top: 1px solid var(--clr-border);
    border-bottom: 1px solid var(--clr-border);
}

.testimonial-card {
    background: var(--clr-card);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-lg);
    padding: 2.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    border-color: rgba(168, 85, 247, 0.35);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
}

.testimonial-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}

.testimonial-stars {
    display: flex;
    gap: 4px;
    color: #fbbf24;
    font-size: 0.95rem;
}

.testimonial-quote-icon {
    font-size: 1.75rem;
    color: rgba(99, 102, 241, 0.25);
}

.testimonial-text {
    font-size: 1rem;
    color: #e2e8f0;
    line-height: 1.75;
    margin-bottom: 1.75rem;
    font-style: normal;
    flex-grow: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.author-name {
    font-weight: 800;
    font-size: 0.98rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}

.author-verified-badge {
    color: #38bdf8;
    font-size: 0.8rem;
}

.author-role {
    font-size: 0.82rem;
    color: var(--clr-muted);
}

/* ── FAQ Section ─────────────────────────────────────────── */
.faq-section {
    position: relative;
    z-index: 10;
    padding: 6.5rem 0;
}

.faq-accordion-item {
    background: var(--clr-card);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
    overflow: hidden;
    transition: var(--transition-fast);
    backdrop-filter: blur(16px);
}

.faq-accordion-item:hover {
    border-color: rgba(99, 102, 241, 0.35);
}

.faq-summary {
    font-weight: 700;
    font-size: 1.05rem;
    color: #fff;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.35rem 1.5rem;
    transition: var(--transition-fast);
    user-select: none;
}

.faq-summary::-webkit-details-marker {
    display: none;
}

.faq-icon-wrap {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.12);
    border: 1px solid rgba(99, 102, 241, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a5b4fc;
    font-size: 0.85rem;
    transition: transform 0.3s ease, background-color 0.2s;
    flex-shrink: 0;
}

details[open] .faq-icon-wrap {
    transform: rotate(180deg);
    background: rgba(99, 102, 241, 0.3);
    color: #fff;
}

details[open] .faq-accordion-item {
    border-color: rgba(99, 102, 241, 0.4);
    background: rgba(20, 28, 55, 0.8);
}

.faq-content {
    padding: 0 1.5rem 1.5rem;
    color: var(--clr-text-sub);
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ── Final CTA Section ───────────────────────────────────── */
.cta-section {
    position: relative;
    z-index: 10;
    padding: 6rem 0 8rem;
}

.cta-box-card {
    background: linear-gradient(135deg, rgba(30, 27, 75, 0.85), rgba(15, 23, 42, 0.95));
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: var(--radius-xl);
    padding: 4.5rem 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.6),
        0 0 100px rgba(99, 102, 241, 0.25);
    backdrop-filter: blur(24px);
}

.cta-box-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: 350px;
    background: radial-gradient(ellipse at center, rgba(168, 85, 247, 0.25) 0%, transparent 70%);
    pointer-events: none;
}

.cta-title {
    font-size: clamp(2.3rem, 4.5vw, 3.8rem);
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 1.25rem;
    color: #fff;
    position: relative;
}

.cta-subtitle {
    font-size: 1.18rem;
    color: var(--clr-text-sub);
    margin-bottom: 2.75rem;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    position: relative;
}

.cta-trust-row {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 2rem;
    position: relative;
}

.cta-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #94a3b8;
    font-weight: 500;
}

.cta-trust-pill i {
    color: #34d399;
}

/* ── Footer ──────────────────────────────────────────────── */
.crm-footer {
    position: relative;
    z-index: 10;
    padding: 4.5rem 0 2rem;
    border-top: 1px solid var(--clr-border);
    background: rgba(4, 6, 18, 0.95);
}

.footer-brand {
    margin-bottom: 1.5rem;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 1rem;
}

.footer-tagline {
    font-size: 0.92rem;
    color: var(--clr-muted);
    max-width: 320px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.footer-socials {
    display: flex;
    gap: 10px;
}

.social-btn {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--clr-border);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    color: var(--clr-muted);
    text-decoration: none;
    transition: var(--transition-fast);
}

.social-btn:hover {
    background: rgba(99, 102, 241, 0.2);
    border-color: rgba(99, 102, 241, 0.5);
    color: #a5b4fc;
    transform: translateY(-3px);
}

.footer-col-title {
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.25rem;
}

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

.footer-links-list li {
    margin-bottom: 0.75rem;
}

.footer-links-list a {
    font-size: 0.92rem;
    color: var(--clr-muted);
    text-decoration: none;
    transition: var(--transition-fast);
}

.footer-links-list a:hover {
    color: #fff;
    padding-left: 3px;
}

.footer-bottom-bar {
    margin-top: 3.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.footer-copy-text {
    font-size: 0.85rem;
    color: var(--clr-muted);
}

.footer-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 4px 12px;
    border-radius: var(--radius-pill);
    font-size: 0.78rem;
    color: #34d399;
    font-weight: 600;
}

.footer-status-badge .status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 8px #34d399;
}

/* ── Scroll Reveal Animations (Robust Fallback) ──────────── */
[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal].revealed {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ── Responsive Media Queries ────────────────────────────── */
@media (max-width: 1199px) {
    .feature-grid-3x2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding: 7.5rem 0 4rem;
    }
    .hero-visual {
        margin-top: 3rem;
    }
    .float-card {
        display: none;
    }
    .steps-track-line {
        display: none;
    }
    .step-card {
        margin-bottom: 1rem;
    }
    .nav-links-wrap {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2.6rem;
        letter-spacing: -1px;
    }
    .feature-grid-3x2 {
        grid-template-columns: 1fr;
    }
    .stat-metric-card {
        margin-bottom: 1.5rem;
    }
    .cta-box-card {
        padding: 3rem 1.5rem;
    }
    .footer-bottom-bar {
        flex-direction: column;
        text-align: center;
    }
}

/* ── Accessibility ───────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
    }
}
