.growth-page .windows-hero { min-height: 540px; background-position: center 18%; }
.growth-page .windows-hero::before { width: 68%; background: linear-gradient(90deg, rgba(8, 15, 30, .9), rgba(8, 15, 30, .64), rgba(8, 15, 30, .08)); }
.growth-page .windows-hero-copy { max-width: 690px; }
.growth-page .windows-hero h1 { margin: 10px 0 18px; max-width: 650px; font-size: 58px; line-height: 1.05; letter-spacing: 0; }
.growth-page .windows-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.growth-page .windows-release-strip { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 24px; color: #f3f6fa; font-size: 14px; }
.growth-page .windows-release-strip span { position: relative; }
.growth-page .windows-release-strip span + span::before { position: absolute; left: -12px; content: "·"; color: #b9c3cf; }
.growth-page .windows-section-heading { max-width: 760px; margin-bottom: 28px; }
.growth-page .windows-section-heading.compact { margin-bottom: 22px; }
.growth-page .windows-section-heading > span { display: block; margin-bottom: 8px; color: #c44f34; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.growth-page .windows-section-heading h2 { margin: 0 0 10px; font-size: 36px; line-height: 1.18; }
.growth-page .windows-section-heading p { margin: 0; color: var(--growth-muted); font-size: 17px; line-height: 1.6; }
.growth-page .release-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: 56px; align-items: start; }
.growth-page .release-table { margin: 0; border-top: 1px solid var(--growth-line); }
.growth-page .release-table div { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--growth-line); }
.growth-page .release-table dt { color: var(--growth-muted); }
.growth-page .release-table dd { margin: 0; color: var(--growth-ink); font-weight: 700; }
.growth-page .release-verification { padding-top: 6px; }
.growth-page .release-verification h3 { margin: 0 0 12px; }
.growth-page .release-verification code { display: block; padding: 18px; overflow-wrap: anywhere; border: 1px solid var(--growth-line); border-radius: 6px; background: #fff; color: #26364a; font-size: 13px; line-height: 1.65; }
.growth-page .release-links { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 14px; font-size: 14px; }
.growth-page .release-security-note { margin-top: 24px; padding: 18px 20px; border-left: 4px solid var(--growth-accent); background: #fff; }
.growth-page .release-security-note strong { display: block; margin-bottom: 6px; }
.growth-page .release-security-note p { margin: 0; color: var(--growth-muted); line-height: 1.6; }
.growth-page .windows-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.growth-page .windows-steps div { display: grid; grid-template-columns: 44px minmax(0, 1fr); column-gap: 14px; align-items: start; }
.growth-page .windows-steps b { display: inline-flex; grid-row: 1 / 3; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--growth-ink); color: #fff; }
.growth-page .windows-steps strong { padding-top: 1px; font-size: 18px; }
.growth-page .windows-steps span { margin-top: 5px; color: var(--growth-muted); line-height: 1.55; }
.growth-page .windows-faq { display: grid; gap: 10px; max-width: 850px; }
.growth-page .windows-faq details { padding: 18px 20px; border: 1px solid var(--growth-line); border-radius: 6px; background: #fff; }
.growth-page .windows-faq summary { cursor: pointer; color: var(--growth-ink); font-weight: 750; }
.growth-page .windows-faq p { margin: 12px 0 0; color: var(--growth-muted); line-height: 1.6; }
.growth-page .cta-panel h2 { color: #fff; }
.growth-page .cta-panel p { color: #d7d7eb; }
.growth-page .topbar-links > a:not(.btn) { color: #e5e5f4; }
.growth-page .windows-section-heading > span { color: #a13d27; }
.growth-page .release-links a,
.growth-page .footer-links a { color: #5142be; }
.growth-page .footer p { color: #5f6675; }

@media (max-width: 900px) {
    .growth-page .release-layout,
    .growth-page .windows-steps { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .growth-page .growth-hero-product { min-height: 520px; }
    .growth-page .growth-hero-product::before { background: rgba(8, 15, 30, .78); }
    .growth-page .windows-hero h1 { font-size: 40px; }
    .growth-page .windows-section-heading h2 { font-size: 30px; }
    .growth-page .release-table div { grid-template-columns: 120px minmax(0, 1fr); }
    .growth-page .windows-release-strip span + span::before { content: ""; }
}
