.blog-hero{padding:80px 0 60px;background:linear-gradient(135deg,#fff 0,#fdf8f5 50%,#fff5f0 100%);text-align:center;position:relative;overflow:hidden}.blog-hero::before{content:'';position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,107,0,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.blog-hero::after{content:'';position:absolute;bottom:-150px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(255,107,0,.05) 0,transparent 70%);border-radius:50%;pointer-events:none}.blog-hero .container{position:relative;z-index:1}.blog-hero h1{font-size:3rem;font-weight:800;margin-bottom:20px;color:var(--text-color);position:relative;display:inline-block}.blog-hero h1::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,transparent,var(--primary-color),transparent);border-radius:2px}.blog-hero-description{font-size:1.15rem;color:#555;max-width:800px;line-height:1.9;margin:25px auto 0}.blog-categories{display:flex;flex-wrap:wrap;gap:12px;margin-top:35px;justify-content:center}.category-filter{padding:10px 22px;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid #eee;background:#fff;color:#666}.category-filter.active,.category-filter:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,107,0,.25)}.blog-grid-section{padding:60px 0;background:#fafafa}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.featured-post{grid-column:1/-1;display:grid;grid-template-columns:1.2fr 1fr;gap:0;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.08);margin-bottom:20px;transition:transform .4s ease,box-shadow .4s ease;position:relative;cursor:pointer}.featured-post:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.12)}.featured-post .featured-image{height:100%;min-height:400px;position:relative;overflow:hidden}.featured-post .featured-image::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,107,0,.1) 0,transparent 50%);pointer-events:none}.featured-post .featured-image img{width:auto;height:auto;max-width:70%;max-height:80%;object-fit:contain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.featured-post .featured-content{padding:50px;display:flex;flex-direction:column;justify-content:center}.featured-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--primary-color),#ff8c4d);color:#fff;padding:8px 18px;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:20px;width:fit-content}.featured-badge i{font-size:.75rem}.featured-post .featured-title{font-size:1.8rem;font-weight:800;line-height:1.4;margin-bottom:15px;color:var(--text-color)}.featured-post .featured-title a{color:inherit;text-decoration:none;transition:color .3s}.featured-post .featured-title a::after{content:'';position:absolute;inset:0;z-index:5}.featured-post .featured-title a:hover{color:var(--primary-color)}.featured-post .featured-excerpt{font-size:1.05rem;color:#666;line-height:1.8;margin-bottom:25px}.featured-post .featured-meta{display:flex;align-items:center;gap:25px;color:#888;font-size:.9rem}.featured-post .featured-meta span{display:flex;align-items:center;gap:8px}.featured-post .featured-meta i{color:var(--primary-color)}.blog-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.05);position:relative;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.04)}.blog-card-image{position:relative;height:220px;overflow:hidden;display:flex;align-items:center;justify-content:center}.blog-card-image::after{content:'';position:absolute;width:150px;height:150px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 10 L90 50 L50 90 L10 50 Z' fill='none' stroke='rgba(255,255,255,0.15)' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat;bottom:-30px;left:-30px;opacity:.5;pointer-events:none}.blog-card-image img{width:auto;height:auto;max-width:65%;max-height:75%;object-fit:contain}.blog-category-badge{position:absolute;top:15px;right:15px;z-index:2;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);padding:6px 14px;border-radius:25px;font-size:.8rem;font-weight:600;color:#333;box-shadow:0 4px 15px rgba(0,0,0,.1)}.category-section .blog-category-badge{display:none;transition:all .3s ease}.blog-card-content{padding:25px}.blog-card-meta{font-size:.85rem;color:#888;margin-bottom:12px;display:flex;gap:15px}.blog-card-meta span{display:flex;align-items:center;gap:6px}.blog-card-meta i{color:var(--primary-color);font-size:.8rem}.blog-card-title{font-size:1.2rem;font-weight:700;margin-bottom:12px;line-height:1.5;color:var(--text-color)}.blog-card-title a{color:inherit;text-decoration:none;transition:color .3s;background:linear-gradient(transparent 60%,rgba(255,107,0,.15) 60%);background-size:0 100%;background-repeat:no-repeat;background-position:right;transition:background-size .4s ease,color .3s ease}.blog-card-title a::after{content:'';position:absolute;inset:0;z-index:5}.blog-card-title a:hover{color:var(--primary-color);background-size:100% 100%}.blog-card-footer{position:relative;z-index:10}.blog-card-footer a{position:relative;z-index:10}.blog-card-excerpt{font-size:.95rem;color:#666;line-height:1.7;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#999;margin-top:18px;padding-top:18px;border-top:1px solid #f0f0f0}.blog-card-footer span{display:flex;align-items:center;gap:6px}.blog-card-footer a{display:flex;align-items:center;gap:8px;font-weight:600;transition:gap .3s ease}.blog-card-footer a:hover{gap:12px}.pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:60px;padding:20px}.page-link{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#fff;border:2px solid #eee;color:#555;text-decoration:none;font-weight:600;transition:all .3s cubic-bezier(.165, .84, .44, 1);box-shadow:0 2px 8px rgba(0,0,0,.04)}.page-link:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(255,107,0,.2);border-color:var(--primary-color);color:var(--primary-color)}.page-link.active{background:linear-gradient(135deg,var(--primary-color),#ff8c4d);color:#fff;border-color:transparent;box-shadow:0 8px 25px rgba(255,107,0,.35)}.pagination-dots{color:#ccc;font-size:1.2rem;letter-spacing:2px}.subscription-box{background:linear-gradient(135deg,#fff8f3 0,#fff5ee 50%,#fffaf5 100%);border-radius:24px;padding:50px;display:flex;justify-content:space-between;align-items:center;margin:80px 0;flex-wrap:wrap;gap:30px;position:relative;overflow:hidden;border:1px solid rgba(255,107,0,.1);box-shadow:0 15px 50px rgba(255,107,0,.08)}.subscription-box::before{content:'';position:absolute;top:-80px;right:-80px;width:250px;height:250px;background:radial-gradient(circle,rgba(255,107,0,.12) 0,transparent 70%);border-radius:50%;pointer-events:none}.subscription-box::after{content:'';position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(255,107,0,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.sub-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-color),#ff8c4d);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 10px 30px rgba(255,107,0,.3)}.sub-icon i{font-size:1.8rem;color:#fff}.sub-content{flex:1;min-width:300px;position:relative;z-index:1}.sub-content h3{font-size:2rem;font-weight:800;margin-bottom:12px;color:var(--text-color);line-height:1.4}.sub-content p{color:#666;font-size:1.1rem;line-height:1.7}.sub-stats{display:flex;align-items:center;gap:8px;margin-top:15px;font-size:.9rem;color:#888}.sub-stats i{color:var(--primary-color)}.subscription-form-wrapper{flex:1;min-width:320px;display:flex;flex-direction:column;align-items:stretch;position:relative;z-index:1}.sub-form{display:flex;flex-wrap:wrap;gap:12px;align-items:center;width:100%}.subscription-form-wrapper .newsletter-feedback{flex:1 1 100%;width:100%;margin-top:.35rem;margin-bottom:.5rem}.sub-form input[type=email].newsletter-email--error{border-color:#e53935}.sub-form input{flex:1;padding:18px 24px;border:2px solid #eee;border-radius:14px;font-family:inherit;font-size:1rem;background:#fff;transition:all .3s ease}.sub-form input:focus{outline:0;border-color:var(--primary-color);box-shadow:0 0 0 4px rgba(255,107,0,.1)}.sub-form input[type=email].newsletter-email--error:focus{border-color:#e53935;box-shadow:0 0 0 4px rgba(229,57,53,.12)}.sub-form button{padding:18px 35px;background:linear-gradient(135deg,var(--primary-color),#ff8c4d);color:#fff;border:none;border-radius:14px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px rgba(255,107,0,.3);white-space:nowrap}.sub-form button:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(255,107,0,.4)}.subscription-box .newsletter-feedback{display:none}.subscription-form-wrapper .newsletter-feedback.newsletter-feedback--error{font-weight:500;font-size:.72rem;line-height:1.45;letter-spacing:.01em;margin-top:.25rem;margin-bottom:.5rem;padding:0;text-align:right;color:#e53935;background:0 0;border:none;border-radius:0;box-shadow:none}.subscription-box.linkawy-newsletter-success{flex-direction:column;align-items:stretch;justify-content:center;min-height:240px}.subscription-box.linkawy-newsletter-success .sub-content{display:none}.subscription-box.linkawy-newsletter-success .sub-form{display:none}.subscription-box.linkawy-newsletter-success .subscription-form-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;width:100%}.subscription-box.linkawy-newsletter-success .newsletter-feedback{display:flex!important;flex-direction:column;align-items:center;justify-content:center;min-height:180px;margin:0 auto;padding:.5rem 1rem 1rem;text-align:center;background:0 0;border:none;border-radius:0;width:100%;max-width:28rem;box-sizing:border-box;position:relative;z-index:2}.subscription-box.linkawy-newsletter-success .newsletter-feedback__title{display:block;font-size:1.35rem;font-weight:700;line-height:1.6;color:#1a1a2e}.subscription-box.linkawy-newsletter-success .newsletter-feedback__subtitle{display:block;margin-top:.65rem;font-size:1rem;font-weight:500;line-height:1.75;color:#5c6370}.subscription-box.linkawy-newsletter-success .newsletter-feedback::before{content:'\2713';display:flex;align-items:center;justify-content:center;width:70px;height:70px;margin-bottom:1.25rem;font-size:1.65rem;line-height:1;color:#fff;background:linear-gradient(135deg,var(--primary-color),#ff8c4d);border-radius:20px;box-shadow:0 10px 30px rgba(255,107,0,.28);flex-shrink:0}.editors-choice{padding:60px 0;background:#fff}.section-title-sm{font-size:2rem;font-weight:800;margin-bottom:20px;position:relative;display:inline-block}.section-title-sm::after{content:'';position:absolute;bottom:-10px;right:0;width:60px;height:4px;background:linear-gradient(90deg,var(--primary-color),#ffb578);border-radius:2px}.section-subtitle{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:35px}.section-header-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:35px}.section-header-row .view-all{color:var(--primary-color);font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:8px;transition:gap .3s ease}.section-header-row .view-all:hover{gap:12px}.editors-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.editor-card{background:#fafafa;padding:30px;border-radius:16px;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.165, .84, .44, 1);border:1px solid transparent;position:relative;overflow:hidden;cursor:pointer}.editor-card::before{content:'';position:absolute;top:0;right:0;width:80px;height:80px;background:linear-gradient(135deg,rgba(255,107,0,.08),transparent);border-radius:0 16px 0 100%;transition:all .4s ease;pointer-events:none}.editor-card:hover{background:#fff;box-shadow:0 15px 40px rgba(0,0,0,.08);transform:translateY(-5px);border-color:rgba(255,107,0,.15)}.editor-card:hover::before{width:120px;height:120px;background:linear-gradient(135deg,rgba(255,107,0,.12),transparent)}.editor-card h4{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:var(--text-color);line-height:1.5;transition:color .3s ease}.editor-card h4 a{color:inherit;text-decoration:none}.editor-card h4 a::after{content:'';position:absolute;inset:0;z-index:5}.editor-card:hover h4{color:var(--primary-color)}.editor-card p{color:#666;font-size:.95rem;line-height:1.7;margin-bottom:18px}.editor-card-meta{font-size:.85rem;color:var(--primary-color);font-weight:600;display:flex;align-items:center;gap:15px;margin-top:auto}.editor-card-meta span{display:flex;align-items:center;gap:5px}.help-cta{background:linear-gradient(135deg,#4a148c 0,#6a1b9a 50%,#7b1fa2 100%);border-radius:24px;padding:60px;margin:80px 0;color:#fff;display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden;box-shadow:0 20px 50px rgba(74,20,140,.3)}.help-cta::before{content:'';position:absolute;top:-100px;left:-100px;width:350px;height:350px;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);border-radius:50%;pointer-events:none}.help-cta::after{content:'';position:absolute;bottom:-150px;right:-150px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,109,0,.15) 0,transparent 70%);border-radius:50%;pointer-events:none}.help-cta-icon{position:absolute;top:30px;left:30px;width:80px;height:80px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px)}.help-cta-icon i{font-size:2rem;color:rgba(255,255,255,.8)}.help-cta-content{z-index:2;max-width:55%}.help-cta h3{font-size:2.2rem;font-weight:800;margin-bottom:15px;line-height:1.4}.help-cta p{font-size:1.15rem;opacity:.9;margin-bottom:0;line-height:1.7}.help-cta-btn{z-index:2}.btn-orange{background:linear-gradient(135deg,#ff6d00,#ff8f00);color:#fff;padding:18px 40px;border-radius:14px;text-decoration:none;font-weight:700;font-size:1.05rem;display:inline-flex;align-items:center;gap:10px;transition:all .4s ease;box-shadow:0 10px 30px rgba(255,109,0,.4)}.btn-orange:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 15px 40px rgba(255,109,0,.5)}.btn-orange i{transition:transform .3s ease}.btn-orange:hover i{transform:translateX(-5px)}@media (max-width:1200px){.featured-post{grid-template-columns:1fr 1fr}.featured-post .featured-content{padding:35px}.featured-post .featured-title{font-size:1.5rem}}@media (max-width:992px){.blog-hero h1{font-size:2.5rem}.blog-grid{grid-template-columns:repeat(2,1fr)}.featured-post{grid-template-columns:1fr}.featured-post .featured-image{min-height:280px}.featured-post .featured-content{padding:30px}.editors-grid{grid-template-columns:1fr}.subscription-box{flex-direction:column;text-align:center;padding:40px 30px}.sub-icon{margin-left:auto;margin-right:auto}.subscription-form-wrapper{width:100%}.sub-form{width:100%;flex-direction:column}.sub-form button,.sub-form input{width:100%}.help-cta{padding:40px 30px}.help-cta h3{font-size:1.8rem}.help-cta-content{max-width:100%}}@media (max-width:768px){.blog-hero{padding:60px 0 40px}.blog-hero h1{font-size:2rem}.blog-hero-description{font-size:1rem}.blog-categories{justify-content:center}.category-filter{padding:8px 18px;font-size:.85rem}.blog-grid-section{padding:40px 0}.blog-grid{grid-template-columns:1fr;gap:25px}.blog-card-image{height:200px}.help-cta{flex-direction:column;text-align:center;gap:30px;margin:50px 0}.help-cta-icon{position:static;margin-bottom:20px}.help-cta-content{max-width:100%}.help-cta h3{font-size:1.6rem}.help-cta p{font-size:1rem}.btn-orange{padding:15px 30px;font-size:1rem}.pagination{gap:8px;margin-top:40px}.page-link{width:42px;height:42px;border-radius:10px}.subscription-box{margin:50px 0;border-radius:20px}.sub-content h3{font-size:1.6rem}.editors-choice{padding:40px 0}.section-title-sm{font-size:1.6rem}.editor-card{padding:25px}.editor-card h4{font-size:1.15rem}}@media (max-width:480px){.blog-hero{padding:50px 0 30px}.blog-hero h1{font-size:1.7rem}.blog-hero h1::after{width:60px;height:3px}.category-filter{padding:8px 15px;font-size:.8rem}.blog-card-content{padding:20px}.blog-card-title{font-size:1.1rem}.featured-post .featured-content{padding:25px}.featured-post .featured-title{font-size:1.3rem}.featured-post .featured-excerpt{font-size:.95rem}.subscription-box{padding:30px 20px}.sub-content h3{font-size:1.4rem}.sub-content p{font-size:1rem}.help-cta{padding:35px 25px;border-radius:18px}.help-cta h3{font-size:1.4rem}.editor-card{padding:20px}.editor-card h4{font-size:1.1rem}.page-link{width:38px;height:38px;font-size:.9rem}}.subscription-box{background:linear-gradient(135deg,#fff8f3 0,#fff5ee 50%,#fffaf5 100%);border-radius:24px;padding:50px;display:flex;justify-content:space-between;align-items:center;margin:80px 0;flex-wrap:wrap;gap:40px;position:relative;overflow:hidden}.subscription-box::before{content:'';position:absolute;top:-80px;right:-80px;width:250px;height:250px;background:radial-gradient(circle,rgba(255,107,0,.12) 0,transparent 70%);border-radius:50%;pointer-events:none}.subscription-box::after{content:'';position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(255,107,0,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.sub-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-color),#ff8c4d);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 10px 30px rgba(255,107,0,.3)}.sub-icon i{font-size:1.8rem;color:#fff}.sub-content{flex:1;min-width:300px;position:relative;z-index:1}.sub-content h3{font-size:2rem;font-weight:800;margin-bottom:12px;color:var(--text-color);line-height:1.4}.sub-content p{color:#666;font-size:1.1rem;line-height:1.7}.sub-stats{display:flex;align-items:center;gap:8px;margin-top:15px;font-size:.9rem;color:#888}.sub-stats i{color:var(--primary-color)}.subscription-form-wrapper{flex:1;min-width:320px;display:flex;flex-direction:column;align-items:stretch;position:relative;z-index:1}.sub-form{display:flex;flex-wrap:wrap;gap:12px;align-items:center;width:100%}.subscription-form-wrapper .newsletter-feedback{flex:1 1 100%;width:100%;margin-top:.35rem;margin-bottom:.5rem}.sub-form input[type=email].newsletter-email--error{border-color:#e53935}.sub-form input{flex:1;padding:18px 24px;border:2px solid #eee;border-radius:14px;font-family:inherit;font-size:1rem;background:#fff;transition:all .3s ease}.sub-form input:focus{outline:0;border-color:var(--primary-color);box-shadow:0 0 0 4px rgba(255,107,0,.1)}.sub-form input[type=email].newsletter-email--error:focus{border-color:#e53935;box-shadow:0 0 0 4px rgba(229,57,53,.12)}.sub-form button{padding:18px 35px;background:linear-gradient(135deg,var(--primary-color),#ff8c4d);color:#fff;border:none;border-radius:14px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;font-family:inherit;white-space:nowrap;box-shadow:0 8px 25px rgba(255,107,0,.3)}.sub-form button:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(255,107,0,.4)}.pre-footer-cta{background:linear-gradient(180deg,#4f24a0 0,#421983 100%);padding:3.5rem 0 3.5rem;position:relative;overflow:visible;margin-top:0}.pre-footer-cta::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 10 L90 50 L50 90 L10 50 Z' fill='none' stroke='rgba(0,0,0,0.04)' stroke-width='1.5'/%3E%3C/svg%3E") center/100px repeat;pointer-events:none}.pre-footer-cta-icons{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;position:absolute;bottom:100%;right:10px;margin-bottom:35px;z-index:10}.cta-icon-circle{width:70px;height:70px;border-radius:50%;background:rgba(66,25,131,.82);border:3px solid rgba(90,43,181,.45);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.18),0 0 15px rgba(90,43,181,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:iconFloatSmooth 4s cubic-bezier(.45,0,.55,1) infinite;will-change:transform,box-shadow}.cta-icon-circle:first-child{animation-delay:0s}.cta-icon-circle:nth-child(2){animation-delay:.3s}.cta-icon-circle:nth-child(3){animation-delay:.6s}.cta-icon-circle:nth-child(4){animation-delay:.9s}@keyframes iconFloatSmooth{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.cta-icon-circle img{width:35px;height:35px;object-fit:contain}.pre-footer-cta .container{position:relative;z-index:2}.pre-footer-cta-content{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,3rem);align-items:center;position:relative;z-index:2}.pre-footer-cta-right{text-align:right;position:relative}.pre-footer-cta-title{display:block;font-size:2.8rem;font-weight:800;color:#fff;line-height:1.55;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.15)}.pre-footer-cta-left{text-align:right}.pre-footer-cta-left p{font-size:1.25rem;color:rgba(255,255,255,.9);line-height:1.6;letter-spacing:.2px;margin:1.5rem 0}.pre-footer-cta-btn{display:inline-block;background:linear-gradient(135deg,#ff6b00 0,#ff7a22 100%);color:#fff;padding:1rem 3rem;border-radius:12px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.4, 0, .2, 1);box-shadow:0 4px 10px rgba(255,107,0,.35);position:relative;overflow:hidden}.pre-footer-cta-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.pre-footer-cta-btn:hover::before{left:100%}.pre-footer-cta-btn:hover{background:linear-gradient(135deg,#e05a00 0,#ff6b00 100%);transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,107,0,.4);text-decoration:none}@media (max-width:992px){.subscription-box{flex-direction:column;text-align:center;padding:40px 30px}.sub-icon{margin-left:auto;margin-right:auto}.subscription-form-wrapper{width:100%}.sub-form{width:100%;flex-direction:column}.sub-form button,.sub-form input{width:100%}.subscription-form-wrapper .newsletter-feedback.newsletter-feedback--error{text-align:center}}@media (max-width:768px){.pre-footer-cta{overflow-x:hidden}.subscription-box{margin:50px 0;border-radius:20px}.sub-content h3{font-size:1.6rem}.pre-footer-cta{padding:4rem 0 3rem;margin-top:3rem}.pre-footer-cta-icons{position:relative;bottom:auto;right:auto;margin-bottom:1rem;justify-content:center;gap:.4rem;transform:none}.cta-icon-circle{width:60px;height:60px}.cta-icon-circle img{width:30px;height:30px}.pre-footer-cta-content{grid-template-columns:1fr;gap:2rem;text-align:center}.pre-footer-cta-right{text-align:center}.pre-footer-cta-title{font-size:2rem}.pre-footer-cta-left{text-align:center}.pre-footer-cta-left p{font-size:1rem;margin-bottom:1.5rem}.pre-footer-cta-btn{padding:1rem 2rem;font-size:1rem}}@media (max-width:480px){.subscription-box{padding:30px 20px}.sub-content h3{font-size:1.4rem}.sub-content p{font-size:1rem}.pre-footer-cta{padding:3.5rem 0 2.5rem;margin-top:2.5rem}.pre-footer-cta-icons{margin-bottom:.8rem;gap:.3rem}.cta-icon-circle{width:50px;height:50px}.cta-icon-circle img{width:25px;height:25px}.pre-footer-cta-title{font-size:1.4rem;line-height:1.5}.pre-footer-cta-left p{font-size:.9rem;margin-bottom:1.25rem}.pre-footer-cta-btn{padding:.9rem 1.8rem;font-size:.95rem}}