body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--accent:#2563eb;--accent-dark:#1d4ed8;--bg-dark:#ffffffb0;--text-light:#fff;--text-dark:#000;--text-muted:#000;--header-bg:#ffffffd9}.logo{align-items:center;display:flex;gap:.5rem}.logo-icon.small{height:auto;width:60px}.logo-icon.large{height:auto;width:200px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#ffffffb0;background:var(--bg-dark);color:#000;color:var(--text-dark);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.App{min-height:100vh}header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;background:var(--header-bg);border-bottom:1px solid #94a3b833;left:0;position:fixed;right:0;top:0;z-index:50}.nav-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:.75rem 1.5rem}.logo{font-size:1.2rem;font-weight:700;letter-spacing:.03em}nav a{border-radius:999px;color:#000;color:var(--text-muted);font-size:.95rem;margin-left:1rem;padding:.4rem .7rem;text-decoration:none;transition:.15s ease,color .15s ease}nav a:hover{background:#94a3b840}.hero,nav a:hover{color:#000;color:var(--text-dark)}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:5rem 1.5rem 3rem;position:relative;text-align:left}.hero:before{background-position:50%;background-size:cover;filter:brightness(.4);z-index:-2}.hero:after,.hero:before{content:"";inset:0;position:absolute}.hero:after{background:radial-gradient(circle at top left,#2563eb59,#0000 55%),radial-gradient(circle at bottom right,#ec489959,#0000 55%);mix-blend-mode:screen;opacity:.9;z-index:-1}.hero-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:minmax(0,2fr) minmax(0,1.5fr);max-width:1100px;width:100%}.hero-copy h1{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1rem}.highlight{background:linear-gradient(90deg,#60a5fa,#f97316,#a855f7);-webkit-background-clip:text;color:#0000}.hero-copy p{color:#000;color:var(--text-muted);font-size:1rem;margin-bottom:1.5rem;max-width:32rem}.cta-row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.btn-primary{align-items:center;background:#2563eb;background:var(--accent);border:none;border-radius:999px;box-shadow:0 14px 30px #2563eb73;color:#fff;cursor:pointer;display:inline-flex;font-size:.98rem;font-weight:600;justify-content:center;padding:.9rem 1.6rem;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.btn-primary:hover{background:#1d4ed8;background:var(--accent-dark);box-shadow:0 20px 40px #2563eb99;transform:translateY(-1px)}.btn-secondary{align-items:center;background:#0f172a66;border:1px solid #94a3b8b3;border-radius:999px;color:#fff;color:var(--text-light);cursor:pointer;display:inline-flex;font-size:.9rem;justify-content:center;padding:.8rem 1.4rem;text-decoration:none;transition:.12s ease,border-color .12s ease,color .12s ease}.btn-secondary:hover{background:#0f172acc;border-color:#94a3b8;color:#000;color:var(--text-dark)}.hero-aside{background:#0f172ad9;border:1px solid #94a3b866;border-radius:1.25rem;box-shadow:0 25px 60px #0f172ae6;font-size:.9rem;padding:1.5rem 1.6rem}.hero-aside h2{font-size:1rem;margin-bottom:.75rem}.hero-aside ul{color:#000;color:var(--text-muted);list-style:none}.hero-aside li{margin-bottom:.5rem}.badge{align-items:center;background:#16a34a26;border-radius:999px;color:#bbf7d0;display:inline-flex;font-size:.7rem;gap:.4rem;letter-spacing:.08em;margin-bottom:.75rem;padding:.25rem .7rem;text-transform:uppercase}main{background:radial-gradient(circle at top,hsla(0,0%,100%,.846),#d0dcf1)}section{margin:0 auto;padding:4rem 1.5rem}section h2{font-size:1.8rem;margin-bottom:.5rem}section p{color:#000;color:var(--text-muted);margin-bottom:1.5rem;max-width:44rem}.card-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:1.5rem}.card{background:#f6f6f6e6;border:1px solid #94a3b84d;border-radius:1rem;color:#000;color:var(--text-muted);font-size:.95rem;padding:1.35rem 1.4rem}.card h3{color:#000;color:var(--text-dark);font-size:1.05rem;margin-bottom:.4rem}footer{border-top:1px solid #e6e6e6;color:#000;color:var(--text-muted);font-size:.8rem;padding:1.5rem;text-align:center}@media (max-width:800px){.hero-content{grid-template-columns:minmax(0,1fr)}.hero{text-align:center}.hero-copy p{margin-left:auto;margin-right:auto}.cta-row{justify-content:center}.hero-aside{margin-top:1rem}nav{display:none}.nav-inner{justify-content:center}}.contact-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.social-link{align-items:center;border:1px solid #2563eb;border:1px solid var(--accent);border-radius:999px;color:#2563eb;color:var(--accent);display:inline-flex;font-weight:500;gap:.5rem;padding:.5rem .9rem;text-decoration:none}.social-link:hover{background:#2563eb;background:var(--accent);color:#fff;color:var(--text-light)}.social-icon{font-size:1.1rem}
/*# sourceMappingURL=main.814cc251.css.map*/