:root {
  --brand: #0a5fa5;
  --brand-dark: #082b52;
  --brand-soft: #e7f0f8;
  --navy: #0b1f35;
  --gold: #c9a46a;
  --gold-soft: #f5ead8;
  --ink: #1d2733;
  --muted: #667485;
  --line: #d9e2ec;
  --surface: #ffffff;
  --page: #f3f6f9;
  --success: #0f7b5f;
  --warning: #a35d00;
  --shadow: 0 12px 28px rgba(18, 39, 63, 0.08);
  --shadow-lg: 0 28px 72px rgba(8, 31, 53, 0.14);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #eef3f7 0, var(--page) 320px, #fff 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(159, 176, 194, 0.34);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px rgba(8, 31, 53, 0.04);
}

.nav {
  width: min(var(--max), calc(100% - 32px));
  min-height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 1.82rem;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--navy);
}

.brand-mark {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, #f3f7fb);
  border: 1px solid rgba(151, 170, 190, 0.42);
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(8, 47, 95, 0.18);
}

.brand-mark img {
  width: 47px;
  height: 58px;
  object-fit: contain;
}

.brand > span:last-child {
  display: grid;
  line-height: 0.98;
  letter-spacing: 0;
}

.brand > span:last-child::after {
  margin-top: 8px;
  color: #586a7e;
  content: "Kurumsal Finans Danışmanlığı";
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  position: relative;
  border-radius: 0;
  padding: 0 11px;
  color: #344254;
  font-weight: 650;
  font-size: 0.95rem;
}

.nav-links a::after {
  position: absolute;
  right: 11px;
  bottom: 2px;
  left: 11px;
  height: 2px;
  border-radius: 999px;
  background: transparent;
  content: "";
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--brand-dark);
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  background: var(--gold);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  width: 42px;
  height: 42px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  width: 18px;
  height: 2px;
  display: block;
  background: currentColor;
  content: "";
}

.menu-toggle span::before {
  transform: translateY(-6px);
}

.menu-toggle span::after {
  transform: translateY(4px);
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 750;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  color: #fff;
  box-shadow: 0 14px 28px rgba(8, 47, 95, 0.22);
}

.btn-primary:hover {
  background: var(--brand-dark);
}

.btn-secondary {
  border-color: #b8c8d8;
  background: #fff;
  color: var(--brand-dark);
}

.btn-text {
  min-height: auto;
  padding: 0;
  color: var(--brand-dark);
  font-weight: 800;
}

.section {
  padding: 76px 0;
}

.section-tight {
  padding: 52px 0;
}

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.home-hero-v2 {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 24, 42, 0.92) 0%, rgba(8, 43, 82, 0.78) 44%, rgba(8, 31, 53, 0.34) 100%),
    linear-gradient(0deg, rgba(7, 24, 42, 0.82), rgba(7, 24, 42, 0.08) 46%),
    url("images/global-markets-earth.jpg") center / cover;
  color: #fff;
}

.home-hero-v2::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 20%, rgba(132, 199, 235, 0.22), transparent 28%),
    linear-gradient(180deg, transparent 0%, rgba(7, 24, 42, 0.38) 100%);
  content: "";
}

.home-hero-v2::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
}

.home-hero-v2-inner {
  position: relative;
  min-height: clamp(640px, calc(100svh - 94px), 780px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 28px 54px;
  padding: clamp(72px, 9vh, 108px) 0 34px;
}

.home-hero-v2-copy {
  max-width: 760px;
}

.home-hero-v2 .eyebrow {
  color: #e5f2fb;
}

.home-hero-v2 .eyebrow::before {
  background: var(--gold);
}

.home-hero-v2 h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(3.4rem, 6vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.home-hero-v2-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.65;
}

.btn.light {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.btn.light:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.14);
}

.home-hero-v2-profile {
  align-self: center;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.home-hero-v2-profile img {
  width: 118px;
  height: 118px;
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  object-fit: cover;
  object-position: center 24%;
}

.home-hero-v2-profile span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #cfe8f9;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.home-hero-v2-profile h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.78rem;
}

.home-hero-v2-profile p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.home-hero-v2-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.home-hero-v2-proof div {
  min-height: 112px;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.home-hero-v2-proof div:last-child {
  border-right: 0;
}

.home-hero-v2-proof strong,
.home-hero-v2-proof span {
  display: block;
}

.home-hero-v2-proof strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.15;
}

.home-hero-v2-proof span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(248, 251, 253, 0.98) 0%, rgba(239, 245, 250, 0.95) 55%, rgba(226, 236, 245, 0.9) 100%),
    url("images/market-dashboard-laptop.jpg") center / cover;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--line);
  content: "";
}

.hero-premium::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 80% 16%, rgba(10, 95, 165, 0.13), transparent 31%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 50%, rgba(255, 255, 255, 0.06) 50% 100%);
  content: "";
}

.hero-premium-grid {
  position: relative;
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(410px, 0.78fr);
  align-items: center;
  gap: clamp(36px, 4.4vw, 66px);
  padding: 64px 0 72px;
}

.hero-copy-panel {
  max-width: 760px;
}

.hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 56px;
  padding: 82px 0 76px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--brand-dark);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.eyebrow::before {
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: clamp(3.05rem, 4.6vw, 3.75rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.lead {
  max-width: 650px;
  color: #4a5a6c;
  font-size: 1.14rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.hero-kpi-row div {
  min-height: 98px;
  border: 1px solid rgba(157, 177, 197, 0.42);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  padding: 16px;
  box-shadow: 0 14px 34px rgba(8, 31, 53, 0.08);
}

.hero-kpi-row strong,
.hero-kpi-row span {
  display: block;
}

.hero-kpi-row strong {
  margin-bottom: 8px;
  color: var(--brand-dark);
  font-size: 1.04rem;
  line-height: 1.12;
}

.hero-kpi-row span {
  color: #596b7f;
  font-size: 0.9rem;
  line-height: 1.4;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.service-proof {
  margin-top: 0;
  margin-bottom: 26px;
}

.proof-item {
  min-height: 92px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  padding: 14px;
}

.proof-item strong {
  display: block;
  color: var(--brand-dark);
  font-size: 1.45rem;
  line-height: 1.1;
}

.proof-item span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-media {
  align-self: stretch;
  min-height: 480px;
  display: flex;
  align-items: center;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(120, 145, 170, 0.32);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 22px 50px rgba(20, 34, 51, 0.16);
}

.hero-media.premium-photo img {
  filter: saturate(0.92) contrast(1.02);
}

.hero-decision-panel {
  position: relative;
  min-height: auto;
  display: grid;
  gap: 16px;
  overflow: visible;
  border: 1px solid rgba(133, 154, 176, 0.34);
  border-radius: 10px;
  background:
    radial-gradient(circle at 92% 0%, rgba(132, 199, 235, 0.18), transparent 34%),
    linear-gradient(160deg, #082b52 0%, #0b1f35 64%, #07182a 100%);
  padding: 22px;
  box-shadow: 0 34px 80px rgba(8, 31, 53, 0.2);
}

.hero-decision-image {
  display: none;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05);
}

.hero-decision-panel::after {
  display: none;
  content: none;
}

.hero-decision-card {
  position: relative;
  inset: auto;
  z-index: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
  color: #fff;
}

.hero-decision-card span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(201, 164, 106, 0.52);
  border-radius: 999px;
  margin-bottom: 14px;
  padding: 0 11px;
  color: #f1debd;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-decision-card h2 {
  max-width: 430px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.52rem;
  line-height: 1.16;
}

.hero-decision-card p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.hero-decision-panel .hero-profile-card {
  position: relative;
  inset: auto;
  z-index: auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  box-shadow: 0 18px 42px rgba(8, 31, 53, 0.2);
}

.hero-decision-panel .hero-profile-card h2 {
  color: var(--navy);
}

.hero-decision-panel .hero-profile-card p {
  color: #526477;
}

.hero-decision-list {
  display: grid;
  gap: 10px;
}

.hero-decision-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  padding: 13px 14px;
}

.hero-decision-list strong {
  color: var(--gold);
  font-size: 0.86rem;
}

.hero-decision-list span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.35;
}

.hero-card-stack {
  position: relative;
  display: grid;
  gap: 14px;
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(8, 31, 53, 0.98), rgba(8, 43, 82, 0.96));
  padding: 20px;
  box-shadow: var(--shadow-lg);
  color: #fff;
}

.hero-card-stack::before {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(201, 164, 106, 0.42);
  border-radius: 999px;
  background: rgba(201, 164, 106, 0.08);
  padding: 5px 10px;
  color: #ead7b8;
  content: "Kritik kararlarda uzman destek";
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-profile-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 16px;
  box-shadow: none;
}

.hero-profile-card img {
  width: 76px;
  height: 76px;
  border: 3px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  background: #e8f1fb;
  object-fit: cover;
  object-position: 50% 18%;
}

.hero-profile-card h2 {
  margin-bottom: 4px;
  color: #fff;
  font-size: 1.3rem;
}

.hero-profile-card p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.75);
}

.mini-tags,
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mini-tags span,
.tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  background: var(--brand-soft);
  padding: 0 10px;
  color: var(--brand-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-insight-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
  box-shadow: none;
}

.hero-insight-card h3 {
  margin-bottom: 14px;
  color: #fff;
}

.hero-bars {
  display: grid;
  gap: 10px;
}

.hero-bar {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-bar span:last-child {
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), #7db7df);
}

.hero-card-stack .hero-proof {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 2px;
}

.hero-card-stack .proof-item {
  min-height: auto;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
}

.hero-card-stack .proof-item strong {
  color: #fff;
  font-size: 1.22rem;
}

.hero-card-stack .proof-item span {
  color: rgba(255, 255, 255, 0.72);
}

.hero-bar:nth-child(2) span:last-child {
  width: 82%;
}

.hero-bar:nth-child(3) span:last-child {
  width: 68%;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.trust-item {
  min-height: 134px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 0 rgba(18, 39, 63, 0.03);
}

.trust-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-dark);
  font-size: 1.55rem;
  line-height: 1.1;
}

.trust-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.intro-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(24px, 4vw, 38px);
  box-shadow: var(--shadow);
}

.intro-panel p:last-child {
  margin-bottom: 0;
}

.image-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.image-panel-body {
  padding: 22px;
}

.image-panel-body h3 {
  margin-bottom: 8px;
  color: var(--navy);
}

.image-panel-body p {
  margin-bottom: 0;
  color: var(--muted);
}

.visual-band {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  margin-bottom: 28px;
  box-shadow: var(--shadow);
}

.visual-band img {
  width: 100%;
  aspect-ratio: 21 / 7;
  object-fit: cover;
}

.article-visual-section {
  padding: 28px 0 0;
}

.article-hero-image {
  width: min(980px, 100%);
  margin: 0 auto;
  aspect-ratio: 21 / 9;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading h2 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 2.55rem;
  line-height: 1.16;
  letter-spacing: 0;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.04rem;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(18, 39, 63, 0.03);
}

.card:hover {
  box-shadow: 0 14px 32px rgba(18, 39, 63, 0.08);
}

.service-card,
.article-card,
.value-card,
.info-card {
  padding: 24px;
}

.service-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card h3,
.article-card h3,
.article-card h2,
.value-card h3,
.info-card h3 {
  margin-bottom: 6px;
  font-size: 1.12rem;
  line-height: 1.28;
}

.service-card p,
.article-card p,
.value-card p,
.info-card p {
  color: var(--muted);
}

.service-card .btn-text {
  margin-top: auto;
}

.audience-card {
  min-height: 172px;
  padding: 22px;
}

.audience-card h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1.08rem;
}

.audience-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.muted-band {
  background: #fff;
  border-block: 1px solid var(--line);
}

.value-list {
  display: grid;
  gap: 14px;
}

.value-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 18px;
}

.value-row h3 {
  margin-bottom: 4px;
  font-size: 1.08rem;
}

.value-row p {
  margin-bottom: 0;
  color: var(--muted);
}

.founder-profile {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  gap: 26px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.founder-preview {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--shadow);
}

.founder-photo-card {
  display: grid;
  gap: 18px;
  align-content: start;
  border-radius: var(--radius);
  background: linear-gradient(160deg, var(--navy), var(--brand-dark));
  padding: 28px;
  color: #fff;
}

.founder-photo-card img,
.founder-avatar {
  width: 118px;
  height: 118px;
  border: 4px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background: #e8f1fb;
  object-fit: cover;
  object-position: 50% 18%;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.founder-photo-card h3 {
  margin-bottom: 4px;
  color: #fff;
  font-size: 1.55rem;
}

.founder-photo-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.founder-credential-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}

.founder-credential-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.founder-preview h2 {
  color: var(--navy);
  font-size: 2.55rem;
  line-height: 1.16;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-step {
  position: relative;
  min-height: 250px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 24px;
}

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
}

.process-step h3 {
  margin-bottom: 10px;
  color: var(--navy);
}

.process-step p {
  margin-bottom: 0;
  color: var(--muted);
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.section-heading-row .section-heading {
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 20px 22px;
}

.faq-item h2,
.faq-item h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1.06rem;
}

.faq-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.founder-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(160deg, var(--navy), var(--brand-dark));
  color: #fff;
  padding: 30px;
}

.founder-logo {
  width: 76px;
  height: 104px;
  object-fit: contain;
}

.founder-portrait {
  width: 132px;
  height: 132px;
  margin-bottom: 18px;
  border: 4px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  object-fit: cover;
  object-position: 50% 18%;
}

.founder-aside h2 {
  margin: 22px 0 4px;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.12;
}

.founder-aside p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.founder-stats {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.founder-stat {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 12px;
}

.founder-stat strong {
  display: block;
  color: var(--gold);
  font-size: 1.35rem;
  line-height: 1.1;
}

.founder-stat span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}

.founder-content {
  padding: clamp(24px, 4vw, 38px);
  color: #344254;
  font-size: 1.04rem;
}

.founder-content p:last-child {
  margin-bottom: 0;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.expertise-item {
  min-height: 118px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 18px;
}

.expertise-item h3 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.3;
}

.info-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
  color: var(--muted);
}

.info-list li {
  position: relative;
  padding-left: 18px;
}

.info-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "•";
  font-weight: 900;
}

.insight-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f7fbfe;
  padding: 28px;
}

.insight-panel h3 {
  margin-bottom: 12px;
  color: var(--brand-dark);
}

.metric-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.metric span {
  color: var(--muted);
}

.metric strong {
  color: var(--ink);
}

.article-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.article-thumb {
  width: calc(100% + 48px);
  max-width: none;
  aspect-ratio: 16 / 9;
  margin: -24px -24px 20px;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.88rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  background: var(--gold-soft);
  padding: 0 10px;
  color: #7b5420;
  font-weight: 750;
}

.article-card .btn-text {
  margin-top: auto;
}

.social-feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 28px;
}

.social-feed-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.social-post {
  overflow: hidden;
  border: 1px solid rgba(156, 176, 194, 0.55);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 38px rgba(8, 31, 53, 0.08);
}

.social-post-header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 34px;
  gap: 12px;
  align-items: center;
  padding: 16px 16px 10px;
}

.social-post-avatar {
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #e8f1fb;
  object-fit: cover;
  object-position: 50% 18%;
  box-shadow: 0 8px 18px rgba(8, 31, 53, 0.16);
}

.social-post-header h3 {
  margin-bottom: 1px;
  color: var(--navy);
  font-size: 1rem;
}

.social-post-header p,
.social-post-header span {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.linkedin-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 7px;
  background: #0a66c2;
  color: #fff;
  font-weight: 900;
  line-height: 1;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand-dark);
  font-weight: 800;
}

.social-post-body {
  padding: 4px 16px 16px;
}

.social-post-body h4 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.26;
}

.social-post-body p,
.social-post-richtext {
  margin: 0;
  color: #39495b;
}

.social-post-main {
  display: block;
}

.social-post--compact .social-post-main {
  display: flex;
  flex-direction: column;
}

.social-post-main:hover h4 {
  color: var(--brand-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.social-post-richtext {
  display: grid;
  gap: 10px;
}

.social-post-richtext p,
.social-post-richtext h2,
.social-post-richtext blockquote,
.social-post-richtext ul,
.social-post-richtext ol {
  margin: 0;
}

.social-post-richtext h2 {
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.28;
}

.social-post-richtext ul,
.social-post-richtext ol {
  padding-left: 20px;
}

.social-post-richtext blockquote {
  border-left: 3px solid var(--gold);
  background: #f6f8fa;
  padding: 10px 12px;
  color: var(--navy);
  font-weight: 700;
}

.social-post-richtext a {
  color: var(--brand-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.social-post-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-top: 1px solid var(--line);
  object-fit: cover;
}

.social-post--compact .social-post-image {
  order: -1;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  object-fit: contain;
}

.social-post--compact .social-post-body {
  padding: 16px;
}

.social-post--compact .social-post-body h4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.social-post--compact .social-post-richtext p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dynamic-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
  padding-bottom: 18px;
}

.dynamic-author strong,
.dynamic-author span {
  display: block;
}

.dynamic-author strong {
  color: var(--navy);
}

.dynamic-author span {
  color: var(--muted);
  font-size: 0.92rem;
}

.dynamic-post-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: var(--radius);
  margin-bottom: 28px;
  border: 1px solid var(--line);
  background: #fff;
  object-fit: contain;
}

.dynamic-post-content {
  font-size: 1.08rem;
}

.dynamic-post-content h2 {
  margin-top: 18px;
  font-size: 1.45rem;
}

.dynamic-post-cta {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  margin-top: 22px;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--shadow);
}

.dynamic-post-cta h2 {
  margin-bottom: 8px;
  color: var(--navy);
}

.dynamic-post-cta p {
  color: var(--muted);
}

.share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding: 12px 16px 16px;
}

.article-card .share-actions {
  margin-top: auto;
  padding: 14px 0 0;
}

.article-page-share {
  margin-top: 18px;
}

.article-page-share .share-actions {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.share-button {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9d5e2;
  border-radius: 999px;
  padding: 0;
  color: var(--brand-dark);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
}

.share-button svg {
  display: block;
  fill: currentColor;
}

.share-linkedin {
  border-color: #0a66c2;
  background: #0a66c2;
  color: #fff;
}

.share-whatsapp {
  border-color: #1f9d66;
  background: #1f9d66;
  color: #fff;
}

.feed-empty {
  grid-column: 1 / -1;
  border: 1px dashed rgba(116, 137, 158, 0.48);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  padding: 22px;
  color: var(--muted);
  font-weight: 700;
}

.cta-band {
  background: linear-gradient(135deg, var(--navy), var(--brand-dark));
  color: #fff;
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.cta-inner h2 {
  margin-bottom: 8px;
  font-size: 2.25rem;
}

.cta-inner p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.cta-inner .btn {
  background: #fff;
  color: var(--brand-dark);
}

.page-hero {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #f7fafc 0%, #edf3f8 100%);
  padding: 64px 0;
}

.page-hero .container {
  max-width: 960px;
}

.page-hero h1 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 3.55rem;
  line-height: 1.08;
}

.page-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: #4a5a6c;
  font-size: 1.13rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 34px;
  align-items: start;
}

.content-block {
  color: #344254;
  font-size: 1.04rem;
}

.content-block h2 {
  margin: 32px 0 12px;
  color: var(--navy);
}

.content-block h2:first-child {
  margin-top: 0;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #344254;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.13em;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-dark);
  content: "✓";
  font-size: 0.8rem;
  font-weight: 900;
}

.service-detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 24px;
}

.service-detail p {
  max-width: 66ch;
  margin-bottom: 0;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-pill {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 0 14px;
  color: #344254;
  font-weight: 700;
}

.filter-pill.active {
  border-color: var(--brand);
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.article-page {
  max-width: 860px;
  margin: 0 auto;
}

.article-page .article-meta {
  margin-bottom: 22px;
}

.article-page h1 {
  margin-bottom: 16px;
  font-size: 3.3rem;
  line-height: 1.1;
}

.article-body {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(24px, 4vw, 44px);
  color: #344254;
  font-size: 1.06rem;
}

.article-body h2 {
  margin: 34px 0 12px;
  color: var(--navy);
  line-height: 1.22;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body blockquote {
  margin: 28px 0;
  border-left: 4px solid var(--brand);
  background: #f4f8fb;
  padding: 18px 22px;
  color: #344254;
  font-weight: 700;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 24px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 24px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: #344254;
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c9d5e2;
  border-radius: 7px;
  background: #fff;
  padding: 10px 12px;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 138px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
  outline: 3px solid rgba(18, 100, 163, 0.14);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--success);
  font-weight: 750;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 36px 0;
}

.legal-note-band {
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 18px 0;
}

.legal-note-band p {
  margin: 0;
  color: #7a8796;
  font-size: 0.82rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--muted);
  font-weight: 650;
}

.footer-copy {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .nav {
    min-height: 76px;
  }

  .brand {
    gap: 12px;
    font-size: 1.52rem;
  }

  .brand-mark {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }

  .brand-mark img {
    width: 37px;
    height: 46px;
  }

  .brand > span:last-child::after {
    margin-top: 6px;
    font-size: 0.58rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    inset: 76px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    padding: 10px;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    justify-content: flex-start;
  }

  .nav-actions .btn {
    display: none;
  }

  .hero-premium-grid,
  .home-hero-v2-inner,
  .hero-grid,
  .split,
  .contact-grid,
  .founder-profile,
  .founder-preview {
    grid-template-columns: 1fr;
  }

  .hero-premium-grid {
    min-height: auto;
    gap: 30px;
    padding: 42px 0 52px;
  }

  .hero-grid {
    min-height: auto;
    max-height: none;
    padding: 44px 0 54px;
  }

  .hero-decision-panel {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-decision-image {
    display: none;
  }

  .hero-decision-panel::after {
    display: none;
  }

  .hero-decision-panel .hero-profile-card,
  .hero-decision-card {
    position: relative;
    inset: auto;
    width: auto;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .hero-decision-card {
    align-self: auto;
    border-width: 1px;
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
  }

  .hero-decision-panel .hero-profile-card {
    align-self: auto;
    border-width: 1px;
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.96);
    padding: 18px;
  }

  .hero-media {
    min-height: auto;
  }

  .home-hero-v2-inner {
    min-height: auto;
    gap: 26px;
    padding: 58px 0 30px;
  }

  .home-hero-v2-profile {
    max-width: 520px;
  }

  .home-hero-v2-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-v2-proof div:nth-child(2) {
    border-right: 0;
  }

  .home-hero-v2-proof div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .grid-4,
  .grid-3,
  .expertise-grid,
  .trust-grid,
  .process-grid,
  .social-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .container,
  .nav {
    width: min(var(--max), calc(100% - 24px));
  }

  .section {
    padding: 54px 0;
  }

  .brand {
    gap: 10px;
    font-size: 1.48rem;
  }

  .brand-mark {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
  }

  .brand-mark img {
    width: 36px;
    height: 44px;
  }

  .brand > span:last-child::after {
    max-width: 140px;
    font-size: 0.53rem;
    line-height: 1.05;
  }

  .page-hero {
    padding: 48px 0;
  }

  .hero-grid {
    gap: 20px;
    padding: 30px 0 32px;
  }

  .home-hero-v2 {
    background:
      linear-gradient(180deg, rgba(7, 24, 42, 0.88) 0%, rgba(8, 43, 82, 0.7) 54%, rgba(7, 24, 42, 0.88) 100%),
      url("images/global-markets-earth.jpg") center / cover;
  }

  .home-hero-v2-inner {
    padding: 44px 0 24px;
  }

  .home-hero-v2 h1 {
    font-size: 2.72rem;
    line-height: 1.02;
  }

  .home-hero-v2-copy > p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.58;
  }

  .home-hero-v2-profile {
    display: grid;
    grid-template-columns: 82px 1fr;
    align-items: center;
    gap: 14px;
    padding: 16px;
  }

  .home-hero-v2-profile img {
    width: 82px;
    height: 82px;
  }

  .home-hero-v2-profile h2 {
    font-size: 1.28rem;
  }

  .home-hero-v2-profile p {
    font-size: 0.9rem;
  }

  .home-hero-v2-proof {
    grid-template-columns: 1fr;
  }

  .home-hero-v2-proof div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    padding: 15px;
  }

  .home-hero-v2-proof div:last-child {
    border-bottom: 0;
  }

  .hero-premium {
    background:
      linear-gradient(180deg, rgba(247, 250, 252, 0.98), rgba(238, 244, 249, 0.96)),
      url("images/market-dashboard-laptop.jpg") center / cover;
  }

  .hero-premium::before {
    background:
      radial-gradient(circle at 50% 0%, rgba(10, 95, 165, 0.16), transparent 42%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  }

  .hero-premium-grid {
    gap: 24px;
    padding: 30px 0 38px;
  }

  .hero h1 {
    font-size: 2.14rem;
    line-height: 1.04;
  }

  .lead {
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-kpi-row {
    display: none;
  }

  .hero-kpi-row div {
    min-height: auto;
    padding: 14px;
  }

  .hero-decision-panel {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 10px;
    background: var(--navy);
  }

  .hero-decision-image {
    display: none;
  }

  .hero-decision-panel::after {
    display: none;
  }

  .hero-decision-panel .hero-profile-card,
  .hero-decision-card {
    position: relative;
    inset: auto;
    width: auto;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .hero-decision-panel .hero-profile-card {
    order: -1;
    border-width: 1px;
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.96);
    padding: 14px;
  }

  .hero-decision-card {
    border-width: 1px;
    background: rgba(255, 255, 255, 0.08);
    padding: 18px;
  }

  .hero-decision-card h2 {
    font-size: 1.26rem;
  }

  .section-heading h2,
  .founder-preview h2 {
    font-size: 1.95rem;
  }

  .founder-aside h2,
  .cta-inner h2 {
    font-size: 1.85rem;
  }

  .page-hero h1,
  .article-page h1 {
    font-size: 2.08rem;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .hero-media img {
    max-width: 300px;
    margin-inline: auto;
  }

  .visual-band img {
    aspect-ratio: 16 / 9;
  }

  .hero-proof,
  .grid-4,
  .grid-3,
  .grid-2,
  .expertise-grid,
  .trust-grid,
  .process-grid,
  .field-grid,
  .social-feed {
    grid-template-columns: 1fr;
  }

  .hero-profile-card {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .hero-profile-card img {
    width: 78px;
    height: 78px;
  }

  .section-heading-row {
    display: grid;
  }

  .hero-actions .btn,
  .cta-inner .btn,
  .contact-form .btn {
    width: 100%;
  }

  .proof-item {
    min-height: auto;
  }

  .service-detail {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}
