/* ================================================================
   PeptaCo Footer
   ================================================================ */

.pt-site-footer {
    --pt-navy: #10233f;
    --pt-blue: #315ff4;
    --pt-cyan: #19a9c6;
    --pt-ink: #14213a;
    --pt-muted: #66758d;
    --pt-surface: #f3f7fb;
    --pt-line: rgba(16, 35, 63, 0.1);
    margin-top: 72px;
    background: #fff;
    color: var(--pt-ink);
    font-family: 'Jost', 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.pt-newsletter-band {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1320px, calc(100% - 48px));
    min-height: 190px;
    margin: 0 auto 0;
    padding: 34px 130px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 18% 40%, rgba(49, 95, 244, 0.16), transparent 28%),
        radial-gradient(circle at 82% 60%, rgba(25, 169, 198, 0.18), transparent 30%),
        linear-gradient(115deg, #ffd4da 0%, #ffe7c2 48%, #d9f0ff 100%);
    overflow: visible;
    box-shadow: 0 24px 56px rgba(16, 35, 63, 0.12);
}

.pt-newsletter-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(360px, 1.1fr);
    align-items: center;
    width: 100%;
    gap: 32px;
}

.pt-newsletter-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--pt-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pt-newsletter-content h2 {
    margin: 0 0 6px;
    color: var(--pt-navy);
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 900;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.pt-newsletter-content p {
    margin: 0;
    color: var(--pt-ink);
    font-size: 15px;
    line-height: 1.6;
}

.pt-newsletter-form {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 170px;
    gap: 14px;
}

.pt-newsletter-form input[type='email'] {
    width: 100%;
    min-height: 56px;
    padding: 0 22px;
    border: 0;
    border-radius: 14px;
    background: #fff;
    color: var(--pt-ink);
    font-size: 16px;
    box-shadow: 0 18px 34px rgba(16, 35, 63, 0.14);
}

.pt-newsletter-form button {
    min-height: 56px;
    border: 0;
    border-radius: 14px;
    background: #050505;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 18px 34px rgba(16, 35, 63, 0.16);
}

.pt-newsletter-vial {
    position: absolute;
    z-index: 1;
    width: 76px;
    height: 148px;
    transform: rotate(-14deg);
}

.pt-newsletter-vial-right {
    right: 44px;
    bottom: -26px;
    transform: rotate(12deg);
}

.pt-newsletter-vial-left {
    left: 54px;
    top: -32px;
}

.pt-vial-cap {
    display: block;
    width: 54px;
    height: 22px;
    margin: 0 auto -2px;
    border-radius: 8px 8px 4px 4px;
    background: linear-gradient(180deg, #e9edf2, #aab5c0);
    box-shadow: inset 0 -4px 0 rgba(16, 35, 63, 0.12);
}

.pt-vial-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 118px;
    border: 2px solid rgba(16, 35, 63, 0.12);
    border-radius: 13px 13px 18px 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.52)),
        linear-gradient(155deg, rgba(49, 95, 244, 0.18), rgba(25, 169, 198, 0.22));
    box-shadow: 0 18px 32px rgba(16, 35, 63, 0.16);
    text-align: center;
}

.pt-vial-body strong {
    color: var(--pt-navy);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.1;
}

.pt-vial-body small {
    margin-top: 4px;
    color: var(--pt-muted);
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.pt-footer-main {
    margin-top: 72px;
    border-top: 1px solid rgba(16, 35, 63, 0.16);
    background:
        linear-gradient(30deg, rgba(16, 35, 63, 0.025) 12%, transparent 12.5%, transparent 87%, rgba(16, 35, 63, 0.025) 87.5%, rgba(16, 35, 63, 0.025)),
        linear-gradient(150deg, rgba(16, 35, 63, 0.025) 12%, transparent 12.5%, transparent 87%, rgba(16, 35, 63, 0.025) 87.5%, rgba(16, 35, 63, 0.025)),
        #fff;
    background-size: 28px 48px;
}

.pt-footer-inner {
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) repeat(4, minmax(140px, 0.8fr));
    gap: 42px;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
    padding: 54px 0 36px;
}

.pt-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--pt-navy) !important;
    text-decoration: none !important;
}

.pt-footer-logo-mark {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--pt-blue), var(--pt-cyan));
    box-shadow: 0 8px 20px rgba(49, 95, 244, 0.24);
}

.pt-footer-logo-mark i {
    position: absolute;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.pt-footer-logo-mark i:nth-child(1) { top: 9px; left: 10px; }
.pt-footer-logo-mark i:nth-child(2) { top: 17px; right: 8px; }
.pt-footer-logo-mark i:nth-child(3) { bottom: 8px; left: 15px; }

.pt-footer-logo strong {
    display: block;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
}

.pt-footer-logo small {
    display: block;
    margin-top: 5px;
    color: var(--pt-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.pt-footer-brand p {
    max-width: 360px;
    margin: 24px 0 22px;
    color: var(--pt-ink);
    font-size: 15px;
    line-height: 1.7;
}

.pt-footer-social {
    display: flex;
    gap: 10px;
}

.pt-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: var(--pt-navy);
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
}

.pt-footer-col h3 {
    margin: 12px 0 18px;
    color: var(--pt-navy);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.pt-footer-col a {
    display: block;
    margin: 0 0 12px;
    color: var(--pt-ink) !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none !important;
}

.pt-footer-col a:hover {
    color: var(--pt-blue) !important;
}

.pt-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
    padding: 0 0 28px;
}

.pt-payment-badges {
    display: flex;
    gap: 10px;
}

.pt-payment-badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    min-height: 30px;
    padding: 4px 10px;
    border-radius: 8px;
    background: var(--pt-navy);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.pt-footer-bottom p {
    margin: 0;
    color: var(--pt-ink);
    font-size: 14px;
    font-weight: 800;
}

.pt-footer-disclaimer {
    padding: 24px 24px 34px;
    border-top: 1px solid rgba(16, 35, 63, 0.2);
    text-align: center;
}

.pt-footer-disclaimer h3 {
    margin: 0 0 10px;
    color: var(--pt-navy);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pt-footer-disclaimer p {
    max-width: 1120px;
    margin: 0 auto;
    color: var(--pt-ink);
    font-size: 13px;
    line-height: 1.75;
}

@media (max-width: 1100px) {
    .pt-newsletter-band {
        padding-right: 42px;
        padding-left: 42px;
    }

    .pt-newsletter-vial {
        display: none;
    }

    .pt-footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pt-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .pt-newsletter-band,
    .pt-footer-inner,
    .pt-footer-bottom {
        width: min(100% - 28px, 1320px);
    }

    .pt-newsletter-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .pt-newsletter-form {
        grid-template-columns: 1fr;
    }

    .pt-footer-inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 38px;
    }

    .pt-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

