/* ==========================================================================
   超濃厚 巨大塩バケツプリン 特設LP - 丸ゴシック体統一ポップデザイン
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600&family=M+PLUS+Rounded+1c:wght@500;700;800;900&family=Outfit:wght@400;600;700&family=Pacifico&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');

:root {
  /* カラーパレット */
  --bg-dark: #070B19;
  --bg-navy: #0A0F24;
  --bg-card: rgba(18, 26, 56, 0.75);
  --bg-card-hover: rgba(26, 37, 78, 0.85);

  --neon-pink: #FF007F;
  --neon-pink-bright: #FF2E93;
  --neon-pink-glow: rgba(255, 0, 127, 0.35);

  --neon-green: #00FF87;
  --neon-green-glow: rgba(0, 255, 135, 0.3);

  --neon-purple: #A855F7;
  --neon-purple-glow: rgba(168, 85, 247, 0.3);

  --neon-yellow: #FFD700;
  --neon-cyan: #00F0FF;

  --text-main: #F8FAFC;
  --text-muted: #CBD5E1;
  --text-dark: #0A0F24;

  --border-glass: rgba(255, 255, 255, 0.12);
  --border-neon-pink: rgba(255, 0, 127, 0.4);

  /* 丸ゴシック体統一フォント定義 */
  --font-maru: 'Zen Maru Gothic', 'M PLUS Rounded 1c', 'Hiragino Maru Gothic ProN', 'ヒラギノ丸ゴ ProN W4', sans-serif;
  --font-pop-title: var(--font-maru);
  --font-body: var(--font-maru);
  --font-number: 'Outfit', var(--font-maru);
  --font-script: 'Pacifico', 'Caveat', cursive;

  /* アニメーション時間 */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* リセット＆基本設定 */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-maru);
  background-color: var(--bg-dark);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(255, 0, 127, 0.12) 0%, transparent 40%),
    radial-gradient(circle at 90% 60%, rgba(168, 85, 247, 0.14) 0%, transparent 40%),
    radial-gradient(circle at 50% 90%, rgba(0, 255, 135, 0.1) 0%, transparent 50%);
  background-attachment: fixed;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* 英語筆記体ネオンクラス */
.neon-script {
  font-family: var(--font-script);
  color: var(--neon-pink-bright);
  text-shadow: 0 0 8px var(--neon-pink-glow), 0 0 16px var(--neon-pink);
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0.04em;
}

.neon-script-cyan {
  font-family: var(--font-script);
  color: var(--neon-cyan);
  text-shadow: 0 0 8px rgba(0, 240, 255, 0.4);
  font-weight: 400;
  display: inline-block;
}

.neon-script-yellow {
  font-family: var(--font-script);
  color: var(--neon-yellow);
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
  font-weight: 400;
  display: inline-block;
}

/* アナウンスヘッダー */
.announcement-bar {
  background: linear-gradient(90deg, #FF007F, #A855F7, #00FF87);
  background-size: 200% 200%;
  animation: gradientShift 6s ease infinite;
  color: #000;
  font-family: var(--font-maru);
  font-weight: 700;
  text-align: center;
  padding: 0.45rem 1rem;
  font-size: 0.825rem;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  z-index: 100;
}

.announcement-badge {
  background: #000;
  color: var(--neon-green);
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-family: var(--font-maru);
  font-weight: 700;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(10, 15, 36, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-glass);
  padding: 0.75rem 0;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-maru);
  font-weight: 700;
  font-size: 1.1rem;
  color: #FFF;
}

.logo-badge {
  background: var(--neon-pink);
  color: #FFF;
  font-size: 0.65rem;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  font-family: var(--font-maru);
  font-weight: 500;
}

.header-cta {
  background: linear-gradient(135deg, var(--neon-pink), var(--neon-purple));
  color: #FFF;
  font-family: var(--font-maru);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  box-shadow: 0 0 12px var(--neon-pink-glow);
  transition: var(--transition-fast);
  border: 1px solid rgba(255,255,255,0.25);
  cursor: pointer;
}

.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 20px var(--neon-pink);
}

/* HERO SECTION */
.hero-section {
  padding: 2rem 0 3.5rem 0;
  position: relative;
}

.hero-flex-mobile {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 961px) {
  .hero-flex-mobile {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    align-items: center;
  }
}

.hero-title-box {
  order: 1;
}

.hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 0, 127, 0.12);
  border: 1px solid var(--neon-pink);
  color: var(--neon-pink-bright);
  padding: 0.35rem 1rem;
  border-radius: 999px;
  font-family: var(--font-maru);
  font-weight: 500;
  font-size: 0.825rem;
  margin-bottom: 0.85rem;
}

.hero-title {
  font-family: var(--font-maru);
  font-size: clamp(2.1rem, 5.5vw, 3.4rem);
  line-height: 1.18;
  margin-bottom: 0.85rem;
  color: #FFF;
  font-weight: 700;
}

.hero-title .highlight-pink {
  color: var(--neon-pink-bright);
  text-shadow: 0 0 15px var(--neon-pink-glow);
}

.hero-title .highlight-green {
  color: var(--neon-green);
  text-shadow: 0 0 15px var(--neon-green-glow);
}

.hero-description {
  font-family: var(--font-maru);
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.hero-image-wrapper {
  order: 2;
}

.hero-image-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid var(--border-neon-pink);
  box-shadow: 0 0 30px var(--neon-pink-glow), 0 12px 30px rgba(0, 0, 0, 0.6);
  background: var(--bg-card);
}

.hero-image-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

@media (max-width: 600px) {
  .hero-image-card img {
    height: 280px;
  }
}

.badge-floating-spec {
  position: absolute;
  bottom: 0.85rem;
  left: 0.85rem;
  right: 0.85rem;
  background: rgba(10, 15, 36, 0.92);
  backdrop-filter: blur(14px);
  border: 1px solid var(--neon-green);
  border-radius: 14px;
  padding: 0.65rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 15px var(--neon-green-glow);
}

.spec-item-val {
  font-family: var(--font-number);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--neon-green);
}

.spec-item-lbl {
  font-family: var(--font-maru);
  font-size: 0.7rem;
  color: var(--text-muted);
}

.hero-drop-details {
  order: 3;
}

/* 8割 : 2割 週替わりDROP切り替えタブ UI */
.drop-switcher-wrapper {
  background: var(--bg-card);
  border: 1px solid var(--border-neon-pink);
  border-radius: 20px;
  padding: 1rem;
  margin-top: 1rem;
  backdrop-filter: blur(16px);
}

.drop-switcher-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-maru);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--neon-green);
  margin-bottom: 0.75rem;
}

.drop-tabs-ratio {
  display: flex;
  gap: 0.6rem;
  align-items: stretch;
}

.drop-tab-main {
  flex: 4;
  background: linear-gradient(135deg, rgba(255, 0, 127, 0.22), rgba(168, 85, 247, 0.22));
  border: 2px solid var(--neon-pink-bright);
  border-radius: 14px;
  padding: 0.75rem 0.85rem;
  cursor: pointer;
  box-shadow: 0 0 15px var(--neon-pink-glow);
  transition: all var(--transition-normal);
  position: relative;
}

.drop-tab-sub {
  flex: 1.1;
  background: rgba(10, 15, 36, 0.7);
  border: 1px solid var(--border-glass);
  border-radius: 14px;
  padding: 0.6rem 0.5rem;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0.75;
  transition: all var(--transition-normal);
}

.drop-tab-sub:hover, .drop-tab-sub.active {
  opacity: 1;
  border-color: var(--neon-purple);
  background: rgba(168, 85, 247, 0.2);
}

.drop-tab-main.active {
  opacity: 1;
  border-color: var(--neon-pink-bright);
}

.tab-badge-now {
  background: var(--neon-green);
  color: var(--text-dark);
  font-size: 0.65rem;
  font-family: var(--font-maru);
  font-weight: 700;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 0.25rem;
}

.tab-badge-next {
  background: rgba(255, 255, 255, 0.15);
  color: var(--neon-pink-bright);
  font-size: 0.6rem;
  font-family: var(--font-maru);
  font-weight: 700;
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 0.2rem;
}

.tab-title-main {
  font-family: var(--font-maru);
  font-size: 0.95rem;
  color: #FFF;
  font-weight: 700;
}

.tab-price-main {
  font-family: var(--font-number);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--neon-yellow);
}

/* 明確な日付スケジュールボックス */
.schedule-date-box {
  background: rgba(10, 15, 36, 0.85);
  border: 1px solid rgba(0, 255, 135, 0.3);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  margin-top: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.date-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.date-icon {
  font-size: 1.1rem;
}

.date-text-lbl {
  font-size: 0.7rem;
  font-family: var(--font-maru);
  color: var(--text-muted);
  display: block;
}

.date-text-val {
  font-size: 0.85rem;
  font-family: var(--font-maru);
  font-weight: 700;
  color: var(--neon-green);
}

.hero-cta-box {
  order: 4;
  margin-top: 1rem;
}

.btn-primary-neon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  background: linear-gradient(135deg, #FF007F 0%, #A855F7 100%);
  color: #FFF;
  font-family: var(--font-maru);
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1rem 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 25px var(--neon-pink-glow);
  cursor: pointer;
  transition: all var(--transition-normal);
}

.btn-primary-neon:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 35px var(--neon-pink-bright);
}

/* SNS SHORT VIDEO SECTION */
.sns-video-section {
  padding: 3.5rem 0;
  background: linear-gradient(180deg, transparent, rgba(168, 85, 247, 0.08), transparent);
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-title {
  font-family: var(--font-maru);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: #FFF;
  font-weight: 700;
}

.phone-mockup-wrapper {
  max-width: 360px;
  margin: 0 auto;
  border-radius: 36px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 40px rgba(168, 85, 247, 0.3), 0 15px 45px rgba(0, 0, 0, 0.8);
  background: #000;
  overflow: hidden;
}

.phone-screen {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  background: #0A0F24;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tiktok-overlay {
  position: absolute;
  inset: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, transparent 30%, transparent 60%, rgba(0,0,0,0.85) 100%);
  pointer-events: none;
}

.tiktok-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-family: var(--font-maru);
  font-size: 0.8rem;
  font-weight: 700;
}

.sns-badge-live {
  background: var(--neon-pink);
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.65rem;
}

.tiktok-side-actions {
  position: absolute;
  right: 0.85rem;
  bottom: 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  pointer-events: auto;
}

.action-btn-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #FFF;
  cursor: pointer;
}

.action-count {
  font-size: 0.7rem;
  font-family: var(--font-maru);
  font-weight: 700;
  color: #FFF;
  margin-top: 0.15rem;
}

.tiktok-bottom-info {
  pointer-events: auto;
  padding-right: 3.5rem;
}

.sns-user-handle {
  font-family: var(--font-maru);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--neon-green);
  margin-bottom: 0.25rem;
}

.sns-caption {
  font-family: var(--font-maru);
  font-size: 0.8rem;
  color: #FFF;
  line-height: 1.35;
}

/* 3-TASTE CUSTOMIZER */
.taste-customizer-section {
  padding: 3.5rem 0;
}

.taste-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

@media (max-width: 860px) {
  .taste-card-grid {
    grid-template-columns: 1fr;
  }
}

.taste-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 20px;
  padding: 1.5rem;
  transition: all var(--transition-normal);
  cursor: pointer;
}

.taste-card:hover, .taste-card.active {
  border-color: var(--neon-pink);
  transform: translateY(-4px);
  box-shadow: 0 10px 25px var(--neon-pink-glow);
}

.taste-number {
  font-family: var(--font-number);
  font-size: 2rem;
  font-weight: 700;
  color: var(--neon-pink-bright);
  line-height: 1;
  margin-bottom: 0.4rem;
  opacity: 0.8;
}

.taste-title {
  font-family: var(--font-maru);
  font-size: 1.2rem;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.taste-tag {
  display: inline-block;
  background: rgba(168, 85, 247, 0.2);
  color: var(--neon-purple);
  border: 1px solid var(--neon-purple);
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-family: var(--font-maru);
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.taste-desc {
  font-family: var(--font-maru);
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* PRODUCT PRICING SECTION */
.product-section {
  padding: 3.5rem 0;
}

.product-main-card {
  background: linear-gradient(135deg, rgba(18, 26, 56, 0.95), rgba(10, 15, 36, 0.95));
  border: 1.5px solid var(--neon-pink);
  border-radius: 28px;
  padding: 2.5rem 2rem;
  box-shadow: 0 0 35px var(--neon-pink-glow);
}

@media (max-width: 768px) {
  .product-main-card {
    padding: 1.5rem 1rem;
  }
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (max-width: 900px) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.product-image-box {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border-glass);
}

.product-image-box img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.product-badge-spec {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  background: var(--neon-green);
  color: var(--text-dark);
  font-family: var(--font-maru);
  font-size: 0.8rem;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  font-weight: 700;
}

.product-info-box h3 {
  font-family: var(--font-maru);
  font-size: 1.6rem;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.product-price-wrapper {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}

.product-price-main {
  font-family: var(--font-number);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--neon-pink-bright);
}

.product-price-tax {
  font-size: 0.85rem;
  font-family: var(--font-maru);
  color: var(--text-muted);
}

.product-features-list {
  list-style: none;
  margin-bottom: 1.5rem;
}

.product-features-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.9rem;
  font-family: var(--font-maru);
  color: #FFF;
  margin-bottom: 0.6rem;
}

.feature-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 255, 135, 0.2);
  color: var(--neon-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid var(--neon-green);
}

/* STICKY BOTTOM BAR */
.sticky-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(10, 15, 36, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid var(--border-neon-pink);
  padding: 0.75rem 1rem;
  box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.7);
  transform: translateY(100%);
  transition: transform var(--transition-normal);
}

.sticky-bottom-bar.visible {
  transform: translateY(0);
}

.sticky-bar-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.sticky-price-info {
  display: flex;
  flex-direction: column;
}

.sticky-title {
  font-size: 0.75rem;
  font-family: var(--font-maru);
  color: var(--text-muted);
}

.sticky-price {
  font-family: var(--font-number);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--neon-pink-bright);
}

/* 注文モーダル */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(5, 8, 20, 0.85);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-normal);
}

.modal-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-container {
  width: 100%;
  max-width: 480px;
  background: var(--bg-navy);
  border: 1.5px solid var(--neon-pink);
  border-radius: 24px;
  padding: 1.75rem;
  box-shadow: 0 0 40px var(--neon-pink-glow);
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--border-glass);
  color: #FFF;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.form-group {
  margin-bottom: 1rem;
}

.form-label {
  display: block;
  font-size: 0.8rem;
  font-family: var(--font-maru);
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 0.35rem;
}

.form-input, .form-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-glass);
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
  color: #FFF;
  font-family: var(--font-maru);
  font-size: 0.9rem;
}

/* FAQ */
.faq-section {
  padding: 3.5rem 0;
}

.faq-grid {
  display: grid;
  gap: 1rem;
  max-width: 780px;
  margin: 0 auto;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 14px;
  padding: 1.1rem 1.25rem;
}

.faq-question {
  font-family: var(--font-maru);
  font-size: 0.95rem;
  color: var(--neon-green);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.faq-answer {
  font-family: var(--font-maru);
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.site-footer {
  padding: 2.5rem 0 5.5rem 0;
  border-top: 1px solid var(--border-glass);
  text-align: center;
  font-family: var(--font-maru);
  color: var(--text-muted);
  font-size: 0.8rem;
}

/* トースト通知 */
.toast-notification {
  position: fixed;
  top: 4.5rem;
  right: 1rem;
  z-index: 150;
  background: rgba(18, 26, 56, 0.95);
  border: 1px solid var(--neon-green);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  box-shadow: 0 0 15px var(--neon-green-glow);
  transform: translateX(120%);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.toast-notification.active {
  transform: translateX(0);
}

.toast-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--neon-pink);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
}

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