.hero-section{position:relative;min-height:100vh;background:linear-gradient(180deg,#dbeafe,#eff6ff,#f8fafc 70%,#fff);padding:120px 0 80px;display:flex;align-items:center}.hero-grid-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(51,141,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(51,141,255,.06) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.4) 0%,rgba(0,0,0,.1) 60%,transparent 80%);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.4) 0%,rgba(0,0,0,.1) 60%,transparent 80%);pointer-events:none}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:0;animation:orbAppear 1.5s ease-out forwards}.hero-orb--1{width:400px;height:400px;background:#338dff1f;top:5%;right:10%;animation-delay:.3s}.hero-orb--2{width:300px;height:300px;background:#22c55e14;bottom:30%;left:5%;animation-delay:.6s}.hero-orb--3{width:250px;height:250px;background:#8b5cf614;top:20%;left:30%;animation-delay:.9s}@keyframes orbAppear{to{opacity:1}}.hero-content{max-width:1200px;margin:0 auto;padding:0 24px;text-align:center;position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(51,141,255,.15);border-radius:100px;padding:8px 20px;font-size:.8125rem;color:#1e40af;font-weight:500;margin-bottom:32px;opacity:0;transform:translateY(20px);animation:slideUp .8s cubic-bezier(.16,1,.3,1) .2s forwards}.hero-badge__dot{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 6px #22c55e00}}.hero-title{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:900;line-height:1.2;color:#0f172a;margin-bottom:20px;opacity:0;transform:translateY(30px);animation:slideUp .9s cubic-bezier(.16,1,.3,1) .35s forwards}.hero-title__brand{background:linear-gradient(135deg,#338dff,#1d6cf5,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-title__sub{color:#338dff;font-weight:800}.hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:#64748b;line-height:1.8;max-width:600px;margin:0 auto 36px;opacity:0;transform:translateY(25px);animation:slideUp .9s cubic-bezier(.16,1,.3,1) .5s forwards}.hero-ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:60px;opacity:0;transform:translateY(20px);animation:slideUp .8s cubic-bezier(.16,1,.3,1) .65s forwards}.hero-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:14px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.hero-btn__icon{width:18px;height:18px;transition:transform .3s ease}.hero-btn--primary{background:#0f172a;color:#fff;box-shadow:0 4px 20px #0f172a33}.hero-btn--primary:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 8px 30px #0f172a4d}.hero-btn--primary:hover .hero-btn__icon{transform:translate(-4px)}.hero-btn--outline{background:#fffc;color:#0f172a;border:1px solid rgba(15,23,42,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-btn--outline:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.hero-cards{display:flex;justify-content:center;align-items:flex-end;gap:20px;perspective:1200px;max-width:900px;margin:0 auto}.hero-card{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.9);border-radius:20px;padding:22px;width:270px;text-align:right;box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(60px) rotateX(8deg)}.hero-card:hover{transform:translateY(-8px) rotateX(0)!important;box-shadow:0 20px 60px #0000001a,0 4px 12px #0000000f}.hero-card--1{animation:cardSlideUp 1s cubic-bezier(.16,1,.3,1) .9s forwards}.hero-card--2{animation:cardSlideUp 1s cubic-bezier(.16,1,.3,1) 1.1s forwards}.hero-card--elevated{transform:translateY(40px) rotateX(8deg);width:290px}.hero-card--3{animation:cardSlideUp 1s cubic-bezier(.16,1,.3,1) 1.3s forwards}@keyframes cardSlideUp{to{opacity:1;transform:translateY(0) rotateX(0)}}.hero-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.hero-card__label{font-size:.75rem;color:#64748b;font-weight:500}.hero-card__badge{font-size:.65rem;font-weight:700;padding:3px 8px;border-radius:20px}.hero-card__badge--green{background:#22c55e1a;color:#16a34a}.hero-card__badge--blue{background:#338dff1a;color:#338dff}.hero-card__value{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:12px;line-height:1}.hero-card__value--large{font-size:2.5rem}.hero-card__percent{font-size:1rem;font-weight:600;color:#64748b;margin-right:2px}.hero-card__chart{position:relative}.hero-card__graph{width:100%;height:50px;margin-bottom:8px}.hero-chart-line{stroke-dasharray:400;stroke-dashoffset:400;animation:drawLine 2s ease-out 1.5s forwards}.hero-chart-area{opacity:0;animation:fadeIn 1s ease-out 2.5s forwards}@keyframes drawLine{to{stroke-dashoffset:0}}.hero-card__days{display:flex;justify-content:space-between;font-size:.6rem;color:#94a3b8}.hero-card__days .active{color:#338dff;font-weight:700}.hero-card__bars{display:flex;justify-content:center;align-items:flex-end;gap:14px;height:100px;margin-bottom:6px}.hero-bar-group{display:flex;flex-direction:column;align-items:center;gap:6px}.hero-bar{width:36px;background:#e2e8f0;border-radius:8px;position:relative;min-height:20px;transform-origin:bottom;transform:scaleY(0);animation:barGrow .8s cubic-bezier(.34,1.56,.64,1) forwards}.hero-bar-group:nth-child(1) .hero-bar{animation-delay:1.6s}.hero-bar-group:nth-child(2) .hero-bar{animation-delay:1.8s}.hero-bar-group:nth-child(3) .hero-bar{animation-delay:2s}.hero-bar-group:nth-child(4) .hero-bar{animation-delay:2.2s}@keyframes barGrow{to{transform:scaleY(1)}}.hero-bar--active{background:linear-gradient(180deg,#338dff,#1d6cf5)}.hero-bar span{position:absolute;top:6px;left:50%;transform:translate(-50%);font-size:.6rem;font-weight:700;color:#64748b;opacity:0;animation:fadeIn .5s ease 2.8s forwards}.hero-bar--active span{color:#fff}.hero-bar-label{font-size:.6rem;color:#94a3b8;font-weight:500}.hero-bar-label.active{color:#338dff;font-weight:700}.hero-card__usage-bars{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.hero-usage-row{display:flex;flex-direction:column;gap:4px}.hero-usage-row span{font-size:.65rem;color:#64748b;font-weight:500}.hero-usage-track{width:100%;height:7px;background:#f1f5f9;border-radius:10px;overflow:hidden}.hero-usage-fill{height:100%;background:linear-gradient(90deg,#338dff,#60a5fa);border-radius:10px;transform-origin:right;transform:scaleX(0);animation:fillBar 1.2s cubic-bezier(.16,1,.3,1) 1.8s forwards}.hero-usage-fill--green{background:linear-gradient(90deg,#22c55e,#4ade80)}.hero-usage-fill--purple{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.hero-usage-row:nth-child(2) .hero-usage-fill{animation-delay:2s}.hero-usage-row:nth-child(3) .hero-usage-fill{animation-delay:2.2s}@keyframes fillBar{to{transform:scaleX(1)}}.hero-card__goal{display:flex;align-items:center;gap:6px;font-size:.65rem;color:#94a3b8;padding-top:10px;border-top:1px solid #f1f5f9}.hero-curve{position:absolute;bottom:-1px;left:0;right:0;z-index:1}.hero-curve svg{display:block;width:100%;height:80px}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.hero-orb--1{animation:orbAppear 1.5s ease-out .3s forwards,float 8s ease-in-out 2s infinite}.hero-orb--2{animation:orbAppear 1.5s ease-out .6s forwards,float 7s ease-in-out 2.5s infinite}.hero-orb--3{animation:orbAppear 1.5s ease-out .9s forwards,float 9s ease-in-out 3s infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #338dff33}50%{box-shadow:0 0 40px #338dff66}}.animate-pulse-glow{animation:pulse-glow 3s ease-in-out infinite}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s ease}.faq-answer.open{max-height:300px}.faq-chevron{transition:transform .3s ease}.faq-chevron.rotate{transform:rotate(180deg)}body{background:#f8fafc!important;color:#1e293b!important}#tools{background:#fff}#tools h2,#tools h3{color:#0f172a}#tools p,#tools .text-gray-400{color:#64748b!important}#tools .text-brand-400{color:#338dff!important}#tools .card-hover{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #0000000f}#tools .card-hover:hover{box-shadow:0 12px 40px -10px #338dff26!important;border-color:#338dff33!important}#tools .section-glow-line{background:linear-gradient(90deg,transparent,rgba(51,141,255,.15),transparent)}#how{background:#f1f5f9}#how h2{color:#0f172a}#how p,#how .text-gray-400,#how .text-gray-500{color:#64748b!important}#how .bg-white\/\[0\.03\],#how [class*="bg-white/"]{background:#fff!important;border-color:#e2e8f0!important}section:has(>.max-w-7xl span.text-brand-400:first-child){background:#fff}#pricing{background:#f8fafc}#pricing h2{color:#0f172a}#pricing p,#pricing .text-gray-400,#pricing .text-gray-500{color:#64748b!important}#pricing .text-white{color:#0f172a!important}#pricing [class*="bg-white/"]{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #0000000f}#pricing .text-brand-400{color:#338dff!important}section:has(.text-gray-600){color:#475569}#faq{background:#fff}#faq h2{color:#0f172a}#faq p,#faq .text-gray-400{color:#64748b!important}#faq .faq-toggle{color:#0f172a}#faq [class*="bg-white/"],#faq [class*="border-white/"]{background:#f8fafc!important;border-color:#e2e8f0!important}#faq .faq-answer{color:#475569}#contact{background:#f1f5f9}#contact h2{color:#0f172a}#contact p,#contact .text-gray-400{color:#64748b!important}#contact [class*="bg-white/"]{background:#fff!important;border-color:#e2e8f0!important}#contact input,#contact textarea{background:#f8fafc!important;border-color:#e2e8f0!important;color:#1e293b!important}#contact input::placeholder,#contact textarea::placeholder{color:#94a3b8!important}footer{background:#fff;border-color:#e2e8f0!important}footer span,footer p,footer a{color:#475569!important}footer a:hover{color:#0f172a!important}footer .gradient-text{color:#338dff!important;-webkit-text-fill-color:#338dff!important;background:none!important}.text-white,.hero-section .text-white,.hero-title{color:#0f172a}.gradient-text{background:linear-gradient(135deg,#338dff,#1d6cf5,#22c55e)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}footer .gradient-text{background:none!important;-webkit-text-fill-color:#338dff!important}.btn-glow{color:#fff!important}@media(max-width:768px){.hero-section{padding:100px 0 60px}.hero-cards{flex-direction:column;align-items:center;gap:16px}.hero-card,.hero-card--elevated{width:100%;max-width:320px}.hero-title{font-size:2rem}}
