:root{--bg:#fff;--surface:#f7f9fc;--surface2:#eef3f9;--text:#182235;--muted:#687386;--line:#dde4ee;--primary:#1557d5;--primary-dark:#0d3f9f;--navy:#0e1d36;--success:#168451;--danger:#c63d45;--warning:#e99a17;--shadow:0 18px 50px rgba(28,48,82,.09);--shadow-sm:0 8px 24px rgba(28,48,82,.07);--radius:18px;--radius-sm:12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:"Times New Roman",Times,serif;font-size:16px;line-height:1.58}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}.container{width:min(1180px,calc(100% - 36px));margin:0 auto}.header-top{background:var(--navy);color:#dbe7fa;font-size:13px}.header-top-inner{height:34px;display:flex;align-items:center;justify-content:space-between}.header-top-inner>span{display:flex;gap:7px;align-items:center}.header-top-links{display:flex;gap:22px}.header-top a:hover{color:#fff}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.nav-shell{height:76px;display:flex;align-items:center;gap:32px}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand-mark{width:38px;height:38px;border-radius:11px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:17px;box-shadow:0 8px 18px rgba(21,87,213,.22)}.brand strong{display:block;font-size:20px;line-height:1.05;letter-spacing:-.2px}.brand small{display:block;color:var(--muted);font-size:11px;margin-top:4px;line-height:1}.main-nav{display:flex;align-items:center;gap:5px;margin-left:auto}.main-nav a{padding:10px 13px;border-radius:9px;font-size:15px;font-weight:600;color:#43506a;transition:.18s}.main-nav a:hover,.main-nav a.active{background:var(--surface2);color:var(--primary)}.nav-actions{display:flex;align-items:center;gap:8px}.icon-btn,.mobile-toggle{width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:10px;display:grid;place-items:center;color:#46536a}.icon-btn:hover,.mobile-toggle:hover{color:var(--primary);border-color:#bdcbea}.mobile-toggle{display:none}.btn{border:1px solid transparent;border-radius:10px;padding:10px 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;line-height:1.2;transition:.18s}.btn-sm{padding:9px 14px;font-size:14px}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-1px)}.btn-light{background:#fff;border-color:var(--line);color:var(--text)}.btn-light:hover{background:var(--surface)}.btn-dark{background:var(--navy);color:#fff}.btn-danger{background:#fff0f0;color:var(--danger);border-color:#f1cccc}.account-menu{position:relative}.account-trigger{height:40px;border:0;background:transparent;display:flex;align-items:center;gap:7px}.account-trigger>span{width:34px;height:34px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:700}.account-trigger i{font-size:10px;color:var(--muted)}.account-dropdown{position:absolute;right:0;top:48px;width:220px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;opacity:0;visibility:hidden;transform:translateY(-5px);transition:.16s}.account-menu:hover .account-dropdown,.account-menu:focus-within .account-dropdown{opacity:1;visibility:visible;transform:none}.account-dropdown a{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px;font-size:14px}.account-dropdown a:hover{background:var(--surface);color:var(--primary)}.account-name{padding:8px 10px 11px;border-bottom:1px solid var(--line);margin-bottom:5px}.account-name strong,.account-name small{display:block}.account-name small{color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-search-panel{max-height:0;overflow:hidden;border-top:0 solid var(--line);transition:.24s;background:#fff}.header-search-panel.open{max-height:92px;border-top-width:1px}.header-search-form{height:76px;display:flex;align-items:center;gap:12px}.header-search-form>i{color:var(--muted)}.header-search-form input{flex:1;border:0;outline:0;font-size:17px}.flash-wrap{position:relative}.flash-list{position:fixed;top:120px;right:24px;z-index:200;width:min(360px,calc(100% - 30px));display:grid;gap:10px}.flash{padding:13px 16px;border-radius:11px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:.25s}.flash-success{border-left:4px solid var(--success)}.flash-error{border-left:4px solid var(--danger)}.flash-info{border-left:4px solid var(--primary)}.flash.hide{opacity:0;transform:translateX(20px);pointer-events:none}.hero{padding:54px 0 34px;background:linear-gradient(180deg,#f8fbff 0,#fff 100%);border-bottom:1px solid #edf1f7}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:58px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 11px;border:1px solid #cbdaf6;background:#f2f6ff;color:var(--primary);border-radius:99px;font-size:13px;font-weight:700}.hero h1{font-size:50px;line-height:1.08;letter-spacing:-1.4px;margin:15px 0 17px;max-width:710px}.hero h1 span{color:var(--primary)}.hero-copy{font-size:18px;color:var(--muted);max-width:670px;margin:0 0 24px}.hero-search{display:flex;align-items:center;background:#fff;border:1px solid #cfd9e8;border-radius:14px;padding:7px;box-shadow:0 12px 35px rgba(32,59,102,.08);max-width:690px}.hero-search>i{margin-left:11px;color:#8b96a8}.hero-search input{flex:1;border:0;outline:0;padding:10px 12px;min-width:0}.hero-search .btn{padding:12px 19px}.quick-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:15px;color:var(--muted);font-size:13px}.quick-links a{border-bottom:1px dashed #aeb9c9}.quick-links a:hover{color:var(--primary)}.hero-visual{position:relative;min-height:420px}.visual-card-main{position:absolute;right:0;top:20px;width:88%;height:350px;border-radius:28px;background:var(--navy);overflow:hidden;box-shadow:0 25px 60px rgba(13,29,54,.2)}.visual-card-main:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 20%,rgba(70,130,255,.38),transparent 34%),linear-gradient(145deg,transparent 36%,rgba(255,255,255,.05))}.visual-content{position:absolute;inset:0;padding:34px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.visual-score{display:flex;align-items:end;gap:7px;margin:8px 0}.visual-score strong{font-size:58px;line-height:.9}.visual-score span{color:#c5d2e9}.visual-content h3{font-size:24px;margin:9px 0 4px}.visual-content p{color:#b9c8e2;margin:0;max-width:330px}.visual-badge{position:absolute;left:0;top:0;width:130px;height:130px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:22px;display:flex;flex-direction:column;justify-content:center}.visual-badge i{font-size:25px;color:var(--primary);margin-bottom:12px}.visual-badge strong{font-size:23px}.visual-badge small{color:var(--muted)}.visual-note{position:absolute;right:16px;bottom:8px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:14px 18px;border-radius:14px;display:flex;align-items:center;gap:11px}.visual-note span:first-child{width:38px;height:38px;border-radius:50%;background:#e9f7ef;color:var(--success);display:grid;place-items:center}.visual-note strong,.visual-note small{display:block}.visual-note small{color:var(--muted);font-size:12px}.section{padding:66px 0}.section-soft{background:var(--surface)}.section-heading{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:28px}.section-heading h2{font-size:33px;line-height:1.15;margin:7px 0 0;letter-spacing:-.5px}.section-heading p{color:var(--muted);margin:7px 0 0;max-width:600px}.section-link{color:var(--primary);font-weight:700;display:flex;align-items:center;gap:8px;white-space:nowrap}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.category-card{border:1px solid var(--line);border-radius:15px;background:#fff;padding:20px 16px;min-height:142px;transition:.2s}.category-card:hover{border-color:#b8c9e8;box-shadow:var(--shadow-sm);transform:translateY(-3px)}.category-icon{width:42px;height:42px;border-radius:11px;background:#edf3ff;color:var(--primary);display:grid;place-items:center;margin-bottom:15px}.category-card strong{display:block;font-size:16px}.category-card small{color:var(--muted);font-size:12px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden;transition:.2s;display:flex;flex-direction:column;min-width:0}.review-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#cbd5e4}.review-card-image{position:relative;aspect-ratio:16/10;background:#edf1f7;overflow:hidden}.review-card-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.review-card:hover .review-card-image img{transform:scale(1.035)}.type-badge{position:absolute;top:12px;left:12px;background:rgba(14,29,54,.9);color:#fff;border-radius:8px;padding:5px 9px;font-size:12px;font-weight:700}.favorite-float{position:absolute;right:12px;top:12px;width:36px;height:36px;border-radius:50%;border:0;background:rgba(255,255,255,.94);color:#43506a;box-shadow:0 5px 15px rgba(0,0,0,.1);display:grid;place-items:center}.favorite-float.active{color:#d83f58}.review-card-body{padding:19px 19px 17px;display:flex;flex-direction:column;flex:1}.card-category{font-size:12px;color:var(--primary);font-weight:700;margin-bottom:7px}.review-card h3{font-size:21px;line-height:1.25;margin:0 0 8px}.review-card h3 a:hover{color:var(--primary)}.review-card p{color:var(--muted);font-size:14px;margin:0 0 14px}.card-rating{display:flex;align-items:center;gap:8px;margin-top:auto}.stars{color:#f1a11d;display:inline-flex;gap:2px;font-size:13px}.card-rating strong{font-size:14px}.card-rating small{color:var(--muted)}.card-bottom{border-top:1px solid var(--line);margin-top:14px;padding-top:13px;display:flex;align-items:center;justify-content:space-between;gap:10px}.card-price{font-weight:700;color:var(--navy)}.card-provider{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48%}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.trust-item{padding:24px;display:flex;gap:13px;align-items:center;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item>span{width:43px;height:43px;border-radius:12px;background:#f0f5ff;color:var(--primary);display:grid;place-items:center;flex:none}.trust-item strong,.trust-item small{display:block}.trust-item small{color:var(--muted);font-size:12px;margin-top:2px}.split-feature{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center}.feature-panel{background:var(--navy);border-radius:24px;padding:34px;color:#fff;min-height:360px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.feature-panel:after{content:"";position:absolute;width:300px;height:300px;border:60px solid rgba(255,255,255,.04);border-radius:50%;right:-120px;top:-110px}.feature-panel .ai-orb{width:68px;height:68px;border-radius:20px;background:#fff;color:var(--primary);display:grid;place-items:center;font-size:25px}.feature-panel h3{font-size:29px;margin:20px 0 8px;position:relative;z-index:1}.feature-panel p{color:#bfcde3;max-width:410px;position:relative;z-index:1}.feature-content h2{font-size:35px;line-height:1.18;margin:10px 0 15px}.feature-content>p{color:var(--muted);font-size:17px}.feature-list{display:grid;gap:13px;margin-top:25px}.feature-line{display:flex;gap:13px}.feature-line>span{width:31px;height:31px;border-radius:9px;background:#e9f7ef;color:var(--success);display:grid;place-items:center;flex:none}.feature-line strong{display:block}.feature-line small{color:var(--muted)}.page-hero{padding:42px 0 30px;background:var(--surface);border-bottom:1px solid var(--line)}.breadcrumbs{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;margin-bottom:12px;flex-wrap:wrap}.breadcrumbs i{font-size:9px}.page-hero h1{font-size:38px;line-height:1.16;margin:0 0 8px}.page-hero p{margin:0;color:var(--muted);max-width:720px}.listing-layout{display:grid;grid-template-columns:250px 1fr;gap:28px;align-items:start}.filter-panel{border:1px solid var(--line);border-radius:16px;background:#fff;padding:19px;position:sticky;top:130px}.filter-panel h3{font-size:18px;margin:0 0 17px}.filter-group{border-top:1px solid var(--line);padding-top:15px;margin-top:15px}.filter-group:first-of-type{border-top:0;padding-top:0}.filter-group label.group-label{font-size:13px;font-weight:700;display:block;margin-bottom:8px}.input,.select,.textarea{width:100%;border:1px solid #cfd8e5;background:#fff;border-radius:10px;padding:10px 12px;outline:0}.input:focus,.select:focus,.textarea:focus{border-color:#7299e9;box-shadow:0 0 0 3px rgba(21,87,213,.08)}.checkbox-line{display:flex;gap:8px;align-items:center;padding:5px 0;font-size:14px}.filter-actions{display:grid;gap:8px;margin-top:18px}.listing-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px}.result-count{color:var(--muted);font-size:14px}.result-count strong{color:var(--text)}.sort-select{width:auto;min-width:170px}.listing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:19px}.pagination{display:flex;gap:6px;justify-content:center;align-items:center;margin-top:32px;flex-wrap:wrap}.page-link{min-width:38px;height:38px;padding:0 10px;border:1px solid var(--line);border-radius:9px;display:grid;place-items:center;background:#fff;font-size:14px}.page-link:hover{border-color:#aabddd;color:var(--primary)}.page-link.active{background:var(--primary);border-color:var(--primary);color:#fff}.page-dots{padding:0 3px;color:var(--muted)}.empty-state{border:1px dashed #c9d3e2;border-radius:16px;text-align:center;padding:55px 25px;background:var(--surface)}.empty-state i{font-size:28px;color:var(--primary)}.empty-state h3{margin:13px 0 5px}.empty-state p{color:var(--muted);margin:0 0 17px}.detail-hero{padding:34px 0 44px;background:var(--surface);border-bottom:1px solid var(--line)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:start}.detail-image{border-radius:22px;overflow:hidden;background:#e8edf5;aspect-ratio:4/3;border:1px solid var(--line)}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-title-row{display:flex;gap:15px;align-items:start}.detail-title{flex:1}.detail-title h1{font-size:38px;line-height:1.12;margin:7px 0 10px}.detail-provider{color:var(--muted);font-size:14px}.detail-score{display:flex;align-items:center;gap:11px;margin:17px 0}.score-number{font-size:27px;font-weight:700}.score-info small{display:block;color:var(--muted)}.detail-price{font-size:26px;font-weight:700;color:var(--navy);margin:14px 0}.detail-short{color:#586579;font-size:16px}.detail-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:19px 0}.meta-box{border:1px solid var(--line);border-radius:11px;padding:11px 13px;display:flex;gap:10px;align-items:center;background:#fff}.meta-box i{color:var(--primary)}.meta-box small,.meta-box strong{display:block}.meta-box small{color:var(--muted);font-size:11px}.detail-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.favorite-btn.active{color:#d83f58}.detail-body{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;padding:45px 0 70px}.content-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:27px;margin-bottom:22px}.content-card h2{font-size:26px;margin:0 0 18px}.rich-content{color:#354257}.rich-content h2,.rich-content h3,.rich-content h4{color:var(--text);margin-top:24px}.rich-content img{border-radius:12px}.rich-content table{border-collapse:collapse;width:100%}.rich-content th,.rich-content td{border:1px solid var(--line);padding:9px}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:15px}.pc-box{border-radius:14px;padding:18px}.pc-pros{background:#eef9f3;border:1px solid #cbe9d8}.pc-cons{background:#fff5f3;border:1px solid #f0d4ce}.pc-box h3{font-size:18px;margin:0 0 10px}.pc-box ul{margin:0;padding-left:20px}.detail-sidebar{position:sticky;top:130px}.sidebar-card{border:1px solid var(--line);border-radius:16px;padding:20px;background:#fff;margin-bottom:17px}.sidebar-card h3{font-size:19px;margin:0 0 13px}.score-large{display:flex;align-items:center;gap:12px}.score-large strong{font-size:36px}.rating-bars{display:grid;gap:7px;margin-top:15px}.rating-bar{display:grid;grid-template-columns:34px 1fr 28px;gap:7px;align-items:center;font-size:12px;color:var(--muted)}.bar-track{height:7px;background:#edf0f5;border-radius:99px;overflow:hidden}.bar-fill{height:100%;background:#f1a11d;border-radius:inherit}.review-list{display:grid;gap:15px}.user-review{border:1px solid var(--line);border-radius:14px;padding:18px}.review-user-head{display:flex;justify-content:space-between;gap:13px}.review-user{display:flex;gap:10px;align-items:center}.avatar{width:38px;height:38px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:700}.review-user strong,.review-user small{display:block}.review-user small{color:var(--muted);font-size:11px}.user-review h4{font-size:17px;margin:12px 0 5px}.user-review p{margin:0;color:#48566b}.review-mini-pc{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;font-size:13px}.review-mini-pc div{padding:10px;border-radius:9px;background:var(--surface)}.review-form .rating-picker{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:5px}.rating-picker input{display:none}.rating-picker label{font-size:24px;color:#cfd5dd;cursor:pointer}.rating-picker label:hover,.rating-picker label:hover~label,.rating-picker input:checked~label{color:#f1a11d}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group{margin-bottom:14px}.form-group label{display:block;font-size:13px;font-weight:700;margin-bottom:6px}.form-help{color:var(--muted);font-size:12px}.auth-section{min-height:calc(100vh - 250px);display:grid;place-items:center;padding:55px 0;background:var(--surface)}.auth-card{width:min(470px,100%);background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;box-shadow:var(--shadow-sm)}.auth-card h1{font-size:30px;margin:0 0 7px}.auth-card>p{color:var(--muted);margin:0 0 22px}.auth-card .btn{width:100%}.auth-foot{text-align:center;color:var(--muted);font-size:14px;margin-top:18px}.auth-foot a{color:var(--primary);font-weight:700}.info-page{padding:55px 0 75px}.info-layout{display:grid;grid-template-columns:240px 1fr;gap:35px}.info-nav{position:sticky;top:125px;align-self:start;border:1px solid var(--line);border-radius:14px;padding:10px}.info-nav a{display:block;padding:9px 10px;border-radius:8px;font-size:14px}.info-nav a:hover{background:var(--surface);color:var(--primary)}.info-content{max-width:820px}.info-content h1{font-size:38px;margin-top:0}.info-content h2{font-size:26px;margin-top:30px}.info-content p,.info-content li{color:#4e5b70}.faq-list{display:grid;gap:10px}.faq-item{border:1px solid var(--line);border-radius:12px;background:#fff}.faq-item button{width:100%;border:0;background:transparent;padding:15px 17px;display:flex;justify-content:space-between;text-align:left;font-weight:700}.faq-item .faq-answer{display:none;padding:0 17px 15px;color:var(--muted)}.faq-item.open .faq-answer{display:block}.ai-launcher{position:fixed;right:22px;bottom:22px;z-index:130;border:0;background:var(--navy);color:#fff;border-radius:99px;padding:7px 15px 7px 7px;display:flex;align-items:center;gap:9px;box-shadow:0 15px 40px rgba(14,29,54,.25)}.ai-launcher>span:first-child{width:39px;height:39px;border-radius:50%;background:var(--primary);display:grid;place-items:center}.ai-launcher-label{font-weight:700;font-size:14px}.ai-panel{position:fixed;right:22px;bottom:82px;z-index:140;width:min(390px,calc(100vw - 28px));height:560px;max-height:calc(100vh - 110px);background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 25px 70px rgba(14,29,54,.24);display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(12px) scale(.98);transition:.2s;overflow:hidden}.ai-panel.open{opacity:1;visibility:visible;transform:none}.ai-panel-head{padding:15px 16px;background:var(--navy);color:#fff;display:flex;justify-content:space-between;align-items:center}.ai-panel-head>div{display:flex;gap:10px;align-items:center}.ai-head-icon{width:37px;height:37px;border-radius:10px;background:var(--primary);display:grid;place-items:center}.ai-panel-head strong,.ai-panel-head small{display:block}.ai-panel-head small{font-size:11px;color:#bdcce3}.ai-close{width:32px;height:32px;border:0;border-radius:8px;background:rgba(255,255,255,.08);color:#fff}.ai-messages{flex:1;overflow:auto;padding:16px;background:#f7f9fc;display:flex;flex-direction:column;gap:10px}.ai-message{max-width:86%;padding:10px 12px;border-radius:13px;font-size:14px;white-space:pre-wrap}.ai-message-bot{align-self:flex-start;background:#fff;border:1px solid var(--line);border-bottom-left-radius:4px}.ai-message-user{align-self:flex-end;background:var(--primary);color:#fff;border-bottom-right-radius:4px}.ai-message.typing{color:var(--muted)}.ai-prompts{display:flex;gap:6px;padding:9px 12px 3px;overflow:auto}.ai-prompts button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:99px;padding:6px 9px;color:var(--primary);font-size:11px}.ai-form{display:flex;gap:8px;padding:11px;border-top:1px solid var(--line);align-items:end}.ai-form textarea{flex:1;resize:none;border:1px solid #ced7e4;border-radius:11px;padding:9px 11px;outline:0;max-height:110px}.ai-form button{width:40px;height:40px;border:0;border-radius:10px;background:var(--primary);color:#fff;flex:none}.site-footer{background:var(--navy);color:#d9e3f2;margin-top:auto}.footer-main{display:grid;grid-template-columns:1.4fr .8fr .9fr .9fr;gap:45px;padding:50px 0 38px}.brand-footer{color:#fff}.brand-footer small{color:#9fb0ca}.footer-brand p{color:#aebed5;max-width:390px;font-size:14px;margin-top:17px}.footer-column h3{color:#fff;font-size:16px;margin:5px 0 13px}.footer-column a,.footer-contact{display:block;color:#aebed5;font-size:14px;padding:4px 0}.footer-column a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:17px 0;display:flex;justify-content:space-between;gap:20px;color:#899ab3;font-size:12px}.modal{position:fixed;inset:0;background:rgba(8,18,34,.54);z-index:500;display:none;padding:28px;align-items:center;justify-content:center}.modal.show{display:flex}.modal-dialog{width:min(900px,100%);max-height:calc(100vh - 56px);background:#fff;border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.24);display:flex;flex-direction:column;overflow:hidden}.modal-lg{width:min(1080px,100%)}.modal-head{padding:17px 21px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.modal-head h3{margin:0;font-size:20px}.modal-close{width:34px;height:34px;border:0;background:var(--surface);border-radius:9px}.modal-body{padding:21px;overflow:auto}.modal-foot{padding:14px 21px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:9px;background:#fff}.modal-open{overflow:hidden}.cke_notifications_area{display:none!important}@media(max-width:1050px){.category-grid{grid-template-columns:repeat(3,1fr)}.review-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{gap:25px}.hero h1{font-size:44px}.main-nav{gap:0}.main-nav a{padding:9px}.footer-main{grid-template-columns:1.2fr 1fr 1fr}.footer-column:last-child{grid-column:2/4}.detail-body{grid-template-columns:1fr}.detail-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:15px}.sidebar-card{margin:0}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:820px){.header-top{display:none}.nav-shell{height:66px;gap:12px}.main-nav{position:absolute;left:18px;right:18px;top:67px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;display:none;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.main-nav a{padding:11px 12px}.mobile-toggle{display:grid}.desktop-only{display:none}.brand small{display:none}.header-search-panel.open{max-height:78px}.header-search-form{height:67px}.header-search-form .btn{padding:10px}.hero{padding-top:38px}.hero-grid{grid-template-columns:1fr}.hero h1{font-size:40px}.hero-visual{min-height:350px}.visual-card-main{height:300px}.review-grid{grid-template-columns:1fr 1fr}.listing-layout{grid-template-columns:1fr}.filter-panel{position:static;display:none}.filter-panel.mobile-show{display:block}.filter-mobile-btn{display:inline-flex!important}.detail-grid{grid-template-columns:1fr}.detail-title h1{font-size:34px}.detail-meta{grid-template-columns:1fr 1fr}.split-feature{grid-template-columns:1fr}.info-layout{grid-template-columns:1fr}.info-nav{position:static;display:flex;overflow:auto;white-space:nowrap}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}.footer-column:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.form-grid{grid-template-columns:1fr}.listing-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.container{width:min(100% - 24px,1180px)}.nav-actions .btn-light{display:none}.hero{padding:31px 0 24px}.hero h1{font-size:34px;letter-spacing:-.7px}.hero-copy{font-size:16px}.hero-search{align-items:stretch}.hero-search>i{display:none}.hero-search input{padding:9px}.hero-search .btn{padding:10px 13px}.hero-visual{min-height:300px}.visual-card-main{width:92%;height:260px;border-radius:20px}.visual-content{padding:24px}.visual-score strong{font-size:44px}.visual-badge{width:105px;height:105px;padding:15px}.visual-badge strong{font-size:19px}.visual-note{bottom:0}.section{padding:45px 0}.section-heading{align-items:start}.section-heading h2{font-size:28px}.section-link{font-size:13px}.category-grid{grid-template-columns:repeat(2,1fr)}.review-grid,.listing-grid{grid-template-columns:1fr}.trust-strip{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)!important}.trust-item:last-child{border-bottom:0!important}.detail-hero{padding-top:23px}.detail-title h1{font-size:30px}.detail-meta{grid-template-columns:1fr}.detail-body{padding-top:28px}.content-card{padding:20px}.pros-cons,.review-mini-pc{grid-template-columns:1fr}.detail-sidebar{display:block}.sidebar-card{margin-bottom:14px}.page-hero h1{font-size:31px}.listing-head{align-items:start;flex-direction:column}.sort-select{width:100%}.footer-main{grid-template-columns:1fr;gap:25px}.footer-brand{grid-column:auto}.footer-column:last-child{grid-column:auto}.footer-bottom{padding-bottom:80px}.ai-launcher{right:13px;bottom:13px;padding-right:10px}.ai-launcher-label{display:none}.ai-panel{right:14px;bottom:68px;height:calc(100vh - 90px)}.modal{padding:10px}.modal-dialog{max-height:calc(100vh - 20px)}.modal-body{padding:15px}}
body{overflow-x:hidden}main{min-height:calc(100vh - 320px)}.site-header{box-shadow:0 6px 24px rgba(24,34,53,.04)}.nav-shell{padding-inline:0}.hero{padding:64px 0 58px;background:linear-gradient(180deg,#f7faff 0%,#ffffff 100%)}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:54px;align-items:center}.hero-grid>div:first-child{min-width:0}.hero h1{font-size:52px;max-width:680px;margin:16px 0 18px}.hero-copy{max-width:650px}.hero-visual{position:relative;min-height:0}.hero-insight-card{background:#0e1d36;border-radius:26px;padding:26px;color:#fff;box-shadow:0 24px 60px rgba(14,29,54,.2);border:1px solid rgba(255,255,255,.08)}.hero-insight-head,.hero-insight-main,.hero-insight-note{display:flex;align-items:center;justify-content:space-between;gap:16px}.hero-insight-head{padding-bottom:19px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px}.hero-insight-head>span:first-child{display:flex;align-items:center;gap:8px}.hero-live-dot{font-size:12px;color:#a9bad1;position:relative;padding-left:15px}.hero-live-dot:before{content:"";width:7px;height:7px;border-radius:50%;background:#4fd08a;position:absolute;left:0;top:50%;transform:translateY(-50%);box-shadow:0 0 0 4px rgba(79,208,138,.1)}.hero-insight-main{padding:26px 0 22px}.hero-insight-main small{display:block;color:#9fb0ca;font-size:13px}.hero-check{width:52px;height:52px;border-radius:16px;background:#1557d5;display:grid;place-items:center;font-size:18px;flex:none}.hero-insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hero-insight-grid>div{padding:14px 12px;border-radius:14px;background:rgba(255,255,255,.06);min-width:0}.hero-insight-grid strong,.hero-insight-grid small{display:block}.hero-insight-grid strong{font-size:22px;line-height:1.1}.hero-insight-grid small{font-size:11px;color:#a9bad1;margin-top:4px}.hero-insight-note{margin-top:18px;padding:15px 16px;border-radius:15px;background:#fff;color:#182235;justify-content:flex-start}.hero-insight-note>i{width:38px;height:38px;border-radius:11px;background:#edf3ff;color:#1557d5;display:grid;place-items:center;flex:none}.hero-insight-note strong,.hero-insight-note small{display:block}.hero-insight-note small{color:#687386;font-size:12px;margin-top:2px}.section{padding:60px 0}.section-heading{margin-bottom:24px}.section-heading h2{font-size:32px}.category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.category-card{min-height:150px;padding:19px 17px;display:flex;flex-direction:column;align-items:flex-start}.category-card strong{line-height:1.35;margin-bottom:4px}.category-card small{margin-top:auto}.review-card-body{padding:18px}.review-card-body h3{line-height:1.35}.page-hero{padding:38px 0 32px}.page-hero h1{margin:8px 0 6px}.listing-layout{align-items:start}.content-card{scroll-margin-top:120px}.ai-launcher{width:52px;height:52px;padding:0;border-radius:16px;display:grid;place-items:center}.ai-launcher>span:first-child{width:40px;height:40px}.ai-panel{height:min(540px,calc(100vh - 110px));border-radius:18px}.ai-panel-head{min-height:66px}.ai-panel-head strong{font-size:16px}.ai-messages{padding:15px}.ai-message{line-height:1.45}.ai-form{padding:10px 11px 11px}.ai-form textarea{min-height:40px;line-height:1.4}.modal-dialog>form{display:flex;flex:1;min-height:0;flex-direction:column;overflow:hidden}.modal-body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain}.modal-head,.modal-foot{flex:none}.modal-body::-webkit-scrollbar{width:9px}.modal-body::-webkit-scrollbar-thumb{background:#c4cedc;border-radius:20px;border:2px solid #fff}.modal-body::-webkit-scrollbar-track{background:#f6f8fb}.cke_notifications_area{display:none!important}
@media(max-width:1050px){.hero-grid{grid-template-columns:1fr 1fr;gap:32px}.hero h1{font-size:44px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.hero{padding:42px 0}.hero-grid{grid-template-columns:1fr}.hero-visual{max-width:620px;width:100%;margin:0 auto}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section{padding:48px 0}.section-heading{align-items:flex-start}.hero-insight-card{padding:22px}}
@media(max-width:600px){.hero{padding:32px 0}.hero h1{font-size:36px}.hero-search{flex-wrap:wrap}.hero-search input{min-width:calc(100% - 40px)}.hero-search .btn{width:100%}.hero-insight-grid{grid-template-columns:1fr}.hero-insight-note{align-items:flex-start}.section{padding:42px 0}.section-heading{gap:12px}.category-card{min-height:136px;padding:16px}.ai-panel{width:calc(100vw - 24px);right:12px;bottom:76px}.ai-launcher{right:12px;bottom:14px}.modal{padding:8px}.modal-dialog{max-height:calc(100vh - 16px);border-radius:14px}.modal-head{padding:14px 15px}.modal-foot{padding:11px 15px}.modal-body{padding:15px}}

/* PCCS2 TTHUE PRO — Credits / Member / SEO */
.home-credit-section{padding:42px 0;background:linear-gradient(180deg,#f6f9ff,#fff)}
.home-credit-panel{display:grid;grid-template-columns:1fr 270px;gap:24px;align-items:center;padding:30px 34px;border:1px solid #d8e4f5;border-radius:22px;background:linear-gradient(120deg,#fff,#f4f8ff);box-shadow:0 16px 45px rgba(21,57,110,.07)}
.home-credit-kicker{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border:1px solid #cdddf5;border-radius:99px;background:#eef4ff;color:#1557d5;font-size:11px;font-weight:800}
.home-credit-copy h2{margin:12px 0 7px;font-size:31px;color:#142b48;line-height:1.15}
.home-credit-copy p{margin:0;color:#66758a;line-height:1.65;font-size:14px}
.home-credit-copy p strong{color:#0f8b64}
.home-credit-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:17px}
.home-credit-stat{padding:20px;border:1px solid #d7e3f2;border-radius:16px;background:#fff;text-align:center;box-shadow:0 10px 26px rgba(20,55,104,.06)}
.home-credit-stat small,.home-credit-stat span{display:block;color:#748399;font-size:11px}.home-credit-stat strong{display:block;margin:4px 0;color:#1557d5;font-size:23px}.home-credit-stat span{line-height:1.5}
.home-credit-packages{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:13px}
.home-credit-package{padding:15px;border:1px solid #dbe5f1;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(20,55,104,.035);transition:.2s}
.home-credit-package:hover{transform:translateY(-2px);border-color:#b9cdeb}
.home-credit-package span,.home-credit-package em{display:block;font-size:11px;color:#738197}.home-credit-package strong{display:block;margin:5px 0;color:#1557d5;font-size:20px}.home-credit-package strong small{font-size:9px;color:#7a8798}.home-credit-package em{font-style:normal;color:#0f8b64;font-weight:800}
.account-credit-line{display:flex;justify-content:space-between;gap:10px;margin:5px 0;padding:8px 10px;border-radius:9px;background:#eef9f4;border:1px solid #d0eadc;color:#0f8b64;font-size:12px}.account-credit-line strong{font-size:14px}
.header-post-cta{white-space:nowrap}
@media(max-width:900px){.home-credit-panel{grid-template-columns:1fr}.home-credit-stat{max-width:340px}.home-credit-packages{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.home-credit-section{padding:30px 0}.home-credit-panel{padding:23px 18px;border-radius:17px}.home-credit-copy h2{font-size:26px}.home-credit-actions{display:grid;grid-template-columns:1fr}.home-credit-actions .btn{width:100%}.home-credit-packages{grid-template-columns:1fr}}

/* =========================================================
   PCCS2 TTHUE — HOME CREDIT AREA V2
========================================================= */
.home-credit-section{padding:54px 0!important;background:linear-gradient(180deg,#f5f9ff 0%,#fff 100%)!important}
.home-credit-section>.container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.home-credit-panel{
  position:relative;overflow:hidden;display:grid!important;
  grid-template-columns:minmax(0,1.1fr) 300px!important;gap:24px!important;
  padding:30px!important;border:1px solid #d7e4f2!important;border-radius:24px!important;
  background:linear-gradient(130deg,#fff 0%,#f4f8ff 58%,#f1faf7 100%)!important;
  box-shadow:0 18px 50px rgba(26,59,106,.075)!important;
}
.home-credit-panel:before{content:"";position:absolute;width:290px;height:290px;right:-130px;top:-165px;border-radius:50%;background:rgba(37,99,235,.065);pointer-events:none}
.home-credit-copy{position:relative;z-index:1}
.home-credit-kicker{display:inline-flex!important;align-items:center;gap:7px;padding:7px 11px!important;border:1px solid #ceddf1!important;border-radius:999px!important;background:#eef5ff!important;color:#1557d5!important;font-size:11px!important;font-weight:850!important;letter-spacing:.25px}
.home-credit-copy h2{margin:12px 0 7px!important;font-size:31px!important;line-height:1.15!important;letter-spacing:-.5px;color:#142f4f!important}
.home-credit-copy p{margin:0!important;max-width:760px;color:#687a90!important;line-height:1.72!important;font-size:14px!important}
.home-credit-actions{display:flex!important;align-items:center;flex-wrap:wrap;gap:9px!important;margin-top:17px!important}
.home-credit-actions .btn{min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border-radius:10px;font-weight:800;text-decoration:none}
.home-credit-actions .btn-primary{background:linear-gradient(135deg,#1557d5,#2563eb)!important;color:#fff!important;border:1px solid #1557d5!important;box-shadow:0 8px 18px rgba(37,99,235,.18)}
.home-credit-actions .btn-light{background:#fff!important;color:#183450!important;border:1px solid #d7e2ef!important}
.home-credit-stat{position:relative;z-index:1;align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:20px!important;border:1px solid #d6e4f2!important;border-radius:17px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 11px 28px rgba(30,63,109,.07)!important;text-align:center!important}
.home-credit-stat small,.home-credit-stat span{display:block!important;color:#738399!important;font-size:11px!important}
.home-credit-stat strong{display:block!important;margin:5px 0!important;color:#0f8b64!important;font-size:25px!important;line-height:1.2!important}
.home-credit-packages{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:11px!important;margin-top:13px!important}
.home-credit-package{display:block;padding:14px!important;border:1px solid #dbe5f1!important;border-radius:13px!important;background:#fff!important;box-shadow:0 8px 20px rgba(20,55,104,.035)!important;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.home-credit-package:hover{transform:translateY(-2px);border-color:#bfd2eb!important;box-shadow:0 14px 28px rgba(20,55,104,.07)!important}
.home-credit-package span,.home-credit-package em{display:block;font-size:10px;color:#758398}
.home-credit-package strong{display:block;margin:4px 0;color:#1557d5;font-size:19px}
.home-credit-package strong small{font-size:9px;color:#77869a}
.home-credit-package em{font-style:normal;color:#0f8b64;font-weight:800}
@media(max-width:900px){.home-credit-panel{grid-template-columns:1fr!important}.home-credit-stat{max-width:340px;width:100%;justify-self:center}.home-credit-packages{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:600px){.home-credit-section{padding:34px 0!important}.home-credit-section>.container{width:min(100% - 22px,1180px)}.home-credit-panel{padding:21px 17px!important;border-radius:18px!important}.home-credit-copy h2{font-size:26px!important}.home-credit-actions{display:grid!important;grid-template-columns:1fr!important}.home-credit-actions .btn{width:100%!important}.home-credit-packages{grid-template-columns:1fr!important}.home-credit-stat{max-width:none}}
