/* =========================
   THE FUTURE
   PAGE ONLY
========================= */

.thefuture-page {
  background: #050505;
  color: #ffffff;
}

/* 전역 section 간격 무력화 */
.thefuture-page section + section {
  margin-top: 0;
}

/* =========================
   COMMON
========================= */

.thefuture-page .tf-section,
.thefuture-page .tf-hero,
.thefuture-page .video-cta,
.thefuture-page .tf-performer {
  position: relative;
}

.thefuture-page .tf-inner,
.thefuture-page .tf-hero-inner,
.thefuture-page .cta-inner {
  position: relative;
  z-index: 1;
}

.thefuture-page .tf-section {
  padding: 140px 5%;
  text-align: center;
}

.thefuture-page .tf-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* 공통 오버레이 */
.thefuture-page .tf-section::before,
.thefuture-page .tf-hero::before,
.thefuture-page .video-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 0;
}

/* =========================
   BACKGROUNDS
========================= */

.thefuture-page .tf-hero {
  background-image: url("../image/program/thefuture/aimagic-main.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thefuture-page .tf-intro,
.thefuture-page .tf-tech,
.thefuture-page .tf-sequence,
.thefuture-page .tf-onestop,
.thefuture-page .tf-why,
.thefuture-page .video-cta {
  background-image: url("../image/program/thefuture/space-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thefuture-page .tf-performer {
  padding: 160px 5%;
  background: url("../image/program/thefuture/performer-background.webp") center/cover no-repeat;
}

.thefuture-page .tf-performer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.38));
  z-index: 0;
}

/* =========================
   BLUE GRADIENT TEXT
========================= */

.thefuture-page .blue-gradient-text {
  background: linear-gradient(90deg, #00e0ff, #2d5bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* =========================
   HERO
========================= */

.thefuture-page .tf-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 5% 100px;
}

.thefuture-page .tf-hero-inner {
  max-width: 900px;
}

.thefuture-page .hero-script {
  opacity: 0.6;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 1rem;
  letter-spacing: 1px;
}

.thefuture-page .tf-hero h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 800;
  letter-spacing: 6px;
  line-height: 1;
  margin: 0;
}

.thefuture-page .hero-sub {
  margin-top: 25px;
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.8;
}

.thefuture-page .hero-sub-detail {
  max-width: 760px;
  margin: 28px auto 0;
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
  word-break: keep-all;
}

.thefuture-page .hero-age-guide {
  width: 520px;
  max-width: 90%;
  margin: 32px auto 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.3px;
  padding: 12px 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  text-align: center;
}

/* =========================
   INTRO / VIDEO
========================= */

.thefuture-page .tf-intro p:first-child {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #fff;
}

.thefuture-page .video-wrapper {
  margin-top: 60px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
}

.thefuture-page .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================
   TECH
========================= */

.thefuture-page .tf-tech-title {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 800;
  text-align: center;
  line-height: 1;
  margin-bottom: 70px;
}

.thefuture-page .tf-tech-title span {
  display: block;
}

.thefuture-page .tf-tech-title .tech-x {
  font-size: 0.6em;
  margin: 5px 0;
  letter-spacing: 0;
  color: #ffffff;
}

.thefuture-page .tf-tech-grid {
  max-width: 900px;
  margin: 0 auto;
}

.thefuture-page .tf-tech-item {
  padding: 40px;
  border-radius: 0;
  background: transparent;
  border: none;
  backdrop-filter: none;
  box-shadow: none;
}

.thefuture-page .tf-tech-item p {
  white-space: normal;
  line-height: 1.9;
  font-size: 1.05rem;
  color: #d8d8d8;
  word-break: keep-all;
  text-align: center;
}

.thefuture-page .highlight {
  background: linear-gradient(90deg, #f5c84c, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* =========================
   SEQUENCE
========================= */

.thefuture-page .tf-sequence {
  padding: 180px 5%;
}

.thefuture-page .tf-seq-title {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  letter-spacing: 8px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 120px;
  color: #4c8dff;
}

.thefuture-page .tf-seq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.thefuture-page .tf-seq-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  overflow: hidden;
  transition: 0.4s ease;
  backdrop-filter: blur(8px);
}

.thefuture-page .tf-seq-card:hover {
  border-color: rgba(0, 224, 255, 0.4);
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 224, 255, 0.18);
}

.thefuture-page .tf-seq-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.thefuture-page .tf-seq-text {
  padding: 25px;
}

.thefuture-page .part-label {
  font-size: 0.75rem;
  letter-spacing: 2px;
  opacity: 0.5;
  display: block;
  margin-bottom: 8px;
}

.thefuture-page .tf-seq-text h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.45;
  color: #fff;
  word-break: keep-all;
}

.thefuture-page .tf-seq-text p {
  font-size: 0.96rem;
  line-height: 1.75;
  color: #d8d8d8;
  word-break: keep-all;
}

.thefuture-page .part-sub {
  font-weight: 600;
  margin-top: 8px;
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.85;
  color: #cfd8ff;
  word-break: keep-all;
}

/* =========================
   ONE STOP
========================= */

.thefuture-page .tf-onestop {
  padding: 180px 5%;
  text-align: center;
}

.thefuture-page .tf-onestop::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.62));
}

.thefuture-page .tf-onestop-title {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 800;
  margin-bottom: 60px;
  color: #fff;
  line-height: 1.05;
}

.thefuture-page .tf-onestop-title span {
  display: block;
}

.thefuture-page .tf-onestop-content p {
  font-size: 1.3rem;
  color: #ddd;
  line-height: 1.8;
  margin-bottom: 30px;
  word-break: keep-all;
}

/* =========================
   WHY THE FUTURE
========================= */

.thefuture-page .tf-why {
  padding: 140px 5%;
  text-align: center;
}

.thefuture-page .tf-why-title {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 80px;
  background: linear-gradient(90deg, #00e0ff, #2d5bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thefuture-page .tf-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.thefuture-page .tf-why-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.4s ease;
}

.thefuture-page .tf-why-card:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 224, 255, 0.4);
}

.thefuture-page .tf-why-card h3 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.thefuture-page .tf-why-card p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
  word-break: keep-all;
}

/* =========================
   PERFORMER
========================= */

.thefuture-page .tf-performer-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

.thefuture-page .tf-performer-text {
  text-align: left;
}

.thefuture-page .tf-performer-title {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.05;
}

.thefuture-page .tf-performer-title span {
  background: linear-gradient(90deg, #00e0ff, #2d5bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thefuture-page .tf-performer-name {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #00e0ff;
}

.thefuture-page .tf-performer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.thefuture-page .tf-performer-list li {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #ccc;
  line-height: 1.6;
  word-break: keep-all;
}

/* =========================
   FINAL CTA
========================= */

.thefuture-page .video-cta {
  padding: 160px 5%;
  text-align: center;
}

.thefuture-page .video-cta::before {
  background: rgba(0, 0, 0, 0.42);
}

.thefuture-page .cta-inner {
  max-width: 900px;
  margin: 0 auto;
}

.thefuture-page .video-cta h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #fff;
}

.thefuture-page .video-cta p {
  font-size: 1rem;
  color: #b5b5b5;
  margin-bottom: 22px;
  line-height: 1.7;
  word-break: keep-all;
}

.thefuture-page .cta-highlight {
  color: #ffffff;
  font-weight: 600;
}

.thefuture-page .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 50px;
  padding: 0 34px;
  border: none;
  border-radius: 9999px;
  background: linear-gradient(90deg, #19d7f8 0%, #3a6cff 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  transition: 0.3s ease;
}

.thefuture-page .cta-button:hover {
  transform: translateY(-4px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 18px 40px rgba(45, 91, 255, 0.35);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .thefuture-page .tf-seq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .thefuture-page .tf-why-grid {
    grid-template-columns: 1fr;
  }

  .thefuture-page .tf-performer-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .thefuture-page .tf-performer-text {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .thefuture-page .tf-seq-grid {
    grid-template-columns: 1fr;
  }

  .thefuture-page .tf-onestop-content p {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .thefuture-page .tf-section,
  .thefuture-page .tf-sequence,
  .thefuture-page .tf-onestop,
  .thefuture-page .tf-performer,
  .thefuture-page .video-cta {
    padding: 110px 5%;
  }

  .thefuture-page .tf-hero {
    min-height: auto;
    padding: 140px 5% 90px;
    background-position: 80% top;
  }

  .thefuture-page .tf-tech-title {
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 0;
  word-break: keep-all;
}
.thefuture-page .tf-tech-title span {
  display: block;
  width: 100%;
}
  .thefuture-page .tf-hero-inner {
    max-width: 320px;
    margin: 0 auto;
  }

  .thefuture-page .hero-script {
    font-size: 0.95rem;
    margin-bottom: 14px;
  }

  .thefuture-page .tf-hero h1 {
    font-size: 3.2rem;
    line-height: 0.95;
    letter-spacing: 2px;
  }

  .thefuture-page .hero-sub {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.7;
    word-break: keep-all;
  }

  .thefuture-page .hero-sub-detail {
    font-size: 0.96rem;
    line-height: 1.9;
  }

  .thefuture-page .hero-age-guide {
    width: 100%;
    font-size: 0.84rem;
    line-height: 1.6;
    padding: 12px 16px;
  }

  .thefuture-page .tf-tech {
    padding: 100px 6%;
  }
.thefuture-page .tf-seq-title {
  font-size: 3em;
  letter-spacing: 1px;
  line-height: 1.05;
  word-break: keep-all;
}
  .thefuture-page .tf-tech-grid {
    max-width: 320px;
    margin: 0 auto;
  }

  .thefuture-page .tf-tech-item,
  .thefuture-page .tf-why-card {
    padding: 28px;
  }

  .thefuture-page .tf-tech-item p {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .thefuture-page .tf-seq-card img {
    height: 200px;
  }

  .thefuture-page .tf-seq-text {
    padding: 20px 18px 22px;
  }

  .thefuture-page .part-label {
    font-size: 0.72rem;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
  }

  .thefuture-page .tf-seq-text h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
  }

  .thefuture-page .tf-seq-text p {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .thefuture-page .part-sub {
    font-size: 0.88rem;
    line-height: 1.6;
    margin-top: 6px;
  }

  .thefuture-page .video-cta h2 {
    font-size: 1.9rem;
  }
}

