/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.flex{display:flex}.table{display:table}}:root{--red:#e60012;--red-dark:#b8000e;--black:#141414;--ink:#1f1f1f;--gray:#666;--gray-light:#999;--line:#e5e5e5;--bg:#fff;--bg-soft:#f6f6f6;--bg-dark:#141414;--radius:4px;--max:1200px;--font:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans SC",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.75}a{color:inherit;text-decoration:none}ol,ul{list-style:none}img{max-width:100%;display:block}.wrap{max-width:var(--max);margin:0 auto;padding:0 24px}::selection{background:var(--red);color:#fff}:focus-visible{outline:2px solid var(--red);outline-offset:2px}.site-header{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);background:#fffffff5;position:sticky;top:0}.nav-bar{justify-content:space-between;height:68px}.logo,.nav-bar{align-items:center;display:flex}.logo{letter-spacing:1px;gap:10px;font-size:20px;font-weight:800}.logo-mark{background:var(--red);color:#fff;border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;font-weight:900;display:flex}.logo small{color:var(--gray);letter-spacing:2px;font-size:11px;font-weight:400;line-height:1.2;display:block}.logo-text{line-height:1.15}.nav-menu{gap:34px;font-size:15px;display:flex}.nav-menu a{color:var(--ink);border-bottom:2px solid #0000;padding:6px 0;transition:all .2s}.nav-menu a.active,.nav-menu a:hover{color:var(--red);border-bottom-color:var(--red)}.nav-right{align-items:center;gap:14px;display:flex}.nav-cta{background:var(--red);color:#fff;border-radius:var(--radius);white-space:nowrap;padding:9px 22px;font-size:14px;font-weight:600;transition:all .2s}.nav-cta:hover{background:var(--red-dark)}.nav-toggle{cursor:pointer;color:var(--ink);background:0 0;border:none;font-size:24px;line-height:1;display:none}.breadcrumb{background:var(--bg-soft);border-bottom:1px solid var(--line);color:var(--gray);font-size:13px}.breadcrumb .wrap{padding-top:12px;padding-bottom:12px}.breadcrumb ol{flex-wrap:wrap;gap:6px;list-style:none;display:flex}.breadcrumb li:after{content:"›";color:var(--gray-light);margin-left:6px}.breadcrumb li:last-child:after{content:""}.breadcrumb a:hover{color:var(--red)}.breadcrumb [aria-current]{color:var(--ink);font-weight:600}.hero{background:var(--bg-dark);color:#fff;position:relative;overflow:hidden}.hero:before{background:radial-gradient(circle,#e6001259,#0000 65%);width:480px;height:480px;top:-120px;right:-120px}.hero:after,.hero:before{content:"";position:absolute}.hero:after{background:repeating-linear-gradient(90deg,var(--red) 0 60px,transparent 60px 80px);width:100%;height:6px;bottom:0;left:0}.hero-inner{z-index:1;grid-template-columns:1.25fr .75fr;align-items:center;gap:60px;padding:88px 0 96px;display:grid;position:relative}.hero-eyebrow{letter-spacing:3px;color:#ccc;border:1px solid #444;border-radius:99px;align-items:center;gap:8px;margin-bottom:26px;padding:6px 14px;font-size:13px;display:inline-flex}.hero-eyebrow i{background:var(--red);border-radius:50%;width:8px;height:8px;display:inline-block}.hero h1{letter-spacing:1px;font-size:52px;font-weight:900;line-height:1.25}.hero h1 em{color:var(--red);font-style:normal}.hero-sub{color:#bbb;max-width:560px;margin:22px 0 34px;font-size:17px}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.btn{border-radius:var(--radius);cursor:pointer;text-align:center;border:1px solid #0000;padding:13px 32px;font-size:15px;font-weight:700;transition:all .2s;display:inline-block}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red-dark)}.btn-ghost{color:#fff;border-color:#555}.btn-ghost:hover{border-color:#fff}.btn-dark{background:var(--black);color:#fff}.btn-dark:hover{background:#000}.btn-outline{border-color:var(--black);color:var(--black)}.btn-outline:hover{background:var(--black);color:#fff}.btn-self-start{align-self:flex-start}.hero-panel{background:#1e1e1e;border:1px solid #333;border-radius:8px;padding:30px}.hero-panel h3{color:var(--gray-light);letter-spacing:2px;margin-bottom:18px;font-size:14px;font-weight:600}.hero-panel li{border-bottom:1px dashed #333;justify-content:space-between;align-items:center;gap:12px;padding:13px 0;font-size:15px;display:flex}.hero-panel li:last-child{border-bottom:none}.hero-panel li strong{color:#fff;font-weight:700}.hero-panel .tag{background:var(--red);color:#fff;white-space:nowrap;border-radius:99px;padding:2px 10px;font-size:12px}.panel-text{color:#bbb;font-size:14px;line-height:1.9}.panel-text strong,.stats{color:#fff}.stats{background:var(--red)}.stats-grid{grid-template-columns:repeat(4,1fr);display:grid}.stats-item{text-align:center;border-left:1px solid #ffffff40;padding:34px 20px}.stats-item:first-child{border-left:none}.stats-num{font-size:40px;font-weight:900;line-height:1.1}.stats-num small{font-size:18px;font-weight:700}.stats-label{opacity:.9;margin-top:4px;font-size:14px}.section{padding:84px 0}.section-tight{padding:64px 0}.section-soft{background:var(--bg-soft)}.section-dark{background:var(--bg-dark);color:#fff}.sec-head{max-width:720px;margin-bottom:48px}.sec-kicker{color:var(--red);letter-spacing:3px;align-items:center;gap:12px;margin-bottom:12px;font-size:14px;font-weight:700;display:flex}.sec-kicker:before{content:"";background:var(--red);width:34px;height:3px}.sec-title{letter-spacing:1px;font-size:36px;font-weight:900;line-height:1.3}.sec-title-sm{font-size:28px}.sec-desc{color:var(--gray);margin-top:14px;font-size:16px}.section-dark .sec-desc{color:#aaa}.sec-head-center{text-align:center;margin-left:auto;margin-right:auto}.sec-head-center .sec-kicker{justify-content:center}.sec-head-center .sec-kicker:after{content:"";background:var(--red);width:34px;height:3px}.block-title{border-left:5px solid var(--red);flex-wrap:wrap;align-items:baseline;gap:12px;margin:0 0 20px;padding-left:14px;font-size:22px;font-weight:900;display:flex}.section-dark .block-title a{color:#fff}.block-title .block-more{color:var(--red);font-size:13px;font-weight:700}.sub-title{border-left:5px solid var(--red);margin-bottom:18px;padding-left:12px;font-size:20px;font-weight:800}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2,.grid-3{gap:28px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.split{grid-template-columns:1.2fr .8fr;align-items:center;gap:48px;display:grid}.card{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;padding:34px 30px;transition:all .25s;display:flex;position:relative}.card:hover{border-color:#d0d0d0;transform:translateY(-6px);box-shadow:0 18px 40px #00000014}.card-static:hover{box-shadow:none;border-color:var(--line);transform:none}.card-num{color:var(--red);letter-spacing:2px;margin-bottom:14px;font-size:15px;font-weight:900}.card-icon{background:var(--bg-soft);border-radius:8px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;font-size:26px;display:flex}.card h3{margin-bottom:10px;font-size:21px;font-weight:800}.card p{color:var(--gray);flex:1;font-size:15px}.card-h2{margin-bottom:10px;font-size:22px;font-weight:800}.card-link{color:var(--red);align-items:center;gap:6px;margin-top:18px;font-size:14px;font-weight:700;display:inline-flex}.card-link:after{content:"→";transition:all .2s}.card:hover .card-link:after{transform:translate(4px)}.card-dark{color:#fff;background:#1e1e1e;border-color:#333}.card-dark p{color:#999}.card-top{border-top:4px solid var(--red)}.card-meta{color:var(--gray);flex:1;margin:16px 0;font-size:14px}.card-meta li{padding:2px 0}.track-p{color:var(--gray);flex:none;margin-bottom:12px;font-size:15px}.track-p:last-child{margin-bottom:0}.track-p strong{color:var(--ink)}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.table{border-collapse:collapse;background:#fff;width:100%;min-width:640px;font-size:15px}.table td,.table th{border:1px solid var(--line);text-align:left;vertical-align:top;padding:14px 18px}.table th{background:var(--black);color:#fff;white-space:nowrap;font-weight:700}.table tr:nth-child(2n) td{background:var(--bg-soft)}.table-red th{background:var(--red)}.link-red{color:var(--red);font-weight:700}.link-red:hover{color:var(--red-dark)}.outline{counter-reset:step}.outline li{border-bottom:1px solid var(--line);counter-increment:step;padding:22px 0 22px 74px;position:relative}.outline li:before{content:counter(step,decimal-leading-zero);color:var(--red);font-size:26px;font-weight:900;position:absolute;top:20px;left:0}.outline h4{margin-bottom:4px;font-size:18px;font-weight:800}.outline p{color:var(--gray);font-size:14px}.steps{counter-reset:s;grid-template-columns:repeat(4,1fr);gap:0;display:grid}.steps li{border-left:1px solid var(--line);counter-increment:s;padding:30px 26px;position:relative}.steps li:before{content:"0" counter(s);color:var(--red);margin-bottom:10px;font-size:34px;font-weight:900;display:block}.steps h4{margin-bottom:6px;font-size:17px;font-weight:800}.steps p{color:var(--gray);font-size:14px}.faq-list details{border:1px solid var(--line);border-radius:var(--radius);background:#fff;margin-bottom:14px}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:16px;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--red);flex-shrink:0;font-size:22px;font-weight:400}.faq-list details[open] summary:after{content:"−"}.faq-list details[open] summary{color:var(--red)}.faq-list .faq-a{color:var(--gray);border-top:1px dashed var(--line);padding:16px 24px 22px;font-size:15px}.faq-list details[open]{border-color:var(--red)}.faq-group{margin-bottom:44px}.faq-group:last-child{margin-bottom:0}.news-card{flex-direction:column;display:flex}.news-card .news-date{color:var(--gray-light);align-items:center;gap:10px;margin-bottom:10px;font-size:13px;display:flex}.news-card .news-date i{background:var(--red);width:22px;height:2px;display:inline-block}.news-card h3{font-size:19px}.news-list-row{border-bottom:1px solid var(--line);grid-template-columns:120px 1fr auto;align-items:center;gap:26px;padding:26px 0;display:grid}.news-list-row time{color:var(--gray-light);font-size:13px}.news-list-row .news-tag{color:var(--red);font-weight:700}.news-list-row h2{margin-bottom:6px;font-size:19px;font-weight:800}.news-list-row p{color:var(--gray);font-size:14px}.news-list-row .arrow{color:var(--gray-light);font-size:22px}.agent-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.agent-group{margin-bottom:48px}.agent-group:last-child{margin-bottom:0}.agent-card{color:#fff;background:#1e1e1e;border:1px solid #333;border-radius:8px;flex-direction:column;padding:28px;transition:all .25s;display:flex}.agent-card:hover{border-color:var(--red);transform:translateY(-4px)}.agent-card .a-icon{background:var(--red);border-radius:8px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:16px;font-size:22px;display:flex}.agent-card h3{margin-bottom:8px;font-size:18px;font-weight:800}.agent-card p{color:#999;flex:1;margin-bottom:16px;font-size:13px}.agent-card .a-meta{color:#bbb;border-top:1px dashed #333;justify-content:space-between;align-items:center;gap:12px;padding-top:14px;font-size:13px;display:flex}.agent-card .a-btn{background:var(--red);color:#fff;white-space:nowrap;border-radius:99px;padding:6px 16px;font-size:12px;font-weight:700}.agent-card .a-btn:hover{background:var(--red-dark)}.cta-band{background:var(--red);color:#fff;text-align:center;padding:64px 0;position:relative;overflow:hidden}.cta-band:after,.cta-band:before{content:"";background:#0000001f;width:220px;height:220px;position:absolute;transform:rotate(45deg)}.cta-band:before{top:-110px;left:-110px}.cta-band:after{bottom:-110px;right:-110px}.cta-band h2{margin-bottom:12px;font-size:32px;font-weight:900;position:relative}.cta-band p{opacity:.92;margin-bottom:26px;position:relative}.cta-band .btn{color:var(--red);background:#fff;position:relative}.cta-band .btn:hover{background:var(--black);color:#fff}.qr-grid{grid-template-columns:repeat(2,1fr);gap:28px;max-width:760px;display:grid}.qr-grid-center{margin-left:auto;margin-right:auto}.qr-card{text-align:center;border:1px solid var(--line);border-top:4px solid var(--red);background:#fff;border-radius:8px;padding:30px 26px}.qr-ph{border:2px dashed var(--red);background:repeating-linear-gradient(45deg,var(--bg-soft) 0 10px,#fff 10px 20px);width:170px;height:170px;color:var(--gray);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:4px;margin:0 auto 18px;padding:10px;font-size:13px;font-weight:700;line-height:1.5;display:flex}.qr-ph span{display:block}.qr-ph .qr-ph-sub{color:var(--gray-light);letter-spacing:1px;font-size:11px;font-weight:400}.qr-card h3{margin-bottom:8px;font-size:18px;font-weight:800}.qr-card p{color:var(--gray);font-size:14px}.qr-card .qr-id{color:var(--ink);margin-top:12px;font-size:13px;font-weight:700}.section-dark .qr-card{color:#fff;background:#1e1e1e;border-color:#333}.section-dark .qr-card p{color:#999}.section-dark .qr-card .qr-id{color:#fff}.section-dark .qr-ph{color:#bbb;background:repeating-linear-gradient(45deg,#222 0 10px,#1a1a1a 10px 20px)}.note{color:var(--gray);background:var(--bg-soft);border-left:4px solid var(--red);border-radius:0 4px 4px 0;margin-top:24px;padding:12px 16px;font-size:13px}.section-dark .note{color:#999;background:#1e1e1e}.tag-row{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.tag-item{border:1px solid var(--line);color:var(--gray);background:#fff;border-radius:99px;padding:4px 14px;font-size:12px}.tag-item:hover{border-color:var(--red);color:var(--red)}.tag-dark{color:#fff;background:#1e1e1e;border-color:#444}.tag-dark:hover{border-color:var(--red);color:var(--red)}.price-card{text-align:center;padding:40px 30px}.price-card .p-tag{background:var(--black);color:#fff;letter-spacing:2px;border-radius:99px;align-self:center;margin-bottom:16px;padding:4px 14px;font-size:12px;display:inline-block}.price-card .p-tag-red{background:var(--red)}.price-card h3{font-size:20px;font-weight:800}.price-card .p-price{color:var(--red);margin:6px 0 4px;font-size:52px;font-weight:900;line-height:1}.price-card .p-price small{color:var(--gray);font-size:16px;font-weight:400}.price-card .p-sub{color:var(--gray);flex:none;margin-bottom:20px;font-size:14px}.price-card ul{text-align:left;color:var(--gray);flex:1;max-width:300px;margin:0 auto 24px;font-size:14px}.price-card ul li{border-bottom:1px dashed var(--line);padding:6px 0}.price-card ul li:last-child{border-bottom:none}.price-card .btn{align-self:center}.price-card-hot{border:2px solid var(--red)}.card-dark .p-sub,.card-dark ul{color:#999}.card-dark ul li{border-bottom-color:#333}.site-footer{background:var(--bg-dark);color:#999;font-size:14px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:40px;padding:64px 0 48px;display:grid}.footer-brand .logo{color:#fff;margin-bottom:16px}.footer-brand p{font-size:13px;line-height:1.9}.footer-col h4{color:#fff;letter-spacing:1px;margin-bottom:16px;font-size:15px;font-weight:800}.footer-col li{padding:5px 0;font-size:13px}.footer-col a:hover{color:var(--red)}.footer-contact li{gap:8px;padding:5px 0;font-size:13px;display:flex}.footer-bottom{color:#777;border-top:1px solid #2a2a2a;padding:20px 0;font-size:12px}.footer-bottom .wrap{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.footer-bottom a:hover{color:var(--red)}@media (max-width:1024px){.grid-4,.steps{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr;gap:32px}}@media (max-width:768px){.nav-menu{border-bottom:1px solid var(--line);background:#fff;flex-direction:column;gap:0;padding:10px 24px 20px;display:none;position:absolute;top:68px;left:0;right:0}.nav-menu.open{display:flex}.nav-menu a{border-bottom:1px solid var(--bg-soft);padding:12px 0}.nav-toggle{display:block}.hero-inner{grid-template-columns:1fr;gap:40px;padding:56px 0 64px}.hero h1{font-size:34px}.sec-title{font-size:27px}.sec-title-sm{font-size:24px}.agent-grid,.grid-2,.grid-3,.qr-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-item:nth-child(3){border-left:none}.news-list-row{grid-template-columns:1fr;gap:8px}.news-list-row .arrow{display:none}.section,.section-tight{padding:56px 0}.cta-band h2{font-size:26px}}@media (max-width:560px){.grid-4,.steps{grid-template-columns:1fr}.steps li{border-left:none;border-top:1px solid var(--line);padding:24px 0}.card{padding:28px 22px}.price-card{padding:32px 22px}.hero h1{font-size:30px}.wrap{padding:0 18px}}