/* ==========================================================================
   VedhamRoots — Workshops & Events Page Stylesheet (workshopsevents.css)
   Exclusively for: pages/workshopsevents.html
   Modern Editorial Heritage — Ultra-Polished & Fully Responsive
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. Master 3-Way Alternating Background Theme Utilities
   -------------------------------------------------------------------------- */

/* Theme 1: Deep Royal Temple Burgundy Sanctum */
.theme-royal-sanctum {
  background-color: #3D0A14 !important;
  background-image: 
    radial-gradient(circle at 15% 20%, rgba(246, 200, 120, 0.14) 0%, transparent 55%),
    radial-gradient(circle at 85% 75%, rgba(185, 87, 37, 0.16) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, #4A121A 0%, #360812 100%) !important;
  color: #FFF8EB !important;
  position: relative;
  overflow: hidden;
}
.theme-royal-sanctum .section-kicker { color: var(--gold-amber, #F6C878) !important; }
.theme-royal-sanctum .section-title { color: #FFFDF7 !important; }
.theme-royal-sanctum .section-subtitle { color: #E2D9CE !important; }

/* Theme 2: Warm Illuminated Cream / Sand Parchment */
.theme-warm-cream {
  background-color: #FDF9F1 !important;
  background-image: radial-gradient(circle at 50% 0%, rgba(255, 248, 238, 0.9) 0%, #FDF9F1 100%) !important;
  color: var(--text-dark-body, #56423A) !important;
  position: relative;
  overflow: hidden;
}
.theme-warm-cream.sand-tone { background-color: #FAF5EB !important; }
.theme-warm-cream .section-kicker { color: var(--primary-terracotta, #99400D) !important; }
.theme-warm-cream .section-title { color: var(--text-dark-primary, #3D0A14) !important; }
.theme-warm-cream .section-subtitle { color: var(--text-dark-body, #56423A) !important; }

/* Theme 3: Radiant Sunset Terracotta */
.theme-sunset-terracotta {
  background-color: #A73400 !important;
  background-image: 
    radial-gradient(circle at 15% 20%, rgba(255, 215, 120, 0.35) 0%, transparent 55%),
    radial-gradient(circle at 85% 65%, rgba(255, 170, 50, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 50% 100%, rgba(255, 230, 160, 0.22) 0%, transparent 60%) !important;
  color: #FFFDF7 !important;
  position: relative;
  overflow: hidden;
}
.theme-sunset-terracotta .section-kicker {
  color: #360812 !important;
  background: #FFFFFF !important;
  border-radius: var(--radius-pill) !important;
  padding: 0.42rem 1.15rem !important;
  border: 1.5px solid rgba(212, 175, 55, 0.65) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), 0 0 12px rgba(246, 200, 120, 0.25) !important;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.theme-sunset-terracotta .section-kicker .material-symbols-outlined { color: var(--primary-terracotta, #99400D) !important; }
.theme-sunset-terracotta .section-title { color: #FFFFFF !important; text-shadow: 0 2px 14px rgba(61, 10, 20, 0.45); }
.theme-sunset-terracotta .section-subtitle { color: #FDEED9 !important; text-shadow: 0 1px 6px rgba(42, 5, 13, 0.35); }

/* --------------------------------------------------------------------------
   1. Workshops Hero (Matching classes.html Style — 100% Full Opacity Rule)
   -------------------------------------------------------------------------- */
.we-hero {
  position: relative;
  background-image: 
    linear-gradient(180deg, rgba(61, 10, 20, 0.82) 0%, rgba(36, 21, 18, 0.88) 100%),
    url('../assets/images/gallery/1789174904762.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 5.5rem 0 4.5rem 0;
  text-align: center;
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  overflow: hidden;
  color: #FFF8EB;
}
.we-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-sacred), transparent);
  z-index: 2;
}

.we-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
  z-index: 1;
}
.we-hero-glow-left { top: -60px; left: -80px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(246, 200, 120, 0.18) 0%, transparent 70%); }
.we-hero-glow-right { bottom: -60px; right: -80px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(227, 122, 36, 0.20) 0%, transparent 70%); }

.we-hero-lotus {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  opacity: 0.18;
  filter: drop-shadow(0 4px 20px rgba(212, 175, 55, 0.5));
}
.we-hero-lotus-tl { top: -30px; left: -25px; width: clamp(180px, 22vw, 300px); height: clamp(180px, 22vw, 300px); transform: rotate(-15deg); }
.we-hero-lotus-br { bottom: -30px; right: -25px; width: clamp(160px, 20vw, 280px); height: clamp(160px, 20vw, 280px); transform: scaleX(-1) rotate(-20deg); }

.we-hero-content { position: relative; z-index: 5; }

.we-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: #FFFDF7;
  margin-top: 0.85rem;
  margin-bottom: 1.1rem;
  line-height: 1.22;
  text-shadow: 0 2px 16px rgba(36, 8, 18, 0.5);
}
.we-hero-subtitle {
  font-size: clamp(0.96rem, 1.8vw, 1.15rem);
  line-height: 1.75;
  color: #F5EFEB;
  max-width: 840px;
  margin: 0 auto 1.5rem auto;
  text-shadow: 0 1px 6px rgba(36, 8, 18, 0.35);
}
.we-hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
  margin-top: 1.35rem;
}
.we-hero-stat {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255, 248, 230, 0.12);
  border: 1.5px solid rgba(246, 200, 120, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius-pill);
  padding: 0.4rem 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #FFF3DC;
  letter-spacing: 0.02em;
}
.we-hero-stat .material-symbols-outlined { font-size: 15px; color: var(--gold-amber); flex-shrink: 0; }

/* --------------------------------------------------------------------------
   2. Shared Ambient Decorative Elements
   -------------------------------------------------------------------------- */
.we-ambient-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  z-index: 1;
}
.we-glow-top-right { top: -90px; right: -90px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(246, 200, 120, 0.28) 0%, transparent 70%); }
.we-glow-bottom-left { bottom: -90px; left: -90px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(227, 122, 36, 0.22) 0%, transparent 70%); }
.we-glow-top-left { top: -90px; left: -90px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(246, 200, 120, 0.22) 0%, transparent 70%); }
.we-glow-bottom-right { bottom: -90px; right: -90px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(185, 87, 37, 0.20) 0%, transparent 70%); }

.we-bg-lotus {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  opacity: 0.4;
  filter: drop-shadow(0 4px 16px rgba(212, 175, 55, 0.45));
  transition: opacity 0.3s ease;
}
.we-lotus-top-right { top: -40px; right: -30px; width: clamp(200px, 22vw, 320px); height: clamp(200px, 22vw, 320px); transform: scaleX(-1) rotate(22deg); }
.we-lotus-bottom-left { bottom: -35px; left: -25px; width: clamp(180px, 20vw, 290px); height: clamp(180px, 20vw, 290px); transform: rotate(-18deg); }
.we-lotus-top-left { top: -40px; left: -30px; width: clamp(200px, 22vw, 320px); height: clamp(200px, 22vw, 320px); transform: rotate(18deg); }
.we-lotus-bottom-right { bottom: -35px; right: -25px; width: clamp(180px, 20vw, 290px); height: clamp(180px, 20vw, 290px); transform: scaleX(-1) rotate(-22deg); }

.we-section {
  position: relative;
  padding: clamp(3.5rem, 5.5vw, 6rem) 0;
  border-top: 1.5px solid rgba(212, 175, 55, 0.3);
  border-bottom: 1.5px solid rgba(212, 175, 55, 0.3);
  overflow: hidden;
  z-index: 10;
}
.we-container { position: relative; z-index: 5; }

/* --------------------------------------------------------------------------
   3. Section Typography
   -------------------------------------------------------------------------- */
.we-main-header {
  max-width: 920px;
  margin: 0 auto 3rem auto;
}
.events-tagline-lead {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-style: normal;
  font-weight: 700;
  color: var(--primary-terracotta);
  margin-top: 0.4rem;
  margin-bottom: 0.85rem;
}
.events-header-desc {
  max-width: 860px;
  margin: 0 auto;
  font-size: clamp(0.94rem, 1.5vw, 1.05rem);
  line-height: 1.75;
  color: var(--text-dark-body);
}
.we-title-highlight {
  background: linear-gradient(135deg, #B95725 0%, #E37A24 60%, #99400D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.events-subheading-group {
  text-align: center;
  margin: 3.5rem auto 2rem auto;
  max-width: 800px;
  position: relative;
}
.events-subheading-group.mt-0 {
  margin-top: 0 !important;
}
.events-sub-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-pill);
  background: #FFF3E5;
  color: var(--primary-terracotta);
  border: 1px solid rgba(227, 122, 36, 0.35);
  margin-bottom: 0.65rem;
}
.events-sub-pill.pill-gold { background: #FFFBEB; color: #92400E; border-color: rgba(245, 158, 11, 0.4); }
.events-sub-pill.pill-dark { background: rgba(255, 248, 230, 0.15); color: var(--gold-amber); border-color: rgba(246, 200, 120, 0.4); }
.events-sub-title {
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 800;
  color: var(--text-dark-primary);
  margin: 0 0 0.5rem 0;
  line-height: 1.25;
}
.events-sub-title.light { color: #FFFDF7 !important; }
.events-sub-desc { font-size: 0.94rem; line-height: 1.6; color: var(--text-dark-subtle); margin: 0; }
.events-sub-desc.light { color: #EFD9C4 !important; }

/* --------------------------------------------------------------------------
   4. What We Offer — 7 Workshop Cards
   -------------------------------------------------------------------------- */
.we-offerings-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) { .we-offerings-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .we-offerings-grid { grid-template-columns: repeat(3, 1fr); } }

.we-offering-card {
  background: #FFFFFF;
  border: 2.5px solid #000000;
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.we-offering-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; z-index: 3; }
.we-offering-card:hover { transform: translateY(-7px); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22); }

.we-card-media { position: relative; width: 100%; height: 210px; overflow: hidden; background: #241512; border-bottom: 2.5px solid #000000; }
.we-card-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); }
.we-offering-card:hover .we-card-img { transform: scale(1.07); }

.we-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(18, 10, 8, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid #000000;
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.badge-emoji { font-size: 0.9rem; }

.we-card-body { padding: 1.5rem; display: flex; flex-direction: column; flex-grow: 1; box-sizing: border-box; }
.we-card-title { font-family: var(--font-serif); font-size: 1.2rem; font-weight: 900; margin: 0 0 0.55rem 0; line-height: 1.3; display: flex; align-items: flex-start; gap: 0.45rem; min-height: 2.8em; }
.we-title-emoji { font-size: 1.25rem; line-height: 1.1; flex-shrink: 0; }
.we-card-desc { font-size: 0.88rem; line-height: 1.65; margin: 0 0 0.75rem 0; flex-grow: 0; }

.we-card-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex-grow: 1;
}
.we-card-bullets li { font-size: 0.83rem; line-height: 1.5; display: flex; align-items: flex-start; gap: 0.4rem; }
.we-card-bullets li::before { content: '✦'; font-size: 0.6rem; flex-shrink: 0; margin-top: 0.22rem; opacity: 0.7; }

.we-card-footer { margin-top: auto; padding-top: 0.75rem; border-top: 1.5px dashed rgba(0, 0, 0, 0.15); }
.we-card-tag { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.74rem; font-weight: 800; padding: 0.25rem 0.65rem; border-radius: var(--radius-pill); letter-spacing: 0.02em; }
.we-card-tag .material-symbols-outlined { font-size: 14px; flex-shrink: 0; }

/* Card color themes */
.we-offering-card:nth-child(1)::before { background: linear-gradient(90deg, #FF9933, #B95725); }
.we-offering-card:nth-child(1) .we-card-title { background: linear-gradient(135deg, #B95725 0%, #EA580C 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.we-offering-card:nth-child(1) .we-card-desc, .we-offering-card:nth-child(1) .we-card-bullets li { color: #6C2E12; }
.we-offering-card:nth-child(1) .we-card-bullets li::before { color: #B95725; }
.we-offering-card:nth-child(1) .we-card-tag { background: #FFF3E5; color: #9A3412; border: 1.5px solid #FDBA74; }

.we-offering-card:nth-child(2)::before { background: linear-gradient(90deg, #EF4444, #B91C1C); }
.we-offering-card:nth-child(2) .we-card-title { background: linear-gradient(135deg, #B91C1C 0%, #7D0A1C 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.we-offering-card:nth-child(2) .we-card-desc, .we-offering-card:nth-child(2) .we-card-bullets li { color: #6E131E; }
.we-offering-card:nth-child(2) .we-card-bullets li::before { color: #B91C1C; }
.we-offering-card:nth-child(2) .we-card-tag { background: #FEF2F2; color: #991B1B; border: 1.5px solid #FCA5A5; }

.we-offering-card:nth-child(3)::before { background: linear-gradient(90deg, #FB923C, #EA580C); }
.we-offering-card:nth-child(3) .we-card-title { background: linear-gradient(135deg, #EA580C 0%, #C2410C 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.we-offering-card:nth-child(3) .we-card-desc, .we-offering-card:nth-child(3) .we-card-bullets li { color: #7C2D12; }
.we-offering-card:nth-child(3) .we-card-bullets li::before { color: #EA580C; }
.we-offering-card:nth-child(3) .we-card-tag { background: #FFF7ED; color: #C2410C; border: 1.5px solid #FDBA74; }

.we-offering-card:nth-child(4)::before { background: linear-gradient(90deg, #FBBF24, #D97706); }
.we-offering-card:nth-child(4) .we-card-title { background: linear-gradient(135deg, #D97706 0%, #B45309 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.we-offering-card:nth-child(4) .we-card-desc, .we-offering-card:nth-child(4) .we-card-bullets li { color: #713F12; }
.we-offering-card:nth-child(4) .we-card-bullets li::before { color: #D97706; }
.we-offering-card:nth-child(4) .we-card-tag { background: #FEF3C7; color: #92400E; border: 1.5px solid #FCD34D; }

.we-offering-card:nth-child(5)::before { background: linear-gradient(90deg, #A855F7, #6D28D9); }
.we-offering-card:nth-child(5) .we-card-title { background: linear-gradient(135deg, #7C3AED 0%, #5B21B6 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.we-offering-card:nth-child(5) .we-card-desc, .we-offering-card:nth-child(5) .we-card-bullets li { color: #4C1D95; }
.we-offering-card:nth-child(5) .we-card-bullets li::before { color: #7C3AED; }
.we-offering-card:nth-child(5) .we-card-tag { background: #FAF5FF; color: #6D28D9; border: 1.5px solid #D8B4FE; }

.we-offering-card:nth-child(6)::before { background: linear-gradient(90deg, #F472B6, #DB2777); }
.we-offering-card:nth-child(6) .we-card-title { background: linear-gradient(135deg, #DB2777 0%, #9D174D 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.we-offering-card:nth-child(6) .we-card-desc, .we-offering-card:nth-child(6) .we-card-bullets li { color: #831843; }
.we-offering-card:nth-child(6) .we-card-bullets li::before { color: #DB2777; }
.we-offering-card:nth-child(6) .we-card-tag { background: #FDF2F8; color: #9D174D; border: 1.5px solid #F9A8D4; }

.we-offering-card:nth-child(7)::before { background: linear-gradient(90deg, #34D399, #059669); }
.we-offering-card:nth-child(7) .we-card-title { background: linear-gradient(135deg, #059669 0%, #065F46 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.we-offering-card:nth-child(7) .we-card-desc, .we-offering-card:nth-child(7) .we-card-bullets li { color: #064E3B; }
.we-offering-card:nth-child(7) .we-card-bullets li::before { color: #059669; }
.we-offering-card:nth-child(7) .we-card-tag { background: #ECFDF5; color: #065F46; border: 1.5px solid #6EE7B7; }

@media (min-width: 640px) { .we-offering-card:last-child:nth-child(odd) { grid-column: 1 / -1; } }
@media (min-width: 768px) {
  .we-offering-card:last-child:nth-child(odd) { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
  .we-offering-card:last-child:nth-child(odd) .we-card-media { height: 100%; min-height: 280px; border-right: 2.5px solid #000000; border-bottom: none; }
  .we-offering-card:last-child:nth-child(odd) .we-card-body { justify-content: center; padding: 2.25rem 2.5rem; }
  .we-offering-card:last-child:nth-child(odd) .we-card-title { font-size: 1.35rem; min-height: auto; }
  .we-offering-card:last-child:nth-child(odd) .we-card-desc { font-size: 0.96rem; line-height: 1.65; }
}

/* --------------------------------------------------------------------------
   5. Signature Events Grid — 5 Cards
   -------------------------------------------------------------------------- */
.we-signature-grid { display: grid; grid-template-columns: 1fr; gap: 1.75rem; margin-bottom: 2rem; }
@media (min-width: 640px) { .we-signature-grid { grid-template-columns: repeat(2, 1fr); } }

.we-signature-card {
  background: #FFFFFF;
  border: 2.5px solid #000000;
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.we-signature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; z-index: 3; }
.we-signature-card:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(0, 0, 0, 0.24); }

.we-sig-media { position: relative; width: 100%; height: 240px; overflow: hidden; background: #241512; border-bottom: 2.5px solid #000000; }
.we-sig-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
.we-signature-card:hover .we-sig-img { transform: scale(1.07); }

.we-sig-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #000000;
  border: 1.5px solid var(--gold-sacred);
  color: #FFF7EE;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.we-sig-body { padding: 1.6rem; display: flex; flex-direction: column; flex-grow: 1; box-sizing: border-box; }
.we-sig-title { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 900; margin: 0 0 0.5rem 0; line-height: 1.25; min-height: 1.6em; }
.we-sig-desc { font-size: 0.92rem; line-height: 1.65; margin: 0 0 0.75rem 0; flex-grow: 0; }

.we-sig-highlights { list-style: none; padding: 0; margin: 0 0 1rem 0; display: flex; flex-direction: column; gap: 0.3rem; flex-grow: 1; }
.we-sig-highlights li { font-size: 0.83rem; line-height: 1.5; display: flex; align-items: flex-start; gap: 0.4rem; }
.we-sig-highlights li::before { content: '→'; flex-shrink: 0; font-size: 0.75rem; margin-top: 0.1rem; opacity: 0.8; }

.we-sig-footer { margin-top: auto; padding-top: 0.85rem; border-top: 1.5px dashed rgba(0, 0, 0, 0.15); }
.we-sig-tag { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.76rem; font-weight: 800; padding: 0.28rem 0.7rem; border-radius: var(--radius-pill); }
.we-sig-tag .material-symbols-outlined { font-size: 14px; flex-shrink: 0; }

.we-signature-card:nth-child(1)::before { background: linear-gradient(90deg, #FF9933, #B95725); }
.we-signature-card:nth-child(1) .we-sig-title { background: linear-gradient(135deg, #B95725 0%, #99400D 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.we-signature-card:nth-child(1) .we-sig-desc, .we-signature-card:nth-child(1) .we-sig-highlights li { color: #5B2C16; }
.we-signature-card:nth-child(1) .we-sig-highlights li::before { color: #B95725; }
.we-signature-card:nth-child(1) .we-sig-tag { background: #FFF3E5; color: #99400D; border: 1.5px solid #FFB74D; }

.we-signature-card:nth-child(2)::before { background: linear-gradient(90deg, #F59E0B, #D97706); }
.we-signature-card:nth-child(2) .we-sig-title { background: linear-gradient(135deg, #D97706 0%, #B45309 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.we-signature-card:nth-child(2) .we-sig-desc, .we-signature-card:nth-child(2) .we-sig-highlights li { color: #543916; }
.we-signature-card:nth-child(2) .we-sig-highlights li::before { color: #D97706; }
.we-signature-card:nth-child(2) .we-sig-tag { background: #FFFBEB; color: #92400E; border: 1.5px solid #FCD34D; }

.we-signature-card:nth-child(3)::before { background: linear-gradient(90deg, #DC2626, #991B1B); }
.we-signature-card:nth-child(3) .we-sig-title { background: linear-gradient(135deg, #B91C1C 0%, #7D0A1C 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.we-signature-card:nth-child(3) .we-sig-desc, .we-signature-card:nth-child(3) .we-sig-highlights li { color: #5C1D24; }
.we-signature-card:nth-child(3) .we-sig-highlights li::before { color: #DC2626; }
.we-signature-card:nth-child(3) .we-sig-tag { background: #FEF2F2; color: #991B1B; border: 1.5px solid #FCA5A5; }

.we-signature-card:nth-child(4)::before { background: linear-gradient(90deg, #8B5CF6, #6D28D9); }
.we-signature-card:nth-child(4) .we-sig-title { background: linear-gradient(135deg, #7C3AED 0%, #4338CA 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.we-signature-card:nth-child(4) .we-sig-desc, .we-signature-card:nth-child(4) .we-sig-highlights li { color: #3F1D68; }
.we-signature-card:nth-child(4) .we-sig-highlights li::before { color: #8B5CF6; }
.we-signature-card:nth-child(4) .we-sig-tag { background: #F5F3FF; color: #5B21B6; border: 1.5px solid #C4B5FD; }

.we-signature-card:nth-child(5)::before { background: linear-gradient(90deg, #10B981, #047857); }
.we-signature-card:nth-child(5) .we-sig-title { background: linear-gradient(135deg, #059669 0%, #064E3B 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.we-signature-card:nth-child(5) .we-sig-desc, .we-signature-card:nth-child(5) .we-sig-highlights li { color: #134E4A; }
.we-signature-card:nth-child(5) .we-sig-highlights li::before { color: #10B981; }
.we-signature-card:nth-child(5) .we-sig-tag { background: #ECFDF5; color: #065F46; border: 1.5px solid #6EE7B7; }

@media (min-width: 640px) { .we-signature-card:last-child:nth-child(odd) { grid-column: 1 / -1; } }
@media (min-width: 768px) {
  .we-signature-card:last-child:nth-child(odd) { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
  .we-signature-card:last-child:nth-child(odd) .we-sig-media { height: 100%; min-height: 280px; border-right: 2.5px solid #000000; border-bottom: none; }
  .we-signature-card:last-child:nth-child(odd) .we-sig-body { justify-content: center; padding: 2.25rem 2.5rem; }
  .we-signature-card:last-child:nth-child(odd) .we-sig-title { font-size: 1.55rem; min-height: auto; }
}

/* --------------------------------------------------------------------------
   6. How It Works — 4 Steps Container & Cards
   -------------------------------------------------------------------------- */
.we-howit-wrapper {
  background: linear-gradient(135deg, #3D0A14 0%, #241512 100%);
  border-radius: var(--radius-xl);
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 2.5px solid #000000;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.we-howit-header-wrap {
  text-align: center;
  margin-bottom: 2.5rem;
}

.we-howit-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold-amber);
  background: rgba(255, 248, 220, 0.1);
  border: 1px solid rgba(246, 200, 120, 0.35);
  padding: 0.3rem 0.85rem;
  border-radius: 9999px;
  margin-bottom: 0.85rem;
}

.we-howit-heading {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 800;
  color: #FFFDF7;
  margin: 0;
  line-height: 1.25;
}

.we-howit-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .we-howit-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .we-howit-grid { grid-template-columns: repeat(4, 1fr); } }

.we-howit-card {
  background: rgba(255, 248, 230, 0.08);
  border: 1.5px solid rgba(246, 200, 120, 0.28);
  border-radius: var(--radius-xl);
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.we-howit-card:hover { transform: translateY(-6px); border-color: rgba(246, 200, 120, 0.55); box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28); }

.we-howit-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #D4AF37, #F6C878);
  color: #3D0A14;
  font-size: 1.05rem;
  font-weight: 900;
  margin: 0 auto 1rem auto;
  border: 2px solid rgba(212, 175, 55, 0.5);
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.35);
}
.we-howit-icon { font-size: 2rem; margin-bottom: 0.85rem; display: block; }
.we-howit-title { font-family: var(--font-serif); font-size: 1.15rem; font-weight: 700; color: #FFFDF7; margin: 0 0 0.55rem 0; line-height: 1.3; }
.we-howit-desc { font-size: 0.88rem; line-height: 1.65; color: #EFD9C4; margin: 0; }

/* --------------------------------------------------------------------------
   7. For Parents Benefits Panel
   -------------------------------------------------------------------------- */
.we-parents-container {
  background: linear-gradient(135deg, #FFF9F0 0%, #FFF4E5 50%, #FAF0DF 100%);
  border: 2.5px solid #000000;
  border-radius: var(--radius-xl);
  padding: clamp(2.25rem, 4vw, 3.5rem) clamp(1.5rem, 3.5vw, 3rem);
  margin: 3.5rem auto 1rem auto;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.we-parents-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #D4AF37, #FF9933, #B95725, #D4AF37);
}

.we-parents-header { text-align: center; max-width: 840px; margin: 0 auto 2rem auto; }
.we-parents-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #99400D;
  background: #FFEBD4;
  border: 2px solid #000000;
  padding: 0.35rem 0.95rem;
  border-radius: var(--radius-pill);
  margin-bottom: 0.85rem;
}
.we-parents-title { font-family: var(--font-serif); font-size: clamp(1.45rem, 2.6vw, 2.1rem); font-weight: 900; color: var(--text-dark-primary); margin: 0 0 0.85rem 0; line-height: 1.3; }
.we-parents-quote { font-family: var(--font-serif); font-size: clamp(1.05rem, 1.8vw, 1.25rem); font-style: normal; font-weight: 700; line-height: 1.55; color: #991B1B; margin: 0 auto 1.25rem auto; }
.we-parents-sublead { font-size: 0.94rem; font-weight: 800; color: var(--text-dark-muted); text-transform: uppercase; letter-spacing: 0.08em; margin: 0; }

.we-parents-grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 1.25rem; width: 100%; }
@media (min-width: 640px) { .we-parents-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .we-parents-grid { grid-template-columns: repeat(3, 1fr); } }

.we-parent-point {
  background: #FFFFFF;
  border: 2.5px solid #000000;
  border-radius: var(--radius-md);
  padding: 1.25rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  height: 100%;
  box-sizing: border-box;
}
.we-parent-point:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2); }
.we-point-emoji { font-size: 1.6rem; line-height: 1; flex-shrink: 0; }
.we-point-text { font-size: 0.94rem; font-weight: 800; line-height: 1.35; }

.we-parent-point:nth-child(1) { background: #F0FDF4; } .we-parent-point:nth-child(1) .we-point-text { color: #047857; }
.we-parent-point:nth-child(2) { background: #EFF6FF; } .we-parent-point:nth-child(2) .we-point-text { color: #1D4ED8; }
.we-parent-point:nth-child(3) { background: #FAF5FF; } .we-parent-point:nth-child(3) .we-point-text { color: #6D28D9; }
.we-parent-point:nth-child(4) { background: #FFF7ED; } .we-parent-point:nth-child(4) .we-point-text { color: #C2410C; }
.we-parent-point:nth-child(5) { background: #F0FDFA; } .we-parent-point:nth-child(5) .we-point-text { color: #0F766E; }
.we-parent-point:nth-child(6) { background: #FEF2F2; } .we-parent-point:nth-child(6) .we-point-text { color: #991B1B; }
.we-parent-point:nth-child(7) { background: #FFF1F2; } .we-parent-point:nth-child(7) .we-point-text { color: #BE123C; }

/* --------------------------------------------------------------------------
   8. Age Groups (Warm Cream Theme)
   -------------------------------------------------------------------------- */
.we-age-groups-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 640px) { .we-age-groups-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .we-age-groups-grid { grid-template-columns: repeat(4, 1fr); } }

.we-age-card {
  background: #FFFFFF;
  border: 2.5px solid #000000;
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}
.we-age-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; }
.we-age-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2); }

.we-age-emoji { font-size: 2.5rem; display: block; margin-bottom: 0.75rem; }
.we-age-range { font-family: var(--font-serif); font-size: 1.25rem; font-weight: 900; margin: 0 0 0.35rem 0; }
.we-age-label { font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.85rem; display: block; }
.we-age-desc { font-size: 0.84rem; line-height: 1.6; color: #56423A; margin: 0; }

.we-age-card:nth-child(1)::before { background: linear-gradient(90deg, #FCD34D, #FBBF24); }
.we-age-card:nth-child(1) .we-age-range { color: #B45309; } .we-age-card:nth-child(1) .we-age-label { color: #D97706; }
.we-age-card:nth-child(2)::before { background: linear-gradient(90deg, #FB923C, #F97316); }
.we-age-card:nth-child(2) .we-age-range { color: #C2410C; } .we-age-card:nth-child(2) .we-age-label { color: #EA580C; }
.we-age-card:nth-child(3)::before { background: linear-gradient(90deg, #A855F7, #7C3AED); }
.we-age-card:nth-child(3) .we-age-range { color: #5B21B6; } .we-age-card:nth-child(3) .we-age-label { color: #7C3AED; }
.we-age-card:nth-child(4)::before { background: linear-gradient(90deg, #EF4444, #B91C1C); }
.we-age-card:nth-child(4) .we-age-range { color: #991B1B; } .we-age-card:nth-child(4) .we-age-label { color: #DC2626; }

/* --------------------------------------------------------------------------
   9. FAQ Accordion (Dark Theme)
   -------------------------------------------------------------------------- */
.we-faq-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.85rem; }
.we-faq-item {
  background: rgba(255, 248, 230, 0.08);
  border: 1.5px solid rgba(246, 200, 120, 0.28);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}
.we-faq-item.open { border-color: rgba(246, 200, 120, 0.55); box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2); }

.we-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #FFFDF7;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.2s ease;
  box-sizing: border-box;
}
.we-faq-question:hover { color: var(--gold-amber); }
.we-faq-icon { flex-shrink: 0; font-size: 1.35rem; transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease; color: var(--gold-muted); }
.we-faq-item.open .we-faq-icon { transform: rotate(45deg); color: var(--gold-amber); }

.we-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease; padding: 0 1.5rem; box-sizing: border-box; }
.we-faq-item.open .we-faq-answer { max-height: 500px; padding: 0 1.5rem 1.35rem 1.5rem; }
.we-faq-answer p { font-size: 0.93rem; line-height: 1.7; color: #EFD9C4; margin: 0; }

/* --------------------------------------------------------------------------
   10. Final CTA Banner
   -------------------------------------------------------------------------- */
.we-final-cta-section {
  padding: clamp(4rem, 6vw, 7rem) 0;
}
.we-cta-glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(90px); z-index: 1; }
.we-cta-glow-tl { top: -60px; left: -60px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(255, 215, 100, 0.45) 0%, transparent 70%); }
.we-cta-glow-br { bottom: -60px; right: -60px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(227, 122, 36, 0.38) 0%, transparent 70%); }

.we-cta-lotus { position: absolute; pointer-events: none; z-index: 2; opacity: 0.18; }
.we-cta-lotus-tl { top: -25px; left: -20px; width: clamp(160px, 18vw, 260px); height: clamp(160px, 18vw, 260px); transform: rotate(18deg); }
.we-cta-lotus-br { bottom: -25px; right: -20px; width: clamp(140px, 16vw, 240px); height: clamp(140px, 16vw, 240px); transform: scaleX(-1) rotate(-18deg); }

.we-cta-content { 
  position: relative; 
  z-index: 5; 
  text-align: center; 
  max-width: 900px; 
  margin: 0 auto;
}

.we-cta-content a,
.we-cta-content a:hover,
.we-cta-content a:focus,
.we-cta-content a:active,
.we-cta-content a:visited {
  text-decoration: none !important;
}

.we-cta-kicker-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.we-cta-kicker-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(255, 248, 220, 0.2);
  border: 1.5px solid rgba(246, 200, 120, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius-pill);
  padding: 0.45rem 1.25rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #FFF3DC;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15), 0 0 16px rgba(246, 200, 120, 0.25);
  text-decoration: none !important;
}
.we-cta-pulse {
  width: 9px; height: 9px; border-radius: 50%; background: #22C55E; position: relative; flex-shrink: 0;
}
.we-cta-pulse::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.4);
  transform: translate(-50%, -50%);
  animation: we-pulse 1.8s ease-in-out infinite;
}
@keyframes we-pulse {
  0%, 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.4; transform: translate(-50%, -50%) scale(1.6); }
}

.we-cta-main-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.25;
  margin: 0 0 1.15rem 0;
  text-shadow: 0 2px 18px rgba(61, 10, 20, 0.55);
  text-decoration: none !important;
}
.we-cta-highlight-gold { 
  background: linear-gradient(135deg, #FFEAA7, #F6C878, #D4AF37); 
  -webkit-background-clip: text; 
  background-clip: text; 
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 10px rgba(246, 200, 120, 0.35));
}
.we-cta-highlight-emerald { 
  background: linear-gradient(135deg, #A7F3D0, #34D399, #10B981); 
  -webkit-background-clip: text; 
  background-clip: text; 
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 10px rgba(16, 185, 129, 0.35));
}

.we-cta-subtitle { 
  font-size: clamp(0.98rem, 1.6vw, 1.12rem); 
  line-height: 1.75; 
  color: #FDEED9; 
  margin: 0 auto 2.2rem auto; 
  max-width: 760px;
  text-shadow: 0 1px 8px rgba(36, 8, 18, 0.4);
  text-decoration: none !important;
}

.we-cta-actions { 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  gap: 1.25rem; 
  flex-wrap: wrap; 
  margin-bottom: 2rem; 
}

.we-cta-btn-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FF7A00 0%, #EA580C 50%, #C2410C 100%);
  border: 2px solid #FFF275;
  color: #FFFFFF !important;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 800;
  padding: 0.95rem 2.4rem;
  border-radius: var(--radius-pill);
  cursor: pointer;
  text-decoration: none !important;
  box-shadow: 0 10px 32px rgba(234, 88, 12, 0.5), 0 0 24px rgba(246, 200, 120, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, filter 0.3s ease;
  gap: 0.25rem;
  box-sizing: border-box;
}
.we-cta-btn-primary:hover { 
  transform: translateY(-4px) scale(1.02); 
  box-shadow: 0 16px 44px rgba(234, 88, 12, 0.7), 0 0 36px rgba(246, 200, 120, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  filter: brightness(1.08);
  text-decoration: none !important;
}
.we-cta-btn-primary:active {
  transform: translateY(-1px) scale(0.99);
}
.we-cta-btn-primary-row { display: flex; align-items: center; gap: 0.5rem; }
.we-cta-btn-primary-sub { font-size: 0.74rem; font-weight: 700; color: #FFEAA7; letter-spacing: 0.04em; }

.we-cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.2) 0%, rgba(18, 140, 126, 0.32) 100%);
  border: 2px solid #25D366;
  color: #FFFFFF !important;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 800;
  padding: 0.95rem 2.2rem;
  border-radius: var(--radius-pill);
  cursor: pointer;
  text-decoration: none !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 26px rgba(37, 211, 102, 0.3), 0 0 18px rgba(37, 211, 102, 0.25);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
}
.we-cta-btn-secondary:hover { 
  transform: translateY(-4px) scale(1.02); 
  background: #25D366; 
  color: #062814 !important; 
  box-shadow: 0 14px 38px rgba(37, 211, 102, 0.6), 0 0 24px rgba(37, 211, 102, 0.4); 
  text-decoration: none !important;
}
.we-cta-btn-secondary:hover .material-symbols-outlined {
  color: #062814 !important;
}
.we-cta-btn-secondary:active {
  transform: translateY(-1px) scale(0.99);
}

.we-cta-trust-bar { 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  flex-wrap: wrap; 
  gap: 0.75rem 1.5rem; 
  margin-top: 0.5rem;
}
.we-cta-trust-item { 
  display: inline-flex; 
  align-items: center; 
  gap: 0.5rem; 
  font-size: 0.86rem; 
  font-weight: 700; 
  color: #FFF3DC; 
  background: rgba(255, 248, 220, 0.12);
  border: 1px solid rgba(246, 200, 120, 0.3);
  border-radius: var(--radius-pill);
  padding: 0.45rem 1.05rem;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  text-decoration: none !important;
  box-sizing: border-box;
}
.we-trust-emoji { font-size: 1.1rem; line-height: 1; flex-shrink: 0; }
.we-cta-trust-item strong { color: #FFFDF7; }


/* ==========================================================================
   11. Comprehensive Responsive Design Breakpoints
   ========================================================================== */

/* --------------------------------------------------------------------------
   Tablet & Medium View (<= 1023px)
   -------------------------------------------------------------------------- */
@media (max-width: 1023px) {
  .we-section {
    padding: clamp(3rem, 5vw, 4.5rem) 0;
  }

  .we-offerings-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .we-parents-container {
    padding: 2.5rem 2rem;
    margin-top: 2.75rem;
  }

  .we-parents-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .we-age-groups-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .we-howit-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

/* --------------------------------------------------------------------------
   Mobile View (<= 768px) — Full Responsiveness for All Handhelds
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  /* Section Spacing & Ambient Elements */
  .we-section {
    padding: 3rem 0;
  }

  .we-ambient-glow {
    width: 260px !important;
    height: 260px !important;
    filter: blur(50px) !important;
    opacity: 0.7 !important;
  }

  .we-bg-lotus {
    opacity: 0.15 !important;
    width: 160px !important;
    height: 160px !important;
  }
  .we-lotus-top-right { top: -20px !important; right: -20px !important; }
  .we-lotus-bottom-left { bottom: -20px !important; left: -20px !important; }
  .we-lotus-top-left { top: -20px !important; left: -20px !important; }
  .we-lotus-bottom-right { bottom: -20px !important; right: -20px !important; }

  /* Hero Section */
  .we-hero {
    padding: calc(var(--header-height, 65px) + 1.5rem) 0 3rem 0;
  }

  .we-hero-lotus {
    width: 140px !important;
    height: 140px !important;
    opacity: 0.12 !important;
  }

  .we-hero-title {
    font-size: clamp(1.85rem, 6.5vw, 2.4rem);
    margin-bottom: 0.85rem;
    line-height: 1.2;
  }

  .we-hero-subtitle {
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 1.25rem;
    padding: 0 0.5rem;
  }

  .we-hero-stats {
    gap: 0.5rem;
    margin-top: 1.15rem;
  }

  .we-hero-stat {
    font-size: 0.76rem;
    padding: 0.35rem 0.85rem;
  }

  /* Section Typography & Headers */
  .we-main-header {
    margin-bottom: 2rem !important;
  }

  .events-tagline-lead {
    font-size: 1.25rem;
    margin-bottom: 0.65rem;
  }

  .events-header-desc {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .events-subheading-group {
    margin: 2.25rem auto 1.35rem auto;
  }

  .events-sub-title {
    font-size: clamp(1.4rem, 5vw, 1.85rem);
  }

  .events-sub-desc {
    font-size: 0.88rem;
    line-height: 1.55;
  }

  /* 7 Offerings Grid */
  .we-offerings-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem;
  }

  .we-offering-card {
    border-radius: var(--radius-lg);
  }

  .we-offering-card:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .we-offering-card:last-child:nth-child(odd) .we-card-media {
    height: 200px !important;
    min-height: unset !important;
    border-right: none !important;
    border-bottom: 2.5px solid #000000 !important;
  }

  .we-offering-card:last-child:nth-child(odd) .we-card-body {
    padding: 1.25rem 1.15rem !important;
  }

  .we-card-media {
    height: 190px;
  }

  .we-card-body {
    padding: 1.25rem 1.15rem;
  }

  .we-card-title {
    font-size: 1.15rem;
    min-height: auto;
    margin-bottom: 0.45rem;
  }

  .we-title-emoji {
    font-size: 1.15rem;
  }

  .we-card-desc {
    font-size: 0.86rem;
    line-height: 1.55;
    margin-bottom: 0.65rem;
  }

  .we-card-bullets {
    gap: 0.25rem;
    margin-bottom: 0.85rem;
  }

  .we-card-bullets li {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .we-card-footer {
    padding-top: 0.65rem;
  }

  .we-card-tag {
    font-size: 0.72rem;
    padding: 0.22rem 0.6rem;
  }

  /* For Parents Panel */
  .we-parents-container {
    padding: 1.75rem 1.25rem;
    margin-top: 2.25rem;
    border-radius: var(--radius-lg);
  }

  .we-parents-header {
    margin-bottom: 1.5rem;
  }

  .we-parents-kicker {
    font-size: 0.76rem;
    padding: 0.3rem 0.8rem;
    margin-bottom: 0.65rem;
  }

  .we-parents-title {
    font-size: clamp(1.35rem, 4.5vw, 1.75rem);
    margin-bottom: 0.65rem;
  }

  .we-parents-quote {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.85rem;
  }

  .we-parents-sublead {
    font-size: 0.84rem;
  }

  .we-parents-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .we-parent-point {
    padding: 0.95rem 1.1rem;
    border-radius: var(--radius-md);
    gap: 0.75rem;
  }

  .we-point-emoji {
    font-size: 1.35rem;
  }

  .we-point-text {
    font-size: 0.88rem;
    line-height: 1.35;
  }

  /* Signature Events Grid */
  .we-signature-grid {
    grid-template-columns: 1fr !important;
    gap: 1.35rem;
  }

  .we-signature-card {
    border-radius: var(--radius-lg);
  }

  .we-signature-card:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .we-signature-card:last-child:nth-child(odd) .we-sig-media {
    height: 200px !important;
    min-height: unset !important;
    border-right: none !important;
    border-bottom: 2.5px solid #000000 !important;
  }

  .we-signature-card:last-child:nth-child(odd) .we-sig-body {
    padding: 1.25rem 1.15rem !important;
  }

  .we-sig-media {
    height: 200px;
  }

  .we-sig-badge {
    top: 10px;
    right: 10px;
    font-size: 0.68rem;
    padding: 0.22rem 0.6rem;
  }

  .we-sig-body {
    padding: 1.25rem 1.15rem;
  }

  .we-sig-title {
    font-size: 1.25rem;
    min-height: auto;
    margin-bottom: 0.45rem;
  }

  .we-sig-desc {
    font-size: 0.88rem;
    line-height: 1.55;
    margin-bottom: 0.65rem;
  }

  .we-sig-highlights {
    gap: 0.25rem;
    margin-bottom: 0.85rem;
  }

  .we-sig-highlights li {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .we-sig-footer {
    padding-top: 0.65rem;
  }

  .we-sig-tag {
    font-size: 0.72rem;
    padding: 0.24rem 0.65rem;
  }

  /* Age Groups Grid */
  .we-age-groups-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2.25rem !important;
  }

  .we-age-card {
    padding: 1.35rem 1.15rem;
    border-radius: var(--radius-lg);
  }

  .we-age-emoji {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .we-age-range {
    font-size: 1.15rem;
  }

  .we-age-label {
    font-size: 0.74rem;
    margin-bottom: 0.55rem;
  }

  .we-age-desc {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  /* How It Works Container */
  .we-howit-wrapper {
    padding: 1.75rem 1.15rem;
    border-radius: var(--radius-lg);
  }

  .we-howit-header-wrap {
    margin-bottom: 1.75rem;
  }

  .we-howit-heading {
    font-size: clamp(1.35rem, 4.5vw, 1.75rem);
  }

  .we-howit-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .we-howit-card {
    padding: 1.35rem 1.15rem;
    border-radius: var(--radius-lg);
  }

  .we-howit-step-num {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
    margin-bottom: 0.65rem;
  }

  .we-howit-icon {
    font-size: 1.6rem;
    margin-bottom: 0.55rem;
  }

  .we-howit-title {
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
  }

  .we-howit-desc {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  /* FAQ Accordion */
  .we-faq-list {
    gap: 0.65rem;
  }

  .we-faq-question {
    padding: 1rem 1.15rem;
    font-size: 0.92rem;
  }

  .we-faq-icon {
    font-size: 1.2rem;
  }

  .we-faq-answer {
    padding: 0 1.15rem;
  }

  .we-faq-item.open .we-faq-answer {
    padding: 0 1.15rem 1.15rem 1.15rem;
  }

  .we-faq-answer p {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  /* Final CTA Banner */
  .we-final-cta-section {
    padding: 3.25rem 0 2.75rem 0 !important;
  }

  .we-cta-kicker-wrapper {
    margin-bottom: 1.15rem;
  }

  .we-cta-kicker-pill {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 0.35rem 0.5rem;
    padding: 0.45rem 0.85rem;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .we-cta-main-title {
    font-size: clamp(1.55rem, 5.5vw, 2.25rem);
    line-height: 1.25;
    margin-bottom: 0.85rem;
  }

  .we-cta-subtitle {
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 1.65rem;
    padding: 0 0.5rem;
  }

  .we-cta-actions {
    flex-direction: column;
    width: 100%;
    max-width: 440px;
    margin: 0 auto 1.65rem auto;
    gap: 0.85rem;
  }

  .we-cta-btn-primary {
    width: 100%;
    padding: 0.85rem 1.25rem;
    font-size: 0.98rem;
  }

  .we-cta-btn-primary-row {
    justify-content: center;
  }

  .we-cta-btn-primary-sub {
    font-size: 0.7rem;
    text-align: center;
  }

  .we-cta-btn-secondary {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1.25rem;
    font-size: 0.95rem;
  }

  .we-cta-trust-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    gap: 0.6rem;
  }

  .we-cta-trust-item {
    width: 100%;
    justify-content: center;
    padding: 0.4rem 0.65rem;
    font-size: 0.78rem;
    text-align: center;
  }
}

/* --------------------------------------------------------------------------
   Small Mobile View (<= 480px)
   -------------------------------------------------------------------------- */
@media (max-width: 480px) {
  .we-hero-title {
    font-size: clamp(1.65rem, 7.5vw, 2.1rem);
  }

  .we-hero-subtitle {
    font-size: 0.88rem;
  }

  .we-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 0.45rem;
  }

  .we-hero-stat {
    width: 100%;
    justify-content: center;
    padding: 0.35rem 0.5rem;
    font-size: 0.72rem;
    box-sizing: border-box;
    text-align: center;
  }

  .we-card-media,
  .we-sig-media {
    height: 175px;
  }

  .we-card-body,
  .we-sig-body {
    padding: 1.15rem 0.95rem;
  }

  .we-card-title,
  .we-sig-title {
    font-size: 1.1rem;
  }

  .we-parents-container {
    padding: 1.35rem 0.95rem;
  }

  .we-parent-point {
    padding: 0.85rem 0.9rem;
  }

  .we-point-text {
    font-size: 0.84rem;
  }

  .we-howit-wrapper {
    padding: 1.35rem 0.95rem;
  }

  .we-howit-card {
    padding: 1.15rem 0.95rem;
  }

  .we-faq-question {
    padding: 0.85rem 0.95rem;
    font-size: 0.88rem;
  }

  .we-faq-answer {
    padding: 0 0.95rem;
  }

  .we-faq-item.open .we-faq-answer {
    padding: 0 0.95rem 1rem 0.95rem;
  }

  .we-cta-trust-bar {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

/* --------------------------------------------------------------------------
   Ultra-Compact Screen View (<= 360px)
   -------------------------------------------------------------------------- */
@media (max-width: 360px) {
  .we-hero-title {
    font-size: 1.55rem;
  }

  .we-hero-stats {
    grid-template-columns: 1fr;
  }

  .we-card-body,
  .we-sig-body,
  .we-age-card,
  .we-howit-card,
  .we-parents-container {
    padding: 1rem 0.75rem;
  }

  .we-card-tag,
  .we-sig-tag {
    font-size: 0.68rem;
  }
}
