
/* Elementor/XStore host reset.
 * The Theme Builder container keeps Elementor's default 10px padding unless it is
 * explicitly overridden. Because this shortcode owns the complete footer, remove
 * that wrapper spacing so no light strip can appear above or below it. */
.elementor-location-footer {
    background: #101014;
}
.elementor-location-footer > .e-con {
    --padding-top: 0px !important;
    --padding-right: 0px !important;
    --padding-bottom: 0px !important;
    --padding-left: 0px !important;
    --margin-top: 0px !important;
    --margin-right: 0px !important;
    --margin-bottom: 0px !important;
    --margin-left: 0px !important;
    --gap: 0px !important;
    --row-gap: 0px !important;
    --column-gap: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    background: #101014;
}
.elementor-location-footer .elementor-widget-shortcode:has(.stlf-footer),
.elementor-location-footer .elementor-widget-shortcode:has(.stlf-footer) > .elementor-widget-container,
.elementor-location-footer .elementor-shortcode:has(> .stlf-footer) {
    margin: 0 !important;
    padding: 0 !important;
}

.stlf-footer {
    --stlf-purple: #6241ed;
    --stlf-purple-2: #8a74ff;
    --stlf-bg: #101014;
    --stlf-panel: #17171d;
    --stlf-panel-2: #1d1d25;
    --stlf-border: rgba(255,255,255,.085);
    --stlf-text: #f5f5f7;
    --stlf-muted: #aaa8b4;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    color: var(--stlf-text);
    background:
        linear-gradient(180deg, #131318 0%, #101014 36%, #0c0c0f 100%);
    border-top: 1px solid var(--stlf-border);
    font-family: var(--e-global-typography-text-font-family, "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

.stlf-footer *, .stlf-footer *::before, .stlf-footer *::after { box-sizing: border-box; }
.stlf-footer a { color: inherit; text-decoration: none; }

.stlf-footer__glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}
.stlf-footer__glow--one {
    width: 560px;
    height: 340px;
    top: -220px;
    right: 7%;
    background: radial-gradient(circle, rgba(98,65,237,.26), transparent 69%);
}
.stlf-footer__glow--two {
    width: 340px;
    height: 280px;
    bottom: -190px;
    left: -70px;
    background: radial-gradient(circle, rgba(98,65,237,.11), transparent 72%);
}

.stlf-footer__inner {
    width: min(100% - 48px, 1440px);
    margin-inline: auto;
    padding: 54px 0 26px;
}

.stlf-footer__newsletter {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    align-items: center;
    gap: clamp(28px, 5vw, 80px);
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid rgba(130,106,255,.19);
    border-radius: 26px;
    background:
        radial-gradient(circle at 85% 20%, rgba(98,65,237,.17), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,.028), rgba(255,255,255,.012));
    box-shadow: 0 24px 80px rgba(0,0,0,.20);
}

/* Reach's embed contains its own heading/content, so this variant must not keep
 * the legacy two-column newsletter grid. Keep the entire hosted form centered
 * and give it enough horizontal room without making it span the full footer. */
.stlf-footer__newsletter--reach {
    display: block;
    padding: clamp(28px, 3.6vw, 44px);
}

.stlf-footer__newsletter--reach .stlf-footer__newsletter-form {
    width: min(100%, 940px);
    margin-inline: auto;
}

.stlf-footer__reach-embed {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 auto;
}

.stlf-footer__reach-embed > iframe {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
}

.stlf-footer__eyebrow,
.stlf-footer__brand-kicker {
    display: block;
    color: #9e8dff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
}

.stlf-footer__newsletter h2 {
    margin: 8px 0 10px;
    color: #fff;
    font-size: clamp(29px, 3.4vw, 44px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.stlf-footer__newsletter-copy p {
    max-width: 600px;
    margin: 0;
    color: var(--stlf-muted);
    font-size: 14px;
    line-height: 1.75;
}

.stlf-footer__newsletter-form small {
    display: block;
    margin-top: 10px;
    color: #7f7d89;
    font-size: 11px;
}

/* Hostinger Reach native form styling inside the STL Forge footer. */
.stlf-footer .hostinger-reach-block-subscription-form-wrapper,
.stlf-footer .hostinger-reach-block-subscription-form { width: 100%; }

.stlf-footer .hostinger-reach-block-form-fields,
.stlf-footer .hostinger-reach-block-form-fields--inline {
    display: flex !important;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
}

.stlf-footer .hostinger-reach-block-form-field {
    flex: 1 1 auto;
    min-width: 0;
}

.stlf-footer .hostinger-reach-block-form-field label {
    display: block;
    margin: 0 0 7px;
    color: #b8b6c1;
    font-size: 11px;
    font-weight: 600;
}

.stlf-footer .hostinger-reach-block-form-field input[type="email"],
.stlf-footer .hostinger-reach-block-form-field input[type="text"] {
    width: 100%;
    min-height: 52px;
    padding: 0 17px;
    color: #fff !important;
    background: rgba(7,7,10,.65) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 14px !important;
    outline: 0;
    box-shadow: none !important;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.stlf-footer .hostinger-reach-block-form-field input:focus {
    border-color: rgba(127,99,255,.80) !important;
    background: rgba(12,12,17,.92) !important;
    box-shadow: 0 0 0 4px rgba(98,65,237,.13) !important;
}

.stlf-footer .hostinger-reach-block-submit,
.stlf-footer .hostinger-reach-block-subscription-form button[type="submit"] {
    flex: 0 0 auto;
    min-height: 52px !important;
    padding: 0 22px !important;
    border: 1px solid #6241ed !important;
    border-radius: 14px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #6241ed, #7659f3) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .04em;
    box-shadow: 0 10px 30px rgba(98,65,237,.22) !important;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.stlf-footer .hostinger-reach-block-submit:hover,
.stlf-footer .hostinger-reach-block-subscription-form button[type="submit"]:hover {
    transform: translateY(-1px);
    filter: brightness(1.07);
    box-shadow: 0 14px 36px rgba(98,65,237,.30) !important;
}

.stlf-footer__form-pending {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 14px 16px;
    border: 1px dashed rgba(157,140,255,.35);
    border-radius: 14px;
    color: #c9c3eb;
    background: rgba(98,65,237,.08);
    font-size: 12px;
}
.stlf-footer__form-pending span { color: #8f8b9b; }

.stlf-footer__divider {
    width: 100%;
    height: 1px;
    margin: 46px 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.085) 12%, rgba(255,255,255,.085) 88%, transparent);
}
.stlf-footer__divider--bottom { margin: 44px 0 22px; }

.stlf-footer__grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(160px, .75fr));
    gap: clamp(30px, 4vw, 70px);
    align-items: start;
}

.stlf-footer__brand-logo {
    display: inline-flex;
    align-items: center;
    width: min(268px, 100%);
    margin-bottom: 20px;
    line-height: 0;
}
.stlf-footer__brand-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 78px;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 10px 28px rgba(0,0,0,.18));
}

.stlf-footer__brand-kicker { margin-bottom: 10px; font-size: 9px; color: #777483; }
.stlf-footer__brand > p { max-width: 400px; margin: 0 0 18px; color: var(--stlf-muted); font-size: 13px; line-height: 1.75; }

.stlf-footer__email {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #d6d4dc !important;
    font-size: 12px;
    transition: color .2s ease;
}
.stlf-footer__email:hover { color: #fff !important; }
.stlf-footer__email svg { width: 17px; height: 17px; fill:none; stroke:currentColor; stroke-width:1.5; }

.stlf-footer__socials { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.stlf-footer__social {
    display:grid;
    place-items:center;
    width:36px;
    height:36px;
    border:1px solid var(--stlf-border);
    border-radius:11px;
    color:#8e8b98 !important;
    background:rgba(255,255,255,.018);
    transition:transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease;
}
.stlf-footer__social:hover {
    transform:translateY(-2px);
    color:#fff !important;
    border-color:rgba(129,102,255,.45);
    background:rgba(98,65,237,.11);
}
.stlf-footer__social svg { width:17px; height:17px; fill:none; stroke:currentColor; stroke-width:1.45; stroke-linecap:round; stroke-linejoin:round; }
.stlf-footer__social svg .fill { fill:currentColor; stroke:none; }

.stlf-footer__nav h3 {
    margin: 3px 0 18px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
}

.stlf-footer__links { margin:0 !important; padding:0 !important; list-style:none !important; }
.stlf-footer__links li { margin:0 0 10px !important; padding:0 !important; }
.stlf-footer__links a {
    position: relative;
    display: inline-block;
    color: #9895a1 !important;
    font-size: 12px;
    line-height: 1.5;
    transition: color .2s ease, transform .2s ease;
}
.stlf-footer__links a:hover { color:#fff !important; transform:translateX(3px); }

.stlf-footer__support-wrap { min-width:0; }
.stlf-footer__feature {
    position:relative;
    display:flex;
    flex-direction:column;
    gap:5px;
    margin-top:24px;
    padding:16px 38px 16px 16px;
    border:1px solid rgba(122,94,255,.18);
    border-radius:15px;
    background:linear-gradient(135deg, rgba(98,65,237,.095), rgba(255,255,255,.018));
    transition:border-color .2s ease, transform .2s ease, background .2s ease;
}
.stlf-footer__feature:hover { transform:translateY(-2px); border-color:rgba(122,94,255,.38); background:linear-gradient(135deg, rgba(98,65,237,.14), rgba(255,255,255,.025)); }
.stlf-footer__feature > span { color:#8b7ae4; font-size:8px; font-weight:700; letter-spacing:.14em; }
.stlf-footer__feature > strong { color:#fff; font-size:13px; }
.stlf-footer__feature > small { color:#85828f; font-size:10px; line-height:1.5; }
.stlf-footer__feature > b { position:absolute; right:14px; top:50%; transform:translateY(-50%); color:#8e78ff; font-size:17px; }

.stlf-footer__bottom { display:flex; justify-content:space-between; align-items:center; gap:24px; }
.stlf-footer__bottom p { margin:0; color:#777581; font-size:10px; line-height:1.6; }
.stlf-footer__bottom p span { color:#5e5c66; }
.stlf-footer__bottom-links { display:flex; gap:16px; }
.stlf-footer__bottom-links a { color:#777581 !important; font-size:10px; transition:color .2s ease; }
.stlf-footer__bottom-links a:hover { color:#fff !important; }

@media (max-width: 1100px) {
    .stlf-footer__newsletter { grid-template-columns: 1fr; }
    .stlf-footer__grid { grid-template-columns: 1.35fr repeat(2, 1fr); }
    .stlf-footer__support-wrap { grid-column: 2 / 4; display:grid; grid-template-columns:1fr 1.25fr; gap:30px; align-items:start; }
    .stlf-footer__feature { margin-top:0; }
}

@media (max-width: 760px) {
    .stlf-footer__inner { width:min(100% - 30px, 1440px); padding-top:30px; }
    .stlf-footer__newsletter { padding:24px 20px; border-radius:20px; }
    .stlf-footer .hostinger-reach-block-form-fields,
    .stlf-footer .hostinger-reach-block-form-fields--inline { flex-direction:column; align-items:stretch; }
    .stlf-footer .hostinger-reach-block-submit,
    .stlf-footer .hostinger-reach-block-subscription-form button[type="submit"] { width:100%; }
    .stlf-footer__divider { margin:34px 0; }
    .stlf-footer__grid { grid-template-columns:1fr 1fr; gap:34px 26px; }
    .stlf-footer__brand { grid-column:1 / -1; }
    .stlf-footer__brand-logo { width: min(238px, 82vw); }
    .stlf-footer__support-wrap { grid-column:1 / -1; display:grid; grid-template-columns:1fr 1fr; gap:26px; }
    .stlf-footer__bottom { flex-direction:column; align-items:flex-start; gap:10px; }
}

@media (max-width: 480px) {
    .stlf-footer__grid { grid-template-columns:1fr; }
    .stlf-footer__support-wrap { grid-template-columns:1fr; }
    .stlf-footer__newsletter h2 { font-size:31px; }
    .stlf-footer__bottom-links { flex-wrap:wrap; }
}

@media (prefers-reduced-motion: reduce) {
    .stlf-footer *, .stlf-footer *::before, .stlf-footer *::after { transition:none !important; scroll-behavior:auto !important; }
}


/* v0.1.7 — Unified Forge Dispatch.
 * One shared surface, two content zones. The Reach embed remains untouched as
 * the submission engine, but the layout no longer visually splits into two
 * differently colored panels or gives the form more space than it can use. */
.stlf-footer .stlf-footer__newsletter.stlf-footer__newsletter--reach,
.stlf-footer .stlf-footer__newsletter {
    position: relative !important;
    isolation: isolate;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 460px) !important;
    align-items: center !important;
    gap: clamp(34px, 4.2vw, 64px) !important;
    width: min(100%, 1280px) !important;
    margin-inline: auto !important;
    padding: clamp(36px, 4.4vw, 60px) !important;
    overflow: hidden;
    border: 1px solid rgba(139,108,255,.20);
    border-radius: 26px;
    background:
        radial-gradient(circle at 10% 18%, rgba(98,65,237,.18), transparent 33%),
        radial-gradient(circle at 91% 10%, rgba(139,108,255,.10), transparent 28%),
        linear-gradient(135deg, #17171d 0%, #141419 52%, #141419 100%);
    box-shadow: 0 30px 86px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.035);
}

.stlf-footer__newsletter::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    opacity: .15;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.52) 37%, transparent 68%);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.52) 37%, transparent 68%);
}

.stlf-footer__newsletter::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 360px;
    height: 360px;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(98,65,237,.10), transparent 68%);
    filter: blur(8px);
}

.stlf-footer__newsletter-story,
.stlf-footer__newsletter-panel {
    position: relative;
    z-index: 1;
    min-width: 0;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.stlf-footer__newsletter-story {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 680px;
}

.stlf-footer__newsletter-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-bottom: 18px;
    color: #aa9cff;
    font-size: 10px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: .18em;
}

.stlf-footer__newsletter-kicker i {
    width: 17px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, #6241ed, #a18fff);
    box-shadow: 0 0 14px rgba(98,65,237,.48);
}

.stlf-footer__newsletter-story h2 {
    max-width: 13ch;
    margin: 0 0 15px !important;
    color: #fff !important;
    font-size: clamp(31px, 2.65vw, 44px) !important;
    font-weight: 720 !important;
    line-height: 1.01 !important;
    letter-spacing: -.04em !important;
    text-wrap: balance;
}

.stlf-footer__newsletter-story > p {
    max-width: 600px;
    margin: 0;
    color: #aaa7b4;
    font-size: 13px;
    line-height: 1.72;
}

.stlf-footer__newsletter-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.stlf-footer__newsletter-signals span {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 0 10px;
    border: 1px solid rgba(139,108,255,.20);
    border-radius: 999px;
    color: #aaa4c0;
    background: rgba(98,65,237,.055);
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .10em;
}

.stlf-footer__newsletter-trust {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: #807c8a;
    font-size: 10px;
}

.stlf-footer__newsletter-trust i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6241ed;
    box-shadow: 0 0 0 4px rgba(98,65,237,.10), 0 0 13px rgba(98,65,237,.32);
}

.stlf-footer__newsletter-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 460px;
    justify-self: end;
}

.stlf-footer .stlf-footer__newsletter--reach > .stlf-footer__newsletter-form,
.stlf-footer .stlf-footer__newsletter--reach .stlf-footer__newsletter-form,
.stlf-footer__newsletter-form {
    display: block !important;
    width: 100% !important;
    max-width: 460px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.stlf-footer .stlf-footer__newsletter--reach .stlf-footer__reach-embed,
.stlf-footer__reach-embed {
    display: block !important;
    width: 100% !important;
    max-width: 460px !important;
    min-width: 0 !important;
    min-height: 250px;
    margin: 0 !important;
    padding: 0 !important;
}

.stlf-footer .stlf-footer__newsletter--reach .stlf-footer__reach-embed > iframe,
.stlf-footer .stlf-footer__newsletter--reach .stlf-footer__reach-embed > div,
.stlf-footer .stlf-footer__newsletter--reach .stlf-footer__reach-embed > form {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

@media (max-width: 1080px) {
    .stlf-footer .stlf-footer__newsletter.stlf-footer__newsletter--reach,
    .stlf-footer .stlf-footer__newsletter {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        width: min(100%, 920px) !important;
        padding: clamp(32px, 5vw, 48px) !important;
    }

    .stlf-footer__newsletter-story {
        max-width: 720px;
    }

    .stlf-footer__newsletter-story h2 {
        max-width: 15ch;
    }

    .stlf-footer__newsletter-panel,
    .stlf-footer .stlf-footer__newsletter--reach > .stlf-footer__newsletter-form,
    .stlf-footer .stlf-footer__newsletter--reach .stlf-footer__newsletter-form,
    .stlf-footer .stlf-footer__newsletter--reach .stlf-footer__reach-embed {
        justify-self: start;
        width: 100% !important;
        max-width: 620px !important;
    }

    .stlf-footer__newsletter::before {
        mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.42) 36%, transparent 66%);
        -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.42) 36%, transparent 66%);
    }
}

@media (max-width: 760px) {
    .stlf-footer .stlf-footer__newsletter.stlf-footer__newsletter--reach,
    .stlf-footer .stlf-footer__newsletter {
        width: 100% !important;
        gap: 26px !important;
        padding: 27px 22px !important;
        border-radius: 20px;
    }

    .stlf-footer__newsletter-story h2 {
        max-width: none;
        font-size: clamp(28px, 9vw, 37px) !important;
    }

    .stlf-footer__newsletter-signals {
        margin-top: 20px;
    }

    .stlf-footer__newsletter-panel,
    .stlf-footer .stlf-footer__newsletter--reach > .stlf-footer__newsletter-form,
    .stlf-footer .stlf-footer__newsletter--reach .stlf-footer__newsletter-form,
    .stlf-footer .stlf-footer__newsletter--reach .stlf-footer__reach-embed {
        max-width: 100% !important;
    }

    .stlf-footer .stlf-footer__newsletter--reach .stlf-footer__reach-embed {
        min-height: 280px;
    }
}

@media (max-width: 480px) {
    .stlf-footer .stlf-footer__newsletter.stlf-footer__newsletter--reach,
    .stlf-footer .stlf-footer__newsletter {
        padding: 24px 18px !important;
    }

    .stlf-footer__newsletter-signals span {
        font-size: 7.5px;
    }
}

/* Global anchor target used by Forge Drops and other Dispatch CTAs. */
#forge-dispatch{scroll-margin-top:96px}
