.blog-page-container{max-width:1600px;margin:0 auto;padding:4rem 2rem}.blog-hero-section{text-align:center;margin-bottom:4rem}.blog-page-title{font-size:3.5rem;font-weight:800;color:var(--text-color);margin-bottom:1rem}.blog-page-subtitle{font-size:1.3rem;color:var(--text-muted);max-width:700px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:100%}.blog-card{background:#ffffff;border-radius:16px;overflow:hidden;box-shadow:0 6px 16px rgba(0,0,0,.07);transition:all .3s ease-in-out;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-6px);box-shadow:0 10px 24px rgba(0,0,0,.1)}.blog-card-image-link{display:block}.blog-card-image{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card-image{transform:scale(1.05)}.blog-card-content{padding:.75rem;display:flex;flex-direction:column;flex-grow:1}.blog-card-title{font-size:.95rem;font-weight:700;color:#1a202c;margin-bottom:.4rem;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.blog-card-title a{text-decoration:none;color:inherit;transition:color .2s ease}.blog-card-title a:hover{color:var(--brand-color)}.blog-card-description{font-size:.8rem;color:#4a5568;line-height:1.4;margin-bottom:.6rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-meta{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#718096;margin-top:auto}.blog-card-author{color:var(--brand-color);font-weight:600}@media (max-width:1200px){.blog-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (max-width:900px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.blog-card-content{padding:.7rem}.blog-card-title{font-size:.9rem}.blog-card-description{font-size:.75rem;-webkit-line-clamp:2}}@media (max-width:600px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.blog-card-content{padding:.6rem}.blog-card-title{font-size:.9rem}.blog-card-description{font-size:.75rem;-webkit-line-clamp:2}.blog-card-meta{font-size:.7rem}}@media (max-width:400px){.blog-grid{grid-template-columns:1fr;gap:1rem}}@media (max-width:768px){.blog-page-title{font-size:2.5rem}.blog-page-subtitle{font-size:1.1rem}}.blog-post-container{max-width:800px;margin:0 auto;padding:4rem 2rem;position:relative;z-index:1;background-color:#ffffff;min-height:100vh}.blog-post-header{text-align:center;margin-bottom:3rem}.blog-post-title{font-size:3rem;font-weight:800;color:var(--text-color);line-height:1.2;margin-bottom:1rem}.blog-post-meta{font-size:1rem;color:var(--text-muted)}.blog-post-author{color:var(--brand-color);font-weight:600}.blog-post-image{width:100%;height:400px;object-fit:cover;border-radius:16px;margin-bottom:3rem;box-shadow:0 8px 30px rgba(0,0,0,.12)}.blog-post-content{font-size:1.1rem;line-height:1.8;color:var(--text-color)}.blog-post-content h2{font-size:2rem;font-weight:700;margin:3rem 0 1.5rem;line-height:1.3}.blog-post-content h3{font-size:1.5rem;font-weight:700;margin:2.5rem 0 1.5rem;line-height:1.4}.blog-post-content p{margin-bottom:1.5rem}.blog-post-content ul{list-style-type:disc;padding-left:2rem;margin-bottom:1.5rem}.blog-post-content li{margin-bottom:.75rem}.blog-post-cta-section{background:linear-gradient(135deg,#1a8cff,#0066cc);color:white;text-align:center;padding:4rem 2rem;border-radius:16px;margin-top:4rem;box-shadow:0 8px 30px rgba(26,140,255,.2)}.blog-post-cta-title{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.blog-post-cta-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.blog-post-cta-button{background-color:white;color:var(--brand-color);padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease}.blog-post-cta-button:hover{background-color:#f0f0f0;transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.1)}@media (max-width:768px){.blog-post-title{font-size:2.2rem}.blog-post-image{height:250px}.blog-post-cta-title{font-size:1.8rem}.blog-post-cta-description{font-size:1rem}}.blog-post-content p strong{color:var(--text-color);font-weight:700}.blog-post-content .intro-paragraph{font-size:1.2rem;font-weight:500;color:var(--text-muted);border-left:3px solid var(--brand-color);padding-left:1.5rem;margin:2rem 0}.blog-post-content .numbered-header{display:flex;align-items:center;gap:1rem;margin:3rem 0 1.5rem}.numbered-header .header-number{background-color:var(--brand-color);color:white;min-width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.numbered-header .header-text{font-size:2rem;font-weight:700;line-height:1.3;margin:0}.action-checklist-section{background:#f8f9fa;border-radius:16px;padding:2.5rem;margin:3rem 0;border:1px solid #e9ecef}.action-checklist-section h2{font-size:2rem;font-weight:700;margin-top:0;margin-bottom:2rem;text-align:center}.action-checklist{list-style:none;padding:0;margin:0}.action-checklist li{display:flex;align-items:flex-start;gap:1rem;font-size:1.1rem;font-weight:500;margin-bottom:1.5rem;line-height:1.6}.checklist-content{flex:1 1;padding-left:.5rem}.action-checklist .checklist-icon{color:var(--brand-color);font-size:1.5rem;text-shadow:0 1px 2px rgba(26,140,255,.2)}.action-checklist .checklist-icon,.metric-value{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700}.metric-value{text-shadow:0 1px 2px rgba(34,197,94,.2)}.blog-post-final-cta{background:linear-gradient(135deg,#1a8cff,#0066cc);color:white;border-radius:20px;padding:3rem;margin-top:4rem;text-align:center;box-shadow:0 8px 30px rgba(26,140,255,.2)}.final-cta-header{font-size:2.2rem;font-weight:800;color:white;margin-bottom:1rem}.final-cta-text{font-size:1.1rem;color:white;max-width:700px;margin:0 auto 2.5rem;line-height:1.8;opacity:.9}.final-cta-features{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:900px;margin:0 auto 3rem;text-align:left}.cta-feature-item{display:flex;align-items:flex-start;gap:1rem}.cta-feature-icon{background-color:var(--brand-color);color:white;min-width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.cta-feature-icon svg{width:24px;height:24px}.cta-feature-text h4{font-size:1.1rem;font-weight:700;margin-bottom:.25rem;color:white}.cta-feature-text p{font-size:.95rem;color:white;line-height:1.6;margin:0;opacity:.9}.final-cta-closing-line{font-size:1.5rem;font-weight:700;color:white;margin-bottom:1.5rem}.final-cta-button{display:inline-flex;align-items:center;gap:.75rem;background:white;color:var(--brand-color);padding:1rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 20px rgba(26,140,255,.3)}.final-cta-button:hover{background:#f0f0f0;transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.final-cta-button svg{transition:transform .3s ease}.final-cta-button:hover svg{transform:translateX(4px)}@media (max-width:768px){.final-cta-features{grid-template-columns:1fr;gap:2rem}.blog-post-final-cta{padding:2rem}}.load-more-container{display:flex;justify-content:center;margin-top:3rem;padding:2rem 0}.load-more-button{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#1a8cff,#0066cc);color:white;padding:1rem 2.5rem;border:none;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px rgba(26,140,255,.3);position:relative;overflow:hidden}.load-more-button:hover{background:linear-gradient(135deg,#0066cc,#004499);transform:translateY(-3px);box-shadow:0 8px 30px rgba(26,140,255,.4)}.load-more-button:active{transform:translateY(-1px)}.load-more-button:focus{outline:none;box-shadow:0 4px 20px rgba(26,140,255,.3),0 0 0 3px rgba(26,140,255,.2)}.load-more-icon{transition:transform .3s ease}.load-more-button:hover .load-more-icon{transform:translateY(2px)}.no-more-posts{display:flex;justify-content:center;margin-top:3rem;padding:2rem 0}.no-more-posts p{color:var(--text-muted);font-size:1.1rem;font-weight:500;text-align:center;padding:1rem 2rem;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef;margin:0}.blog-grid{transition:opacity .3s ease}.load-more-container{animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.load-more-button{padding:.875rem 2rem;font-size:1rem}.load-more-container,.no-more-posts{margin-top:2rem;padding:1.5rem 0}.no-more-posts p{font-size:1rem;padding:.875rem 1.5rem}}