:root{--tcm-orange:#f57c00;--tcm-text:#0b2540;--tcm-muted:#6b7a90;--tcm-line:#e9edf3;--tcm-card:#fff;--tcm-soft:#f6f8fb;--tcm-shadow:0 14px 28px rgba(11,37,64,.08);--tcm-shadow-soft:0 10px 22px rgba(11,37,64,.06);--tcm-radius:18px;--tcm-radius-sm:16px}body{color:var(--tcm-text);background:#fff}a{text-decoration:none}.tcm-title{color:var(--tcm-orange);font-weight:bold}.tcm-subtitle{color:var(--tcm-text);font-size:1.05rem;line-height:1.55}.tcm-subtitle span{color:var(--tcm-muted)}.sim-tile{background:var(--tcm-card);border:1px solid #edf1f6;border-radius:var(--tcm-radius-sm);box-shadow:var(--tcm-shadow-soft);padding:18px 18px;min-height:92px;align-items:center;gap:14px}.sim-tile .sim-label{font-size:1.1rem;font-weight:700;color:var(--tcm-text);margin:0}.sim-tile.active{border:2px solid var(--tcm-orange);box-shadow:0 16px 30px rgba(245,124,0,.14)}.sim-tile.active .sim-label{color:var(--tcm-orange)}.btn-tcm{background:linear-gradient(90deg,#f57c00,#ff8a00);border:0;color:#fff;font-weight:800;padding:12px 26px;border-radius:999px;box-shadow:0 16px 26px rgba(245,124,0,.18)}.btn-tcm:hover{color:#fff;filter:saturate(1.05)}.tcm-sep{border:0;border-top:1px solid var(--tcm-line);margin:2.2rem 0 2.2rem}.tcm-h3{color:var(--tcm-orange);font-weight:bold;margin:0}.tcm-underline{width:240px;height:2px;background:var(--tcm-orange);border-radius:999px;margin:.7rem 0 1.1rem}.tcm-desc{font-size:1.05rem}.tcm-desc b{font-weight:900}.tcm-desc .muted{color:var(--tcm-muted)}.tcm-panel{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #edf1f6;border-radius:var(--tcm-radius);box-shadow:var(--tcm-shadow);padding:22px}.tcm-panel-title{color:var(--tcm-orange);font-weight:900;margin:0;font-size:1.2rem}.form-label{font-weight:800;color:var(--tcm-text)}.form-control,.form-select{border-radius:12px;border-color:#e5eaf1;padding:.72rem .9rem}.qty{height:46px;border:1px solid #e5eaf1;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:6px 10px;gap:10px}.qty .btn-qty{width:34px;height:34px;border-radius:10px;border:1px solid #e5eaf1;background:#f8fafc;font-weight:900;line-height:1}.qty .val{font-weight:900;min-width:18px;text-align:center}.tcm-illu{border-radius:var(--tcm-radius);border:1px solid #edf1f6;background:radial-gradient(1200px 380px at 30% 0%,rgba(245,124,0,.08),rgba(245,124,0,0) 55%),radial-gradient(900px 380px at 80% 40%,rgba(2,132,199,.08),rgba(2,132,199,0) 55%),#fff;min-height:360px;display:flex;align-items:center;justify-content:center;overflow:hidden}.tcm-note{display:flex;align-items:flex-start;gap:10px;margin-top:14px;color:var(--tcm-text)}.tcm-check{width:22px;height:22px;border-radius:999px;background:#fff7ed;border:1px solid #ffe7cc;display:grid;place-items:center;flex:0 0 22px;margin-top:2px}.tcm-note b{font-weight:900}@media(max-width:991.98px){.tcm-illu{min-height:260px}}