.dc-container{display:flex;flex-direction:column;gap:22px}.dc-section{display:flex;flex-direction:column;gap:8px}.dc-heading{font-size:18px;font-weight:700;color:#1f2937;letter-spacing:-.2px;margin-bottom:4px}.dc-line{font-size:15px;color:#374151;line-height:1.5;margin-top:2px}.dc-strong{font-weight:700;color:#111827}.dc-note{font-size:13px;color:#6b7280;margin-top:4px;line-height:1.4}.dc-price-label{font-size:15px;color:#1f2937;font-weight:600;margin-top:-2px}.dc-divider{height:1px;background:#e5e7eb}.dc-disabled{background:#9ca3af!important;cursor:not-allowed!important;opacity:.8}.dc-box{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px 16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 1px 3px #0000000f;transition:box-shadow .18s ease,transform .18s ease}.dc-box:hover{box-shadow:0 3px 10px #00000014;transform:translateY(-1px)}.dc-box .th-btn{font-size:14px;font-weight:600;padding:12px 14px;border-radius:10px}.dc-hero{border:1px solid #dbeafe;background:#f0f7ff}.dc-pay{border:1px solid #fef3c7;background:#fffaf1}.dc-note.success{color:#059669;font-weight:500}.tp-backdrop{position:fixed;inset:0;background:#00000073;z-index:9999;display:flex;justify-content:center;align-items:center}.tp-modal{background:#fff;width:100%;max-width:720px;max-height:90vh;border-radius:16px;display:flex;flex-direction:column;overflow:hidden}.tp-header{padding:16px 20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.tp-title{margin:0;font-size:18px;font-weight:600}.tp-close-icon{background:none;border:none;font-size:20px;cursor:pointer}.tp-grid{padding:16px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;overflow-y:auto}.tp-card{border:1px solid #e5e7eb;border-radius:12px;padding:16px;text-align:center}.tp-card-name{font-weight:600;margin-bottom:12px}.tp-footer{padding:12px 16px;border-top:1px solid #eee}.tp-close-btn{width:100%;padding:10px;border-radius:8px;border:1px solid #ddd;background:#fff;font-weight:500}@media(max-width:640px){.tp-backdrop{align-items:flex-end}.tp-modal{height:100vh;max-height:100vh;border-radius:0}.tp-grid{grid-template-columns:1fr}}:root{--th-brand:#0052cc;--th-bg:#f7f8fb;--th-fg:#0f172a;--th-muted:#6b7280;--th-border:#e5e7eb;--th-card:#ffffff}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji";color:var(--th-fg);background:var(--th-bg)}a{color:inherit}.th-container{max-width:1100px;margin:0 auto;padding-inline:16px}.section{padding-block:56px}.th-nav{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--th-border)}.th-nav-inner{max-width:1100px;margin:0 auto;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand-logo{height:28px;width:28px;border-radius:6px}.brand-name{font-weight:700;letter-spacing:.2px}.nav-right{display:flex;align-items:center;gap:12px}.th-link{text-decoration:none;color:var(--th-fg);padding:8px 10px;border-radius:10px}.dropdown{position:relative}.dropdown>.th-btn{position:relative;z-index:1001}.dropdown-menu{position:absolute;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--th-border);border-radius:12px;min-width:180px;padding:8px;box-shadow:0 12px 28px #0000001f;display:none;z-index:1000;pointer-events:auto}.dropdown-menu a{display:block;padding:10px 12px;text-decoration:none;color:var(--th-fg);border-radius:8px}.dropdown-menu a:hover{background:#f6f7fb}.dropdown:hover .dropdown-menu,.dropdown.open .dropdown-menu,.dropdown:focus-within .dropdown-menu{display:block}.th-card{background:var(--th-card);border:1px solid var(--th-border);border-radius:16px}.th-card-body{padding:20px}.th-card-elevated{box-shadow:0 10px 30px #0000000d}.kicker{color:var(--th-brand);font-weight:600;text-transform:uppercase;letter-spacing:.4px;font-size:12px}.card-title{margin:6px 0 8px}.hero{padding-block:64px}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:stretch}.hero-title{font-size:32px;margin:8px 0;font-weight:700}.hero-sub{color:var(--th-muted);margin:0 0 14px;font-size:16px;line-height:1.55}.hero-cta{display:flex;gap:12px;align-items:center}.th-btn-lg{padding:12px 16px;font-size:15px;border-radius:12px}.th-link-ghost{text-decoration:none;color:var(--th-muted);padding:8px 10px;border-radius:10px}.th-link-ghost:hover{background:#f3f4f6}.trust-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.trust-pill{font-size:12px;color:#0b3a78;background:#e8f1ff;border:1px solid #d6e6ff;padding:6px 10px;border-radius:999px}.th-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.th-field{display:block}.th-label{font-size:13px;color:var(--th-muted);margin:6px 0}input,textarea{display:block;width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--th-border);outline:none;background:#fff;font-size:14px}textarea{resize:vertical}.btn-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-start;padding-top:4px}.small{font-size:12px}.muted{color:var(--th-muted)}.mt-8{margin-top:8px}.th-btn{padding:8px 12px;border-radius:10px;border:1px solid var(--th-border);background:#fff;cursor:pointer;font-size:14px;transition:filter .15s ease,background .15s ease}.th-btn:hover{background:#fafafa}.th-btn.primary{background:var(--th-brand);color:#fff;border-color:var(--th-brand)}.th-btn.primary:hover{filter:brightness(.95)}.th-btn.ghost{background:transparent;border-color:transparent;color:var(--th-muted)}.th-btn.th-google{display:flex;align-items:center;gap:8px;border-color:#dadce0}.g-badge{width:16px;height:16px;border-radius:3px;display:inline-grid;place-items:center;font-size:12px;font-weight:700;background:#fff;color:#4285f4;border:1px solid #dadce0}.th-btn.th-facebook{display:flex;align-items:center;gap:8px;color:#fff;background:#1877f2;border-color:#1877f2}.f-badge{width:16px;height:16px;border-radius:3px;display:inline-grid;place-items:center;font-size:12px;font-weight:700;background:#fff;color:#1877f2;border:1px solid #1877F2;text-transform:lowercase}.steps{display:grid;gap:8px;margin:10px 0 0;line-height:1.5}.ticks{display:grid;gap:8px;margin:10px 0 0}.ticks li::marker{content:"✓ ";color:#10b981}.login-card{align-self:stretch}.forgot-row{margin-top:10px}.th-link-btn{background:none;border:none;color:var(--th-muted);cursor:pointer;padding:0;text-decoration:underline}.forgot-inline{margin-top:6px;padding:10px;border:1px dashed var(--th-border);border-radius:10px;background:#fbfdff}.site-footer{padding-block:28px;color:var(--th-muted);text-align:center}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.section{padding-block:40px}}.input-error{border-color:#dc2626!important;box-shadow:0 0 0 1px #dc262626}.overlay-fullscreen{position:fixed;inset:0;background:#020617;display:flex;align-items:center;justify-content:center;padding:16px;z-index:60}.overlay-card{max-width:420px;width:100%}@media(max-width:600px){.hero-grid{grid-template-columns:1fr!important}.home-sticky-cta{display:flex}}@media(max-width:480px){.th-card{padding:14px!important;border-radius:12px!important}.th-card-body{padding:12px!important}.th-btn{padding:10px 14px!important;font-size:15px!important}.th-input{padding:10px 12px!important;font-size:15px}.th-field{margin-bottom:14px!important}h1,h2,h3{font-size:18px!important}.section{padding-left:12px!important;padding-right:12px!important}}
