.dc-container{display:flex;flex-direction:column;gap:20px;max-width:560px;margin:0 auto}.dc-section{display:flex;flex-direction:column;gap:10px}.dc-heading{font-size:17px;font-weight:800;color:#0f172a;letter-spacing:-.3px;margin:0 0 8px;display:flex;align-items:center;gap:8px}.dc-line{font-size:14px;color:#475569;line-height:1.6;margin:0}.dc-strong{font-weight:700;color:#0f172a}.dc-disabled{background:#cbd5e1!important;color:#64748b!important;cursor:not-allowed!important;opacity:.8}.dc-box{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1.5px solid #e2e8f0;border-radius:12px;padding:20px 18px;display:flex;flex-direction:column;gap:14px;transition:all .2s ease}.dc-box:hover{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#cbd5e1;box-shadow:0 2px 8px #0000000d}.dc-hero{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #93c5fd}.dc-hero:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#60a5fa;box-shadow:0 4px 12px #3b82f626}.dc-pay{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px solid #fcd34d}.dc-pay:hover{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#fbbf24;box-shadow:0 4px 12px #fbbf2426}.dc-note{font-size:13px;color:#64748b;line-height:1.5;font-weight:500;margin:4px 0 0;padding:10px 12px;border-radius:8px;background:#64748b14}.dc-note.success{color:#166534;background:#dcfce7;border-left:3px solid #22c55e;font-weight:600}.dc-note.warning{color:#9a3412;background:#ffedd5;border-left:3px solid #f97316;font-weight:600}.dc-note.info{color:#1e40af;background:#dbeafe;border-left:3px solid #3b82f6;font-weight:600}.dc-price-display{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 14px;background:#ffffff80;border-radius:8px;border:1px dashed #fbbf24}.dc-price-original{font-size:15px;color:#94a3b8;text-decoration:line-through;font-weight:500}.dc-price-final{font-size:22px;color:#0f172a;font-weight:900;letter-spacing:-.5px}.dc-price-badge{font-size:11px;font-weight:700;color:#15803d;background:#dcfce7;padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.3px;border:1px solid #86efac}.dc-box .th-btn{font-size:14px;font-weight:700;padding:12px 16px;border-radius:10px;border:none;cursor:pointer;transition:all .2s ease;text-align:center}.dc-box .th-btn.primary{background:linear-gradient(135deg,#0052cc,#0041a8);color:#fff;box-shadow:0 2px 6px #0052cc33}.dc-box .th-btn.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #0052cc4d}.dc-box .th-btn.primary:active:not(:disabled){transform:translateY(0)}.dc-box .th-btn.w-full{width:100%}@media(max-width:640px){.dc-container{gap:16px}.dc-heading{font-size:16px}.dc-line{font-size:13px}.dc-box{padding:16px 14px;gap:12px}.dc-box .th-btn{font-size:13px;padding:11px 14px}.dc-price-final{font-size:20px}.dc-price-display{padding:10px 12px;gap:8px}}@media(max-width:480px){.dc-heading{font-size:15px}.dc-box{padding:14px 12px}.dc-note{font-size:12px;padding:8px 10px}}.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}}
