:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f9fafb;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#030712;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#f9fafb;background:radial-gradient(circle at 0 0,#3b82f624,#0000 34%),#030712;min-width:320px;min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}#root{min-height:100vh}.app-shell{flex-direction:column;min-height:100vh;display:flex}.page-content{flex:1}.container{width:min(1160px,100% - 2rem);margin:0 auto}.site-header{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#030712b8;border-bottom:1px solid #ffffff0d;position:sticky;top:0;box-shadow:0 8px 30px #0000002e}.navbar{justify-content:space-between;align-items:center;gap:1rem;width:min(1160px,100% - 2rem);margin:0 auto;padding:1.05rem 0;display:flex}.brand{letter-spacing:.02em;align-items:center;gap:.8rem;min-width:max-content;font-weight:700;display:flex}.brand img{border-radius:14px;width:44px;height:44px}.nav-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;margin-left:auto;margin-right:auto;display:flex}.nav-links a{color:#d1d5db;padding:.25rem 0;font-size:.95rem;transition:color .18s;position:relative}.nav-links a:after{content:"";transform-origin:50%;background:#ef4444;width:100%;height:1px;transition:transform .22s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.nav-links a:hover,.nav-links a.active{color:#fff}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.9rem 1.35rem;font-weight:600;transition:all .22s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 10px 25px #ef444438}.btn-primary:hover{filter:brightness(1.04)}.btn-secondary{color:#f9fafb;background:0 0;border-color:#fff3}.btn-secondary:hover{color:#030712;background:#f9fafb}.hero{align-items:center;min-height:100vh;padding:5rem 0 4rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000f2,#0000 95%);mask-image:linear-gradient(#000000f2,#0000 95%)}.hero:after{content:"";filter:blur(20px);pointer-events:none;background:radial-gradient(circle,#ef44443d,#3b82f614,#0000 68%);border-radius:50%;width:420px;height:420px;animation:8s ease-in-out infinite floatOrb;position:absolute;top:50px;right:-130px}@keyframes floatOrb{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-18px)scale(1.04)}}.hero-grid{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;display:grid;position:relative}.eyebrow{color:#ef4444;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-size:.78rem;font-weight:700;display:inline-block}.hero h1{max-width:760px;margin:0 0 1rem;font-size:clamp(2.8rem,5vw,4.4rem);line-height:1.02}.hero p{color:#9ca3af;max-width:620px;margin:0 0 1.8rem;font-size:1.05rem}.btn-row{flex-wrap:wrap;gap:.9rem;display:flex}.section{padding:4.5rem 0}.section-title{margin-bottom:1.6rem}.section-title .eyebrow{margin-bottom:.6rem}.section-title h2{margin:0 0 .45rem;font-size:clamp(1.7rem,3vw,2.3rem)}.section-title p{color:#9ca3af;max-width:720px;margin:0}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;display:grid}.card{background:linear-gradient(#0d1117fa,#070a0ffa);border:1px solid #1f2937;border-radius:24px;padding:1.35rem;transition:transform .22s,border-color .22s,box-shadow .22s;position:relative;box-shadow:0 16px 36px #0003}.card:hover{border-color:#ef4444cc;transform:translateY(-6px);box-shadow:0 18px 44px #ef444424}.card-icon{color:#ef4444;background:#ef44441f;border-radius:14px;place-items:center;width:46px;height:46px;margin-bottom:.9rem;font-size:1.1rem;display:grid}.card h3,.card h4{margin:0 0 .55rem;font-size:1.08rem}.card p,.card li{color:#9ca3af}.card-link{color:#f9fafb;align-items:center;gap:.4rem;margin-top:.9rem;font-weight:600;display:inline-flex}.card-link:hover{color:#ef4444}.stats-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.7rem;display:grid}.stat-box{background:#0d1117e6;border:1px solid #1f2937;border-radius:18px;padding:1rem 1.05rem}.stat-box strong{color:#ef4444;font-size:1.25rem;display:block}.stat-box span{color:#9ca3af;font-size:.95rem}.list{padding-left:1.1rem}.two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.form-grid{gap:.9rem;display:grid}.form-grid input,.form-grid textarea,.form-grid select{color:#f9fafb;background:#060b14;border:1px solid #1f2937;border-radius:14px;outline:none;width:100%;padding:.95rem 1rem;transition:border-color .18s,box-shadow .18s}.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444429}.form-grid textarea{resize:vertical;min-height:120px}.accordion-item{background:#0d1117f2;border:1px solid #1f2937;border-radius:16px;overflow:hidden}.accordion-question{text-align:left;color:#f9fafb;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.1rem;font-weight:600;display:flex}.accordion-answer{color:#9ca3af;padding:0 1.1rem 1rem}.accordion-arrow{color:#ef4444;transition:transform .2s}.accordion-item.open .accordion-arrow{transform:rotate(180deg)}.legal-page{padding:3.5rem 0 4.5rem}.legal-page .container{max-width:860px}.legal-page h1{margin-bottom:.8rem;font-size:2.3rem}.legal-page h2{color:#f9fafb;margin-bottom:.5rem;font-size:1.1rem}.legal-page p,.legal-page li{color:#9ca3af}.legal-page .card{margin-bottom:1rem}.legal-page .card h2{color:#f9fafb}.footer{background:#030712;border-top:1px solid #1f2937;padding:80px 0 40px}.footer-top{grid-template-columns:1.2fr 1fr 1fr 1.1fr;gap:2rem;margin-bottom:36px;display:grid}.footer-column{min-width:0}.footer-title-wrap{align-items:center;gap:.9rem;margin-bottom:1rem;display:flex}.footer-title-wrap img{border-radius:14px;flex-shrink:0;width:44px;height:44px}.footer-title-wrap h2{color:#fff;margin:0;font-size:20px;font-weight:700}.footer-brand-copy{color:#6b7280;max-width:250px;margin:0 0 1rem;font-size:13px;line-height:1.8}.footer-udyam,.footer-address{margin:0;font-size:12px;line-height:1.8}.footer-udyam{color:#ef4444;margin-top:.75rem}.footer-address{color:#6b7280}.footer-section-label{color:#ef4444;letter-spacing:2px;text-transform:uppercase;margin:0 0 1rem;font-size:11px;font-weight:600}.footer-links{gap:.5rem;display:grid}.footer-links a{color:#9ca3af;font-size:14px;line-height:2;transition:color .18s}.footer-links a:hover{color:#fff}.footer-contact-item{color:#9ca3af;align-items:center;gap:.8rem;margin-bottom:.85rem;font-size:14px;line-height:1.8;display:flex}.footer-contact-item a{color:inherit}.footer-actions{flex-wrap:wrap;gap:.8rem;margin-top:1.25rem;display:flex}.btn-whatsapp,.btn-demo{border-radius:999px;justify-content:center;align-items:center;padding:10px 20px;font-size:14px;font-weight:600;transition:background .18s,transform .18s;display:inline-flex}.btn-whatsapp{color:#fff;background:#25d366}.btn-whatsapp:hover{filter:brightness(.95);transform:translateY(-1px)}.btn-demo{color:#fff;background:#ef4444}.btn-demo:hover{filter:brightness(.95);transform:translateY(-1px)}.footer-divider{background:#1f2937;width:100%;height:1px;margin-bottom:24px}.footer-bottom{color:#4b5563;justify-content:space-between;align-items:center;gap:1rem;font-size:12px;display:flex}@media (width<=1024px){.footer-top{grid-template-columns:1fr 1fr}}@media (width<=760px){.footer{padding:60px 0 28px}.footer-top,.footer-bottom{grid-template-columns:1fr;display:grid}.footer-top{gap:1.6rem}.footer-bottom{text-align:center;justify-items:center}}.contact-card,.about-card,.highlight-box{background:linear-gradient(#0d1117fa,#070a0ffa);border:1px solid #1f2937;border-radius:24px;padding:1.4rem}.contact-actions{flex-direction:column;gap:.7rem;margin-top:1rem;display:flex}.contact-actions .btn{justify-content:flex-start}.whatsapp-btn{color:#fff;background:#16a34a}.whatsapp-btn:hover{filter:brightness(1.04)}.highlight-box{border-left:4px solid #ef4444}@media (width<=900px){.hero-grid,.two-col,.card-grid,.stats-row,.footer .container{grid-template-columns:1fr}.hero{min-height:auto;padding-top:4.5rem}}@media (width<=640px){.navbar{flex-direction:column;align-items:flex-start;gap:.85rem;padding:.95rem 0}.nav-links{justify-content:flex-start;gap:.8rem;margin:0}.hero h1{font-size:2.6rem}}
