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

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

.c9b96d491 {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.c0627c275 a:hover::after,
.c0627c275 a.c64a353d0::after {
  width: 100%;
}

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

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

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

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

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

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

.c6631b16c:hover .cb7ac489c {
  transform: scale(1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cb67fdd9e .c0da62a31 {
  color: var(--text-light);
}

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

.cb67fdd9e .c155709ad {
  color: rgba(255, 255, 255, 0.7);
}

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

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

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

.c34128ebe:hover {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.c1854ed71 .c01482f4f:hover {
  color: var(--accent);
  gap: 10px;
}

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

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

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

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

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

.c35ff2d24:hover .cd1a50718 {
  transform: translateY(0);
  opacity: 1;
}

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

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

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

.c62080f37 {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ca9282d78 ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c5dfa730b:hover .c125e0b61 img {
  transform: scale(1.05);
}

.cb6c67262 {
  padding: 24px;
}

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

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

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

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

.c70c764fa .c24953985 label {
  color: var(--text-dark);
}

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

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

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

.c6d5ea6b5.show {
  display: block;
}

.c6d5ea6b5 .cdcb4a883 {
  font-size: 60px;
  margin-bottom: 20px;
}

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

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

  .c0627c275.c64a353d0 {
    display: flex;
  }

  .cd93bf4f2 {
    display: flex;
  }

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

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

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

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

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

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

  .c4308cec7 {
    padding: 60px 0;
  }

  .c6631b16c {
    min-height: 600px;
  }

  .cce562175 {
    padding: 0 20px;
  }

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

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

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

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

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

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

  .c75c5b2f5 {
    gap: 30px;
  }

  .cd9377256 img {
    height: 300px;
  }

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

  .ce76b03ab {
    padding: 30px 20px;
  }

  .c638b9d97 {
    height: 300px;
  }
}

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

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

  .c8974ba6a {
    padding: 0 20px;
  }
}
