@charset "UTF-8";
/* =====================================================================
   Contact page — layered on top of main.css (uses the same design tokens)
   ===================================================================== */

/* ---------- Hero ---------- */
.contact-hero {
  position: relative;
  padding: 74px 0;
  text-align: left;
  color: #fff;
  background: linear-gradient(180deg, rgba(5, 11, 32, 0.82), rgba(5, 11, 32, 0.92)), url("../images/rv/hero.jpg") center/cover no-repeat;
}
.contact-hero .rv-eyebrow {
  color: #fff;
  justify-content: center;
  margin-bottom: 16px;
}
.contact-hero h1 {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 14px;
}
.contact-hero p {
  max-width: 640px;
  margin: 0;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
}
.contact-crumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.contact-crumb a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-crumb a:hover {
  color: var(--primary-color);
}
.contact-crumb span {
  color: rgba(255, 255, 255, 0.45);
}
.contact-crumb span:last-child {
  color: #fff;
}
@media (max-width: 767px) {
  .contact-hero {
    padding: 52px 0;
  }
  .contact-hero h1 {
    font-size: 30px;
  }
}

/* ---------- Info cards ---------- */
.contact-info-card {
  height: 100%;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #f6f8fa;
  border: 1px solid var(--line-color);
  border-radius: var(--radius);
  padding: 24px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.contact-info-card:hover {
  transform: translateY(-3px);
  border-color: var(--primary-color);
  box-shadow: var(--shadow);
  background: #fff;
}
.contact-info-card .ic {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #fef2f2;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-card .ic svg {
  width: 24px;
  height: 24px;
}
.contact-info-card .h {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--muted-color);
  margin-bottom: 6px;
}
.contact-info-card a,
.contact-info-card p {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--secondary-color);
  text-decoration: none;
  margin: 0;
  line-height: 1.45;
}
.contact-info-card a:hover {
  color: var(--primary-color);
}
.contact-info-card .sub {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted-color);
  margin-top: 4px;
}

/* ---------- Form panel ---------- */
.contact-panel {
  background: #fff;
  border: 1px solid var(--line-color);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
  height: 100%;
}
.contact-panel h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--secondary-color);
  margin-bottom: 6px;
}
.contact-panel .sub {
  color: var(--muted-color);
  margin-bottom: 24px;
}
.contact-form .form-group {
  margin-bottom: 16px;
}
.contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 8px;
}
.contact-form .form-control {
  width: 100%;
  background: #f8f9fa;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 13px 16px;
  font-size: 15px;
  color: var(--secondary-color);
  font-family: inherit;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.contact-form .form-control::-moz-placeholder {
  color: #9aa4af;
}
.contact-form .form-control::placeholder {
  color: #9aa4af;
}
.contact-form .form-control:focus {
  background: #fff;
  border-color: var(--primary-color);
  outline: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.contact-form textarea.form-control {
  min-height: 130px;
  resize: vertical;
}
.contact-form .form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 22px;
}
.contact-form .form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.15em;
  border: 2px solid #ccd3da;
  border-radius: 5px;
  flex-shrink: 0;
  cursor: pointer;
}
.contact-form .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.contact-form .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(254, 0, 9, 0.12);
}
.contact-form .form-check-label {
  font-size: 13.5px;
  color: var(--muted-color);
  line-height: 1.5;
  cursor: pointer;
}

/* ---------- Hours ---------- */
.contact-side {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-hours {
  background: #fff;
  border: 1px solid var(--line-color);
  border-radius: var(--radius);
  padding: 26px;
}
.contact-hours h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-hours h3 svg {
  width: 20px;
  height: 20px;
  color: var(--primary-color);
}
.contact-hours .row-h {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid var(--line-color);
  font-size: 14px;
}
.contact-hours .row-h:first-of-type {
  border-top: 0;
}
.contact-hours .row-h .d {
  font-weight: 600;
  color: var(--secondary-color);
}
.contact-hours .row-h .t {
  color: var(--muted-color);
  font-weight: 600;
}
.contact-hours-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--primary-color);
  margin: 16px 0 4px;
}
.contact-hours-title:first-child {
  margin-top: 0;
}

/* Call-out box */
.contact-callout {
  background: linear-gradient(135deg, var(--secondary-color), #0b1533);
  border-radius: var(--radius);
  padding: 26px;
  color: #fff;
}
.contact-callout h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.contact-callout p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  margin-bottom: 16px;
}

/* ---------- Map ---------- */
.contact-map {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line-color);
  box-shadow: var(--shadow);
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}
@media (max-width: 767px) {
  .contact-map iframe {
    height: 320px;
  }
}
