/* ================================================
   OK动漫网 | OK一下，漫有引力
   风格：Manga Pop / 漫画波普
   配色：奶油纸 + 珊瑚红 + 电光蓝 + 芒果黄
   ================================================ */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  overflow-x: hidden;
  background-color: #FFFDF7;
  background-image: radial-gradient(rgba(26, 29, 54, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  color: #1A1D36;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: #FF4D6D;
  color: #FFF;
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #FFFDF7; }
::-webkit-scrollbar-thumb { background: #1A1D36; border-radius: 6px; border: 2px solid #FFFDF7; }
::-webkit-scrollbar-thumb:hover { background: #FF4D6D; }

/* ============ 核心布局 ============ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 80px 0;
  position: relative;
}

.section:nth-child(even) {
  background: #F7F3EB;
}

.section:nth-child(even)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 4px;
  background: repeating-linear-gradient(
    -45deg,
    #FF4D6D 0px,
    #FF4D6D 8px,
    #FFD60A 8px,
    #FFD60A 16px,
    #00B4D8 16px,
    #00B4D8 24px
  );
  border-radius: 0 0 4px 4px;
  z-index: 2;
}

/* ============ 导航 ============ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 253, 247, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 2px solid #1A1D36;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 1.3rem;
  text-decoration: none;
  color: #1A1D36;
  letter-spacing: 0.5px;
}

.logo-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  background: #FF4D6D;
  color: #fff;
  font-weight: 900;
  transform: rotate(-6deg);
  box-shadow: 3px 3px 0 #1A1D36;
  transition: transform 0.25s;
}

.logo:hover .logo-icon {
  transform: rotate(0deg) scale(1.08);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.main-nav a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1A1D36;
  transition: color 0.2s;
  position: relative;
  padding: 4px 0;
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background: #FF4D6D;
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.main-nav a:hover {
  color: #FF4D6D;
}

.main-nav a:hover::after {
  width: 100%;
}

.nav-cta {
  padding: 9px 22px;
  border-radius: 10px;
  color: #fff !important;
  font-weight: 700 !important;
  background: #FF4D6D;
  box-shadow: 3px 3px 0 #1A1D36;
  transition: all 0.2s !important;
}

.nav-cta::after { display: none; }

.nav-cta:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 #1A1D36;
  color: #fff !important;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: #fff;
  border: 2px solid #1A1D36;
  border-radius: 10px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  padding: 8px;
  box-shadow: 2px 2px 0 #1A1D36;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2.5px;
  background: #1A1D36;
  border-radius: 2px;
  transition: all 0.3s;
}

/* ============ Hero ============ */
.hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 140px 0 90px;
  background:
    radial-gradient(circle at 85% 25%, rgba(255, 214, 10, 0.32) 0%, transparent 42%),
    radial-gradient(circle at 12% 80%, rgba(0, 180, 216, 0.2) 0%, transparent 45%),
    radial-gradient(circle at 70% 90%, rgba(255, 77, 109, 0.12) 0%, transparent 35%),
    linear-gradient(160deg, #FFFDF7 0%, #FFF9EC 100%);
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(rgba(26, 29, 54, 0.1) 1.5px, transparent 1.5px),
    radial-gradient(rgba(26, 29, 54, 0.05) 1px, transparent 1px);
  background-size: 32px 32px, 16px 16px;
  background-position: 0 0, 8px 8px;
  opacity: 0.45;
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: repeating-linear-gradient(
    115deg,
    transparent 0px,
    transparent 12px,
    rgba(26, 29, 54, 0.028) 12px,
    rgba(26, 29, 54, 0.028) 13px
  );
  pointer-events: none;
}

.hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-content {
  max-width: 720px;
  flex: 1;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 20px;
  background: #00B4D8;
  color: #fff;
  box-shadow: 2px 2px 0 #1A1D36;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-eyebrow::before {
  content: '✦';
  font-size: 0.9rem;
}

.hero h1 {
  font-size: 3.2rem;
  line-height: 1.12;
  margin-bottom: 22px;
  font-weight: 900;
  letter-spacing: -2px;
}

.hero h1 .highlight {
  background: linear-gradient(180deg, transparent 62%, #FFD60A 62%);
  padding: 0 6px;
  display: inline-block;
}

.hero h1 .stroke {
  color: transparent;
  -webkit-text-stroke: 2px #1A1D36;
}

.hero p {
  font-size: 1.08rem;
  opacity: 0.72;
  max-width: 560px;
  margin-bottom: 34px;
  line-height: 1.8;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-image {
  border-radius: 20px;
  overflow: visible;
  box-shadow: 10px 10px 0 #1A1D36;
  border: 3px solid #1A1D36;
  transform: rotate(1.5deg);
  position: relative;
  flex-shrink: 0;
  max-width: 420px;
  width: 40%;
  background: #FFD60A;
}

.hero-image::before {
  content: 'OK!';
  position: absolute;
  top: -14px;
  right: -10px;
  background: #fff;
  border: 2.5px solid #1A1D36;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.85rem;
  color: #FF4D6D;
  transform: rotate(12deg);
  box-shadow: 3px 3px 0 #1A1D36;
  z-index: 2;
  animation: float 3s ease-in-out infinite;
}

.hero-image::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: -8px;
  width: 32px;
  height: 32px;
  background: #00B4D8;
  border: 2px solid #1A1D36;
  border-radius: 6px;
  z-index: 2;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

/* ============ 按钮 ============ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  border: 2px solid #1A1D36;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.btn-primary {
  background: #FF4D6D;
  color: #fff;
  box-shadow: 4px 4px 0 #1A1D36;
}

.btn-primary:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 #1A1D36;
  background: #FF6B7D;
}

.btn-outline {
  background: #fff;
  border: 2px solid #1A1D36;
  color: #1A1D36;
  box-shadow: 4px 4px 0 #1A1D36;
}

.btn-outline:hover {
  background: #FFD60A;
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 #1A1D36;
}

/* ============ 标签 / 标题 ============ */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 14px;
  color: #00B4D8;
  text-transform: uppercase;
}

.section-label::before {
  content: '';
  width: 24px;
  height: 2px;
  background: #FF4D6D;
  border-radius: 2px;
}

.section-title {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 16px;
  letter-spacing: -1px;
  line-height: 1.25;
}

.section-desc {
  max-width: 600px;
  opacity: 0.68;
  margin-bottom: 44px;
  font-size: 1rem;
  line-height: 1.75;
}

/* ============ 卡片网格 ============ */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 32px;
}

.category-card {
  border-radius: 14px;
  padding: 30px 28px;
  background: #fff;
  border: 2px solid #1A1D36;
  box-shadow: 5px 5px 0 rgba(26, 29, 54, 0.18);
  transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  overflow: hidden;
}

.category-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, transparent 50%, rgba(26, 29, 54, 0.06) 50%);
  transition: all 0.3s;
}

.category-card:hover {
  transform: translate(-2px, -4px);
  box-shadow: 8px 8px 0 #1A1D36;
}

.category-card:hover::before {
  width: 56px;
  height: 56px;
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.5rem;
  border: 2px solid #1A1D36;
  box-shadow: 3px 3px 0 #1A1D36;
  color: #fff;
}

.category-card:nth-child(3n+1) .card-icon { background: #FFD60A; }
.category-card:nth-child(3n+2) .card-icon { background: #00B4D8; }
.category-card:nth-child(3n+3) .card-icon { background: #FF4D6D; }

.category-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.category-card p {
  font-size: 0.88rem;
  opacity: 0.65;
  margin-bottom: 18px;
  line-height: 1.6;
}

.card-link {
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  color: #FF4D6D;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s;
}

.card-link::after {
  content: '→';
  font-size: 1.1rem;
  line-height: 1;
}

.card-link:hover {
  gap: 10px;
  color: #00B4D8;
}

/* ============ 特性块 ============ */
.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.feature-image {
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid #1A1D36;
  box-shadow: 10px 10px 0 #00B4D8;
  position: relative;
}

.feature-image::after {
  content: '✦';
  position: absolute;
  bottom: -14px;
  left: -14px;
  font-size: 1.2rem;
  color: #fff;
  background: linear-gradient(135deg, #FF4D6D, #FF6B35);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #1A1D36;
  box-shadow: 2px 2px 0 #1A1D36;
}

.feature-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.feature-image:hover img {
  transform: scale(1.03);
}

.feature-text h3 {
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 1.3;
}

.feature-text > p {
  opacity: 0.72;
  margin-bottom: 22px;
  line-height: 1.75;
  font-size: 0.95rem;
}

.feature-list {
  list-style: none;
}

.feature-list li {
  padding: 9px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 0.95rem;
}

.feature-list li::before {
  content: '✓';
  font-weight: 900;
  color: #fff;
  background: #00B4D8;
  border: 2px solid #1A1D36;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  flex-shrink: 0;
  box-shadow: 2px 2px 0 rgba(26, 29, 54, 0.3);
}

/* ============ 数据条 ============ */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

.stat-item {
  padding: 36px 24px;
  border-radius: 14px;
  border: 2px solid #1A1D36;
  background: #fff;
  box-shadow: 6px 6px 0 rgba(26, 29, 54, 0.12);
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
}

.stat-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #FF4D6D;
  transition: height 0.25s;
}

.stat-item:nth-child(2)::after { background: #00B4D8; }
.stat-item:nth-child(3)::after { background: #FF6B35; }
.stat-item:nth-child(4)::after { background: #7209B7; }

.stat-item:hover {
  transform: translateY(-4px);
  box-shadow: 8px 8px 0 rgba(26, 29, 54, 0.2);
}

.stat-item:hover::after {
  height: 10px;
}

.stat-number {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.1;
  color: #FF4D6D;
  letter-spacing: -2px;
}

.stat-item:nth-child(2) .stat-number { color: #00B4D8; }
.stat-item:nth-child(3) .stat-number { color: #FF6B35; }
.stat-item:nth-child(4) .stat-number { color: #7209B7; }

.stat-label {
  font-size: 0.88rem;
  opacity: 0.58;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ============ 内容墙 ============ */
.content-wall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px;
}

.content-wall-item {
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #1A1D36;
  background: #fff;
  box-shadow: 6px 6px 0 rgba(26, 29, 54, 0.14);
  transition: all 0.25s cubic-bezier(0.65, 0, 0.35, 1);
}

.content-wall-item:hover {
  transform: translate(-2px, -4px);
  box-shadow: 8px 8px 0 #FF4D6D;
}

.content-wall-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 2px solid #1A1D36;
  transition: transform 0.4s ease;
}

.content-wall-item:hover img {
  transform: scale(1.05);
}

.content-wall-body {
  padding: 20px;
}

.content-wall-body h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.content-wall-body p {
  font-size: 0.85rem;
  opacity: 0.65;
  line-height: 1.6;
}

.content-wall-body .tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  background: #F7F3EB;
  border: 1.5px solid #1A1D36;
  margin-top: 10px;
  color: #1A1D36;
  margin-right: 6px;
}

/* ============ FAQ ============ */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border: 2px solid #1A1D36;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  box-shadow: 3px 3px 0 rgba(26, 29, 54, 0.1);
  transition: all 0.25s;
}

.faq-item:hover {
  box-shadow: 5px 5px 0 rgba(26, 29, 54, 0.16);
  border-color: #00B4D8;
}

.faq-item.open {
  border-color: #FF4D6D;
  box-shadow: 6px 6px 0 rgba(255, 77, 109, 0.25);
}

.faq-item .faq-question {
  padding: 20px 24px;
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-item .faq-question::after {
  content: '＋';
  font-size: 1.3rem;
  color: #FF4D6D;
  font-weight: 900;
  transition: all 0.3s;
  flex-shrink: 0;
}

.faq-item.open .faq-question::after {
  transform: rotate(45deg);
  color: #00B4D8;
}

.faq-item .faq-answer {
  padding: 0 24px 20px;
  display: none;
  opacity: 0.68;
  font-size: 0.9rem;
  line-height: 1.7;
}

.faq-item.open .faq-answer {
  display: block;
}

/* ============ CTA 横幅 ============ */
.cta-banner {
  padding: 64px 48px;
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #FF4D6D 0%, #FF6B35 45%, #FFD60A 100%);
  border: 3px solid #1A1D36;
  box-shadow: 10px 10px 0 #1A1D36;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: -60%;
  right: -10%;
  width: 55%;
  height: 220%;
  background: radial-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px);
  background-size: 18px 18px;
  transform: rotate(20deg);
  pointer-events: none;
}

.cta-banner::after {
  content: 'OK!';
  position: absolute;
  left: 28px;
  bottom: -24px;
  font-size: 6rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.18);
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

.cta-banner h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 12px;
  text-shadow: 3px 3px 0 rgba(26, 29, 54, 0.25);
  position: relative;
  z-index: 1;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 28px;
  font-size: 1rem;
  position: relative;
  z-index: 1;
}

.cta-banner .btn-primary {
  background: #fff;
  color: #1A1D36;
  border-color: #1A1D36;
  box-shadow: 4px 4px 0 rgba(26, 29, 54, 0.7);
  position: relative;
  z-index: 1;
}

.cta-banner .btn-primary:hover {
  background: #FFD60A;
}

/* ============ 页脚 ============ */
.site-footer {
  padding: 64px 0 28px;
  background: #F7F3EB;
  border-top: 2px solid #1A1D36;
  position: relative;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 8px;
  background: repeating-linear-gradient(
    45deg,
    #1A1D36 0,
    #1A1D36 6px,
    #FFD60A 6px,
    #FFD60A 12px,
    #FF4D6D 12px,
    #FF4D6D 18px,
    #00B4D8 18px,
    #00B4D8 24px
  );
  border-radius: 0 0 6px 6px;
  opacity: 0.7;
}

.site-footer .logo {
  margin-bottom: 16px;
}

.site-footer .logo-icon {
  width: 34px;
  height: 34px;
  font-size: 0.85rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}

.footer-brand {
  max-width: 320px;
}

.footer-brand p {
  font-size: 0.88rem;
  opacity: 0.6;
  line-height: 1.7;
  margin-top: 12px;
}

.footer-col h4 {
  font-size: 0.92rem;
  font-weight: 800;
  color: #FF4D6D;
  margin-bottom: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul a {
  color: #1A1D36;
  opacity: 0.7;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.footer-col ul a::before {
  content: '→';
  font-size: 0.8rem;
  opacity: 0;
  transition: all 0.2s;
  margin-left: -14px;
}

.footer-col ul a:hover {
  opacity: 1;
  color: #FF4D6D;
  padding-left: 18px;
}

.footer-col ul a:hover::before {
  opacity: 1;
  margin-left: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(26, 29, 54, 0.12);
  margin-top: 48px;
  padding-top: 22px;
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.55;
}

/* ============ 工具类 ============ */
.text-accent {
  color: #FF4D6D;
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.seo-description {
  max-width: 600px;
  margin: 0 auto 48px;
  opacity: 0.68;
  font-size: 0.95rem;
  line-height: 1.7;
}

.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }

/* ============ 动画 ============ */
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(12deg);
  }
  50% {
    transform: translateY(-10px) rotate(18deg);
  }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* ============ 响应式 ============ */
@media (max-width: 768px) {
  .hero {
    padding: 110px 0 60px;
    min-height: auto;
  }

  .hero .container {
    flex-direction: column;
    gap: 44px;
  }

  .hero-content {
    text-align: center;
    max-width: 100%;
  }

  .hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-image {
    max-width: 100%;
    width: 100%;
    transform: rotate(0deg);
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .feature-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .main-nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .main-nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background: #FFFDF7;
    padding: 24px;
    gap: 20px;
    border-bottom: 2px solid #1A1D36;
    box-shadow: 0 8px 24px rgba(26, 29, 54, 0.1);
  }

  .main-nav.open a {
    font-size: 1rem;
    padding: 6px 0;
  }

  .section {
    padding: 56px 0;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .cta-banner {
    padding: 44px 24px;
  }

  .cta-banner h2 {
    font-size: 1.7rem;
  }
}

@media (max-width: 480px) {
  .cards-grid,
  .content-wall,
  .stats-bar {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  .stats-bar {
    gap: 16px;
  }

  .stat-item {
    padding: 24px 16px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .hero-eyebrow {
    font-size: 0.75rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .cta-banner h2 {
    font-size: 1.4rem;
  }

  .cta-banner::after {
    font-size: 4rem;
    left: 16px;
    bottom: -12px;
  }

  .hero-image::before {
    width: 48px;
    height: 48px;
    font-size: 0.75rem;
    top: -10px;
    right: -6px;
  }
}