:root{--blue-900: #003a9f;--blue-700: #0050d4;--muted: #6b7280;--container: 1200px;--gap: 24px}.landing-root{font-family:Noto Sans,system-ui,-apple-system,Helvetica Neue,Arial;color:#111;line-height:1.45}.hero{height:calc(100vh - 64px);min-height:520px;display:flex;align-items:center;justify-content:center;position:relative}.hero-overlay{position:absolute;inset:0;background:#02398a8c;display:flex;align-items:center;justify-content:center}.hero-inner{position:relative;z-index:2;max-width:var(--container);width:100%;padding:48px 20px;text-align:center;color:#fff}.hero-logo{height:56px;margin-bottom:18px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4))}.hero-title{font-size:clamp(26px,4vw,44px);margin:0 0 12px;font-weight:600}.hero-sub{font-size:clamp(14px,1.6vw,18px);margin-bottom:20px;max-width:900px;margin-left:auto;margin-right:auto;opacity:.95}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--blue-900);color:#fff;border:0;padding:12px 20px;border-radius:8px;cursor:pointer;font-weight:600}.btn-ghost{background:#ffffff1f;color:#fff;padding:12px 20px;border-radius:8px;border:1px solid rgba(255,255,255,.08);cursor:pointer}.section{padding:56px 16px}.container{max-width:var(--container);margin:0 auto;padding:0 16px}.section-title{text-align:center;margin-bottom:28px;color:var(--blue-900);font-size:28px}.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;align-items:stretch}.card{background:#fff;border-radius:10px;padding:12px;text-align:center;box-shadow:0 6px 18px #1218280f}.card-media img{width:100%;height:160px;object-fit:cover;border-radius:8px}.card-text{margin-top:12px;color:#222;font-weight:400;font-size:15px}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:20px}.tool-card img{width:100%;height:180px;object-fit:cover;border-radius:12px;box-shadow:0 6px 18px #00000014}.about{background:linear-gradient(180deg,#e8f0ff,#f8fbff)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.about-media img{width:100%;max-width:520px;border-radius:16px;object-fit:cover}.about-text h3{color:var(--blue-900);margin-bottom:12px}.signature{margin-top:12px;font-weight:700}.steps-grid{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:18px}.step{width:160px;background:#fff;border-radius:10px;padding:18px;text-align:center;box-shadow:0 6px 14px #0000000f}.step-num{background:var(--blue-900);color:#fff;width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:10px}.site-footer{background:var(--blue-900);color:#fff;padding:36px 16px;margin-top:40px}.footer-grid{display:flex;gap:24px;align-items:center;justify-content:space-between}.center{text-align:center;margin-top:18px}@media (max-width: 900px){.about-grid{grid-template-columns:1fr}.hero-inner{padding:28px 16px}.site-footer{text-align:center}}html,body,#root{height:100%;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial}a{text-decoration:none}
