:root{--primary-color:#2563eb;--primary-hover:#1d4ed8;--primary-gradient:linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);--secondary-color:#f8fafc;--accent-color:#06b6d4;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--purple-color:#8b5cf6;--pink-color:#ec4899;--emerald-color:#10b981;--orange-color:#f97316;--text-color:#1f2937;--text-light:#6b7280;--text-muted:#9ca3af;--background:#ffffff;--surface:#f8fafc;--border:#e2e8f0;--shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--max-width:1200px;--border-radius:12px;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.blog-hero-section{background:linear-gradient(135deg,rgba(37,99,235,5%) 0%,rgba(6,182,212,3%) 50%,rgba(139,92,246,5%) 100%);min-height:100vh;padding:8rem 2rem 4rem;position:relative;overflow:hidden}@media(max-width:768px){.blog-hero-section{padding:6rem 1rem 3rem;min-height:auto}}.blog-hero__container{max-width:1200px;margin:0 auto;position:relative;z-index:10}.blog-hero__content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start;position:relative;z-index:10}@media(max-width:1024px){.blog-hero__content{grid-template-columns:1fr;gap:4rem;text-align:center}}.blog-hero__header{display:flex;flex-direction:column;gap:2rem}.blog-hero__badge{display:inline-flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.9);backdrop-filter:blur(20px);padding:.75rem 1.5rem;border-radius:50px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);width:fit-content}@media(max-width:1024px){.blog-hero__badge{margin:0 auto}}.blog-hero__badge svg{width:20px;height:20px;color:#2563eb}.blog-hero__badge span{font-weight:600;color:#1f2937;font-size:.95rem}.blog-hero__header h1{font-size:4rem;font-weight:800;line-height:1.1;letter-spacing:-.025em;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}@media(max-width:768px){.blog-hero__header h1{font-size:2.5rem}}@media(max-width:480px){.blog-hero__header h1{font-size:2rem}}.blog-hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin:0;max-width:500px}@media(max-width:1024px){.blog-hero__subtitle{margin:0 auto;text-align:center}}.blog-hero__categories h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.topic-tags{display:flex;flex-wrap:wrap;gap:.75rem}@media(max-width:1024px){.topic-tags{justify-content:center}}.topic-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:rgba(255,255,255,.7);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50px;text-decoration:none;color:#6b7280;font-weight:500;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.topic-tag svg{width:16px;height:16px;color:#6b7280;transition:all .3s cubic-bezier(.4,0,.2,1)}.topic-tag .count-badge{background:rgba(37,99,235,.15);color:#2563eb;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:12px;margin-left:.5rem;min-width:20px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.topic-tag:hover{background:rgba(255,255,255,.9);color:#2563eb;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.topic-tag:hover svg{color:#2563eb}.topic-tag:hover .count-badge{background:rgba(37,99,235,.2);color:#2563eb}.topic-tag--active{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;border-color:transparent}.topic-tag--active svg{color:#fff}.topic-tag--active .count-badge{background:rgba(255,255,255,.2);color:#fff}.topic-tag--active:hover{background:linear-gradient(135deg,#1d4ed8,#058ba2);color:#fff}.topic-tag--active:hover svg{color:#fff}.topic-tag--active:hover .count-badge{background:rgba(255,255,255,.3);color:#fff}.blog-hero__featured{background:rgba(255,255,255,.8);backdrop-filter:blur(20px);border-radius:24px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2)}@media(max-width:768px){.blog-hero__featured{padding:1.5rem;border-radius:20px}}.blog-hero__featured h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;text-align:center}.featured-article-card{display:flex;flex-direction:column;gap:1.5rem}.featured-article__image{position:relative;height:200px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,rgba(37,99,235,.1))}@media(max-width:568px){.featured-article__image{height:160px}}.featured-article__image img{width:100%;height:100%;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1)}.featured-article__image:hover img{transform:scale(1.05)}.featured-article__category-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.85rem;box-shadow:0 4px 12px rgba(0,0,0,.2)}.featured-article__content{display:flex;flex-direction:column;gap:1rem}.featured-article__meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.featured-article__category{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;padding:.25rem .75rem;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.featured-article__date{color:#6b7280;font-weight:500}.featured-article__content h3{font-size:1.5rem;font-weight:600;color:#1f2937;line-height:1.3;margin:0}@media(max-width:568px){.featured-article__content h3{font-size:1.25rem}}.featured-article__content p{color:#6b7280;line-height:1.6;margin:0}.featured-article__cta{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;text-decoration:none;font-weight:600;padding:.75rem 1.5rem;border:2px solid #2563eb;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);width:fit-content}.featured-article__cta:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,99,235,.3)}.featured-article__cta svg{width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1)}.featured-article__cta:hover svg{transform:translateX(2px)}.blog-hero__background{position:absolute;inset:0;pointer-events:none;z-index:1}.blog-hero__decorations{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1;overflow:hidden}.hero-decoration{position:absolute;border-radius:50%;backdrop-filter:blur(40px);animation:float 8s ease-in-out infinite}.hero-decoration--1{width:300px;height:300px;top:10%;right:-10%;animation-delay:0s;opacity:.7;background:linear-gradient(135deg,rgba(255,107,107,.15),rgba(78,205,196,.12),rgba(69,183,209,.18))}.hero-decoration--2{width:200px;height:200px;top:60%;right:10%;animation-delay:-2s;opacity:.5;animation-duration:10s;background:linear-gradient(135deg,rgba(150,206,180,.16),rgba(255,234,167,.14),rgba(221,160,221,.12))}.hero-decoration--3{width:150px;height:150px;top:30%;left:-5%;animation-delay:-4s;opacity:.6;animation-duration:12s;background:linear-gradient(135deg,rgba(116,185,255,.18),rgba(162,155,254,.15),rgba(253,121,168,.13))}.hero-decoration--4{width:100px;height:100px;bottom:20%;left:20%;animation-delay:-1s;opacity:.4;animation-duration:6s;background:linear-gradient(135deg,rgba(0,184,148,.14),rgba(0,206,201,.16),rgba(85,163,255,.12))}.hero-decoration--5{width:250px;height:250px;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-3s;opacity:.3;animation-duration:14s;background:linear-gradient(135deg,rgba(253,203,110,.12),rgba(225,112,85,.1),rgba(129,236,236,.14))}.hero-decoration--6{width:120px;height:120px;bottom:10%;right:30%;animation-delay:-5s;opacity:.5;animation-duration:9s;background:linear-gradient(135deg,rgba(108,92,231,.16),rgba(162,155,254,.13),rgba(0,184,148,.15))}@media(max-width:1024px){.hero-decoration--1,.hero-decoration--2{display:none}.hero-decoration--3{width:100px;height:100px;opacity:.3}.hero-decoration--4{width:80px;height:80px;opacity:.2}}@media(max-width:768px){.hero-decoration{display:none}}.blog-hero__bottom{margin-top:4rem;padding:0 0 2rem;position:relative;z-index:10}@media(max-width:768px){.blog-hero__bottom{margin-top:3rem;padding:2rem 0 1rem}}.blog-hero__stats-bar{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap}@media(max-width:768px){.blog-hero__stats-bar{gap:2rem;margin-bottom:2rem}}@media(max-width:568px){.blog-hero__stats-bar{gap:1.5rem;justify-content:space-between}}.blog-stat-item{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.8);backdrop-filter:blur(20px);padding:1.5rem 2rem;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.2);min-width:140px}@media(max-width:568px){.blog-stat-item{padding:1rem 1.5rem;min-width:120px;gap:.75rem}}.stat-icon{width:40px;height:40px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon svg{width:20px;height:20px;color:#fff}@media(max-width:568px){.stat-icon{width:35px;height:35px}.stat-icon svg{width:18px;height:18px}}.stat-content{text-align:left}.stat-number{font-size:1.5rem;font-weight:800;color:#2563eb;line-height:1;margin-bottom:.25rem}@media(max-width:568px){.stat-number{font-size:1.25rem}}.stat-label{font-size:.85rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}@media(max-width:568px){.stat-label{font-size:.75rem}}.blog-hero__recent{max-width:600px;margin:0 auto;text-align:center}.blog-hero__recent h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}@media(max-width:568px){.blog-hero__recent h3{font-size:1.25rem;margin-bottom:1rem}}.recent-preview{display:flex;justify-content:center;gap:2rem;flex-wrap:nowrap}@media(max-width:992px){.recent-preview{flex-wrap:wrap;gap:1.5rem}}@media(max-width:768px){.recent-preview{gap:1.5rem}}@media(max-width:568px){.recent-preview{flex-direction:column;gap:1rem}}.preview-item{display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.7);backdrop-filter:blur(15px);padding:1rem 1.5rem;border-radius:50px;box-shadow:0 4px 16px rgba(0,0,0,6%);border:1px solid rgba(255,255,255,.3);transition:all .3s cubic-bezier(.4,0,.2,1)}.preview-item:hover{background:rgba(255,255,255,.9);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.12)}@media(max-width:568px){.preview-item{padding:.75rem 1.25rem;justify-content:flex-start}}.preview-icon{width:24px;height:24px;flex-shrink:0}.preview-icon svg{width:100%;height:100%;color:#2563eb}.preview-item span{font-size:.9rem;color:#1f2937;font-weight:500;white-space:nowrap}@media(max-width:568px){.preview-item span{white-space:normal;font-size:.85rem}}.blog-content-section{background:linear-gradient(180deg,white 0%,rgba(248,250,252,.3) 100%);min-height:100vh;padding:8rem 2rem 6rem;scroll-behavior:smooth}.blog-content-section .hero__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;margin-bottom:6rem}@media(max-width:768px){.blog-content-section .hero__container{grid-template-columns:1fr;gap:3rem;text-align:center;margin-bottom:4rem}}.blog-content-section__container{max-width:1200px;margin:0 auto;position:relative}.blog-content-section h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.blog-content-section h1{font-size:2.5rem}}.blog-content-section .hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.blog-meta{display:flex;flex-direction:column;gap:.75rem}.blog-meta__item{display:flex;gap:.5rem;font-size:.95rem}.blog-meta__item strong{color:#1f2937;font-weight:600;min-width:120px}.blog-meta__item span{color:#6b7280}.blog-visual{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem 0}.blog-icon{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(0,0,0,.15);animation:float 3s ease-in-out infinite}.blog-icon svg{width:48px;height:48px;color:#fff}.blog-badges{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:200px}.blog-badge{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,8%);border:1px solid #e2e8f0;text-align:center;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out forwards}.blog-badge:nth-child(1){animation-delay:.2s}.blog-badge:nth-child(2){animation-delay:.4s}.blog-badge .badge-label{display:block;font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.blog-badge .badge-value{display:block;font-size:.95rem;color:#1f2937;font-weight:600;margin-top:.25rem}.blog-main{display:flex;flex-direction:column;gap:6rem}.featured-articles h2{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media(max-width:768px){.articles-grid{grid-template-columns:1fr;gap:1.5rem}}.article-card{background:rgba(255,255,255,.6);backdrop-filter:blur(10px);border-radius:20px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.article-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.article-card--featured{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:300px}@media(max-width:1024px){.article-card--featured{grid-column:span 1;grid-template-columns:1fr}}.article-card--featured .article-card__image{height:300px}@media(max-width:1024px){.article-card--featured .article-card__image{height:200px}}.article-card__image{height:200px;background:linear-gradient(135deg,#f8fafc,rgba(37,99,235,.1));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.article-card__image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.article-card__image:hover img{transform:scale(1.05)}.article-card__image::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(37,99,235,5%),rgba(6,182,212,5%),rgba(139,92,246,5%));z-index:1;opacity:0;transition:opacity .3s ease}.article-card__image:hover::before{opacity:1}.article-card__content{padding:2rem;display:flex;flex-direction:column;gap:1rem;flex:1}.article-card__meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;margin-bottom:.5rem}.article-card__category{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;padding:.25rem .75rem;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.article-card__date{color:#6b7280;font-weight:500}.article-card h3{font-size:1.5rem;font-weight:600;color:#1f2937;line-height:1.3;margin-bottom:1rem}.article-card p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;flex:1}.article-card__link{color:#2563eb;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.article-card__link:hover{color:#1d4ed8;transform:translateX(4px)}.article-placeholder{width:80px;height:80px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.article-placeholder svg{width:40px;height:40px;color:#fff}.blog-categories h2{margin-bottom:3rem;text-align:center}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media(max-width:768px){.categories-grid{grid-template-columns:1fr;gap:1.5rem}}.category-card{background:rgba(255,255,255,.6);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.2);text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:block;position:relative}.category-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15);background:rgba(255,255,255,.8);text-decoration:none}.category-card:hover .category-icon{background:linear-gradient(135deg,#2563eb,#06b6d4)}.category-card:hover .category-icon svg{color:#fff}.category-card:hover h3{color:#2563eb}.category-card h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-card p{color:#6b7280;line-height:1.6;font-size:.95rem;margin-bottom:1rem}.category-card .category-count{position:absolute;top:1rem;right:1rem;background:rgba(37,99,235,.1);color:#2563eb;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-card:hover .category-count{background:rgba(37,99,235,.15);color:#2563eb}.category-icon{width:60px;height:60px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.category-icon svg{width:28px;height:28px;color:#fff}.newsletter-signup{background:rgba(255,255,255,.8);backdrop-filter:blur(20px);padding:4rem 3rem;border-radius:24px;box-shadow:0 20px 40px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.3);text-align:center;position:relative;overflow:hidden}.newsletter-signup::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(37,99,235,2%),rgba(6,182,212,2%),rgba(139,92,246,2%));z-index:-1}@media(max-width:768px){.newsletter-signup{padding:2.5rem 2rem;border-radius:20px}}.newsletter-content{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}@media(max-width:768px){.newsletter-content{flex-direction:column;text-align:center;gap:1.5rem}}.newsletter-icon{width:80px;height:80px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.newsletter-icon svg{width:40px;height:40px;color:#fff}.newsletter-text{flex:1;text-align:left}@media(max-width:768px){.newsletter-text{text-align:center}}.newsletter-text h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}@media(max-width:768px){.newsletter-text h2{font-size:1.75rem}}.newsletter-text p{color:#6b7280;line-height:1.6;font-size:1.1rem;margin:0}.newsletter-form{max-width:500px;margin:0 auto}.newsletter-input-group{display:flex;gap:1rem;margin-bottom:1rem}@media(max-width:568px){.newsletter-input-group{flex-direction:column;gap:.75rem}}.newsletter-input-group input{flex:1;padding:1rem 1.5rem;border:2px solid rgba(226,232,240,.5);border-radius:12px;font-size:1rem;background:rgba(255,255,255,.8);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.newsletter-input-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1);background:#fff}.newsletter-input-group input::placeholder{color:#6b7280}.newsletter-input-group .button{white-space:nowrap;padding:1rem 2rem}@media(max-width:568px){.newsletter-input-group .button{width:100%}}.newsletter-privacy{font-size:.85rem;color:#6b7280;margin:0;text-align:center}.cta-section--blog{background:linear-gradient(135deg,#1f2937 0%,#314158 100%)}.cta-section--blog .cta-section__content h2{color:#fff}@media(max-width:768px){.blog-content-section{padding:6rem 1rem 4rem}.blog-main{gap:4rem}.article-card--featured .article-card__image{height:250px}.article-card__content{padding:1.5rem}.article-card h3{font-size:1.25rem}.category-card{padding:1.5rem}.newsletter-signup{padding:2rem 1.5rem}}@media(max-width:480px){.blog-content-section{padding:4rem 1rem 3rem}.blog-meta__item{flex-direction:column;gap:.25rem}.blog-meta__item strong{min-width:auto}.articles-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:1fr}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.blog-post{background:#fff;min-height:100vh;position:relative}.blog-post__header{background:linear-gradient(135deg,rgba(37,99,235,8%) 0%,rgba(6,182,212,6%) 30%,rgba(139,92,246,8%) 70%,rgba(37,99,235,5%) 100%);padding:8rem 2rem 6rem;position:relative;overflow:hidden}.blog-post__header::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(74,144,226,0.1)"/><circle cx="80" cy="20" r="1.5" fill="rgba(255,107,107,0.08)"/><circle cx="40" cy="60" r="1" fill="rgba(78,205,196,0.06)"/><circle cx="90" cy="70" r="2.5" fill="rgba(129,236,236,0.1)"/><circle cx="10" cy="80" r="1.5" fill="rgba(161,196,253,0.08)"/></svg>')repeat;opacity:.3;z-index:1}@media(max-width:768px){.blog-post__header{padding:6rem 1rem 4rem}}.blog-post__container{max-width:1200px;margin:0 auto;position:relative;z-index:10}.blog-post__content{padding:6rem 2rem;background:linear-gradient(180deg,white 0%,rgba(248,250,252,.2) 100%)}@media(max-width:768px){.blog-post__content{padding:4rem 1rem}}.blog-post__content .blog-post__container{display:grid;grid-template-columns:1fr 320px;gap:5rem;align-items:start;max-width:1200px;margin:0 auto}@media(max-width:1024px){.blog-post__content .blog-post__container{grid-template-columns:1fr;gap:4rem}}.blog-post__main{background:rgba(255,255,255,.7);backdrop-filter:blur(20px);border-radius:24px;padding:3rem;box-shadow:0 8px 32px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.3)}@media(max-width:768px){.blog-post__main{padding:2rem;border-radius:20px}}@media(max-width:568px){.blog-post__main{padding:1.5rem}}.blog-breadcrumb{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;margin-bottom:3rem;font-size:.95rem;padding:.75rem 1.5rem;background:rgba(255,255,255,.8);backdrop-filter:blur(20px);border-radius:50px;box-shadow:0 4px 20px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.3);width:fit-content}.blog-breadcrumb a{color:#2563eb;text-decoration:none;font-weight:600;transition:all .3s ease}.blog-breadcrumb a:hover{color:#1d4ed8;transform:translateX(-2px)}.blog-breadcrumb .breadcrumb-separator svg{width:16px;height:16px;color:#6b7280;opacity:.6}.blog-breadcrumb .breadcrumb-current{color:#1f2937;font-weight:600}@media(max-width:568px){.blog-breadcrumb{padding:.6rem 1.25rem;font-size:.9rem;margin-bottom:2rem}}.blog-post__meta{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}@media(max-width:768px){.blog-post__meta{gap:1.5rem;justify-content:center}}@media(max-width:568px){.blog-post__meta{gap:1rem;flex-direction:column;align-items:center}}.blog-post__meta>div{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#6b7280;background:rgba(255,255,255,.8);backdrop-filter:blur(20px);padding:.75rem 1.25rem;border-radius:50px;box-shadow:0 4px 16px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.3);transition:all .3s cubic-bezier(.4,0,.2,1)}.blog-post__meta>div:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.12);background:rgba(255,255,255,.95)}.blog-post__meta>div svg{width:18px;height:18px;color:#2563eb;flex-shrink:0}.blog-post__meta a.blog-post__category{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:50px;display:flex;align-items:center;gap:.75rem;font-size:.95rem;padding:.75rem 1.25rem;backdrop-filter:blur(20px);box-shadow:0 4px 16px rgba(0,0,0,8%)}.blog-post__meta a.blog-post__category:hover{background:linear-gradient(135deg,#1d4ed8,#058ba2);color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px rgba(37,99,235,.25)}.blog-post__meta a.blog-post__category svg{color:#fff;width:18px;height:18px;transition:all .3s ease;flex-shrink:0}.blog-post__meta a.blog-post__category span{background:0 0;color:#fff;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.blog-post__title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:2rem;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.025em;max-width:800px}@media(max-width:768px){.blog-post__title{font-size:2.5rem;margin-bottom:1.5rem;text-align:center}}@media(max-width:568px){.blog-post__title{font-size:2rem}}@media(max-width:480px){.blog-post__title{font-size:1.75rem}}.blog-post__description{font-size:1.3rem;color:#6b7280;line-height:1.6;margin-bottom:3rem;max-width:700px;font-weight:400}@media(max-width:768px){.blog-post__description{font-size:1.2rem;text-align:center;margin:0 auto 2rem}}@media(max-width:568px){.blog-post__description{font-size:1.1rem}}.blog-post__featured-image{border-radius:24px;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.15);margin-bottom:3rem;max-height:450px;position:relative}.blog-post__featured-image::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(37,99,235,5%),rgba(6,182,212,5%),rgba(139,92,246,5%));z-index:1;opacity:0;transition:opacity .3s ease}.blog-post__featured-image:hover::before{opacity:1}.blog-post__featured-image img{width:100%;height:450px;object-fit:cover;object-position:center;display:block;transition:all .3s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.blog-post__featured-image img{height:300px}}@media(max-width:568px){.blog-post__featured-image img{height:250px}}@media(max-width:480px){.blog-post__featured-image img{height:200px}}.blog-post__featured-image:hover img{transform:scale(1.03)}@media(max-width:768px){.blog-post__featured-image{border-radius:20px;margin-bottom:2rem}}.blog-post__body{max-width:100%;font-size:1.125rem;line-height:1.8;color:#1f2937;font-weight:400}.blog-post__body h2,.blog-post__body h3,.blog-post__body h4,.blog-post__body h5,.blog-post__body h6{margin-top:3rem;margin-bottom:1.5rem;font-weight:700;color:#1f2937;scroll-margin-top:100px}.blog-post__body h2{font-size:2.25rem;border-bottom:3px solid rgba(37,99,235,.15);padding-bottom:1rem;background:linear-gradient(135deg,#2563eb,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.blog-post__body h2{font-size:1.875rem}}.blog-post__body h3{font-size:1.75rem;color:#1f2937;position:relative}.blog-post__body h3::before{content:"";position:absolute;left:-1rem;top:50%;transform:translateY(-50%);width:4px;height:1.5rem;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:2px}@media(max-width:768px){.blog-post__body h3{font-size:1.5rem}.blog-post__body h3::before{left:0;width:3px;height:1.25rem}}.blog-post__body h4{font-size:1.375rem;color:#1f2937}.blog-post__body p{margin-bottom:1.75rem}.blog-post__body p:first-of-type{font-size:1.2rem;color:rgba(31,41,55,.9);font-weight:500}.blog-post__body ul,.blog-post__body ol{margin-bottom:1.75rem;padding-left:2rem}.blog-post__body ul li,.blog-post__body ol li{margin-bottom:.75rem;line-height:1.7}.blog-post__body ul li::marker,.blog-post__body ol li::marker{color:#2563eb;font-weight:600}.blog-post__body ul ul,.blog-post__body ul ol,.blog-post__body ol ul,.blog-post__body ol ol{margin-top:.5rem;margin-bottom:.5rem}.blog-post__body blockquote{border-left:6px solid #2563eb;padding:2rem 2.5rem;margin:3rem 0;font-style:italic;color:#6b7280;background:linear-gradient(135deg,rgba(37,99,235,8%),rgba(6,182,212,5%));border-radius:0 16px 16px 0;box-shadow:0 8px 32px rgba(0,0,0,8%);position:relative;font-size:1.15rem}.blog-post__body blockquote::before{content:'"';position:absolute;top:-.5rem;left:1.5rem;font-size:4rem;color:#2563eb;font-family:serif;line-height:1}.blog-post__body blockquote p:last-child{margin-bottom:0}.blog-post__body code{background:rgba(37,99,235,.12);color:#134cca;padding:.3rem .6rem;border-radius:6px;font-family:sf mono,Monaco,cascadia code,roboto mono,Consolas,courier new,monospace;font-size:.9em;font-weight:500;border:1px solid rgba(37,99,235,.2)}.blog-post__body pre{background:linear-gradient(135deg,rgba(31,41,55,3%),rgba(31,41,55,6%));padding:2.5rem;border-radius:16px;overflow-x:auto;margin:3rem 0;border:1px solid rgba(226,232,240,.3);box-shadow:0 8px 32px rgba(0,0,0,8%)}.blog-post__body pre code{background:0 0;padding:0;border:none;color:#1f2937;font-size:.95rem}.blog-post__body strong{font-weight:700;color:#1f2937}.blog-post__body em{font-style:italic;color:rgba(31,41,55,.9)}.blog-post__body a{color:#2563eb;text-decoration:none;font-weight:600;transition:all .3s ease}.blog-post__body a:hover{color:#1d4ed8}.blog-post__body img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1);margin:2rem 0}.blog-post__body table{width:100%;border-collapse:collapse;margin:2rem 0;box-shadow:0 8px 32px rgba(0,0,0,8%);border-radius:12px;overflow:hidden}.blog-post__body table th,.blog-post__body table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid rgba(226,232,240,.3)}.blog-post__body table th{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem}.blog-post__body table tr:nth-child(even){background:rgba(248,250,252,.3)}.blog-post__body table tr:hover{background:rgba(37,99,235,5%)}.blog-post__share{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(226,232,240,.3)}.blog-post__share h3{font-size:1.25rem;margin-bottom:1rem;color:#1f2937}.share-buttons{display:flex;gap:1rem;flex-wrap:wrap}.share-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.share-button svg{width:20px;height:20px}.share-button--twitter{background:#1da1f2;color:#fff}.share-button--twitter:hover{background:#0c85d0;transform:translateY(-2px)}.share-button--linkedin{background:#0077b5;color:#fff}.share-button--linkedin:hover{background:#005582;transform:translateY(-2px)}.share-button--facebook{background:#1877f2;color:#fff}.share-button--facebook:hover{background:#0b5fcc;transform:translateY(-2px)}@media(max-width:1024px){.blog-post__sidebar{order:-1}}.sidebar-widget{background:rgba(255,255,255,.9);backdrop-filter:blur(25px);padding:2.5rem;border-radius:24px;box-shadow:0 12px 40px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.3);margin-bottom:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar-widget:hover{transform:translateY(-4px);box-shadow:0 16px 50px rgba(0,0,0,.15);background:rgba(255,255,255,.95)}.sidebar-widget h3{font-size:1.375rem;font-weight:700;margin-bottom:2rem;color:#1f2937;background:linear-gradient(135deg,#2563eb,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar-widget--newsletter{background:linear-gradient(135deg,rgba(37,99,235,8%),rgba(6,182,212,6%));border:1px solid rgba(37,99,235,.15)}.sidebar-widget--newsletter h3{color:#1f2937;-webkit-text-fill-color:#1f2937}.sidebar-widget--newsletter p{color:#6b7280;margin-bottom:2rem;line-height:1.6;font-size:1.05rem}@media(max-width:1024px){.sidebar-widget{padding:2rem;margin-bottom:2rem}}.recent-posts{display:flex;flex-direction:column;gap:0}.recent-post{display:flex;gap:1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);padding:1rem 0;border-bottom:1px solid rgba(226,232,240,.15)}.recent-post:hover{transform:translateX(4px)}.recent-post:hover .recent-post__image img{transform:scale(1.05)}.recent-post:hover h4{color:#2563eb}.recent-post:last-child{border-bottom:none;padding-bottom:0}.recent-post:first-child{padding-top:0}.recent-post__image{flex-shrink:0;width:80px;height:60px;border-radius:8px;overflow:hidden}.recent-post__image img{width:100%;height:100%;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1)}.recent-post__content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.recent-post__content h4{font-size:.95rem;font-weight:600;color:#1f2937;line-height:1.4;margin-bottom:.5rem;transition:all .3s ease}.recent-post__date{font-size:.85rem;color:#6b7280;font-weight:500}.sidebar-newsletter-form{display:flex;flex-direction:column;gap:1rem}.sidebar-newsletter-form input{padding:1.25rem 1.5rem;border:2px solid rgba(226,232,240,.3);border-radius:16px;font-size:1rem;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar-newsletter-form input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.1);background:#fff;transform:translateY(-1px)}.sidebar-newsletter-form input::placeholder{color:#6b7280;font-weight:500}.sidebar-newsletter-form .button{padding:1.25rem 2rem;font-weight:600;font-size:1rem;border-radius:16px}.sidebar-newsletter-form .button:hover{transform:translateY(-2px)}.related-posts{background:rgba(248,250,252,.3);padding:4rem 2rem}@media(max-width:768px){.related-posts{padding:3rem 1rem}}.related-posts__container{max-width:1200px;margin:0 auto}.related-posts h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.related-posts__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media(max-width:768px){.related-posts__grid{grid-template-columns:1fr}}.related-post{background:rgba(255,255,255,.8);backdrop-filter:blur(20px);border-radius:20px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.related-post:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.related-post__image{height:200px;overflow:hidden}.related-post__image img{width:100%;height:100%;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1)}.related-post__image:hover img{transform:scale(1.05)}.related-post__content{padding:2rem}.related-post__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem}.related-post__category{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;padding:.25rem .75rem;border-radius:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.related-post__date{color:#6b7280;font-weight:500}.related-post h3{margin-bottom:1rem}.related-post h3 a{color:#1f2937;text-decoration:none;font-size:1.25rem;font-weight:600;line-height:1.3}.related-post h3 a:hover{color:#2563eb}.related-post p{color:#6b7280;line-height:1.6;margin:0}.blog-hero__meta{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem}.meta-item{display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.8);backdrop-filter:blur(20px);padding:.75rem 1.25rem;border-radius:50px;box-shadow:0 4px 20px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.3)}.meta-item svg{width:18px;height:18px;color:#2563eb;flex-shrink:0}.meta-item span{font-weight:600;color:#1f2937;font-size:.9rem;white-space:nowrap}.back-link{display:flex;align-items:center;gap:.75rem;color:#1f2937;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.back-link:hover{color:#2563eb;transform:translateX(-2px)}.back-link:hover svg{color:#2563eb;transform:translateX(-2px)}.back-link svg{width:18px;height:18px;color:#6b7280;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.back-link span{font-weight:600;font-size:.9rem}.no-articles{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 2rem;background:rgba(255,255,255,.7);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px rgba(0,0,0,8%)}.no-articles__icon{width:80px;height:80px;background:linear-gradient(135deg,rgba(37,99,235,.1),rgba(6,182,212,.1));border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.no-articles__icon svg{width:36px;height:36px;color:#2563eb}.no-articles h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.no-articles p{color:#6b7280;font-size:1.1rem;line-height:1.5;margin-bottom:2rem;max-width:400px}.no-articles .button{margin-top:1rem}.blog-category-hero{background:linear-gradient(135deg,rgba(37,99,235,8%) 0%,rgba(6,182,212,6%) 30%,rgba(139,92,246,8%) 70%,rgba(37,99,235,5%) 100%);min-height:80vh;padding:8rem 2rem 6rem;position:relative;overflow:hidden}@media(max-width:768px){.blog-category-hero{padding:6rem 1rem 4rem;min-height:auto}}.category-hero__container{max-width:1200px;margin:0 auto;position:relative;z-index:10}.category-hero__content{display:grid;grid-template-columns:2fr 1fr;gap:6rem;align-items:start}@media(max-width:1024px){.category-hero__content{grid-template-columns:1fr;gap:4rem}}.category-hero__main{display:flex;flex-direction:column;gap:3rem}.category-breadcrumb{display:flex;align-items:center;gap:.75rem;font-size:.95rem;margin-bottom:1rem}.category-breadcrumb .breadcrumb-link{display:flex;align-items:center;gap:.5rem;color:#2563eb;text-decoration:none;font-weight:500;transition:all .3s ease}.category-breadcrumb .breadcrumb-link:hover{color:#1d4ed8;transform:translateX(-2px)}.category-breadcrumb .breadcrumb-link svg{width:16px;height:16px}.category-breadcrumb .breadcrumb-separator{color:#6b7280;font-weight:500;display:flex;align-items:center;justify-content:center;height:16px;line-height:1}.category-breadcrumb .breadcrumb-separator svg{width:14px;height:14px;opacity:.6}.category-breadcrumb .breadcrumb-current{color:#1f2937;font-weight:600}.category-hero__header{display:flex;align-items:flex-start;gap:2rem}@media(max-width:568px){.category-hero__header{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}}.category-icon{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(37,99,235,.3);transition:all .3s cubic-bezier(.4,0,.2,1)}.category-icon:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 12px 32px rgba(37,99,235,.4)}.category-icon svg{width:36px;height:36px;color:#fff}@media(max-width:568px){.category-icon{width:70px;height:70px}.category-icon svg{width:32px;height:32px}}.category-title-section{flex:1}.category-title-section .category-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.category-title-section .category-title{font-size:2.5rem}}@media(max-width:568px){.category-title-section .category-title{font-size:2rem}}.category-description{font-size:1.25rem;color:#6b7280;line-height:1.6;margin:0;max-width:600px}@media(max-width:568px){.category-description{font-size:1.1rem}}.category-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:568px){.category-stats{gap:1rem}}.stat-item{background:rgba(255,255,255,.8);backdrop-filter:blur(20px);padding:2rem 1.5rem;border-radius:16px;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.3);transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.12);background:rgba(255,255,255,.95)}@media(max-width:568px){.stat-item{padding:1.5rem 1rem}}.stat-number{font-size:2.5rem;font-weight:800;color:#2563eb;line-height:1;margin-bottom:.5rem}@media(max-width:568px){.stat-number{font-size:2rem}}.stat-label{font-size:.9rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.category-actions{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:568px){.category-actions{justify-content:center}}.category-actions .button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-actions .button svg{width:18px;height:18px}.category-actions .button:hover{transform:translateY(-2px)}@media(max-width:568px){.category-actions .button{padding:.875rem 1.5rem;font-size:.95rem}}.category-hero__sidebar{display:flex;flex-direction:column;gap:2rem}@media(max-width:1024px){.category-hero__sidebar{order:-1}}.latest-article-preview{background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;box-shadow:0 12px 32px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.3);transition:all .3s cubic-bezier(.4,0,.2,1)}.latest-article-preview:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.15)}.preview-label{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:600;color:#2563eb;text-transform:uppercase;letter-spacing:.05em}.preview-label svg{width:16px;height:16px}.preview-card{border-radius:12px;overflow:hidden;background:rgba(255,255,255,.7);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.preview-image{height:150px;overflow:hidden;position:relative}.preview-image img{width:100%;height:100%;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1)}.preview-image:hover img{transform:scale(1.05)}.preview-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center}.preview-placeholder svg{width:32px;height:32px;color:#fff}.preview-content{padding:1.5rem}.preview-meta{margin-bottom:1rem}.preview-date{font-size:.85rem;color:#6b7280;font-weight:500}.preview-title{font-size:1.1rem;font-weight:600;color:#1f2937;line-height:1.3;margin-bottom:.75rem}.preview-excerpt{font-size:.9rem;color:#6b7280;line-height:1.5;margin-bottom:1rem}.preview-link{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.preview-link:hover{color:#1d4ed8;transform:translateX(4px)}.preview-link svg{width:16px;height:16px}.related-categories{background:rgba(255,255,255,.8);backdrop-filter:blur(20px);border-radius:16px;padding:2rem;box-shadow:0 8px 24px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.3)}.related-categories h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.related-tags{display:flex;flex-wrap:wrap;gap:.75rem}.related-tag{background:rgba(37,99,235,.1);color:#2563eb;padding:.5rem 1rem;border-radius:20px;text-decoration:none;font-size:.85rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(37,99,235,.2)}.related-tag:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,.3)}.section-header{text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center}.section-header .gradient-title{margin-bottom:1rem}.section-header .section-subtitle{font-size:1.1rem;color:#6b7280;margin:0}@media(max-width:768px){.blog-hero__meta{gap:1rem;justify-content:center}.meta-item{padding:.6rem 1rem;font-size:.85rem}.meta-item svg{width:16px;height:16px}.no-articles{padding:3rem 1.5rem}.no-articles__icon{width:60px;height:60px;margin-bottom:1.5rem}.no-articles__icon svg{width:28px;height:28px}.no-articles h3{font-size:1.25rem}.no-articles p{font-size:1rem}.category-stats{grid-template-columns:1fr;gap:1rem}.latest-article-preview,.related-categories{padding:1.5rem}.preview-card .preview-image{height:120px}.preview-card .preview-content{padding:1rem}}.hero--single{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 50%,#f1f5f9 100%);padding:8rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.hero--single::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);opacity:.05;z-index:0}.hero--single .hero__container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.hero--single h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero--single .hero__subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}.content-section{padding:6rem 2rem;background:#fff}.content-section__container{max-width:800px;margin:0 auto}.content-section__content{color:#1f2937;line-height:1.8;font-size:1.125rem}.content-section__content h2{font-size:2.25rem;font-weight:700;color:#1f2937;margin:3rem 0 1.5rem;line-height:1.2;position:relative;padding-left:1rem}.content-section__content h2::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:2px}.content-section__content h3{font-size:1.75rem;font-weight:600;color:#2563eb;margin:2.5rem 0 1rem;line-height:1.3}.content-section__content h4{font-size:1.375rem;font-weight:600;color:#1f2937;margin:2rem 0 .75rem;line-height:1.4}.content-section__content p{margin-bottom:1.5rem}.content-section__content ul,.content-section__content ol{margin:1.5rem 0;padding-left:2rem}.content-section__content li{margin-bottom:.75rem;line-height:1.7}.content-section__content ul li::marker{color:#2563eb}.content-section__content a{color:#2563eb;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500}.content-section__content a:hover{color:#1d4ed8;border-bottom-color:#2563eb}.content-section__content blockquote{border-left:4px solid #2563eb;padding:1.5rem 2rem;margin:2rem 0;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:12px;font-style:italic;position:relative}.content-section__content blockquote::before{content:'"';font-size:4rem;color:#2563eb;opacity:.3;position:absolute;top:-.5rem;left:.5rem;font-family:serif}.content-section__content code{background:#f1f5f9;padding:.125rem .375rem;border-radius:.25rem;font-family:monaco,menlo,ubuntu mono,monospace;font-size:.875rem}.content-section__content pre{background:#1e293b;color:#e2e8f0;padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.content-section__content pre code{background:0 0;color:inherit;padding:0}.content-section__content hr{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}.content-section__content table{width:100%;border-collapse:collapse;margin:1.5rem 0}.content-section__content th,.content-section__content td{border:1px solid #d1d5db;padding:.75rem;text-align:left}.content-section__content th{background:#f9fafb;font-weight:600}@media(max-width:768px){.hero--single{padding:6rem 1rem 3rem}.hero--single h1{font-size:2.5rem}.hero--single .hero__subtitle{font-size:1.125rem}.content-section{padding:4rem 1rem}.content-section__container{max-width:100%}.content-section__content{font-size:1rem}.content-section__content h2{font-size:1.75rem;margin:2rem 0 1rem;padding-left:.75rem}.content-section__content h2::before{width:3px}.content-section__content h3{font-size:1.5rem}.content-section__content h4{font-size:1.25rem}}@media(max-width:480px){.hero--single{padding:5rem .5rem 2.5rem}.hero--single h1{font-size:2rem;line-height:1.2}.hero--single .hero__subtitle{font-size:1rem}.content-section{padding:3rem .5rem}.content-section__content h2{font-size:1.5rem;padding-left:.5rem}}