/* ============================================
   {SITE_TITLE} - 房车露营地预订与BC荒野生存自媒体
   主色调：丛林迷彩绿 | 辅助色：篝火暖橙色
   ============================================ */

/* CSS Variables */
:root {
  --primary: #2d5016;
  --primary-light: #4a7c23;
  --primary-dark: #1a3009;
  --accent: #e8721c;
  --accent-light: #f59d4b;
  --accent-dark: #c45a0a;
  --bg-dark: #0f1a0a;
  --bg-medium: #1c2e14;
  --bg-light: #f5f7f3;
  --bg-section-alt: #eef2eb;
  --card-bg: rgba(255, 255, 255, 0.08);
  --card-bg-light: rgba(255, 255, 255, 0.92);
  --card-border: rgba(255, 255, 255, 0.12);
  --text-dark: #1a1a1a;
  --text-body: #333333;
  --text-light: #f0f0f0;
  --text-muted: #666666;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  --shadow-hover: 0 8px 40px rgba(0, 0, 0, 0.25);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-main: 'PingFang SC', 'Microsoft YaHei', -apple-system, BlinkMacSystemFont, sans-serif;
}

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

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

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

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

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

a:hover {
  color: var(--accent);
}

/* Loading Animation */
.c4c573aa0 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.c4c573aa0.loaded {
  opacity: 0;
  visibility: hidden;
}

.c0889b11f {
  text-align: center;
}

.c74c020bd {
  width: 80px;
  height: 80px;
  animation: pulse 1.5s ease-in-out infinite;
}

.cf2950661 {
  color: var(--text-light);
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: 3px;
  opacity: 0.7;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.7; }
}

/* Header & Navigation */
.c8700e5e3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 16px 0;
  transition: var(--transition);
  background: transparent;
}

.c8700e5e3.c8cb91c11 {
  background: rgba(15, 26, 10, 0.95);
  backdrop-filter: blur(20px);
  padding: 10px 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.c984f6ef7 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ca453b469 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ca453b469 img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
}

.ca453b469 span {
  color: var(--text-light);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.ced36c88f {
  display: flex;
  list-style: none;
  gap: 36px;
}

.ced36c88f a {
  color: var(--text-light);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
}

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

.ced36c88f a:hover::after,
.ced36c88f a.c6214d860::after {
  width: 100%;
}

.c9690082f {
  background: var(--accent);
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  transition: var(--transition);
}

.c9690082f:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(232, 114, 28, 0.4);
}

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

.c0b683bd2 span {
  width: 28px;
  height: 3px;
  background: var(--text-light);
  border-radius: 3px;
  transition: var(--transition);
}

/* Hero Section */
.c14b1a256 {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ca03afdae {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 8s ease;
}

.c14b1a256:hover .ca03afdae {
  transform: scale(1);
}

.c4a436179 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(15, 26, 10, 0.75) 0%,
    rgba(45, 80, 22, 0.45) 50%,
    rgba(15, 26, 10, 0.65) 100%
  );
}

.c290efd4f {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 0 40px;
  animation: fadeInUp 1s ease 0.5s both;
}

.c5791f790 {
  display: inline-block;
  background: rgba(232, 114, 28, 0.2);
  border: 1px solid var(--accent);
  color: var(--accent-light);
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.c14b1a256 h1 {
  color: var(--text-light);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.c14b1a256 p {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.8;
  margin-bottom: 36px;
}

.c16735186 {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.c9daea607 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  padding: 16px 36px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(232, 114, 28, 0.3);
}

.c9daea607:hover {
  background: var(--accent-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(232, 114, 28, 0.5);
  color: #fff;
}

.c72c588ee {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--text-light);
  padding: 16px 36px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: var(--transition);
}

.c72c588ee:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--text-light);
  transform: translateY(-3px);
  color: var(--text-light);
}

.c8692be74 {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 2s infinite;
}

.c8692be74 span {
  display: block;
  width: 30px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  position: relative;
}

.c8692be74 span::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 10px;
  background: var(--accent);
  border-radius: 2px;
  animation: scrollDown 1.5s infinite;
}

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

@keyframes scrollDown {
  0% { opacity: 1; transform: translateX(-50%) translateY(0); }
  100% { opacity: 0; transform: translateX(-50%) translateY(15px); }
}

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

/* Section Common Styles */
.cd9d6c36d {
  padding: 100px 0;
}

.c45f5bf7f {
  background: var(--bg-dark);
  color: var(--text-light);
}

.c80f61ed2 {
  background: var(--bg-section-alt);
}

.c869912fa {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.c322306ec {
  text-align: center;
  margin-bottom: 60px;
}

.cc17ebd5c {
  display: inline-block;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.c8cefe44f {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 16px;
  line-height: 1.3;
}

.c45f5bf7f .c8cefe44f {
  color: var(--text-light);
}

.c48fbb2fa {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

.c45f5bf7f .c48fbb2fa {
  color: rgba(255, 255, 255, 0.7);
}

/* Trust Bar */
.c1330c994 {
  padding: 60px 0;
  background: var(--bg-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.c5ef9c575 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.ca9b83b45 {
  text-align: center;
  opacity: 0.6;
  transition: var(--transition);
}

.ca9b83b45:hover {
  opacity: 1;
}

.ca9b83b45 .cb739be30 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--accent);
  display: block;
}

.ca9b83b45 .cfcd4e366 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
}

/* Services Grid */
.c5484c5c3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.c45c91410 {
  background: var(--card-bg-light);
  border-radius: var(--radius);
  padding: 40px 30px;
  transition: var(--transition);
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.c45c91410::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

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

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

.c8649f8ca {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 28px;
  color: #fff;
}

.c45c91410 h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.c45c91410 p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.c45c91410 .c6622249c {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  color: var(--primary);
  font-weight: 600;
  font-size: 14px;
}

.c45c91410 .c6622249c:hover {
  color: var(--accent);
  gap: 10px;
}

/* Cases Gallery */
.cb9a0fa74 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cfc3b6cf1 {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
}

.cfc3b6cf1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.cfc3b6cf1:hover img {
  transform: scale(1.08);
}

.cd6de7461 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  transform: translateY(20px);
  opacity: 0;
  transition: var(--transition);
}

.cfc3b6cf1:hover .cd6de7461 {
  transform: translateY(0);
  opacity: 1;
}

.cd6de7461 h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.cd6de7461 p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

/* Pain Points Section */
.c92eaa1f1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
}

.cec94e383 {
  list-style: none;
}

.c6f990cdd {
  display: flex;
  gap: 16px;
  padding: 24px;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--accent);
  transition: var(--transition);
}

.c6f990cdd:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(8px);
}

.ca110a227 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(232, 114, 28, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.c8e873278 h4 {
  color: var(--text-light);
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.c8e873278 p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.c48de2742 {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.c48de2742 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Carousel / Swiper */
.cb0055684 {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}

.c80e38d4e {
  display: flex;
  transition: transform 0.5s ease;
}

.cbfb3a960 {
  min-width: 100%;
  position: relative;
}

.cbfb3a960 img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.cc8003488 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.cc8003488 h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.cc8003488 p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

.cc5fa5235 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}

.cf49548b8 {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  pointer-events: all;
  transition: var(--transition);
}

.cf49548b8:hover {
  background: var(--accent);
}

.cdf67390e {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.cd27ad6d5 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(45, 80, 22, 0.3);
  cursor: pointer;
  transition: var(--transition);
}

.cd27ad6d5.c6214d860 {
  background: var(--accent);
  width: 30px;
  border-radius: 5px;
}

/* Process Steps */
.cc801c45d {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
}

.cc801c45d::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 12.5%;
  width: 75%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  opacity: 0.3;
}

.c9a1714bd {
  text-align: center;
  position: relative;
}

.c432d75e1 {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  position: relative;
  z-index: 2;
}

.c9a1714bd h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-dark);
}

.c9a1714bd p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Quote Calculator */
.c07b63fa6 {
  background: linear-gradient(135deg, var(--bg-dark), var(--bg-medium));
}

.c7ff10354 {
  max-width: 800px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 50px;
}

.c3ea643f9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.c201cc09d {
  display: flex;
  flex-direction: column;
}

.c201cc09d label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.c201cc09d input,
.c201cc09d select,
.c201cc09d textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  color: var(--text-light);
  font-size: 15px;
  transition: var(--transition);
  font-family: var(--font-main);
}

.c201cc09d input:focus,
.c201cc09d select:focus,
.c201cc09d textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.12);
}

.c201cc09d textarea {
  resize: vertical;
  min-height: 120px;
}

.c0d24d716 {
  text-align: center;
  margin-top: 30px;
}

/* CTA Section */
.cabd638dd {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cabd638dd::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(232, 114, 28, 0.15), transparent);
}

.c17eb8694 {
  position: relative;
  z-index: 2;
}

.cabd638dd h2 {
  color: var(--text-light);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 16px;
}

.cabd638dd p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Footer */
.c5eadadbe {
  background: var(--bg-dark);
  padding: 80px 0 30px;
  color: var(--text-light);
}

.cbac18a69 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}

.ce6d15811 p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  line-height: 1.8;
  margin-top: 16px;
}

.cedab89ef h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-light);
}

.cedab89ef ul {
  list-style: none;
}

.cedab89ef ul li {
  margin-bottom: 12px;
}

.cedab89ef ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  transition: var(--transition);
}

.cedab89ef ul li a:hover {
  color: var(--accent);
  padding-left: 5px;
}

.cec42eb98 {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.cec42eb98 p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
}

/* Scroll Animations */
.c3a88ab45 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

.cd1e3a48b {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.cd1e3a48b.visible {
  opacity: 1;
  transform: translateX(0);
}

.cd2deae66 {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.cd2deae66.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Counter Animation */
.cb3772825 {
  font-variant-numeric: tabular-nums;
}

/* Page Banner (for inner pages) */
.c39e4530f {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.c39e4530f img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c39e4530f .c6acb43e7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 26, 10, 0.7);
}

.c1268caaf {
  position: relative;
  z-index: 2;
  text-align: center;
}

.c39e4530f h1 {
  color: var(--text-light);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 12px;
}

.c45379e4f {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.c45379e4f a {
  color: var(--accent-light);
}

/* Blog Cards */
.c6555fb8a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.c464cd672 {
  background: var(--card-bg-light);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.c464cd672:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.c2b3446c9 {
  height: 220px;
  overflow: hidden;
}

.c2b3446c9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.c464cd672:hover .c2b3446c9 img {
  transform: scale(1.05);
}

.c912e9db3 {
  padding: 24px;
}

.c66aaf313 {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--text-muted);
}

.c464cd672 h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
  line-height: 1.5;
}

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

/* Contact Form Light */
.cb381f2de {
  background: #fff;
  border-radius: var(--radius);
  padding: 50px;
  box-shadow: var(--shadow);
}

.cb381f2de .c201cc09d label {
  color: var(--text-dark);
}

.cb381f2de .c201cc09d input,
.cb381f2de .c201cc09d select,
.cb381f2de .c201cc09d textarea {
  background: var(--bg-section-alt);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--text-body);
}

.cb381f2de .c201cc09d input:focus,
.cb381f2de .c201cc09d select:focus,
.cb381f2de .c201cc09d textarea:focus {
  border-color: var(--primary);
}

/* Success Message */
.ca88f2348 {
  display: none;
  text-align: center;
  padding: 40px;
}

.ca88f2348.show {
  display: block;
}

.ca88f2348 .c653147b9 {
  font-size: 60px;
  margin-bottom: 20px;
}

.ca88f2348 h3 {
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 12px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .ced36c88f {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background: var(--bg-dark);
    flex-direction: column;
    padding: 80px 40px;
    gap: 24px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
  }

  .ced36c88f.c6214d860 {
    display: flex;
  }

  .c0b683bd2 {
    display: flex;
  }

  .cbac18a69 {
    grid-template-columns: 1fr 1fr;
  }

  .cb9a0fa74 {
    grid-template-columns: repeat(2, 1fr);
  }

  .c92eaa1f1 {
    grid-template-columns: 1fr;
  }

  .cc801c45d {
    grid-template-columns: repeat(2, 1fr);
  }

  .cc801c45d::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .c869912fa {
    padding: 0 20px;
  }

  .cd9d6c36d {
    padding: 60px 0;
  }

  .c14b1a256 {
    min-height: 600px;
  }

  .c290efd4f {
    padding: 0 20px;
  }

  .c5484c5c3 {
    grid-template-columns: 1fr;
  }

  .cb9a0fa74 {
    grid-template-columns: 1fr;
  }

  .c6555fb8a {
    grid-template-columns: 1fr;
  }

  .c3ea643f9 {
    grid-template-columns: 1fr;
  }

  .cbac18a69 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cec42eb98 {
    flex-direction: column;
    text-align: center;
  }

  .c5ef9c575 {
    gap: 30px;
  }

  .cbfb3a960 img {
    height: 300px;
  }

  .cc801c45d {
    grid-template-columns: 1fr;
  }

  .c7ff10354 {
    padding: 30px 20px;
  }

  .c39e4530f {
    height: 300px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .c16735186 {
    flex-direction: column;
    align-items: center;
  }

  .c984f6ef7 {
    padding: 0 20px;
  }
}
