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

.caa74a6c5 {
  padding: 5rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c725cf547 .c7cc49401 {
  animation: sparkle 2s ease-in-out infinite;
}

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

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

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

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

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

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

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

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

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

.c487163ca {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c9128ddd9:hover .cd88e16eb img {
  transform: scale(1.05);
}

.c389c2f81 {
  padding: 1.5rem;
}

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

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

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

.c9d4d9e6f {
  text-align: center;
}

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

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

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

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

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

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

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

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

.c48f37c2e.c38f941eb::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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cfb353c70 ul {
  list-style: none;
}

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

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

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

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

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

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

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

.cdac844ad span {
  margin: 0 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c97183a5a.c4eab3d8c .c6415fcbc {
  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 */
.c5c7fef08 {
  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 */
.cc937313d {
  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);
}

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

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

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

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

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

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

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

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

/* Responsive */
@media (max-width: 1024px) {
  .c0a70dd91 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .c7beb9b6b {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .cef478f3a {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .c48f37c2e.c38f941eb {
    transform: none;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  
  .c1db574a4 {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--color-card);
    flex-direction: column;
    padding: 1rem;
    box-shadow: var(--shadow-lg);
  }
  
  .c1db574a4.c4eab3d8c {
    display: flex;
  }
  
  .c49e92f3f {
    display: flex;
  }
  
  .caf4855ad {
    display: none;
  }
  
  .c1a7527bd h1 {
    font-size: 2rem;
  }
  
  .c5f2b0531 {
    font-size: 1rem;
  }
  
  .c64b92f1c {
    gap: 1.5rem;
  }
  
  .c0a70dd91 {
    grid-template-columns: 1fr;
  }
  
  .c9029da4c {
    grid-template-columns: 1fr;
  }
  
  .c8ce2e84c {
    columns: 1;
  }
  
  .c7beb9b6b {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .cfacfdd63 {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .cb9f8d4a3 {
    grid-template-columns: 1fr;
  }
  
  .caa74a6c5 {
    padding: 3rem 0;
  }
  
  .cd5a63676 {
    padding-right: 1rem;
    padding-bottom: 4rem;
  }
  
  .ca6ef8caf {
    right: 8px;
    top: auto;
    bottom: 8px;
    transform: none;
    width: calc(100% - 16px);
  }
  
  .ca6ef8caf:hover {
    transform: scale(1.02);
  }
}

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