.landing-root.blog-root{background:#fff}.landing-root .nav-link-active{color:var(--cyan)!important}.landing-root .blog-hero{background:linear-gradient(168deg,var(--navy)0%,var(--navy-light)60%,#0f2847 100%);padding:140px 40px 80px;position:relative;overflow:hidden}.landing-root .blog-hero-bg{pointer-events:none;background:radial-gradient(500px at 85% 20%,#06d6a02e 0%,#0000 60%),radial-gradient(400px at 10% 80%,#3b82f624 0%,#0000 60%);position:absolute;inset:0}.landing-root .blog-hero-inner{text-align:center;z-index:1;max-width:880px;margin:0 auto;position:relative}.landing-root .blog-hero-badge{color:var(--cyan);background:#06d6a01a;border:1px solid #06d6a040;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.landing-root .blog-hero-badge .pulse{background:var(--cyan);border-radius:50%;width:8px;height:8px;animation:2s infinite lp-pulse}.landing-root .blog-hero h1{color:#fff;letter-spacing:-1.5px;margin-bottom:24px;font-size:56px;font-weight:800;line-height:1.08}.landing-root .blog-hero h1 .gradient-text{background:linear-gradient(135deg,var(--cyan)0%,var(--blue-bright)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.landing-root .blog-hero-desc{color:var(--gray-400);max-width:620px;margin:0 auto 32px;font-size:18px;line-height:1.7}.landing-root .blog-hero-meta{color:var(--gray-400);align-items:center;gap:14px;font-size:13px;font-weight:600;display:inline-flex}.landing-root .blog-hero-meta .dot{background:var(--gray-500);border-radius:50%;width:4px;height:4px}.landing-root .blog-section{background:#fff;padding:100px 40px}.landing-root .blog-section-gray{background:var(--gray-50)}.landing-root .blog-inner{max-width:1200px;margin:0 auto}.landing-root .blog-section-head{text-align:center;margin-bottom:56px}.landing-root .blog-section-head-row{text-align:left;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:32px;display:flex}.landing-root .blog-section-title{color:var(--navy);letter-spacing:-.5px;margin:0;font-size:36px;font-weight:800}.landing-root .blog-filters{flex-wrap:wrap;gap:8px;display:flex}.landing-root .blog-filter{border:1px solid var(--gray-200);color:var(--gray-600);cursor:pointer;background:#fff;border-radius:100px;padding:9px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s}.landing-root .blog-filter:hover{border-color:var(--navy);color:var(--navy)}.landing-root .blog-filter.is-active{background:var(--navy);border-color:var(--navy);color:#fff}.landing-root .featured-card{color:inherit;border:1px solid var(--gray-200);background:#fff;border-radius:20px;grid-template-columns:1.1fr 1fr;gap:0;text-decoration:none;transition:transform .25s,box-shadow .25s;display:grid;overflow:hidden;box-shadow:0 8px 30px #0a16280a}.landing-root .featured-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0a16281a}.landing-root .featured-cover{justify-content:center;align-items:center;min-height:360px;display:flex;position:relative;overflow:hidden}.landing-root .featured-cover-pattern{pointer-events:none;background-image:radial-gradient(circle at 30% 20%,#ffffff24,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff14,#0000 50%);position:absolute;inset:0}.landing-root .featured-cover-glyph{z-index:1;opacity:.85;position:relative}.landing-root .featured-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;letter-spacing:.5px;text-transform:uppercase;z-index:2;background:#ffffff38;border-radius:100px;padding:6px 12px;font-size:11px;font-weight:700;position:absolute;top:24px;left:24px}.landing-root .featured-body{flex-direction:column;justify-content:center;padding:48px 40px;display:flex}.landing-root .featured-body h3{color:var(--navy);letter-spacing:-.5px;margin:16px 0;font-size:32px;font-weight:800;line-height:1.2}.landing-root .featured-body p{color:var(--gray-600);margin:0 0 28px;font-size:16px;line-height:1.7}.landing-root .featured-read-more{color:var(--cyan-dark);align-items:center;gap:6px;margin-top:24px;font-size:14px;font-weight:700;display:inline-flex}.landing-root .blog-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.landing-root .post-card{color:inherit;border:1px solid var(--gray-200);background:#fff;border-radius:16px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.landing-root .post-card:hover{border-color:var(--gray-300);transform:translateY(-4px);box-shadow:0 16px 40px #0a162814}.landing-root .post-cover{height:180px;position:relative;overflow:hidden}.landing-root .post-cover-pattern{background-image:radial-gradient(circle at 25% 35%,#ffffff26,#0000 50%),radial-gradient(circle at 75% 75%,#ffffff14,#0000 50%);position:absolute;inset:0}.landing-root .post-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;letter-spacing:.5px;text-transform:uppercase;z-index:2;background:#ffffff38;border-radius:100px;padding:5px 10px;font-size:10px;font-weight:700;position:absolute;top:16px;left:16px}.landing-root .post-badge-light{color:var(--navy);background:#ffffffe6}.landing-root .post-body{flex-direction:column;flex:1;gap:12px;padding:24px;display:flex}.landing-root .post-body h3{color:var(--navy);letter-spacing:-.3px;margin:0;font-size:18px;font-weight:700;line-height:1.35}.landing-root .post-body p{color:var(--gray-600);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.landing-root .post-meta{color:var(--gray-500);align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.landing-root .post-meta .dot{background:var(--gray-400);border-radius:50%;width:3px;height:3px}.landing-root .post-author{align-items:center;gap:10px;margin-top:auto;padding-top:4px;display:flex}.landing-root .avatar{background:linear-gradient(135deg,var(--cyan),var(--blue));color:#fff;letter-spacing:.5px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:800;display:inline-flex}.landing-root .avatar-lg{width:44px;height:44px;font-size:14px}.landing-root .author-name{color:var(--navy);font-size:13px;font-weight:700}.landing-root .author-role{color:var(--gray-500);font-size:12px}.landing-root .blog-empty{text-align:center;color:var(--gray-500);padding:80px 0;font-size:15px;font-weight:600}.landing-root .blog-newsletter{background:#fff;padding:60px 40px 100px}.landing-root .newsletter-card{background:linear-gradient(135deg,var(--navy)0%,var(--navy-mid)100%);color:#fff;border-radius:24px;grid-template-columns:1.3fr 1fr;align-items:center;gap:48px;padding:56px 64px;display:grid;position:relative;overflow:hidden}.landing-root .newsletter-card:before{content:"";pointer-events:none;background:radial-gradient(400px at 90%,#06d6a026 0%,#0000 60%),radial-gradient(300px at 0 100%,#3b82f61f 0%,#0000 60%);position:absolute;inset:0}.landing-root .newsletter-card>*{z-index:1;position:relative}.landing-root .newsletter-card .section-tag{color:var(--cyan)}.landing-root .newsletter-card .section-tag .line{background:var(--cyan)}.landing-root .newsletter-card h2{color:#fff;letter-spacing:-.3px;margin:12px 0;font-size:30px;font-weight:800;line-height:1.2}.landing-root .newsletter-card p{color:var(--gray-400);max-width:460px;margin:0;font-size:15px;line-height:1.7}.landing-root .newsletter-form{background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;gap:8px;padding:8px;display:flex}.landing-root .newsletter-form input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:12px 14px;font-family:inherit;font-size:14px}.landing-root .newsletter-form input::placeholder{color:var(--gray-500)}.landing-root .newsletter-form .btn-primary{padding:12px 22px;font-size:14px}.landing-root .post-header{background:#fff;padding:140px 40px 0;position:relative}.landing-root .post-cover-large{border-radius:24px;max-width:1100px;height:360px;margin:0 auto;position:relative;overflow:hidden}.landing-root .post-cover-large .post-cover-pattern{background-image:radial-gradient(circle at 20% 20%,#ffffff2e,#0000 55%),radial-gradient(circle at 80% 80%,#ffffff1a,#0000 55%);position:absolute;inset:0}.landing-root .post-cover-large .post-cover-glow{filter:blur(80px);opacity:.45;border-radius:50%;width:280px;height:280px;position:absolute;top:40px;right:60px}.landing-root .post-header-inner{z-index:1;border:1px solid var(--gray-200);background:#fff;border-radius:20px;max-width:760px;margin:-40px auto 0;padding:40px 48px;position:relative;box-shadow:0 20px 60px #0a162814}.landing-root .post-back{color:var(--gray-500);margin-bottom:20px;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.landing-root .post-back:hover{color:var(--navy)}.landing-root .post-header-inner .post-badge{color:var(--cyan-dark);-webkit-backdrop-filter:none;backdrop-filter:none;background:#06d6a01a;margin-bottom:16px;display:inline-flex;position:static}.landing-root .post-header-inner h1{color:var(--navy);letter-spacing:-1px;margin:0 0 28px;font-size:44px;font-weight:800;line-height:1.15}.landing-root .post-header-meta{border-top:1px solid var(--gray-200);align-items:center;gap:16px;padding-top:24px;display:flex}.landing-root .post-header-meta .vline{background:var(--gray-200);width:1px;height:32px}.landing-root .meta-line{color:var(--navy);font-size:13px;font-weight:700}.landing-root .meta-sub{color:var(--gray-500);font-size:12px}.landing-root .post-article{max-width:720px;color:var(--gray-700);margin:0 auto;padding:60px 40px 40px;font-size:17px;line-height:1.8}.landing-root .post-lead{color:var(--gray-600);border-bottom:1px solid var(--gray-200);margin:0 0 32px;padding-bottom:24px;font-size:20px;font-weight:500;line-height:1.65}.landing-root .post-article h2{color:var(--navy);letter-spacing:-.3px;margin:48px 0 16px;font-size:26px;font-weight:800;line-height:1.3}.landing-root .post-article p{margin:0 0 22px}.landing-root .post-article ul{margin:0 0 28px;padding:0;list-style:none}.landing-root .post-article ul li{padding:6px 0 6px 28px;font-size:16px;line-height:1.7;position:relative}.landing-root .post-article ul li:before{content:"";background:var(--cyan);border-radius:50%;width:8px;height:8px;position:absolute;top:17px;left:6px}.landing-root .post-article blockquote{background:var(--gray-50);border-left:4px solid var(--cyan);border-radius:12px;margin:36px 0;padding:28px 32px}.landing-root .post-article blockquote p{color:var(--navy);margin:0 0 12px;font-size:18px;font-style:italic;line-height:1.6}.landing-root .post-article blockquote cite{color:var(--gray-600);font-size:13px;font-style:normal;font-weight:700}.landing-root .post-share{border-top:1px solid var(--gray-200);margin-top:56px;padding:28px 0 0}.landing-root .post-share-label{color:var(--gray-500);letter-spacing:.8px;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:700}.landing-root .post-share-actions{flex-wrap:wrap;gap:10px;display:flex}.landing-root .post-share-btn{background:var(--gray-50);color:var(--navy);border:1px solid var(--gray-200);cursor:pointer;border-radius:8px;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:all .15s}.landing-root .post-share-btn:hover{border-color:var(--navy);color:var(--navy);background:#fff}.landing-root .post-back-wrap{text-align:center;margin-top:56px}.landing-root .btn-secondary-dark{border-color:var(--gray-300);color:var(--navy)}.landing-root .btn-secondary-dark:hover{border-color:var(--navy);background:var(--gray-50)}@media (max-width:960px){.landing-root .blog-hero h1{font-size:40px}.landing-root .blog-section{padding:70px 24px}.landing-root .blog-section-head-row{flex-direction:column;align-items:flex-start}.landing-root .featured-card{grid-template-columns:1fr}.landing-root .featured-cover{min-height:240px}.landing-root .featured-body{padding:32px 24px}.landing-root .featured-body h3{font-size:24px}.landing-root .blog-grid{grid-template-columns:1fr 1fr;gap:20px}.landing-root .newsletter-card{grid-template-columns:1fr;gap:24px;padding:36px 28px}.landing-root .newsletter-card h2{font-size:24px}.landing-root .post-header{padding-top:110px}.landing-root .post-cover-large{border-radius:16px;height:220px}.landing-root .post-header-inner{border-radius:16px;margin-top:-32px;padding:28px 24px}.landing-root .post-header-inner h1{font-size:30px}.landing-root .post-article{padding:40px 24px;font-size:16px}.landing-root .post-lead{font-size:17px}.landing-root .post-article h2{font-size:22px}}@media (max-width:600px){.landing-root .blog-hero{padding:110px 24px 60px}.landing-root .blog-hero h1{font-size:32px}.landing-root .blog-grid{grid-template-columns:1fr}.landing-root .blog-hero-meta{flex-wrap:wrap;justify-content:center}.landing-root .newsletter-form{flex-direction:column}.landing-root .newsletter-form .btn-primary{justify-content:center;width:100%}}
