@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@300;400;500;600&display=swap");.tbill-scope{--red:#c0392b;--red-dark:#96281b;--red-light:#e8a09a;--red-pale:#fdf2f1;--white:#fff;--off-white:#faf9f7;--gray-100:#f5f4f2;--gray-200:#e8e6e1;--gray-400:#9b9590;--gray-600:#5c5750;--gray-900:#1a1714;--gold:#c9a84c;--gold-light:#f5e6c0;background:var(--off-white);font-family:DM Sans,sans-serif;color:var(--gray-900);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}.tbill-scope h1,.tbill-scope h2,.tbill-scope h3{font-family:Playfair Display,serif}.tbill-scope .container{max-width:1100px;margin:0 auto;padding:0 24px}.tbill-scope .nav{background:var(--white);border-bottom:2px solid var(--red);position:-webkit-sticky;position:sticky;top:0;z-index:100;padding:0 24px}.tbill-scope .nav-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}.tbill-scope .nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.tbill-scope .nav-logo-icon{width:36px;height:36px;background:var(--red);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:16px;font-family:Playfair Display,serif}.tbill-scope .nav-logo-text{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:var(--gray-900)}.tbill-scope .nav-logo-text span{color:var(--red)}.tbill-scope .nav-links{display:flex;align-items:center;gap:8px;list-style:none}.tbill-scope .nav-links a{text-decoration:none;color:var(--gray-600);font-size:14px;font-weight:500;padding:6px 12px;border-radius:6px;transition:all .15s}.tbill-scope .nav-links a:hover{color:var(--red);background:var(--red-pale)}.tbill-scope .nav-donate{background:var(--red)!important;color:var(--white)!important;border-radius:20px!important;padding:6px 16px!important}.tbill-scope .nav-donate:hover{background:var(--red-dark)!important}.tbill-scope .hero{background:var(--red);background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");padding:72px 24px 80px;color:#fff;position:relative;overflow:hidden}.tbill-scope .hero:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:40px;background:var(--off-white);-webkit-clip-path:ellipse(55% 100% at 50% 100%);clip-path:ellipse(55% 100% at 50% 100%)}.tbill-scope .hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.tbill-scope .hero-flag{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:.8;margin-bottom:16px;display:flex;align-items:center;gap:8px}.tbill-scope .hero h1{font-size:52px;line-height:1.1;margin-bottom:20px;font-weight:900}.tbill-scope .hero h1 span{color:var(--gold)}.tbill-scope .hero-sub{font-size:17px;opacity:.9;line-height:1.6;margin-bottom:32px}.tbill-scope .hero-ctas{display:flex;gap:12px;flex-wrap:wrap}.tbill-scope .btn-primary{background:#fff;color:var(--red);padding:13px 28px;border-radius:8px;font-weight:600;font-size:15px;text-decoration:none;border:none;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px}.tbill-scope .btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}.tbill-scope .btn-outline{background:transparent;color:#fff;padding:13px 28px;border-radius:8px;font-weight:600;font-size:15px;text-decoration:none;border:2px solid hsla(0,0%,100%,.5);cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px}.tbill-scope .btn-outline:hover{border-color:#fff;background:hsla(0,0%,100%,.1)}.tbill-scope .hero-calc{background:#fff;border-radius:16px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.2)}.tbill-scope .hero-calc h3{font-size:12px;font-family:DM Sans,sans-serif;font-weight:600;color:var(--gray-600);margin-bottom:20px;text-transform:uppercase;letter-spacing:.08em}.tbill-scope .calc-field{margin-bottom:16px}.tbill-scope .calc-field label{display:block;font-size:12px;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.tbill-scope .calc-field input,.tbill-scope .calc-field select{width:100%;padding:10px 14px;border:1.5px solid var(--gray-200);border-radius:8px;font-size:15px;font-family:DM Sans,sans-serif;color:var(--gray-900);outline:none;transition:border-color .15s;background:#fff}.tbill-scope .calc-field input:focus,.tbill-scope .calc-field select:focus{border-color:var(--red)}.tbill-scope .calc-result{background:var(--red-pale);border:1.5px solid var(--red-light);border-radius:10px;padding:16px;margin-top:16px}.tbill-scope .calc-result-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.tbill-scope .calc-result-label{font-size:13px;color:var(--gray-600)}.tbill-scope .calc-result-value{font-size:15px;font-weight:600;color:var(--red-dark)}.tbill-scope .calc-result-value.big{font-size:22px;font-family:Playfair Display,serif}.tbill-scope .section{padding:64px 0}.tbill-scope .section-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:10px}.tbill-scope .section-title{font-size:36px;font-weight:700;color:var(--gray-900);margin-bottom:14px;line-height:1.2}.tbill-scope .section-sub{font-size:16px;color:var(--gray-600);max-width:560px;line-height:1.6}.tbill-scope .card{background:#fff;border-radius:14px;padding:28px;border:1px solid var(--gray-200)}.tbill-scope .card-grid{display:grid;grid-gap:20px;gap:20px}.tbill-scope .card-grid-3{grid-template-columns:repeat(3,1fr)}.tbill-scope .card-grid-2{grid-template-columns:repeat(2,1fr)}.tbill-scope .stat-card{background:#fff;border-radius:14px;padding:24px 28px;border:1px solid var(--gray-200);border-left:4px solid var(--red)}.tbill-scope .stat-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);margin-bottom:8px}.tbill-scope .stat-value{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:var(--gray-900);line-height:1;margin-bottom:4px}.tbill-scope .stat-sub{font-size:13px;color:var(--gray-400)}.tbill-scope .data-table{width:100%;border-collapse:collapse;font-size:14px}.tbill-scope .data-table th{text-align:left;padding:10px 16px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);border-bottom:2px solid var(--gray-200);background:var(--gray-100)}.tbill-scope .data-table td{padding:12px 16px;border-bottom:1px solid var(--gray-200);color:var(--gray-900)}.tbill-scope .data-table tr:hover td{background:var(--red-pale)}.tbill-scope .data-table tr:last-child td{border-bottom:none}.tbill-scope .badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.tbill-scope .badge-red{background:var(--red-pale);color:var(--red)}.tbill-scope .badge-gold{background:var(--gold-light);color:#7a5c1e}.tbill-scope .badge-green{background:#e8f5e9;color:#2e7d32}.tbill-scope .disclaimer{background:var(--gray-100);border-left:3px solid var(--gray-400);padding:12px 16px;border-radius:0 8px 8px 0;font-size:12px;color:var(--gray-600);line-height:1.5}.tbill-scope .footer{background:var(--gray-900);color:var(--gray-400);padding:40px 24px;margin-top:64px}.tbill-scope .footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.tbill-scope .footer-brand{font-family:Playfair Display,serif;font-size:18px;color:#fff}.tbill-scope .footer-brand span{color:var(--red-light)}.tbill-scope .footer-links{display:flex;gap:20px;list-style:none}.tbill-scope .footer-links a{color:var(--gray-400);text-decoration:none;font-size:13px;transition:color .15s}.tbill-scope .footer-links a:hover{color:#fff}.tbill-scope .footer-note{font-size:12px;text-align:center;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.1);max-width:1100px;margin:24px auto 0}.tbill-scope .donate-bar{background:var(--gold-light);border:1px solid var(--gold);border-radius:12px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.tbill-scope .donate-text{font-size:14px;color:#5c4a1a}.tbill-scope .btn-donate{background:var(--gold);color:#fff;padding:10px 24px;border-radius:8px;font-weight:600;font-size:14px;text-decoration:none;border:none;cursor:pointer;transition:all .2s;white-space:nowrap}.tbill-scope .btn-donate:hover{background:#a8882e;transform:translateY(-1px)}.tbill-scope .page-header{background:var(--red);padding:48px 24px 56px;color:#fff;position:relative}.tbill-scope .page-header:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:32px;background:var(--off-white);-webkit-clip-path:ellipse(55% 100% at 50% 100%);clip-path:ellipse(55% 100% at 50% 100%)}.tbill-scope .page-header-inner{max-width:1100px;margin:0 auto}.tbill-scope .page-header h1{font-size:40px;font-weight:900;margin-bottom:10px}.tbill-scope .page-header p{opacity:.85;font-size:16px}@media (max-width:768px){.tbill-scope .hero-inner{grid-template-columns:1fr}.tbill-scope .hero h1{font-size:36px}.tbill-scope .hero-calc{display:none}.tbill-scope .card-grid-2,.tbill-scope .card-grid-3{grid-template-columns:1fr}.tbill-scope .nav-links{display:none}.tbill-scope .section-title{font-size:28px}}