
  

  #tco-core{
    --blue:#2563eb; --blue-d:#1e40af; --blue-bg:#eff4ff;
    --orange:#f97316; --orange-d:#ea580c;
    --green:#16a34a; --green-bg:#ecfdf3;
    --ink:#0f172a; --body:#475569; --muted:#94a3b8;
    --line:#e6eaf0; --line-2:#eef1f6;
    --field:#f7f9fc; --navy:#0c1424;
    --r:14px; --r-sm:10px;
    font-family:'Plus Jakarta Sans',sans-serif;
    color:var(--ink); background:#fff; line-height:1.45;
    -webkit-font-smoothing:antialiased;
  }
  #tco-core *{box-sizing:border-box;margin:0;padding:0}
  .tco__wrap{max-width:1180px;margin:0 auto;padding:40px 20px 64px}

  /* STEPPER */
  .stepper ol{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;
    border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:28px}
  .step{display:flex;align-items:center;gap:12px}
  .step__num{flex:0 0 30px;height:30px;border-radius:50%;display:grid;place-items:center;
    font-weight:700;font-size:14px;background:#f1f5f9;color:var(--muted);transition:.2s}
  .step__txt{display:flex;flex-direction:column;line-height:1.25}
  .step__txt b{font-size:14px;font-weight:700;color:var(--muted)}
  .step__txt small{font-size:11px;color:#b4bcca}
  .step--active .step__num{background:var(--blue);color:#fff;box-shadow:0 0 0 4px var(--blue-bg)}
  .step--active .step__txt b{color:var(--ink)}
  .step--active .step__txt small{color:var(--body)}

  /* GRID */
  .grid{display:grid;grid-template-columns:1.8fr 1fr;gap:22px;align-items:start}
  .panel{display:flex;flex-direction:column;gap:18px}

  /* VEHICLE CARDS */
  .vehicles{display:grid;grid-template-columns:1fr 48px 1fr;align-items:stretch;gap:0}
  .vcard{border:1px solid var(--line);border-radius:var(--r);padding:18px;display:flex;flex-direction:column;background:#fff}
  .vcard--ev{border-top:3px solid var(--blue)}
  .vcard--ice{border-top:3px solid var(--orange)}
  .vcard header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
  .vcard header h3{font-size:13px;font-weight:700;color:var(--body)}
  .tag{font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px}
  .tag--ev{background:var(--blue-bg);color:var(--blue-d)}
  .tag--ice{background:#fff1e8;color:var(--orange-d)}
  .vcard__name{font-size:16px;font-weight:800;letter-spacing:-.01em}
  .vcard__sub{font-size:12px;color:var(--muted);margin-bottom:14px}
  .specs{display:flex;flex-direction:column;gap:10px;margin-top:auto}
  .specs div{display:flex;justify-content:space-between;font-size:12.5px;border-top:1px solid var(--line-2);padding-top:9px}
  .specs dt{color:var(--muted)} .specs dd{font-weight:700}
  .vcard__edit{margin-top:14px;background:none;border:none;color:var(--blue);font:inherit;font-size:12.5px;font-weight:700;cursor:pointer;text-align:left;padding:0}
  .vs{display:grid;place-items:center}
  .vs span{width:38px;height:38px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;
    font-size:12px;font-weight:800;letter-spacing:.04em}

  /* FIELDS */
  .fields{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
  .field{display:flex;flex-direction:column;gap:7px}
  .field__label{font-size:12px;font-weight:700;color:var(--body)}
  .field__note{font-size:10.5px;color:var(--muted)}
  #tco-core select,#tco-core input{font:inherit;font-size:14px;color:var(--ink);
    border:1px solid var(--line);background:var(--field);border-radius:var(--r-sm);padding:11px 12px;width:100%;outline:none;transition:.15s}
  #tco-core select:focus,#tco-core input:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px var(--blue-bg)}
  #tco-core select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2394a3b8' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px;cursor:pointer}
  .steppernum{display:flex;align-items:center;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--field);overflow:hidden}
  .steppernum button{width:40px;align-self:stretch;border:none;background:#fff;font-size:18px;color:var(--blue);cursor:pointer;font-weight:600}
  .steppernum button:hover{background:var(--blue-bg)}
  .steppernum input{border:none;background:none;text-align:center;border-radius:0;font-weight:700;box-shadow:none!important}
  .steppernum input:focus{background:none}
  .steppernum .unit{padding:0 12px;font-size:12px;color:var(--muted);font-weight:600}
  .affix{display:flex;align-items:center;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--field);overflow:hidden}
  .affix span{padding:0 4px 0 12px;font-size:13px;color:var(--muted);font-weight:600}
  .affix input{border:none;background:none;border-radius:0;font-weight:700;box-shadow:none!important;padding-left:4px}
  .affix em{padding:0 12px;font-size:12px;color:var(--muted);font-style:normal;font-weight:600}
  .field--seg{grid-column:1/2}
  .seg{display:flex;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--field);padding:3px;gap:3px}
  .seg button{flex:1;border:none;background:none;border-radius:8px;padding:7px 4px;cursor:pointer;font:inherit;
    font-size:12px;font-weight:700;color:var(--body);display:flex;flex-direction:column;line-height:1.2;transition:.15s}
  .seg button small{font-size:9.5px;font-weight:500;color:var(--muted)}
  .seg button.is-on{background:var(--blue);color:#fff;box-shadow:0 1px 3px rgba(37,99,235,.35)}
  .seg button.is-on small{color:rgba(255,255,255,.8)}

  /* INCENTIVE */
  .incentive{display:flex;gap:14px;background:var(--green-bg);border:1px solid #c7ecd4;border-radius:var(--r);padding:16px}
  .incentive__icon{flex:0 0 36px;height:36px;border-radius:9px;background:#fff;display:grid;place-items:center;font-size:18px}
  .incentive__title{font-size:13px;font-weight:800;color:#15803d;margin-bottom:8px}
  .checks{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:6px 16px}
  .checks li{font-size:12.5px;color:#166534;font-weight:600;position:relative;padding-left:20px}
  .checks li::before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:800}

  .cta{background:var(--blue);color:#fff;border:none;border-radius:var(--r-sm);padding:14px;font:inherit;
    font-size:14px;font-weight:700;cursor:pointer;transition:.15s;box-shadow:0 4px 14px rgba(37,99,235,.3)}
  .cta:hover{background:var(--blue-d);transform:translateY(-1px)}
  .privacy{font-size:11px;color:var(--muted);text-align:center}

  /* SUMMARY (kanan, gelap) */
  .summary{background:var(--navy);color:#e2e8f0;border-radius:var(--r);padding:22px;position:sticky;top:20px;display:flex;flex-direction:column;gap:18px}
  .summary__head{font-size:15px;font-weight:800;color:#fff}
  .summary__list{display:flex;flex-direction:column;gap:0}
  .summary__list div{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px}
  .summary__list dt{color:#94a3b8} .summary__list dd{font-weight:700;color:#fff}
  .summary__vs{background:rgba(255,255,255,.05);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:10px}
  .vsline{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:600}
  .vsline .dot{width:9px;height:9px;border-radius:50%}
  .vsline--ev .dot{background:#60a5fa} .vsline--ice .dot{background:var(--orange)}
  .hint{background:rgba(96,165,250,.1);border:1px solid rgba(96,165,250,.2);border-radius:10px;padding:14px}
  .hint__title{font-size:13px;font-weight:800;color:#bfdbfe;margin-bottom:6px}
  .hint p{font-size:12px;color:#cbd5e1;line-height:1.5}
  .help{display:flex;gap:12px}
  .help__badge{flex:0 0 40px;height:40px;border-radius:10px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:800;font-size:13px;letter-spacing:.02em}
  .help__title{font-size:13px;font-weight:800;color:#fff;margin-bottom:3px}
  .help p{font-size:12px;color:#94a3b8;line-height:1.5;margin-bottom:6px}
  .help__link{font-size:12.5px;font-weight:700;color:#60a5fa;text-decoration:none}

  /* RESULTS */
  .results{margin-top:34px;border-top:1px solid var(--line);padding-top:30px}
  .results__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;flex-wrap:wrap;gap:8px}
  .results__head h2{font-size:18px;font-weight:800;letter-spacing:-.01em}
  .results__head h2 span{font-weight:600;color:var(--muted);font-size:14px}
  .asumsi-toggle{background:none;border:none;font:inherit;font-size:12.5px;font-weight:700;color:var(--blue);cursor:pointer}
  .asumsi{background:var(--field);border:1px solid var(--line);border-radius:var(--r-sm);padding:12px 14px;font-size:12.5px;color:var(--body);line-height:1.55;margin:10px 0 6px}
  .results__grid{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:18px;margin-top:18px}
  .rcard{border:1px solid var(--line);border-radius:var(--r);padding:18px;display:flex;flex-direction:column}
  .rcard__label{font-size:12px;font-weight:700;color:var(--body);margin-bottom:14px}
  .totline{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;font-size:13px;padding:9px 0;border-bottom:1px solid var(--line-2)}
  .totline .dot{width:9px;height:9px;border-radius:50%}
  .totline--ev .dot{background:var(--blue)} .totline--ice .dot{background:var(--orange)}
  .totline b{font-family:'JetBrains Mono',monospace;font-weight:700;font-size:13.5px}
  .totline--ev b{color:var(--blue-d)} .totline--ice b{color:var(--orange-d)}
  .savings{margin-top:14px;background:var(--green-bg);border:1px solid #c7ecd4;border-radius:var(--r-sm);padding:14px;text-align:left}
  .savings__label{font-size:12px;font-weight:700;color:#15803d}
  .savings__num{font-family:'JetBrains Mono',monospace;font-weight:700;font-size:24px;color:var(--green);margin:4px 0;letter-spacing:-.02em}
  .savings__trend{font-size:11.5px;font-weight:700;color:#15803d}

  .legend{display:flex;gap:16px;margin-bottom:10px}
  .legend span{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--body);font-weight:600}
  .sw{width:11px;height:11px;border-radius:3px}
  .sw--ev{background:var(--blue)} .sw--ice{background:var(--orange)}
  .bars{width:100%;height:auto}

  .donut-wrap{position:relative;width:150px;height:150px;margin:4px auto 14px}
  .donut{width:100%;height:100%;transform:rotate(-90deg)}
  .donut__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
  .donut__center small{font-size:10px;color:var(--muted);font-weight:600}
  .donut__center b{font-family:'JetBrains Mono',monospace;font-size:13px;font-weight:700}
  .donut-legend{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:7px 12px;margin-top:auto}
  .donut-legend li{display:flex;align-items:center;gap:7px;font-size:11.5px;color:var(--body)}
  .donut-legend i{width:9px;height:9px;border-radius:2px;flex:0 0 auto}
  .donut-legend b{margin-left:auto;font-weight:700;font-size:11.5px}

  .disclaimer{font-size:11px;color:var(--muted);margin-top:16px}

  /* RESPONSIVE */
  @media(max-width:900px){
    .grid{grid-template-columns:1fr}
    .summary{position:static}
    .results__grid{grid-template-columns:1fr}
  }
  @media(max-width:640px){
    .stepper ol{grid-template-columns:repeat(2,1fr);gap:14px 8px}
    .vehicles{grid-template-columns:1fr;gap:14px}
    .vs{transform:rotate(90deg);margin:-4px 0}
    .fields{grid-template-columns:1fr}
    .field--seg{grid-column:auto}
    .checks{grid-template-columns:1fr}
  }

#tco-core .assumption-table{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:12px}
#tco-core .assumption-table div{display:flex;justify-content:space-between;gap:10px;border-top:1px solid var(--line);padding-top:8px;font-size:12px}
#tco-core .assumption-table b{color:var(--ink)}#tco-core .assumption-table span{text-align:right;color:var(--body);font-weight:700}
#tco-core .faq{margin-top:34px;border-top:1px solid var(--line);padding-top:28px}#tco-core .faq h2{font-size:20px;margin-bottom:14px}#tco-core .faq details{border:1px solid var(--line);border-radius:var(--r-sm);padding:14px;margin:10px 0;background:#fff}#tco-core .faq summary{font-weight:800;cursor:pointer}#tco-core .faq p{margin-top:8px;color:var(--body);font-size:14px}
@media(max-width:640px){#tco-core .assumption-table{grid-template-columns:1fr}}

/* === OtoRev TCO Visual Polish v2 — scoped hard overrides (2026-06-06) === */
html{scroll-behavior:smooth}
body{font-family:'Plus Jakarta Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#f4f7fb;color:#0f172a}
body:has(#tco-core) .site-header{background:#06101f;border-bottom:1px solid rgba(96,165,250,.14);box-shadow:0 14px 42px rgba(2,8,23,.22)}
body:has(#tco-core) .main-nav a.active,body:has(#tco-core) .main-nav a[href$='/tco/']{color:#dbeafe;border-bottom-color:#3b82f6}
body:has(#tco-core) .route-hero{min-height:370px!important;position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(2,8,23,.98) 0%,rgba(5,18,38,.94) 42%,rgba(5,18,38,.45) 72%,rgba(5,18,38,.72) 100%),url('/assets/hero-ev-city-1600.webp') center/cover no-repeat!important;color:#fff!important;box-shadow:inset 0 -120px 150px rgba(2,8,23,.42)!important}
body:has(#tco-core) .route-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 74% 40%,rgba(59,130,246,.44),transparent 34%),linear-gradient(180deg,rgba(2,8,23,.10),rgba(2,8,23,.58));pointer-events:none}
body:has(#tco-core) .route-hero:after{content:"";position:absolute;right:max(18px,calc((100vw - 1180px)/2));bottom:6px;width:min(560px,48vw);height:300px;background:url('/assets/car-ioniq5.png') center bottom/contain no-repeat;filter:drop-shadow(0 32px 40px rgba(0,0,0,.52));opacity:.96;pointer-events:none}
body:has(#tco-core) .route-hero .shell{position:relative;z-index:2;max-width:1180px;margin:0 auto;min-height:370px;display:flex;flex-direction:column;justify-content:center;padding:56px 20px 96px!important}
body:has(#tco-core) .route-hero .page-pill{width:max-content;margin-bottom:12px!important}
body:has(#tco-core) .route-hero h1{max-width:610px!important;font-size:clamp(35px,4.2vw,60px)!important;line-height:.98!important;letter-spacing:-.06em!important;font-weight:900!important;margin:0 0 18px!important;color:#fff!important;text-shadow:0 18px 44px rgba(0,0,0,.44)}
body:has(#tco-core) .route-hero h1::first-line{color:#fff}
body:has(#tco-core) .route-hero p{max-width:560px!important;font-size:15px!important;line-height:1.72!important;color:#dbeafe!important;font-weight:650!important;margin:0!important;text-shadow:0 8px 24px rgba(0,0,0,.38)}
body:has(#tco-core) main{background:#f4f7fb}
#tco-core{--blue:#1677ff;--blue-d:#0f55c8;--blue-bg:#eef6ff;--orange:#f97316;--orange-d:#c94b0b;--green:#16a34a;--green-bg:#ecfdf3;--ink:#0f172a;--body:#475569;--muted:#94a3b8;--line:#e5eaf2;--line-2:#edf2f7;--field:#f8fbff;--navy:#071426;--r:16px;--r-sm:11px;font-family:'Plus Jakarta Sans',system-ui,sans-serif!important;color:var(--ink)!important;background:transparent!important;line-height:1.45!important;margin-top:-62px;position:relative;z-index:5}
#tco-core *{box-sizing:border-box}
#tco-core .tco__wrap{width:min(1180px,calc(100% - 40px))!important;margin:0 auto 52px!important;padding:0 0 58px!important;background:#fff;border:1px solid rgba(226,232,240,.92);border-radius:18px;box-shadow:0 28px 80px rgba(15,23,42,.12),0 1px 0 rgba(255,255,255,.88);overflow:hidden}
#tco-core .stepper{padding:22px 28px 0;background:#fff}
#tco-core .stepper ol{list-style:none!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;border-bottom:1px solid var(--line)!important;padding:0 0 22px!important;margin:0 0 24px!important}
#tco-core .step{display:flex!important;align-items:center!important;gap:12px!important;min-width:0;position:relative}
#tco-core .step:not(:last-child)::after{content:"";position:absolute;left:48px;right:0;top:15px;height:1px;background:#e5eaf2;transform:translateX(40px)}
#tco-core .step__num{flex:0 0 32px!important;width:32px!important;height:32px!important;border-radius:999px!important;display:grid!important;place-items:center!important;font-size:13px!important;font-weight:900!important;background:#f1f5f9!important;color:#64748b!important;box-shadow:0 0 0 1px #e2e8f0 inset!important;z-index:2}
#tco-core .step__txt{display:flex!important;flex-direction:column!important;gap:2px!important;min-width:0;line-height:1.2!important}
#tco-core .step__txt b{font-size:13px!important;font-weight:850!important;color:#64748b!important;white-space:nowrap}
#tco-core .step__txt small{font-size:10.5px!important;color:#94a3b8!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#tco-core .step--active .step__num{background:linear-gradient(135deg,#1677ff,#48c5ff)!important;color:#fff!important;box-shadow:0 0 0 5px #eaf4ff!important}
#tco-core .step--active .step__txt b{color:#0f172a!important}
#tco-core .step--active .step__txt small{color:#475569!important}
#tco-core .grid{display:grid!important;grid-template-columns:minmax(0,1.75fr) minmax(300px,.88fr)!important;gap:22px!important;align-items:start!important;padding:0 28px!important}
#tco-core .panel{display:flex!important;flex-direction:column!important;gap:16px!important;min-width:0!important}
#tco-core .vehicles{display:grid!important;grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr)!important;align-items:stretch!important;gap:0!important}
#tco-core .vcard{border:1px solid var(--line)!important;border-radius:16px!important;padding:16px!important;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;box-shadow:0 10px 28px rgba(15,23,42,.045)!important;display:flex!important;flex-direction:column!important;min-height:248px!important;overflow:hidden!important;position:relative!important}
#tco-core .vcard--ev{border-top:3px solid var(--blue)!important}
#tco-core .vcard--ice{border-top:3px solid var(--orange)!important}
#tco-core .vcard header{display:flex!important;justify-content:space-between!important;align-items:center!important;margin:0 0 10px!important;gap:10px!important;position:relative;z-index:2}
#tco-core .vcard header h3{font-size:13px!important;line-height:1.2!important;font-weight:850!important;color:#334155!important;margin:0!important}
#tco-core .tag{font-size:10px!important;font-weight:900!important;letter-spacing:.04em;text-transform:uppercase;padding:4px 9px!important;border-radius:999px!important}
#tco-core .tag--ev{background:#eaf4ff!important;color:#0f55c8!important}
#tco-core .tag--ice{background:#fff3e8!important;color:#c94b0b!important}
#tco-core .vcard__body{display:flex!important;flex-direction:column!important;gap:0!important;position:relative!important;z-index:1!important;flex:1!important;padding-top:86px!important}
#tco-core .vcard__body:before{content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);width:min(210px,92%);height:84px;background:center/contain no-repeat;filter:drop-shadow(0 18px 20px rgba(15,23,42,.13));pointer-events:none}
#tco-core .vcard--ev .vcard__body:before{background-image:var(--vehicle-image,url('/assets/car-ioniq5.png'))}
#tco-core .vcard--ice .vcard__body:before{background-image:var(--vehicle-image,linear-gradient(135deg,#fff3e8,#ffe7d4));height:84px;top:0;width:min(210px,92%);opacity:.98;filter:drop-shadow(0 14px 18px rgba(15,23,42,.10))}
#tco-core .vcard__name{font-size:15px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:-.02em!important;color:#0f172a!important;margin:0 0 3px!important}
#tco-core .vcard__sub{font-size:11.5px!important;color:#64748b!important;margin:0 0 12px!important;font-weight:650!important}
#tco-core .specs{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:auto!important}
#tco-core .specs div{display:flex!important;flex-direction:column!important;gap:3px!important;border-top:1px solid var(--line-2)!important;padding-top:10px!important;font-size:12px!important;min-width:0!important}
#tco-core .specs dt{font-size:10px!important;line-height:1.15!important;color:#64748b!important;font-weight:700!important;margin:0!important}
#tco-core .specs dd{font-size:12px!important;line-height:1.2!important;color:#0f172a!important;font-weight:850!important;margin:0!important}
#tco-core .vcard__edit{margin-top:12px!important;background:none!important;border:0!important;color:#0f55c8!important;font:inherit!important;font-size:12px!important;font-weight:850!important;cursor:pointer!important;text-align:left!important;padding:0!important}
#tco-core .vs{display:grid!important;place-items:center!important;z-index:2!important}
#tco-core .vs span{width:40px!important;height:40px!important;border-radius:999px!important;background:#eef6ff!important;border:1px solid #cfe4ff!important;color:#1677ff!important;display:grid!important;place-items:center!important;font-size:12px!important;font-weight:950!important;letter-spacing:.04em!important;box-shadow:0 10px 22px rgba(22,119,255,.12)!important}
#tco-core .fields{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin:0!important}
#tco-core .field{display:flex!important;flex-direction:column!important;gap:7px!important;min-width:0!important;margin:0!important}
#tco-core .field__label{font-size:12px!important;font-weight:850!important;color:#334155!important;line-height:1.2!important}
#tco-core .field__note{font-size:10.5px!important;color:#94a3b8!important;font-weight:650!important}
#tco-core select,#tco-core input{font:inherit!important;font-size:13.5px!important;color:#0f172a!important;border:1px solid #dfe7f1!important;background:#f8fbff!important;border-radius:11px!important;padding:11px 12px!important;width:100%!important;min-height:42px!important;outline:none!important;box-shadow:none!important}
#tco-core select:focus,#tco-core input:focus{border-color:#1677ff!important;background:#fff!important;box-shadow:0 0 0 4px #eaf4ff!important}
#tco-core .steppernum,#tco-core .affix{display:flex!important;align-items:center!important;min-height:42px!important;border:1px solid #dfe7f1!important;border-radius:11px!important;background:#f8fbff!important;overflow:hidden!important}
#tco-core .steppernum button{width:38px!important;align-self:stretch!important;border:0!important;background:#fff!important;font-size:18px!important;color:#1677ff!important;font-weight:850!important;cursor:pointer!important}
#tco-core .steppernum input,#tco-core .affix input{border:0!important;background:transparent!important;border-radius:0!important;text-align:center!important;font-weight:850!important;box-shadow:none!important;min-height:40px!important;padding:8px 6px!important}
#tco-core .steppernum .unit,#tco-core .affix span,#tco-core .affix em{font-size:11.5px!important;color:#64748b!important;font-style:normal!important;font-weight:750!important;white-space:nowrap!important;padding:0 10px!important}
#tco-core .field--seg{grid-column:auto!important}
#tco-core .seg{display:flex!important;border:1px solid #dfe7f1!important;border-radius:11px!important;background:#f8fbff!important;padding:3px!important;gap:3px!important;min-height:42px!important}
#tco-core .seg button{flex:1!important;border:0!important;background:transparent!important;border-radius:8px!important;padding:7px 4px!important;font:inherit!important;font-size:11.5px!important;font-weight:850!important;color:#475569!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;line-height:1.1!important;cursor:pointer!important}
#tco-core .seg button small{font-size:9px!important;font-weight:650!important;color:#94a3b8!important;margin-top:2px!important}
#tco-core .seg button.is-on{background:linear-gradient(135deg,#1677ff,#48c5ff)!important;color:#fff!important;box-shadow:0 8px 18px rgba(22,119,255,.24)!important}
#tco-core .seg button.is-on small{color:rgba(255,255,255,.86)!important}
#tco-core .incentive{display:flex!important;gap:14px!important;background:#ecfdf3!important;border:1px solid #bbebcc!important;border-radius:16px!important;padding:15px!important;align-items:flex-start!important}
#tco-core .incentive__icon{flex:0 0 36px!important;width:36px!important;height:36px!important;border-radius:10px!important;background:#fff!important;display:grid!important;place-items:center!important;font-size:18px!important;box-shadow:0 8px 18px rgba(22,163,74,.12)!important}
#tco-core .incentive__title{font-size:13px!important;font-weight:900!important;color:#15803d!important;margin:0 0 8px!important}
#tco-core .checks{list-style:none!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px 16px!important;margin:0!important;padding:0!important}
#tco-core .checks li{font-size:12px!important;line-height:1.25!important;color:#166534!important;font-weight:750!important;position:relative!important;padding-left:18px!important;margin:0!important}
#tco-core .checks li:before{content:'✓'!important;position:absolute!important;left:0!important;color:#16a34a!important;font-weight:950!important}
#tco-core .cta{width:100%!important;background:linear-gradient(135deg,#1677ff,#0062e6)!important;color:#fff!important;border:0!important;border-radius:12px!important;padding:14px!important;min-height:48px!important;font:inherit!important;font-size:14px!important;font-weight:900!important;cursor:pointer!important;box-shadow:0 15px 32px rgba(22,119,255,.25)!important}
#tco-core .privacy{font-size:11px!important;color:#64748b!important;text-align:center!important;margin:0!important}
#tco-core .summary{background:linear-gradient(180deg,#08254b 0%,#071426 100%)!important;color:#e2e8f0!important;border-radius:16px!important;padding:20px!important;position:sticky!important;top:82px!important;display:flex!important;flex-direction:column!important;gap:16px!important;border:1px solid rgba(96,165,250,.18)!important;box-shadow:0 24px 54px rgba(7,20,38,.18)!important;min-width:0!important}
#tco-core .summary__head{font-size:15px!important;font-weight:900!important;color:#fff!important;margin:0!important}
#tco-core .summary__list{display:flex!important;flex-direction:column!important;margin:0!important;padding:0!important}
#tco-core .summary__list div{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;padding:10px 0!important;border-bottom:1px solid rgba(255,255,255,.10)!important;font-size:12.5px!important}
#tco-core .summary__list dt{color:#a8c3e8!important;font-weight:650!important;margin:0!important}
#tco-core .summary__list dd{font-weight:900!important;color:#fff!important;margin:0!important;text-align:right!important}
#tco-core .summary__vs{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;padding:13px!important;display:flex!important;flex-direction:column!important;gap:10px!important}
#tco-core .vsline{display:flex!important;align-items:center!important;gap:9px!important;font-size:12.5px!important;font-weight:750!important;color:#e2e8f0!important}
#tco-core .vsline .dot{width:9px!important;height:9px!important;border-radius:999px!important;flex:0 0 auto!important}
#tco-core .vsline--ev .dot{background:#60a5fa!important}#tco-core .vsline--ice .dot{background:#f97316!important}
#tco-core .hint{background:#fff!important;color:#0f172a!important;border:1px solid #e5eaf2!important;border-radius:14px!important;padding:14px!important;box-shadow:0 10px 28px rgba(15,23,42,.04)!important}
#tco-core .hint__title{font-size:13px!important;font-weight:900!important;color:#0f172a!important;margin:0 0 6px!important}
#tco-core .hint p{font-size:12px!important;line-height:1.5!important;color:#475569!important;margin:0!important}
#tco-core .help{display:flex!important;gap:12px!important;background:#fff!important;color:#0f172a!important;border:1px solid #e5eaf2!important;border-radius:14px!important;padding:14px!important;align-items:flex-start!important;box-shadow:0 10px 28px rgba(15,23,42,.04)!important}
#tco-core .help__badge{flex:0 0 40px!important;width:40px!important;height:40px!important;border-radius:12px!important;background:linear-gradient(135deg,#1677ff,#48c5ff)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:13px!important;font-weight:950!important}
#tco-core .help__title{font-size:13px!important;font-weight:900!important;color:#0f172a!important;margin:0 0 4px!important}
#tco-core .help p{font-size:12px!important;line-height:1.5!important;color:#475569!important;margin:0 0 8px!important}
#tco-core .help__link{font-size:12px!important;font-weight:850!important;color:#0f55c8!important;text-decoration:none!important}
#tco-core .results{margin:28px 28px 0!important;border-top:1px solid var(--line)!important;padding-top:25px!important}
#tco-core .results__head{display:flex!important;justify-content:space-between!important;align-items:center!important;margin:0 0 10px!important;gap:12px!important;flex-wrap:wrap!important}
#tco-core .results__head h2{font-size:19px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:-.025em!important;margin:0!important;color:#0f172a!important}
#tco-core .results__head h2 span{font-size:13px!important;color:#64748b!important;font-weight:750!important}
#tco-core .asumsi-toggle{background:#eef6ff!important;border:1px solid #cfe4ff!important;border-radius:999px!important;padding:8px 12px!important;font:inherit!important;font-size:12px!important;font-weight:850!important;color:#0f55c8!important;cursor:pointer!important}
#tco-core .asumsi{background:#f8fbff!important;border:1px solid var(--line)!important;border-radius:12px!important;padding:12px 14px!important;font-size:12.5px!important;color:#475569!important;line-height:1.55!important;margin:10px 0!important}
#tco-core .assumption-table{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin:10px 0 0!important}
#tco-core .assumption-table div{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;gap:4px!important;border:1px solid #e5eaf2!important;border-radius:12px!important;background:#fbfdff!important;padding:10px!important;font-size:11px!important;min-width:0!important}
#tco-core .assumption-table b{color:#64748b!important;font-size:10.5px!important;font-weight:850!important;line-height:1.2!important}
#tco-core .assumption-table span{color:#0f172a!important;font-weight:900!important;text-align:left!important;line-height:1.25!important}
#tco-core .results__grid{display:grid!important;grid-template-columns:minmax(0,.98fr) minmax(0,1.18fr) minmax(0,.98fr)!important;gap:16px!important;margin-top:16px!important}
#tco-core .rcard{border:1px solid var(--line)!important;border-radius:16px!important;padding:17px!important;background:#fff!important;box-shadow:0 10px 28px rgba(15,23,42,.045)!important;display:flex!important;flex-direction:column!important;min-width:0!important}
#tco-core .rcard__label{font-size:12px!important;font-weight:900!important;color:#334155!important;margin:0 0 13px!important}
#tco-core .totline{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;font-size:12.5px!important;padding:9px 0!important;border-bottom:1px solid var(--line-2)!important;color:#334155!important}
#tco-core .totline .dot{width:9px!important;height:9px!important;border-radius:999px!important;flex:0 0 auto!important}
#tco-core .totline--ev .dot{background:#1677ff!important}#tco-core .totline--ice .dot{background:#f97316!important}
#tco-core .totline b{font-family:'JetBrains Mono',monospace!important;font-size:12.5px!important;font-weight:800!important;white-space:nowrap!important}
#tco-core .totline--ev b{color:#0f55c8!important}#tco-core .totline--ice b{color:#c94b0b!important}
#tco-core .savings{margin-top:13px!important;background:#ecfdf3!important;border:1px solid #bbebcc!important;border-radius:14px!important;padding:14px!important;text-align:left!important;position:relative!important;overflow:hidden!important}
#tco-core .savings:after{content:'↗';position:absolute;right:14px;bottom:10px;font-size:34px;color:#16a34a;opacity:.55;font-weight:900}
#tco-core .savings__label{font-size:12px!important;font-weight:900!important;color:#15803d!important}
#tco-core .savings__num{font-family:'JetBrains Mono',monospace!important;font-weight:800!important;font-size:24px!important;color:#16a34a!important;margin:5px 0!important;letter-spacing:-.035em!important}
#tco-core .savings__trend{font-size:11.5px!important;font-weight:850!important;color:#15803d!important}
#tco-core .legend{display:flex!important;gap:16px!important;margin:0 0 10px!important}
#tco-core .legend span{display:flex!important;align-items:center!important;gap:6px!important;font-size:12px!important;color:#475569!important;font-weight:750!important}
#tco-core .sw{width:11px!important;height:11px!important;border-radius:3px!important;display:inline-block!important}.sw--ev{background:#1677ff!important}.sw--ice{background:#f97316!important}
#tco-core .bars{width:100%!important;height:auto!important;display:block!important;min-height:190px!important}
#tco-core .donut-wrap{position:relative!important;width:150px!important;height:150px!important;margin:4px auto 14px!important;flex:0 0 auto!important}
#tco-core .donut{width:100%!important;height:100%!important;transform:rotate(-90deg)!important;display:block!important}
#tco-core .donut__center{position:absolute!important;inset:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}
#tco-core .donut__center small{font-size:10px!important;color:#64748b!important;font-weight:750!important}#tco-core .donut__center b{font-family:'JetBrains Mono',monospace!important;font-size:13px!important;font-weight:850!important;color:#0f172a!important}
#tco-core .donut-legend{list-style:none!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px 12px!important;margin:auto 0 0!important;padding:0!important}
#tco-core .donut-legend li{display:flex!important;align-items:center!important;gap:7px!important;font-size:11px!important;color:#475569!important;margin:0!important}
#tco-core .donut-legend i{width:9px!important;height:9px!important;border-radius:2px!important;flex:0 0 auto!important}#tco-core .donut-legend b{margin-left:auto!important;font-weight:900!important;font-size:11px!important;color:#0f172a!important}
#tco-core .disclaimer{font-size:11px!important;color:#64748b!important;margin:14px 0 0!important}
#tco-core .faq{margin:30px 28px 0!important;border-top:1px solid var(--line)!important;padding-top:24px!important}
#tco-core .faq h2{font-size:20px!important;font-weight:900!important;letter-spacing:-.025em!important;margin:0 0 14px!important;color:#0f172a!important}
#tco-core .faq details{border:1px solid var(--line)!important;border-radius:14px!important;padding:14px!important;margin:10px 0!important;background:#fff!important;box-shadow:0 8px 20px rgba(15,23,42,.035)!important}
#tco-core .faq summary{font-weight:900!important;cursor:pointer!important;color:#0f172a!important}#tco-core .faq p{margin:8px 0 0!important;color:#475569!important;font-size:13px!important;line-height:1.6!important}
body:has(#tco-core) .site-footer{max-width:1180px!important;margin:0 auto 24px!important;border-radius:18px!important;background:#06101f!important;box-shadow:0 22px 64px rgba(2,8,23,.18)!important}
@media(max-width:980px){body:has(#tco-core) .route-hero:after{opacity:.28;right:-90px;width:620px}#tco-core{margin-top:-46px}#tco-core .grid{grid-template-columns:1fr!important}#tco-core .summary{position:static!important}#tco-core .results__grid{grid-template-columns:1fr!important}#tco-core .assumption-table{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:720px){body:has(#tco-core) .route-hero{min-height:360px!important}body:has(#tco-core) .route-hero .shell{min-height:360px;padding:42px 18px 82px!important}body:has(#tco-core) .route-hero h1{font-size:34px!important;max-width:100%!important}body:has(#tco-core) .route-hero:after{opacity:.18;width:500px;right:-160px}#tco-core{margin-top:-38px}#tco-core .tco__wrap{width:min(100% - 22px,1180px)!important;border-radius:16px!important}#tco-core .stepper{padding:18px 16px 0!important}#tco-core .stepper ol{grid-template-columns:repeat(2,1fr)!important;gap:14px 10px!important}#tco-core .step:not(:last-child)::after{display:none!important}#tco-core .grid,#tco-core .results,#tco-core .faq{padding-left:16px!important;padding-right:16px!important;margin-left:0!important;margin-right:0!important}#tco-core .vehicles{grid-template-columns:1fr!important;gap:12px!important}#tco-core .vs{transform:rotate(90deg)!important;margin:-4px 0!important}#tco-core .fields{grid-template-columns:1fr!important}#tco-core .checks{grid-template-columns:1fr!important}#tco-core .assumption-table{grid-template-columns:1fr!important}#tco-core .specs{grid-template-columns:1fr 1fr!important}#tco-core .vcard{min-height:236px!important}body:has(#tco-core) .site-footer{border-radius:16px!important;margin-left:11px!important;margin-right:11px!important}}

/* === OtoRev TCO Hero + bottom polish v3 (match Master reference) === */
body:has(#tco-core) .tco-polished-hero{min-height:430px!important;background:linear-gradient(90deg,rgba(2,8,23,.98) 0%,rgba(3,14,30,.93) 38%,rgba(3,14,30,.52) 66%,rgba(3,14,30,.90) 100%),url('/assets/hero-ev-city-1600.webp') center/cover no-repeat!important;overflow:hidden!important;position:relative!important;color:#fff!important}
body:has(#tco-core) .tco-polished-hero:before{content:""!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at 72% 42%,rgba(22,119,255,.44),transparent 34%),linear-gradient(180deg,rgba(2,8,23,.04),rgba(2,8,23,.68))!important;pointer-events:none!important}
body:has(#tco-core) .tco-polished-hero:after{display:none!important}
body:has(#tco-core) .tco-hero-shell{position:relative!important;z-index:2!important;max-width:1180px!important;margin:0 auto!important;min-height:430px!important;display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(420px,1fr)!important;gap:26px!important;align-items:center!important;padding:50px 20px 112px!important}
body:has(#tco-core) .tco-hero-copy{position:relative!important;z-index:4!important;max-width:620px!important}
body:has(#tco-core) .tco-hero-copy h1{font-size:clamp(42px,4.5vw,66px)!important;line-height:.98!important;letter-spacing:-.065em!important;font-weight:950!important;margin:0 0 18px!important;color:#fff!important;text-shadow:0 18px 48px rgba(0,0,0,.46)!important;max-width:640px!important}
body:has(#tco-core) .tco-hero-copy h1 span{display:block!important;background:linear-gradient(90deg,#3b82f6,#48c5ff)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}
body:has(#tco-core) .tco-hero-copy p{max-width:570px!important;margin:0!important;color:#dbeafe!important;font-size:15px!important;line-height:1.68!important;font-weight:650!important;text-shadow:0 8px 28px rgba(0,0,0,.38)!important}
body:has(#tco-core) .tco-hero-trust{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:13px!important;margin-top:28px!important;max-width:760px!important}
body:has(#tco-core) .tco-hero-trust span{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:11px!important;align-items:center!important;padding:12px 13px!important;border-radius:14px!important;background:rgba(7,20,38,.54)!important;border:1px solid rgba(147,197,253,.18)!important;box-shadow:0 18px 42px rgba(2,8,23,.26)!important;backdrop-filter:blur(10px)!important}
body:has(#tco-core) .tco-hero-trust b{grid-row:1/3;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#1677ff,#48c5ff);font-size:18px;box-shadow:0 10px 24px rgba(22,119,255,.28)}
body:has(#tco-core) .tco-hero-trust strong{font-size:12px!important;line-height:1.2!important;color:#fff!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body:has(#tco-core) .tco-hero-trust small{font-size:10.5px!important;line-height:1.25!important;color:#bfdbfe!important;font-weight:650!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body:has(#tco-core) .tco-hero-visual{position:relative!important;min-height:310px!important;z-index:3!important;display:flex!important;align-items:flex-end!important;justify-content:center!important}
body:has(#tco-core) .tco-hero-visual img{width:min(650px,105%)!important;max-width:none!important;height:auto!important;display:block!important;filter:drop-shadow(0 36px 44px rgba(0,0,0,.55)) saturate(1.06) contrast(1.03)!important;transform:translateX(16px)!important}
body:has(#tco-core) .tco-charger-card{position:absolute!important;right:10px!important;bottom:16px!important;width:88px!important;height:150px!important;border-radius:18px!important;background:linear-gradient(180deg,#0d2b58,#061426)!important;border:1px solid rgba(147,197,253,.38)!important;box-shadow:0 0 34px rgba(22,119,255,.42),inset 0 0 18px rgba(72,197,255,.18)!important;color:#fff!important;font-weight:900!important;font-size:12px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important}
body:has(#tco-core) .tco-charger-card span{font-size:34px!important;color:#60a5fa!important;text-shadow:0 0 18px rgba(96,165,250,.9)!important}
#tco-core{margin-top:-82px!important}
#tco-core .tco__wrap{box-shadow:0 34px 96px rgba(15,23,42,.16),0 1px 0 rgba(255,255,255,.9)!important}
#tco-core .why-tco{margin:34px 28px 0!important;border-top:1px solid var(--line)!important;padding-top:28px!important;text-align:center!important}
#tco-core .why-tco h2{font-size:24px!important;line-height:1.2!important;font-weight:950!important;letter-spacing:-.035em!important;color:#0f172a!important;margin:0 0 18px!important}
#tco-core .why-tco__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;text-align:left!important}
#tco-core .why-tco article{border:1px solid #e5eaf2!important;border-radius:16px!important;background:#fff!important;padding:17px!important;box-shadow:0 10px 28px rgba(15,23,42,.045)!important}
#tco-core .why-tco article span{width:38px!important;height:38px!important;border-radius:12px!important;background:#eef6ff!important;color:#1677ff!important;display:grid!important;place-items:center!important;font-size:19px!important;margin-bottom:12px!important}
#tco-core .why-tco article h3{font-size:13.5px!important;line-height:1.25!important;font-weight:950!important;color:#0f172a!important;margin:0 0 7px!important}
#tco-core .why-tco article p{font-size:12px!important;line-height:1.55!important;color:#475569!important;margin:0!important;font-weight:600!important}
#tco-core .tco-bottom-cta{margin:26px 28px 0!important;border-radius:16px!important;overflow:hidden!important;background:linear-gradient(90deg,rgba(7,20,38,.98),rgba(8,37,75,.94)),url('/assets/hero-ev-city-1600.webp') center/cover no-repeat!important;color:#fff!important;padding:24px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:18px!important;align-items:center!important;box-shadow:0 22px 50px rgba(7,20,38,.18)!important}
#tco-core .tco-bottom-cta h2{font-size:24px!important;line-height:1.15!important;font-weight:950!important;letter-spacing:-.035em!important;margin:0 0 6px!important;color:#fff!important}
#tco-core .tco-bottom-cta p{font-size:13px!important;line-height:1.5!important;color:#bfdbfe!important;margin:0!important;font-weight:650!important}
#tco-core .tco-bottom-cta nav{display:flex!important;gap:12px!important;align-items:center!important;flex-wrap:wrap!important;justify-content:flex-end!important}
#tco-core .tco-bottom-cta a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:0 18px!important;border-radius:12px!important;background:#fff!important;color:#0f55c8!important;text-decoration:none!important;font-size:13px!important;font-weight:950!important;box-shadow:0 12px 28px rgba(0,0,0,.18)!important}
#tco-core .tco-bottom-cta a.primary{background:linear-gradient(135deg,#22c55e,#16a34a)!important;color:#052e16!important}
@media(max-width:980px){body:has(#tco-core) .tco-hero-shell{grid-template-columns:1fr!important;padding-bottom:104px!important}body:has(#tco-core) .tco-hero-visual{position:absolute!important;right:-120px!important;bottom:72px!important;width:520px!important;opacity:.22!important}body:has(#tco-core) .tco-hero-trust{grid-template-columns:1fr!important;max-width:420px!important}#tco-core .why-tco__grid{grid-template-columns:repeat(2,1fr)!important}#tco-core .tco-bottom-cta{grid-template-columns:1fr!important;text-align:left!important}#tco-core .tco-bottom-cta nav{justify-content:flex-start!important}}
@media(max-width:720px){body:has(#tco-core) .tco-polished-hero{min-height:470px!important}body:has(#tco-core) .tco-hero-shell{min-height:470px!important;padding:42px 18px 90px!important}body:has(#tco-core) .tco-hero-copy h1{font-size:38px!important}body:has(#tco-core) .tco-hero-copy p{font-size:14px!important}body:has(#tco-core) .tco-hero-trust{gap:10px!important;margin-top:20px!important}body:has(#tco-core) .tco-hero-visual{right:-180px!important;bottom:80px!important;width:540px!important;opacity:.16!important}body:has(#tco-core) .tco-charger-card{display:none!important}#tco-core{margin-top:-54px!important}#tco-core .why-tco{margin-left:16px!important;margin-right:16px!important}#tco-core .why-tco__grid{grid-template-columns:1fr!important}#tco-core .tco-bottom-cta{margin-left:16px!important;margin-right:16px!important;padding:20px!important}#tco-core .tco-bottom-cta nav{display:grid!important;grid-template-columns:1fr!important}#tco-core .tco-bottom-cta a{width:100%!important}}

/* === OtoRev TCO final balance v4: reference-like hero spacing === */
body:has(#tco-core) .main-nav a.active[href='https://otorev.id/tco/']{color:#fff!important;background:rgba(22,119,255,.10)!important;border-bottom:2px solid #3b82f6!important}
body:has(#tco-core) .tco-polished-hero{min-height:520px!important;background-position:center 42%!important}
body:has(#tco-core) .tco-hero-shell{min-height:520px!important;grid-template-columns:minmax(0,.86fr) minmax(500px,1.04fr)!important;padding:58px 20px 160px!important;align-items:center!important}
body:has(#tco-core) .tco-hero-copy{align-self:center!important;margin-top:-12px!important}
body:has(#tco-core) .tco-hero-copy h1{font-size:clamp(40px,4.2vw,61px)!important;max-width:620px!important;margin-bottom:16px!important}
body:has(#tco-core) .tco-hero-copy p{max-width:585px!important;font-size:15px!important;line-height:1.65!important}
body:has(#tco-core) .tco-hero-trust{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;margin-top:28px!important;max-width:870px!important;position:relative!important;z-index:5!important}
body:has(#tco-core) .tco-hero-trust span{min-height:72px!important;background:rgba(7,20,38,.62)!important;border-color:rgba(147,197,253,.24)!important}
body:has(#tco-core) .tco-hero-visual{min-height:360px!important;align-self:end!important;margin-bottom:-4px!important}
body:has(#tco-core) .tco-hero-visual img{width:min(690px,112%)!important;transform:translateX(2px)!important}
body:has(#tco-core) .tco-charger-card{right:4px!important;bottom:22px!important}
#tco-core{margin-top:-86px!important}
#tco-core .tco__wrap{border-radius:18px!important;overflow:hidden!important}
#tco-core .stepper{padding-top:24px!important}
@media(max-width:1180px){body:has(#tco-core) .tco-hero-shell{grid-template-columns:minmax(0,.95fr) minmax(390px,.8fr)!important}body:has(#tco-core) .tco-hero-copy h1{font-size:48px!important}body:has(#tco-core) .tco-hero-trust{grid-template-columns:1fr!important;max-width:420px!important}body:has(#tco-core) .tco-hero-visual img{width:590px!important}}
@media(max-width:980px){body:has(#tco-core) .tco-polished-hero{min-height:560px!important}body:has(#tco-core) .tco-hero-shell{min-height:560px!important;grid-template-columns:1fr!important;padding-bottom:120px!important}body:has(#tco-core) .tco-hero-visual{position:absolute!important;right:-120px!important;bottom:70px!important;width:560px!important;opacity:.24!important}#tco-core{margin-top:-64px!important}}
@media(max-width:720px){body:has(#tco-core) .tco-polished-hero{min-height:590px!important}body:has(#tco-core) .tco-hero-shell{min-height:590px!important;padding-bottom:102px!important}body:has(#tco-core) .tco-hero-copy h1{font-size:36px!important}body:has(#tco-core) .tco-hero-trust span{min-height:64px!important}#tco-core{margin-top:-48px!important}}

/* === TCO v5 Master request: remove stepper + hero car, standard hero height === */
body:has(#tco-core) .tco-polished-hero,
body:has(#tco-core) .route-hero.tco-polished-hero{min-height:372px!important;background:linear-gradient(90deg,rgba(2,8,23,.98) 0%,rgba(3,14,30,.94) 44%,rgba(3,14,30,.72) 72%,rgba(3,14,30,.88) 100%),url('/assets/hero-ev-city-1600.webp') center/cover no-repeat!important}
body:has(#tco-core) .tco-hero-shell{min-height:372px!important;grid-template-columns:1fr!important;padding:48px 20px 92px!important;align-items:center!important}
body:has(#tco-core) .tco-hero-copy{max-width:760px!important;margin-top:0!important}
body:has(#tco-core) .tco-hero-copy h1{font-size:clamp(38px,4vw,56px)!important;max-width:720px!important;margin-bottom:15px!important}
body:has(#tco-core) .tco-hero-copy p{max-width:620px!important}
body:has(#tco-core) .tco-hero-visual,
body:has(#tco-core) .tco-hero-visual img,
body:has(#tco-core) .tco-charger-card{display:none!important}
#tco-core{margin-top:-54px!important}
#tco-core .stepper{display:none!important}
#tco-core .tco__wrap{padding-top:0!important}
#tco-core .grid{padding-top:28px!important}
@media(max-width:720px){body:has(#tco-core) .tco-polished-hero{min-height:372px!important}body:has(#tco-core) .tco-hero-shell{min-height:372px!important;padding:42px 18px 78px!important}body:has(#tco-core) .tco-hero-copy h1{font-size:34px!important}#tco-core{margin-top:-42px!important}#tco-core .grid{padding-top:20px!important}}

/* === TCO v6 Master update: dropdown vehicle, blue sliders, conclusion === */
#tco-core .vselect-wrap{margin-top:12px!important;display:flex!important;flex-direction:column!important;gap:6px!important}
#tco-core .vselect-wrap span{font-size:11px!important;font-weight:900!important;color:#0f55c8!important;letter-spacing:.01em!important}
#tco-core .vcard__select{width:100%!important;min-height:38px!important;border-radius:10px!important;border:1px solid #dfe7f1!important;background:#f8fbff!important;color:#0f172a!important;font:inherit!important;font-size:12px!important;font-weight:750!important;padding:8px 30px 8px 10px!important;box-shadow:none!important}
#tco-core .vcard__select:focus{border-color:#1677ff!important;background:#fff!important;box-shadow:0 0 0 4px #eaf4ff!important;outline:0!important}
#tco-core .field--range .affix input{text-align:center!important}
#tco-core .tco-range{--pct:50%;appearance:none!important;-webkit-appearance:none!important;width:100%!important;min-height:22px!important;height:22px!important;padding:0!important;border:0!important;background:transparent!important;margin:4px 0 0!important;cursor:pointer!important;box-shadow:none!important}
#tco-core .tco-range::-webkit-slider-runnable-track{height:5px!important;border-radius:999px!important;background:linear-gradient(90deg,#1677ff 0%,#1677ff var(--pct),#d8e1ec var(--pct),#d8e1ec 100%)!important}
#tco-core .tco-range::-moz-range-track{height:5px!important;border-radius:999px!important;background:#d8e1ec!important}
#tco-core .tco-range::-moz-range-progress{height:5px!important;border-radius:999px!important;background:#1677ff!important}
#tco-core .tco-range::-webkit-slider-thumb{-webkit-appearance:none!important;width:18px!important;height:18px!important;border-radius:50%!important;background:#1677ff!important;border:3px solid #fff!important;box-shadow:0 5px 16px rgba(22,119,255,.35)!important;margin-top:-6.5px!important}
#tco-core .tco-range::-moz-range-thumb{width:18px!important;height:18px!important;border-radius:50%!important;background:#1677ff!important;border:3px solid #fff!important;box-shadow:0 5px 16px rgba(22,119,255,.35)!important}
#tco-core .summary-conclusion{background:linear-gradient(180deg,#ecfdf3,#f6fff9)!important;border:1px solid #bbebcc!important;border-radius:14px!important;padding:14px!important;color:#052e16!important;box-shadow:0 10px 28px rgba(22,163,74,.10)!important}
#tco-core .summary-conclusion__eyebrow{font-size:11px!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#15803d!important;margin-bottom:6px!important}
#tco-core .summary-conclusion strong{display:block!important;font-family:'JetBrains Mono',monospace!important;font-size:18px!important;line-height:1.25!important;color:#16a34a!important;letter-spacing:-.04em!important;margin-bottom:5px!important}
#tco-core .summary-conclusion p{font-size:12px!important;line-height:1.48!important;color:#166534!important;margin:0!important;font-weight:650!important}
#tco-core .summary-conclusion.is-negative{background:#fff7ed!important;border-color:#fed7aa!important;color:#7c2d12!important}
#tco-core .summary-conclusion.is-negative .summary-conclusion__eyebrow,#tco-core .summary-conclusion.is-negative strong{color:#ea580c!important}
#tco-core .summary-conclusion.is-negative p{color:#9a3412!important}
@media(max-width:720px){#tco-core .vselect-wrap{margin-top:10px!important}#tco-core .vcard__select{font-size:11.5px!important}}

/* === TCO v7 chart readability fix: bar labels + clean single donut === */
#tco-core .bars{min-height:210px!important;overflow:visible!important}
#tco-core .donut-wrap{width:150px!important;height:150px!important;margin:0 auto 10px!important;display:grid!important;place-items:center!important}
#tco-core .donut{width:150px!important;height:150px!important;transform:rotate(-90deg)!important;display:block!important;overflow:visible!important}
#tco-core .donut circle{fill:none!important;vector-effect:non-scaling-stroke!important}
#tco-core .donut__center{inset:0!important;z-index:2!important;pointer-events:none!important;background:radial-gradient(circle at center,#fff 0 47%,transparent 48%)!important;border-radius:50%!important}
#tco-core .donut__center small{font-size:10px!important;line-height:1.1!important;color:#64748b!important;margin-bottom:2px!important}
#tco-core .donut__center b{font-size:12.5px!important;line-height:1.1!important;white-space:nowrap!important;color:#0f172a!important;background:rgba(255,255,255,.86)!important;padding:2px 5px!important;border-radius:6px!important}
#tco-core .donut-legend{grid-template-columns:1fr 1fr!important;gap:7px 14px!important;margin-top:8px!important;width:100%!important}
#tco-core .donut-legend li{display:grid!important;grid-template-columns:10px minmax(0,1fr) auto!important;align-items:center!important;gap:7px!important;font-size:11.5px!important;line-height:1.2!important}
#tco-core .donut-legend li span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
#tco-core .donut-legend b{font-size:11.5px!important;font-weight:950!important;color:#0f172a!important;margin-left:0!important;text-align:right!important}
#tco-core .rcard:has(.donut-wrap){align-items:stretch!important}
@media(max-width:720px){#tco-core .donut-wrap{width:138px!important;height:138px!important}#tco-core .donut{width:138px!important;height:138px!important}#tco-core .donut__center b{font-size:11.5px!important}}

/* === TCO v8 chart clean-up: yearly labels with unit + no double donut === */
#tco-core .rcard:has(.donut-wrap){padding-bottom:18px!important}
#tco-core .rcard:has(.donut-wrap) .rcard__label{margin-bottom:12px!important}
#tco-core .donut-wrap{display:none!important}
#tco-core .donut-legend{display:flex!important;flex-direction:column!important;gap:9px!important;margin:0!important;width:100%!important;padding:0!important}
#tco-core .donut-legend .cost-row{display:block!important;background:#f8fbff!important;border:1px solid #edf2f7!important;border-radius:12px!important;padding:10px!important;color:#334155!important}
#tco-core .cost-row__top{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;margin-bottom:7px!important}
#tco-core .cost-row__top span{display:flex!important;align-items:center!important;gap:8px!important;font-size:12px!important;font-weight:850!important;color:#334155!important;min-width:0!important}
#tco-core .cost-row__top i{width:10px!important;height:10px!important;border-radius:3px!important;flex:0 0 auto!important}
#tco-core .cost-row__top b{font-family:'JetBrains Mono',monospace!important;font-size:12px!important;font-weight:900!important;color:#0f172a!important;text-align:right!important}
#tco-core .cost-row__bar{height:7px!important;border-radius:999px!important;background:#e8eef6!important;overflow:hidden!important;margin-bottom:5px!important}
#tco-core .cost-row__bar em{display:block!important;height:100%!important;width:var(--bar)!important;background:var(--c)!important;border-radius:999px!important}
#tco-core .donut-legend .cost-row small{display:block!important;font-family:'JetBrains Mono',monospace!important;font-size:11px!important;font-weight:800!important;color:#64748b!important;text-align:right!important}

/* === TCO v9 Master hero image === */
body:has(#tco-core) .tco-polished-hero,
body:has(#tco-core) .route-hero.tco-polished-hero{
  background-image:
    linear-gradient(90deg,rgba(2,8,23,.98) 0%,rgba(3,14,30,.90) 38%,rgba(3,14,30,.45) 67%,rgba(3,14,30,.18) 100%),
    url('/assets/tco/tco-hero-jakarta-ev-master-2026-06-06.jpg')!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
body:has(#tco-core) .tco-polished-hero:before{background:linear-gradient(180deg,rgba(2,8,23,.08),rgba(2,8,23,.38))!important}
body:has(#tco-core) .tco-hero-copy{max-width:650px!important}

/* === TCO v10 Master final hero image === */
body:has(#tco-core) .tco-polished-hero,
body:has(#tco-core) .route-hero.tco-polished-hero{
  background-image:
    linear-gradient(90deg,rgba(2,8,23,.96) 0%,rgba(3,14,30,.82) 34%,rgba(3,14,30,.38) 62%,rgba(3,14,30,.18) 100%),
    url('/assets/tco/tco-hero-master-final-2026-06-06.jpg')!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}


/* === TCO v10 Master: composition as donut only, no stacked cost-row bars === */
#tco-core .rcard:has(.donut-wrap){padding-bottom:18px!important;align-items:center!important;}
#tco-core .rcard:has(.donut-wrap) .rcard__label{width:100%!important;margin-bottom:12px!important;}
#tco-core .donut-wrap{display:grid!important;width:178px!important;height:178px!important;margin:2px auto 12px!important;place-items:center!important;position:relative!important;}
#tco-core .donut{display:block!important;width:178px!important;height:178px!important;transform:rotate(-90deg)!important;overflow:visible!important;}
#tco-core .donut circle{fill:none!important;vector-effect:non-scaling-stroke!important;}
#tco-core .donut__center{position:absolute!important;inset:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;z-index:2!important;pointer-events:none!important;background:radial-gradient(circle at center,#fff 0 45%,transparent 46%)!important;border-radius:50%!important;}
#tco-core .donut__center small{font-size:10px!important;line-height:1.1!important;color:#64748b!important;margin-bottom:2px!important;font-weight:800!important;}
#tco-core .donut__center b{font-family:'JetBrains Mono',monospace!important;font-size:12.5px!important;line-height:1.1!important;white-space:nowrap!important;color:#0f172a!important;background:rgba(255,255,255,.88)!important;padding:2px 6px!important;border-radius:7px!important;}
#tco-core .donut-legend{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 12px!important;margin:0!important;width:100%!important;padding:0!important;list-style:none!important;}
#tco-core .donut-legend li{display:grid!important;grid-template-columns:10px minmax(0,1fr) auto!important;gap:7px!important;align-items:center!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;color:#334155!important;font-size:11.5px!important;line-height:1.2!important;}
#tco-core .donut-legend li i{width:9px!important;height:9px!important;border-radius:3px!important;display:block!important;}
#tco-core .donut-legend li span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-weight:800!important;}
#tco-core .donut-legend li b{font-family:'JetBrains Mono',monospace!important;font-size:11.5px!important;font-weight:950!important;color:#0f172a!important;text-align:right!important;margin:0!important;}
#tco-core .cost-row__top,#tco-core .cost-row__bar,#tco-core .donut-legend .cost-row small{display:none!important;}
@media(max-width:720px){#tco-core .donut-wrap{width:154px!important;height:154px!important}#tco-core .donut{width:154px!important;height:154px!important}#tco-core .donut-legend{grid-template-columns:1fr 1fr!important;gap:7px 10px!important}#tco-core .donut-legend li{font-size:11px!important}}

/* === TCO v11 Master: lighter hero overlay + standard Oto2 typography/height === */
body:has(#tco-core) .tco-polished-hero,
body:has(#tco-core) .route-hero.tco-polished-hero{
  min-height:338px!important;
  max-height:338px!important;
  background-image:
    linear-gradient(90deg,rgba(2,8,23,.78) 0%,rgba(3,14,30,.52) 36%,rgba(3,14,30,.16) 62%,rgba(3,14,30,.04) 100%),
    url('/assets/tco/tco-hero-master-final-2026-06-06.jpg')!important;
  background-position:center 46%!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  box-shadow:inset 0 -46px 70px rgba(2,8,23,.16)!important;
}
body:has(#tco-core) .tco-polished-hero:before,
body:has(#tco-core) .route-hero.tco-polished-hero:before{
  background:linear-gradient(90deg,rgba(2,8,23,.32) 0%,rgba(2,8,23,.18) 42%,rgba(2,8,23,0) 76%)!important;
}
body:has(#tco-core) .tco-hero-shell{
  min-height:338px!important;
  max-height:338px!important;
  padding:28px 20px 70px!important;
  align-items:start!important;
  align-content:start!important;
  display:grid!important;
  grid-template-columns:1fr!important;
}
body:has(#tco-core) .tco-hero-copy{
  max-width:760px!important;
  margin-top:0!important;
  padding-top:28px!important;
}

body:has(#tco-core) .tco-hero-copy h1{
  max-width:720px!important;
  font-size:clamp(38px,3.8vw,52px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  font-weight:950!important;
  margin:0 0 10px!important;
  color:#fff!important;
  text-shadow:0 10px 28px rgba(0,0,0,.30)!important;
}
body:has(#tco-core) .tco-hero-copy h1 span{
  display:inline!important;
  background:linear-gradient(90deg,#62cfff,#1677ff)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
}
body:has(#tco-core) .tco-hero-copy p{
  max-width:620px!important;
  font-size:14.5px!important;
  line-height:1.55!important;
  margin:0!important;
  color:#dbeafe!important;
  font-weight:650!important;
  text-shadow:0 7px 20px rgba(0,0,0,.24)!important;
}
body:has(#tco-core) .tco-hero-trust{display:none!important;}
#tco-core{margin-top:-54px!important;}
@media(max-width:820px){
  body:has(#tco-core) .tco-polished-hero,
  body:has(#tco-core) .route-hero.tco-polished-hero{min-height:318px!important;max-height:318px!important;background-position:center center!important;}
  body:has(#tco-core) .tco-hero-shell{min-height:318px!important;max-height:318px!important;padding:24px 18px 62px!important;}
  body:has(#tco-core) .tco-hero-copy{padding-top:14px!important;}
  body:has(#tco-core) .tco-hero-copy h1{font-size:28px!important;line-height:1.08!important;max-width:100%!important;margin-bottom:8px!important;}
  body:has(#tco-core) .tco-hero-copy p{font-size:12.5px!important;line-height:1.42!important;max-width:100%!important;}
  #tco-core{margin-top:-42px!important;}
}

/* === TCO v11.1: lift title and keep first card from covering heading === */
body:has(#tco-core) .route-hero.tco-polished-hero .shell.tco-hero-shell,
body:has(#tco-core) .tco-polished-hero .shell.tco-hero-shell{
  display:grid!important;
  grid-template-columns:1fr!important;
  justify-content:normal!important;
  justify-items:start!important;
  align-content:start!important;
  align-items:start!important;
  min-height:338px!important;
  max-height:338px!important;
  padding:22px 20px 72px!important;
}
body:has(#tco-core) .route-hero.tco-polished-hero .tco-hero-copy,
body:has(#tco-core) .tco-polished-hero .tco-hero-copy{
  padding-top:10px!important;
  margin-top:0!important;
}
#tco-core{margin-top:-36px!important;}
@media(max-width:820px){
  body:has(#tco-core) .route-hero.tco-polished-hero .shell.tco-hero-shell,
  body:has(#tco-core) .tco-polished-hero .shell.tco-hero-shell{padding:18px 18px 64px!important;}
  body:has(#tco-core) .route-hero.tco-polished-hero .tco-hero-copy,
  body:has(#tco-core) .tco-polished-hero .tco-hero-copy{padding-top:4px!important;}
  #tco-core{margin-top:-30px!important;}
}

/* === OtoRev TCO hero height unification — 2026-06-10 ===
   Loaded after app.css, so TCO-specific final override lives here.
   Standard desktop route hero: 380px + 54px white-card overlap.
*/
@media (min-width: 821px) {
  body:has(#tco-core) .route-hero.tco-polished-hero,
  body:has(#tco-core) .tco-polished-hero {
    height: 380px !important;
    min-height: 380px !important;
    max-height: 380px !important;
    overflow: hidden !important;
  }

  body:has(#tco-core) .route-hero.tco-polished-hero .shell.tco-hero-shell,
  body:has(#tco-core) .tco-polished-hero .shell.tco-hero-shell,
  body:has(#tco-core) .tco-hero-shell {
    height: 380px !important;
    min-height: 380px !important;
    max-height: 380px !important;
    padding: 22px 20px 88px !important;
    align-content: start !important;
    align-items: start !important;
    overflow: hidden !important;
  }

  body:has(#tco-core) .route-hero.tco-polished-hero .tco-hero-copy,
  body:has(#tco-core) .tco-polished-hero .tco-hero-copy,
  body:has(#tco-core) .tco-hero-copy {
    padding-top: 4px !important;
    margin-top: 0 !important;
    max-height: 270px !important;
    overflow: hidden !important;
  }

  body:has(#tco-core) .tco-hero-copy h1 {
    max-width: 640px !important;
    font-size: clamp(32px,3vw,42px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
    margin: 0 0 9px !important;
  }

  body:has(#tco-core) .tco-hero-copy p {
    max-width: 560px !important;
    font-size: 13.5px !important;
    line-height: 1.45 !important;
    margin: 0 0 12px !important;
  }

  #tco-core { margin-top: -54px !important; }
}

/* OtoRev TCO vcard pseudo-image standardization — 20260615 */
#tco-core .vcard__body:before{
  width:min(238px,96%)!important;
  height:96px!important;
  background-size:contain!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
#tco-core .vcard--ice .vcard__body:before{
  width:min(238px,96%)!important;
  height:96px!important;
  top:0!important;
}
#tco-core .vcard--ice .vcard__body[style*="toyota-rush-official"]:before{
  width:min(274px,118%)!important;
  height:112px!important;
  top:-4px!important;
  background-size:contain!important;
  background-position:center 42%!important;
}


/* OtoRev TCO cumulative chart — 20260616 */
#tco-core .rcard--cumulative{min-height:380px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);overflow:hidden;}
#tco-core .cumulative-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;}
#tco-core .cumulative-head span{font-weight:900;color:#0f172a;}
#tco-core .cumulative-head em{font-style:normal;font-size:10.5px;font-weight:800;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:4px 8px;white-space:nowrap;}
#tco-core .legend--cumulative{align-items:center;gap:12px 16px;}
#tco-core .bars--cumulative{width:100%;height:auto;display:block;margin-top:10px;filter:drop-shadow(0 14px 24px rgba(15,23,42,.08));}
#tco-core .cumulative-break-even{margin-left:auto;color:#0f55c8;font-size:11.5px;font-weight:900;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:6px 10px;box-shadow:0 8px 18px rgba(37,99,235,.08);}
#tco-core .cumulative-note{margin-top:10px;font-size:11.5px;line-height:1.55;color:#64748b;font-weight:650;}
@media(min-width:901px){#tco-core .results__grid{grid-template-columns:.95fr 1.35fr .95fr!important;}}
@media(max-width:640px){
  #tco-core .rcard--cumulative{min-height:350px;overflow-x:auto;}
  #tco-core .bars--cumulative{min-width:500px;}
  #tco-core .cumulative-head{flex-direction:column;gap:6px;}
  #tco-core .cumulative-head em{white-space:normal;}
  #tco-core .cumulative-break-even{width:100%;margin-left:0;text-align:center;}
  #tco-core .cumulative-note{min-width:500px;}
}


/* OtoRev TCO interactive click banner — 20260616 */
#tco-core .cumulative-chart-stage{position:relative;margin-top:10px;}
#tco-core .cumulative-tooltip{margin-top:12px;border:1px solid #bfdbfe;background:linear-gradient(135deg,#eff6ff 0%,#ffffff 100%);border-radius:16px;padding:13px 14px;box-shadow:0 16px 34px rgba(37,99,235,.10);color:#0f172a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
#tco-core .cumulative-tooltip b{display:block;font-size:13.5px;line-height:1.35;color:#0f172a;font-weight:900;}
#tco-core .cumulative-tooltip p{margin-top:5px;font-size:12px;line-height:1.55;color:#475569;font-weight:650;}
#tco-core .cumulative-tooltip__eyebrow{display:block;margin-bottom:4px;font-size:10.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#0f55c8;}
#tco-core .cumulative-tooltip.is-negative{border-color:#fed7aa;background:linear-gradient(135deg,#fff7ed 0%,#ffffff 100%);box-shadow:0 16px 34px rgba(249,115,22,.10);}
#tco-core .cumulative-tooltip.is-negative .cumulative-tooltip__eyebrow{color:#c94b0b;}
#tco-core .tco-hitpoint{cursor:pointer;outline:none;}
#tco-core .tco-hitpoint__dot{transition:r .16s ease,filter .16s ease,stroke-width .16s ease;}
#tco-core .tco-hitpoint:hover .tco-hitpoint__dot,
#tco-core .tco-hitpoint:focus .tco-hitpoint__dot,
#tco-core .tco-hitpoint.is-active .tco-hitpoint__dot{r:6;filter:drop-shadow(0 0 10px rgba(37,99,235,.55));stroke-width:2.2;}
@media(min-width:901px){
  #tco-core .cumulative-chart-stage{display:block;}
  #tco-core .cumulative-tooltip{margin-top:12px;}
}
@media(max-width:640px){
  #tco-core .cumulative-chart-stage{min-width:500px;}
  #tco-core .cumulative-tooltip{min-width:500px;}
}


/* OtoRev TCO monthly floating tooltip — 20260616 */
#tco-core .cumulative-chart-stage--monthly{position:relative;}
#tco-core .cumulative-tooltip--compact .tip-line{display:block;font-family:'JetBrains Mono',monospace;font-size:11px;line-height:1.45;}
#tco-core .cumulative-tooltip--compact .tip-line--ev{color:#0f55c8;}
#tco-core .cumulative-tooltip--compact .tip-line--ice{color:#c94b0b;}
#tco-core #tco-floating-tip{filter:drop-shadow(0 16px 26px rgba(15,23,42,.22));pointer-events:none;}
@media(max-width:640px){
  #tco-core .cumulative-chart-stage--monthly{min-width:520px;}
  #tco-core .cumulative-tooltip--compact{min-width:520px;}
}

/* OtoRev TCO component checklist — 20260617 */
#tco-core .tco-components{margin:16px 0 14px;padding:16px;border:1px solid #cfe4ff;border-radius:18px;background:linear-gradient(135deg,#f8fbff 0%,#eef6ff 100%);box-shadow:0 14px 30px rgba(15,85,200,.06)}
#tco-core .tco-components__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}
#tco-core .tco-components__title{font-size:13px;font-weight:950;color:#0f172a;letter-spacing:-.01em}
#tco-core .tco-components__head p{margin:3px 0 0;font-size:12px;line-height:1.45;color:#64748b;font-weight:650}
#tco-core .tco-components__badge{font-size:10.5px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;color:#0f55c8;background:#fff;border:1px solid #bfdbfe;border-radius:999px;padding:6px 9px;white-space:nowrap}
#tco-core .tco-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
#tco-core .tco-check,#tco-core .vehicle-method__option{display:flex;align-items:flex-start;gap:9px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:10px 11px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
#tco-core .tco-check:hover,#tco-core .vehicle-method__option:hover{border-color:#93c5fd;box-shadow:0 10px 22px rgba(37,99,235,.08);transform:translateY(-1px)}
#tco-core .tco-check input,#tco-core .vehicle-method__option input{margin-top:2px;accent-color:#0f55c8;width:16px;height:16px;flex:0 0 auto}
#tco-core .tco-check b,#tco-core .vehicle-method__option b{display:block;font-size:12.2px;line-height:1.25;color:#0f172a;font-weight:950}
#tco-core .tco-check small,#tco-core .vehicle-method__option small{display:block;margin-top:2px;font-size:10.8px;line-height:1.35;color:#64748b;font-weight:650}
#tco-core .tco-check:has(input:checked),#tco-core .vehicle-method__option:has(input:checked){border-color:#60a5fa;background:linear-gradient(180deg,#ffffff 0%,#f0f8ff 100%);box-shadow:0 10px 22px rgba(15,85,200,.08)}
#tco-core .tco-check:has(input:not(:checked)){opacity:.64;background:#f8fafc}
#tco-core .vehicle-method{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:10px;padding-top:10px;border-top:1px dashed #bfdbfe}
#tco-core .vehicle-method:has(input:disabled){opacity:.58}
#tco-core .tco-components__note{margin:10px 0 0;font-size:11.2px;line-height:1.5;color:#475569;font-weight:650}
@media(max-width:720px){#tco-core .tco-checklist,#tco-core .vehicle-method{grid-template-columns:1fr}#tco-core .tco-components__head{flex-direction:column;gap:8px}#tco-core .tco-components__badge{align-self:flex-start}}

/* OtoRev TCO layout correction — 20260617 */
#tco-core .results__grid--tco-layout{display:grid!important;grid-template-columns:minmax(230px,.82fr) minmax(420px,1.48fr) minmax(270px,.92fr)!important;align-items:start!important;gap:16px!important}
#tco-core .rcard--components{position:sticky;top:92px;padding:15px!important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important}
#tco-core .rcard--components .tco-components{margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
#tco-core .rcard--components .tco-checklist{grid-template-columns:1fr!important;gap:8px!important}
#tco-core .rcard--components .tco-components__head{margin-bottom:10px!important}
#tco-core .rcard--components .tco-components__head p{font-size:11.4px!important}
#tco-core .rcard--components .tco-check,#tco-core .rcard--components .vehicle-method__option{padding:9px 10px!important;border-radius:12px!important}
#tco-core .rcard--components .vehicle-method{grid-template-columns:1fr!important;gap:8px!important;margin-top:9px!important;padding-top:9px!important}
#tco-core .rcard--components .tco-components__note{font-size:10.8px!important;margin-top:9px!important}
#tco-core .results-side{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;min-width:0!important}
#tco-core .rcard--ownership{background:linear-gradient(180deg,#ffffff 0%,#fffdf8 100%)!important}
#tco-core .rcard--composition-detail{background:#fff!important;padding-top:15px!important}
#tco-core .rcard--composition-detail .donut-wrap{margin-top:0!important}
#tco-core .rcard--composition-detail .donut-legend{margin-top:10px!important}
#tco-core .rcard--composition-detail .rcard__label:after{content:'bagian dari total biaya kepemilikan';display:block;margin-top:3px;font-size:10.5px;font-weight:750;color:#94a3b8;text-transform:none;letter-spacing:0}
@media(max-width:1100px){#tco-core .results__grid--tco-layout{grid-template-columns:1fr!important}#tco-core .rcard--components{position:static!important}#tco-core .rcard--components .tco-checklist{grid-template-columns:repeat(2,minmax(0,1fr))!important}#tco-core .rcard--components .vehicle-method{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:720px){#tco-core .rcard--components .tco-checklist,#tco-core .rcard--components .vehicle-method{grid-template-columns:1fr!important}}

/* OtoRev TCO compact checklist visual fix — 20260617 v9 */
#tco-core .results__grid--tco-layout{grid-template-columns:minmax(176px,.58fr) minmax(560px,1.72fr) minmax(300px,.95fr)!important;gap:18px!important;align-items:start!important}
#tco-core .rcard--components{padding:13px!important;border-radius:14px!important;box-shadow:0 8px 18px rgba(15,23,42,.035)!important;position:sticky!important;top:86px!important;background:#fff!important}
#tco-core .rcard--components .rcard__label{font-size:11px!important;margin-bottom:9px!important;color:#64748b!important;text-transform:uppercase!important;letter-spacing:.06em!important}
#tco-core .rcard--components .tco-components__head{display:block!important;margin:0 0 8px!important}
#tco-core .rcard--components .tco-components__title{font-size:12.2px!important;line-height:1.25!important;font-weight:950!important;color:#0f172a!important}
#tco-core .rcard--components .tco-components__head p{display:none!important}
#tco-core .rcard--components .tco-components__badge{display:none!important}
#tco-core .rcard--components .tco-checklist{display:grid!important;grid-template-columns:1fr!important;gap:5px!important}
#tco-core .rcard--components .tco-check{border:0!important;border-radius:8px!important;background:transparent!important;padding:4px 2px!important;box-shadow:none!important;transform:none!important;gap:7px!important;align-items:flex-start!important}
#tco-core .rcard--components .tco-check:hover{background:#f8fbff!important;box-shadow:none!important;transform:none!important}
#tco-core .rcard--components .tco-check:has(input:checked){background:transparent!important;border:0!important;box-shadow:none!important}
#tco-core .rcard--components .tco-check:has(input:not(:checked)){opacity:.55;background:transparent!important}
#tco-core .rcard--components .tco-check input{width:14px!important;height:14px!important;margin:1px 0 0!important}
#tco-core .rcard--components .tco-check b{font-size:11.2px!important;line-height:1.2!important;font-weight:850!important;color:#172033!important;white-space:normal!important}
#tco-core .rcard--components .tco-check small{display:none!important}
#tco-core .rcard--components .vehicle-method{display:grid!important;grid-template-columns:1fr!important;gap:5px!important;margin-top:9px!important;padding-top:9px!important;border-top:1px solid #e2e8f0!important}
#tco-core .rcard--components .vehicle-method__option{border:1px solid #e2e8f0!important;border-radius:10px!important;background:#f8fafc!important;padding:7px 8px!important;gap:7px!important;box-shadow:none!important;transform:none!important}
#tco-core .rcard--components .vehicle-method__option:has(input:checked){border-color:#93c5fd!important;background:#eff6ff!important;box-shadow:none!important}
#tco-core .rcard--components .vehicle-method__option input{width:13px!important;height:13px!important;margin-top:1px!important}
#tco-core .rcard--components .vehicle-method__option b{font-size:10.8px!important;line-height:1.2!important}
#tco-core .rcard--components .vehicle-method__option small{display:none!important}
#tco-core .rcard--components .tco-components__note{font-size:10px!important;line-height:1.35!important;margin:8px 0 0!important;color:#94a3b8!important}
#tco-core .rcard--cumulative{min-height:0!important;padding:18px!important}
#tco-core .cumulative-head{margin-bottom:8px!important}
#tco-core .legend--cumulative{gap:8px 12px!important;margin-bottom:2px!important;flex-wrap:wrap!important}
#tco-core .cumulative-break-even{font-size:10.8px!important;padding:5px 8px!important}
#tco-core .bars--cumulative{margin-top:4px!important;filter:drop-shadow(0 10px 18px rgba(15,23,42,.06))!important}
#tco-core .cumulative-tooltip{margin-top:8px!important;padding:10px 12px!important;border-radius:12px!important}
#tco-core .cumulative-note{margin-top:8px!important;font-size:10.8px!important}
#tco-core .results-side{gap:12px!important}
#tco-core .rcard--ownership{padding:16px!important}
#tco-core .rcard--composition-detail{padding:14px!important;border-top:3px solid #eff6ff!important}
#tco-core .rcard--composition-detail .donut-wrap{transform:scale(.88);transform-origin:center top;margin-bottom:-12px!important}
#tco-core .rcard--composition-detail .donut-legend{gap:5px!important;margin-top:4px!important}
#tco-core .rcard--composition-detail .donut-legend li{font-size:10.8px!important;padding:4px 0!important}
@media(max-width:1180px){#tco-core .results__grid--tco-layout{grid-template-columns:1fr!important}#tco-core .rcard--components{position:static!important}#tco-core .rcard--components .tco-checklist{grid-template-columns:repeat(3,minmax(0,1fr))!important}#tco-core .rcard--components .vehicle-method{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:720px){#tco-core .rcard--components .tco-checklist,#tco-core .rcard--components .vehicle-method{grid-template-columns:1fr!important}}

/* OtoRev TCO checklist vertical tightening — 20260617 v10 */
#tco-core .rcard--components{padding:11px 12px!important}
#tco-core .rcard--components .rcard__label{margin-bottom:6px!important}
#tco-core .rcard--components .tco-components__head{margin-bottom:6px!important}
#tco-core .rcard--components .tco-checklist{gap:2px!important}
#tco-core .rcard--components .tco-check{padding:2px 1px!important;min-height:0!important}
#tco-core .rcard--components .vehicle-method{gap:4px!important;margin-top:7px!important;padding-top:7px!important}
#tco-core .rcard--components .vehicle-method__option{padding:5px 7px!important}
#tco-core .rcard--components .tco-components__note{display:none!important}

/* OtoRev TCO checklist broken native checkbox fix — 20260617 v11 */
#tco-core .rcard--components{max-width:210px!important;overflow:hidden!important;padding:12px!important;background:#fff!important}
#tco-core .rcard--components .tco-components__title{font-size:12px!important;margin-bottom:2px!important}
#tco-core .rcard--components .tco-components__head{margin-bottom:8px!important}
#tco-core .rcard--components .tco-checklist{display:flex!important;flex-direction:column!important;gap:4px!important;width:100%!important}
#tco-core .rcard--components .tco-check{position:relative!important;display:grid!important;grid-template-columns:18px minmax(0,1fr)!important;align-items:start!important;column-gap:7px!important;width:100%!important;min-height:0!important;margin:0!important;padding:6px 7px!important;border:1px solid #e5edf7!important;border-radius:10px!important;background:#fbfdff!important;box-shadow:none!important;transform:none!important;overflow:hidden!important;color:#0f172a!important}
#tco-core .rcard--components .tco-check:hover{background:#f3f8ff!important;border-color:#bfdbfe!important;box-shadow:none!important;transform:none!important}
#tco-core .rcard--components .tco-check:has(input:checked){background:#eff6ff!important;border-color:#93c5fd!important;box-shadow:inset 3px 0 0 #2563eb!important}
#tco-core .rcard--components .tco-check:has(input:not(:checked)){opacity:.72!important;background:#f8fafc!important;border-color:#e2e8f0!important;box-shadow:none!important}
#tco-core .rcard--components .tco-check input[type="checkbox"]{appearance:none!important;-webkit-appearance:none!important;position:relative!important;display:block!important;width:16px!important;height:16px!important;min-width:16px!important;max-width:16px!important;min-height:16px!important;max-height:16px!important;margin:1px 0 0!important;padding:0!important;border:1.5px solid #94a3b8!important;border-radius:5px!important;background:#fff!important;box-shadow:none!important;transform:none!important;scale:1!important;accent-color:#2563eb!important;cursor:pointer!important;grid-column:1!important;grid-row:1!important;z-index:1!important}
#tco-core .rcard--components .tco-check input[type="checkbox"]:checked{background:#2563eb!important;border-color:#2563eb!important}
#tco-core .rcard--components .tco-check input[type="checkbox"]:checked::after{content:'✓'!important;position:absolute!important;left:2px!important;top:-4px!important;color:#fff!important;font-size:15px!important;line-height:16px!important;font-weight:950!important;font-family:Arial,sans-serif!important}
#tco-core .rcard--components .tco-check span{display:block!important;min-width:0!important;max-width:100%!important;grid-column:2!important;grid-row:1!important;overflow:hidden!important}
#tco-core .rcard--components .tco-check b{display:block!important;font-size:11px!important;line-height:1.22!important;font-weight:900!important;color:#172033!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;margin:0!important;padding:0!important}
#tco-core .rcard--components .tco-check small{display:none!important}
#tco-core .rcard--components .vehicle-method{margin-top:8px!important;padding-top:8px!important;gap:5px!important}
#tco-core .rcard--components .vehicle-method__option{display:grid!important;grid-template-columns:16px minmax(0,1fr)!important;column-gap:7px!important;align-items:start!important;width:100%!important;padding:6px 7px!important;border-radius:10px!important;overflow:hidden!important}
#tco-core .rcard--components .vehicle-method__option input[type="radio"]{appearance:none!important;-webkit-appearance:none!important;width:14px!important;height:14px!important;min-width:14px!important;max-width:14px!important;margin:1px 0 0!important;border:1.5px solid #94a3b8!important;border-radius:999px!important;background:#fff!important;box-shadow:none!important;transform:none!important;scale:1!important;grid-column:1!important}
#tco-core .rcard--components .vehicle-method__option input[type="radio"]:checked{border:4px solid #2563eb!important;background:#fff!important}
#tco-core .rcard--components .vehicle-method__option span{min-width:0!important;grid-column:2!important;overflow:hidden!important}
#tco-core .rcard--components .vehicle-method__option b{font-size:10.5px!important;line-height:1.2!important;overflow-wrap:anywhere!important}
#tco-core .rcard--components .vehicle-method__option small{display:none!important}
#tco-core .results__grid--tco-layout{grid-template-columns:minmax(190px,210px) minmax(560px,1fr) minmax(300px,330px)!important}
@media(max-width:1180px){#tco-core .rcard--components{max-width:none!important}#tco-core .rcard--components .tco-checklist{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}#tco-core .rcard--components .vehicle-method{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:720px){#tco-core .rcard--components .tco-checklist,#tco-core .rcard--components .vehicle-method{grid-template-columns:1fr!important}}

/* OtoRev TCO radio cleanup + typo visual guard — 20260617 v12 */
#tco-core .rcard--components{max-width:220px!important;overflow:visible!important}
#tco-core .rcard--components .vehicle-method{display:flex!important;flex-direction:column!important;margin-top:7px!important;padding-top:7px!important;gap:4px!important;border-top:1px solid #e2e8f0!important;overflow:visible!important}
#tco-core .rcard--components .vehicle-method__option{position:relative!important;display:grid!important;grid-template-columns:14px minmax(0,1fr)!important;column-gap:7px!important;align-items:center!important;min-height:28px!important;width:100%!important;margin:0!important;padding:5px 6px!important;border:1px solid #e2e8f0!important;border-radius:9px!important;background:#f8fafc!important;overflow:visible!important;box-sizing:border-box!important;box-shadow:none!important;transform:none!important}
#tco-core .rcard--components .vehicle-method__option:has(input:checked){background:#eff6ff!important;border-color:#93c5fd!important}
#tco-core .rcard--components .vehicle-method__option input[type="radio"]{appearance:none!important;-webkit-appearance:none!important;position:relative!important;display:block!important;width:13px!important;height:13px!important;min-width:13px!important;max-width:13px!important;min-height:13px!important;max-height:13px!important;margin:0!important;padding:0!important;border:1.5px solid #94a3b8!important;border-radius:999px!important;background:#fff!important;box-shadow:none!important;transform:none!important;scale:1!important;grid-column:1!important;z-index:2!important;box-sizing:border-box!important}
#tco-core .rcard--components .vehicle-method__option input[type="radio"]:checked{border-color:#2563eb!important;background:radial-gradient(circle at center,#2563eb 0 42%,#fff 45% 100%)!important}
#tco-core .rcard--components .vehicle-method__option b{font-size:10.3px!important;line-height:1.15!important;white-space:normal!important}
#tco-core .rcard--components .vehicle-method__option span{display:block!important;min-width:0!important;overflow:hidden!important}
#tco-core .cumulative-break-even{text-rendering:geometricPrecision!important}

/* OtoRev TCO depreciation years control — 20260617 v13 */
#tco-core .rcard--components .tco-checkgroup--vehicle{display:flex!important;flex-direction:column!important;gap:5px!important;padding:0!important;margin:0!important}
#tco-core .rcard--components .tco-checkgroup--vehicle>.tco-check{margin:0!important}
#tco-core .rcard--components .depreciation-years{display:block!important;margin:0!important;padding:6px 7px!important;border:1px dashed #bfdbfe!important;border-radius:10px!important;background:#f8fbff!important;color:#334155!important;font-weight:800!important}
#tco-core .rcard--components .depreciation-years span{display:block!important;font-size:10px!important;line-height:1.2!important;color:#64748b!important;margin-bottom:4px!important;text-transform:uppercase!important;letter-spacing:.04em!important}
#tco-core .rcard--components .depreciation-years div{display:flex!important;align-items:center!important;gap:6px!important}
#tco-core .rcard--components .depreciation-years input{width:46px!important;height:28px!important;border:1px solid #cbd5e1!important;border-radius:8px!important;background:#fff!important;padding:0 6px!important;font-size:12px!important;font-weight:900!important;color:#0f172a!important;box-shadow:none!important}
#tco-core .rcard--components .depreciation-years em{font-style:normal!important;font-size:10px!important;color:#94a3b8!important;font-weight:800!important;white-space:nowrap!important}
#tco-core .rcard--components:has([data-tco-component="vehicle"]:not(:checked)) .vehicle-method,
#tco-core .rcard--components:has([data-tco-component="vehicle"]:not(:checked)) .depreciation-years{opacity:.45!important;pointer-events:none!important}
@media(max-width:1180px){#tco-core .rcard--components .tco-checkgroup--vehicle{display:grid!important;grid-template-columns:1fr!important}.rcard--components .depreciation-years{max-width:240px!important}}

/* OtoRev TCO depreciation slider + customer explanation — 20260617 v14 */
#tco-core .rcard--components .depreciation-years{display:block!important;margin:0!important;padding:7px 8px!important;border:1px dashed #bfdbfe!important;border-radius:10px!important;background:#f8fbff!important;color:#334155!important;font-weight:800!important;max-width:100%!important;box-sizing:border-box!important}
#tco-core .rcard--components .depreciation-years__top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:5px!important}
#tco-core .rcard--components .depreciation-years__top span{font-size:9.8px!important;line-height:1.2!important;color:#64748b!important;text-transform:uppercase!important;letter-spacing:.04em!important;font-weight:900!important}
#tco-core .rcard--components .depreciation-years__top b{font-size:10.8px!important;line-height:1!important;color:#0f55c8!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:999px!important;padding:3px 6px!important;white-space:nowrap!important}
#tco-core .rcard--components .dep-years-range{width:100%!important;height:6px!important;margin:2px 0 5px!important;padding:0!important;accent-color:#2563eb!important}
#tco-core .rcard--components .dep-years-range::-webkit-slider-thumb{width:15px!important;height:15px!important;border-radius:999px!important;background:#2563eb!important;border:2px solid #fff!important;box-shadow:0 3px 8px rgba(37,99,235,.35)!important}
#tco-core .rcard--components .depreciation-years__foot{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}
#tco-core .rcard--components .depreciation-years__foot em{font-style:normal!important;font-size:9.5px!important;color:#94a3b8!important;font-weight:800!important;white-space:nowrap!important}
#tco-core .rcard--components .vehicle-method-note{margin:6px 0 0!important;padding:7px 8px!important;border-radius:10px!important;background:#fff7ed!important;border:1px solid #fed7aa!important;color:#7c2d12!important;font-size:9.8px!important;line-height:1.35!important;font-weight:650!important}
#tco-core .rcard--components .vehicle-method-note b{font-weight:950!important;color:#9a3412!important}
#tco-core .rcard--components:has([data-tco-component="vehicle"]:not(:checked)) .vehicle-method-note{opacity:.45!important}

/* OtoRev TCO clearer cash vs depreciation helper — 20260617 v15 */
#tco-core .rcard--components .vehicle-method-note{display:grid!important;gap:4px!important;margin:6px 0 0!important;padding:7px 8px!important;border-radius:10px!important;background:#fff7ed!important;border:1px solid #fed7aa!important;color:#7c2d12!important;font-size:9.7px!important;line-height:1.3!important;font-weight:650!important}
#tco-core .rcard--components .vehicle-method-note div{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:4px!important;align-items:start!important}
#tco-core .rcard--components .vehicle-method-note b{font-weight:950!important;color:#9a3412!important;white-space:nowrap!important}
#tco-core .rcard--components .vehicle-method-note span{min-width:0!important;color:#7c2d12!important}

/* OtoRev TCO depreciation slider touch target — 20260617 v16 */
#tco-core .rcard--components .dep-years-range{height:10px!important;margin:4px 0 7px!important;cursor:pointer!important}
#tco-core .rcard--components .dep-years-range::-webkit-slider-runnable-track{height:7px!important;border-radius:999px!important;background:#dbeafe!important}
#tco-core .rcard--components .dep-years-range::-webkit-slider-thumb{-webkit-appearance:none!important;appearance:none!important;width:19px!important;height:19px!important;margin-top:-6px!important;border-radius:999px!important;background:#2563eb!important;border:3px solid #fff!important;box-shadow:0 4px 10px rgba(37,99,235,.38)!important}
#tco-core .rcard--components .dep-years-range::-moz-range-track{height:7px!important;border-radius:999px!important;background:#dbeafe!important}
#tco-core .rcard--components .dep-years-range::-moz-range-thumb{width:19px!important;height:19px!important;border-radius:999px!important;background:#2563eb!important;border:3px solid #fff!important;box-shadow:0 4px 10px rgba(37,99,235,.38)!important}

/* OtoRev TCO depreciation slider full-width fix — 20260617 v17 */
#tco-core .rcard--components .depreciation-years{width:100%!important;box-sizing:border-box!important;overflow:visible!important;padding:8px 9px!important}
#tco-core .rcard--components .depreciation-years input[type="range"].dep-years-range,
#tco-core .rcard--components .depreciation-years input#sl-dep-years,
#tco-core .rcard--components input[type="range"]#sl-dep-years{appearance:none!important;-webkit-appearance:none!important;display:block!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:22px!important;margin:5px 0 7px!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;box-sizing:border-box!important;cursor:pointer!important;transform:none!important;scale:1!important}
#tco-core .rcard--components .depreciation-years input#sl-dep-years::-webkit-slider-runnable-track{width:100%!important;height:8px!important;border-radius:999px!important;background:linear-gradient(90deg,#2563eb var(--pct,50%),#dbeafe var(--pct,50%))!important;border:1px solid #bfdbfe!important;box-sizing:border-box!important}
#tco-core .rcard--components .depreciation-years input#sl-dep-years::-webkit-slider-thumb{-webkit-appearance:none!important;appearance:none!important;width:20px!important;height:20px!important;margin-top:-7px!important;border-radius:999px!important;background:#2563eb!important;border:3px solid #fff!important;box-shadow:0 5px 12px rgba(37,99,235,.42)!important}
#tco-core .rcard--components .depreciation-years input#sl-dep-years::-moz-range-track{width:100%!important;height:8px!important;border-radius:999px!important;background:#dbeafe!important;border:1px solid #bfdbfe!important;box-sizing:border-box!important}
#tco-core .rcard--components .depreciation-years input#sl-dep-years::-moz-range-progress{height:8px!important;border-radius:999px!important;background:#2563eb!important}
#tco-core .rcard--components .depreciation-years input#sl-dep-years::-moz-range-thumb{width:20px!important;height:20px!important;border-radius:999px!important;background:#2563eb!important;border:3px solid #fff!important;box-shadow:0 5px 12px rgba(37,99,235,.42)!important}
#tco-core .rcard--components .depreciation-years__foot{width:100%!important;display:flex!important;justify-content:space-between!important}
