/* Foundation page — content sections only (header/footer use css/styles.css) */
body.page-foundation{
  --ink: var(--color-gray-950);
  --ink-soft: var(--color-gray-800);
  --ink-muted: var(--color-gray-600);
  --cream: var(--color-bg);
  --cream-2: var(--color-gray-100);
  --cream-3: var(--color-gray-200);
  --gold: var(--color-primary);
  --gold-light: #ff9c78;
  --gold-pale: var(--color-badge-bg);
  --teal: var(--color-hw);
  --teal-pale: #d1fae5;
  --rust: var(--color-level2);
  --rust-pale: var(--color-bubble-2);
  --white: var(--color-white);
  --serif: var(--font);
  --sans: var(--font);
  --r-sm: var(--radius-sm);
  --r-md: 14px;
  --r-lg: var(--radius-lg);
  --r-xl: var(--radius-xl);
  font-family: var(--font);
  background: var(--color-bg);
  color: var(--color-gray-950);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.page-foundation /* ── HERO ── */
    .hero{
  background: #fffafa;
      position: relative;
      overflow: hidden;
      padding: clamp(64px, 10vw, 100px) 32px 0;
  
}
body.page-foundation .hero-grid-bg{
  position: absolute;
   inset: 0;
      background:
        radial-gradient(ellipse 90% 70% at 15% 10%, var(--color-hero-grad-from) 0%, transparent 55%),
        radial-gradient(ellipse 85% 65% at 90% 95%, var(--color-hero-grad-to) 0%, transparent 50%);
      pointer-events: none;
  
}
body.page-foundation .hero-glow{
  position: absolute;
   top: -8%;
   left: -6%;
      width: min(42vw, 320px);
   height: min(42vw, 320px);
      border-radius: 50%;
      background: var(--color-bubble-1);
      opacity: 0.6;
   filter: blur(60px);
      pointer-events: none;
  
}
body.page-foundation .hero-glow-2{
  position: absolute;
   right: -8%;
   bottom: -12%;
      width: min(48vw, 380px);
   height: min(48vw, 380px);
      border-radius: 50%;
      background: var(--color-bubble-2);
      opacity: 0.6;
   filter: blur(60px);
      pointer-events: none;
  
}
body.page-foundation .hero-inner{
  max-width: 1240px;
   margin: 0 auto;
      position: relative;
   z-index: 2;
  
}
body.page-foundation .hero-layout{
  display: grid;
      gap: clamp(2rem, 4vw, 3rem);
      align-items: center;
      margin-bottom: clamp(2.5rem, 5vw, 4rem);
  
}
@media (min-width: 900px) {
body.page-foundation .hero-layout{
  grid-template-columns: 1fr 1fr;
  
}
}


body.page-foundation .hero-lottie-card lottie-player{
  display: block;
      width: 100%;
      max-height: min(52vw, 360px);
      margin: 0 auto;
  
}
body.page-foundation .hero-mockup-fallback{
  display: none;
  
}
body.page-foundation .hero-mockup-fallback img{
  width: 100%;
   height: auto;
  
}
@media (prefers-reduced-motion: reduce) {
body.page-foundation .hero-lottie-card lottie-player{
  display: none !important;
  
}
body.page-foundation .hero-mockup-fallback{
  display: block;
  
}
}

body.page-foundation .hero-eyebrow{
  display: inline-flex;
   align-items: center;
   gap: 8px;
      background: var(--gold-pale);
      border: 1px solid var(--color-badge-border);
      color: var(--gold);
      font-size: 12px;
   font-weight: 500;
   letter-spacing: 0.1em;
   text-transform: uppercase;
      padding: 6px 14px;
   border-radius: 999px;
      margin-bottom: 28px;
  
}
body.page-foundation .hero-eyebrow-dot{
  width: 6px;
   height: 6px;
   border-radius: 50%;
      background: var(--gold);
      animation: pulse-dot 2s ease-in-out infinite;
  
}
body.page-foundation .hero-title{
  font-family: var(--serif);
      font-size: clamp(44px, 6vw, 82px);
      color: var(--ink);
      line-height: 1.05;
      letter-spacing: -0.02em;
      max-width: 760px;
      margin-bottom: 28px;
      font-weight: 500;
  
}
body.page-foundation .hero-title em{
  font-style: normal;
      color: var(--gold);
  
}
body.page-foundation .hero-lead{
  font-size: clamp(16px, 1.6vw, 19px);
      font-weight: 300;
      color: var(--ink-soft);
      line-height: 1.75;
      max-width: 560px;
      margin-bottom: 44px;
  
}
body.page-foundation .hero-pills{
  display: flex;
   flex-wrap: wrap;
   gap: 10px;
      margin-bottom: 44px;
  
}
body.page-foundation .hero-pill{
  font-size: 13px;
   font-weight: 500;
      background: var(--white);
      border: 1px solid var(--cream-3);
      color: var(--ink-soft);
      padding: 7px 16px;
   border-radius: 999px;
      box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  
}
body.page-foundation .hero-pill--price{
  background: var(--gold);
      border-color: var(--gold);
      color: var(--white);
      font-weight: 600;
  
}
body.page-foundation .hero-ctas{
  display: flex;
   align-items: center;
   gap: 16px;
   flex-wrap: wrap;
  
}
body.page-foundation .cta-primary{
  display: inline-flex;
   align-items: center;
   gap: 8px;
      background: var(--gold);
   color: var(--white);
      font-family: var(--sans);
   font-size: 15px;
   font-weight: 600;
      padding: 14px 28px;
   border-radius: var(--r-md);
      text-decoration: none;
      transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
      border: none;
   cursor: pointer;
  
}
body.page-foundation .cta-primary:hover{
  background: var(--color-primary-dark);
   transform: translateY(-1px);
   box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.18);
  
}
body.page-foundation .cta-primary svg{
  width: 16px;
   height: 16px;
  
}
body.page-foundation .cta-ghost{
  display: inline-flex;
   align-items: center;
   gap: 8px;
      background: var(--white);
   color: var(--ink-soft);
      font-family: var(--sans);
   font-size: 15px;
   font-weight: 500;
      padding: 14px 20px;
   border-radius: var(--r-md);
      text-decoration: none;
   border: 1px solid var(--cream-3);
      transition: all 0.15s;
   cursor: pointer;
  
}
body.page-foundation .cta-ghost:hover{
  color: var(--ink);
   border-color: var(--gold);
  
}
body.page-foundation /* Hero visual bar */
    .hero-visual-bar{
  border-top: 1px solid var(--cream-3);
      padding: 32px 0 0;
      display: grid;
   grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: var(--cream-3);
      border-radius: var(--r-lg) var(--r-lg) 0 0;
  
}
body.page-foundation .hero-stat-block{
  background: var(--white);
      padding: 28px 32px;
      display: flex;
   flex-direction: column;
   gap: 6px;
  
}
body.page-foundation .hero-stat-block:first-child{
  border-radius: var(--r-lg) 0 0 0;
  
}
body.page-foundation .hero-stat-block:last-child{
  border-radius: 0 var(--r-lg) 0 0;
  
}
body.page-foundation .hero-stat-val{
  font-family: var(--serif);
      font-size: 34px;
   color: var(--ink);
      line-height: 1;
      font-weight: 600;
  
}
body.page-foundation .hero-stat-label{
  font-size: 13px;
   color: var(--ink-muted);
   font-weight: 400;
  
}
body.page-foundation .hero-stat-block--gold .hero-stat-val{
  color: var(--gold);
  
}
body.page-foundation .hero-stat-block--teal .hero-stat-val{
  color: var(--teal);
  
}
body.page-foundation main .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

body.page-foundation main section {
  padding: 96px 0;
  
}
body.page-foundation .section-tag{
  display: inline-flex;
   align-items: center;
   gap: 8px;
      font-size: 11px;
   font-weight: 600;
   letter-spacing: 0.12em;
   text-transform: uppercase;
      color: var(--gold);
   margin-bottom: 16px;
  
}
body.page-foundation .section-tag img{
  width: 18px;
      height: 18px;
      flex-shrink: 0;
  
}
body.page-foundation .section-title{
  font-family: var(--serif);
      font-size: clamp(32px, 4vw, 52px);
      color: var(--ink);
      line-height: 1.1;
      letter-spacing: -0.02em;
  
}
body.page-foundation .section-title em{
  font-style: italic;
   color: var(--gold);
  
}
body.page-foundation .section-lead{
  font-size: 17px;
   font-weight: 300;
      color: var(--ink-muted);
      line-height: 1.75;
   max-width: 560px;
  
}
body.page-foundation /* ── ABOUT SECTION ── */
    .about-section{
  background: var(--cream);
  
}
body.page-foundation .about-head{
  margin-top: 8px;
   margin-bottom: clamp(2rem, 5vw, 3rem);
  
}
body.page-foundation .about-big-text{
  font-family: var(--serif);
      font-size: clamp(26px, 3vw, 40px);
      line-height: 1.25;
      color: var(--ink);
      letter-spacing: -0.015em;
      margin: 0;
      max-width: 18ch;
  
}
body.page-foundation .about-big-text em{
  font-style: italic;
   color: var(--gold);
  
}
body.page-foundation .about-intro{
  display: grid;
      gap: clamp(1.5rem, 4vw, 2.5rem);
      align-items: center;
      margin-bottom: clamp(2rem, 5vw, 3rem);
  
}
@media (min-width: 768px) {
body.page-foundation .about-intro{
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  
}
}

body.page-foundation .about-body p{
  font-size: 16px;
   font-weight: 300;
      color: var(--ink-soft);
   line-height: 1.8;
      margin-bottom: 18px;
  
}
body.page-foundation .about-body p:last-child{
  margin-bottom: 0;
  
}
body.page-foundation .about-lower{
  display: grid;
      gap: clamp(1.5rem, 4vw, 2rem);
      align-items: start;
  
}
@media (min-width: 900px) {
body.page-foundation .about-lower{
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  
}
}

body.page-foundation .about-cards{
  display: grid;
   grid-template-columns: 1fr 1fr;
      gap: 16px;
  
}
body.page-foundation .about-card{
  background: var(--cream-2);
      border: 1px solid var(--cream-3);
      border-radius: var(--r-lg);
      padding: 28px 24px;
  
}
body.page-foundation .about-card--dark{
  background: linear-gradient(135deg, #fff7ed 0%, #fff0eb 100%);
      border-color: #ffd6c4;
  
}
body.page-foundation .about-card__icon{
  width: 48px;
   height: 48px;
      border-radius: var(--r-sm);
      display: flex;
   align-items: center;
   justify-content: center;
      margin-bottom: 16px;
      overflow: hidden;
  
}
body.page-foundation .about-card--light .about-card__icon{
  background: var(--gold-pale);
  
}
body.page-foundation .about-card--dark .about-card__icon{
  background: rgba(255, 107, 53, 0.15);
  
}
body.page-foundation .about-card__icon img{
  width: 22px;
   height: 22px;
  
}
body.page-foundation .about-lottie-wrap{
  border-radius: var(--radius-2xl);
      background: var(--color-bubble-1);
      padding: clamp(1rem, 3vw, 1.5rem);
      display: flex;
      align-items: center;
      justify-content: center;
  
}
body.page-foundation .about-lottie-wrap lottie-player{
  display: block;
      width: 100%;
      min-height: 200px;
      height: clamp(200px, 28vw, 280px);
      margin: 0 auto;
  
}
body.page-foundation .about-card__val{
  font-family: var(--serif);
   font-size: 28px;
      color: var(--ink);
   margin-bottom: 4px;
  
}
body.page-foundation .about-card--dark .about-card__val{
  color: var(--ink);
  
}
body.page-foundation .about-card__label{
  font-size: 12px;
   font-weight: 500;
   letter-spacing: 0.06em;
   text-transform: uppercase;
      color: var(--gold);
   margin-bottom: 10px;
  
}
body.page-foundation .about-card__text{
  font-size: 14px;
   font-weight: 300;
   line-height: 1.65;
      color: var(--ink-muted);
  
}
body.page-foundation .about-card--dark .about-card__text{
  color: var(--ink-muted);
  
}
body.page-foundation .about-visual-box{
  background: var(--white);
      border: 1px solid #ffd6c4;
      border-radius: var(--r-xl);
      padding: clamp(1.5rem, 4vw, 3rem);
      position: relative;
      height: 100%;
      box-shadow: 0 4px 24px rgba(15, 23, 42, 0.07);
  
}
body.page-foundation .about-visual-box::before{
  content: '';
      position: absolute;
   top: -60px;
   right: -60px;
      width: 240px;
   height: 240px;
      background: radial-gradient(circle, rgba(255, 107, 53, 0.12) 0%, transparent 70%);
  
}
body.page-foundation .about-visual-label{
  font-size: 11px;
   letter-spacing: 0.12em;
   text-transform: uppercase;
      color: var(--gold);
   font-weight: 600;
      margin-bottom: 32px;
  
}
body.page-foundation .topic-list{
  list-style: none;
  
}
body.page-foundation .topic-item{
  display: flex;
   align-items: center;
   gap: 16px;
      padding: 18px 0;
      border-bottom: 1px solid var(--cream-3);
  
}
body.page-foundation .topic-item:last-child{
  border-bottom: none;
  
}
body.page-foundation .topic-num{
  font-family: var(--serif);
   font-size: 13px;
      color: var(--gold);
   font-weight: 600;
      width: 24px;
   flex-shrink: 0;
  
}
body.page-foundation .topic-name{
  font-size: 17px;
   font-weight: 500;
   color: var(--ink);
      flex: 1;
  
}
body.page-foundation .topic-check{
  width: 22px;
   height: 22px;
   border-radius: 50%;
      background: rgba(16, 185, 129, 0.2);
      display: flex;
   align-items: center;
   justify-content: center;
      flex-shrink: 0;
  
}
body.page-foundation .topic-check img{
  width: 12px;
   height: 12px;
  
}
body.page-foundation /* ── FEATURES SECTION ── */
    .features-section{
  background: var(--cream-2);
  
}
body.page-foundation .features-grid{
  display: grid;
   grid-template-columns: repeat(3, 1fr);
      gap: 20px;
   margin-top: 60px;
  
}
body.page-foundation .feature-card{
  background: var(--white);
      border: 1px solid var(--cream-3);
      border-radius: var(--r-lg);
      padding: 32px 28px;
      transition: transform 0.2s, box-shadow 0.2s;
  
}
body.page-foundation .feature-card:hover{
  transform: translateY(-3px);
      box-shadow: 0 12px 40px rgba(15,13,10,0.08);
  
}
body.page-foundation .feature-card--dark{
  background: linear-gradient(135deg, #fff7ed 0%, #fff0eb 100%);
      border-color: #ffd6c4;
  
}
body.page-foundation .feature-card--gold{
  background: var(--gold-pale);
      border-color: var(--color-badge-border);
  
}
body.page-foundation .feature-icon{
  width: 48px;
   height: 48px;
      border-radius: var(--r-sm);
      display: flex;
   align-items: center;
   justify-content: center;
      margin-bottom: 20px;
      overflow: hidden;
  
}
body.page-foundation .feature-icon lottie-player{
  width: 32px;
      height: 32px;
  
}
body.page-foundation .feature-card .feature-icon{
  background: var(--cream-2);
  
}
body.page-foundation .feature-card--dark .feature-icon{
  background: rgba(255, 107, 53, 0.1);
  
}
body.page-foundation .feature-card--gold .feature-icon{
  background: rgba(255, 107, 53, 0.12);
  
}
body.page-foundation .feature-icon img{
  width: 24px;
   height: 24px;
  
}
body.page-foundation .feature-title{
  font-family: var(--serif);
      font-size: 19px;
   color: var(--ink);
   line-height: 1.25;
   margin-bottom: 12px;
  
}
body.page-foundation .feature-card--dark .feature-title{
  color: var(--ink);
  
}
body.page-foundation .feature-
    .feature-card--dark .feature-

    /* Topics strip inside features */
    .features-topics-strip{
  margin-top: 24px;
      background: var(--white);
      border: 1px solid var(--cream-3);
      border-radius: var(--r-lg);
      padding: 36px 48px;
      display: flex;
   align-items: center;
   justify-content: space-between;
      gap: 32px;
   flex-wrap: wrap;
      box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  
}
body.page-foundation .strip-label{
  font-size: 13px;
   font-weight: 500;
   color: var(--ink-muted);
      letter-spacing: 0.02em;
   white-space: nowrap;
  
}
body.page-foundation .strip-topics{
  display: flex;
   gap: 12px;
   flex-wrap: wrap;
   flex: 1;
  
}
body.page-foundation .strip-topic{
  font-size: 14px;
   font-weight: 500;
   color: var(--ink-soft);
      background: var(--cream-2);
      border: 1px solid var(--cream-3);
      padding: 8px 18px;
   border-radius: 999px;
  
}
body.page-foundation .strip-topic--gold{
  color: var(--gold);
      background: rgba(255, 107, 53, 0.12);
      border-color: rgba(255, 107, 53, 0.25);
  
}
body.page-foundation /* ── WHO SECTION ── */
    .who-section{
  background: var(--cream);
  
}
body.page-foundation .who-grid{
  display: grid;
   grid-template-columns: repeat(3, 1fr);
      gap: 20px;
   margin-top: 60px;
  
}
body.page-foundation .who-card{
  border: 1px solid var(--cream-3);
      border-radius: var(--r-lg);
      padding: 36px 28px;
      background: var(--cream-2);
      position: relative;
   overflow: hidden;
      transition: transform 0.2s, box-shadow 0.2s;
  
}
body.page-foundation .who-card:hover{
  transform: translateY(-3px);
   box-shadow: 0 12px 40px rgba(15,13,10,0.08);
  
}
body.page-foundation .who-card::before{
  content: '';
      position: absolute;
   top: 0;
   left: 0;
   right: 0;
      height: 3px;
  
}
body.page-foundation .who-card:nth-child(1)::before{
  background: var(--gold);
  
}
body.page-foundation .who-card:nth-child(2)::before{
  background: var(--teal);
  
}
body.page-foundation .who-card:nth-child(3)::before{
  background: var(--rust);
  
}
body.page-foundation .who-num{
  font-family: var(--serif);
      font-size: 11px;
   letter-spacing: 0.1em;
   text-transform: uppercase;
      color: var(--ink-muted);
   margin-bottom: 16px;
   display: block;
  
}
body.page-foundation .who-title{
  font-family: var(--serif);
      font-size: 22px;
   color: var(--ink);
   line-height: 1.2;
   margin-bottom: 14px;
  
}
body.page-foundation .who-

    /* ── PRICING SECTION ── */
    .pricing-section{
  background: var(--cream-2);
  
}
body.page-foundation .pricing-wrap{
  display: grid;
   grid-template-columns: 1fr 420px;
      gap: 60px;
   align-items: start;
      margin-top: 60px;
  
}
body.page-foundation .pricing-pull-quote{
  font-family: var(--serif);
      font-size: clamp(22px, 2.5vw, 34px);
      color: var(--ink);
   line-height: 1.3;
      letter-spacing: -0.01em;
      border-left: 3px solid var(--gold);
      padding-left: 24px;
   margin-bottom: 32px;
  
}
body.page-foundation .pricing-includes-label{
  font-size: 11px;
   font-weight: 600;
   letter-spacing: 0.1em;
   text-transform: uppercase;
      color: var(--gold);
   margin-bottom: 20px;
  
}
body.page-foundation .includes-list{
  list-style: none;
   display: flex;
   flex-direction: column;
   gap: 14px;
  
}
body.page-foundation .includes-item{
  display: flex;
   align-items: flex-start;
   gap: 14px;
      font-size: 15px;
   font-weight: 300;
   color: var(--ink-soft);
   line-height: 1.5;
  
}
body.page-foundation .includes-check{
  width: 22px;
   height: 22px;
   border-radius: 50%;
      background: var(--teal-pale);
      display: flex;
   align-items: center;
   justify-content: center;
      flex-shrink: 0;
   margin-top: 1px;
  
}
body.page-foundation .includes-check img{
  width: 11px;
   height: 11px;
  
}
body.page-foundation .pricing-card{
  background: var(--white);
      border: 1px solid #ffd6c4;
      border-radius: var(--r-xl);
      overflow: hidden;
      position: relative;
      box-shadow:
        0 4px 24px rgba(15, 23, 42, 0.07),
        0 16px 48px rgba(255, 107, 53, 0.08);
  
}
body.page-foundation .pricing-card::before{
  content: '';
      position: absolute;
   top: -80px;
   right: -80px;
      width: 280px;
   height: 280px;
      background: radial-gradient(circle, rgba(255, 107, 53, 0.1) 0%, transparent 70%);
      pointer-events: none;
  
}
body.page-foundation .pricing-card-head{
  padding: 36px 36px 28px;
      border-bottom: 1px solid #ffe4d6;
      position: relative;
      background: linear-gradient(135deg, #fff7ed 0%, #fff0eb 100%);
      text-align: center;
  
}
body.page-foundation .pricing-plan-name{
  font-size: 12px;
   font-weight: 600;
   letter-spacing: 0.1em;
   text-transform: uppercase;
      color: var(--color-primary-dark);
   margin-bottom: 20px;
  
}
body.page-foundation .pricing-amount{
  font-family: var(--serif);
   font-size: 56px;
      color: var(--ink);
   line-height: 1;
      margin-bottom: 6px;
      font-weight: 600;
  
}
body.page-foundation .pricing-gst{
  font-size: 14px;
   font-weight: 400;
   color: var(--ink-muted);
   margin-bottom: 4px;
  
}
body.page-foundation .pricing-period{
  font-size: 13px;
   font-weight: 400;
   color: var(--ink-muted);
  
}
body.page-foundation .pricing-card-
    .pricing-mini-list{
  list-style: none;
   display: flex;
   flex-direction: column;
   gap: 10px;
   margin-bottom: 28px;
  
}
body.page-foundation .pricing-mini-item{
  display: flex;
   gap: 10px;
   align-items: center;
      font-size: 14px;
   font-weight: 400;
   color: var(--ink-soft);
  
}
body.page-foundation .pricing-mini-item::before{
  content: '';
      width: 4px;
   height: 4px;
   border-radius: 50%;
      background: var(--gold);
   flex-shrink: 0;
  
}
body.page-foundation .cta-enrol{
  display: block;
   width: 100%;
   text-align: center;
      background: var(--gold);
   color: var(--white);
      font-family: var(--sans);
   font-size: 15px;
   font-weight: 600;
      padding: 16px;
   border-radius: var(--r-md);
      text-decoration: none;
   border: none;
   cursor: pointer;
      transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  
}
body.page-foundation .cta-enrol:hover{
  background: var(--color-primary-dark);
   transform: translateY(-1px);
   box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.25);
  
}
body.page-foundation .pricing-note{
  margin-top: 16px;
      font-size: 12px;
   font-weight: 400;
      color: var(--ink-muted);
   text-align: center;
   line-height: 1.6;
  
}
@media (max-width: 1024px) {
body.page-foundation .pricing-wrap{
  grid-template-columns: 1fr;
  
}
body.page-foundation .pricing-card{
  max-width: 480px;
  
}
}

@media (max-width: 768px) {
body.page-foundation .hero{
  padding: 64px 20px 0;
  
}
body.page-foundation .hero-layout{
  margin-bottom: 2rem;
  
}
body.page-foundation .hero-visual-bar{
  grid-template-columns: repeat(2, 1fr);
  
}
body.page-foundation .features-grid{
  grid-template-columns: 1fr;
  
}
body.page-foundation .who-grid{
  grid-template-columns: 1fr;
  
}
body.page-foundation .about-cards{
  grid-template-columns: 1fr;
  
}
body.page-foundation main .container {
  padding: 0 20px;
}

body.page-foundation main section {
  padding: 64px 0;
  
}
body.page-foundation .features-topics-strip{
  padding: 28px 24px;
  
}
}

/* Hero entrance animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.page-foundation .hero-eyebrow {
  animation: fadeUp 0.5s ease both;
}

body.page-foundation .hero-title {
  animation: fadeUp 0.6s 0.1s ease both;
}

body.page-foundation .hero-lead {
  animation: fadeUp 0.6s 0.2s ease both;
}

body.page-foundation .hero-pills {
  animation: fadeUp 0.6s 0.3s ease both;
}

body.page-foundation .hero-ctas {
  animation: fadeUp 0.6s 0.4s ease both;
}
body.page-foundation .foundation-section .section-head .section-title,
body.page-foundation .foundation-section .section-head .section-lead{
  text-align: center;
}
body.page-foundation .foundation-roadmap{
  max-width: 62rem;
  margin: 0 auto;
}
