*{box-sizing:border-box}html{scroll-behavior:smooth}:root{--paper:#fff6df;--ink:#1f2937;--muted:#5b6470;--yellow:#ffcc4d;--blue:#88d8ff;--green:#9be7c8;--pink:#ffb5a7;--line:#1f2937;--shadow:7px 7px 0 #1f2937;--container:1240px}body{margin:0;background:#fff6df url('../images/notebook-bg.webp') center top/cover fixed;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",Arial,sans-serif}body:before{content:"";position:fixed;inset:0;background:linear-gradient(#e8dcc2 1px,transparent 1px);background-size:100% 34px;opacity:.28;pointer-events:none}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{font:inherit}.paper-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 6vw;background:rgba(255,246,223,.9);border-bottom:3px dashed #d2b98a;backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:12px;font-weight:950}.brand img{height:44px}.brand span{font-size:21px}.menu-btn{display:none;background:#fff;border:2px solid var(--ink);border-radius:14px;padding:9px 13px;font-weight:900;box-shadow:3px 3px 0 var(--ink)}nav{display:flex;align-items:center;gap:10px}nav a,nav button{background:#fff;border:2px solid var(--ink);border-radius:18px;padding:10px 15px;box-shadow:4px 4px 0 var(--ink);font-weight:900;color:var(--ink);cursor:pointer}.nav-contact{background:var(--yellow)}main{position:relative;z-index:1}.hero-paper{width:min(var(--container),calc(100% - 32px));margin:36px auto;display:grid;grid-template-columns:.92fr 1.08fr;gap:28px;align-items:center}.hero-copy{background:#fff;border:3px solid var(--ink);border-radius:30px;padding:44px;box-shadow:10px 10px 0 var(--yellow);transform:rotate(-.6deg)}.hero-copy span,.eyebrow,.section-title p{display:inline-flex;background:var(--yellow);padding:8px 12px;border:2px solid var(--ink);border-radius:999px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;font-size:12px}.hero-copy h1{font-size:clamp(44px,7vw,82px);line-height:1.02;letter-spacing:-.06em;margin:20px 0}.hero-copy p{font-size:19px;line-height:1.85;color:var(--muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btn,.checklist-products button,.table-btn{display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--ink);border-radius:16px;padding:13px 18px;font-weight:950;box-shadow:4px 4px 0 var(--ink);cursor:pointer}.btn.primary,.checklist-products button,.table-btn{background:var(--blue);color:var(--ink)}.btn.secondary{background:#fff;color:var(--ink)}.btn.ghost{background:var(--yellow);color:var(--ink)}.hero-image{background:#fff;border:3px solid var(--ink);border-radius:32px;box-shadow:10px 10px 0 var(--blue);padding:24px;transform:rotate(.7deg)}.hero-image img{max-height:560px;object-fit:contain;margin:auto}.paper-section,.download-note,.sub-hero{width:min(var(--container),calc(100% - 32px));margin:30px auto;padding:34px;border:3px solid var(--ink);border-radius:30px;background:#fff;box-shadow:var(--shadow)}.section-title{text-align:center;max-width:900px;margin:0 auto 30px}.section-title h2{font-size:clamp(36px,5vw,62px);line-height:1;letter-spacing:-.055em;margin:16px 0 10px}.section-title span{display:block;color:var(--muted);line-height:1.85}.entry-board{display:grid;grid-template-columns:1.08fr .92fr .92fr;grid-template-areas:'main support download' 'main contact download';gap:16px;background:transparent;box-shadow:none;border:0;padding:0}.entry-card{min-height:250px;text-align:left;padding:26px;border:3px solid var(--ink);border-radius:26px;background:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between}.main-card{grid-area:main;background:#fff}.entry-card:nth-child(2){grid-area:support}.yellow-card{grid-area:download;background:#fff1b8}.entry-card:nth-child(4){grid-area:contact}.entry-card small,.checklist-products label span{font-weight:950;color:#e76828;text-transform:uppercase;letter-spacing:.1em;font-size:12px}.entry-card h2{font-size:54px;line-height:.95;letter-spacing:-.06em;margin:16px 0}.entry-card h3,.checklist-products h3,.sticky-grid h3,.path-grid h3,.security-list h3,.scenario-grid h3,.support-section h3{font-size:27px;line-height:1.05;margin:14px 0 8px}.entry-card p,.checklist-products p,.sticky-grid p,.path-grid p,.security-list p,.scenario-grid p,.faq-section p,.support-section p,.site-footer p{color:var(--muted);line-height:1.75}.entry-card strong{word-break:break-word}.sticky-grid,.scenario-grid,.path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.sticky-grid article,.scenario-grid article,.path-grid article{background:#fff;border:3px solid var(--ink);border-radius:24px;padding:22px;box-shadow:5px 5px 0 var(--ink)}.sticky-grid article:nth-child(2),.scenario-grid article:nth-child(2n){background:#f0fbff}.sticky-grid article:nth-child(3),.scenario-grid article:nth-child(3n){background:#fff1b8}.sticky-grid b,.path-grid b{display:grid;place-items:center;width:44px;height:44px;border:2px solid var(--ink);border-radius:14px;background:var(--yellow);margin-bottom:12px}.checklist-products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.checklist-products article{background:#fff;border:3px solid var(--ink);border-radius:26px;padding:20px;box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:560px}.checklist-products label{display:flex;align-items:center;gap:8px}.checklist-products input,.security-list input{width:24px;height:24px;accent-color:#ffcc4d}.checklist-products img{height:210px;object-fit:contain;margin:18px auto;background:#fff6df;border:2px solid var(--ink);border-radius:20px;padding:12px}.checklist-products strong{font-size:32px;color:#e76828}.checklist-products article>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.table-wrap{overflow:auto;border:3px solid var(--ink);border-radius:22px;background:#fff}table{width:100%;border-collapse:collapse;min-width:940px}th,td{padding:18px;border-bottom:2px dashed #d2b98a;text-align:left}th{background:var(--ink);color:#fff}.download-note{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;background:#fff1b8}.download-note p{display:inline-flex;margin:0 0 10px;background:#fff;border:2px solid var(--ink);border-radius:999px;padding:8px 12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.download-note h2{font-size:clamp(36px,5vw,62px);line-height:1;letter-spacing:-.055em;margin:0 0 12px}.download-note span{display:block;color:var(--muted);line-height:1.85;max-width:760px}.path-grid{grid-template-columns:repeat(4,1fr)}.security-list{display:grid;gap:14px}.security-list article{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;background:#fff;border:3px solid var(--ink);border-radius:22px;padding:18px;box-shadow:5px 5px 0 var(--ink)}.faq-section details{border-top:2px dashed #d2b98a;padding:18px 0}.faq-section summary{font-size:20px;font-weight:950;cursor:pointer}.support-section{display:grid;grid-template-columns:1.05fr .75fr;gap:22px}.support-section h2,.faq-section h2{font-size:clamp(36px,5vw,62px);line-height:1;letter-spacing:-.055em;margin:14px 0}.tags{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.tags em{font-style:normal;border:2px solid var(--ink);border-radius:999px;padding:9px 12px;background:#fff6df;font-size:13px;color:var(--muted);font-weight:800}.qr-card{text-align:center;border:3px solid var(--ink);border-radius:26px;padding:24px;background:#fff1b8;box-shadow:var(--shadow)}.qr-card img{width:min(300px,100%);margin:0 auto 16px;border:3px solid var(--ink);border-radius:22px;background:#fff;padding:10px}.sub-main{padding-top:20px}.sub-hero{background:#fff1b8}.sub-hero h1{font-size:clamp(42px,6vw,82px);line-height:.95;margin:16px 0;letter-spacing:-.06em}.sub-hero span{color:var(--muted);line-height:1.85}.site-footer{margin-top:48px;padding:42px 6vw;background:#1f2937;color:#fff;display:flex;justify-content:space-between;gap:24px}.site-footer strong{display:block;font-size:34px}.site-footer p{max-width:760px;color:#e5e7eb}.footer-links{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.footer-links button{border:2px solid #fff;background:transparent;color:#fff;border-radius:999px;padding:12px 18px;cursor:pointer}.modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:22px}.modal.active{display:flex}.modal-mask{position:absolute;inset:0;background:rgba(31,41,55,.72);backdrop-filter:blur(8px)}.modal-card{position:relative;z-index:1;width:min(430px,92vw);padding:28px;border:3px solid var(--ink);border-radius:30px;background:#fff6df;color:var(--ink);text-align:center;box-shadow:10px 10px 0 var(--ink)}.modal-card img{width:230px;height:230px;object-fit:cover;margin:18px auto;border-radius:20px;border:3px solid var(--ink);background:#fff}.modal-card h3{margin:0;font-size:28px}.modal-card p{color:var(--muted)}.modal-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.close{position:absolute;right:16px;top:14px;border:2px solid var(--ink);background:#fff;color:var(--ink);border-radius:50%;width:36px;height:36px;font-size:22px;cursor:pointer}.float-contact{position:fixed;right:18px;bottom:18px;z-index:80;border:2px solid var(--ink);border-radius:999px;background:#ffcc4d;color:#1f2937;padding:14px 18px;font-weight:950;cursor:pointer;box-shadow:5px 5px 0 var(--ink)}body.lock{overflow:hidden}@media(max-width:1100px){nav{display:none;position:absolute;top:76px;left:18px;right:18px;flex-direction:column;align-items:flex-start;background:#fff;border:3px solid var(--ink);border-radius:20px;padding:16px}nav.is-open{display:flex}.menu-btn{display:block}.hero-paper,.support-section{grid-template-columns:1fr}.entry-board{grid-template-columns:1fr 1fr;grid-template-areas:'main main' 'support download' 'contact download'}.sticky-grid,.checklist-products,.path-grid,.scenario-grid{grid-template-columns:repeat(2,1fr)}.download-note,.site-footer{grid-template-columns:1fr;display:grid}.footer-links{align-items:flex-start}}@media(max-width:680px){.paper-header{padding:12px 18px}.brand img{display:none}.brand span{font-size:20px}.hero-paper{grid-template-columns:1fr}.hero-copy{padding:28px;transform:none}.hero-copy h1{font-size:42px}.hero-image{transform:none}.entry-board,.sticky-grid,.checklist-products,.path-grid,.scenario-grid{grid-template-columns:1fr}.entry-board{grid-template-areas:'main' 'support' 'download' 'contact'}.paper-section,.download-note,.sub-hero{padding:24px}.section-title{text-align:left}.entry-card h2{font-size:42px}.hero-actions,.modal-actions{flex-direction:column}.btn,.checklist-products button,.table-btn{width:100%}.checklist-products article>div:last-child{align-items:stretch;flex-direction:column}.security-list article{grid-template-columns:34px 1fr}.site-footer{padding:34px 20px}}
/* seo-quality-accessibility */
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:9999}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;padding:10px 14px;border-radius:999px;background:#fff;color:#111;text-decoration:none;box-shadow:0 12px 36px rgba(0,0,0,.18)}
img{max-width:100%;height:auto}
a:focus-visible,button:focus-visible{outline:2px solid currentColor;outline-offset:3px}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
