/* ===== Refined heading scale: reduced for cleaner desktop and mobile hierarchy ===== */
    .hero-title {
      font-size: clamp(52px, 7vw, 104px);
      line-height: .92;
    }
    .section-title {
      font-size: clamp(36px, 5vw, 68px);
      line-height: 1.04;
    }
    .manifesto-text {
      font-size: clamp(36px, 5.4vw, 76px);
      line-height: 1.05;
    }
    .service-card h3 {
      font-size: clamp(26px, 2.6vw, 40px);
    }
    .training-title {
      font-size: clamp(42px, 5.7vw, 78px);
      line-height: 1.02;
    }
    .quote {
      font-size: clamp(25px, 3.2vw, 44px);
    }
    .cta-banner h2 {
      font-size: clamp(40px, 5.6vw, 72px);
      line-height: 1.03;
    }
    .contact-info h2 {
      font-size: clamp(38px, 5.2vw, 66px);
      line-height: 1.04;
    }

    @media (max-width: 1050px) {
      .hero-title { font-size: clamp(48px, 8.8vw, 76px); }
      .section-title { font-size: clamp(34px, 6.2vw, 56px); }
      .training-title { font-size: clamp(40px, 6.8vw, 62px); }
    }

    @media (max-width: 720px) {
      .hero-title {
        font-size: clamp(38px, 10.8vw, 52px);
        line-height: 1;
      }
      .section-title {
        font-size: clamp(29px, 8.4vw, 38px);
        line-height: 1.08;
      }
      .manifesto-text {
        font-size: clamp(29px, 8.5vw, 39px);
        line-height: 1.08;
      }
      .service-card h3 { font-size: clamp(24px, 7vw, 30px); }
      .training-title {
        font-size: clamp(31px, 9vw, 41px);
        line-height: 1.05;
      }
      .quote { font-size: clamp(22px, 6.5vw, 28px); }
      .cta-banner h2,
      .contact-info h2 {
        font-size: clamp(29px, 8.5vw, 39px);
        line-height: 1.08;
      }
    }

    @media (max-width: 430px) {
      .hero-title { font-size: clamp(35px, 10.2vw, 45px); }
      .section-title { font-size: clamp(27px, 8vw, 35px); }
      .manifesto-text { font-size: clamp(27px, 8vw, 35px); }
      .training-title { font-size: clamp(29px, 8.6vw, 38px); }
      .cta-banner h2,
      .contact-info h2 { font-size: clamp(27px, 8.2vw, 36px); }
    }

/* ===== FINAL COMPACT NON-HERO HEADING SYSTEM =====
   Homepage hero scale intentionally remains unchanged. */
.section-title {
  font-size: clamp(34px, 3.55vw, 52px);
  line-height: 1.08;
}
.manifesto-text {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
}
.service-card h3 { font-size: clamp(25px, 2.25vw, 34px); }
.training-title {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.07;
}
.quote { font-size: clamp(24px, 2.65vw, 36px); }
.cta-banner h2 {
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.08;
}
.contact-info h2 {
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.08;
}
@media (max-width: 1050px) {
  .section-title { font-size: clamp(32px, 5vw, 44px); }
  .training-title { font-size: clamp(34px, 5.3vw, 48px); }
}
@media (max-width: 720px) {
  .section-title { font-size: clamp(28px, 6.8vw, 34px); line-height:1.12; }
  .manifesto-text { font-size: clamp(28px, 7vw, 35px); }
  .service-card h3 { font-size: clamp(23px, 6.2vw, 28px); }
  .training-title { font-size: clamp(29px, 7.2vw, 35px); }
  .quote { font-size: clamp(21px, 5.8vw, 26px); }
  .cta-banner h2,
  .contact-info h2 { font-size: clamp(28px, 7vw, 35px); }
}
@media (max-width: 430px) {
  .section-title { font-size: clamp(25px, 7vw, 30px); }
  .manifesto-text { font-size: clamp(25px, 7vw, 31px); }
  .training-title { font-size: clamp(27px, 7.2vw, 32px); }
  .cta-banner h2,
  .contact-info h2 { font-size: clamp(26px, 7vw, 32px); }
}

/* ===== APPROVED CASE STUDY PROOF ===== */
.page-home .case-proof-visual {
  display: grid;
  place-items: center;
  min-height: 390px;
  padding: 38px;
  isolation: isolate;
  text-decoration: none;
  background:
    radial-gradient(circle at 88% 10%, rgba(255,255,255,.28), transparent 28%),
    linear-gradient(135deg,#21104b,#6305F4 58%,#F91E65);
}
.page-home .case-proof-visual.case-proof-tone-2 {
  background:
    radial-gradient(circle at 88% 10%, rgba(255,255,255,.25), transparent 28%),
    linear-gradient(135deg,#071b4b,#0558EA 58%,#6305F4);
}
.page-home .case-proof-visual.case-proof-tone-3 {
  background:
    radial-gradient(circle at 88% 10%, rgba(255,255,255,.25), transparent 28%),
    linear-gradient(135deg,#421140,#F91E65 52%,#FCA407);
}
.page-home .case-proof-visual::before {
  inset: 25px;
  z-index: -1;
}
.page-home .case-proof-image {
  width: 100%;
  height: 100%;
  max-height: 310px;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 28px 70px rgba(10,4,35,.34);
  transform: rotate(-1.2deg);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.page-home .case-proof-visual:hover .case-proof-image {
  transform: rotate(0) scale(1.018);
  box-shadow: 0 34px 85px rgba(10,4,35,.42);
}
.page-home .case-proof-badge,
.page-home .case-proof-action {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.24);
  color: #fff;
  background: rgba(17,24,39,.76);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.page-home .case-proof-badge {
  top: 18px;
  left: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 9px;
}
.page-home .case-proof-action {
  right: 18px;
  bottom: 18px;
  padding: 10px 13px;
  border-radius: 12px;
  font-size: 9px;
}

.page-home .case-full-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: 22px;
  padding: 14px 17px;
  border: 1px solid rgba(99,5,244,.18);
  border-radius: 13px;
  color: var(--purple);
  background: linear-gradient(135deg,rgba(249,30,101,.06),rgba(99,5,244,.08));
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
  transition: transform .28s var(--ease), border-color .28s ease, box-shadow .28s ease, color .28s ease;
}
.page-home .case-full-link:hover {
  transform: translateY(-2px);
  border-color: rgba(99,5,244,.42);
  color: var(--pink);
  box-shadow: 0 12px 28px rgba(99,5,244,.12);
}
.page-home .case-full-link span:last-child {
  font-size: 18px;
  line-height: 1;
}

.page-home .selected-outcomes-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
}
.page-home .selected-outcomes-footer .disclaimer {
  max-width: 820px;
  margin-top: 0;
}
.page-home .selected-outcomes-footer .btn { flex: 0 0 auto; }

@media (max-width: 1024px) {
  .page-home .case-proof-visual { min-height: 235px; padding: 26px; }
  .page-home .case-proof-image { max-height: 190px; border-radius: 14px; }
  
.page-home .case-full-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: 22px;
  padding: 14px 17px;
  border: 1px solid rgba(99,5,244,.18);
  border-radius: 13px;
  color: var(--purple);
  background: linear-gradient(135deg,rgba(249,30,101,.06),rgba(99,5,244,.08));
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
  transition: transform .28s var(--ease), border-color .28s ease, box-shadow .28s ease, color .28s ease;
}
.page-home .case-full-link:hover {
  transform: translateY(-2px);
  border-color: rgba(99,5,244,.42);
  color: var(--pink);
  box-shadow: 0 12px 28px rgba(99,5,244,.12);
}
.page-home .case-full-link span:last-child {
  font-size: 18px;
  line-height: 1;
}

.page-home .selected-outcomes-footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 720px) {
  .page-home .case-proof-visual { min-height: 180px; padding: 21px 15px 28px; }
  .page-home .case-proof-visual::before { inset: 12px; }
  .page-home .case-proof-image { max-height: 137px; border-radius: 10px; }
  .page-home .case-proof-badge { top: 9px; left: 9px; padding: 6px 8px; font-size: 6px; }
  .page-home .case-proof-action { right: 9px; bottom: 8px; padding: 6px 8px; border-radius: 8px; font-size: 6px; }
  
.page-home .case-full-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: 22px;
  padding: 14px 17px;
  border: 1px solid rgba(99,5,244,.18);
  border-radius: 13px;
  color: var(--purple);
  background: linear-gradient(135deg,rgba(249,30,101,.06),rgba(99,5,244,.08));
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
  transition: transform .28s var(--ease), border-color .28s ease, box-shadow .28s ease, color .28s ease;
}
.page-home .case-full-link:hover {
  transform: translateY(-2px);
  border-color: rgba(99,5,244,.42);
  color: var(--pink);
  box-shadow: 0 12px 28px rgba(99,5,244,.12);
}
.page-home .case-full-link span:last-child {
  font-size: 18px;
  line-height: 1;
}

.page-home .selected-outcomes-footer { margin-top: 18px; }
  .page-home .selected-outcomes-footer .btn { width: 100%; }
}

/* ===== 2026-08-14 HOMEPAGE MOBILE VISIBILITY REFINEMENTS ===== */

/* Contact detail icons: larger and easier to recognise on mobile and desktop. */
.page-home .contact-link span {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 17px;
  font-size: 21px;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(48,25,97,.13);
}

/* Secondary CTA on dark sections:
   deliberately different from the white primary CTA, but no longer grey/faded. */
.page-home .btn-accent-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.42);
  background:
    linear-gradient(135deg, rgba(99,5,244,.72), rgba(249,30,101,.48));
  box-shadow:
    0 12px 30px rgba(31,8,78,.26),
    inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.page-home .btn-accent-secondary:hover {
  color: #fff;
  border-color: rgba(255,255,255,.62);
  background:
    linear-gradient(135deg, rgba(117,31,255,.84), rgba(249,30,101,.62));
  box-shadow:
    0 16px 38px rgba(31,8,78,.34),
    inset 0 1px 0 rgba(255,255,255,.16);
}

/* Differentiating statement:
   keep the first sentence white, make the key Digitrix promise vivid and unmistakable. */
.page-home .manifesto-text .dim {
  color: #fff;
  opacity: 1;
  background: linear-gradient(90deg, #ff4b86 0%, #b86cff 44%, #5b8cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 34px rgba(99,5,244,.16);
}

@media (max-width: 720px) {
  .page-home .contact-link {
    gap: 18px;
  }
  .page-home .contact-link span {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 18px;
    font-size: 22px;
  }

  .page-home .btn-accent-secondary {
    background:
      linear-gradient(135deg, rgba(99,5,244,.82), rgba(249,30,101,.55));
    border-color: rgba(255,255,255,.5);
  }
}



/* ===== HOMEPAGE SOURCE CONTENT UPDATE ===== */
.page-home .homepage-source-lead{
  max-width:680px;
  margin-top:22px;
  font-size:clamp(18px,1.8vw,22px);
  line-height:1.6;
  color:var(--muted);
  font-weight:650;
}

.page-home .homepage-audience-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  max-width:760px;
  margin-top:28px;
}

.page-home .homepage-audience-card{
  min-height:132px;
  padding:20px 22px;
  border-radius:18px;
  border:1px solid rgba(17,24,39,.08);
  background:rgba(255,255,255,.8);
  box-shadow:0 14px 42px rgba(56,29,109,.07);
  backdrop-filter:blur(16px);
}

.page-home .homepage-audience-card.brand-card{
  background:linear-gradient(145deg,rgba(249,30,101,.07),rgba(99,5,244,.055),rgba(255,255,255,.92));
}

.page-home .homepage-audience-card.learner-card{
  background:linear-gradient(145deg,rgba(99,5,244,.07),rgba(5,88,234,.055),rgba(255,255,255,.92));
}

.page-home .homepage-audience-label{
  display:inline-flex;
  align-items:center;
  margin-bottom:11px;
  color:#111827;
  font-family:"Plus Jakarta Sans",sans-serif;
  font-size:13px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.page-home .homepage-audience-card p{
  margin:0;
  color:#555f71;
  font-size:14px;
  line-height:1.7;
  font-weight:650;
}

.page-home .homepage-source-promise{
  margin-top:20px;
  color:#111827;
  font-family:"Plus Jakarta Sans",sans-serif;
  font-size:clamp(16px,1.5vw,19px);
  line-height:1.45;
  font-weight:850;
  letter-spacing:-.015em;
}

.page-home .homepage-training-cta{
  border-color:rgba(99,5,244,.22);
  background:linear-gradient(135deg,rgba(99,5,244,.08),rgba(5,88,234,.07));
  color:#4b16c7;
}

.page-home .homepage-training-cta:hover{
  border-color:rgba(99,5,244,.34);
  background:linear-gradient(135deg,rgba(99,5,244,.14),rgba(5,88,234,.11));
  color:#3b0ca8;
}

@media(max-width:760px){
  .page-home .homepage-source-lead{
    font-size:17px;
    line-height:1.6;
  }

  .page-home .homepage-audience-grid{
    grid-template-columns:1fr;
    gap:11px;
    margin-top:23px;
  }

  .page-home .homepage-audience-card{
    min-height:0;
    padding:17px 18px;
    border-radius:16px;
  }

  .page-home .homepage-audience-card p{
    font-size:13.5px;
    line-height:1.65;
  }

  .page-home .homepage-source-promise{
    margin-top:18px;
    font-size:16px;
  }

  .page-home .hero-actions .homepage-training-cta{
    width:100%;
    justify-content:center;
  }
}


/* ===== HOMEPAGE STUDENT VIDEO TRUST ===== */
.page-home .home-video-proof-block{
  margin:26px 0 24px;
  padding:22px;
  border:1px solid rgba(99,5,244,.09);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(249,30,101,.035),rgba(99,5,244,.05),rgba(255,255,255,.82));
}

.page-home .home-video-proof-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}

.page-home .home-video-kicker{
  display:block;
  color:#6305F4;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.page-home .home-video-proof-head h3{
  margin:7px 0 0;
  color:#111827;
  font-size:clamp(22px,2.4vw,31px);
  line-height:1.15;
  letter-spacing:-.035em;
}

.page-home .home-video-proof-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.page-home .home-video-proof-card{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(17,24,39,.07);
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 38px rgba(44,27,91,.07);
}

.page-home .home-video-proof-media{
  padding:5px;
  background:linear-gradient(145deg,#F91E65,#6305F4 62%,#0558EA);
}

.page-home .home-video-proof-player{
  display:block;
  width:100%;
  aspect-ratio:9/16;
  border:0;
  border-radius:12px;
  background:#111020;
  object-fit:cover;
}

.page-home .home-video-proof-copy{
  padding:12px 12px 14px;
}

.page-home .home-video-proof-copy span{
  display:block;
  margin-bottom:5px;
  color:#81758f;
  font-size:8px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.page-home .home-video-proof-copy h3{
  margin:0;
  color:#111827;
  font-size:14px;
  line-height:1.25;
}

@media(max-width:980px){
  .page-home .home-video-proof-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:650px;
  }
}

@media(max-width:720px){
  .page-home .home-video-proof-block{
    margin:20px 0 20px;
    padding:18px 0 18px 18px;
    border-radius:20px;
  }

  .page-home .home-video-proof-head{
    align-items:flex-start;
    flex-direction:column;
    padding-right:18px;
  }

  .page-home .home-video-proof-grid{
    display:flex;
    overflow-x:auto;
    gap:12px;
    max-width:none;
    padding:2px 18px 14px 0;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  .page-home .home-video-proof-grid::-webkit-scrollbar{display:none}

  .page-home .home-video-proof-card{
    flex:0 0 min(68vw,245px);
    scroll-snap-align:start;
  }
}


/* ===== 7 VIDEO TESTIMONIALS UPDATE ===== */
@media(min-width:981px){
  .page-home .home-video-proof-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}
