body.sk-contact-page .site-content > .ast-container {
  max-width: min(1180px, calc(100% - 28px));
  padding-left: 0;
  padding-right: 0;
}

body.sk-contact-page .site-content #primary {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.sk-contact-page .site-main {
  margin-top: 0;
}

body.sk-contact-page .sk-contact-wrap {
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  margin: 0 auto;
  padding: clamp(12px, 2vw, 24px) 0 clamp(30px, 4vw, 48px);
}

body.sk-contact-page .sk-contact-wrap h1,
body.sk-contact-page .sk-contact-wrap h2,
body.sk-contact-page .sk-contact-wrap h3 {
  text-transform: none;
  line-height: 1.15;
  color: #1f2a44;
}

body.sk-contact-page .sk-contact-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 12px;
  border: 1px solid #dce8df;
  border-radius: 999px;
  background: #fff;
  color: #4c6372;
  font-size: 13px;
  font-weight: 600;
}

body.sk-contact-page .sk-contact-breadcrumb .sep {
  opacity: 0.6;
}

body.sk-contact-page .sk-contact-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

body.sk-contact-page .sk-contact-breadcrumb a:hover,
body.sk-contact-page .sk-contact-breadcrumb a:focus-visible {
  color: #2c5878;
  text-decoration: underline;
}

body.sk-contact-page .sk-contact-hero,
body.sk-contact-page .sk-contact-card,
body.sk-contact-page .sk-contact-section,
body.sk-contact-page .sk-contact-seo-footer {
  border: 1px solid #dce9e0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.07);
}

body.sk-contact-page .sk-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: clamp(16px, 2.2vw, 28px);
  align-items: center;
  overflow: hidden;
  padding: clamp(18px, 3vw, 34px);
  background:
    radial-gradient(circle at 100% 0%, rgba(79, 174, 87, 0.16), transparent 52%),
    linear-gradient(138deg, #f7fbf8 0%, #ffffff 62%);
}

body.sk-contact-page .sk-contact-hero__content {
  display: grid;
  gap: 10px;
}

body.sk-contact-page .sk-contact-hero__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #466757;
}

body.sk-contact-page .sk-contact-hero h1 {
  margin: 0;
  font-size: clamp(32px, 5vw, 56px);
}

body.sk-contact-page .sk-contact-hero p {
  margin: 0;
  color: #405565;
  line-height: 1.7;
  font-size: clamp(15px, 1.12vw, 18px);
}

body.sk-contact-page .sk-contact-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

body.sk-contact-page .sk-contact-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #c8dfd0;
  background: #f4faf6;
  color: #2f5f45;
  font-size: 13px;
  font-weight: 700;
}

body.sk-contact-page .sk-contact-hero__media {
  margin: 0;
  height: 100%;
  min-height: 240px;
  border: 1px solid #dce9e0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.1);
}

body.sk-contact-page .sk-contact-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.sk-contact-page .sk-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.sk-contact-page .sk-contact-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: clamp(16px, 2vw, 24px);
}

body.sk-contact-page .sk-contact-card h2 {
  margin: 0;
  font-size: clamp(23px, 2.3vw, 30px);
}

body.sk-contact-page .sk-contact-card p,
body.sk-contact-page .sk-contact-card li {
  margin: 0;
  color: #425667;
  line-height: 1.7;
  font-size: clamp(14px, 1.02vw, 17px);
}

body.sk-contact-page .sk-contact-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

body.sk-contact-page .sk-contact-card a {
  color: #1f6a45;
  font-weight: 700;
}

body.sk-contact-page .sk-contact-card a:hover,
body.sk-contact-page .sk-contact-card a:focus-visible {
  color: #1b5638;
}

body.sk-contact-page .sk-contact-email a {
  font-size: clamp(19px, 1.8vw, 25px);
  text-decoration: none;
}

body.sk-contact-page .sk-contact-card__image {
  margin: auto 0 0;
  border: 1px solid #dce8df;
  border-radius: 12px;
  overflow: hidden;
}

body.sk-contact-page .sk-contact-card__image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

body.sk-contact-page .sk-contact-section {
  padding: clamp(18px, 2.2vw, 28px);
}

body.sk-contact-page .sk-contact-section h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 3vw, 40px);
}

body.sk-contact-page .sk-contact-section p,
body.sk-contact-page .sk-contact-section li {
  margin: 0;
  color: #425667;
  line-height: 1.72;
  font-size: clamp(15px, 1.05vw, 18px);
}

body.sk-contact-page .sk-contact-section p + p {
  margin-top: 10px;
}

body.sk-contact-page .sk-contact-link-list {
  margin: 8px 0 0;
  padding-left: 1.1rem;
}

body.sk-contact-page .sk-contact-link-list a {
  color: #215f42;
  font-weight: 700;
}

body.sk-contact-page .sk-contact-link-list--grid {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body.sk-contact-page .sk-contact-link-list--grid li {
  margin: 0;
}

body.sk-contact-page .sk-contact-link-list--grid a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid #dbe7e0;
  border-radius: 12px;
  background: #fbfdfc;
  color: #25543c;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

body.sk-contact-page .sk-contact-link-list--grid a:hover,
body.sk-contact-page .sk-contact-link-list--grid a:focus-visible {
  border-color: #9fc8ab;
  background: #f3f9f5;
  color: #1f583d;
}

body.sk-contact-page .sk-contact-form-wrap {
  margin-top: 14px;
  padding: clamp(14px, 1.6vw, 18px);
  border: 1px solid #dce8df;
  border-radius: 14px;
  background: #f8fcfa;
}

body.sk-contact-page .sk-contact-form-wrap .wpforms-container {
  margin: 0;
}

body.sk-contact-page .sk-contact-form-wrap .wpforms-form .wpforms-field-label {
  color: #2f4656;
  font-weight: 700;
}

body.sk-contact-page .sk-contact-form-wrap .wpforms-form input,
body.sk-contact-page .sk-contact-form-wrap .wpforms-form textarea,
body.sk-contact-page .sk-contact-form-wrap .wpforms-form select {
  border-color: #c7dbd0;
  border-radius: 10px;
  background: #fff;
}

body.sk-contact-page .sk-contact-form-wrap .wpforms-form input:focus,
body.sk-contact-page .sk-contact-form-wrap .wpforms-form textarea:focus,
body.sk-contact-page .sk-contact-form-wrap .wpforms-form select:focus {
  border-color: #4fae57;
  box-shadow: 0 0 0 3px rgba(79, 174, 87, 0.15);
}

body.sk-contact-page .sk-contact-form-wrap .wpforms-submit-container button {
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 2px solid #4fae57;
  background: #4fae57;
  color: #fff;
  font-weight: 700;
}

body.sk-contact-page .sk-contact-form-wrap .wpforms-submit-container button:hover,
body.sk-contact-page .sk-contact-form-wrap .wpforms-submit-container button:focus-visible {
  border-color: #3d9944;
  background: #3d9944;
}

body.sk-contact-page .sk-contact-grid--secondary .sk-contact-card {
  min-height: 100%;
}

body.sk-contact-page .sk-contact-section--cta {
  background:
    radial-gradient(circle at 100% 100%, rgba(79, 174, 87, 0.14), transparent 52%),
    linear-gradient(140deg, #ffffff 0%, #f6fbf8 100%);
}

body.sk-contact-page .sk-contact-seo-footer {
  padding: 16px 18px;
}

body.sk-contact-page .sk-contact-seo-footer p {
  margin: 0;
  color: #4b5f6f;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1080px) {
  body.sk-contact-page .sk-contact-hero {
    grid-template-columns: 1fr;
  }

  body.sk-contact-page .sk-contact-hero__media {
    min-height: 220px;
  }

  body.sk-contact-page .sk-contact-grid,
  body.sk-contact-page .sk-contact-link-list--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.sk-contact-page .site-content > .ast-container {
    max-width: calc(100% - 20px);
  }

  body.sk-contact-page .sk-contact-wrap {
    padding-top: 10px;
    gap: 10px;
  }

  body.sk-contact-page .sk-contact-hero,
  body.sk-contact-page .sk-contact-card,
  body.sk-contact-page .sk-contact-section,
  body.sk-contact-page .sk-contact-seo-footer {
    border-radius: 14px;
  }

  body.sk-contact-page .sk-contact-hero {
    padding: 14px;
  }

  body.sk-contact-page .sk-contact-grid,
  body.sk-contact-page .sk-contact-link-list--grid {
    grid-template-columns: 1fr;
  }

  body.sk-contact-page .sk-contact-section,
  body.sk-contact-page .sk-contact-card {
    padding: 14px;
  }

  body.sk-contact-page .sk-contact-email a {
    font-size: clamp(18px, 5vw, 24px);
  }
}
