/* Shared service/industry first fold. Scoped to avoid old Elementor export CSS. */
.mk-service-firstfold,
.mk-service-firstfold * {
  box-sizing: border-box;
  font-family: "Kanit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.mk-service-firstfold {
  background: #fff;
  color: #111;
  padding: 64px 24px 56px;
  position: relative;
  z-index: 2;
}

.mk-service-firstfold a {
  color: inherit;
  text-decoration: none;
}

.mk-sff-inner {
  width: min(100%, 1480px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(380px, 0.72fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}

.mk-sff-media-shell {
  min-width: 0;
}

.mk-sff-card,
.mk-sff-planbox,
.mk-sff-plan-row,
.mk-sff-plan-actions,
.mk-sff-title,
.mk-sff-headline,
.mk-sff-sub {
  min-width: 0;
  max-width: 100%;
}

.mk-sff-media-stage {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
  aspect-ratio: 16 / 9;
}

.mk-sff-media-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #f6f7f8;
}

.mk-sff-media-stage.is-cover img {
  object-fit: cover;
}

.mk-sff-media-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-end;
  pointer-events: none;
}

.mk-sff-media-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.88);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.mk-sff-media-open {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #fff;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  pointer-events: auto;
}

.mk-sff-thumbs-wrap {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.mk-sff-navbtn {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
}

.mk-sff-navbtn:hover {
  background: #E51A1C;
}

.mk-sff-thumbs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.mk-sff-thumbs::-webkit-scrollbar {
  display: none;
}

.mk-sff-thumb {
  flex: 0 0 clamp(106px, 13vw, 168px);
  height: clamp(58px, 7.2vw, 92px);
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #f5f5f5;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.78;
  transition: opacity 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.mk-sff-thumb:hover,
.mk-sff-thumb.is-active {
  opacity: 1;
  border-color: #E51A1C;
}

.mk-sff-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mk-sff-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: clamp(24px, 3vw, 34px);
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.08);
}

.mk-sff-kicker {
  display: block;
  margin-bottom: 8px;
  color: #E51A1C;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mk-sff-title {
  margin: 0 0 12px;
  color: #111;
  font-size: clamp(31px, 3vw, 44px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.mk-sff-headline {
  margin: 0 0 16px;
  color: #111;
  font-size: clamp(22px, 2.2vw, 33px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.mk-sff-sub {
  margin: 0 0 22px;
  color: #626774;
  font-size: 16px;
  line-height: 1.48;
  font-weight: 700;
}

.mk-sff-planbox {
  border: 3px solid #E51A1C;
  background: #fff3f3;
  border-radius: 8px;
  padding: 18px 18px 16px;
  margin: 0 0 22px;
}

.mk-sff-plan-eyebrow {
  display: block;
  margin: 0 0 12px;
  color: #E51A1C;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mk-sff-plan-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.mk-sff-plan-name {
  color: #111;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.mk-sff-plan-price {
  color: #111;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
}

.mk-sff-plan-actions {
  position: relative;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 16px;
}

.mk-sff-plan-change,
.mk-sff-plan-detail {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  max-width: 100%;
  white-space: normal;
}

.mk-sff-plan-change {
  background: #111;
  color: #fff;
  border: 0;
}

.mk-sff-plan-detail {
  background: #fff;
  color: #111;
  border: 1px solid #d9dde5;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.mk-sff-plus {
  color: #E51A1C;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.mk-sff-plan-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: min(320px, 100%);
  z-index: 20;
  display: grid;
  gap: 6px;
  padding: 8px;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.mk-sff-plan-menu[hidden] {
  display: none;
}

.mk-sff-plan-option {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #111;
  padding: 12px;
  cursor: pointer;
}

.mk-sff-plan-option:hover,
.mk-sff-plan-option.is-selected {
  background: #fff3f3;
}

.mk-sff-plan-option strong {
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.mk-sff-plan-option span {
  display: block;
  color: #5f6570;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.mk-sff-card .mk-form-host {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.mk-sff-card .mk-submit {
  background: #E51A1C;
  border-radius: 8px;
  min-height: 56px;
  font-size: 16px;
  font-weight: 900;
}

.mk-sff-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 22px;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 8px;
  background: #25D366;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.24);
}

.mk-sff-whatsapp svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex: 0 0 auto;
}

.mk-sff-old-hero-hidden {
  display: none !important;
}

@media (max-width: 1120px) {
  .mk-sff-inner {
    grid-template-columns: 1fr;
    max-width: 880px;
  }
}

@media (max-width: 700px) {
  /* Mobile overflow guard for generated service folds */
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .mk-service-firstfold,
  .mk-sff-inner,
  .mk-sff-media-shell,
  .mk-sff-media-stage,
  .mk-sff-thumbs-wrap,
  .mk-sff-card,
  .mk-sff-planbox,
  .mk-sff-whatsapp {
    width: 100%;
    max-width: 100%;
  }

  .mk-sff-card {
    overflow: hidden;
  }

  .mk-sff-title,
  .mk-sff-headline,
  .mk-sff-sub,
  .mk-sff-plan-name,
  .mk-sff-plan-price {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .mk-service-firstfold {
    padding: 34px 16px 42px;
    overflow-x: clip;
  }

  /* Strict mobile width clamp */
  .mk-sff-inner {
    display: block;
    width: calc(100vw - 32px);
    max-width: 358px;
    margin-left: 0;
    margin-right: auto;
  }

  .mk-sff-media-shell,
  .mk-sff-card {
    width: 100%;
    max-width: 100%;
  }

  .mk-sff-card {
    margin-top: 24px;
    padding: 22px 18px;
  }

  .mk-sff-title {
    font-size: clamp(29px, 9vw, 36px);
    line-height: 1.04;
  }

  .mk-sff-headline {
    font-size: clamp(22px, 7vw, 28px);
    line-height: 1.1;
  }

  .mk-sff-media-caption {
    align-items: flex-start;
    flex-direction: column;
  }

  .mk-sff-thumbs-wrap {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 8px;
  }

  .mk-sff-navbtn {
    width: 36px;
    height: 36px;
  }

  .mk-sff-plan-row,
  .mk-sff-plan-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mk-sff-plan-price {
    white-space: normal;
  }

  .mk-sff-plan-change,
  .mk-sff-plan-detail {
    width: 100%;
  }
}

/* BEGIN service common sections */
.mk-service-common-sections,.mk-service-common-sections *{box-sizing:border-box;font-family:"Kanit",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;letter-spacing:0!important}.mk-service-common-sections{background:#fff;color:#111}.mk-scs-band{padding:72px 24px}.mk-scs-muted{background:#fafafa}.mk-scs-head{width:min(100%,1180px);margin:0 auto 30px;text-align:center}.mk-scs-head span{display:block;margin-bottom:8px;color:#E51A1C;font-size:12px;line-height:1;font-weight:900;letter-spacing:.16em!important;text-transform:uppercase}.mk-scs-head h2{margin:0;color:#111;font-size:clamp(32px,4vw,52px);line-height:1.02;font-weight:900}.mk-scs-head p{max-width:760px;margin:14px auto 0;color:#626774;font-size:16px;line-height:1.55;font-weight:700}.mk-scs-card-grid,.mk-scs-testimonial-grid,.mk-scs-price-grid,.mk-scs-other-grid{width:min(100%,1180px);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.mk-scs-result-card,.mk-scs-testimonial,.mk-scs-price-card,.mk-scs-other-grid a{display:block;border:1px solid #ececec;border-radius:8px;background:#fff;color:#111;text-decoration:none;overflow:hidden;box-shadow:0 16px 40px rgba(15,23,42,.05);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.mk-scs-result-card:hover,.mk-scs-testimonial:hover,.mk-scs-price-card:hover,.mk-scs-other-grid a:hover{transform:translateY(-3px);border-color:#E51A1C;box-shadow:0 22px 48px rgba(15,23,42,.09)}.mk-scs-result-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:#f5f5f5}.mk-scs-result-card div{padding:16px}.mk-scs-result-card span,.mk-scs-price-card span{display:block;color:#E51A1C;font-size:11px;font-weight:900;letter-spacing:.12em!important;text-transform:uppercase;margin-bottom:6px}.mk-scs-result-card h3{margin:0 0 12px;font-size:18px;line-height:1.18;font-weight:900}.mk-scs-result-card p{margin:0;color:#111;font-size:13px;font-weight:900}.mk-scs-actions{text-align:center;margin:28px auto 0}.mk-scs-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 20px;border-radius:8px;background:#111;color:#fff!important;text-decoration:none;font-size:14px;font-weight:900}.mk-scs-actions a:hover{background:#E51A1C}.mk-scs-testimonial{padding:22px}.mk-scs-stars{color:#E51A1C;font-size:17px;letter-spacing:.08em!important;margin-bottom:14px}.mk-scs-testimonial p{margin:0 0 18px;color:#333;font-size:15px;line-height:1.58;font-weight:600}.mk-scs-testimonial strong{display:block;font-size:17px;font-weight:900}.mk-scs-testimonial span{display:block;color:#68707e;font-size:13px;font-weight:700;line-height:1.35;margin-top:3px}.mk-scs-logo-grid{width:min(100%,1180px);margin:0 auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.mk-scs-logo-grid span{display:flex;align-items:center;justify-content:center;min-height:78px;border:1px solid #ececec;border-radius:8px;background:#fff;color:#111;font-size:18px;font-weight:900;text-align:center;padding:12px;box-shadow:0 12px 30px rgba(15,23,42,.04)}.mk-scs-price-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mk-scs-price-card{padding:24px}.mk-scs-price-card h3{margin:0 0 10px;font-size:21px;line-height:1.1;font-weight:900}.mk-scs-price-card strong{display:block;margin:0 0 18px;font-size:24px;line-height:1.1;font-weight:900}.mk-scs-price-card a{display:inline-flex;padding:10px 14px;border-radius:999px;background:#111;color:#fff!important;font-size:13px;font-weight:900;text-decoration:none}.mk-scs-faq-list{width:min(100%,920px);margin:0 auto;display:grid;gap:10px}.mk-scs-faq-list details{border:1px solid #ececec;border-radius:8px;background:#fff;padding:0 20px;box-shadow:0 10px 26px rgba(15,23,42,.04)}.mk-scs-faq-list summary{cursor:pointer;list-style:none;padding:18px 0;color:#111;font-size:17px;font-weight:900}.mk-scs-faq-list summary::-webkit-details-marker{display:none}.mk-scs-faq-list p{margin:0;padding:0 0 18px;color:#606572;font-size:15px;line-height:1.58;font-weight:600}.mk-scs-other-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.mk-scs-other-grid a{padding:20px}.mk-scs-other-grid strong{display:block;margin-bottom:8px;font-size:17px;line-height:1.15}.mk-scs-other-grid span{display:block;color:#626774;font-size:13px;line-height:1.45;font-weight:700}@media(max-width:1000px){.mk-scs-card-grid,.mk-scs-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mk-scs-logo-grid,.mk-scs-other-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mk-scs-price-grid{grid-template-columns:1fr}}@media(max-width:640px){.mk-scs-band{padding:52px 16px}.mk-scs-card-grid,.mk-scs-testimonial-grid,.mk-scs-logo-grid,.mk-scs-other-grid{grid-template-columns:1fr}.mk-scs-head{text-align:left}.mk-scs-head p{margin-left:0}.mk-scs-actions{text-align:left}}
/* END service common sections */
