/* Insights page styles */
.insights-hero { position: relative; padding: calc(var(--header-height) + 80px) 0 80px; color: var(--white); background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; }
.insights-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,18,30,0.55) 0%, rgba(10,18,30,0.35) 55%, rgba(10,18,30,0.12) 100%); z-index: 1; }
.insights-hero__inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 360px; }
.insights-hero .common-title { color: #fff; max-width: 980px; }
.insights-hero .common-title__subtitle { color: rgba(255,255,255,0.9); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }
.insights-hero .common-title__subtitle::before { width: 0px;}
.insights-hero .common-title__subtitle::after { width: 0px;}
.insights-hero .common-title__heading { color: #fff; font-size: clamp(28px, 4.6vw, 48px); line-height: 1.02; margin-bottom: 12px; }
.insights-hero .common-title__text { color: rgba(255,255,255,0.92); margin-bottom: 18px; max-width: 820px; font-size: 16px; line-height: 1.7; }
.insights-hero .common-btn { margin-top: 8px; }
.insights-hero .common-title__text a { color: #ffffff; text-decoration: underline;}
@media (max-width: 992px) { .insights-hero { padding: calc(var(--header-height) + 60px) 0 60px; } .insights-hero__inner { padding: 0 20px; } }
@media (max-width: 640px) { .insights-hero { padding: calc(var(--header-height) + 40px) 0 40px; } .insights-hero__heading { font-size: clamp(20px, 6vw, 32px); } .insights-hero__inner { min-height: auto; } }

/* Sectors section below hero */
.insights-sectors { background: #FAF8F8; padding: 48px 0; color: var(--text-dark); }
.insights-sectors .common-title { max-width: 980px; }
.insights-sectors .common-title__heading { font-size: clamp(20px, 2.6vw, 28px); margin-bottom: 12px; color: var(--primary); }
.insights-sectors .common-title__text { margin: 12px 0; max-width: 820px; font-size: 16px; line-height: 1.8; color: var(--text-dark); }
@media (max-width: 768px) { .insights-sectors { padding: 36px 18px; } .insights-sectors .common-title__heading { font-size: 20px; } }

/* Sectors grid cards */
.sectors-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 20px; }
.sector-card { background: #fff; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; }
.sector-media img { width: 100%; height: 100%; object-fit: cover; display:block; }
.sector-body { padding: 18px; flex: 1 1 auto; }
.sector-body h4 { margin: 0 0 8px; font-size: 1.05rem; color: var(--primary); }
.sector-body p { margin: 0 0 10px; color: var(--text-dark); line-height: 1.6; }
.sector-clients { font-size: 13px; color: var(--text-light); margin-top: 6px; }
@media (max-width: 992px) { .sectors-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px) { .sectors-grid { grid-template-columns: 1fr; } .sector-media img { height: 200px; } }

/* Why BidHaus Across Sectors - dark band treatment */
.why-bidhaus-sectors { padding: 72px 0;color: var(--text-dark); }
.why-bidhaus__inner { margin: 0 auto; }
.why-pre { font-weight: 600; margin-bottom: 8px; }
.why-lead { max-width: 900px; margin-bottom: 28px; line-height: 1.7; }
.why-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 18px; }
.why-icon-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(146, 146, 146, 0.56); border-radius: 8px; padding: 16px; display: flex; gap: 14px; align-items: center; }
.why-icon { width: 48px; height: 48px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #243247; color: var(--white); }
.why-icon svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.2; fill: none; color: #243247;}
.why-icon-card h4 { margin: 0; font-size: 16px; font-weight: 600; }

@media (max-width: 991px) {
	.why-icons { grid-template-columns: repeat(2, 1fr); }
	.why-bidhaus-sectors { padding: 48px 0; }
}
@media (max-width: 640px) {
	.why-icons { grid-template-columns: 1fr; }
	.why-bidhaus-sectors { padding: 36px 0; }
}

/* CTA band used on Sectors page (background set inline in PHP) */
.cta-bidhaushh { position: relative; padding: 64px 0; color: var(--white); background-size: cover; background-position: center; background-repeat: no-repeat; }
.cta-bidhaushh__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,14,26,0.65), rgba(6,14,26,0.6)); z-index: 0; }
.cta-bidhaushh__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; }
.cta-bidhaushh__content { display: flex; gap: 28px; align-items: center; justify-content: space-between; width: 100%; max-width: 1200px; }
.cta-bidhaushh__content > div:first-child { max-width: 720px; }
.cta-bidhaushh__content h2 { margin: 0 0 8px 0; color: var(--white); font-size: clamp(22px, 3.2vw, 40px); line-height: 1.1; font-weight: 700; }
.cta-bidhaushh__content p { margin: 0; color: rgba(255,255,255,0.92); line-height: 1.6; }
.cta-bidhaushh .common-btn { white-space: nowrap; border-radius: 40px; padding: 12px 26px; margin-bottom: 10px; }
.cta-bidhaushh .common-btn.common-btn--dark { background: var(--bidhausstrategy-accent); color: var(--white); border: none; }
.cta-bidhaushh .common-btn.common-btn--light { background: rgba(255,255,255,0.08); color: var(--white); border: 1px solid rgba(255,255,255,0.14); }
.cta-bidhaushh .common-btn:hover { opacity: 0.95; }

@media (max-width: 768px) {
	.cta-bidhaushh { padding: 48px 0; }
	.cta-bidhaushh__content { flex-direction: column; gap: 18px; align-items: center; text-align: center; }
	.cta-bidhaushh__content > div:last-child { display: flex; gap: 12px; }
}


