@font-face {
  font-family: "DMSans";
  src: url("https://146624063.fs1.hubspotusercontent-eu1.net/hubfs/146624063/Healthcare/Fonts/DMSans_18pt-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "DMSansBold";
  src: url("https://146624063.fs1.hubspotusercontent-eu1.net/hubfs/146624063/Healthcare/Fonts/DMSans_18pt-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "DMSansItalic";
  src: url("https://146624063.fs1.hubspotusercontent-eu1.net/hubfs/146624063/Healthcare/Fonts/DMSans_18pt-LightItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "DMSansItalicBold";
  src: url("https://146624063.fs1.hubspotusercontent-eu1.net/hubfs/146624063/Healthcare/Fonts/DMSans_18pt-SemiBoldItalic.ttf") format("truetype");
  font-display: swap;
}

/* Cormorant (your “Cormo”) */
@font-face {
  font-family: "Cormo";
  src: url("https://146624063.fs1.hubspotusercontent-eu1.net/hubfs/146624063/Healthcare/Fonts/CormorantGaramond-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "CormoBold";
  src: url("https://146624063.fs1.hubspotusercontent-eu1.net/hubfs/146624063/Healthcare/Fonts/CormorantGaramond-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "CormoItalic";
  src: url("https://146624063.fs1.hubspotusercontent-eu1.net/hubfs/146624063/Healthcare/Fonts/CormorantGaramond-Italic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "CormoBoldItalic";
  src: url("https://146624063.fs1.hubspotusercontent-eu1.net/hubfs/146624063/Healthcare/Fonts/CormorantGaramond-BoldItalic.ttf") format("truetype");
  font-display: swap;
}

/*------------------------------- COLOURS --------------------------------------*/
:root {
  --black: #0e0e0e;
  --text: #1e1e1e;
  --text-grey: #7e8e9a;
  --red: #a22e37;
  --white-grey: #fdfdfd;
  --grey: #f6f7f7;
}

/*------------------------------- TYPOGRAPHY --------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  font-family: "DMSans";
  margin: 0;
}

h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-family: "Cormo" !important;
}

h2 {
  font-size: 36px;
  font-style: normal;
  line-height: 150%;
  font-family: Cormo !important;
}

/* strong {
  font-family: "DMSansBold";
} */

h1 strong,
h2 strong {
  font-family: CormoBold !important;
}

h3 {
  font-size: 24px;
  font-style: normal;
  line-height: 130%;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  font-style: normal;
  line-height: 130%; /* 36.4px */
  font-weight: 400;
}

p.large {
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
}

p.med {
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}

li {
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}

p.small {
  font-size: 14px;
  font-style: normal;
  line-height: 150%; /* 21px */
}

p.tiny {
  font-size: 12px;
  font-style: normal;
  line-height: 150%; /* 21px */
}

.title {
  font-family: "CormoBold" !important;
}

p strong {
  font-family: "DMSansBold";
}

@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
    font-style: normal;
    line-height: 48px; /* 120% */
    letter-spacing: 0.8px;
  }

  h2 {
    font-size: 36px;
    font-style: normal;
    line-height: 44px; /* 122.222% */
    letter-spacing: 0.72px;
  }

  h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 36.4px */
  }

  h4 {
    font-size: 18px;
    font-style: normal;
    line-height: 130%; /* 31.2px */
  }

  h5 {
    font-size: 20px;
    font-style: normal;
    line-height: 28px; /* 140% */
    letter-spacing: 0.4px;
  }

  h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.36px;
  }

  p.quote {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 150% */
    letter-spacing: 0.48px;
  }
}

/*------------------------------- UNIVERSAL --------------------------------------*/

html {
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: var(--text);
}

.row-fluid [class*="span"] {
  min-height: 0px !important;
}

.max-width {
  max-width: 1460px;
  margin: 0 auto !important;
  float: none !important;
}

.section {
  padding: 64px;
}

.grey {
  color: #7e8e9a;
}

#test-variant {
  position: absolute;
  visibility: hidden;
}

.hs_variant {
  visibility: hidden;
  position: absolute;
}

button.red {
  padding: 14px 32px;
  border-radius: 5px;
  background: var(--red);
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 16px;
  color: #fff;
}

button.red:hover {
  background: #fbd1d7;
}

button.white {
  padding: 14px 32px;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 16px;
  color: var(--red);
}

button.white:hover {
  background: #fbd1d7;
}

@media (max-width: 1024px) {
  .section {
    padding: 64px 24px;
  }
}

@media (max-width: 500px) {
  button.red {
    padding: 14px 14px;
  }
}

/*------------------------------- POP UP --------------------------------------*/
#pop-up {
  background: #fff;
  bottom: 32px;
  right: 32px;
  /* color: #fff !important; */
  padding: 32px 24px;
  position: fixed;
  z-index: 2000;
  width: 500px;
  border: 4px solid #edd0d7;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden; /* Completely hide the pop-up */
  pointer-events: none; /* Allow clicks to pass through */
  transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s; /* Delay visibility change */
  box-shadow: 3px 6px 15px 0px rgba(0, 0, 0, 0.09), 12px 24px 27px 0px rgba(0, 0, 0, 0.08),
    27px 55px 37px 0px rgba(0, 0, 0, 0.04), 49px 98px 44px 0px rgba(0, 0, 0, 0.01),
    76px 153px 48px 0px rgba(0, 0, 0, 0);
}

#pop-up.show {
  opacity: 1;
  visibility: visible; /* Make the pop-up visible */
  pointer-events: auto; /* Enable interactions */
  transition: opacity 0.2s ease-in-out; /* Remove delay for visibility */
}

#pop-up ul {
  margin: 0px;
}

#pop-up li {
  font-size: 16px;
  font-style: normal;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
  margin-bottom: 8px;
  text-align: left;
}

#pop-up li:last-child {
  margin-bottom: 0px;
}

.pop-up-box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

.pop-up-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  align-items: flex-start;
  text-align: left;
}

.pop-up-title {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-direction: column;
}

.pop-up-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pop-up-box img {
  position: absolute;
  top: -20px;
  right: -10px;
  height: 16px;
  width: 16px;
}

.pop-up-box img:hover {
  cursor: pointer;
}

.pop-up-right {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  align-items: flex-start;
  flex-direction: column;
  /* width: 100%; */
}

.pop-up-right button {
  width: 100%;
}

.progress-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  margin-top: 8px;
  width: 100%;
}

.progress-container {
  width: 100%;
  background-color: var(--grey);
  border-radius: 25px;
  overflow: hidden;
}

.progress-bar {
  width: 70%;
  height: 10px;
  /* background-color: #e63635; */
  background: var(--red);
  text-align: center;
  line-height: 30px;
  color: white;
  border-radius: 25px 25px;
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  #pop-up {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    right: 0px;
    bottom: 0px;
    padding: 42px 24px;
  }

  .pop-up-box img {
    top: -25px;
    right: -0px;
  }

  .pop-up-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 24px;
  }

  .pop-up-left {
    text-align: center;
    align-items: center;
  }

  .pop-up-title {
    justify-content: center;
  }

  .progress-box {
    text-align: center;
    align-items: center;
  }
}

/*------------------------------- BANNER --------------------------------------*/
#banner {
  background-color: var(--black);
  display: none;
}

.banner-box {
  padding: 8px 64px;
}

#banner img {
  width: 140px;
}

@media (max-width: 1024px) {
  .banner-box {
    padding: 8px 24px;
  }
}

/*------------------------------- STICKY --------------------------------------*/
#sticky {
  background-color: #fff;
  border-bottom: 1px solid var(--text-grey);
  position: sticky;
  top: 0px;
  z-index: 200;
}

.sticky-box {
  padding: 8px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sticky img {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 1024px) {
  .sticky-box {
    padding: 8px 24px;
  }
}

@media (max-width: 768px) {
  #sticky img {
    max-width: 200px;
    width: 100%;
  }
}

@media (max-width: 500px) {
  #sticky img {
    max-width: 150px;
    width: 100%;
  }
}

/*------------------------------- LANDING --------------------------------------*/
#mobile-bar {
  display: none;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  background-color: var(--red);
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 10;
}

@media (max-width: 500px) {
  #mobile-bar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #fff;
  }
}

/*------------------------------- LANDING --------------------------------------*/

#landing {
  background-color: #faf9f7;
}

.landing-outer {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 64px;
  align-items: center;
}

.landing-box {
  display: flex;
  gap: 80px;
  align-items: center;
}

.landing-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 715px;
}

.tab-box {
  display: flex;
  gap: 16px;
  align-items: center;
  color: var(--red);
}

.info-tab {
  border-radius: 5px;
  padding: 6px 12px;
  background-color: #fff;
}

.tab-box .info-tab.health-tab {
  background-color: #000;
  color: #fff !important;
}

.tab-box .info-tab.start-tab {
  background-color: #a22e37;
  color: #fff !important;
}

.tab-box .info-tab.format-tab {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #a22e37;
  color: #a22e37 !important;
}

.landing-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.landing-text p.small {
  text-transform: uppercase;
}

.landing-text h1 span {
  color: var(--red);
}

.landing-text h4 {
  color: var(--text-grey);
}

.landing-box img {
  max-width: 800px;
  width: 100%;
}

.faces {
  max-height: 90px;
}

.landing-info {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.data-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  text-align: left;
  background-color: var(--grey);
  padding: 24px;
  border-radius: 10px;
}

.data-box h1 {
  color: var(--red);
}

.data-box p {
  color: var(--text-grey);
}

.all-info-outer {
  display: flex;
  flex-direction: column;
   min-width: 760px;
}

.all-info {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  width: 100%;
  /* background-color: var(--grey); */
  /* border-radius: 10px; */
  padding: 24px;
  flex-wrap: wrap;
  border-top: 1px solid var(--text-grey);
}

.info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 130px;
}

.info p.small {
  text-transform: uppercase;
  color: var(--text-grey);
}

.trusted {
  /* background-color: var(--grey); */
  text-align: center;
  /* padding: 24px; */
  /* border-top: 1px solid #7e8e9a24; */
}

.landing-quote {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 24px;
  border: 4px solid var(--grey);
  border-radius: 10px;
}

.landing-quote-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.profile {
  max-width: 100px;
}

.landing-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* border-radius: 10px; */
  border: 1px solid #fff;
  background-color: var(--red);
  /* border: 4px solid #edd0d7; */
  max-width: 650px;
}

.form-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  padding: 24px 24px 0px 24px;
}

.form-text h3 {
  font-family: "CormoBold";
}

/*---- FORM ----*/
.hsfc-Step__Content {
  padding: 0 24px 24px !important;
  background-color: var(--red);
}

.hsfc-Step__Content label {
  font-family: "DMSans" !important;
}

.hsfc-Step__Content input,
.hsfc-PhoneInput__FlagAndCaret {
  background-color: #fff !important;
  color: #000 !important;
}

input.hsfc-CheckboxInput {
  background-color: var(--red) !important;
}

.hsfc-Row {
  margin-bottom: 16px !important;
}

.hsfc-DropdownOptions__Search {
  display: none !important;
}

.hsfc-PhoneField .hsfc-FieldLabel {
  display: none !important;
}

.hsfc-PhoneField {
  margin-top: 10px;
}

.hsfc-TextInput::placeholder {
  color: var(--text-grey) !important;
}

/* ERROR */
.hsfc-ErrorAlert {
  color: #fff !important;
}

/* PROGRESS */
.hsfc-ProgressBar__Text {
  color: #fff !important;
}

[data-hsfc-id="Renderer"] .hsfc-ProgressBar__Progress > div {
  /*   background-color: #1e1e1e !important; */
  background-color: #edd0d7 !important;
}

[data-hsfc-id="Renderer"] .hsfc-ProgressBar__Progress {
  background-color: #1e1e1e !important;
}

/* BUTTON */
.form .hsfc-Button {
  width: 100% !important;
  background: #000 !important;
  color: #fff !important;
  font-family: "DMSansBold" !important;
}

@media (max-width: 1200px) {
  .form .hs_firstname,
  .form .hs_email {
    width: 100%;
    float: none;
  }

  .form .hs_lastname,
  .form .hs_phone {
    width: 100%;
    float: none;
  }
}

@media (max-width: 1024px) {
  .landing-outer {
    padding: 32px 24px 64px;
  }
}

@media (max-width: 768px) {
  .landing-outer {
    padding: 32px 24px;
  }

  .landing-box {
    flex-direction: column;
    gap: 64px;
  }

  .landing-left {
    gap: 24px;
  }

  .landing-quote {
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    border: 4px solid var(--grey);
    border-radius: 10px;
  }

  .landing-quote-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .profile {
    max-width: 80px;
  }

  .landing-right {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 500px) {
  .faces {
    max-height: 90px;
    width: 100%;
    max-width: 250px;
  }

  .tab-box {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .landing-info {
    flex-direction: column;
  }

  .landing-bottom {
    text-align: center;
    gap: 16px;
  }

  .landing-bottom-stat {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  .mini-banner br {
    display: block;
  }
}

/*------------------------------- ENVIROMENTS --------------------------------------*/
#enviro {
  background-color: #f3f1eb;
}

.enviro-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}

.enviro-row {
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.enviro-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px 24px;
  border: 1px solid var(--text-grey);
  flex: 1 1 220px;
  max-width: 300px;
}

/*------------------------------- DECISIONS --------------------------------------*/
/* #decisions {
  padding: 64px;
  background-color: var(--grey);
} */

.decisions-box {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}

.decisions-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.decisions-box h2 {
  text-align: center;
  width: 100%;
}

.decisions-container {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.decisions-row {
  display: flex;
  gap: 24px;
  flex: 1;
}

.decisions-square {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  background-color: #f3f1eb;
  padding: 32px;
  /* border-radius: 10px; */
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  transition: all 0.3s ease; /* Smooth transition */
  max-width: 350px;
}

.decisions-square:hover {
  transform: translateY(-4px); /* Slight lift */
  box-shadow: 0 12px 24px #b1102b1a; /* Stronger shadow */
}

.decisions-square h4 {
  color: var(--red);
}

.decisions-square p {
  color: #353535;
}

.decisions-square.two h4 {
  color: #000;
}

.decisions-square.two {
  border-top: 4px solid var(--red);
}

.decisions-cta {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  background-color: var(--text);
  color: #fff;
  max-width: 600px;
  text-align: center;
  padding: 24px;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  #decisions {
    padding: 64px 24px;
  }
}

@media (max-width: 768px) {
  .decisions-row {
    flex-direction: column;
  }
}

/*------------------------------- LEAD (light version) --------------------------------------*/
#lead {
  background-color: #fffcf8; /* soft cream */
  color: #1a1a1a;
  text-align: center;
}

.lead-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.lead-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.lead-box h2 {
  width: 100%;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #1a1a1a;
}

.lead-container {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  max-width: 1100px;
}

.lead-row {
  display: flex;
  gap: 22px;
  width: 100%;
}

/* Card layout */
.lead-square {
  position: relative;
  flex: 1;

  display: flex;
  align-items: flex-start;     /* align tick with first text line */
  justify-content: flex-start; /* prevent any centering */
  text-align: left;

  gap: 18px;

  padding: 22px 28px;
  background: #ffffff;
  border: 1px solid #e7dfd6;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

/* Make sure text column behaves properly */
.lead-square p {
  margin: 0;
  flex: 1;
  color: #2a2a2a;
  font-size: 20px;
  line-height: 1.35;
}

/* Left badge */
.lead-check {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;
  min-width: 36px; /* prevents shrinking */

  border-radius: 999px;
  background: var(--red);
  color: #ffffff;
  font-size: 18px;

  margin-top: 4px; /* aligns with text baseline nicely */
}

.lead-square p strong {
  color: #111111;
}

/* subtle hover */
.lead-square:hover {
  transform: translateY(-2px);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
}

/* responsive */
@media (max-width: 768px) {
  .lead-row {
    flex-direction: column;
  }

  .lead-square {
    padding: 20px 20px;
  }

  .lead-square p {
    font-size: 18px;
  }
}

/* FORCE: icon left, text left (wins over any global/.med centering rules) */
#lead .lead-square{
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  gap: 18px !important;
}

/* Make sure the check isn't being positioned/centered elsewhere */
#lead .lead-square .lead-check{
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;

  border-radius: 999px !important;
  background: var(--red) !important;
  color: #fff !important;

  font-size: 18px !important;
  line-height: 1 !important;
  margin-top: 4px !important;
}

/* Kill any centering coming from .med or other typography rules */
#lead .lead-square p,
#lead .lead-square p.med{
  text-align: left !important;
  margin: 0 !important;
  flex: 1 !important;
}



/*------------------------------- WALK AWAY --------------------------------------*/
#deliverables {
  background: #f4f1eb; /* warm light background like the screenshot */
  text-align: center;
}

.deliverables-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.deliverables-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  max-width: 1200px;
}

.deliverables-text p {
  max-width: 1200px;
}

.deliverables-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
  max-width: 1192px;
}

.deliverable-card {
  background: #ffffff;
  border: 1px solid #e6e0d6;
  border-radius: 6px;
  padding: 28px;
  text-align: left;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.04);
}

.deliverable-tag {
  color: #000; /* teal label */
  margin-bottom: 10px;
}

.deliverable-card h3 {
  margin: 0 0 10px 0;
}

.deliverable-desc {
  margin: 0;
  max-width: 520px;
}

.deliverable-divider {
  height: 1px;
  width: 100%;
  background: #e8e2d8;
  margin: 18px 0;
}

.deliverable-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.deliverable-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
}

p.deliverable-num {
  font-weight: 700;
  color: #000; /* teal numbers */
}

.deliverable-item p {
  margin: 0;
}

.deliverable-item strong {
  color: #121212;
}

.deliverables-link {
  display: inline-block;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.deliverables-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .deliverables-cards {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .deliverable-card {
    padding: 24px;
  }
}

/*------------------------------- AGENT --------------------------------------*/
#agents {
  background: #faf9f7; /* warm light background */
  color: #121212;
  text-align: center;
}

.agents-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.agents-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  max-width: 820px;
}

.agents-text p {
  max-width: 720px;
}

/* 4 cards across on desktop */
.agents-grid {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.agent-card {
  background: #ffffff;
  border: 1px solid #e6e0d6;
  border-radius: 0; /* screenshot looks sharp-cornered */
  padding: 32px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.04);
}

.agent-icon {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #e5f3f0; /* soft teal circle */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.agent-icon img {
  width: 60px; /* keeps placeholder looking like an icon */
  height: 60px;
  /* object-fit: contain; */
}

.agent-card h3 {
  margin: 8px 0 0 0;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.agent-card p {
  margin: 0;
  max-width: 220px;
  text-align: center;
  color: #2a2a2a;
}

@media (max-width: 1024px) {
  .agents-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .agents-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
}

/*------------------------------- FRAMEWORK--------------------------------------*/
#framework {
  background-color: #111111;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.framework-box {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.framework-box h3 {
  max-width: 900px;
  font-family: "Cormo";
}

@media (max-width: 768px) {
}

/*------------------------------- EXPERIENCE --------------------------------------*/
#experience {
  background: #f4f1eb;
  color: #121212;
}

.experience-box {
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
}

.experience-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  max-width: 860px;
}

.experience-text p {
  max-width: 760px;
}

/* 4 across */
.experience-grid {
  width: 100%;
  max-width: 1500px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.experience-card {
  background: #ffffff;
  border: 1px solid #e6e0d6;
  border-radius: 0;
  padding: 28px 22px 30px 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.04);
}

/* placeholder icon holder */
.experience-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.experience-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.experience-card h3 {
  margin: 6px 0 0 0;
  font-size: 18px;
  line-height: 1.25;
  font-family: Cormo !important;
}

.experience-card p {
  margin: 0;
  color: #2a2a2a;
  line-height: 1.55;
  max-width: 100%;
}

/* bottom meta line */
.experience-meta {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #2a2a2a;
  font-size: 14px;
}

.experience-dot {
  opacity: 0.65;
}

/* responsive */
@media (max-width: 1024px) {
  .experience-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 820px;
  }
}

@media (max-width: 768px) {
  .experience-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .experience-card {
    min-height: auto;
  }
}

#journey {
  background: #f4f1eb;
  color: #121212;
  text-align: center;
}

.journey-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.journey-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 820px;
}

/* Timeline wrapper */
.journey-timeline {
  position: relative;
  width: 100%;
  max-width: 1700px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 24px;
}

/* Horizontal line */
.journey-line {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  height: 1px;
  background: #d6d0c7;
  z-index: 0;
}

/* Phase block */
.journey-phase {
  position: relative;
  z-index: 1;
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}

/* Dot */
.journey-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #8d0026; /* deep red from screenshot */
  margin-bottom: 8px;
}

/* Phase label */
.journey-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0;
}

.journey-phase h3 {
  margin: 0;
  font-family: Cormo !important;
}

.journey-phase p {
  margin: 0;
  max-width: 450px;
}

/* CTA link */
.journey-link {
  color: var(--red);
  font-weight: 600;
  text-decoration: none;
}

.journey-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 1024px) {
  .journey-timeline {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .journey-line {
    display: none;
  }

  .journey-phase {
    padding-top: 0;
  }
}

/*------------------------------- CERTIICATE--------------------------------------*/
#certificate {
  background: #111111; /* near-black */
  color: #ffffff;
}

.certificate-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1000px;
}

.certificate-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.certificate-left p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.85);
}

/* List with red checks */
.certificate-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.certificate-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.certificate-list .med {
  color: rgba(255, 255, 255, 0.92);
}

.check {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 18px;
  position: relative;
}

/* Pure CSS checkmark */
.check::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #8d0026; /* deep red */
  border-bottom: 2px solid #8d0026;
  transform: rotate(45deg);
}

/* Certificate preview */
.certificate-right {
  display: flex;
  justify-content: center;
}

.certificate-card {
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.certificate-card img {
  display: block;
  width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 1024px) {
  .certificate-box {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .certificate-right {
    justify-content: flex-start;
  }

  .certificate-card {
    max-width: 560px;
  }
}

/*------------------------------- CERTIICATE--------------------------------------*/
#agentic-testimonials {
  background: #faf9f7;
  color: #121212;
  text-align: center;
}

.testimonials-box {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}

.testimonials-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 820px;
}

.testimonials-text h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Small Forbes tag */
.forbes-tag {
  font-size: 12px;
  padding: 3px 8px;
  border: 1px solid #d6d0c7;
  border-radius: 4px;
  font-weight: 600;
  color: #2a2a2a;
}

/* Grid */
.testimonials-grid {
  width: 100%;
  max-width: 1165px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.testimonial-card {
  background: #f2efe8;
  padding: 28px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}

.testimonial-quote {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Author */
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-author img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  object-fit: cover;
}

.author-name {
  margin: 0;
  font-weight: 600;
}

.author-role {
  margin: 0;
  font-size: 14px;
  color: #2a2a2a;
}

/* Responsive */
@media (max-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
}

/*------------------------------- FACULTY--------------------------------------*/
#faculty {
  background: #f4f1eb;
  color: #121212;
  text-align: center;
}

.faculty-box {
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
}

.faculty-text {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.faculty-text .med {
  max-width: 760px;
}

.faculty-text .small {
  max-width: 760px;
  font-size: 13px;
  line-height: 1.45;
  color: #2a2a2a;
  margin: 0;
}

/* grid */
.faculty-grid {
  width: 100%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* card */
.faculty-card {
  background: #faf9f7;
  border: 1px solid #d6d0c7;
  padding: 24px 22px 22px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faculty-photo {
  width: 128px;
  height: 128px;
  border-radius: 999px;
  margin: 0 auto 14px auto;
  overflow: hidden;
  border: 3px solid #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faculty-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* placeholder circle with dashed border + plus */
.faculty-photo--placeholder {
  border: 2px dashed #c9c1b6;
  box-shadow: none;
  background: transparent;
}

.plus {
  font-size: 28px;
  font-weight: 500;
  color: #2a2a2a;
  line-height: 1;
}

/* type */
.faculty-card h3 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700 !important;
  margin-bottom: -8px;
}

/* red role line */
.faculty-sub {
  font-size: 12px;
  line-height: 1.45;
  color: #8d0026; /* deep red */
  font-weight: 600;
}

.faculty-desc {
  margin: 0;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 1.55;
}

/* CTA */
.faculty-link {
  color: #8d0026;
  font-weight: 600;
  text-decoration: none;
}

.faculty-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 1024px) {
  .faculty-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 820px;
  }
}

@media (max-width: 768px) {
  .faculty-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
}

/*------------------------------- COHORT--------------------------------------*/
#cohort-cta {
  background: #8d0026; /* deep red */
  color: #ffffff;
  text-align: center;
}

.cohort-cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  /* padding: 72px 20px; */
}

/* Responsive */
@media (max-width: 768px) {
}

/*------------------------------- PROGRAM HIGHLIGHTS--------------------------------------*/
#program-highlights {
  background: #111111;
  color: #ffffff;
}

.highlights-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 26px 20px;
  align-items: center;
}

.highlight-item {
  text-align: center;
}

.highlight-title {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.highlight-sub {
  margin: 4px 0 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive */
@media (max-width: 1024px) {
  .highlights-box {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}

@media (max-width: 600px) {
  .highlights-box {
    grid-template-columns: 1fr;
    padding: 22px 16px;
  }
}

/*------------------------------- FAQs --------------------------------------*/
#faq {
  background: #faf8f3;
  color: #121212;
  text-align: center;
}

.faq-box {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}

.faq-text {
  max-width: 820px;
}

/* list wrapper to control width like screenshot */
.faq-list {
  width: 100%;
  max-width: 760px;
  border-top: 1px solid #d6d0c7;
}

/* each row */
.faq-item {
  text-align: left;
  padding: 18px 0;
  border-bottom: 1px solid #d6d0c7;
}

.faq-item h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 700;
}

.faq-item p {
  margin: 0;
  color: #2a2a2a;
  line-height: 1.6;
}

/* bottom link */
.faq-link {
  color: var(--red);
  font-weight: 600;
  text-decoration: none;
  margin-top: 6px;
}

.faq-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* responsive */
@media (max-width: 768px) {
  .faq-list {
    max-width: 520px;
  }

  .faq-item {
    padding: 16px 0;
  }
}

/*------------------------------- BOTTOM FORM --------------------------------------*/
#hero-form {
  background: #111111;
  color: #ffffff;
}

/* layout */
.hero-form-box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
}

/* left copy */
.hero-copy h2 {
  max-width: 620px;
  margin-bottom: 24px;
}

.hero-copy p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.85);
}

/* stats row */
.hero-stats {
  display: flex;
  gap: 48px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: space-between;
  max-width: 60%;
}

.hero-stat-value {
  /* font-weight: 600; */
  margin: 0;
  font-size: 24px;
  font-family: "Cormo";
}

.hero-stat-label {
  margin: 4px 0 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

/* form card */
.hero-form-card {
  background-color: var(--red);
  padding: 32px 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.hero-form-card .hsfc-Step__Content {
    padding: 24px 0px 0px !important;
}

/* responsive */
@media (max-width: 1024px) {
  .hero-form-box {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    gap: 32px;
  }
}

/*------------------------------- FOOTER --------------------------------------*/

#footer {
  padding: 32px;
  background: #f8f9f9;
}

.footer-box {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.footer-right img {
  max-width: 180px;
  width: 100%;
}

@media (max-width: 1024px) {
  #footer {
    padding: 32px 24px;
  }
}

@media (max-width: 768px) {
  .footer-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer-right {
    align-items: center;
  }
}

.lead-square {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.lead-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.hero-stat-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-bottom: 4px;
}


/* ===== From the Program (Testimonial) ===== */
.ngl-from-program {
  padding: 72px 0;
  background: #ffffff;
}

.ngl-from-program__inner {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

/* Kicker */
.ngl-from-program__kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
}

.ngl-from-program__line {
  width: 64px;
  height: 3px;
  background: #9F2543; /* burgundy */
  flex: 0 0 auto;
  border-radius: 2px;
}

.ngl-from-program__label {
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 14px;
  color: #9F2543;
}

/* Layout */
.ngl-from-program__grid {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
  align-items: start;
}

.ngl-from-program__avatar {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  overflow: hidden;
  background: #f2f2f2;
}

.ngl-from-program__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Content */
.ngl-from-program__content {
  max-width: 820px;
}

.ngl-from-program__quote {
  margin: 0 0 18px 0;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.25;
  color: #111;
}

.ngl-from-program__highlight {
  margin: 0 0 26px 0;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.45;
  color: #9F2543; /* burgundy */
  font-weight: 700;
}

.ngl-from-program__meta {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  color: #444;
}

.ngl-from-program__meta strong {
  color: #111;
}

.ngl-from-program__dot {
  margin: 0 10px;
  color: #9a9a9a;
}

/* Responsive */
@media (max-width: 820px) {
  .ngl-from-program {
    padding: 56px 0;
  }

  .ngl-from-program__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ngl-from-program__avatar {
    width: 104px;
    height: 104px;
  }
}


.faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.faq-question {
  width: 100%;
  background: none;
  border: 0;
  padding: 1.25rem 0;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}

.faq-item.active .faq-question::after {
  content: "–";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 1000px; /* large enough for longest answer */
}

.faq-answer p {
  padding-bottom: 1.25rem;
}


/* ===== Forbes proof (hero) ===== */
.trusted{
  margin-top: 18px;
}

.trusted .forbes-proof{
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 10px;
  text-align: center;
}

/* the pill */
.trusted .forbes-pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(17,24,39,0.12);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  backdrop-filter: blur(6px);
}

/* small label */
.trusted .forbes-kicker{
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
  font-weight: 600;
  line-height: 1;
}

/* Forbes wordmark treatment */
.trusted .forbes-brand{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 800;
  color: #111827;
  line-height: 1;
}

/* supporting line */
.trusted .forbes-support{
  margin: 0;
  max-width: 60ch;
  font-size: 13.5px;
  line-height: 1.5;
  color: #303030;
  font-weight: 600;
}

/* mobile tightening */
@media (max-width: 768px){
  .trusted{ margin-top: 14px; }
  .trusted .forbes-pill{ padding: 7px 12px; }
  .trusted .forbes-brand{ font-size: 16px; }
  .trusted .forbes-support{ font-size: 13px; }
}


  :root{
    --mobile-bar-height: 92px; /* used to offset content + popup */
  }

  #mobile-bar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 2500;
    background-color: var(--red);

    padding: 12px 16px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));

    border-top-left-radius: 18px;
    border-top-right-radius: 18px;

    box-shadow: 0 -10px 30px rgba(0,0,0,0.18);
    text-align: center;
  }

  #mobile-bar .brochure.white{
    width: min(360px, 100%);
    border-radius: 12px;
  }

  #mobile-bar .small{
    margin: 6px 0 0;
    color: #fff;
    opacity: 0.95;
  }

  @media (max-width: 500px) {
    #mobile-bar {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }

    /* Prevent content being hidden behind the bar */
    body{
      padding-bottom: calc(var(--mobile-bar-height) + env(safe-area-inset-bottom));
    }

    /* Move your Earlybird popup ABOVE the mobile bar (so they don't overlap) */
    #earlybird-popup{
      bottom: calc(12px + var(--mobile-bar-height) + env(safe-area-inset-bottom));
    }
  }

/* =========================
   LOGO STRIP
   ========================= */

.logo-strip {
  width: 100%;
  background: #ffffff;
  padding: 34px 24px;
  border-top: 1px solid rgba(30, 30, 30, 0.06);
  border-bottom: 1px solid rgba(30, 30, 30, 0.06);
}

.logo-strip-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.logo-kicker {
  letter-spacing: 0.3em;
  color: #888888;
  text-align: center;
}

.logo-row {
  width: 100%;
  max-width: 760px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.logo-item {
  font-family: "DMSansBold";
  letter-spacing: 0.18em;
  font-size: 16px;
  color: #888888;
  text-align: center;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 700px) {
  .logo-row {
    justify-content: center;
  }

  .logo-item {
    min-width: 120px;
  }
}

/* Marquee container */
.logo-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  /* optional: soft edge fade */
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

/* Track that moves */
.logo-track {
  display: flex;
  align-items: center;
  gap: 120px;              /* spacing between company names */
  width: max-content;
  animation: logoScroll 40s linear infinite;
  will-change: transform;
}

/* Pause on hover (nice for desktop) */
.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

/* Company name styling (keep your existing .logo-item if you want) */
.logo-item {
  margin: 0;
  white-space: nowrap;
  letter-spacing: 0.18em;
  font-weight: 600;
  opacity: 0.75;
}

/* Infinite loop: because we duplicated the items,
   translate exactly half the track (one full set) */
@keyframes logoScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation: none;
  }
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 0px;
}

.experience-card {
  background: #ffffff;
  padding: 40px 30px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  height: 100%;
}

.experience-card h3 {
   font-size: 26px;
   font-weight: 600;
  margin-bottom: 0px;
}

.experience-card p {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .experience-grid {
    grid-template-columns: 1fr;
  }
}


/* Scoped Decisions (V2) — no conflicts with existing .decisions-* styles */
#decisions-v2 {
  padding: 60px; /* or match your section spacing if needed */
}

#decisions-v2 .decisions-box-v2 {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: stretch;
}

#decisions-v2 .decisions-text-v2 {
  text-align: center;
}

/* --- Deliverables: header image layout --- */
.deliverable-header{
  display:flex;
  gap:22px;
  align-items:flex-start;
}

.deliverable-image{
  flex: 0 0 auto;
  width: 110px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 4px;
}

.deliverable-image img{
  width: 110px;
  height: 130px;
  object-fit: cover;      /* use contain if you prefer no crop */
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  display: block;
}

.deliverable-headtext .deliverable-tag{ margin:0 0 8px 0; }
.deliverable-headtext h3{ margin:0 0 10px 0; }
.deliverable-headtext .deliverable-desc{ margin:0; }

@media (max-width: 768px){
  .deliverable-header{ flex-direction: column; gap: 18px; }
  .deliverable-image{ width: auto; }
  .deliverable-image img{ width: 95px; height: 115px; }
}

/* Mobile: stack image above text */
@media (max-width: 768px){
  .deliverable-header{
    flex-direction: column;
    gap: 18px;
  }

  .deliverable-image img{
    width: 95px;
    height: 115px;
  }
}
  .deliverable-image img{
    width:100px;
    height:100px;
  }
}

#decisions-v2 .decisions-grid-v2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

#decisions-v2 .decisions-card-v2 {
  background-color: #f3f1eb;
  padding: 32px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  transition: all 0.3s ease;
  border-top: 4px solid var(--red);
}

#decisions-v2 .decisions-card-v2:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px #b1102b1a;
}

#decisions-v2 .decisions-card-v2 p {
  color: #353535;
}

@media (max-width: 768px) {
  #decisions-v2 .decisions-grid-v2 {
    grid-template-columns: 1fr;
  }
}


/* Deliverables v2 (scoped to avoid conflicts) */
.deliverables-v2.section{
  --crimson:#A51C30;
  --crimson-soft: rgba(165, 28, 48, 0.08);
  --ink:#1a1816;
  --text:#2c2825;
  --text-secondary:#6b6460;
  --text-muted:#8c8279;
  --warm-bg:#f5f1eb;
  --white:#ffffff;
  --card-border:#e8e4de;
  --accent-bg:#faf8f5;

  max-width:900px;
  margin:0 auto;
  padding:80px 40px;
}

.deliverables-v2__label{
  font-size:12px;
  font-weight:600;
  letter-spacing:2.5px;
  text-transform:uppercase;
  color:var(--crimson);
  text-align:center;
  margin-bottom:16px;
}

.deliverables-v2__title{
  font-family: Georgia, "Times New Roman", serif; /* use your existing Georgia setup */
  font-size:38px;
  font-weight:700;
  color:var(--ink);
  text-align:center;
  margin-bottom:20px;
  line-height:1.2;
}

.deliverables-v2__intro{
  font-size:17px;
  line-height:1.7;
  color:var(--text-secondary);
  text-align:center;
  max-width:680px;
  margin:0 auto 56px auto;
}

.deliverables-v2__journey{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:0;
}

.deliverables-v2__journey::before{
  content:'';
  position:absolute;
  left:28px;
  top:52px;
  bottom:52px;
  width:1px;
  background:linear-gradient(to bottom, var(--card-border), var(--crimson) 30%, var(--crimson) 70%, var(--card-border));
  z-index:0;
}

.deliverables-v2__month{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:0;
  align-items:start;
}

.deliverables-v2__marker{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding-top:32px;
  position:relative;
  z-index:1;
}

.deliverables-v2__dot{
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--crimson);
  border:3px solid var(--warm-bg);
  box-shadow:0 0 0 1px var(--crimson);
}

.deliverables-v2__card{
  background:var(--white);
  border:1px solid var(--card-border);
  border-radius:6px;
  margin-bottom:28px;
  overflow:hidden;
}

.deliverables-v2__card-head{
  padding:28px 32px 0 32px;
  display:flex;
  align-items:baseline;
  gap:16px;
}

.deliverables-v2__month-label{
  font-size:11px;
  font-weight:600;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--crimson);
  white-space:nowrap;
  font-family: system-ui;
}

.deliverables-v2__weeks{
  font-size:13px;
  color:var(--text-muted);
  font-family: system-ui;
}

.deliverables-v2__card-body{
  padding:16px 32px 28px 32px;
}

.deliverables-v2__moment{
  font-family: Georgia, "Times New Roman", serif;
  font-size:21px;
  font-weight:600;
  color:var(--ink);
  line-height:1.35;
  margin-bottom:12px;
}

.deliverables-v2__outcome{
  font-size:15.5px;
  line-height:1.65;
  color:var(--text);
  margin-bottom:0;
}

.deliverables-v2__outcome strong{
  color:var(--ink);
  font-weight:600;
}

.deliverables-v2__support{
  padding:16px 32px;
  background:var(--accent-bg);
  border-top:1px solid var(--card-border);
  display:flex;
  align-items:center;
  gap:10px;
}

.deliverables-v2__badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:var(--crimson-soft);
  border-radius:3px;
  padding:4px 10px;
  white-space:nowrap;
}

.deliverables-v2__badge-dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--crimson);
  flex-shrink:0;
}

.deliverables-v2__badge-text{
  font-size:12px;
  font-weight:600;
  color:var(--crimson);
  letter-spacing:0.3px;
  font-family: system-ui;
}

.deliverables-v2__support-desc{
  font-size:13.5px;
  color:var(--text-secondary);
  line-height:1.4;
  font-family: system-ui;
}

/* Final deliverable card */
.deliverables-v2__final{
  margin-top:8px;
  display:grid;
  grid-template-columns:56px 1fr;
  gap:0;
}

.deliverables-v2__final-marker{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding-top:24px;
  position:relative;
  z-index:1;
}

.deliverables-v2__diamond{
  width:16px;
  height:16px;
  background:var(--crimson);
  transform:rotate(45deg);
  border:3px solid var(--warm-bg);
  box-shadow:0 0 0 1px var(--crimson);
}

.deliverables-v2__final-card{
  background:var(--white);
  border:2px solid var(--crimson);
  border-radius:6px;
  padding:28px 32px;
}

.deliverables-v2__final-label{
  font-size:11px;
  font-weight:600;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--crimson);
  margin-bottom:8px;
}

.deliverables-v2__final-title{
  font-family: Georgia, "Times New Roman", serif;
  font-size:22px;
  font-weight:600;
  color:var(--ink);
  line-height:1.3;
  margin-bottom:8px;
}

.deliverables-v2__final-desc{
  font-size:15px;
  line-height:1.6;
  color:var(--text-secondary);
}

/* CTA */
.deliverables-v2__cta{
  text-align:center;
  margin-top:40px;
}

.deliverables-v2__cta-link{
  font-size:15px;
  font-weight:500;
  color:var(--crimson);
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color .2s ease;
}

.deliverables-v2__cta-link:hover{
  border-bottom-color:var(--crimson);
}

/* Mobile */
@media (max-width:768px){
  .deliverables-v2.section{ padding:56px 20px; }
  .deliverables-v2__title{ font-size:28px; }
  .deliverables-v2__intro{ font-size:16px; margin-bottom:40px; }

  .deliverables-v2__journey::before{ left:20px; }
  .deliverables-v2__month{ grid-template-columns:40px 1fr; }
  .deliverables-v2__card-head{ padding:20px 20px 0 20px; flex-direction:column; gap:4px; }
  .deliverables-v2__card-body{ padding:12px 20px 20px 20px; }
  .deliverables-v2__moment{ font-size:19px; }
  .deliverables-v2__support{ padding:14px 20px; flex-direction:column; align-items:flex-start; gap:8px; }
  .deliverables-v2__final{ grid-template-columns:40px 1fr; }
  .deliverables-v2__final-card{ padding:20px; }
}


/* EXPERIENCE V2 - Scoped */

.experience-v2 {
  padding: 80px 40px;
  background: #ffffff;
  text-align: left;
}

.experience-v2__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.experience-v2__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #A51C30;
  text-align: center;
  margin-bottom: 16px;
}

.experience-v2__title {
  font-family: Georgia, serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}

.experience-v2__subtitle {
  font-size: 17px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
  line-height: 1.75;
  color: #6b6460;
}

.experience-v2__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.experience-v2__pillar {
  border: 1px solid #e8e4de;
  border-radius: 6px;
  background: #faf8f5;
  display: flex;
  flex-direction: column;
}

.experience-v2__accent {
  height: 3px;
}

.faculty .experience-v2__accent { background:#A51C30; }
.consultant .experience-v2__accent { background:#C87533; }
.platform .experience-v2__accent { background:#4A7C6F; }

.experience-v2__body {
  padding: 28px;
}

.experience-v2__icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #f3f0eb;
}

.faculty .experience-v2__icon {
  background: rgba(165, 28, 48, 0.10);
}

.consultant .experience-v2__icon {
  background: rgba(200, 117, 51, 0.10);
}

.platform .experience-v2__icon {
  background: rgba(74, 124, 111, 0.10);
}

.experience-v2__icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.experience-v2__source {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8c8279;
  margin-bottom: 6px;
}

.experience-v2__name {
  font-family: Georgia, serif;
  font-size: 20px;
  margin-bottom: 14px;
}

.experience-v2__desc {
  font-size: 15px;
  line-height: 1.65;
  color: #6b6460;
  margin-bottom: 20px;
}

.experience-v2__detail {
  font-size: 13.5px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: system-ui;
  text-align: left;
}

.experience-v2__detail span {
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
  margin-top: 6px;
}

.faculty .experience-v2__detail { color:#A51C30; }
.consultant .experience-v2__detail { color:#C87533; }
.platform .experience-v2__detail { color:#4A7C6F; }

.experience-v2__rhythm {
  border: 1px solid #e8e4de;
  border-radius: 6px;
  padding: 24px;
  background: #faf8f5;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  flex-wrap: wrap;
  font-family: system-ui;
}

.experience-v2__rhythm .dot {
  width:7px;
  height:7px;
  border-radius:50%;
  display:inline-block;
  margin-right:6px;
}

.dot.faculty { background:#A51C30; }
.dot.consultant { background:#C87533; }
.dot.platform { background:#4A7C6F; }

@media (max-width: 900px) {
  .experience-v2__grid {
    grid-template-columns: 1fr;
  }

  .experience-v2 {
    padding: 60px 20px;
  }
}


/* ================================
   DECISIONS V2 (scoped)
   ================================ */

:root{
  /* If your page already has these, keep them — these act as fallbacks */
  --decisionsv2-crimson: var(--harvard-crimson, #A51C30);
  --decisionsv2-ink: #1a1816;
  --decisionsv2-text: #2c2825;
  --decisionsv2-text-secondary: #6b6460;
  --decisionsv2-text-muted: #8c8279;

  --decisionsv2-warm-bg: #f5f1eb;
  --decisionsv2-accent-bg: #faf8f5;
  --decisionsv2-white: #ffffff;
  --decisionsv2-border: #e8e4de;

  --decisionsv2-bronze: #C87533;
  --decisionsv2-radius: 10px;
}

.decisionsv2-section{
  background: var(--decisionsv2-accent-bg);
  padding: 80px 40px;
}

.decisionsv2-inner{
  max-width: 1060px;
  margin: 0 auto;
}

.decisionsv2-label{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--decisionsv2-crimson);
  text-align: center;
  margin-bottom: 16px;
}

.decisionsv2-title{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--decisionsv2-ink);
  text-align: center;
  margin-bottom: 56px;
  line-height: 1.25;
}

/* Featured */
.decisionsv2-featured{
  background: var(--decisionsv2-white);
  border: 1px solid var(--decisionsv2-border);
  border-radius: var(--decisionsv2-radius);
  overflow: hidden;
  margin-bottom: 20px;
}

.decisionsv2-featured-accent{
  height: 3px;
  background: var(--decisionsv2-bronze);
}

.decisionsv2-featured-body{
  padding: 32px 36px;
}

.decisionsv2-featured-headline{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--decisionsv2-ink);
  line-height: 1.3;
  margin-bottom: 8px;
}

.decisionsv2-featured-sub{
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--decisionsv2-text-secondary);
  margin-bottom: 24px;
  max-width: 680px;
}

/* Touchpoints */
.decisionsv2-touchpoints{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.decisionsv2-touchpoint{
  padding-left: 14px;
  border-left: 2px solid var(--decisionsv2-bronze);
}

.decisionsv2-when{
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--decisionsv2-text-muted);
  margin-bottom: 4px;
}

.decisionsv2-what{
  font-size: 14px;
  font-weight: 800;
  color: var(--decisionsv2-ink);
  line-height: 1.4;
  margin-bottom: 2px;
}

.decisionsv2-detail{
  font-size: 13px;
  color: var(--decisionsv2-text-secondary);
  line-height: 1.4;
}

/* Grid cards */
.decisionsv2-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.decisionsv2-card{
  background: var(--decisionsv2-white);
  border: 1px solid var(--decisionsv2-border);
  border-radius: var(--decisionsv2-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.decisionsv2-card-accent{
  height: 3px;
  background: var(--decisionsv2-crimson);
}

.decisionsv2-card-body{
  padding: 24px 28px;
  flex: 1;
}

.decisionsv2-card-title{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--decisionsv2-ink);
  line-height: 1.3;
  margin-bottom: 8px;
}

.decisionsv2-card-desc{
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--decisionsv2-text-secondary);
}

/* Quote footer */
.decisionsv2-quote{
  padding: 16px 28px;
  border-top: 1px solid var(--decisionsv2-border);
  background: var(--decisionsv2-accent-bg);
}

.decisionsv2-quote-text{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.55;
  color: var(--decisionsv2-text);
  margin-bottom: 8px;
}

.decisionsv2-quote-attr{
  font-size: 12px;
  color: var(--decisionsv2-text-muted);
}

.decisionsv2-quote-source{
  font-size: 11px;
  color: var(--decisionsv2-text-muted);
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px){
  .decisionsv2-section{ padding: 56px 20px; }
  .decisionsv2-title{ font-size: 28px; margin-bottom: 40px; }
  .decisionsv2-featured-body{ padding: 24px; }
  .decisionsv2-touchpoints{ grid-template-columns: 1fr 1fr; gap: 20px; }
  .decisionsv2-grid{ grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 480px){
  .decisionsv2-touchpoints{ grid-template-columns: 1fr; gap: 16px; }
}

/* =========================
   JOURNEY (v2) — scoped
   ========================= */
#journey.journey-v2{
  background: #f4f1eb;
  color: var(--text);
  text-align: center;
}

#journey.journey-v2 .journey-v2__inner{
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
}

#journey.journey-v2 .journey-v2__text{
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 900px;
  align-items: center;
}

#journey.journey-v2 h2{
  font-family: Cormo !important;
}

#journey.journey-v2 .journey-v2__grid{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

/* Card */
#journey.journey-v2 .journey-v2__card{
  background: #faf9f7;
  border: 1px solid #d6d0c7;
  text-align: left;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.04);
}

#journey.journey-v2 .journey-v2__card--m1{ border-top: 4px solid var(--red); }
#journey.journey-v2 .journey-v2__card--m2{ border-top: 4px solid #c87533; }
#journey.journey-v2 .journey-v2__card--m3{ border-top: 4px solid #0d6e6e; }

#journey.journey-v2 .journey-v2__label{
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 800;
  text-transform: uppercase;
  color: #8c8279;
}

#journey.journey-v2 .journey-v2__weeks{
  font-size: 14px;
  color: #6b6460;
  margin-top: -4px;
}

#journey.journey-v2 .journey-v2__title{
  font-family: Cormo !important;
  font-size: 22px;
  line-height: 1.25;
  margin-top: 6px;
}

#journey.journey-v2 .journey-v2__desc{
  color: #2a2a2a;
}

#journey.journey-v2 .journey-v2__build{
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #e6e0d6;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#journey.journey-v2 .journey-v2__build-label{
  font-size: 13px;
  color: #6b6460;
  font-weight: 700;
}

#journey.journey-v2 .journey-v2__build-value{
  font-size: 16px;
  font-weight: 800;
  color: #111;
}

/* Reflection bar */
#journey.journey-v2 .journey-v2__reflection{
  width: 100%;
  max-width: 1120px;
  background: #ffffff;
  border: 1px solid #e6e0d6;
  display: grid;
  grid-template-columns: 8px 1fr;
  overflow: hidden;
  text-align: left;
}

#journey.journey-v2 .journey-v2__reflection-accent{
  background: var(--red);
}

#journey.journey-v2 .journey-v2__reflection-body{
  padding: 18px 18px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  align-items: center;
}

#journey.journey-v2 .journey-v2__reflection-title{
  font-weight: 800;
  color: #111;
  margin: 0 0 4px 0;
}

#journey.journey-v2 .journey-v2__reflection-desc{
  margin: 0;
  color: #2a2a2a;
}

#journey.journey-v2 .journey-v2__reflection-points{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#journey.journey-v2 .journey-v2__point{
  display: flex;
  align-items: center;
  gap: 10px;
}

#journey.journey-v2 .journey-v2__dot{
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--red);
  flex: 0 0 7px;
}

#journey.journey-v2 .journey-v2__point-text{
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600;
}

/* CTA matches your existing "brochure" click-to-scroll behavior */
#journey.journey-v2 .journey-v2__cta{
  color: var(--red);
  font-weight: 700;
  cursor: pointer;
}

#journey.journey-v2 .journey-v2__cta:hover{
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px){
  #journey.journey-v2 .journey-v2__grid{
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  #journey.journey-v2 .journey-v2__reflection-body{
    grid-template-columns: 1fr;
  }
}

/* JOURNEY (scoped) */
#journey.journey {
  /* Local variables so global :root doesn’t mess with it */
  --journey-crimson: #A51C30;
  --journey-ink: #1a1816;
  --journey-text: #2c2825;
  --journey-text-secondary: #6b6460;
  --journey-text-muted: #8c8279;
  --journey-warm-bg: #f5f1eb;
  --journey-card-border: #e8e4de;
  --journey-accent-bg: #faf8f5;
  --journey-bronze: #C87533;

  background: var(--journey-warm-bg);
}

#journey .journey-inner{
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 40px;
}

#journey .journey-label{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--journey-crimson);
  text-align: center;
  margin-bottom: 16px;
}

#journey .journey-title{
  font-family: Georgia, "Times New Roman", serif; /* matches your page request */
  font-size: 44px;
  font-weight: 700;
  color: var(--journey-ink);
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.15;
}

#journey .journey-subtitle{
  font-size: 16px;
  line-height: 1.6;
  color: var(--journey-text-secondary);
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px auto;
}

/* dot row */
#journey .journey-dot-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  margin-bottom: 0;
}

#journey .journey-dot-row::before{
  content: "";
  position: absolute;
  top: 6px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: var(--journey-card-border);
}

#journey .journey-dot-cell{
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#journey .journey-dot{
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--journey-crimson);
  border: 3px solid var(--journey-warm-bg);
  box-shadow: 0 0 0 2px var(--journey-crimson);
}

/* modules */
#journey .journey-modules{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 14px;
}

#journey .journey-module{
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 275px;
}

#journey .journey-module-label{
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--journey-crimson);
  margin-top: 16px;
  margin-bottom: 2px;
}

#journey .journey-module-weeks{
  font-size: 13px;
  color: var(--journey-text-muted);
  margin-bottom: 12px;
}

#journey .journey-module-name{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--journey-ink);
  line-height: 1.25;
  margin-bottom: 10px;
}

#journey .journey-module-desc{
  font-size: 15px;
  line-height: 1.6;
  color: var(--journey-text-secondary);
  margin-bottom: 18px;
  flex: 1;
}

#journey .journey-module-led-by{
  font-size: 12.5px;
  color: var(--journey-text-muted);
  font-style: italic;
  margin-bottom: 16px;
}

#journey .journey-module-build{
  border-top: 1px solid var(--journey-card-border);
  padding-top: 14px;
  margin-top: auto;
}

#journey .journey-build-label{
  font-size: 13px;
  font-weight: 800;
  color: var(--journey-crimson);
  margin-bottom: 3px;
}

#journey .journey-build-value{
  font-size: 15px;
  font-weight: 700;
  color: var(--journey-ink);
  line-height: 1.4;
}

/* reflection bar */
#journey .journey-reflection{
  margin-top: 32px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}

#journey .journey-reflection-accent{
  width: 4px;
  background: var(--journey-bronze);
  flex-shrink: 0;
}

#journey .journey-reflection-body{
  background: var(--journey-accent-bg);
  border: 1px solid var(--journey-card-border);
  border-left: none;
  border-radius: 0 8px 8px 0;
  padding: 20px 28px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

#journey .journey-reflection-text{
  flex: 1;
  min-width: 280px;
  text-align: left;
}

#journey .journey-reflection-title{
  font-size: 15px;
  font-weight: 800;
  color: var(--journey-ink);
  margin-bottom: 4px;
}

#journey .journey-reflection-desc{
  font-size: 14px;
  line-height: 1.5;
  color: var(--journey-text-secondary);
}

#journey .journey-reflection-touchpoints{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#journey .journey-touchpoint{
  display: flex;
  align-items: center;
  gap: 8px;
}

#journey .journey-touchpoint-dot{
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--journey-bronze);
  flex-shrink: 0;
}

#journey .journey-touchpoint-text{
  font-size: 13px;
  font-weight: 600;
  color: var(--journey-text);
  white-space: nowrap;
  font-family: system-ui;
}

/* CTA */
#journey .journey-cta{
  text-align: center;
  margin-top: 28px;
}

#journey .journey-cta-link{
  font-size: 15px;
  font-weight: 600;
  color: var(--journey-crimson);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

#journey .journey-cta-link:hover{
  border-bottom-color: var(--journey-crimson);
}

/* Mobile */
@media (max-width: 768px){
  #journey .journey-inner{ padding: 56px 20px; }
  #journey .journey-title{ font-size: 30px; }
  #journey .journey-modules{ grid-template-columns: 1fr; gap: 28px; }
  #journey .journey-dot-row{ display: none; }
  #journey .journey-module-label{ margin-top: 0; }
  #journey .journey-reflection-body{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 20px;
  }
  #journey .journey-reflection-touchpoints{
    flex-direction: column;
    gap: 10px;
  }
}

/* =========================
   HERO (match screenshot)
   Paste at END of stylesheet
   ========================= */

#landing .landing-left{
  max-width: 760px;         /* lets headline breathe like screenshot */
  gap: 28px;                /* tighter spacing between blocks */
}

#landing .landing-text{
  gap: 18px;                /* tighter spacing between pills/title/body */
}

#landing .hero-tabs{
  gap: 12px;
}

#landing .tab-box .info-tab{
  border-radius: 6px;
  padding: 6px 12px;
}

#landing .tab-box p.small{
  font-size: 12px;
  letter-spacing: .12em;
  font-weight: 700;
}

/* Title + body */
#landing .hero-title{
  font-family: "Cormo" !important;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0.2px;
  margin: 0;
  max-width: 18ch;          /* forces similar line breaks */
}

#landing .hero-sub{
  margin: 0;
  font-family: "DMSans";
  font-size: 18px;
  line-height: 1.55;
  color: #2d2d2d;
  max-width: 70ch;
}

/* Optional italic quote line (screenshot 1 look) */
#landing .hero-quote{
  margin-top: 8px;
  padding-left: 16px;
  border-left: 3px solid var(--red);
  font-family: "CormoItalic";
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
  color: #3a3a3a;
  max-width: 62ch;
}

/* Info row: top/bottom rule + vertical dividers (screenshot look) */
#landing .hero-info .all-info{
  border-top: 1px solid rgba(30,30,30,0.18);
  border-bottom: 1px solid rgba(30,30,30,0.18);
  padding: 18px 0;          /* remove big padded “card” feel */
  gap: 0;                   /* dividers handle spacing */
  flex-wrap: nowrap;
 
}

#landing .hero-info .info{
  padding: 0 22px;
  min-width: 0;
}

#landing .hero-info .info:not(:first-child){
  border-left: 1px solid rgba(30,30,30,0.12);
}

#landing .hero-info .info p.small{
  font-size: 11px;
  letter-spacing: .16em;
  font-weight: 700;
  color: rgba(30,30,30,0.55);
}

#landing .hero-info .info p.large{
  font-size: 16px;
  line-height: 1.4;
  color: #111;
}

/* Early bird price styling */
#landing .price-line{
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

#landing .price-now{
  color: #0D6E6E;
  font-weight: 700;
}

#landing .price-was{
  color: rgba(17,17,17,0.55);
  text-decoration: line-through;
  font-size: 13px;
}

#landing .save-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 4px;
  background: #0D6E6E;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  font-family: 'DMSans';
}

/* Forbes line spacing */
#landing .trusted{
  margin-top: 12px;
}

#landing .trusted .forbes-support{
  font-size: 13px;
  color: #7e8e9a;
}

/* Responsive: keep it clean on smaller screens */
@media (max-width: 900px){
  #landing .hero-info .all-info{
    flex-wrap: wrap;
    padding: 16px 0;
  }
  #landing .hero-info .info{
    padding: 14px 16px;
    flex: 1 1 220px;
  }
  #landing .hero-info .info:not(:first-child){
    border-left: none;
  }
}

@media (max-width: 500px){
  #landing .hero-title{ max-width: none; }
  #landing .hero-sub{ font-size: 16px; }
}

/* =========================
   HERO mobile responsiveness fix
   Paste at END of stylesheet
   ========================= */

/* 1) Remove the hard minimum width that breaks mobile */
#landing .all-info-outer,
#landing .all-info-outer.hero-info{
  min-width: 0 !important;     /* overrides the 760px */
  width: 100% !important;
  max-width: 100%;
}

/* 2) Make sure the left column can shrink properly */
#landing .landing-left{
  width: 100%;
  max-width: 760px;            /* keep your intended desktop width */
}

/* 3) On small screens, stack + remove dividers so it wraps cleanly */
@media (max-width: 768px){
  #landing .hero-info .all-info{
    flex-wrap: wrap !important;
    padding: 14px 0 !important;
  }

  #landing .hero-info .info{
    flex: 1 1 48%;
    min-width: 160px;
    padding: 12px 12px !important;
    border-left: none !important;
  }
}

@media (max-width: 500px){
  #landing .hero-info .info{
    flex: 1 1 100%;
    min-width: 0;
  }

  /* Optional: soften the quote size on very small screens */
  #landing .hero-quote{
    font-size: 22px;
    line-height: 1.3;
  }
}