* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'HelveticaCustom';
  src: url('fonts/Helvetica.woff') format('woff');
}
@font-face {
  font-family: 'HelveticaBold';
  src: url('fonts/Helvetica-Bold.woff') format('woff');
}
@font-face {
  font-family: 'HelveticaBoldOblique';
  src: url('fonts/Helvetica-BoldOblique.woff') format('woff');
}
@font-face {
  font-family: 'HelveticaOblique';
  src: url('fonts/Helvetica-Oblique.woff') format('woff');
}

body {
  font-family: 'HelveticaCustom', sans-serif;
  background-color: #f8f8f8;
  line-height: 1.6;
  touch-action: pan-y;
    max-width: 100vw;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
    max-width: 100vw;
  overflow-x: hidden;
}

body, p, h1, h2, h3, h4, h5, h6, a, span, div, li, label, input, textarea, button {
  font-family: 'HelveticaCustom', sans-serif;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: normal;
}

/* Specific font sizes */
p {
  font-size: 1.2rem;
  font-weight: 100;
}

h1 {
  font-size: 4rem;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  line-height: 80%;
  padding-bottom: 10px;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.75rem;
}

h4, h5, h6 {
  font-size: 1.5rem;
  font-weight: 100;
}
b{
  font-weight: 600;
  letter-spacing: 2px;
}



/*--------------------------------------------------*/
/* Navbar */
/*--------------------------------------------------*/

.navbar {

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  background-color: rgb(0, 0, 0);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;   
}
.logo {
  font-weight: bold;

}
.navbar-logo img {
  height: 60px; /* Adjust as needed */
  display: block;
}
.nav-links a {
  margin-left: 20px;
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 700px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 8vw;
  }
  .navbar-logo img {
    height: 40px !important;
    margin-bottom: 8px;
  }
.nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2vw;
}
  .nav-links a {
    margin: 0;
    font-size: 1.1rem;
    padding: 6px 0;
  }
  .hero-content h1 {
    font-size: 2.0rem !important;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .mainimage {
    max-width: 98vw;
    margin-bottom: 0.7rem;
  }
}

@media (max-width: 600px) {
  .hide-mobile {
    display: none !important;
  }
  .nav-links {
    gap: 4vw;
    font-size: 1.02rem;
  }
}


/*--------------------------------------------------*/
/* HERO or TITLE AREA */
/*--------------------------------------------------*/
.hero {
  padding-top: 80px;
  text-align: center;
   background: url("images/Loopedbackgroundwebp.webp") repeat;
   background-size: 1200px;
  position: relative;
  padding-bottom: 0;
 border: 1px solid rgb(0, 0, 0);
}
.catchphrase {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.catchphrase span {
  color: #9b31ff;
}
.hero-content h1 {
  font-size: 3.1rem;
  padding: 10px;
  margin: 5rem 0;
  font-family: "Bacasime Antique", serif;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 0px;
  color: #ffffff;
  font-style: normal;
  margin-bottom: 3rem;
}

.mainimage {
  display: block;
  margin: 0 auto;
margin-top: 10px;
  width: 100%;
  max-width: 1200px; /* Reduce from 1200px */
  filter: drop-shadow(0 0 0.5rem rgba(255, 250, 223, 0.6));
  height: auto;
}
.hero-bottom {
  display: flex;
  margin-top: 0px;
  top: 0%;
  margin: 1%;
  justify-content: space-between;
  font-size: 22px;
  color: #ffffff;
  font-family: 'Inconsolata', sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
@media (max-width: 700px) {
  .hero-content {
    padding: 0 2vw;
  }
  .hero-content .catchphrase {
    font-size: 1rem;
    margin-top: 1.2rem;
    margin-bottom: 1.1rem;
  }
  .hero-content h1 {
    font-size: 1.45rem !important;
    margin: 1.1rem 0 0.5rem 0 !important;
    padding: 6px 0 !important;
  }
  .mainimage {
    max-width: 95vw !important;
    width: 95vw !important;
    margin: 0 auto 1rem auto !important;
    filter: drop-shadow(0 0 6px #fff3) !important;
  }
  .hero {
    padding-top: 54px !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    border-width: 0 0 1.5px 0;
  }
}



/*--------------------------------------------------*/
/* Intro Area */
/*--------------------------------------------------*/

/* Intro explaining area */
.intro-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
  background: #000000 url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' fill='none' stroke='rgba(221,221,221,0.35)' stroke-width='0.23'/%3E%3C/svg%3E") repeat;
  background-size: 50px;
  background-color: #000;
  padding: 1rem 2rem;
  text-align: center;
  padding-bottom: 70px;
}

.headerside {
padding-left: 7rem !important; 
}

.intro-split {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: nowrap;
  padding: 2rem 1rem;
}

.intro-image img {
  width: 100%;
  max-width: 600px;
  object-fit: contain;
  border-radius: 12px;
}

.intro-text {
  flex: 1;
  max-width: 900px;
  padding: 0; /* Optional to reset spacing */
  text-align: left;
  margin: 0 0 1rem 0;
  overflow: hidden;
}
.intro-text h4{
  flex: 1;
  max-width: 900px;
  text-align: left;
  margin: 3rem 3rem 3rem 3rem;
  overflow: hidden;
}


.button-outline-glow {
  display: block;
  background: transparent;
  border: 1px solid #fff;
  max-width: 300px;
  border-radius: 8px;
  padding: 1rem 2.5rem;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none;
  margin: 1rem 3rem; /* centers the button horizontally */
}

.button-outline-glow:hover,
.button-outline-glow:focus {
  box-shadow: 0 0 12px 6px rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #fff;
}
/* Desktop: show h1, hide mobile text */
.intro-mobile-text { display: none; }
.intro-desktop-text { display: inline; }

@media (max-width: 700px) {
    .intro-desktop-text { display: none !important; }
  .intro-mobile-text { 
    display: block !important;
    font-size: 1.08rem;
    text-align: center;
    margin: 0 auto 18px auto;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
  }
  .intro-split {
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 0 0 0 !important;
    align-items: center !important;
  }
  .intro-image {
    width: 100vw !important;
    max-width: 78vw !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .intro-image img {
    width: 96vw !important;
    max-width: 310px !important;
    height: auto !important;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
  }
.intro-text {
    text-align: center !important;
    margin: 0 auto 20px auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    
  }
  .intro-text h1,
  .intro-text .headerside {
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto !important;
    display: block;
    font-size: 50px;
  }
  .intro-text h4 {
    font-size: 1.2rem !important;
    margin: 10px 0 15px 0 !important;
    text-align: left !important;
  }
  .button-outline-glow {
    margin: 1rem 0 !important;
    width: 100%;
    max-width: 370px;
    font-size: 1.13rem;
    padding: 1rem 0.8rem !important;
  }
}
/*--------------------------------------------------*/
/* Seperations */
/*--------------------------------------------------*/

.separation{
  background: #ffffff ;
  padding: 1rem;
  font-style: normal;
  max-width: 100%;
  overflow: hidden;
  filter: drop-shadow(0 0 2rem rgba(255, 255, 255, 0.6));
}
.separation h1{
text-align: center;
  font-family: 'HelveticaBold', Arial, sans-serif;
  color: #000;
  font-weight: 700;
  letter-spacing: 4px;
}
.separation h3{
text-align: center;
  color: #000000;

}
.separation span{
  color: #000;
}

/* Seperation 2 inverse colors */
.separation2{
  background: #000000 ;
  padding: 1rem;
  font-style: normal;
  max-width: 100%;
  overflow: hidden;
  filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.6));
}
.separation2 h1{
text-align: center;
  color: #ffffff;
}
.separation2 h3{
text-align: center;
  color: #ffffff;
}

/* ==========================================================================
   #2 Solvable Pains
   ========================================================================== */


/* Material Symbols Outlined: keep only what's necessary */
.material-symbols-outlined {
  color: #000;
  text-shadow:
    0 2px 0 #ffffff,
    0 6px 20px #ffffff,
    0 0 8px #ffffff;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
}

/* Main section background and padding */
.core-struggles-section {
  background: #ffffff url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' fill='none' stroke='rgba(201,201,201,1.75)' stroke-width='0.23'/%3E%3C/svg%3E") repeat;
  padding: 30px 0;
  width: 100vw;
}

.core-struggles-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.core-struggles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-bottom: 56px;
}

/* Struggle Card */
.struggle-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  width: 240px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px 28px 20px;
  box-sizing: border-box;
  text-align: center;
  transition: box-shadow 0.18s cubic-bezier(.33,1.2,.5,1), transform 0.18s cubic-bezier(.33,1.2,.5,1);
  position: relative;
  overflow: visible; /* For floated icons */
}
.struggle-card:hover,
.struggle-card:focus-within {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.13), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* Floated Icon at Top Center */
.struggle-icon-top {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.struggle-icon-top .material-symbols-outlined {
  font-size: 70px;
  background: transparent;
  line-height: 1;
}

/* Struggle title & description */
.struggle-title {
  line-height: 95%;
  color: #000;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 6px;
  letter-spacing: 0.1px;
  /* color removed: inherits white from global */
}

.struggle-desc {
  font-size: 19px;
  color: #131313;
  font-weight: 400;
  margin: 0;
  line-height: 1.55;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  word-break: break-word;
  text-align: center;
}

/* CTA Link */
.core-struggles-cta-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.core-struggles-cta {
  text-decoration: underline 1px solid #000000;
  text-underline-offset: 5px;
  font-size: 18px;
  font-weight: 400;
  padding: 3px 0;
  transition: color 0.15s, text-decoration-color 0.15s;
  cursor: pointer;
  /* color: #fff; is inherited globally */
}
@media (max-width: 700px) {
  .core-struggles-section {
    padding: 16px 0;
  }
  .core-struggles-container {
    padding: 0 1vw;
  }
  .core-struggles-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    width: 80%;
    margin: 0 auto;
    justify-items: center;
    align-items: start;
  }
  .struggle-card {
    width: 92vw;         /* 46vw * 2 + 8px gap = ~100vw */
    max-width: 165px;    /* 30% smaller than your desktop 210px */
    min-width: 90px;
    height: auto;
    padding: 12px 2px 12px 2px;
    min-height: 120px;
    margin: 0;
    box-sizing: border-box;
  }
  .struggle-icon-top .material-symbols-outlined {
    font-size: 49px !important; /* 30% smaller than your original 70px */
  }
  .struggle-title {
    font-size: 23px;
  }
  .struggle-desc {
    font-size: 13px;
    padding: 0 3px;
  }
}

/* ==========================================================================
   #3 Course Information
   ========================================================================== */

/* ========================================================================== 
   #3 Course Information 
   ========================================================================== */


/* ==========================================================================
   #4 Social Proof
   ========================================================================== */



/* ==========================================================================
   #5 HMAM
   ========================================================================== */
/* ===========================
   HMAM Section (Optimized)
   =========================== */
.hmam-deepdive-section {
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='rgba(60,60,60,0.04)' stroke-width='2'%3E%3Cpath d='M0 40L40 0'/%3E%3Cpath d='M-10 30L10 10'/%3E%3Cpath d='M30 50L50 30'/%3E%3C/g%3E%3C/svg%3E");
  width: 100vw;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 56px 0;
}

.hmam-deepdive-title {
  color: #000;
  text-transform: uppercase;
  font-family: 'HelveticaBold', Arial, sans-serif;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.06em;
}

.hmam-deepdive-desc,
.hmam-closing-paragraph {
  color: #000;
  text-align: center;
  font-size: 1.15rem;
  max-width: 620px;
  margin: 0 auto 42px auto;
  line-height: 1.65;
  padding-left: 40px;
  padding-right: 40px;
}

.hmam-deepdive-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin: 0 auto 46px auto;
  max-width: 1100px;
  width: 100%;
}
.hmam-deepdive-filter {
  background: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  flex: 1 1 175px;
  max-width: 210px;
  text-align: center;
  padding: 26px 15px 20px 15px;
  box-shadow: 0 7px 0 #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hmam-deepdive-filter img,
.hmam-filter-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 13px;
}
.hmam-filter-title {
  color: #000;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 6px;
}
.hmam-filter-desc {
  color: #181818;
  font-size: 1.01rem;
  font-weight: 400;
  margin-bottom: 0;
}

.hmam-math-equation {
  font-size: 1.12rem;
  max-width: 98vw;
  overflow-x: auto;
  text-align: center;
  margin: 0 auto 18px auto;
  padding: 0 2vw;
  word-break: break-all;
}

/* Profile (Name/Country/Job) & Vignette */
.hmam-vignette-profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto 8px auto;
  max-width: 900px;
  width: 100%;
  padding-left: 8px;
}
.hmam-profile-name {
  font-size: 1.14rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 3px;
}
.hmam-profile-details {
  display: flex;
  gap: 22px;
  font-size: 1.02rem;
  color: #222;
}
.hmam-profile-country { font-weight: 500; color: #333; }
.hmam-profile-job { font-style: italic; color: #444; }

.hmam-vignette-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  max-width: 900px;
  margin: 38px auto 0 auto;
  width: 100%;
}
.hmam-vignette-img {
  width: 220px;
  min-width: 120px;
  height: 170px;
  object-fit: cover;
  border-radius: 13px;
  border: 2px solid #000;
  background: #eee;
}
.hmam-vignette-caption {
  flex: 1;
  color: #fff;
  font-size: 1.09rem;
  text-align: left;
  font-weight: 500;
  background: #131313;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: 12px;
  border: 3px solid #000;
  min-width: 130px;
}

/* Fun Fact Box */
.hmam-funfact-box {
  background: #fff;
  border: 2px solid #000;
  border-radius: 22px;
  max-width: 580px;
  margin: 50px auto 10px auto;
  box-shadow: 0 0px 30px #fff;
  padding: 0 0 18px 0;
}
.hmam-funfact-title {
  font-size: 1.11rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  padding: 15px 0 9px 0;
}
.hmam-funfact-content {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 24px;
}
.hmam-funfact-img {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hmam-funfact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  border: 1.5px solid #000;
}
.hmam-funfact-text {
  flex: 1 1 0;
  color: #111;
  text-align: left;
  font-size: 0.99rem;
  padding: 0;
}
.hmam-funfact-text h4 {
  color: #000;
  font-size: 1.07rem;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 0;
}
.hmam-funfact-text p {
  color: #222;
  font-size: 1.01rem;
  margin: 0;
  line-height: 1.5;
}
.hmam-funfact-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  justify-content: center;
  margin-top: 8px;
}

/* Studies button */
.white-glow-top {
  width: 100%;
  height: 66px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.68) 55%, rgba(255,255,255,0.0) 100%);
  filter: blur(0.5px);
  border: none;
  margin-bottom: -4px; /* Negative margin for seamless blend if needed */
  z-index: 2;
  pointer-events: none;
}

.hmam-studies-button {
  display: inline-block;
  padding: 11px 28px;
  background: #000;
  color: #fff;
  font-size: 1.11rem;
  font-weight: 700;
  border: none;
  border-radius: 20px;
  letter-spacing: 0.07em;
  text-align: center;
  text-decoration: none;
  transition: background 0.17s, color 0.17s, box-shadow 0.15s;
  box-shadow: 0 3px 0 #0002;
  cursor: pointer;
  margin-top: 17px;
}
.hmam-studies-button:hover,
.hmam-studies-button:focus {
  background: #222;
  color: #fff;
  box-shadow: 0 2px 0 #0005;
  outline: none;
}
.hmam-funfact-box {
  background: #fff;
  border: 2px solid #000;
  border-radius: 22px;
  max-width: 580px;
  margin: 50px auto 10px auto;
  box-shadow: 0 0px 30px #fff;
  padding: 0 28px 18px 28px;  /* <-- left/right padding added here */
}
.hmam-img {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 32px auto;
  height: auto;
}
@media (max-width: 700px) {
  .hmam-img {
    max-width: 96vw;
    width: 96vw;
    min-width: 0;
  }
}
@media (max-width: 700px) {
  .hmam-funfact-box {
    max-width: 97vw;
    margin: 10px auto 8px auto;
    padding: 0 7vw 3px 7vw; /* responsive left/right padding for mobile */
  }
}
/* --- Responsive --- */
@media (max-width: 900px) {
  .hmam-deepdive-filters { gap: 13px; }
  .hmam-vignette-row { flex-direction: column; gap: 16px; align-items: flex-start; }
  .hmam-vignette-img { width: 95vw; min-width: 80px; height: 130px; margin: 0 auto; }
  .hmam-vignette-caption { padding: 10px 4vw; margin-left: 0; min-width: 0; width: 96vw; }
}

@media (max-width: 700px) {
  .hmam-deepdive-filters {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    justify-items: center;
    width: 98vw;
    max-width: 99vw;
    margin: 0 auto 22px auto;
  }
  .hmam-deepdive-filter {
    width: 42vw;
    max-width: 230px;
    min-width: 120px;
    aspect-ratio: 1/1; /* Perfect square! */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 5px;
    box-sizing: border-box;
    font-size: 1rem;
  }
  .hmam-filter-title {
    font-size: 1.02rem;
    margin-bottom: 5px;
  }
  .hmam-filter-desc {
    font-size: 0.91rem;
  }

}

/* Small screens: Stack fun fact row */
@media (max-width: 500px) {
  .hmam-funfact-row { flex-direction: column; align-items: center; gap: 7px; }
  .hmam-funfact-img { width: 30px; height: 30px; }
}


/* Studies / Scientific Backing */
.studies {
  background: #f3f3f3 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13' width='1' height='26' fill='rgba(0,0,0,0.07)'/%3E%3Crect y='13' width='26' height='1' fill='rgba(0,0,0,0.07)'/%3E%3C/svg%3E")!important;
}
.courseinfo-facts2 {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2px 0 0 0;
}
.courseinfo-fact2 {
  background: rgba(24, 24, 24, 0);
  border: 2px solid #000;
  border-radius: 17px;
  box-shadow: 0 2px 0 #0005;
  font-size: 1.07rem;
  font-weight: 600;
  padding: 13px 22px;
  color: #000;
  min-width: 165px;
  text-align: center;
  margin: 0 5px 13px 5px;
  letter-spacing: 0.5px !important;
}
.hmam-closing-paragraph {
  color: #000;
  font-size: 1.16rem;
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
  max-width: 560px;
  letter-spacing: 0.01em;
  line-height: 1.65;
}
.hmam-studies-button {
  display: inline-block;
  padding: 15px 38px;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  border-radius: 26px;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  transition: background 0.17s, color 0.17s, box-shadow 0.15s;
  box-shadow: 0 6px 0 #0002;
  cursor: pointer;
  margin-top: 22px;
}
.hmam-studies-button:hover,
.hmam-studies-button:focus {
  background: #222;
  color: #fff;
  box-shadow: 0 3px 0 #0005;
  outline: none;
}

/* Responsive (Mobile/Tablet) */
@media (max-width: 900px) {
  .hmam-deepdive-filters { gap: 13px; }
  .hmam-vignette-row { flex-direction: column; gap: 18px; align-items: flex-start; }
  .hmam-vignette-img { width: 99vw; min-width: 80px; height: 180px; margin: 0 auto; }
  .hmam-vignette-caption { padding: 12px 6vw; margin-left: 0; min-width: 0; width: 98vw; }
}

@media (max-width: 700px) {
  .hmam-funfact-content { flex-direction: column; gap: 18px; padding: 0 12px 0 12px; align-items: flex-start; }
  .hmam-funfact-img { width: 75px; height: 75px; margin: 0 auto; }
  .hmam-vignette-profile { padding-left: 2vw; }
  .hmam-profile-details { gap: 12px; font-size: 0.98rem; }

}
.hmam-math-equation {
  color: #000;
  max-width: 100vw;
  overflow-x: auto;
  text-align: center;
  margin: 0 auto 18px auto;
  padding: 0 2vw;
  /* Prevents scroll bars on parent */
  box-sizing: border-box;
}

/* Tighter for mobile */
@media (max-width: 700px) {
  .hmam-math-equation {
    max-width: 98vw;
    font-size: 0.65rem !important;
    padding: 0 1vw !important;
  }
  /* This directly targets the rendered MathJax output */
  .hmam-math-equation .mjx-chtml {
    font-size: 0.85rem !important;
    /* Prevents text from overflowing */
    word-break: break-word;
    white-space: normal !important;
  }
}

/* ==========================================================================
   #6 Roadmap
   ========================================================================== */


/* ==========================================================================
   #7 Demo
   ========================================================================== */



/* ==========================================================================
   #8 Creator
   ========================================================================== */

.about-creator-modern {
  background: #fff;
  width: 100vw;
  padding: 0px 0 20px 0;
  display: flex;
  justify-content: center;
}

.about-creator-modern-wrap {
  display: flex;
  align-items: flex-start;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  gap: 0; /* No gap, image aligns flush to the right edge on desktop */
  border-radius: 0;
}

.about-creator-modern-text {
  flex: 1;
  padding: 48px 48px 48px 70px;
  background: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-creator-modern-text h2 {
  font-size: 2.1rem;
  font-family: 'HelveticaBold', Arial, sans-serif;
  color: #000;
  margin-bottom: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.about-creator-modern-text p {
  color: #111;
  font-size: 1.16rem;
  line-height: 1.8;
  margin-bottom: 0;
}
.about-bold {
  font-weight: 700;
  color: #000;
  letter-spacing: 0.2px;
}

.about-creator-modern-img {
  flex: 1;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.about-creator-modern-img img {
  width: 100%;
  max-width: 420px;
  min-width: 240px;
  aspect-ratio: 1/1.08;
  object-fit: cover;
  border-radius: 0;
  background: #e0e0e0;
  box-shadow: 0 0 0 #0000;
  /* Matches the hard square crop from your reference */
}

/* Responsive for tablets/mobiles */
@media (max-width: 900px) {
  .about-creator-modern-wrap {
    flex-direction: column;
    align-items: center;
  }
  .about-creator-modern-text {
    padding: 40px 20px 30px 20px;
    text-align: left;
    align-items: flex-start;
  }
  .about-creator-modern-img {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
  .about-creator-modern-img img {
    max-width: 340px;
    min-width: 160px;
    aspect-ratio: 1/1.08;
  }
}




/* ==========================================================================
   #8.5 Mini Testimonial
   ========================================================================== */



.mini-testimonial-section {
  background-color: #000000; /* true black or very dark gray */
  background-image: url('images/inflicted.png');
  background-size: 220px 220px;
  background-repeat: repeat;


  width: 100vw;
  padding: 54px 0;
  display: flex;
  justify-content: center;
}

.mini-testimonial-inner {
  max-width: 390px;
  width: 95vw;
  background: #181818;
  border-radius: 28px;
  border: 2.2px solid #fff;
  box-shadow: 0 8px 0 #fff2;
  padding: 38px 32px 28px 32px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}



.mini-t-name {
  font-size: 1.23rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}

.mini-t-location {
  font-size: 1.01rem;
  color: #eee;
  font-style: italic;
  margin-bottom: 19px;
}

.mini-t-desc {
  font-size: 1.11rem;
  color: #fff;
  margin-bottom: 28px;
  font-weight: 400;
}

.mini-t-audio {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
}

.audio-play-btn {

  background: #fff;
  color: #000;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  box-shadow: 0 3px 0 #fff7;
  cursor: pointer;
  transition: background 0.15s;
}
.audio-play-btn span {
  color: #000 !important;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.audio-play-btn:hover,
.audio-play-btn:focus {
  background: #dedede;
}

.audio-progress-bar {
  background: #444;
  border-radius: 8px;
  width: 100%;
  max-width: 240px;
  height: 8px;
  margin-bottom: 4px;
  overflow: hidden;
}
.audio-progress {
  background: #fff;
  height: 100%;
  width: 0%;
  border-radius: 8px;
  transition: width 0.1s linear;
}
.audio-time {
  font-size: 0.96rem;
  color: #fff;
  margin-bottom: 2px;
  margin-top: 1px;
}

.mini-t-note {
  font-size: 0.98rem;
  color: #aaa;
  margin-top: 13px;
  font-style: italic;
  letter-spacing: 0.01em;
}


/* ==========================================================================
   #9 Offers
   ========================================================================== */

.platinum {
  position: relative;
  z-index: 0;
  background: linear-gradient(
    120deg,
    #f7fafd 0%,    /* soft light blue */
    #fafcff 15%,   /* pale gray */
    #ecf4ff 42%,   /* blueish platinum */
    #f4f8fb 55%,   /* off-white */
    #f2f7ff 70%   /* hint of blue */
  )!important;
  overflow: hidden;
  border: 3px solid #989ca7;
  box-shadow: 0 6px 32px 0 #6c708222, 0 0.5px 1px #fff;
  color: #181818;
}
.platinum::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 210%;
  height: 250%;
  left: -110%;
  top: -120%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 8%,
    rgba(255,255,255,0.7) 16%,
    rgba(180,210,250,0.13) 31%,
    rgba(255,255,255,0) 53%
  );
  filter: blur(30.5px);
  opacity: 0.37;
  animation: platinum-streak-move 4.3s cubic-bezier(.68,0,.49,1.06) infinite;
}
@keyframes platinum-streak-move {
  0%   { left: -80%; top: -70%; }
  45%  { left: 7%; top: 8%; }
  100% { left: 90%; top: 90%; }
}
.platinum::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0; top: 0; width: 100%; height: 100%;
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="80" height="80" xmlns="http://www.w3.org/2000/svg"><g opacity="0.4"><circle cx="10" cy="22" r="1.7" fill="white"/><circle cx="54" cy="8" r="2.6" fill="white"/><circle cx="34" cy="65" r="1.4" fill="white"/><circle cx="68" cy="52" r="2.3" fill="white"/><circle cx="29" cy="51" r="1.1" fill="white"/><circle cx="74" cy="18" r="1.7" fill="white"/></g></svg>');
  background-size: 80px 80px;
  background-repeat: repeat;
  opacity: 0.44;
  mix-blend-mode: lighten;
  animation: platinum-sparkle-scroll 29s linear infinite;
}
@keyframes platinum-sparkle-scroll {
  0%   { background-position: 0 0, 0 0;}
  100% { background-position: 0 180px, 0 360px;}
}


.gold {
  position: relative;
  z-index: 0;
  background: linear-gradient(
    120deg,
    #fdfaf6 0%,     /* off-white */
    #fcf7ea 15%,    /* very pale gold */
    #f7ecd0 35%,    /* light cream gold */
    #f3ead7 55%,    /* very light beige */
    #f8f4e7 72%,    /* pale gold highlight */
    #ece9da 100%    /* warm platinum */
  ) !important;
  overflow: hidden;
  border: 3px solid #ede5c9;
  box-shadow: 0 6px 32px 0 #eee7ce44, 0 0.5px 1px #fffbe7;
  color: #95814d;
}

.silver {
  position: relative;
  z-index: 0;
  background: linear-gradient(
    120deg,
    #fcfdff 0%,      /* nearly white */
    #f3f6fa 19%,     /* very light silver */
    #e9ecf1 22%,     /* soft silver highlight */
    #f7f9fb 38%,     /* gentle white shine band */
    #e6e9ef 68%,     /* light silver */
    #f9fafc 100%     /* off-white edge */
  ) !important;
  overflow: hidden;
  border: 2.5px solid #e7eaf0;
  color: #20242a;
}

.bronze {
  position: relative;
  z-index: 0;
  background: linear-gradient(
    120deg,
    #fdfaf7 0%,      /* off-white */
    #f8f3ed 18%,     /* very light bronze */
    #f2e7d7 39%,     /* hint of bronze/champagne */
    #f9f5ec 56%,     /* almost white highlight */
    #f2e7d7 78%,     /* soft warmth again */
    #fdfaf7 100%     /* off-white */
  ) !important;
  overflow: hidden;
  border: 2.5px solid #e5dac6;
  box-shadow: 0 6px 32px 0 #ede3d044, 0 0.5px 1px #f9f3ec;
  color: #8c7356;
}
/*********** PRODUCT GRID & CARDS ************/
.product-grid-v2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;   /* <-- THIS IS THE KEY! */
  gap: 38px;
  margin: 0 auto 54px auto;
  max-width: 2200px;
  width: 100%;
}
.product-card-v2 {
  flex: 1 1 480px;         /* Flexible width, min 380px */
  max-width: 520px;        /* Responsive max width */
  min-width: 325px;
  width: 100%;
  margin: 24px 8px;
  background: #f7fbff;
  border-radius: 28px;
  border: 2.5px solid #dde7f3;
  box-shadow: 0 12px 38px 0 #a0b6e11a, 0 2px 10px 0 #eaeaea38;
  color: #233049;
  padding: 40px 38px 36px 38px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: 'Montserrat', 'HelveticaCustom', Arial, sans-serif;
  /* No height or min-height set, so the card grows with content */
}


.product-card-v2 .product-tier {
  font-size: 1.16rem;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  color: #4e5b77;
  font-weight: 800;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.product-card-v2 .product-title-v2 {
  font-size: 2.45rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 900;
  color: #121d31;
  margin: 12px 0 18px 0;
  width: 100%;
  text-align: center;
}

.product-card-v2 .product-price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 13px;
  margin-bottom: 8px;
  width: 100%;
}

.product-card-v2 .old-price {
  text-decoration: line-through;
  color: #6e737e;
  font-size: 1.09rem;
  font-weight: 500;
}

.product-card-v2 .current-price {
  font-weight: 800;
  color: #233677;
  font-size: 1.37rem;
  margin-right: 3px;
}

.product-card-v2 .save-badge {
  background: #e3f6c6;
  color: #679d2d;
  border-radius: 10px;
  font-size: 1.04rem;
  padding: 4px 15px;
  font-weight: 700;
  margin-left: 3px;
}

.product-card-v2 .payment-plan {
  font-size: 1.15rem;
  color: #212f42;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  width: 100%;
  text-align: center;
}

.product-card-v2 .product-desc-v2 {
  font-size: 1.19rem;
  color: #2b3950;
  font-weight: 400;
  margin: 0 0 22px 0;
  width: 100%;
  max-width: 540px;
  text-align: center;
  line-height: 1.6;
}

/* Tools section */
.tools-title {
  margin-top: 13px;
  margin-bottom: 9px;
  font-size: 1.28rem;
  font-weight: 800;
  color: #1d243a;
  letter-spacing: 0.05em;
}

.tools-icon-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 28px;
  width: 100%;
  margin-bottom: 20px;
}

.tools-icon-row > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 104px;
  max-width: 118px;
  padding: 12px 7px 8px 7px;
  border-radius: 19px;
  background: #fafdff;
  border: 1.6px solid #d8e3f6;
  box-shadow: 0 3px 12px #b1d2f926;
  margin: 0 4px 5px 4px;
  font-size: 1.07rem;
  color: #31405d;
  font-weight: 600;
  text-align: center;
  transition: box-shadow 0.17s, border-color 0.17s;
}

.tools-icon-row > div:hover {
  box-shadow: 0 8px 24px #bfd7ff66;
  border-color: #b6cdfb;
  background: #eef6fb;
}

.tools-icon-row .material-symbols-outlined {
  font-size: 2.36rem;
  color: #284b83;
  margin-bottom: 2px;
  display: block;
}

.tools-icon-row span {
  display: block;
  max-width: 95px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.14;
  font-weight: 500;
  color: #32405a;
  word-break: break-word;
  white-space: normal;
}

/* Main Focus Pills */
.focus-section {
  margin-top: 10px;
  width: 100%;
}

.focus-title {
  text-align: center;
  font-size: 1.28rem;
  font-weight: 800;
  color: #1d243a;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}

.focus-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
  justify-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 540px;
}

.focus-list li {
  background: #e8f3ff;
  color: #203050;
  border-radius: 5px;
  padding: 3px 8px;
  font-weight: 500;
  font-size: 1.02rem;
  box-shadow: 0 1.5px 7px #d2e6ff12;
  border: 1.2px solid #c2d3f6;
  text-align: center;
  min-width: 0;
  width: 100%;
  margin: 0;
  line-height: 1.3;
  white-space: normal;
  word-break: break-word;
  transition: background 0.18s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.focus-list li:hover {
  background: #d9ebff;
  border-color: #a1c2f6;
}


/* Add to Cart Button */
.add-to-cart-btn-v2 {
  display: block;
  background: #3c63ec;
  color: #fff;
  border: none;
  border-radius: 16px;
  font-size: 1.26rem;
  font-weight: 800;
  padding: 16px 0;
  width: 90%;
  max-width: 330px;
  margin: 34px auto 16px auto;
  box-shadow: 0 7px 0 #2c368a1f;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: background 0.18s, box-shadow 0.19s;
}
.add-to-cart-btn-v2:hover,
.add-to-cart-btn-v2:focus {
  background: #2345a2;
  box-shadow: 0 12px 32px #7498ff38;
}

.policy-row {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin: 7px 0 12px 0;
}
.policy-row > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.03rem;
  color: #1d243a;
}
.policy-row .material-symbols-outlined {
  font-size: 2.1rem;
  color: #294f81;
  margin-bottom: 3px;
}
.policy-row div {
  color: #31405d;
  font-weight: 600;
  font-size: 1rem;
}
.faq-dropdowns details summary {
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 600;
  color: #223248;
  margin: 11px 0 3px 0;
}
.faq-dropdowns details[open] summary {
  color: #446cff;
}
.faq-dropdowns details div {
  color: #212f42;
  font-size: 1rem;
  font-weight: 400;
  background: #f2f6fc;
  border-radius: 9px;
  padding: 10px 19px;
  margin-bottom: 9px;
  margin-top: 3px;
  text-align: left;
}

@media (max-width: 700px) {
  .product-card-v2 {
    max-width: 98vw;
    min-width: 0;
    padding: 14vw 2vw 7vw 2vw;
    margin: 17px auto;
  }
  .focus-list {
    grid-template-columns: 1fr;
    max-width: 100vw;
  }
  .tools-icon-row {
    gap: 10px 5vw;
  }
}




/* ==========================================================================
   #10 Guarantee
   ========================================================================== */
.guarantee-section {
  background: #fff;
  width: 100vw;
  padding: 56px 0 56px 0;
  text-align: center;
}

.guarantee-container {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.guarantee-icon .material-symbols-outlined {
  font-size: 58px;
  color: #111;
  margin-bottom: 8px;
}

.guarantee-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.guarantee-desc {
  font-size: 1.15rem;
  color: #181818;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto;
}

.guarantee-desc b {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.2px;
}

@media (max-width: 600px) {
  .guarantee-section { padding: 34px 0 36px 0; }
  .guarantee-title { font-size: 1.4rem; }
  .guarantee-desc { font-size: 1rem; }
  .guarantee-icon .material-symbols-outlined { font-size: 44px; }
}
@media (max-width: 700px) {
  .guarantee-desc {
    padding-left: 6vw;
    padding-right: 6vw;
    box-sizing: border-box;
  }
}


/* ==========================================================================
   #11 FAQ
   ========================================================================== */

#faq-section,
#faq-section *,
.faq-item,
.faq-question,
.faq-answer,
.faq-caret {
  text-shadow: none !important;
  box-shadow: none !important;
  filter: none !important;
}
#faq-section {
  background: #000;
  color: #fff;
  padding: 10px 0 90px 0;
  width: 100vw;
}
.faq-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.faq-accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.faq-item {
  background: #0a0a0a;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 20px;
  box-shadow: none;
  transition: box-shadow 0.19s;
}


.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  cursor: pointer;
  padding: 24px 32px;
  border-radius: 20px;
  transition: background 0.18s;
  text-align: left;
}
.faq-caret {
  color: #fff;
  opacity: 0.7;
  font-size: 28px;
  transition: transform 0.3s;
}
.faq-item.open .faq-caret {
  transform: rotate(180deg);
  opacity: 1;
  box-shadow: none !important;
}

.faq-answer {
  display: none;
  color: #BFBFBF;
  font-size: 17px;               /* Larger answer text */
  padding: 0 32px 0 32px;        /* No bottom padding by default */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(.46,.03,.52,.96), padding 0.2s;
  line-height: 1.7;
  box-shadow: none !important;
}

.faq-item.open .faq-answer {
  display: block;
  max-height: 600px;
  padding: 0 32px 24px 32px;     /* Add bottom padding when open */
  box-shadow: 0 0 12px 0 rgba(0,228,255,0.12) inset;
}

/* Responsive */
@media (max-width: 700px) {
  #faq-section { padding: 70px 0 60px 0; }
  .faq-container { padding: 0 5vw; }
  .faq-question { font-size: 16px; padding: 19px 16px; }
  .faq-answer { font-size: 14px; padding: 0 16px 16px 16px; }
}


/* Sticky CTA Bar */
#sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 72px;
  background: #000;
  border-top: 1px solid #00E4FF25;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
#sticky-cta.sticky-cta-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#sticky-cta.sticky-cta-hidden {
  display: none !important;
}

/* Inner flex layout */
.sticky-cta-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 720px;
  justify-content: center;
  position: relative;
}

/* Primary CTA button */
.sticky-cta-btn {
  border: 2px solid #fff;
  background: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 9999px;
  padding: 14px 36px;
  cursor: pointer;
  outline: none;
  transition: 
    background 0.15s, 
    color 0.15s, 
    box-shadow 0.15s,
    border-color 0.15s;
  box-shadow: 0 0 0 #00E4FF00;
  font-family: inherit;
}
.sticky-cta-btn:hover, .sticky-cta-btn:focus {
  background: #fff;
  color: #000;
  box-shadow: 0 0 12px rgba(0,228,255,0.35);
  border-color: #fff;
}

/* Secondary text link */
.sticky-cta-link {
  color: #CFCFCF;
  font-size: 16px;
  text-decoration: none;
  transition: text-decoration 0.13s;
  font-weight: 500;
}
.sticky-cta-link:hover, .sticky-cta-link:focus {
  text-decoration: underline;
}

/* Dismiss X icon */
.sticky-cta-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #777;
  cursor: pointer;
  user-select: none;
  padding: 0 6px;
  transition: color 0.16s;
}
.sticky-cta-close:hover { color: #00E4FF; }

/* Mobile responsiveness */
@media (max-width: 700px) {
  #sticky-cta { height: 64px; }
  .sticky-cta-inner { gap: 16px; max-width: 98vw; }
  .sticky-cta-btn { padding: 12px 22px; font-size: 16px; }
  .sticky-cta-link { font-size: 15px; }
}

@media (max-width: 500px) {
  .sticky-cta-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0 8px;
  }
  .sticky-cta-btn {
    width: 100%;
    min-width: 0;
    font-size: 15px;
    padding: 10px 0;
    margin-bottom: 8px;
  }
  .sticky-cta-link {
    margin-bottom: 0;
    margin-top: 8px;
  }
  .sticky-cta-close {
    top: 12px;
    right: 12px;
    transform: none;
  }
}

.site-footer {
  background: #111;
  padding: 38px 0 18px 0;
  color: #fff;
  width: 100vw;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer-logo img {
  height: 48px;
  margin-bottom: 8px;
}

.footer-links {
  display: flex;
  gap: 32px;
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
  opacity: 0.85;
  transition: opacity 0.16s;
}

.footer-links a:hover,
.footer-links a:focus {
  opacity: 1;
  text-decoration: underline;
}

.footer-copy {
  color: #bbb;
  font-size: 0.97rem;
  text-align: center;
  margin-top: 6px;
}