/* ==========================================================================
   Sosyalpatika Ultra-Modern Full-Width Responsive Dark Footer
   Aesthetic: Edge-to-Edge Dark Slate (#141724), Vibrant Magenta (#ff2467),
   100% Mobile Responsive, Zero Horizontal Overflow, Zero Clashes
   ========================================================================== */

/* Prevent horizontal page overflow */
html, body {
    overflow-x: hidden !important;
}

/* Eliminate excessive gap between preceding content block and footer */
#bloglast {
    margin-bottom: 0 !important;
    padding-bottom: 15px !important;
}

main > section:last-child,
main > section:last-of-type,
main > div:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}

/* ── Footer Container ── */
.sp-modern-footer {
    background: #141724 !important;
    width: 100% !important;
    max-width: 100vw !important;
    position: relative;
    z-index: 20;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.4);
    padding: 35px 0 20px 0;
    margin-top: 0 !important;
    color: #cbd5e1;
    font-family: inherit;
    clear: both;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}

.sp-foot-inner {
    width: 100% !important;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 28px;
    box-sizing: border-box !important;
}

/* ── 1. Top Bar: Contact Channels & Brand / Social Links ── */
.sp-foot-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    flex-wrap: wrap;
    box-sizing: border-box;
}

.sp-contact-pills {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.sp-contact-pill {
    background: #1c2030;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
    color: #fff !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
}

.sp-contact-pill:hover {
    background: #23283c;
    border-color: rgba(255, 36, 103, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    color: #fff !important;
}

.sp-cp-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: linear-gradient(135deg, #ff2467, #e0115f);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(255, 36, 103, 0.35);
}

.sp-cp-text {
    display: flex;
    flex-direction: column;
}

.sp-cp-label {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.sp-cp-val {
    font-size: 14px;
    font-weight: 700;
    color: #f8fafc;
    letter-spacing: -0.2px;
}

/* Right: Logo & Social Accounts */
.sp-foot-brand-social {
    display: flex;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
}

.sp-foot-logo {
    display: inline-block;
    cursor: pointer !important;
    flex-shrink: 0;
}

.sp-foot-logo img {
    height: 42px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.sp-foot-divider {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

.sp-foot-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.sp-social-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #ff2467;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    text-decoration: none !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(255, 36, 103, 0.35);
    flex-shrink: 0;
}

.sp-social-btn:hover {
    transform: translateY(-3px) scale(1.06);
    background: #e0115f;
    box-shadow: 0 6px 18px rgba(255, 36, 103, 0.55);
    color: #fff !important;
}

/* ── 2. Navigation Tabs Bar (SOSYAL MEDYA, ARAÇLAR, KURUMSAL) ── */
.sp-foot-tabs-wrap {
    display: flex;
    justify-content: center;
    padding: 28px 0 24px 0;
    box-sizing: border-box;
    width: 100%;
}

.sp-foot-tabs {
    display: inline-flex;
    background: #0f121b;
    padding: 6px;
    border-radius: 35px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 25;
    box-sizing: border-box;
}

.sp-tab-btn {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #94a3b8 !important;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 10px 30px;
    border-radius: 30px;
    cursor: pointer !important;
    pointer-events: auto !important;
    transition: all 0.25s ease;
    user-select: none;
    position: relative;
    z-index: 30;
    box-sizing: border-box;
}

.sp-tab-btn:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

.sp-tab-btn.active {
    background: #ff2467 !important;
    color: #fff !important;
    box-shadow: 0 4px 18px rgba(255, 36, 103, 0.45);
}

/* ── 3. Tab Content & 4-Column Pill Grids ── */
.sp-foot-tab-content {
    min-height: 180px;
    position: relative;
    z-index: 22;
    box-sizing: border-box;
}

.sp-tab-pane {
    display: none;
    box-sizing: border-box;
}

.sp-tab-pane.active {
    display: block !important;
    animation: spFadeIn 0.3s ease forwards;
}

@keyframes spFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.sp-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 18px;
    margin-bottom: 22px;
    box-sizing: border-box;
}

.sp-service-pill {
    background: #1c2030;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    color: #e2e8f0 !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 23;
    transition: all 0.25s ease;
    box-sizing: border-box;
    overflow: hidden;
}

.sp-service-pill .sp-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff2467;
    box-shadow: 0 0 8px #ff2467;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.sp-service-pill span:not(.sp-dot) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sp-service-pill:hover {
    background: #252b3d;
    border-color: rgba(255, 36, 103, 0.45);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.sp-service-pill:hover .sp-dot {
    transform: scale(1.3);
    box-shadow: 0 0 12px #ff2467;
}

/* Hidden items for expansion */
.sp-services-grid .sp-item-hidden {
    display: none !important;
}

.sp-services-grid.expanded .sp-item-hidden {
    display: flex !important;
    animation: spFadeIn 0.3s ease forwards;
}

/* Expand / Collapse Button */
.sp-expand-wrap {
    margin-top: 10px;
    margin-bottom: 25px;
    position: relative;
    z-index: 25;
    text-align: center;
}

.sp-toggle-btn {
    background: #ff2467 !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 42px;
    border-radius: 30px;
    cursor: pointer !important;
    pointer-events: auto !important;
    box-shadow: 0 4px 18px rgba(255, 36, 103, 0.45);
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 30;
    user-select: none;
    box-sizing: border-box;
}

.sp-toggle-btn:hover {
    background: #e0115f !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(255, 36, 103, 0.6);
}

.sp-toggle-btn i {
    transition: transform 0.3s ease;
}

.sp-toggle-btn.is-expanded i {
    transform: rotate(180deg);
}

/* ── 4. Trust Badges & Payment Methods Strip ── */
.sp-trust-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    box-sizing: border-box;
}

.sp-trust-item {
    background: #1c2030;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.sp-trust-item:hover {
    background: #23283c;
    border-color: rgba(255, 255, 255, 0.15);
    color: #f8fafc;
}

.sp-trust-item i {
    font-size: 15px;
    color: #cbd5e1;
}

/* ── 5. Copyright Bar ── */
.sp-copyright-bar {
    text-align: center;
    padding: 20px 0 5px 0;
    box-sizing: border-box;
}

.sp-copyright-bar p {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
    font-weight: 500;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1200px) {
    .sp-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .sp-modern-footer {
        padding: 30px 0 15px 0;
    }
    .sp-foot-inner {
        padding: 0 20px;
    }
    .sp-foot-topbar {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .sp-contact-pills {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 12px;
    }
    .sp-foot-brand-social {
        width: 100%;
        justify-content: space-between;
    }
    .sp-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* ── Mobile Layout Fixes (< 768px) ── */
@media (max-width: 767px) {
    .sp-modern-footer {
        padding: 22px 0 12px 0;
    }
    .sp-foot-inner {
        padding: 0 14px !important;
    }

    /* 1. Contact Pills: 100% full width */
    .sp-contact-pills {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }
    .sp-contact-pill {
        width: 100% !important;
        padding: 10px 16px !important;
    }

    /* 2. Logo & Social Icons: Centered column without overflow */
    .sp-foot-brand-social {
        width: 100% !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 16px !important;
        padding: 4px 0 !important;
    }
    .sp-foot-divider {
        display: none !important;
    }
    .sp-foot-logo img {
        height: 38px !important;
        max-width: 170px !important;
    }
    .sp-foot-socials {
        display: flex !important;
        justify-content: center !important;
        gap: 12px !important;
        width: 100% !important;
    }
    .sp-social-btn {
        width: 42px !important;
        height: 42px !important;
        font-size: 18px !important;
        border-radius: 12px !important;
    }

    /* 3. Tab Buttons: Clean 3-column equal grid */
    .sp-foot-tabs-wrap {
        padding: 20px 0 16px 0 !important;
        width: 100% !important;
    }
    .sp-foot-tabs {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 4px !important;
        padding: 4px !important;
        border-radius: 28px !important;
        box-sizing: border-box !important;
    }
    .sp-tab-btn {
        width: 100% !important;
        padding: 9px 2px !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        text-align: center !important;
        white-space: nowrap !important;
        border-radius: 22px !important;
        letter-spacing: 0 !important;
    }

    /* 4. Service Pills: 1 Column full width */
    .sp-services-grid {
        grid-template-columns: 1fr !important;
        gap: 9px !important;
        width: 100% !important;
    }
    .sp-service-pill {
        padding: 12px 16px !important;
        font-size: 13.5px !important;
        width: 100% !important;
    }

    /* 5. Toggle Button */
    .sp-expand-wrap {
        margin: 12px 0 20px 0 !important;
        width: 100% !important;
    }
    .sp-toggle-btn {
        padding: 10px 30px !important;
        font-size: 13px !important;
    }

    /* 6. Trust Strip */
    .sp-trust-strip {
        gap: 7px !important;
        padding: 16px 0 !important;
    }
    .sp-trust-item {
        font-size: 10.5px !important;
        padding: 5px 11px !important;
    }
    .sp-copyright-bar p {
        font-size: 11.5px !important;
    }
}

/* ==========================================================================
   INSTAGRAM PROFİL FOTOĞRAFI BÜYÜTME (PP BÜYÜTME) MODAL & TOOL STYLES
   ========================================================================== */
.sp-badge-tool-new {
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;
    background: linear-gradient(135deg, #ff2467, #7928ca);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    border-radius: 10px;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 0 10px rgba(255, 36, 103, 0.5);
    vertical-align: middle;
}

.sp-igpp-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(8, 10, 15, 0.85);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 16px;
    box-sizing: border-box;
}

.sp-igpp-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sp-igpp-modal {
    width: 100%;
    max-width: 540px;
    max-height: 90vh;
    overflow-y: auto;
    background: #141724;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    box-shadow: 0 25px 70px -10px rgba(0, 0, 0, 0.8), 0 0 50px rgba(255, 36, 103, 0.15);
    transform: scale(0.92) translateY(20px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    box-sizing: border-box;
    padding: 28px 24px;
    color: #ffffff;
}

.sp-igpp-overlay.active .sp-igpp-modal {
    transform: scale(1) translateY(0);
}

.sp-igpp-modal::-webkit-scrollbar {
    width: 6px;
}
.sp-igpp-modal::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

.sp-igpp-close-btn {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #a0aec0;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
}
.sp-igpp-close-btn:hover {
    background: rgba(255, 36, 103, 0.2);
    color: #ff2467;
    border-color: rgba(255, 36, 103, 0.4);
    transform: rotate(90deg);
}

/* Modal Header */
.sp-igpp-head {
    text-align: center;
    margin-bottom: 22px;
}
.sp-igpp-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 36, 103, 0.12);
    border: 1px solid rgba(255, 36, 103, 0.3);
    color: #ff2467;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sp-igpp-title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px 0;
    background: linear-gradient(135deg, #ffffff 40%, #a0aec0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sp-igpp-subtitle {
    font-size: 13px;
    color: #8c98a9;
    margin: 0;
    line-height: 1.5;
}

/* Input Form */
.sp-igpp-form {
    margin-bottom: 18px;
}
.sp-igpp-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background: #0d0f18;
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 4px;
    transition: all 0.25s ease;
}
.sp-igpp-input-wrap:focus-within {
    border-color: #ff2467;
    box-shadow: 0 0 20px rgba(255, 36, 103, 0.25);
}
.sp-igpp-icon-at {
    padding-left: 14px;
    padding-right: 6px;
    color: #ff2467;
    font-size: 16px;
    font-weight: 700;
}
.sp-igpp-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 4px;
}
.sp-igpp-input::placeholder {
    color: #555f71;
    font-weight: 400;
    font-size: 13.5px;
}
.sp-igpp-btn-submit {
    background: linear-gradient(135deg, #ff2467, #7928ca);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 11px 20px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all 0.25s ease;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(255, 36, 103, 0.35);
}
.sp-igpp-btn-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255, 36, 103, 0.5);
}
.sp-igpp-btn-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}

/* Quick Chips */
.sp-igpp-chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
}
.sp-igpp-chips-label {
    font-size: 11.5px;
    color: #69778c;
    font-weight: 600;
}
.sp-igpp-chip {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #a0aec0;
    font-size: 11.5px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.sp-igpp-chip:hover {
    background: rgba(255, 36, 103, 0.15);
    color: #ffffff;
    border-color: rgba(255, 36, 103, 0.4);
}

/* Loading Box */
.sp-igpp-loading {
    display: none;
    text-align: center;
    padding: 30px 10px;
}
.sp-igpp-spinner {
    width: 48px;
    height: 48px;
    border: 3.5px solid rgba(255, 255, 255, 0.1);
    border-top-color: #ff2467;
    border-right-color: #7928ca;
    border-radius: 50%;
    animation: spIgSpin 0.8s linear infinite;
    margin: 0 auto 16px auto;
}
@keyframes spIgSpin {
    to { transform: rotate(360deg); }
}
.sp-igpp-loading-text {
    font-size: 14px;
    color: #a0aec0;
    font-weight: 600;
    margin: 0;
}

/* Error Alert */
.sp-igpp-error {
    display: none;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.35);
    color: #fca5a5;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center;
}

/* Results Area */
.sp-igpp-result {
    display: none;
    animation: spFadeUp 0.35s ease forwards;
}
@keyframes spFadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* User Info Card */
.sp-igpp-user-card {
    background: #0d0f18;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 18px;
}
.sp-igpp-user-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}
.sp-igpp-avatar-mini {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ff2467;
}
.sp-igpp-user-details {
    flex: 1;
    min-width: 0;
}
.sp-igpp-user-name {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 3px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.sp-igpp-badge-verified {
    color: #0095f6;
    font-size: 15px;
}
.sp-igpp-badge-private {
    background: rgba(255, 255, 255, 0.1);
    color: #a0aec0;
    font-size: 10.5px;
    padding: 2px 7px;
    border-radius: 10px;
    font-weight: 600;
}
.sp-igpp-user-handle {
    font-size: 13px;
    color: #ff2467;
    font-weight: 600;
    margin: 0;
}

/* Stats 3-Col */
.sp-igpp-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
}
.sp-igpp-stat-val {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    display: block;
}
.sp-igpp-stat-lbl {
    font-size: 11px;
    color: #69778c;
    font-weight: 600;
    display: block;
    margin-top: 1px;
}

/* Main Image Showcase */
.sp-igpp-image-showcase {
    background: #0d0f18;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 20px 16px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.sp-igpp-shape-toggle {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.06);
    padding: 3px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.sp-igpp-shape-btn {
    background: transparent;
    border: none;
    color: #8c98a9;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.sp-igpp-shape-btn.active {
    background: #ff2467;
    color: #ffffff;
    font-weight: 700;
}

.sp-igpp-img-frame {
    display: inline-block;
    max-width: 320px;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    border: 3px solid #ff2467;
    box-shadow: 0 0 35px rgba(255, 36, 103, 0.35);
    transition: all 0.3s ease;
}
.sp-igpp-img-frame.circle {
    border-radius: 50%;
}
.sp-igpp-img-frame.square {
    border-radius: 20px;
}
.sp-igpp-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.sp-igpp-img-frame:hover .sp-igpp-main-img {
    transform: scale(1.08);
}

.sp-igpp-quality-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 14px;
    background: rgba(0, 200, 83, 0.12);
    border: 1px solid rgba(0, 200, 83, 0.3);
    color: #00e676;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 12px;
}

/* Action Buttons */
.sp-igpp-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
}
.sp-igpp-btn-download {
    background: linear-gradient(135deg, #ff2467, #7928ca);
    color: #ffffff !important;
    text-decoration: none;
    border: none;
    border-radius: 14px;
    padding: 13px 16px;
    font-size: 13.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(255, 36, 103, 0.35);
    transition: all 0.25s ease;
    cursor: pointer;
}
.sp-igpp-btn-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 36, 103, 0.55);
}
.sp-igpp-btn-view {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 13px 16px;
    font-size: 13.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
    cursor: pointer;
}
.sp-igpp-btn-view:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

/* SMM Cross-Sell Promotion Banner */
.sp-igpp-promo-card {
    background: linear-gradient(135deg, rgba(255, 36, 103, 0.1), rgba(121, 40, 202, 0.1));
    border: 1px solid rgba(255, 36, 103, 0.25);
    border-radius: 16px;
    padding: 14px 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.sp-igpp-promo-info {
    flex: 1;
}
.sp-igpp-promo-title {
    font-size: 13.5px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 2px 0;
}
.sp-igpp-promo-desc {
    font-size: 11.5px;
    color: #a0aec0;
    margin: 0;
}
.sp-igpp-promo-btn {
    background: #ff2467;
    color: #ffffff !important;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    transition: all 0.2s ease;
}
.sp-igpp-promo-btn:hover {
    background: #e01a57;
    transform: scale(1.04);
}

/* Reset / Search Again Button */
.sp-igpp-btn-reset {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #8c98a9;
    padding: 11px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}
.sp-igpp-btn-reset:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 576px) {
    .sp-igpp-modal {
        padding: 22px 16px !important;
        border-radius: 20px !important;
    }
    .sp-igpp-title {
        font-size: 19px !important;
    }
    .sp-igpp-actions {
        grid-template-columns: 1fr !important;
    }
    .sp-igpp-promo-card {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .sp-igpp-promo-btn {
        width: 100% !important;
        text-align: center !important;
    }
}

