/* ============================================
   CRYPTO MARKET ACADEMY — styles-base.css
   Ultra-Premium Design System v2.0
   ============================================ */

/* ---------- Google Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300;1,9..40,400&family=JetBrains+Mono:wght@400;500&display=swap');

/* ---------- CSS Variables ---------- */
:root {
  /* Primary — Refined Gold (warmer, more luxurious) */
  --primary-50:  #FFFDF5;
  --primary-100: #FFF9E6;
  --primary-200: #FFEFC2;
  --primary-300: #FFE299;
  --primary-400: #F0C654;
  --primary-500: #D4A51A;
  --primary-600: #B8910F;
  --primary-700: #9A7A0D;
  --primary-800: #7A610A;
  --primary-900: #5C4908;
  --primary-rgb: 212, 165, 26;

  /* Accent — Electric Cyan (refined) */
  --accent-300: #67E8F9;
  --accent-400: #22D3EE;
  --accent-500: #06B6D4;
  --accent-600: #0891B2;
  --accent-700: #0E7490;
  --accent-rgb: 6, 182, 212;

  /* Secondary — Violet (for depth) */
  --secondary-400: #A78BFA;
  --secondary-500: #8B5CF6;
  --secondary-600: #7C3AED;
  --secondary-rgb: 139, 92, 246;

  /* Surface — Ultra-deep dark theme */
  --surface-950: #020205;
  --surface-900: #05070D;
  --surface-850: #080C16;
  --surface-800: #0C1220;
  --surface-750: #101829;
  --surface-700: #151F35;
  --surface-600: #1C2844;
  --surface-500: #253352;
  --surface-400: #334467;

  /* Gray scale (refined for dark theme) */
  --gray-50:  #F8FAFC;
  --gray-100: #F1F5F9;
  --gray-200: #E2E8F0;
  --gray-300: #CBD5E1;
  --gray-400: #94A3B8;
  --gray-500: #64748B;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1E293B;
  --gray-900: #0F172A;

  /* Text hierarchy */
  --text-primary:   #F8FAFC;
  --text-secondary: #94A3B8;
  --text-muted:     #64748B;
  --text-subtle:    #475569;
  --text-on-primary: #05070D;

  /* Multi-layer shadow system */
  --shadow-xs:  0 1px 2px rgba(0,0,0,0.4);
  --shadow-sm:  0 1px 3px rgba(0,0,0,0.4), 
                0 4px 6px rgba(0,0,0,0.25);
  --shadow:     0 1px 3px rgba(0,0,0,0.4), 
                0 4px 6px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15);
  --shadow-md:  0 2px 4px rgba(0,0,0,0.4), 
                0 6px 12px rgba(0,0,0,0.25), 
                0 16px 32px rgba(0,0,0,0.15),
                0 24px 48px rgba(0,0,0,0.1);
  --shadow-lg:  0 2px 4px rgba(0,0,0,0.4), 
                0 8px 16px rgba(0,0,0,0.3), 
                0 24px 48px rgba(0,0,0,0.2),
                0 40px 80px rgba(0,0,0,0.15);
  --shadow-xl:  0 4px 8px rgba(0,0,0,0.4), 
                0 12px 24px rgba(0,0,0,0.35), 
                0 32px 64px rgba(0,0,0,0.25),
                0 56px 112px rgba(0,0,0,0.15);
  --shadow-2xl: 0 8px 16px rgba(0,0,0,0.5),
                0 24px 48px rgba(0,0,0,0.35),
                0 48px 96px rgba(0,0,0,0.25),
                0 80px 160px rgba(0,0,0,0.15);

  /* Colored shadows */
  --shadow-primary: 0 4px 16px rgba(var(--primary-rgb), 0.15),
                    0 8px 32px rgba(var(--primary-rgb), 0.1);
  --shadow-primary-lg: 0 8px 24px rgba(var(--primary-rgb), 0.2),
                       0 16px 48px rgba(var(--primary-rgb), 0.15),
                       0 32px 64px rgba(var(--primary-rgb), 0.08);
  --shadow-glow: 0 0 20px rgba(var(--primary-rgb), 0.3),
                 0 0 40px rgba(var(--primary-rgb), 0.15),
                 0 0 80px rgba(var(--primary-rgb), 0.05);
  --shadow-glow-lg: 0 0 30px rgba(var(--primary-rgb), 0.4),
                    0 0 60px rgba(var(--primary-rgb), 0.2),
                    0 0 120px rgba(var(--primary-rgb), 0.08);
  --shadow-accent: 0 4px 16px rgba(var(--accent-rgb), 0.15),
                   0 8px 32px rgba(var(--accent-rgb), 0.1);

  /* Card shadows with subtle color tinting */
  --shadow-card: 0 2px 4px rgba(0,0,0,0.5),
                 0 8px 16px rgba(0,0,0,0.35),
                 0 16px 32px rgba(0,0,0,0.2),
                 inset 0 1px 0 rgba(255,255,255,0.03);
  --shadow-card-hover: 0 4px 8px rgba(0,0,0,0.5),
                       0 16px 32px rgba(0,0,0,0.35),
                       0 32px 64px rgba(0,0,0,0.2),
                       0 0 40px rgba(var(--primary-rgb), 0.06),
                       inset 0 1px 0 rgba(255,255,255,0.05);

  /* Easing curves */
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275);

  /* Radius scale */
  --radius-xs:   4px;
  --radius-sm:   8px;
  --radius-md:   12px;
  --radius-lg:   16px;
  --radius-xl:   20px;
  --radius-2xl:  28px;
  --radius-3xl:  36px;
  --radius-full: 9999px;

  /* Spacing & Layout */
  --container: 1200px;
  --container-lg: 1400px;
  --nav-height: 76px;

  /* Transitions */
  --transition-fast:   0.15s var(--ease);
  --transition-base:   0.3s var(--ease);
  --transition-smooth: 0.5s var(--ease-out);
  --transition-slow:   0.8s var(--ease-out);

  /* Borders */
  --border-subtle: 1px solid rgba(255,255,255,0.04);
  --border-light: 1px solid rgba(255,255,255,0.08);
  --border-medium: 1px solid rgba(255,255,255,0.12);
  --border-primary: 1px solid rgba(var(--primary-rgb), 0.2);

  /* Gradients */
  --gradient-dark: linear-gradient(180deg, var(--surface-900), var(--surface-950));
  --gradient-card: linear-gradient(165deg, var(--surface-800) 0%, var(--surface-850) 50%, var(--surface-900) 100%);
  --gradient-primary: linear-gradient(135deg, var(--primary-400), var(--primary-600));
  --gradient-primary-subtle: linear-gradient(135deg, rgba(var(--primary-rgb), 0.15), rgba(var(--primary-rgb), 0.05));
  --gradient-shine: linear-gradient(135deg, var(--primary-300), var(--primary-500), var(--accent-400));
  --gradient-border: linear-gradient(135deg, rgba(var(--primary-rgb), 0.3), rgba(var(--accent-rgb), 0.2), rgba(var(--secondary-rgb), 0.15));
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: var(--nav-height);
}

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-primary);
  background-color: var(--surface-950);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-image:
    radial-gradient(ellipse 100% 80% at 50% -30%, rgba(var(--primary-rgb), 0.04), transparent 60%),
    radial-gradient(ellipse 80% 60% at 100% 50%, rgba(var(--accent-rgb), 0.015), transparent 50%),
    radial-gradient(ellipse 80% 60% at 0% 80%, rgba(var(--secondary-rgb), 0.01), transparent 50%);
  background-attachment: fixed;
}

body.no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--transition-fast);
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

ul, ol {
  list-style: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  outline: none;
  background: none;
}

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

h2 {
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  letter-spacing: -0.025em;
}

h3 {
  font-size: clamp(1.35rem, 2.8vw, 1.7rem);
  letter-spacing: -0.015em;
}

h4 {
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
}

p {
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Text gradient effect — enhanced shimmer */
.text-gradient {
  background: linear-gradient(
    135deg, 
    var(--primary-300) 0%, 
    var(--primary-400) 25%, 
    var(--primary-500) 50%, 
    var(--accent-400) 75%,
    var(--primary-400) 100%
  );
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer-text 8s linear infinite;
}

@keyframes shimmer-text {
  0% { background-position: 0% center; }
  100% { background-position: 300% center; }
}

.text-gradient-accent {
  background: linear-gradient(135deg, var(--accent-400), var(--primary-400), var(--secondary-400));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .container { padding: 0 32px; }
}

@media (min-width: 1024px) {
  .container { padding: 0 48px; }
}

section {
  padding: 80px 0;
  position: relative;
}

@media (min-width: 768px) {
  section { padding: 100px 0; }
}

@media (min-width: 1024px) {
  section { padding: 140px 0; }
}

/* ---------- Section Headers ---------- */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary-400);
  margin-bottom: 20px;
  position: relative;
}

.section-label::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-400));
  border-radius: 2px;
}

.section-label::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-400), transparent);
  border-radius: 2px;
}

.section-title {
  margin-bottom: 18px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 680px;
  line-height: 1.85;
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-header .section-subtitle {
  margin: 0 auto;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  border-radius: var(--radius-full);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  isolation: isolate;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity var(--transition-base);
}

.btn-primary {
  background: var(--gradient-primary);
  color: var(--text-on-primary);
  box-shadow: var(--shadow-primary),
              inset 0 1px 0 rgba(255,255,255,0.2),
              inset 0 -1px 0 rgba(0,0,0,0.1);
  border: 1px solid rgba(var(--primary-rgb), 0.3);
}

.btn-primary::before {
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-primary-lg),
              var(--shadow-glow),
              inset 0 1px 0 rgba(255,255,255,0.25);
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-primary:active {
  transform: translateY(-1px);
}

.btn-secondary {
  background: rgba(255,255,255,0.04);
  color: var(--text-primary);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.btn-secondary::before {
  background: rgba(255,255,255,0.08);
}

.btn-secondary:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--primary-rgb), 0.25);
  box-shadow: var(--shadow-sm),
              0 0 20px rgba(var(--primary-rgb), 0.08);
}

.btn-secondary:hover::before {
  opacity: 1;
}

.btn-accent {
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  color: #fff;
  box-shadow: var(--shadow-accent),
              inset 0 1px 0 rgba(255,255,255,0.2);
}

.btn-accent:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(var(--accent-rgb), 0.3),
              0 16px 48px rgba(var(--accent-rgb), 0.15),
              inset 0 1px 0 rgba(255,255,255,0.25);
}

.btn-lg {
  padding: 18px 44px;
  font-size: 1rem;
}

.btn-sm {
  padding: 11px 26px;
  font-size: 0.85rem;
}

.btn-icon {
  width: 52px;
  height: 52px;
  padding: 0;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ---------- Cards (base) ---------- */
.card {
  background: var(--gradient-card);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-xl);
  padding: 36px;
  transition: all var(--transition-smooth);
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}

/* Gradient border effect on hover */
.card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--gradient-border);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity var(--transition-smooth);
  pointer-events: none;
}

/* Top shine line */
.card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(var(--primary-rgb), 0.4), 
    transparent
  );
  opacity: 0;
  transition: opacity var(--transition-smooth);
  pointer-events: none;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(255,255,255,0.08);
}

.card:hover::before {
  opacity: 1;
}

.card:hover::after {
  opacity: 1;
}

/* ---------- Badges ---------- */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: var(--radius-full);
  letter-spacing: 0.02em;
}

.badge-primary {
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.15), rgba(var(--primary-rgb), 0.08));
  color: var(--primary-400);
  border: 1px solid rgba(var(--primary-rgb), 0.2);
}

.badge-accent {
  background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.12), rgba(var(--accent-rgb), 0.06));
  color: var(--accent-400);
  border: 1px solid rgba(var(--accent-rgb), 0.2);
}

.badge-glass {
  background: rgba(255,255,255,0.05);
  color: var(--text-secondary);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* ---------- Scroll Reveal Animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}

.reveal-left.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}

.reveal-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}

.reveal-scale.revealed {
  opacity: 1;
  transform: scale(1);
}

/* ---------- Scroll Progress Bar ---------- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: var(--gradient-shine);
  background-size: 200% auto;
  z-index: 10001;
  transition: width 0.05s linear;
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0 12px rgba(var(--primary-rgb), 0.5),
              0 0 24px rgba(var(--primary-rgb), 0.25);
}

/* ---------- Float Animations ---------- */
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-8px) rotate(0.5deg); }
  50% { transform: translateY(-14px) rotate(0deg); }
  75% { transform: translateY(-8px) rotate(-0.5deg); }
}

@keyframes float-delayed {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(-0.5deg); }
}

@keyframes pulse-glow {
  0%, 100% { 
    box-shadow: var(--shadow-primary);
    filter: brightness(1);
  }
  50% { 
    box-shadow: var(--shadow-glow);
    filter: brightness(1.05);
  }
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes subtle-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.float { animation: float 7s ease-in-out infinite; }
.float-delayed { animation: float-delayed 7s ease-in-out 1.5s infinite; }
.pulse-glow { animation: pulse-glow 4s ease-in-out infinite; }

/* ---------- Grid Utilities ---------- */
.grid {
  display: grid;
  gap: 24px;
}

.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: 1fr; }

@media (min-width: 768px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

/* ---------- Misc Utilities ---------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.text-center { text-align: center; }
.text-left { text-align: left; }

.mx-auto { margin-left: auto; margin-right: auto; }

.relative { position: relative; }
.overflow-hidden { overflow: hidden; }

.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-sm { gap: 12px; }
.gap-md { gap: 24px; }
.gap-lg { gap: 40px; }

/* ---------- Selection ---------- */
::selection {
  background: rgba(var(--primary-rgb), 0.3);
  color: var(--text-primary);
}

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--surface-950);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--surface-600), var(--surface-700));
  border-radius: var(--radius-full);
  border: 2px solid var(--surface-950);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--surface-500), var(--surface-600));
}

/* ---------- Focus States ---------- */
:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 3px;
}

/* ---------- Image Reveal ---------- */
.img-reveal {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.2s var(--ease-out);
}

.img-reveal.revealed {
  clip-path: inset(0 0 0 0);
}

/* ---------- Glass Effect Utility ---------- */
.glass {
  background: rgba(12, 18, 32, 0.6);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border: 1px solid rgba(255,255,255,0.08);
}

.glass-light {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.06);
}

/* ---------- Noise Texture Overlay ---------- */
.noise-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: 0.02;
  pointer-events: none;
  z-index: 1;
}

/* ---------- Gradient Text Utility ---------- */
.gradient-text-gold {
  background: linear-gradient(135deg, var(--primary-300), var(--primary-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-text-multi {
  background: linear-gradient(135deg, var(--primary-400), var(--accent-400), var(--secondary-400));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
