/* ============================================
   {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 */
.ce035ac79 {
  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;
}

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

.cd7be41c8 {
  text-align: center;
}

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

.c00fdb13c {
  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 */
.c6f426d1d {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 16px 0;
  transition: var(--transition);
  background: transparent;
}

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

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

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

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

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

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

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

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

.c6bca08b1 a:hover::after,
.c6bca08b1 a.c5656be76::after {
  width: 100%;
}

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

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

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

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

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

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

.c24001d2b:hover .c37a2d507 {
  transform: scale(1);
}

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

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

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

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

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

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

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

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

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

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

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

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

.c2f024a30 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 */
.c66e06c7c {
  padding: 100px 0;
}

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

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

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

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

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

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

.c519a7cd0 .c65f59695 {
  color: var(--text-light);
}

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

.c519a7cd0 .c878a75c8 {
  color: rgba(255, 255, 255, 0.7);
}

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

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

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

.c8d511ec9:hover {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.c8174e04c .cb5f4e02b:hover {
  color: var(--accent);
  gap: 10px;
}

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

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

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

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

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

.c6ac003d9:hover .cc939cb07 {
  transform: translateY(0);
  opacity: 1;
}

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

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

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

.c4903144e {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cb8c078cb input,
.cb8c078cb select,
.cb8c078cb 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);
}

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

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

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

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

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

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

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

.ce9b648a0 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 */
.c98f1b7e8 {
  background: var(--bg-dark);
  padding: 80px 0 30px;
  color: var(--text-light);
}

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

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

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

.c594a6b48 ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c22be71de:hover .c1f9f526d img {
  transform: scale(1.05);
}

.cc09b1de7 {
  padding: 24px;
}

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

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

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

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

.ce5b6d225 .cb8c078cb label {
  color: var(--text-dark);
}

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

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

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

.c4fcd84ad.show {
  display: block;
}

.c4fcd84ad .c4863af8b {
  font-size: 60px;
  margin-bottom: 20px;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .c6bca08b1 {
    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);
  }

  .c6bca08b1.c5656be76 {
    display: flex;
  }

  .c6132d7e9 {
    display: flex;
  }

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

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

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

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

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

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

  .c66e06c7c {
    padding: 60px 0;
  }

  .c24001d2b {
    min-height: 600px;
  }

  .cd0ace4ec {
    padding: 0 20px;
  }

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

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

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

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

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

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

  .c165b0f7f {
    gap: 30px;
  }

  .c2d003baa img {
    height: 300px;
  }

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

  .c6a2403ac {
    padding: 30px 20px;
  }

  .cab037484 {
    height: 300px;
  }
}

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

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

  .ce24fbaad {
    padding: 0 20px;
  }
}
