.tco-page {
  --tco-ink: #12352f;
  --tco-muted: #536f69;
  --tco-deep: #103b4c;
  --tco-deep-2: #176269;
  --tco-mint: #32c99d;
  --tco-blue: #5c9fe5;
  --tco-amber: #dda850;
  --tco-paper: #fbf9f2;
  --tco-sage: #e6efea;
  --tco-line: #bfd2ca;
  --mrp-ink: var(--tco-ink);
  --mrp-deep: var(--tco-deep);
  --mrp-deep-2: var(--tco-deep-2);
  --mrp-mint: var(--tco-mint);
  --mrp-paper: var(--tco-paper);
  --mrp-sage: var(--tco-sage);
  --mrp-line: var(--tco-line);
  color: var(--tco-ink);
  background: #f3f6f3;
}

.tco-page *, .tco-page *::before, .tco-page *::after { box-sizing: border-box; }
.tco-page button, .tco-page input, .tco-page select { font: inherit; }
.tco-page #kalkulacka,
.tco-page #vysledek,
.tco-page #rozpad,
.tco-page #metodika,
.tco-page #pruvodce,
.tco-page #faq { scroll-margin-top: 84px; }
.tco-page .mrp-header-cta,
.tco-page .mrp-btn--primary { background: linear-gradient(118deg, #113d70, #17677a 62%, #34bd84); }
.tco-page .mrp-main-nav a.is-active { color: #0d5d54; background: #e4f3ed; }

.tco-hero {
  position: relative;
  min-height: 790px;
  padding: 32px 0 70px;
  overflow: hidden;
  background:
    linear-gradient(rgba(24,72,65,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24,72,65,.035) 1px, transparent 1px),
    radial-gradient(circle at 8% 32%, rgba(50,201,157,.16), transparent 27%),
    radial-gradient(circle at 91% 30%, rgba(92,159,229,.16), transparent 28%),
    linear-gradient(135deg, #edf5f0 0%, #fbf8f0 52%, #eef3f3 100%);
  background-size: 36px 36px, 36px 36px, auto, auto, auto;
}
.tco-hero::after { content: ""; position: absolute; right: -150px; bottom: -260px; width: 620px; height: 620px; border: 70px solid rgba(20,85,92,.05); border-radius: 50%; pointer-events: none; }
.tco-hero .mrp-container { position: relative; z-index: 1; }
.tco-hero .mrp-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 42px; color: #56716b; font-size: 13px; font-weight: 760; }
.tco-hero .mrp-breadcrumbs a { color: inherit; text-decoration: none; }
.tco-hero .mrp-breadcrumbs span { color: #91a9a2; }
.tco-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(470px,.92fr); gap: 58px; align-items: center; }
.tco-hero__copy h1 { max-width: 740px; margin: 0 0 24px; color: #10332e; font-size: clamp(58px,5.7vw,86px); line-height: .94; letter-spacing: -.071em; }
.tco-hero__copy > p:not(.mrp-kicker) { max-width: 700px; margin: 0 0 28px; color: #4e6964; font-size: 18px; line-height: 1.62; }
.tco-hero__actions, .tco-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.tco-hero__proof { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 0; padding: 0; list-style: none; }
.tco-hero__proof li { padding: 9px 13px; color: #315e57; border: 1px solid #c0d3cb; border-radius: 999px; background: rgba(255,255,255,.7); font-size: 11px; font-weight: 850; }

.tco-visual { position: relative; padding: 22px; overflow: hidden; color: #fff; border: 1px solid rgba(17,59,76,.18); border-radius: 35px; background: radial-gradient(circle at 88% 85%,rgba(221,168,80,.44),transparent 31%),radial-gradient(circle at 12% 14%,rgba(50,201,157,.18),transparent 34%),linear-gradient(145deg,#11384c,#164f5a 70%,#27685e); box-shadow: 0 34px 72px rgba(16,53,61,.23); }
.tco-visual::after { content: ""; position: absolute; right: -70px; top: -86px; width: 240px; height: 240px; border: 38px solid rgba(255,255,255,.052); border-radius: 50%; pointer-events: none; }
.tco-visual__head { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 18px; margin-bottom: 14px; color: #d4ebe5; font-size: 12px; font-weight: 850; }
.tco-visual__head span { color: #8fe5d1; letter-spacing: .12em; }
.tco-visual__scene { position: relative; min-height: 330px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 27px; background: #e6efeb; }
.tco-visual__scene svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.tco-buy, .tco-sale, .tco-month { position: absolute; z-index: 2; min-width: 138px; padding: 12px 14px; color: #183d45; border: 1px solid rgba(20,70,75,.12); border-radius: 16px; background: rgba(255,253,247,.94); box-shadow: 0 18px 30px rgba(13,51,59,.14); }
.tco-buy { left: 17px; top: 17px; }
.tco-sale { right: 17px; top: 17px; }
.tco-month { right: 17px; bottom: 17px; min-width: 174px; }
.tco-buy span, .tco-buy strong, .tco-sale span, .tco-sale strong, .tco-month span, .tco-month strong, .tco-month small { display: block; }
.tco-buy span, .tco-sale span, .tco-month span { margin-bottom: 4px; color: #5d7671; font-size: 9px; font-weight: 820; }
.tco-buy strong, .tco-sale strong { font-size: 17px; }
.tco-month strong { font-size: 24px; line-height: 1; }
.tco-month small { margin-top: 4px; color: #5b7770; font-size: 9px; }
.tco-visual__metrics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 13px; }
.tco-visual__metrics div { min-width: 0; padding: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; background: rgba(255,255,255,.075); }
.tco-visual__metrics span, .tco-visual__metrics strong { display: block; }
.tco-visual__metrics span { margin-bottom: 5px; color: #c1ddd6; font-size: 9px; }
.tco-visual__metrics strong { color: #fff; font-size: 14px; line-height: 1.3; overflow-wrap: anywhere; }

.tco-nav { position: sticky; top: 0; z-index: 40; border-block: 1px solid rgba(164,188,179,.55); background: rgba(235,243,239,.94); box-shadow: 0 10px 28px rgba(18,63,72,.055); backdrop-filter: blur(15px); }
.tco-nav__inner { min-height: 68px; display: flex; align-items: center; gap: 9px; overflow-x: auto; scrollbar-width: none; }
.tco-nav__inner::-webkit-scrollbar { display: none; }
.tco-nav a { flex: 0 0 auto; padding: 10px 15px; color: #315c57; border: 1px solid #c5d7cf; border-radius: 999px; background: rgba(255,255,255,.8); font-size: 13px; font-weight: 850; line-height: 1; text-decoration: none; }
.tco-nav a:hover, .tco-nav a:focus-visible { color: #0c554b; border-color: #63cfa9; background: #fff; }

.tco-calculator { padding: 72px 0 94px; background: radial-gradient(circle at 5% 8%,rgba(50,201,157,.11),transparent 24%),radial-gradient(circle at 94% 12%,rgba(92,159,229,.1),transparent 25%),linear-gradient(135deg,#e6efea,#f3f1e9); }
.tco-stage { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(410px,.88fr); gap: 24px; align-items: start; }
.tco-form { min-width: 0; padding: 34px; border: 1px solid transparent; border-top-width: 4px; border-radius: 32px; background: linear-gradient(#fffdf8,#fffdf8) padding-box,linear-gradient(90deg,#32c99d,#5c9fe5 56%,#dda850) border-box; box-shadow: 0 24px 54px rgba(25,67,62,.11); }
.tco-form__head { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; align-items: start; }
.tco-form__head h2 { max-width: 650px; margin: 0; font-size: clamp(40px,4.2vw,60px); line-height: 1.02; letter-spacing: -.055em; }
.tco-live { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; color: #2c6b5d; border-radius: 999px; background: #e7f5ee; font-size: 11px; font-weight: 850; white-space: nowrap; }
.tco-live i, .tco-privacy span { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--tco-mint); box-shadow: 0 0 0 5px rgba(50,201,157,.12); }
.tco-form__intro { max-width: 680px; margin: 20px 0 22px; color: #536e68; line-height: 1.65; }
.tco-presets { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-bottom: 23px; }
.tco-presets button { min-height: 64px; padding: 13px; color: #193d37; border: 1px solid #c4d6cf; border-radius: 17px; background: #fff; font-size: 12px; font-weight: 850; cursor: pointer; }
.tco-presets button.is-active { color: #0d624f; border-color: #5bd3a7; background: #ebf8f1; box-shadow: 0 13px 24px rgba(45,145,113,.1); }
.tco-field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 15px; }
.tco-field { min-width: 0; display: block; }
.tco-field--wide { grid-column: 1 / -1; }
.tco-field > span:first-child { display: block; margin-bottom: 8px; color: #183d36; font-size: 13px; font-weight: 850; }
.tco-input { min-height: 58px; display: flex; align-items: center; gap: 8px; padding: 0 15px; border: 1px solid #c3d5ce; border-radius: 17px; background: #fff; transition: border-color .2s,box-shadow .2s; }
.tco-input:focus-within { border-color: #4ebf9d; box-shadow: 0 0 0 4px rgba(50,201,157,.11); }
.tco-input input, .tco-input select { width: 100%; min-width: 0; height: 56px; padding: 0; color: #12352f; border: 0; outline: 0; background: transparent; font-size: 15px; font-weight: 800; }
.tco-input em { flex: 0 0 auto; color: #607a74; font-size: 11px; font-style: normal; font-weight: 800; }
.tco-field small { display: block; min-height: 38px; padding: 8px 2px 0; color: #667f79; font-size: 10px; line-height: 1.45; }
.tco-field input:disabled { color: #81928e; }
.tco-field:has(input:disabled) .tco-input { background: #edf1ef; }

.tco-pro { margin-top: 24px; overflow: hidden; border: 1px solid #bdd4cb; border-radius: 23px; background: #f2f7f4; }
.tco-pro summary { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 18px 20px; cursor: pointer; list-style: none; }
.tco-pro summary::-webkit-details-marker { display: none; }
.tco-pro summary span, .tco-pro summary strong, .tco-pro summary small { display: block; }
.tco-pro summary strong { color: #153f38; font-size: 14px; }
.tco-pro summary small { margin-top: 4px; color: #66807a; font-size: 10px; }
.tco-pro summary b { padding: 7px 10px; color: #8a641f; border-radius: 999px; background: #f6e9cb; font-size: 9px; letter-spacing: .07em; }
.tco-pro[open] summary { border-bottom: 1px solid #cbdcd5; }
.tco-pro__body { padding: 20px; }
.tco-pro__note { margin-bottom: 18px; padding: 16px; border: 1px solid #bde2d3; border-radius: 17px; background: #e9f7f0; }
.tco-pro__note strong { font-size: 13px; }
.tco-pro__note p { margin: 5px 0 0; color: #55716a; font-size: 11px; line-height: 1.55; }
.tco-switch { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 46px; gap: 16px; align-items: center; margin-top: 13px; padding: 16px; border: 1px solid #c6d8d1; border-radius: 17px; background: #fff; cursor: pointer; }
.tco-switch input { position: absolute; opacity: 0; pointer-events: none; }
.tco-switch span, .tco-switch strong, .tco-switch small { display: block; }
.tco-switch strong { font-size: 13px; }
.tco-switch small { margin-top: 4px; color: #657d78; font-size: 10px; line-height: 1.4; }
.tco-switch i { position: relative; width: 46px; height: 25px; border-radius: 999px; background: #b9c9c3; transition: .2s; }
.tco-switch i::after { content: ""; position: absolute; left: 3px; top: 3px; width: 19px; height: 19px; border-radius: 50%; background: #fff; box-shadow: 0 2px 7px rgba(0,0,0,.17); transition: .2s; }
.tco-switch input:checked ~ i { background: #2abc91; }
.tco-switch input:checked ~ i::after { transform: translateX(21px); }
.tco-pro-panel { margin-top: 11px; padding: 17px; border: 1px solid #c9dad3; border-radius: 20px; background: #fffdf8; }
.tco-subhead { margin-bottom: 16px; }
.tco-subhead span { color: #168972; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.tco-subhead p { margin: 5px 0 0; color: #607973; font-size: 11px; line-height: 1.55; }
.tco-budget-fields { margin-top: 18px; }
.tco-actions { margin-top: 23px; }
.tco-actions .mrp-btn { cursor: pointer; }
.tco-privacy { display: flex; gap: 8px; align-items: center; margin: 18px 0 0; color: #627c76; font-size: 10px; font-weight: 750; }

.tco-result { position: sticky; top: 90px; min-width: 0; padding: 28px; overflow: visible; color: #fff; border: 1px solid rgba(16,59,76,.18); border-radius: 32px; background: radial-gradient(circle at 90% 92%,rgba(221,168,80,.39),transparent 31%),radial-gradient(circle at 5% 4%,rgba(50,201,157,.14),transparent 30%),linear-gradient(145deg,#102e50,#125065 68%,#25665e); box-shadow: 0 27px 60px rgba(15,49,60,.22); }
.tco-result__head { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.tco-result__head > span { padding: 8px 11px; color: #dbebe7; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); font-size: 9px; font-weight: 850; }
.tco-result h2 { margin: 20px 0 8px; color: #fff; font-size: 30px; line-height: 1.08; }
.tco-result__lead { margin: 0 0 17px; color: #cee0dc; font-size: 12px; line-height: 1.55; }
.tco-result__main { position: relative; padding: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 23px; background: linear-gradient(118deg,rgba(43,102,164,.62),rgba(25,180,134,.32)); }
.tco-result__main::after { content: ""; position: absolute; right: -38px; top: -58px; width: 150px; height: 150px; border: 22px solid rgba(255,255,255,.055); border-radius: 50%; }
.tco-result__main span, .tco-result__main output, .tco-result__main strong, .tco-result__main small { position: relative; z-index: 1; display: block; }
.tco-result__main span { color: #cae1dc; font-size: 10px; font-weight: 800; }
.tco-result__main output { margin: 11px 0 7px; color: #fff; font-size: clamp(49px,4.2vw,65px); font-weight: 900; line-height: .94; letter-spacing: -.055em; overflow-wrap: anywhere; }
.tco-result__main strong { display: inline-flex; width: fit-content; padding: 7px 10px; color: #d8fff2; border-radius: 999px; background: rgba(2,45,57,.54); font-size: 9px; }
.tco-result__main small { margin-top: 8px; color: #d2e6e1; font-size: 9px; }
.tco-equation { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr); gap: 7px; align-items: center; margin-top: 13px; }
.tco-equation > div { min-width: 0; padding: 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.075); }
.tco-equation span, .tco-equation strong { display: block; }
.tco-equation span { min-height: 26px; color: #bad5d0; font-size: 8px; line-height: 1.3; }
.tco-equation strong { margin-top: 4px; color: #fff; font-size: 11px; overflow-wrap: anywhere; }
.tco-equation > b { color: #6edfc4; font-size: 14px; }
.tco-result__metrics { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 12px; }
.tco-result__metrics > div { min-width: 0; padding: 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.075); }
.tco-result__metrics span, .tco-result__metrics strong { display: block; }
.tco-result__metrics span { margin-bottom: 6px; color: #bad4cf; font-size: 8px; }
.tco-result__metrics strong { color: #fff; font-size: 13px; overflow-wrap: anywhere; }
.tco-share { margin-top: 13px; padding: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.065); }
.tco-share__bar { height: 8px; display: flex; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.13); }
.tco-share__bar i { display: block; min-width: 0; transition: width .25s; }
#depreciationBar { background: #39cda1; }
#runningBar { background: #62a9ef; }
#financeBar { background: #e3ad52; }
.tco-share > div:last-child { display: flex; justify-content: space-between; gap: 8px; margin-top: 9px; color: #bed8d2; font-size: 8px; }
.tco-share b { color: #fff; }
.tco-budget, .tco-decision, .tco-compare-result { margin-top: 12px; padding: 14px; border-radius: 17px; }
.tco-budget { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.07); }
.tco-budget > div:first-child { display: flex; justify-content: space-between; gap: 16px; color: #c7ddd8; font-size: 9px; }
.tco-budget > div:first-child strong { color: #fff; }
.tco-budget__track { height: 8px; margin-top: 10px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.14); }
.tco-budget__track i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#36cda2,#63a9ef,#e4ac4e); }
.tco-budget p, .tco-decision p { margin: 8px 0 0; color: #c5dcd6; font-size: 9px; line-height: 1.45; }
.tco-decision { color: #173f38; border: 1px solid #b6dfd0; background: #edf8f3; }
.tco-decision strong { font-size: 12px; }
.tco-decision p { color: #52716a; }
.tco-decision.is-warning { color: #674812; border-color: #e4c276; background: #fff3d8; }
.tco-decision.is-warning p { color: #705a31; }
.tco-compare-result { border: 1px solid rgba(255,255,255,.16); background: rgba(8,41,58,.5); }
.tco-compare-result > span, .tco-compare-result > strong, .tco-compare-result > small { display: block; }
.tco-compare-result > span { color: #aee8d9; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.tco-compare-result > strong { margin: 7px 0; color: #fff; font-size: 15px; }
.tco-compare-result > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.tco-compare-result p { margin: 0; padding: 9px; border-radius: 11px; background: rgba(255,255,255,.07); color: #c7ddd8; font-size: 9px; }
.tco-compare-result p b { display: block; margin-top: 3px; color: #fff; }
.tco-compare-result small { margin-top: 8px; color: #bfd9d3; font-size: 8px; }
.tco-result__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 13px; }
.tco-result__actions button, .tco-result__actions a { display: flex; justify-content: center; align-items: center; min-height: 42px; padding: 9px; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: rgba(255,255,255,.075); font-size: 9px; font-weight: 850; text-decoration: none; cursor: pointer; }

.tco-overview, .tco-detail, .tco-method, .tco-costs, .tco-examples, .tco-checklist, .tco-ledger, .tco-seo-guide, .tco-sources, .tco-faq { padding: 92px 0; }
.tco-overview, .tco-method, .tco-checklist, .tco-ledger, .tco-sources { background: #f1f5f2; }
.tco-detail, .tco-costs, .tco-examples, .tco-seo-guide, .tco-faq { background: #f8f6ef; }
.tco-page .mrp-heading { margin-bottom: 38px; }
.tco-page .mrp-heading h2 { max-width: 820px; margin: 0; font-size: clamp(46px,5.3vw,72px); line-height: .98; letter-spacing: -.058em; }
.tco-page .mrp-heading > p:not(.mrp-kicker), .tco-page .mrp-heading--split > p { max-width: 720px; color: #55706a; line-height: 1.65; }
.tco-page .mrp-heading:not(.mrp-heading--split) > h2 + p:not(.mrp-kicker) { margin-top: 26px; }
.tco-page .mrp-heading--split { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: 40px; align-items: end; }
.tco-stat-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.tco-stat-grid article { min-height: 220px; padding: 25px; border: 1px solid #c5d5ce; border-radius: 25px; background: #fffdf8; box-shadow: 0 18px 38px rgba(30,67,62,.07); }
.tco-stat-grid span { color: #168f77; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.tco-stat-grid h3 { margin: 38px 0 10px; font-size: 21px; }
.tco-stat-grid p { margin: 0; color: #55706a; font-size: 12px; line-height: 1.6; }
.tco-detail__grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(300px,.55fr); gap: 22px; align-items: start; }
.tco-table-card { min-width: 0; padding: 24px; border: 1px solid #bdd0c7; border-radius: 28px; background: #fffdf8; box-shadow: 0 22px 48px rgba(25,67,62,.08); }
.tco-reading { padding: 20px; border: 1px solid #bcded0; border-radius: 20px; background: linear-gradient(135deg,#e9f8f1,#f4f7f1); }
.tco-reading span, .tco-reading strong { display: block; }
.tco-reading span { color: #397066; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.tco-reading strong { margin: 7px 0; font-size: 21px; }
.tco-reading p { margin: 0; color: #56716b; font-size: 12px; line-height: 1.55; }
.tco-table-wrap { margin-top: 17px; }
.tco-table-wrap table, .tco-ledger-table table { width: 100%; border-collapse: collapse; }
.tco-table-wrap th, .tco-table-wrap td, .tco-ledger-table th, .tco-ledger-table td { padding: 13px 12px; border-bottom: 1px solid #d2dfda; text-align: left; font-size: 11px; line-height: 1.4; }
.tco-table-wrap thead th, .tco-ledger-table thead th { color: #3f625b; font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }
.tco-table-wrap tbody td:nth-child(2), .tco-table-wrap tbody td:nth-child(3), .tco-ledger-table tbody td:nth-child(n+2) { color: #12352f; font-weight: 850; }
.tco-check-card { padding: 27px; color: #fff; border-radius: 28px; background: radial-gradient(circle at 90% 95%,rgba(221,168,80,.35),transparent 34%),linear-gradient(145deg,#123e4c,#1b6967); box-shadow: 0 22px 48px rgba(19,60,69,.18); }
.tco-check-card h3 { margin: 19px 0 10px; color: #fff; font-size: 28px; line-height: 1.05; }
.tco-check-card > p:not(.mrp-kicker) { color: #c9dfda; font-size: 12px; line-height: 1.6; }
.tco-check-card dl { margin: 22px 0; }
.tco-check-card dl div { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.14); }
.tco-check-card dt { color: #bdd8d2; font-size: 10px; }
.tco-check-card dd { margin: 0; color: #fff; font-size: 11px; font-weight: 850; text-align: right; }
.tco-check-card a { color: #fff; font-size: 11px; font-weight: 850; }
.tco-method-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.tco-method-grid article { min-height: 350px; display: flex; flex-direction: column; padding: 27px; border: 1px solid #c3d4cc; border-radius: 27px; background: #fffdf8; }
.tco-method-grid span { color: #188e77; font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.tco-method-grid h3 { margin: 42px 0 12px; font-size: 26px; line-height: 1.08; }
.tco-method-grid p { color: #57716b; font-size: 12px; line-height: 1.65; }
.tco-method-grid code { display: block; margin-top: auto; padding: 15px; color: #204f47; border-left: 3px solid var(--tco-mint); border-radius: 8px 14px 14px 8px; background: #e8f3ee; font-size: 10px; white-space: normal; }

.tco-cashflow, .tco-finance-guide, .tco-risks, .tco-related { padding: 98px 0; color: #fff; background: #123f47; }
.tco-cashflow__grid, .tco-finance-guide__grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr); gap: 45px; align-items: start; }
.tco-cashflow h2, .tco-finance-guide h2 { max-width: 780px; margin: 22px 0 18px; color: #fff; font-size: clamp(48px,5.6vw,75px); line-height: .96; letter-spacing: -.062em; }
.tco-cashflow p, .tco-finance-guide p { color: #c6dcd7; line-height: 1.67; }
.tco-cashflow aside, .tco-finance-guide aside { padding: 28px; color: #163f38; border-radius: 28px; background: #eff6f1; box-shadow: 0 24px 48px rgba(3,28,34,.22); }
.tco-cashflow aside > span, .tco-finance-guide aside > span { color: #287569; font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.tco-cashflow aside strong { display: block; margin: 36px 0 12px; font-size: 28px; line-height: 1.08; }
.tco-cashflow aside p, .tco-finance-guide aside li { color: #526e68; font-size: 12px; line-height: 1.65; }
.tco-cashflow aside a, .tco-finance-guide aside a { display: inline-block; margin-top: 12px; color: #145a4f; font-size: 11px; font-weight: 850; }
.tco-cost-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.tco-cost-grid article { min-height: 405px; padding: 28px; border: 1px solid #bfd0c8; border-radius: 28px; background: #fffdf8; }
.tco-cost-grid article.is-primary { color: #fff; border-color: transparent; background: radial-gradient(circle at 90% 90%,rgba(221,168,80,.35),transparent 32%),linear-gradient(145deg,#123f4d,#176560); }
.tco-cost-grid article > span { display: inline-flex; padding: 7px 10px; color: #13715f; border-radius: 999px; background: #e3f4ec; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.tco-cost-grid .is-primary > span { color: #b9f3df; background: rgba(255,255,255,.1); }
.tco-cost-grid h3 { margin: 43px 0 13px; font-size: 27px; line-height: 1.08; }
.tco-cost-grid p, .tco-cost-grid li { color: #55706a; font-size: 12px; line-height: 1.62; }
.tco-cost-grid .is-primary p, .tco-cost-grid .is-primary li { color: #cde1dc; }
.tco-cost-grid ul { margin: 18px 0 0; padding-left: 18px; }
.tco-example-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.tco-example-grid article { min-height: 380px; display: flex; flex-direction: column; padding: 28px; border: 1px solid #c3d2cb; border-radius: 27px; background: #fffdf8; }
.tco-example-grid article > span { color: #168d75; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.tco-example-grid h3 { margin: 38px 0 13px; font-size: 27px; line-height: 1.1; }
.tco-example-grid p { color: #56706a; font-size: 12px; line-height: 1.67; }
.tco-example-grid article > div { margin-top: auto; padding: 15px; border-radius: 15px; background: #edf4f0; }
.tco-example-grid article > div strong, .tco-example-grid article > div b { display: block; }
.tco-example-grid article > div strong { color: #27806e; font-size: 9px; text-transform: uppercase; }
.tco-example-grid article > div b { margin-top: 5px; font-size: 12px; }
.tco-checklist-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.tco-checklist-grid article { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 22px; border: 1px solid #c6d5ce; border-radius: 23px; background: #fff; }
.tco-checklist-grid article > span { width: 50px; height: 50px; display: grid; place-items: center; color: #fff; border-radius: 15px; background: var(--tco-deep); font-size: 11px; font-weight: 900; }
.tco-checklist-grid h3 { margin: 3px 0 7px; font-size: 19px; }
.tco-checklist-grid p { margin: 0; color: #56716b; font-size: 12px; line-height: 1.6; }
.tco-finance-guide aside ul { margin: 35px 0 10px; padding-left: 18px; }
.tco-ledger-table { padding: 20px; border: 1px solid #bfd0c8; border-radius: 26px; background: #fffdf8; box-shadow: 0 20px 45px rgba(26,66,60,.08); }
.tco-ledger-table tbody td:first-child { color: #16866f; font-weight: 850; }
.tco-risks .mrp-heading h2, .tco-related .mrp-heading h2 { color: #fff; }
.tco-page .tco-risks .mrp-heading--split > p,
.tco-page .tco-related .mrp-heading--split > p { color: #c3dbd5; }
.tco-risk-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.tco-risk-grid article { min-height: 210px; padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 23px; background: rgba(255,255,255,.075); }
.tco-risk-grid span { color: #7ce1ca; font-size: 9px; font-weight: 900; }
.tco-risk-grid h3 { margin: 38px 0 9px; color: #fff; font-size: 20px; }
.tco-risk-grid p { margin: 0; color: #c6dbd6; font-size: 11px; line-height: 1.6; }
.tco-article-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.tco-article-grid article { padding: 28px; border: 1px solid #c5d4cd; border-radius: 25px; background: #fff; }
.tco-article-grid h3 { margin: 0 0 16px; font-size: 25px; line-height: 1.15; }
.tco-article-grid p { color: #526e68; font-size: 12px; line-height: 1.72; }
.tco-article-grid p:last-child { margin-bottom: 0; }
.tco-source-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.tco-source-grid a { min-height: 190px; display: flex; flex-direction: column; padding: 23px; color: #153a34; border: 1px solid #bfd0c8; border-radius: 23px; background: #fffdf8; text-decoration: none; }
.tco-source-grid span { color: #178b75; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.tco-source-grid strong { margin: 35px 0 9px; font-size: 18px; }
.tco-source-grid small { margin-top: auto; color: #607873; font-size: 10px; line-height: 1.5; }
.tco-faq .mrp-heading .mrp-kicker { margin-bottom: 30px; }
.tco-faq-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 20px; }
.tco-faq details { overflow: hidden; border: 1px solid #c5d4cd; border-radius: 18px; background: #fffdf8; }
.tco-faq summary { position: relative; padding: 17px 52px 17px 18px; cursor: pointer; list-style: none; font-size: 13px; font-weight: 850; }
.tco-faq summary::-webkit-details-marker { display: none; }
.tco-faq summary::after { content: "+"; position: absolute; right: 15px; top: 50%; width: 27px; height: 27px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--tco-deep); transform: translateY(-50%); }
.tco-faq details[open] summary::after { content: "−"; }
.tco-faq details p { margin: 0; padding: 0 18px 18px; color: #56706a; font-size: 12px; line-height: 1.65; }
.tco-related-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.tco-related-grid a { min-height: 190px; display: flex; flex-direction: column; padding: 22px; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 23px; background: rgba(255,255,255,.075); text-decoration: none; }
.tco-related-grid span { width: 40px; height: 40px; display: grid; place-items: center; color: #123f48; border-radius: 13px; background: var(--tco-mint); font-size: 11px; font-weight: 900; }
.tco-related-grid strong { margin: 34px 0 8px; font-size: 18px; }
.tco-related-grid small { color: #bed5d0; font-size: 10px; line-height: 1.5; }
.tco-page .tco-risks .mrp-kicker,
.tco-page .tco-related .mrp-kicker,
.tco-page .tco-cashflow .mrp-kicker,
.tco-page .tco-finance-guide .mrp-kicker,
.tco-page .tco-check-card .mrp-kicker,
.tco-page .tco-result .mrp-kicker { color: #0c5e55; border-color: rgba(70,169,145,.36); background: #e1f1eb; box-shadow: 0 8px 22px rgba(3,36,39,.14); }
.tco-page .mrp-footer { background: #0d3039; }

@media (max-width:1120px) {
  .tco-hero__grid { grid-template-columns: minmax(0,1fr) minmax(410px,.88fr); gap: 34px; }
  .tco-hero__copy h1 { font-size: clamp(53px,6vw,72px); }
  .tco-stage { grid-template-columns: minmax(0,1fr) minmax(375px,.82fr); }
  .tco-result { padding: 24px; }
  .tco-method-grid, .tco-cost-grid { grid-template-columns: 1fr; }
  .tco-method-grid article, .tco-cost-grid article { min-height: 0; }
  .tco-source-grid, .tco-related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width:920px) {
  .tco-hero { min-height: auto; }
  .tco-hero__grid, .tco-stage, .tco-detail__grid, .tco-cashflow__grid, .tco-finance-guide__grid { grid-template-columns: 1fr; }
  .tco-visual { width: min(100%,650px); margin-inline: auto; }
  .tco-stage { gap: 18px; }
  .tco-result { position: static; }
  .tco-stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tco-example-grid { grid-template-columns: 1fr; }
  .tco-example-grid article { min-height: 0; }
  .tco-risk-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width:760px) {
  .tco-hero { min-height: 0; padding: 28px 0 42px; }
  .tco-hero::after { opacity: .25; }
  .tco-hero .mrp-breadcrumbs { margin-bottom: 28px; }
  .tco-hero__copy h1 { font-size: clamp(42px,13vw,57px); line-height: .98; }
  .tco-hero__copy > p:not(.mrp-kicker) { font-size: 16px; }
  .tco-visual { display: none; }
  .tco-nav { position: relative; top: auto; }
  .tco-nav__inner { min-height: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; padding-block: 10px; overflow: visible; }
  .tco-nav a { display: flex; justify-content: center; padding: 9px 5px; font-size: 10px; text-align: center; }
  .tco-calculator { padding: 26px 0 62px; }
  .tco-form { padding: 22px 18px; border-radius: 26px; }
  .tco-form__head { display: block; }
  .tco-form__head h2 { font-size: clamp(37px,11vw,49px); }
  .tco-live { margin-top: 10px; }
  .tco-presets, .tco-field-grid { grid-template-columns: 1fr; }
  .tco-field--wide { grid-column: auto; }
  .tco-presets button { min-height: 52px; text-align: left; }
  .tco-field small { min-height: 0; }
  .tco-pro summary, .tco-pro__body { padding-inline: 14px; }
  .tco-pro summary b { display: none; }
  .tco-result { padding: 20px; border-radius: 26px; }
  .tco-result__head { align-items: flex-start; }
  .tco-result__main output { font-size: clamp(42px,12vw,55px); }
  .tco-equation { grid-template-columns: 1fr; }
  .tco-equation > b { display: none; }
  .tco-result__metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tco-overview, .tco-detail, .tco-method, .tco-costs, .tco-examples, .tco-checklist, .tco-ledger, .tco-seo-guide, .tco-sources, .tco-faq, .tco-cashflow, .tco-finance-guide, .tco-risks, .tco-related { padding: 68px 0; }
  .tco-page .mrp-heading h2 { font-size: clamp(39px,12vw,53px); }
  .tco-page .mrp-heading--split { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .tco-stat-grid, .tco-checklist-grid, .tco-risk-grid, .tco-article-grid, .tco-faq-grid, .tco-source-grid, .tco-related-grid { grid-template-columns: 1fr; }
  .tco-stat-grid article, .tco-source-grid a, .tco-related-grid a { min-height: 0; }
  .tco-table-card { padding: 15px; }
  .tco-table-wrap thead, .tco-ledger-table thead { display: none; }
  .tco-table-wrap tbody, .tco-table-wrap tr, .tco-table-wrap td, .tco-ledger-table tbody, .tco-ledger-table tr, .tco-ledger-table td { display: block; }
  .tco-table-wrap tr, .tco-ledger-table tr { margin-bottom: 10px; padding: 13px; border: 1px solid #d0ddd7; border-radius: 16px; background: #fff; }
  .tco-table-wrap td, .tco-ledger-table td { display: grid; grid-template-columns: minmax(86px,.72fr) minmax(0,1.28fr); gap: 12px; align-items: baseline; padding: 7px 0; border: 0; white-space: normal !important; }
  .tco-table-wrap td::before, .tco-ledger-table td::before { content: attr(data-label); color: #71847f; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
  .tco-check-card { padding: 22px; }
  .tco-checklist-grid article { grid-template-columns: 42px 1fr; padding: 18px; }
  .tco-checklist-grid article > span { width: 42px; height: 42px; }
  .tco-ledger-table { padding: 14px; }
  .tco-faq-grid { gap: 18px; }
}

@media (max-width:420px) {
  .tco-result__head > span { max-width: 118px; white-space: normal; text-align: center; }
  .tco-actions { display: grid; }
  .tco-result__actions { grid-template-columns: 1fr; }
}

@media (max-width:350px) {
  .tco-result__metrics { grid-template-columns: 1fr; }
  .tco-share > div:last-child { display: grid; grid-template-columns: 1fr; }
}

@media print {
  .tco-hero, .tco-nav, .tco-overview, .tco-method, .tco-costs, .tco-examples, .tco-checklist, .tco-cashflow, .tco-finance-guide, .tco-risks, .tco-seo-guide, .tco-sources, .tco-faq, .tco-related, .mrp-header, .mrp-footer { display: none !important; }
  .tco-calculator, .tco-detail, .tco-ledger { padding: 20px 0; background: #fff; }
  .tco-result { position: static; color: #111; background: #fff; box-shadow: none; }
}
