/* ACF Flexible Page Blocks */

.shm-page-blocks > section:not(.shm-home-hero) {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.main-content.page-layout-full,
.main-content.page-layout-full .page-content,
.main-content.page-layout-full .shm-page-blocks {
  background: var(--shm-color-bg, #0b0f19);
}

.main-content.page-layout-full .shm-page-blocks > section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.shm-acf-contact-block,
.shm-services-section,
.shm-acf-two-column,
.shm-acf-html-block {
  padding: 40px 0;
}

.shm-services-section {
  position: relative;
  color: var(--shm-color-text, #fff);
  overflow: hidden;
}

.shm-services-section .shm-services-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.shm-services-section .container {
  position: relative;
  z-index: 1;
}

.shm-services-inner {
  max-width: 1450px;
  margin: 0 auto;
}

.shm-services-header {
  margin: 0 0 28px;
}

.shm-services-title {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  color: var(--shm-color-text, #fff);
  text-align: center;
}

.shm-services-description {
  color: rgba(255,255,255,0.86);
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.shm-services-description p:last-child {
  margin-bottom: 0;
}

.highlight-blue,
.shm-home-hero-title .highlight-blue,
.shm-home-hero-form-title .highlight-blue,
.shm-services-title .highlight-blue,
.shm-service-title .highlight-blue,
.shm-over-ons-hero-title .highlight-blue,
.shm-history-title .highlight-blue,
.shm-eeat-title .highlight-blue,
.shm-partner-title .highlight-blue,
.shm-partner-logo-title .highlight-blue,
.shm-team-title .highlight-blue,
.shm-faq-title .highlight-blue,
.shm-waarom-title .highlight-blue {
  color: var(--shm-color-blue-dark, #2f6dff) !important;
}

.highlight-orange,
.shm-home-hero-title .highlight-orange,
.shm-home-hero-form-title .highlight-orange,
.shm-services-title .highlight-orange,
.shm-service-title .highlight-orange,
.shm-general-banner-title .highlight-orange,
.shm-over-ons-hero-title .highlight-orange,
.shm-history-title .highlight-orange,
.shm-eeat-title .highlight-orange,
.shm-partner-title .highlight-orange,
.shm-partner-logo-title .highlight-orange,
.shm-team-title .highlight-orange,
.shm-faq-title .highlight-orange,
.shm-waarom-title .highlight-orange {
  color: var(--shm-color-orange, #ec771a) !important;
}

.highlight-lime,
.shm-home-hero-title .highlight-lime,
.shm-home-hero-form-title .highlight-lime,
.shm-services-title .highlight-lime,
.shm-service-title .highlight-lime,
.shm-general-banner-title .highlight-lime,
.shm-over-ons-hero-title .highlight-lime,
.shm-history-title .highlight-lime,
.shm-eeat-title .highlight-lime,
.shm-partner-title .highlight-lime,
.shm-partner-logo-title .highlight-lime,
.shm-team-title .highlight-lime,
.shm-faq-title .highlight-lime,
.shm-waarom-title .highlight-lime {
  color: var(--shm-color-lime, #a0c334) !important;
}

.shm-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.shm-service-card {
  position: relative;
  overflow: hidden;
  background: var(--shm-color-surface, #131a26);
  border: 1px solid rgb(255 255 255 / 27%);
  border-radius: 12px;
  padding: 35px;
  min-height: 100%;
  transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1), border-color .3s ease;
}

.shm-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--shm-color-blue, #5ebaee);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .3s ease;
}

.shm-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(90, 147, 255, 0.48);
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.shm-service-card:hover::before {
  transform: scaleY(1);
  transform-origin: top;
}

.shm-service-icon {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  background: #0f2531;
  color: #38bdf8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px;
  font-size: 24px;
}

.shm-service-icon svg {
  width: 24px;
  height: 24px;
}

.shm-service-icon i {
  font-size: 24px;
  line-height: 1;
}

.shm-service-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.shm-service-title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}

.shm-service-description {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.6;
}

.shm-service-link {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #38bdf8;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

.shm-service-link::after {
  content: "→";
  display: inline-block;
  transition: transform .3s ease;
}

.shm-service-link:hover {
  color: #bdd5ff;
}

.shm-service-link:hover::after {
  transform: translateX(4px);
}

.shm-waarom-section {
  background: #080c14;
  padding: 44px 0;
  color: #fff;
}

.shm-waarom-inner {
  max-width: 1450px;
  margin: 0 auto;
}

.shm-waarom-header {
  margin-bottom: 36px;
}

.shm-waarom-title {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.shm-waarom-description {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.86);
  font-size: 18px;
  line-height: 1.6;
}

.shm-waarom-description p:last-child {
  margin-bottom: 0;
}

.shm-waarom-table-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(9, 13, 21, 0.9);
}

.shm-waarom-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.shm-waarom-table thead th {
  background: rgba(16, 22, 33, 0.95);
  padding: 20px 18px;
  text-align: left;
  border-right: 1px solid rgba(255,255,255,0.07);
}

.shm-waarom-table thead th:last-child {
  border-right: 0;
}

.shm-waarom-table thead h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.shm-waarom-table tbody td {
  padding: 18px;
  vertical-align: top;
  color: rgba(255,255,255,0.88);
  font-size: 16px;
  line-height: 1.55;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-right: 1px solid rgba(255,255,255,0.05);
}

.shm-waarom-table tbody td:last-child {
  border-right: 0;
}

.shm-waarom-table tbody td strong {
  color: #fff;
}

.shm-waarom-table tbody td i {
  margin-right: 8px;
  color: #38bdf8;
}

.shm-partner-section {
  padding: 56px 0;
  background: rgba(255,255,255,0.01);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.shm-partner-inner {
  max-width: 1450px;
  margin: 0 auto;
}

.shm-partner-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 52px;
  align-items: center;
}

.shm-partner-label {
  margin: 0 0 10px;
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.14);
  color: #38bdf8;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shm-partner-title {
  margin: 0 0 14px;
  color: #fff;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
}

.shm-partner-description {
  color: rgba(255,255,255,0.85);
  font-size: 17px;
  line-height: 1.65;
}

.shm-partner-description p:last-child {
  margin-bottom: 0;
}

.shm-partner-feature-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.shm-partner-feature-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(19, 26, 38, 0.88);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dbe5f1;
  text-decoration: none !important;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.shm-partner-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(56, 189, 248, 0.42);
  box-shadow: 0 14px 26px rgba(0,0,0,0.32);
}

.shm-partner-feature-image-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(56,189,248,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 84px;
}

.shm-partner-feature-image {
  width: 64px;
  height: 44px;
  object-fit: contain;
  display: block;
}

.shm-partner-feature-text {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.shm-partner-feature-linktext {
  margin-left: auto;
  color: #38bdf8;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

.shm-partner-right .shm-partner-visual {
  position: relative;
  border-radius: 16px;
  padding: 36px;
  background: rgba(19, 26, 38, 0.92);
  border: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.shm-partner-logo {
  display: block;
  max-width: 290px;
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  object-fit: contain;
}

.shm-partner-logo-text {
  margin: 0 0 10px;
  color: #fff;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
}

.shm-partner-subtext {
  display: inline-block;
  margin-bottom: 18px;
  color: #38bdf8;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.shm-partner-quote {
  margin: 0 auto;
  max-width: 540px;
  color: rgba(255,255,255,0.86);
  font-size: 17px;
  line-height: 1.7;
  font-style: italic;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
}

.shm-eeat-section {
  padding: 56px 0;
  background: rgba(255,255,255,0.01);
}

.shm-eeat-inner {
  max-width: 1450px;
  margin: 0 auto;
}

.shm-eeat-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.shm-eeat-media {
  order: 1;
}

.shm-eeat-content {
  order: 2;
}

.shm-eeat-title {
  margin: 0 0 18px;
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
}

.shm-eeat-description {
  color: rgba(255,255,255,0.84);
  font-size: 16px;
  line-height: 1.7;
}

.shm-eeat-description p {
  margin-bottom: 16px;
}

.shm-eeat-description p:last-child {
  margin-bottom: 0;
}

.shm-eeat-list {
  margin-top: 30px;
}

.shm-eeat-list-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.shm-eeat-list-item:last-child {
  margin-bottom: 0;
}

.shm-eeat-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #0f2531;
  color: #38bdf8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
}

.shm-eeat-icon-box i {
  font-size: 18px;
  line-height: 1;
}

.shm-eeat-item-content h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.shm-eeat-item-content p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1.6;
}

.shm-eeat-image-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.shm-eeat-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.shm-over-ons-hero-section {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-content.page-layout-full .shm-over-ons-hero-section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.main-content.page-layout-full .page-content {
  overflow: visible;
}

.main-content.md-padding.page-layout-full {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.shm-over-ons-hero-inner {
  max-width: 1450px;
  margin: 0 auto;
}

.shm-over-ons-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.shm-over-ons-hero-label {
  margin: 0 0 14px;
  color: #38bdf8;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.shm-over-ons-hero-title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
}

.shm-over-ons-hero-description {
  color: rgba(255,255,255,0.86);
  font-size: 17px;
  line-height: 1.7;
  max-width: 760px;
}

.shm-over-ons-hero-description p {
  margin-bottom: 16px;
}

.shm-over-ons-hero-description p:last-child {
  margin-bottom: 0;
}

.shm-over-ons-hero-button {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 13px 24px;
  background: #60b633;
  color: #fff;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  box-shadow: 0 4px 14px rgba(96,182,51,.32);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.shm-over-ons-hero-button:hover {
  color: #fff;
  background: #52a02b;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(96,182,51,.45);
}

.shm-over-ons-hero-image-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.shm-over-ons-hero-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.shm-history-section {
  background: #131a26;
}

.main-content.page-layout-full .shm-history-section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.shm-history-inner {
  max-width: 1450px;
  margin: 0 auto;
}

.shm-history-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.shm-history-grid.shm-history-grid-text-left .shm-history-media {
  order: 2;
}

.shm-history-grid.shm-history-grid-text-left .shm-history-content {
  order: 1;
}

.shm-history-grid.shm-history-grid-text-right .shm-history-media {
  order: 1;
}

.shm-history-grid.shm-history-grid-text-right .shm-history-content {
  order: 2;
}

.shm-history-image-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.shm-history-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.shm-history-label {
  margin: 0 0 14px;
  color: #38bdf8;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.shm-history-title {
  margin: 0 0 20px;
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
}

.shm-history-description {
  color: rgba(255,255,255,0.84);
  font-size: 16px;
  line-height: 1.7;
}

.shm-history-description p {
  margin-bottom: 16px;
}

.shm-history-description p:last-child {
  margin-bottom: 0;
}

.shm-team-section {
  background: #0b0f19;
}

.main-content.page-layout-full .shm-team-section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.shm-team-inner {
  max-width: 1450px;
  margin: 0 auto;
}

.shm-team-header {
  margin: 0 0 42px;
  text-align: center;
}

.shm-team-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
}

.shm-team-description {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.65;
}

.shm-team-description p:last-child {
  margin-bottom: 0;
}

.shm-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.shm-team-card {
  background: #131a26;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 30px 24px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.shm-team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56,189,248,0.45);
  box-shadow: 0 14px 28px rgba(0,0,0,0.28);
}

.shm-team-icon-box {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  background: rgba(56,189,248,0.1);
  color: #38bdf8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}

.shm-team-icon-box i,
.shm-team-icon-box .dashicons {
  font-size: 26px;
  line-height: 1;
  width: 26px;
  height: 26px;
}

.shm-team-icon-box img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.shm-team-card-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.shm-team-card-description {
  margin: 0;
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  line-height: 1.6;
}

.shm-team-tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shm-team-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.86);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.shm-general-banner {
  padding: 110px 0;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  background: #0b0f19;
}

.main-content.page-layout-full .shm-general-banner {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.shm-general-banner-inner {
  max-width: 900px;
  margin: 0 auto;
}

.shm-general-banner-label {
  margin: 0 0 14px;
  color: #38bdf8;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.shm-general-banner-title {
  margin: 0 0 18px;
  color: #fff;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
}

.shm-general-banner-title .highlight-blue,
.shm-general-banner-title span {
  color: #38bdf8;
}

.shm-general-banner-title .highlight-lime {
  color: #a0c334;
}

.shm-general-banner-title .highlight-orange {
  color: #ec771a;
}

.shm-general-banner-description {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.7;
}

.shm-general-banner-description p {
  margin-bottom: 16px;
}

.shm-general-banner-description p:last-child {
  margin-bottom: 0;
}

.shm-general-banner-button {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  padding: 14px 26px;
  color: #fff;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.shm-general-banner-button:hover {
  color: #fff;
  transform: translateY(-2px);
}

.shm-general-banner-button.shm-general-banner-button-blue {
  background: #38bdf8;
  box-shadow: 0 4px 14px rgba(56,189,248,0.3);
}

.shm-general-banner-button.shm-general-banner-button-blue:hover {
  background: #0ea5e9;
  box-shadow: 0 8px 20px rgba(56,189,248,0.42);
}

.shm-general-banner-button.shm-general-banner-button-green {
  background: #60b633;
  box-shadow: 0 4px 14px rgba(96,182,51,.32);
}

.shm-general-banner-button.shm-general-banner-button-green:hover {
  background: #52a02b;
  box-shadow: 0 8px 20px rgba(96,182,51,.45);
}

.shm-contact-hero-section {
  padding: 68px 20px;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  background: #0b0f19;
}

.main-content.page-layout-full .shm-contact-hero-section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.shm-contact-hero-inner {
  max-width: 1450px;
  margin: 0 auto;
}

.shm-contact-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 60px;
  align-items: start;
}

.shm-contact-hero-label {
  margin: 0 0 14px;
  color: var(--shm-color-blue, #38bdf8);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.shm-contact-hero-title {
  margin: 0 0 16px;
  color: var(--shm-color-text, #fff);
  font-size: 44px;
  line-height: 1.14;
  font-weight: 800;
}

.shm-contact-hero-subtitle {
  max-width: 760px;
  color: rgba(255,255,255,0.84);
  font-size: 17px;
  line-height: 1.7;
}

.shm-contact-hero-subtitle p {
  margin: 0 0 14px;
}

.shm-contact-hero-subtitle p:last-child {
  margin-bottom: 0;
}

.shm-contact-hero-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 34px;
}

.shm-contact-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  background: rgba(19,26,38,0.94);
  color: inherit;
  text-decoration: none !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

a.shm-contact-card:hover {
  color: #fff;
  border-color: rgba(56,189,248,0.62);
  transform: translateX(5px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.24);
}

.shm-contact-card-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(56,189,248,0.1);
  color: #38bdf8;
}

.shm-contact-card-icon i {
  font-size: 22px;
  line-height: 1;
}

.shm-contact-card-content {
  min-width: 0;
  display: block;
}

.shm-contact-card-label {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,0.58);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shm-contact-card-title {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.shm-contact-usp-steps {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.shm-contact-usp-step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  background: rgba(19,26,38,0.72);
}

.shm-contact-usp-step-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(56,189,248,0.1);
  color: var(--shm-color-blue, #38bdf8);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.shm-contact-usp-step-icon i {
  font-size: 20px;
  line-height: 1;
}

.shm-contact-usp-step-copy {
  min-width: 0;
}

.shm-contact-usp-step-title {
  margin: 0 0 7px;
  color: var(--shm-color-text, #fff);
  font-size: 26px;
  line-height: 1.16;
  font-weight: 900;
}

.shm-contact-usp-step-text {
  color: var(--shm-color-text-muted, rgba(255,255,255,0.72));
  font-size: 15px;
  line-height: 1.55;
}

.shm-contact-hero-title span.highlight-orange,
.shm-contact-hero-title .highlight-orange,
.shm-contact-hero-subtitle .highlight-orange,
.shm-contact-usp-step-title .highlight-orange,
.shm-contact-usp-step-text .highlight-orange,
.shm-contact-hero-form-microcopy .highlight-orange {
  color: var(--shm-color-orange, #ec771a) !important;
}

.shm-contact-hero-title span.highlight-lime,
.shm-contact-hero-title .highlight-lime,
.shm-contact-hero-subtitle .highlight-lime,
.shm-contact-usp-step-title .highlight-lime,
.shm-contact-usp-step-text .highlight-lime,
.shm-contact-hero-form-microcopy .highlight-lime {
  color: var(--shm-color-lime, #a0c334) !important;
}

.shm-contact-hero-title span.highlight-blue,
.shm-contact-hero-title .highlight-blue,
.shm-contact-hero-subtitle .highlight-blue,
.shm-contact-usp-step-title .highlight-blue,
.shm-contact-usp-step-text .highlight-blue,
.shm-contact-hero-form-microcopy .highlight-blue {
  color: var(--shm-color-blue, #38bdf8) !important;
}

.shm-contact-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.shm-contact-trust-card,
.shm-contact-trust-bar {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  background: var(--shm-color-surface, #131a26);
  overflow: hidden;
}

.shm-contact-trust-grid .shm-contact-trust-card {
  min-width: 0 !important;
  min-height: 196px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  padding: 24px 20px !important;
  text-align: center !important;
}

.shm-contact-trust-bar-image {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.shm-contact-trust-card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 12px;
  text-align: center;
}

.shm-contact-trust-image {
  width: 92px;
  height: 72px;
  border-radius: 12px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.shm-contact-trust-grid .shm-contact-trust-card > .shm-contact-trust-image {
  order: 1 !important;
  width: 132px !important;
  height: 82px !important;
  flex: 0 0 auto !important;
  margin: 0 auto !important;
}

.shm-contact-trust-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.shm-contact-trust-grid .shm-contact-trust-card > .shm-contact-trust-copy {
  order: 2 !important;
  display: block !important;
  min-width: 0 !important;
  width: 100% !important;
  text-align: center !important;
}

.shm-contact-trust-grid .shm-contact-trust-card > .shm-contact-trust-copy strong,
.shm-contact-trust-grid .shm-contact-trust-card > .shm-contact-trust-copy span {
  text-align: center !important;
}

.shm-contact-trust-copy strong {
  display: block;
  margin-bottom: 5px;
  color: var(--shm-color-text, #fff);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.shm-contact-trust-copy span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.55;
}

.shm-contact-trust-bar-text {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shm-contact-trust-item {
  padding: 18px 12px;
  text-align: center;
}

.shm-contact-trust-item:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,0.07);
}

.shm-contact-trust-value {
  display: block;
  margin-bottom: 3px;
  color: var(--shm-color-lime, #a0c334);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
}

.shm-contact-trust-label {
  display: block;
  color: rgba(255,255,255,0.66);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shm-contact-hero-form-card {
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  background: rgba(13,17,27,0.9);
  box-shadow: 0 25px 50px rgba(0,0,0,0.38);
}

.shm-contact-hero-form-head {
  margin-bottom: 22px;
}

.shm-contact-hero-form-title {
  margin: 0 0 6px;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
}

.shm-contact-hero-form-microcopy {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  line-height: 1.5;
  font-style: italic;
}

.shm-contact-hero-form-wrap .wpcf7 form,
.shm-contact-hero-form-wrap .wpcf7 .wpcf7-form {
  margin: 0;
}

.shm-contact-hero-form-wrap .wpcf7 .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.shm-contact-hero-form-wrap .contactform,
.shm-contact-hero-form-wrap .buttoncontact,
.shm-contact-hero-form-wrap .verplicht {
  margin: 0;
  padding: 0;
}

.shm-contact-hero-form-wrap .contactform.col-sm-6 {
  grid-column: span 1;
}

.shm-contact-hero-form-wrap .contactform.col-sm-12,
.shm-contact-hero-form-wrap .buttoncontact,
.shm-contact-hero-form-wrap .verplicht {
  grid-column: 1 / -1;
}

.shm-contact-hero-form-wrap .contactform .wpcf7-form-control-wrap {
  display: block;
}

.shm-contact-hero-form-wrap input[type="text"],
.shm-contact-hero-form-wrap input[type="email"],
.shm-contact-hero-form-wrap input[type="tel"],
.shm-contact-hero-form-wrap input[type="url"],
.shm-contact-hero-form-wrap textarea,
.shm-contact-hero-form-wrap select {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  color: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.35;
  transition: border-color .2s ease, background-color .2s ease;
}

.shm-contact-hero-form-wrap input[type="text"]#formulier-offerte {
  background: #ffcc00;
  color: #111;
  border: 2px solid #10141e;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.shm-contact-hero-form-wrap textarea {
  min-height: 118px;
  resize: vertical;
}

.shm-contact-hero-form-wrap input:focus,
.shm-contact-hero-form-wrap textarea:focus,
.shm-contact-hero-form-wrap select:focus {
  outline: none;
  border-color: rgba(37,104,240,0.9);
  background-color: rgba(255,255,255,0.09);
}

.shm-contact-hero-form-wrap input::placeholder,
.shm-contact-hero-form-wrap textarea::placeholder {
  color: rgba(255,255,255,0.62);
}

.shm-contact-hero-form-wrap .wpcf7-submit {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: #2568f0;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  padding: 15px 22px;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.shm-contact-hero-form-wrap .wpcf7-submit:hover {
  background: #1d5bd8;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(37,104,240,0.32);
}

.shm-contact-hero-form-wrap .verplicht {
  color: rgba(255,255,255,0.66);
  font-size: 12px;
  line-height: 1.4;
}

.shm-contact-hero-form-wrap .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #ffb3b3;
  font-size: 12px;
  line-height: 1.35;
}

.shm-contact-hero-form-wrap .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 6px 0 0 !important;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.4;
}

.shm-contact-hero-form-wrap .wpcf7-spinner {
  filter: invert(1);
}

.shm-contact-hero-form-empty {
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 15px;
  line-height: 1.6;
}

.shm-faq-section {
  padding: 56px 0;
  background: #0b0f19;
}

.shm-faq-inner {
  max-width: 1450px;
  margin: 0 auto;
}

.shm-faq-header {
  margin-bottom: 34px;
}

.shm-faq-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
}

.shm-faq-description {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.86);
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
}

.shm-faq-description p:last-child {
  margin-bottom: 0;
}

.shm-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.shm-faq-item {
  background: #131a26;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
}

.shm-faq-item:last-child {
  margin-bottom: 0;
}

.shm-faq-question {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 24px;
}

.shm-faq-question::-webkit-details-marker {
  display: none;
}

.shm-faq-question h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.shm-faq-question::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #38bdf8;
  border-bottom: 2px solid #38bdf8;
  transform: rotate(45deg);
  transition: transform .2s ease;
  flex: 0 0 10px;
}

.shm-faq-item[open] .shm-faq-question::after {
  transform: rotate(225deg);
}

.shm-faq-answer {
  padding: 0 24px 20px;
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  line-height: 1.65;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.shm-faq-answer > *:first-child {
  margin-top: 14px;
}

.shm-faq-answer > *:last-child {
  margin-bottom: 0;
}

.shm-acf-contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.shm-acf-contact-form {
  background: #0f1219;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 24px;
  color: #fff;
}

.shm-acf-two-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.shm-acf-two-column.is-reverse .shm-acf-two-column-grid > :first-child {
  order: 2;
}

.shm-acf-two-column.is-reverse .shm-acf-two-column-grid > :last-child {
  order: 1;
}

.shm-acf-block-title {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.2;
  color: #141922;
  font-weight: 800;
}

.shm-acf-block-text,
.shm-acf-html-inner {
  color: #4b5567;
  font-size: 17px;
  line-height: 1.7;
}

.shm-acf-block-text p:last-child {
  margin-bottom: 0;
}
