/* Mobile responsive adjustments */
@media (max-width: 767px) {
    .logo {
        max-width: 60%; /* Prevent logo from taking too much width */
    }
    
    .logo-image {
        height: 28px;
    }
    
    .logo-sub {
        font-size: 0.55rem;
        white-space: normal; /* Allow wrapping */
        line-height: 1.1;
        max-width: 100%;
        word-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .logo {
        max-width: 55%;
    }
    
    .logo-sub {
        font-size: 0.5rem;
        line-height: 1.0;
    }
}

@media (min-width: 768px) {
    .logo {
        max-width: none;
    }
    
    .logo-image {
        height: 36px;
    }
    
    .logo-sub {
        font-size: var(--font-size-sm);
        white-space: nowrap;
    }
}
.logo,body{font-size:var(--font-base)}.btn,.logo{text-decoration:none}.btn,.sr-only{white-space:nowrap}.hero,.sr-only{overflow:hidden}:root{--primary-gradient:linear-gradient(135deg,#6366f1,#8b5cf6,#d946ef);--secondary-gradient:linear-gradient(135deg,#06b6d4,#3b82f6);--background-light:#fff;--text-primary:#1e293b;--text-secondary:#64748b;--radius-md:8px;--font-xs:.75rem;--font-sm:.875rem;--font-base:1rem;--font-lg:1.125rem;--font-3xl:1.875rem;--font-5xl:3rem}.gradient-text,.logo{background:var(--primary-gradient);color:transparent}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Inter,'Segoe UI',Roboto,sans-serif;background:var(--background-light);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}.container{max-width:1280px;margin-inline:auto;padding-inline:1rem;width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);border:0}.gradient-text{-webkit-background-clip:text;background-clip:text}.fade-in{opacity:0;transform:translateY(30px);transition:.8s cubic-bezier(.4,0,.2,1)}.btn,.header{transition:.3s ease-out}.fade-in.visible{opacity:1;transform:none}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.header.scrolled{padding:.5rem 0;box-shadow:0 2px 20px rgba(0,0,0,.06)}.header-content{display:flex;justify-content:space-between;align-items:center;min-height:48px}.btn,.hero{align-items:center}.logo{font-weight:800;-webkit-background-clip:text;background-clip:text}.btn{display:inline-flex;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;font-size:var(--font-sm);min-height:44px;cursor:pointer;border:none}.btn-secondary,.hero-badge{border:1px solid rgba(0,0,0,.08)}.btn-primary{background:var(--primary-gradient);color:#fff;box-shadow:0 4px 20px rgba(99,102,241,.25)}.btn-primary:focus,.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(99,102,241,.4)}.btn-secondary{background:#fff;color:var(--text-primary)}.btn-secondary:focus,.btn-secondary:hover{background:#f8fafc;transform:translateY(-2px)}.hero{min-height:100vh;display:flex;position:relative;padding:6rem 1rem 2rem}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(99,102,241,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.08) 1px,transparent 1px);background-size:24px 24px;animation:20s linear infinite grid-move;z-index:-1}.hero-badge,.stat-item{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.04)}@keyframes grid-move{0%{transform:translate(0)}100%{transform:translate(24px,24px)}}.hero-content{width:100%;max-width:768px;z-index:1}.hero-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;margin-bottom:1.5rem;border-radius:50px;font-size:var(--font-xs);font-weight:500}.hero-badge::before{content:"🚀";margin-right:.5rem}.hero-title{font-size:var(--font-3xl);font-weight:800;line-height:1.25;margin-bottom:1rem;letter-spacing:-.025em}.hero-subtitle{font-size:var(--font-lg);color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.625}.hero-cta{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.stat-item{text-align:center;padding:1rem .5rem;border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-md)}.stat-number{font-size:var(--font-lg);font-weight:800;background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;display:block}.stat-label{font-size:var(--font-xs);color:var(--text-secondary);margin-top:.25rem}@media(min-width:768px){:root{--font-5xl:4rem}.container{padding-inline:2rem}.btn{font-size:var(--font-base);min-height:48px}.hero{padding:8rem 2rem 3rem}.hero-title{font-size:var(--font-5xl);margin-bottom:1.5rem}.hero-subtitle{font-size:var(--font-lg);max-width:600px}.hero-cta{flex-direction:row;gap:1rem}.hero-stats{gap:2rem;margin-top:3rem}.stat-number{font-size:var(--font-3xl)}.stat-label{font-size:var(--font-sm)}}@media(prefers-reduced-motion:reduce){*,::after,::before{animation-duration:NaNs!important;animation-iteration-count:1!important;transition-duration:NaNs!important}}.btn:focus-visible{outline:2px solid var(--secondary-gradient);outline-offset:2px}