/* Makreate home first fold redesign - 2026-06-22 */
html body.home::before {
  display: none !important;
}

html body.home #page .cms-hero-section {
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 58%, #fff7f7 58%, #fffdfd 100%) !important;
  color: #111 !important;
  min-height: auto !important;
  padding: 54px 0 72px !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

html body.home #page .cms-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.8) 48%, rgba(255,255,255,.98) 100%),
    linear-gradient(120deg, rgba(229,26,28,.07) 0%, rgba(229,26,28,0) 40%),
    repeating-linear-gradient(90deg, rgba(16,17,20,.035) 0 1px, transparent 1px 88px);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}

html body.home #page .cms-hero-glow-img {
  display: none !important;
}

html body.home #page .cms-hero-container {
  max-width: 1320px !important;
  padding: 0 32px !important;
  margin: 0 auto !important;
  width: 100% !important;
  min-width: 0 !important;
}

html body.home #page .cms-hero-flex-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px) !important;
  gap: 56px !important;
  align-items: start !important;
  width: 100% !important;
}

html body.home #page .cms-hero-left-col {
  color: #111 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  min-width: 0 !important;
  max-width: 820px !important;
}

.mk-home-hero-kicker,
html body.home #page .cms-hero-subtitle {
  font-family: "Kanit", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  color: #e51a1c !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

html body.home #page .cms-hero-subtitle {
  color: #646b77 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  max-width: 720px !important;
}

html body.home #page .cms-hero-title {
  font-family: "Kanit", sans-serif !important;
  color: #101114 !important;
  font-size: clamp(44px, 4.15vw, 64px) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  max-width: 780px !important;
  margin: 0 !important;
  overflow-wrap: normal !important;
}

.mk-home-hero-copy {
  max-width: 760px;
  margin: 0;
  color: #4f5663;
  font-family: "Kanit", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.mk-home-cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.mk-home-primary-cta,
.mk-home-secondary-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 19px;
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  gap: 6px;
  box-sizing: border-box;
}

.mk-home-primary-cta {
  color: #fff !important;
  background: linear-gradient(135deg, #ed1c24 0%, #ba1014 100%);
  box-shadow: 0 16px 34px rgba(237, 28, 36, .26);
}

.mk-home-secondary-cta {
  color: #111 !important;
  background: rgba(255,255,255,.82);
  border: 1px solid #e1e4ea;
  box-shadow: 0 10px 26px rgba(15,23,42,.04);
}

.mk-home-primary-cta:hover,
.mk-home-secondary-cta:hover {
  transform: translateY(-1px);
}

.mk-home-service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
  max-width: 820px;
}

.mk-home-service-pills a {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid #e4e7ec;
  background: rgba(255,255,255,.78);
  color: #252932 !important;
  font-family: "Kanit", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.mk-home-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
}

.mk-home-trust-row span {
  border-left: 2px solid #ed1c24;
  background: rgba(255,255,255,.78);
  border-radius: 10px;
  padding: 10px 12px;
  color: #555d68;
  font-family: "Kanit", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  box-shadow: 0 12px 30px rgba(17,17,17,.045);
}

.mk-home-trust-row strong {
  display: block;
  color: #111;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 4px;
}

.mk-home-proof-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 820px;
  margin-top: 4px;
}

.mk-home-proof-main,
.mk-home-proof-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(16,17,20,.08);
  background: #f5f6f8;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 22px 48px rgba(17,17,17,.12);
}

.mk-home-proof-main {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.mk-home-proof-stack {
  display: contents;
}

.mk-home-proof-card {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.mk-home-proof-main img,
.mk-home-proof-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s ease;
}

.mk-home-proof-main:hover img,
.mk-home-proof-card:hover img {
  transform: scale(1.035);
}

.mk-home-proof-caption {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  display: grid;
  gap: 3px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(12, 13, 16, .82);
  backdrop-filter: blur(10px);
}

.mk-home-proof-caption span {
  color: #ff4a4f;
  font-family: "Kanit", sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 400;
}

.mk-home-proof-caption strong {
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
}

html body.home #page .hero-wp-cta-wrapper {
  display: none !important;
}

html body.home #page .cms-hero-right-col {
  width: auto !important;
  max-width: none !important;
  display: grid !important;
  gap: 14px !important;
  align-content: start !important;
  padding-top: 4px !important;
  position: relative !important;
}

html body.home #page .cms-hero-right-col .mk-home-timeline-offer {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #f01d25 0%, #c40f15 52%, #8f0d12 100%) !important;
  box-shadow: 0 22px 44px rgba(237, 28, 36, .24) !important;
}

html body.home #page .cms-form-wrapper {
  width: 100% !important;
  max-width: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

html body.home #page .cms-form-wrapper .elementor,
html body.home #page .cms-form-wrapper .e-con,
html body.home #page .cms-form-wrapper .e-con-inner,
html body.home #page .cms-form-wrapper .elementor-widget,
html body.home #page .cms-form-wrapper .elementor-widget-container,
html body.home #page .cms-form-wrapper .fluentform-widget-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.home #page .cms-form-wrapper .mk-form-host {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 18px !important;
  border: 1px solid rgba(229, 26, 28, .12) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,250,250,.96) 100%) !important;
  box-shadow:
    0 34px 78px rgba(17,17,17,.13),
    0 10px 28px rgba(229,26,28,.08),
    inset 0 1px 0 rgba(255,255,255,.88) !important;
  padding: 26px 26px 24px !important;
}

html body.home #page .cms-form-wrapper .mk-form {
  gap: 13px !important;
}

html body.home #page .mk-form-card,
html body.home #page .mk-form-host form,
html body.home #page .mk-form-host .mk-form {
  border-radius: 14px !important;
}

html body.home #page .cms-form-wrapper .mk-input,
html body.home #page .cms-form-wrapper .mk-textarea,
html body.home #page .cms-form-wrapper .mk-form-phone .mk-phone-wrap {
  border-radius: 14px !important;
  border-color: #e5e8ef !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88) !important;
}

html body.home #page .cms-form-wrapper .mk-input:focus,
html body.home #page .cms-form-wrapper .mk-textarea:focus,
html body.home #page .cms-form-wrapper .mk-form-phone .mk-phone-wrap:focus-within {
  background: #fff !important;
  border-color: #ed1c24 !important;
  box-shadow:
    0 0 0 4px rgba(237,28,36,.08),
    inset 0 1px 0 rgba(255,255,255,.88) !important;
}

html body.home #page .mk-form-submit,
html body.home #page .mk-form-host button[type="submit"],
html body.home #page .mk-form-host input[type="submit"] {
  background: linear-gradient(135deg, #ed1c24 0%, #bf1015 100%) !important;
  border-color: #ed1c24 !important;
  color: #fff !important;
  border-radius: 14px !important;
  font-weight: 400 !important;
  min-height: 56px !important;
  box-shadow: 0 18px 36px rgba(237,28,36,.26) !important;
}

html body.home #page .cms-form-wrapper .mk-trust {
  margin-top: 12px !important;
  color: #7c6670 !important;
}

html body.home #page .cms-elementor-slider-container {
  margin-top: 42px !important;
}

@media (max-width: 1180px) {
  html body.home #page .cms-hero-flex-layout {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  html body.home #page .cms-hero-container,
  html body.home #page .cms-hero-left-col,
  html body.home #page .cms-hero-right-col {
    width: min(760px, calc(100vw - 36px)) !important;
    max-width: min(760px, calc(100vw - 36px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body.home #page .cms-hero-title,
  html body.home #page .cms-hero-subtitle,
  html body.home #page .mk-home-hero-copy {
    max-width: min(720px, calc(100vw - 56px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body.home #page .mk-home-cta-row,
  html body.home #page .mk-home-primary-cta,
  html body.home #page .mk-home-secondary-cta,
  html body.home #page .mk-home-trust-row,
  html body.home #page .mk-home-proof-panel {
    width: min(760px, calc(100vw - 36px)) !important;
    max-width: min(760px, calc(100vw - 36px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 921px) {
  html body.home,
  html body.home #page,
  html body.home #content,
  html body.home .site-content,
  html body.home .ast-container {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  html body.home .site-content > .ast-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html body.home #page .cms-hero-section {
    background: linear-gradient(180deg, #fff 0%, #fff8f8 100%) !important;
    padding: 34px 0 42px !important;
    max-width: 100vw !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  html body.home #page .cms-hero-container {
    padding: 0 20px !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body.home #page .cms-hero-left-col,
  html body.home #page .cms-hero-right-col,
  html body.home #page .cms-hero-flex-layout {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.home #page .cms-hero-flex-layout {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;
  }

  html body.home #page .cms-hero-left-col {
    display: contents !important;
  }

  html body.home #page .mk-home-hero-kicker {
    order: 1 !important;
  }

  html body.home #page .cms-hero-subtitle {
    order: 2 !important;
  }

  html body.home #page .cms-hero-title {
    order: 3 !important;
    font-size: clamp(28px, 7.6vw, 33px) !important;
    line-height: 1.05 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: balance !important;
  }

  .mk-home-hero-copy {
    order: 4 !important;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  html body.home #page .cms-hero-subtitle,
  .mk-home-hero-kicker {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mk-home-cta-row {
    order: 5 !important;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mk-home-primary-cta,
  .mk-home-secondary-cta {
    width: 100%;
    max-width: 100%;
  }

  html body.home #page .cms-hero-right-col {
    order: 6 !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 12px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html body.home #page .cms-hero-right-col .mk-home-timeline-offer,
  html body.home #page .cms-form-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.home #page .cms-form-wrapper {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html body.home #page .cms-form-wrapper *,
  html body.home #page .cms-form-wrapper .mk-form-host,
  html body.home #page .cms-form-wrapper .mk-form-host form {
    box-sizing: border-box !important;
    max-width: 100% !important;
  }

  html body.home #page .cms-form-wrapper input,
  html body.home #page .cms-form-wrapper textarea,
  html body.home #page .cms-form-wrapper button {
    max-width: 100% !important;
  }

  .mk-home-service-pills {
    order: 7 !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mk-home-service-pills::-webkit-scrollbar {
    display: none;
  }

  .mk-home-service-pills a {
    white-space: nowrap;
  }

  .mk-home-trust-row {
    order: 8 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mk-home-trust-row span {
    padding: 9px 7px;
    text-align: center;
  }

  .mk-home-proof-panel {
    order: 9 !important;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mk-home-proof-main {
    min-height: 220px;
    width: 100%;
  }

  .mk-home-proof-stack {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .mk-home-proof-card {
    min-width: 190px;
    min-height: 120px;
    max-width: 100%;
  }

  html body.home #page .cms-hero-right-col .mk-home-timeline-offer {
    order: 1 !important;
    padding: 14px 12px !important;
  }

  html body.home #page .cms-form-wrapper {
    order: 2 !important;
  }

  html body.home #page .mk-home-timeline-offer .mk-sff-offer-timer {
    width: 100% !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
  }

  html body.home #page .mk-home-timeline-offer .mk-sff-offer-countdown {
    gap: 9px !important;
  }

  html body.home #page .mk-home-timeline-offer .mk-sff-offer-label,
  html body.home #page .mk-home-timeline-offer .mk-sff-offer-left {
    white-space: normal !important;
  }

  html body.home #page .cms-form-wrapper .mk-form-host {
    padding: 20px 18px 18px !important;
    border-radius: 16px !important;
  }
}

@media (max-width: 430px) {
  html body.home #page .cms-hero-title {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  .mk-home-proof-stack {
    display: grid !important;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  html body.home #page .cms-hero-section {
    overflow-x: hidden !important;
  }

  html body.home #page .cms-hero-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  html body.home #page .cms-hero-flex-layout,
  html body.home #page .cms-hero-right-col,
  html body.home #page .cms-hero-title,
  html body.home #page .cms-hero-subtitle,
  html body.home #page .mk-home-hero-kicker,
  html body.home #page .mk-home-hero-copy,
  html body.home #page .mk-home-cta-row,
  html body.home #page .mk-home-primary-cta,
  html body.home #page .mk-home-secondary-cta,
  html body.home #page .mk-home-service-pills,
  html body.home #page .mk-home-trust-row,
  html body.home #page .mk-home-proof-panel {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  html body.home #page .cms-hero-right-col .mk-home-timeline-offer,
  html body.home #page .cms-form-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html body.home #page .cms-form-wrapper {
    padding: 0 !important;
  }

  html body.home #page .cms-form-wrapper .mk-form-card,
  html body.home #page .cms-form-wrapper .mk-form-host,
  html body.home #page .cms-form-wrapper form {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 640px) {
  html body.home #page .cms-hero-container,
  html body.home #page .cms-hero-flex-layout,
  html body.home #page .cms-hero-right-col,
  html body.home #page .mk-home-cta-row,
  html body.home #page .mk-home-primary-cta,
  html body.home #page .mk-home-secondary-cta,
  html body.home #page .mk-home-service-pills,
  html body.home #page .mk-home-trust-row,
  html body.home #page .mk-home-proof-panel {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.home #page .cms-hero-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html body.home #page .cms-hero-title,
  html body.home #page .cms-hero-subtitle,
  html body.home #page .mk-home-hero-kicker,
  html body.home #page .mk-home-hero-copy {
    width: min(326px, calc(100vw - 64px)) !important;
    max-width: min(326px, calc(100vw - 64px)) !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    box-sizing: border-box !important;
  }

  html body.home #page .cms-hero-title {
    font-size: clamp(25px, 6.9vw, 28px) !important;
    line-height: 1.14 !important;
  }

  html body.home #page .mk-home-hero-kicker {
    font-size: 11px !important;
    line-height: 1.5 !important;
  }

  html body.home #page .cms-hero-right-col .mk-home-timeline-offer,
  html body.home #page .cms-form-wrapper {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html body.home #page .cms-form-wrapper .mk-form-host {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 20px 16px 18px !important;
    box-sizing: border-box !important;
  }

  html body.home #page .cms-form-wrapper .elementor,
  html body.home #page .cms-form-wrapper .elementor > .e-con,
  html body.home #page .cms-form-wrapper .e-con-inner,
  html body.home #page .cms-form-wrapper .elementor-element,
  html body.home #page .cms-form-wrapper .elementor-widget-container,
  html body.home #page .cms-form-wrapper .fluentform-widget-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  html body.home #page .cms-form-wrapper {
    order: 2 !important;
  }

  html body.home #page .cms-hero-right-col .mk-home-timeline-offer {
    order: 1 !important;
  }

  html body.home #page .cms-form-wrapper .mk-form,
  html body.home #page .cms-form-wrapper .mk-form-row,
  html body.home #page .cms-form-wrapper .mk-floating-field,
  html body.home #page .cms-form-wrapper .mk-phone-wrap,
  html body.home #page .cms-form-wrapper .mk-input,
  html body.home #page .cms-form-wrapper .mk-textarea,
  html body.home #page .cms-form-wrapper .mk-form-submit {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
