:root {
  --text: #111827;
  --muted: #6b7280;
  --muted-2: #94a3b8;
  --border: #e5e7eb;
  --soft: #f6f7f9;
  --band: #eef0f2;
  --brand: #1f3b8a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: #ffffff;
}

/* Reference is wider than your current output */
.content-wrap {
  max-width: 1240px;
}

/* Reference has generous spacing but not “too tall” */
.section {
  padding: 78px 0;
}

/* Hero: bigger text, but controlled bottom gap + divider */
.hero {
  padding-top: 92px;
  padding-bottom: 62px;       /* keeps it from looking “too empty” */
  border-bottom: 1px solid var(--border);
}

.hero-inner {
  max-width: 980px;
}

/* Bigger headline like reference */
.hero-title {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 22px 0;
}

.hero-lead {
  font-size: 18px;
  color: var(--muted);
  margin: 0 0 10px 0;
  font-weight: 500;
}

.hero-subtle {
  font-size: 12px;
  color: var(--muted-2);
  margin: 0 0 18px 0;
  font-weight: 500;
}

.hero-desc {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 26px 0;
  max-width: 820px;
}

/* Section title slightly bigger than your current output */
.section-title {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 18px 0;
}

/* Button */
.btn-brand {
  background: var(--brand);
  border: 1px solid var(--brand);
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}

.btn-brand:hover {
  background: #1b347a;
  border-color: hsl(224, 64%, 29%);
  color: #fff;
}

.link-muted {
  color: var(--muted);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}
.link-muted:hover { text-decoration: underline; }

/* “How I work” cards: larger like reference */
.soft-card {
  background: var(--soft);
  border: 1px solid rgba(0,0,0,0.03);
  border-radius: 14px;
  padding: 26px;
  min-height: 120px;
}

.card-title {
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 10px 0;
}

.card-text {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}

/* Grey bands */
.band {
  background: var(--band);
}

/* Case study cards */
.white-card {
  background: #fff;
  border-radius: 12px;
  padding: 26px;
  min-height: 210px;
  border: 1px solid rgba(0,0,0,0.04);
}

.card-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #2b4aa0;
  margin-bottom: 14px;
}

.case-text {
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
}

.case-list {
  margin: 0;
  padding-left: 18px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.65;
}

.case-list li { margin-bottom: 8px; }
.case-list li:last-child { margin-bottom: 0; }

/* Problems grid: bigger boxes like reference */
.outline-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
  min-height: 86px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 0 rgba(0,0,0,0.02);
}

/* CTA */
.cta-wrap {
  padding: 4px 0;
  max-width: 920px;
}

.cta-text {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}
/* Footer */
.footer {
  border-top: 1px solid rgba(0,0,0,0.04);
  background: #fff;
  padding: 44px 0; /* makes footer taller */
}

.footer-inner {
  display: flex;
  align-items: center;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* BIGGER CIRCLE AVATAR */
.avatar {
  width: 86px;
  height: 86px;
  min-width: 86px;
  min-height: 86px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(0,0,0,0.10);
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
}

.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-name {
  font-weight: 800;
  font-size: 16px;
  margin: 0;
}

.footer-sub {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
  margin: 0;
}

.footer-contacts {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-link {
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-dot {
  color: rgba(107,114,128,0.6);
  font-size: 13px;
}

/* Mobile */
@media (max-width: 576px) {
  .footer {
    padding: 36px 0;
  }
  .avatar {
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
  }
}

.footer-link {
  font-size: 13px;
  font-weight: 600;
  color: #2b4aa0;
  text-decoration: none;
  transition: color 0.15s ease, text-decoration 0.15s ease;
}

.footer-link:hover {
  color: #2b4aa0;
  text-decoration: underline;
}

.footer-dot {
  color: rgba(31, 59, 138, 0.4); /* blue-tinted separator */
  font-size: 13px;
}
