:root{
 --bg:#fff;--surface:#f5f8fc;--surface-2:#edf4fb;--primary:#3f8fe5;--primary-dark:#2d7fd2;
 --deep:#245f9e;--deepest:#163f69;--title:#16283c;--text:#43566a;--muted:#718296;
 --border:#dce7f2;--tag:#eaf4ff;--shadow:0 16px 42px rgba(42,93,145,.10);--radius:26px;
 --container:min(1180px,calc(100% - 40px));--header-h:76px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:118px}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}body.menu-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:var(--container);margin-inline:auto}.skip-link{position:fixed;left:12px;top:-80px;background:#fff;color:var(--title);padding:10px 16px;border-radius:10px;z-index:9999;box-shadow:var(--shadow)}.skip-link:focus{top:12px}.safety-banner{background:var(--deepest);color:#eaf4ff;font-size:13px;line-height:1.45;padding:8px 0;text-align:center}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(220,231,242,.92);backdrop-filter:blur(14px)}.header-inner{height:var(--header-h);display:flex;align-items:center;gap:32px}.brand{display:inline-flex;align-items:center;flex:0 0 auto}.brand img{width:164px;max-height:48px;object-fit:contain}.desktop-nav{display:flex;align-items:stretch;justify-content:center;gap:6px;flex:1;height:100%}.nav-item{position:static;display:flex;align-items:center}.nav-trigger,.plain-nav{border:0;background:transparent;color:var(--title);padding:0 14px;min-height:44px;display:flex;align-items:center;gap:5px;cursor:pointer;border-radius:10px;position:relative;font-weight:600}.nav-trigger:hover,.nav-trigger:focus-visible,.plain-nav:hover,.plain-nav:focus-visible,.nav-item.current .nav-trigger,.plain-nav.current{background:var(--tag);color:var(--deep)}.nav-item.current .nav-trigger:after,.plain-nav.current:after{content:"";position:absolute;left:14px;right:14px;bottom:2px;height:2px;background:var(--primary);border-radius:2px}.mega-menu{position:absolute;left:50%;top:calc(100% + 1px);transform:translateX(-50%);width:min(1080px,calc(100vw - 40px));padding:28px;background:#fff;border:1px solid var(--border);border-radius:0 0 24px 24px;box-shadow:var(--shadow);display:grid;grid-template-columns:1.1fr 2fr .85fr;gap:28px;z-index:1001}.mega-menu[hidden]{display:none}.mega-intro{padding-right:22px;border-right:1px solid var(--border)}.mega-intro p{margin:8px 0 14px}.mega-intro a{color:var(--deep);font-weight:700}.mega-links{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}.mega-links a{padding:11px 13px;border-radius:10px;color:var(--title)}.mega-links a:hover,.mega-links a:focus-visible{background:var(--surface-2);color:var(--deep)}.mega-featured{background:var(--surface-2);border-radius:18px;padding:20px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px}.mega-featured small,.eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--deep);font-weight:800}.mega-featured strong{font-size:20px;color:var(--title)}.mega-featured span{font-size:25px;color:var(--primary)}.header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 20px;border:1px solid var(--border);border-radius:12px;font-weight:700;transition:.2s ease;touch-action:manipulation}.button:hover{transform:translateY(-1px)}.button:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid rgba(63,143,229,.28);outline-offset:3px}.button.primary{background:var(--primary);border-color:var(--primary);color:#fff}.button.primary:hover{background:var(--primary-dark)}.button.secondary{background:#fff;color:var(--deep)}.button.light{background:#fff;color:var(--deepest);border-color:#fff}.mobile-menu-button{display:none;width:44px;height:44px;border:1px solid var(--border);border-radius:12px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.mobile-menu-button span{display:block;width:20px;height:2px;background:var(--title)}.mobile-menu{position:fixed;inset:0;background:#fff;z-index:2000;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:.22s ease}.mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.mobile-menu-head{height:76px;padding:0 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.mobile-menu-close{width:46px;height:46px;border:1px solid var(--border);border-radius:12px;background:#fff;font-size:31px;line-height:1;cursor:pointer}.mobile-menu-scroll{height:calc(100dvh - 76px);overflow-y:auto;padding:14px 20px 32px}.mobile-group{border-bottom:1px solid var(--border)}.mobile-group-toggle{width:100%;min-height:54px;border:0;background:#fff;color:var(--title);display:flex;align-items:center;justify-content:space-between;font-weight:700;padding:8px 2px;cursor:pointer}.mobile-group-links{padding:0 0 14px}.mobile-group-links a{display:block;padding:10px 12px;border-radius:9px}.mobile-group-links a:hover{background:var(--surface)}.mobile-menu-bottom{display:grid;gap:10px;padding-top:22px}.mobile-menu-bottom>a:not(.button){padding:9px 0;color:var(--title)}
main{min-height:55vh}.section{padding:92px 0}.section.compact{padding:64px 0}.section.surface{background:var(--surface)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.section-head h2,.section-title{font-size:clamp(30px,4vw,48px);line-height:1.17;color:var(--title);margin:8px 0 0;letter-spacing:-.03em}.section-head p{max-width:620px;margin:0}.text-link{font-weight:800;color:var(--deep);display:inline-flex;gap:8px;align-items:center}.text-link:hover{color:var(--primary-dark)}.tag{display:inline-flex;align-items:center;min-height:30px;padding:3px 11px;background:var(--tag);color:var(--deep);border-radius:999px;font-size:12px;font-weight:800}.hero{padding:76px 0 64px;background:linear-gradient(180deg,#f8fbff 0,#fff 100%)}.hero-grid{display:grid;grid-template-columns:42% 58%;align-items:center;gap:64px}.hero-visual{background:var(--surface-2);border-radius:36px;padding:36px;min-height:500px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-visual:before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;background:rgba(63,143,229,.16);left:-70px;top:-80px}.hero-visual img{max-height:460px;position:relative;object-fit:contain}.hero-copy h1{font-size:clamp(43px,5.7vw,72px);line-height:1.08;letter-spacing:-.055em;color:var(--title);margin:12px 0 20px}.hero-copy .lead{font-size:18px;max-width:710px}.hero-kicker{color:var(--deep);font-weight:800}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 22px}.hero-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.hero-links{display:flex;flex-wrap:wrap;gap:18px 26px;margin-top:22px}.hero-links a{font-weight:700;color:var(--title)}.hero-links a:hover{color:var(--deep)}
.quick-tasks{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.quick-task{padding:30px 24px;border-right:1px solid var(--border);min-height:210px}.quick-task:last-child{border-right:0}.quick-task .number{font-size:13px;color:var(--primary);font-weight:900;letter-spacing:.1em}.quick-task h2{font-size:21px;color:var(--title);margin:18px 0 8px}.quick-task p{font-size:14px;margin:0 0 14px}
.bento{display:grid;grid-template-columns:1.35fr .8fr .85fr;grid-template-rows:minmax(230px,auto) minmax(220px,auto);gap:18px}.bento-item{position:relative;border:1px solid var(--border);border-radius:var(--radius);padding:28px;background:#fff;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start}.bento-item:hover{box-shadow:var(--shadow);transform:translateY(-2px);transition:.2s ease}.bento-main{grid-row:1/3;background:var(--surface-2)}.bento-main img{width:85%;max-height:280px;object-fit:contain;margin:auto}.bento-wide{grid-column:2/4;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;background:#f8fbff}.bento-wide img{max-height:170px;justify-self:end}.bento h3{font-size:25px;line-height:1.25;color:var(--title);margin:8px 0}.bento p{margin:0 0 16px}.bento-small:nth-of-type(3){background:#fff}.bento-small:nth-of-type(4){background:var(--surface)}
.process{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-top:40px}.process:before{content:"";position:absolute;left:4%;right:4%;top:21px;height:1px;background:var(--border)}.process-step{position:relative;padding-top:52px}.process-step:nth-child(even){margin-top:46px}.process-step:before{content:"";position:absolute;top:13px;left:0;width:17px;height:17px;border-radius:50%;background:#fff;border:5px solid var(--primary);z-index:1}.process-step .number{position:absolute;top:0;left:31px;color:var(--muted);font-size:12px;font-weight:900}.process-step h3{font-size:18px;color:var(--title);line-height:1.35;margin:0 0 9px}.process-step p{font-size:13px;margin:0}
.tabs-shell{display:grid;grid-template-columns:240px 1fr;gap:28px}.tab-list{display:flex;flex-direction:column;gap:8px}.tab-list button{border:1px solid transparent;background:transparent;text-align:left;min-height:48px;padding:11px 16px;border-radius:12px;color:var(--text);cursor:pointer}.tab-list button[aria-selected=true]{background:#fff;border-color:var(--border);color:var(--deep);font-weight:800;box-shadow:0 8px 24px rgba(42,93,145,.06)}.tab-panel{background:#fff;border:1px solid var(--border);border-radius:28px;padding:34px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:36px}.tab-panel[hidden]{display:none}.tab-panel h3{font-size:34px;line-height:1.2;color:var(--title);margin:8px 0 12px}.tab-panel img{max-height:280px;justify-self:center;object-fit:contain}
.security-band{background:var(--deep);color:#eaf4ff;padding:86px 0}.security-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px}.security-band .eyebrow{color:#c7e2ff}.security-band h2{font-size:clamp(36px,5vw,56px);line-height:1.13;color:#fff;margin:12px 0 20px}.security-band p{font-size:17px}.security-side{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:28px;padding:30px}.security-side img{max-height:210px;margin:0 auto 20px;filter:brightness(0) invert(1);opacity:.93}.security-checks{list-style:none;padding:0;margin:0;display:grid;gap:11px}.security-checks li{padding-left:28px;position:relative}.security-checks li:before{content:"✓";position:absolute;left:0;color:#aee0ff;font-weight:900}
.editorial{display:grid;grid-template-columns:1.15fr .85fr;gap:42px}.featured-article{background:var(--surface-2);border-radius:30px;padding:42px;min-height:460px;display:flex;flex-direction:column;justify-content:flex-end}.featured-article h3{font-size:40px;line-height:1.17;color:var(--title);margin:12px 0 16px}.article-list{display:flex;flex-direction:column;border-top:1px solid var(--border)}.article-list a{padding:19px 3px;border-bottom:1px solid var(--border);display:grid;gap:5px}.article-list strong{color:var(--title);font-size:18px}.article-list small{color:var(--muted)}
.compare{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.compare-app{border-radius:30px;background:var(--surface-2);padding:38px;display:grid;grid-template-columns:1fr .9fr;gap:28px;align-items:center}.compare-app img{max-height:380px;justify-self:center}.compare-web{border:1px solid var(--border);border-radius:30px;padding:38px;display:flex;flex-direction:column}.compare h3{font-size:30px;color:var(--title);margin:8px 0 14px}.plain-list{padding-left:20px}.plain-list li{margin:9px 0}.compare-web .button{margin-top:auto;align-self:flex-start}
.staking-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.staking-panel{border-radius:28px;padding:36px;background:#fff;border:1px solid var(--border)}.staking-panel.risk{background:var(--surface)}.staking-panel h3{font-size:28px;color:var(--title);margin:8px 0}.staking-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}
.timeline{position:relative;margin-top:24px}.timeline:before{content:"";position:absolute;left:122px;top:10px;bottom:10px;width:1px;background:var(--border)}.timeline-item{display:grid;grid-template-columns:96px 1fr;gap:48px;position:relative;padding:0 0 34px}.timeline-item:after{content:"";position:absolute;left:116px;top:8px;width:13px;height:13px;background:#fff;border:4px solid var(--primary);border-radius:50%}.timeline-label{font-size:12px;font-weight:900;color:var(--deep);text-align:right;padding-top:3px}.timeline-content{padding-bottom:24px;border-bottom:1px solid var(--border)}.timeline-content h3{color:var(--title);margin:0 0 7px;font-size:22px}.timeline-content p{margin:0 0 8px}
.faq-list{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;border:0;background:transparent;color:var(--title);min-height:72px;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0;font-weight:800;font-size:18px;cursor:pointer}.faq-question:after{content:"＋";font-size:24px;color:var(--primary);font-weight:400}.faq-question[aria-expanded=true]:after{content:"−"}.faq-answer{padding:0 54px 22px 0;max-width:900px}.faq-answer[hidden]{display:none}.faq-answer p{margin:0}
.final-cta{padding:86px 0}.cta-box{background:var(--deepest);color:#eaf4ff;border-radius:34px;padding:56px;display:flex;align-items:center;justify-content:space-between;gap:46px}.cta-box h2{font-size:clamp(34px,4.4vw,53px);line-height:1.16;color:#fff;margin:8px 0 14px}.cta-box p{max-width:720px}.cta-actions{display:flex;gap:12px;flex-wrap:wrap;flex:0 0 auto}
.center-hero{padding:70px 0 56px;background:var(--surface)}.center-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:center}.center-hero h1,.article-hero h1{font-size:clamp(42px,5.6vw,68px);line-height:1.08;letter-spacing:-.045em;color:var(--title);margin:12px 0 18px}.center-hero p{font-size:18px}.center-hero img{max-height:360px;justify-self:center;object-fit:contain}.center-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.center-stats div{padding:18px;background:#fff;border-radius:16px;border:1px solid var(--border)}.center-stats strong{display:block;color:var(--title);font-size:17px}.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:22px}.feature-block{border:1px solid var(--border);border-radius:26px;padding:32px;background:#fff}.feature-block h2,.feature-block h3{color:var(--title);margin-top:0}.feature-block.accent{background:var(--surface-2)}.link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.link-card{border:1px solid var(--border);border-radius:18px;padding:23px;background:#fff}.link-card h3{color:var(--title);margin:0 0 8px}.link-card:hover{box-shadow:var(--shadow)}
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:13px;padding-top:28px}.breadcrumbs a:hover{color:var(--deep)}.article-page{background:#fff}.article-hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:56px;align-items:center;padding:42px 0 56px;border-bottom:1px solid var(--border)}.article-hero p{font-size:18px;max-width:760px}.article-hero figure{margin:0;background:var(--surface);border-radius:28px;padding:30px}.article-hero figure img{max-height:310px;margin:auto;object-fit:contain}.meta-note{color:var(--muted);font-size:13px;margin-top:18px}.article-layout{display:grid;grid-template-columns:minmax(0,800px) 250px;gap:78px;justify-content:space-between;padding:60px 0 94px}.article-section{padding:0 0 44px;margin-bottom:44px;border-bottom:1px solid var(--border);scroll-margin-top:130px}.article-section h2,.related h2{font-size:clamp(27px,3.2vw,38px);line-height:1.25;color:var(--title);margin:0 0 18px}.article-section h3{color:var(--title)}.article-section p{font-size:16px}.check-list{padding:0;list-style:none;display:grid;gap:10px;margin:22px 0}.check-list li{position:relative;padding:12px 14px 12px 42px;background:var(--surface);border-radius:12px}.check-list li:before{content:"✓";position:absolute;left:16px;color:var(--primary);font-weight:900}.step-list{list-style:none;padding:0;margin:24px 0;counter-reset:step;display:grid;gap:12px}.step-list li{counter-increment:step;display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start;padding:16px;border:1px solid var(--border);border-radius:14px}.step-list li:before{content:counter(step);width:34px;height:34px;border-radius:50%;background:var(--tag);color:var(--deep);display:flex;align-items:center;justify-content:center;font-weight:900;grid-row:1/3}.step-list strong{color:var(--title)}.step-list span{grid-column:2}.defs{display:grid;gap:12px}.defs>div{display:grid;grid-template-columns:150px 1fr;gap:20px;border-bottom:1px solid var(--border);padding:12px 0}.defs dt{font-weight:900;color:var(--title)}.defs dd{margin:0}.callout,.risk-note{background:var(--surface-2);border-left:4px solid var(--primary);border-radius:0 15px 15px 0;padding:20px 23px;margin:24px 0}.callout strong,.risk-note strong{color:var(--title)}.callout p,.risk-note p{margin:5px 0 0}.risk-note{background:#fff7e8;border-color:#e9a93a;margin:20px 0 58px}.related{padding-top:10px}.related>div{display:grid;gap:8px}.related a{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--border);font-weight:700;color:var(--title)}.related a:hover{color:var(--deep)}.desktop-toc{position:sticky;top:118px;align-self:start;border-left:1px solid var(--border);padding-left:24px}.desktop-toc strong{color:var(--title)}.desktop-toc nav{display:grid;gap:4px;margin-top:14px}.desktop-toc a{padding:7px 9px;border-radius:8px;font-size:13px;color:var(--muted)}.desktop-toc a.active,.desktop-toc a:hover{background:var(--tag);color:var(--deep)}.mobile-toc{display:none;margin:30px 0 0;border:1px solid var(--border);border-radius:14px;padding:12px 16px}.mobile-toc summary{font-weight:800;color:var(--title);cursor:pointer}.mobile-toc nav{display:grid;gap:7px;padding:12px 0}.mobile-toc a{color:var(--deep)}
.news-filter{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0 38px}.news-filter button{border:1px solid var(--border);background:#fff;color:var(--text);min-height:42px;padding:8px 15px;border-radius:10px;cursor:pointer}.news-filter button.active{background:var(--deep);color:#fff;border-color:var(--deep)}.support-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.support-flow>div{background:var(--surface);padding:24px;border-radius:18px}.support-flow strong{display:block;color:var(--title);margin-bottom:7px}.contact-options{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-option{border:1px solid var(--border);border-radius:22px;padding:28px}.contact-option h2{color:var(--title);font-size:24px}.notice-empty{background:var(--surface);border-radius:18px;padding:24px;color:var(--muted)}
.site-footer{background:var(--deepest);color:#dbeaff;padding:70px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:55px}.footer-brand img{width:170px;filter:brightness(0) invert(1)}.footer-brand p{max-width:330px}.footer-risk{font-size:13px;color:#b9d2ea}.footer-grid h2{font-size:15px;color:#fff;margin:0 0 15px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px}.footer-grid a{color:#dbeaff;font-size:14px}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:52px;padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;color:#b9d2ea}.footer-bottom a,.footer-bottom button{color:#fff}.footer-bottom button{border:0;background:transparent;padding:0;cursor:pointer}
@media (max-width:1040px){.desktop-nav{display:none}.mobile-menu-button{display:flex}.header-inner{gap:15px}.header-actions{margin-left:auto}.mega-menu{display:none}.hero-grid{grid-template-columns:1fr 1.15fr;gap:35px}.bento{grid-template-columns:1.1fr 1fr}.bento-main{grid-row:1/3}.bento-wide{grid-column:1/3}.process{grid-template-columns:repeat(3,1fr)}.process:before{display:none}.process-step:nth-child(even){margin-top:0}.editorial,.compare,.security-grid,.center-hero-grid{gap:30px}.article-layout{grid-template-columns:minmax(0,1fr) 220px;gap:40px}.footer-grid{grid-template-columns:1.3fr repeat(3,1fr);gap:30px}}
@media (max-width:820px){:root{--container:min(100% - 30px,720px)}.section{padding:70px 0}.hero{padding-top:54px}.hero-grid{grid-template-columns:1fr}.hero-copy{order:1}.hero-visual{order:2;min-height:390px}.hero-visual img{max-height:350px}.quick-tasks{grid-template-columns:1fr 1fr}.quick-task:nth-child(2){border-right:0}.quick-task:nth-child(-n+2){border-bottom:1px solid var(--border)}.bento{grid-template-columns:1fr 1fr;grid-template-rows:auto}.bento-main{grid-column:1/3;grid-row:auto}.bento-wide{grid-column:1/3}.process{grid-template-columns:1fr 1fr}.tabs-shell{grid-template-columns:1fr}.tab-list{flex-direction:row;overflow-x:auto;padding-bottom:5px}.tab-list button{flex:0 0 auto}.security-grid,.editorial,.compare,.staking-grid,.center-hero-grid,.feature-split{grid-template-columns:1fr}.compare-app{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.article-hero{grid-template-columns:1fr}.article-hero figure{max-width:500px}.article-layout{grid-template-columns:1fr}.desktop-toc{display:none}.mobile-toc{display:block}.link-grid{grid-template-columns:1fr 1fr}.support-flow{grid-template-columns:1fr 1fr}.contact-options{grid-template-columns:1fr}.cta-box{align-items:flex-start;flex-direction:column}.cta-actions{width:100%}}
@media (max-width:560px){:root{--container:calc(100% - 28px);--header-h:68px}.safety-banner{text-align:left;font-size:12px}.header-inner{height:68px}.brand img{width:128px}.header-download{padding-inline:13px;min-height:44px}.section{padding:58px 0}.section-head{align-items:flex-start;flex-direction:column;margin-bottom:28px}.hero{padding:44px 0 42px}.hero-copy h1{font-size:42px}.hero-copy .lead{font-size:16px}.hero-actions .button{width:100%}.hero-visual{min-height:320px;padding:22px;border-radius:25px}.hero-visual img{max-height:300px}.quick-tasks{grid-template-columns:1fr}.quick-task{border-right:0;border-bottom:1px solid var(--border);min-height:auto}.quick-task:last-child{border-bottom:0}.bento{display:flex;flex-direction:column}.bento-item,.bento-wide{display:flex;min-height:auto}.bento-main img{max-height:220px}.bento-wide img{max-height:160px;margin:14px auto}.process{grid-template-columns:1fr;gap:0;border-left:1px solid var(--border);margin-left:8px}.process-step,.process-step:nth-child(even){margin:0;padding:0 0 32px 32px}.process-step:before{top:4px;left:-9px}.process-step .number{top:-7px;left:18px}.tab-panel{grid-template-columns:1fr;padding:24px}.tab-panel h3{font-size:28px}.tab-panel img{max-height:210px}.security-band{padding:62px 0}.security-side{padding:22px}.featured-article{min-height:390px;padding:28px}.featured-article h3{font-size:31px}.compare-app{grid-template-columns:1fr}.timeline:before{left:7px}.timeline-item{grid-template-columns:1fr;gap:7px;padding-left:34px}.timeline-item:after{left:1px}.timeline-label{text-align:left}.faq-question{font-size:16px}.faq-answer{padding-right:0}.final-cta{padding:58px 0}.cta-box{padding:34px 24px;border-radius:25px}.cta-actions .button{width:100%}.center-hero{padding-top:50px}.center-stats{grid-template-columns:1fr}.link-grid,.support-flow{grid-template-columns:1fr}.article-hero{padding:30px 0 42px;gap:28px}.article-hero h1{font-size:40px}.article-layout{padding-top:42px}.article-section{margin-bottom:34px;padding-bottom:34px}.defs>div{grid-template-columns:1fr;gap:4px}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{align-items:flex-start;flex-direction:column}.mobile-menu-head{height:68px}.mobile-menu-scroll{height:calc(100dvh - 68px)}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
