.footer{background-color:var(--bg-color);color:var(--text-color);padding:60px 40px 40px;font-family:var(--font-body--family),sans-serif;box-sizing:border-box}.footer--boxed{border-radius:16px;max-width:var(--boxed-width,1200px);width:calc(100% - 40px);margin-top:var(--margin-top,40px);margin-bottom:var(--margin-bottom,40px);margin-left:auto;margin-right:auto}.footer--wide{border-radius:0;max-width:100%;width:100%;margin-top:0 !important;margin-bottom:0 !important;margin-left:auto;margin-right:auto}.footer__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column}.footer__top-menus{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding-bottom:45px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:45px}.footer__menu-column{display:flex;flex-direction:column;text-align:left}.footer__menu-heading{font-family:var(--font-heading--family),sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:24px;margin-top:0}.footer__menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer__menu-link{color:#8e9fae;font-size:14px;text-decoration:none;transition:color .25s ease}.footer__menu-link:hover{color:#fff;text-decoration:none}.footer__middle-row{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:40px;gap:40px}.footer__middle-left{flex:1;max-width:450px;text-align:left}.footer__brand-title{margin-bottom:12px}.footer__brand-logo-text{font-family:'Playfair Display','Georgia',serif;font-size:32px;font-weight:600;letter-spacing:-.01em;color:#fff;display:block}.footer__brand-logo{max-width:var(--logo-width,180px);width:100%;height:auto;display:block}.footer__brand-subtitle{font-size:14px;color:#8e9fae;margin-bottom:24px;margin-top:0;line-height:1.5}.footer__socials-row{display:flex;gap:12px}.footer__social-circle{width:36px;height:36px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:transparent;transition:all .25s ease;text-decoration:none}.footer__social-circle:hover{border-color:#fff;background-color:rgba(255,255,255,.1);transform:translateY(-2px);color:#fff}.footer__social-circle svg{width:16px;height:16px;fill:currentColor;display:block}.footer__middle-right{flex:1;max-width:500px;text-align:left}.footer__newsletter-heading{font-family:var(--font-heading--family),sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:8px;margin-top:0}.footer__newsletter-subtitle{font-size:14px;color:#8e9fae;margin-bottom:18px;margin-top:0;line-height:1.4}.footer__newsletter-box{width:100%}.footer__newsletter-input-group{display:flex;gap:10px;width:100%}.footer__newsletter-input-field{flex:1;background:var(--newsletter-input-bg,#1b2332);border:1px solid var(--newsletter-input-border,#2a3547);color:var(--newsletter-input-text,#ffffff);padding:12px 16px;border-radius:6px;font-size:14px;outline:none;transition:border-color .25s ease;box-sizing:border-box}.footer__newsletter-input-field:focus{border-color:rgba(255,255,255,.4)}.footer__newsletter-input-field::placeholder{color:#586776;opacity:.8}.footer__newsletter-submit-btn{background-color:var(--newsletter-btn-bg,#b85a38);color:var(--newsletter-btn-text,#ffffff);border:none;padding:12px 24px;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.footer__newsletter-submit-btn:hover{background-color:var(--newsletter-btn-hover-bg,#a44f30);transform:translateY(-1px)}.footer__newsletter-success{color:#2ecc71;font-size:13px;margin-top:8px;margin-bottom:0}.footer__newsletter-error{color:#e74c3c;font-size:13px;margin-top:8px;margin-bottom:0}.footer__newsletter-contact-row{margin-top:16px;display:flex;align-items:center}.footer__newsletter-email-link{display:inline-flex;align-items:center;gap:8px;color:#8e9fae;font-size:13px;text-decoration:none;transition:color .25s ease}.footer__newsletter-email-link:hover{color:#fff}.footer__newsletter-email-icon{display:flex;align-items:center;color:#8e9fae}.footer__newsletter-email-icon svg{width:14px;height:14px;fill:currentColor;display:block}.footer__trust-bar{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:20px 0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:40px;margin-bottom:24px}.footer__trust-item{color:#b5c4d0;font-size:13px;font-weight:500;letter-spacing:.02em}.footer__bottom-row{display:flex;justify-content:space-between;align-items:center;padding-top:12px}.footer__bottom-copyright{color:#8e9fae;font-size:13px}.footer__bottom-payments{display:flex;align-items:center;justify-content:center}.footer__payment-list{list-style:none;padding:0;margin:0;display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.footer__payment-list-item{background:#fff;padding:4px 6px;border-radius:4px;display:flex;align-items:center;justify-content:center;height:24px;box-sizing:border-box}.footer__payment-list-item svg,.footer__payment-list-item img{height:16px;width:auto;display:block}.footer__bottom-legal{display:flex}.footer__legal-links-list{list-style:none;padding:0;margin:0;display:flex;gap:20px}.footer__legal-link{color:#8e9fae;font-size:13px;text-decoration:none;transition:color .25s ease}.footer__legal-link:hover{color:#fff;text-decoration:none}@media screen and (max-width:991px){.footer__top-menus{grid-template-columns:repeat(2,1fr);gap:30px}.footer__middle-row{flex-direction:column;align-items:stretch;gap:40px}.footer__middle-left,.footer__middle-right{max-width:100%}}@media screen and (max-width:767px){.footer{padding:40px 20px 30px}.footer--boxed{border-radius:12px;width:calc(100% - 24px);margin-top:calc(var(--margin-top) * .7);margin-bottom:calc(var(--margin-bottom) * .7)}.footer--wide{border-radius:0;width:100%;margin-top:0 !important;margin-bottom:0 !important}.footer__top-menus{grid-template-columns:1fr;gap:24px;padding-bottom:30px;text-align:center}.footer__menu-column{text-align:center}.footer__menu-list{align-items:center}.footer__menu-heading{margin-bottom:12px}.footer__middle-row{gap:32px;padding-bottom:30px;text-align:center}.footer__middle-left{display:flex;flex-direction:column;align-items:center;text-align:center}.footer__middle-right{display:flex;flex-direction:column;align-items:center;text-align:center}.footer__newsletter-input-group{flex-direction:column;width:100%;max-width:320px;margin:0 auto}.footer__newsletter-submit-btn{width:100%}.footer__newsletter-contact-row{justify-content:center}.footer__trust-bar{flex-direction:column;gap:12px;padding:16px 0}.footer__bottom-row{flex-direction:column;gap:16px;align-items:center;text-align:center}.footer__legal-links-list{justify-content:center;gap:16px}}