* { box-sizing: border-box; margin: 0; padding: 0; }

body { font-family: 'Segoe UI', Arial, sans-serif; color: var(--color-text); background: var(--color-bg); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

.top-bar { padding: 8px 24px; text-align: center; font-size: 13px; }
.top-bar-inner { max-width: 1200px; margin: 0 auto; }
.top-bar-link { margin-left: 8px; font-weight: 600; }

.site-header { border-bottom: 1px solid var(--color-border); background: #ffffff; }
.header-inner { max-width: 1300px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.header-logo { display: flex; align-items: center; gap: 10px; }
.header-logo-icon svg { width: 36px; height: 36px; }
.header-logo-text { font-size: 15px; font-weight: 700; line-height: 1.2; letter-spacing: 0.3px; }
.header-nav { display: flex; flex-wrap: wrap; gap: 22px; }
.nav-link { font-size: 14px; font-weight: 600; border-bottom: 2px solid transparent; padding-bottom: 4px; }

.hero { padding: 80px 24px; }
.hero-inner { max-width: 900px; margin: 0 auto; }
.hero-inner h1 { font-size: 44px; font-weight: 700; margin-bottom: 14px; }
.hero-sub { font-size: 19px; opacity: 0.9; }

.by-numbers { max-width: 1200px; margin: 0 auto; padding: 60px 24px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: center; }
.by-numbers-text h2 { font-size: 26px; margin-bottom: 16px; }
.by-numbers-text p { color: var(--color-text-muted); margin-bottom: 18px; }
.text-link { font-weight: 700; }
.by-numbers-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.stat-item { display: flex; flex-direction: column; }
.stat-num { font-size: 34px; font-weight: 800; }
.stat-label { font-size: 13px; color: var(--color-text-muted); margin-top: 4px; }

.services-strip { padding: 60px 24px; }
.services-strip h2 { max-width: 1200px; margin: 0 auto 32px; text-align: center; font-size: 26px; }
.services-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-item h3 { font-size: 17px; margin-bottom: 10px; padding-left: 14px; position: relative; }
.service-item h3::before { content: ""; position: absolute; left: 0; top: 6px; width: 6px; height: 6px; border-radius: 50%; }
.service-item p { font-size: 14px; color: var(--color-text-muted); }

.insights-strip { padding: 60px 24px; }
.insights-header { max-width: 1200px; margin: 0 auto 28px; display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.insights-header h2 { font-size: 26px; }
.insights-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.insight-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 4px; padding: 20px; }
.insight-tag { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 3px; margin-right: 8px; }
.insight-date { font-size: 12px; opacity: 0.7; }
.insight-card h3 { font-size: 16px; margin: 12px 0 12px; }
.insight-cats { display: flex; gap: 10px; flex-wrap: wrap; font-size: 12px; }

.services-block { max-width: 1200px; margin: 0 auto; padding: 60px 24px; text-align: center; }
.services-block h2 { font-size: 26px; margin-bottom: 14px; }
.services-intro { max-width: 700px; margin: 0 auto 40px; color: var(--color-text-muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; text-align: left; }
.service-card { padding: 28px; border: 1px solid var(--color-border); border-radius: 6px; }
.service-icon svg { width: 44px; height: 44px; margin-bottom: 18px; }
.service-card h3 { font-size: 18px; margin-bottom: 12px; }
.service-card p { font-size: 14px; color: var(--color-text-muted); margin-bottom: 16px; }

.industry-strip { padding: 60px 24px; }
.industry-strip h2 { max-width: 1200px; margin: 0 auto 12px; text-align: center; font-size: 26px; }
.industry-intro { max-width: 700px; margin: 0 auto 36px; text-align: center; color: var(--color-text-muted); }
.industry-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.industry-item { padding: 20px 0; border-top: 2px solid var(--color-accent); }
.industry-item h3 { font-size: 16px; margin-bottom: 8px; }
.industry-item p { font-size: 13px; color: var(--color-text-muted); }

.engagements-strip { padding: 60px 24px; }
.engagements-strip h2 { max-width: 1200px; margin: 0 auto 32px; text-align: center; font-size: 26px; }
.engagements-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.engagement-card { border: 1px solid var(--color-border); border-radius: 6px; padding: 24px; }
.engagement-parties { display: flex; flex-direction: column; gap: 4px; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--color-border); }
.engagement-name { font-weight: 700; font-size: 14px; }
.engagement-verb { font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--color-text-muted); }
.engagement-tag { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 3px; margin-bottom: 14px; }
.engagement-quote { font-size: 14px; font-style: italic; color: var(--color-text-muted); margin-bottom: 14px; }
.engagement-attr { font-size: 13px; font-weight: 600; }

.site-footer { padding: 32px 24px; text-align: center; }
.footer-inner { max-width: 900px; margin: 0 auto; }
.footer-logo { font-weight: 700; letter-spacing: 0.5px; margin-bottom: 10px; }
.footer-bottom { font-size: 13px; opacity: 0.85; }
.footer-bottom a { text-decoration: underline; }

@media (max-width: 760px) {
  .by-numbers { grid-template-columns: 1fr; }
  .services-grid, .insights-grid { grid-template-columns: 1fr; }
  .header-nav { justify-content: center; }
}
