*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font);background:#fff;color:var(--text);font-size:15px;line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{font-family:var(--font);cursor:pointer}.blog-hero{position:relative;padding:48px var(--px) 48px;overflow:hidden;background:linear-gradient(180deg,rgba(255,140,0,.24) 0,rgba(255,140,0,.09) 45%,#fff 80%)}.blog-hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='250' height='250' filter='url(%23n)' opacity='0.22'/%3E%3C/svg%3E");-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 60%);mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 60%);pointer-events:none;z-index:0}.blog-hero-inner{position:relative;z-index:1;max-width:760px;margin:0 auto;text-align:center}.blog-breadcrumb{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#6b7280;margin-bottom:28px}.blog-breadcrumb a{color:#6b7280;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .15s}.blog-breadcrumb a:hover{color:#111827}.blog-breadcrumb .sep{color:#d1d5db}.blog-breadcrumb .current{font-weight:700;color:#111827}.blog-hero-h1{font-family:var(--heading-font);font-size:clamp(36px, 5.6vw, 58px);font-weight:700;letter-spacing:-.02em;color:var(--text);line-height:1.14;margin:0 0 20px}.blog-hero-desc{font-size:16px;line-height:1.75;color:var(--muted);max-width:560px;margin:0 auto}.blog-hero-gallery{position:relative;z-index:1;display:flex;align-items:flex-end;gap:24px;width:100vw;max-width:none;margin:56px calc(50% - 50vw) 0}.blog-hero-gallery .gallery-item{flex:1 1 0;width:auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 45px rgba(20,40,10,.12)}.blog-hero-gallery .gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.blog-hero-gallery .gallery-item.g1{height:210px}.blog-hero-gallery .gallery-item.g2{height:270px}.blog-hero-gallery .gallery-item.g3{height:340px}.blog-hero-gallery .gallery-item.g4{height:270px}.blog-hero-gallery .gallery-item.g5{height:210px}@media (max-width:1024px){.blog-hero-gallery{gap:18px}}@media (max-width:768px){.blog-hero{padding:32px 20px 32px}.blog-hero-gallery{width:100vw;max-width:none;margin:40px calc(50% - 50vw) 0;gap:8px;justify-content:center}.blog-hero-gallery .gallery-item{border-radius:16px}.blog-hero-gallery .gallery-item.g1,.blog-hero-gallery .gallery-item.g5{display:none}.blog-hero-gallery .gallery-item.g2,.blog-hero-gallery .gallery-item.g4{flex:1 1 0;width:auto;height:150px}.blog-hero-gallery .gallery-item.g3{flex:1 1 0;width:auto;height:200px}}@media (max-width:480px){.blog-hero-h1{font-size:clamp(28px, 8vw, 34px)}.blog-hero-desc{font-size:14px}}.blog-posts{max-width:1196px;margin:0 auto;padding:60px var(--px) 80px;content-visibility:auto;contain-intrinsic-size:0 1400px}.blog-posts-header{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin-bottom:36px}.blog-posts-header-left{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}.blog-posts-eyebrow{display:inline;font-size:17px;font-weight:500;color:var(--muted);margin-right:10px;vertical-align:middle;white-space:nowrap}.blog-posts-h2{font-family:var(--heading-font);font-size:clamp(26px, 3.2vw, 36px);font-weight:700;color:var(--text);line-height:1.22}.blog-posts-desc{max-width:300px;font-size:13.5px;line-height:1.7;color:var(--muted);margin-left:auto;margin-top:4px}.blog-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 32px}.post-card{display:flex;flex-direction:column;background:#f9f9f9a8;border-radius:14px;padding:8px;border:2.5px solid transparent;transition:box-shadow .25s}@media (hover:hover){.post-card:hover{background:radial-gradient(ellipse at top right,rgba(255,140,0,.09) 0,rgba(255,61,127,.06) 35%,transparent 55%) padding-box,radial-gradient(ellipse at bottom left,rgba(255,140,0,.09) 0,rgba(255,61,127,.06) 35%,transparent 55%) padding-box,linear-gradient(#fff,#fff) padding-box,linear-gradient(to bottom left,rgba(255,140,0,.5) 0,rgba(255,61,127,.4) 15%,transparent 30%,transparent 70%,rgba(255,140,0,.5) 85%,rgba(255,61,127,.4) 100%) border-box;box-shadow:0 8px 32px rgba(0,0,0,.07)}}.post-card-date{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;font-size:12px;font-weight:600;color:var(--muted);border:1px solid var(--border);border-radius:8px;padding:4px 10px;margin-bottom:14px}.post-card-title{font-size:17px;font-weight:700;color:var(--text);line-height:1.35;margin-bottom:8px}.post-card-excerpt{font-size:13.5px;color:var(--muted);line-height:1.65;margin-bottom:18px}.post-card-img{position:relative;width:100%;height:200px;border-radius:14px;overflow:hidden}.post-card-img img{width:100%;height:100%;object-fit:cover}.post-card-readmore{position:absolute;top:50%;left:50%;display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--text);background:#fff;border:1px solid #f1f1f1;border-radius:100px;padding:9px 16px;opacity:0;transform:translate(-50%,-50%) scale(.92);transition:opacity .2s,transform .2s;box-shadow:0 8px 20px rgba(255,140,0,.35)}.post-card-img:hover .post-card-readmore{opacity:1;transform:translate(-50%,-50%) scale(1)}@media (max-width:1024px){.blog-posts-grid{grid-template-columns:repeat(2,1fr)}.blog-posts-header{flex-direction:column;align-items:flex-start}.blog-posts-desc{margin-left:0;max-width:100%}}@media (max-width:768px){.blog-posts-grid{grid-template-columns:1fr}}.blog-pagination{display:none;align-items:center;justify-content:space-between;margin-top:20px;flex-wrap:wrap;gap:16px}.blog-pagination-pages{display:flex;align-items:center;gap:8px}.page-pill{width:34px;height:34px;border-radius:50%;border:1px solid var(--border);background:#fff;font-size:13px;font-weight:500;color:var(--muted);transition:all .15s}.page-pill:hover{border-color:var(--orange);color:var(--text)}.page-pill.active{background:var(--grad);border-color:transparent;color:#fff}.blog-pagination-arrows{display:flex;align-items:center;gap:10px}.arrow-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:#fff;color:var(--text);font-size:14px;display:inline-flex;align-items:center;justify-content:center;transition:all .15s}.arrow-btn:hover{border-color:var(--orange);color:var(--orange-dark)}.arrow-btn.next{background:var(--grad);border-color:transparent;color:#fff}.arrow-btn.next:hover{background:var(--grad-h)}.blog-newsletter{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='250' height='250' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E"),linear-gradient(135deg,rgba(255,140,0,.85) 0,rgba(255,61,127,.85) 100%);padding:80px var(--px);content-visibility:auto;contain-intrinsic-size:0 400px}.blog-newsletter-inner{max-width:700px;margin:0 auto;text-align:center}.blog-newsletter-h2{font-family:var(--heading-font);font-size:clamp(28px, 3.8vw, 46px);font-weight:800;letter-spacing:-.03em;color:#fff;line-height:1.15;margin-bottom:16px}.blog-newsletter-desc{font-size:14px;color:rgba(255,255,255,.8);line-height:1.8;max-width:520px;margin:0 auto 26px}.blog-newsletter-form{display:flex;flex-wrap:wrap;gap:10px;max-width:560px;margin:0 auto}.blog-newsletter-form input{flex:1 1 140px;border:none;border-radius:100px;padding:12px 18px;font-size:14px;font-family:var(--font)}.blog-newsletter-note{font-size:12px;color:rgba(255,255,255,.75);margin:14px 0 0}.blog-newsletter-note a{color:#fff;text-decoration:underline}.blog-newsletter-status{font-size:13px;color:#fff;font-weight:600;margin:10px 0 0;min-height:18px}.blog-newsletter-form input:focus{outline:2px solid #fff;outline-offset:1px}.blog-newsletter-form button{background:#fff;color:var(--text);border:none;border-radius:100px;padding:12px 26px;font-size:14px;font-weight:600;white-space:nowrap;box-shadow:0 4px 20px rgba(0,0,0,.2);transition:opacity .2s,transform .2s}@media (hover:hover){.blog-newsletter-form button:hover{opacity:.92;transform:translateY(-2px)}}@media (max-width:768px){.blog-newsletter{padding:48px 20px}.blog-newsletter-form{flex-direction:column}.blog-newsletter-form input{flex:0 0 auto;width:100%}}