:root{--footer-bg:#f8fafc;--footer-text:#1e293b;--footer-text-secondary:#64748b;--footer-text-tertiary:#94a3b8;--footer-border:#e2e8f0;--footer-hover:#e2e8f0}.dark-mode:root{--footer-bg:#0f172a;--footer-text:#f1f5f9;--footer-text-secondary:#cbd5e1;--footer-text-tertiary:#94a3b8;--footer-border:#334155;--footer-hover:#334155}.main-footer{background:var(--footer-bg);color:var(--footer-text);border-top:1px solid var(--footer-border);margin-top:auto}.footer-content{max-width:1400px;margin:0 auto;padding:4rem 1.5rem 2rem}.footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:3rem;margin-bottom:2rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-heading{font-size:1.125rem;font-weight:800;color:var(--footer-text);margin:0;display:flex;align-items:center;gap:.5rem}.company-info .footer-heading{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.375rem}.footer-logo-emoji{font-size:1.75rem;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}.footer-tagline{font-size:.95rem;font-weight:700;color:var(--footer-text-secondary);margin:.5rem 0 0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{font-size:.9rem;color:var(--footer-text-secondary);line-height:1.6;margin:.75rem 0 1.5rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{color:var(--footer-text-secondary);text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease;display:inline-flex;align-items:center;width:fit-content}.footer-link:before{content:"→";opacity:0;margin-right:0;transition:all .3s ease;font-size:.85rem}.footer-link:hover{color:#667eea;padding-left:.5rem}.footer-link:hover:before{opacity:1;margin-right:.5rem}.newsletter-signup{gap:1.25rem}.newsletter-subtitle{font-size:.9rem;color:var(--footer-text-secondary);margin:0;line-height:1.5}.newsletter-form{display:flex;flex-direction:column;gap:1rem}.newsletter-input-wrapper{display:flex;gap:.5rem;align-items:center}.newsletter-input{flex:1;padding:.75rem 1rem;border:1px solid var(--footer-border);border-radius:8px;background:var(--footer-bg);color:var(--footer-text);font-size:.95rem;font-weight:500;transition:all .3s ease}.newsletter-input::placeholder{color:var(--footer-text-tertiary)}.newsletter-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.newsletter-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;border-radius:8px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:.5rem}.newsletter-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px rgba(102,126,234,.3)}.newsletter-button:disabled{opacity:.6;cursor:not-allowed}.newsletter-button.loading{min-width:140px}.newsletter-button.success{background:#10b981}.spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.subscribe-message{padding:.75rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.subscribe-message.success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.subscribe-message.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.dark-mode .subscribe-message.success{background:rgba(16,185,129,.2);color:#6ee7b7;border-color:rgba(16,185,129,.3)}.dark-mode .subscribe-message.error{background:rgba(239,68,68,.2);color:#fca5a5;border-color:rgba(239,68,68,.3)}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--footer-hover);border:1px solid var(--footer-border);text-decoration:none;transition:all .3s ease}.social-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;transform:translateY(-3px)}.social-icon{font-size:1.25rem;display:flex;align-items:center;justify-content:center;line-height:1}.footer-bottom{border-top:1px solid var(--footer-border);padding:2rem 1.5rem;background:var(--footer-bg)}.footer-bottom-content{max-width:1400px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:.5rem}.copyright{font-size:.9rem;color:var(--footer-text-secondary);margin:0;font-weight:600}.footer-credit{font-size:.85rem;color:var(--footer-text-tertiary);margin:0}.heart{animation:heartbeat 1.5s ease-in-out infinite;display:inline-block}@keyframes heartbeat{0%,to{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}}@media (max-width:1024px){.footer-columns{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-content{padding:3rem 1.5rem 2rem}}@media (max-width:768px){.footer-columns{grid-template-columns:1fr;gap:2.5rem}.newsletter-input-wrapper{flex-direction:column}.newsletter-button{width:100%}.footer-bottom-content{gap:1rem}}@media (max-width:480px){.footer-content{padding:2rem 1rem}.footer-columns{gap:1.5rem}.footer-heading{font-size:1rem}.company-info .footer-heading{font-size:1.125rem}.footer-link{font-size:.9rem}.social-links{gap:.75rem}.social-link{width:36px;height:36px}.social-icon{font-size:1.1rem}}.dark-mode .newsletter-input{background:var(--footer-bg)}.dark-mode .newsletter-button{background:linear-gradient(135deg,#00d4ff,#667eea)}.dark-mode .newsletter-button:hover:not(:disabled){box-shadow:0 8px 16px rgba(0,212,255,.3)}.dark-mode .social-link{background:var(--footer-hover)}.dark-mode .social-link:hover{background:linear-gradient(135deg,#00d4ff,#667eea)}.main-footer *{transition:background-color .3s ease,color .3s ease,border-color .3s ease}