:root{--color-primary: #10b981;--color-primary-dark: #059669;--color-bg: #ffffff;--color-surface: #ffffff;--color-text: #111827;--color-text-muted: #6b7280;--color-border: #e5e7eb;--color-status-verified: #10b981;--color-status-warning: #f59e0b;--color-status-danger: #ef4444;--color-status-neutral: #9ca3af;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-8: 3rem;--space-12: 4rem;--font-family: "Inter", system-ui, -apple-system, sans-serif;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--radius-sm: 0;--radius-md: 4px;--radius-lg: 8px;--radius-full: 9999px;--shadow-sm: none;--shadow-md: none;--shadow-lg: none;--shadow-hover: 0 4px 6px -1px rgba(0, 0, 0, .1);--transition-fast: .15s ease-in-out;--transition-smooth: .2s ease-in-out}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:700;color:#000;letter-spacing:-.01em}a{color:var(--color-primary-dark);text-decoration:none}a:hover{text-decoration:underline}.hero{background:linear-gradient(135deg,#0f2027,#203a43,#1a3a2a);padding:7rem 2rem 6rem;position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 70% 50%,rgba(16,185,129,.08) 0%,transparent 60%);pointer-events:none}.hero-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:3rem;position:relative;z-index:1}.hero-text{flex:1;min-width:0}.hero-text h1{font-family:Outfit,Inter,sans-serif;font-size:3.2rem;font-weight:800;color:#fff;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.25rem}.hero-text p{font-size:1.1rem;color:#ffffffb3;line-height:1.7;max-width:480px;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;background-color:var(--color-primary);color:#fff;font-weight:600;font-size:1rem;border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:background-color .2s,transform .15s}.hero-btn-primary:hover{background-color:var(--color-primary-dark);transform:translateY(-1px);text-decoration:none}.hero-btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;background-color:transparent;color:#fff;font-weight:600;font-size:1rem;border:1.5px solid rgba(255,255,255,.4);border-radius:6px;cursor:pointer;text-decoration:none;transition:border-color .2s,background-color .2s,transform .15s}.hero-btn-outline:hover{border-color:#fff;background-color:#ffffff14;transform:translateY(-1px);text-decoration:none}.hero-image{flex:0 0 480px;max-width:480px}.hero-image img{width:100%;height:auto;border-radius:12px}.features-strip{background-color:#1a2332;padding:2rem;border-top:1px solid rgba(255,255,255,.06)}.features-strip-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-item{display:flex;align-items:flex-start;gap:1rem}.feature-icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:#10b9811f;display:flex;align-items:center;justify-content:center}.feature-icon svg{width:22px;height:22px;color:var(--color-primary)}.feature-text h3{font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.25rem}.feature-text p{font-size:.82rem;color:#ffffff80;line-height:1.5}.stats-section{background-color:#fff;padding:3.5rem 2rem}.stats-inner{max-width:900px;margin:0 auto;display:flex;justify-content:center;align-items:center}.stat-item{flex:1;text-align:center;padding:0 1.5rem}.stat-item:not(:last-child){border-right:2px solid #e5e7eb}.stat-value{font-family:Outfit,Inter,sans-serif;font-size:2.5rem;font-weight:700;color:var(--color-primary);line-height:1.2}.stat-label{font-size:.85rem;color:var(--color-text-muted);font-weight:400;margin-top:.25rem}.how-it-works{background-color:#fafafa;padding:4rem 2rem}.how-it-works-inner{max-width:1000px;margin:0 auto}.how-it-works h2{font-family:Outfit,Inter,sans-serif;font-size:1.75rem;font-weight:700;color:var(--color-text);margin-bottom:2rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.step-card{background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:1.75rem;transition:box-shadow .2s}.step-card:hover{box-shadow:0 4px 12px #0000000f}.step-number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#10b9811a;color:var(--color-primary-dark);font-weight:700;font-size:.95rem;margin-bottom:1rem}.step-card h3{font-size:1.05rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.step-card p{font-size:.88rem;color:var(--color-text-muted);line-height:1.6}.cta-section{background-color:#fff;padding:4rem 2rem;border-top:1px solid var(--color-border)}.cta-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.cta-card{background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:2rem;transition:box-shadow .2s}.cta-card:hover{box-shadow:0 4px 12px #0000000f}.cta-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.cta-card p{font-size:.88rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:1.5rem}@media (max-width: 900px){.hero{padding:4rem 1.5rem 3.5rem;min-height:auto}.hero-content{flex-direction:column;text-align:center}.hero-text h1{font-size:2.4rem}.hero-text p{max-width:100%;margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-image{flex:none;max-width:320px;width:100%}.features-strip-inner{grid-template-columns:repeat(2,1fr)}.steps-grid,.cta-inner{grid-template-columns:1fr}}@media (max-width: 600px){.hero{padding:3rem 1rem 2.5rem}.hero-text h1{font-size:1.9rem}.hero-text p{font-size:.95rem}.features-strip-inner{grid-template-columns:1fr 1fr;gap:1.25rem}.stats-inner{flex-wrap:wrap;gap:1.5rem}.stat-item{flex:0 0 45%;padding:0;border-right:none!important}.stat-value{font-size:2rem}.hero-image{max-width:260px}}
