:root {
    /* Original Custom Variables */
    --bg-color: #ffffff;
    --text-primary: #111111;
    --text-secondary: #666666;
    --text-tertiary: #888888;
    --accent-color: #000000;
    --border-color: #eeeeee;
    --hover-bg: #f5f5f5;

    --font-family: 'Inter', sans-serif;

    --container-width: 1200px;
    --header-height: 72px;
    --sidebar-width: 280px;
    --border-radius: 8px;
    --transition: all 0.2s ease;

    /* Tailwind CSS Color Variables */

    /* Slate */
    --slate-50: #f8fafc;
    --slate-100: #f1f5f9;
    --slate-200: #e2e8f0;
    --slate-300: #cbd5e1;
    --slate-400: #94a3b8;
    --slate-500: #64748b;
    --slate-600: #475569;
    --slate-700: #334155;
    --slate-800: #1e293b;
    --slate-900: #0f172a;
    --slate-950: #020617;

    /* Gray */
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --gray-950: #030712;

    /* Zinc */
    --zinc-50: #fafafa;
    --zinc-100: #f4f4f5;
    --zinc-200: #e4e4e7;
    --zinc-300: #d4d4d8;
    --zinc-400: #a1a1aa;
    --zinc-500: #71717a;
    --zinc-600: #52525b;
    --zinc-700: #3f3f46;
    --zinc-800: #27272a;
    --zinc-900: #18181b;
    --zinc-950: #09090b;

    /* Neutral */
    --neutral-50: #fafafa;
    --neutral-100: #f5f5f5;
    --neutral-200: #e5e5e5;
    --neutral-300: #d4d4d4;
    --neutral-400: #a3a3a3;
    --neutral-500: #737373;
    --neutral-600: #525252;
    --neutral-700: #404040;
    --neutral-800: #262626;
    --neutral-900: #171717;
    --neutral-950: #0a0a0a;

    /* Stone */
    --stone-50: #fafaf9;
    --stone-100: #f5f5f4;
    --stone-200: #e7e5e4;
    --stone-300: #d6d3d1;
    --stone-400: #a8a29e;
    --stone-500: #78716c;
    --stone-600: #57534e;
    --stone-700: #44403c;
    --stone-800: #292524;
    --stone-900: #1c1917;
    --stone-950: #0c0a09;

    /* Red */
    --red-50: #fef2f2;
    --red-100: #fee2e2;
    --red-200: #fecaca;
    --red-300: #fca5a5;
    --red-400: #f87171;
    --red-500: #ef4444;
    --red-600: #dc2626;
    --red-700: #b91c1c;
    --red-800: #991b1b;
    --red-900: #7f1d1d;
    --red-950: #450a0a;

    /* Orange */
    --orange-50: #fff7ed;
    --orange-100: #ffedd5;
    --orange-200: #fed7aa;
    --orange-300: #fdba74;
    --orange-400: #fb923c;
    --orange-500: #f97316;
    --orange-600: #ea580c;
    --orange-700: #c2410c;
    --orange-800: #9a3412;
    --orange-900: #7c2d12;
    --orange-950: #431407;

    /* Amber */
    --amber-50: #fffbeb;
    --amber-100: #fef3c7;
    --amber-200: #fde68a;
    --amber-300: #fcd34d;
    --amber-400: #fbbf24;
    --amber-500: #f59e0b;
    --amber-600: #d97706;
    --amber-700: #b45309;
    --amber-800: #92400e;
    --amber-900: #78350f;
    --amber-950: #451a03;

    /* Yellow */
    --yellow-50: #fefce8;
    --yellow-100: #fef9c3;
    --yellow-200: #fef08a;
    --yellow-300: #fde047;
    --yellow-400: #facc15;
    --yellow-500: #eab308;
    --yellow-600: #ca8a04;
    --yellow-700: #a16207;
    --yellow-800: #854d0e;
    --yellow-900: #713f12;
    --yellow-950: #422006;

    /* Lime */
    --lime-50: #f7fee7;
    --lime-100: #ecfccb;
    --lime-200: #d9f99d;
    --lime-300: #bef264;
    --lime-400: #a3e635;
    --lime-500: #84cc16;
    --lime-600: #65a30d;
    --lime-700: #4d7c0f;
    --lime-800: #3f6212;
    --lime-900: #365314;
    --lime-950: #1a2e05;

    /* Green */
    --green-50: #f0fdf4;
    --green-100: #dcfce7;
    --green-200: #bbf7d0;
    --green-300: #86efac;
    --green-400: #4ade80;
    --green-500: #22c55e;
    --green-600: #16a34a;
    --green-700: #15803d;
    --green-800: #166534;
    --green-900: #14532d;
    --green-950: #052e16;

    /* Emerald */
    --emerald-50: #ecfdf5;
    --emerald-100: #d1fae5;
    --emerald-200: #a7f3d0;
    --emerald-300: #6ee7b7;
    --emerald-400: #34d399;
    --emerald-500: #10b981;
    --emerald-600: #059669;
    --emerald-700: #047857;
    --emerald-800: #065f46;
    --emerald-900: #064e3b;
    --emerald-950: #022c22;

    /* Teal */
    --teal-50: #f0fdfa;
    --teal-100: #ccfbf1;
    --teal-200: #99f6e4;
    --teal-300: #5eead4;
    --teal-400: #2dd4bf;
    --teal-500: #14b8a6;
    --teal-600: #0d9488;
    --teal-700: #0f766e;
    --teal-800: #115e59;
    --teal-900: #134e4a;
    --teal-950: #042f2e;

    /* Cyan */
    --cyan-50: #ecfeff;
    --cyan-100: #cffafe;
    --cyan-200: #a5f3fc;
    --cyan-300: #67e8f9;
    --cyan-400: #22d3ee;
    --cyan-500: #06b6d4;
    --cyan-600: #0891b2;
    --cyan-700: #0e7490;
    --cyan-800: #155e75;
    --cyan-900: #164e63;
    --cyan-950: #083344;

    /* Sky */
    --sky-50: #f0f9ff;
    --sky-100: #e0f2fe;
    --sky-200: #bae6fd;
    --sky-300: #7dd3fc;
    --sky-400: #38bdf8;
    --sky-500: #0ea5e9;
    --sky-600: #0284c7;
    --sky-700: #0369a1;
    --sky-800: #075985;
    --sky-900: #0c4a6e;
    --sky-950: #082f49;

    /* Blue */
    --blue-50: #eff6ff;
    --blue-100: #dbeafe;
    --blue-200: #bfdbfe;
    --blue-300: #93c5fd;
    --blue-400: #60a5fa;
    --blue-500: #3b82f6;
    --blue-600: #2563eb;
    --blue-700: #1d4ed8;
    --blue-800: #1e40af;
    --blue-900: #1e3a8a;
    --blue-950: #172554;

    /* Indigo */
    --indigo-50: #eef2ff;
    --indigo-100: #e0e7ff;
    --indigo-200: #c7d2fe;
    --indigo-300: #a5b4fc;
    --indigo-400: #818cf8;
    --indigo-500: #6366f1;
    --indigo-600: #4f46e5;
    --indigo-700: #4338ca;
    --indigo-800: #3730a3;
    --indigo-900: #312e81;
    --indigo-950: #1e1b4b;

    /* Violet */
    --violet-50: #f5f3ff;
    --violet-100: #ede9fe;
    --violet-200: #ddd6fe;
    --violet-300: #c4b5fd;
    --violet-400: #a78bfa;
    --violet-500: #8b5cf6;
    --violet-600: #7c3aed;
    --violet-700: #6d28d9;
    --violet-800: #5b21b6;
    --violet-900: #4c1d95;
    --violet-950: #2e1065;

    /* Purple */
    --purple-50: #faf5ff;
    --purple-100: #f3e8ff;
    --purple-200: #e9d5ff;
    --purple-300: #d8b4fe;
    --purple-400: #c084fc;
    --purple-500: #a855f7;
    --purple-600: #9333ea;
    --purple-700: #7e22ce;
    --purple-800: #6b21a8;
    --purple-900: #581c87;
    --purple-950: #3b0764;

    /* Fuchsia */
    --fuchsia-50: #fdf4ff;
    --fuchsia-100: #fae8ff;
    --fuchsia-200: #f5d0fe;
    --fuchsia-300: #f0abfc;
    --fuchsia-400: #e879f9;
    --fuchsia-500: #d946ef;
    --fuchsia-600: #c026d3;
    --fuchsia-700: #a21caf;
    --fuchsia-800: #86198f;
    --fuchsia-900: #701a75;
    --fuchsia-950: #4a044e;

    /* Pink */
    --pink-50: #fdf2f8;
    --pink-100: #fce7f3;
    --pink-200: #fbcfe8;
    --pink-300: #f9a8d4;
    --pink-400: #f472b6;
    --pink-500: #ec4899;
    --pink-600: #db2777;
    --pink-700: #be185d;
    --pink-800: #9d174d;
    --pink-900: #831843;
    --pink-950: #500724;

    /* Rose */
    --rose-50: #fff1f2;
    --rose-100: #ffe4e6;
    --rose-200: #fecdd3;
    --rose-300: #fda4af;
    --rose-400: #fb7185;
    --rose-500: #f43f5e;
    --rose-600: #e11d48;
    --rose-700: #be123c;
    --rose-800: #9f1239;
    --rose-900: #881337;
    --rose-950: #4c0519;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-family);
    background-color: var(--bg-color);
    color: var(--text-primary);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

body.no-scroll {
    overflow: hidden;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 24px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

/* Typography */
h1,
h2,
h3 {
    font-weight: 600;
    letter-spacing: -0.02em;
}

h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-tertiary);
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

p {
    color: var(--text-secondary);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 48px;
    border-radius: var(--border-radius);
    font-weight: 500;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.btn-primary {
    background-color: var(--accent-color);
    color: white;
}

.btn-primary i {
    margin-right: 8px;
    font-size: 1.125rem;
}

.btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.btn-secondary {
    background-color: transparent;
    color: var(--text-primary);
    border: 1px solid var(--border-color);
}

.btn-secondary:hover {
    background-color: var(--hover-bg);
    border-color: var(--text-primary);
}

.btn-outline {
    background-color: transparent;
    color: var(--text-primary);
    border: 1px solid var(--border-color);
}

.btn-outline:hover {
    border-color: var(--text-primary);
}

.full-width {
    width: 100%;
}

/* Header */
header {
    height: var(--header-height);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    z-index: 100;
    display: flex;
    align-items: center;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 0.9375rem;
}

.logo img {
    height: 24px;
    width: auto;
}

.desktop-nav {
    display: flex;
    gap: 32px;
}

.desktop-nav a {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.desktop-nav a:hover {
    color: var(--text-primary);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.social-icons {
    display: flex;
    gap: 16px;
}

.social-icons a {
    font-size: 1.25rem;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
}

.social-icons a:hover {
    color: var(--text-primary);
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-primary);
}

/* Mobile Drawer */
.mobile-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: var(--bg-color);
    z-index: 200;
    transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.mobile-drawer.open {
    right: 0;
}

.drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.close-menu-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-primary);
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 1.5rem;
    font-weight: 500;
}

.drawer-footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Hero Section */
.hero {
    padding: 160px 0 120px;
    text-align: center;
}

.hero-content {
    max-width: 800px;
}

.hero-badge {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-secondary);
    margin-bottom: 32px;
    border: 1px solid var(--border-color);
    padding: 6px 12px;
    border-radius: 100px;
}

.hero-badge-custom {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-secondary);
    border: 1px solid var(--border-color);
    /* padding: 6px 12px; */
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 32px;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.badge-custom {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-secondary);
    border-right: 1px solid var(--border-color);
    padding: 6px 12px;
    /* border-radius: 100px; */
}

.hero-sub {
    font-size: 1.25rem;
    margin-bottom: 48px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-ctas {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 60px;
}

.tiny-note {
    font-size: 0.875rem;
    color: var(--text-tertiary);
}

/* Sections General */
section {
    padding: 100px 0;
    border-top: 1px solid var(--border-color);
}

.section-header {
    margin-bottom: 60px;
}

.section-header.center {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Why This Matters */
.grid-2-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.problem h3,
.solution h3 {
    font-size: 2rem;
    margin-bottom: 24px;
}

.problem p,
.solution p {
    font-size: 1.125rem;
}

/* Core Features */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 60px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 24px;
    background-color: var(--hover-bg);
    border-radius: var(--border-radius);
    font-weight: 500;
}

.feature-item i {
    font-size: 1.25rem;
    color: var(--text-primary);
}

.feature-note {
    text-align: center;
    font-size: 1.125rem;
    color: var(--text-primary);
    font-weight: 500;
}

/* How It Works */
.section-title {
    font-size: 2.5rem;
    color: var(--text-primary);
    text-transform: none;
    letter-spacing: -0.02em;
    margin-top: 16px;
    font-weight: 600;
}

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

.step-card {
    position: relative;
    padding: 32px 24px;
    background: linear-gradient(135deg, var(--hover-bg) 0%, rgba(250, 250, 250, 0.5) 100%);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: default;
}

.step-card:hover {
    transform: translateY(-4px);
    border-color: var(--text-primary);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.step-number {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 3rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.05);
    line-height: 1;
    transition: color 0.3s ease;
}

.step-card:hover .step-number {
    color: rgba(0, 0, 0, 0.08);
}

.step-icon {
    width: 56px;
    height: 56px;
    background: var(--accent-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.step-card:hover .step-icon {
    transform: scale(1.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.step-icon i {
    font-size: 1.75rem;
    color: white;
}

.step-card h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 12px;
}

.step-card p {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.steps-summary {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 48px 32px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.01) 100%);
    border-radius: 16px;
    border: 1px solid var(--border-color);
}

.steps-summary h3 {
    font-size: 2.5rem;
    margin-bottom: 16px;
    color: var(--text-primary);
}

.steps-summary p {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* For Who */
.who-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.who-card {
    position: relative;
    padding: 48px 32px;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

.who-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color) 0%, #6366f1 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.who-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    border-color: var(--accent-color);
}

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

.who-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, var(--accent-color) 0%, #6366f1 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.who-card:hover .who-icon {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.who-icon i {
    font-size: 2rem;
    color: white;
}

.who-emoji {
    font-size: 2rem;
    margin-bottom: 12px;
    display: inline-block;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

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

    50% {
        transform: translateY(-8px);
    }
}

.who-card:nth-child(2) .who-emoji {
    animation-delay: 0.5s;
}

.who-card:nth-child(3) .who-emoji {
    animation-delay: 1s;
}

.who-card h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    color: var(--text-primary);
    font-weight: 600;
}

.who-card p {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.who-conclusion {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 32px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.01) 100%);
    border-radius: 16px;
    border: 1px solid var(--border-color);
}

.who-conclusion p {
    font-size: 1.25rem;
    color: var(--text-primary);
    font-weight: 500;
    line-height: 1.7;
}

/* Trust & Story */
.story-content {
    font-size: 1.5rem;
    line-height: 1.6;
    max-width: 900px;
}

.story-content p {
    margin-bottom: 24px;
    color: var(--text-primary);
}

.story-tagline {
    color: var(--text-tertiary) !important;
    margin-top: 40px;
}

/* Final CTA */
.final-cta {
    text-align: center;
    background-color: var(--hover-bg);
    border-top: none;
}

.final-cta h2 {
    font-size: 3rem;
    margin-bottom: 24px;
}

.final-cta p {
    font-size: 1.25rem;
    margin-bottom: 48px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

/* Footer */
/* Footer */
footer {
    padding: 80px 0 32px;
    border-top: 1px solid var(--border-color);
    background-color: var(--hover-bg);
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 80px;
    margin-bottom: 64px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-brand .logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
}

.footer-brand .logo img {
    height: 28px;
    width: auto;
}

.footer-brand .logo span {
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--text-primary);
}

.footer-tagline {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    line-height: 1.6;
    max-width: 280px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--text-secondary);
    transition: all 0.2s ease;
}

.footer-social a:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: white;
    transform: translateY(-2px);
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.footer-column h4 {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-column ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-column a {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    transition: color 0.2s ease;
}

.footer-column a:hover {
    color: var(--text-primary);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
}

.footer-bottom p {
    color: var(--text-tertiary);
    font-size: 0.875rem;
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-links a {
    color: var(--text-tertiary);
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: var(--text-primary);
}

/* Responsive */
@media (max-width: 1024px) {
    h1 {
        font-size: 2.5rem;
    }

    .desktop-nav,
    .header-actions {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .grid-2-col,
    .who-grid {
        grid-template-columns: 1fr;
    }

    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 60px;
    }

    .section-title {
        font-size: 2rem;
    }

    .steps-summary h3 {
        font-size: 2rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 48px;
        margin-bottom: 48px;
    }

    .footer-links {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }

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

    .final-cta h2 {
        font-size: 2rem;
    }

    /* Mobile Bottom Navigation */
    header {
        position: fixed;
        /* Ensure it sticks to the bottom */
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid var(--border-color);
        border-bottom: none;
        background-color: rgba(255, 255, 255, 1);
        /* Solid background for bottom bar */
        height: var(--header-height);
        display: flex;
        align-items: center;
    }

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

    /* Add padding to body to prevent content from being hidden behind bottom header */
    body {
        padding-bottom: var(--header-height);
    }

    /* Mobile Drawer - Bottom Sheet */
    .mobile-drawer {
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        height: auto;
        max-height: 85vh;
        width: 100%;
        border-radius: 24px 24px 0 0;
        transform: translateY(100%);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1);
        padding-bottom: calc(24px + var(--header-height));
        /* Add padding for bottom header */
        z-index: 90;
        /* Behind header (100) but above content */
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        overflow: hidden;
        /* Ensure border radius clips content */
        border: 1px solid var(--border-color);
        /* Add border for better visibility */
        border-bottom: none;
    }

    .mobile-drawer.open {
        transform: translateY(0);
        right: 0;
        /* Reset right property from desktop styles if needed, though we set left/right 0 above */
    }

    /* Overlay for bottom sheet */
    .mobile-drawer::before {
        content: '';
        position: fixed;
        top: -100vh;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        transition: opacity 0.4s ease;
        pointer-events: none;
        z-index: -1;
    }

    .mobile-drawer.open::before {
        opacity: 1;
        pointer-events: auto;
    }

    .drawer-header {
        display: none;
        /* Hide drawer header since we use bottom bar toggle */
    }

    .mobile-nav {
        padding-top: 32px;
        align-items: center;
        /* Center align nav items */
        text-align: center;
    }

    .mobile-nav a {
        font-size: 1.25rem;
        /* Larger font for mobile touch targets */
        padding: 12px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 80px 0 60px;
    }

    .hero-ctas {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 48px;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .steps-summary {
        padding: 32px 24px;
    }

    .steps-summary h3 {
        font-size: 1.75rem;
    }

    .steps-summary p {
        font-size: 1rem;
    }

    .who-conclusion {
        padding: 32px 24px;
    }

    .who-conclusion p {
        font-size: 1rem;
    }

    .footer-links {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    footer {
        padding: 64px 0 24px;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 100px 0 60px;
    }

    h1 {
        font-size: 2rem;
    }

    .hero-badge-custom {
        border-radius: 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border: none;
    }

    .badge-custom {
        border: 1px solid var(--border-color);
        border-radius: 100px;
        margin: 4px;
        font-size: 0.75rem;
    }
}

/* Flying Heart Animation */
.flying-heart {
    position: fixed;
    font-size: 24px;
    pointer-events: none;
    z-index: 9999;
    animation: flyAndFade 1s ease-out forwards;
}

@keyframes flyAndFade {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -150px) scale(1.5);
    }
}

/* Documentation Styles */
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.search-bar {
    background: var(--hover-bg);
    border: 1px solid transparent;
    padding: 8px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 300px;
    color: var(--text-secondary);
    font-size: 0.875rem;
    transition: all 0.2s;
}

.search-bar:focus-within {
    border-color: var(--border-color);
    background: white;
}

.search-bar input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-family: inherit;
}

/* Docs Layout */
.main-wrapper {
    display: flex;
    margin-top: var(--header-height);
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    flex: 1;
}

/* Sidebar */
aside {
    width: var(--sidebar-width);
    height: calc(100vh - var(--header-height));
    position: sticky;
    top: var(--header-height);
    overflow-y: auto;
    border-right: 1px solid var(--border-color);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.nav-group h4 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-primary);
    margin-bottom: 12px;
    font-weight: 600;
}

.nav-group ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nav-group a {
    display: block;
    padding: 6px 12px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.875rem;
    border-radius: 6px;
    transition: all 0.2s;
    margin-left: -12px;
}

.nav-group a:hover {
    background-color: var(--hover-bg);
    color: var(--text-primary);
}

.nav-group a.active {
    background-color: #f0f0f0;
    color: var(--text-primary);
    font-weight: 500;
}

/* Main Content */
main {
    flex: 1;
    padding: 48px 64px;
    max-width: 900px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-tertiary);
    font-size: 0.875rem;
    margin-bottom: 24px;
}

.lead {
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin-bottom: 48px;
}

code {
    background-color: var(--hover-bg);
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Menlo', 'Monaco', 'Courier New', monospace;
    font-size: 0.875rem;
    color: var(--text-primary);
}

pre {
    background-color: #111;
    color: #fff;
    padding: 24px;
    border-radius: 8px;
    overflow-x: auto;
    margin-bottom: 24px;
}

pre code {
    background-color: transparent;
    padding: 0;
    color: inherit;
}

.callout {
    background-color: var(--hover-bg);
    border-left: 4px solid var(--text-primary);
    padding: 24px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 24px;
}

/* Docs Responsive */
@media (max-width: 1024px) {
    aside {
        display: none;
    }

    main {
        padding: 32px 24px;
    }
}

/* Changelog Styles */
.changelog-section {
    padding-top: 0;
    max-width: 800px;
    margin: 0 auto;
}

.changelog-item {
    position: relative;
    padding-left: 48px;
    margin-bottom: 64px;
}

.changelog-item::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 32px;
    bottom: -64px;
    width: 1px;
    background-color: var(--border-color);
}

.changelog-item:last-child::before {
    display: none;
}

.changelog-item::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 6px;
    width: 9px;
    height: 9px;
    background-color: var(--bg-color);
    border: 2px solid var(--text-primary);
    border-radius: 50%;
    z-index: 1;
}

.version-tag {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    background-color: var(--text-primary);
    color: var(--bg-color);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.changelog-date {
    display: block;
    font-size: 0.875rem;
    color: var(--text-tertiary);
    margin-bottom: 24px;
    font-weight: 500;
}

.changelog-content h3 {
    font-size: 1.25rem;
    margin-bottom: 16px;
    font-weight: 600;
}

.changelog-content ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.changelog-content li {
    position: relative;
    padding-left: 24px;
    color: var(--text-secondary);
    line-height: 1.6;
}

.changelog-content li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--text-tertiary);
}

/* New Changelog Layout Styles */
.changelog-entry {
    margin-bottom: 80px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 60px;
}

.changelog-entry:last-child {
    border-bottom: none;
}

.entry-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.version-badge {
    background-color: var(--text-primary);
    color: var(--bg-color);
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 600;
}

.entry-date {
    color: var(--text-tertiary);
    font-size: 0.9375rem;
}

.entry-content h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.entry-content h4 {
    font-size: 1.125rem;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 600;
}

.entry-content ul {
    list-style: disc;
    margin-left: 20px;
    color: var(--text-secondary);
}

.entry-content li {
    margin-bottom: 8px;
}