/* ========================================
   AIGC商业文案与营销海报自动生成SaaS平台 - 核心样式
   配色方案：效率极简灰 + AI生成绿
   ======================================== */

:root {
  --color-primary: #00C853;
  --color-primary-dark: #00A844;
  --color-primary-light: #E8F5E9;
  --color-secondary: #2962FF;
  --color-secondary-light: #E3F2FD;
  --color-bg: #F8F9FA;
  --color-card: #FFFFFF;
  --color-text: #37474F;
  --color-text-light: #607D8B;
  --color-text-muted: #90A4AE;
  --color-border: #ECEFF1;
  --color-success: #00C853;
  --color-warning: #FF9100;
  --color-error: #FF1744;
  --font-primary: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --font-mono: "SF Mono", "Fira Code", "Consolas", monospace;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 30px rgba(0,0,0,0.12);
  --shadow-xl: 0 20px 60px rgba(0,0,0,0.15);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --max-width: 1200px;
}

/* Reset & Base */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-primary);
  color: var(--color-text);
  background-color: var(--color-bg);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--color-primary-dark);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text);
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }

p {
  margin-bottom: 1rem;
  color: var(--color-text-light);
}

/* Container */
.ca2c3fccf {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.c6bcdd5ce {
  padding: 5rem 0;
}

.c0734a33d {
  text-align: center;
  margin-bottom: 3rem;
}

.c0734a33d h2 {
  margin-bottom: 0.75rem;
  position: relative;
  display: inline-block;
}

.c0734a33d h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  border-radius: 2px;
}

.c0734a33d p {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  margin-top: 1rem;
}

/* Navigation */
.ccde162d2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--color-border);
  transition: var(--transition);
}

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

.c48b910a8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.c23128fca {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text);
}

.c23128fca .c72912667 {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
}

.c290bb1c8 {
  display: flex;
  list-style: none;
  gap: 0.25rem;
}

.c290bb1c8 a {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--color-text-light);
  font-size: 0.95rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.c290bb1c8 a:hover,
.c290bb1c8 a.ca907fb9c {
  color: var(--color-primary);
  background: var(--color-primary-light);
}

.c334245f1 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.c6322761d {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

.cf2d9e5ba {
  background: linear-gradient(135deg, var(--color-primary), #00E676);
  color: white;
  box-shadow: 0 4px 15px rgba(0, 200, 83, 0.3);
}

.cf2d9e5ba:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 200, 83, 0.4);
  color: white;
}

.cd5c88d0a {
  background: var(--color-card);
  color: var(--color-text);
  border: 1px solid var(--color-border);
}

.cd5c88d0a:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.c278cbc23 {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.c278cbc23:hover {
  background: var(--color-primary);
  color: white;
}

.btn-large {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  border-radius: var(--radius-lg);
}

/* Mobile Menu Toggle */
.c21b52328 {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}

.c21b52328 span {
  width: 24px;
  height: 2px;
  background: var(--color-text);
  border-radius: 2px;
  transition: var(--transition);
}

/* Hero Section */
.c640f7b68 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--color-bg) 0%, #E8F5E9 100%);
}

.cabbb9390 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
  background-size: cover;
  background-position: center;
}

.c96193461 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.ca93e176f {
  position: relative;
  text-align: center;
  max-width: 800px;
  padding: 2rem 1.5rem;
}

.c8fe6d299 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(0, 200, 83, 0.1);
  border: 1px solid rgba(0, 200, 83, 0.3);
  border-radius: 50px;
  font-size: 0.85rem;
  color: var(--color-primary-dark);
  margin-bottom: 1.5rem;
}

.c8fe6d299 .c247a8197 {
  animation: sparkle 2s ease-in-out infinite;
}

.c640f7b68 h1 {
  font-size: 3.2rem;
  margin-bottom: 1.25rem;
  background: linear-gradient(135deg, var(--color-text) 0%, var(--color-primary-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ce1c6d90a {
  font-size: 1.25rem;
  color: var(--color-text-light);
  margin-bottom: 2.5rem;
  line-height: 1.8;
}

/* Magic Input Box */
.c8a5f2801 {
  position: relative;
  max-width: 650px;
  margin: 0 auto 2rem;
}

.c210e2bfd {
  width: 100%;
  padding: 1.25rem 1.5rem;
  padding-right: 140px;
  font-size: 1.05rem;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-card);
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
  outline: none;
  font-family: var(--font-primary);
}

.c210e2bfd:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(0, 200, 83, 0.1), var(--shadow-lg);
}

.c210e2bfd::placeholder {
  color: var(--color-text-muted);
}

.ccc690ef9 {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, var(--color-primary), #00E676);
  color: white;
  border: none;
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.ccc690ef9:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 200, 83, 0.4);
}

.ccbc5acc5 {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 3rem;
}

.ce985926e {
  text-align: center;
}

.ce985926e .cd37e9d35 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-primary);
}

.ce985926e .c2d5105c1 {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-top: 0.25rem;
}

/* Feature Cards */
.c4812d11f {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.c97cd50b0 {
  background: var(--color-card);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
  transition: var(--transition);
  border: 1px solid var(--color-border);
  position: relative;
  overflow: hidden;
}

.c97cd50b0::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  opacity: 0;
  transition: var(--transition);
}

.c97cd50b0:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}

.c97cd50b0:hover::before {
  opacity: 1;
}

.c6c5a7fdf {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  background: var(--color-primary-light);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}

.c97cd50b0 h3 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

.c97cd50b0 p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.c97cd50b0 .c5fd579c4 {
  margin-top: 1.5rem;
  border-radius: var(--radius-md);
  overflow: hidden;
}

/* Before/After Comparison */
.c34c1a87c {
  background: var(--color-card);
}

.c2630fa73 {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.c2630fa73 img {
  width: 100%;
  display: block;
}

/* Cases Section */
.cac2e904e {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.c15e908bf {
  background: var(--color-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid var(--color-border);
}

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

.c83454ab4 {
  height: 200px;
  overflow: hidden;
}

.c83454ab4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.c15e908bf:hover .c83454ab4 img {
  transform: scale(1.05);
}

.c7dcd2c55 {
  padding: 1.5rem;
}

.c7dcd2c55 h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.c7dcd2c55 p {
  font-size: 0.9rem;
}

.ce047e302 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border);
}

.cc08d4e3d {
  text-align: center;
}

.cc08d4e3d .cd2cba322 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-primary);
}

.cc08d4e3d .c4bd1e0b9 {
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

/* Masonry Gallery */
.cb6e93d11 {
  columns: 3;
  column-gap: 1.5rem;
}

.c0ddeedc9 {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition);
}

.c0ddeedc9:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-lg);
}

/* Pricing Section */
.c6b51f9b5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: start;
}

.c67167cf9 {
  background: var(--color-card);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  border: 1px solid var(--color-border);
  transition: var(--transition);
  position: relative;
}

.c67167cf9.c718436b9 {
  border-color: var(--color-primary);
  transform: scale(1.05);
  box-shadow: var(--shadow-lg);
}

.c67167cf9.c718436b9::before {
  content: '最受欢迎';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-primary);
  color: white;
  padding: 0.25rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
}

.c67167cf9 h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.c67167cf9 .cf4dbbbb0 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 1rem 0;
}

.c67167cf9 .cf4dbbbb0 span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-text-muted);
}

.c176e5c79 {
  list-style: none;
  margin: 1.5rem 0;
}

.c176e5c79 li {
  padding: 0.5rem 0;
  font-size: 0.9rem;
  color: var(--color-text-light);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c176e5c79 li::before {
  content: '✓';
  color: var(--color-primary);
  font-weight: 700;
}

/* ROI Calculator */
.c48f6fddc {
  background: var(--color-card);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  margin-top: 3rem;
}

.c8e480c1a {
  width: 100%;
  -webkit-appearance: none;
  height: 6px;
  border-radius: 3px;
  background: var(--color-border);
  outline: none;
  margin: 1.5rem 0;
}

.c8e480c1a::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-primary);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 200, 83, 0.3);
}

.c0cf83594 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.c66c30caa {
  text-align: center;
  padding: 1.5rem;
  background: var(--color-primary-light);
  border-radius: var(--radius-md);
}

.c66c30caa .cd2cba322 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-primary);
}

/* Typewriter Effect */
.typewriter {
  overflow: hidden;
  border-right: 2px solid var(--color-primary);
  white-space: nowrap;
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink-caret {
  from, to { border-color: transparent; }
  50% { border-color: var(--color-primary); }
}

/* Sparkle Animation */
@keyframes sparkle {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 5px rgba(0, 200, 83, 0.3); }
  50% { box-shadow: 0 0 20px rgba(0, 200, 83, 0.6); }
}

/* Diffusion Effect */
.diffusion-effect {
  animation: diffusion 2s ease-out forwards;
}

@keyframes diffusion {
  0% { filter: blur(20px); opacity: 0.3; }
  50% { filter: blur(10px); opacity: 0.6; }
  100% { filter: blur(0); opacity: 1; }
}

/* Progress Bar */
.progress-bar {
  height: 8px;
  background: var(--color-border);
  border-radius: 4px;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--color-primary), #00E676);
  border-radius: 4px;
  transition: width 1s ease-out;
}

/* Batch Progress Board */
.batch-board {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}

.batch-item {
  background: var(--color-card);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  border: 1px solid var(--color-border);
}

.batch-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.batch-item-title {
  font-weight: 600;
  font-size: 0.9rem;
}

.batch-item-percent {
  font-weight: 700;
  color: var(--color-primary);
}

/* Footer */
.c43cd28f2 {
  background: #263238;
  color: #B0BEC5;
  padding: 4rem 0 2rem;
}

.c6cf90ffd {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.c63097abb h3 {
  color: white;
  margin-bottom: 1rem;
}

.c63097abb p {
  color: #78909C;
  font-size: 0.9rem;
}

.c11ae5a16 h4 {
  color: white;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.c11ae5a16 ul {
  list-style: none;
}

.c11ae5a16 ul li {
  margin-bottom: 0.5rem;
}

.c11ae5a16 ul li a {
  color: #78909C;
  font-size: 0.9rem;
  transition: var(--transition);
}

.c11ae5a16 ul li a:hover {
  color: var(--color-primary);
}

.ce510e035 {
  border-top: 1px solid #37474F;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #546E7A;
}

/* Breadcrumb */
.cbffc1394 {
  padding: 1rem 0;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.cbffc1394 a {
  color: var(--color-text-muted);
}

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

.cbffc1394 span {
  margin: 0 0.5rem;
}

/* Page Header */
.c62071b63 {
  padding: 6rem 0 3rem;
  background: linear-gradient(135deg, var(--color-bg) 0%, var(--color-primary-light) 100%);
  margin-top: 70px;
}

.c62071b63 h1 {
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
}

.c62071b63 p {
  font-size: 1.1rem;
  color: var(--color-text-light);
}

/* Content Area */
.c96905d21 {
  padding: 3rem 0;
}

.cf5593350 {
  max-width: 900px;
  margin: 0 auto;
}

.cf5593350 h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--color-primary-light);
}

.cf5593350 h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.cf5593350 p {
  margin-bottom: 1.25rem;
  line-height: 1.85;
}

.cf5593350 ul, .cf5593350 ol {
  margin: 1rem 0 1.5rem 1.5rem;
}

.cf5593350 li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

/* FAQ Section */
.c1da6a79c {
  max-width: 800px;
  margin: 0 auto;
}

.c26c7edc1 {
  background: var(--color-card);
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
  border: 1px solid var(--color-border);
  overflow: hidden;
}

.c3048de1d {
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}

.c3048de1d:hover {
  color: var(--color-primary);
}

.c14fc4712 {
  padding: 0 1.5rem 1.25rem;
  color: var(--color-text-light);
  line-height: 1.8;
  display: none;
}

.c26c7edc1.ca907fb9c .c14fc4712 {
  display: block;
}

/* Search Page */
.search-wrapper {
  max-width: 600px;
  margin: 2rem auto;
}

.search-input {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-lg);
  outline: none;
  transition: var(--transition);
}

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

.search-results {
  margin-top: 2rem;
}

.search-result-item {
  padding: 1.5rem;
  background: var(--color-card);
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
  border: 1px solid var(--color-border);
  transition: var(--transition);
}

.search-result-item:hover {
  border-color: var(--color-primary);
  box-shadow: var(--shadow-sm);
}

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

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

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

.search-result-item p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

/* 404 Page */
.c9cdf6e86 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.error-code {
  font-size: 8rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

/* Tags */
.tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
}

.tag-blue {
  background: var(--color-secondary-light);
  color: var(--color-secondary);
}

/* Table */
.c32b62a85 {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background: var(--color-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.c32b62a85 th,
.c32b62a85 td {
  padding: 1rem 1.25rem;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}

.c32b62a85 th {
  background: var(--color-bg);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--color-text);
}

.c32b62a85 td {
  font-size: 0.9rem;
  color: var(--color-text-light);
}

/* Internal Links */
.cfd18a5b2 {
  margin-top: 3rem;
  padding: 2rem;
  background: var(--color-bg);
  border-radius: var(--radius-lg);
}

.cfd18a5b2 h3 {
  margin-bottom: 1rem;
}

.c82e9ecab {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.ca0f27ada {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--color-card);
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border);
  transition: var(--transition);
}

.ca0f27ada:hover {
  border-color: var(--color-primary);
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 1024px) {
  .c4812d11f {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .c6cf90ffd {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .c6b51f9b5 {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .c67167cf9.c718436b9 {
    transform: none;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  
  .c290bb1c8 {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--color-card);
    flex-direction: column;
    padding: 1rem;
    box-shadow: var(--shadow-lg);
  }
  
  .c290bb1c8.ca907fb9c {
    display: flex;
  }
  
  .c21b52328 {
    display: flex;
  }
  
  .c334245f1 {
    display: none;
  }
  
  .c640f7b68 h1 {
    font-size: 2rem;
  }
  
  .ce1c6d90a {
    font-size: 1rem;
  }
  
  .ccbc5acc5 {
    gap: 1.5rem;
  }
  
  .c4812d11f {
    grid-template-columns: 1fr;
  }
  
  .cac2e904e {
    grid-template-columns: 1fr;
  }
  
  .cb6e93d11 {
    columns: 1;
  }
  
  .c6cf90ffd {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .ce510e035 {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .c0cf83594 {
    grid-template-columns: 1fr;
  }
  
  .c6bcdd5ce {
    padding: 3rem 0;
  }
  
  .c210e2bfd {
    padding-right: 1rem;
    padding-bottom: 4rem;
  }
  
  .ccc690ef9 {
    right: 8px;
    top: auto;
    bottom: 8px;
    transform: none;
    width: calc(100% - 16px);
  }
  
  .ccc690ef9:hover {
    transform: scale(1.02);
  }
}

@media (max-width: 480px) {
  .c640f7b68 h1 {
    font-size: 1.75rem;
  }
  
  .ca2c3fccf {
    padding: 0 1rem;
  }
}

/* Utility Classes */
.text-center { text-align: center; }
.text-primary { color: var(--color-primary); }
.text-muted { color: var(--color-text-muted); }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.hidden { display: none; }
.visible { display: block; }
