:root{--ink:#171615;--muted:#655d56;--paper:#f3efe7;--panel:#fffaf1;--dark:#211815;--gold:#d8b76e;--red:#8f2f28;--line:rgba(23,22,21,.16)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 90% 0,rgba(216,183,110,.18),transparent 32%),var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}
a{color:inherit}
.guide-shell{max-width:1120px;margin:0 auto;padding:28px 22px 80px}
.guide-nav{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:34px}
.guide-brand{font-weight:900;text-decoration:none;letter-spacing:-.02em}
.guide-back{display:inline-flex;color:var(--red);font-weight:800;text-decoration:none}
.guide-hero,.guide-panel,.guide-card,.guide-cta{border:1px solid var(--line);background:rgba(255,250,241,.94);border-radius:20px;box-shadow:0 22px 70px rgba(33,24,21,.09)}
.guide-hero{display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden}
.guide-hero-copy{padding:clamp(28px,6vw,66px)}
.guide-kicker{display:inline-flex;padding:9px 15px;border-radius:999px;background:var(--dark);color:var(--panel);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.guide-hero h1{max-width:780px;margin:24px 0 20px;font-size:clamp(42px,7vw,78px);line-height:.98;letter-spacing:-.055em}
.guide-hero p{margin:0;color:var(--muted);font-size:clamp(17px,2vw,20px)}
.guide-hero-media{min-height:440px}
.guide-hero-media img{width:100%;height:100%;display:block;object-fit:cover}
.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px}
.guide-card{display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.guide-card:hover{transform:translateY(-4px);box-shadow:0 28px 75px rgba(33,24,21,.14)}
.guide-card img{width:100%;height:240px;object-fit:cover}
.guide-card-body{display:flex;flex:1;flex-direction:column;padding:26px}
.guide-card span{color:var(--red);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.guide-card h2{font-size:clamp(25px,3vw,36px);line-height:1.08;margin:12px 0}
.guide-card p{color:var(--muted);margin:0 0 18px}
.guide-card strong{margin-top:auto}
.guide-content{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:26px;align-items:start;margin-top:28px}
.guide-panel{padding:clamp(28px,5vw,58px)}
.guide-panel h2{font-size:clamp(27px,4vw,42px);line-height:1.08;margin:42px 0 15px;letter-spacing:-.03em}
.guide-panel h2:first-child{margin-top:0}
.guide-panel h3{font-size:22px;line-height:1.2;margin:28px 0 8px}
.guide-panel p,.guide-panel li{font-size:18px;color:var(--muted)}
.guide-panel ul{padding-left:22px}
.guide-toc{position:sticky;top:24px;border-radius:18px;background:var(--dark);color:var(--panel);padding:26px}
.guide-toc strong{display:block;margin-bottom:12px;color:var(--gold)}
.guide-toc a{display:block;padding:8px 0;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.12)}
.guide-note{margin:28px 0;padding:20px 22px;border-left:5px solid var(--gold);background:rgba(216,183,110,.13);border-radius:0 14px 14px 0}
.guide-cta{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:28px;padding:30px;background:var(--dark);color:var(--panel)}
.guide-cta h2{margin:0 0 8px;font-size:clamp(25px,4vw,38px);line-height:1.08}
.guide-cta p{margin:0;color:rgba(255,250,241,.72)}
.guide-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 24px;border-radius:999px;background:linear-gradient(135deg,#f7e7b9,#c8a45d,#fff1c7);color:var(--ink);font-weight:900;text-decoration:none;white-space:nowrap}
.guide-footer{display:flex;justify-content:space-between;gap:18px;padding:34px 2px 0;color:var(--muted);font-size:14px}
.guide-footer div{display:flex;gap:16px;flex-wrap:wrap}
@media(max-width:820px){.guide-hero,.guide-content{grid-template-columns:1fr}.guide-hero-media{min-height:320px}.guide-toc{position:static}.guide-cta{display:grid}.guide-grid{grid-template-columns:1fr}}
@media(max-width:520px){.guide-shell{padding:20px 15px 70px}.guide-nav{align-items:flex-start}.guide-brand{max-width:180px}.guide-hero h1{font-size:42px}.guide-hero-copy,.guide-panel{padding:26px 22px}.guide-hero-media{min-height:260px}.guide-card img{height:210px}.guide-cta{padding:24px}.guide-button{width:100%;white-space:normal;text-align:center}.guide-footer{display:grid}.guide-panel p,.guide-panel li{font-size:17px}}
