:root{--he-bg:#fefefe;--he-text:#1a1a1a;--he-muted:#666;--he-card-muted:#757575;--he-accent:#4f46e5;--he-soft-accent:#edecfc;--he-shadow:0 2px 12px rgba(0,0,0,.06);--he-border:#e5e5e5;--he-green-400:#81c784;--he-green-500:#66bb6a;--he-green-200:#c5e1a5}.he-root{min-height:100vh;background:var(--he-bg);padding:80px 20px;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow:hidden}.he-bg{opacity:.4;pointer-events:none}.he-bg,.he-bg-circles{position:absolute;inset:0}.he-bg-circles circle{fill:none;stroke:var(--he-green-200)}.he-bg-circles circle:first-child{opacity:.3;stroke-width:1}.he-bg-circles circle:nth-child(2){opacity:.2;stroke-width:1}.he-bg-circles circle:nth-child(3){opacity:.1;stroke-width:1}.he-triangle{position:absolute;width:12px;height:12px;background:var(--he-green-500);-webkit-clip-path:polygon(50% 0,0 100%,100% 100%);clip-path:polygon(50% 0,0 100%,100% 100%);opacity:.3}.he-triangle--lt{top:15%;left:5%;width:8px;height:8px;background:var(--he-green-400);opacity:.4}.he-triangle--rt{top:20%;right:10%;transform:rotate(180deg)}.he-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.he-hero{padding-top:70px}.he-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.he-hero-copy{padding-right:40px}.he-title{font-family:roboto,system-ui,-apple-system,Segoe UI,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--he-text);margin:0 0 24px;line-height:1.2;letter-spacing:-.02em}.he-accent{color:var(--he-accent)}.he-subtitle{font-size:1.125rem;color:var(--he-muted);line-height:1.6;margin:0 0 32px;font-weight:400}.he-cta{background:var(--he-accent);color:#fff;border:none;padding:16px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:var(--he-shadow)}.he-cta:hover{transform:translateY(-2px)}.he-cta:active{transform:translateY(0)}.he-hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.he-halo{position:absolute;width:520px;height:520px;border-radius:50%;filter:blur(.5px);z-index:0}.he-image{position:relative;z-index:1;width:100%;height:auto;max-width:520px}.he-section{max-width:1400px;margin:120px auto 0;padding:0 20px}.he-section-title{font-family:roboto,system-ui,-apple-system,Segoe UI,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--he-text);margin:0 0 80px;line-height:1.2;letter-spacing:-.02em}.he-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px}.he-card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:60px}.he-card{background:#fff;border-radius:16px;padding:40px 32px;box-shadow:var(--he-shadow);border:1px solid var(--he-border);transition:transform .2s ease,box-shadow .2s ease}.he-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.08)}.he-icon{width:64px;height:64px;background:var(--he-soft-accent);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.he-card-title{font-size:1.5rem;font-weight:700;color:var(--he-text);margin:0 0 12px;line-height:1.3}.he-card-text{font-size:1rem;color:var(--he-card-muted);line-height:1.6;font-weight:400;margin:0}@media (max-width:1024px){.he-grid-2{grid-template-columns:1fr}.he-hero-copy{padding-right:0}.he-card-grid--two{grid-template-columns:1fr}}