.step-module__399GCG__container{background:var(--background);flex-direction:column;min-height:80vh;padding:40px 0 80px;display:flex}.step-module__399GCG__topBar{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-bottom:48px;padding-bottom:24px;display:flex}.step-module__399GCG__backLink{color:var(--text-primary);align-items:center;gap:8px;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .3s,transform .3s;display:inline-flex}.step-module__399GCG__backLink:hover{opacity:.7;transform:translate(-4px)}.step-module__399GCG__arrow{font-size:1.1rem}.step-module__399GCG__stepIndicator{color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;font-size:.85rem;font-weight:700}.step-module__399GCG__mainGrid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;margin-bottom:80px;display:grid}.step-module__399GCG__infoCol{flex-direction:column;display:flex}.step-module__399GCG__stepNum{font-family:var(--font-heading);color:var(--border);-webkit-user-select:none;user-select:none;margin-bottom:16px;font-size:6rem;font-weight:400;line-height:.8}.step-module__399GCG__title{font-size:clamp(2rem,4vw,3rem);font-family:var(--font-heading);color:var(--text-primary);margin:0 0 12px;font-weight:400;line-height:1.1}.step-module__399GCG__subtitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:32px;font-size:1.8rem;font-weight:600}.step-module__399GCG__divider{background:var(--border);width:80px;height:1px;margin-bottom:32px}.step-module__399GCG__description{color:var(--text-secondary);margin-bottom:40px;font-size:1.15rem;font-weight:300;line-height:1.8}.step-module__399GCG__highlightsSection{background:var(--bg-muted);border-left:3px solid var(--accent);margin-bottom:40px;padding:32px}.step-module__399GCG__sectionTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-size:.9rem;font-weight:700}.step-module__399GCG__highlightsList{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.step-module__399GCG__highlightItem{color:var(--text-secondary);align-items:flex-start;gap:12px;font-size:1rem;line-height:1.5;display:flex}.step-module__399GCG__bullet{color:var(--accent);font-weight:700}.step-module__399GCG__detailsSection{margin-bottom:32px}.step-module__399GCG__detailsText{color:var(--text-secondary);font-size:1.05rem;font-weight:300;line-height:1.8}.step-module__399GCG__mediaCol{flex-direction:column;gap:40px;display:flex}.step-module__399GCG__imageWrapper{aspect-ratio:4/3;border:1px solid var(--border-subtle);border-radius:4px;width:100%;position:relative;overflow:hidden}.step-module__399GCG__image{object-fit:cover;width:100%;height:100%;transition:transform 1.5s cubic-bezier(.19,1,.22,1)}.step-module__399GCG__imageWrapper:hover .step-module__399GCG__image{transform:scale(1.05)}.step-module__399GCG__specsCard{border:1px solid var(--border);background:var(--background);padding:32px}.step-module__399GCG__specsTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:1.5px;border-bottom:1px solid var(--border-subtle);margin-bottom:24px;padding-bottom:16px;font-size:.95rem;font-weight:700}.step-module__399GCG__specsGrid{flex-direction:column;gap:16px;display:flex}.step-module__399GCG__specRow{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.step-module__399GCG__specRow:last-child{border-bottom:none;padding-bottom:0}.step-module__399GCG__specLabel{color:var(--text-muted);font-size:.9rem;font-weight:500}.step-module__399GCG__specValue{color:var(--text-primary);text-align:right;font-size:.9rem;font-weight:600}.step-module__399GCG__navFooter{border-top:1px solid var(--border);margin-top:40px;padding-top:48px}.step-module__399GCG__footerGrid{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;display:grid}.step-module__399GCG__navBtn{border:1px solid var(--border-subtle);background:var(--bg-muted);flex-direction:column;padding:20px 24px;text-decoration:none;transition:all .4s cubic-bezier(.19,1,.22,1);display:flex}.step-module__399GCG__navBtn:hover{background:var(--background);border-color:var(--accent)}.step-module__399GCG__navBtnNext{text-align:right}.step-module__399GCG__navBtnSub{color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;font-size:.75rem;font-weight:700}.step-module__399GCG__navBtnTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:600;overflow:hidden}.step-module__399GCG__navBtnDisabled{border:1px solid var(--border-subtle);background:var(--bg-muted);opacity:.4;cursor:not-allowed;flex-direction:column;padding:20px 24px;display:flex}.step-module__399GCG__navBtnDisabled.step-module__399GCG__navBtnNext{text-align:right}.step-module__399GCG__homeBtn{color:var(--text-primary);text-transform:uppercase;letter-spacing:2px;border:1px solid var(--text-primary);white-space:nowrap;padding:12px 24px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s}.step-module__399GCG__homeBtn:hover{background:var(--accent);color:var(--accent-foreground)}@media (max-width:1024px){.step-module__399GCG__mainGrid{grid-template-columns:1fr;gap:48px}.step-module__399GCG__mediaCol{order:-1}.step-module__399GCG__imageWrapper{aspect-ratio:16/9}}@media (max-width:768px){.step-module__399GCG__topBar{flex-direction:column;align-items:flex-start;gap:16px}.step-module__399GCG__footerGrid{grid-template-columns:1fr;gap:16px}.step-module__399GCG__navBtn,.step-module__399GCG__navBtnDisabled{order:2;text-align:center!important}.step-module__399GCG__homeBtn{text-align:center;order:1;width:100%}}
