/* RESET */
html, body{
  height: 100%;
  overflow-x: hidden;
  font-family: "Poppins";
  
}
body {
  background: url("./assets/background/FAQS_BG.png") no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
  min-height: 100%;
}



/* =========================
   HEADER (TRUE OVERLAY)
========================= */
.header-bg{
  width: 100%;
  height: var(--headerBgH);
  background-image: url("./assets/header-menu-carousel/NAVIGATION\ BAR.png");
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}

.header-bg a,
.header-bg button{
  pointer-events: auto;
}

.reel-section {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
  z-index: 1;
    min-height: 1200px; /* 🔥 MUST be taller than the offset */
}

.reel-container {
  display: flex;
  justify-content: center;
}

.reel-image {
  width: 100%;
  max-width: 1950px;
  height: auto;
   margin-top: -800px;
  will-change: transform;
  position: relative;

}
/* ============================= */
/* TABLET & MOBILE */
/* ============================= */

@media (max-width: 1024px) {
  .reel-section {
    min-height: 900px;
  }

  .reel-image {
    max-width: 1400px;
    margin-top: -550px;
  }
}

@media (max-width: 768px) {
  .reel-section {
    min-height: 700px;
    padding-bottom: 24px;
  }

  .reel-image {
    max-width: 100%;
    margin-top: -400px;   /* 🔥 much smaller offset */
  }
}

@media (max-width: 480px) {
  .reel-section {
    min-height: 550px;
  }

  .reel-image {
    margin-top: -300px;
  }
}
/* ================= GRID BACKGROUND IMAGE ================= */
.grid-bg {
  width: 100%;
  display: block;
}


/* ================= TITLE OVERLAY (DESKTOP DEFAULT) ================= */
/* ================= CONTAINER ================= */
.sticky-grid {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: min(90vh, 900px);
  pointer-events: none;
}

/* ================= BACKGROUND IMAGE ================= */
.plan-bg {
  width: 100%;
  height: auto;
  display: block;
}

/* ================= TITLE OVERLAY ================= */
.grid-title {
  position: absolute;
  left: 30%;
  top:40%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
}

.grid-title img {
  max-width: 170%;
  height: auto;
}

/* ================= FADE DOWN ANIMATION ================= */
.fade-down {
  animation: fadeDown 1.2s ease-out forwards;
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translate(-50%, -70%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

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

@media (max-width: 768px) {
  .sticky-grid {
    height: 45vh; /* reduce empty space */
  }

  .grid-title {
    top: 100%;              /* 🔥 move title UP */
    left: 50%;
    width: 100%;
    transform: translate(-55%, -50%);
    text-align: center;
  }

  .grid-title img {
    max-width: 150%;
  }
  .plan-bg{
    height: 25vh;
  }
}
@media (max-width: 480px) {
  .grid-title {
    top: 35%;              /* ⬆ even higher */
  }

  .grid-title img {
    max-width: 100%;
    transform: translateY(-20%);
  }
}
@media (max-width: 768px) {
  .fade-down {
    animation: fadeDownMobile 0.9s ease-out forwards;
  }

  @keyframes fadeDownMobile {
    0% {
      opacity: 0;
      transform: translate(-50%, -60%);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.about-mettacity-section {
   padding: 0 0 80px;
  position: relative;
  z-index: 5;
}

.about-mettacity-header img {
  margin-left: -20%;
  width: 680px;
  max-width: 140%;
}

.about-mettacity-header {
  left: -20%;
  margin-top: -2200px;
  margin-bottom: 24px;
}
.about-mettacity-content {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* Text block */
.about-text-block {
  max-width: 820px;        /* headline width */
  text-align: center;
}

/* Headline */
.about-text-block h2 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.25;
  font-weight: 700;
  margin: 0 auto 16px;
}

/* Subtext */
.about-text-block p {
  font-family: "Poppins";
  max-width: 560px;        /* narrower than headline (IMPORTANT) */
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.02em;
  font-weight: 500;
}

/* Emphasis */
.about-text-block em {
  font-style: italic;
}
/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 768px) {

  /* Reduce spacing from reel */
  .about-mettacity-section {
    padding-top: 16px;
    padding-bottom: 60px;
  }

  /* Reset desktop positioning */
  .about-mettacity-header {
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
    top: 0;
  }

  .about-mettacity-header img {
    top: -12%;
    width: 100%;
    max-width: 300px;
    margin-left: 0;
  }

  .about-mettacity-content {
    margin-top: 24px;
  }

  .about-text-block {
    max-width: 100%;
    padding: 0 16px;
  }

  .about-text-block h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .about-text-block p {
    font-size: 14px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {

  /* Collapse the huge top gap */
  .about-mettacity-section {
    padding-top: 0;
    margin-top: -858px; /* pulls section up */
  }

  /* Kill desktop overlap completely */
  .about-mettacity-header {
    margin-top: 0 !important;
    margin-bottom: 12px;
  }

  .about-mettacity-header img {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  
}
@media (min-width: 1024px) {
  .about-mettacity-header {
    margin-top: -2200px;
  }
}
/* =========================
   MOBILE FADE DOWN (SCROLL)
========================= */
@media (max-width: 768px) {

  .fade-item {
    opacity: 0;
    transform: translateY(-24px);
    transition: opacity 0.8s ease,
                transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .fade-item.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================= FEATURE STRIP ================= */

.mettacity-features {
  margin-top: 7rem;
}

/* ================= FEATURE CARD ================= */

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.35s ease;
  cursor: pointer;

  /* Fade-down animation */
  opacity: 0;
  transform: translateY(-30px);
  animation: fadeBaba 0.9s ease forwards;
}

/* ================= ICON ================= */

.feature-card img {
  width: 180px;
  height: auto;
  margin-bottom: 0.3rem;
  transition: transform 0.35s ease, filter 0.35s ease;
}

/* ================= TEXT ================= */

.feature-card p {
  margin-top: 30px;         /* ⬅ spacing ABOVE text */
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1.11rem;
  line-height: 1.5;
}

/* ================= HOVER EFFECT ================= */

.feature-card:hover {
  transform: translateY(-6px);   /* subtle lift */
}

.feature-card:hover img {
  transform: scale(1.04);
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.25));
}


/* ============================= */
/* STATEMENT SECTION – TRUE CENTER */
/* ============================= */

.statement-section {
  position: relative;
  z-index: 10;
  padding-top: none;
  padding-bottom: 370px;
  background: transparent;
  opacity: 0;
  transform: translateY(-40px); /* fade DOWN */
  transition: opacity 0.8s ease, transform 0.8s ease;
}
/* WHEN VISIBLE */
.statement-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 🔥 REMOVE BOOTSTRAP SIDE OFFSET */
.statement-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* CENTER WRAPPER */
.statement-inner {
  max-width: 1100px;       /* wider = better optical center */
  margin: 0 auto;
  text-align: center;
}

/* EYEBROW */
.statement-eyebrow {
  margin-bottom: 16px;
  text-align: center;
  font-size: 30px;
}

/* 🔑 TRUE OPTICAL CENTER HEADING */
.statement-heading {
  display: inline-block;   /* shrink to text width */
  white-space: nowrap;
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  /* 🔥 OPTICAL ADJUSTMENT */
  transform: translateX(-1px);
}
.enter-button{
  margin-top: 50px;
  width: 250px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 425px) {
  html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
.plan-bg {
  height: 30vh;
}
.title-bg{
  margin-top: 50px;
}
.reel-image {
    height: 110vh;
    
}

.about-mettacity-section {
   transform: translateY(-90px);
}

/* Headline */
.about-text-block h2 {
  font-size: clamp(18px, 4vw, 44px);
}
.about-text-block p {
  font-size: 12px;
}
.mettacity-features {
  margin-top: 3rem;
}
.feature-card p {

  font-size: 15px;
}
.feature-card img {
  width: 150px;
  height: auto;
}


/* ============================= */
/* STATEMENT SECTION – TRUE CENTER */
/* ============================= */

.statement-section{
  margin-top: -100px;
}
/* EYEBROW */
.statement-eyebrow {
  margin-bottom: 16px;
  text-align: center;
  font-size: 15px;
}

/* 🔑 TRUE OPTICAL CENTER HEADING */
.statement-heading {
  font-size: 18px;
}
.enter-button{
  margin-top: 50px;
  width: 150px;
  height: auto;
}

}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .mettacity-features {
    grid-template-columns: repeat(2, auto);
    column-gap: 4rem;
    row-gap: 3rem;
  }
}

@media (max-width: 576px) {
  .mettacity-features {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}

/* ================= FADE DOWN KEYFRAMES ================= */
@keyframes fadeBaba {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ================= TAGLINE STRIP ================= */

.mettacity-tagline {
  width: 100vw;                 /* full viewport width */
  margin-top: 2rem;             /* space from features */
  margin-left: calc(-50vw + 50%); /* break out of container */
  overflow: hidden;
}

.mettacity-tagline img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .mettacity-tagline {
    margin-top: 1.5rem;                 /* tighter spacing */
    margin-left: 0;                     /* reset container breakout */
    width: 100%;
    padding: 0 12px;                    /* slight breathing room */
  }

  .mettacity-tagline img {
    width: 100%;
    max-width: 100%;
    border-radius: 14px;                /* soft edge on mobile */
  }
}
@media (max-width: 480px) {
  .mettacity-tagline {
    margin-top: 1.2rem;
    padding: 0 8px;
  }
}
@media (max-width: 375px) {
.statement-heading {
  font-size: 15px;
  font-weight: 800;
}
}



/* ============================= */
@media (min-width: 375px) and (max-width: 428px) {
  html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  .sticky-grid {
    height: 42vh;
  }

  .plan-bg {
    height: 32vh;
  }

  .grid-title {
    top: 100%;
    left: 50%;
    transform: translate(-55%, -50%);
  }

  .grid-title img {
    max-width: 145%;
  }

  .title-bg {
    margin-top: 50px;
  }

  .reel-section {
    min-height: 500px;
  }

  .reel-image {
    height: 100vh;
    margin-top: -280px;
  }

  .about-mettacity-section {
    transform: translateY(-90px);
    padding-bottom: 60px;
  }

  .about-mettacity-header {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .about-mettacity-header img {
    max-width: 260px;
  }

  .about-text-block h2 {
    font-size: 17px;
    line-height: 1.3;
  }

  .about-text-block p {
    font-size: 11px;
    line-height: 1.5;
  }

  .mettacity-features {
    margin-top: 2.5rem;
    gap: 2rem;
  }

  .feature-card img {
    width: 140px;
  }

  .feature-card p {
    font-size: 14px;
    margin-top: 25px;
  }

  .mettacity-tagline {
    margin-top: 1rem;
    padding: 0 10px;
  }

  .statement-section {
    margin-top: -100px;
    margin-bottom: 80px;
    padding-bottom: 250px;
  }

  .statement-eyebrow {
    font-size: 14px;
  }

  .statement-heading {
    font-size: 17px;
    white-space: normal;
  }

  .enter-button {
    width: 140px;
  }
}

/* iPhone 12 Pro Max, 13 Pro Max, 14 Plus (428px) */
@media (min-width: 426px) and (max-width: 428px) {
  .reel-image {
    height: 105vh;
  }

  .about-text-block h2 {
    font-size: 18px;
  }

  .about-text-block p {
    font-size: 12px;
  }

  .feature-card img {
    width: 150px;
  }

  .feature-card p {
    font-size: 15px;
  }

  .statement-heading {
    font-size: 18px;
  }
}


/* ================================================= */
/* TABLET MODE (768px and below) */
/* ================================================= */
@media (max-width: 768px) {
  .plan-bg {
    height: 40vh;
  }
  
  .reel-image {
    max-width: 100%;
    margin-top: -277px;
  }
  
  .grid-title img {
    max-width: 150%;
    margin-top: -400px;
  }
  
  .statement-inner {
    margin-bottom: 16px;
    text-align: center;
    font-size: 25px;
  }
  
  .statement-heading {
    display: inline-block;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    transform: translateX(-1px);
  }
  
  .footer-bg-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
    bottom: -60px !important;
  }
  
  .footer-logo {
    width: 400px !important;
    max-width: 32vw !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    margin-top: 125px !important;
  }
}
