@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--bg:#fff;--ink:#0f172a;--muted:#64748b;--brand-primary:#e87442;--brand-secondary:#1a3a52;--accent:#f39c6b;--surface:#f8fafc;--overlay:#e8744214;--shadow-sm:0 1px 3px #0000001a;--shadow:0 4px 20px #e8744226;--shadow-lg:0 20px 60px #1a3a521a;--radius:20px;--radius-sm:12px;--input-bg:#fff;--input-border:#e2e8f0;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--bg:#0f172a;--ink:#f1f5f9;--muted:#cbd5e1;--surface:#1e293b;--overlay:#e8744226;--brand-secondary:#e2e8f0;--shadow-sm:0 1px 3px #0000004d;--shadow:0 4px 20px #0006;--shadow-lg:0 20px 60px #00000080;--input-bg:#1e293b;--input-border:#334155;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;transition:background-color .3s,color .3s;position:relative;overflow-x:hidden}.nocopy{-webkit-user-select:none;user-select:none}input,textarea,select,button{-webkit-user-select:text;user-select:text}img{-webkit-user-drag:none;user-drag:none;pointer-events:none}.theme-transition body{transition:background-color .35s,color .35s}.neural-bg{z-index:0;pointer-events:none;width:100vw;height:100vh;display:block;position:fixed;top:0;left:0}body:before{content:"";z-index:-2;pointer-events:none;background-color:#0000;background-image:radial-gradient(circle at 15%,#e8744214 0%,#0000 25%),radial-gradient(circle at 85% 30%,#1a3a5214 0%,#0000 25%),radial-gradient(circle,#fffc 0%,#f1f5f980 100%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;transition:opacity .3s;position:fixed;inset:0}.theme-transition body:before{transition:opacity .35s,filter .35s}[data-theme=dark] body:before{background-color:#0000;background-image:radial-gradient(circle at 20% 20%,#e8744226 0%,#0000 30%),radial-gradient(circle at 80% 80%,#1a3a5240 0%,#0000 30%),linear-gradient(#0f172a 0%,#020617 100%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}body:after{display:none}img{max-width:100%;display:block}a{color:inherit;text-decoration:none;transition:all .3s}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:1.5rem}.container{width:min(1240px,92vw);margin-inline:auto}.container-wide{width:min(1400px,95vw);margin-inline:auto}.btn{color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow);cursor:pointer;background:linear-gradient(135deg,#1a3a52,#e87442) 0 0/200% 100%;border:none;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;animation:3s infinite gradientShift;display:inline-flex;position:relative;overflow:hidden}.btn:focus-visible{outline-offset:2px;z-index:2;outline:3px solid #e87442;box-shadow:0 0 0 4px #e874422e}.btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn:hover:before{left:100%}.btn:hover{animation:none;transform:translateY(-2px);box-shadow:0 8px 30px #e8744259}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.btn.secondary{color:#1a3a52;box-shadow:none;background:#1a3a521a;border:2px solid #1a3a52}.btn.secondary:hover{color:#fff;background:#1a3a52}header.site{-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);z-index:1000;background:#ffffffe6;border-bottom:1px solid #e8744233;transition:background-color .3s;position:sticky;top:0;box-shadow:0 2px 20px #0000000d}[data-theme=dark] header.site{background:#0f172af2;border-bottom:1px solid #e874424d}[data-theme=dark] .btn.secondary{color:#fff;background:#ffffff0d;border-color:#fff3}[data-theme=dark] .btn.secondary:hover{color:#0f172a;background:#fff}[data-theme=dark] .logo-img{filter:brightness(0)invert()}[data-theme=dark] .section{background:#0003}[data-theme=dark] svg path[stroke=\#1a3a52],[data-theme=dark] svg rect[stroke=\#1a3a52],[data-theme=dark] svg circle[fill=\#1a3a52],[data-theme=dark] svg rect[fill=\#1a3a52]{stroke:var(--ink);fill:var(--ink);stroke-opacity:.8;fill-opacity:.8}[data-theme=dark] svg path[fill=\#1a3a52]{fill:var(--brand-secondary)}.nav{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.nav .logo{align-items:center;display:flex}.nav .logo-img{width:auto;height:50px}.nav .links{flex:1;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.nav .links a{border-radius:10px;padding:.75rem 1.25rem;font-weight:500;transition:all .2s;color:var(--muted)!important;background:0 0!important}.nav .links a:focus-visible{outline-offset:2px;z-index:2;outline:3px solid #e87442;color:#1a3a52!important;background:#e874421a!important}.nav .links a.active{color:#e87442!important;background:#e8744214!important}.nav .links a:hover:not(.active){color:#e87442!important;background:#e874420d!important}.nav .menu-btn{display:none}.nav .theme-toggle{cursor:pointer;background:#e874421a;border:2px solid #e8744233;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .3s;display:flex}.nav .theme-toggle:focus-visible{outline-offset:2px;z-index:2;outline:3px solid #e87442;box-shadow:0 0 0 4px #e874422e}.nav .theme-toggle:hover{background:#e8744233;transform:scale(1.05)}.nav .theme-toggle svg{width:20px;height:20px;fill:var(--brand-primary)}.hamburger{cursor:pointer;flex-direction:column;justify-content:space-between;width:24px;height:20px;display:flex;position:relative}.hamburger span{background:var(--brand-primary);border-radius:2px;width:100%;height:3px;transition:all .3s;display:block}.hamburger.active span:first-child{transform:translateY(8.5px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8.5px)rotate(-45deg)}.hero{background:linear-gradient(135deg,#ffffff2e 0%,#f1f5f91f 100%);padding:6rem 0 4rem;position:relative;overflow:hidden}.hero:before{content:"";background:linear-gradient(90deg,#0000,#1a3a52,#e87442,#1a3a52,#0000);width:200%;height:8px;animation:3s linear infinite gradientSlide;position:absolute;top:0;left:-100%}.hero:after{content:"";background:radial-gradient(circle,#e874420f,#0000);border-radius:50%;width:500px;height:500px;animation:20s ease-in-out infinite float;position:absolute;bottom:-30%;left:-10%}@keyframes gradientSlide{0%{left:-100%}to{left:100%}}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}.hero-content{z-index:1;grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;display:grid;position:relative}.hero h1{background:linear-gradient(90deg,#1a3a52,#e87442,#1a3a52,#e87442,#1a3a52) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;animation:.8s ease-out fadeInUp,10s linear infinite gradientFlow}@keyframes gradientFlow{0%{background-position:0%}to{background-position:200%}}.hero p.lead{color:var(--muted);margin-bottom:2rem;font-size:1.25rem;line-height:1.6;animation:1s ease-out fadeInUp}.hero-image{animation:1s ease-out fadeInRight;position:relative}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.hero-image img{border-radius:var(--radius);box-shadow:var(--shadow-lg);width:100%;height:auto}.badges{flex-wrap:wrap;gap:.8rem;margin:2rem 0;animation:.9s ease-out fadeInUp;display:flex}.badge{color:#e87442;background:#e874421a;border:1px solid #e874424d;border-radius:999px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{box-shadow:0 0 #e8744266}50%{box-shadow:0 0 0 8px #e8744200}}.stats{grid-template-columns:repeat(4,1fr);gap:2rem;margin:3rem 0;display:grid}.stat-item{text-align:center;padding:1.5rem;transition:transform .3s}.stat-item:hover{transform:translateY(-5px)}.stat-item .number{color:#e87442;font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:700;animation:.6s ease-out fadeInUp}.stat-item .label{color:var(--muted);margin-top:.5rem;font-size:.95rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section{background:#ffffff1a;padding:5rem 0}.section-header{text-align:center;max-width:700px;margin:0 auto 3rem}.section-header h2{margin-bottom:1rem}.section-header p{color:var(--muted);font-size:1.125rem}.grid{gap:2rem;display:grid}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.grid.cols-2{grid-template-columns:repeat(2,1fr)}.grid.cols-4{grid-template-columns:repeat(4,1fr)}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#f8fafc73;border:1px solid #e8744226;padding:2rem;transition:all .3s;animation:.5s ease-out backwards fadeInScale;position:relative;overflow:hidden}[data-theme=dark] .card{background:#1e293b99;border:1px solid #e8744240}.card:before{content:"";opacity:0;background:linear-gradient(#e87442,#f39c6b);width:4px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.card:hover{box-shadow:var(--shadow);border-color:#e8744233;transform:translateY(-4px)}.card:hover:before{opacity:1}.card:first-child{animation-delay:.1s}.card:nth-child(2){animation-delay:.2s}.card:nth-child(3){animation-delay:.3s}.card:nth-child(4){animation-delay:.4s}.card:nth-child(5){animation-delay:.5s}.card:nth-child(6){animation-delay:.6s}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.card h3{color:var(--ink);margin:1rem 0 .75rem}.card p{color:var(--muted);line-height:1.7}.icon-box{border-radius:var(--radius-sm);background:linear-gradient(135deg,#e874421f,#f39c6b1a);place-items:center;width:60px;height:60px;margin-bottom:1rem;font-size:1.75rem;transition:all .3s;display:grid}.card-locked{opacity:.8;filter:grayscale(.3);transition:all .3s}.card-locked:hover{opacity:1;filter:grayscale(0)}.locked-icon{margin-right:8px}.card:hover .icon-box{background:linear-gradient(135deg,#e8744233,#f39c6b26);transform:rotateY(360deg)}.card-flex{flex-direction:column;display:flex}.card-desc{flex:1;margin-bottom:1.5rem}.btn-full{justify-content:center;width:100%}.login-container{justify-content:center;align-items:center;min-height:80vh;display:flex}.login-card{width:100%;max-width:400px}.login-header{margin-bottom:2rem}.form-group{margin-bottom:1rem}.form-group-lg{margin-bottom:1.5rem}.login-error{text-align:center;margin-bottom:1rem}.login-footer{text-align:center;color:var(--muted);margin-top:1.5rem;font-size:.875rem}.login-footer-link{color:#e87442}.login-footer-note{margin-top:.5rem}.success-message{color:#10b981;text-align:center;background-color:#10b9811a;border-radius:8px;margin-bottom:1.5rem;padding:.75rem}.btn-sm{padding:.5rem 1rem;font-size:.9rem}h3 svg{vertical-align:middle;margin-right:8px;display:inline-block}.badge svg{vertical-align:middle;margin-right:6px;display:inline-block}.testimonials{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius);background:linear-gradient(135deg,#fafbfc59,#f3f4f659);padding:4rem 2rem}.testimonial-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);background:#ffffff80;border:1px solid #e874421a;padding:2rem;animation:.6s ease-out backwards slideInFromBottom}.testimonial-card:first-child{animation-delay:.2s}.testimonial-card:nth-child(2){animation-delay:.4s}.testimonial-card:nth-child(3){animation-delay:.6s}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.testimonial-text{color:var(--muted);margin-bottom:1.5rem;font-style:italic;line-height:1.8}.testimonial-author{align-items:center;gap:1rem;display:flex}.testimonial-author img{object-fit:cover;border-radius:50%;width:48px;height:48px}.author-info h4{margin-bottom:.25rem;font-size:1rem}.author-info p{color:var(--muted);font-size:.875rem}footer.site{color:#e5e7eb;background:#0f1419;margin-top:4rem;padding:4rem 0 2rem}footer .logo-img{width:auto;height:45px;margin-bottom:1.5rem}footer .cols{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}footer h4{color:#fff;margin-bottom:1.5rem;font-size:1.125rem}footer a{color:#9ca3af;transition:color .2s}footer a:hover{color:#fff}footer ul li{margin-bottom:.75rem}footer .copyright{text-align:center;color:#6b7280;padding-top:2rem;font-size:.875rem}.small{color:var(--muted);font-size:.9rem}.notice{color:#6b7280;font-size:.875rem}.hidden{display:none!important}.banner{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-sm);background:linear-gradient(135deg,#e8744217,#1a3a520f);border:1px solid #e874424d;padding:1.5rem}.mesh-demo{background:radial-gradient(circle at 30% 40%,#221733,#0d0b16 60%);min-height:100vh;position:relative;overflow:hidden}.mesh-demo .wave-mesh-bg{z-index:1;position:absolute;inset:0}.mesh-content{z-index:2;text-align:center;max-width:860px;margin:0 auto;padding:3rem 1.5rem;position:relative}.mesh-title{color:#fff;letter-spacing:.5px;margin:0 0 1rem;font-family:Space Grotesk,sans-serif;font-size:clamp(2.2rem,6vw,3.5rem);font-weight:700}.mesh-text{color:#c9ced9;margin:0 auto;font-size:1.1rem;font-weight:400;line-height:1.7}.mesh-text a{color:#c27bff}.mt-1{margin-top:1rem}.mb-2{margin-bottom:2rem}.ml-1{margin-left:1rem}.span-2{grid-column:1/-1}.bg-gradient-light{background:linear-gradient(135deg,#fff5f0,#f0f4f8)}.form-centered{max-width:800px;margin:0 auto}input.input,select.input,textarea.input{border-radius:var(--radius-sm);border:2px solid var(--input-border);background:var(--input-bg);width:100%;color:var(--ink);padding:1rem;font-family:inherit;font-size:1rem;transition:all .2s}input.input:focus,select.input:focus,textarea.input:focus{border-color:#e87442;outline:none;box-shadow:0 0 0 3px #e874421f}input.input:focus-visible,select.input:focus-visible,textarea.input:focus-visible{outline-offset:2px;outline:3px solid #e87442;box-shadow:0 0 0 4px #e874422e}label{color:var(--ink);margin-bottom:.5rem;font-weight:500;display:block}.error{color:#dc2626;margin-top:.5rem;font-size:.875rem}@media (max-width:960px){.hero-content{grid-template-columns:1fr}.stats,.grid.cols-3,.grid.cols-4{grid-template-columns:repeat(2,1fr)}footer .cols{grid-template-columns:1fr 1fr}}@media (max-width:640px){.nav{flex-wrap:wrap;position:relative}.nav .logo{order:1}.nav .menu-btn{background:0 0;border:none;order:2;justify-content:center;align-items:center;width:44px;height:44px;margin-left:auto;padding:0;display:flex}.nav .links{flex-direction:column;order:3;align-items:stretch;gap:.5rem;width:100%;padding:1rem 0;display:none}.nav .links.active{display:flex}.nav .links a{text-align:left;padding:1rem}.nav .links .theme-toggle{margin-top:.5rem;margin-left:1rem}.hero{padding:4rem 0 2rem}.stats,.grid.cols-3,.grid.cols-2,.grid.cols-4,footer .cols{grid-template-columns:1fr}.section{padding:3rem 0}}.contact-form{max-width:720px;margin:2rem auto;padding:2rem}.honeypot{display:none}.form-success{color:#16a34a}.form-error{color:#dc2626}
