.blog-page{font-family:Birzia,Heebo,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:300}.blog-page .breadcrumb,.blog-page .btn,.blog-page label{font-family:Birzia,Heebo,system-ui,sans-serif}.blog-page b,.blog-page strong{font-weight:700}.blog-hero-page{position:relative;min-height:460px;padding:150px 0 84px;color:#fff;overflow:hidden;isolation:isolate}.blog-hero-bg{position:absolute;inset:0;z-index:-2;background:linear-gradient(135deg,rgba(3,17,55,.88),rgba(3,17,55,.62) 55%,rgba(3,17,55,.35)),url(/assets/hero-garage.jpg) 50%/cover no-repeat}.blog-hero-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(240,108,51,.18) 0,transparent 55%),linear-gradient(180deg,transparent 60%,rgba(3,17,55,.7))}.blog-hero-page-inner{position:relative;text-align:center;max-width:720px;margin:0 auto}.blog-hero-page .breadcrumb{font-size:13px;color:hsla(0,0%,100%,.7);margin-bottom:20px}.blog-hero-page .breadcrumb a{color:hsla(0,0%,100%,.9)}.blog-hero-page .breadcrumb a:hover{color:var(--orange)}.blog-hero-page h1{font-family:Birzia,Heebo,system-ui,sans-serif;font-size:clamp(44px,4.2vw,68px);font-weight:700;line-height:1.05;color:#fff;letter-spacing:-.025em;margin-bottom:20px}.blog-hero-page h1 .accent{color:var(--orange);font-weight:300}.blog-hero-page p{font-size:18px;line-height:1.55;color:hsla(0,0%,100%,.82);max-width:560px;margin:0 auto}@media (max-width:600px){.blog-hero-page{padding:110px 0 56px;min-height:380px}.blog-hero-page h1{font-size:38px}.blog-hero-page p{font-size:16px}}@keyframes blog-hero-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.blog-hero-page-inner>.breadcrumb,.blog-hero-page-inner>h1,.blog-hero-page-inner>p{animation:blog-hero-fade-up 1.2s cubic-bezier(.22,1,.36,1) both}.blog-hero-page-inner>.breadcrumb{animation-delay:.12s}.blog-hero-page-inner>h1{animation-delay:.34s}.blog-hero-page-inner>p{animation-delay:.56s}@media (prefers-reduced-motion:reduce){.blog-hero-page-inner>.breadcrumb,.blog-hero-page-inner>h1,.blog-hero-page-inner>p{animation:none}}.cats{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:48px}.cat{padding:10px 18px;border-radius:999px;font-family:inherit;font-size:14px;font-weight:600;color:var(--ink-2);background:#fff;border:1px solid var(--border);cursor:pointer;transition:background .15s,color .15s,border-color .15s,transform .1s}.cat:hover{border-color:var(--orange);color:var(--orange)}.cat.active{background:#031238;color:#fff;border-color:#031238}.cat:active{transform:translateY(1px)}.blog-featured{position:relative;display:grid;grid-template-columns:1.25fr 1fr;min-height:440px;background:#fff;border:1px solid var(--border);border-radius:24px;overflow:hidden;margin-bottom:64px;transition:transform .25s ease,box-shadow .25s ease}.blog-featured:hover{transform:translateY(-3px);box-shadow:0 30px 55px -25px rgba(3,17,55,.25)}@media (max-width:900px){.blog-featured{grid-template-columns:1fr}}.blog-featured-img{position:relative;min-height:380px;background-size:cover;background-position:50%;background-color:var(--blue-lighter)}.blog-featured-img:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,55,0) 60%,rgba(3,17,55,.45))}@media (max-width:900px){.blog-featured-img{min-height:260px}.blog-featured-img:after{background:linear-gradient(180deg,rgba(3,17,55,0) 55%,rgba(3,17,55,.5))}}.blog-featured-body{padding:44px 48px;display:flex;flex-direction:column;justify-content:center;gap:16px}@media (max-width:700px){.blog-featured-body{padding:32px 26px}}.blog-featured-body .chip{align-self:flex-start;margin-bottom:4px}.blog-featured-body h2{font-family:Birzia,Heebo,system-ui,sans-serif;font-size:clamp(26px,2.2vw,34px);line-height:1.2;color:var(--ink);letter-spacing:-.02em;font-weight:700}.blog-featured-body>p{color:var(--muted);font-size:17px;line-height:1.7}.blog-featured-body .meta{display:flex;gap:14px;font-size:14px;color:var(--muted);align-items:center;flex-wrap:wrap;margin:0}.blog-featured-body .btn{align-self:flex-start;margin-top:8px}.bgrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}@media (max-width:900px){.bgrid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.bgrid{grid-template-columns:1fr}}.blog-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;color:inherit}.blog-card:hover{transform:translateY(-4px);box-shadow:0 22px 42px -22px rgba(3,17,55,.22);border-color:transparent}.blog-card-img{position:relative;height:210px;background-size:cover;background-position:50%;background-color:var(--blue-lighter);overflow:hidden}.blog-card-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,17,55,0) 50%,rgba(3,17,55,.35))}.blog-card-img .chip{position:absolute;top:14px;right:14px;background:hsla(0,0%,100%,.96);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:var(--orange);box-shadow:0 4px 12px -4px rgba(3,17,55,.25);z-index:1}.blog-card-body{padding:22px 24px 24px;flex:1 1;display:flex;flex-direction:column;gap:10px}.blog-card-body h3{font-size:18px;line-height:1.35;color:var(--ink);letter-spacing:-.01em;font-weight:700}.blog-card-body .meta{margin:0;font-size:13.5px;color:var(--muted);display:flex;gap:10px;align-items:center}.blog-card-body .read{color:var(--orange);font-weight:700;font-size:14px;margin-top:auto;padding-top:10px;border-top:1px dashed var(--border);display:inline-flex;align-items:center;gap:6px;transition:gap .2s ease}.blog-card:hover .read{gap:10px}.blog-empty{text-align:center;padding:80px 24px;color:var(--muted);background:var(--bg-soft);border-radius:20px;border:1px dashed var(--border)}.newsletter{margin-top:72px;position:relative;padding:64px 48px;border-radius:28px;overflow:hidden;color:#fff;text-align:center;background:linear-gradient(135deg,rgba(3,17,55,.92),rgba(0,98,184,.85)),url(/assets/golan-landscape.jpg) 50%/cover no-repeat}.newsletter:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(240,108,51,.25) 0,transparent 55%);pointer-events:none}.newsletter>*{position:relative;z-index:1}.newsletter h3{font-family:Birzia,Heebo,system-ui,sans-serif;color:#fff;font-size:32px;letter-spacing:-.02em;margin-bottom:10px;font-weight:700}.newsletter p{color:hsla(0,0%,100%,.82);margin-bottom:28px;font-size:17px;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.6}.newsletter form{display:flex;gap:10px;max-width:520px;margin:0 auto}.newsletter input{flex:1 1;padding:15px 18px;border-radius:12px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.12);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#fff;font-family:inherit;font-size:15px;outline:none;transition:border-color .15s,background .15s}.newsletter input:focus{border-color:var(--orange);background:hsla(0,0%,100%,.18)}.newsletter input::placeholder{color:hsla(0,0%,100%,.6)}@media (max-width:600px){.newsletter{padding:44px 24px}.newsletter form{flex-direction:column}}.post-hero{position:relative;min-height:480px;padding:150px 0 72px;color:#fff;overflow:hidden;isolation:isolate}.post-hero-bg{position:absolute;inset:0;z-index:-2;background:linear-gradient(135deg,rgba(3,17,55,.88),rgba(3,17,55,.65) 55%,rgba(3,17,55,.4)),50%/cover no-repeat}.post-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(3,17,55,.7))}.post-hero-inner{position:relative;max-width:820px;margin:0 auto}.post-hero .breadcrumb{font-size:13px;color:hsla(0,0%,100%,.7);margin-bottom:18px}.post-hero .breadcrumb a{color:hsla(0,0%,100%,.9)}.post-hero .breadcrumb a:hover{color:var(--orange)}.post-hero .chip{background:var(--orange);color:#fff;margin-bottom:18px}.post-hero h1{font-family:Birzia,Heebo,system-ui,sans-serif;font-size:clamp(32px,3.5vw,52px);font-weight:700;line-height:1.1;color:#fff;letter-spacing:-.02em;margin-bottom:22px}.post-hero .post-meta{display:flex;align-items:center;gap:14px;font-size:15px;color:hsla(0,0%,100%,.8);flex-wrap:wrap}.post-hero .post-meta .dot{width:4px;height:4px;border-radius:999px;background:hsla(0,0%,100%,.4)}@media (max-width:600px){.post-hero{padding:110px 0 56px;min-height:420px}.post-hero h1{font-size:30px}}.post-article{max-width:780px;margin:0 auto}.post-cover{width:100%;max-height:480px;object-fit:cover;border-radius:20px;margin-bottom:40px;box-shadow:0 30px 60px -30px rgba(3,17,55,.35);margin-top:-100px;position:relative;z-index:5}.post-body{color:var(--ink-2);font-size:17px;line-height:1.85}.post-body h2{font-family:Birzia,Heebo,system-ui,sans-serif;font-size:28px;color:#031238;margin:40px 0 14px;letter-spacing:-.02em;font-weight:700}.post-body h3{font-size:21px;color:var(--ink);margin:32px 0 10px;letter-spacing:-.015em;font-weight:700}.post-body p{margin-bottom:18px}.post-body ol,.post-body ul{padding-right:22px;margin-bottom:20px}.post-body li{margin-bottom:8px}.post-body strong{color:var(--ink);font-weight:700}.post-body a{color:var(--orange);text-decoration:underline;text-underline-offset:3px}.post-body blockquote{margin:24px 0;padding:20px 28px;border-right:4px solid var(--orange);background:var(--bg-soft);border-radius:12px;color:var(--ink);font-size:17px;font-style:normal}.post-body img{width:100%;border-radius:14px;margin:24px 0}.post-foot{max-width:780px;margin:48px auto 0;padding-top:28px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}