.blog-section{background-color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}.container{width:100%;margin-left:auto;margin-right:auto}@media (min-width: 640px){.container{max-width:640px;padding-bottom:2rem}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}.blog-header{text-align:center;margin-bottom:4rem}.blog-title{font-size:2.25rem;line-height:2.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:1rem}.title-gradient{background-image:linear-gradient(to right,#4698ff,#0fb5a0);-webkit-background-clip:text;background-clip:text;color:transparent}.blog-subtitle{font-size:1.125rem;line-height:1.75rem;color:#4b4b4b;max-width:48rem;margin-left:auto;margin-right:auto}@media (min-width: 640px){.blog-title{font-size:3rem;line-height:1}.blog-subtitle{font-size:1.25rem;line-height:1.75rem}}.posts-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media (min-width: 768px){.posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.posts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.post-card{background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .3s ease-in-out;display:flex;flex-direction:column;cursor:pointer}.post-card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-.5rem)}.post-card-image-container{position:relative}.post-card-image{width:100%;height:14rem;object-fit:cover}.post-card-category{position:absolute;top:1rem;left:1rem;color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .625rem;border-radius:9999px}.category-blue{background-color:#3b82f6}.category-green{background-color:#22c55e}.category-red{background-color:#ef4444}.category-purple{background-color:#a855f7}.category-yellow{background-color:#eab308}.category-teal{background-color:#14b8a6}.category-orange{background-color:#f97316}.category-sky{background-color:#0ea5e9}.category-pink{background-color:#ec4899}.post-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.post-card-title{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:.5rem;flex-grow:1}.post-card-excerpt{color:#2d2f33;font-size:1rem;margin-bottom:1.5rem}.post-card-author-info{margin-top:auto;padding-top:1rem;border-top:1px solid #374151;display:flex;align-items:center}.author-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;margin-right:1rem;object-fit:cover}.author-details{font-size:.875rem;line-height:1.25rem}.author-name{color:#000;font-weight:600}.post-date{color:#6b7280}.load-more-container{text-align:center;margin-top:5rem}.load-more-button{display:inline-flex;align-items:center;justify-content:center;background-image:linear-gradient(to right,#3b82f6,#14b8a6);color:#fff;font-weight:700;padding:.75rem 2rem;border-radius:9999px;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .3s ease-in-out;text-decoration:none}.load-more-button:focus,.load-more-button:active{outline:none;border:none;box-shadow:none}.load-more-button:hover{background-image:linear-gradient(to right,#2563eb,#0d9488);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:scale(1.05);color:#fff;text-decoration:none}.arrow-right-icon,.arrow-left-icon{height:1.25rem;width:1.25rem;transition:transform .3s ease-in-out}.arrow-right-icon{margin-left:.5rem}.arrow-left-icon{margin-right:.5rem}.load-more-button:hover .arrow-right-icon{transform:translate(.25rem)}.back-button:hover .arrow-left-icon{transform:translate(-.25rem)}.blog-post-detail-container{max-width:56rem;margin:0 1rem;padding:3rem 1rem}.back-button{display:inline-flex;align-items:center;justify-content:center;margin-bottom:2rem;color:#60a5fa;font-weight:600;transition:color .3s ease-in-out;background:none;border:none;cursor:pointer}.back-button:hover{color:#2dd4bf}.back-button:focus,.back-button:active{outline:none;border:none;box-shadow:none}.post-detail-category{color:#fff;font-size:.875rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;display:inline-block}.post-detail-title{font-size:2.25rem;font-weight:800;color:#000;margin:1rem 0}@media (min-width: 768px){.post-detail-title{font-size:3rem}}.post-detail-author-info{display:flex;align-items:center;color:#2d2f33;margin-bottom:2rem}.post-detail-author-avatar{width:3rem;height:3rem;border-radius:9999px;margin-right:1rem;object-fit:cover}.post-detail-author-name{color:#000;font-weight:600}.post-detail-image{width:100%;height:auto;max-height:500px;object-fit:cover;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;margin-bottom:2rem}.post-content{color:#2d2f33;font-size:1.125rem;line-height:1.75}.post-content p{margin-bottom:1.25em}.post-content h1,.post-content h2,.post-content h3{color:#000;margin-bottom:.8em}.post-content ul,.post-content ol{margin-bottom:1.25em;padding-left:1.5em}.post-content li{margin-bottom:.5em}.post-content strong{color:#000;font-weight:600}.enhanced-blog-faq{margin:2rem 0;border-radius:12px;width:100%;max-width:800px;margin-left:auto;margin-right:auto}.enhanced-blog-faq h2{font-size:1.4rem;color:#0f3f2f;margin-top:0;margin-bottom:1.5rem;text-align:center}.enhanced-blog-faq details{margin-bottom:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden;width:100%;max-width:800px}.enhanced-blog-faq summary{font-weight:600;cursor:pointer;color:#1f2937;font-size:1.1rem;list-style:none;position:relative;padding:1rem 2.5rem 1rem 1.5rem;transition:background-color .2s ease}.enhanced-blog-faq summary::-webkit-details-marker{display:none}.enhanced-blog-faq summary:hover{background-color:#f8fafc}.enhanced-blog-faq summary:after{content:"+";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%) rotate(0);font-size:1.5rem;font-weight:400;color:#10b981;transition:transform .3s ease-in-out}.enhanced-blog-faq details[open] summary{background-color:#f8fafc}.enhanced-blog-faq details[open] summary:after{transform:translateY(-50%) rotate(45deg)}.enhanced-faq-contentt{display:block;overflow:hidden;transition:all .3s ease-in-out;max-height:0}.enhanced-faq-contentt>div{overflow:hidden}.enhanced-blog-faq details[open] .enhanced-faq-contentt{max-height:200px}.enhanced-faq-contentt p{padding:0 1.5rem 1.5rem;margin:0;color:#4b5563;word-wrap:break-word;overflow-wrap:break-word}.enhanced-blog-testimonial{margin:2rem 0;padding:1.5rem;background:#ecfdf5;border-left:5px solid #10b981;border-radius:0 8px 8px 0}.enhanced-blog-testimonial blockquote{margin:0;font-size:1.1rem;color:#064e3b;font-style:italic}.enhanced-blog-testimonial cite{display:block;margin-top:1rem;font-size:1rem;color:#047857;font-style:normal;font-weight:600}.enhanced-blog-expert-tip{margin:2rem 0;padding:1.5rem;background:#fefce8;border-radius:8px;border-left:5px solid #facc15}.enhanced-blog-expert-tip h3{margin:0 0 .5rem;font-size:1.2rem;color:#713f12}.enhanced-blog-expert-tip p{margin:0;color:#854d0e}.enhanced-blog-expert-credit{margin-top:1rem;font-size:.9rem;color:#a16207;font-weight:500;text-align:right}.enhanced-blog-social-share{margin:2rem 0;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:1.5rem;background-color:#e9f4ff;border-radius:12px;justify-content:center;flex-direction:column}.icons-social-share{display:flex;align-items:center;gap:1rem}.enhanced-blog-social-share span{font-weight:600;color:#f71e1e;margin-right:.5rem}.enhanced-social-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;text-decoration:none;color:#fff;transition:transform .2s ease-out,box-shadow .2s ease-out}.enhanced-social-icon:hover{transform:scale(1.15) rotate(5deg);box-shadow:0 6px 15px #0003}.enhanced-facebook{background:#1877f3}.enhanced-twitter{background:#000}.enhanced-whatsapp{background:#25d366}.enhanced-social-icon-svg{width:24px;height:24px}
