/* ============================================
   DULY NOTED — GLOBAL STYLESHEET
   dulynoted.co.za
   Version: 1.1
   ============================================ */

/* ============================================
   SELF-HOSTED FONTS — Montserrat v31
   ============================================ */

/* Fallback font metrics to reduce CLS */
@font-face {
  font-family: 'Montserrat Fallback';
  src: local('Arial');
  size-adjust: 113.1%;
  ascent-override: 85%;
  descent-override: 22%;
  line-gap-override: 0%;
}

/* Normal (variable: covers 400–900) — Latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/montserrat-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Normal (variable: covers 400–900) — Latin Extended */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/montserrat-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Italic (weight 300) — Latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/montserrat-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Italic (weight 300) — Latin Extended */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/montserrat-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Montserrat', 'Montserrat Fallback', sans-serif;
  background: #ffffff;
  color: #1a1a1a;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
::selection { background: #f5e024; color: #1a1a1a; }

/* ============================================
   CSS VARIABLES
   ============================================ */
:root {
  /* Brand colours */
  --dark:       #1a1a1a;
  --charcoal:   #222831;
  --white:      #ffffff;
  --off-white:  #f6f6f4;
  --yellow:     #f5e024;
  --yellow-pale:#fefce6;

  /* Text */
  --text-primary:   #1a1a1a;
  --text-secondary: #555550;
  --text-muted:     #888884;
  --text-light:     #b8b8b4;

  /* Borders */
  --border:         #e8e8e4;
  --border-dark:    rgba(26,26,26,0.08);

  /* Typography */
  --font: 'Montserrat', 'Montserrat Fallback', sans-serif;

  /* Spacing */
  --section-pad:    100px;
  --page-pad:       60px;
  --max-width:      1300px;

  /* Motion */
  --ease:           cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out:       cubic-bezier(0.33, 1, 0.68, 1);
}

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1, h2, h3, h4 {
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--dark);
}
h1 { font-size: clamp(44px, 7vw, 96px); }
h2 { font-size: clamp(28px, 4vw, 52px); }
h3 { font-size: clamp(18px, 2vw, 24px); }
h4 { font-size: 16px; letter-spacing: -0.01em; }

p { line-height: 1.85; color: var(--text-secondary); }

.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--yellow);
  flex-shrink: 0;
}

.section-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-tag::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--yellow);
}

/* ============================================
   LAYOUT
   ============================================ */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--page-pad);
}
.section { padding: var(--section-pad) var(--page-pad); }
.section-inner { max-width: var(--max-width); margin: 0 auto; }

/* ============================================
   NAVIGATION
   ============================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--page-pad);
  transition: background 0.4s ease, border-color 0.4s ease;
}
.nav.scrolled {
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--yellow);
}
.nav-logo {
  display: flex;
  align-items: baseline;
  gap: 1px;
  text-decoration: none;
}
.nav-logo-text {
  font-size: 27px;
  font-weight: 900;
  color: var(--dark);
  letter-spacing: -0.5px;
  transform: translateX(-36px);
  opacity: 0;
  transition: transform 0.8s var(--ease) 0.2s, opacity 0.4s ease 0.2s;
}
.nav-logo-dot {
  font-size: 33px;
  font-weight: 900;
  color: var(--yellow);
  transform: scale(0);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.85s, opacity 0.3s ease 0.85s;
}
.nav-logo-text.show { transform: translateX(0); opacity: 1; }
.nav-logo-dot.show { transform: scale(1); opacity: 1; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-links a {
  font-size: 11px;
  font-weight: 600;
  color: var(--dark);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 100%;
  height: 1px;
  background: var(--yellow);
  transition: right 0.3s var(--ease-out);
}
.nav-links a:hover { color: var(--dark); }
.nav-links a:hover::after { right: 0; }
.nav-links a.active { color: var(--dark); }
.nav-links a.active::after { right: 0; }

.nav-cta {
  font-size: 11px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--yellow);
  border: 1.5px solid var(--yellow);
  padding: 10px 24px;
  transition: all 0.3s;
}
.nav-cta:hover {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

/* ============================================
   BUTTONS
   ============================================ */
.btn-dark {
  display: inline-block;
  background: var(--dark);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 15px 36px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s;
  border: 1.5px solid var(--dark);
}
.btn-dark:hover {
  background: transparent;
  color: var(--dark);
}
.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--dark);
  font-size: 11px;
  font-weight: 600;
  padding: 14px 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1.5px solid var(--border);
  transition: all 0.3s;
}
.btn-outline:hover {
  border-color: var(--dark);
}
.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 3px;
  transition: opacity 0.2s;
}
.btn-text:hover { opacity: 0.6; }
.btn-text svg { width: 14px; height: 14px; transition: transform 0.2s; }
.btn-text:hover svg { transform: translateX(3px); }

/* ============================================
   MARQUEE
   ============================================ */
.marquee-bar {
  border-top: none;
  border-bottom: none;
  padding: 16px 0;
  overflow: hidden;
  background: var(--dark);
}
.marquee-track {
  display: flex;
  gap: 0;
  animation: marquee-scroll 11s linear infinite;
  white-space: nowrap;
}
.marquee-item {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  transition: color 0.2s;
}
.marquee-item::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--yellow);
  flex-shrink: 0;
}
.marquee-item:hover { color: var(--white); }
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============================================
   CLIENT STRIP
   ============================================ */
.client-bar {
  padding: 14px 0;
  background: var(--yellow);
  overflow: hidden;
}
.client-track {
  display: flex;
  gap: 0;
  animation: marquee-scroll 15s linear infinite;
  white-space: nowrap;
}
.client-item {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dark);
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  transition: color 0.2s;
}
.client-item::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--dark);
  border-radius: 50%;
  margin-right: 28px;
  flex-shrink: 0;
}

/* ============================================
   STAT STRIP
   ============================================ */
.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
}
.stat-item {
  background: var(--white);
  padding: 36px 28px;
  transition: background 0.3s;
}
.stat-item:hover { background: var(--off-white); }
.stat-number {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900;
  color: var(--dark);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}
.stat-number.yellow { color: var(--yellow); }
.stat-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-secondary);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.stat-context {
  font-size: 10px;
  color: var(--text-light);
  margin-top: 3px;
}

/* ============================================
   PROOF / CASE STUDY CARDS
   ============================================ */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.proof-card {
  background: var(--dark);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.3s;
}
.proof-card:hover { background: #222831; }
.proof-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease-out);
}
.proof-card:hover::before { transform: scaleX(1); }
.proof-tag {
  font-size: 10px;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0.7;
}
.proof-stat {
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 12px;
}
.proof-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin-bottom: 20px;
}
.proof-link {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.proof-card:hover .proof-link { color: var(--yellow); }

/* ============================================
   SERVICE CARDS
   ============================================ */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
}
.service-card {
  background: var(--white);
  padding: 36px 28px 44px;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
.service-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease-out);
}
.service-card:hover { background: var(--dark) !important; }
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover .sc-num { color: var(--yellow); }
.service-card:hover .sc-name { color: var(--white); }
.service-card:hover .sc-desc { color: var(--yellow); opacity: 1; }
.service-card:hover .sc-arrow { opacity: 1; transform: translateX(0); }
.sc-num {
  font-size: 10px;
  font-weight: 800;
  color: var(--text-secondary);
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  transition: color 0.3s;
}
h2.sc-name, .sc-name {
  font-size: 17px;
  font-weight: 800;
  color: var(--dark);
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  line-height: 1.2;
  transition: color 0.3s;
}
.sc-desc {
  font-size: 14px;
  color: var(--dark);
  opacity: 0.85;
  line-height: 1.6;
  transition: color 0.3s, opacity 0.3s;
}
.sc-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  font-size: 16px;
  color: var(--yellow);
  font-weight: 700;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s;
}

/* ============================================
   PROCESS LIST
   ============================================ */
.process-list { display: flex; flex-direction: column; }
.process-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
  align-items: flex-start;
  transition: background 0.2s;
}
.process-item:last-child { border-bottom: none; }
.process-item:first-child { padding-top: 0; }
.pi-num {
  font-size: 10px;
  font-weight: 800;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  padding-top: 3px;
}
.pi-name {
  font-size: 14px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 3px;
  letter-spacing: -0.02em;
}
.pi-desc {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ============================================
   IMAGE BLOCKS (placeholders)
   ============================================ */
.img-block {
  background: var(--off-white);
  border: 1px dashed var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  padding: 40px;
  text-align: center;
}
.img-block-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.img-block-desc {
  font-size: 12px;
  color: var(--text-light);
  max-width: 260px;
  line-height: 1.5;
}
.img-block-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--text-light);
}

/* ============================================
   FAQ
   ============================================ */
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  cursor: pointer;
  gap: 20px;
  text-align: left;
  background: none;
  border: none;
  font-family: inherit;
  letter-spacing: -0.01em;
}
.faq-q-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--off-white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  color: var(--text-muted);
  transition: all 0.3s;
  font-weight: 400;
}
.faq-item.open .faq-q-icon {
  background: var(--yellow);
  color: var(--dark);
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease-out);
}
.faq-item.open .faq-a { max-height: 400px; }
.faq-a-inner {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.8;
  padding-bottom: 20px;
  max-width: 680px;
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
  background: var(--yellow);
  padding: 80px var(--page-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.cta-title {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--dark);
  line-height: 1.05;
  max-width: 600px;
}
.cta-title em {
  font-style: italic;
  font-weight: 400;
  color: rgba(26,26,26,0.45);
}
.cta-right { flex-shrink: 0; }

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--dark);
  padding: 60px var(--page-pad) 36px;
}
.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 32px;
}
.footer-brand-name {
  font-size: 20px;
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.footer-brand-name span { color: var(--yellow); }
.footer-tagline {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.footer-gp {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: var(--yellow);
  background: rgba(245,224,36,0.08);
  border: 1px solid rgba(245,224,36,0.15);
  padding: 5px 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer-col-title {
  font-size: 10px;
  font-weight: 700;
  color: var(--yellow);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  transition: color 0.2s;
  letter-spacing: 0.01em;
}
.footer-links a:hover { color: var(--yellow); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-copy {
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.04em;
}
.footer-legal { display: flex; gap: 20px; }
.footer-legal a {
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  transition: color 0.2s;
}
.footer-legal a:hover { color: var(--yellow); }

/* ============================================
   SECTION HEADING (h3 with h2 visual size)
   ============================================ */
h2.section-heading, h3.section-heading {
  font-size: clamp(28px, 4vw, 52px);
}

/* ============================================
   NAV DROPDOWN
   ============================================ */
.nav-dropdown {
  position: relative;
}
.nav-dropdown > a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-dropdown > a .dd-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4px solid currentColor;
  transition: transform 0.2s;
  margin-top: 1px;
}
.nav-dropdown:hover > a .dd-arrow {
  transform: rotate(180deg);
}
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  min-width: 220px;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 300;
}
/* Hover bridge — invisible area so mouse can travel from trigger to dropdown */
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 16px;
}
.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.nav-dropdown-menu a {
  display: block;
  padding: 8px 20px;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-secondary) !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}
.nav-dropdown-menu a::after { display: none !important; }
.nav-dropdown-menu a:hover {
  background: var(--off-white);
  color: var(--dark) !important;
}

/* ============================================
   SCROLL REVEAL ANIMATIONS
   ============================================ */
.sr {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.sr.vis { opacity: 1; transform: none; }
.sr-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.sr-left.vis { opacity: 1; transform: none; }
.sr-right {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.sr-right.vis { opacity: 1; transform: none; }
.sd1 { transition-delay: 0.1s; }
.sd2 { transition-delay: 0.2s; }
.sd3 { transition-delay: 0.3s; }
.sd4 { transition-delay: 0.4s; }

/* ============================================
   PAGE HERO (inner pages)
   ============================================ */
.page-hero {
  padding: 140px var(--page-pad) 80px;
  border-bottom: 1px solid var(--border);
  background: var(--white);
}
.page-hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}
.page-hero-left {}
.page-hero-right {
  padding-bottom: 8px;
}
.page-hero h1 {
  font-size: clamp(36px, 5vw, 64px);
  margin-bottom: 24px;
  margin-top: 16px;
}
.page-hero-sub {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 480px;
}

/* ============================================
   BREADCRUMB
   ============================================ */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.breadcrumb a, .breadcrumb span {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-light);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.breadcrumb a:hover { color: var(--text-secondary); }
.breadcrumb-sep { color: var(--text-light); font-size: 10px; }
.breadcrumb .current { color: var(--text-secondary); }

/* ============================================
   HIGHLIGHT QUOTE
   ============================================ */
.highlight-quote {
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.6;
  padding: 24px 0 24px 24px;
  border-left: 3px solid var(--yellow);
  margin: 32px 0;
}

/* ============================================
   TWO-COLUMN CONTENT
   ============================================ */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.two-col-wide {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: start;
}
.two-col-narrow {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 80px;
  align-items: start;
}

/* ============================================
   TL;DR BLOCK
   ============================================ */
.tldr-block {
  background: var(--yellow-pale);
  border-left: 3px solid var(--yellow);
  padding: 20px 24px;
  margin: 28px 0;
}
.tldr-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.tldr-text {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ============================================
   JUMP LINKS
   ============================================ */
.jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0;
}
.jump-link {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  background: var(--off-white);
  border: 1px solid var(--border);
  padding: 6px 14px;
  transition: all 0.2s;
}
.jump-link:hover {
  border-color: var(--dark);
  color: var(--dark);
}

/* ============================================
   DEFINITION BLOCK (AiEO)
   ============================================ */
.definition-block {
  background: var(--off-white);
  border: 1px solid var(--border);
  padding: 24px 28px;
  margin: 32px 0;
}
.definition-term {
  font-size: 13px;
  font-weight: 800;
  color: var(--dark);
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.definition-text {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ============================================
   MOBILE MENU
   ============================================ */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 310;
}
.nav-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--dark);
  transition: transform 0.3s, opacity 0.3s;
}
.nav-hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-hamburger.open span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 250;
  background: var(--white);
  display: flex;
  flex-direction: column;
  padding: 100px 32px 40px;
  transform: translateX(100%);
  transition: transform 0.4s var(--ease);
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-logo {
  margin-bottom: 40px;
}
.mobile-menu-logo img {
  height: 40px;
  width: auto;
  display: block;
}
.mobile-menu a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-menu a:hover { color: var(--yellow); }
.mobile-menu-sub {
  padding-left: 20px;
}
.mobile-menu-sub a {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-secondary);
  padding: 12px 0;
}
.mobile-menu-cta {
  display: inline-block;
  margin-top: 32px;
  background: var(--yellow);
  color: var(--dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 32px;
  border: none;
  text-align: center;
}

/* ============================================
   BBBEE NOTICE
   ============================================ */
.bbbee-notice {
  background: var(--yellow-pale);
  border-left: 3px solid var(--yellow);
  padding: 16px 20px;
  margin: 24px 0;
}
.bbbee-notice strong {
  font-size: 12px;
  font-weight: 800;
  color: var(--dark);
  letter-spacing: 0.02em;
}
.bbbee-notice p {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-top: 4px;
}

/* ============================================
   HIRE HIGHLIGHT
   ============================================ */
.hire-highlight {
  background: var(--yellow);
  padding: 28px 32px;
  margin: 32px 0;
}
.hire-highlight strong {
  font-size: 15px;
  font-weight: 800;
  color: var(--dark);
  display: block;
  margin-bottom: 6px;
}
.hire-highlight p {
  font-size: 13px;
  color: var(--dark);
  line-height: 1.6;
  opacity: 0.8;
}
.hire-highlight a {
  font-size: 12px;
  font-weight: 700;
  color: var(--dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  :root {
    --page-pad: 40px;
    --section-pad: 80px;
  }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col, .two-col-wide, .two-col-narrow { grid-template-columns: 1fr; gap: 48px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  :root {
    --page-pad: 24px;
    --section-pad: 60px;
  }
  .nav { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .nav-logo-text, .nav-logo-dot { opacity: 1; transform: none; transition: none; }
  .service-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: 1fr 1fr; }
  .page-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .cta-section { flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; align-items: flex-start; }
}
