/* ═══════════════════════════════════════════════════════════════
   V6 OVERRIDES — applied at top of homepage-v6.css
   Fixes for global.css conflicts and old template artifacts
   ═══════════════════════════════════════════════════════════════ */

/* Hide old theme toggle button (V6 is light-mode only) */
#themeToggle, .nav-mobile .mobile-theme { display: none !important; }

/* Force hero CTAs left-aligned (override global.css justify-content:center) */
section.hero .hero-actions {
  justify-content: flex-start !important;
  text-align: left !important;
}

/* Force hero text left-aligned */
section.hero .container,
section.hero .hero-microcopy,
section.hero .hero-trust {
  text-align: left !important;
}

/* Hide the old dg_footer() — we'll render V6 footer inline */
body > footer:not(.v6-footer) {
  display: none !important;
}

/*
   DeepGrows Homepage — V6 styles
   ================================
   Loaded only on the homepage (index.php).
   For other pages, the legacy pages.css applies.
   Brand: cream paper #fafaf6, single green #007038, Outfit + Inter.
*/

  :root {
    --green: #007038;
    --green-bright: #007038;
    --ink: #0a1410;
    --ink-soft: #2a3530;
    --ink-mute: #5a6862;
    --bone: #f5f3ed;
    --paper: #fafaf6;
    --line: #e2dfd4;
    --warm: #efe9d8;
    --coffee: #D9CFB3;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--ink);
    background:
      radial-gradient(circle at 15% 10%, rgba(0,112,56,0.06), transparent 35%),
      radial-gradient(circle at 85% 70%, rgba(0,112,56,0.05), transparent 40%),
      radial-gradient(circle at 50% 100%, rgba(0,112,56,0.04), transparent 30%),
      var(--paper);
    background-attachment: fixed;
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    text-wrap: pretty;
    hyphens: none;
    -webkit-hyphens: none;
  }
  p, h1, h2, h3, h4, h5, li { text-wrap: pretty; hyphens: none; -webkit-hyphens: none; word-break: normal; overflow-wrap: break-word; }
  ::selection { background: var(--green-bright); color: var(--ink); }
  .container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

  /* NAV */
  nav { position: sticky; top: 0; z-index: 50; background: rgba(250,250,246,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 32px; max-width: 1240px; margin: 0 auto; }
  .logo {
    font-family: 'Outfit', system-ui, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.025em;
    color: var(--ink);
    text-decoration: none;
    display: inline-flex;
    align-items: baseline;
  }
  .logo .grows { color: var(--green); }
  .logo .tm { font-size: 11px; font-weight: 500; margin-left: 1px; vertical-align: super; line-height: 1; }
  .nav-links { display: flex; gap: 32px; list-style: none; align-items: center; }
  .nav-links a { color: var(--ink-soft); text-decoration: none; font-size: 15px; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: var(--ink); }
  .nav-cta { background: var(--green); color: var(--bone); padding: 10px 20px; border-radius: 6px; text-decoration: none; font-size: 14px; font-weight: 600; transition: all 0.2s; margin-left: 8px; border: 1px solid var(--green); }
  .nav-cta:hover { background: #005028; color: var(--bone); border-color: #005028; }

  /* Hamburger button - hidden on desktop */
  .nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: var(--ink);
  }
  .nav-toggle svg { width: 26px; height: 26px; }

  /* Mobile drawer */
  .mobile-drawer {
    position: fixed;
    inset: 0;
    background: var(--paper);
    z-index: 49;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    padding: 88px 32px 40px;
    overflow-y: auto;
  }
  .mobile-drawer.open { transform: translateX(0); }
  .mobile-drawer ul { list-style: none; }
  .mobile-drawer li { border-bottom: 1px solid var(--line); }
  .mobile-drawer a {
    display: block;
    padding: 18px 0;
    color: var(--ink);
    text-decoration: none;
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 22px;
    letter-spacing: -0.01em;
  }
  .mobile-drawer .mobile-cta {
    margin-top: 32px;
    background: var(--green);
    color: var(--bone);
    text-align: center;
    padding: 16px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-bottom: none;
  }

  /* HERO */
  .hero { padding: 100px 0 80px; position: relative; overflow: hidden; }
  .hero h1 { font-family: 'Outfit', system-ui, sans-serif; font-weight: 700; font-size: clamp(40px, 5.4vw, 70px); line-height: 1.08; letter-spacing: -0.035em; color: var(--ink); max-width: 1000px; margin-bottom: 28px; }
  .hero h1 em { font-style: normal; color: var(--green); font-weight: 600; }
  .hero-sub { font-size: 19px; line-height: 1.65; color: var(--ink-soft); max-width: 700px; margin-bottom: 40px; }
  .hero-sub strong { color: var(--ink); font-weight: 600; }
  .hero-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-bottom: 16px; }
  .btn-primary { background: var(--ink); color: var(--bone); padding: 16px 28px; border-radius: 8px; text-decoration: none; font-weight: 500; font-size: 16px; transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--ink); }
  .btn-primary:hover { background: var(--green); color: var(--bone); border-color: var(--green); }
  .btn-secondary { color: var(--ink); text-decoration: none; font-weight: 500; font-size: 16px; border-bottom: 1px solid var(--ink); padding-bottom: 2px; transition: all 0.2s; }
  .btn-secondary:hover { color: var(--green); border-color: var(--green); }
  .hero-microcopy { font-size: 13px; color: var(--ink-mute); margin-bottom: 56px; font-family: 'Inter', sans-serif; letter-spacing: 0.06em; }
  .hero-trust { display: flex; align-items: center; gap: 14px; color: var(--ink-mute); font-size: 14px; flex-wrap: wrap; }
  .avatars { display: flex; }
  .avatar { width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--paper); margin-left: -8px; font-family: 'Outfit', system-ui, sans-serif; font-size: 11px; color: var(--bone); display: flex; align-items: center; justify-content: center; font-weight: 600; }
  .avatar:nth-child(1) { background: linear-gradient(135deg,#2a3530,#0a1410); margin-left: 0; }
  .avatar:nth-child(2) { background: linear-gradient(135deg,#5a8a6e,#2a4a3a); }
  .avatar:nth-child(3) { background: linear-gradient(135deg,#b8956a,#6a5238); }
  .avatar:nth-child(4) { background: linear-gradient(135deg,#6a8aa8,#2a4a6a); }
  .avatar:nth-child(5) { background: var(--green); color: var(--bone); font-size: 13px; }

  /* EXP STRIP */
  .exp-strip { padding: 36px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; }
  .exp-stack, .exp-clients { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
  .exp-label, .exp-clients-label { font-family: 'Inter', sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-mute); font-weight: 500; flex-shrink: 0; }
  .exp-clients-label { color: var(--green); }
  .exp-label small { display: block; font-family: 'Inter', sans-serif; font-size: 13px; color: var(--ink-mute); text-transform: none; letter-spacing: 0; margin-top: 4px; font-weight: 400; }
  .exp-logos, .exp-clients-logos { display: flex; gap: 32px; flex-wrap: wrap; align-items: center; flex: 1; justify-content: flex-end; }
  .exp-logos { opacity: 0.7; }
  .exp-logo { font-family: 'Outfit', system-ui, sans-serif; font-size: 20px; color: var(--ink); font-weight: 500; letter-spacing: -0.02em; }
  .exp-clients { margin-top: 24px; padding-top: 24px; border-top: 1px dashed var(--line); }

  /* SECTIONS */
  section { padding: 100px 0; }
  .section-eyebrow { font-family: 'Inter', sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--green); margin-bottom: 18px; }
  .section-h { font-family: 'Outfit', system-ui, sans-serif; font-weight: 700; font-size: clamp(32px, 4.4vw, 56px); line-height: 1.1; letter-spacing: -0.025em; margin-bottom: 24px; max-width: 920px; }
  .section-h em { font-style: normal; color: var(--green); font-weight: 600; }
  .section-sub { font-size: 19px; color: var(--ink-soft); max-width: 720px; margin-bottom: 56px; line-height: 1.65; }

  /* SERVICES */
  .services { background: transparent; padding: 80px 0 60px; border-top: 1px solid var(--line); }
  .services-inner { max-width: 920px; margin: 0 auto; text-align: center; }
  .services-statement { font-family: 'Outfit', system-ui, sans-serif; font-weight: 500; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.3; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 32px; }
  .services-statement em { color: var(--green); font-style: normal; font-weight: 600; }
  .services-included { display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: center; background: var(--bone); border: 1px solid var(--line); border-radius: 100px; padding: 12px 24px; font-family: 'Inter', sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink-soft); }
  .services-included strong { color: var(--green); font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: 0.16em; font-weight: 600; margin-right: 4px; }

  /* WHO */
  .who { background: transparent; }
  .who-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 8px; }
  .who-cluster-label { font-family: 'Inter', sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-mute); margin: 36px 0 16px; grid-column: 1 / -1; }
  .who-cluster-label:first-child { margin-top: 0; }
  .who-card { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 28px; transition: all 0.25s; }
  .who-card:hover { transform: translateY(-3px); border-color: var(--ink); box-shadow: 0 12px 32px -16px rgba(10,20,16,0.18); }
  .who-icon { width: 44px; height: 44px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
  .who-icon svg { width: 22px; height: 22px; stroke: var(--ink-soft); stroke-width: 1.5; fill: none; stroke-linecap: round; stroke-linejoin: round; }
  .who-card h3 { font-family: 'Outfit', system-ui, sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -0.02em; margin-bottom: 8px; }
  .who-card p { color: var(--ink-mute); font-size: 14px; line-height: 1.65; }

  /* RMG callout (specialty) */
  .specialty {
    margin-top: 32px;
    padding: 24px 28px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-left: 3px solid var(--green);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .specialty-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--green);
    font-weight: 500;
    flex-shrink: 0;
  }
  .specialty-text {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 17px;
    color: var(--ink);
    flex: 1;
    line-height: 1.5;
  }
  .specialty-text strong { color: var(--green); font-weight: 500; }

  .who-bottom { margin-top: 16px; padding: 24px 28px; background: var(--coffee); color: var(--ink); border-radius: 10px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
  .who-bottom-text { font-family: 'Outfit', system-ui, sans-serif; font-size: 18px; font-weight: 400; line-height: 1.5; color: var(--ink); }
  .who-bottom-text strong { color: var(--green); font-weight: 600; }

  /* HOW */
  .how { background: transparent; }
  .how-intro { max-width: 920px; }
  .how-steps { display: grid; grid-template-columns: 1fr; gap: 0; max-width: 920px; }
  .step { padding: 28px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 60px 1fr; gap: 20px; align-items: start; }
  .step:first-child { padding-top: 0; }
  .step:last-child { border-bottom: none; padding-bottom: 0; }
  .step-num { font-family: 'Outfit', system-ui, sans-serif; font-size: 32px; font-weight: 700; color: var(--green); line-height: 1; font-style: normal; }
  .step h4 { font-family: 'Outfit', system-ui, sans-serif; font-weight: 700; font-size: 24px; margin-bottom: 8px; letter-spacing: -0.015em; line-height: 1.3; }
  .step p { color: var(--ink-soft); font-size: 16px; line-height: 1.7; max-width: 720px; }
  .step .ai-tag { display: inline-block; margin-top: 10px; background: rgba(0,112,56,0.12); color: var(--green); padding: 3px 10px; border-radius: 100px; font-family: 'Inter', sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 500; }

  /* DELIVERABLES BLOCK (full-width below steps) */
  .deliverables-block {
    margin-top: 80px;
    background: var(--coffee);
    border-radius: 16px;
    padding: 56px 48px;
    color: var(--ink);
    box-shadow: 0 30px 80px -30px rgba(10,20,16,0.15);
  }
  .deliverables-header {
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(10,20,16,0.15);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
  }
  .deliverables-tag {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--green);
    margin-bottom: 12px;
    display: block;
    font-weight: 600;
  }
  .deliverables-title {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 700px;
  }
  .deliverables-title em { color: var(--green); font-style: normal; font-weight: 700; }
  .deliverables-cta {
    color: var(--green);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    border-bottom: 1px solid rgba(0,112,56,0.4);
    padding-bottom: 4px;
    flex-shrink: 0;
    font-weight: 600;
  }
  .deliverables-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
  }
  .deliverable-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 16px;
    align-items: start;
  }
  .deliverable-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(0, 112, 56, 0.12);
    border: 1px solid rgba(0, 112, 56, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .deliverable-icon svg { width: 16px; height: 16px; stroke: var(--green); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
  .deliverable-content h6 {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 6px;
    letter-spacing: -0.01em;
  }
  .deliverable-content p {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.6;
  }

  /* RESULTS */
  .results { background: transparent; }
  .results-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; }
  .case { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 28px; transition: all 0.25s; display: flex; flex-direction: column; text-decoration: none; color: inherit; }
  .case:hover { transform: translateY(-3px); border-color: var(--ink); box-shadow: 0 12px 32px -16px rgba(10,20,16,0.18); }
  .case-tag { font-family: 'Inter', sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-mute); margin-bottom: 16px; }
  .case-narrative { font-family: 'Outfit', system-ui, sans-serif; font-size: 16px; line-height: 1.55; color: var(--ink-soft); margin-bottom: 24px; font-weight: 400; }
  .case-metric { font-family: 'Outfit', system-ui, sans-serif; font-weight: 700; font-size: clamp(40px, 5vw, 60px); line-height: 1; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 8px; }
  .case-metric em { color: var(--green); font-style: normal; font-weight: 700; }
  .case-metric-label { font-size: 14px; color: var(--ink-soft); margin-bottom: 24px; line-height: 1.65; }
  .case-client { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-mute); display: flex; justify-content: space-between; gap: 12px; }
  .case-link { font-size: 13px; color: var(--ink); font-weight: 500; white-space: nowrap; }
  .results-cta { margin-top: 32px; text-align: center; color: var(--ink-mute); font-size: 15px; }
  .results-cta a { color: var(--ink); font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--ink); }

  /* FOUNDER */
  .founder { background: transparent; position: relative; isolation: isolate; }
  .founder-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: start; }
  .founder-img { aspect-ratio: 4/5; border-radius: 12px; background: linear-gradient(135deg,#1a2a22 0%,#0a1410 100%); position: sticky; top: 100px; overflow: hidden; border: 1px solid var(--line); isolation: isolate; z-index: 0; }
  .founder-img::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 30%, rgba(0,112,56,0.18), transparent 50%), radial-gradient(circle at 70% 70%, rgba(0,112,56,0.12), transparent 50%); }
  .founder-img-label { position: absolute; bottom: 24px; left: 24px; right: 24px; color: var(--bone); font-family: 'Outfit', system-ui, sans-serif; font-size: 14px; background: rgba(10,20,16,0.85); border: 1px solid rgba(245,243,237,0.1); padding: 12px 16px; border-radius: 8px; z-index: 1; }
  .founder-img-label small { display: block; font-family: 'Inter', sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--green-bright); margin-bottom: 4px; }
  .founder-content p { font-size: 17px; line-height: 1.75; color: var(--ink-soft); margin-bottom: 24px; }
  .founder-content p:last-of-type { margin-bottom: 0; }
  .founder-content p strong { color: var(--ink); font-weight: 600; }
  .founder-credentials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
  .cred { background: var(--bone); border: 1px solid var(--line); padding: 8px 14px; border-radius: 100px; font-size: 13px; color: var(--ink-soft); font-weight: 500; }

  /* COMPARE */
  .different { background: var(--coffee); color: var(--ink); }
  .different .section-eyebrow { color: var(--green); }
  .different .section-h { color: var(--ink); }
  .different .section-h em { color: var(--green); }
  .different .section-sub { color: var(--ink-soft); }
  .compare-wrap { margin-top: 24px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .compare { border: 1px solid rgba(10,20,16,0.15); border-radius: 12px; overflow: hidden; min-width: 800px; background: rgba(250,250,246,0.5); }
  .compare-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; border-bottom: 1px solid rgba(10,20,16,0.1); }
  .compare-row:last-child { border-bottom: none; }
  .compare-row.head { background: rgba(10,20,16,0.04); }
  .compare-cell { padding: 18px 20px; font-size: 14.5px; border-right: 1px solid rgba(10,20,16,0.08); display: flex; align-items: flex-start; line-height: 1.55; }
  .compare-cell:last-child { border-right: none; }
  .compare-cell.head { font-family: 'Outfit', system-ui, sans-serif; font-size: 17px; font-weight: 700; color: var(--ink); align-items: center; }
  .compare-cell.head.us { background: var(--green); color: var(--bone); }
  .compare-cell.label { color: var(--ink-soft); font-size: 14px; align-items: center; }
  .compare-cell.us-cell { background: rgba(0,112,56,0.08); color: var(--ink); font-weight: 500; }
  .compare-cell .icon { margin-right: 10px; width: 16px; height: 16px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; flex-shrink: 0; margin-top: 2px; }
  .icon.yes { background: var(--green); color: var(--bone); }
  .icon.no { background: rgba(10,20,16,0.12); color: rgba(10,20,16,0.5); }
  .icon.mid { background: rgba(10,20,16,0.2); color: rgba(10,20,16,0.7); }
  .asterisk { color: var(--green); font-weight: 700; font-size: 14px; margin-left: 4px; cursor: pointer; text-decoration: none; }
  .compare-footnote { margin-top: 20px; font-size: 13px; color: var(--ink-mute); line-height: 1.65; max-width: 760px; }
  .compare-footnote a { color: var(--green); text-decoration: none; border-bottom: 1px solid rgba(0,112,56,0.4); }

  /* FAQ */
  .faq { background: transparent; }
  .faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 80px;
    align-items: start;
  }
  .faq-cluster { margin-bottom: 48px; }
  .faq-cluster:last-child { margin-bottom: 0; }
  .faq-cluster-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--green);
    margin-bottom: 18px;
  }
  .faq-item {
    border-bottom: 1px solid var(--line);
    padding: 20px 0;
  }
  .faq-item:last-child { border-bottom: none; }
  .faq-q {
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: var(--ink);
    letter-spacing: -0.015em;
    line-height: 1.4;
  }
  .faq-q::-webkit-details-marker { display: none; }
  .faq-q::after {
    content: '+';
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: var(--green);
    transition: transform 0.25s;
    flex-shrink: 0;
    line-height: 1;
  }
  details[open] .faq-q::after { transform: rotate(45deg); }
  .faq-a {
    margin-top: 14px;
    color: var(--ink-soft);
    font-size: 15.5px;
    line-height: 1.7;
    max-width: 680px;
  }
  .faq-a p { margin-bottom: 10px; }
  .faq-a p:last-child { margin-bottom: 0; }
  .faq-a strong { color: var(--ink); font-weight: 600; }

  /* CTA */
  .cta-final { background: var(--bone); padding: 120px 0; }
  .cta-final-inner { background: var(--coffee); border-radius: 16px; padding: 72px 56px; color: var(--ink); position: relative; overflow: hidden; }
  .cta-final-inner::before { content: ''; position: absolute; right: -120px; top: -120px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(0,112,56,0.18), transparent 70%); }
  .cta-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: center; position: relative; }
  .cta-final h2 { font-family: 'Outfit', system-ui, sans-serif; font-weight: 700; font-size: clamp(32px, 4vw, 50px); line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 18px; color: var(--ink); }
  .cta-final h2 em { color: var(--green); font-style: normal; font-weight: 700; }
  .cta-final p { color: var(--ink-soft); font-size: 17px; margin-bottom: 28px; max-width: 540px; line-height: 1.7; }
  .cta-final .btn-primary { background: var(--green); color: var(--bone); border-color: var(--green); }
  .cta-final .btn-primary:hover { background: var(--ink); border-color: var(--ink); color: var(--bone); }
  .cta-meta { display: flex; flex-direction: column; gap: 16px; }
  .cta-meta-item { font-size: 14px; color: var(--ink-soft); display: flex; align-items: flex-start; gap: 12px; line-height: 1.6; }
  .cta-meta-item::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; }

  /* FOOTER */
  footer { background: var(--ink); color: var(--bone); padding: 56px 0 28px; border-top: 1px solid rgba(245,243,237,0.1); }
  .foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 56px; margin-bottom: 40px; }
  .foot-brand { font-family: 'Outfit', system-ui, sans-serif; font-weight: 700; font-size: 26px; color: var(--bone); margin-bottom: 12px; display: inline-flex; align-items: baseline; letter-spacing: -0.025em; }
  .foot-brand .grows { color: var(--green-bright); }
  .foot-brand .tm { font-size: 12px; font-weight: 500; margin-left: 1px; vertical-align: super; line-height: 1; }
  .foot-tag { font-size: 14px; line-height: 1.65; max-width: 300px; color: var(--bone); }
  .foot-h { font-family: 'Inter', sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--bone); margin-bottom: 16px; opacity: 0.6; font-weight: 600; }
  .foot-list { list-style: none; }
  .foot-list li { margin-bottom: 10px; }
  .foot-list a { color: var(--bone); text-decoration: none; font-size: 14px; transition: color 0.2s; }
  .foot-list a:hover { color: var(--green-bright); }
  .foot-bottom { border-top: 1px solid rgba(245,243,237,0.15); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 13px; color: var(--bone); opacity: 0.85; }

  @media (max-width: 960px) {
    .nav-links { display: none; }
    .nav-cta { display: none; }
    .nav-toggle { display: block; }
    section { padding: 72px 0; }
    .hero { padding: 60px 0; }
    .who-grid { grid-template-columns: repeat(2,1fr); }
    .results-grid { grid-template-columns: 1fr; }
    .founder-grid { grid-template-columns: 1fr; gap: 40px; }
    .founder-img { position: static; }
    .cta-grid { grid-template-columns: 1fr; gap: 32px; }
    .cta-final-inner { padding: 48px 28px; }
    .foot-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .container { padding: 0 22px; }
    .exp-stack, .exp-clients { flex-direction: column; align-items: flex-start; gap: 16px; }
    .exp-logos, .exp-clients-logos { justify-content: flex-start; }
    .services-statement { font-size: 24px; }
    .deliverables-block { padding: 40px 28px; }
    .deliverables-grid { grid-template-columns: 1fr; gap: 24px; }
    .deliverables-header { flex-direction: column; align-items: flex-start; }
    .specialty { flex-direction: column; align-items: flex-start; }
    .faq-grid { grid-template-columns: 1fr; gap: 32px; }
    .faq-cluster:first-of-type { margin-top: 0; }
  }

  @keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
  .fade > * { animation: fadeUp 0.7s ease-out backwards; }
  .fade > *:nth-child(1) { animation-delay: 0.05s; }
  .fade > *:nth-child(2) { animation-delay: 0.15s; }
  .fade > *:nth-child(3) { animation-delay: 0.25s; }
  .fade > *:nth-child(4) { animation-delay: 0.35s; }
  .fade > *:nth-child(5) { animation-delay: 0.45s; }

/* ═══════════════════════════════════════════════════════════════
   V6 FOOTER — clean inline footer, replaces old dg_footer()
   ═══════════════════════════════════════════════════════════════ */
footer.v6-footer {
  background: var(--ink);
  color: var(--bone);
  padding: 64px 0 32px;
  margin-top: 0;
  border-top: none;
  display: block !important; /* override the global hide rule */
}
footer.v6-footer .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}
footer.v6-footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(245,243,237,0.15);
}
footer.v6-footer .footer-brand .footer-logo {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--bone);
  margin-bottom: 16px;
}
footer.v6-footer .footer-brand .footer-logo-grows { color: var(--green); }
footer.v6-footer .footer-brand .footer-logo-tm {
  font-size: 11px;
  font-weight: 500;
  color: var(--bone);
  margin-left: 1px;
  vertical-align: super;
}
footer.v6-footer .footer-tag {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(245,243,237,0.7);
  max-width: 380px;
}
footer.v6-footer .footer-col h6 {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bone);
  margin: 0 0 16px;
}
footer.v6-footer .footer-col a {
  display: block;
  font-size: 14px;
  color: rgba(245,243,237,0.7);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s;
  font-family: 'Inter', sans-serif;
}
footer.v6-footer .footer-col a:hover {
  color: var(--green);
}
footer.v6-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: rgba(245,243,237,0.5);
}
footer.v6-footer .footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
footer.v6-footer .footer-bottom-right a {
  color: rgba(245,243,237,0.5);
  text-decoration: none;
  transition: color 0.2s;
}
footer.v6-footer .footer-bottom-right a:hover {
  color: var(--green);
}
@media (max-width: 960px) {
  footer.v6-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  footer.v6-footer .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  footer.v6-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  footer.v6-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
