@charset "UTF-8";

/* ============================================
   黑料在线 · 曝光档案设计系统
   AWWWARDS INSPIRED — 米白×朱红×墨色
   ============================================ */

/* ---------- 基础重置 ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'PingFang SC', 'Microsoft YaHei', system-ui, -apple-system, sans-serif;
  overflow-x: hidden;
  background-color: #F4EFE6;
  color: #2B2825;
  line-height: 1.65;
  letter-spacing: 0.015em;
  word-break: break-word;
}

::selection {
  background: #D6453D;
  color: #FFFFFF;
}

/* ---------- 核心布局 ---------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 80px 0;
  position: relative;
}

.section:nth-child(even) {
  background: #EAE3D6;
}

.section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background: #D6453D;
  z-index: 2;
}

/* ---------- 导航 ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(244, 239, 230, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 2px solid #2B2825;
}

.site-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: repeating-linear-gradient(90deg, #D6453D 0px 28px, #2B2825 28px 56px);
  z-index: 1;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 1.35rem;
  text-decoration: none;
  color: #2B2825;
  font-family: 'Songti SC', 'SimSun', serif;
  letter-spacing: 0.06em;
  position: relative;
}

.logo-icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #D6453D;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 900;
  transform: rotate(-5deg);
  box-shadow: 3px 3px 0 #2B2825;
  transition: transform 0.3s ease;
}

.logo:hover .logo-icon {
  transform: rotate(0deg) scale(1.05);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
}

.main-nav a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2B2825;
  padding: 8px 2px;
  position: relative;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #D6453D;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.main-nav a:hover {
  color: #D6453D;
}

.main-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 10px 24px !important;
  background: #D6453D;
  color: #FFFFFF !important;
  border-radius: 2px;
  box-shadow: 4px 4px 0 rgba(43, 40, 37, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.nav-cta:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 rgba(43, 40, 37, 0.25);
}

.nav-cta::after { display: none; }

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 2px solid #2B2825;
  background: transparent;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.2rem;
  color: #2B2825;
  transition: background 0.3s, color 0.3s;
}

.menu-toggle:hover {
  background: #D6453D;
  border-color: #D6453D;
  color: #FFFFFF;
}

/* ---------- Hero ---------- */
.hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  gap: 48px;
  position: relative;
  padding: 140px 0 80px;
  background:
    linear-gradient(rgba(43, 40, 37, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 40, 37, 0.028) 1px, transparent 1px),
    #F4EFE6;
  background-size: 40px 40px;
}

.hero::before {
  content: '曝光';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Songti SC', 'SimSun', serif;
  font-size: 22rem;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px rgba(214, 69, 61, 0.13);
  z-index: 0;
  pointer-events: none;
  line-height: 1;
  white-space: nowrap;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(90deg, #D6453D 0px 20px, transparent 20px 40px);
}

.hero-content {
  max-width: 720px;
  position: relative;
  z-index: 1;
  flex: 1.1;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 6px 18px;
  border-radius: 0;
  margin-bottom: 24px;
  background: #2B2825;
  color: #F4EFE6;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 #D6453D;
}

.hero h1 {
  font-size: 3.5rem;
  line-height: 1.12;
  margin-bottom: 24px;
  font-family: 'Songti SC', 'SimSun', 'Noto Serif SC', serif;
  font-weight: 900;
  color: #2B2825;
  letter-spacing: -0.02em;
}

.hero h1 .text-accent {
  color: #D6453D;
  position: relative;
  display: inline-block;
}

.hero h1 .text-accent::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 10px;
  background: rgba(214, 69, 61, 0.18);
  z-index: -1;
}

.hero p {
  font-size: 1.15rem;
  opacity: 0.72;
  max-width: 540px;
  margin-bottom: 36px;
  line-height: 1.85;
}

.hero-buttons {
  display: flex;
  gap: 16px;
}

.hero-image {
  flex: 0.9;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border: 2px solid #2B2825;
  box-shadow: 12px 12px 0 #D6453D, 12px 12px 0 3px #2B2825;
  transform: rotate(1deg);
  transition: transform 0.4s ease;
}

.hero-image:hover {
  transform: rotate(0deg);
}

.hero-image::before {
  content: 'FILE #001 — 曝光档案';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 14px;
  background: rgba(43, 40, 37, 0.9);
  color: #F4EFE6;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  z-index: 2;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 36px;
}

/* ---------- 按钮 ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  letter-spacing: 0.06em;
}

.btn-primary {
  background: #D6453D;
  color: #FFFFFF;
  box-shadow: 4px 4px 0 rgba(43, 40, 37, 0.3);
}

.btn-primary:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 rgba(43, 40, 37, 0.3);
  background: #C03830;
}

.btn-outline {
  background: transparent;
  border: 2px solid #2B2825;
  color: #2B2825;
  box-shadow: 4px 4px 0 rgba(43, 40, 37, 0.12);
}

.btn-outline:hover {
  background: #2B2825;
  color: #F4EFE6;
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 rgba(43, 40, 37, 0.12);
}

/* ---------- 标签/标题 ---------- */
.section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
  color: #D6453D;
  text-transform: uppercase;
  padding-left: 24px;
  position: relative;
}

.section-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 3px;
  background: #D6453D;
}

.section-title {
  font-size: 2.4rem;
  margin-bottom: 16px;
  font-family: 'Songti SC', 'SimSun', 'Noto Serif SC', serif;
  font-weight: 900;
  color: #2B2825;
  letter-spacing: -0.01em;
  line-height: 1.2;
  position: relative;
}

.section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  background: #D6453D;
}

.section-desc {
  max-width: 600px;
  opacity: 0.68;
  margin-bottom: 48px;
  font-size: 1rem;
  line-height: 1.75;
}

/* ---------- 卡片网格 ---------- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 28px;
}

.category-card {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px;
  border: 1px solid rgba(43, 40, 37, 0.1);
  border-left: 4px solid #D6453D;
  box-shadow: 0 4px 20px rgba(43, 40, 37, 0.04);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
}

.category-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: repeating-linear-gradient(90deg, #D6453D 0 10px, transparent 10px 14px);
  opacity: 0.3;
}

.category-card:hover {
  transform: translateY(-5px) rotate(-0.4deg);
  box-shadow: 8px 8px 0 rgba(43, 40, 37, 0.07), 0 8px 30px rgba(43, 40, 37, 0.05);
  border-color: rgba(214, 69, 61, 0.35);
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background: #F0EAE0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: #D6453D;
  border: 1px solid rgba(43, 40, 37, 0.07);
  transition: background 0.3s, color 0.3s;
}

.category-card:hover .card-icon {
  background: #D6453D;
  color: #FFFFFF;
}

.category-card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-family: 'Songti SC', 'SimSun', serif;
  color: #2B2825;
}

.category-card p {
  font-size: 0.9rem;
  opacity: 0.65;
  line-height: 1.65;
  margin-bottom: 16px;
}

.card-link {
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  color: #D6453D;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s ease;
}

.card-link:hover {
  gap: 12px;
}

.card-link::after {
  content: '→';
  font-size: 1.1rem;
  transition: transform 0.3s;
}

/* ---------- 特性块 ---------- */
.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.feature-image {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 10px 10px 0 rgba(43, 40, 37, 0.1);
  border: 1px solid rgba(43, 40, 37, 0.1);
}

.feature-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 60%, rgba(214, 69, 61, 0.08));
  pointer-events: none;
}

.feature-image img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-text {
  position: relative;
  padding-left: 24px;
}

.feature-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 64px;
  background: #D6453D;
}

.feature-text h3 {
  font-size: 1.6rem;
  font-family: 'Songti SC', 'SimSun', serif;
  margin-bottom: 16px;
  line-height: 1.3;
}

.feature-text p {
  opacity: 0.7;
  line-height: 1.75;
  margin-bottom: 16px;
}

.feature-list {
  list-style: none;
  margin-top: 12px;
}

.feature-list li {
  padding: 9px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  border-bottom: 1px dashed rgba(43, 40, 37, 0.12);
  color: #2B2825;
}

.feature-list li:last-child {
  border-bottom: none;
}

.feature-list li::before {
  content: '✓';
  font-weight: 900;
  color: #D6453D;
  font-size: 1.1rem;
}

/* ---------- 数据条 ---------- */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.stat-item {
  background: #FFFFFF;
  padding: 32px 24px;
  border-radius: 4px;
  border: 1px solid rgba(43, 40, 37, 0.1);
  border-bottom: 4px solid #D6453D;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 24px rgba(43, 40, 37, 0.08);
}

.stat-number {
  font-size: 3rem;
  font-weight: 900;
  font-family: 'Songti SC', 'SimSun', serif;
  color: #D6453D;
  line-height: 1;
  letter-spacing: -0.04em;
  display: inline-block;
  position: relative;
}

.stat-number::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(214, 69, 61, 0.15);
  border-radius: 2px;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.62;
  margin-top: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ---------- 内容墙 ---------- */
.content-wall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}

.content-wall-item {
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(43, 40, 37, 0.1);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
}

.content-wall-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #D6453D;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 2;
}

.content-wall-item:hover {
  transform: translateY(-6px);
  box-shadow: 6px 8px 0 rgba(43, 40, 37, 0.06), 0 12px 30px rgba(43, 40, 37, 0.08);
}

.content-wall-item:hover::before {
  transform: scaleX(1);
}

.content-wall-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.content-wall-body {
  padding: 24px;
}

.content-wall-body h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-family: 'Songti SC', 'SimSun', serif;
  color: #2B2825;
  line-height: 1.3;
}

.content-wall-body p {
  font-size: 0.9rem;
  opacity: 0.68;
  line-height: 1.65;
}

.content-wall-body .btn {
  margin-top: 16px;
  padding: 8px 20px;
  font-size: 0.82rem;
}

/* ---------- FAQ ---------- */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: #FFFFFF;
  border: 1px solid rgba(43, 40, 37, 0.12);
  border-left: 3px solid transparent;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-left-color: #D6453D;
  box-shadow: 4px 4px 0 rgba(43, 40, 37, 0.04);
}

.faq-item.open {
  border-left-color: #D6453D;
  box-shadow: 6px 6px 0 rgba(214, 69, 61, 0.1);
}

.faq-item .faq-question {
  padding: 20px 24px;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2B2825;
  transition: color 0.3s;
}

.faq-item:hover .faq-question {
  color: #D6453D;
}

.faq-item .faq-question::after {
  content: '+';
  font-size: 1.5rem;
  color: #D6453D;
  font-weight: 400;
  transition: transform 0.35s ease;
  line-height: 1;
}

.faq-item.open .faq-question::after {
  transform: rotate(45deg);
}

.faq-item .faq-answer {
  padding: 0 24px 22px;
  display: none;
  opacity: 0.72;
  font-size: 0.95rem;
  line-height: 1.75;
}

.faq-item.open .faq-answer {
  display: block;
  animation: faqReveal 0.4s ease;
}

@keyframes faqReveal {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 0.72;
    transform: translateY(0);
  }
}

/* ---------- CTA横幅 ---------- */
.cta-banner {
  padding: 68px 24px;
  text-align: center;
  border-radius: 4px;
  background: #D6453D;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 10px 0 rgba(43, 40, 37, 0.12);
}

.cta-banner::before {
  content: '黑料在线';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Songti SC', 'SimSun', serif;
  font-size: 11rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.055);
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  line-height: 1;
}

.cta-banner > * {
  position: relative;
  z-index: 1;
}

.cta-banner h2 {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-family: 'Songti SC', 'SimSun', serif;
  margin-bottom: 14px;
  line-height: 1.25;
}

.cta-banner p {
  opacity: 0.88;
  margin-bottom: 36px;
  font-size: 1.05rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}

.cta-banner .btn-primary {
  background: #FFFFFF;
  color: #D6453D;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
}

.cta-banner .btn-primary:hover {
  color: #C03830;
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

/* ---------- 页脚 ---------- */
.site-footer {
  background: #EAE3D6;
  padding: 64px 0 28px;
  color: #2B2825;
  margin-top: 80px;
  border-top: 4px solid #2B2825;
}

.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-brand h2 {
  font-family: 'Songti SC', 'SimSun', serif;
  color: #2B2825;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-brand h2::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #D6453D;
  display: inline-block;
  transform: rotate(45deg);
}

.footer-brand p {
  font-size: 0.9rem;
  opacity: 0.6;
  line-height: 1.75;
  max-width: 280px;
}

.footer-col h4 {
  color: #2B2825;
  font-size: 1rem;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
  font-weight: 800;
  position: relative;
  padding-bottom: 8px;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: #D6453D;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul a {
  color: rgba(43, 40, 37, 0.65);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s, padding-left 0.3s;
}

.footer-col ul a:hover {
  color: #D6453D;
  padding-left: 4px;
}

.footer-bottom {
  border-top: 1px solid rgba(43, 40, 37, 0.15);
  margin-top: 48px;
  padding-top: 20px;
  text-align: center;
  font-size: 0.82rem;
  opacity: 0.5;
}

/* ---------- 工具类 ---------- */
.text-accent {
  color: #D6453D;
}

.text-center {
  text-align: center;
}

.seo-description {
  max-width: 600px;
  margin: 0 auto 48px;
  opacity: 0.68;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

/* ---------- 响应式 ---------- */
@media (max-width: 900px) {
  .hero {
    flex-direction: column;
    gap: 48px;
    padding: 130px 24px 72px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-image {
    width: 100%;
    max-width: 520px;
  }

  .hero::before {
    font-size: 12rem;
    right: 0;
  }

  .hero h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .feature-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .main-nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .main-nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    background: #F4EFE6;
    padding: 28px 24px;
    gap: 20px;
    border-bottom: 2px solid #D6453D;
    box-shadow: 0 12px 30px rgba(43, 40, 37, 0.08);
    z-index: 1001;
  }

  .main-nav.open .nav-cta {
    text-align: center;
    width: 100%;
  }

  .hero {
    padding-top: 120px;
  }

  .hero h1 {
    font-size: 2.4rem;
  }

  .hero::before {
    font-size: 9rem;
  }

  .section-title {
    font-size: 1.9rem;
  }

  .section {
    padding: 64px 0;
  }

  .cta-banner h2 {
    font-size: 1.8rem;
  }

  .cta-banner::before {
    font-size: 6rem;
  }

  .btn {
    padding: 12px 26px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .cards-grid,
  .content-wall,
  .stats-bar {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .hero::before {
    font-size: 6rem;
  }

  .stat-item {
    padding: 24px 20px;
  }

  .stat-number {
    font-size: 2.4rem;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .cta-banner {
    padding: 48px 20px;
  }

  .cta-banner h2 {
    font-size: 1.5rem;
  }

  .cta-banner::before {
    font-size: 4rem;
  }

  .logo {
    font-size: 1.1rem;
  }

  .logo-icon {
    width: 34px;
    height: 34px;
  }
}