:root{--primary: #7c3aed;--primary-soft: #ede9fe;--accent: #06b6d4;--accent-soft: #ecfeff;--dark: #111827;--muted: #6b7280;--surface: #ffffff;--surface-alt: #f8fafc;--border: #e5e7eb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--dark);background-color:var(--surface);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 12% 10%,rgba(124,58,237,.08),transparent 35%),radial-gradient(circle at 88% 18%,rgba(6,182,212,.1),transparent 32%),var(--surface)}#root{width:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}p{line-height:1.6;color:var(--muted)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none}ul{list-style:none}img{max-width:100%;height:auto}.header{position:fixed;top:0;left:0;right:0;background:#111827db;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 28px #0f172a2e;border-bottom:1px solid rgba(255,255,255,.08);z-index:1000;padding:.9rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo img{height:40px;width:auto;display:block}.logo{display:flex;align-items:center}.logo h1{font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:.4px;margin:0}.nav ul{display:flex;list-style:none;margin:0;padding:.3rem;gap:2rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:999px}.nav a{color:#ffffffe0;text-decoration:none;font-weight:500;cursor:pointer;transition:all .25s ease;padding:.45rem .95rem;border-radius:999px}.nav a:hover{color:#111827;background:#fff}@media(max-width:768px){.header-container{flex-direction:column;gap:.7rem}.nav ul{gap:.4rem;font-size:.9rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(120deg,#7c3aed14,#06b6d40f),linear-gradient(180deg,#fff,#f8fafc);padding:8rem 2rem 4rem;position:relative;overflow:hidden}.hero-content{max-width:980px;text-align:left;z-index:2;position:relative;background:#ffffffc7;border:1px solid #e5e7eb;border-radius:24px;padding:2.8rem;box-shadow:0 24px 50px #0f172a17}.hero-kicker{display:inline-block;margin-bottom:.9rem;padding:.35rem .8rem;border-radius:999px;background:#ede9fe;color:#5b21b6;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.hero-title{font-size:3.2rem;font-weight:800;color:#111827;margin-bottom:1.2rem;line-height:1.15}.hero-subtitle{font-size:1.18rem;color:#4b5563;margin-bottom:1.8rem;line-height:1.6}.hero-highlights{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.hero-highlights span{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.45rem .7rem;color:#374151;font-size:.88rem;font-weight:600}.hero-buttons{display:flex;justify-content:flex-start;gap:1.5rem;flex-wrap:wrap}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap}.stat{text-align:center}.stat h3{font-size:1.8rem;color:#0b6e99;margin-bottom:.5rem;font-weight:700}.stat p{color:#0f2d3a;font-size:1rem}.cta-button{background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff;border:none;padding:.95rem 1.6rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #5b21b64d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 14px 26px #5b21b657}.cta-button.secondary{background:#fff;color:#111827;border:1px solid #d1d5db;box-shadow:0 6px 18px #0f172a14}.cta-button.secondary:hover{background:#f3f4f6;color:#111827;box-shadow:0 12px 24px #0f172a1a}.hero-decoration{position:absolute;inset:0;z-index:1;pointer-events:none}.decoration-circle{position:absolute;border-radius:50%;opacity:.22;filter:blur(3px)}.circle-1{width:400px;height:400px;background:#a78bfa;top:-120px;right:-120px}.circle-2{width:300px;height:300px;background:#67e8f9;bottom:-90px;left:-80px}.circle-3{width:200px;height:200px;background:#c4b5fd;top:52%;right:8%}@media(max-width:768px){.hero{padding:6rem 1.5rem 3rem}.hero-content{padding:1.8rem;text-align:center}.hero-kicker{margin-bottom:.8rem}.hero-title{font-size:2.15rem}.hero-subtitle{font-size:1.1rem}.hero-highlights,.hero-buttons{justify-content:center}.hero-stats{gap:2rem}.stat h3{font-size:1.4rem}.cta-button{padding:.8rem 1.4rem;font-size:1rem}.decoration-circle{opacity:.1}}.services{padding:6.3rem 2rem;background:linear-gradient(180deg,#f8fafc,#fff)}.services-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:3.2rem}.section-header h2{font-size:2.7rem;color:#111827;margin-bottom:1rem;font-weight:800}.section-header p{font-size:1.07rem;color:#6b7280}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem}.service-card{background:#fff;border-radius:18px;padding:2rem;transition:all .3s ease;border:1px solid #e5e7eb;box-shadow:0 8px 20px #0f172a0d}.service-card:hover{transform:translateY(-6px);box-shadow:0 20px 30px #11182717;border-color:#c4b5fd}.service-icon{width:2.7rem;height:2.7rem;display:grid;place-items:center;font-size:1.5rem;margin-bottom:1rem;border-radius:10px;background:#ede9fe}.service-card h3{font-size:1.35rem;color:#111827;margin-bottom:.8rem;font-weight:600}.service-description{color:#4b5563;line-height:1.6;margin-bottom:1.2rem}.service-features{list-style:none;padding:0;margin:0}.service-features li{color:#374151;padding:.4rem 0;display:flex;align-items:flex-start;gap:.5rem;font-size:.95rem}.checkmark{color:#7c3aed;font-weight:700;flex-shrink:0}@media(max-width:768px){.services{padding:4rem 1.5rem}.section-header h2{font-size:2rem}.services-grid{grid-template-columns:1fr;gap:1rem}.service-card{padding:1.5rem}}.about{padding:6.3rem 2rem;background:#fff}.about-container{max-width:1000px;margin:0 auto}.about-content h2{font-size:2.65rem;color:#111827;margin-bottom:2rem;text-align:center;font-weight:800}.about-text{margin-bottom:3rem}.about-text p{font-size:1.1rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem}.company-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.info-card{background:#111827;border-radius:20px;padding:2rem;border:1px solid #1f2937;box-shadow:0 20px 40px #1118273d}.info-card h3{color:#fff;font-size:1.5rem;margin-bottom:1.5rem;font-weight:600}.info-item{display:flex;flex-direction:column;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #1f2937}.info-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.info-item strong{color:#93c5fd;margin-bottom:.3rem;font-size:.9rem}.info-item span{color:#d1d5db;font-size:1.1rem}.info-card.highlight{background:linear-gradient(145deg,#111827,#1f2937);color:#e5e7eb}.info-card.highlight h3{color:#fff}.info-card.highlight ul{list-style:none;padding:0;margin:0}.info-card.highlight ul li{padding:.7rem 0 .7rem 1.5rem;position:relative;color:#fff}.info-card.highlight ul li:before{content:"✓";position:absolute;left:0;color:#22d3ee;font-weight:700}.info-card.centered{max-width:600px;margin:0 auto}@media(max-width:768px){.about{padding:4rem 1.5rem}.about-content h2{font-size:2rem}.about-text p{font-size:1rem}.company-info{grid-template-columns:1fr}}.contact{padding:6.3rem 2rem;background:linear-gradient(180deg,#fff,#f8fafc)}.contact-container{max-width:800px;margin:0 auto;text-align:center}.contact-content h2{font-size:2.65rem;color:#111827;margin-bottom:1rem;font-weight:800}.contact-subtitle{font-size:1.08rem;color:#6b7280;margin-bottom:2.4rem}.contact-card{background:#fff;border-radius:18px;padding:3rem;border:1px solid #e5e7eb;box-shadow:0 22px 45px #0f172a17}.contact-icon{font-size:3.5rem;margin-bottom:1rem}.contact-card h3{font-size:1.8rem;color:#111827;margin-bottom:1rem;font-weight:600}.contact-card p{color:#4b5563;margin-bottom:1.5rem;line-height:1.6}.email-link{display:inline-block;background:#111827;color:#fff;text-decoration:none;padding:.92rem 1.45rem;border-radius:12px;font-size:1.05rem;font-weight:600;transition:all .3s ease;box-shadow:0 10px 20px #11182733;margin:1rem 0}.email-link:hover{transform:translateY(-2px);box-shadow:0 16px 30px #11182740;background:#1f2937}.contact-address{margin-top:.4rem;font-size:.95rem;color:#6b7280}.response-time{font-size:.9rem;color:#7c3aed;font-weight:500;margin-top:1rem}@media(max-width:768px){.contact{padding:4rem 1.5rem}.contact-content h2{font-size:2rem}.contact-card{padding:2rem}.email-link{font-size:1rem;padding:.75rem 1.2rem}}.footer{background:#0b1120;color:#fff;padding:3.2rem 2rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.14);align-items:start}.footer-brand h3{color:#c4b5fd;font-size:1.8rem;margin-bottom:.8rem}.footer-brand p{color:#fffc;font-size:1.05rem;line-height:1.6}.footer-info{display:flex;flex-direction:column;gap:1.2rem}.info-item{display:flex;flex-direction:column;gap:.3rem}.info-item strong{color:#93c5fd;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.info-item span{color:#ffffffd9;font-size:1rem;line-height:1.6}.info-item a{color:#ffffffd9;text-decoration:none;transition:color .3s ease}.info-item a:hover{color:#c4b5fd}.footer-bottom{text-align:center}.footer-bottom p{color:#fff9;font-size:.9rem;margin:0}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2.5rem}.footer-brand h3{font-size:1.5rem}.footer-brand p,.info-item span{font-size:.95rem}}.App{width:100%;overflow-x:hidden}html{scroll-behavior:smooth}
