.blogs-page{font-family:var(--font-primary);background:var(--gradient-primary);color:var(--white);min-height:100vh;padding:120px 0 80px;position:relative;z-index:1}.blogs-header{text-align:center;margin-bottom:4rem;padding:0 2rem}.blogs-title{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-display);font-weight:700;margin-bottom:1rem;position:relative;display:inline-block}.blogs-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:var(--gradient-accent);border-radius:2px}.blogs-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:var(--text-muted);font-style:italic;margin-top:1.5rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.blogs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.blog-card{background:var(--gradient-card);border-radius:var(--radius-xl);overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:all var(--transition-normal);position:relative;display:flex;flex-direction:column;height:100%;animation:fadeInUp .6s ease-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.blog-card:first-child{animation-delay:.1s}.blog-card:nth-child(2){animation-delay:.2s}.blog-card:nth-child(3){animation-delay:.3s}.blog-card:nth-child(4){animation-delay:.4s}.blog-card:nth-child(5){animation-delay:.5s}.blog-card:nth-child(6){animation-delay:.6s}.blog-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent,rgba(255,107,53,.05));opacity:0;transition:opacity var(--transition-normal);pointer-events:none}.blog-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:var(--shadow-xl);border-color:rgba(255,107,53,.3)}.blog-card:hover:before{opacity:1}.blog-card-image{width:100%;height:190px;object-fit:cover;border-top-left-radius:20px;border-top-right-radius:20px;transition:transform var(--transition-normal)}.blog-card:hover .blog-card-image{transform:scale(1.05)}.blog-card-content{padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;flex-grow:1}.blog-card-title{font-size:1.2rem;font-weight:700;color:var(--white);margin-bottom:.5rem;text-align:center;line-height:1.3}.blog-card-description{font-size:.95rem;color:var(--text-muted);margin-bottom:1.2rem;line-height:1.6;text-align:center}.read-more-button{background:linear-gradient(135deg,var(--primary-orange) 0,#ff8c00 100%);color:var(--white);border:none;padding:.5rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:700;cursor:pointer;box-shadow:0 4px 10px rgba(255,165,0,.3);transition:background-color .3s ease,transform .2s ease}.read-more-button:hover{background-color:#e69500;transform:scale(1.05)}.blogs-loading{display:flex;justify-content:center;align-items:center;min-height:400px;color:var(--text-muted);font-size:1.125rem}.blogs-empty{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.blogs-empty h3{font-size:1.5rem;margin-bottom:1rem;color:var(--white)}.blogs-empty p{font-size:1.125rem;line-height:1.6}@media (max-width:768px){.blogs-page{padding:100px 0 60px}.blogs-header{margin-bottom:3rem;padding:0 1rem}.blogs-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.blog-card-content{padding:1.5rem}.blog-card-title{font-size:1.25rem}.blog-card-description{font-size:.95rem}}@media (max-width:480px){.blogs-header{margin-bottom:2rem}.blog-card-image{height:200px}.blog-card-content{padding:1.25rem}.blog-card-title{font-size:1.125rem}.read-more-button{width:100%;padding:1rem}}.footer{margin-top:6rem;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:4rem 2rem;color:var(--white);font-family:var(--font-primary)}.footer .footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:2rem;gap:2rem;align-items:start}.footer .footer-logo{text-align:center}.footer .footer-logo img{max-width:150px;margin-bottom:1rem}.footer .footer-logo h3{font-size:1.75rem;color:var(--primary-orange);font-family:var(--font-display);margin:0}.footer .footer-section{display:flex;flex-direction:column;gap:1rem}.footer .footer-section h4{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;position:relative}.footer .footer-section h4:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:3px;background:var(--primary-orange);border-radius:2px}.footer .social-links,.footer .useful-links{list-style:none;padding:0;margin:0}.footer .social-links li,.footer .useful-links li{margin-bottom:.75rem}.footer .social-links a,.footer .useful-links a{color:var(--white);text-decoration:none;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;transition:color .3s ease}.footer .social-links a:hover,.footer .useful-links a:hover{color:var(--primary-orange)}.footer .subscribe-form{display:flex;gap:.5rem;flex-wrap:wrap}.footer .subscribe-form input[type=email]{flex:1 1;padding:.75rem 1rem;border:none;border-radius:var(--radius-md) 0 0 var(--radius-md);font-size:1rem;outline:none}.footer .subscribe-form button{background:var(--primary-orange);border:none;padding:0 1rem;border-radius:0 var(--radius-md) var(--radius-md) 0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease,transform .2s ease}.footer .subscribe-form button:hover{background:#e69500;transform:translateY(-2px)}.footer .subscribe-form button svg{fill:var(--white);width:1.25rem;height:1.25rem}.footer-bottom{margin-top:3rem;text-align:center;font-size:.875rem;color:var(--text-muted)}@media (max-width:768px){.footer{padding:3rem 1rem}.footer .footer-container{gap:1.5rem}}@media (max-width:480px){.footer{padding:2rem 1rem}.footer .footer-container{grid-template-columns:1fr}.footer .subscribe-form{flex-direction:column}.footer .subscribe-form button,.footer .subscribe-form input[type=email]{border-radius:var(--radius-md);width:100%}}.footer12{margin-top:6rem;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:var(--white);font-family:var(--font-primary)}