:root{--navy:#002b5c;--blue:#25b9f2;--orange:#ff6048;--ink:#102844;--muted:#64748b;--line:#dbe7f2;--pale:#f4f9fd;--green:#21865f}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fbfdff;font-family:Arial,Helvetica,sans-serif}
a{color:inherit}
.guide-header{min-height:84px;padding:12px max(24px,calc((100% - 1320px)/2));display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);background:#fff}
.guide-logo img{display:block;width:270px;height:auto;max-height:60px;object-fit:contain}
.guide-nav{display:flex;align-items:center;gap:30px;font-weight:800}
.guide-nav a{text-decoration:none}
.guide-nav a:hover,.guide-nav a[aria-current="page"]{color:#168fca}
.guide-action,.guide-primary,.guide-secondary{min-height:46px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;font-weight:850;text-decoration:none}
.guide-action,.guide-primary{color:#fff;background:var(--orange);box-shadow:0 9px 20px #ff604828}
.guide-secondary{border:1px solid var(--navy);color:var(--navy);background:#fff}
.guide-main{max-width:1180px;margin:auto;padding:64px 28px 78px}
.guide-hero{padding:52px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:42px;align-items:center;border-radius:30px;background:linear-gradient(135deg,#eaf7ff,#f9fcff);border:1px solid var(--line)}
.guide-kicker{margin:0 0 13px;color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.16em}
.guide-hero h1{margin:0;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-3px}
.guide-hero h1 em{color:var(--blue);font-style:normal}
.guide-lead{max-width:720px;margin:22px 0 0;color:#455a70;font-size:19px;line-height:1.6}
.guide-summary{padding:25px;border-radius:22px;color:#fff;background:var(--navy)}
.guide-summary strong{display:block;margin-bottom:14px;font-size:20px}
.guide-summary ul{margin:0;padding-left:19px;display:grid;gap:10px;color:#dceaf7;line-height:1.4}
.guide-section{padding-top:64px}
.guide-section-heading{max-width:760px;margin-bottom:26px}
.guide-section-heading h2{margin:0 0 10px;font-size:34px;letter-spacing:-1.2px}
.guide-section-heading p{margin:0;color:var(--muted);line-height:1.55}
.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.guide-card{padding:27px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 30px #1028440b}
.guide-card .number,.guide-card .icon{width:43px;height:43px;margin-bottom:18px;display:grid;place-items:center;border-radius:13px;color:#fff;background:var(--navy);font-size:19px;font-weight:900}
.guide-card .icon{background:#eaf7ff;color:var(--navy)}
.guide-card h3{margin:0 0 10px;font-size:20px}
.guide-card p{margin:0;color:var(--muted);line-height:1.55}
.guide-note{margin-top:24px;padding:22px 24px;border-left:5px solid var(--blue);border-radius:12px;background:#eef8ff;color:#304d69;line-height:1.55}
.guide-checklist{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.guide-check{padding:18px 20px;display:flex;gap:13px;border:1px solid var(--line);border-radius:15px;background:#fff}
.guide-check span{color:var(--green);font-weight:900}
.guide-check p{margin:0;color:#425970;line-height:1.45}
.guide-cta{margin-top:65px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-radius:24px;color:#fff;background:var(--navy)}
.guide-cta h2{margin:0 0 8px;font-size:30px}
.guide-cta p{margin:0;color:#cadae9}
.guide-cta-actions{display:flex;gap:12px;flex:none}
.guide-footer{max-width:1180px;margin:auto;padding:30px 28px 42px;display:flex;justify-content:space-between;border-top:1px solid var(--line);color:var(--muted);font-size:14px}
@media(max-width:850px){.guide-nav{display:none}.guide-hero{grid-template-columns:1fr}.guide-grid{grid-template-columns:1fr 1fr}.guide-cta{display:block}.guide-cta-actions{margin-top:22px}}
@media(max-width:600px){.guide-header{min-height:72px;padding:10px 18px}.guide-logo img{width:180px;max-height:48px}.guide-action{padding:0 13px;font-size:13px}.guide-main{padding:35px 18px 55px}.guide-hero{padding:31px 23px}.guide-hero h1{font-size:44px;letter-spacing:-2px}.guide-grid,.guide-checklist{grid-template-columns:1fr}.guide-section{padding-top:48px}.guide-cta{padding:29px 23px}.guide-cta-actions{display:grid}.guide-footer{margin:0 18px;padding-left:0;padding-right:0;display:block;text-align:center}.guide-footer span{display:block;margin-top:7px}}
