/* Free Website Mockup Promo Modal (Home page only) */
.mockup-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 10010;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mockup-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mockup-modal-card {
    background: #ffffff;
    border-radius: 20px;
    max-width: 560px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    transform: translateY(20px);
    transition: transform 0.3s ease;
    font-family: "Euclid Circular A", sans-serif;
    color: #1f2a1a;
}

.mockup-modal-overlay.active .mockup-modal-card {
    transform: translateY(0);
}

.mockup-modal-header {
    padding: 1.4rem 1.5rem 1.25rem;
    background: linear-gradient(180deg, #e9f3c9 0%, #dfecb6 100%);
}

.mockup-modal-header::before,
.mockup-modal-header::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(196, 226, 124, 0.55);
    pointer-events: none;
}

.mockup-modal-header::before {
    width: 180px;
    height: 180px;
    left: -70px;
    bottom: -90px;
}

.mockup-modal-header::after {
    width: 140px;
    height: 140px;
    right: -50px;
    top: -50px;
}

.mockup-modal-close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: #ffffff;
    color: #1f2a1a;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.mockup-modal-close:hover {
    background: #f1f1f1;
}

.mockup-pill {
    z-index: 1;
    background: #cfe28a;
    color: #1f3a0e;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    padding: 0.3rem 0.85rem;
}

.mockup-pill .pill-dot {
    width: 8px;
    height: 8px;
    background: #1f3a0e;
}

.mockup-modal-title {
    z-index: 1;
    font-family: "Syne", sans-serif;
    color: #15301a;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 0 0.35rem;
}

.mockup-modal-title .accent {
    color: #4f8a1e;
}

.mockup-modal-subtitle {
    z-index: 1;
    color: #4d5b3d;
    font-size: 0.85rem;
}

.mockup-modal-body {
    padding: 1.1rem 1.25rem 1.25rem;
}

.mockup-pain {
    background: #f0f6da;
    border-left: 4px solid #b8df3a;
    padding: 0.65rem 0.85rem;
    color: #2a3520;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 0.85rem;
}

.mockup-pain strong {
    font-weight: 700;
    color: #1f2a1a;
}

.mockup-included-heading {
    gap: 0.6rem;
    color: #4f8a1e;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    margin: 0.25rem 0 0.6rem;
}

.mockup-included-heading::before,
.mockup-included-heading::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #d4dcc0;
}

.mockup-features {
    margin: 0 0 0.85rem;
}

.mockup-features li {
    gap: 0.7rem;
}

.mockup-check {
    width: 22px;
    height: 22px;
    background: #b8df3a;
    color: #1a2a08;
    font-weight: 900;
    font-size: 0.72rem;
}

.mockup-feature-text {
    line-height: 1.35;
}

.mockup-feature-text strong {
    color: #1f2a1a;
    font-size: 0.9rem;
}

.mockup-feature-text span {
    color: #6b7858;
    font-size: 0.78rem;
}

.mockup-price-card {
    background: #163218;
    color: #ffffff;
    border-radius: 12px;
    padding: 0.85rem 1rem;
    margin-bottom: 0.85rem;
    border-right: 5px solid #b8df3a;
}

.mockup-price-label {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c8d8a8;
    font-weight: 600;
    margin-bottom: 3px;
}

.mockup-price-amount {
    font-family: "Syne", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    color: #ffffff;
}

.mockup-price-amount .strike {
    font-family: "Euclid Circular A", sans-serif;
    font-size: 0.9rem;
    color: #8da26f;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 0.4rem;
}

.mockup-price-right .label {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c8d8a8;
    font-weight: 600;
    margin-bottom: 3px;
}

.mockup-price-right .free {
    font-family: "Syne", sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #c8ff3a;
    line-height: 1;
}

.mockup-cta {
    background: #0a0a0a;
    color: #ffffff;
    padding: 0.7rem 1.1rem;
    font-size: 0.92rem;
    gap: 0.65rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    font-family: "Manrope", sans-serif;
}

.mockup-cta:hover {
    background: #1a1a1a;
    transform: translateY(-1px);
}

.mockup-cta-arrow {
    width: 26px;
    height: 26px;
    background: #b8df3a;
    color: #0a0a0a;
    font-size: 0.8rem;
    font-weight: 900;
}

.mockup-foot {
    margin-top: 0.6rem;
    color: #6b7858;
    font-size: 0.75rem;
}

/* Mobile */
@media (max-width: 575.98px) {
    .mockup-modal-card {
        max-width: 100%;
        border-radius: 16px;
    }

    .mockup-modal-header {
        padding: 1.5rem 1rem 1.4rem;
    }

    .mockup-modal-title {
        font-size: 1.45rem;
    }

    .mockup-modal-subtitle {
        font-size: 0.88rem;
    }

    .mockup-modal-body {
        padding: 1.25rem 1rem 1.5rem;
    }

    .mockup-pain {
        font-size: 0.88rem;
    }

    .mockup-feature-text strong {
        font-size: 0.95rem;
    }

    .mockup-feature-text span {
        font-size: 0.82rem;
    }

    .mockup-price-card {
        padding: 1rem;
    }

    .mockup-price-amount {
        font-size: 1.7rem;
    }

    .mockup-price-right .free {
        font-size: 1.35rem;
    }

    .mockup-cta {
        font-size: 0.95rem;
        padding: 0.85rem 1rem;
    }
}
