/* ==========================================================================
   PARKIFY OWNER — ENTERPRISE FOOTER
   File: /assets/css/footer.css
   ========================================================================== */

:root {
    --pkf-bg: #06101d;
    --pkf-bg-2: #081827;
    --pkf-panel: rgba(12, 28, 45, .82);
    --pkf-panel-strong: #0d2033;
    --pkf-surface: rgba(255, 255, 255, .055);
    --pkf-surface-hover: rgba(255, 255, 255, .085);
    --pkf-border: rgba(255, 255, 255, .085);
    --pkf-border-strong: rgba(255, 255, 255, .14);
    --pkf-text: #f8fbff;
    --pkf-muted: #9ab0c5;
    --pkf-subtle: #6f879e;
    --pkf-primary: #3b82f6;
    --pkf-primary-2: #2563eb;
    --pkf-accent: #2dd4bf;
    --pkf-accent-2: #14b8a6;
    --pkf-success: #34d399;
    --pkf-danger: #fb7185;
    --pkf-warning: #fbbf24;
    --pkf-radius-sm: 12px;
    --pkf-radius-md: 18px;
    --pkf-radius-lg: 26px;
    --pkf-radius-xl: 34px;
    --pkf-radius-2xl: 44px;
    --pkf-shadow-sm: 0 12px 32px rgba(0, 0, 0, .14);
    --pkf-shadow-md: 0 24px 70px rgba(0, 0, 0, .24);
    --pkf-shadow-lg: 0 40px 120px rgba(0, 0, 0, .32);
    --pkf-ease: cubic-bezier(.2, .7, .2, 1);
}

.pkf-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.pkf-cta,
.pkf-footer {
    position: relative;
    isolation: isolate;
}

.pkf-cta *,
.pkf-footer * {
    box-sizing: border-box;
}

.pkf-cta svg,
.pkf-footer svg,
.pkf-back-to-top svg {
    display: block;
}

/* CTA */
.pkf-cta {
    padding: clamp(4rem, 8vw, 7.5rem) 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 15%, rgba(59, 130, 246, .11), transparent 34%),
        radial-gradient(circle at 92% 78%, rgba(45, 212, 191, .10), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.pkf-cta__ambient {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.pkf-cta__grid {
    position: absolute;
    inset: 0;
    opacity: .32;
    background-image:
        linear-gradient(rgba(59, 130, 246, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(59, 130, 246, .07) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 75%, transparent);
}

.pkf-cta__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(42px);
    animation: pkfOrbFloat 12s ease-in-out infinite;
}

.pkf-cta__orb--one {
    top: -20%;
    left: -8%;
    width: 460px;
    height: 460px;
    background: rgba(59, 130, 246, .16);
}

.pkf-cta__orb--two {
    right: -8%;
    bottom: -32%;
    width: 520px;
    height: 520px;
    background: rgba(45, 212, 191, .13);
    animation-delay: -5s;
}

.pkf-cta__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
    min-height: 330px;
    padding: clamp(2rem, 5vw, 4.2rem);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--pkf-radius-xl);
    background:
        radial-gradient(circle at 88% 10%, rgba(96, 165, 250, .30), transparent 34%),
        radial-gradient(circle at 94% 90%, rgba(45, 212, 191, .28), transparent 38%),
        linear-gradient(135deg, #173a7b 0%, #2154cf 50%, #0e7f7f 100%);
    box-shadow:
        0 40px 100px rgba(10, 31, 66, .24),
        inset 0 1px 0 rgba(255, 255, 255, .10);
}

.pkf-cta__panel::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, .07) 45%, transparent 68%);
    content: "";
    transform: translateX(-100%);
    animation: pkfShine 8s ease-in-out infinite;
    pointer-events: none;
}

.pkf-cta__content {
    position: relative;
    z-index: 1;
    max-width: 820px;
}

.pkf-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    min-height: 34px;
    padding: .42rem .8rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: rgba(255, 255, 255, .92);
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(14px);
    font-size: .73rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pkf-eyebrow i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7ff7e4;
    box-shadow: 0 0 0 6px rgba(127, 247, 228, .13);
}

.pkf-cta h2 {
    margin: 1.1rem 0 0;
    color: #fff;
    font-size: clamp(2.25rem, 5vw, 4.7rem);
    line-height: 1.02;
    letter-spacing: -.06em;
}

.pkf-cta__content > p {
    max-width: 760px;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    line-height: 1.75;
}

.pkf-cta__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.2rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
}

.pkf-cta__benefits li {
    display: inline-flex;
    align-items: center;
    gap: .48rem;
    color: rgba(255, 255, 255, .88);
    font-size: .84rem;
    font-weight: 750;
}

.pkf-cta__benefits svg {
    width: 18px;
    height: 18px;
    padding: 3px;
    border-radius: 50%;
    color: #b8fff3;
    background: rgba(255, 255, 255, .10);
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pkf-cta__actions {
    position: relative;
    z-index: 1;
    display: grid;
    gap: .75rem;
    min-width: 240px;
}

.pkf-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    min-height: 56px;
    padding: 1rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: .95rem;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease;
}

.pkf-button:hover {
    transform: translateY(-3px);
}

.pkf-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
}

.pkf-button:hover svg {
    transform: translateX(4px);
}

.pkf-button--light {
    color: #1d4ed8;
    background: #fff;
    box-shadow: 0 20px 45px rgba(4, 16, 45, .23);
}

.pkf-button--light:hover {
    box-shadow: 0 26px 60px rgba(4, 16, 45, .30);
}

.pkf-button--outline {
    color: #fff;
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(14px);
}

.pkf-button--outline:hover {
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .12);
}

/* Footer base */
.pkf-footer {
    overflow: hidden;
    color: var(--pkf-text);
    background:
        radial-gradient(circle at 10% 0%, rgba(45, 212, 191, .08), transparent 28%),
        radial-gradient(circle at 90% 10%, rgba(59, 130, 246, .10), transparent 32%),
        linear-gradient(180deg, var(--pkf-bg-2), var(--pkf-bg));
}

.pkf-footer__ambient {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.pkf-footer__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .45;
}

.pkf-footer__glow--one {
    top: -180px;
    left: -120px;
    width: 420px;
    height: 420px;
    background: rgba(45, 212, 191, .12);
}

.pkf-footer__glow--two {
    right: -180px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    background: rgba(59, 130, 246, .14);
}

.pkf-footer__grid {
    position: absolute;
    inset: 0;
    opacity: .13;
    background-image:
        linear-gradient(rgba(255, 255, 255, .10) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .10) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.pkf-footer__noise {
    position: absolute;
    inset: 0;
    opacity: .035;
    background-image:
        radial-gradient(circle at 20% 20%, #fff 0 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, #fff 0 1px, transparent 1px);
    background-size: 23px 23px, 31px 31px;
}

/* Newsletter */
.pkf-newsletter {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(360px, .9fr);
    align-items: center;
    gap: 1.25rem;
    margin-top: 0;
    padding: 1.35rem;
    border: 1px solid var(--pkf-border);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025));
    box-shadow: var(--pkf-shadow-sm);
    backdrop-filter: blur(18px);
    transform: translateY(-42px);
}

.pkf-newsletter__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 17px;
    color: #7eead9;
    background: linear-gradient(135deg, rgba(45, 212, 191, .16), rgba(59, 130, 246, .12));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.pkf-newsletter__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pkf-newsletter__label {
    color: #7eead9;
    font-size: .69rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pkf-newsletter h2 {
    margin: .3rem 0 0;
    color: #fff;
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    line-height: 1.16;
    letter-spacing: -.035em;
}

.pkf-newsletter__copy p {
    margin: .35rem 0 0;
    color: var(--pkf-muted);
    font-size: .86rem;
    line-height: 1.6;
}

.pkf-newsletter__form {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .65rem;
}

.pkf-newsletter__field {
    display: flex;
    align-items: center;
    gap: .7rem;
    min-height: 52px;
    padding: 0 .9rem;
    border: 1px solid var(--pkf-border);
    border-radius: 14px;
    background: rgba(2, 11, 21, .42);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease;
}

.pkf-newsletter__field:focus-within {
    border-color: rgba(45, 212, 191, .55);
    background: rgba(2, 11, 21, .58);
    box-shadow: 0 0 0 4px rgba(45, 212, 191, .10);
}

.pkf-newsletter__field svg {
    width: 19px;
    height: 19px;
    color: var(--pkf-subtle);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.pkf-newsletter__field input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font-size: .9rem;
}

.pkf-newsletter__field input::placeholder {
    color: #678097;
}

.pkf-newsletter__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    min-height: 52px;
    padding: .8rem 1rem;
    border: 0;
    border-radius: 14px;
    color: #06101d;
    background: linear-gradient(135deg, var(--pkf-accent), #63e6d3);
    box-shadow: 0 12px 26px rgba(45, 212, 191, .18);
    font-weight: 900;
    cursor: pointer;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        filter 180ms ease;
}

.pkf-newsletter__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(45, 212, 191, .24);
    filter: brightness(1.03);
}

.pkf-newsletter__submit svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.pkf-newsletter__message {
    grid-column: 1 / -1;
    min-height: 18px;
    margin: 0;
    color: #8ef0df;
    font-size: .74rem;
}

.pkf-newsletter__message.is-error {
    color: #fda4af;
}

/* Main footer */
.pkf-footer__main {
    display: grid;
    grid-template-columns: minmax(300px, .9fr) minmax(0, 2.1fr);
    gap: clamp(2.5rem, 6vw, 6rem);
    padding: 1rem 0 3rem;
}

.pkf-footer__brand{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
    min-width:0;
}

.pkf-brand {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    color: inherit;
    text-decoration: none;
}

.pkf-brand__mark {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--pkf-accent), var(--pkf-primary));
    box-shadow: 0 14px 32px rgba(45, 212, 191, .20);
}

.pkf-brand__mark svg {
    width: 31px;
    height: 31px;
}

.pkf-brand__mark path:first-child {
    fill: currentColor;
}

.pkf-brand__mark path:last-child {
    fill: rgba(15, 61, 112, .92);
}

.pkf-brand__text {
    display: grid;
    line-height: 1;
}

.pkf-brand__text strong {
    color: #fff;
    font-size: 1.12rem;
    letter-spacing: -.03em;
}

.pkf-brand__text small {
    margin-top: .22rem;
    color: #7fead9;
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.pkf-footer__description{
    max-width:340px;
    margin:0;
    color:var(--pkf-muted);
    font-size:.88rem;
    line-height:1.7;
}

.pkf-footer__contact{
    display:flex;
    flex-direction:column;
    gap:12px;
    width:100%;
    margin-top:8px;
}

.pkf-footer__contact > a {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: .75rem;
    max-width: 330px;
    padding: .75rem;
    border: 1px solid transparent;
    border-radius: 14px;
    color: inherit;
    text-decoration: none;
    transition:
        border-color 180ms ease,
        background-color 180ms ease,
        transform 180ms ease;
}

.pkf-footer__contact > a:hover {
    border-color: var(--pkf-border);
    background: var(--pkf-surface);
    transform: translateX(4px);
}

.pkf-footer__contact-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--pkf-border);
    border-radius: 12px;
    color: #7eead9;
    background: rgba(255, 255, 255, .045);
}

.pkf-footer__contact-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pkf-footer__contact small,
.pkf-footer__contact strong {
    display: block;
}

.pkf-footer__contact small {
    color: var(--pkf-subtle);
    font-size: .66rem;
}

.pkf-footer__contact strong {
    margin-top: .1rem;
    color: #e8f4ff;
    font-size: .78rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.pkf-footer__socials{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:4px;
    padding-top:10px;
    border-top:1px solid rgba(255,255,255,.08);
}

.pkf-footer__socials a {
    position: relative;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border: 1px solid var(--pkf-border);
    border-radius: 13px;
    color: #a8bfd4;
    background: rgba(255, 255, 255, .04);
    text-decoration: none;
    transition:
        color 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}

.pkf-footer__socials a::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(45, 212, 191, .18), rgba(59, 130, 246, .18));
    content: "";
    opacity: 0;
    transition: opacity 180ms ease;
}

.pkf-footer__socials a:hover {
    color: #fff;
    border-color: rgba(126, 234, 217, .40);
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
}

.pkf-footer__socials a:hover::before {
    opacity: 1;
}

.pkf-footer__socials svg {
    position: relative;
    z-index: 1;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pkf-footer__navigation {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.4rem;
}

.pkf-footer__column h2 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .02em;
}

.pkf-footer__column ul {
    display: grid;
    gap: .62rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pkf-footer__column a {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    width: fit-content;
    color: var(--pkf-muted);
    font-size: .82rem;
    font-weight: 620;
    text-decoration: none;
    transition:
        color 180ms ease,
        transform 180ms ease;
}

.pkf-footer__column a svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    opacity: 0;
    transform: translateX(-5px);
    transition:
        opacity 180ms ease,
        transform 180ms ease;
}

.pkf-footer__column a:hover,
.pkf-footer__column a[aria-current="page"] {
    color: #fff;
    transform: translateX(3px);
}

.pkf-footer__column a:hover svg,
.pkf-footer__column a[aria-current="page"] svg {
    opacity: 1;
    transform: translateX(0);
}

/* Trust bar */
.pkf-trustbar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(220px, .8fr);
    gap: .8rem;
    padding: 1rem 0 2rem;
}

.pkf-trustbar__item,
.pkf-status-card {
    min-width: 0;
    border: 1px solid var(--pkf-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, .035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.pkf-trustbar__item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: .75rem;
    padding: .85rem;
}

.pkf-trustbar__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 13px;
    color: #7eead9;
    background: linear-gradient(135deg, rgba(45, 212, 191, .13), rgba(59, 130, 246, .08));
}

.pkf-trustbar__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pkf-trustbar__item strong,
.pkf-trustbar__item small {
    display: block;
}

.pkf-trustbar__item strong {
    color: #edf7ff;
    font-size: .78rem;
}

.pkf-trustbar__item small {
    margin-top: .16rem;
    color: var(--pkf-subtle);
    font-size: .64rem;
    line-height: 1.45;
}

.pkf-status-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .7rem;
    padding: .85rem 1rem;
    color: inherit;
    text-decoration: none;
    transition:
        border-color 180ms ease,
        background-color 180ms ease,
        transform 180ms ease;
}

.pkf-status-card:hover {
    border-color: rgba(52, 211, 153, .30);
    background: rgba(52, 211, 153, .055);
    transform: translateY(-2px);
}

.pkf-status-card__pulse {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--pkf-success);
    box-shadow: 0 0 0 6px rgba(52, 211, 153, .12);
    animation: pkfPulse 2.4s ease-in-out infinite;
}

.pkf-status-card small,
.pkf-status-card strong {
    display: block;
}

.pkf-status-card small {
    color: var(--pkf-subtle);
    font-size: .64rem;
}

.pkf-status-card strong {
    margin-top: .12rem;
    color: #b7f7d9;
    font-size: .78rem;
}

.pkf-status-card > svg {
    width: 18px;
    height: 18px;
    color: #79dcbf;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

/* Bottom */
.pkf-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.35rem 0 1.6rem;
    border-top: 1px solid var(--pkf-border);
}

.pkf-footer__copyright {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .7rem 1.2rem;
}

.pkf-footer__copyright p {
    margin: 0;
    color: var(--pkf-subtle);
    font-size: .76rem;
}

.pkf-footer__copyright nav {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

.pkf-footer__copyright nav a {
    color: var(--pkf-subtle);
    font-size: .74rem;
    text-decoration: none;
    transition: color 180ms ease;
}

.pkf-footer__copyright nav a:hover {
    color: #fff;
}

.pkf-footer__meta {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: var(--pkf-subtle);
    font-size: .72rem;
}

.pkf-footer__meta-separator {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #486277;
}

.pkf-footer__meta a {
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    color: #9fded4;
    font-weight: 800;
    text-decoration: none;
}

.pkf-footer__meta a svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    transition: transform 180ms ease;
}

.pkf-footer__meta a:hover svg {
    transform: translateY(-3px);
}

/* Back to top */
.pkf-back-to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1500;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 16px;
    color: #06101d;
    background: linear-gradient(135deg, var(--pkf-accent), #60a5fa);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
    cursor: pointer;
    opacity: 0;
    transform: translateY(14px) scale(.92);
    transition:
        opacity 220ms ease,
        transform 220ms ease,
        box-shadow 220ms ease;
}

.pkf-back-to-top.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.pkf-back-to-top:hover {
    box-shadow: 0 24px 54px rgba(0, 0, 0, .36);
    transform: translateY(-3px) scale(1.02);
}

.pkf-back-to-top svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Reveal */
.js [data-pkf-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 760ms var(--pkf-ease),
        transform 760ms var(--pkf-ease);
}

.js [data-pkf-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Animations */
@keyframes pkfOrbFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(2%, -4%, 0) scale(1.06); }
}

@keyframes pkfShine {
    0%, 25% { transform: translateX(-120%); }
    55%, 100% { transform: translateX(120%); }
}

@keyframes pkfPulse {
    0%, 100% { box-shadow: 0 0 0 6px rgba(52, 211, 153, .10); }
    50% { box-shadow: 0 0 0 10px rgba(52, 211, 153, .03); }
}

/* Responsive */
@media (min-width: 1800px) {
    .pkf-cta__panel {
        min-height: 360px;
    }

    .pkf-footer__main {
        grid-template-columns: minmax(360px, .95fr) minmax(0, 2.25fr);
    }
}

@media (max-width: 1280px) {
    .pkf-footer__navigation {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem 1.4rem;
    }

    .pkf-trustbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1080px) {
    .pkf-cta__panel {
        grid-template-columns: 1fr;
    }

    .pkf-cta__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-width: 0;
    }

    .pkf-newsletter {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .pkf-newsletter__form {
        grid-column: 1 / -1;
    }

    .pkf-footer__main {
        grid-template-columns: 1fr;
    }

    .pkf-footer__brand {
        max-width: 680px;
    }
}

@media (max-width: 760px) {
    .pkf-cta {
        padding: 4rem 0;
    }

    .pkf-cta__panel {
        min-height: 0;
        padding: 1.5rem;
        border-radius: 24px;
    }

    .pkf-cta__actions {
        grid-template-columns: 1fr;
    }

    .pkf-cta__benefits {
        align-items: flex-start;
        flex-direction: column;
    }

    .pkf-newsletter {
        grid-template-columns: 1fr;
        padding: 1rem;
        transform: translateY(-24px);
    }

    .pkf-newsletter__icon {
        width: 50px;
        height: 50px;
    }

    .pkf-newsletter__form {
        grid-template-columns: 1fr;
    }

    .pkf-footer__main {
        padding-top: 0;
    }

    .pkf-footer__navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pkf-trustbar {
        grid-template-columns: 1fr;
    }

    .pkf-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .pkf-footer__meta {
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 520px) {
    .pkf-cta h2 {
        font-size: 2.25rem;
    }

    .pkf-footer__navigation {
        grid-template-columns: 1fr;
    }

    .pkf-footer__contact > a {
        max-width: 100%;
    }

    .pkf-footer__copyright {
        align-items: flex-start;
        flex-direction: column;
    }

    .pkf-footer__meta > span:first-child,
    .pkf-footer__meta-separator {
        display: none;
    }

    .pkf-back-to-top {
        right: 14px;
        bottom: 14px;
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pkf-cta__orb,
    .pkf-cta__panel::before,
    .pkf-status-card__pulse {
        animation: none !important;
    }

    .js [data-pkf-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .pkf-button,
    .pkf-footer a,
    .pkf-back-to-top {
        transition-duration: .01ms !important;
    }
}

@media print {
    .pkf-cta,
    .pkf-newsletter,
    .pkf-back-to-top,
    .pkf-footer__socials {
        display: none !important;
    }

    .pkf-footer {
        color: #000;
        background: #fff;
    }

    .pkf-footer__main,
    .pkf-trustbar {
        display: block;
    }

    .pkf-footer__navigation {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
