.blog-hero{position:relative;min-height:480px;display:grid;align-items:end;overflow:hidden}.blog-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.blog-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.82) 48%,rgba(255,255,255,.08) 78%)}.blog-hero .container{position:relative;z-index:1;padding-bottom:58px}.blog-hero h1{max-width:720px;margin:10px 0;font-size:clamp(3rem,6vw,5.7rem)}.blog-hero p{max-width:650px;color:var(--muted);font-size:1.1rem}.blog-topics{position:sticky;top:78px;z-index:30;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(30,83,120,.05)}.blog-topics .container{display:flex;gap:8px;overflow-x:auto;padding-block:12px;scrollbar-width:thin}.blog-topics a{flex:none;padding:8px 13px;border:1px solid var(--line);border-radius:999px;text-decoration:none;color:var(--navy);font-size:.78rem;font-weight:800}.blog-topics a:hover{background:var(--sky);border-color:#b9d9eb}.blog-main{padding:54px 0;background:#f5f9fc}.blog-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}.blog-heading h2{margin:5px 0;font-size:clamp(2rem,3.6vw,3.2rem)}.blog-heading form{display:flex;min-width:330px}.blog-heading input{width:100%;height:46px;padding:0 14px;border:1px solid var(--line);border-radius:999px 0 0 999px;background:#fff}.blog-heading button{padding:0 18px;border:0;border-radius:0 999px 999px 0;background:var(--navy);color:#fff;font-weight:800}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.post-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;transition:.2s}.post-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(30,83,120,.12)}.post-thumb{display:block;aspect-ratio:16/10;overflow:hidden}.post-thumb img{width:100%;height:100%;object-fit:cover;transition:.3s}.post-card:hover .post-thumb img{transform:scale(1.035)}.post-card-body{padding:20px}.post-card-body>span{color:var(--green2);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.post-card h2,.post-card h3{margin:8px 0;font-size:1.3rem;line-height:1.25}.post-card h2 a,.post-card h3 a{text-decoration:none}.post-card p{color:var(--muted);font-size:.9rem}.read-more{color:var(--blue);font-weight:900;text-decoration:none}.blog-empty{padding:45px;border:1px dashed #b9cbd8;border-radius:20px;text-align:center;background:#fff}.archive-hero{padding:64px 0 42px;background:linear-gradient(180deg,#edf9ff,#fff)}.archive-hero h1{margin:8px 0;font-size:clamp(2.5rem,5vw,4.5rem)}.archive-hero p{color:var(--muted)}.article-hero{position:relative;min-height:560px;display:grid;align-items:end;overflow:hidden}.article-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.article-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,35,63,.93),rgba(7,35,63,.08) 75%)}.article-hero .container{position:relative;z-index:1;padding-bottom:55px;color:#fff}.article-hero h1{max-width:980px;margin:14px 0;color:#fff;font-size:clamp(2.7rem,5.5vw,5rem)}.article-hero p{max-width:780px;color:#e6f0f7;font-size:1.08rem}.article-meta{display:flex;gap:14px;flex-wrap:wrap;font-size:.8rem}.article-meta span:first-child{padding:5px 10px;border-radius:999px;background:var(--green);font-weight:900}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:55px;padding-block:55px}.article-body{font-size:1.08rem;line-height:1.8}.article-body h2{margin-top:1.7em;font-size:2rem}.article-body h3{margin-top:1.5em;font-size:1.35rem}.article-body img{border-radius:18px}.article-side{display:grid;gap:14px;align-content:start}.article-side>div{padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--soft)}.article-side h3{margin:7px 0}.article-side p{color:var(--muted);font-size:.88rem}.article-side .button{width:100%;font-size:.84rem}.side-whatsapp{display:block;padding:11px;border-radius:999px;background:#20b866;color:#fff;text-align:center;text-decoration:none;font-weight:900}.article-end{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:50px;padding:30px;border-radius:20px;background:var(--sky)}.article-end h2{margin:0;font-size:1.55rem}.article-end a{font-weight:900;text-decoration:none;color:var(--blue)}@media(max-width:900px){.post-grid{grid-template-columns:1fr 1fr}.article-layout{grid-template-columns:1fr}.article-side{grid-template-columns:1fr 1fr}.blog-heading{display:grid}.blog-heading form{min-width:0}}@media(max-width:600px){.blog-hero{min-height:420px}.blog-hero .container{padding-bottom:38px}.blog-topics{top:68px}.post-grid,.article-side{grid-template-columns:1fr}.blog-main{padding:38px 0}.article-hero{min-height:480px}.article-layout{padding-block:38px}.article-end{display:grid}}
