/* =========================================================
   DWALLNET ULTRA MODERN FOOTER
   ========================================================= */

.dw-footer {

    position: relative;

    overflow: hidden;

    margin-top: 0;

    background:
        radial-gradient(
            circle at 15% 10%,
            rgba(37, 99, 235, 0.16),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 75%,
            rgba(124, 58, 237, 0.13),
            transparent 32%
        ),
        #050914;

    color: #f8fafc;

    border-top:
        1px solid
        rgba(255,255,255,0.08);

}


/* =========================================================
   BACKGROUND GRID
   ========================================================= */

.dw-footer-grid {

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: 0.25;

    background-image:
        linear-gradient(
            rgba(255,255,255,0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.035) 1px,
            transparent 1px
        );

    background-size:
        60px 60px;

    mask-image:
        linear-gradient(
            to bottom,
            black,
            transparent
        );

}


/* =========================================================
   GLOW EFFECTS
   ========================================================= */

.dw-footer-glow {

    position: absolute;

    width: 420px;

    height: 420px;

    border-radius: 50%;

    filter: blur(100px);

    pointer-events: none;

    opacity: 0.12;

}


.dw-footer-glow-one {

    top: -220px;

    left: -150px;

    background: #2563eb;

}


.dw-footer-glow-two {

    bottom: -240px;

    right: -150px;

    background: #7c3aed;

}


/* =========================================================
   CONTAINER
   ========================================================= */

.dw-footer-container {

    position: relative;

    z-index: 2;

    width: min(
        1200px,
        calc(100% - 40px)
    );

    margin: auto;

}


/* =========================================================
   HERO
   ========================================================= */

.dw-footer-hero {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 60px;

    padding:
        100px 0
        70px;

    border-bottom:
        1px solid
        rgba(255,255,255,0.08);

}


.dw-footer-brand {

    max-width: 720px;

}


.dw-footer-logo {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    text-decoration: none;

    color: #ffffff;

    margin-bottom: 22px;

}


.dw-footer-logo img {

    max-height: 46px;

    width: auto;

}


.dw-footer-logo-mark {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 46px;

    height: 46px;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #7c3aed
        );

    font-weight: 800;

    font-size: 15px;

}


.dw-footer-logo-text {

    font-size: 18px;

    font-weight: 800;

    letter-spacing: 0.12em;

}


.dw-footer-eyebrow {

    display: block;

    margin-bottom: 20px;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 0.18em;

    text-transform: uppercase;

    color: #60a5fa;

}


.dw-footer-brand h2 {

    margin: 0;

    font-size: clamp(
        48px,
        7vw,
        88px
    );

    line-height: 0.95;

    letter-spacing: -0.055em;

    font-weight: 800;

}


.dw-footer-brand h2 span {

    background:
        linear-gradient(
            90deg,
            #60a5fa,
            #a78bfa
        );

    -webkit-background-clip: text;

    background-clip: text;

    color: transparent;

}


.dw-footer-brand p {

    max-width: 620px;

    margin: 28px 0 0;

    color: #94a3b8;

    font-size: 16px;

    line-height: 1.8;

}


/* =========================================================
   CTA
   ========================================================= */

.dw-footer-cta {

    min-width: 250px;

}


.dw-footer-cta-label {

    display: block;

    margin-bottom: 14px;

    color: #94a3b8;

    font-size: 13px;

}


.dw-footer-cta-button {

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 28px;

    min-width: 230px;

    padding: 16px 20px;

    border:
        1px solid
        rgba(255,255,255,0.12);

    border-radius: 14px;

    background:
        rgba(255,255,255,0.05);

    backdrop-filter: blur(12px);

    color: #ffffff;

    text-decoration: none;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease;

}


.dw-footer-cta-button span {

    font-size: 20px;

    transition:
        transform .25s ease;

}


.dw-footer-cta-button:hover {

    transform:
        translateY(-4px);

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #7c3aed
        );

    border-color:
        transparent;

}


.dw-footer-cta-button:hover span {

    transform:
        translateX(5px);

}


/* =========================================================
   NAVIGATION
   ========================================================= */

.dw-footer-navigation {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 50px;

    padding:
        70px 0;

    border-bottom:
        1px solid
        rgba(255,255,255,0.08);

}


.dw-footer-column h3 {

    margin:
        0 0 22px;

    font-size: 12px;

    letter-spacing: 0.14em;

    text-transform: uppercase;

    color: #ffffff;

}


.dw-footer-column ul {

    list-style: none;

    padding: 0;

    margin: 0;

}


.dw-footer-column li {

    margin-bottom: 12px;

}


.dw-footer-column a {

    color: #94a3b8;

    text-decoration: none;

    font-size: 14px;

    transition:
        color .2s ease,
        transform .2s ease;

}


.dw-footer-column li a:hover {

    color: #ffffff;

}


.dw-footer-contact p {

    margin: 0;

    max-width: 250px;

    color: #94a3b8;

    font-size: 14px;

    line-height: 1.7;

}


/* =========================================================
   SOCIAL
   ========================================================= */

.dw-footer-socials {

    display: flex;

    gap: 10px;

    margin-top: 24px;

}


.dw-footer-socials a {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 40px;

    height: 40px;

    border:
        1px solid
        rgba(255,255,255,0.1);

    border-radius: 10px;

    background:
        rgba(255,255,255,0.04);

    color: #cbd5e1;

    font-size: 13px;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease;

}


.dw-footer-socials a:hover {

    transform:
        translateY(-4px);

    background:
        #2563eb;

    color: #ffffff;

}


/* =========================================================
   NEWSLETTER
   ========================================================= */

.dw-footer-newsletter {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;

    padding:
        55px 0;

    border-bottom:
        1px solid
        rgba(255,255,255,0.08);

}


.dw-footer-newsletter-content {

    max-width: 570px;

}


.dw-footer-newsletter-content > span {

    display: block;

    margin-bottom: 12px;

    color: #60a5fa;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 0.16em;

}


.dw-footer-newsletter-content h3 {

    margin: 0;

    font-size: 25px;

    line-height: 1.35;

    color: #f8fafc;

}


.dw-footer-newsletter-form {

    display: flex;

    width: min(
        480px,
        100%
    );

    padding: 5px;

    border:
        1px solid
        rgba(255,255,255,0.1);

    border-radius: 14px;

    background:
        rgba(255,255,255,0.05);

}


.dw-footer-newsletter-form input {

    min-width: 0;

    flex: 1;

    border: 0;

    outline: 0;

    padding:
        13px 15px;

    background:
        transparent;

    color: #ffffff;

    font-size: 14px;

}


.dw-footer-newsletter-form input::placeholder {

    color: #64748b;

}


.dw-footer-newsletter-form button {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding:
        12px 18px;

    border: 0;

    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            #2563eb,
            #7c3aed
        );

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

    cursor: pointer;

    transition:
        transform .2s ease;

}


.dw-footer-newsletter-form button:hover {

    transform:
        translateY(-2px);

}


.dw-footer-newsletter-form button span {

    font-size: 17px;

}


/* =========================================================
   BOTTOM
   ========================================================= */

.dw-footer-bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding:
        28px 0;

}


.dw-footer-copyright {

    color: #64748b;

    font-size: 12px;

}


.dw-footer-legal {

    display: flex;

    gap: 22px;

}


.dw-footer-legal a {

    color: #64748b;

    text-decoration: none;

    font-size: 12px;

    transition:
        color .2s ease;

}


.dw-footer-legal a:hover {

    color: #ffffff;

}


/* =========================================================
   WATERMARK
   ========================================================= */

.dw-footer-watermark {

    margin-top: 20px;

    text-align: center;

    font-size: clamp(
        80px,
        18vw,
        220px
    );

    line-height: 0.75;

    font-weight: 900;

    letter-spacing: -0.08em;

    color:
        rgba(255,255,255,0.025);

    user-select: none;

    pointer-events: none;

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.dw-footer a:focus-visible,
.dw-footer button:focus-visible,
.dw-footer input:focus-visible {

    outline:
        2px solid
        #60a5fa;

    outline-offset: 3px;

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .dw-footer-hero {

        flex-direction: column;

        align-items: flex-start;

        gap: 40px;

    }


    .dw-footer-navigation {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .dw-footer-newsletter {

        flex-direction: column;

        align-items: flex-start;

    }


    .dw-footer-newsletter-form {

        width: 100%;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .dw-footer-container {

        width:
            min(
                100% - 28px,
                1200px
            );

    }


    .dw-footer-hero {

        padding:
            70px 0
            50px;

    }


    .dw-footer-brand h2 {

        font-size:
            clamp(
                44px,
                16vw,
                68px
            );

    }


    .dw-footer-brand p {

        font-size: 14px;

    }


    .dw-footer-navigation {

        grid-template-columns: 1fr;

        gap: 35px;

        padding:
            50px 0;

    }


    .dw-footer-newsletter {

        padding:
            45px 0;

    }


    .dw-footer-newsletter-content h3 {

        font-size: 21px;

    }


    .dw-footer-newsletter-form {

        flex-direction: column;

        padding: 8px;

        background:
            rgba(255,255,255,0.04);

    }


    .dw-footer-newsletter-form input {

        width: 100%;

        padding:
            14px 12px;

    }


    .dw-footer-newsletter-form button {

        width: 100%;

        justify-content: center;

    }


    .dw-footer-bottom {

        flex-direction: column;

        align-items: flex-start;

        padding:
            25px 0;

    }


    .dw-footer-legal {

        flex-wrap: wrap;

        gap: 12px 18px;

    }


    .dw-footer-watermark {

        font-size:
            22vw;

    }

}