/* ============================================================
   羞羞色漫 — 设计系统 · 柔彩拼贴 · 半调波普
   画中有话 · 轻盈 · 艺术 · 温度
   ============================================================ */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", system-ui, -apple-system, sans-serif;
  background: #fffaf5;
  color: #2b2b35;
  overflow-x: hidden;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

/* 背景设计元素 */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 110, 130, 0.06) 0.5px, transparent 0.5px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 0;
}

/* ============================================================
   容器与区块
   ============================================================ */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.section {
  padding: 96px 0;
  position: relative;
}

.section:nth-child(even) {
  background: #fff4ee;
}

.section:nth-child(even)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 180, 160, 0.25) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* ============================================================
   导航 — 柔和玻璃态
   ============================================================ */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 250, 244, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 130, 130, 0.1);
  box-shadow: 0 4px 30px rgba(255, 124, 124, 0.06);
  transition: box-shadow 0.3s ease;
}

.site-header:hover {
  box-shadow: 0 8px 36px rgba(255, 124, 124, 0.14);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.25rem;
  text-decoration: none;
  color: #2b2b35;
  position: relative;
  z-index: 2;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}

.logo:hover {
  color: #ff6c7c;
}

.logo-icon {
  width: 40px;
  height: 40px;
  border-radius: 50% 50% 50% 8px;
  background: linear-gradient(135deg, #ff9a76 0%, #ff6c7c 60%, #ff5f9e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #fff;
  box-shadow: 0 4px 14px rgba(255, 108, 124, 0.35);
  transform: rotate(-8deg);
  transition: transform 0.3s ease;
}

.logo:hover .logo-icon {
  transform: rotate(8deg) scale(1.06);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
}

.main-nav a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: #4a4a55;
  transition: color 0.2s ease, transform 0.2s ease;
  position: relative;
  padding: 4px 2px;
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ff6c7c, #ff9a76);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.main-nav a:hover::after {
  width: 100%;
}

.main-nav a:hover {
  color: #ff6c7c;
}

.nav-cta {
  padding: 8px 22px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(135deg, #ff6c7c, #ff9a76);
  box-shadow: 0 4px 16px rgba(255, 108, 124, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-cta:hover {
  transform: scale(1.04) translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 108, 124, 0.4);
  color: #fff;
}

.menu-toggle {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
  font-size: 1.6rem;
  color: #2b2b35;
  transition: transform 0.2s;
}

.menu-toggle:hover {
  transform: scale(1.15);
}

/* ============================================================
   Hero — 拼贴艺术风
   ============================================================ */

.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 120px 0 60px;
  background: linear-gradient(180deg, #fffaf5 0%, #fff0eb 55%, #ffeadd 100%);
  overflow: hidden;
}

.hero::before {
  content: "漫";
  position: absolute;
  top: 12%;
  right: 7%;
  font-size: 260px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 108, 124, 0.08);
  pointer-events: none;
  opacity: 0.8;
  transform: rotate(8deg);
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(46, 213, 115, 0.18) 0%, transparent 70%);
  border-radius: 50%;
}

.hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}

.hero-content {
  flex: 1;
  max-width: 620px;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, rgba(255, 108, 124, 0.12), rgba(255, 180, 130, 0.14));
  color: #e8535f;
  letter-spacing: 0.08em;
  border: 1px solid rgba(255, 108, 124, 0.25);
  backdrop-filter: blur(4px);
}

.hero h1 {
  font-size: 3.2rem;
  line-height: 1.15;
  margin-bottom: 22px;
  font-weight: 900;
  color: #1b1b26;
  letter-spacing: -0.02em;
}

.hero h1 .highlight {
  background: linear-gradient(135deg, #ff6c7c 0%, #ff9a76 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.hero p {
  font-size: 1.12rem;
  color: #56566b;
  opacity: 0.85;
  max-width: 480px;
  margin-bottom: 36px;
  line-height: 1.9;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-image {
  flex: 1;
  max-width: 420px;
  min-width: 300px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 
    0 20px 60px rgba(255, 108, 124, 0.18),
    0 2px 10px rgba(255, 108, 124, 0.08);
  transform: rotate(2deg);
  border: 6px solid rgba(255, 255, 255, 0.7);
  background: #fff;
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-image:hover {
  transform: rotate(0deg) scale(1.02);
  box-shadow: 0 30px 80px rgba(255, 108, 124, 0.3);
}

.hero-image::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(135deg, rgba(255, 154, 118, 0.08), rgba(255, 108, 124, 0.08));
  border-radius: 30px;
  z-index: -1;
}

.hero-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

/* ============================================================
   按钮
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.btn-primary {
  background: linear-gradient(135deg, #ff6c7c, #ff9a76);
  color: #fff;
  box-shadow: 0 6px 24px rgba(255, 108, 124, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 108, 124, 0.35);
}

.btn-outline {
  background: transparent;
  border: 2px solid #ff9a76;
  color: #ff7e5f;
}

.btn-outline:hover {
  background: rgba(255, 110, 130, 0.08);
  border-color: #ff6c7c;
  color: #ff6c7c;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255, 110, 130, 0.15);
}

/* ============================================================
   区块标签 / 标题
   ============================================================ */

.section-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 16px;
  color: #ff6c7c;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 6px;
}

.section-label::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #ff6c7c, #ff9a76);
  border-radius: 2px;
}

.section-title {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 14px;
  color: #22222c;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.section-desc {
  max-width: 600px;
  opacity: 0.72;
  color: #555;
  margin-bottom: 48px;
  line-height: 1.9;
}

.text-accent {
  color: #ff6c7c;
}

.text-center {
  text-align: center;
}

.text-center .section-label::after {
  left: 50%;
  transform: translateX(-50%);
}

.text-center .section-desc {
  margin: 0 auto 48px;
}

/* ============================================================
   卡片网格 — 柔彩拼贴
   ============================================================ */

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
}

.category-card {
  border-radius: 20px;
  padding: 32px 28px;
  background: #fff;
  border: 2px solid rgba(255, 180, 130, 0.12);
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 4px 20px rgba(255, 140, 110, 0.06);
}

.category-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(120deg, rgba(255, 108, 124, 0.04), rgba(255, 180, 130, 0.08));
  transition: height 0.4s ease;
}

.category-card:hover {
  transform: translateY(-6px) rotate(0.5deg);
  box-shadow: 0 14px 40px rgba(255, 108, 124, 0.14);
  border-color: rgba(255, 108, 124, 0.28);
}

.category-card:hover::before {
  height: 100%;
}

.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.6rem;
  background: linear-gradient(135deg, #ffe8e2, #ffd6ce);
  box-shadow: inset 0 0 0 1px rgba(255, 108, 124, 0.08);
  transition: all 0.3s ease;
}

.category-card:hover .card-icon {
  transform: scale(1.08) rotate(-6deg);
  background: linear-gradient(135deg, #ff6c7c, #ff9a76);
  color: #fff;
  box-shadow: 0 6px 16px rgba(255, 108, 124, 0.25);
}

.category-card h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: #2b2b35;
  font-weight: 700;
}

.category-card p {
  font-size: 0.9rem;
  color: #777;
  line-height: 1.7;
  margin-bottom: 16px;
}

.card-link {
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  color: #ff6c7c;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s;
}

.card-link:hover {
  gap: 10px;
  color: #e8535f;
}

/* ============================================================
   特性块 — 波浪曲线
   ============================================================ */

.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.feature-image {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 16px 48px rgba(50, 50, 60, 0.1);
  border: 4px solid #fff;
  background: #ffeadd;
  transform: rotate(-2deg);
  transition: transform 0.4s ease;
}

.feature-image:hover {
  transform: rotate(0deg);
}

.feature-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.feature-text h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2b2b35;
  margin-bottom: 14px;
}

.feature-text p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 20px;
}

.feature-list {
  list-style: none;
}

.feature-list li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #444;
}

.feature-list li::before {
  content: '✦';
  font-weight: 700;
  color: #ff6c7c;
  font-size: 0.9rem;
}

/* ============================================================
   数据条 — 圆形徽章
   ============================================================ */

.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: center;
}

.stat-item {
  padding: 36px 20px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid rgba(255, 160, 130, 0.12);
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 4px 20px rgba(255, 140, 110, 0.04);
}

.stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ff6c7c, #ff9a76);
  border-radius: 0 0 4px 4px;
  transition: width 0.35s ease;
}

.stat-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(255, 108, 124, 0.15);
}

.stat-item:hover::before {
  width: 100%;
}

.stat-number {
  font-size: 2.6rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ff6c7c, #ff9a76);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.65;
  color: #56565b;
  margin-top: 8px;
  letter-spacing: 0.02em;
}

/* ============================================================
   内容墙 — 杂志化卡片
   ============================================================ */

.content-wall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}

.content-wall-item {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 160, 130, 0.08);
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.content-wall-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(255, 108, 124, 0.14);
}

.content-wall-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
  filter: saturate(0.85);
}

.content-wall-item:hover img {
  transform: scale(1.04);
  filter: saturate(1.05);
}

.content-wall-body {
  padding: 24px;
  position: relative;
}

.content-wall-body h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #2b2b35;
  font-weight: 700;
}

.content-wall-body p {
  font-size: 0.88rem;
  color: #888;
  line-height: 1.7;
}

.content-wall-body::before {
  content: "◈";
  position: absolute;
  top: -14px;
  right: 20px;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #ff6c7c, #ff9a76);
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  box-shadow: 0 4px 12px rgba(255, 108, 124, 0.3);
}

/* ============================================================
   FAQ — 手风琴
   ============================================================ */

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border: 2px solid rgba(255, 180, 130, 0.12);
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.7);
}

.faq-item:hover {
  border-color: rgba(255, 108, 124, 0.3);
  box-shadow: 0 4px 20px rgba(255, 108, 124, 0.06);
}

.faq-item.open {
  border-color: rgba(255, 108, 124, 0.4);
  background: #fff;
  box-shadow: 0 8px 30px rgba(255, 108, 124, 0.1);
}

.faq-item .faq-question {
  padding: 20px 24px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #2b2b35;
  transition: color 0.2s;
}

.faq-item .faq-question::after {
  content: '+';
  font-size: 1.4rem;
  color: #ff6c7c;
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item.open .faq-question::after {
  transform: rotate(45deg);
}

.faq-item .faq-answer {
  padding: 0 24px 20px;
  display: none;
  opacity: 0.7;
  color: #555;
  line-height: 1.9;
  font-size: 0.92rem;
}

.faq-item.open .faq-answer {
  display: block;
}

/* ============================================================
   CTA 横幅
   ============================================================ */

.cta-banner {
  padding: 72px 24px;
  text-align: center;
  border-radius: 32px;
  background: linear-gradient(135deg, #ff6c7c, #ff9a76, #ffb05c);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(255, 108, 124, 0.25);
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: -60%;
  right: -30%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.cta-banner::after {
  content: '';
  position: absolute;
  bottom: -80%;
  left: -20%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.cta-banner h2 {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 12px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
  font-size: 1.05rem;
  position: relative;
  z-index: 1;
}

.cta-banner .btn-primary {
  background: #fff;
  color: #ff6c7c;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
}

.cta-banner .btn-primary:hover {
  background: #fff5f0;
  transform: scale(1.04);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

/* ============================================================
   页脚 — 暖色漸层
   ============================================================ */

.site-footer {
  padding: 64px 0 28px;
  background: #fff4ee;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6c7c, #ff9a76, #ffd28f);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand p {
  font-size: 0.95rem;
  color: #666;
  margin-top: 16px;
  line-height: 1.9;
  max-width: 280px;
}

.footer-brand .logo {
  font-size: 1.2rem;
  color: #2b2b35;
  margin-bottom: 12px;
}

.footer-col h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #2b2b35;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: #ff6c7c;
  border-radius: 2px;
}

.footer-col p {
  font-size: 0.88rem;
  color: #777;
  line-height: 2;
  margin-bottom: 4px;
}

.footer-col a {
  display: block;
  font-size: 0.88rem;
  color: #777;
  text-decoration: none;
  line-height: 2.2;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-col a:hover {
  color: #ff6c7c;
  padding-left: 6px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 130, 130, 0.15);
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: #777;
  letter-spacing: 0.03em;
}

/* ============================================================
   工具类
   ============================================================ */

.seo-description {
  max-width: 600px;
  margin: 0 auto 48px;
  opacity: 0.7;
  text-align: center;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

/* ============================================================
   响应式
   ============================================================ */

@media (max-width: 992px) {
  .hero .container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-image {
    display: none;
  }

  .hero h1 {
    font-size: 2.6rem;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 64px 0;
  }

  .hero {
    min-height: 80vh;
    padding: 100px 0 40px;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .feature-block {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .feature-image {
    max-width: 480px;
    margin: 0 auto;
  }

  .feature-list li {
    justify-content: center;
  }

  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .main-nav {
    display: none;
  }

  .main-nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: rgba(255, 248, 244, 0.98);
    backdrop-filter: blur(20px);
    padding: 28px 24px;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 130, 130, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  }

  .main-nav.open a {
    font-size: 1.1rem;
    padding: 8px 0;
  }

  .menu-toggle {
    display: flex;
  }

  .section-title {
    font-size: 1.9rem;
  }
}

@media (max-width: 480px) {
  .cards-grid,
  .content-wall,
  .stats-bar {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom {
    text-align: center;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    justify-content: center;
  }

  .hero h1 {
    font-size: 1.9rem;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-item {
    padding: 28px 16px;
  }
}