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

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

.c56e15fc5 {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.c1a9ca2fd a:hover::after,
.c1a9ca2fd a.cfb6ce471::after {
  width: 100%;
}

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

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

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

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

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

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

.c646bf2c9:hover .c77f2d2cf {
  transform: scale(1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cc41f6d1c .c49ddb678 {
  color: var(--text-light);
}

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

.cc41f6d1c .c3e0907f8 {
  color: rgba(255, 255, 255, 0.7);
}

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

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

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

.c3ec11246:hover {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.c4a748972 .cf2573b65:hover {
  color: var(--accent);
  gap: 10px;
}

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

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

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

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

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

.c1631b7b2:hover .c003b1167 {
  transform: translateY(0);
  opacity: 1;
}

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

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

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

.ca0b10f02 {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c36b7d486 ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cb1ea1adb:hover .c90930710 img {
  transform: scale(1.05);
}

.c666af4b2 {
  padding: 24px;
}

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

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

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

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

.c3d84a0ed .c7fa6ca89 label {
  color: var(--text-dark);
}

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

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

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

.c395a62da.show {
  display: block;
}

.c395a62da .cf15ae470 {
  font-size: 60px;
  margin-bottom: 20px;
}

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

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

  .c1a9ca2fd.cfb6ce471 {
    display: flex;
  }

  .caadc030a {
    display: flex;
  }

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

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

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

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

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

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

  .c68301296 {
    padding: 60px 0;
  }

  .c646bf2c9 {
    min-height: 600px;
  }

  .c21988acb {
    padding: 0 20px;
  }

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

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

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

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

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

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

  .c826bd8e8 {
    gap: 30px;
  }

  .c70367d25 img {
    height: 300px;
  }

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

  .c2148346d {
    padding: 30px 20px;
  }

  .c441bb14e {
    height: 300px;
  }
}

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

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

  .c1ec2d68c {
    padding: 0 20px;
  }
}
