.growth-collection-main { width: min(100% - 40px, var(--da-content)); margin: 0 auto; padding: 22px 0 72px; }
.growth-collection-hero { margin-top: 16px; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: 28px; padding: clamp(28px,4vw,52px); border-radius: 24px; background: radial-gradient(circle at 90% 0%, #283746 0, #101820 46%, #0b1117 100%); color: #fff; overflow: hidden; }
.growth-collection-hero__copy > span, .growth-guide > div > span, .growth-faq > div:first-child > span, .growth-section-heading span { color: var(--da-primary-dark); font-size: 12px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.growth-collection-hero h1 { max-width: 760px; margin: 10px 0 0; font-size: clamp(38px,5vw,64px); line-height: 1.02; letter-spacing: -.05em; text-wrap: balance; }
.growth-collection-hero p { max-width: 720px; margin: 18px 0 0; color: #c6cdd5; font-size: 16px; line-height: 1.7; }
.growth-collection-hero__actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; }
.growth-collection-hero .da-button--secondary { border-color: #3b4652; background: transparent; color: #fff; }
.growth-collection-stats { margin: 0; align-self: stretch; display: grid; gap: 1px; border: 1px solid #2b3641; border-radius: 18px; overflow: hidden; background: #2b3641; }
.growth-collection-stats > div { min-width: 0; padding: 18px; background: rgba(18,25,32,.94); }
.growth-collection-stats dt { color: #8f99a5; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.growth-collection-stats dd { margin: 5px 0 0; color: #fff; font-size: 22px; font-weight: 850; }
.growth-collection-note { margin-top: 18px; display: flex; align-items: baseline; gap: 12px; padding: 14px 16px; border: 1px solid #ead39b; border-radius: 12px; background: #fff8e5; color: #6b4a00; }
.growth-collection-note strong { white-space: nowrap; }
.growth-collection-note p { margin: 0; font-size: 13px; }
.growth-collection-results { padding-top: 42px; }
.growth-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.growth-section-heading h2 { margin: 5px 0 0; font-size: clamp(27px,3vw,38px); letter-spacing: -.035em; }
.growth-section-heading > p, .growth-section-heading > a { margin: 0; color: var(--da-muted); font-size: 13px; }
.growth-collection-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.growth-guide { margin-top: 54px; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: 28px; padding: clamp(24px,4vw,44px); border: 1px solid var(--da-line); border-radius: 20px; background: #fff; }
.growth-guide h2, .growth-faq h2 { margin: 7px 0 0; font-size: clamp(28px,3.2vw,42px); line-height: 1.1; letter-spacing: -.04em; }
.growth-guide p { color: var(--da-slate); line-height: 1.72; }
.growth-guide aside { align-self: start; padding: 22px; border-radius: 16px; background: var(--da-canvas); }
.growth-guide aside h3 { margin: 0; font-size: 18px; }
.growth-guide aside ul { margin: 14px 0; padding-left: 20px; color: var(--da-slate); }
.growth-guide aside li + li { margin-top: 9px; }
.growth-guide aside a { color: #9b5900; font-weight: 800; }
.growth-faq { margin-top: 54px; display: grid; grid-template-columns: minmax(260px,.6fr) minmax(0,1.4fr); gap: 34px; }
.growth-faq details { border-top: 1px solid var(--da-line); }
.growth-faq details:last-child { border-bottom: 1px solid var(--da-line); }
.growth-faq summary { padding: 18px 4px; cursor: pointer; font-weight: 800; }
.growth-faq details p { margin: -4px 4px 18px; color: var(--da-slate); line-height: 1.65; }
.growth-related-searches { margin-top: 50px; }
.growth-related-searches h2 { font-size: 21px; }
.growth-related-searches > div { display: flex; flex-wrap: wrap; gap: 10px; }
.growth-related-searches a { min-width: 170px; flex: 1; display: grid; gap: 3px; padding: 15px; border: 1px solid var(--da-line); border-radius: 12px; background: #fff; text-decoration: none; }
.growth-related-searches a:hover { border-color: #bbbfc5; box-shadow: var(--da-shadow); }
.growth-related-searches a span { color: var(--da-muted); font-size: 11px; }
@media (max-width: 1100px) { .growth-collection-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 860px) { .growth-collection-hero, .growth-guide, .growth-faq { grid-template-columns: 1fr; } .growth-collection-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .growth-collection-stats { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 620px) { .growth-collection-main { width: min(100% - 28px,var(--da-content)); padding-top: 10px; } .growth-collection-hero { padding: 24px 20px; border-radius: 18px; } .growth-collection-hero h1 { font-size: 38px; } .growth-collection-hero p { font-size: 14px; } .growth-collection-hero__actions { display: grid; } .growth-collection-stats { grid-template-columns: 1fr; } .growth-collection-note { align-items: flex-start; flex-direction: column; gap: 4px; } .growth-section-heading { align-items: flex-start; flex-direction: column; gap: 5px; } .growth-collection-grid { grid-template-columns: 1fr; } .growth-guide, .growth-faq { margin-top: 38px; } }
