.muchon-estimate-section {
  background: #f3f9ff;
  color: #111827;
  padding: 72px 16px 96px;
}

.muchon-estimate-wrap {
  max-width: 940px;
  margin: 0 auto;
}

.muchon-estimate-title {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
}

.muchon-estimate-subtitle {
  margin: 0 0 24px;
  color: #475569;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.muchon-estimate-form {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px 18px;
  padding: 18px 16px;
  border: 1px solid #d5e0ea;
  border-radius: 4px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef7fc 100%);
}

.muchon-estimate-form label {
  display: flex;
  align-items: center;
  min-height: 40px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
}

.muchon-estimate-form label.required::before {
  content: "*";
  margin-right: 4px;
  color: #e11d48;
}

.muchon-estimate-form input,
.muchon-estimate-form textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  background: #fff;
  color: #111827;
  font: inherit;
  outline: none;
}

.muchon-estimate-form input {
  height: 40px;
  padding: 0 12px;
}

.muchon-estimate-form textarea {
  min-height: 82px;
  padding: 13px 12px;
  resize: vertical;
}

.muchon-terms-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 2px 2px 0;
}

.muchon-turnstile-wrap {
  grid-column: 2 / 3;
  min-height: 65px;
  display: flex;
  align-items: center;
}

.muchon-turnstile-missing {
  color: #b45309;
  font-size: 14px;
  font-weight: 700;
}

.muchon-terms-row label {
  min-height: auto;
  gap: 8px;
}

.muchon-terms-row input {
  width: 14px;
  height: 14px;
  accent-color: #0a84ff;
}

.muchon-terms-link {
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.muchon-submit-row {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.muchon-submit-button {
  min-width: 222px;
  height: 87px;
  border: 0;
  border-radius: 5px;
  background: #c2410c;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(194, 65, 12, 0.2);
}

.muchon-submit-button:hover {
  background: #9a3412;
}

.muchon-submit-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.muchon-form-status {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: #475569;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.muchon-form-status.success {
  color: #047857;
}

.muchon-form-status.error {
  color: #dc2626;
}

.muchon-form-status.pending {
  color: #1d4ed8;
}

.muchon-fixed-cta {
  position: fixed;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  z-index: 2147483000;
  width: min(960px, calc(100% - 32px));
  min-height: 64px;
  border: 0;
  border-radius: 10px;
  background: #006afe;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 -12px 28px rgba(0, 37, 105, 0.24);
}

.muchon-fixed-cta:hover {
  background: #1d4ed8;
}

.muchon-hero-cta {
  min-width: 25rem !important;
}

.fraud-certification-image {
  transform: none !important;
  opacity: 1 !important;
}

.fraud-circle-image {
  transform: rotate(-5deg) scale(1) !important;
  opacity: 1 !important;
  z-index: 2;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.22));
}

[style*="filter: blur"] {
  filter: none !important;
}

.info-heading-1-char,
.info-heading-2-char,
.info-desc-char {
  opacity: 1 !important;
  filter: none !important;
}

.muchon-logo-trust {
  display: block !important;
  position: relative;
  z-index: 1;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 130px 16px;
  overflow: hidden;
  background: #0c0d0f;
  color: #fff;
}

.muchon-logo-trust h2 {
  max-width: 1200px;
  margin: 0 auto 64px;
  text-align: center;
  font-size: clamp(32px, 5vw, 62px);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: 0;
}

.muchon-logo-trust .blue {
  color: #006afe;
}

.muchon-logo-row {
  display: flex;
  width: max-content;
  min-width: max-content;
  gap: 52px;
  margin: 18px 0;
  animation: muchon-marquee-left 26s linear infinite;
}

.muchon-logo-row.reverse {
  animation-name: muchon-marquee-right;
}

.muchon-logo-set {
  display: flex;
  align-items: center;
  gap: 52px;
}

.muchon-logo-item {
  width: 150px;
  height: 58px;
  object-fit: contain;
  opacity: 0.58;
  filter: grayscale(1) brightness(1.5);
}

@keyframes muchon-marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes muchon-marquee-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.muchon-stats-section {
  position: relative;
  overflow: hidden;
  width: min(100% - 32px, 1200px);
  min-height: 660px;
  margin: 130px auto;
  padding: 108px 56px 112px;
  background: #0c0d0f;
  color: #fff;
  border-radius: 0;
}

.muchon-stats-section::before {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -250px;
  width: 800px;
  height: 560px;
  min-width: 0;
  min-height: 0;
  border: 5px solid #006afe;
  border-radius: 58% 0 0 0 / 82% 0 0 0;
  background: linear-gradient(160deg, rgba(0, 106, 254, 0.68), rgba(4, 38, 84, 0.82));
}

.muchon-stats-section h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 76px;
  font-size: clamp(32px, 5vw, 62px);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: 0;
}

.muchon-stats-section .blue {
  color: #006afe;
}

.muchon-stats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 240px));
  gap: 64px 48px;
}

.muchon-stat-label {
  margin: 0 0 10px;
  color: #9ca3af;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
}

.muchon-stat-value {
  margin: 0;
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 1.1;
  font-weight: 800;
  white-space: nowrap;
}

.muchon-stat-arrow {
  color: #006afe;
}

.muchon-clickable-image {
  cursor: pointer;
}

.muchon-clickable-card {
  cursor: pointer;
}

.muchon-clickable-card:hover {
  transform: translateY(-2px);
}

.muchon-desktop-portfolio-marquee {
  display: none;
}

@media (min-width: 1024px) {
  .muchon-desktop-portfolio-marquee {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 68px auto 0;
    overflow: hidden;
  }

  .muchon-desktop-portfolio-track {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: muchon-marquee-left 80s linear infinite;
  }

  .muchon-desktop-portfolio-set {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 360px;
    gap: 20px;
  }

  .muchon-desktop-portfolio-set button {
    width: 360px;
  }

  .muchon-portfolio-original-hidden {
    display: none !important;
  }
}

.process-container .heading-box,
.process-container [aniamte="active"],
.process-container .process-circle-contents-container {
  opacity: 1 !important;
}

.process-container .process-heading-2,
.process-container .process-heading-1,
.process-container .process-step,
.process-container .circle-desc {
  color: #fff !important;
}

.process-container .process-heading-2-point {
  color: #006afe !important;
}

.process-container .circle-foreground {
  background: #f1f3f5 !important;
}

.process-container .circle-foreground .circle-desc,
.process-container .circle-foreground .process-step {
  color: #1a1b1e !important;
}

.process-container {
  height: auto !important;
  min-height: 0 !important;
  padding-bottom: 116px !important;
}

.process-container .sticky-wrapper {
  position: relative !important;
  top: auto !important;
  min-height: 0 !important;
}

.process-container .process-horizon-light {
  opacity: 1 !important;
  transform: none !important;
}

.process-container .circle-1,
.process-container .circle-2,
.process-container .circle-3,
.process-container .arrow {
  opacity: 1 !important;
  transform: none !important;
}

body {
  padding-bottom: 68px;
  background: #000;
}

section[style*="694b2c39_bg.jpg"]:not(.muchon-estimate-section) {
  visibility: hidden;
}

.muchon-estimate-section {
  visibility: visible !important;
}

@media (max-width: 768px) {
  main > div > div:first-child > img,
  main > div > div:first-child iframe {
    width: 100vw !important;
    height: 100svh !important;
    min-width: 177.78svh !important;
    min-height: 100svh !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    object-fit: cover !important;
  }

  main > div > div:first-child > div.absolute.inset-0 {
    overflow: hidden !important;
  }

  button:has(p.text-\[\#373D3F\]) {
    display: none !important;
  }

  section:has(h2 span.text-point) .lg\:hidden.mt-9 .rfm-marquee-container {
    overflow: hidden !important;
    width: 100% !important;
  }

  section:has(h2 span.text-point) .lg\:hidden.mt-9 .rfm-marquee {
    --duration: 450s !important;
    display: flex !important;
    width: max-content !important;
    min-width: max-content !important;
    animation: muchon-marquee-left 450s linear infinite !important;
  }

  section:has(h2 span.text-point) .lg\:hidden.mt-9 .rfm-marquee:nth-of-type(2),
  section:has(h2 span.text-point) .lg\:hidden.mt-9 .rfm-marquee-container > .rfm-marquee:last-child {
    display: none !important;
  }

  section:has(h2 span.text-point) .lg\:hidden.mt-9 .rfm-initial-child-container {
    display: flex !important;
    width: max-content !important;
    min-width: max-content !important;
  }

  section:has(h2 span.text-point) .lg\:hidden.mt-9 .rfm-child {
    flex: 0 0 auto !important;
  }

  section:has(h2 span.text-point) .lg\:hidden.mt-9 button {
    width: min(18.75rem, 82vw) !important;
  }

  .muchon-estimate-section {
    padding: 56px 14px 76px;
  }

  .muchon-estimate-title {
    font-size: 26px;
  }

  .muchon-estimate-subtitle {
    font-size: 15px;
  }

  .muchon-estimate-form {
    grid-template-columns: 84px 1fr;
    gap: 9px 10px;
    padding: 14px 10px;
  }

  .muchon-estimate-form label,
  .muchon-terms-link {
    font-size: 14px;
  }

  .muchon-terms-row {
    align-items: flex-start;
  }

  .muchon-turnstile-wrap {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .muchon-submit-button {
    width: 100%;
    min-width: 0;
    height: 62px;
    font-size: 20px;
  }

  .muchon-fixed-cta {
    bottom: 10px;
    width: calc(100% - 20px);
    min-height: 58px;
    font-size: 18px;
  }

  .muchon-hero-cta {
    min-width: 20rem !important;
  }

  .muchon-logo-trust {
    padding: 80px 14px;
  }

  .muchon-logo-trust h2 {
    margin-bottom: 44px;
    line-height: 1.32;
  }

  .muchon-logo-row,
  .muchon-logo-set {
    gap: 32px;
  }

  .muchon-logo-item {
    width: 112px;
    height: 44px;
  }

  .muchon-stats-section {
    width: calc(100% - 28px);
    min-height: 560px;
    margin: 80px auto;
    padding: 66px 24px 76px;
  }

  .muchon-stats-section::before {
    right: -300px;
    bottom: -210px;
    width: 560px;
    height: 420px;
  }

  .muchon-stats-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  body {
    padding-bottom: 60px;
  }
}
