/* ==== Hero Component Styles (with clamp) ==== */
.get-started {
  padding-top: var(--space-md);
  display: flex;
  justify-content: center;
}

#hero {
  padding: clamp(0.9rem, 2.5vw, 1.2rem);
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--bg-colour-1);
}

/* untouched glow styles */
.hero-glow-bg {
  content: '';
  position: absolute;
  bottom: -6rem;                                      
  transform: translateX(-50%);  
  width: 300px;
  height: 300px;                
  background: radial-gradient(
    circle,
    #00bfff80,
    transparent 70%
  );
  filter: blur(45px);
  z-index: 0;
  pointer-events: none;  
  animation: floatGlow 7s ease-in-out infinite;       
}

.hero-glow-bg-2 {
  content: '';
  position: absolute;
  top: -9rem;  
  right: -20rem;                                    
  transform: translateX(-50%);  
  width: 300px;
  height: 300px;                
  background: radial-gradient(
    circle,
    #00bfff80,
    transparent 70%
  );
  filter: blur(45px);
  z-index: 0;
  pointer-events: none;   
  animation: floatGlow2 8s ease-in-out infinite reverse;      
}

.hero-content {
  position: relative;
  z-index: 2;
  /* replaces 500px @768 and 700px @1024 */
  max-width: clamp(500px, 70vw, 700px);
  margin: 0 auto;
}

#hero div {
  padding-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

.main-title {
  /* replaces 3.4vw mobile and 2.2rem desktop */
  padding-bottom: var(--space-smmd);
  padding-top: clamp(5.5rem, 6vw, 7rem);
  text-align: left;
}

.hero-content p {
  text-align: left;
  margin-bottom: var(--space-smmd);
  opacity: 0.9;
  font-size: clamp(1rem, 1.2vw, 1.05rem);
}

.hero-content .about-sub {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  opacity: 0.9;
}

.pulse-glow {
  color: #00bfff;
  text-shadow: 0 0 8px rgba(0, 191, 255, 0.158);
  animation: pulseGlow 2.5s ease-in-out infinite;
}

.location-tag {
  display: flex;
  align-items: flex-start;
}

.location-tag p {
  margin: auto 0;
  font-size: clamp(0.8rem, 1.2vw, 0.9rem);
}

.location-tag .icon {
  margin-right: 0.3rem;
}

/* keep layout/media only */
@media screen and (min-width: 1024px) {
  /* untouched glow adjustments */
  .hero-glow-bg {
    bottom: -50%;
    width: 500px;
    height: 500px;
    filter: blur(60px)
  }

  .hero-glow-bg-2 {
    content: '';
    position: absolute;
    top: -9rem;  
    right: -30rem;                                    
    transform: translateX(-50%);  
    width: 500px;
    height: 500px;                
    background: radial-gradient(
      circle,
      #00bfff80,
      transparent 70%
    );
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;         
  }

  /* font-weight bump kept here to match your original behavior */
  .main-title {
    font-weight: 800;
  }

  .hero-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* ==== Hero Component End ==== */

/* ==== FAQ Page Layout (with categories) ==== */
/* ===== FAQ Section ===== */
/* (left unchanged exactly as provided by you) */
.faq-sec {
  margin: 0 auto;
  padding: 0.8rem;
  font-family: 'Inter', sans-serif;
  color: white;
  background: var(--bg-colour-1);
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: var(--space-lg);
  padding-top: var(--space-md);
}

.faq-heading {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: var(--space-md);
}
.faq-subtext {
  font-size: 1rem;
  text-align: left;
  max-width: 850px;
  margin-bottom: 2rem;
  opacity: 0.9;
  margin-left: auto;
  margin-right: auto;
}
.faq-item {
  border-radius: 5px;
  margin-bottom: 1.3rem;
  background: var(--bg-colour-1);
  border: 2px solid #5858588c;
  overflow: hidden;
  transition: border 0.3s;
}

.faq-question {
  display: flex; 
  justify-content: space-between; 
  align-items: center;
  width: 100%; 
  text-align: left; 
  background: none; 
  border: none;
  padding: 1rem; 
  font-size: 1.1rem; 
  color: var(--text-colour-1);
  font-weight: 500; 
  cursor: pointer;
}

.faq-question-text { 
  font-weight: 500; 
  font-size: clamp(1.1rem, 2vw, 1.3rem); 
  line-height: 150%;
}

.faq-toggle-icon { 
  font-size: 1rem; 
  transition: transform 0.3s; 
  color: var(--main-brand-blue); 
  padding-left: 4px; 
}

.faq-item.open .faq-toggle-icon { 
  transform: rotate(180deg); 
}

.faq-answer {
  height: 0; 
  padding: 0 1rem; 
  opacity: 0; 
  overflow: hidden; 
  pointer-events: none;
  transition: opacity 0.3s, padding 0.3s;
}

.faq-item.open .faq-answer { 
  height: auto; 
  opacity: 0.9; 
  padding: 0 1rem 1rem 1rem; 
}

.faq-list { 
  position: relative; 
  z-index: 3; 
  list-style: none; 
}

.faq-cta-box {
  border: 1px solid #1a1a1a; 
  border-radius: 5px; 
  padding: 1.5rem;
  margin-top: 3rem; 
  background: #111; 
  text-align: center;
}

.faq-cta-heading {
  font-size: 1.05rem; 
  margin-bottom: 1rem; 
  font-family: 'Poppins', sans-serif; 
  font-weight: 700;
}

.faq-cta-text { 
  color: #ccc; 
  margin-bottom: 1rem; 
}

@media screen and (min-width: 768px) {
  .faq-list { 
    margin: 0 auto; 
  }

  .faq-cta-box { 
    width: 600px; 
    margin-left: auto; 
    margin-right: auto; 
  }
}

@media screen and (min-width: 1024px) {
  .faq-cta-box { 
    width: 350px; 
    height: 200px; 
    margin-top: 0; 
  }

  .faq-con-inner { 
    display: flex; 
    justify-content: space-evenly; 
    max-width: 1020px; 
    margin-left: auto; 
    margin-right: auto; 
  }
}
/* ===== FAQ End ===== */

.faq-page-grid {
  max-width: clamp(720px, 92vw, 1020px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

/* Sidebar */
.faq-categories {
  background: var(--bg-colour-1);
  border: 2px solid var(--bg-colour-2);
  border-radius: 3px;
  padding: clamp(.9rem, 2.2vw, 1.1rem);
  margin-bottom: 2rem;
}

.faq-cat-title {
  margin: 0 0 1rem 0;
  opacity: .9;
}

.faq-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .5rem;
}

.faq-cat-btn {
  display: block;
  padding: .55rem .7rem;
  border-radius: 3px;
  text-decoration: none;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  color: var(--text-colour-1);
  background: var(--bg-colour-2);
  border: 1px solid var(--bg-colour-2);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.faq-cat-btn:hover {
  border-color: rgba(0,191,255,.4);
  box-shadow: 0 0 0 2px #00c3ff81;
}

.faq-cat-btn.active {
  background: #0b1720;
  border-color: rgba(0,191,255,.5);
  color: #fff;
}

/* Panels (right column) */
.faq-page-panels { 
  display: grid; 
  gap: 1rem; 
}

.faq-panel { 
  background: transparent; 
}

@media (min-width: 768px) {
  .faq-page-grid {
    grid-template-columns: 260px 1fr;
    align-items: start;
  }

  .faq-categories { 
    position: sticky; 
    top: 1.5rem; 
  }
}

.faq-panel[hidden] {
 display: none; 
}