.mkn-tee {
  --mkn-tee-ink: #0b1f18;
  --mkn-tee-green: #36e183;
  --mkn-tee-green-2: #8ef3b5;
  --mkn-tee-deep: #031b14;
  --mkn-tee-deep-2: #073b2c;
  --mkn-tee-mist: #eef7f2;
  --mkn-tee-line: #d6e7dd;
  --mkn-tee-muted: #60746c;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  color: var(--mkn-tee-ink);
  background: #fff;
  font-family: Manrope, Inter, "Helvetica Neue", Arial, sans-serif;
}

.mkn-tee *,
.mkn-tee *::before,
.mkn-tee *::after { box-sizing: border-box; }
.mkn-tee button,
.mkn-tee input,
.mkn-tee select { font: inherit; }
.mkn-tee a { text-decoration: none; }
.mkn-tee__wrap { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.mkn-tee__hero {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 20%, rgba(55,225,131,.22), transparent 28%),
    radial-gradient(circle at 98% 90%, rgba(30,126,91,.32), transparent 29%),
    linear-gradient(135deg, #020f0c 0%, #04261c 48%, #063f2e 100%);
}

.mkn-tee__grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 38%, #000);
  mask-image: linear-gradient(to right, transparent, #000 38%, #000);
}

.mkn-tee__hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 84px; align-items: center; padding: 100px 0 110px; }
.mkn-tee__eyebrow,
.mkn-tee__kicker { margin: 0 0 20px !important; color: var(--mkn-tee-green) !important; font-size: 11px !important; font-weight: 800 !important; letter-spacing: .17em !important; line-height: 1.35 !important; text-transform: uppercase; }
.mkn-tee__hero h1 { max-width: 780px; margin: 0 0 28px !important; color: #fff !important; font-size: clamp(46px, 5.25vw, 76px) !important; font-weight: 700 !important; letter-spacing: -.059em !important; line-height: 1.01 !important; }
.mkn-tee__lead { max-width: 680px; margin: 0 !important; color: #d6e7df !important; font-size: 18px !important; line-height: 1.68 !important; }
.mkn-tee__proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.mkn-tee__proof span { border: 1px solid rgba(163,234,199,.22); border-radius: 100px; padding: 8px 12px; color: #bfe1d2; background: rgba(255,255,255,.045); font-size: 10px; font-weight: 700; }
.mkn-tee__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 36px; }
.mkn-tee__button { display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; padding: 16px 25px; color: #041c13 !important; background: linear-gradient(135deg, var(--mkn-tee-green), var(--mkn-tee-green-2)); box-shadow: 0 12px 32px rgba(54,225,131,.18); font-weight: 800; transition: transform .2s, box-shadow .2s; }
.mkn-tee__button:hover,
.mkn-tee__button:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(54,225,131,.28); }
.mkn-tee__text-link { color: #fff !important; font-size: 14px; font-weight: 700; }
.mkn-tee__text-link span { margin-left: 6px; color: #75eaa5; }

.mkn-tee__building-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; border: 1px solid rgba(255,255,255,.19); border-radius: 24px; padding: 26px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045)); box-shadow: 0 48px 110px rgba(0,0,0,.4); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.mkn-tee__building-card::after { content: ""; position: absolute; inset: -1px; border-radius: 24px; padding: 1px; pointer-events: none; background: linear-gradient(135deg, rgba(99,255,165,.28), transparent 30%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.mkn-tee__card-top { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 15px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.14); color: #d9e8e2; font-size: 11px; }
.mkn-tee__live { display: inline-flex; align-items: center; gap: 7px; color: #7bf0aa; }
.mkn-tee__live i,
.mkn-tee__card-status i,
.mkn-tee__result-live i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: #52ed97; box-shadow: 0 0 0 5px rgba(82,237,151,.11); }
.mkn-tee__building-visual { grid-column: 1/-1; min-height: 212px; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.06); border-radius: 16px; background: rgba(0,0,0,.22); }
.mkn-tee__building-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 32px 32px; }
.mkn-tee__building-shell { width: 180px; height: 125px; position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); gap: 8px; padding: 18px; border: 1px solid #5fe496; border-radius: 7px 7px 3px 3px; background: linear-gradient(145deg, rgba(54,225,131,.13), rgba(6,62,44,.5)); box-shadow: 0 0 30px rgba(54,225,131,.09); }
.mkn-tee__building-shell::before { content: ""; position: absolute; left: -12px; right: -12px; top: -25px; height: 35px; border-top: 1px solid #5fe496; border-left: 1px solid #5fe496; transform: skewY(-7deg); }
.mkn-tee__building-shell i { border: 1px solid rgba(129,240,177,.38); border-radius: 2px; background: rgba(76,230,141,.08); }
.mkn-tee__energy-line { position: absolute; z-index: 2; width: 260px; height: 170px; border: 1px solid rgba(71,226,137,.34); border-radius: 50%; animation: mkn-tee-pulse 4s ease-in-out infinite; }
.mkn-tee__energy-line span { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #65eca0; box-shadow: 0 0 10px #65eca0; }
.mkn-tee__energy-line span:nth-child(1) { left: 6%; top: 35%; }
.mkn-tee__energy-line span:nth-child(2) { right: 10%; top: 20%; }
.mkn-tee__energy-line span:nth-child(3) { right: 1%; bottom: 27%; }
@keyframes mkn-tee-pulse { 0%,100% { opacity: .65; transform: scale(.97); } 50% { opacity: 1; transform: scale(1.02); } }
.mkn-tee__card-metrics { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mkn-tee__card-metrics > div { border: 1px solid rgba(255,255,255,.055); border-radius: 13px; padding: 17px; background: rgba(0,0,0,.2); }
.mkn-tee__card-metrics small { display: block; color: #87a79a; font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.mkn-tee__card-metrics strong { display: inline-block; margin: 5px 6px 0 0; color: #67e99c; font-size: 30px; letter-spacing: -.05em; }
.mkn-tee__card-metrics span { color: #c8ddd5; font-size: 9px; }
.mkn-tee__card-status { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 12px; padding: 3px 4px 0; color: #a9c2b8; font-size: 8px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.mkn-tee__card-status b { color: inherit; font: inherit; }
.mkn-tee__card-status i { margin-right: 5px; }

.mkn-tee__trust { border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); background: #061f18; }
.mkn-tee__trust-inner { min-height: 76px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; color: #799a8c; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mkn-tee__trust-inner i { width: 4px; height: 4px; border-radius: 50%; background: #257d56; }

.mkn-tee__intro { padding: 116px 0 108px; }
.mkn-tee__intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.mkn-tee__intro h2,
.mkn-tee__section-head h2,
.mkn-tee__interventions-copy h2,
.mkn-tee__simulator-heading h2,
.mkn-tee__final h2 { margin: 0 !important; color: var(--mkn-tee-ink) !important; font-size: clamp(37px, 4vw, 56px) !important; font-weight: 700 !important; letter-spacing: -.049em !important; line-height: 1.08 !important; }
.mkn-tee__intro h2 span { color: #15945a; }
.mkn-tee__intro-copy > p { margin: 4px 0 28px !important; color: var(--mkn-tee-muted) !important; font-size: 17px !important; line-height: 1.75 !important; }
.mkn-tee__callout { display: flex; align-items: center; gap: 18px; border-top: 1px solid var(--mkn-tee-line); border-bottom: 1px solid var(--mkn-tee-line); padding: 20px 0; }
.mkn-tee__callout b { color: #0a8050; font-size: 27px; letter-spacing: -.04em; }
.mkn-tee__callout span { max-width: 360px; color: #697d74; font-size: 12px; line-height: 1.5; }

.mkn-tee__section-head { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.mkn-tee__section-head > p { margin: 0 0 5px !important; color: var(--mkn-tee-muted) !important; font-size: 16px !important; line-height: 1.72 !important; }
.mkn-tee__esco { padding: 108px 0; color: #fff; background: radial-gradient(circle at 80% 15%, rgba(54,225,131,.13), transparent 28%), linear-gradient(135deg, #031b14, #063b2c); }
.mkn-tee__section-head--light h2 { color: #fff !important; }
.mkn-tee__section-head--light > p { color: #b6cec4 !important; }
.mkn-tee__esco-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.mkn-tee__esco-grid article { min-height: 270px; border: 1px solid rgba(151,228,185,.17); border-radius: 16px; padding: 28px 24px; background: rgba(255,255,255,.045); }
.mkn-tee__esco-grid article > span { color: #5fe699; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.mkn-tee__esco-grid h3 { margin: 56px 0 13px !important; color: #fff !important; font-size: 19px !important; letter-spacing: -.03em !important; }
.mkn-tee__esco-grid p { margin: 0 !important; color: #9db8ad !important; font-size: 13px !important; line-height: 1.65 !important; }
.mkn-tee__esco-flow { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px; margin-top: 32px; border: 1px solid rgba(151,228,185,.12); border-radius: 14px; padding: 18px; background: rgba(0,0,0,.12); }
.mkn-tee__esco-flow span { color: #c5d9d0; font-size: 11px; font-weight: 700; }
.mkn-tee__esco-flow b { border-radius: 8px; padding: 10px 18px; color: #032116; background: #5de697; font-size: 12px; }
.mkn-tee__esco-flow i { color: #4e8f72; font-style: normal; }

.mkn-tee__process { padding: 112px 0; background: linear-gradient(180deg, #f4f9f6, #edf6f0); }
.mkn-tee__process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.mkn-tee__process-grid::before { content: ""; position: absolute; left: 7%; right: 7%; top: 22px; height: 1px; background: #a8d7bc; }
.mkn-tee__process-grid article { position: relative; padding-right: 28px; }
.mkn-tee__process-grid article > span { position: relative; z-index: 1; width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid #9cd6b5; border-radius: 50%; color: #087547; background: #edf6f0; font-size: 10px; font-weight: 800; }
.mkn-tee__process-grid h3 { margin: 28px 0 9px !important; color: var(--mkn-tee-ink) !important; font-size: 18px !important; }
.mkn-tee__process-grid p { margin: 0 !important; color: #687d73 !important; font-size: 12px !important; line-height: 1.65 !important; }

.mkn-tee__interventions { padding: 112px 0; }
.mkn-tee__interventions-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 100px; align-items: start; }
.mkn-tee__interventions-copy { position: sticky; top: 30px; }
.mkn-tee__interventions-copy > p:not(.mkn-tee__kicker) { margin: 27px 0 30px !important; color: var(--mkn-tee-muted) !important; font-size: 15px !important; line-height: 1.75 !important; }
.mkn-tee__outline-link { display: inline-flex; gap: 10px; border-bottom: 1px solid #acd4be; padding: 0 0 8px; color: #087547 !important; font-size: 12px; font-weight: 800; }
.mkn-tee__intervention-list { border-top: 1px solid #cadfd3; }
.mkn-tee__intervention-list article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; border-bottom: 1px solid #cadfd3; padding: 24px 0; }
.mkn-tee__intervention-list article > span { padding-top: 4px; color: #28a066; font-size: 9px; font-weight: 800; }
.mkn-tee__intervention-list small { color: #789084; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mkn-tee__intervention-list h3 { margin: 5px 0 5px !important; color: var(--mkn-tee-ink) !important; font-size: 17px !important; letter-spacing: -.02em !important; }
.mkn-tee__intervention-list p { margin: 0 !important; color: #72877d !important; font-size: 11px !important; }

.mkn-tee__simulator { padding: 112px 0 94px; color: #fff; background: radial-gradient(circle at 0 25%, rgba(54,225,131,.11), transparent 24%), linear-gradient(145deg, #03140f, #052a1f); }
.mkn-tee__simulator-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.mkn-tee__simulator-heading h2 { color: #fff !important; }
.mkn-tee__simulator-heading > p { margin: 0 0 5px !important; color: #a9c1b7 !important; font-size: 15px !important; line-height: 1.7 !important; }
.mkn-tee__simulator-shell { display: grid; grid-template-columns: minmax(0, 1.23fr) minmax(390px, .77fr); overflow: hidden; border: 1px solid rgba(144,229,180,.18); border-radius: 24px; background: #fff; box-shadow: 0 40px 100px rgba(0,0,0,.3); }
.mkn-tee__inputs { padding: 38px 40px 34px; color: var(--mkn-tee-ink); }
.mkn-tee__panel-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; padding-bottom: 27px; border-bottom: 1px solid #dce9e2; }
.mkn-tee__panel-head span { color: #12824f; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mkn-tee__panel-head h3 { margin: 5px 0 0 !important; color: var(--mkn-tee-ink) !important; font-size: 23px !important; letter-spacing: -.035em !important; }
.mkn-tee__panel-head button { border: 0; border-bottom: 1px solid #aac6b7; border-radius: 0; padding: 4px 0; color: #5a7167; background: transparent; box-shadow: none; cursor: pointer; font-size: 11px; font-weight: 700; }
.mkn-tee__input-block { padding: 31px 0; border-bottom: 1px solid #e0ece5; }
.mkn-tee__block-title { display: flex; gap: 14px; margin-bottom: 23px; }
.mkn-tee__block-title > span { flex: 0 0 31px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 7px; color: #087849; background: #e0f8e9; font-size: 9px; font-weight: 800; }
.mkn-tee__block-title h3 { margin: 0 0 3px !important; color: var(--mkn-tee-ink) !important; font-size: 15px !important; letter-spacing: -.02em !important; }
.mkn-tee__block-title p { margin: 0 !important; color: #7a8c84 !important; font-size: 10px !important; line-height: 1.45 !important; }
.mkn-tee__field-grid { display: grid; gap: 16px; }
.mkn-tee__field-grid--three { grid-template-columns: repeat(3, 1fr); }
.mkn-tee__field-grid label { display: block; color: #344a40; font-size: 10px; font-weight: 700; }
.mkn-tee__field-grid select,
.mkn-tee__unit-input { width: 100%; min-height: 46px; margin-top: 8px; border: 1px solid #cfdfd6; border-radius: 8px; color: #122a20; background: #f8fbf9; box-shadow: none; }
.mkn-tee__field-grid select { padding: 0 12px; cursor: pointer; }
.mkn-tee__unit-input { display: flex; align-items: center; overflow: hidden; }
.mkn-tee__unit-input input { min-width: 0; width: 100%; height: 44px; border: 0; padding: 0 4px 0 12px; color: #122a20; background: transparent; box-shadow: none; outline: none; }
.mkn-tee__unit-input span { padding-right: 11px; color: #6b8076; font-size: 9px; font-weight: 700; }
.mkn-tee__estimate { display: inline-flex; align-items: center; gap: 8px; margin-top: 15px; border: 0; border-radius: 7px; padding: 9px 12px; color: #086c42; background: #e6f7ed; box-shadow: none; cursor: pointer; font-size: 9px; font-weight: 800; }
.mkn-tee__toggle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.mkn-tee__toggle-grid button { min-height: 65px; display: grid; grid-template-columns: 34px 1fr 22px; gap: 10px; align-items: center; border: 1px solid #d5e3dc; border-radius: 10px; padding: 10px; text-align: left; color: #274137; background: #fafcfb; box-shadow: none; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.mkn-tee__toggle-grid button:hover { transform: translateY(-1px); border-color: #93caae; }
.mkn-tee__toggle-grid button.is-active { border-color: #55c789; background: #edfbf3; }
.mkn-tee__toggle-grid button > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; color: #4d7160; background: #edf3f0; font-size: 8px; font-weight: 800; }
.mkn-tee__toggle-grid button.is-active > span { color: #087548; background: #d2f5e0; }
.mkn-tee__toggle-grid button div { min-width: 0; }
.mkn-tee__toggle-grid button b { display: block; overflow: hidden; color: #183229; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.mkn-tee__toggle-grid button small { display: block; margin-top: 3px; color: #84968e; font-size: 7px; text-transform: uppercase; }
.mkn-tee__toggle-grid button i { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #c8d9d0; border-radius: 50%; color: #678076; font-size: 11px; font-style: normal; }
.mkn-tee__toggle-grid button.is-active i { border-color: #1fb76b; color: #fff; background: #1fb76b; }
.mkn-tee__input-block--compact { border-bottom: 0; padding-bottom: 0; }
.mkn-tee__range-row { display: grid; grid-template-columns: 1fr 215px; gap: 30px; align-items: center; padding: 13px 0; }
.mkn-tee__range-row + .mkn-tee__range-row { border-top: 1px solid #e5eee9; }
.mkn-tee__range-row label { color: #263f35; font-size: 11px; font-weight: 800; }
.mkn-tee__range-row p { margin: 3px 0 0 !important; color: #82938b !important; font-size: 8px !important; }
.mkn-tee__range-control { display: grid; grid-template-columns: 44px 1fr; gap: 10px; align-items: center; }
.mkn-tee__range-control output { color: #08774a; font-size: 13px; font-weight: 800; }
.mkn-tee input[type="range"] { width: 100%; height: 18px; margin: 0; padding: 0; appearance: none; border: 0; outline: none; background: transparent; box-shadow: none; cursor: pointer; }
.mkn-tee input[type="range"]::-webkit-slider-runnable-track { height: 5px; border-radius: 100px; background: linear-gradient(to right, #1bc971 0%, #1bc971 var(--mkn-tee-progress), #dbe8e1 var(--mkn-tee-progress), #dbe8e1 100%); }
.mkn-tee input[type="range"]::-moz-range-track { height: 5px; border-radius: 100px; background: #dbe8e1; }
.mkn-tee input[type="range"]::-moz-range-progress { height: 5px; border-radius: 100px; background: #1bc971; }
.mkn-tee input[type="range"]::-webkit-slider-thumb { width: 18px; height: 18px; margin-top: -6.5px; appearance: none; border: 4px solid #fff; border-radius: 50%; background: #129258; box-shadow: 0 0 0 1px #129258, 0 3px 9px rgba(9,92,52,.25); }
.mkn-tee input[type="range"]::-moz-range-thumb { width: 11px; height: 11px; border: 4px solid #fff; border-radius: 50%; background: #129258; box-shadow: 0 0 0 1px #129258; }

.mkn-tee__results { position: relative; padding: 39px 34px 31px; color: #fff; background: radial-gradient(circle at 85% 10%, rgba(59,227,134,.19), transparent 26%), linear-gradient(160deg, #073d2d, #031b14 68%); }
.mkn-tee__result-top { display: flex; justify-content: space-between; gap: 15px; align-items: flex-start; padding-bottom: 23px; border-bottom: 1px solid rgba(255,255,255,.12); }
.mkn-tee__result-top > div > span { color: #66e79d; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mkn-tee__result-top h3 { margin: 5px 0 0 !important; color: #fff !important; font-size: 20px !important; letter-spacing: -.035em !important; }
.mkn-tee__result-live { display: inline-flex; align-items: center; gap: 7px; color: #8bdcaf; font-size: 8px; font-weight: 700; }
.mkn-tee__tee-result { padding: 31px 0 27px; text-align: center; }
.mkn-tee__tee-result > span { display: block; color: #9db9ad; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.mkn-tee__tee-result strong { display: inline-block; margin: 8px 7px 0 0; color: #64eb9d; font-size: clamp(58px, 6vw, 77px); font-weight: 700; letter-spacing: -.065em; line-height: 1; }
.mkn-tee__tee-result small { color: #c6dacf; font-size: 9px; font-weight: 700; }
.mkn-tee__tee-result p { margin: 12px 0 0 !important; color: #7e9f91 !important; font-size: 8px !important; }
.mkn-tee__tee-result p b { color: #a8c9ba; }
.mkn-tee__result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mkn-tee__result-grid > div { border: 1px solid rgba(255,255,255,.09); border-radius: 10px; padding: 14px; background: rgba(255,255,255,.035); }
.mkn-tee__result-grid span { display: block; color: #7f9e91; font-size: 7px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.mkn-tee__result-grid strong { display: block; margin: 6px 0 1px; color: #eafff1; font-size: 21px; letter-spacing: -.04em; }
.mkn-tee__result-grid small { color: #86a598; font-size: 7px; }
.mkn-tee__breakdown { margin-top: 22px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; }
.mkn-tee__breakdown-head { display: flex !important; justify-content: space-between; margin-bottom: 12px; }
.mkn-tee__breakdown-head span,
.mkn-tee__breakdown-head b { color: #9fb7ad; font-size: 8px; font-weight: 800; }
.mkn-tee__breakdown > div:not(.mkn-tee__breakdown-head) { display: grid; grid-template-columns: 48px 1fr 57px; gap: 9px; align-items: center; margin-top: 10px; }
.mkn-tee__breakdown > div > span { color: #8fa99e; font-size: 8px; }
.mkn-tee__breakdown > div > i { height: 4px; overflow: hidden; border-radius: 20px; background: rgba(255,255,255,.1); }
.mkn-tee__breakdown > div > i b { width: 0; height: 100%; display: block; border-radius: inherit; background: #49df8b; transition: width .35s ease; }
.mkn-tee__breakdown em { color: #b5c9c0; font-size: 7px; font-style: normal; text-align: right; }
.mkn-tee__result-note { margin-top: 22px; border-left: 2px solid #4bdc8d; padding: 1px 0 1px 12px; }
.mkn-tee__result-note > b { color: #bfe7d0; font-size: 9px; }
.mkn-tee__result-note p { margin: 4px 0 0 !important; color: #78978a !important; font-size: 8px !important; line-height: 1.5 !important; }
.mkn-tee__result-cta { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; border-radius: 8px; padding: 13px 15px; color: #032116 !important; background: linear-gradient(135deg, #45e18b, #90f0b8); font-size: 10px; font-weight: 800; }
.mkn-tee__privacy { margin: 9px 0 0 !important; color: #648277 !important; font-size: 7px !important; text-align: center; }
.mkn-tee__method { display: grid; grid-template-columns: 150px 1fr; gap: 30px; align-items: center; margin-top: 25px; border: 1px solid rgba(144,229,180,.13); border-radius: 12px; padding: 18px 22px; background: rgba(255,255,255,.03); }
.mkn-tee__method > span { color: #62dfa0; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mkn-tee__method p { margin: 0 !important; color: #8da99d !important; font-size: 9px !important; line-height: 1.6 !important; }
.mkn-tee__method b { color: #cae5d9; }

.mkn-tee__final { padding: 102px 0; background: #dcf5e6; }
.mkn-tee__final-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 90px; align-items: end; }
.mkn-tee__final-grid > div:last-child > p { margin: 0 0 25px !important; color: #557166 !important; font-size: 15px !important; line-height: 1.7 !important; }
.mkn-tee__dark-button { display: inline-flex; align-items: center; gap: 20px; border-radius: 9px; padding: 15px 19px; color: #fff !important; background: #062c20; font-size: 11px; font-weight: 800; }
.mkn-tee__sources { padding: 24px 0; background: #031710; }
.mkn-tee__sources-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.mkn-tee__sources p { margin: 0 !important; color: #688378 !important; font-size: 8px !important; }
.mkn-tee__sources-inner div { display: flex; flex-wrap: wrap; gap: 18px; }
.mkn-tee__sources a { color: #92b2a4 !important; font-size: 8px; font-weight: 700; }
.mkn-tee__sources a:hover { color: #63e89b !important; }

@media (max-width: 1100px) {
  .mkn-tee__hero-grid { grid-template-columns: 1fr .85fr; gap: 42px; }
  .mkn-tee__esco-grid { grid-template-columns: 1fr 1fr; }
  .mkn-tee__esco-grid article { min-height: 220px; }
  .mkn-tee__esco-grid h3 { margin-top: 35px !important; }
  .mkn-tee__interventions-grid { gap: 55px; }
  .mkn-tee__simulator-shell { grid-template-columns: minmax(0, 1fr) 360px; }
  .mkn-tee__inputs { padding-inline: 28px; }
  .mkn-tee__field-grid--three { grid-template-columns: 1fr 1fr; }
  .mkn-tee__field-grid--three label:last-child { grid-column: 1/-1; }
}

@media (max-width: 860px) {
  .mkn-tee__hero { min-height: 0; }
  .mkn-tee__hero-grid { grid-template-columns: 1fr; padding: 84px 0; }
  .mkn-tee__building-card { max-width: 600px; }
  .mkn-tee__intro-grid,
  .mkn-tee__section-head,
  .mkn-tee__interventions-grid,
  .mkn-tee__simulator-heading,
  .mkn-tee__final-grid { grid-template-columns: 1fr; gap: 34px; }
  .mkn-tee__interventions-copy { position: static; }
  .mkn-tee__process-grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .mkn-tee__process-grid::before { display: none; }
  .mkn-tee__simulator-shell { grid-template-columns: 1fr; }
  .mkn-tee__results { min-height: 0; }
  .mkn-tee__method { grid-template-columns: 1fr; gap: 7px; }
}

@media (max-width: 600px) {
  .mkn-tee__wrap { width: min(100% - 28px, 1240px); }
  .mkn-tee__hero-grid { padding: 70px 0 74px; }
  .mkn-tee__hero h1 { font-size: clamp(40px, 12.2vw, 57px) !important; }
  .mkn-tee__lead { font-size: 15px !important; }
  .mkn-tee__actions { align-items: flex-start; flex-direction: column; }
  .mkn-tee__building-card { grid-template-columns: 1fr; padding: 18px; }
  .mkn-tee__card-metrics { grid-template-columns: 1fr; }
  .mkn-tee__trust-inner { justify-content: center; padding: 22px 0; }
  .mkn-tee__trust-inner i { display: none; }
  .mkn-tee__intro,
  .mkn-tee__esco,
  .mkn-tee__process,
  .mkn-tee__interventions,
  .mkn-tee__simulator,
  .mkn-tee__final { padding: 76px 0; }
  .mkn-tee__intro-grid { gap: 40px; }
  .mkn-tee__intro h2,
  .mkn-tee__section-head h2,
  .mkn-tee__interventions-copy h2,
  .mkn-tee__simulator-heading h2,
  .mkn-tee__final h2 { font-size: 38px !important; }
  .mkn-tee__esco-grid { grid-template-columns: 1fr; }
  .mkn-tee__esco-grid article { min-height: 190px; }
  .mkn-tee__process-grid { grid-template-columns: 1fr; }
  .mkn-tee__intervention-list article { grid-template-columns: 35px 1fr; }
  .mkn-tee__inputs { padding: 28px 18px; }
  .mkn-tee__field-grid--three { grid-template-columns: 1fr; }
  .mkn-tee__field-grid--three label:last-child { grid-column: auto; }
  .mkn-tee__toggle-grid { grid-template-columns: 1fr; }
  .mkn-tee__range-row { grid-template-columns: 1fr; gap: 12px; }
  .mkn-tee__range-control { grid-template-columns: 48px 1fr; }
  .mkn-tee__results { padding: 30px 20px; }
  .mkn-tee__result-grid { grid-template-columns: 1fr 1fr; }
  .mkn-tee__sources-inner { align-items: flex-start; flex-direction: column; }
  .mkn-tee__sources-inner div { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .mkn-tee *,
  .mkn-tee *::before,
  .mkn-tee *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
