.elementor-2754 .elementor-element.elementor-element-cfca94c{--display:flex;--min-height:100px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2754 .elementor-element.elementor-element-cfca94c:not(.elementor-motion-effects-element-type-background), .elementor-2754 .elementor-element.elementor-element-cfca94c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#252525;}.elementor-2754 .elementor-element.elementor-element-f34ac8c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-ef3d8f8 */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

.mcl-article {
  --mcl-primary: #f58307;
  --mcl-primary-dark: #d96f00;
  --mcl-secondary: #65a2d8;
  --mcl-text: #29384e;
  --mcl-muted: #7a7a7a;
  --mcl-soft: #f7f9fc;
  --mcl-soft-blue: rgba(101, 162, 216, 0.1);
  --mcl-soft-orange: rgba(245, 131, 7, 0.1);
  --mcl-border: rgba(41, 56, 78, 0.12);
  --mcl-shadow: 0 20px 60px rgba(41, 56, 78, 0.08);

  font-family: "Roboto", sans-serif;
  color: var(--mcl-text);
  background: #ffffff;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 90px) 20px;
  font-size: 17px;
  line-height: 1.8;
}

.mcl-article * {
  box-sizing: border-box;
}

.mcl-article h1,
.mcl-article h2,
.mcl-article h3 {
  font-family: "Roboto", sans-serif;
  color: var(--mcl-text);
}

/* HERO SECTION */
.mcl-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
  margin-bottom: clamp(50px, 7vw, 90px);
  padding: clamp(28px, 4vw, 54px);
  background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
  border: 1px solid var(--mcl-border);
  border-radius: 34px;
  box-shadow: var(--mcl-shadow);
}

.mcl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  line-height: 1.4;
  color: var(--mcl-muted);
  margin-bottom: 18px;
  font-weight: 500;
}

.mcl-kicker::before {
  content: "";
  width: 28px;
  height: 3px;
  background: var(--mcl-primary);
  border-radius: 20px;
}

.mcl-hero h1 {
  font-size: clamp(40px, 5.4vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 700;
  margin: 0 0 24px;
  color: var(--mcl-text);
}

.mcl-hero p,
.mcl-hero div:not(.mcl-kicker):not(.mcl-hero-stats):not(.mcl-stat):not(.mcl-hero-image) {
  color: var(--mcl-muted);
}

.mcl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 30px;
  background: var(--mcl-primary);
  color: #ffffff !important;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(245, 131, 7, 0.25);
  transition: 0.25s ease;
  margin-top: 18px;
}

.mcl-btn:hover {
  background: var(--mcl-text);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.mcl-hero-image {
  border-radius: 28px;
  overflow: hidden;
  background: var(--mcl-soft);
  min-height: 430px;
  box-shadow: 0 18px 45px rgba(41, 56, 78, 0.12);
}

.mcl-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.mcl-hero-stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.mcl-stat {
  background: #ffffff;
  border: 1px solid var(--mcl-border);
  border-radius: 24px;
  padding: 22px 26px;
  min-width: 180px;
  box-shadow: 0 12px 30px rgba(41, 56, 78, 0.06);
}

.mcl-stat:empty {
  display: none;
}

.mcl-stat strong {
  display: block;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.95;
  color: var(--mcl-secondary);
  font-weight: 900;
  letter-spacing: -0.06em;
}

.mcl-stat {
  color: var(--mcl-muted);
  font-size: 16px;
  line-height: 1.45;
}

/* CONTENT BLOCKS */
.mcl-block {
  background: #ffffff;
  border: 1px solid var(--mcl-border);
  border-radius: 30px;
  padding: clamp(28px, 4vw, 50px);
  margin: clamp(34px, 5vw, 70px) 0;
  box-shadow: var(--mcl-shadow);
  overflow: hidden;
}

.mcl-block-soft {
  background: linear-gradient(135deg, #f7f9fc 0%, #ffffff 100%);
}

.mcl-block h2:first-child,
.mcl-block h3:first-child {
  margin-top: 0;
}

.mcl-article h2 {
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.16;
  letter-spacing: -0.035em;
  font-weight: 700;
  margin: clamp(55px, 7vw, 90px) 0 24px;
}

.mcl-article h3 {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.32;
  font-weight: 700;
  margin: 34px 0 14px;
}

.mcl-article p {
  color: var(--mcl-muted);
  margin: 0 0 20px;
}

.mcl-article a {
  color: var(--mcl-primary);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 700;
}

.mcl-article strong {
  color: var(--mcl-text);
  font-weight: 700;
}

/* IMAGES */
.mcl-image {
  margin: clamp(34px, 5vw, 70px) 0;
  border-radius: 30px;
  overflow: hidden;
  background: var(--mcl-soft);
  box-shadow: var(--mcl-shadow);
}

.mcl-image img {
  width: 100%;
  height: clamp(280px, 42vw, 520px);
  object-fit: cover;
  display: block;
}

/* Hide image blocks if URL is still placeholder */
.mcl-image img[src*="PASTE-"] {
  display: none;
}

.mcl-image:has(img[src*="PASTE-"]) {
  display: none;
}

/* CARDS */
.mcl-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin: 34px 0;
}

.mcl-card {
  background: #ffffff;
  border: 1px solid var(--mcl-border);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 32px rgba(41, 56, 78, 0.05);
  transition: 0.25s ease;
}

.mcl-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(41, 56, 78, 0.1);
}

.mcl-card h3 {
  margin-top: 0;
  margin-bottom: 14px;
}

.mcl-card h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: var(--mcl-primary);
  border-radius: 20px;
  margin-top: 12px;
}

/* LISTS */
.mcl-article ul,
.mcl-list {
  list-style: none;
  background: #ffffff;
  border: 1px solid var(--mcl-border);
  border-radius: 24px;
  padding: 28px;
  margin: 26px 0 34px;
  box-shadow: 0 12px 30px rgba(41, 56, 78, 0.04);
}

.mcl-list ul {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.mcl-article li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  color: var(--mcl-muted);
  font-size: 17px;
  line-height: 1.7;
}

.mcl-article li:last-child {
  margin-bottom: 0;
}

.mcl-article li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--mcl-primary);
  font-weight: 900;
}

/* TABLE */
.mcl-table-wrap {
  overflow-x: auto;
  border-radius: 24px;
  border: 1px solid var(--mcl-border);
  margin: 30px 0;
  background: #ffffff;
}

.mcl-article table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background: #ffffff;
  margin: 0;
}

.mcl-article th,
.mcl-article td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid var(--mcl-border);
  font-size: 16px;
  line-height: 1.55;
}

.mcl-article th {
  background: rgba(101, 162, 216, 0.14);
  color: var(--mcl-text);
  font-weight: 700;
}

.mcl-article td {
  color: var(--mcl-muted);
}

.mcl-article tr:last-child td {
  border-bottom: 0;
}

/* FAQ */
.mcl-faq {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.mcl-faq details {
  background: #ffffff;
  border: 1px solid var(--mcl-border);
  border-radius: 18px;
  padding: 20px 24px;
  box-shadow: 0 10px 24px rgba(41, 56, 78, 0.04);
}

.mcl-faq summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 36px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--mcl-text);
}

.mcl-faq summary::-webkit-details-marker {
  display: none;
}

.mcl-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -3px;
  color: var(--mcl-primary);
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.mcl-faq details[open] summary::after {
  content: "–";
}

.mcl-faq details[open] {
  border-color: rgba(245, 131, 7, 0.35);
}

.mcl-faq details p {
  margin-top: 16px;
  margin-bottom: 0;
  color: var(--mcl-muted);
}

/* CTA SECTION */
.mcl-cta {
  position: relative;
  background: linear-gradient(135deg, var(--mcl-text) 0%, #162236 100%);
  border-radius: 34px;
  padding: clamp(36px, 5vw, 70px);
  margin-top: clamp(50px, 7vw, 90px);
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(41, 56, 78, 0.22);
}

.mcl-cta::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -110px;
  width: 260px;
  height: 260px;
  background: rgba(101, 162, 216, 0.22);
  border-radius: 50%;
}

.mcl-cta::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 280px;
  height: 280px;
  background: rgba(245, 131, 7, 0.18);
  border-radius: 50%;
}

.mcl-cta > * {
  position: relative;
  z-index: 1;
}

.mcl-cta h2 {
  color: #ffffff;
  margin-top: 0;
}

.mcl-cta p,
.mcl-cta {
  color: rgba(255, 255, 255, 0.78);
}

.mcl-cta strong {
  color: #ffffff;
}

.mcl-cta a:not(.mcl-btn) {
  color: #ffffff;
}

.mcl-cta .mcl-list {
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.mcl-cta .mcl-list li,
.mcl-cta .mcl-list strong,
.mcl-cta .mcl-list a {
  color: var(--mcl-text) !important;
}

.mcl-cta .mcl-list li::before {
  color: var(--mcl-primary) !important;
}

.mcl-cta .mcl-btn {
  margin-top: 12px;
}

/* EXTRA CTA STRIP - optional if you add the HTML below */
.mcl-mid-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
  background: linear-gradient(135deg, var(--mcl-primary) 0%, var(--mcl-primary-dark) 100%);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 46px);
  margin: clamp(36px, 5vw, 70px) 0;
  box-shadow: 0 18px 45px rgba(245, 131, 7, 0.22);
}

.mcl-mid-cta h2 {
  color: #ffffff;
  margin: 0 0 10px;
  font-size: clamp(28px, 3.5vw, 42px);
}

.mcl-mid-cta p {
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

.mcl-mid-cta .mcl-btn {
  background: #ffffff;
  color: var(--mcl-primary) !important;
  box-shadow: none;
  white-space: nowrap;
}

.mcl-mid-cta .mcl-btn:hover {
  background: var(--mcl-text);
  color: #ffffff !important;
}

/* MOBILE */
@media (max-width: 900px) {
  .mcl-hero,
  .mcl-cards,
  .mcl-mid-cta {
    grid-template-columns: 1fr;
  }

  .mcl-hero-image,
  .mcl-hero-image img {
    min-height: 320px;
  }

  .mcl-mid-cta .mcl-btn {
    width: fit-content;
  }
}

@media (max-width: 768px) {
  .mcl-article {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mcl-article,
  .mcl-article p,
  .mcl-article li {
    font-size: 16px;
  }

  .mcl-block,
  .mcl-card,
  .mcl-list,
  .mcl-cta,
  .mcl-mid-cta,
  .mcl-hero {
    border-radius: 22px;
  }

  .mcl-article ul,
  .mcl-list {
    padding: 22px;
  }

  .mcl-table-wrap {
    overflow-x: auto;
  }

  .mcl-hero h1 {
    font-size: 38px;
  }

  .mcl-btn {
    width: 100%;
  }
}/* End custom CSS */