/* Prevello v2.5 — authoritative footer */
/* Premium footer v2.1 */
.prv-site-footer {
    position: relative;
    overflow: hidden;
    padding: 0;
    border-top: 0;
    background:
        radial-gradient(circle at 12% 8%, rgba(21,184,200,.11), transparent 25%),
        radial-gradient(circle at 90% 18%, rgba(37,99,235,.10), transparent 27%),
        linear-gradient(180deg,#0B1F3A 0%,#07182B 100%);
    color: #B8CAD7;
}
.prv-footer-glow {
    position: absolute;
    width: 520px;
    height: 520px;
    right: -250px;
    top: 180px;
    border: 1px solid rgba(121,222,228,.08);
    border-radius: 50%;
    pointer-events: none;
}
.prv-footer-glow::after {
    content: "";
    position: absolute;
    inset: 70px;
    border: 1px solid rgba(121,222,228,.055);
    border-radius: inherit;
}
.prv-footer-conversion {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,1.3fr) auto;
    gap: 35px;
    align-items: center;
    margin-top: 70px;
    padding: 36px 38px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 26px;
    background:
        radial-gradient(circle at 88% 12%,rgba(21,184,200,.16),transparent 26%),
        linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
    box-shadow: 0 28px 70px rgba(0,0,0,.18);
    backdrop-filter: blur(16px);
}
.prv-footer-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #72E1E7;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.prv-footer-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #72E1E7;
    box-shadow: 0 0 0 6px rgba(114,225,231,.1);
}
.prv-footer-conversion h2 {
    max-width: 760px;
    margin: 10px 0 0;
    color: #fff;
    font-size: clamp(31px,4vw,48px);
    line-height: 1.02;
    letter-spacing: -.045em;
}
.prv-footer-conversion p {
    max-width: 760px;
    margin: 13px 0 0;
    color: #9FB6C7;
    font-size: 14px;
    line-height: 1.7;
}
.prv-footer-conversion-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 205px;
}
.prv-footer-primary-cta,
.prv-footer-secondary-cta {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 15px;
    border-radius: 13px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}
.prv-footer-primary-cta {
    background: linear-gradient(135deg,#72E1E7,#8DB2FF);
    color: #0B1F3A;
    box-shadow: 0 14px 28px rgba(37,99,235,.18);
}
.prv-footer-secondary-cta {
    border: 1px solid rgba(255,255,255,.11);
    background: rgba(255,255,255,.045);
    color: #D5E3EC;
}
.prv-footer-main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(260px,.75fr) minmax(0,1.55fr);
    gap: clamp(48px,7vw,95px);
    padding: 72px 0 56px;
}
.prv-footer-brand-column {
    max-width: 390px;
}
.prv-footer-brand {
    display: inline-flex;
    min-width: 172px;
    align-items: center;
    color: #fff;
    font-size: 29px;
    font-weight: 800;
    letter-spacing: -.045em;
    text-decoration: none;
}
.prv-footer-brand img {
    display: block;
    width: clamp(172px, 16vw, 198px);
    max-width: none;
    height: auto;
    max-height: none;
    filter: brightness(0) invert(1);
}
.prv-footer-tagline {
    max-width: 380px;
    margin: 18px 0 0;
    color: #9EB3C3;
    font-size: 14px;
    line-height: 1.75;
}
.prv-footer-capabilities {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 20px;
}
.prv-footer-capabilities span {
    padding: 6px 8px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 999px;
    background: rgba(255,255,255,.035);
    color: #AFC3D1;
    font-size: 9px;
    font-weight: 700;
}
.prv-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 22px;
}
.prv-footer-socials a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 9px;
    background: rgba(255,255,255,.035);
    color: #C0D0DB;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
}
.prv-footer-socials a:hover {
    border-color: rgba(114,225,231,.32);
    background: rgba(114,225,231,.08);
    color: #E7FBFC;
}
.prv-footer-navigation {
    display: grid;
    grid-template-columns: minmax(170px,.85fr) minmax(145px,.65fr) minmax(270px,1.15fr);
    gap: clamp(28px,4vw,55px);
}
.prv-footer-column h3,
.prv-footer-contact-card h3 {
    margin: 0;
    color: #F0F6FA;
    font-size: 13px;
    font-weight: 800;
}
.prv-footer-links {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}
.prv-footer-links li {
    margin: 0;
}
.prv-footer-links a {
    display: inline-flex;
    padding: 5px 0;
    color: #9EB3C3;
    text-decoration: none;
    font-size: 11.5px;
    line-height: 1.45;
}
.prv-footer-links a:hover {
    color: #E7FBFC;
    text-decoration: none;
}
.prv-footer-links .is-all {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255,255,255,.08);
}
.prv-footer-links .is-all a {
    gap: 6px;
    color: #78DDE1;
    font-weight: 750;
}
.prv-footer-contact-card {
    padding: 20px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px;
    background:
        radial-gradient(circle at 92% 7%,rgba(21,184,200,.10),transparent 28%),
        rgba(255,255,255,.035);
}
.prv-footer-contact-label {
    display: block;
    margin-bottom: 7px;
    color: #69D5DB;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.prv-footer-contact-card p {
    margin: 8px 0 0;
    color: #90A7B8;
    font-size: 10.5px;
    line-height: 1.65;
}
.prv-footer-contact-actions {
    display: grid;
    gap: 6px;
    margin-top: 15px;
}
.prv-footer-contact-actions > a,
.prv-footer-contact-actions > div {
    display: block;
    padding: 9px 10px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 10px;
    background: rgba(255,255,255,.03);
    text-decoration: none;
}
.prv-footer-contact-actions small,
.prv-footer-contact-actions strong {
    display: block;
}
.prv-footer-contact-actions small {
    color: #66879E;
    font-size: 14px;
    font-weight: 750;
    text-transform: uppercase;
}
.prv-footer-contact-actions strong {
    margin-top: 2px;
    overflow-wrap: anywhere;
    color: #D7E4EC;
    font-size: 18px;
    font-weight: 650;
}
.prv-footer-contact-actions > a:hover {
    border-color: rgba(114,225,231,.25);
    background: rgba(114,225,231,.06);
}
.prv-footer-trust-row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 17px 0;
    border-top: 1px solid rgba(255,255,255,.07);
    border-bottom: 1px solid rgba(255,255,255,.07);
    color: #728DA1;
    font-size: 9px;
    font-weight: 650;
    text-align: center;
}
.prv-footer-trust-row i {
    width: 3px;
    height: 3px;
    flex: 0 0 3px;
    border-radius: 50%;
    background: #4C7E97;
}
.prv-footer-bottom {
    border-top: 0;
    background: transparent;
}
.prv-footer-bottom-inner {
    display: flex;
    min-height: 74px;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 0 0 max(18px, env(safe-area-inset-bottom));
    color: #658196;
    font-size: 9.5px;
}
.prv-footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.prv-footer-bottom-links a {
    color: #8199AA;
    text-decoration: none;
}
.prv-footer-bottom-links a:hover {
    color: #D7E4EC;
}
@media (max-width: 1080px) {
    .prv-footer-main {
        grid-template-columns: 1fr;
        gap: 42px;
    }
    .prv-footer-brand-column {
        max-width: 620px;
    }
}
@media (max-width: 820px) {
    .prv-footer-conversion {
        grid-template-columns: 1fr;
        margin-top: 45px;
        padding: 27px;
    }
    .prv-footer-conversion-actions {
        min-width: 0;
        max-width: 320px;
    }
    .prv-footer-navigation {
        grid-template-columns: 1fr 1fr;
    }
    .prv-footer-contact-card {
        grid-column: 1 / -1;
    }
    .prv-footer-trust-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        text-align: left;
    }
    .prv-footer-trust-row i {
        display: none;
    }
}
@media (max-width: 560px) {
    body {
        font-size: 16px;
    }
    .prv-footer-conversion {
        width: calc(100% - 28px);
    }
    .prv-footer-navigation {
        grid-template-columns: 1fr;
    }
    .prv-footer-contact-card {
        grid-column: auto;
    }
    .prv-footer-bottom-inner {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 18px;
        padding-bottom: max(88px, calc(72px + env(safe-area-inset-bottom)));
    }
}

