body.soarcho-contact-page-body {
  width: 100%;
  margin: 0;
  background: #f5f9ff;
  color: #082454;
  font-family: Arial, Helvetica, sans-serif;
}

.soarcho-contact-page-body #page,
.soarcho-contact-page-body #content,
.soarcho-contact-page-body main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.soarcho-contact-page-body .site-header,
.soarcho-contact-page-body .site-footer {
  display: none;
}

.soarcho-contact-page-body .site-content,
.soarcho-contact-page-body .ast-container,
.soarcho-contact-page-body .content-area,
.soarcho-contact-page-body .site-main {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  float: none;
}

.soarcho-contact-page-body .ast-container {
  display: block;
}

.soarcho-contact-page * {
  box-sizing: border-box;
}

.soarcho-contact-page {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 42%, #f5f9ff 100%);
}

.contact-wrap {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.contact-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 18px rgba(10, 45, 100, 0.06);
}

.contact-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 22px;
}

.contact-logo {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  color: #092454;
  line-height: 1;
  text-decoration: none;
}

.contact-logo span {
  font-size: 28px;
  font-weight: 900;
}

.contact-logo b,
.contact-hero h1 span,
.contact-nav a.is-active {
  color: #075eea;
}

.contact-logo small {
  margin-top: 5px;
  color: #61728f;
  font-size: 10px;
}

.contact-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: clamp(18px, 2.25vw, 38px);
  height: 70px;
  font-size: 13px;
  font-weight: 900;
}

.contact-nav a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: #082454;
  text-decoration: none;
}

.contact-nav a.is-active {
  border-bottom: 2px solid #075eea;
}

.contact-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #082454;
  font-size: 13px;
  font-weight: 900;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 22px;
  border: 1px solid #075eea;
  border-radius: 8px;
  background: #075eea;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(7, 94, 234, 0.18);
}

.contact-btn:hover {
  color: #fff;
}

.contact-btn--small {
  min-height: 36px;
  border-radius: 20px;
}

.contact-btn--light {
  background: #fff;
  color: #075eea;
  box-shadow: none;
}

.contact-btn--light:hover {
  color: #075eea;
}

.contact-hero {
  width: 100%;
  background: linear-gradient(90deg, #f7fbff 0%, #eff7ff 42%, #e7f3ff 100%);
}

.contact-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 39% 61%;
  min-height: 322px;
}

.contact-hero__copy {
  position: relative;
  z-index: 2;
  padding: 36px 0 110px;
}

.contact-breadcrumb {
  margin-bottom: 24px;
  color: #526786;
  font-size: 13px;
}

.contact-breadcrumb span {
  margin: 0 10px;
  color: #8aa2c0;
}

.contact-hero h1 {
  margin: 0 0 18px;
  color: #082454;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900;
}

.contact-hero h2 {
  margin: 0 0 14px;
  color: #082454;
  font-size: 18px;
  font-weight: 900;
}

.contact-hero p {
  max-width: 430px;
  margin: 0;
  color: #273c61;
  font-size: 15px;
  line-height: 1.75;
}

.contact-hero__media {
  overflow: hidden;
}

.contact-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 322px;
  object-fit: cover;
  object-position: center right;
}

.contact-hero-cards {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -32px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.contact-card-small,
.contact-panel,
.contact-message-bar {
  border: 1px solid #dce9fb;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(15, 68, 145, 0.08);
}

.contact-card-small {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 18px 22px;
}

.contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  width: 42px;
  height: 42px;
  margin-top: 0;
  border-radius: 50%;
  background: #075eea;
  color: #fff;
  font-size: 0;
  box-shadow: 0 10px 22px rgba(7, 94, 234, 0.2);
}

.contact-card-icon svg {
  width: 23px;
  height: 23px;
  display: block;
  color: #fff;
}

.contact-card-small img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: contain;
}

.contact-card-small strong {
  display: block;
  color: #082454;
  font-size: 15px;
  font-weight: 900;
}

.contact-card-small div > span,
.contact-card-small div > small {
  display: block;
  margin-top: 5px;
  color: #273c61;
  font-size: 12px;
}

.contact-section {
  padding: 46px 0 10px;
}

.contact-section--tight {
  padding-top: 16px;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 20px;
}

.contact-panel {
  padding: 22px 24px;
}

.contact-panel h2 {
  margin: 0 0 18px;
  color: #082454;
  font-size: 22px;
  font-weight: 900;
}

.contact-info-list {
  display: grid;
  gap: 0;
}

.contact-info-list div {
  display: grid;
  grid-template-columns: 46px 120px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 62px;
  border-bottom: 1px solid #e4eefc;
}

.contact-info-list div:last-child {
  border-bottom: 0;
}

.contact-info-list img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.contact-info-list strong {
  color: #082454;
  font-size: 13px;
  font-weight: 900;
}

.contact-info-list span {
  color: #153466;
  font-size: 13px;
  line-height: 1.45;
}

.contact-info-list small {
  display: block;
  margin-top: 4px;
  color: #516789;
  font-size: 11px;
  font-weight: 600;
}

.contact-map {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.contact-map__image,
.contact-map__frame {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

.contact-map__image {
  object-fit: cover;
}

.contact-map-pin {
  position: absolute;
  left: 45%;
  top: 32%;
  padding: 14px 18px;
  border-radius: 8px;
  background: #075eea;
  color: #fff;
  box-shadow: 0 10px 24px rgba(7, 94, 234, 0.2);
}

.contact-map-pin strong,
.contact-map-pin span {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}

.contact-map-actions {
  display: flex;
  gap: 12px;
  margin-top: -44px;
  padding-left: 14px;
  position: relative;
  z-index: 2;
}

.contact-factory {
  padding: 22px 24px 28px;
}

.contact-factory p,
.contact-team p,
.contact-visit p {
  margin: -8px 0 20px;
  color: #273c61;
  font-size: 13px;
  line-height: 1.6;
}

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

.contact-factory-grid img {
  display: block;
  width: 100%;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
}

.contact-factory-grid strong {
  display: block;
  margin-top: 10px;
  color: #082454;
  font-size: 12px;
  font-weight: 900;
}

.contact-factory-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.contact-three-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.25fr 1.1fr;
  gap: 20px;
}

.contact-hours > div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #e4eefc;
}

.contact-hours > div:last-child {
  border-bottom: 0;
}

.contact-hours img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.contact-hours p {
  margin: 0;
  color: #153466;
  font-size: 14px;
  line-height: 1.55;
}

.contact-hours strong {
  display: block;
  color: #082454;
}

.contact-whatsapp-box {
  margin-top: 12px;
  padding: 18px !important;
  border-radius: 9px;
  background: #eaf3ff;
}

.contact-team {
  display: flex;
  flex-direction: column;
}

.contact-team-photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  max-width: 540px;
  margin: 22px 0 28px;
}

.contact-team-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.contact-team-card img,
.contact-team-card .soarcho-media--empty {
  display: block;
  width: 100%;
  max-width: 132px;
  height: auto;
  aspect-ratio: 105 / 80;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  background: #eaf3ff;
  color: transparent;
  font-size: 0;
  transform: translateZ(0);
}

.contact-team-card .soarcho-media--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf3ff;
}

.contact-team-card .soarcho-media--empty::before {
  content: "SOARCHO";
  color: #075eea;
  font-size: 12px;
  font-weight: 900;
}

.contact-team-card strong {
  display: block;
  width: 100%;
  max-width: 154px;
  min-height: 44px;
  color: #082454;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
  text-align: left;
}

.contact-team > .contact-btn {
  align-self: flex-start;
  margin-top: 2px;
}

.contact-visit {
  position: relative;
  overflow: hidden;
}

.contact-visit ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.contact-visit li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
  color: #273c61;
  font-size: 13px;
}

.contact-visit li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #075eea;
}

.contact-calendar {
  position: absolute;
  right: 24px;
  bottom: 18px;
  width: 130px;
  height: 130px;
  object-fit: contain;
  opacity: 0.38;
  color: transparent;
  font-size: 0;
}

.contact-section--message {
  padding: 14px 0 14px;
}

.contact-message-bar {
  display: grid;
  grid-template-columns: 1.2fr 180px 180px 240px 90px;
  gap: 12px;
  align-items: center;
  padding: 18px 24px;
  background: #f1f7ff;
}

.contact-message-bar > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-message-bar img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.contact-message-bar strong,
.contact-message-bar small {
  display: block;
}

.contact-message-bar strong {
  color: #082454;
  font-size: 18px;
  font-weight: 900;
}

.contact-message-bar small {
  color: #273c61;
  font-size: 12px;
}

.contact-message-bar input {
  width: 100%;
  min-height: 36px;
  border: 1px solid #dce9fb;
  border-radius: 7px;
  padding: 0 14px;
  color: #082454;
  font-size: 13px;
}

.contact-message-bar button {
  min-height: 36px;
  border: 0;
  border-radius: 7px;
  background: #075eea;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.contact-message-bar button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.contact-message-hp {
  display: none !important;
}

.contact-message-status {
  grid-column: 2 / -1;
  min-height: 18px;
  margin: -4px 0 0;
  color: #506586;
  font-size: 12px;
  font-weight: 700;
}

.contact-message-status.is-success {
  color: #078044;
}

.contact-message-status.is-error {
  color: #c62828;
}

.contact-footer {
  margin-top: 0;
}

.soarcho-contact-page .soarcho-media--empty,
.soarcho-contact-page .soarcho-icon-img--empty {
  display: block;
  background: #eaf3ff;
}

@media (max-width: 1180px) {
  .contact-nav {
    display: none;
  }

  .contact-info-grid,
  .contact-three-grid,
  .contact-message-bar {
    grid-template-columns: 1fr;
  }

  .contact-message-status {
    grid-column: 1;
  }

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

@media (max-width: 760px) {
  .contact-header__inner {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .contact-header__actions span,
  .contact-hero__media {
    display: none;
  }

  .contact-hero__inner,
  .contact-hero-cards,
  .contact-factory-grid,
  .contact-team-photos {
    grid-template-columns: 1fr;
  }

  .contact-hero__copy {
    padding-bottom: 32px;
  }

  .contact-hero h1 {
    font-size: 36px;
  }

  .contact-hero-cards {
    position: static;
    margin: 0 0 18px;
  }

  .contact-section {
    padding-top: 18px;
  }

  .soarcho-contact-page .contact-info-list {
    grid-template-columns: 1fr !important;
  }

  .contact-info-list div {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 3px 14px;
    align-items: center;
    min-height: 0;
    padding: 16px 0;
  }

  .contact-info-list .contact-card-icon {
    grid-row: 1 / span 2;
    grid-column: 1;
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    align-self: center;
  }

  .contact-info-list .contact-card-icon svg {
    width: 24px;
    height: 24px;
  }

  .contact-info-list strong {
    grid-column: 2;
    font-size: 15px;
    line-height: 1.3;
  }

  .contact-info-list span {
    grid-column: 2;
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .contact-info-list small {
    font-size: 12px;
    line-height: 1.45;
  }

  .contact-team-photos {
    max-width: 100%;
    margin: 18px 0 22px;
    gap: 14px;
  }

  .contact-team-card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
  }

  .contact-team-card img,
  .contact-team-card .soarcho-media--empty {
    width: 88px;
    max-width: 88px;
    height: 66px;
    aspect-ratio: auto;
  }

  .contact-team-card strong {
    max-width: none;
    min-height: 0;
    font-size: 15px;
    line-height: 1.45;
  }

  .contact-team > .contact-btn {
    align-self: stretch;
    margin-top: 0;
  }

  .contact-calendar {
    display: none;
  }

  .contact-map-pin {
    left: 16px;
    right: 16px;
    top: 24px;
  }

  .contact-btn,
  .contact-message-bar button {
    width: 100%;
  }
}
