:root{--orange:#f97316;--dark:#0f0f10;--gray:#3f3f46;--light:#f4f4f5}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{width:100%;max-width:100%;overflow-x:hidden;overscroll-behavior-x:none}body{margin:0;font-family:Manrope,sans-serif;color:#27272a;background:#fff;line-height:1.75}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{background:var(--dark);color:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #ffffff1a}.nav{display:flex;align-items:center;justify-content:space-between;min-height:86px}.brand{display:flex;align-items:center;color:#fff;text-decoration:none;gap:12px;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.brand img{width:58px;height:58px;object-fit:contain}.brand strong{font-size:1.25rem;margin-right:5px}.nav nav{display:flex;align-items:center;gap:28px}.nav nav a{color:#fff;text-decoration:none;font-weight:700;font-size:.88rem}.button{display:inline-flex!important;background:var(--orange);color:#fff!important;padding:12px 20px;border-radius:999px;text-decoration:none;font-weight:800;line-height:1.3}.blog-hero{background:linear-gradient(135deg,#0f0f10,#27272a);color:#fff;padding:90px 0 78px}.blog-hero h1{font-size:clamp(2.3rem,6vw,4.4rem);line-height:1.04;margin:10px 0 18px;letter-spacing:-.04em}.blog-hero p{max-width:760px;font-size:1.1rem;color:#d4d4d8}.category{color:var(--orange)!important;text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.78rem}.posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;padding-top:70px;padding-bottom:90px}.post-card{border:1px solid #e4e4e7;border-radius:18px;overflow:hidden;background:#fff;transition:.2s box-shadow,.2s transform}.post-card:hover{transform:translateY(-4px);box-shadow:0 18px 50px #18181b18}.post-card a{color:inherit;text-decoration:none}.post-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.post-card div{padding:28px}.post-card h2{font-size:1.45rem;line-height:1.25;margin:8px 0 12px}.post-card p{color:#52525b}.post-card span{font-size:.8rem;color:#71717a;font-weight:700}.article{padding-bottom:90px}.article-head{max-width:900px;margin:0 auto;padding:70px 24px 36px}.back{color:#52525b;text-decoration:none;font-weight:700}.article h1{font-size:clamp(2.25rem,6vw,4.25rem);line-height:1.08;letter-spacing:-.045em;margin:14px 0 20px;color:#18181b}.lead{font-size:1.2rem;color:#52525b}.meta{display:flex;flex-wrap:wrap;gap:9px;color:#71717a;font-size:.84rem;font-weight:700;margin-top:22px}.article figure{width:min(1080px,calc(100% - 40px));margin:0 auto 50px}.article figure img{width:100%;max-height:610px;object-fit:cover;border-radius:20px;display:block}.article figcaption{font-size:.78rem;color:#71717a;margin-top:8px}.article-body{width:min(780px,calc(100% - 40px));margin:auto}.article-body p{font-size:1.06rem;margin:0 0 22px}.article-body .intro{font-size:1.23rem;font-weight:600;color:#3f3f46}.article-body h2{font-size:1.75rem;line-height:1.25;margin:54px 0 18px;color:#18181b}.notice{background:#fff7ed;border-left:4px solid var(--orange);padding:22px 24px;margin:46px 0;border-radius:8px}.cta{background:var(--dark);color:#fff;padding:36px;border-radius:18px;margin-top:48px}.cta h2{color:#fff;margin:0 0 12px}.cta p{color:#d4d4d8}footer{background:var(--dark);color:#d4d4d8;padding:55px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-grid strong{color:#fff}.footer-grid a{color:#fff}@media(max-width:760px){.nav{min-height:74px}.brand span{display:none}.brand img{width:50px;height:50px}.nav nav>a:not(.button){display:none}.posts-grid{grid-template-columns:1fr;padding-top:40px}.blog-hero{padding:60px 0}.article-head{padding-top:45px}.article-body h2{font-size:1.5rem}.footer-grid{grid-template-columns:1fr}.cta{padding:26px}}
