/* tc- pip calculator */
.tc-hero{background:linear-gradient(135deg,#0D3B6E 0%,#1A5BA8 100%);padding:44px 5% 36px;position:relative;overflow:hidden}
.tc-hero-decor{position:absolute;right:-40px;top:-40px;width:260px;height:260px;border-radius:50%;border:1px solid rgba(0,200,150,.1);z-index:1}
.tc-hero-inner{max-width:700px;position:relative;z-index:2}
.tc-breadcrumb{font-family:'DM Sans',sans-serif;font-size:12px;color:rgba(255,255,255,.5);margin-bottom:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.tc-breadcrumb a{color:rgba(255,255,255,.5);text-decoration:none}.tc-breadcrumb a:hover{color:#00C896}
.tc-breadcrumb-sep{color:rgba(255,255,255,.25)}
.tc-hero h1{font-family:'Sora',sans-serif;font-size:28px;font-weight:700;color:#fff;line-height:1.25;letter-spacing:-.02em;margin-bottom:10px}
.tc-hero h1 em{color:#00C896;font-style:normal}
.tc-hero-desc{font-size:14px;color:rgba(255,255,255,.7);line-height:1.65;max-width:560px;margin-bottom:18px}
.tc-hero-badges{display:flex;gap:8px;flex-wrap:wrap}
.tc-badge{background:rgba(255,255,255,.08);border:.5px solid rgba(255,255,255,.15);border-radius:5px;padding:4px 11px;font-size:11px;color:rgba(255,255,255,.7);font-family:'DM Sans',sans-serif}
.tc-page{padding:32px 5% 52px;background:#F5F7FA}
.tc-layout{display:grid;grid-template-columns:1fr 300px;gap:28px;max-width:1100px;margin:0 auto}
.tc-calc-wrap{background:#fff;border:1px solid #D9E3EE;border-radius:12px;overflow:hidden;margin-bottom:20px}
.tc-calc-head{background:#0D3B6E;padding:16px 22px;display:flex;align-items:center;gap:10px}
.tc-calc-title{font-family:'Sora',sans-serif;font-size:15px;font-weight:600;color:#fff}
.tc-calc-body{padding:24px}
.tc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:20px}
.tc-field{display:flex;flex-direction:column;gap:6px}
.tc-field.full{grid-column:1/-1}
.tc-label{font-family:'DM Mono',monospace;font-size:10px;font-weight:500;color:#8A9BB2;text-transform:uppercase;letter-spacing:.06em}
.tc-select,.tc-input{width:100%;height:40px;border:1px solid #D9E3EE;border-radius:8px;background:#fff;color:#0B1F3A;font-family:'DM Sans',sans-serif;font-size:14px;padding:0 12px;outline:none;transition:border-color .15s}
.tc-select:focus,.tc-input:focus{border-color:#2E7DD6;box-shadow:0 0 0 3px rgba(46,125,214,.1)}
.tc-lot-btns{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.tc-lot-btn{height:40px;border:1px solid #D9E3EE;border-radius:8px;background:#fff;color:#4A5E78;font-family:'DM Sans',sans-serif;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.2}
.tc-lot-btn:hover{border-color:#2E7DD6;color:#0D3B6E}
.tc-lot-btn.active{background:#0D3B6E;color:#fff;border-color:#0D3B6E}
.tc-results{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}
.tc-result{background:#F5F7FA;border:1px solid #D9E3EE;border-radius:10px;padding:16px 12px;text-align:center}
.tc-result.primary{background:#0D3B6E;border-color:#0D3B6E}
.tc-result-label{font-family:'DM Mono',monospace;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#8A9BB2;margin-bottom:8px}
.tc-result.primary .tc-result-label{color:rgba(255,255,255,.6)}
.tc-result-val{font-family:'Sora',sans-serif;font-size:22px;font-weight:700;color:#0B1F3A;line-height:1}
.tc-result.primary .tc-result-val{color:#00C896}
.tc-result-sub{font-size:11px;color:#8A9BB2;margin-top:4px}
.tc-result.primary .tc-result-sub{color:rgba(255,255,255,.5)}
.tc-divider{height:1px;background:#D9E3EE;margin:16px 0}
.tc-breakdown{display:flex;flex-direction:column}
.tc-br-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #F5F7FA}
.tc-br-row:last-child{border-bottom:none}
.tc-br-key{font-size:12px;color:#8A9BB2}
.tc-br-val{font-family:'DM Mono',monospace;font-size:12px;font-weight:500;color:#0B1F3A}
.tc-formula{background:#EBF0F7;border-radius:8px;padding:12px 14px;margin-top:16px;font-size:12px;color:#4A5E78;line-height:1.6;border-left:2px solid #2E7DD6}
.tc-formula code{font-family:'DM Mono',monospace;font-size:12px;color:#0D3B6E}
.tc-tip{background:#F0FDF9;border-radius:8px;padding:12px 14px;margin-top:12px;font-size:12px;color:#4A5E78;line-height:1.6;border-left:2px solid #00C896}
.tc-tip strong{color:#0B1F3A}
.tc-section{background:#fff;border:1px solid #D9E3EE;border-radius:12px;padding:24px;margin-bottom:20px}
.tc-section h2{font-family:'Sora',sans-serif;font-size:17px;font-weight:600;color:#0B1F3A;letter-spacing:-.01em;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #D9E3EE}
.tc-section h3{font-family:'Sora',sans-serif;font-size:14px;font-weight:600;color:#0B1F3A;margin:18px 0 8px}
.tc-section h3:first-of-type{margin-top:0}
.tc-section p{font-size:13px;color:#4A5E78;line-height:1.7;margin-bottom:10px}
.tc-section p:last-child{margin-bottom:0}
.tc-section ul{list-style:none;padding:0;margin:0 0 10px}
.tc-section ul li{font-size:13px;color:#4A5E78;padding:5px 0 5px 18px;position:relative;border-bottom:1px solid #F5F7FA}
.tc-section ul li:last-child{border-bottom:none}
.tc-section ul li::before{content:"→";position:absolute;left:0;color:#00A578;font-size:11px;top:7px}
.tc-pip-table{width:100%;border-collapse:collapse;font-size:12px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;min-width:500px}
.tc-pip-table th{padding:9px 12px;background:#F5F7FA;font-family:'DM Mono',monospace;font-size:10px;font-weight:500;color:#8A9BB2;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #D9E3EE;text-align:left;white-space:nowrap}
.tc-pip-table td{padding:9px 12px;color:#4A5E78;border-bottom:1px solid #F5F7FA;white-space:nowrap}
.tc-pip-table tr:last-child td{border-bottom:none}
.tc-pip-table td:first-child{font-weight:500;color:#0B1F3A;font-family:'DM Mono',monospace}
.tc-pip-table td.green{color:#00A578;font-weight:600}
.tc-faq-item{border-bottom:1px solid #F5F7FA;padding:12px 0}
.tc-faq-item:last-child{border-bottom:none;padding-bottom:0}.tc-faq-item:first-child{padding-top:0}
.tc-faq-q{font-family:'Sora',sans-serif;font-size:13px;font-weight:600;color:#0B1F3A;margin-bottom:6px}
.tc-faq-a{font-size:13px;color:#4A5E78;line-height:1.65}
.tc-sidebar-card{background:#fff;border:1px solid #D9E3EE;border-radius:12px;overflow:hidden;margin-bottom:16px}
.tc-sidebar-head{padding:12px 14px;background:#F5F7FA;border-bottom:1px solid #D9E3EE;font-family:'Sora',sans-serif;font-size:12px;font-weight:600;color:#0B1F3A}
.tc-sidebar-body{padding:14px}
.tc-sidebar-link{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#1A5BA8;text-decoration:none;padding:7px 0;border-bottom:1px solid #F5F7FA}
.tc-sidebar-link:last-child{border-bottom:none}.tc-sidebar-link:hover{color:#0D3B6E}
.tc-broker-mini{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #F5F7FA}
.tc-broker-mini:last-child{border-bottom:none}
.tc-broker-logo-mini{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:'Sora',sans-serif;font-size:10px;font-weight:700;color:#fff;flex-shrink:0}
.tc-broker-mini-info{flex:1}
.tc-broker-mini-name{font-family:'Sora',sans-serif;font-size:12px;font-weight:600;color:#0B1F3A}
.tc-broker-mini-spread{font-size:11px;color:#8A9BB2}
.tc-broker-mini-btn{font-size:11px;font-weight:600;color:#0D3B6E;background:#00C896;padding:5px 10px;border-radius:5px;text-decoration:none;white-space:nowrap;transition:background .2s}
.tc-broker-mini-btn:hover{background:#00A578;color:#0D3B6E}
.tc-disclaimer{background:#EBF0F7;border-top:1px solid #D9E3EE;padding:16px 5%}
.tc-disclaimer p{font-size:11px;color:#8A9BB2;line-height:1.65;border-left:2px solid #D9E3EE;padding-left:12px;max-width:900px}

/* cc- currency converter */
.cc-hero{background:linear-gradient(135deg,#0D3B6E 0%,#1A5BA8 100%);padding:44px 5% 36px;position:relative;overflow:hidden}
.cc-hero-decor{position:absolute;right:-40px;top:-40px;width:260px;height:260px;border-radius:50%;border:1px solid rgba(0,200,150,.1);z-index:1}
.cc-hero-inner{max-width:700px;position:relative;z-index:2}
.cc-breadcrumb{font-family:'DM Sans',sans-serif;font-size:12px;color:rgba(255,255,255,.5);margin-bottom:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.cc-breadcrumb a{color:rgba(255,255,255,.5);text-decoration:none}.cc-breadcrumb a:hover{color:#00C896}
.cc-breadcrumb-sep{color:rgba(255,255,255,.25)}
.cc-hero h1{font-family:'Sora',sans-serif;font-size:28px;font-weight:700;color:#fff;line-height:1.25;letter-spacing:-.02em;margin-bottom:10px}
.cc-hero h1 em{color:#00C896;font-style:normal}
.cc-hero-desc{font-size:14px;color:rgba(255,255,255,.7);line-height:1.65;max-width:560px;margin-bottom:18px}
.cc-hero-badges{display:flex;gap:8px;flex-wrap:wrap}
.cc-badge{background:rgba(255,255,255,.08);border:.5px solid rgba(255,255,255,.15);border-radius:5px;padding:4px 11px;font-size:11px;color:rgba(255,255,255,.7);font-family:'DM Sans',sans-serif}
.cc-page{padding:28px 4% 48px;background:#F5F7FA;width:100%;box-sizing:border-box}
.cc-layout{display:block !important;max-width:860px;margin:0 auto;width:100%}
.cc-sidebar{display:none !important}
.cc-calc-wrap{background:#fff;border:1px solid #D9E3EE;border-radius:12px;overflow:hidden;margin-bottom:20px;width:100%;box-sizing:border-box}
.cc-calc-head{background:#0D3B6E;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.cc-calc-title{font-family:'Sora',sans-serif;font-size:15px;font-weight:600;color:#fff;display:flex;align-items:center;gap:8px}
.cc-rate-status{font-family:'DM Mono',monospace;font-size:10px;color:rgba(255,255,255,.5);display:flex;align-items:center;gap:5px}
.cc-rate-dot{width:6px;height:6px;border-radius:50%;background:#8A9BB2}
.cc-rate-dot.live{background:#00C896;animation:cc-pulse 2s infinite}
@keyframes cc-pulse{0%,100%{opacity:1}50%{opacity:.4}}
.cc-calc-body{padding:24px}
.cc-converter-grid{display:grid;grid-template-columns:1fr 44px 1fr;gap:10px;align-items:end;margin-bottom:16px;width:100%}
.cc-field{display:flex;flex-direction:column;gap:6px}
.cc-label{font-family:'DM Mono',monospace;font-size:10px;font-weight:500;color:#8A9BB2;text-transform:uppercase;letter-spacing:.06em}
.cc-currency-wrap{display:flex;border:1px solid #D9E3EE;border-radius:8px;overflow:hidden;transition:border-color .15s}
.cc-currency-wrap:focus-within{border-color:#2E7DD6;box-shadow:0 0 0 3px rgba(46,125,214,.1)}
.cc-amount{flex:1;height:52px;border:none;background:#fff;color:#0B1F3A;font-family:'Sora',sans-serif;font-size:20px;font-weight:600;padding:0 12px;outline:none;min-width:0;width:100%;box-sizing:border-box}
.cc-amount::placeholder{color:#D9E3EE}
#cc-to-amount{background:#fff !important;color:#0B1F3A !important;cursor:text !important}
.cc-currency-select{height:52px;border:none;border-left:1px solid #D9E3EE;background:#F5F7FA;color:#0B1F3A;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:500;padding:0 8px;outline:none;cursor:pointer;width:100px;flex-shrink:0}
.cc-swap-btn{width:40px;height:40px;border-radius:50%;background:#EBF0F7;border:1px solid #D9E3EE;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all .2s;flex-shrink:0;align-self:center}
.cc-swap-btn:hover{background:#0D3B6E;color:#fff;border-color:#0D3B6E;transform:rotate(180deg)}
.cc-result-box{background:linear-gradient(135deg,#0D3B6E,#1A5BA8);border-radius:10px;padding:18px 20px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;width:100%;box-sizing:border-box}
.cc-result-main{flex:1}
.cc-result-from{font-size:13px;color:rgba(255,255,255,.6);margin-bottom:5px;font-family:'DM Sans',sans-serif}
.cc-result-val{font-family:'Sora',sans-serif;font-size:26px;font-weight:700;color:#fff;line-height:1}
.cc-result-val em{color:#00C896;font-style:normal}
.cc-result-rate{font-size:12px;color:rgba(255,255,255,.5);margin-top:6px;font-family:'DM Mono',monospace}
.cc-result-meta{text-align:right}
.cc-result-updated{font-size:11px;color:rgba(255,255,255,.4);font-family:'DM Mono',monospace}
.cc-loading{display:flex;align-items:center;gap:8px;font-size:13px;color:#8A9BB2;padding:8px 0}
.cc-spinner{width:16px;height:16px;border:2px solid #D9E3EE;border-top-color:#2E7DD6;border-radius:50%;animation:cc-spin .7s linear infinite;flex-shrink:0}
@keyframes cc-spin{to{transform:rotate(360deg)}}
.cc-error{background:#FFF7F7;border:1px solid rgba(232,64,64,.2);border-radius:8px;padding:12px 14px;font-size:13px;color:#E84040;display:flex;align-items:center;gap:8px}
.cc-quick-amounts{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px;align-items:center}
.cc-quick-label{font-family:'DM Mono',monospace;font-size:10px;color:#8A9BB2;text-transform:uppercase;letter-spacing:.06em;align-self:center;margin-right:4px;white-space:nowrap}
.cc-quick-btn{font-size:12px;font-weight:500;color:#4A5E78;background:#F5F7FA;border:1px solid #D9E3EE;padding:5px 12px;border-radius:20px;cursor:pointer;transition:all .15s;font-family:'DM Sans',sans-serif}
.cc-quick-btn:hover,.cc-quick-btn.active{background:#0D3B6E;color:#fff;border-color:#0D3B6E}
.cc-divider{height:1px;background:#D9E3EE;margin:16px 0}
.cc-multi-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.cc-multi-title{font-family:'Sora',sans-serif;font-size:13px;font-weight:600;color:#0B1F3A}
.cc-multi-base{font-size:12px;color:#8A9BB2;font-family:'DM Mono',monospace}
.cc-rates-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.cc-rate-card{background:#F5F7FA;border:1px solid #D9E3EE;border-radius:8px;padding:12px 14px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .15s}
.cc-rate-card:hover{border-color:#2E7DD6;background:#EBF0F7}
.cc-rate-flag{width:28px;height:20px;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}
.cc-rate-info{flex:1;min-width:0}
.cc-rate-cur{font-family:'Sora',sans-serif;font-size:12px;font-weight:600;color:#0B1F3A}
.cc-rate-name{font-size:10px;color:#8A9BB2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cc-rate-val{font-family:'DM Mono',monospace;font-size:13px;font-weight:600;color:#0B1F3A;text-align:right;white-space:nowrap}
.cc-section{background:#fff;border:1px solid #D9E3EE;border-radius:12px;padding:24px;margin-bottom:20px;overflow:hidden}
.cc-section h2{font-family:'Sora',sans-serif;font-size:17px;font-weight:600;color:#0B1F3A;letter-spacing:-.01em;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #D9E3EE}
.cc-section h3{font-family:'Sora',sans-serif;font-size:14px;font-weight:600;color:#0B1F3A;margin:18px 0 8px}
.cc-section h3:first-of-type{margin-top:0}
.cc-section p{font-size:13px;color:#4A5E78;line-height:1.7;margin-bottom:10px}
.cc-section p:last-child{margin-bottom:0}
.cc-section ul{list-style:none;padding:0;margin:0 0 10px}
.cc-section ul li{font-size:13px;color:#4A5E78;padding:5px 0 5px 18px;position:relative;border-bottom:1px solid #F5F7FA}
.cc-section ul li:last-child{border-bottom:none}
.cc-section ul li::before{content:"→";position:absolute;left:0;color:#00A578;font-size:11px;top:7px}
.cc-faq-item{border-bottom:1px solid #F5F7FA;padding:12px 0}
.cc-faq-item:last-child{border-bottom:none;padding-bottom:0}.cc-faq-item:first-child{padding-top:0}
.cc-faq-q{font-family:'Sora',sans-serif;font-size:13px;font-weight:600;color:#0B1F3A;margin-bottom:6px}
.cc-faq-a{font-size:13px;color:#4A5E78;line-height:1.65}
.cc-rates-table{width:100%;border-collapse:collapse;font-size:12px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;min-width:440px}
.cc-rates-table th{padding:9px 12px;background:#F5F7FA;font-family:'DM Mono',monospace;font-size:10px;font-weight:500;color:#8A9BB2;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #D9E3EE;text-align:left;white-space:nowrap}
.cc-rates-table td{padding:9px 12px;color:#4A5E78;border-bottom:1px solid #F5F7FA;font-family:'DM Mono',monospace;white-space:nowrap}
.cc-rates-table tr:last-child td{border-bottom:none}
.cc-rates-table td:first-child{font-weight:600;color:#0B1F3A;font-family:'DM Sans',sans-serif;white-space:normal;min-width:110px}
.cc-disclaimer{background:#EBF0F7;border-top:1px solid #D9E3EE;padding:16px 5%}
.cc-disclaimer p{font-size:11px;color:#8A9BB2;line-height:1.65;border-left:2px solid #D9E3EE;padding-left:12px;max-width:900px}

/* sp- static pages */
.sp-hero{background:linear-gradient(135deg,#0D3B6E 0%,#1A5BA8 100%);padding:44px 5% 36px;position:relative;overflow:hidden}
.sp-hero-inner{max-width:760px;position:relative;z-index:2}
.sp-hero-eyebrow{font-family:'DM Mono',monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#00C896;margin-bottom:10px}
.sp-hero h1{font-family:'Sora',sans-serif;font-size:30px;font-weight:700;color:#fff;line-height:1.2;letter-spacing:-.02em;margin-bottom:10px}
.sp-hero-desc{font-size:14px;color:rgba(255,255,255,.7);line-height:1.65;max-width:560px}
.sp-hero-decor{position:absolute;right:-40px;top:-40px;width:260px;height:260px;border-radius:50%;border:1px solid rgba(0,200,150,.1);z-index:1}
.sp-breadcrumb{font-family:'DM Sans',sans-serif;font-size:12px;color:rgba(255,255,255,.5);margin-bottom:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.sp-breadcrumb a{color:rgba(255,255,255,.5);text-decoration:none}.sp-breadcrumb a:hover{color:#00C896}
.sp-breadcrumb-sep{color:rgba(255,255,255,.25)}
.sp-page{padding:36px 5% 52px;background:#F5F7FA}
.sp-layout{display:grid;grid-template-columns:1fr 260px;gap:28px;max-width:1100px;margin:0 auto}
.sp-layout.full-width{grid-template-columns:1fr;max-width:800px}
.sp-section{background:#fff;border:1px solid #D9E3EE;border-radius:12px;padding:28px;margin-bottom:20px}
.sp-section h2{font-family:'Sora',sans-serif;font-size:18px;font-weight:600;color:#0B1F3A;letter-spacing:-.02em;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #D9E3EE}
.sp-section h3{font-family:'Sora',sans-serif;font-size:14px;font-weight:600;color:#0B1F3A;margin-bottom:8px;margin-top:20px}
.sp-section h3:first-of-type{margin-top:0}
.sp-section p{font-size:13px;color:#4A5E78;line-height:1.75;margin-bottom:12px}
.sp-section p:last-child{margin-bottom:0}
.sp-section ul,.sp-section ol{padding-left:0;margin:0 0 12px;list-style:none}
.sp-section ul li,.sp-section ol li{font-size:13px;color:#4A5E78;line-height:1.65;padding:5px 0 5px 18px;position:relative;border-bottom:1px solid #F5F7FA}
.sp-section ul li:last-child,.sp-section ol li:last-child{border-bottom:none}
.sp-section ul li::before{content:"→";position:absolute;left:0;color:#00A578;font-size:11px;top:7px}
.sp-section ol{counter-reset:sp-counter}
.sp-section ol li{counter-increment:sp-counter}
.sp-section ol li::before{content:counter(sp-counter)".";position:absolute;left:0;color:#00A578;font-size:11px;font-weight:600;top:6px;font-family:'DM Mono',monospace}
.sp-section a{color:#1A5BA8;text-decoration:none}
.sp-section a:hover{color:#0D3B6E;text-decoration:underline}
.sp-highlight{background:rgba(0,200,150,.06);border:1px solid rgba(0,200,150,.2);border-left:3px solid #00C896;border-radius:8px;padding:14px 16px;margin-bottom:16px}
.sp-highlight p{margin-bottom:0;font-size:13px;color:#0B1F3A}
.sp-warning{background:#FFF7F7;border:1px solid rgba(232,64,64,.2);border-left:3px solid #E84040;border-radius:8px;padding:14px 16px;margin-bottom:16px}
.sp-warning p{margin-bottom:0;font-size:13px;color:#0B1F3A}
.sp-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}
.sp-info-card{background:#F5F7FA;border-radius:9px;padding:16px;text-align:center}
.sp-info-icon{font-size:24px;margin-bottom:8px}
.sp-info-title{font-family:'Sora',sans-serif;font-size:12px;font-weight:600;color:#0B1F3A;margin-bottom:4px}
.sp-info-desc{font-size:11px;color:#8A9BB2;line-height:1.5}
.sp-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:4px}
.sp-team-card{background:#F5F7FA;border-radius:10px;padding:18px;display:flex;gap:14px;align-items:flex-start}
.sp-team-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Sora',sans-serif;font-size:16px;font-weight:700;color:#fff;flex-shrink:0}
.sp-team-name{font-family:'Sora',sans-serif;font-size:13px;font-weight:600;color:#0B1F3A;margin-bottom:3px}
.sp-team-role{font-size:11px;color:#00A578;font-weight:500;margin-bottom:5px}
.sp-team-bio{font-size:11px;color:#4A5E78;line-height:1.55}
.sp-method-step{display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-bottom:1px solid #F5F7FA}
.sp-method-step:last-child{border-bottom:none}
.sp-step-num{width:36px;height:36px;border-radius:50%;background:#0D3B6E;display:flex;align-items:center;justify-content:center;font-family:'Sora',sans-serif;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}
.sp-step-content h3{font-family:'Sora',sans-serif;font-size:13px;font-weight:600;color:#0B1F3A;margin-bottom:5px}
.sp-step-content p{font-size:12px;color:#4A5E78;line-height:1.6;margin-bottom:0}
.sp-score-criteria{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:4px}
.sp-criteria-item{background:#F5F7FA;border-radius:8px;padding:13px}
.sp-criteria-name{font-family:'Sora',sans-serif;font-size:12px;font-weight:600;color:#0B1F3A;margin-bottom:4px;display:flex;align-items:center;gap:6px}
.sp-criteria-weight{font-family:'DM Mono',monospace;font-size:10px;color:#00A578;font-weight:500;margin-bottom:4px}
.sp-criteria-desc{font-size:11px;color:#8A9BB2;line-height:1.5}
.sp-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:4px}
.sp-contact-card{background:#F5F7FA;border-radius:9px;padding:16px;text-align:center}
.sp-contact-icon{font-size:24px;margin-bottom:8px}
.sp-contact-title{font-family:'Sora',sans-serif;font-size:12px;font-weight:600;color:#0B1F3A;margin-bottom:4px}
.sp-contact-detail{font-size:12px;color:#1A5BA8;word-break:break-all}
.sp-contact-form{display:flex;flex-direction:column;gap:12px}
.sp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.sp-form-group{display:flex;flex-direction:column;gap:5px}
.sp-form-label{font-family:'DM Sans',sans-serif;font-size:12px;font-weight:500;color:#0B1F3A}
.sp-form-input,.sp-form-select,.sp-form-textarea{border:1px solid #D9E3EE;border-radius:7px;padding:10px 12px;font-family:'DM Sans',sans-serif;font-size:13px;color:#0B1F3A;background:#fff;width:100%;box-sizing:border-box}
.sp-form-input:focus,.sp-form-select:focus,.sp-form-textarea:focus{outline:none;border-color:#2E7DD6}
.sp-form-textarea{min-height:120px;resize:vertical}
.sp-form-submit{background:#00C896;color:#0D3B6E;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:700;padding:13px 28px;border-radius:8px;border:none;cursor:pointer;transition:background .2s;align-self:flex-start}
.sp-form-submit:hover{background:#00A578}
.sp-sidebar-card{background:#fff;border:1px solid #D9E3EE;border-radius:12px;overflow:hidden;margin-bottom:16px}
.sp-sidebar-head{padding:12px 14px;background:#F5F7FA;border-bottom:1px solid #D9E3EE}
.sp-sidebar-head-title{font-family:'Sora',sans-serif;font-size:12px;font-weight:600;color:#0B1F3A}
.sp-sidebar-body{padding:14px}
.sp-sidebar-links{display:flex;flex-direction:column}
.sp-sidebar-link{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#1A5BA8;text-decoration:none;padding:7px 0;border-bottom:1px solid #F5F7FA}
.sp-sidebar-link:last-child{border-bottom:none}.sp-sidebar-link:hover{color:#0D3B6E}
.sp-last-updated{font-family:'DM Mono',monospace;font-size:10px;color:#8A9BB2;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;display:block}
.sp-toc{display:flex;flex-direction:column;gap:4px}
.sp-toc-link{font-size:12px;color:#1A5BA8;text-decoration:none;padding:5px 8px;border-radius:5px;transition:background .15s}
.sp-toc-link:hover{background:#EBF0F7;color:#0D3B6E}
.sp-divider{height:1px;background:#D9E3EE;margin:20px 0}

/* ── Calculator wrapper ──────────────────────────────────────── */
.tc-wrap {
  font-family: 'DM Sans', system-ui, sans-serif;
  max-width: 900px;
  margin: 0 auto;
}

/* ── Main calculator card ───────────────────────────────────── */
.tc-calc-card {
  background: #fff;
  border: 1px solid #D9E3EE;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(13,59,110,.06);
}
.tc-calc-head {
  background: linear-gradient(135deg, #0D3B6E 0%, #1A5BA8 100%);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.tc-calc-title {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tc-rate-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 20px;
  padding: 4px 12px;
}
.tc-rate-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8A9BB2;
  flex-shrink: 0;
}
.tc-rate-dot.live {
  background: #00C896;
  animation: tc-pulse 2s infinite;
}
@keyframes tc-pulse { 0%,100%{opacity:1} 50%{opacity:.35} }

/* ── Form body ──────────────────────────────────────────────── */
.tc-body { padding: 24px; }

.tc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}
.tc-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 20px;
}

.tc-field { display: flex; flex-direction: column; gap: 6px; }
.tc-label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  color: #8A9BB2;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.tc-select, .tc-input {
  height: 44px;
  border: 1.5px solid #D9E3EE;
  border-radius: 9px;
  background: #fff;
  color: #0B1F3A;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  padding: 0 12px;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  width: 100%;
  box-sizing: border-box;
}
.tc-select:focus, .tc-input:focus {
  border-color: #1A5BA8;
  box-shadow: 0 0 0 3px rgba(26,91,168,.1);
}
.tc-input::placeholder { color: #B0BFD0; }

/* ── Lot quick-select ───────────────────────────────────────── */
.tc-lot-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}
.tc-lot-btn {
  height: 44px;
  border: 1.5px solid #D9E3EE;
  border-radius: 9px;
  background: #F5F7FA;
  color: #4A5E78;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all .15s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  padding: 4px 0;
}
.tc-lot-btn span { font-size: 10px; font-weight: 400; opacity: .7; }
.tc-lot-btn:hover { border-color: #2E7DD6; background: #EBF0F7; color: #0D3B6E; }
.tc-lot-btn.active {
  background: #0D3B6E;
  border-color: #0D3B6E;
  color: #fff;
}

/* ── Calculate button ───────────────────────────────────────── */
.tc-calc-btn {
  width: 100%;
  height: 48px;
  background: linear-gradient(135deg, #00C896, #00A578);
  color: #0D3B6E;
  border: none;
  border-radius: 10px;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .15s, transform .1s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}
.tc-calc-btn:hover { opacity: .9; transform: translateY(-1px); }
.tc-calc-btn:active { transform: translateY(0); }

/* ── Results panel ──────────────────────────────────────────── */
.tc-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D9E3EE;
}
.tc-result-box {
  background: #F5F7FA;
  border: 1px solid #D9E3EE;
  border-radius: 10px;
  padding: 16px 14px;
  text-align: center;
}
.tc-result-box.primary {
  background: linear-gradient(135deg, #0D3B6E, #1A5BA8);
  border-color: transparent;
}
.tc-result-label {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8A9BB2;
  margin-bottom: 8px;
}
.tc-result-box.primary .tc-result-label { color: rgba(255,255,255,.55); }
.tc-result-val {
  font-family: 'Sora', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0B1F3A;
  line-height: 1;
  margin-bottom: 4px;
}
.tc-result-box.primary .tc-result-val { color: #00C896; }
.tc-result-sub {
  font-size: 11px;
  color: #8A9BB2;
}
.tc-result-box.primary .tc-result-sub { color: rgba(255,255,255,.45); }

/* ── Formula strip ──────────────────────────────────────────── */
.tc-formula-strip {
  margin-top: 14px;
  background: #EBF0F7;
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 12px;
  color: #4A5E78;
  line-height: 1.6;
  border-left: 3px solid #2E7DD6;
}
.tc-formula-strip code {
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  color: #0D3B6E;
  font-weight: 600;
}

/* ── Error box ──────────────────────────────────────────────── */
.tc-error {
  margin-top: 14px;
  background: #FFF7F7;
  border: 1px solid rgba(232,64,64,.25);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  color: #E84040;
  display: none;
}

/* ── Rate row ───────────────────────────────────────────────── */
.tc-rate-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.tc-rate-row .tc-field { flex: 1; min-width: 160px; }
.tc-fetch-btn {
  height: 44px;
  padding: 0 16px;
  background: #EBF0F7;
  border: 1.5px solid #D9E3EE;
  border-radius: 9px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1A5BA8;
  cursor: pointer;
  white-space: nowrap;
  margin-top: 22px;
  transition: all .15s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.tc-fetch-btn:hover { background: #D9E3EE; }
.tc-fetch-btn:disabled { opacity: .5; cursor: not-allowed; }
.tc-spinner-sm {
  width: 13px;
  height: 13px;
  border: 2px solid #D9E3EE;
  border-top-color: #1A5BA8;
  border-radius: 50%;
  animation: tc-spin .65s linear infinite;
  display: none;
}
@keyframes tc-spin { to { transform: rotate(360deg); } }

/* ── Reference table ────────────────────────────────────────── */
.tc-section {
  background: #fff;
  border: 1px solid #D9E3EE;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}
.tc-section-head {
  padding: 14px 22px;
  background: #F5F7FA;
  border-bottom: 1px solid #D9E3EE;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0B1F3A;
}
.tc-section-body { padding: 20px 22px; }
.tc-section-body p { font-size: 14px; color: #4A5E78; line-height: 1.7; margin-bottom: 12px; }
.tc-section-body p:last-child { margin-bottom: 0; }
.tc-section-body h3 {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0B1F3A;
  margin: 20px 0 8px;
}
.tc-section-body h3:first-child { margin-top: 0; }

.tc-ref-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.tc-ref-table thead tr { background: #F5F7FA; }
.tc-ref-table th {
  padding: 9px 14px;
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  color: #8A9BB2;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 1px solid #D9E3EE;
  text-align: left;
  white-space: nowrap;
}
.tc-ref-table td {
  padding: 9px 14px;
  color: #4A5E78;
  border-bottom: 1px solid #F5F7FA;
  white-space: nowrap;
}
.tc-ref-table tr:last-child td { border-bottom: none; }
.tc-ref-table td:first-child { font-weight: 600; color: #0B1F3A; font-family: 'DM Mono', monospace; }
.tc-ref-table td.green { color: #00A578; font-weight: 600; font-family: 'DM Mono', monospace; }

/* ── FAQ ────────────────────────────────────────────────────── */
.tc-faq-item {
  border-bottom: 1px solid #F5F7FA;
  padding: 14px 0;
}
.tc-faq-item:first-child { padding-top: 0; }
.tc-faq-item:last-child { border-bottom: none; padding-bottom: 0; }
.tc-faq-q {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0B1F3A;
  margin-bottom: 7px;
}
.tc-faq-a { font-size: 13px; color: #4A5E78; line-height: 1.7; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 700px) {
  .tc-grid { grid-template-columns: 1fr; }
  .tc-grid-2 { grid-template-columns: 1fr; }
  .tc-results { grid-template-columns: 1fr; }
  .tc-lot-row { grid-template-columns: repeat(2,1fr); }
  .tc-rate-row { flex-direction: column; }
  .tc-fetch-btn { margin-top: 0; width: 100%; justify-content: center; }
}
/* ── Calculator wrapper ──────────────────────────────────────── */
.mc-wrap {
  font-family: 'DM Sans', system-ui, sans-serif;
  max-width: 900px;
  margin: 0 auto;
}

/* ── Main calculator card ───────────────────────────────────── */
.mc-calc-card {
  background: #fff;
  border: 1px solid #D9E3EE;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(13,59,110,.06);
}
.mc-calc-head {
  background: linear-gradient(135deg, #0D3B6E 0%, #1A5BA8 100%);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
h1.mc-calc-title {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

/* ── Form body ──────────────────────────────────────────────── */
.mc-body { padding: 24px; }

.mc-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}
.mc-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}

.mc-field { display: flex; flex-direction: column; gap: 6px; }
.mc-label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  color: #8A9BB2;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.mc-select, .mc-input {
  height: 44px;
  border: 1.5px solid #D9E3EE;
  border-radius: 9px;
  background: #fff;
  color: #0B1F3A;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  padding: 0 13px;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  width: 100%;
  box-sizing: border-box;
}
.mc-select:focus, .mc-input:focus {
  border-color: #1A5BA8;
  box-shadow: 0 0 0 3px rgba(26,91,168,.1);
}
.mc-input::placeholder { color: #B0BFD0; }

/* ── Leverage quick-select ───────────────────────────────────── */
.mc-lev-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
.mc-lev-btn {
  height: 40px;
  border: 1.5px solid #D9E3EE;
  border-radius: 9px;
  background: #F5F7FA;
  color: #4A5E78;
  font-family: 'DM Mono', sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all .15s;
}
.mc-lev-btn:hover { border-color: #2E7DD6; background: #EBF0F7; color: #0D3B6E; }
.mc-lev-btn.active { background: #0D3B6E; border-color: #0D3B6E; color: #fff; }

/* ── Calculate button ───────────────────────────────────────── */
.mc-calc-btn {
  width: 100%;
  height: 48px;
  background: linear-gradient(135deg, #00C896, #00A578);
  color: #0D3B6E;
  border: none;
  border-radius: 10px;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .15s, transform .1s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}
.mc-calc-btn:hover { opacity: .9; transform: translateY(-1px); }
.mc-calc-btn:active { transform: translateY(0); }

/* ── Results panel ──────────────────────────────────────────── */
.mc-results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D9E3EE;
}
.mc-result-box {
  background: #F5F7FA;
  border: 1px solid #D9E3EE;
  border-radius: 10px;
  padding: 16px 14px;
  text-align: center;
}
.mc-result-box.primary {
  background: linear-gradient(135deg, #0D3B6E, #1A5BA8);
  border-color: transparent;
}
.mc-result-box.amber {
  background: linear-gradient(135deg, #7C4A00, #B36A00);
  border-color: transparent;
}
.mc-result-label {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8A9BB2;
  margin-bottom: 8px;
}
.mc-result-box.primary .mc-result-label,
.mc-result-box.amber .mc-result-label { color: rgba(255,255,255,.55); }
.mc-result-val {
  font-family: 'Sora', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0B1F3A;
  line-height: 1;
  margin-bottom: 4px;
}
.mc-result-box.primary .mc-result-val { color: #00C896; }
.mc-result-box.amber .mc-result-val { color: #FFD580; }
.mc-result-sub { font-size: 11px; color: #8A9BB2; }
.mc-result-box.primary .mc-result-sub,
.mc-result-box.amber .mc-result-sub { color: rgba(255,255,255,.45); }

/* ── Risk meter ─────────────────────────────────────────────── */
.mc-risk-wrap {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #F0F4FA;
}
.mc-risk-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.mc-risk-title { font-size: 12px; font-weight: 600; color: #4A5E78; }
.mc-risk-badge {
  font-size: 11px; font-weight: 700;
  padding: 3px 10px; border-radius: 20px;
}
.mc-risk-track {
  height: 10px;
  background: #F0F4FA;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 8px;
}
.mc-risk-fill {
  height: 100%;
  border-radius: 5px;
  transition: width .4s ease;
}
.mc-risk-note { font-size: 11.5px; color: #4A5E78; line-height: 1.6; }

/* ── Formula strip ──────────────────────────────────────────── */
.mc-formula-strip {
  margin-top: 14px;
  background: #EBF0F7;
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 12px;
  color: #4A5E78;
  line-height: 1.6;
  border-left: 3px solid #2E7DD6;
}
.mc-formula-strip code {
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  color: #0D3B6E;
  font-weight: 600;
}

/* ── Error ───────────────────────────────────────────────────── */
.mc-error {
  margin-top: 14px;
  background: #FFF7F7;
  border: 1px solid rgba(232,64,64,.25);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  color: #E84040;
  display: none;
}

/* ── ASIC limits warning ─────────────────────────────────────── */
.mc-asic-warn {
  margin-top: 10px;
  background: #FFF8E6;
  border: 1px solid rgba(245,166,35,.3);
  border-left: 3px solid #F5A623;
  border-radius: 0 8px 8px 0;
  padding: 10px 14px;
  font-size: 12px;
  color: #5A3A00;
  display: none;
  line-height: 1.6;
}

/* ── Reference table ─────────────────────────────────────────── */
.mc-section {
  background: #fff;
  border: 1px solid #D9E3EE;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}
.mc-section-head {
  padding: 14px 22px;
  background: #F5F7FA;
  border-bottom: 1px solid #D9E3EE;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0B1F3A;
}
.mc-section-body { padding: 20px 22px; }
.mc-section-body p {
  font-size: 14px;
  color: #4A5E78;
  line-height: 1.7;
  margin-bottom: 12px;
}
.mc-section-body p:last-child { margin-bottom: 0; }
.mc-section-body h3 {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0B1F3A;
  margin: 20px 0 8px;
}
.mc-section-body h3:first-child { margin-top: 0; }

.mc-ref-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.mc-ref-table thead tr { background: #F5F7FA; }
.mc-ref-table th {
  padding: 9px 14px;
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  color: #8A9BB2;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 1px solid #D9E3EE;
  text-align: left;
  white-space: nowrap;
}
.mc-ref-table td {
  padding: 9px 14px;
  color: #4A5E78;
  border-bottom: 1px solid #F5F7FA;
  white-space: nowrap;
}
.mc-ref-table tr:last-child td { border-bottom: none; }
.mc-ref-table tr:nth-child(even) { background: #FAFBFD; }
.mc-ref-table td:first-child { font-weight: 600; color: #0B1F3A; }
.mc-ref-table td.green { color: #00A578; font-weight: 700; font-family: 'DM Mono', monospace; }
.mc-ref-table td.red   { color: #E84040; font-weight: 700; font-family: 'DM Mono', monospace; }
.mc-ref-table td.amber { color: #F5A623; font-weight: 600; font-family: 'DM Mono', monospace; }
.mc-ref-table .highlight { background: rgba(0,200,150,.05) !important; }
.mc-ref-table .highlight td:first-child { color: #00A578; }

/* ── FAQ ─────────────────────────────────────────────────────── */
.mc-faq-item {
  border-bottom: 1px solid #F5F7FA;
  padding: 14px 0;
}
.mc-faq-item:first-child { padding-top: 0; }
.mc-faq-item:last-child { border-bottom: none; padding-bottom: 0; }
.mc-faq-q {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0B1F3A;
  margin-bottom: 7px;
}
.mc-faq-a { font-size: 13px; color: #4A5E78; line-height: 1.7; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 700px) {
  .mc-grid-3 { grid-template-columns: 1fr; }
  .mc-grid-2 { grid-template-columns: 1fr; }
  .mc-results { grid-template-columns: 1fr 1fr; }
  .mc-lev-row { grid-template-columns: repeat(3, 1fr); }
}

/* ── Hero block — full-width dark gradient (matches currency converter) ── */
.mc-hero {
  background: linear-gradient(135deg, #0D3B6E 0%, #1A5BA8 100%);
  border-radius: 14px;
  padding: 36px 36px 32px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.mc-hero-breadcrumb {
  font-size: 12px;
  color: rgba(255,255,255,.55);
  margin-bottom: 14px;
}
.mc-hero-breadcrumb a { color: rgba(255,255,255,.55); text-decoration: none; }
.mc-hero-breadcrumb a:hover { color: rgba(255,255,255,.85); }
.mc-hero-breadcrumb span { margin: 0 6px; }
.mc-hero-title {
  font-family: 'Sora', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -.025em;
  margin: 0 0 14px;
}
.mc-hero-title em { color: #00C896; font-style: normal; }
.mc-hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,.78);
  margin-bottom: 20px;
  line-height: 1.65;
  max-width: 640px;
}
.mc-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mc-hero-badge {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  color: rgba(255,255,255,.85);
  font-weight: 600;
}

/* ── Bottom sections ─────────────────────────────────────────── */
.mc-more-tools {
  background: #F5F7FA;
  border: 1px solid #D9E3EE;
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 20px;
}
.mc-more-tools-head {
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0B1F3A;
  margin-bottom: 12px;
}
.mc-tool-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mc-tool-link {
  display: inline-block;
  padding: 7px 14px;
  background: #fff;
  border: 1px solid #D9E3EE;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #1A5BA8;
  text-decoration: none;
  transition: all .15s;
}
.mc-tool-link:hover { background: #EBF0F7; border-color: #2E7DD6; }
.mc-tool-link.current { background: #0D3B6E; color: #fff; border-color: #0D3B6E; cursor: default; }

.mc-brokers {
  background: #fff;
  border: 1px solid #D9E3EE;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}
.mc-brokers-head {
  padding: 14px 20px;
  background: #F5F7FA;
  border-bottom: 1px solid #D9E3EE;
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0B1F3A;
}
.mc-brokers-body {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mc-broker-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: #F5F7FA;
  border: 1px solid #D9E3EE;
  border-radius: 9px;
  gap: 12px;
}
.mc-broker-logo {
  width: 38px; height: 38px;
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif;
  font-size: 12px; font-weight: 700; color: #fff;
  flex-shrink: 0;
}
.mc-broker-info { flex: 1; }
.mc-broker-name { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 700; color: #0B1F3A; }
.mc-broker-tag  { font-size: 11px; color: #00A578; font-weight: 600; }
.mc-broker-btn {
  background: #00C896; color: #0D3B6E;
  font-size: 12px; font-weight: 700;
  padding: 6px 14px; border-radius: 6px;
  text-decoration: none; white-space: nowrap;
  flex-shrink: 0;
}
.mc-broker-btn:hover { background: #00A578; color: #0D3B6E; }

.mc-related-guides {
  background: #F5F7FA;
  border: 1px solid #D9E3EE;
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 20px;
}
.mc-related-head {
  font-family: 'Sora', sans-serif;
  font-size: 13px; font-weight: 700; color: #0B1F3A; margin-bottom: 12px;
}
.mc-related-links { display: flex; flex-direction: column; gap: 6px; }
.mc-related-link {
  font-size: 13px; font-weight: 600;
  color: #1A5BA8; text-decoration: none;
  padding: 6px 0;
  border-bottom: 1px solid #E8EFF8;
  display: flex; align-items: center; gap: 6px;
}
.mc-related-link:last-child { border-bottom: none; }
.mc-related-link:hover { color: #0D3B6E; }

.mc-disclaimer-bar {
  background: #F5F7FA;
  border: 1px solid #D9E3EE;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 11.5px;
  color: #8A9BB2;
  line-height: 1.65;
  margin-bottom: 8px;
}
.mc-disclaimer-bar a { color: #8A9BB2; }

@media (max-width: 600px) {
  .mc-hero { padding: 26px 20px 22px; }
  .mc-hero h1 { font-size: 24px; }
  .mc-broker-row { flex-wrap: wrap; }
}
/* ── Tools Hub Page (th-) ───────────────────────────────────── */
.th-wrap * { box-sizing: border-box; }
.th-wrap {
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  font-size: 15px; line-height: 1.7; color: #1a2a3a;
  max-width: 1000px; margin: 0 auto;
}

/* ── Intro ───────────────────────────────────────────────────── */
.th-intro {
  background: linear-gradient(135deg, #0D3B6E 0%, #1A5BA8 100%);
  border-radius: 14px; padding: 36px 36px 30px;
  margin-bottom: 28px; position: relative; overflow: hidden;
}
.th-intro::after {
  content: ''; position: absolute; right: -60px; top: -60px;
  width: 260px; height: 260px; border-radius: 50%;
  background: rgba(0,200,150,.07); border: 1px solid rgba(0,200,150,.12);
}
.th-intro-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 10px;
}
.th-intro h1 {
  font-family: 'Sora', sans-serif; font-size: 28px; font-weight: 700;
  color: #fff; line-height: 1.2; letter-spacing: -.02em; margin: 0 0 12px;
}
.th-intro h1 em { color: #00C896; font-style: normal; }
.th-intro-sub {
  font-size: 15px; color: rgba(255,255,255,.72);
  max-width: 540px; line-height: 1.6; margin-bottom: 18px;
}
.th-intro-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.th-badge {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px; padding: 4px 13px;
  font-size: 11px; color: rgba(255,255,255,.75); font-weight: 500;
}

/* ── Section labels ──────────────────────────────────────────── */
.th-label {
  font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: #00A578; margin-bottom: 6px;
}
.th-h2 {
  font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 700;
  color: #0B1F3A; letter-spacing: -.015em; margin: 0 0 18px;
}

/* ── Tool cards ──────────────────────────────────────────────── */
.th-tools-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; margin-bottom: 32px;
}
.th-tool-card {
  background: #fff; border: 1px solid #D9E3EE; border-radius: 14px;
  overflow: hidden; text-decoration: none; display: flex; flex-direction: column;
  transition: border-color .15s, box-shadow .15s, transform .15s;
  box-shadow: 0 2px 8px rgba(13,59,110,.04);
}
.th-tool-card:hover {
  border-color: #2E7DD6;
  box-shadow: 0 6px 24px rgba(13,59,110,.1);
  transform: translateY(-3px);
}
.th-tool-card.live { border-color: #00C896; }
.th-tool-head {
  padding: 22px 22px 14px;
}
.th-tool-icon-wrap {
  width: 52px; height: 52px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin-bottom: 14px;
}
.th-tool-name {
  font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700;
  color: #0B1F3A; margin-bottom: 6px;
}
.th-tool-tag {
  font-size: 10px; font-weight: 700; padding: 2px 8px;
  border-radius: 3px; display: inline-block; margin-bottom: 10px;
}
.th-tool-desc { font-size: 13px; color: #4A5E78; line-height: 1.6; margin: 0; }
.th-tool-features {
  padding: 0 22px 16px;
  display: flex; flex-direction: column; gap: 5px; flex: 1;
}
.th-tool-feature {
  font-size: 12px; color: #4A5E78;
  display: flex; align-items: center; gap: 7px;
}
.th-tool-feature::before {
  content: '✓'; color: #00A578; font-weight: 700; font-size: 11px; flex-shrink: 0;
}
.th-tool-footer {
  padding: 12px 22px; border-top: 1px solid #F0F4FA; background: #F5F7FA;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12px; margin-top: auto;
}
.th-tool-card.live .th-tool-footer { background: rgba(0,200,150,.05); }
.th-tool-footer-meta { color: #8A9BB2; }
.th-tool-footer-cta { font-weight: 700; color: #1A5BA8; }
.th-tool-card.live .th-tool-footer-cta { color: #00A578; }

/* ── Coming soon placeholder ─────────────────────────────────── */
.th-tool-card.coming {
  border-style: dashed; border-color: #D9E3EE;
  opacity: .75; pointer-events: none;
}
.th-tool-card.coming .th-tool-name { color: #8A9BB2; }
.th-tool-card.coming .th-tool-footer { background: #F5F7FA; }
.th-tool-card.coming .th-tool-footer-cta { color: #8A9BB2; font-weight: 400; }

/* ── Why use section ─────────────────────────────────────────── */
.th-why {
  background: #fff; border: 1px solid #D9E3EE;
  border-radius: 14px; padding: 24px; margin-bottom: 32px;
}
.th-why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px;
}
.th-why-item {
  background: #F5F7FA; border: 1px solid #E8EFF8; border-radius: 10px; padding: 16px;
}
.th-why-icon { font-size: 22px; margin-bottom: 8px; }
.th-why-title {
  font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 700;
  color: #0B1F3A; margin-bottom: 5px;
}
.th-why-desc { font-size: 12px; color: #4A5E78; line-height: 1.55; margin: 0; }

/* ── Related links ───────────────────────────────────────────── */
.th-related {
  background: #F5F7FA; border: 1px solid #D9E3EE;
  border-radius: 14px; padding: 22px 24px; margin-bottom: 24px;
}
.th-related-head {
  font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 700;
  color: #0B1F3A; margin-bottom: 14px;
}
.th-related-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;
}
.th-related-link {
  font-size: 13px; font-weight: 600; color: #1A5BA8;
  text-decoration: none; padding: 8px 12px;
  background: #fff; border: 1px solid #D9E3EE; border-radius: 7px;
  display: block; transition: all .15s;
}
.th-related-link:hover { background: #EBF0F7; border-color: #2E7DD6; }
/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 720px) {
  .th-tools-grid { grid-template-columns: 1fr; }
  .th-why-grid { grid-template-columns: 1fr; }
  .th-related-grid { grid-template-columns: 1fr; }
  .th-intro h1 { font-size: 22px; }
  .th-intro { padding: 26px 20px 22px; }
}