/* ========================================
   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 */
.ceef160be {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.cda75b33e {
  padding: 5rem 0;
}

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

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

.c169d4ec0 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;
}

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

/* Navigation */
.cfedd67e4 {
  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);
}

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

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

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

.cc1151f29 .c4b713556 {
  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;
}

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

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

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

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

.cabd0d581 {
  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;
}

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

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

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

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

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

.c498b9cd5: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 */
.c947e445e {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}

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

/* Hero Section */
.cc01c8c69 {
  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%);
}

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

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

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

.ce26816f1 {
  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;
}

.ce26816f1 .c6013c8ca {
  animation: sparkle 2s ease-in-out infinite;
}

.cc01c8c69 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;
}

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

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

.cea182a70 {
  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);
}

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

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

.c27843fd4 {
  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;
}

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

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

.c9dff8d2d {
  text-align: center;
}

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

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

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

.c75ec4046 {
  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;
}

.c75ec4046::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);
}

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

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

.cfdf8f1b5 {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

.c9e00a2ea:hover .ce497f4bf img {
  transform: scale(1.05);
}

.cba230c43 {
  padding: 1.5rem;
}

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

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

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

.c0d75366f {
  text-align: center;
}

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

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

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

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

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

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

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

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

.c477257df.c15fdc179::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;
}

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

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

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

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

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

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

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

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

.cccea1731::-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);
}

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

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

.c3dc9ea50 .ca6c88a93 {
  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 */
.c76301574 {
  background: #263238;
  color: #B0BEC5;
  padding: 4rem 0 2rem;
}

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

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

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

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

.ccb068270 ul {
  list-style: none;
}

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

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

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

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

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

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

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

.c4bc14ebf span {
  margin: 0 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cb319ab4e.c3a701834 .c08ef5dc1 {
  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 */
.ccc1b6891 {
  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 */
.cf0979388 {
  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);
}

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

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

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

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

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

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

.c93d4ad16 {
  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);
}

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

/* Responsive */
@media (max-width: 1024px) {
  .cfddd7d7b {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .c6713c5e4 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .c67204f22 {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .c477257df.c15fdc179 {
    transform: none;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  
  .c11206ae5 {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--color-card);
    flex-direction: column;
    padding: 1rem;
    box-shadow: var(--shadow-lg);
  }
  
  .c11206ae5.c3a701834 {
    display: flex;
  }
  
  .c947e445e {
    display: flex;
  }
  
  .cb35c1a01 {
    display: none;
  }
  
  .cc01c8c69 h1 {
    font-size: 2rem;
  }
  
  .c358147cf {
    font-size: 1rem;
  }
  
  .c181a5fa7 {
    gap: 1.5rem;
  }
  
  .cfddd7d7b {
    grid-template-columns: 1fr;
  }
  
  .c13a0ed46 {
    grid-template-columns: 1fr;
  }
  
  .c44582105 {
    columns: 1;
  }
  
  .c6713c5e4 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .c107286ab {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .cec110ad3 {
    grid-template-columns: 1fr;
  }
  
  .cda75b33e {
    padding: 3rem 0;
  }
  
  .cea182a70 {
    padding-right: 1rem;
    padding-bottom: 4rem;
  }
  
  .c27843fd4 {
    right: 8px;
    top: auto;
    bottom: 8px;
    transform: none;
    width: calc(100% - 16px);
  }
  
  .c27843fd4:hover {
    transform: scale(1.02);
  }
}

@media (max-width: 480px) {
  .cc01c8c69 h1 {
    font-size: 1.75rem;
  }
  
  .ceef160be {
    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; }
