body {
  background: #f6fbf8;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  width: min(100%, var(--site-max-width));
  margin: 0 auto;
  padding: 42px 18px 72px;
  background-color: #fff;
  background-image: none !important;
}

.contact-hero-copy {
  max-width: 640px;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 5px 14px;
  color: var(--green-800);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(6, 61, 34, 0.08);
  font-size: 12px;
  font-weight: 600;
}

.contact-hero h1 {
  max-width: 590px;
  margin: 0;
  color: #07150d;
  font-size: clamp(34px, 4.8vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
}

.contact-hero p {
  max-width: 560px;
  margin: 18px 0 0;
  color: #1f2d25;
  font-size: clamp(16px, 1.8vw, 19px);
}

.contact-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 30px;
  margin-top: 24px;
}

.contact-hero-points span,
.form-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #123d27;
  font-size: 13px;
  font-weight: 600;
}

.contact-hero-points .icon,
.form-note .icon {
  color: var(--green-700);
}

.contact-hero-media {
  position: relative;
  min-height: 360px;
}

.contact-hero-media::before,
.contact-hero-media img {
  content: "";
  display: block;
  width: 100%;
  height: 360px;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 61, 34, 0.12);
}

.contact-hero-media::before {
  background: url("../img/about/hero-contact.png") center / cover no-repeat;
}

.contact-hero-media img {
  object-fit: cover;
}

.contact-stat-card {
  position: absolute;
  left: clamp(-42px, -4vw, -24px);
  bottom: -34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) 84px;
  gap: 12px;
  align-items: center;
  width: 330px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(6, 61, 34, 0.16);
}

.contact-stat-card div:not(.mini-chart) {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 1px 10px;
  align-items: center;
}

.contact-stat-card span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--green-700);
  background: #e7f8ef;
  border-radius: 50%;
}

.contact-stat-card .icon {
  width: 18px;
  height: 18px;
}

.contact-stat-card strong {
  color: #07150d;
  font-size: 20px;
  line-height: 1;
}

.contact-stat-card small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.15;
}

.contact-stat-card > a {
  grid-column: 1 / 2;
  display: inline-flex;
  justify-content: center;
  min-height: 30px;
  padding: 7px 12px;
  color: var(--green-800);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 8px 14px rgba(6, 61, 34, 0.08);
}

.mini-chart {
  grid-row: span 2;
  align-self: stretch;
  display: flex;
  align-items: end;
  gap: 5px;
  min-height: 72px;
  padding: 8px;
  background: #f8fcfa;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.mini-chart i {
  flex: 1;
  min-width: 5px;
  background: linear-gradient(180deg, #24c78a, #0a6b3e);
  border-radius: 999px 999px 2px 2px;
}

.contact-section {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 52px;
  padding-bottom: 52px;
}

.contact-quick-section {
  padding-top: 74px;
}

.contact-heading {
  margin-bottom: 28px;
}

.contact-heading h2,
.contact-form-card h2,
.contact-support-panel h2,
.contact-cta h2 {
  margin: 0;
  color: #07150d;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
  letter-spacing: 0;
}

.contact-heading p,
.contact-form-card > p,
.contact-support-panel > p,
.contact-cta p {
  margin: 8px 0 0;
  color: var(--muted);
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.contact-card,
.contact-form-card,
.contact-office-card,
.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(6, 61, 34, 0.12);
}

.contact-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 28px;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  color: var(--green-700);
  background: #e7f8ef;
  border: 1px solid #ccefdc;
  border-radius: 50%;
}

.contact-icon .icon {
  width: 21px;
  height: 21px;
}

.contact-card h3 {
  margin: 0;
  color: #07150d;
  font-size: 16px;
  line-height: 1.25;
}

.contact-card p {
  flex: 1;
  margin: 10px 0 12px;
  color: #314039;
  font-size: 13px;
  line-height: 1.45;
}

.contact-card a {
  color: var(--green-700);
  font-size: 12px;
  font-weight: 700;
}

.contact-form-section {
  padding-top: 28px;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(320px, 1fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.contact-form-card {
  padding: 28px 30px 26px;
  width: 100%;
}

.contact-form-card .form-grid {
  gap: 12px 14px;
  margin-top: 16px;
}

.contact-form-card label {
  display: grid;
  gap: 6px;
  color: #1f2d25;
  font-size: 11px;
  font-weight: 600;
}

.contact-form-card input,
.contact-form-card select {
  min-height: 36px;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 13px;
}

.contact-form-card textarea {
  min-height: 102px;
  resize: vertical;
  border-radius: 14px;
  font-size: 13px;
}

.contact-form-card .btn {
  width: 100%;
  min-height: 44px;
}

.form-note {
  justify-content: center;
  width: 100%;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.contact-support-panel {
  max-width: 520px;
  padding: 10px 0;
}

.contact-office-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 20px;
  margin-top: 24px;
  padding: 28px;
}

.contact-office-card::after {
  content: "";
  position: absolute;
  top: -34px;
  right: -36px;
  width: 128px;
  height: 128px;
  background: #eef8f2;
  border-radius: 50%;
}

.contact-office-card > div {
  position: relative;
  z-index: 1;
}

.contact-office-card > div:not(.contact-tags, .contact-follow) {
  display: flex;
  gap: 14px;
}

.contact-office-card .contact-icon {
  width: 38px;
  height: 38px;
  margin: 0;
}

.contact-office-card strong {
  display: block;
  color: #07150d;
  font-size: 13px;
}

.contact-office-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.contact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 8px;
}

.contact-tags span {
  padding: 6px 10px;
  color: var(--green-800);
  background: #e7f8ef;
  border: 1px solid #ccefdc;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}

.contact-follow {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.contact-follow a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--green-700);
  border-radius: 50%;
}

.contact-follow .icon {
  width: 15px;
  height: 15px;
}

.contact-map-section {
  padding-top: 28px;
}

.map-box {
  display: grid;
  place-items: center;
  min-height: 350px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #eaf7ee, #ffffff);
  box-shadow: 0 8px 18px rgba(6, 61, 34, 0.1);
}

.map-box iframe {
  width: 100%;
  height: 350px;
  border: 0;
}

.benefit-card {
  min-height: 178px;
}

.faq-section {
  padding-top: 28px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 0 20px;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  color: #07150d;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--green-700);
  font-size: 24px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0 0 18px;
  color: var(--muted);
}

.contact-cta {
  display: grid;
  justify-items: center;
  padding: 44px clamp(24px, 6vw, 70px);
  color: #fff;
  background: var(--green-800);
  border-radius: 8px;
  text-align: center;
}

.contact-cta h2,
.contact-cta p {
  color: #fff;
}

.contact-cta p {
  opacity: 0.9;
}

.contact-cta .hero-actions {
  justify-content: center;
}

.contact-cta .btn.light {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
}

.contact-cta .btn.primary {
  color: var(--green-800);
  background: #fff;
  border-color: #fff;
}

@media (max-width: 1040px) {
  .contact-hero {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .contact-hero-media {
    width: 100%;
    max-width: 680px;
  }

  .contact-stat-card {
    left: 24px;
    bottom: -32px;
  }

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

  .contact-form-layout {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .contact-support-panel {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .contact-stat-card {
    grid-template-columns: 1fr;
    width: min(300px, calc(100% - 28px));
  }

  .mini-chart {
    grid-row: auto;
  }

  .contact-stat-card > a {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .contact-hero {
    padding-top: 36px;
    padding-bottom: 42px;
  }

  .contact-hero-points,
  .contact-card-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-media {
    min-height: auto;
  }

  .contact-hero-media::before,
  .contact-hero-media img {
    height: 260px;
  }

  .contact-stat-card {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .contact-form-card {
    padding: 20px;
  }

  .contact-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .map-box,
  .map-box iframe {
    min-height: 300px;
    height: 300px;
  }

}
