.home-page{display:flex;flex-direction:column;gap:var(--ds-space-10);padding-bottom:var(--ds-space-16)}#home-final,#home-hero,#home-models,#home-routes,#home-steps{scroll-margin-top:96px}.home-hero{margin-bottom:0}.home-trust-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:var(--ds-space-2);gap:var(--ds-space-2);margin-top:var(--ds-space-2)}.home-trust-pill{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:var(--ds-space-2) var(--ds-space-3);background:var(--ds-color-primary-soft);color:var(--ds-color-primary-dark);border-radius:var(--admin-radius-pill);font-size:var(--ds-text-xs);font-weight:var(--ds-font-semibold);line-height:1.35;text-align:center}.home-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:var(--ds-space-3);gap:var(--ds-space-3);margin-top:var(--ds-space-2)}.home-proof-card{display:flex;flex-direction:column;gap:var(--ds-space-1);padding:var(--ds-space-3);background:rgba(255,255,255,.88);border:1px solid rgba(15,23,42,.08);border-radius:var(--admin-radius-xl)}.home-proof-value{color:var(--ds-color-text);font-size:clamp(1.4rem,2.8vw,1.8rem);font-weight:var(--ds-font-bold);line-height:1}.home-proof-label{color:var(--ds-color-text-secondary);font-size:var(--ds-text-xs);line-height:1.45}.home-hero-helper{display:flex;align-items:center;gap:var(--ds-space-3);margin-top:var(--ds-space-2);font-size:var(--ds-text-sm)}.home-hero-panel{display:flex;flex-direction:column;gap:var(--ds-space-5)}.home-hero-route-grid{display:grid;grid-gap:var(--ds-space-3);gap:var(--ds-space-3)}.home-hero-route-card{display:grid;grid-gap:var(--ds-space-2);gap:var(--ds-space-2);padding:var(--ds-space-4);border-radius:var(--admin-radius-xl);border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.88);color:inherit;text-decoration:none;transition:transform var(--ds-transition-fast),box-shadow var(--ds-transition-fast)}.home-hero-route-card:hover{transform:translateY(-2px);box-shadow:var(--ds-shadow-md)}.home-hero-route-action{color:var(--ds-color-primary-dark);font-size:var(--ds-text-sm);font-weight:var(--ds-font-semibold)}.home-panel-head{display:flex;flex-direction:column;gap:var(--ds-space-2)}.home-section,.home-value-section{width:100%}.home-model-grid{margin-top:var(--ds-space-6)}.home-model-card{display:flex;flex-direction:column;gap:var(--ds-space-2)}.home-value-grid{margin-top:var(--ds-space-4)}.home-value-card{text-align:center;display:flex;flex-direction:column;gap:var(--ds-space-2)}.home-route-grid{margin-top:var(--ds-space-6)}.home-route-card{display:flex;flex-direction:column;gap:var(--ds-space-2);text-decoration:none;color:inherit;transition:transform var(--ds-transition-fast)}.home-route-card:hover{transform:translateY(-2px)}.home-route-action{margin-top:auto;align-self:flex-start}.home-step-grid{margin-top:var(--ds-space-6)}.home-step-card{display:flex;flex-direction:column;gap:var(--ds-space-2)}.home-step-index{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:var(--ds-font-bold);font-family:var(--ds-font-mono);line-height:1;background:linear-gradient(135deg,var(--ds-color-primary-dark),var(--ds-color-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-final-cta{margin-top:var(--ds-space-4)}.home-icon-badge{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--admin-radius-lg);background:var(--ds-color-primary-soft);color:var(--ds-color-primary-dark);flex-shrink:0}.home-icon-badge-accent{background:rgba(249,115,22,.1);color:#ea580c}.home-final-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:var(--admin-radius-xl);background:linear-gradient(135deg,var(--ds-color-primary-dark),var(--ds-color-primary));color:var(--ds-color-text-inverse)}.home-step-card{position:relative}.home-step-card:not(:last-child):after{content:"";position:absolute;top:28px;right:-16px;width:32px;height:2px;background:linear-gradient(90deg,var(--ds-color-primary),transparent);pointer-events:none}@media (max-width:1024px){.home-page{gap:var(--ds-space-8)}.home-proof-grid,.home-trust-row{grid-template-columns:repeat(2,minmax(0,1fr))}.home-step-grid{grid-template-columns:repeat(2,1fr)}.home-step-card:not(:last-child):after{display:none}}@media (max-width:768px){.home-page{gap:var(--ds-space-6);padding:var(--ds-space-4) 0 calc(var(--ds-space-8) + 72px)}.home-proof-grid,.home-trust-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ds-space-2)}.home-page .ds-hero-eyebrow{font-size:.84rem}.home-page .ds-hero-title{font-size:clamp(2rem,9.4vw,2.9rem);line-height:1.2}.home-page .ds-page-title{font-size:clamp(1.6rem,8vw,2.2rem)}.home-page .ds-card-description,.home-page .ds-page-subtitle{font-size:.95rem;line-height:1.65}.home-hero-route-card,.home-proof-card,.home-route-card,.home-step-card,.home-value-card{border-radius:var(--admin-radius-lg)}.home-step-grid{grid-template-columns:1fr}.home-hero-helper{align-items:stretch;flex-direction:column}.home-hero-helper .ds-button{width:100%}.home-icon-badge{width:40px;height:40px}.home-final-icon{width:48px;height:48px}.home-final-cta .ds-hero-actions{flex-direction:column}}