/* ==========================================================================
   ZOOTOM TEENS PAGE — PHASE 1: Hero Section Styles
   Extends the main design system (style.css). All classes prefixed "teens-"
   to avoid collisions with the homepage.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Section Shell
   -------------------------------------------------------------------------- */
.teens-hero-section {
  position: relative;
  padding-top: 64px;
  padding-bottom: 80px;
  overflow: hidden;
  background: #ffffff;
}

/* --------------------------------------------------------------------------
   Decorative Background Layer
   -------------------------------------------------------------------------- */
.teens-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

/* Purple gradient orbs */
.teens-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}

.teens-orb-1 {
  width: 600px;
  height: 600px;
  top: -200px;
  right: -120px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.10) 0%, rgba(109, 40, 217, 0.04) 55%, transparent 75%);
  animation: teensOrbDrift 14s ease-in-out infinite;
}

.teens-orb-2 {
  width: 420px;
  height: 420px;
  bottom: -100px;
  left: -80px;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.08) 0%, rgba(139, 92, 246, 0.03) 55%, transparent 75%);
  animation: teensOrbDrift 18s ease-in-out 3s infinite reverse;
}

.teens-orb-3 {
  width: 280px;
  height: 280px;
  top: 40%;
  left: 40%;
  background: radial-gradient(circle, rgba(196, 181, 253, 0.07) 0%, transparent 70%);
  animation: teensOrbDrift 10s ease-in-out 1.5s infinite;
}

/* Decorative stars */
.teens-star {
  position: absolute;
  font-size: 0;
  line-height: 1;
  color: transparent;
  background: linear-gradient(135deg, #a78bfa, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  user-select: none;
}

.teens-star::before {
  content: '✦';
  font-size: inherit;
  color: transparent;
  background: linear-gradient(135deg, #a78bfa, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.teens-star-1 { font-size: 10px; top: 8%; left: 6%; opacity: 0.55; animation: teensStarTwinkle 3.2s ease-in-out infinite; }
.teens-star-2 { font-size: 7px;  top: 18%; left: 22%; opacity: 0.40; animation: teensStarTwinkle 4.5s ease-in-out 0.8s infinite; }
.teens-star-3 { font-size: 13px; top: 12%; right: 14%; opacity: 0.50; animation: teensStarTwinkle 3.8s ease-in-out 1.2s infinite; }
.teens-star-4 { font-size: 8px;  bottom: 25%; left: 8%; opacity: 0.40; animation: teensStarTwinkle 5s ease-in-out 0.4s infinite; }
.teens-star-5 { font-size: 11px; bottom: 15%; right: 8%; opacity: 0.45; animation: teensStarTwinkle 4s ease-in-out 2s infinite; }
.teens-star-6 { font-size: 6px;  top: 55%; left: 42%; opacity: 0.30; animation: teensStarTwinkle 6s ease-in-out 1s infinite; }

/* Decorative clouds */
.teens-cloud {
  position: absolute;
  color: rgba(139, 92, 246, 0.04);
}

.teens-cloud-1 {
  width: 280px;
  top: -18px;
  left: -40px;
  transform: rotate(-8deg);
  animation: teensCloudDrift 20s ease-in-out infinite;
}

.teens-cloud-2 {
  width: 200px;
  bottom: 60px;
  right: 3%;
  color: rgba(167, 139, 250, 0.05);
  transform: rotate(6deg) scaleX(-1);
  animation: teensCloudDrift 25s ease-in-out 4s infinite reverse;
}

/* Dot grid texture */
.teens-dot-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(139, 92, 246, 0.06) 1px, transparent 1px);
  background-size: 36px 36px;
  background-position: 0 0;
  mask-image: radial-gradient(ellipse 70% 80% at 60% 50%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 60% 50%, black 30%, transparent 80%);
}

/* Ring shapes */
.teens-shape-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(139, 92, 246, 0.08);
}

.teens-ring-1 {
  width: 340px;
  height: 340px;
  top: -90px;
  right: 10%;
  animation: teensRingSpin 30s linear infinite;
}

.teens-ring-2 {
  width: 180px;
  height: 180px;
  bottom: 80px;
  left: 5%;
  border-color: rgba(139, 92, 246, 0.06);
  animation: teensRingSpin 20s linear infinite reverse;
}

/* --------------------------------------------------------------------------
   Hero Grid Layout
   -------------------------------------------------------------------------- */
.teens-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

/* --------------------------------------------------------------------------
   Left Column: Content
   -------------------------------------------------------------------------- */
.teens-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 540px;
}

/* Badge */
.teens-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 10px;
  background: linear-gradient(135deg, rgba(237, 233, 254, 0.85) 0%, rgba(221, 214, 254, 0.6) 100%);
  border: 1px solid rgba(139, 92, 246, 0.18);
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #6d28d9;
  margin-bottom: 26px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.10);
}

.teens-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Headline */
.teens-hero-title {
  font-size: 3.625rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: var(--color-text-main);
  margin-bottom: 22px;
}

/* "Your way." — purple gradient highlight */
.teens-title-highlight {
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 50%, #9333ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}

/* Description */
.teens-hero-description {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #4b5563;
  margin-bottom: 28px;
  font-weight: 450;
  max-width: 470px;
}

/* Trust Checklist */
.teens-trust-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}

.teens-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--color-text-main);
  line-height: 1.35;
}

.teens-trust-check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CTA Group */
.teens-cta-group {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Primary purple button (Teens-specific) */
.teens-btn-primary {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(124, 58, 237, 0.30);
  padding: 13px 26px;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 9999px;
  border: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.teens-btn-primary:hover {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
  box-shadow: 0 6px 22px rgba(109, 40, 217, 0.38);
  transform: translateY(-2px);
  color: #ffffff;
}

/* Secondary outlined button */
.teens-btn-secondary {
  background-color: #ffffff;
  color: var(--color-text-main);
  border: 1.5px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 12px 26px;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 9999px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.teens-btn-secondary:hover {
  background-color: #f9fafb;
  border-color: #c4b5fd;
  color: #6d28d9;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.12);
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   Right Column: Phone Mockup Visual
   -------------------------------------------------------------------------- */
.teens-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.teens-phone-container {
  position: relative;
  width: 100%;
  max-width: 420px;
}

/* Phone image */
.teens-phone-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(109, 40, 217, 0.14)) drop-shadow(0 8px 16px rgba(0, 0, 0, 0.08));
  animation: teensPhoneFloat 6s ease-in-out infinite;
}

/* --------------------------------------------------------------------------
   Floating Feature Cards
   -------------------------------------------------------------------------- */
.teens-feature-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px 9px 10px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(229, 231, 235, 0.85);
  border-radius: 9999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07), 0 2px 6px rgba(0, 0, 0, 0.04);
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1f2937;
  z-index: 10;
  white-space: nowrap;
  cursor: default;
  user-select: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.teens-feature-card:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10), 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Card icon wrapper */
.teens-card-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Icon color themes */
.teens-icon-purple  { background-color: #ede9fe; color: #7c3aed; }
.teens-icon-pink    { background-color: #fce7f3; color: #db2777; }
.teens-icon-violet  { background-color: #f3e8ff; color: #9333ea; }
.teens-icon-indigo  { background-color: #e0e7ff; color: #4f46e5; }
.teens-icon-fuchsia { background-color: #fae8ff; color: #c026d3; }
.teens-icon-emerald { background-color: #d1fae5; color: #059669; }

/* Card label */
.teens-card-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1f2937;
}

/* ============================================================
   Precise Card Positions (Left side — on phone's left)
   ============================================================ */
.teens-card-chat {
  top: 12%;
  left: -48px;
  animation: teensCardFloat 5s ease-in-out infinite;
}

.teens-card-diary {
  top: 35%;
  left: -60px;
  animation: teensCardFloat 6s ease-in-out 0.8s infinite;
}

.teens-card-calls {
  top: 58%;
  left: -44px;
  animation: teensCardFloat 5.4s ease-in-out 1.6s infinite;
}

/* ============================================================
   Precise Card Positions (Right side — on phone's right)
   ============================================================ */
.teens-card-play {
  top: 12%;
  right: -40px;
  animation: teensCardFloat 5.2s ease-in-out 0.4s infinite;
}

.teens-card-share {
  top: 35%;
  right: -52px;
  animation: teensCardFloat 6.2s ease-in-out 1.2s infinite;
}

.teens-card-learn {
  top: 58%;
  right: -42px;
  animation: teensCardFloat 5.6s ease-in-out 2s infinite;
}

/* --------------------------------------------------------------------------
   Keyframe Animations
   -------------------------------------------------------------------------- */
@keyframes teensCardFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-9px); }
}

@keyframes teensPhoneFloat {
  0%, 100% { transform: translateY(0) rotate(0.3deg); }
  50%       { transform: translateY(-10px) rotate(-0.3deg); }
}

@keyframes teensOrbDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%       { transform: translate(20px, -15px) scale(1.04); }
  66%       { transform: translate(-10px, 10px) scale(0.97); }
}

@keyframes teensStarTwinkle {
  0%, 100% { opacity: 0.1; transform: scale(0.85) rotate(0deg); }
  50%       { opacity: 0.6; transform: scale(1.2) rotate(15deg); }
}

@keyframes teensCloudDrift {
  0%, 100% { transform: translateX(0) rotate(-8deg); }
  50%       { transform: translateX(18px) rotate(-4deg); }
}

@keyframes teensRingSpin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* --------------------------------------------------------------------------
   Responsive — ≤ 1160px
   -------------------------------------------------------------------------- */
@media (max-width: 1160px) {
  .teens-hero-title {
    font-size: 3rem;
  }

  .teens-phone-container {
    max-width: 380px;
  }

  .teens-card-chat  { left: -36px; }
  .teens-card-diary { left: -46px; }
  .teens-card-calls { left: -34px; }
  .teens-card-play  { right: -30px; }
  .teens-card-share { right: -40px; }
  .teens-card-learn { right: -32px; }
}

/* --------------------------------------------------------------------------
   Responsive — ≤ 980px (tablet: stack to single column)
   -------------------------------------------------------------------------- */
@media (max-width: 980px) {
  .teens-hero-grid {
    grid-template-columns: 1fr;
    gap: 52px;
    text-align: center;
  }

  .teens-hero-content {
    max-width: 100%;
    align-items: center;
  }

  .teens-hero-description {
    max-width: 560px;
  }

  .teens-trust-list {
    align-items: flex-start;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .teens-cta-group {
    justify-content: center;
  }

  .teens-hero-visual {
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
  }

  .teens-phone-container {
    max-width: 360px;
  }

  .teens-card-chat  { top: 8%;  left: -24px; }
  .teens-card-diary { top: 32%; left: -30px; }
  .teens-card-calls { top: 55%; left: -20px; }
  .teens-card-play  { top: 8%;  right: -20px; }
  .teens-card-share { top: 32%; right: -26px; }
  .teens-card-learn { top: 55%; right: -22px; }
}

/* --------------------------------------------------------------------------
   Responsive — ≤ 640px (mobile)
   -------------------------------------------------------------------------- */
@media (max-width: 640px) {
  .teens-hero-section {
    padding-top: 36px;
    padding-bottom: 56px;
  }

  .teens-hero-title {
    font-size: 2.375rem;
    letter-spacing: -0.025em;
  }

  .teens-hero-description {
    font-size: 0.9875rem;
  }

  .teens-phone-container {
    max-width: 300px;
  }

  .teens-feature-card {
    padding: 7px 12px 7px 8px;
    font-size: 0.725rem;
    gap: 7px;
  }

  .teens-card-icon-wrap {
    width: 22px;
    height: 22px;
  }

  .teens-card-icon-wrap svg {
    width: 12px;
    height: 12px;
  }

  .teens-card-chat  { top: 6%;  left: -10px; }
  .teens-card-diary { top: 30%; left: -14px; }
  .teens-card-calls { top: 53%; left: -8px;  }
  .teens-card-play  { top: 6%;  right: -8px;  }
  .teens-card-share { top: 30%; right: -12px; }
  .teens-card-learn { top: 53%; right: -8px;  }

  .teens-cta-group {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .teens-btn-primary,
  .teens-btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .teens-orb-1 {
    width: 300px;
    height: 300px;
  }

  .teens-cloud-1 {
    width: 160px;
  }

  .teens-ring-1 {
    width: 200px;
    height: 200px;
  }
}

/* --------------------------------------------------------------------------
   Responsive — ≤ 400px (very small)
   -------------------------------------------------------------------------- */
@media (max-width: 400px) {
  .teens-hero-title {
    font-size: 2rem;
  }

  .teens-hero-badge {
    font-size: 0.625rem;
  }

  .teens-trust-item {
    font-size: 0.875rem;
  }

  .teens-phone-container {
    max-width: 260px;
  }

  /* Hide 2 cards on very small screens to avoid overflow */
  .teens-card-diary,
  .teens-card-share {
    display: none;
  }

  .teens-card-calls { top: 46%; }
  .teens-card-learn { top: 46%; }
}

/* ==========================================================================
   PHASE 2: "Everything in one safe place" Section Styles
   ========================================================================== */
.teens-features-section {
  position: relative;
  padding-top: 48px;
  padding-bottom: 96px;
  background-color: #ffffff;
}

/* Section Header */
.teens-features-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 52px;
}

.teens-features-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7c3aed;
  margin-bottom: 12px;
}

.teens-features-title {
  font-size: 2.625rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.028em;
  color: var(--color-text-main);
}

/* 6-Column Grid */
.teens-features-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

/* Individual Feature Box */
.teens-feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 18px 30px;
  border-radius: 24px;
  border: 1px solid transparent;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: default;
}

.teens-feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.06);
}

/* Pastel Background Themes & Subtle Borders */
.card-social {
  background-color: #f7f4fe;
  border-color: rgba(147, 51, 234, 0.09);
}
.card-social:hover {
  border-color: rgba(147, 51, 234, 0.22);
}

.card-chat {
  background-color: #edfbf4;
  border-color: rgba(16, 185, 129, 0.09);
}
.card-chat:hover {
  border-color: rgba(16, 185, 129, 0.22);
}

.card-diary {
  background-color: #fef2f2;
  border-color: rgba(244, 63, 94, 0.09);
}
.card-diary:hover {
  border-color: rgba(244, 63, 94, 0.22);
}

.card-games {
  background-color: #f1f4ff;
  border-color: rgba(99, 102, 241, 0.09);
}
.card-games:hover {
  border-color: rgba(99, 102, 241, 0.22);
}

.card-books {
  background-color: #fffbeb;
  border-color: rgba(245, 158, 11, 0.09);
}
.card-books:hover {
  border-color: rgba(245, 158, 11, 0.22);
}

.card-learn {
  background-color: #f0fdf4;
  border-color: rgba(16, 185, 129, 0.09);
}
.card-learn:hover {
  border-color: rgba(16, 185, 129, 0.22);
}

/* Icon Container */
.teens-box-icon {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.06));
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.teens-feature-box:hover .teens-box-icon {
  transform: scale(1.09);
}

/* Box Title */
.teens-box-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--color-text-main);
  margin-bottom: 8px;
  line-height: 1.3;
}

/* Box Description */
.teens-box-desc {
  font-size: 0.8125rem;
  line-height: 1.48;
  color: #6b7280;
  font-weight: 450;
}

/* --------------------------------------------------------------------------
   Responsive for Feature Grid
   -------------------------------------------------------------------------- */
@media (max-width: 1180px) {
  .teens-features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .teens-feature-box {
    padding: 32px 20px 26px;
  }
}

@media (max-width: 768px) {
  .teens-features-section {
    padding-top: 36px;
    padding-bottom: 70px;
  }

  .teens-features-title {
    font-size: 2.125rem;
  }

  .teens-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .teens-feature-box {
    padding: 28px 16px 24px;
    border-radius: 20px;
  }
}

@media (max-width: 480px) {
  .teens-features-header {
    margin-bottom: 36px;
  }

  .teens-features-title {
    font-size: 1.875rem;
  }

  .teens-features-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .teens-feature-box {
    padding: 24px 20px 20px;
    flex-direction: row;
    text-align: left;
    gap: 16px;
    align-items: flex-start;
  }

  .teens-box-icon {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .teens-box-title {
    margin-bottom: 4px;
  }
}

/* ==========================================================================
   PHASE 3: "Safe by Design" Verification Flow Section Styles
   ========================================================================== */
.teens-verify-section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 70px;
  background-color: #ffffff;
}

.teens-verify-card {
  background: linear-gradient(135deg, #fcfaff 0%, #f7f3fe 100%);
  border: 1px solid #ede9fe;
  border-radius: 28px;
  padding: 44px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  box-shadow: 0 4px 20px -2px rgba(139, 92, 246, 0.05);
}

/* Left Info Column */
.teens-verify-info {
  max-width: 320px;
  flex-shrink: 0;
}

.teens-verify-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7c3aed;
  margin-bottom: 12px;
}

.teens-verify-title {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--color-text-main);
  margin-bottom: 14px;
}

.teens-verify-desc {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #6b7280;
  font-weight: 450;
}

/* Right 5-Step Flow */
.teens-verify-steps {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-grow: 1;
  justify-content: flex-end;
}

.teens-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 96px;
  transition: transform 0.25s ease;
}

.teens-step-item:hover {
  transform: translateY(-3px);
}

.teens-step-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid #ede9fe;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
}

.teens-step-item:hover .teens-step-icon-wrap {
  transform: scale(1.08);
  box-shadow: 0 8px 18px rgba(139, 92, 246, 0.15);
}

.step-icon-green {
  border-color: #d1fae5;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.15);
}

.step-verified:hover .step-icon-green {
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.25);
}

.teens-step-number {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-text-main);
  margin-bottom: 3px;
}

.number-verified {
  color: #059669;
}

.teens-step-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #4b5563;
  line-height: 1.35;
}

.label-verified {
  color: var(--color-text-main);
}

.teens-step-arrow {
  color: #c4b5fd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  flex-shrink: 0;
}

/* ==========================================================================
   PHASE 3: "A space they’ll love" Two-Column Showcase Section Styles
   ========================================================================== */
.teens-showcase-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #ffffff;
}

.teens-showcase-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 64px;
}

/* Left Column: Visual */
.teens-showcase-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.teens-three-phones-img {
  width: 100%;
  max-width: 540px;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.08));
}

/* Right Column: Content */
.teens-showcase-content {
  display: flex;
  flex-direction: column;
}

.teens-showcase-header {
  margin-bottom: 36px;
}

.teens-showcase-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7c3aed;
  margin-bottom: 12px;
}

.teens-showcase-title {
  font-size: 2.75rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--color-text-main);
}

/* 6 Items Grid */
.teens-items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 24px;
}

.teens-item-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: transform 0.25s ease;
}

.teens-item-card:hover {
  transform: translateY(-2px);
}

.teens-item-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.teens-item-card:hover .teens-item-icon-box {
  transform: scale(1.08);
}

/* Item Icon Theme Colors */
.item-icon-purple  { background-color: #f3e8ff; color: #9333ea; }
.item-icon-green   { background-color: #ecfdf5; color: #10b981; }
.item-icon-rose    { background-color: #ffe4e6; color: #f43f5e; }
.item-icon-amber   { background-color: #fef3c7; color: #d97706; }
.item-icon-emerald { background-color: #d1fae5; color: #059669; }
.item-icon-blue    { background-color: #dbeafe; color: #2563eb; }

.teens-item-text {
  display: flex;
  flex-direction: column;
}

.teens-item-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text-main);
  margin-bottom: 4px;
  line-height: 1.3;
}

.teens-item-desc {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #6b7280;
  font-weight: 450;
}

/* --------------------------------------------------------------------------
   Responsive for Phase 3 Sections
   -------------------------------------------------------------------------- */
@media (max-width: 1180px) {
  .teens-verify-card {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }

  .teens-verify-info {
    max-width: 100%;
  }

  .teens-verify-steps {
    justify-content: center;
  }

  .teens-showcase-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }

  .teens-showcase-visual {
    order: 1;
    max-width: 480px;
    margin: 0 auto;
  }

  .teens-showcase-content {
    order: 0;
  }

  .teens-items-grid {
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .teens-verify-section {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .teens-verify-card {
    padding: 32px 20px;
    border-radius: 20px;
  }

  .teens-verify-title {
    font-size: 1.875rem;
  }

  .teens-verify-steps {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .teens-step-arrow {
    display: none;
  }

  .teens-showcase-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .teens-showcase-title {
    font-size: 2.25rem;
  }

  .teens-items-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .teens-showcase-title {
    font-size: 1.875rem;
  }

  .teens-step-item {
    width: 80px;
  }

  .teens-step-icon-wrap {
    width: 46px;
    height: 46px;
  }
}

/* ==========================================================================
   PHASE 4: Parents in Control Section Styles
   ========================================================================== */
.teens-parents-section {
  position: relative;
  padding-top: 10px;
  padding-bottom: 70px;
  background-color: #ffffff;
}

.teens-parents-card {
  background: linear-gradient(135deg, #f8faff 0%, #f1f5fd 100%);
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  padding: 44px 48px;
  display: grid;
  grid-template-columns: 1.15fr 1.2fr auto;
  align-items: center;
  gap: 40px;
  box-shadow: 0 4px 20px -2px rgba(99, 102, 241, 0.04);
}

/* Left: Icon & Text */
.teens-parents-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.teens-parents-icon-wrap {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.teens-parents-card:hover .teens-parents-icon-wrap {
  transform: scale(1.06);
}

.teens-parents-title {
  font-size: 1.625rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 6px;
  letter-spacing: -0.025em;
}

.teens-parents-desc {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #6b7280;
  font-weight: 450;
}

/* Middle: Checklist */
.teens-parents-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.teens-parents-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.35;
}

.teens-purple-check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Right: Outlined CTA Button */
.teens-parents-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ffffff;
  color: #111827;
  border: 1.5px solid #d1d5db;
  border-radius: 9999px;
  padding: 12px 24px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.teens-parents-btn:hover {
  background-color: #f9fafb;
  border-color: #8b5cf6;
  color: #6d28d9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.12);
}

.teens-parents-btn:hover .btn-icon-arrow {
  transform: translateX(3px);
}

/* ==========================================================================
   FINAL CTA: "Ready for a safe and fun adventure?" Section Styles
   ========================================================================== */
.teens-cta-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 96px;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.teens-cta-decorations {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Floating Shapes & Stars */
.teens-decor-star {
  position: absolute;
  line-height: 1;
  user-select: none;
}

.decor-star-gold-1 {
  color: #f59e0b;
  font-size: 24px;
  top: 40%;
  left: 14%;
  opacity: 0.75;
  animation: floatSlow 5s ease-in-out infinite;
}

.decor-star-gold-2 {
  color: #f59e0b;
  font-size: 22px;
  top: 42%;
  right: 14%;
  opacity: 0.75;
  animation: floatSlow 5.5s ease-in-out 0.8s infinite;
}

.teens-decor-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.65;
}

.decor-shape-blue-1 {
  width: 14px;
  height: 14px;
  background-color: #93c5fd;
  top: 36%;
  left: 8%;
  animation: teensStarTwinkle 4s ease-in-out infinite;
}

.decor-shape-purple-1 {
  width: 10px;
  height: 10px;
  background-color: #c084fc;
  bottom: 26%;
  left: 18%;
  animation: teensStarTwinkle 4.8s ease-in-out 1.2s infinite;
}

.decor-shape-pink-1 {
  width: 12px;
  height: 12px;
  background-color: #f472b6;
  top: 38%;
  right: 9%;
  animation: teensStarTwinkle 5s ease-in-out 0.5s infinite;
}

.decor-shape-green-1 {
  width: 10px;
  height: 10px;
  background-color: #6ee7b7;
  bottom: 28%;
  right: 20%;
  animation: teensStarTwinkle 4.2s ease-in-out 2s infinite;
}

.teens-cta-content {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.teens-cta-heading {
  font-size: 2.375rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #111827;
  margin-bottom: 12px;
  line-height: 1.2;
}

.teens-cta-subheading {
  font-size: 1.05rem;
  color: #6b7280;
  font-weight: 450;
  margin-bottom: 32px;
}

.teens-store-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* --------------------------------------------------------------------------
   Responsive for Phase 4 & Final CTA
   -------------------------------------------------------------------------- */
@media (max-width: 1180px) {
  .teens-parents-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 32px;
  }

  .teens-parents-left {
    justify-content: flex-start;
  }

  .teens-parents-right {
    display: flex;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .teens-parents-section {
    padding-bottom: 50px;
  }

  .teens-parents-card {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .teens-parents-left {
    flex-direction: column;
    text-align: center;
    gap: 14px;
  }

  .teens-parents-title {
    font-size: 1.45rem;
  }

  .teens-parents-checklist {
    align-items: flex-start;
    max-width: 320px;
    margin: 0 auto;
  }

  .teens-parents-right {
    justify-content: center;
    width: 100%;
  }

  .teens-parents-btn {
    width: 100%;
    justify-content: center;
  }

  .teens-cta-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .teens-cta-heading {
    font-size: 1.875rem;
  }

  .teens-cta-subheading {
    font-size: 0.95rem;
  }

  .decor-star-gold-1,
  .decor-star-gold-2 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .teens-store-buttons {
    flex-direction: column;
    width: 100%;
  }

  .teens-store-buttons .store-badge-btn {
    width: 100%;
    justify-content: center;
  }
}
