.contact-page {
  background: var(--panel-paper);
}

.contact-hero {
  padding: 0 0 76px;
  background:
    radial-gradient(circle at 10% 18%, rgba(185, 216, 107, .34), transparent 28%),
    linear-gradient(135deg, #f7f2e8 0%, #edf5ee 58%, #fffdf8 100%);
}

.contact-hero-content h1 {
    margin: 0 0 22px;
    color: var(--panel-green-dark);
    font-size: clamp(42px, 5vw, 46px);
    line-height: 1.2;
    letter-spacing: -.06em;
    font-weight: 800;
}

.contact-hero-content p {
  width: min(100%, 760px);
  margin: 0;
  color: var(--panel-muted);
  font-size: 20px;
  line-height: 1.72;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.contact-quick-card {
  padding: 30px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(15, 77, 54, .14);
  box-shadow: 0 18px 48px rgba(20, 62, 45, .08);
}

.contact-quick-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--panel-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-quick-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--panel-green-dark);
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.contact-quick-card p {
  margin: 0;
  color: var(--panel-muted);
  font-size: 17px;
  line-height: 1.65;
}

.contact-info-section {
  background: #fff;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.contact-info-card {
  min-height: 310px;
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(15, 77, 54, .12);
  box-shadow: 0 18px 48px rgba(20, 62, 45, .08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.contact-info-card:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 77, 54, .24);
  box-shadow: 0 26px 64px rgba(20, 62, 45, .13);
}

.contact-info-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--panel-green-dark);
  background: var(--panel-green-soft);
  font-size: 24px;
  font-weight: 800;
}

.contact-info-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--panel-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-info-card h2 {
  margin: 0 0 12px;
  color: var(--panel-green-dark);
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -.03em;
  font-weight: 800;
}

.contact-info-card a,
.contact-info-card strong {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--panel-green-dark);
  font-size: 19px;
  font-weight: 800;
}

.contact-info-card p {
  margin: 0;
  color: var(--panel-muted);
  font-size: 16px;
  line-height: 1.62;
}

.contact-main-section {
  background:
    linear-gradient(180deg, #f7fbf8 0%, #fffdf8 100%);
}

.contact-detail-panel {
  position: sticky;
  top: 28px;
}

.contact-detail-panel h2 {
  margin: 0 0 18px;
  color: var(--panel-green-dark);
  font-size: clamp(34px, 4vw, 54px);
  line-height: .98;
  letter-spacing: -.04em;
  font-weight: 800;
}

.contact-detail-panel p {
  margin: 0;
  color: var(--panel-muted);
  font-size: 18px;
  line-height: 1.72;
}

.contact-address {
  display: grid;
  gap: 14px;
  margin-top: 30px;
  font-style: normal;
}

.contact-address div {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 77, 54, .12);
  box-shadow: 0 12px 32px rgba(20, 62, 45, .05);
}

.contact-address strong {
  display: block;
  margin-bottom: 6px;
  color: var(--panel-green-dark);
  font-size: 15px;
  font-weight: 800;
}

.contact-address a,
.contact-address span {
  color: var(--panel-muted);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.contact-address a:hover {
  color: var(--panel-green);
}

.contact-form {
  padding: 30px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(15, 77, 54, .12);
  box-shadow: 0 24px 70px rgba(12, 42, 31, .1);
}

.contact-form label {
  margin-bottom: 8px;
  color: var(--panel-green-dark);
  font-size: 14px;
  font-weight: 800;
}

.contact-form .form-control,
.contact-form .form-select {
  min-height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(15, 77, 54, .16);
  background-color: #fbfdfb;
  color: var(--panel-text);
  font-weight: 600;
}

.contact-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--panel-green);
  box-shadow: 0 0 0 .25rem rgba(15, 77, 54, .12);
}

.contact-map-section {
  background: #fff;
}

.contact-map-box {
  overflow: hidden;
  min-height: 420px;
  margin-top: 42px;
  border-radius: 30px;
  background: var(--panel-green-soft);
  border: 1px solid rgba(15, 77, 54, .12);
  box-shadow: 0 24px 70px rgba(12, 42, 31, .1);
}

.contact-map-box iframe {
  width: 100%;
  height: 460px;
  display: block;
  border: 0;
}

.contact-map-placeholder {
  min-height: 460px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px;
}

.contact-map-placeholder strong {
  display: block;
  color: var(--panel-green-dark);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 800;
}

.contact-map-placeholder span {
  display: block;
  margin-top: 10px;
  color: var(--panel-muted);
  font-size: 17px;
  font-weight: 600;
}

.contact-service-section {
  background: var(--panel-cream);
}

.contact-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.contact-service-card {
  min-height: 260px;
  padding: 26px;
  border-radius: 24px;
  color: var(--panel-text);
  background: #fff;
  border: 1px solid rgba(15, 77, 54, .12);
  box-shadow: 0 18px 48px rgba(20, 62, 45, .08);
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease;
}

.contact-service-card:hover {
  color: #fff;
  background: var(--panel-green);
  transform: translateY(-6px);
  box-shadow: 0 26px 64px rgba(20, 62, 45, .16);
}

.contact-service-card span {
  display: block;
  margin-bottom: 42px;
  color: var(--panel-green);
  font-size: 14px;
  font-weight: 800;
}

.contact-service-card:hover span {
  color: var(--panel-lime);
}

.contact-service-card h3 {
  margin: 0 0 12px;
  color: var(--panel-green-dark);
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -.03em;
  font-weight: 800;
}

.contact-service-card:hover h3 {
  color: #fff;
}

.contact-service-card p {
  margin: 0;
  color: var(--panel-muted);
  font-size: 16px;
  line-height: 1.6;
}

.contact-service-card:hover p {
  color: rgba(255, 255, 255, .74);
}

.contact-faq-section {
  background: #fff;
}

@media (max-width: 1199.98px) {
  .contact-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 991.98px) {
  .contact-hero {
    padding-bottom: 60px;
  }

  .contact-hero-content p {
    font-size: 18px;
  }

  .contact-detail-panel {
    position: static;
  }

  .contact-map-box,
  .contact-map-placeholder,
  .contact-map-box iframe {
    min-height: 380px;
    height: 380px;
  }
}

@media (max-width: 767.98px) {
  .contact-hero {
    padding-bottom: 48px;
  }

  .contact-hero-content h1 {
    font-size: 38px;
    line-height: .98;
  }

  .contact-hero-content p {
    font-size: 16px;
    line-height: 1.68;
  }

  .contact-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-quick-card {
    padding: 22px;
    border-radius: 22px;
  }

  .contact-quick-card strong {
    font-size: 24px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-info-card {
    min-height: auto;
    padding: 24px;
  }

  .contact-info-card h2 {
    font-size: 24px;
  }

  .contact-detail-panel h2 {
    font-size: 34px;
  }

  .contact-detail-panel p {
    font-size: 16px;
  }

  .contact-form {
    padding: 22px;
    border-radius: 22px;
  }

  .contact-map-box,
  .contact-map-placeholder,
  .contact-map-box iframe {
    min-height: 320px;
    height: 320px;
    border-radius: 22px;
  }

  .contact-map-placeholder strong {
    font-size: 28px;
  }

  .contact-service-grid {
    grid-template-columns: 1fr;
  }

  .contact-service-card {
    min-height: auto;
    padding: 24px;
  }

  .contact-service-card span {
    margin-bottom: 28px;
  }
}

@media (max-width: 420px) {
  .contact-hero-content h1 {
    font-size: 34px;
  }

  .contact-map-box,
  .contact-map-placeholder,
  .contact-map-box iframe {
    min-height: 280px;
    height: 280px;
  }
}