@charset "UTF-8";

/* =========================
   GLOBAL TYPOGRAPHY
   ========================= */

body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

/* ===== FIX MAIN INTRO TEXT (WHITE SECTION) ===== */
#p7HMY_2 .hmy-color-content-white p {
  font-size: 18px !important;
  line-height: 1.6 !important;
  max-width: 720px !important;
  margin: 0 auto 26px auto !important;
  color: #333 !important;
}

/* ===== MATCH BLUE SECTION TEXT ===== */
#p7HMY_2 .hmy-color-content-silverblue p {
  font-size: 18px !important;
  line-height: 1.6 !important;
  max-width: 720px !important;
  margin: 0 auto 20px auto !important;
  color: rgba(255,255,255,0.9) !important;
}

/* ===== HEADLINE CONSISTENCY ===== */
#p7HMY_2 h2.centered {
  font-size: 42px !important;
  line-height: 1.15 !important;
  margin-bottom: 16px !important;
}

/* ===== SUB HEADLINE (BLUE SECTION) ===== */
#p7HMY_2 .hmy-color-content-silverblue h3 {
  font-size: 34px !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
}


/* Fix clunky mobile text spacing */
#p7HMY_2 p,
#p7HMY_2 .hmy-content p {
  text-align: left !important;
  text-justify: auto !important;
  word-spacing: normal !important;
  letter-spacing: normal !important;
  hyphens: none !important;
}

/* Main headline */
#p7HMY_2 h2.centered {
  text-align: center !important;
  font-size: 38px !important;
  line-height: 1.1 !important;
  margin: 24px auto 14px auto !important;
  max-width: 700px !important;
}

/* Intro paragraph under headline */
#p7HMY_2 .hmy-color-content-white p {
  max-width: 760px !important;
  margin: 0 auto 24px auto !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
  color: #333 !important;
}

/* Mobile fixes */
@media (max-width: 700px) {
  #p7HMY_2 h2.centered {
    font-size: 27px !important;
    line-height: 1.12 !important;
    margin: 18px auto 12px auto !important;
    padding: 0 14px !important;
  }

  #p7HMY_2 .hmy-color-content-white p {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin: 0 auto 18px auto !important;
    padding: 0 16px !important;
  }
}

/* Main content paragraphs only */
#p7HMY_2 .hmy-section p {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
  font-weight: 400;
  color: #333;
  margin-top: 10px;
  margin-bottom: 18px;
}

/* Footer paragraph */
#p7HMY_3 .hmy-section p {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #e8e8e8;
  margin: 0;
}

/* =========================
   HEADINGS
   ========================= */

#p7HMY_2 .hmy-section h2:first-child {
  margin: 20px auto 10px auto;
  font-size: clamp(2.4rem, 5vw, 3rem);
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
  text-align: center;
  line-height: 1.1;
  color: #000;
}

#p7HMY_2 .hmy-section h2 {
  font-size: clamp(2.2rem, 4.5vw, 2.75rem);
  font-family: "Exo 2", sans-serif;
  text-align: center;
  line-height: 1.1;
  color: #000;
}

#p7HMY_2 .hmy-section h3 {
  margin: 20px auto 10px auto;
  padding-top: 0.4em;
  font-size: clamp(1.9rem, 4vw, 2.4rem);
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
  text-align: center;
  line-height: 1.28;
  color: #fff;
}

#p7HMY_2 .hmy-section h4,
#p7HMY_2 .hmy-section h5 {
  font-size: 1.2rem;
  font-family: "Exo 2", sans-serif;
  color: #000;
}

/* =========================
   MASTHEAD
   ========================= */

.masthead .hmy-content-wrapper {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.masthead .hmy-content {
  text-align: center !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.masthead .hmy-content h1 {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: clamp(1.95rem, 3.1vw, 2.9rem);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.masthead .logo-main,
.masthead .logo-sub {
  display: inline-block;
}

.masthead .logo-main {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FF6746;
}

.masthead .logo-sub {
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: 0.06em;
  color: #000;
}

/* =========================
   SECTION COLOR TWEAKS
   ========================= */

/* White section */
#p7HMY_2 .hmy-color-content-white .hmy-content {
  color: #000;
}

/* Blue / silverblue section */
#p7HMY_2 .hmy-color-content-silverblue .hmy-content {
  color: #fff;
}

#p7HMY_2 .hmy-color-content-silverblue p {
  color: #f3f3f3;
}

/* =========================
   MOBILE
   ========================= */

@media only screen and (max-width: 768px) {
  #p7HMY_2 .hmy-section p {
    font-size: 1.35rem;
    line-height: 1.75;
  }

  #p7HMY_2 .hmy-section h2:first-child {
    font-size: 2.6rem;
  }

  #p7HMY_2 .hmy-section h2 {
    font-size: 2.4rem;
	  line-height: 1;
  }

  #p7HMY_2 .hmy-section h3 {
    font-size: 2.1rem;
    line-height: 1.24;
  }

  #p7HMY_3 .hmy-section p {
    font-size: 0.95rem;
  }
}

/* ===== FINAL TYPOGRAPHY OVERRIDE (MAKE TEXT BIGGER) ===== */

/* Main paragraphs (both sections) */
#p7HMY_2 .hmy-section p {
  font-size: 20px !important;
  line-height: 1.65 !important;
}

/* White section paragraph */
#p7HMY_2 .hmy-color-content-white p {
  font-size: 20px !important;
}

/* Blue section paragraph */
#p7HMY_2 .hmy-color-content-silverblue p {
  font-size: 20px !important;
}

/* Main headline */
#p7HMY_2 h2.centered {
  font-size: 46px !important;
  line-height: 1.1 !important;
}

/* Blue section headline */
#p7HMY_2 .hmy-color-content-silverblue h3 {
  font-size: 36px !important;
}

/* ===== MOBILE (THIS IS THE BIG ONE) ===== */
@media (max-width: 768px) {

  #p7HMY_2 .hmy-section p {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }

  #p7HMY_2 h2.centered {
    font-size: 30px !important;
    line-height: 1.1 !important;
  }

  #p7HMY_2 .hmy-color-content-silverblue h3 {
    font-size: 26px !important;
  }

}
/* ===== FINAL TEXT POLISH ===== */

/* Main white section headline */
#p7HMY_2 h2.centered {
  font-family: "Exo 2", sans-serif !important;
  font-size: 3.35rem !important;
  line-height: 1.02 !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin: 26px auto 18px auto !important;
  max-width: 900px !important;
  color: #000 !important;
}

/* Main white section paragraph */
#p7HMY_2 .hmy-color-content-white p {
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
  font-size: 1.55rem !important;
  line-height: 1.58 !important;
  font-weight: 400 !important;
  text-align: center !important;
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
  max-width: 980px !important;
  margin: 0 auto 26px auto !important;
  color: #2f2f2f !important;
}

/* Blue section headline */
#p7HMY_2 .hmy-color-content-silverblue h3 {
  font-family: "Exo 2", sans-serif !important;
  font-size: 2.85rem !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin: 20px auto 16px auto !important;
  max-width: 950px !important;
  color: #fff !important;
}

/* Blue section paragraph */
#p7HMY_2 .hmy-color-content-silverblue p {
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
  font-size: 1.45rem !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  text-align: center !important;
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
  max-width: 980px !important;
  margin: 0 auto 20px auto !important;
  color: rgba(255,255,255,0.92) !important;
}

/* Mobile refinement */
@media only screen and (max-width: 768px) {
  #p7HMY_2 h2.centered {
    font-size: 2.5rem !important;
    line-height: 1.05 !important;
    margin: 20px auto 14px auto !important;
    padding: 0 14px !important;
    max-width: 100% !important;
  }

  #p7HMY_2 .hmy-color-content-white p {
    font-size: 1.28rem !important;
    line-height: 1.55 !important;
    padding: 0 18px !important;
    max-width: 100% !important;
    margin: 0 auto 20px auto !important;
  }

  #p7HMY_2 .hmy-color-content-silverblue h3 {
    font-size: 2.15rem !important;
    line-height: 1.08 !important;
    padding: 0 14px !important;
    max-width: 100% !important;
  }

  #p7HMY_2 .hmy-color-content-silverblue p {
    font-size: 1.2rem !important;
    line-height: 1.55 !important;
    padding: 0 18px !important;
    max-width: 100% !important;
  }
}

/* ===== LOGO SIZE BOOST ===== */

.masthead .hmy-content h1 {
  font-size: 3.2rem !important;
  letter-spacing: 0.04em !important;
}

/* Make RIDEX slightly bolder */
.masthead .logo-main {
  font-weight: 800 !important;
}

/* Keep MOBILITY balanced */
.masthead .logo-sub {
  font-weight: 500 !important;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .masthead .hmy-content h1 {
    font-size: 2.3rem !important;
  }
}

/* ===== BIGGER LOGO ON MOBILE ===== */
@media (max-width: 768px) {
  .masthead .hmy-content h1 {
    font-size: 3rem !important; /* was ~2.4 */
    line-height: 1 !important;
  }
}

padding-left: 12px !important;