:root,:root[data-theme=light]{--primary: #4f46e5;--primary-light: #e0e7ff;--accent: #f97316;--dark: #111827;--gray-900: #1f2937;--gray-700: #374151;--gray-500: #6b7280;--gray-400: #9ca3af;--gray-200: #e5e7eb;--gray-100: #f3f4f6;--gray-50: #f9fafb;--white: #ffffff;--radius: 16px;--surface: #ffffff;--surface-sunken: #f9fafb;--surface-hover: #f3f4f6;--border: #e5e7eb;--border-soft: #f3f4f6;--text-primary: #111827;--text-secondary: #6b7280;--text-muted: #9ca3af;--scrim: rgba(0, 0, 0, .45);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-md: 0 12px 28px -10px rgba(0, 0, 0, .2);--shadow-lg: 0 24px 48px -12px rgba(0, 0, 0, .4)}:root[data-theme=dark]{--primary: #818cf8;--primary-light: #1e1b4b;--accent: #fb923c;--dark: #f3f4f6;--gray-900: #f3f4f6;--gray-700: #d8dce8;--gray-500: #9099b0;--gray-400: #71778a;--gray-200: #2e3142;--gray-100: #252836;--gray-50: #1a1d29;--white: #232634;--surface: #232634;--surface-sunken: #1a1d29;--surface-hover: #2a2d3c;--border: #2e3142;--border-soft: #252836;--text-primary: #f1f3f8;--text-secondary: #9099b0;--text-muted: #71778a;--scrim: rgba(0, 0, 0, .65);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .35);--shadow-md: 0 12px 28px -10px rgba(0, 0, 0, .55);--shadow-lg: 0 24px 48px -12px rgba(0, 0, 0, .7);color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--surface-sunken);color:var(--text-primary);-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}input,select,textarea,button{color-scheme:inherit}a{color:inherit;text-decoration:none}.site-nav{background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100}.nav-inner{max-width:1140px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:64px}.logo{display:flex;align-items:center;gap:10px}.logo img{height:36px}.logo span{font-size:18px;font-weight:800;color:var(--dark);letter-spacing:-.3px}.nav-links{display:flex;gap:4px}.nav-links a{color:var(--gray-500);font-size:14px;font-weight:500;padding:8px 14px;border-radius:8px;transition:all .15s}.nav-links a:hover{color:var(--dark);background:var(--gray-100)}.nav-links a.active{color:var(--primary);background:var(--primary-light);font-weight:600}.section{max-width:1140px;margin:0 auto;padding:64px 24px}.section-label{display:inline-block;font-size:12px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px}.section-title{font-size:30px;font-weight:800;color:var(--dark);margin-bottom:6px;letter-spacing:-.5px}.section-subtitle{color:var(--gray-500);font-size:15px;margin-bottom:36px}.page-hero{background:linear-gradient(135deg,#6c35de,#4f1dab);padding:56px 24px;text-align:center}.page-hero h1{font-size:36px;font-weight:900;color:#fff;margin-bottom:8px;letter-spacing:-.5px}.page-hero p{color:#ffffffbf;font-size:15px}.site-footer{background:var(--white);border-top:1px solid var(--gray-200);padding:36px 24px;text-align:center}.footer-links{display:flex;justify-content:center;gap:4px;flex-wrap:wrap;margin-bottom:16px}.footer-links a{color:var(--gray-500);font-size:13px;font-weight:500;padding:6px 14px;border-radius:6px;transition:all .15s}.footer-links a:hover{color:var(--dark);background:var(--gray-100)}.footer-copy{color:var(--gray-400);font-size:12px}.hero{background:linear-gradient(135deg,#6c35de,#4f1dab);padding:80px 24px;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:#ffffff0f;border-radius:50%}.hero:after{content:"";position:absolute;bottom:-150px;left:-100px;width:400px;height:400px;background:#ffffff0a;border-radius:50%}.hero-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#ffffff26;color:#fff;padding:6px 16px;border-radius:50px;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:24px}.hero h1{font-size:48px;font-weight:900;color:#fff;margin-bottom:16px;line-height:1.1;letter-spacing:-1px}.hero p{color:#fffc;font-size:17px;line-height:1.7;margin-bottom:40px}.hero-stats{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.stat-pill{background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);padding:16px 28px;border-radius:14px;text-align:center;min-width:130px}.stat-pill .number{font-size:28px;font-weight:800;color:#fff}.stat-pill .label{font-size:11px;color:#ffffffa6;text-transform:uppercase;letter-spacing:1px;margin-top:2px}.about-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:40px}.about-card p{color:var(--gray-700);font-size:15px;line-height:1.9;margin-bottom:16px}.about-card p:last-child{margin-bottom:0}.about-card strong{color:var(--dark)}.features-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px}.feature-item{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:20px;text-align:center;transition:all .2s}.feature-item:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #6c35de14}.feature-item i{font-size:24px;color:var(--primary);margin-bottom:10px;display:block}.feature-item span{font-size:13px;font-weight:600;color:var(--gray-700)}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.product-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;transition:all .25s}.product-card:hover{border-color:var(--primary);box-shadow:0 8px 30px #6c35de1a;transform:translateY(-4px)}.product-card-img{background:linear-gradient(135deg,var(--primary-light) 0%,#e8e0ff 100%);text-align:center;padding:36px 24px}.product-card-img img{max-width:200px;height:auto}.product-card-body{padding:28px}.product-card-body h3{font-size:18px;font-weight:700;color:var(--dark);margin-bottom:16px}.product-card-body ul{list-style:none;padding:0;margin:0}.product-card-body li{color:var(--gray-700);font-size:14px;padding:10px 0;border-bottom:1px solid var(--gray-100);display:flex;align-items:center;gap:10px}.product-card-body li:last-child{border-bottom:none}.product-card-body li i{color:var(--primary);font-size:8px;flex-shrink:0;width:20px;height:20px;background:var(--primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.contact-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:28px;text-align:center;transition:all .2s}.contact-card:hover{border-color:var(--primary);box-shadow:0 4px 16px #6c35de14;transform:translateY(-2px)}.contact-card .icon{width:52px;height:52px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:20px}.icon-address{background:#eff6ff;color:#3b82f6}.icon-phone{background:#f0fdf4;color:#22c55e}.icon-email{background:var(--primary-light);color:var(--primary)}.icon-hours{background:#fffbeb;color:#f59e0b}.contact-card h3{font-size:11px;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:10px}.contact-card p{color:var(--gray-700);font-size:15px;line-height:1.7;font-weight:500}.banner-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden}.banner-card img{width:100%;height:auto;display:block}.policy-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:32px;margin-bottom:16px;transition:all .2s;display:flex;gap:20px;align-items:flex-start}.policy-card:hover{border-color:var(--primary);box-shadow:0 4px 16px #6c35de0f}.policy-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.icon-shield{background:#eff6ff;color:#3b82f6}.icon-lock{background:#f0fdf4;color:#22c55e}.icon-refund{background:#eff6ff;color:#3b82f6}.icon-amend{background:#fffbeb;color:#f59e0b}.icon-consent{background:#f0fdf4;color:#22c55e}.icon-law{background:var(--primary-light);color:var(--primary)}.policy-content h3{font-size:17px;font-weight:700;color:var(--dark);margin-bottom:8px}.policy-content p{color:var(--gray-500);font-size:14px;line-height:1.8}.terms-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden}.term-item{display:flex;gap:16px;padding:22px 28px;border-bottom:1px solid var(--gray-100);align-items:flex-start;transition:background .15s}.term-item:last-child{border-bottom:none}.term-item:hover{background:var(--gray-50)}.term-number{flex-shrink:0;width:32px;height:32px;border-radius:8px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;margin-top:2px}.term-text{color:var(--gray-500);font-size:14px;line-height:1.8}@media(max-width:768px){.hero h1{font-size:32px}.hero-stats{gap:10px}.stat-pill{padding:12px 20px;min-width:110px}.stat-pill .number{font-size:22px}.product-grid{grid-template-columns:1fr}.features-row{grid-template-columns:1fr 1fr}.nav-links{display:none}}@media(max-width:640px){.page-hero h1{font-size:28px}.contact-grid{grid-template-columns:1fr}.policy-card{flex-direction:column;gap:12px}.term-item{padding:18px 20px}}:root[data-theme=dark] .panel,:root[data-theme=dark] .summary-card,:root[data-theme=dark] .modal,:root[data-theme=dark] .modal-card,:root[data-theme=dark] .box-card,:root[data-theme=dark] .profile-card,:root[data-theme=dark] .result-card,:root[data-theme=dark] .kpi,:root[data-theme=dark] .card,:root[data-theme=dark] .table-wrap,:root[data-theme=dark] .timeline-item,:root[data-theme=dark] .dropdown,:root[data-theme=dark] .suggestions,:root[data-theme=dark] .suggestion-list,:root[data-theme=dark] .autocomplete-list,:root[data-theme=dark] .typeahead-list{background:var(--surface)!important;border-color:var(--border)!important;color:var(--text-primary)!important}:root[data-theme=dark] .toolbar .search,:root[data-theme=dark] .toolbar .search-input{background:var(--surface)!important;border-color:var(--border)!important;color:var(--text-primary)!important}:root[data-theme=dark] .dropdown-item,:root[data-theme=dark] .suggestion-item,:root[data-theme=dark] .suggestions li,:root[data-theme=dark] .suggestion-list li{color:var(--text-primary)!important;background:transparent!important}:root[data-theme=dark] .dropdown-item:hover,:root[data-theme=dark] .suggestion-item:hover,:root[data-theme=dark] .suggestions li:hover,:root[data-theme=dark] .suggestion-list li:hover{background:var(--surface-hover)!important;color:var(--text-primary)!important}:root[data-theme=dark] .panel-head,:root[data-theme=dark] .modal-head,:root[data-theme=dark] .modal-foot{border-color:var(--border)}:root[data-theme=dark] .field input,:root[data-theme=dark] .field select,:root[data-theme=dark] .field textarea,:root[data-theme=dark] .search-input,:root[data-theme=dark] .field input:focus,:root[data-theme=dark] .field select:focus,:root[data-theme=dark] .field textarea:focus,:root[data-theme=dark] .search-input:focus{background:var(--surface-sunken)!important;color:var(--text-primary)!important}:root[data-theme=dark] .field input,:root[data-theme=dark] .field select,:root[data-theme=dark] .field textarea,:root[data-theme=dark] .search-input,:root[data-theme=dark] input[type=text],:root[data-theme=dark] input[type=email],:root[data-theme=dark] input[type=password],:root[data-theme=dark] input[type=number],:root[data-theme=dark] input[type=date],:root[data-theme=dark] input[type=search],:root[data-theme=dark] input[type=tel],:root[data-theme=dark] textarea,:root[data-theme=dark] select{color:var(--text-primary)}:root[data-theme=dark] .pager button,:root[data-theme=dark] .pager-controls button,:root[data-theme=dark] .pager .page-btn,:root[data-theme=dark] select.page-size,:root[data-theme=dark] .btn-outline{background:var(--surface);color:var(--text-primary);border-color:var(--border)}:root[data-theme=dark] table.data,:root[data-theme=dark] table.report-table{color:var(--text-primary)}:root[data-theme=dark] table.data thead th,:root[data-theme=dark] table.report-table thead th{background:var(--surface-sunken);color:var(--text-secondary)}:root[data-theme=dark] table.data tbody tr:hover,:root[data-theme=dark] table.report-table tbody tr:hover{background:var(--surface-hover)}:root[data-theme=dark] table.data tfoot td{background:var(--surface-sunken)}html:root .btn{padding:6px 12px;font-size:12px;border-radius:8px;font-weight:600;gap:6px}html:root .btn-sm{padding:4px 10px;font-size:11px;border-radius:6px}html:root .btn-lg{padding:8px 16px;font-size:13px;border-radius:8px}html:root .btn-link{padding:4px 8px;font-size:12px}
