/* PixelSpot — shared site footer (self-contained) */
.ft, .psft {
    --grad: linear-gradient(90deg, #0090f7, #7b5bf5, #f5478c, #ff9f0a);
    --line: rgba(0,0,0,.08);
    --mut: #6e6e73;
}
@keyframes gslide { to { background-position: 240% 0; } }

/* footer CTA button (index defines .btn-p globally; keep it local here) */
.ft .btn-p {
    display: inline-flex; align-items: center; gap: 10px;
    background: #1d1d1f; color: #fff; font-weight: 600; font-size: 1rem;
    padding: 15px 30px; border-radius: 980px; text-decoration: none;
    transition: transform .3s, box-shadow .3s;
}
.ft .btn-p:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,0,0,.22); }
.ft h2 { color: #1d1d1f; }
.ft-links a, .psft a { text-decoration: none; }
/* footer CTA */
.ft { position: relative; padding: 150px 24px 60px; text-align: center; overflow: hidden; border-top: 1px solid var(--line); }
.ft h2 { font-size: clamp(2.6rem, 8vw, 6.4rem); font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.ft h2 span { background: var(--grad); background-size: 240% 100%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: gslide 7s linear infinite; }
.ft-sub { margin: 22px auto 40px; color: var(--mut); max-width: 460px; }
.ft-links { display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; margin: 90px 0 26px; font-size: .84rem; color: var(--mut); }
.ft-links a:hover { color: #fff; }
.ft-base { color: #5c5c66; font-size: .76rem; }
.ft-base a { color: #8a8a94; }
/* mobile polish */
@media (max-width: 760px) {
    .wd-row { padding: 30px 20px; gap: 14px; }
    .hero-cta a { width: 100%; justify-content: center; }
    .wd { padding: 90px 0 70px; }
    .bb { padding: 90px 20px; }
    .pp { padding: 90px 0 80px; }
    .ft { padding: 110px 20px 50px; }
    .sec-h { margin-bottom: 44px; }
    .st-cell { padding: 40px 14px; }
}
.ft-areas { max-width: 940px; margin: 46px auto 0; text-align: center; }
.ft-areas-t { font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #8a8a94; margin: 22px 0 8px; }
.ft-areas-l { font-size: .74rem; color: #9a9aa3; line-height: 1.95; }
.ft-cities { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 18px; max-width: 1020px; margin: 44px auto 0; font-size: .72rem; color: #9a9aa3; }
.ft-cities a { transition: color .2s; }
.ft-cities a:hover { color: #1d1d1f; }
@media (prefers-reduced-motion: reduce) {
    .rv { opacity: 1 !important; transform: none !important; transition: none !important; }
    .mq-track, .hero h1 .gr, .ft h2 span, .hero-scroll::after { animation: none !important; }
}
.psft { border-top: 1px solid rgba(0,0,0,.08); padding: 60px 24px 40px; background: #fff; }
.psft-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 30px 22px; text-align: left; }
.psft-grid h4 { font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; color: #86868b; margin: 0 0 12px; font-weight: 700; }
.psft-grid h4 + h4 { margin-top: 18px; }
.psft-grid a { display: block; padding: 3px 0; color: #3c3c43; font-size: .84rem; font-weight: 500; }
.psft-grid a:hover { color: #0a84ff; }
.psft-areas { max-width: 1100px; margin: 38px auto 0; text-align: center; }
.psft-areas .t { font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; color: #86868b; font-weight: 700; margin: 24px 0 8px; }
.psft-areas .t a { color: inherit; }
.psft-areas .l { font-size: .77rem; color: #9a9aa3; line-height: 1.95; }
.psft-areas .l a { color: inherit; }
.psft-areas .l a:hover, .psft-areas .t a:hover { color: #0a84ff; }
.psft-base { max-width: 1100px; margin: 32px auto 0; text-align: center; font-size: .75rem; color: #9a9aa3; }
.psft-base a { color: inherit; }
.psft-base a:hover { color: #0a84ff; }

/* footer accordion (shared) */
.psft-acc-h { position: relative; cursor: pointer; -webkit-tap-highlight-color: transparent; user-select: none; }
.psft-acc { overflow: hidden; }
