:root{--blue:#0093dd;--yellow:#f1a400;--navy:#123d59;--ink:#17384c;--muted:#687f8d;--line:#dce7ed;--paper:#fff;--mist:#f4f8fa;--sky:#eaf6fc;--radius:10px;--font:Inter,"SF Pro Display","PingFang SC","Microsoft YaHei",system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:15px/1.65 var(--font);background:var(--mist)}.skip-link{position:fixed;top:-70px;left:16px;z-index:5;padding:8px 12px;color:#fff;background:var(--navy);border-radius:5px}.skip-link:focus{top:14px}.site-header{width:min(1240px,calc(100% - 48px));height:76px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:18px;color:var(--ink);text-decoration:none}.brand img{width:42px;height:42px;object-fit:contain;transform:scale(1.38)}.brand span{display:grid;line-height:1.15}.brand strong{font-size:17px;letter-spacing:.08em}.brand small{margin-top:5px;color:var(--muted);font-size:10px}.back-link{color:var(--muted);font-size:12px;text-decoration:none}.back-link:hover{color:var(--blue)}.hero{padding:78px max(24px,calc((100% - 1240px)/2));display:grid;grid-template-columns:1.3fr .7fr;gap:60px;color:#fff;background:var(--navy)}.eyebrow{margin:0 0 14px;color:var(--yellow);font-size:10px;font-weight:800;letter-spacing:.13em}.eyebrow.blue{color:var(--blue)}h1,h2,h3{letter-spacing:0}h1{max-width:680px;margin:0;font-size:46px;line-height:1.2}.hero>div>p:not(.eyebrow){max-width:650px;margin:18px 0 0;color:#c3d9e4;font-size:17px}.hero aside{align-self:end;padding:23px 25px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:10px}.hero aside span,.hero aside small{display:block;color:#b9d2df;font-size:11px}.hero aside strong{display:block;margin:7px 0 10px;color:#fff;font-size:25px}.content-section{width:min(1080px,calc(100% - 48px));margin:auto;padding:70px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:29px}.section-heading h2{margin:0;font-size:29px;line-height:1.25}.section-heading>p{max-width:390px;margin:0;color:var(--muted);font-size:12px}.package-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.package-grid article{min-height:178px;padding:20px;display:flex;flex-direction:column;background:var(--paper);border-top:4px solid var(--blue);border-radius:8px;box-shadow:0 8px 25px rgba(18,61,89,.06)}.package-grid article:nth-child(2){border-color:#36bea8}.package-grid article:nth-child(3){border-color:#f77c54}.package-grid article:nth-child(4){border-color:var(--yellow)}.package-grid p{margin:0;color:var(--muted);font-size:11px}.package-grid h3{margin:12px 0 auto;font-size:17px;line-height:1.35}.package-grid dl{display:flex;gap:23px;margin:20px 0 0}.package-grid dt{color:#91a2aa;font-size:10px}.package-grid dd{margin:2px 0 0;font-size:12px;font-weight:750}.package-grid dd:last-child{color:var(--blue)}.package-note{margin:15px 0 0;color:#dd6d4c;font-size:11px}.included{background:#eaf6fc}.included-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.included-grid article{padding:19px 20px;background:#fff;border-radius:8px;border-left:4px solid var(--blue)}.included-grid h3{margin:0;font-size:16px}.included-grid p{margin:7px 0 0;color:var(--muted);font-size:12px}.comparison{overflow-x:auto;background:#fff;border:1px solid var(--line);border-radius:8px}.comparison table{width:100%;border-collapse:collapse;min-width:760px}.comparison th,.comparison td{padding:16px 14px;border-bottom:1px solid var(--line);text-align:center;font-size:12px}.comparison thead th{color:#527487;background:var(--sky);font-size:11px}.comparison tbody th{width:52%;text-align:left;color:var(--ink);font-weight:650;line-height:1.5}.comparison tbody tr:last-child>*{border-bottom:0}.comparison td{color:#b0bec6}.comparison .yes{font-size:21px}.blue-dot{color:var(--blue)!important}.green-dot{color:#36bea8!important}.coral-dot{color:#f77c54!important}.yellow-dot{color:var(--yellow)!important}.add-ons{background:#fff4d5}.add-ons .content-section{padding-bottom:59px}.add-ons ul{margin:0;padding:0;list-style:none}.add-ons li{min-height:43px;padding:0 14px;display:grid;grid-template-columns:110px 1fr auto;align-items:center;background:rgba(255,255,255,.76);border-bottom:1px solid #f0dca1;font-size:12px}.add-ons li:first-child{border-radius:7px 7px 0 0}.add-ons li:last-child{border-radius:0 0 7px 7px;border-bottom:0}.add-ons span{color:#a47627;font-size:10px}.add-ons em{color:#6e7c85;font-style:normal}.image-link{display:inline-flex;margin-top:22px;color:var(--navy);font-size:12px;font-weight:750;text-decoration:none}.image-link:hover{color:var(--blue)}footer{padding:29px 24px;color:#b9d2df;background:var(--navy);text-align:center;font-size:11px}@media(max-width:760px){.site-header{width:calc(100% - 32px);height:68px}.brand img{width:37px;height:37px}.brand strong{font-size:15px}.back-link{font-size:0}.back-link::after{content:'← 返回';font-size:12px}.hero{padding:52px 16px;display:block}.hero h1{font-size:35px}.hero>div>p:not(.eyebrow){font-size:15px}.hero aside{margin-top:28px}.content-section{width:calc(100% - 32px);padding:48px 0}.section-heading{display:block;margin-bottom:23px}.section-heading h2{font-size:26px}.section-heading>p{margin-top:9px}.package-grid{grid-template-columns:1fr 1fr;gap:9px}.package-grid article{min-height:163px;padding:16px}.package-grid h3{font-size:15px}.package-grid dl{gap:12px}.included-grid{grid-template-columns:1fr}.comparison{margin-right:-16px;border-radius:8px 0 0 8px}.add-ons li{grid-template-columns:77px 1fr auto;padding:0 10px;font-size:11px}.add-ons span{font-size:9px}}
