.hero{position:relative;width:100%;height:100vh;overflow:hidden;background:#0a0a0a}.hero-media{position:absolute;top:0;right:0;width:70%;height:100%}.hero-media img,.hero-bg-img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:linear-gradient(to right,#0a0a0a 35%,#0a0a0a80 60%,#0a0a0a1a)}.hero-content{position:relative;z-index:2;width:45%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 0 0 80px}.hero-kicker{margin:0 0 18px;color:var(--green);font-family:Space Grotesk,Inter,sans-serif;font-size:13px;font-weight:800;letter-spacing:.15em;line-height:1;text-transform:uppercase}.hero-content h1{max-width:760px;margin-bottom:18px;color:#fff;font-size:80px;font-weight:800;line-height:1.1}.hero-subtitle{margin:0 0 18px;color:var(--green);font-family:Space Grotesk,Inter,sans-serif;font-size:28px;font-weight:700;line-height:1.2}.hero-description{max-width:440px;margin:0;color:#ffffffb3;font-size:16px;line-height:1.8}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.things-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.thing-card{overflow:hidden;border:1px solid var(--white-line);border-radius:var(--radius);background:#151515}.thing-card img,.thing-image-slot,.thing-placeholder{width:100%;aspect-ratio:1.15 / 1;object-fit:cover}.thing-image-slot{position:relative;display:grid;place-items:center;overflow:hidden;background:#2a2a2a}.thing-image-slot img{position:absolute;inset:0;width:100%;height:100%;opacity:0}.thing-image-slot span{position:relative;z-index:1;color:#fff;font-family:Space Grotesk,Inter,Noto Sans SC,sans-serif;font-size:18px;font-weight:900}.thing-body{padding:20px}.thing-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px}.thing-title h3{margin:0;font-size:1.28rem}.thing-title span{color:var(--green);font-family:Space Grotesk,Inter,sans-serif;font-size:.82rem;font-weight:800;text-transform:uppercase;white-space:nowrap}.thing-card p{margin:0;color:#ffffff9e;font-size:.95rem}.scenario-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.scenario-card{min-height:250px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e8e8e8;border-radius:var(--radius);padding:24px;background:#fff}.scenario-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:34px;border-radius:12px;background:#00c8531f;font-size:1.55rem;line-height:1}.scenario-card p{margin-bottom:0;color:var(--muted)}.flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;counter-reset:step}.flow-card{position:relative;min-height:260px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:#fff;counter-increment:step}.flow-card:before{content:"0" counter(step);color:#0d0f0e21;font-family:Space Grotesk,Inter,sans-serif;font-size:5.6rem;font-weight:700;line-height:.8}.flow-card p{margin-bottom:0;color:var(--muted)}.flow-action{width:fit-content;display:inline-flex;margin-top:18px;border-radius:999px;padding:8px 14px;background:var(--green);color:#041008;font-family:Space Grotesk,Inter,sans-serif;font-weight:900}@media(max-width:1080px){.hero-content{width:52%;padding-left:48px}.hero-content h1{font-size:68px}.scenario-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.hero{height:auto;min-height:0}.hero-media{position:relative;width:100%;height:60vw}.hero-overlay{background:linear-gradient(to bottom,#0a0a0a4d,#0a0a0a)}.hero-content{width:100%;padding:40px 24px}.hero-content h1{font-size:clamp(40px,9vw,58px)}.flow{grid-template-columns:1fr}.things-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.scenario-card,.flow-card{min-height:0}}@media(max-width:560px){.hero-content{padding-right:22px;padding-left:22px}.hero-content h1{font-size:40px}.hero-subtitle{font-size:24px}.hero-description{font-size:1rem}.hero-actions{display:grid}.thing-body,.scenario-card,.flow-card{padding:22px}}.cta{background:var(--green);color:#031107}.cta-inner{min-height:360px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;padding:clamp(74px,8vw,110px) 0}.cta h2{max-width:720px;margin-bottom:0}.cta-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px}@media(max-width:820px){.cta-inner{grid-template-columns:1fr}.cta-actions{justify-content:flex-start}}@media(max-width:560px){.cta-actions{display:grid}}
