.hero_section__oTyqs{padding-top:clamp(6rem,10vw,9rem);padding-bottom:clamp(4rem,8vw,6rem);overflow:hidden;background:var(--bg-dark)}.hero_grid__v2aUN{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:center}.hero_content__G5z5n{display:flex;flex-direction:column;gap:2rem;z-index:2}.hero_eyebrowRow__r0v8G{display:flex;align-items:center;gap:1rem}.hero_status__lVNaU{padding:.4rem .8rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:99px;font-size:.75rem;font-weight:700;color:var(--accent-strong);letter-spacing:.05em;text-transform:uppercase}.hero_title__GtAJp{margin:0;font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4.5rem);line-height:.95;font-weight:800;letter-spacing:-.03em;-webkit-text-stroke:.5px rgba(255,255,255,.4);text-shadow:0 2px 10px rgba(255,255,255,.1)}.hero_lede__UTVtv{max-width:38rem;font-size:1.15rem;line-height:1.6;color:rgba(255,255,255,.7)}.hero_proofs___52VT{display:grid;grid-gap:1rem;gap:1rem}.hero_proof__aXhH3{display:flex;align-items:flex-start;gap:1rem}.hero_proofDot__l8Qi6{width:8px;height:8px;margin-top:.6rem;background:var(--accent);border-radius:50%;flex-shrink:0;box-shadow:0 0 15px var(--accent)}.hero_proof__aXhH3 p{margin:0;font-size:.95rem;color:rgba(255,255,255,.8)}.hero_actions__9ey3e{display:flex;gap:1rem;flex-wrap:wrap}.hero_visual__fW6hj{position:relative;display:flex;flex-direction:column;gap:2rem}.hero_visualShell__O7Ruw{position:relative;width:100%;aspect-ratio:1.4}.hero_badge__3XYVD{position:absolute;top:1.5rem;left:1.5rem;padding:1rem;background:rgba(23,25,28,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(190,164,125,.3);border-radius:1rem;z-index:20;display:flex;flex-direction:column;gap:.2rem}.hero_badge__3XYVD span{font-size:.65rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.1em}.hero_badge__3XYVD strong{font-size:.9rem;color:#fff}.hero_blueprintContainer__VKd65{width:100%;height:100%;border:1px solid rgba(255,255,255,.08);border-radius:2rem;background:radial-gradient(circle at 30% 30%,rgba(190,164,125,.05) 0,transparent 60%),linear-gradient(180deg,#14171a,#0d1117);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.hero_metrics__brTBk{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.hero_metricCard__AjD_G{padding:1.25rem;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);border-radius:1rem;display:flex;flex-direction:column;gap:.5rem;transition:all .3s ease}.hero_metricCard__AjD_G:hover{background:rgba(255,255,255,.05);border-color:var(--accent)}.hero_metricCard__AjD_G span{font-family:var(--font-display);font-size:.7rem;font-weight:800;color:var(--accent-strong);letter-spacing:.1em}.hero_metricCard__AjD_G p{margin:0;font-size:.85rem;line-height:1.4;color:rgba(255,255,255,.5)}@media (max-width:1100px){.hero_grid__v2aUN{grid-template-columns:1fr;text-align:center}.hero_content__G5z5n{align-items:center}.hero_eyebrowRow__r0v8G{justify-content:center}.hero_lede__UTVtv{margin:0 auto}.hero_proofs___52VT{text-align:left}.hero_actions__9ey3e,.hero_proofs___52VT{justify-content:center}}@media (max-width:768px){.hero_metrics__brTBk{grid-template-columns:1fr}.hero_visualShell__O7Ruw{aspect-ratio:1.2;margin-top:2rem}.hero_badge__3XYVD{top:.5rem;left:.5rem;padding:.6rem}.hero_title__GtAJp{font-size:2.4rem}}@media (max-width:480px){.hero_visual__fW6hj{display:none}}.scenario-router_head__lP2vC{text-align:center;margin-bottom:clamp(3rem,6vw,4.5rem);display:flex;flex-direction:column;align-items:center;gap:1.5rem}.scenario-router_title___0GzZ{-webkit-text-stroke:.6px rgba(255,255,255,.5);text-shadow:0 1px 4px rgba(255,255,255,.2);color:#fff!important;max-width:50rem;margin:0}.scenario-router_grid__2eWQ0{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.scenario-router_cardWrapper__i64h0{display:flex;text-decoration:none!important;color:inherit!important}.scenario-router_card__Orf0G{width:100%;display:flex;flex-direction:column;gap:1.25rem;padding:2rem;background:rgba(255,255,255,.6);border:1px solid rgba(22,24,27,.08);border-radius:1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.scenario-router_card__Orf0G:hover{background:#fff;border-color:var(--accent);box-shadow:0 20px 40px rgba(0,0,0,.04);transform:translateY(-5px)}.scenario-router_card__Orf0G:after{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle at top right,rgba(190,164,125,.1),transparent 70%);opacity:0;transition:opacity .4s ease}.scenario-router_card__Orf0G:hover:after{opacity:1}.scenario-router_iconWrapper__3POVO{width:3rem;height:3rem;display:grid;place-items:center;background:rgba(190,164,125,.1);color:var(--accent);border-radius:.75rem;transition:all .4s ease}.scenario-router_card__Orf0G:hover .scenario-router_iconWrapper__3POVO{background:var(--accent);color:#fff;transform:scale(1.1) rotate(5deg)}.scenario-router_index__vT62_{font-size:.7rem;font-weight:800;color:rgba(22,24,27,.3);letter-spacing:.2em;text-transform:uppercase}.scenario-router_cardTitle__MBnRE{margin:0;font-family:var(--font-display);font-size:1.35rem;line-height:1.2;font-weight:700}.scenario-router_cardBody__He_md{margin:0;font-size:.95rem;line-height:1.6;color:rgba(22,24,27,.6)}@media (max-width:1100px){.scenario-router_grid__2eWQ0{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.scenario-router_grid__2eWQ0{grid-template-columns:1fr}}.solutions-preview_section__luy9e{background:var(--bg-panel);position:relative;overflow:hidden}.solutions-preview_head___0Y_g{text-align:center;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.solutions-preview_grid__oVq1B{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:4rem}.solutions-preview_card__WbolJ{position:relative;min-height:26rem;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:3rem 2rem;background:var(--bg-surface);border-radius:2.5rem;overflow:hidden;text-decoration:none;border:1px solid rgba(255,255,255,.05);transition:all .6s cubic-bezier(.16,1,.3,1)}@media (max-width:768px){.solutions-preview_card__WbolJ{min-height:unset;padding:2.5rem 1.5rem}}.solutions-preview_card__WbolJ:hover{transform:translateY(-10px);background:#1c2127;border-color:rgba(190,164,125,.3);box-shadow:var(--shadow-deep)}.solutions-preview_imagePlaceholder__3U12P{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(190,164,125,.15) 0,transparent 70%),linear-gradient(180deg,transparent,rgba(20,23,26,.95));z-index:1;transition:opacity .4s ease}.solutions-preview_icon__7LHmu{position:relative;z-index:2;width:6rem;height:6rem;display:grid;place-items:center;color:var(--accent);background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:2rem;margin-bottom:2rem;transition:all .5s cubic-bezier(.16,1,.3,1)}.solutions-preview_card__WbolJ:hover .solutions-preview_icon__7LHmu{background:var(--accent);color:#fff;transform:scale(1.15) translateY(-10px);box-shadow:0 20px 40px rgba(190,164,125,.2)}.solutions-preview_cardContent__E_wsu{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.solutions-preview_cardTitle___znfU{margin:0;font-family:var(--font-display);font-size:1.6rem;color:#fff;font-weight:700;letter-spacing:-.02em}.solutions-preview_cardBody___UZoO{margin:0;font-size:1rem;line-height:1.6;color:rgba(255,255,255,.6);max-width:18rem;transition:color .3s ease}.solutions-preview_card__WbolJ:hover .solutions-preview_cardBody___UZoO{color:rgba(255,255,255,.9)}.solutions-preview_footer__x92z1{display:flex;justify-content:center}@media (max-width:1100px){.solutions-preview_grid__oVq1B{grid-template-columns:1fr;max-width:32rem;margin-left:auto;margin-right:auto}}