/* LW-Drones Relaunch: independent footer layout. */
.lw-footer,
.lw-footer * { box-sizing: border-box; }
.lw-footer {
    width: 100%;
    flex: 0 0 auto;
    background: #07141b;
    border-top: 1px solid rgba(255,255,255,.09);
    color: #b9c7cd;
    font-family: var(--font-sans, Arial, sans-serif);
}
.lw-footer .lw-footer-grid {
    display: grid;
    grid-template-columns: minmax(0,1.65fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.25fr);
    gap: clamp(28px,3.5vw,58px);
    align-items: start;
    padding-top: 64px;
    padding-bottom: 58px;
}
.lw-footer .lw-footer-grid > * { min-width: 0; }
.lw-footer .lw-footer-company { max-width: 370px; }
.lw-footer .lw-footer-brand {
    display: inline-flex;
    width: auto;
    height: auto;
    max-width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    color: #fff;
    text-decoration: none;
}
.lw-footer .lw-footer-brand__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 54px;
    max-height: 54px;
    flex: 0 0 auto;
    object-fit: contain;
}
.lw-footer .lw-footer-brand__name {
    display: block;
    color: #fff;
    font-family: var(--font-display, Arial, sans-serif);
    font-size: clamp(1.45rem,1.8vw,1.8rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.025em;
    white-space: normal;
}
.lw-footer .lw-footer-brand__name span { color: #9ed45c; font: inherit; }
.lw-footer .lw-footer-company__description {
    max-width: 34ch;
    margin: 22px 0 0;
    color: #aebdc5;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.75;
    overflow-wrap: break-word;
}
.lw-footer .lw-footer-shop {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(127,189,50,.5);
    color: #a4d764;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.5;
    text-decoration: none;
}
.lw-footer .lw-footer-shop span { color: inherit; font-size: 1.1rem; line-height: 1; }
.lw-footer .lw-footer-heading {
    margin: 3px 0 22px;
    color: #fff;
    font-family: var(--font-display, Arial, sans-serif);
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .055em;
    text-transform: uppercase;
}
.lw-footer .lw-footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.lw-footer .lw-footer-links li { margin: 0; padding: 0; min-width: 0; }
.lw-footer .lw-footer-links a,
.lw-footer .lw-footer-contact__details a {
    display: inline-block;
    color: #aebdc5;
    font-size: .87rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: color .2s ease;
}
.lw-footer a:hover { color: #a4d764; }
.lw-footer a:focus-visible {
    outline: 2px solid #a4d764;
    outline-offset: 5px;
    border-radius: 2px;
}
.lw-footer .lw-footer-contact__intro {
    margin: 0 0 22px;
    color: #aebdc5;
    font-size: .87rem;
    line-height: 1.65;
}
.lw-footer .lw-footer-contact__address {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0 0 20px;
    color: #aebdc5;
    font-size: .87rem;
    font-style: normal;
    line-height: 1.55;
}
.lw-footer .lw-footer-contact__address span { color: inherit; font: inherit; }
.lw-footer .lw-footer-contact__details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.lw-footer .lw-footer-contact__details a { color: #e0e8eb; font-weight: 650; }
.lw-footer .lw-footer-contact__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 44px;
    max-width: 100%;
    margin-top: 26px;
    padding: 11px 16px;
    border: 1px solid rgba(127,189,50,.65);
    border-radius: 4px;
    color: #a4d764;
    font-size: .76rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .025em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease;
}
.lw-footer .lw-footer-contact__button span { color: inherit; font-size: 1rem; line-height: 1; }
.lw-footer .lw-footer-contact__button:hover { background: rgba(127,189,50,.1); }
.lw-footer .lw-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 32px;
    padding-top: 22px;
    padding-bottom: 28px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.lw-footer .lw-footer-copyright,
.lw-footer .lw-footer-legal a {
    color: #82969f;
    font-size: .75rem;
    line-height: 1.5;
    text-decoration: none;
}
.lw-footer .lw-footer-legal { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
@media (max-width: 1080px) {
    .lw-footer .lw-footer-grid { grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 42px 56px; }
    .lw-footer .lw-footer-company { max-width: 390px; }
}
@media (max-width: 620px) {
    .lw-footer .lw-footer-grid { grid-template-columns: minmax(0,1fr); gap: 32px; padding-top: 48px; padding-bottom: 44px; }
    .lw-footer .lw-footer-company { max-width: none; }
    .lw-footer .lw-footer-company__description { max-width: 40ch; margin-top: 18px; }
    .lw-footer .lw-footer-column { padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); }
    .lw-footer .lw-footer-heading { margin-bottom: 16px; }
    .lw-footer .lw-footer-links { gap: 11px; }
    .lw-footer .lw-footer-bottom { align-items: flex-start; flex-direction: column; gap: 18px; padding-top: 22px; padding-bottom: 28px; }
}
@media (prefers-reduced-motion: reduce) {
    .lw-footer a { transition: none; }
}
