@import url('https://db.onlinewebfonts.com/c/cb601ca75e5b1d13f72452bfcd2c2b0a?family=Fractul+SemiBold');

/* ══════════════════════════════════════════════════════════════════════════════════
   MLGH — Modern LinkedIn Growth Hub
   Main Stylesheet
   ══════════════════════════════════════════════════════════════════════════════════ */

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
em { font-style: normal; }
html { scroll-behavior: smooth; }

/* ── TOKENS (CSS Variables) ── */
:root {
  --red:       #E8000D;
  --red-dark:  #B50009;
  --red-light: #fff0f0;
  --black:     #0c0c0c;
  --bg:        #F6F3ED;
  --card:      #ffffff;
  --text:      #0c0c0c;
  --muted:     #6b6b6b;
  --border:    rgba(12,12,12,0.10);
  --fill:      rgba(12,12,12,0.05);
  --display-font: 'Fractul SemiBold', 'Fractul', 'Inter', sans-serif;
  --rp:        999px;
  --rlg:       20px;
  --rmd:       12px;
}

body.dark {
  --bg:     #0c0c0c;
  --card:   #161616;
  --text:   #f7f2ea;
  --muted:  #b9b3aa;
  --border: rgba(255,255,255,0.10);
  --fill:   rgba(255,255,255,0.06);
  --red-light: rgba(232,0,13,.12);
}

body.dark .f-role,
body.dark .f-stat-lbl,
body.dark .footer-tagline,
body.dark .footer-col a,
body.dark .footer-bottom,
body.dark .prod-thumb-sub,
body.dark .story-copy p,
body.dark .val-item p {
  color: rgba(255,255,255,.68);
}

body.dark .final-cta .slabel,
body.dark .impact-inner .slabel {
  color: rgba(255,255,255,.62);
}

body.dark .final-cta .ssub,
body.dark .cta-contact,
body.dark .service-detail-cta .ssub {
  color: rgba(255,255,255,.72);
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background .3s, color .3s;
}

/* ── BUTTONS ── */
.btn-red {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--red); color: #fff;
  border: none; border-radius: var(--rp);
  padding: 14px 28px; font-size: 14px; font-weight: 500;
  font-family: 'Inter', sans-serif; cursor: pointer; white-space: nowrap;
  transition: background .2s, transform .15s, box-shadow .2s;
  letter-spacing: -.01em;
}
.btn-red:hover { background: var(--red-dark); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(232,0,13,.25); }
.btn-red.lg { padding: 16px 34px; font-size: 15px; }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; color: var(--text);
  border: 1px solid var(--border); border-radius: var(--rp);
  padding: 14px 28px; font-size: 14px; font-weight: 400;
  font-family: 'Inter', sans-serif; cursor: pointer; white-space: nowrap;
  transition: background .2s, border-color .2s;
}
.btn-ghost:hover { background: var(--fill); border-color: rgba(12,12,12,.2); }
.btn-ghost.lg { padding: 16px 34px; font-size: 15px; }

.btn-ghost-dark {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; color: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.15); border-radius: var(--rp);
  padding: 16px 34px; font-size: 15px; font-weight: 400;
  font-family: 'Inter', sans-serif; cursor: pointer; white-space: nowrap;
  transition: background .2s;
}
.btn-ghost-dark:hover { background: rgba(255,255,255,.07); }

/* ── NAVIGATION ── */
nav {
  position: fixed; top: 16px; left: 50%; transform: translateX(-50%);
  width: calc(100% - 40px); max-width: 1160px;
  background: rgba(246,243,237,0.88);
  border: 1px solid var(--border);
  border-radius: var(--rp);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 20px 0 16px; height: 62px;
  z-index: 1000; backdrop-filter: blur(18px);
  transition: background .3s, border-color .3s;
}
body.dark nav { background: rgba(12,12,12,0.85); }

.logo-mark img,
.nav-logo img {
  width: 60%;
  height: auto;
  display: block;
}
footer img.logo-mark {
  width: 140px;
  max-width: 140px;
  height: 140px;
  object-fit: contain;
  transform: translateY(-56px);
}
.nav-wordmark { display: flex; flex-direction: column; line-height: 1.2; }
.nav-wordmark .l1 { font-size: 8.5px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
.nav-wordmark .l2 { font-size: 12.5px; font-weight: 700; font-family: var(--display-font); color: var(--text); }

.nav-links { display: flex; align-items: center; gap: 0; list-style: none; }
.nav-links li {
  position: relative;
}
.nav-links a {
  font-size: 13px; color: var(--muted); font-weight: 400;
  padding: 7px 11px; border-radius: var(--rp);
  transition: color .2s, background .2s;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); background: var(--fill); }
.nav-sub-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.nav-sub-trigger i {
  font-size: 10px;
  transition: transform .18s;
}
.nav-has-sub:hover .nav-sub-trigger i,
.nav-has-sub:focus-within .nav-sub-trigger i {
  transform: rotate(180deg);
}
.nav-submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 170px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--rmd);
  box-shadow: 0 18px 48px rgba(0,0,0,.10);
  padding: 8px;
  display: grid;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s, transform .18s, visibility .18s;
}
.nav-submenu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
.nav-submenu a {
  display: block;
  padding: 9px 11px;
  border-radius: 8px;
  color: var(--muted);
}
.nav-has-sub:hover .nav-submenu,
.nav-has-sub:focus-within .nav-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
body.dark .nav-submenu {
  box-shadow: 0 18px 48px rgba(0,0,0,.35);
}

/* Hamburger Menu */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: transparent; border: none; cursor: pointer;
  padding: 6px; border-radius: 8px;
}
.hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--text); border-radius: 2px;
  transition: transform .3s, opacity .3s;
}

/* Mobile Menu */
.mobile-menu {
  display: none; position: fixed; top: 90px; left: 20px; right: 20px;
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--rlg); padding: 20px;
  z-index: 999; box-shadow: 0 20px 60px rgba(0,0,0,.12);
  flex-direction: column; gap: 4px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 15px; color: var(--text); padding: 12px 16px;
  border-radius: 10px; font-weight: 400;
  transition: background .2s;
}
.mobile-menu a:hover { background: var(--fill); }
.mobile-menu .m-cta { margin-top: 10px; }

.nav-right { display: flex; align-items: center; gap: 8px; }
.toggle {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--border); background: transparent;
  cursor: pointer; display: flex; align-items: center;
  justify-content: center; font-size: 14px;
  transition: background .2s; flex-shrink: 0;
}
.toggle:hover { background: var(--fill); }
/* ── HERO SECTION ── */
.hero {
  min-height: 100vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 160px 5% 100px;
  position: relative; overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px;
  pointer-events: none; z-index: 0; opacity: .6;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--fill); border: 1px solid var(--border);
  border-radius: var(--rp); padding: 7px 16px;
  font-size: 12.5px; color: var(--muted); margin-bottom: 36px;
  animation: fadeUp .6s ease both; position: relative; z-index: 1;
}

.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); animation: pulse 2s infinite; }

@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.3} }
@keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }

.hero h1 {
  font-family: var(--display-font);
  font-size: clamp(44px, 5.8vw, 78px);
  font-weight: 900; line-height: .98; letter-spacing: -1.4px;
  color: var(--text); max-width: 920px; margin-bottom: 28px;
  animation: fadeUp .65s .1s ease both; position: relative; z-index: 1;
}
.hero h1 span {
  display: block;
  white-space: nowrap;
}
.hero h1 em {
  color: var(--red);
  font-weight: 900;
}

.hero-sub {
  font-size: clamp(15px, 1.7vw, 18px); font-weight: 300; color: var(--muted);
  max-width: 520px; line-height: 1.75; margin-bottom: 44px;
  animation: fadeUp .65s .2s ease both; position: relative; z-index: 1;
}

.hero-ctas {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  justify-content: center; animation: fadeUp .65s .3s ease both;
  position: relative; z-index: 1;
}

.hero-proof {
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
  justify-content: center; margin-top: 52px;
  animation: fadeUp .65s .4s ease both; position: relative; z-index: 1;
}

.proof-item {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}

.proof-num {
  font-family: var(--display-font); font-size: 32px; font-weight: 900;
  color: var(--text); letter-spacing: -1px;
}
.proof-num .rr { color: var(--red); }

.proof-lbl { font-size: 11px; color: var(--muted); font-weight: 400; letter-spacing: .5px; text-transform: uppercase; }
.proof-sep { width: 1px; height: 40px; background: var(--border); }

/* Float Card */
.float-card {
  position: absolute; top: 148px; right: 5.5%;
  background: var(--card); border: 1px solid var(--border);
  border-radius: 16px; padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
  animation: fadeUp .8s .25s ease both; z-index: 2;
}
.float-check {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--red-light); display: flex; align-items: center;
  justify-content: center; color: var(--red); font-size: 14px; font-weight: 700;
}
.float-t1 { font-size: 13px; font-weight: 600; color: var(--text); }
.float-t2 { font-size: 11.5px; color: var(--muted); margin-top: 2px; }

/* Scroll Indicator */
.scroll-cue {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--muted); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  animation: fadeUp .65s .6s ease both; z-index: 1;
}
.scroll-line {
  width: 1px; height: 48px; background: linear-gradient(to bottom, var(--border), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:.3; transform:scaleY(.8)} 50%{opacity:1; transform:scaleY(1)} }

/* ── TRUSTED BAR ── */
.trusted-bar { padding: 44px 5%; border-top: 1px solid var(--border); }
.trusted-inner {
  max-width: 1160px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.trusted-lbl { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); font-weight: 500; white-space: nowrap; }
.trusted-logos { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.trusted-logos span { font-family: var(--display-font); font-size: 14px; font-weight: 700; color: var(--text); opacity: .35; }

/* ── SECTION HELPERS ── */
.section { padding: 110px 5%; max-width: 1260px; margin: 0 auto; }
.section-full { padding: 110px 5%; }

.slabel {
  font-size: 13px; letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--red); font-weight: 700; margin-bottom: 14px;
  display: block;
}
.stitle {
  font-family: var(--display-font);
  font-size: clamp(30px, 4vw, 54px); font-weight: 900;
  line-height: 1.04; letter-spacing: -1.5px;
  color: var(--text); margin-bottom: 18px;
}
.stitle em { color: var(--red); font-weight: 700; }

.ssub {
  font-size: 16.5px; font-weight: 300; color: var(--muted);
  max-width: 500px; line-height: 1.7; margin-bottom: 56px;
}

/* ── SERVICES SECTION ── */
.svc-section { padding: 0 0 110px; }
.svc-header { padding: 110px 5% 72px; max-width: 1260px; margin: 0 auto; }

.svc-engine {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px;
  border-bottom: 2px solid var(--border);
  max-width: 1260px; margin: 0 auto;
  padding: 72px 5%;
  align-items: center;
}
.svc-engine:first-of-type { border-top: 2px solid var(--border); }
.svc-engine.rev { direction: ltr; }
.svc-engine.rev > * { direction: ltr; }

.svc-copy {
  padding: 0;
  display: flex; flex-direction: column; justify-content: center;
  order: -1;
}
.svc-engine.rev .svc-copy { padding: 0; order: 1; }

.svc-idx {
  font-family: var(--display-font); font-size: 13px; font-weight: 700;
  color: var(--red); letter-spacing: 1.1px; text-transform: uppercase;
  margin-bottom: 20px; display: block;
}
.svc-copy h3 {
  font-family: var(--display-font);
  font-size: clamp(22px, 2.5vw, 32px); font-weight: 700;
  letter-spacing: -.5px; color: var(--text); margin-bottom: 16px; line-height: 1.15;
}
.svc-copy p { font-size: 15px; font-weight: 300; color: var(--muted); line-height: 1.75; margin-bottom: 28px; }

.svc-bullets { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 36px; }
.svc-bullets li {
  font-size: 13.5px; color: var(--muted); display: flex; align-items: center; gap: 10px;
}
.svc-bullets li::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%; background: var(--red); flex-shrink: 0;
}

.svc-link {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13.5px; font-weight: 600; color: var(--red);
  width: fit-content; transition: gap .2s;
  border-bottom: 1px solid rgba(232,0,13,.3); padding-bottom: 2px;
}
.svc-link:hover { gap: 12px; }

/* Home case studies */
.home-case-section {
  padding: 20px 5% 110px;
  max-width: 1260px;
  margin: 0 auto;
}
.home-case-header {
  max-width: 720px;
  margin-bottom: 38px;
}
.home-case-header .ssub {
  margin-bottom: 0;
}
.home-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.home-case-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--rmd);
  display: grid;
  grid-template-columns: minmax(160px, .82fr) minmax(0, 1fr);
  overflow: hidden;
  transition: box-shadow .25s, transform .2s;
}
.home-case-card:hover {
  box-shadow: 0 16px 44px rgba(0,0,0,.08);
  transform: translateY(-3px);
}
.home-case-img {
  min-height: 100%;
  background: var(--fill);
}
.home-case-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.home-case-copy {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-case-copy span {
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.home-case-copy h3 {
  font-family: var(--display-font);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.12;
  letter-spacing: -.4px;
  color: var(--text);
  margin-bottom: 12px;
}
.home-case-copy p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 24px;
}
.home-case-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

/* Service Visual */
.svc-visual {
  background: var(--fill);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative; min-height: 320px;
  border-radius: var(--rmd);
}
.svc-visual img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.svc-visual-inner { padding: 48px 40px; width: 100%; }

/* Service detail pages */
.service-detail-hero {
  padding: 150px 5% 76px;
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 56px;
  align-items: center;
}

.service-detail-copy .stitle {
  max-width: 760px;
}

.service-detail-copy .ssub {
  max-width: 620px;
  margin-bottom: 32px;
}

.service-detail-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.service-detail-image {
  min-height: 420px;
  background: var(--fill);
  border: 1px solid var(--border);
  border-radius: var(--rmd);
  overflow: hidden;
}

.service-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-section {
  padding: 86px 5%;
  max-width: 1260px;
  margin: 0 auto;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-info-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--rmd);
  padding: 30px 28px;
}

.service-info-card h3,
.service-process-card h3 {
  font-family: var(--display-font);
  font-size: 20px;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 12px;
}

.service-info-card p,
.service-process-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  font-weight: 300;
}

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

.service-process-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--rmd);
  padding: 26px 24px;
}

.service-step-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--red-light);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}

.service-detail-cta {
  margin: 30px 5% 100px;
  background: var(--black);
  color: #fff;
  border-radius: var(--rlg);
  padding: 70px 6%;
  text-align: center;
}

body.dark .service-detail-cta {
  background: #141414;
  border: 1px solid var(--border);
}

.service-detail-cta .stitle {
  color: #fff;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.service-detail-cta .ssub {
  color: rgba(255,255,255,.62);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

/* ── WHY SECTION ── */
.why-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center; max-width: 1260px; margin: 0 auto; padding: 0 5%;
}
.gap-card {
  border: 1px solid var(--border); border-radius: var(--rlg); overflow: hidden;
}
.gap-row { padding: 30px 34px; background: var(--card); border-bottom: 1px solid var(--border); }
.gap-row:last-child { border-bottom: none; }
.gap-label {
  font-size: 12px; letter-spacing: 1.1px; text-transform: uppercase;
  font-weight: 700; margin-bottom: 10px; display: block;
}
.gap-row.before .gap-label { color: var(--muted); }
.gap-row.after .gap-label { color: var(--red); }
.gap-row p { font-size: 15px; font-weight: 300; color: var(--text); line-height: 1.65; }
.gap-row.quote p { color: var(--muted); font-size: 14px; }

/* ── FOUNDER SECTION ── */
.founder-wrap {
  margin: 0 5% 110px; background: var(--black);
  border-radius: var(--rlg); padding: 0;
  display: grid; grid-template-columns: 1fr 1fr;
  overflow: hidden; min-height: 500px;
}
body.dark .founder-wrap { background: #141414; border: 1px solid var(--border); }

.founder-img-col {
  position: relative; overflow: hidden; min-height: 460px;
  background: #1a1a1a;
}
.founder-img-col img {
  width: 100%; height: 100%; object-fit: cover; object-position: top center;
}

.founder-copy { padding: 72px 64px; display: flex; flex-direction: column; justify-content: center; }
.f-tag { font-size: 12px; letter-spacing: 1.1px; text-transform: uppercase; color: rgba(255,255,255,.5); font-weight: 700; margin-bottom: 18px; display: block; }
.f-quote {
  font-family: var(--display-font);
  font-size: clamp(20px, 2.3vw, 28px); font-weight: 700;
  color: #fff; line-height: 1.32; letter-spacing: -.3px; margin-bottom: 40px;
}
.f-quote em { color: var(--red); font-weight: 700; }
.f-name { font-size: 15px; font-weight: 600; color: rgba(255,255,255,.9); }
.f-role {
  font-size: 12px; color: rgba(255,255,255,.35); margin-top: 4px;
  line-height: 1.45; max-width: 100%; overflow-wrap: anywhere;
}
.f-role span { display: block; }
.f-divider { width: 40px; height: 1px; background: rgba(255,255,255,.12); margin: 28px 0; }

.f-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.f-stat {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px; padding: 22px 20px;
}
.f-stat-num {
  font-family: var(--display-font); font-size: 36px; font-weight: 900;
  color: #fff; letter-spacing: -1.5px; margin-bottom: 4px;
}
.f-stat-num .rr { color: var(--red); }
.f-stat-lbl { font-size: 11px; color: rgba(255,255,255,.35); }

/* ── TESTIMONIALS ── */
.testimonial-section {
  background: var(--card); padding: 90px 0; overflow: hidden; position: relative;
}
body.dark .testimonial-section { background: #111; }

.t-header { text-align: center; padding: 0 5% 56px; }
.t-header .stitle { margin: 0 auto 0; max-width: 560px; }

.testimonial-section::before, .testimonial-section::after {
  content: ''; position: absolute; top: 0; width: 180px; height: 100%;
  z-index: 2; pointer-events: none;
}
.testimonial-section::before { left: 0; background: linear-gradient(to right, var(--card) 0%, transparent 100%); }
body.dark .testimonial-section::before { background: linear-gradient(to right, #111 0%, transparent 100%); }
.testimonial-section::after { right: 0; background: linear-gradient(to left, var(--card) 0%, transparent 100%); }
body.dark .testimonial-section::after { background: linear-gradient(to left, #111 0%, transparent 100%); }

.t-row { display: flex; overflow: hidden; margin-bottom: 20px; }
.t-track { display: flex; gap: 18px; width: max-content; }
.slide-left  { animation: scrollLeft  48s linear infinite; }
.slide-right { animation: scrollRight 48s linear infinite; }
.t-row:hover .t-track { animation-play-state: paused; }

@keyframes scrollLeft  { 0%{transform:translateX(0)}    100%{transform:translateX(-50%)} }
@keyframes scrollRight { 0%{transform:translateX(-50%)} 100%{transform:translateX(0)}    }

.t-card {
  width: 320px; flex-shrink: 0;
  background: var(--bg); border: 1px solid var(--border);
  border-radius: 18px; padding: 28px 26px;
  box-shadow: 0 4px 20px rgba(0,0,0,.04);
  transition: transform .3s, box-shadow .3s;
}
.t-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,.09); }
.t-stars { color: var(--red); font-size: 15px; margin-bottom: 12px; letter-spacing: 2px; }
.t-text { font-size: 14.5px; line-height: 1.72; color: var(--text); margin-bottom: 20px; font-weight: 300; }
.t-person {
  display: flex;
  align-items: center;
  gap: 10px;
}
.t-person img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--border);
  flex-shrink: 0;
}
.t-person .result-avatar {
  width: 42px;
  height: 42px;
}
.t-name { font-weight: 600; font-size: 14px; color: var(--text); }
.t-role { font-size: 12.5px; color: var(--muted); margin-top: 3px; }
.t-actions {
  display: flex;
  justify-content: center;
  padding: 28px 5% 0;
  position: relative;
  z-index: 3;
}

/* Results stories */
.results-stories {
  background: var(--card);
  padding: 150px 5% 100px;
}
body.dark .results-stories { background: #111; }
.results-hero {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}
.results-hero .stitle {
  max-width: 720px;
  margin: 0 auto 18px;
}
.results-hero .ssub { margin: 0 auto; }
.results-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
.result-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--rmd);
  padding: 26px;
  min-height: 100%;
}
.result-card.featured { grid-column: auto; }
.result-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.result-meta span {
  border: 1px solid var(--border);
  border-radius: var(--rp);
  padding: 6px 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
}
.result-card h3 {
  font-family: var(--display-font);
  font-size: clamp(21px, 2.1vw, 30px);
  line-height: 1.12;
  letter-spacing: -.5px;
  color: var(--text);
  margin-bottom: 16px;
}
.result-quote {
  color: var(--text);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  margin-bottom: 18px;
}
.result-card details {
  border-top: 1px solid var(--border);
  padding-top: 14px;
  margin-top: 14px;
}
.result-card summary {
  cursor: pointer;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}
.result-card summary::-webkit-details-marker { display: none; }
.result-card summary::after {
  content: '+';
  display: inline-block;
  margin-left: 8px;
}
.result-card details[open] summary::after { content: '-'; }
.result-card details p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  margin-top: 14px;
}
.result-person {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}
.result-person img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--border);
  flex-shrink: 0;
}
.result-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--red-light);
  border: 1px solid rgba(232,0,13,.18);
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .4px;
}
.result-person div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.result-person strong {
  color: var(--text);
  font-size: 14px;
  line-height: 1.2;
}
.result-person span {
  color: var(--muted);
  font-size: 12.5px;
}
.result-person .result-avatar {
  color: var(--red);
  font-size: 12px;
}

/* Trainings section */
.trainings-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  max-width: 1260px; margin: 0 auto;
}
.training-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--rlg); padding: 36px 32px;
  transition: box-shadow .25s, transform .2s;
}
.training-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.08); transform: translateY(-3px); }
.tc-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--red-light); border: 1px solid rgba(232,0,13,.15);
  display: flex; align-items: center; justify-content: center;
  color: var(--red); font-size: 20px; margin-bottom: 22px;
}
.training-card h4 {
  font-family: var(--display-font); font-size: 19px; font-weight: 700;
  color: var(--text); margin-bottom: 10px; letter-spacing: -.3px;
}
.training-card p { font-size: 14px; font-weight: 300; color: var(--muted); line-height: 1.65; margin-bottom: 24px; }

.tc-badge {
  display: inline-flex; padding: 5px 13px; border-radius: var(--rp);
  font-size: 11px; font-weight: 600;
}
.tc-badge.red { background: var(--red); color: #fff; }
.tc-badge.outline { background: var(--fill); border: 1px solid var(--border); color: var(--muted); }

/* ── RESOURCES SECTION ── */
.resources-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  max-width: 1260px; margin: 0 auto;
}
.res-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--rlg); padding: 40px 40px;
  display: flex; align-items: center; gap: 28px;
  transition: box-shadow .25s;
}
.res-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.07); }
.res-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--red); display: flex; align-items: center;
  justify-content: center; color: #fff; font-size: 26px; flex-shrink: 0;
}
.res-copy h4 {
  font-family: var(--display-font); font-size: 20px; font-weight: 700;
  color: var(--text); margin-bottom: 8px; letter-spacing: -.3px;
}
.res-copy p { font-size: 14px; font-weight: 300; color: var(--muted); line-height: 1.6; margin-bottom: 16px; }

/* ── BLOG SECTION ── */
.blog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  max-width: 1260px; margin: 0 auto;
}
.blog-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--rlg); overflow: hidden;
  transition: box-shadow .25s, transform .2s;
}
.blog-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.08); transform: translateY(-3px); }
.blog-img {
  height: 180px; background: var(--fill);
  display: flex; align-items: center; justify-content: center;
  font-size: 40px;
}
.blog-body { padding: 28px 28px; }
.blog-cat { font-size: 12px; letter-spacing: 1.1px; text-transform: uppercase; color: var(--red); font-weight: 700; margin-bottom: 10px; display: block; }
.blog-body h4 { font-family: var(--display-font); font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 10px; line-height: 1.3; letter-spacing: -.3px; }
.blog-body p { font-size: 13.5px; color: var(--muted); line-height: 1.65; font-weight: 300; }
.blog-date { font-size: 11.5px; color: var(--muted); margin-top: 16px; display: block; }

/* ── FINAL CTA ── */
.final-cta {
  margin: 110px 5%;
  background: var(--black); border-radius: var(--rlg);
  padding: 100px 7%; text-align: center; position: relative; overflow: hidden;
}
.final-cta::before {
  content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
  width: 500px; height: 300px;
  background: radial-gradient(ellipse, rgba(232,0,13,.15) 0%, transparent 70%);
  pointer-events: none;
}
.final-cta .slabel { color: rgba(255,255,255,.35); }
.final-cta .stitle { color: #fff; max-width: 640px; margin: 0 auto 18px; }
.final-cta .ssub { color: rgba(255,255,255,.45); max-width: 480px; margin: 0 auto 48px; }

.cta-btns { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.cta-contact { margin-top: 28px; font-size: 13px; color: rgba(255,255,255,.3); }
.cta-contact a { color: var(--red); }

.slots-pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--rp); padding: 8px 18px;
  font-size: 12px; color: rgba(255,255,255,.45); margin-bottom: 28px;
}
.slots-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); animation: pulse 2s infinite; }

/* ── FOOTER ── */
footer {
  padding: 64px 5%; border-top: 1px solid var(--border);
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  align-items: center; gap: 60px; max-width: 1260px; margin: 0 auto;
}
.footer-brand-section { max-width: 280px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 0; line-height: 0; }
.footer-brand svg { flex-shrink: 0; }
.footer-brand .nav-logo {
  display: inline-flex;
  align-items: flex-start;
  width: 140px;
  height: 34px;
  overflow: hidden;
  line-height: 0;
}
.footer-wordmark { font-family: var(--display-font); font-weight: 700; font-size: 16px; color: var(--text); }
.footer-tagline { font-size: 13px; color: var(--muted); line-height: 1.6; margin-top: 0; }
.footer-col { display: flex; flex-direction: column; }
.footer-col h5 { font-size: 12px; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.footer-col a { display: block; font-size: 13px; color: var(--muted); margin-bottom: 12px; transition: color .2s; }
.footer-col a:hover { color: var(--text); }

.footer-bottom {
  border-top: 1px solid var(--border); padding: 24px 5%;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12px; color: var(--muted); max-width: 1260px; margin: 0 auto;
  flex-wrap: wrap; gap: 16px;
}

.footer-socials { display: flex; gap: 20px; }
.social-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(232,0,13,.08); color: var(--text);
  transition: background .2s, color .2s, transform .2s;
}
.social-link svg,
.social-link i { width: 18px; height: 18px; font-size: 18px; line-height: 1; }
.social-link:hover { color: var(--red); background: rgba(232,0,13,.18); transform: translateY(-1px); }


/* ══════════════════════════════════════════════════════════════════════════════════
   ABOUT PAGE
   ══════════════════════════════════════════════════════════════════════════════════ */

.about-hero {
  padding: 160px 5% 80px;
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
}
.about-hero .stitle { max-width: 700px; margin: 0 auto 18px; }
.about-hero .ssub  { max-width: 560px; margin: 0 auto 0; }

/* Mission / Vision cards */
.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 5% 80px;
}
.mv-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--rlg);
  padding: 48px 44px;
  position: relative;
  overflow: hidden;
  transition: box-shadow .25s, transform .2s;
}
.mv-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.08); transform: translateY(-3px); }
.mv-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--red);
}
.mv-card .mv-icon {
  width: 48px; height: 48px;
  background: var(--red-light);
  border: 1px solid rgba(232,0,13,.15);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  margin-bottom: 24px;
}
.mv-card h3 {
  font-family: var(--display-font);
  font-size: 24px; font-weight: 700;
  color: var(--text); margin-bottom: 14px;
  letter-spacing: -.3px;
}
.mv-card p {
  font-size: 15px; font-weight: 300;
  color: var(--muted); line-height: 1.75;
}

/* Impact stats strip */
.impact-strip {
  background: var(--black);
  padding: 72px 5%;
}
body.dark .impact-strip { background: #141414; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.impact-inner {
  max-width: 1260px; margin: 0 auto;
  text-align: center;
}
.impact-inner .slabel { color: rgba(255,255,255,.35); margin-bottom: 12px; }
.impact-inner .stitle { color: #fff; max-width: 480px; margin: 0 auto 56px; }
.impact-stats {
  display: flex; align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.impact-stat {
  flex: 1; min-width: 140px;
  padding: 0 32px;
  border-right: 1px solid rgba(255,255,255,.1);
}
.impact-stat:last-child { border-right: none; }
.impact-stat-num {
  font-family: var(--display-font);
  font-size: 42px; font-weight: 900;
  color: #fff; letter-spacing: -1.5px;
  margin-bottom: 6px;
}
.impact-stat-num .rr { color: var(--red); }
.impact-stat-lbl {
  font-size: 12px; color: rgba(255,255,255,.4);
  text-transform: uppercase; letter-spacing: .8px; font-weight: 500;
}

/* Story section */
.story-wrap {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
  max-width: 1260px; margin: 0 auto;
  padding: 110px 5%;
}
.story-copy .stitle { max-width: 100%; }
.story-copy .ssub   { max-width: 100%; }
.story-copy p {
  font-size: 15.5px; font-weight: 300;
  color: var(--muted); line-height: 1.85;
  margin-bottom: 20px;
}
.story-copy p em { color: var(--text); font-weight: 500; }
.story-copy .btn-red { margin-top: 12px; }

/* Core values list */
.story-values { display: flex; flex-direction: column; gap: 16px; }
.val-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--rmd);
  padding: 24px 26px;
  display: flex; align-items: flex-start; gap: 16px;
  transition: box-shadow .2s;
}
.val-item:hover { box-shadow: 0 6px 24px rgba(0,0,0,.07); }
.val-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--red); flex-shrink: 0; margin-top: 5px;
}
.val-item h5 {
  font-family: var(--display-font);
  font-size: 16px; font-weight: 700;
  color: var(--text); margin-bottom: 5px; letter-spacing: -.2px;
}
.val-item p {
  font-size: 13.5px; color: var(--muted);
  font-weight: 300; line-height: 1.6; margin: 0;
}


/* ══════════════════════════════════════════════════════════════════════════════════
   GUIDE PAGE — PRODUCT LISTING
   ══════════════════════════════════════════════════════════════════════════════════ */

.guide-hero {
  padding: 160px 5% 60px;
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
}
.guide-hero .stitle { max-width: 640px; margin: 0 auto 18px; }
.guide-hero .ssub   { max-width: 500px; margin: 0 auto 0; }

/* Filter tabs */
.guide-tabs {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; flex-wrap: wrap;
  padding: 0 5% 48px;
  max-width: 1260px; margin: 0 auto;
}
.guide-tab {
  padding: 8px 20px;
  border-radius: var(--rp);
  border: 1px solid var(--border);
  background: transparent;
  font-size: 13px; font-weight: 500;
  color: var(--muted);
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  transition: all .2s;
}
.guide-tab:hover  { background: var(--fill); color: var(--text); }
.guide-tab.active { background: var(--red); color: #fff; border-color: var(--red); }

/* Product grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 5% 110px;
}

/* Product card */
.prod-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--rlg);
  overflow: hidden;
  transition: box-shadow .25s, transform .2s;
  display: flex; flex-direction: column;
}
.prod-card:hover { box-shadow: 0 16px 48px rgba(0,0,0,.10); transform: translateY(-4px); }

/* Thumbnail area */
.prod-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: var(--black);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.prod-thumb img { width: 100%; height: 100%; object-fit: cover; }

.prod-thumb.thumb-guide   { background: linear-gradient(135deg, #0c0c0c 0%, #1a1a1a 100%); }
.prod-thumb.thumb-cv      { background: linear-gradient(135deg, #E8000D 0%, #B50009 100%); }
.prod-thumb.thumb-profile { background: linear-gradient(135deg, #0057b7 0%, #0041a8 100%); }
.prod-thumb.thumb-training{ background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%); }
.prod-thumb.thumb-growth  { background: linear-gradient(135deg, #0c0c0c 0%, #E8000D 100%); }
.prod-thumb.thumb-free    { background: linear-gradient(135deg, #1a3a1a 0%, #0d2b0d 100%); }

.prod-thumb-content {
  padding: 24px; width: 100%;
  display: flex; flex-direction: column; justify-content: space-between; height: 100%;
}
.prod-thumb-logo {
  display: flex; align-items: center; gap: 8px; margin-bottom: 12px;
}
.prod-thumb-logo .logo-m { width: 28px; height: 20px; }
.prod-thumb-logo span {
  font-family: var(--display-font); font-weight: 700;
  font-size: 11px; color: rgba(255,255,255,.5);
  letter-spacing: 1px; text-transform: uppercase;
}
.prod-thumb-title {
  font-family: var(--display-font);
  font-weight: 900; font-size: clamp(18px, 2vw, 24px);
  color: #fff; line-height: 1.15; letter-spacing: -.5px;
}
.prod-thumb-title em { font-weight: 700; }
.prod-thumb-sub {
  font-size: 11px; color: rgba(255,255,255,.4);
  font-weight: 300; margin-top: 8px; line-height: 1.5;
}
.prod-thumb-badge {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 12px; border-radius: var(--rp);
  font-size: 12px; font-weight: 700; letter-spacing: .5px;
  text-transform: uppercase; margin-top: 16px; width: fit-content;
}
.prod-thumb-badge.red  { background: var(--red); color: #fff; }
.prod-thumb-badge.blue { background: #0057b7; color: #fff; }
.prod-thumb-badge.dark { background: rgba(255,255,255,.12); color: rgba(255,255,255,.7); }

.thumb-icon {
  width: 56px; height: 56px;
  background: rgba(255,255,255,.1);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin-bottom: 16px;
}

/* Card body */
.prod-body {
  padding: 24px 26px 26px;
  display: flex; flex-direction: column; flex: 1;
}
.prod-cat {
  font-size: 12px; letter-spacing: 1.1px; text-transform: uppercase;
  color: var(--red); font-weight: 700; margin-bottom: 8px; display: block;
}
.prod-title {
  font-family: var(--display-font);
  font-size: 18px; font-weight: 700;
  color: var(--text); margin-bottom: 10px;
  letter-spacing: -.3px; line-height: 1.25;
}
.prod-desc {
  font-size: 13.5px; font-weight: 300;
  color: var(--muted); line-height: 1.65;
  margin-bottom: 16px; flex: 1;
}

/* Star rating */
.prod-rating {
  display: flex; align-items: center; gap: 6px; margin-bottom: 18px;
}
.prod-stars { color: #f59e0b; font-size: 13px; letter-spacing: 2px; }
.prod-rating-score { font-size: 12.5px; font-weight: 600; color: var(--text); }
.prod-rating-count { font-size: 12px; color: var(--muted); }

/* Price row */
.prod-price-row {
  display: flex; align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  gap: 12px;
}
.prod-price {
  font-family: var(--display-font);
  font-size: 22px; font-weight: 900;
  color: var(--text); letter-spacing: -.5px;
}
.prod-price .price-prefix {
  font-size: 11px; font-weight: 400;
  color: var(--muted); font-family: 'Inter', sans-serif;
  display: block; margin-bottom: 2px;
}
.prod-price .free-tag { color: var(--text); font-size: 18px; }

.prod-cta {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--red); color: #fff;
  border-radius: var(--rp);
  padding: 10px 20px;
  font-size: 13px; font-weight: 500;
  font-family: 'Inter', sans-serif;
  white-space: nowrap;
  transition: background .2s, transform .15s;
}
.prod-cta:hover { background: var(--red-dark); transform: translateY(-1px); }
.prod-cta.outline {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
}
.prod-cta.outline:hover { background: var(--fill); }

/* Includes checklist */
.prod-includes {
  list-style: none;
  display: flex; flex-direction: column; gap: 6px;
  margin-bottom: 18px; flex: 1;
}
.prod-includes li {
  font-size: 12.5px; color: var(--muted);
  display: flex; align-items: flex-start; gap: 8px;
  line-height: 1.5;
}
.prod-includes li::before {
  content: '✓';
  color: var(--red); font-weight: 700;
  font-size: 11px; margin-top: 1px; flex-shrink: 0;
}


/* ══════════════════════════════════════════════════════════════════════════════════
   RESPONSIVE DESIGN
   ══════════════════════════════════════════════════════════════════════════════════ */

@media (max-width: 1200px) {
  footer { gap: 48px; }
}

@media (max-width: 1024px) {
  .svc-engine { grid-template-columns: 1fr 1fr; gap: 36px; padding: 56px 5%; }
  .svc-copy { padding: 0; }
  .svc-engine.rev .svc-copy { padding: 0; }
  .svc-visual { min-height: 280px; }
  .trainings-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr 1fr; gap: 40px; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .svc-engine, .svc-engine.rev { grid-template-columns: 1fr; direction: ltr; gap: 28px; padding: 52px 5%; }
  .svc-copy, .svc-engine.rev .svc-copy { padding: 0; order: 0 !important; }
  .svc-visual { min-height: 240px; order: 1 !important; }
  .home-case-grid { grid-template-columns: 1fr; }
  .why-wrap { grid-template-columns: 1fr; gap: 48px; }
  .founder-wrap { grid-template-columns: 1fr; }
  .founder-img-col { min-height: 300px; }
  .founder-copy { padding: 52px 40px; }
  .resources-grid { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .result-card.featured { grid-column: span 1; }
  .res-card { flex-direction: column; align-items: flex-start; }
  footer { grid-template-columns: 1fr 1fr; gap: 32px; padding: 48px 5%; }
  .footer-brand-section { max-width: 100%; }
  /* About page */
  .mv-grid { grid-template-columns: 1fr; }
  .story-wrap { grid-template-columns: 1fr; gap: 48px; }
  .impact-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); padding: 20px 0; }
  .impact-stat:last-child { border-bottom: none; }
  .impact-stats { flex-direction: column; }
}

@media (max-width: 680px) {
  nav { width: calc(100% - 24px); padding: 0 14px; }
  .nav-links { display: none; }
  .nav-right .btn-red { display: none; }
  .hamburger { display: flex; }
  .float-card { display: none; }
  .hero { padding: 130px 5% 80px; }
  .hero-proof { gap: 14px; }
  .proof-sep { display: none; }
  .trusted-inner { flex-direction: column; gap: 16px; }
  .trusted-logos {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .svc-engine, .svc-engine.rev { padding: 48px 5%; gap: 20px; }
  .svc-copy h3 { font-size: clamp(18px, 2.2vw, 28px); }
  .svc-visual { min-height: 200px; }
  .svc-visual-inner { padding: 32px 24px; }
  .home-case-section { padding: 0 5% 70px; }
  .home-case-card { grid-template-columns: 1fr; }
  .home-case-img img { max-height: 360px; }
  .home-case-copy { padding: 24px; }
  .home-case-actions .btn-red { width: 100%; justify-content: center; }
  .founder-wrap { grid-template-columns: 1fr; min-height: auto; margin: 0 5% 70px; }
  .founder-img-col { min-height: 260px; }
  .founder-copy { padding: 40px 24px; }
  .f-quote { font-size: clamp(18px, 5vw, 24px); margin-bottom: 28px; }
  .trainings-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .results-stories { padding: 126px 5% 64px; }
  .results-hero { margin-bottom: 34px; text-align: left; }
  .results-grid { grid-template-columns: 1fr; gap: 14px; }
  .result-card { padding: 22px; }
  .result-card h3 { font-size: clamp(22px, 7vw, 28px); }
  footer { grid-template-columns: 1fr 1fr; gap: 20px; padding: 32px 5%; }
  .footer-brand-section { grid-column: 1 / -1; margin-bottom: 12px; }
  .footer-bottom { flex-direction: column; align-items: center; gap: 16px; text-align: center; }
  .footer-socials { margin-top: 8px; justify-content: center; width: 100%; }
  .final-cta { margin: 60px 5%; padding: 72px 7%; }
  .f-stats { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .products-grid { grid-template-columns: 1fr; }
  .guide-tabs { gap: 6px; }
  .guide-tab { font-size: 12px; padding: 7px 14px; }
}

@media (max-width: 480px) {
  .t-card { width: 280px; }
  .hero h1 { letter-spacing: -1.5px; }
  .hero-proof { flex-direction: row; flex-wrap: wrap; justify-content: center; }
  .slabel,
  .svc-idx,
  .blog-cat,
  .prod-cat,
  .gap-label {
    font-size: 12px;
    letter-spacing: .8px;
    line-height: 1.35;
  }

  .svc-idx {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 18px;
  }

  .svc-copy h3 {
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.12;
    letter-spacing: -.45px;
    margin-bottom: 16px;
  }
  .svc-engine, .svc-engine.rev { padding: 40px 5%; }
  .svc-idx { margin-bottom: 16px; }
  .svc-copy p { font-size: 14px; }
  .svc-bullets li { font-size: 13px; }
  .svc-visual { min-height: 180px; }
  .svc-visual-inner { padding: 24px 16px; }
  .resources-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 20px; padding: 24px 5%; }
  .footer-brand-section { margin-bottom: 8px; }
  .footer-col { margin-bottom: 16px; }
  .footer-col h5 { font-size: 11px; margin-bottom: 10px; }
  .footer-col a { font-size: 12px; margin-bottom: 6px; }
  .footer-bottom { font-size: 11px; padding: 16px 5%; }
  .footer-socials { gap: 12px; }
  .social-link { font-size: 13px; width: 32px; height: 32px; }
  /* About page small */
  .mv-card { padding: 32px 24px; }
  .impact-stat-num { font-size: 32px; }
  .story-wrap { padding: 72px 5%; gap: 36px; }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE — FOOTER
   ══════════════════════════════════════════════════════════════ */

@media (max-width: 1200px) {
  footer { gap: 48px; }
}

@media (max-width: 1024px) {
  footer { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 860px) {
  footer { grid-template-columns: 1fr 1fr; gap: 32px; padding: 48px 5%; }
  .footer-brand-section { max-width: 100%; }

  .service-detail-hero {
    grid-template-columns: 1fr;
    padding-top: 128px;
    gap: 36px;
  }

  .service-detail-image {
    min-height: 320px;
  }

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

/* ── MOBILE: hide link columns, keep brand + socials only ── */
@media (max-width: 680px) {
  footer {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 36px 5% 24px;
  }

  /* Show brand section full-width */
  .footer-brand-section {
    max-width: 100%;
    margin-bottom: 28px;
  }

  /* Hide the three link columns on mobile */
  .footer-col {
    display: none;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 20px 5%;
    text-align: center;
  }

  .footer-socials {
    gap: 8px;
    justify-content: center;
    width: 100%;
  }

  .social-link {
    width: 34px;
    height: 34px;
    border-radius: 7px;
  }

  .social-link svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 480px) {
  footer { padding: 28px 5% 20px; }
  .footer-tagline { font-size: 12px; }
  .footer-bottom  { font-size: 11px; padding: 16px 5%; }
}

/* Mobile spacing cleanup */
@media (max-width: 680px) {
  .section,
  .section-full {
    padding: 64px 5%;
  }

  #about {
    padding: 54px 0 !important;
  }

  .hero {
    min-height: auto;
    padding: 118px 5% 56px;
  }

  .hero > *,
  .why-wrap,
  .svc-header,
  .svc-engine {
    min-width: 0;
    max-width: 100%;
  }

  .hero-badge {
    font-size: 11.5px;
    margin-bottom: 22px;
    max-width: 100%;
    padding: 7px 12px;
    white-space: normal;
    justify-content: center;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(24px, 7.4vw, 34px);
    line-height: 1.02;
    letter-spacing: -.3px;
    margin-bottom: 20px;
  }

  .hero h1 span {
    white-space: nowrap;
  }

  .hero-sub {
    margin-bottom: 28px;
    line-height: 1.6;
  }

  .hero-proof {
    margin-top: 34px;
  }

  .trusted-bar {
    padding: 26px 5%;
  }

  .trusted-inner {
    gap: 12px;
  }

  .trusted-logos {
    gap: 18px 24px;
  }

  .svc-section {
    padding-bottom: 48px;
  }

  .svc-header {
    padding: 58px 5% 28px;
  }

  .page-services .svc-header,
  .page-trainings #trainings {
    padding-top: 126px;
  }

  .page-about .about-hero {
    padding-top: 126px;
  }

  .svc-engine,
  .svc-engine.rev {
    padding: 30px 5%;
  }

  .why-wrap {
    gap: 34px;
  }

  .slabel,
  .svc-idx,
  .blog-cat,
  .prod-cat,
  .gap-label {
    font-size: 15px;
    letter-spacing: .9px;
    line-height: 1.35;
  }

  .stitle {
    font-size: clamp(26px, 7vw, 32px);
  }

  .stitle,
  .ssub,
  .svc-copy h3,
  .mv-card p,
  .training-card p,
  .svc-copy p,
  .gap-row p {
    overflow-wrap: anywhere;
  }

  .ssub {
    margin-bottom: 28px;
  }

  .about-hero,
  .guide-hero {
    padding: 118px 5% 48px;
  }

  .mv-grid {
    padding-bottom: 56px;
  }

  .mv-card {
    padding: 34px 26px;
  }

  .story-wrap {
    padding: 64px 5%;
  }

  .impact-strip {
    padding: 54px 5%;
  }

  .products-grid {
    padding-bottom: 64px;
  }

  .guide-tabs {
    padding-bottom: 32px;
  }

  .final-cta {
    margin: 50px 5%;
    padding: 56px 6%;
  }

  .final-cta .ssub {
    margin-bottom: 30px;
  }

  .cta-contact {
    line-height: 1.6;
  }

  .service-detail-hero {
    padding: 112px 5% 54px;
  }

  .service-detail-section {
    padding: 56px 5%;
  }

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

  .service-info-card,
  .service-process-card {
    padding: 24px 22px;
  }

  .service-detail-cta {
    margin: 20px 5% 64px;
    padding: 52px 6%;
  }
}

@media (max-width: 480px) {
  .section,
  .section-full {
    padding: 52px 5%;
  }

  #about {
    padding: 42px 0 !important;
  }

  .hero {
    padding: 104px 5% 42px;
  }

  .hero-ctas,
  .cta-btns {
    width: 100%;
  }

  .hero-ctas .btn-red,
  .hero-ctas .btn-ghost,
  .cta-btns .btn-red,
  .cta-btns .btn-ghost,
  .cta-btns .btn-ghost-dark {
    width: 100%;
    justify-content: center;
  }

  .proof-num {
    font-size: 28px;
  }

  .svc-header {
    padding: 46px 5% 22px;
  }

  .page-services .svc-header,
  .page-trainings #trainings {
    padding-top: 118px;
  }

  .page-about .about-hero {
    padding-top: 118px;
  }

  .svc-engine,
  .svc-engine.rev {
    padding: 26px 5%;
  }

  .slabel,
  .svc-idx,
  .blog-cat,
  .prod-cat,
  .gap-label {
    font-size: 14px;
    letter-spacing: .8px;
  }

  .svc-idx {
    font-size: 15.5px;
  }

  .svc-copy h3 {
    font-size: clamp(23px, 7.2vw, 28px);
    line-height: 1.12;
  }

  .why-wrap {
    gap: 28px;
  }

  .gap-row {
    padding: 24px 26px;
  }

  .about-hero,
  .guide-hero {
    padding: 108px 5% 40px;
  }

  .stitle {
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -.8px;
  }

  .ssub {
    font-size: 15px;
    line-height: 1.62;
    margin-bottom: 28px;
  }

  .founder-wrap {
    margin-bottom: 52px;
  }

  .founder-copy {
    padding: 32px 20px;
  }

  .f-name,
  .f-role {
    max-width: 260px;
  }

  .f-role {
    font-size: 12.5px;
    line-height: 1.45;
  }

  .f-stats {
    grid-template-columns: 1fr;
  }

  .training-card,
  .blog-card,
  .res-card {
    padding: 28px 22px;
  }

  .blog-body {
    padding: 24px 22px;
  }

  .final-cta {
    margin: 42px 5%;
    padding: 46px 6%;
  }

  .slots-pill {
    align-items: flex-start;
    border-radius: 14px;
    line-height: 1.45;
    text-align: left;
  }

  .service-detail-actions {
    width: 100%;
  }

  .service-detail-actions .btn-red,
  .service-detail-actions .btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .service-detail-image {
    min-height: 250px;
  }
}
