:root{--footer-dark-bg:#0a0e27;--footer-darker-bg:#0d1128;--footer-text-gray:#b0b0b0;--footer-gradient:linear-gradient(135deg,#0a0e27 0%,#0d1128 100%);--footer-accent-gradient:linear-gradient(135deg,var(--color-primary) 0%,#A41E45 100%)}.footer{background:var(--footer-gradient);color:var(--color-white);padding:4rem 0 2rem;margin-top:4rem;position:relative;overflow:hidden;border-top:4px solid var(--color-primary)}.footer::before{content:'';position:absolute;top:-150px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(139,21,56,0.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.footer::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:conic-gradient(from 45deg,rgba(139,21,56,0.06) 0deg,transparent 90deg,rgba(139,21,56,0.04) 180deg,transparent 270deg);border-radius:50%;pointer-events:none}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-white);position:relative;display:inline-block;padding-bottom:0.75rem}.footer-title::after{content:'';position:absolute;bottom:0;right:0;width:40px;height:3px;background:var(--footer-accent-gradient);border-radius:2px}html[dir="ltr"] .footer-title::after{right:auto;left:0}.footer-subtitle{font-size:1rem;font-weight:500;margin-top:1rem;margin-bottom:0.75rem;color:var(--color-primary)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-text{color:var(--footer-text-gray);font-size:0.95rem;line-height:1.7;margin:0}.contact-info{list-style:none;padding:0;margin:0}.contact-info li{color:var(--footer-text-gray);font-size:0.95rem;margin-bottom:0.75rem;line-height:1.5}.footer-links a{color:var(--footer-text-gray);text-decoration:none;font-size:0.95rem;transition:all 0.3s ease;display:inline-flex;align-items:center}.footer-links a:hover{color:var(--color-primary);transform:translateX(-5px)}html[dir="ltr"] .footer-links a:hover{transform:translateX(5px)}.newsletter-form{display:flex;flex-direction:column;gap:1rem;margin-top:0.5rem}.newsletter-input{padding:1rem;border:1px solid rgba(255,255,255,0.1);border-radius:6px;background:rgba(255,255,255,0.05);color:var(--color-white);font-size:0.95rem;transition:all 0.3s ease}.newsletter-input:focus{outline:none;border-color:var(--color-primary);background:rgba(255,255,255,0.1)}.newsletter-input::placeholder{color:rgba(255,255,255,0.4)}.newsletter-btn{padding:1rem 1.5rem;background:var(--footer-accent-gradient);color:var(--color-white);border:none;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:all 0.3s ease;text-align:center;box-shadow:0 4px 15px rgba(139,21,56,0.3)}.newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(199,54,89,0.4);filter:brightness(1.1)}.newsletter-note{font-size:0.8rem;color:rgba(255,255,255,0.4);margin-top:0.75rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);margin-top:1rem;flex-wrap:wrap;gap:1.5rem}.footer-bottom p{font-size:0.95rem;color:var(--footer-text-gray);margin:0}.footer-legal{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-legal a{color:var(--footer-text-gray);text-decoration:none;font-size:0.9rem;transition:color 0.3s ease;position:relative}.footer-legal a:hover{color:var(--color-primary)}.footer-legal a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--color-primary);transition:width 0.3s ease}.footer-legal a:hover::after{width:100%}@media (max-width:1200px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-title{text-align:center;display:block}.footer-title::after{right:50%;transform:translateX(50%)}html[dir="ltr"] .footer-title::after{right:auto;left:50%;transform:translateX(-50%)}.newsletter-form,.footer-links{text-align:center}.footer-links a:hover{transform:translateX(0) scale(1.05)}.footer-bottom{flex-direction:column;text-align:center;padding-top:1.5rem;gap:1rem}.footer-bottom p{font-size:0.85rem;text-align:center}.footer-legal{justify-content:center;gap:1rem}}

/* ── Social Links ── */
.footer-social-links { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-social-item { display: inline-flex; align-items: center; gap: 12px; color: var(--footer-text-gray); text-decoration: none; font-size: 0.95rem; transition: all 0.3s ease; }
.footer-social-item:hover { color: var(--color-primary); transform: translateX(-4px); }
html[dir="ltr"] .footer-social-item:hover { transform: translateX(4px); }
.social-icon-wrap { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s ease; }
.footer-social-item:hover .social-icon-wrap { background: rgba(139,21,56,0.2); border-color: rgba(139,21,56,0.4); color: var(--color-primary); }
