.site-footer{background:linear-gradient(180deg,#1a252f 0%,#0f171f 100%);color:white;padding:80px 40px 40px;margin-top:100px;position:relative;overflow:hidden}.container.blog.main+footer.site-footer,section.container.blog.main+footer.site-footer{margin-top:0}.site-footer::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#CA65A7 0%,#DAA520 50%,#3498db 100%)}.site-footer::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(202,101,167,0.05) 0%,transparent 40%),radial-gradient(circle at 80% 20%,rgba(52,152,219,0.05) 0%,transparent 40%);pointer-events:none}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:50px;align-items:start;position:relative;z-index:1}.footer-links h4,.footer-resources h4{color:white;font-size:0.85em;margin-bottom:24px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;position:relative;padding-bottom:12px}.footer-links h4::after,.footer-resources h4::after{content:'';position:absolute;bottom:0;left:0;width:30px;height:2px;background:#CA65A7;border-radius:1px}.footer-links ul,.footer-resources ul{list-style:none;padding:0;margin:0}.footer-links li,.footer-resources li{margin-bottom:12px}.footer-links a,.footer-resources a{color:rgba(255,255,255,0.7);text-decoration:none;font-size:0.9em;transition:all 0.25s ease;display:inline-flex;align-items:center;gap:8px;position:relative}.footer-links a::after,.footer-resources a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#CA65A7;transition:width 0.25s ease}.footer-links a:hover,.footer-resources a:hover{color:white;transform:translateX(4px)}.footer-links a:hover::after,.footer-resources a:hover::after{width:100%}.footer-links a i,.footer-resources a i{width:16px;text-align:center;font-size:0.9em}.footer-book{text-align:center;padding:32px 28px;background:linear-gradient(135deg,rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.03) 100%);border-radius:16px;border:1px solid rgba(255,255,255,0.1);backdrop-filter:blur(10px);position:relative;overflow:hidden}.footer-book::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(202,101,167,0.1) 0%,transparent 50%);opacity:0;transition:opacity 0.4s ease;pointer-events:none}.footer-book:hover::before{opacity:1}.footer-book-cover{display:block;width:110px;height:auto;border-radius:6px;box-shadow:0 8px 30px rgba(0,0,0,0.4),0 4px 12px rgba(0,0,0,0.2);margin:0 auto 20px;transition:transform 0.3s ease,box-shadow 0.3s ease}.footer-book:hover .footer-book-cover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 40px rgba(0,0,0,0.5),0 6px 16px rgba(0,0,0,0.3)}.footer-book h4{color:white;font-size:1.2em;margin-bottom:10px;font-weight:600}.footer-book p{color:rgba(255,255,255,0.65);font-size:0.9em;margin-bottom:20px;line-height:1.6;font-style:italic}.footer-book-cta{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:linear-gradient(135deg,#CA65A7 0%,#a8548b 100%);color:white;text-decoration:none;border-radius:10px;font-size:0.95em;font-weight:600;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 15px rgba(202,101,167,0.3);position:relative;overflow:hidden}.footer-book-cta::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent);transition:left 0.5s ease}.footer-book-cta:hover::before{left:100%}.footer-book-cta:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px rgba(202,101,167,0.5);color:white}.footer-bottom{max-width:1200px;margin:50px auto 0;padding-top:30px;border-top:1px solid rgba(255,255,255,0.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;position:relative;z-index:1}.footer-copyright{color:rgba(255,255,255,0.45);font-size:0.85em;line-height:1.6}.footer-copyright a{color:var(--footer-link);text-decoration:none;transition:color 0.2s ease}.footer-copyright a:hover{color:var(--footer-link-hover)}.footer-cc-by{color:#7fb3d5}.footer-cc-by:hover{color:#a5cbe0}.footer-bottom-centered{flex-direction:column;text-align:center;gap:16px}.footer-social{display:flex;gap:15px}.footer-social a{color:rgba(255,255,255,0.6);font-size:1.2em;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,0.05)}.footer-social a:hover{color:white;transform:translateY(-3px) scale(1.1);background:rgba(127,179,213,0.2);box-shadow:0 4px 12px rgba(127,179,213,0.3)}@media (max-width:900px){.footer-content{grid-template-columns:1fr 1fr;gap:40px}.footer-book{grid-column:span 2;max-width:400px;margin:0 auto}}@media (max-width:600px){.site-footer{padding:60px 24px 30px;margin-top:60px}.footer-content{grid-template-columns:1fr;text-align:center;gap:35px}.footer-book{grid-column:span 1;padding:28px 24px}.footer-links h4::after,.footer-resources h4::after{left:50%;transform:translateX(-50%)}.footer-links ul,.footer-resources ul{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 20px}.footer-links li,.footer-resources li{margin-bottom:0}.footer-links a,.footer-resources a{padding:8px 12px;background:rgba(255,255,255,0.05);border-radius:6px}.footer-links a:hover,.footer-resources a:hover{transform:none;background:rgba(255,255,255,0.1)}.footer-links a::after,.footer-resources a::after{display:none}.footer-bottom{flex-direction:column;text-align:center;gap:16px}.footer-social{gap:12px}.footer-social a{width:44px;height:44px}}