.at-footer-engine {
    --at-footer-bg: #020711;
    --at-footer-panel: #071421;
    --at-footer-panel-strong: #0a1928;
    --at-footer-line: rgba(29, 215, 200, .24);
    --at-footer-line-soft: rgba(139, 172, 190, .16);
    --at-footer-accent: #19d7c5;
    --at-footer-accent-light: #66f0df;
    --at-footer-heading: #f5f9fc;
    --at-footer-text: #b2c2cf;
    --at-footer-muted: #7f95a5;
    position: relative;
    isolation: isolate;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    overflow: hidden;
    color: var(--at-footer-text);
    background: var(--at-footer-bg);
    border-top: 1px solid rgba(29, 215, 200, .28);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 0;
}

.at-footer-engine *,
.at-footer-engine *::before,
.at-footer-engine *::after { box-sizing: border-box; }
.at-footer-engine::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    pointer-events: none;
    opacity: .22;
    background-image: linear-gradient(rgba(29, 215, 200, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(29, 215, 200, .04) 1px, transparent 1px);
    background-size: 80px 80px;
}
.at-footer-engine a { color: inherit; text-decoration: none; }
.at-footer-engine svg { display: block; width: 20px; height: 20px; flex: 0 0 auto; }
.at-footer-engine h2,
.at-footer-engine p { margin-top: 0; }
.at-footer-engine--shortcode {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: translateX(-50%);
}
.at-footer-shell { width: min(calc(100% - 48px), var(--at-footer-max-width)); margin: 0 auto; padding: 56px 0 24px; }
.at-footer-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.at-footer-kicker { display: block; margin-bottom: 10px; color: var(--at-footer-accent); font-size: 12px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }

.at-footer-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
    gap: 36px;
    min-height: 310px;
    padding: 44px 48px;
    overflow: hidden;
    border: 1px solid var(--at-footer-line);
    border-radius: 8px;
    background: rgba(7, 20, 33, .94);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .035);
}
.at-footer-cta__copy { align-self: center; max-width: 790px; }
.at-footer-cta h2 { max-width: 760px; margin-bottom: 14px; color: var(--at-footer-heading); font-size: clamp(34px, 4vw, 60px); line-height: 1.03; font-weight: 760; letter-spacing: 0; overflow-wrap: anywhere; }
.at-footer-cta p { max-width: 720px; margin-bottom: 26px; color: #b9cbd6; font-size: 18px; line-height: 1.65; }
.at-footer-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.at-footer-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 10px 16px; border: 1px solid rgba(70, 232, 218, .34); border-radius: 6px; color: #e9f8f6 !important; background: rgba(4, 13, 23, .64); font-size: 14px; font-weight: 750; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
.at-footer-button--primary { border-color: var(--at-footer-accent); color: #001513 !important; background: var(--at-footer-accent); }
.at-footer-button:hover { transform: translateY(-2px); border-color: var(--at-footer-accent-light); background: #0d2631; }
.at-footer-button--primary:hover { color: #001513 !important; background: var(--at-footer-accent-light); }

.at-footer-signal { position: relative; min-height: 218px; align-self: stretch; overflow: hidden; border-left: 1px solid rgba(29, 215, 200, .18); }
.at-footer-signal::before,
.at-footer-signal::after { position: absolute; content: ""; pointer-events: none; }
.at-footer-signal::before { inset: 0; background-image: linear-gradient(rgba(29, 215, 200, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(29, 215, 200, .08) 1px, transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(90deg, transparent, #000 25%); }
.at-footer-signal::after { top: 50%; right: 12%; width: 130px; height: 1px; background: var(--at-footer-accent); box-shadow: 0 0 20px var(--at-footer-accent); }
.at-footer-signal__axis { position: absolute; top: 50%; left: 18%; right: 12%; height: 1px; background: rgba(29, 215, 200, .3); }
.at-footer-signal__pulse { position: absolute; top: calc(50% - 52px); width: 52px; height: 104px; border: solid var(--at-footer-accent); border-width: 0 2px; transform: skewX(-18deg); opacity: .72; }
.at-footer-signal__pulse--one { left: 28%; }
.at-footer-signal__pulse--two { left: 48%; height: 150px; top: calc(50% - 75px); opacity: .42; }
.at-footer-signal__pulse--three { left: 68%; height: 76px; top: calc(50% - 38px); opacity: .28; }
.at-footer-signal strong { position: absolute; right: 10%; top: 18%; color: var(--at-footer-heading); font-size: 58px; line-height: 1; }
.at-footer-signal small { position: absolute; right: 10%; bottom: 16%; color: var(--at-footer-accent); font-size: 11px; font-weight: 800; text-transform: uppercase; }

.at-footer-trust-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 16px 0 44px; border: 1px solid var(--at-footer-line-soft); border-radius: 8px; background: rgba(5, 14, 24, .88); }
.at-footer-trust-strip article { display: flex; min-width: 0; gap: 13px; padding: 20px; border-right: 1px solid var(--at-footer-line-soft); }
.at-footer-trust-strip article:last-child { border-right: 0; }
.at-footer-trust-strip article > span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border: 1px solid var(--at-footer-line); border-radius: 6px; color: var(--at-footer-accent); background: #061822; }
.at-footer-trust-strip h2 { margin: 0 0 3px; color: var(--at-footer-heading); font-size: 14px; line-height: 1.3; font-weight: 750; }
.at-footer-trust-strip p { margin: 0; color: var(--at-footer-muted); font-size: 12px; line-height: 1.45; }

.at-footer-main { display: grid; grid-template-columns: minmax(240px, .75fr) minmax(390px, 1.25fr); gap: 28px 52px; align-items: start; padding-bottom: 40px; }
.at-footer-brand { max-width: 350px; }
.at-footer-logo { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; color: var(--at-footer-heading) !important; font-size: 20px; font-weight: 850; }
.at-footer-logo img { display: block; width: auto; max-width: 210px; height: 42px; object-fit: contain; object-position: left center; }
.at-footer-logo > span { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--at-footer-line); border-radius: 50%; color: var(--at-footer-accent); background: #061922; }
.at-footer-brand > p { margin: 18px 0; color: var(--at-footer-text); font-size: 14px; line-height: 1.75; }
.at-footer-founder { display: inline-flex; align-items: center; gap: 8px; color: #dbe8ed; font-size: 12px; font-weight: 700; }
.at-footer-founder svg { width: 18px; color: var(--at-footer-accent); }

.at-footer-newsletter { padding: 26px; border: 1px solid var(--at-footer-line); border-radius: 8px; background: var(--at-footer-panel-strong); box-shadow: inset 0 1px rgba(255, 255, 255, .035); }
.at-footer-newsletter h2 { margin-bottom: 8px; color: var(--at-footer-heading); font-size: 24px; line-height: 1.2; letter-spacing: 0; }
.at-footer-newsletter > p { max-width: 620px; margin-bottom: 18px; color: var(--at-footer-text); font-size: 13px; }
.at-footer-newsletter__field { display: grid; grid-template-columns: minmax(180px, 1fr) auto; gap: 8px; }
.at-footer-newsletter input[type=email] { min-width: 0; height: 48px; margin: 0; padding: 0 14px; border: 1px solid rgba(139, 172, 190, .32); border-radius: 5px; outline: 0; color: var(--at-footer-heading); background: #020a13; font: inherit; }
.at-footer-newsletter input::placeholder { color: #708797; opacity: 1; }
.at-footer-newsletter button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 0 16px; border: 1px solid var(--at-footer-accent); border-radius: 5px; color: #001513; background: var(--at-footer-accent); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.at-footer-newsletter button:hover { background: var(--at-footer-accent-light); }
.at-footer-newsletter small { display: block; margin-top: 9px; color: var(--at-footer-muted); font-size: 11px; }
.at-footer-newsletter__message { min-height: 0; margin-top: 8px; font-size: 12px; }
.at-footer-newsletter__message .is-success { color: #76e6b0; }
.at-footer-newsletter__message .is-error { color: #ff8e9c; }
.at-footer-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.at-footer-map { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px; padding-top: 34px; border-top: 1px solid var(--at-footer-line-soft); }
.at-footer-column { min-width: 0; }
.at-footer-column > summary { display: flex; min-height: 44px; align-items: center; justify-content: space-between; margin: 0 0 9px; color: var(--at-footer-heading); font-size: 14px; font-weight: 800; list-style: none; cursor: default; }
.at-footer-column > summary::-webkit-details-marker { display: none; }
.at-footer-column > summary svg { display: none; width: 18px; color: var(--at-footer-accent); }
.at-footer-column > ul { display: block; margin: 0; padding: 0; list-style: none; }
.at-footer-column li { margin: 0; padding: 0; }
.at-footer-column a { display: inline-flex; min-height: 34px; align-items: center; color: var(--at-footer-muted); font-size: 13px; line-height: 1.35; transition: color .16s ease, transform .16s ease; }
.at-footer-column a:hover { color: var(--at-footer-accent-light); transform: translateX(3px); }
.at-footer-column--policies { display: none; }

.at-footer-trending { display: flex; min-height: 78px; align-items: center; gap: 24px; padding: 16px 0; border-top: 1px solid var(--at-footer-line-soft); }
.at-footer-trending > strong { flex: 0 0 auto; color: var(--at-footer-heading); font-size: 12px; text-transform: uppercase; }
.at-footer-trending > div { display: flex; flex-wrap: wrap; gap: 8px; }
.at-footer-trending a { display: inline-flex; min-height: 38px; align-items: center; padding: 7px 12px; border: 1px solid rgba(139, 172, 190, .22); border-radius: 999px; color: #aac0cd; background: #06111d; font-size: 12px; font-weight: 700; }
.at-footer-trending a:hover { border-color: var(--at-footer-accent); color: var(--at-footer-accent-light); }

.at-footer-bottom { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 20px; align-items: center; min-height: 86px; padding-top: 18px; border-top: 1px solid var(--at-footer-line-soft); color: #718797; font-size: 11px; }
.at-footer-bottom__identity { display: flex; flex-direction: column; gap: 2px; white-space: nowrap; }
.at-footer-bottom__legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 15px; }
.at-footer-bottom__legal a { min-height: 30px; display: inline-flex; align-items: center; }
.at-footer-bottom__legal a:hover { color: var(--at-footer-accent-light); }
.at-footer-socials { display: flex; gap: 8px; }
.at-footer-socials a { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(139, 172, 190, .24); border-radius: 6px; color: #adc3cf; background: #06111d; }
.at-footer-socials a:hover { border-color: var(--at-footer-accent); color: var(--at-footer-accent); background: #082029; }

.at-footer-engine a:focus-visible,
.at-footer-engine button:focus-visible,
.at-footer-engine input:focus-visible,
.at-footer-engine summary:focus-visible { outline: 3px solid #f4d35e; outline-offset: 3px; }

@media (max-width: 1100px) {
    .at-footer-cta { grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); padding: 38px; }
    .at-footer-trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .at-footer-trust-strip article:nth-child(2) { border-right: 0; }
    .at-footer-trust-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--at-footer-line-soft); }
    .at-footer-main { grid-template-columns: minmax(220px, .7fr) minmax(360px, 1.3fr); gap: 24px 34px; }
    .at-footer-map { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .at-footer-map .at-footer-column:first-child { grid-column: span 4; }
    .at-footer-map .at-footer-column:first-child ul { display: flex; flex-wrap: wrap; gap: 0 22px; }
    .at-footer-bottom { grid-template-columns: auto 1fr; }
    .at-footer-socials { grid-column: 2; justify-self: end; }
}

@media (max-width: 780px) {
    .at-footer-shell { width: min(calc(100% - 32px), var(--at-footer-max-width)); padding-top: 32px; }
    .at-footer-cta { grid-template-columns: 1fr; min-height: 0; gap: 24px; padding: 28px 24px; }
    .at-footer-cta h2 { font-size: 38px; }
    .at-footer-cta p { font-size: 15px; }
    .at-footer-signal { min-height: 140px; border-top: 1px solid rgba(29, 215, 200, .18); border-left: 0; }
    .at-footer-trust-strip { margin-bottom: 28px; }
    .at-footer-main { display: flex; flex-direction: column; gap: 20px; padding-bottom: 28px; }
    .at-footer-brand { max-width: none; order: 1; }
    .at-footer-newsletter { width: 100%; order: 2; }
    .at-footer-map { width: 100%; order: 3; display: block; padding-top: 0; border: 1px solid var(--at-footer-line-soft); border-radius: 8px; overflow: hidden; }
    .at-footer-column { border-bottom: 1px solid var(--at-footer-line-soft); }
    .at-footer-column:last-child { border-bottom: 0; }
    .at-footer-column--policies { display: block; }
    .at-footer-column > summary { min-height: 52px; margin: 0; padding: 4px 16px; cursor: pointer; }
    .at-footer-column > summary svg { display: block; transition: transform .18s ease; }
    .at-footer-column[open] > summary svg { transform: rotate(180deg); }
    .at-footer-column:not([open]) > ul { display: none; }
    .at-footer-column > ul { padding: 0 16px 14px; }
    .at-footer-column a { min-height: 44px; }
    .at-footer-map .at-footer-column:first-child ul { display: block; }
    .at-footer-map .at-footer-column:first-child:not([open]) ul { display: none; }
    .at-footer-trending { align-items: flex-start; flex-direction: column; gap: 12px; padding: 20px 0; }
    .at-footer-trending a { min-height: 44px; }
    .at-footer-bottom { grid-template-columns: 1fr auto; gap: 18px; padding: 20px 0 0; }
    .at-footer-bottom__legal { display: none; }
    .at-footer-socials { grid-column: auto; }
}

@media (max-width: 480px) {
    .at-footer-shell { width: min(calc(100% - 24px), var(--at-footer-max-width)); }
    .at-footer-cta { padding: 24px 18px; }
    .at-footer-cta h2 { font-size: 33px; }
    .at-footer-cta__actions { display: grid; grid-template-columns: 1fr; }
    .at-footer-button { width: 100%; }
    .at-footer-trust-strip { grid-template-columns: 1fr; }
    .at-footer-trust-strip article { border-right: 0; border-bottom: 1px solid var(--at-footer-line-soft); }
    .at-footer-trust-strip article:last-child { border-bottom: 0; }
    .at-footer-newsletter { padding: 22px 16px; }
    .at-footer-newsletter__field { grid-template-columns: 1fr; }
    .at-footer-newsletter button { width: 100%; }
    .at-footer-trending > div { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .at-footer-trending a { justify-content: center; min-width: 0; text-align: center; overflow-wrap: anywhere; }
    .at-footer-bottom { grid-template-columns: 1fr; }
    .at-footer-bottom__identity { white-space: normal; }
    .at-footer-socials { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
    .at-footer-engine *, .at-footer-engine *::before, .at-footer-engine *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
    .at-footer-engine { color: #1a1a1a; background: #fff; border-top: 1px solid #bbb; }
    .at-footer-engine::before, .at-footer-cta, .at-footer-trust-strip, .at-footer-newsletter, .at-footer-trending, .at-footer-socials { display: none !important; }
    .at-footer-shell { width: 100%; padding: 18px 0; }
    .at-footer-main { display: block; }
    .at-footer-brand { max-width: none; }
    .at-footer-logo, .at-footer-brand p, .at-footer-founder, .at-footer-column > summary, .at-footer-column a { color: #111 !important; }
    .at-footer-map { display: grid; grid-template-columns: repeat(4, 1fr); }
    .at-footer-bottom { display: block; color: #333; }
}
