@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";:root{--primary: #1e40af;--primary-foreground: #ffffff;--secondary: #f8fafc;--secondary-foreground: #1e293b;--accent: #3b82f6;--accent-foreground: #ffffff;--muted: #f1f5f9;--muted-foreground: #64748b;--background: #ffffff;--foreground: #0f172a;--border: #e2e8f0;--card: #ffffff;--gradient-hero: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%)}*{font-family:Poppins,system-ui,-apple-system,sans-serif;margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--foreground);background:var(--background)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid rgba(226,232,240,.4);background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.header-content{display:flex;height:64px;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{width:32px;height:32px;background:var(--gradient-hero);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.125rem}.logo-text{font-weight:700;font-size:1.25rem}.beta-badge{font-size:.75rem;background:#3b82f633;color:var(--accent);padding:.25rem .5rem;border-radius:9999px;font-weight:500}nav{display:none;align-items:center;gap:2rem}@media (min-width: 768px){nav{display:flex}}nav a{font-size:.875rem;font-weight:500;color:var(--foreground);text-decoration:none;transition:color .3s}nav a:hover{color:var(--primary)}.header-buttons{display:flex;align-items:center;gap:1rem}.btn{padding:.5rem 1rem;border-radius:6px;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .3s;cursor:pointer;border:none;font-size:.875rem}.btn-ghost{background:transparent;color:var(--foreground)}.btn-ghost:hover{background:var(--muted)}.btn-default{background:var(--primary);color:var(--primary-foreground)}.btn-default:hover{background:#2563eb;transform:translateY(-1px)}.btn-hero{background:var(--gradient-hero);color:#fff;padding:.75rem 2rem;font-size:1.125rem;box-shadow:0 4px 14px #3b82f666}.btn-hero:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f680}.btn-outline{background:transparent;color:var(--foreground);border:1px solid var(--border);padding:.75rem 2rem;font-size:1.125rem}.btn-outline:hover{background:var(--muted);transform:translateY(-1px)}.btn-lg{padding:.75rem 2rem;font-size:1.125rem}.hero{position:relative;padding:5rem 0 8rem;background:linear-gradient(135deg,var(--background) 0%,rgba(248,250,252,.2) 50%,var(--background) 100%);overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(59,130,246,.1),transparent 50%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative}@media (min-width: 1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-content{animation:fadeUp 1s ease-out}.hero-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);color:var(--accent);font-size:.875rem;font-weight:500;margin-bottom:1rem}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}@media (min-width: 1024px){.hero-title{font-size:3.75rem}}.gradient-text{background:var(--gradient-hero);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:1.25rem;color:var(--muted-foreground);line-height:1.6;margin-bottom:2rem;max-width:32rem}.hero-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width: 640px){.hero-buttons{flex-direction:row}}.hero-features{display:flex;flex-wrap:wrap;gap:2rem;font-size:.875rem;color:var(--muted-foreground)}.hero-feature{display:flex;align-items:center;gap:.5rem}.hero-dot{width:8px;height:8px;background:var(--accent);border-radius:50%}.card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(59,130,246,.1);border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;animation:fadeUp 1s ease-out .2s both}.dashboard-preview{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.dashboard-preview h3{font-size:1.125rem;font-weight:600}.status-indicator{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground)}.dashboard-mockup{border-radius:8px;height:20rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;text-align:center}.mockup-content{color:var(--muted-foreground)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:center}.stat-number{font-size:1.5rem;font-weight:700}.stat-number.accent{color:var(--accent)}.stat-number.primary{color:var(--primary)}.stat-label{font-size:.75rem;color:var(--muted-foreground)}.features{padding:5rem 0;background:#f8fafc4d}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2rem;font-weight:700;margin-bottom:1rem}@media (min-width: 1024px){.section-title{font-size:3rem}}.section-description{font-size:1.25rem;color:var(--muted-foreground);max-width:48rem;margin:0 auto}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--card);border:1px solid rgba(226,232,240,.5);border-radius:12px;padding:1.5rem;transition:all .3s}.feature-card:hover{box-shadow:0 10px 25px -3px #0000001a;border-color:#3b82f633;transform:translateY(-2px)}.feature-icon{width:32px;height:32px;margin-bottom:1rem;transition:transform .3s}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-description{color:var(--muted-foreground);line-height:1.6}.pricing{padding:5rem 0;background:var(--background)}.pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;max-width:64rem;margin:0 auto}@media (min-width: 1024px){.pricing-grid{grid-template-columns:1fr 1fr}}.pricing-card{position:relative;background:linear-gradient(135deg,var(--card) 0%,rgba(59,130,246,.05) 100%);border:2px solid rgba(59,130,246,.5);border-radius:12px;padding:2rem;box-shadow:0 0 50px #3b82f626}.beta-tag{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:var(--accent);color:var(--accent-foreground);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.25rem}.pricing-header{text-align:center;margin-bottom:1.5rem}.plan-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.plan-price{font-size:3rem;font-weight:700}.plan-period{color:var(--muted-foreground)}.grandfathered-text{color:var(--accent);font-weight:500;margin-top:.5rem}.feature-list{list-style:none;margin:1.5rem 0}.feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.check-icon{width:20px;height:20px;color:var(--accent)}.pricing-note{font-size:.875rem;color:var(--muted-foreground);text-align:center;margin-top:1rem}.future-plans{padding:1.5rem;background:#f1f5f980;border-radius:8px;margin-bottom:1.5rem}.future-tier{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.875rem}.future-tier:last-child{margin-bottom:0}.guarantee-box{background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:8px;padding:1rem;font-size:.875rem;color:var(--accent);font-weight:500}footer{border-top:1px solid rgba(226,232,240,.4);background:#f1f5f94d;padding:3rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{margin-bottom:1rem}.footer-description{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.footer-title{font-weight:600;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--muted-foreground);font-size:.875rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--foreground)}.footer-bottom{border-top:1px solid rgba(226,232,240,.4);margin-top:3rem;padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.in-app-img{border-radius:8px;max-width:100%;height:auto;box-shadow:0 4px 6px -1px #0000001a}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom-text{font-size:.875rem;color:var(--muted-foreground)}.footer-badges{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:var(--muted-foreground)}.icon{width:32px;height:32px}.icon-sm{width:20px;height:20px}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp 1s ease-out}.mobile-menu-btn{display:block;background:none;border:none;font-size:1.5rem;cursor:pointer}@media (min-width: 768px){.mobile-menu-btn{display:none}}
