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

.puremed-footer {
    --pm-footer-accent: #00b2af;
    --pm-footer-lime: #83e600;
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: Inter, Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.puremed-footer-inner {
    width: 100%;
    margin: 0 auto;
}

.puremed-footer-panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 34px;
    color: #fff;
    background: rgba(12,45,58,.94);
    box-shadow: 0 28px 78px rgba(5,28,38,.18), inset 0 1px 0 rgba(255,255,255,.08);
    -webkit-backdrop-filter: blur(22px) saturate(130%);
    backdrop-filter: blur(22px) saturate(130%);
}

.puremed-footer-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        radial-gradient(circle at 90% 2%, rgba(131,230,0,.16), transparent 30%),
        radial-gradient(circle at 6% 100%, rgba(0,178,175,.20), transparent 36%),
        linear-gradient(145deg, rgba(255,255,255,.035), transparent 60%);
}

.puremed-footer-panel::after {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: -2;
    border: 1px solid rgba(255,255,255,.055);
    border-radius: inherit;
    pointer-events: none;
}

.puremed-footer-orb {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}

.puremed-footer-orb-one {
    width: 260px;
    height: 260px;
    right: -110px;
    top: -130px;
    background: rgba(131,230,0,.10);
}

.puremed-footer-orb-two {
    width: 300px;
    height: 300px;
    left: -150px;
    bottom: -180px;
    background: rgba(0,178,175,.12);
}

.puremed-footer-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(230px,1.5fr) repeat(2,minmax(125px,.72fr)) minmax(220px,1.15fr) minmax(190px,1fr);
    gap: 34px;
}

.puremed-footer-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}

.puremed-footer-logo img {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
}

.puremed-footer-brand-name {
    color: #fff;
    font-size: 30px;
    font-weight: 850;
    letter-spacing: -.035em;
}

.puremed-footer-description {
    max-width: 360px;
    margin: 20px 0 22px !important;
    color: rgba(255,255,255,.70);
    font-size: 14px;
    line-height: 1.72;
}

.puremed-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.puremed-footer-social {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 13px;
    color: #fff;
    background: rgba(255,255,255,.09);
    text-decoration: none !important;
    transition: transform .22s ease, color .22s ease, background .22s ease, border-color .22s ease;
}

.puremed-footer-social:hover {
    transform: translateY(-3px);
    color: #fff;
    background: var(--pm-footer-accent);
    border-color: rgba(255,255,255,.28);
}

.puremed-footer-social svg,
.puremed-footer-social i {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: inherit !important;
    fill: currentColor;
}

.puremed-footer-social svg[fill="none"] {
    fill: none;
}

.puremed-footer-newsletter-column {
    min-width: 0;
}

.puremed-footer-newsletter-description {
    margin: -6px 0 15px !important;
    color: rgba(255,255,255,.66);
    font-size: 12px;
    line-height: 1.6;
}

.puremed-footer-newsletter {
    width: 100%;
    margin-top: 0;
}

.puremed-footer-newsletter form {
    display: flex;
    align-items: stretch;
    gap: 8px;
    width: 100%;
}

.puremed-footer-newsletter-preview {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 44px;
}

.puremed-footer-newsletter-preview button svg {
    width: 16px;
    height: 16px;
}

.puremed-footer-newsletter input:not([type=submit]) {
    min-width: 0 !important;
    min-height: 44px !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
}

.puremed-footer-newsletter button,
.puremed-footer-newsletter input[type=submit] {
    min-height: 44px !important;
    border: 0 !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: var(--pm-footer-accent) !important;
}

.puremed-footer-column-title {
    margin: 4px 0 20px !important;
    padding: 0 !important;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .02em;
}

.puremed-footer-column-title::after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    margin-top: 9px;
    border-radius: 999px;
    background: linear-gradient(90deg,var(--pm-footer-accent),var(--pm-footer-lime));
}

.puremed-footer-menu {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.puremed-footer-menu li {
    margin: 0 !important;
    padding: 0 !important;
}

.puremed-footer-menu a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,.70);
    font-size: 13px;
    line-height: 1.35;
    text-decoration: none !important;
    transition: color .2s ease, transform .2s ease;
}

.puremed-footer-menu a::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--pm-footer-accent);
    opacity: .65;
}

.puremed-footer-menu a:hover {
    color: var(--pm-footer-lime);
    transform: translateX(3px);
}

.puremed-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.puremed-footer-contact a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255,255,255,.76);
    font-size: 13px;
    line-height: 1.45;
    text-decoration: none !important;
}

.puremed-footer-contact a:hover {
    color: #fff;
}

.puremed-footer-contact-icon {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 9px;
    color: #fff;
    background: rgba(255,255,255,.09);
}

.puremed-footer-contact-icon svg,
.puremed-footer-contact-icon i {
    display: block;
    width: 13px;
    height: 13px;
    font-size: 13px;
    color: inherit !important;
    fill: currentColor;
}

.puremed-footer-contact-icon svg[fill="none"] {
    fill: none;
}

.puremed-footer-bottom {
    position: relative;
    display: grid;
    grid-template-columns: minmax(190px,1fr) auto minmax(190px,1fr);
    align-items: center;
    gap: 22px;
    margin-top: 40px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.62);
    font-size: 12px;
    line-height: 1.5;
}

.puremed-footer-copyright {
    justify-self: start;
}

.puremed-footer-payments {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    background: rgba(255,255,255,.96);
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
}

.puremed-footer-payments img {
    display: block;
    width: 260px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.puremed-footer-bottom-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    gap: 14px;
    min-width: 0;
}

.puremed-footer-developed {
    color: rgba(255,255,255,.70);
    text-decoration: none !important;
    transition: color .2s ease;
}

.puremed-footer-developed:hover {
    color: #fff;
}

.puremed-footer-top {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    color: #fff;
    background: rgba(255,255,255,.08);
    text-decoration: none !important;
    transition: transform .22s ease, background .22s ease;
}

.puremed-footer-top:hover {
    transform: translateY(-3px);
    background: var(--pm-footer-accent);
}

.puremed-footer-top svg {
    width: 17px;
    height: 17px;
}

@media (max-width: 1200px) {
    .puremed-footer-grid {
        grid-template-columns: minmax(250px,1.35fr) repeat(2,minmax(140px,.8fr));
    }

    .puremed-footer-newsletter-column,
    .puremed-footer-contact {
        grid-column: span 1;
    }

    .puremed-footer-bottom {
        grid-template-columns: 1fr auto;
    }

    .puremed-footer-payments {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .puremed-footer-copyright,
    .puremed-footer-bottom-actions {
        grid-row: 2;
    }
}

@media (max-width: 900px) {
    .puremed-footer-grid {
        grid-template-columns: 1.25fr 1fr;
    }

    .puremed-footer-brand,
    .puremed-footer-newsletter-column,
    .puremed-footer-contact {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .puremed-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .puremed-footer-brand,
    .puremed-footer-newsletter-column,
    .puremed-footer-contact {
        grid-column: 1 / -1;
    }

    .puremed-footer-bottom {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .puremed-footer-payments {
        order: -1;
        flex: 1 1 100%;
        width: fit-content;
        max-width: 100%;
        margin-inline: auto;
    }

    .puremed-footer-copyright {
        flex: 1 1 220px;
    }

    .puremed-footer-bottom-actions {
        flex: 0 1 auto;
    }
}

@media (max-width: 480px) {
    .puremed-footer-grid {
        grid-template-columns: 1fr;
    }

    .puremed-footer-brand,
    .puremed-footer-newsletter-column,
    .puremed-footer-contact {
        grid-column: auto;
    }

    .puremed-footer-bottom {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .puremed-footer-copyright,
    .puremed-footer-bottom-actions {
        flex: none;
        justify-content: center;
    }

    .puremed-footer-top {
        position: static;
    }
}
