/* ============================================
   商业短视频代运营与本地生活团购爆单机构 - 主样式表
   配色方案：流量爆单红 + 数据增长绿
   ============================================ */

/* CSS变量定义 */
:root {
  --primary-red: #FF0050;
  --growth-green: #00D100;
  --bg-light: #FAFAFA;
  --card-white: #FFFFFF;
  --text-dark: #222222;
  --text-gray: #666666;
  --text-light: #999999;
  --border-color: #E8E8E8;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --font-main: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
  --font-number: "DIN Alternate", "Roboto", "Arial", sans-serif;
  --max-width: 1200px;
  --header-height: 72px;
}

/* 全局重置 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: var(--font-main);
  color: var(--text-dark);
  background-color: var(--bg-light);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: var(--primary-red);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--growth-green);
}

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

ul, ol {
  list-style: none;
}

/* 容器 */
.c8e500a9b {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================
   头部导航
   ============================================ */
.c1414ce3c {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  transition: box-shadow 0.3s ease;
}

.c1414ce3c.scrolled {
  box-shadow: var(--shadow-md);
}

.ce51d1862 {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c80439646 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-red);
  display: flex;
  align-items: center;
  gap: 8px;
}

.c80439646 img {
  height: 36px;
  width: auto;
}

.c3f2b5cc8 {
  display: flex;
  align-items: center;
  gap: 28px;
}

.c3f2b5cc8 a {
  color: var(--text-dark);
  font-size: 0.95rem;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
}

.c3f2b5cc8 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-red);
  transition: width 0.3s ease;
}

.c3f2b5cc8 a:hover::after,
.c3f2b5cc8 a.c97176dcd::after {
  width: 100%;
}

.ce4b838aa {
  background: var(--primary-red);
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 24px;
  font-weight: 600;
  animation: breathe 2s infinite;
}

.ce4b838aa::after {
  display: none !important;
}

/* 移动端菜单按钮 */
.cfa8610a8 {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
}

.cfa8610a8 span {
  width: 24px;
  height: 2px;
  background: var(--text-dark);
  transition: all 0.3s ease;
}

/* ============================================
   Hero区域
   ============================================ */
.c52204992 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: var(--header-height);
}

.c70e95a01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,0,80,0.9) 0%, rgba(0,0,0,0.85) 100%);
  z-index: 1;
}

.c70e95a01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.c29e5363c {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 60px 20px;
}

.c0b31d6b3 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.cd37ec170 {
  font-size: 1.3rem;
  opacity: 0.9;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* 数字滚动增长 */
.ce3c6613e {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.ce0de842f {
  text-align: center;
}

.cff61d425 {
  font-family: var(--font-number);
  font-size: 3rem;
  font-weight: 700;
  color: var(--growth-green);
  display: block;
}

.c5530a2ad {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 4px;
}

/* 诊断表单 */
.c5cd45fb0 {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-md);
  padding: 30px;
  max-width: 500px;
  margin: 0 auto;
}

.c5cd45fb0 h3 {
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.cd20599d0 {
  margin-bottom: 12px;
}

.cd20599d0 input,
.cd20599d0 select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.3s;
}

.cd20599d0 input::placeholder {
  color: rgba(255,255,255,0.6);
}

.cd20599d0 input:focus {
  border-color: var(--growth-green);
}

/* 按钮样式 */
.c84a72e9f {
  display: inline-block;
  background: var(--primary-red);
  color: #fff;
  padding: 14px 36px;
  border-radius: 30px;
  font-size: 1.05rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: breathe 2s infinite;
}

.c84a72e9f:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,0,80,0.4);
  color: #fff;
}

.cf6b0a718 {
  display: inline-block;
  background: transparent;
  color: var(--primary-red);
  padding: 12px 32px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid var(--primary-red);
  cursor: pointer;
  transition: all 0.3s ease;
}

.cf6b0a718:hover {
  background: var(--primary-red);
  color: #fff;
}

.c481bff38 {
  background: var(--growth-green);
  animation: breatheGreen 2s infinite;
}

.c481bff38:hover {
  box-shadow: 0 8px 24px rgba(0,209,0,0.4);
}

/* ============================================
   通用模块标题
   ============================================ */
.c0af2a2a0 {
  text-align: center;
  margin-bottom: 50px;
}

.c0af2a2a0 h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.c0af2a2a0 p {
  font-size: 1.05rem;
  color: var(--text-gray);
  max-width: 600px;
  margin: 0 auto;
}

.c0af2a2a0 .c88c0ce0f {
  color: var(--primary-red);
  font-weight: 700;
}

/* ============================================
   核心业务四大飞轮
   ============================================ */
.c7b796181 {
  padding: 100px 0;
  background: var(--bg-light);
}

.cc960aea1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.c1f78a3a0 {
  background: var(--card-white);
  border-radius: var(--radius-md);
  padding: 36px 24px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.c1f78a3a0::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-red), var(--growth-green));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.c1f78a3a0:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.c1f78a3a0:hover::before {
  transform: scaleX(1);
}

.c1f78a3a0 img {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  object-fit: cover;
}

.c1f78a3a0 h3 {
  font-size: 1.15rem;
  margin-bottom: 12px;
  color: var(--text-dark);
}

.c1f78a3a0 p {
  font-size: 0.9rem;
  color: var(--text-gray);
  line-height: 1.7;
}

.c1f78a3a0 .cfe47ee37 {
  display: inline-block;
  margin-top: 16px;
  color: var(--primary-red);
  font-weight: 600;
  font-size: 0.9rem;
}

/* ============================================
   爆单案例瀑布流
   ============================================ */
.c4116feca {
  padding: 100px 0;
  background: var(--card-white);
}

.c827b8e62 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cf2b94999 {
  background: var(--bg-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.4s ease;
}

.cf2b94999:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-md);
}

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

.c65fda7c9 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.cf2b94999:hover .c65fda7c9 img {
  transform: scale(1.05);
}

.c999a5b43 {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--primary-red);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

.cb5661935 {
  padding: 20px;
}

.cb5661935 h4 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.cf5337517 {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.cf5337517 span {
  font-size: 0.85rem;
  color: var(--growth-green);
  font-weight: 600;
}

/* ============================================
   达人墙
   ============================================ */
.c778b3e9a {
  padding: 100px 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #fff;
}

.cdb5b0b17 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.c6e7adce9 {
  text-align: center;
  padding: 24px 16px;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}

.c6e7adce9:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-4px);
}

.c3b842d18 {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto 12px;
  border: 3px solid var(--primary-red);
  object-fit: cover;
}

.ce226f492 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.c6e32a661 {
  font-size: 0.8rem;
  color: var(--growth-green);
}

.c45625997 {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 10px;
  background: rgba(255,0,80,0.2);
  border-radius: 12px;
  font-size: 0.75rem;
  color: var(--primary-red);
}

/* ============================================
   服务流程
   ============================================ */
.c87873c13 {
  padding: 100px 0;
  background: var(--bg-light);
}

.c49968a4a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.c49968a4a::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-red), var(--growth-green));
}

.c5ba5fb1f {
  text-align: center;
  position: relative;
  z-index: 1;
  flex: 1;
}

.c5542fb5f {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto 16px;
  box-shadow: 0 4px 12px rgba(255,0,80,0.3);
}

.c5ba5fb1f:nth-child(even) .c5542fb5f {
  background: var(--growth-green);
  box-shadow: 0 4px 12px rgba(0,209,0,0.3);
}

.c1acdfb28 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.c4eaffb46 {
  font-size: 0.8rem;
  color: var(--text-gray);
  max-width: 120px;
  margin: 0 auto;
}

/* ============================================
   ROI计算器
   ============================================ */
.ca1fc7473 {
  padding: 100px 0;
  background: var(--card-white);
}

.c3d67d514 {
  max-width: 700px;
  margin: 0 auto;
  background: var(--bg-light);
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow-md);
}

.ccba6c37d {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.c186ff88b {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.c186ff88b label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-dark);
}

.c186ff88b input,
.c186ff88b select {
  padding: 12px 16px;
  border: 2px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s;
}

.c186ff88b input:focus,
.c186ff88b select:focus {
  border-color: var(--primary-red);
}

.c4459e747 {
  background: linear-gradient(135deg, var(--primary-red), #ff4d7d);
  border-radius: var(--radius-md);
  padding: 30px;
  color: #fff;
  text-align: center;
  display: none;
}

.c4459e747.show {
  display: block;
  animation: fadeInUp 0.5s ease;
}

.c4459e747 h4 {
  font-size: 1.1rem;
  margin-bottom: 16px;
}

.c826f0b6a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cfe270d24 .c3d5e06fe {
  font-family: var(--font-number);
  font-size: 2rem;
  font-weight: 700;
}

.cfe270d24 .c1f3a3d25 {
  font-size: 0.8rem;
  opacity: 0.9;
  margin-top: 4px;
}

/* ============================================
   免费诊断区
   ============================================ */
.c9d54b001 {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--primary-red), #cc0040);
  color: #fff;
  text-align: center;
}

.c9d54b001 h2 {
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.c9d54b001 p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 40px;
}

.c702c532b {
  max-width: 500px;
  margin: 0 auto;
}

.c702c532b input {
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  font-size: 1rem;
  outline: none;
}

.c702c532b .c84a72e9f {
  width: 100%;
  background: var(--growth-green);
  animation: breatheGreen 2s infinite;
}

/* ============================================
   页脚
   ============================================ */
.c52f6ed85 {
  background: #1a1a1a;
  color: #ccc;
  padding: 60px 0 30px;
}

.ca344b4ff {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.c566c4e61 h3 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.c566c4e61 p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #999;
}

.c84a7bdba h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
}

.c84a7bdba a {
  display: block;
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 10px;
  transition: color 0.3s;
}

.c84a7bdba a:hover {
  color: var(--primary-red);
}

.c5ab20092 {
  border-top: 1px solid #333;
  padding-top: 24px;
  text-align: center;
  font-size: 0.85rem;
  color: #666;
}

.c5ab20092 a {
  color: #999;
  margin: 0 8px;
}

/* ============================================
   面包屑
   ============================================ */
.c8dc19b09 {
  padding: 16px 0;
  font-size: 0.85rem;
  color: var(--text-gray);
  margin-top: var(--header-height);
}

.c8dc19b09 a {
  color: var(--text-gray);
}

.c8dc19b09 a:hover {
  color: var(--primary-red);
}

.c8dc19b09 span {
  margin: 0 8px;
  color: var(--text-light);
}

/* ============================================
   内页通用样式
   ============================================ */
.c89133484 {
  padding: 80px 0 60px;
  background: linear-gradient(135deg, #1a1a2e, #16213e);
  color: #fff;
  text-align: center;
  margin-top: var(--header-height);
}

.c89133484 h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.c89133484 p {
  font-size: 1.1rem;
  opacity: 0.85;
  max-width: 600px;
  margin: 0 auto;
}

.c1d75f01f {
  padding: 60px 0;
  background: var(--card-white);
}

.c1d75f01f .c8e500a9b {
  max-width: 900px;
}

.c42b438db {
  margin-bottom: 48px;
}

.c42b438db h2 {
  font-size: 1.6rem;
  color: var(--text-dark);
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 4px solid var(--primary-red);
}

.c42b438db h3 {
  font-size: 1.2rem;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.c42b438db p {
  font-size: 1rem;
  color: var(--text-gray);
  line-height: 2;
  margin-bottom: 16px;
}

.c42b438db ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.c42b438db ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  color: var(--text-gray);
  line-height: 1.8;
}

.c42b438db ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-red);
}

/* FAQ */
.c0355ecf9 {
  margin-top: 24px;
}

.cb3c6ba35 {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  overflow: hidden;
}

.c26308c3e {
  padding: 16px 20px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-light);
  transition: background 0.3s;
}

.c26308c3e:hover {
  background: #f0f0f0;
}

.c26308c3e::after {
  content: '+';
  font-size: 1.3rem;
  color: var(--primary-red);
  transition: transform 0.3s;
}

.cb3c6ba35.c97176dcd .c26308c3e::after {
  transform: rotate(45deg);
}

.c85f7cacb {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.cb3c6ba35.c97176dcd .c85f7cacb {
  padding: 16px 20px;
  max-height: 500px;
}

/* ============================================
   搜索页
   ============================================ */
.c18e7ff82 {
  padding: 60px 0;
  min-height: 60vh;
}

.c93e4f330 {
  max-width: 600px;
  margin: 0 auto 40px;
  position: relative;
}

.c93e4f330 input {
  width: 100%;
  padding: 16px 24px;
  padding-right: 60px;
  border: 2px solid var(--border-color);
  border-radius: 30px;
  font-size: 1.05rem;
  outline: none;
  transition: border-color 0.3s;
}

.c93e4f330 input:focus {
  border-color: var(--primary-red);
}

.c93e4f330 button {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-red);
  border: none;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}

.c607b5c6f {
  max-width: 700px;
  margin: 0 auto;
}

.search-result-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
}

.search-result-item h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.search-result-item h3 a {
  color: var(--text-dark);
}

.search-result-item h3 a:hover {
  color: var(--primary-red);
}

.search-result-item p {
  font-size: 0.9rem;
  color: var(--text-gray);
  line-height: 1.7;
}

/* ============================================
   404页面
   ============================================ */
.c309c93b6 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.cbc139550 {
  font-family: var(--font-number);
  font-size: 8rem;
  font-weight: 800;
  color: var(--primary-red);
  line-height: 1;
  margin-bottom: 16px;
}

.c309c93b6 h2 {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.c309c93b6 p {
  color: var(--text-gray);
  margin-bottom: 30px;
}

/* ============================================
   APP下载页
   ============================================ */
.c44dc33f8 {
  padding: 100px 0;
  text-align: center;
}

.c93047a0a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 50px 0;
}

.ca37b760e {
  padding: 30px;
  background: var(--bg-light);
  border-radius: var(--radius-md);
}

.ca37b760e img {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
}

.c19664f24 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* ============================================
   动画效果
   ============================================ */
@keyframes breathe {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,0,80,0.4); }
  50% { box-shadow: 0 0 0 12px rgba(255,0,80,0); }
}

@keyframes breatheGreen {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0,209,0,0.4); }
  50% { box-shadow: 0 0 0 12px rgba(0,209,0,0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes countUp {
  from { opacity: 0; transform: scale(0.5); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}

.c55bc1962 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.c55bc1962.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   响应式设计
   ============================================ */
@media (max-width: 1024px) {
  .cc960aea1 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .cdb5b0b17 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .ca344b4ff {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  :root {
    --header-height: 60px;
  }
  
  .c3f2b5cc8 {
    display: none;
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 20px;
    gap: 16px;
    box-shadow: var(--shadow-md);
  }
  
  .c3f2b5cc8.c97176dcd {
    display: flex;
  }
  
  .cfa8610a8 {
    display: flex;
  }
  
  .c0b31d6b3 {
    font-size: 2rem;
  }
  
  .ce3c6613e {
    gap: 30px;
  }
  
  .cff61d425 {
    font-size: 2.2rem;
  }
  
  .cc960aea1 {
    grid-template-columns: 1fr;
  }
  
  .c827b8e62 {
    grid-template-columns: 1fr;
  }
  
  .cdb5b0b17 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .c49968a4a {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  
  .c49968a4a::before {
    display: none;
  }
  
  .ccba6c37d {
    grid-template-columns: 1fr;
  }
  
  .c826f0b6a {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .ca344b4ff {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .c0af2a2a0 h2 {
    font-size: 1.6rem;
  }
  
  .c89133484 h1 {
    font-size: 1.8rem;
  }
  
  .c93047a0a {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .c0b31d6b3 {
    font-size: 1.6rem;
  }
  
  .c5cd45fb0 {
    padding: 20px;
  }
  
  .c3d67d514 {
    padding: 24px;
  }
  
  .cdb5b0b17 {
    grid-template-columns: 1fr;
  }
}
