/* ==========================================================================
   SUPPORT CENTER PAGE — Phase 1 (Hero & Page-Specific Styles)
   ========================================================================== */

/* Page Background Setup */
.support-page {
  background-color: #ffffff;
  color: var(--color-text-main, #ffffff);
  min-height: 100vh;
  position: relative;
  overflow-x: clip;
}

/* --------------------------------------------------------------------------
   Hero Section Shell & Dark Purple Backdrop
   -------------------------------------------------------------------------- */
.sp-hero {
  position: relative;
  min-height: 100vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background:
    radial-gradient(ellipse 90% 80% at 75% 42%, rgba(139, 92, 246, 0.45) 0%, transparent 60%),
    radial-gradient(ellipse 70% 60% at 30% 30%, rgba(88, 28, 180, 0.35) 0%, transparent 55%),
    radial-gradient(circle at 75% 35%, #2a0b63 0%, #17073b 45%, #0c0626 85%);
  background-color: #0c0626;
  overflow: clip;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sp-hero .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 10;
  width: 100%;
}

.sp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem 3.5rem;
  align-items: center;
  min-width: 0;
}

/* --------------------------------------------------------------------------
   Ambient Effects: Glows, Stars & Pulses
   -------------------------------------------------------------------------- */
.sp-hero__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  filter: blur(70px);
}

.sp-hero__glow--1 {
  top: 12%;
  right: 15%;
  width: min(520px, 65vw);
  height: min(520px, 65vw);
  background: radial-gradient(circle, rgba(168, 85, 247, 0.38) 0%, rgba(124, 58, 237, 0.15) 50%, transparent 70%);
  animation: spGlowPulse 7s ease-in-out infinite;
}

.sp-hero__glow--2 {
  top: 30%;
  left: 5%;
  width: min(380px, 50vw);
  height: min(380px, 50vw);
  background: radial-gradient(circle, rgba(139, 92, 246, 0.22) 0%, transparent 70%);
  animation: spGlowPulse 9s ease-in-out 1.5s infinite alternate;
}

.sp-hero__glow--headset {
  top: 45%;
  right: 6%;
  width: min(460px, 60vw);
  height: min(460px, 60vw);
  background: radial-gradient(circle, rgba(192, 132, 252, 0.35) 0%, rgba(124, 58, 237, 0.15) 60%, transparent 80%);
  animation: spGlowPulse 6s ease-in-out 0.8s infinite;
}

/* Decorative Sparkle Stars */
.sp-hero__star {
  position: absolute;
  color: rgba(255, 255, 255, 0.65);
  pointer-events: none;
  z-index: 2;
  font-size: 1.15rem;
  line-height: 1;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
  animation: spStarPulse 3.6s ease-in-out infinite;
}

.sp-hero__star--1 { top: 16%; left: 8%; animation-delay: 0s; font-size: 1rem; }
.sp-hero__star--2 { top: 20%; left: 48%; color: rgba(255, 255, 255, 0.5); font-size: 0.9rem; animation-delay: 1.2s; }
.sp-hero__star--3 { top: 14%; right: 28%; color: rgba(224, 231, 255, 0.85); font-size: 1.4rem; animation-delay: 0.6s; }
.sp-hero__star--4 { top: 38%; right: 6%; color: rgba(216, 180, 254, 0.75); font-size: 1.25rem; animation-delay: 2s; }
.sp-hero__star--5 { bottom: 22%; right: 42%; color: rgba(255, 255, 255, 0.6); font-size: 1.1rem; animation-delay: 1.6s; }

/* --------------------------------------------------------------------------
   Hero Left Column & Staggered Animations
   -------------------------------------------------------------------------- */
.sp-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  z-index: 5;
}

/* Badge */
.sp-hero__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 1.15rem;
  border-radius: 9999px;
  background: rgba(167, 139, 250, 0.16);
  border: 1px solid rgba(196, 181, 253, 0.32);
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 0.725rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e9d5ff;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 12px rgba(124, 58, 237, 0.15);
  animation: spFadeSlideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

/* Heading */
.sp-hero__title {
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
  font-weight: 800;
  font-size: clamp(2.35rem, 4.5vw + 0.5rem, 3.75rem);
  line-height: 1.14;
  letter-spacing: -0.025em;
  color: #ffffff;
  margin-bottom: 1.35rem;
  animation: spFadeSlideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

.sp-hero__gradient {
  background: linear-gradient(135deg, #a78bfa 0%, #c084fc 50%, #e879f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* Description */
.sp-hero__description {
  font-size: clamp(1.025rem, 1.2vw, 1.15rem);
  line-height: 1.62;
  color: rgba(226, 232, 240, 0.9);
  max-width: 540px;
  margin-bottom: 2rem;
  font-weight: 400;
  animation: spFadeSlideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}

/* --------------------------------------------------------------------------
   Search Bar
   -------------------------------------------------------------------------- */
.sp-search-bar {
  width: 100%;
  max-width: 520px;
  margin-bottom: 2.25rem;
  animation: spFadeSlideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

.sp-search-bar__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 9999px;
  box-shadow:
    0 10px 25px -5px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(168, 85, 247, 0.2),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.sp-search-bar__inner:focus-within {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow:
    0 14px 32px -5px rgba(0, 0, 0, 0.35),
    0 0 25px rgba(168, 85, 247, 0.45);
}

.sp-search-bar__icon {
  position: absolute;
  left: 1.35rem;
  color: #7c3aed;
  pointer-events: none;
  transition: transform 0.25s ease;
}

.sp-search-bar__inner:focus-within .sp-search-bar__icon {
  transform: scale(1.1);
  color: #9333ea;
}

.sp-search-bar__input {
  width: 100%;
  padding: 1.05rem 1.5rem 1.05rem 3.4rem;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 0.95rem;
  color: #1e293b;
  border-radius: 9999px;
}

.sp-search-bar__input::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

/* --------------------------------------------------------------------------
   3 Trust Items
   -------------------------------------------------------------------------- */
.sp-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
  width: 100%;
  animation: spFadeSlideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both;
}

.sp-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  flex: 1 1 160px;
  min-width: 150px;
}

.sp-trust-item__icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: rgba(139, 92, 246, 0.16);
  border: 1px solid rgba(196, 181, 253, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c084fc;
  box-shadow: 0 4px 16px rgba(124, 58, 237, 0.15);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.sp-trust-item:hover .sp-trust-item__icon {
  transform: translateY(-2px) scale(1.05);
  background: rgba(139, 92, 246, 0.26);
  border-color: rgba(196, 181, 253, 0.45);
  color: #e9d5ff;
}

.sp-trust-item__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.sp-trust-item__title {
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.sp-trust-item__desc {
  font-size: 0.8rem;
  color: rgba(203, 213, 225, 0.85);
  line-height: 1.4;
}

/* --------------------------------------------------------------------------
   Hero Right Column (Visual Stage, Orbit Rings, Headset Graphic)
   -------------------------------------------------------------------------- */
.sp-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  animation: spFadeSlideUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both;
}

.sp-hero__stage {
  position: relative;
  width: 100%;
  max-width: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
}

/* Concentric Glowing Orbit Rings */
.sp-hero__orbit-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(168, 85, 247, 0.22);
}

.sp-hero__orbit-ring--outer {
  width: 520px;
  height: 520px;
  border: 1px dashed rgba(168, 85, 247, 0.24);
  animation: spOrbitSpin 60s linear infinite;
}

.sp-hero__orbit-ring--mid {
  width: 420px;
  height: 420px;
  border: 1px solid rgba(192, 132, 252, 0.28);
  box-shadow: 0 0 40px rgba(124, 58, 237, 0.15) inset;
}

.sp-hero__orbit-ring--inner {
  width: 320px;
  height: 320px;
  border: 1px solid rgba(216, 180, 254, 0.35);
  box-shadow: 0 0 30px rgba(168, 85, 247, 0.2);
}

/* Headset Platform & Image */
.sp-hero__headset-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: spHeadsetFloat 6s ease-in-out infinite;
}

.sp-hero__headset-platform {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 50px;
  background: radial-gradient(ellipse 60% 50% at center, rgba(168, 85, 247, 0.8) 0%, rgba(124, 58, 237, 0.35) 50%, transparent 80%);
  border-radius: 50%;
  filter: blur(14px);
  z-index: -1;
  pointer-events: none;
  animation: spPlatformPulse 6s ease-in-out infinite;
}

.sp-hero__headset-img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.65)) drop-shadow(0 0 35px rgba(139, 92, 246, 0.4));
  transition: transform 0.4s ease;
}

.sp-hero__headset-img:hover {
  transform: scale(1.03);
}

/* --------------------------------------------------------------------------
   Curved Bottom Edge
   -------------------------------------------------------------------------- */
.sp-hero__curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 8;
  pointer-events: none;
}

.sp-hero__curve svg {
  display: block;
  width: 100%;
  height: clamp(50px, 6vw, 90px);
}

/* --------------------------------------------------------------------------
   Keyframe Animations
   -------------------------------------------------------------------------- */
@keyframes spFadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spHeadsetFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes spPlatformPulse {
  0%, 100% {
    transform: translateX(-50%) scale(1);
    opacity: 0.85;
  }
  50% {
    transform: translateX(-50%) scale(0.88);
    opacity: 0.55;
  }
}

@keyframes spGlowPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

@keyframes spStarPulse {
  0%, 100% {
    transform: scale(0.85);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.95;
  }
}

@keyframes spOrbitSpin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* --------------------------------------------------------------------------
   Responsive Breakpoints
   -------------------------------------------------------------------------- */
@media (max-width: 1200px) {
  .sp-hero__grid {
    gap: 2rem 2.5rem;
  }
}

@media (max-width: 1024px) {
  .sp-hero {
    padding-top: 7rem;
    padding-bottom: 6rem;
    min-height: auto;
  }

  .sp-hero__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }

  .sp-hero__content {
    align-items: center;
    text-align: center;
  }

  .sp-hero__description {
    margin-left: auto;
    margin-right: auto;
  }

  .sp-search-bar {
    margin-left: auto;
    margin-right: auto;
  }

  .sp-hero__trust {
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
  }

  .sp-trust-item {
    text-align: left;
    max-width: 200px;
  }

  .sp-hero__stage {
    max-width: 440px;
    margin: 0 auto;
  }

  .sp-hero__headset-img {
    max-width: 360px;
  }
}

@media (max-width: 768px) {
  .sp-hero {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .sp-hero__badge {
    margin-bottom: 1rem;
  }

  .sp-hero__title {
    font-size: clamp(2rem, 6.5vw, 2.6rem);
    margin-bottom: 0.85rem;
  }

  .sp-hero__description {
    font-size: 0.975rem;
    margin-bottom: 1.5rem;
    max-width: 420px;
  }

  .sp-search-bar {
    margin-bottom: 1.75rem;
  }

  .sp-search-bar__input {
    font-size: 0.885rem;
    padding: 0.9rem 1.25rem 0.9rem 3.1rem;
  }

  .sp-hero__trust {
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .sp-trust-item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: none;
    gap: 0.75rem;
    align-items: center;
    text-align: left;
    padding: 0.2rem 0;
  }

  .sp-trust-item__icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
  }

  .sp-trust-item__text {
    gap: 0.1rem;
  }

  .sp-trust-item__title {
    font-size: 0.925rem;
    line-height: 1.25;
  }

  .sp-trust-item__desc {
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .sp-hero__stage {
    max-width: 340px;
    padding: 0.5rem 0;
  }

  .sp-hero__headset-img {
    max-width: 300px;
  }

  .sp-hero__orbit-ring--outer {
    width: 340px;
    height: 340px;
  }

  .sp-hero__orbit-ring--mid {
    width: 280px;
    height: 280px;
  }

  .sp-hero__orbit-ring--inner {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 480px) {
  .sp-hero {
    padding-top: 5.25rem;
    padding-bottom: 3rem;
  }

  .sp-hero__title {
    font-size: 1.85rem;
    line-height: 1.18;
  }

  .sp-hero__description {
    font-size: 0.925rem;
    line-height: 1.5;
    margin-bottom: 1.35rem;
  }

  .sp-search-bar__input {
    font-size: 0.825rem;
    padding: 0.85rem 1rem 0.85rem 2.85rem;
  }

  .sp-search-bar__icon {
    left: 1.1rem;
    width: 18px;
    height: 18px;
  }

  .sp-hero__trust {
  gap: 0.6rem;
  max-width: 280px;
}

  .sp-trust-item {
    gap: 0.75rem;
  }

  .sp-hero__stage {
    max-width: 100%;
    flex-direction: column;
    margin-top: 0.5rem;
  }

  .sp-hero__headset-img {
    max-width: 260px;
  }
}

@media (max-width: 390px) {
  .sp-hero__title {
    font-size: 1.7rem;
  }

  .sp-hero__trust {
    gap: 0.7rem;
    max-width: 280px;
  }

  .sp-trust-item {
    gap: 0.65rem;
  }

  .sp-trust-item__icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .sp-trust-item__title {
    font-size: 0.885rem;
  }

  .sp-trust-item__desc {
    font-size: 0.775rem;
  }
}

@media (max-width: 340px) {
  .sp-hero__title {
    font-size: 1.5rem;
  }

  .sp-hero__headset-img {
    max-width: 220px;
  }
}

/* ==========================================================================
   PHASE 2 — POPULAR HELP TOPICS SECTION & 5 TOPIC CARDS
   ========================================================================== */

.sp-topics {
  position: relative;
  background-color: #ffffff;
  padding: 6.5rem 0 6.5rem;
  color: var(--color-text-dark, #0f172a);
}

.sp-topics .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Section Header */
.sp-topics__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3.5rem;
}

.sp-topics__eyebrow {
  display: inline-block;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 0.775rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7c3aed;
  margin-bottom: 0.75rem;
}

.sp-topics__title {
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(2rem, 3.2vw + 0.5rem, 2.75rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

/* 5-Column Grid */
.sp-topics__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}

/* Topic Card Styling */
.sp-topic-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.25rem 1.4rem 1.85rem;
  border: 1px solid #f1f5f9;
  box-shadow:
    0 10px 30px -5px rgba(0, 0, 0, 0.04),
    0 4px 6px -2px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s ease;
  position: relative;
  will-change: transform, box-shadow;
}

.sp-topic-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 22px 40px -10px rgba(124, 58, 237, 0.14),
    0 8px 16px -4px rgba(0, 0, 0, 0.04);
  border-color: #e2e8f0;
}

/* Circular Icon Container */
.sp-topic-card__icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f3e8ff;
  color: #7c3aed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.35rem;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, color 0.3s ease;
}

.sp-topic-card__icon {
  width: 26px;
  height: 26px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.sp-topic-card:hover .sp-topic-card__icon-wrapper {
  transform: scale(1.1);
  background: #ede9fe;
  color: #6d28d9;
}

.sp-topic-card:hover .sp-topic-card__icon {
  transform: scale(1.05);
}

/* Card Title */
.sp-topic-card__title {
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 0.65rem;
}

/* Card Description */
.sp-topic-card__desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #64748b;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

/* Arrow Action */
.sp-topic-card__action {
  margin-top: auto;
  color: #7c3aed;
}

.sp-topic-card__arrow {
  display: inline-block;
  font-size: 1.15rem;
  line-height: 1;
  font-weight: 700;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.25s ease;
}

.sp-topic-card:hover .sp-topic-card__arrow {
  transform: translateX(6px);
  color: #6d28d9;
}

/* View All Help Topics Button */
.sp-topics__cta {
  display: flex;
  justify-content: center;
}

.sp-btn-all-topics {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #ffffff;
  color: #7c3aed;
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.75rem 1.65rem;
  border-radius: 9999px;
  border: 1.5px solid #ddd6fe;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(124, 58, 237, 0.08);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.25s ease,
              color 0.25s ease,
              border-color 0.25s ease,
              box-shadow 0.25s ease;
}

.sp-btn-all-topics svg {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.sp-btn-all-topics:hover {
  transform: translateY(-2px);
  background: #7c3aed;
  color: #ffffff;
  border-color: #7c3aed;
  box-shadow: 0 8px 22px rgba(124, 58, 237, 0.28);
}

.sp-btn-all-topics:hover svg {
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   Scroll Reveal & Stagger Animation (Phase 2)
   -------------------------------------------------------------------------- */
.sp-reveal-header {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sp-reveal-header.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.sp-reveal-card {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.sp-reveal-card.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.sp-reveal-cta {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.sp-reveal-cta.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* If JavaScript isn't executed or disabled, show immediately */
html:not(.leap-js) .sp-reveal-header,
html:not(.leap-js) .sp-reveal-card,
html:not(.leap-js) .sp-reveal-cta {
  opacity: 1;
  transform: none;
}

/* --------------------------------------------------------------------------
   Responsive Breakpoints for Phase 2
   -------------------------------------------------------------------------- */
@media (max-width: 1200px) {
  .sp-topics__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 860px) {
  .sp-topics__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.35rem;
  }
}

@media (max-width: 768px) {
  .sp-topics {
    padding: 4.5rem 0 4.5rem;
  }

  .sp-topics__header {
    margin-bottom: 2.5rem;
  }

  .sp-topics__grid {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 580px) {
  .sp-topics__grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    gap: 1.25rem;
  }

  .sp-topic-card {
    padding: 1.85rem 1.25rem 1.6rem;
  }
}

/* ==========================================================================
   PHASE 3 — GUIDES & RESOURCES SECTION ("Find Answers Fast")
   ========================================================================== */

.sp-guides {
  position: relative;
  background-color: #ffffff;
  padding: 0 0 6.5rem;
  color: var(--color-text-dark, #0f172a);
}

.sp-guides .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Section Header */
.sp-guides__header {
  text-align: left;
  margin-bottom: 2.25rem;
}

.sp-guides__eyebrow {
  display: inline-block;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 0.775rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7c3aed;
  margin-bottom: 0.5rem;
}

.sp-guides__title {
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(1.85rem, 2.8vw + 0.5rem, 2.35rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

/* 4-Card 4-Column Horizontal Layout */
.sp-guides__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* Horizontal Resource Card */
.sp-resource-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.75rem 1.4rem;
  border: 1px solid #f1f5f9;
  box-shadow:
    0 8px 24px -4px rgba(0, 0, 0, 0.04),
    0 2px 6px -1px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s ease;
  position: relative;
  will-change: transform, box-shadow;
}

.sp-resource-card:hover {
  transform: translateY(-6px);
  border-color: #e2e8f0;
}

/* Colored Icon Box Area */
.sp-resource-card__icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.35rem;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.sp-resource-card__icon {
  width: 24px;
  height: 24px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.sp-resource-card:hover .sp-resource-card__icon-box {
  transform: scale(1.08);
}

.sp-resource-card:hover .sp-resource-card__icon {
  transform: scale(1.05);
}

/* Theme 1: Help Articles (Emerald / Green) */
.sp-resource-card--green {
  border-color: rgba(16, 185, 129, 0.12);
}
.sp-resource-card--green .sp-resource-card__icon-box {
  background: #ecfdf5;
  color: #059669;
}
.sp-resource-card--green .sp-resource-card__title {
  color: #059669;
}
.sp-resource-card--green .sp-resource-card__action {
  color: #059669;
}
.sp-resource-card--green:hover {
  box-shadow: 0 18px 36px -8px rgba(16, 185, 129, 0.15), 0 4px 12px rgba(0, 0, 0, 0.03);
}

/* Theme 2: Video Guides (Purple) */
.sp-resource-card--purple {
  border-color: rgba(139, 92, 246, 0.12);
}
.sp-resource-card--purple .sp-resource-card__icon-box {
  background: #f3e8ff;
  color: #7c3aed;
}
.sp-resource-card--purple .sp-resource-card__title {
  color: #7c3aed;
}
.sp-resource-card--purple .sp-resource-card__action {
  color: #7c3aed;
}
.sp-resource-card--purple:hover {
  box-shadow: 0 18px 36px -8px rgba(124, 58, 237, 0.15), 0 4px 12px rgba(0, 0, 0, 0.03);
}

/* Theme 3: User Guides (Amber / Warm Orange) */
.sp-resource-card--amber {
  border-color: rgba(245, 158, 11, 0.12);
}
.sp-resource-card--amber .sp-resource-card__icon-box {
  background: #fef3c7;
  color: #d97706;
}
.sp-resource-card--amber .sp-resource-card__title {
  color: #d97706;
}
.sp-resource-card--amber .sp-resource-card__action {
  color: #d97706;
}
.sp-resource-card--amber:hover {
  box-shadow: 0 18px 36px -8px rgba(217, 119, 6, 0.15), 0 4px 12px rgba(0, 0, 0, 0.03);
}

/* Theme 4: FAQs (Blue / Indigo) */
.sp-resource-card--blue {
  border-color: rgba(59, 130, 246, 0.12);
}
.sp-resource-card--blue .sp-resource-card__icon-box {
  background: #eff6ff;
  color: #2563eb;
}
.sp-resource-card--blue .sp-resource-card__title {
  color: #2563eb;
}
.sp-resource-card--blue .sp-resource-card__action {
  color: #2563eb;
}
.sp-resource-card--blue:hover {
  box-shadow: 0 18px 36px -8px rgba(37, 99, 235, 0.15), 0 4px 12px rgba(0, 0, 0, 0.03);
}

/* Card Content Container */
.sp-resource-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

/* Card Title */
.sp-resource-card__title {
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

/* Card Description */
.sp-resource-card__desc {
  font-size: 0.865rem;
  line-height: 1.5;
  color: #64748b;
  margin-bottom: 1.35rem;
  flex-grow: 1;
}

/* Action Link with Moving Arrow */
.sp-resource-card__action {
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.885rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
}

.sp-resource-card__arrow {
  display: inline-block;
  font-size: 1.05rem;
  line-height: 1;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.sp-resource-card:hover .sp-resource-card__arrow {
  transform: translateX(5px);
}

/* --------------------------------------------------------------------------
   Responsive Breakpoints for Phase 3
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .sp-guides__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
  }
}

@media (max-width: 768px) {
  .sp-guides {
    padding-bottom: 4.5rem;
  }

  .sp-guides__header {
    text-align: center;
    margin-bottom: 2rem;
  }

  .sp-guides__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.15rem;
  }

  .sp-resource-card {
    padding: 1.5rem 1.2rem;
  }
}

@media (max-width: 600px) {
  .sp-guides__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    gap: 1.15rem;
  }

  .sp-resource-card {
    padding: 1.5rem 1.35rem;
  }
}

/* ==========================================================================
   PHASE 4 — CONTACT SUPPORT & COMMUNITY BANNER SECTIONS
   ========================================================================== */

/* --------------------------------------------------------------------------
   Contact Support Section & 2x2 Grid + Right Feature Card
   -------------------------------------------------------------------------- */
.sp-contact {
  position: relative;
  background-color: #ffffff;
  padding: 0 0 6.5rem;
  color: var(--color-text-dark, #0f172a);
}

.sp-contact .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header */
.sp-contact__header {
  text-align: left;
  margin-bottom: 2.25rem;
}

.sp-contact__eyebrow {
  display: inline-block;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 0.775rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7c3aed;
  margin-bottom: 0.5rem;
}

.sp-contact__title {
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(1.85rem, 2.8vw + 0.5rem, 2.35rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.22;
  letter-spacing: -0.025em;
  margin-bottom: 0.5rem;
}

.sp-contact__subtitle {
  font-size: 0.95rem;
  color: #64748b;
  margin-bottom: 0;
}

/* Layout: Left 4 cards (grid 2x2) + Right Feature Card */
.sp-contact__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.85fr);
  gap: 1.75rem;
  align-items: stretch;
}

/* Left 2x2 Grid */
.sp-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

/* Contact Card */
.sp-contact-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.65rem 1.4rem;
  border: 1px solid #f1f5f9;
  box-shadow:
    0 8px 24px -4px rgba(0, 0, 0, 0.04),
    0 2px 6px -1px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s ease;
  position: relative;
  will-change: transform, box-shadow;
}

.sp-contact-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 20px 36px -8px rgba(124, 58, 237, 0.12),
    0 4px 12px rgba(0, 0, 0, 0.03);
  border-color: #ddd6fe;
}

/* Top bar inside card: Icon + optional badge */
.sp-contact-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.25rem;
}

.sp-contact-card__icon-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.sp-contact-card__icon-box--purple {
  background: #f3e8ff;
  color: #7c3aed;
}

.sp-contact-card__icon {
  width: 22px;
  height: 22px;
}

.sp-contact-card:hover .sp-contact-card__icon-box {
  transform: scale(1.1);
  background: #ede9fe;
}

/* Online Badge */
.sp-contact-card__badge-online {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 0.725rem;
  font-weight: 700;
  color: #059669;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  letter-spacing: 0.02em;
}

/* Titles and Text */
.sp-contact-card__title {
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.4rem;
}

.sp-contact-card__desc {
  font-size: 0.865rem;
  line-height: 1.5;
  color: #64748b;
  margin-bottom: 1.35rem;
  flex-grow: 1;
}

/* Purple Action Buttons inside Contact Cards */
.sp-contact-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.7rem 1.25rem;
  border-radius: 12px;
  background: #7c3aed;
  color: #ffffff;
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.25);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.25s ease,
              box-shadow 0.25s ease;
}

.sp-contact-card__btn:hover {
  background: #6d28d9;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.35);
  color: #ffffff;
}

/* --------------------------------------------------------------------------
   Right Visual Feature Card: "We care about your recovery"
   -------------------------------------------------------------------------- */
.sp-care-card {
  background: linear-gradient(145deg, #f8f6ff 0%, #f1ebff 100%);
  border: 1.5px solid #e9d5ff;
  border-radius: 20px;
  padding: 2.75rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 12px 32px -8px rgba(124, 58, 237, 0.08),
    0 4px 8px rgba(0, 0, 0, 0.02);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.sp-care-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 22px 45px -10px rgba(124, 58, 237, 0.16),
    0 6px 14px rgba(0, 0, 0, 0.03);
}

.sp-care-card__glow {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.28) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(35px);
  pointer-events: none;
}

/* Floating decorative sparkles */
.sp-care-card__sparkle {
  position: absolute;
  pointer-events: none;
  font-size: 1rem;
  color: rgba(168, 85, 247, 0.55);
}

.sp-care-card__sparkle--1 {
  top: 15%;
  left: 12%;
  animation: spStarPulse 3.5s ease-in-out infinite;
}

.sp-care-card__sparkle--2 {
  top: 22%;
  right: 14%;
  font-size: 0.9rem;
  color: rgba(192, 132, 252, 0.65);
  animation: spStarPulse 4s ease-in-out 1s infinite;
}

.sp-care-card__sparkle--3 {
  bottom: 25%;
  right: 10%;
  font-size: 0.85rem;
  color: rgba(168, 85, 247, 0.45);
  animation: spStarPulse 3.8s ease-in-out 1.8s infinite;
}

.sp-care-card__illustration {
  position: relative;
  z-index: 2;
  margin-bottom: 1.5rem;
}

.sp-care-card__heart-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: spHeadsetFloat 5.5s ease-in-out infinite;
}

.sp-care-card__svg {
  width: 100%;
  height: 100%;
  display: block;
}

.sp-care-card__title {
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: 1.45rem;
  font-weight: 800;
  color: #581c87;
  line-height: 1.25;
  margin-bottom: 0.85rem;
  position: relative;
  z-index: 2;
}

.sp-care-card__desc {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #6b21a8;
  max-width: 260px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  opacity: 0.85;
}

/* --------------------------------------------------------------------------
   Community Banner Section (Dark Purple Banner)
   -------------------------------------------------------------------------- */
.sp-community {
  position: relative;
  background-color: #ffffff;
  padding: 0 0 7rem;
}

.sp-community .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.sp-community-card {
  position: relative;
  background:
    radial-gradient(ellipse 80% 60% at 85% 50%, rgba(139, 92, 246, 0.4) 0%, transparent 60%),
    radial-gradient(ellipse 60% 70% at 20% 50%, rgba(88, 28, 180, 0.45) 0%, transparent 65%),
    linear-gradient(135deg, #1b0c3d 0%, #260e54 50%, #150831 100%);
  border: 1px solid rgba(196, 181, 253, 0.25);
  border-radius: 24px;
  padding: 2.25rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  box-shadow:
    0 20px 45px -10px rgba(27, 12, 61, 0.45),
    0 0 30px rgba(139, 92, 246, 0.15);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.sp-community-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 25px 55px -10px rgba(27, 12, 61, 0.55),
    0 0 45px rgba(168, 85, 247, 0.25);
}

.sp-community-card__glow {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  animation: spGlowPulse 8s ease-in-out infinite;
}

.sp-community-card__left {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
}

/* Avatar Group Illustration */
.sp-community-card__graphic {
  flex-shrink: 0;
}

.sp-community-card__avatar-group {
  position: relative;
  width: 90px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-community-card__svg-users {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35));
}

.sp-community-card__heart-badge {
  position: absolute;
  top: -4px;
  right: 6px;
  font-size: 0.95rem;
  color: #fbbf24;
  text-shadow: 0 0 8px rgba(251, 191, 36, 0.6);
  animation: spStarPulse 3s ease-in-out infinite;
}

.sp-community-card__text {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.sp-community-card__title {
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.sp-community-card__desc {
  font-size: 0.925rem;
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.88);
  margin-bottom: 0;
  max-width: 540px;
}

/* Join the Community White Button */
.sp-community-card__action {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.sp-btn-community {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.85rem;
  border-radius: 9999px;
  background: #ffffff;
  color: #260e54;
  font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.25s ease,
              color 0.25s ease,
              box-shadow 0.25s ease;
  white-space: nowrap;
}

.sp-btn-community svg {
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.sp-btn-community:hover {
  transform: translateY(-2px) scale(1.03);
  background: #f8fafc;
  color: #7c3aed;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.sp-btn-community:hover svg {
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   Responsive Breakpoints for Phase 4
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .sp-contact__layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .sp-care-card {
    padding: 2.25rem 1.5rem;
  }

  .sp-community-card {
    padding: 2rem 2.25rem;
  }
}

@media (max-width: 768px) {
  .sp-contact {
    padding-bottom: 4.5rem;
  }

  .sp-contact__header {
    text-align: center;
    margin-bottom: 2rem;
  }

  .sp-contact__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.15rem;
  }

  .sp-community {
    padding-bottom: 5rem;
  }

  .sp-community-card {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
    gap: 1.75rem;
  }

  .sp-community-card__left {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .sp-community-card__desc {
    max-width: 100%;
  }

  .sp-community-card__action {
    width: 100%;
  }

  .sp-btn-community {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 580px) {
  .sp-contact__grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    gap: 1.15rem;
  }

  .sp-contact-card {
    padding: 1.5rem 1.25rem;
  }
}

/* --------------------------------------------------------------------------
   PHASE 5 — COMPREHENSIVE RESPONSIVE POLISH (1440px -> 320px)
   -------------------------------------------------------------------------- */

@media (max-width: 480px) {
  .sp-topics {
    padding: 3.5rem 0 3.5rem;
  }

  .sp-topics__eyebrow,
  .sp-guides__eyebrow,
  .sp-contact__eyebrow {
    font-size: 0.725rem;
  }

  .sp-topics__title,
  .sp-guides__title,
  .sp-contact__title {
    font-size: 1.65rem;
  }

  .sp-guides {
    padding-bottom: 3.5rem;
  }

  .sp-contact {
    padding-bottom: 3.5rem;
  }

  .sp-community {
    padding-bottom: 4rem;
  }

  .sp-community-card {
    padding: 1.75rem 1.25rem;
    border-radius: 20px;
  }

  .sp-community-card__title {
    font-size: 1.25rem;
  }

  .sp-community-card__desc {
    font-size: 0.85rem;
  }

  .sp-care-card {
    padding: 2rem 1.25rem;
  }

  .sp-care-card__title {
    font-size: 1.25rem;
  }

  .sp-care-card__heart-icon {
    width: 80px;
    height: 80px;
  }

  .sp-btn-community,
  .sp-btn-all-topics {
    font-size: 0.885rem;
    padding: 0.75rem 1.35rem;
  }
}

@media (max-width: 390px) {
  .sp-topics__title,
  .sp-guides__title,
  .sp-contact__title {
    font-size: 1.5rem;
  }

  .sp-resource-card {
    padding: 1.35rem 1.15rem;
  }

  .sp-resource-card__icon-box {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    margin-bottom: 1rem;
  }

  .sp-resource-card__title {
    font-size: 1rem;
  }

  .sp-resource-card__desc {
    font-size: 0.825rem;
  }

  .sp-contact-card {
    padding: 1.35rem 1.15rem;
  }

  .sp-contact-card__icon-box {
    width: 42px;
    height: 42px;
  }

  .sp-contact-card__title {
    font-size: 0.975rem;
  }

  .sp-contact-card__desc {
    font-size: 0.825rem;
  }

  .sp-community-card {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 340px) {
  .sp-topics__title,
  .sp-guides__title,
  .sp-contact__title {
    font-size: 1.35rem;
  }

  .sp-btn-community,
  .sp-btn-all-topics {
    font-size: 0.825rem;
    padding: 0.7rem 1.1rem;
  }
}

/* Reduced Motion for All Page Components */
@media (prefers-reduced-motion: reduce) {
  .sp-reveal-header,
  .sp-reveal-card,
  .sp-reveal-cta,
  .sp-topic-card,
  .sp-topic-card__icon-wrapper,
  .sp-topic-card__icon,
  .sp-topic-card__arrow,
  .sp-btn-all-topics,
  .sp-btn-all-topics svg,
  .sp-resource-card,
  .sp-resource-card__icon-box,
  .sp-resource-card__icon,
  .sp-resource-card__arrow,
  .sp-contact-card,
  .sp-contact-card__icon-box,
  .sp-contact-card__btn,
  .sp-care-card,
  .sp-care-card__heart-icon,
  .sp-community-card,
  .sp-btn-community,
  .sp-btn-community svg,
  .sp-community-card__glow,
  .sp-hero__badge,
  .sp-hero__title,
  .sp-hero__description,
  .sp-search-bar,
  .sp-hero__trust,
  .sp-hero__visual,
  .sp-hero__headset-wrapper,
  .sp-hero__headset-platform,
  .sp-hero__glow,
  .sp-hero__star,
  .sp-hero__orbit-ring {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}




