/* aspectweldio: footer module */
   AspectWeld global footer 1A (Corporate Classic)
   Shared partial: templates/aspectweldio/includes/footer.php
   ========================================================================== */
body.site .aw-site-footer {
    position: relative;
    margin: clamp(40px, 5vw, 72px) 0 0;
    padding: 0 0 clamp(24px, 3vw, 36px);
    color: var(--aw-text-primary);
}

body.site .aw-site-footer .aw-container {
    max-width: var(--aw-container);
}

body.site .aw-site-footer__shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    background:
        radial-gradient(circle at 16% 0%, rgba(227, 113, 17, 0.12), transparent 26%),
        radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.04), transparent 18%),
        linear-gradient(180deg, rgba(18, 19, 21, 0.96) 0%, rgba(14, 15, 18, 0.98) 100%);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

body.site .aw-site-footer__shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0) 24%);
    opacity: 0.9;
}

body.site .aw-site-footer__top,
body.site .aw-site-footer__trust,
body.site .aw-site-footer__bottom {
    position: relative;
    z-index: 1;
}

body.site .aw-site-footer__top {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 2.05fr) minmax(280px, 1fr);
    gap: 28px;
    padding: clamp(28px, 3.2vw, 40px);
}

body.site .aw-site-footer__brand {
    min-width: 0;
}

body.site .aw-site-footer__brand-link {
    display: inline-flex;
    align-items: flex-start;
    gap: 16px;
    color: inherit;
    text-decoration: none;
}

body.site .aw-site-footer__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

body.site .aw-site-footer__mark--logo {
    width: 104px;
    min-width: 104px;
    height: 50px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.site .aw-site-footer__logo-image {
    display: block;
    width: 100%;
    max-width: 104px;
    height: auto;
    object-fit: contain;
}

body.site .aw-site-footer__brand-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

body.site .aw-site-footer__brand-title {
    color: #fff;
    font-family: "Montserrat", var(--cassiopeia-font-family-headings, inherit), sans-serif;
    font-size: clamp(24px, 1.6vw, 32px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
}

body.site .aw-site-footer__brand-tagline {
    color: var(--aw-text-muted);
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

body.site .aw-site-footer__brand-text {
    max-width: 460px;
    margin: 22px 0 0;
    color: var(--aw-text-secondary);
    font-size: 14px;
    line-height: 1.95;
}

body.site .aw-site-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    min-width: 0;
}

body.site .aw-site-footer__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 7px 14px;
    border: 1px solid rgba(227, 113, 17, 0.2);
    border-radius: 999px;
    background: rgba(227, 113, 17, 0.1);
    color: var(--aw-accent-hover);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.site .aw-site-footer__label svg,
body.site .aw-site-footer__menu-arrow svg,
body.site .aw-site-footer__contact-icon svg,
body.site .aw-site-footer__trust-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

body.site .aw-site-footer__label svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

body.site .aw-site-footer__menu-list,
body.site .aw-site-footer__contact-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

body.site .aw-site-footer__menu-list {
    display: grid;
    gap: 10px;
}

body.site .aw-site-footer__menu-link,
body.site .aw-site-footer__contact-link,
body.site .aw-site-footer__legal a,
body.site .aw-site-footer__trust-item,
body.site .aw-site-footer__brand-link {
    transition:
        color 0.24s ease,
        border-color 0.24s ease,
        background-color 0.24s ease,
        box-shadow 0.24s ease,
        transform 0.24s ease;
}

body.site .aw-site-footer .aw-site-footer__menu-link,
body.site .aw-site-footer .aw-site-footer__menu-link:link,
body.site .aw-site-footer .aw-site-footer__menu-link:visited {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 40px;
    color: #F2F3F5 !important;
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none;
}

body.site .aw-site-footer__menu-arrow {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: #6f7680;
}

body.site .aw-site-footer .aw-site-footer__menu-link:hover,
body.site .aw-site-footer .aw-site-footer__menu-link:focus-visible,
body.site .aw-site-footer .aw-site-footer__menu-link:hover:visited,
body.site .aw-site-footer .aw-site-footer__menu-link:focus-visible:visited {
    color: #fff !important;
    text-decoration: none;
}

body.site .aw-site-footer__menu-link:hover .aw-site-footer__menu-arrow,
body.site .aw-site-footer__menu-link:focus-visible .aw-site-footer__menu-arrow {
    color: var(--aw-accent-hover);
}

body.site .aw-site-footer__contacts {
    min-width: 0;
}

body.site .aw-site-footer__contact-list {
    display: grid;
    gap: 10px;
}

body.site .aw-site-footer .aw-site-footer__contact-link,
body.site .aw-site-footer .aw-site-footer__contact-link:link,
body.site .aw-site-footer .aw-site-footer__contact-link:visited,
body.site .aw-site-footer .aw-site-footer__contact-link--static {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #F2F3F5 !important;
    font-size: 14px;
    line-height: 1.9;
    text-decoration: none;
}

body.site .aw-site-footer__contact-link--static {
    cursor: default;
}

body.site .aw-site-footer__contact-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 4px;
    color: var(--aw-accent-hover);
}

body.site .aw-site-footer__contact-link:hover,
body.site .aw-site-footer__contact-link:focus-visible {
    color: #fff;
    text-decoration: none;
}

body.site .aw-site-footer__trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 0 clamp(28px, 3.2vw, 40px) clamp(26px, 2.6vw, 32px);
}

body.site .aw-site-footer__trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 80px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.03);
    color: inherit;
    text-decoration: none;
}

body.site .aw-site-footer__trust-item:hover,
body.site .aw-site-footer__trust-item:focus-visible {
    border-color: rgba(227, 113, 17, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.03));
    box-shadow: inset 0 0 0 1px rgba(227, 113, 17, 0.08), 0 16px 28px rgba(0, 0, 0, 0.22);
    text-decoration: none;
    transform: translateY(-1px);
}

body.site .aw-site-footer__trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(32, 35, 39, 0.78);
    color: var(--aw-accent-hover);
}

body.site .aw-site-footer__trust-text {
    color: #f2f3f5;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

body.site .aw-site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px 28px;
    padding: 22px clamp(28px, 3.2vw, 40px) 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.site .aw-site-footer__copyright,
body.site .aw-site-footer__legal a {
    color: var(--aw-text-muted);
    font-size: 12px;
    line-height: 1.7;
}

body.site .aw-site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 28px;
}

body.site .aw-site-footer__legal a {
    text-decoration: none;
}

body.site .aw-site-footer__legal a:hover,
body.site .aw-site-footer__legal a:focus-visible,
body.site .aw-site-footer__brand-link:hover .aw-site-footer__brand-title,
body.site .aw-site-footer__brand-link:focus-visible .aw-site-footer__brand-title {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1279.98px) {
    body.site .aw-site-footer__top {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }

    body.site .aw-site-footer__nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.site .aw-site-footer__brand-text {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    body.site .aw-site-footer {
        margin-top: 32px;
    }

    body.site .aw-site-footer__top,
    body.site .aw-site-footer__trust,
    body.site .aw-site-footer__bottom {
        padding-left: 24px;
        padding-right: 24px;
    }

    body.site .aw-site-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site .aw-site-footer__contacts {
        grid-column: 1 / -1;
    }

    body.site .aw-site-footer__trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.site .aw-site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    body.site .aw-site-footer__legal {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    body.site .aw-site-footer__shell {
        border-radius: 24px;
    }

    body.site .aw-site-footer__top {
        gap: 22px;
        padding: 24px 18px;
    }

    body.site .aw-site-footer__nav {
        grid-template-columns: minmax(0, 1fr);
        gap: 22px;
    }

    body.site .aw-site-footer__trust {
        grid-template-columns: minmax(0, 1fr);
        padding: 0 18px 20px;
    }

    body.site .aw-site-footer__bottom {
        padding: 18px 18px 24px;
    }

    body.site .aw-site-footer__brand-link {
        align-items: flex-start;
    }

    body.site .aw-site-footer__mark--logo {
        width: 88px;
        min-width: 88px;
        height: 44px;
    }

    body.site .aw-site-footer__brand-title {
        font-size: 22px;
    }

    body.site .aw-site-footer__brand-tagline {
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    body.site .aw-site-footer__brand-text,
    body.site .aw-site-footer__menu-link,
    body.site .aw-site-footer__contact-link,
    body.site .aw-site-footer__trust-text {
        font-size: 13px;
    }

    body.site .aw-site-footer__trust-item {
        min-height: 72px;
        padding: 14px 16px;
    }

    body.site .aw-site-footer__legal {


/* ==========================================================================
   Footer DJ-MegaMenu integration
   Position: footer-menu
   ========================================================================== */
body.site .aw-site-footer__nav--module {
    display: block;
}

body.site .aw-site-footer__nav--module .moduletable,
body.site .aw-site-footer__nav--module .dj-megamenu-wrapper {
    width: 100%;
}

body.site .aw-site-footer__nav--module .dj-megamenu-wrapper,
body.site .aw-site-footer__nav--module .dj-megamenu,
body.site .aw-site-footer__nav--module .dj-megamenu > li {
    overflow: visible;
}

body.site .aw-site-footer__nav--module .dj-megamenu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.site .aw-site-footer__nav--module .dj-megamenu > li {
    margin: 0;
}

body.site .aw-site-footer__nav--module .dj-megamenu > li > a.dj-up_a,
body.site .aw-site-footer__nav--module .dj-megamenu > li > a.dj-up_a:link,
body.site .aw-site-footer__nav--module .dj-megamenu > li > a.dj-up_a:visited {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 7px 14px;
    border: 1px solid rgba(227, 113, 17, 0.2);
    border-radius: 999px;
    background: rgba(227, 113, 17, 0.1);
    color: var(--aw-accent-hover);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    pointer-events: none;
}

body.site .aw-site-footer__nav--module .dj-megamenu > li > a.dj-up_a .name {
    color: inherit;
}

body.site .aw-site-footer__nav--module .dj-megamenu > li > a.dj-up_a .arrow,
body.site .aw-site-footer__nav--module .dj-megamenu > li > a.dj-up_a .dj-icon,
body.site .aw-site-footer__nav--module .dj-megamenu > li > a.dj-up_a .subtitle,
body.site .aw-site-footer__nav--module .dj-megamenu > li > a.dj-up_a .dj-badge,
body.site .aw-site-footer__nav--module .dj-megamenu > li > a.dj-up_a::after {
    display: none !important;
}

body.site .aw-site-footer__nav--module .dj-megamenu > li > .dj-subwrap {
    position: static !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    pointer-events: auto !important;
}

body.site .aw-site-footer__nav--module .dj-subwrap-in,
body.site .aw-site-footer__nav--module .dj-subcol {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.site .aw-site-footer__nav--module .dj-submenu {
    display: grid;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.site .aw-site-footer__nav--module .dj-submenu > li {
    margin: 0;
}

body.site .aw-site-footer__nav--module .dj-submenu > li > a,
body.site .aw-site-footer__nav--module .dj-submenu > li > a:link,
body.site .aw-site-footer__nav--module .dj-submenu > li > a:visited,
body.site .aw-site-footer__nav--module .dj-submenu > li > .dj-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    color: #F2F3F5 !important;
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.site .aw-site-footer__nav--module .dj-submenu > li > a .name,
body.site .aw-site-footer__nav--module .dj-submenu > li > .dj-more .name,
body.site .aw-site-footer__nav--module .dj-submenu > li > a .title,
body.site .aw-site-footer__nav--module .dj-submenu > li > .dj-more .title {
    color: inherit;
}

body.site .aw-site-footer__nav--module .dj-submenu > li > a .arrow,
body.site .aw-site-footer__nav--module .dj-submenu > li > .dj-more .arrow {
    width: 16px;
    height: 16px;
    color: #6f7680;
}

body.site .aw-site-footer__nav--module .dj-submenu > li:hover > a,
body.site .aw-site-footer__nav--module .dj-submenu > li > a:hover,
body.site .aw-site-footer__nav--module .dj-submenu > li > a:focus-visible,
body.site .aw-site-footer__nav--module .dj-submenu > li:hover > .dj-more,
body.site .aw-site-footer__nav--module .dj-submenu > li > .dj-more:hover,
body.site .aw-site-footer__nav--module .dj-submenu > li > .dj-more:focus-visible {
    color: #fff !important;
}

body.site .aw-site-footer__nav--module .dj-submenu > li:hover > a .arrow,
body.site .aw-site-footer__nav--module .dj-submenu > li > a:hover .arrow,
body.site .aw-site-footer__nav--module .dj-submenu > li > a:focus-visible .arrow,
body.site .aw-site-footer__nav--module .dj-submenu > li:hover > .dj-more .arrow,
body.site .aw-site-footer__nav--module .dj-submenu > li > .dj-more:hover .arrow,
body.site .aw-site-footer__nav--module .dj-submenu > li > .dj-more:focus-visible .arrow {
    color: var(--aw-accent-hover);
}

body.site .aw-site-footer__nav--module .dj-submenu .dj-subwrap {
    position: static !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    margin: 8px 0 0 12px !important;
    padding: 0 !important;
    transform: none !important;
    box-shadow: none !important;
}

body.site .aw-site-footer__nav--module .dj-submenu .dj-submenu {
    gap: 6px;
}

body.site .aw-site-footer__nav--module .dj-submenu .dj-submenu > li > a,
body.site .aw-site-footer__nav--module .dj-submenu .dj-submenu > li > .dj-more {
    min-height: 28px;
    color: var(--aw-text-secondary) !important;
    font-size: 13px;
}

@media (max-width: 1199.98px) {
    body.site .aw-site-footer__nav--module .dj-megamenu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.site .aw-site-footer__nav--module .dj-megamenu {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }
}
