.guide-page-hero{background:var(--navy);padding:64px 60px;text-align:center}.guide-page-hero-inner{max-width:760px;margin:0 auto}.guide-page-icon{font-size:48px;margin-bottom:16px}.guide-page-hero .sec-kicker{color:#ffffff73}.guide-page-hero h1{font-size:clamp(24px,3vw,38px);font-weight:400;color:var(--white);line-height:1.2;letter-spacing:-.01em;margin:12px 0 16px}.guide-page-desc{font-size:16px;color:#ffffff8c;line-height:1.7;margin-bottom:20px}.guide-meta{display:flex;align-items:center;justify-content:center;gap:10px;font-size:12px;color:#ffffff4d;font-weight:500;text-transform:uppercase;letter-spacing:.06em}.guide-layout{max-width:1120px;margin:0 auto;padding:64px 60px;display:grid;grid-template-columns:1fr 300px;gap:64px;align-items:start}.guide-article h2{font-size:19px;font-weight:700;color:var(--navy);margin:44px 0 12px;line-height:1.35;letter-spacing:-.01em;display:flex;align-items:center;gap:10px}.guide-article h2:before{content:"";display:inline-block;width:3px;height:18px;background:var(--accent);border-radius:2px;flex-shrink:0}.guide-article h2:first-child{margin-top:0}.guide-article h3{font-size:15px;font-weight:700;color:var(--navy);margin:28px 0 8px;text-transform:uppercase;letter-spacing:.04em;font-size:12px;color:var(--ink2)}.guide-article p{font-size:15px;color:var(--ink2);line-height:1.85;margin-bottom:14px}.guide-article strong{color:var(--ink);font-weight:600}.guide-article ul,.guide-article ol{padding-left:0;margin:4px 0 20px;list-style:none;background:var(--gray);border:1px solid var(--border);border-radius:var(--r);overflow:hidden}.guide-article ul li,.guide-article ol li{font-size:14px;color:var(--ink2);line-height:1.7;padding:11px 16px 11px 40px;position:relative;border-bottom:1px solid var(--border);background:var(--white)}.guide-article ul li:nth-child(2n),.guide-article ol li:nth-child(2n){background:var(--gray)}.guide-article ul li:last-child,.guide-article ol li:last-child{border-bottom:none}.guide-article ul li:before{content:"→";position:absolute;left:16px;color:var(--accent);font-weight:700;font-size:13px}.guide-article ol{counter-reset:ol-counter}.guide-article ol li{counter-increment:ol-counter}.guide-article ol li:before{content:counter(ol-counter);position:absolute;left:12px;font-size:11px;font-weight:700;color:var(--white);background:var(--accent);width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;top:13px;text-align:center;line-height:18px}.info-box{background:var(--accent-soft);border:1px solid #B8D9F5;border-left:4px solid var(--accent);border-radius:0 var(--r) var(--r) 0;padding:14px 18px;margin:20px 0;font-size:14px;color:var(--ink);line-height:1.75}.info-box strong{color:var(--accent2)}.warn-box{background:#fffbeb;border:1px solid #FDE68A;border-left:4px solid #F59E0B;border-radius:0 var(--r) var(--r) 0;padding:14px 18px;margin:20px 0;font-size:14px;color:var(--ink);line-height:1.75}.warn-box strong{color:#92400e}.table-wrap{overflow-x:auto;margin:20px 0;border-radius:var(--r);border:1px solid var(--border);box-shadow:var(--sh)}.price-table,.guide-article table{width:100%;border-collapse:collapse;font-size:14px;min-width:420px}.price-table thead tr,.guide-article table thead tr{background:var(--navy)}.price-table th,.guide-article table th{color:var(--white);padding:13px 18px;text-align:left;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap}.price-table td,.guide-article table td{padding:12px 18px;border-bottom:1px solid var(--border);color:var(--ink2);vertical-align:middle;line-height:1.5}.price-table tbody tr:last-child td,.guide-article table tbody tr:last-child td{border-bottom:none}.price-table tbody tr:nth-child(odd) td,.guide-article table tbody tr:nth-child(odd) td{background:var(--white)}.price-table tbody tr:nth-child(2n) td,.guide-article table tbody tr:nth-child(2n) td{background:var(--gray)}.price-table tbody tr:hover td,.guide-article table tbody tr:hover td{background:var(--accent-soft);transition:background .12s}.price-table td:last-child,.guide-article table td:last-child{font-weight:700;color:var(--navy)}.guide-sidebar{position:sticky;top:80px;display:flex;flex-direction:column;gap:16px}.sidebar-cta{background:var(--navy);border-radius:14px;padding:22px}.sidebar-cta-title{font-size:14px;font-weight:700;color:#fff;margin:0 0 8px}.sidebar-cta-p{font-size:12.5px;color:#ffffff8c;line-height:1.65;margin:0 0 16px}.sidebar-cta-btn{display:block;text-align:center;background:var(--accent);color:#fff;font-size:13px;font-weight:700;padding:10px 16px;border-radius:8px;text-decoration:none;transition:background .15s}.sidebar-cta-btn:hover{background:#1568b3}.sidebar-nav-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px 20px}.sidebar-nav-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#9ca3af;margin:0 0 12px}.sidebar-nav{display:flex;flex-direction:column}.sidebar-nav a{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:500;color:var(--ink2);text-decoration:none;padding:8px 0;border-bottom:1px solid #f3f4f6;transition:color .15s;background:transparent!important}.sidebar-nav a:last-child{border-bottom:none}.sidebar-nav a:hover{color:var(--accent)}.sidebar-nav a:after{content:"→";font-size:11px;color:#d1d5db;transition:color .15s,transform .15s}.sidebar-nav a:hover:after{color:var(--accent);transform:translate(3px)}@media (max-width: 1024px){.guide-layout{grid-template-columns:1fr;padding:40px 24px;gap:40px}.guide-sidebar{position:static}.guide-page-hero{padding:48px 24px}}
