:root{--color-bg: #f3f4f6;--color-surface: #ffffff;--color-primary: #4f46e5;--color-primary-soft: #eef2ff;--color-accent: #ec4899;--color-text: #111827;--color-text-muted: #6b7280;--radius-lg: 18px;--shadow-soft: 0 18px 45px rgba(15, 23, 42, .12)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,#eef2ff 0,#f3f4f6 45%,#fff);color:var(--color-text)}a{text-decoration:none;color:inherit}.app-root{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1}.nav{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f9fafbd9;border-bottom:1px solid rgba(148,163,184,.2)}.nav-inner{max-width:1100px;margin:0 auto;padding:.7rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.1rem}.nav-logo-icon{width:32px;height:32px;border-radius:999px;background:linear-gradient(135deg,#4f46e5,#ec4899);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 12px 25px #4f46e54d}.nav-links{display:flex;gap:1rem;font-size:.95rem}.nav-link{padding:.35rem .8rem;border-radius:999px;color:#4b5563;transition:background .15s ease,color .15s ease,transform .1s ease}.nav-link:hover{background:#94a3b81f;transform:translateY(-1px)}.nav-link-active{background:#4f46e51a;color:#111827}.page,.home{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem 3.5rem}.hero{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.4fr);gap:2.5rem;align-items:center;margin-top:1.5rem}.hero-content h1{font-size:clamp(2.4rem,3.2vw + 1.6rem,3.4rem);line-height:1.05;margin-bottom:1rem}.text-gradient{background:linear-gradient(135deg,#4f46e5,#ec4899);-webkit-background-clip:text;color:transparent}.hero-subtitle{font-size:1rem;color:var(--color-text-muted);max-width:32rem}.hero-actions{margin:1.6rem 0 .8rem;display:flex;flex-wrap:wrap;gap:.8rem}.hero-bullets{list-style:none;padding:0;margin:.5rem 0 0;color:var(--color-text-muted);font-size:.9rem}.hero-card{background:var(--color-surface);border-radius:24px;padding:1.5rem;box-shadow:var(--shadow-soft);position:relative}.badge{position:absolute;top:-.7rem;left:1.5rem;background:#f59e0b;color:#1f2933;font-size:.75rem;padding:.25rem .7rem;border-radius:999px;font-weight:600}.hero-card-inner{padding-top:.5rem}.hero-card-title{font-size:.9rem;font-weight:600;color:#6b7280}.hero-card-task{margin:.2rem 0;font-weight:600}.hero-card-meta{font-size:.8rem;color:#6b7280}.hero-card-meta-accent{color:#16a34a}.hero-card-divider{height:1px;background:#e5e7eb;margin:.9rem 0}.section{margin-top:3.5rem}.section-alt{background:#ffffffb3;border-radius:24px;padding:2.2rem 2rem;box-shadow:0 16px 35px #0f172a14}.section-title{font-size:1.6rem;margin-bottom:.3rem}.section-subtitle{color:var(--color-text-muted);max-width:40rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.3rem;margin-top:1.7rem}.feature-card{background:var(--color-surface);border-radius:var(--radius-lg);padding:1.3rem 1.2rem 1.2rem;box-shadow:0 10px 28px #0f172a0f}.feature-card h3{margin:.4rem 0}.feature-card p{margin:0;font-size:.9rem;color:var(--color-text-muted)}.feature-icon{width:34px;height:34px;border-radius:999px;background:var(--color-primary-soft);display:inline-flex;align-items:center;justify-content:center}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.3rem;margin-top:1.6rem}.step{background:#f9fafb;border-radius:var(--radius-lg);padding:1.2rem 1.2rem 1.1rem}.step-number{display:inline-flex;width:26px;height:26px;border-radius:999px;background:var(--color-primary);color:#fff;align-items:center;justify-content:center;font-size:.85rem;margin-bottom:.5rem}.cta{text-align:center}.contact-form{margin-top:1.6rem;max-width:520px}.form-field{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.form-field label{font-size:.9rem;font-weight:600}.form-field input,.form-field textarea{border-radius:12px;border:1px solid #d1d5db;padding:.6rem .75rem;font-size:.95rem;outline:none;background:#f9fafb}.form-field input:focus,.form-field textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 1px #4f46e52e;background:#fff}.form-info{margin-top:.6rem;font-size:.85rem;color:var(--color-text-muted)}.legal-block{margin-top:1.4rem}.legal-block h2{font-size:1rem;margin-bottom:.25rem}.btn{border-radius:999px;padding:.55rem 1.2rem;font-size:.95rem;border:none;cursor:pointer;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.3rem;transition:transform .1s ease,box-shadow .15s ease,background .15s ease}.btn-primary{background:linear-gradient(135deg,#4f46e5,#ec4899);color:#fff;box-shadow:0 12px 24px #4f46e559}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 16px 32px #4f46e566}.btn-outline{border:1px solid rgba(148,163,184,.7);background:#ffffffb3;color:#111827}.btn-outline:hover{background:#94a3b81a}.footer{border-top:1px solid rgba(148,163,184,.3);background:#f9fafbf2}.footer-inner{max-width:1100px;margin:0 auto;padding:1.1rem 1.5rem 1.4rem;font-size:.85rem;color:var(--color-text-muted)}.footer-small{margin-top:.2rem}@media(max-width:900px){.hero{grid-template-columns:minmax(0,1fr)}.hero-card{order:-1;margin-bottom:1rem}.nav-inner,.page,.home{padding-inline:1rem}}
