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

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

.c01b30023 {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.cf2b31d69 a:hover::after,
.cf2b31d69 a.ce2e06ffa::after {
  width: 100%;
}

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

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

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

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

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

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

.c327326be:hover .c0ea677c0 {
  transform: scale(1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cb3ea55f2 .c88156c6c {
  color: var(--text-light);
}

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

.cb3ea55f2 .c8cc8ab7b {
  color: rgba(255, 255, 255, 0.7);
}

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

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

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

.c43b2ae5b:hover {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.c5afd820e .ce22782eb:hover {
  color: var(--accent);
  gap: 10px;
}

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

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

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

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

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

.cc6c974fe:hover .c86cf2eb2 {
  transform: translateY(0);
  opacity: 1;
}

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

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

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

.c0c790f32 {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c566776d2 ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cbf396edf:hover .c2349d6dd img {
  transform: scale(1.05);
}

.c4d52f864 {
  padding: 24px;
}

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

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

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

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

.c55c0823f .c5ad7b931 label {
  color: var(--text-dark);
}

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

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

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

.c0c3eb96c.show {
  display: block;
}

.c0c3eb96c .c25c60a39 {
  font-size: 60px;
  margin-bottom: 20px;
}

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

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

  .cf2b31d69.ce2e06ffa {
    display: flex;
  }

  .c17891fce {
    display: flex;
  }

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

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

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

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

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

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

  .c5e8d20ae {
    padding: 60px 0;
  }

  .c327326be {
    min-height: 600px;
  }

  .c639a2c05 {
    padding: 0 20px;
  }

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

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

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

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

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

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

  .c3c5b38c7 {
    gap: 30px;
  }

  .c14bb2fa7 img {
    height: 300px;
  }

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

  .cbadca5f7 {
    padding: 30px 20px;
  }

  .c71b55045 {
    height: 300px;
  }
}

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

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

  .c7d384e51 {
    padding: 0 20px;
  }
}
