/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 04 2026 | 12:46:21 */
/* =========================
   GSO CONTACT PAGE
   ========================= */

.gso-contact-page {
  background: #f3f1ec;
  color: #111;
}

/* Shared */
.gso-contact-page__inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.gso-contact-page__label {
  display: inline-block;
  margin-bottom: 22px;
  padding: 8px 14px;
  background: #f5cb17;
  color: #111;
  border: 2px solid #111;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 rgba(17, 17, 17, 0.1);
}

/* Hero */
.gso-contact-page__hero {
  position: relative;
  padding: 90px 0 70px;
  overflow: hidden;
}

.gso-contact-page__hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background: #f7cf00;
  clip-path: polygon(0 35%, 20% 52%, 39% 34%, 60% 56%, 78% 40%, 100% 54%, 100% 100%, 0 100%);
  opacity: 0.95;
}

.gso-contact-page__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: start;
}

.gso-contact-page__main h1 {
  margin: 0 0 18px;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  font-weight: 900;
  max-width: 8ch;
}

.gso-contact-page__lead {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: #2a2a2a;
  max-width: 38ch;
}

.gso-contact-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.gso-contact-page__email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fffdf8;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.12);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.gso-contact-page__email:hover {
  transform: translateY(-2px);
  background: #f5cb17;
  color: #111;
}

.gso-contact-page__text-link {
  display: inline-block;
  color: #111;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  border-bottom: 2px solid #111;
  padding-bottom: 2px;
}

.gso-contact-page__text-link:hover {
  color: #5c5142;
  border-bottom-color: #5c5142;
}

/* Note card */
.gso-contact-page__note {
  padding-top: 14px;
}

.gso-contact-page__note-inner {
  background: #fffdf8;
  border: 2px solid #111;
  padding: 24px 24px 20px;
  clip-path: polygon(0 3%, 100% 0, 98% 100%, 2% 97%);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.08);
  transform: rotate(1deg);
}

.gso-contact-page__note-inner h2 {
  margin: 0 0 14px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.gso-contact-page__note-inner ul {
  margin: 0;
  padding-left: 18px;
}

.gso-contact-page__note-inner li {
  margin: 0 0 10px;
  line-height: 1.55;
  color: #242424;
}

/* Cards */
.gso-contact-page__reasons {
  background: #f7cf00;
  padding: 80px 0;
}

.gso-contact-page__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gso-contact-card {
  background: #fffdf7;
  border: 2px solid #111;
  padding: 28px 22px 24px;
  clip-path: polygon(0 4%, 100% 0, 98% 100%, 3% 97%);
  box-shadow: 7px 7px 0 rgba(17, 17, 17, 0.08);
  min-height: 250px;
}

.gso-contact-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.gso-contact-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #111;
}

.gso-contact-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #303030;
}

/* Email strip */
.gso-contact-page__email-strip {
  padding: 56px 0 90px;
}

.gso-contact-page__email-box {
  max-width: 760px;
  border: 2px solid #111;
  background: #fffdf8;
  padding: 24px 22px;
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.08);
}

.gso-contact-page__email-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: #6a6259;
}

.gso-contact-page__email-box a {
  display: inline-block;
  text-decoration: none;
  color: #111;
  font-size: clamp(1.1rem, 2.6vw, 1.8rem);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
  border-bottom: 3px solid #f5cb17;
}

.gso-contact-page__email-box a:hover {
  border-bottom-color: #111;
}

/* Responsive */
@media (max-width: 980px) {
  .gso-contact-page__grid {
    grid-template-columns: 1fr;
  }

  .gso-contact-page__main h1 {
    max-width: 100%;
  }

  .gso-contact-page__note-inner {
    transform: none;
    max-width: 620px;
  }

  .gso-contact-page__cards {
    grid-template-columns: 1fr;
  }

  .gso-contact-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .gso-contact-page__inner {
    width: min(1160px, calc(100% - 28px));
  }

  .gso-contact-page__hero {
    padding: 68px 0 54px;
  }

  .gso-contact-page__lead {
    font-size: 16px;
  }

  .gso-contact-page__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gso-contact-page__email {
    width: 100%;
    min-height: 54px;
  }

  .gso-contact-page__text-link {
    text-align: center;
    align-self: center;
  }

  .gso-contact-page__reasons {
    padding: 62px 0;
  }

  .gso-contact-page__email-strip {
    padding: 44px 0 70px;
  }

  .gso-contact-page__email-box {
    padding: 20px 18px;
  }
}