.faq .section-header, .faq .section-title {
    text-align: center;
}
/* Footer Payment Methods Grid */
.footer-payment-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 10px 0 0 0;
}
.footer-payment-row {
    display: flex;
    flex-direction: row;
    gap: 18px;
    justify-content: center;
    align-items: center;
}
.footer-payment-row .payment-icon-modal,
.footer-note .payment-icons .payment-icon {
    flex: 1 1 0;
    min-width: 130px;
    max-width: 180px;
    justify-content: center;
    text-align: center;
}
.footer-note .payment-icons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    justify-items: center;
    align-items: center;
    margin-top: 0;
}
@media (max-width: 600px) {
    .footer-payment-row {
        gap: 10px;
        font-size: 0.95rem;
    }
    .footer-payment-row .payment-icon-modal {
        min-width: 100px;
        max-width: none;
    }
    .footer-note .payment-icons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .footer-note .payment-icons .payment-icon {
        min-width: auto;
        max-width: none;
    }
}
.footer-contact-item i.fa-whatsapp {
    color: #25D366;
}
.footer-contact-item i.fa-telegram-plane {
    color: #229ED9;
}
.footer-contact-item i.fa-envelope {
    color: #EA4335;
}
body {
    font-family: 'Inter', Arial, sans-serif;
    margin: 0;
    padding: 110px 0 0 0;
    background: linear-gradient(135deg, #0f172a 0%, #1a1f2e 50%, #111827 100%);
    color: #f0f9ff;
    min-height: 100vh;
    line-height: 1.6;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

section,
footer,
header,
nav {
    max-width: 1200px;
    margin: 0 auto;
}

.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    /* solid dark sticky header (opaque) */
    background: #0b1220;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 8px 20px rgba(2,6,23,0.6);
    position: fixed;
    inset: 0 0 auto 0;
    width: 100%;
    z-index: 9999;
    height: 64px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease, border-color 0.25s ease;
}

.top-nav.scrolled {
    background: rgba(11, 18, 32, 0.95);

    backdrop-filter: blur(14px);

    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.14);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.top-nav.scrolled .nav-links a {
    color: #e2e8f0;
}


.top-nav.scrolled .nav-links a:hover {
    color: #06B6D4;
}

.top-nav.scrolled .hamburger span {
    background-color: #f8fafc;
}


.top-nav.scrolled .hamburger:hover span {
    background-color: #0f172a;
}

/* Ensure any sticky header element uses an opaque dark background */
header.sticky {
    background: #0b1220 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 8px 20px rgba(2,6,23,0.6) !important;
}

.nav-left {
    display: flex;
    align-items: center;
}

.brand {
    display: flex;
    align-items: center;
    position: relative;
}

.brand .logo {
    font-size: 24px;
    font-weight: 800;
    background: linear-gradient(135deg, #059669 0%, #0891b2 50%, #06B6D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    gap: 28px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.nav-links a {
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-links a:hover {
    color: #06B6D4;
}

.nav-links a i.fas.fa-home,
.mobile-menu a i.fas.fa-home { color: #059669; }
.nav-links a i.fas.fa-cogs,
.mobile-menu a i.fas.fa-cogs { color: #0891b2; }
.nav-links a i.fas.fa-info-circle,
.mobile-menu a i.fas.fa-info-circle { color: #06B6D4; }
.nav-links a i.fas.fa-blog,
.mobile-menu a i.fas.fa-blog { color: #F59E0B; }
.nav-links a i.fas.fa-envelope,
.mobile-menu a i.fas.fa-envelope { color: #EF4444; }

/* Services nav: main link + chevron + mega dropdown (matches services.html) */
.top-nav,
.top-nav .nav-links {
    overflow: visible;
}

.nav-item-services {
    position: relative;
}

.nav-services-wrap {
    position: relative;
}

.nav-services-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
}

.nav-services-row > a.nav-services-main-link,
.nav-links .nav-item-services > .nav-services-wrap > .nav-services-row > a:first-child {
    flex: 1;
    min-width: 0;
}

.nav-services-chevron {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.nav-services-chevron:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #06B6D4;
}

.top-nav.scrolled .nav-services-chevron {
    background: rgba(15, 23, 42, 0.06);
    color: #475569;
}

.top-nav.scrolled .nav-services-chevron:hover {
    color: #06B6D4;
}

.nav-services-chevron-icon {
    font-size: 0.72rem;
    transition: transform 0.22s ease;
}

.nav-services-wrap.is-open .nav-services-chevron-icon {
    transform: rotate(180deg);
}

.nav-services-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: min(920px, calc(100vw - 28px));
    max-height: min(72vh, 640px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    margin: 0;
    /* Same card look as .mobile-menu (hamburger panel) */
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    z-index: 10050;
    text-align: left;
}

.nav-services-panel[hidden] {
    display: none !important;
}

.nav-services-panel:not([hidden]) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 10px;
}

@media (min-width: 720px) {
    .nav-services-panel:not([hidden]) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.nav-services-panel .nav-svc-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #0f172a;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.25;
    transition: background 0.15s, color 0.15s;
}

.nav-services-panel .nav-svc-link:hover {
    background: #f0fdf4;
    color: #0f172a;
}

.nav-svc-ico {
    flex-shrink: 0;
    width: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.nav-svc-ico--custom {
    width: auto;
    min-width: 2rem;
}

.nav-svc-label {
    flex: 1;
    min-width: 0;
}

.nav-svc-gmail-smtp-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.nav-svc-img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.nav-svc-smtp-pill {
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.15rem 0.4rem;
    border-radius: 999px;
    background: #1a73e8;
    color: #fff;
}

.nav-mini-ig-cookies {
    width: 2rem !important;
    height: 2rem !important;
    margin: 0 !important;
    display: inline-block !important;
    position: relative;
    vertical-align: middle;
}

.nav-mini-ig-cookies .fa-instagram {
    font-size: 1.35rem !important;
    left: 0 !important;
    top: 0 !important;
}

.nav-mini-ig-cookies .instagram-cookie-icon {
    font-size: 0.75rem !important;
    right: -0.05rem !important;
    bottom: -0.05rem !important;
}

.nav-services-panel .nav-svc-ico .fab.fa-instagram { color: #E4405F; }
.nav-services-panel .nav-svc-ico .fas.fa-cookie-bite.instagram-cookie-icon { color: #E4405F; }
.nav-services-panel .nav-svc-ico .fab.fa-facebook { color: #1877F2; }
.nav-services-panel .nav-svc-ico .fab.fa-x-twitter { color: #000000; }
.nav-services-panel .nav-svc-ico .fab.fa-linkedin { color: #0077B5; }
.nav-services-panel .nav-svc-ico .fab.fa-google {
    background: linear-gradient(135deg, #4285F4 0%, #4285F4 25%, #EA4335 25%, #EA4335 50%, #FBBC04 50%, #FBBC04 75%, #34A853 75%, #34A853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.nav-services-panel .nav-svc-ico .fab.fa-threads { color: #1877F2; }
.nav-services-panel .nav-svc-ico .fab.fa-youtube { color: #FF0000; }
.nav-services-panel .nav-svc-ico .fab.fa-tiktok { color: #25F4EE; }
.nav-services-panel .nav-svc-ico .fab.fa-pinterest { color: #E60023; }
.nav-services-panel .nav-svc-ico .fab.fa-reddit-alien { color: #FF4500; }
.nav-services-panel .nav-svc-ico .fab.fa-discord { color: #5865F2; }
.nav-services-panel .nav-svc-ico .fab.fa-spotify { color: #1DB954; }
.nav-services-panel .nav-svc-ico .fas.fa-play-circle { color: #E50914; }
.nav-services-panel .nav-svc-ico .fab.fa-apple { color: #000000; }
.nav-services-panel .nav-svc-ico .fab.fa-microsoft { color: #F25022; }
.nav-services-panel .nav-svc-ico .fab.fa-amazon { color: #FF9900; }
.nav-services-panel .nav-svc-ico .fas.fa-shopping-cart { color: #0064D2; }
.nav-services-panel .nav-svc-ico .fab.fa-paypal { color: #003087; }
.nav-services-panel .nav-svc-ico .fas.fa-coins { color: #0052FF; }
.nav-services-panel .nav-svc-ico .fas.fa-chart-line { color: #F0B90B; }
.nav-services-panel .nav-svc-ico .fas.fa-globe { color: #0066CC; }

.mobile-menu .nav-item-services > .nav-services-wrap {
    width: 100%;
}

.mobile-menu .nav-services-row {
    padding: 10px 14px 8px;
    width: 100%;
    box-sizing: border-box;
}

.mobile-menu .nav-services-row > a:first-child {
    padding: 0;
    flex: 1;
}

.mobile-menu .nav-services-chevron {
    background: rgba(15, 23, 42, 0.06);
    color: #475569;
}

.mobile-menu .nav-services-panel {
    position: static;
    transform: none;
    left: auto;
    width: calc(100% - 16px);
    max-height: min(52vh, 420px);
    margin: 4px 8px 8px;
    padding: 8px;
    border-radius: 16px;
    box-sizing: border-box;
    grid-template-columns: 1fr !important;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.hamburger {
    display: none;
    cursor: pointer;
    width: 24px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    transition: all 0.2s ease;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #475569;
    border-radius: 1px;
    position: absolute;
    left: 0;
    transition: all 0.2s ease;
}

.hamburger span:nth-child(1) {
    top: 0;
}

/* Top (non-scrolled) header: hamburger lines always match dark background */
.hamburger span {
    background-color: rgba(248, 250, 252, 0.95);
}


.hamburger span:nth-child(2) {
    top: 8px;
}

.hamburger span:nth-child(3) {
    top: 16px;
}

.hamburger:hover span {
    background-color: #059669;
}

.hamburger i {
    display: block;
    font-size: inherit;
    line-height: 1;
}

.hamburger:hover {
    color: #059669;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 80px;
    right: 16px;
    width: min(280px, calc(100% - 32px));
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.18);
    z-index: 10002;
    padding: 8px 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 72px);
    -webkit-overflow-scrolling: touch;
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu li {
    margin: 0;
}

.mobile-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    color: #0f172a;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
}

.mobile-menu a:hover {
    background: #f0fdf4;
}

.mobile-menu.active {
    display: block;
}

@media (max-width: 900px) {
    .nav-links {
        display: none;
    }

    .hamburger {
        display: flex;
        right: 8px;
    }

    .top-nav {
        padding: 0 20px;
    }

    .brand .logo {
        font-size: 20px;
    }

    .mobile-menu {
        top: 56px;
        right: 16px;
        width: min(90%, 300px);
    }
}

/* About page: stack the two response cards vertically on small screens (no horizontal scrolling) */
@media (max-width: 900px) {
    body[data-platform="about"] .response-cards-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        overflow: visible !important;
        align-items: stretch !important;
    }
    body[data-platform="about"] .response-times-card {
        width: 100% !important;
        min-width: 0 !important;
    }
}

@media (max-width: 600px) {
    .hero-stars,
    .floating-logos {
        display: none !important;
    }

    .top-nav {
        padding: 14px 16px;
    }

    .brand .logo {
        font-size: 20px;
    }

    .hamburger {
        font-size: 1.5rem;
        padding: 10px;
    }
}

/* Ensure headers/footers or elements initially hidden via inline styles become visible */
header,
footer,
[style*="opacity:0"] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.nav-button {
    padding: 12px 24px;
}

/* Brand logo and text */
.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.brand .logo-text {
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.6px;
    font-style: italic;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}

.brand .logo-text .logo-pva {
    font-weight: 900;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.35);
}

.brand .logo-text .logo-brand {
    font-weight: 700;
    color: #06B6D4; /* blue */
    opacity: 0.98;
}

.brand-link:hover .logo-text {
    transform: translateY(-2px);
    transition: transform 0.18s ease;
}

/* Brand Logo Image Styling */
.brand-logo-image {
    height: 48px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 255, 255, 0.2));
    transition: filter 0.3s ease, transform 0.3s ease;
}

.brand-link:hover .brand-logo-image {
    filter: drop-shadow(0 6px 18px rgba(0, 255, 255, 0.4));
    transform: translateY(-2px);
}

/* Brand Text (next to logo) */
.brand-text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: none;
    background: linear-gradient(90deg,#ff00ff 0%, #00ffff 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* Fallback color for browsers that don't support background-clip:text */
    color: #ffffff;
    text-shadow: 0 6px 18px rgba(0,255,255,0.10), 0 2px 6px rgba(255,0,255,0.06);
    transition: transform .18s ease, text-shadow .18s ease;
}

.brand-text .brand-text-pva { font-weight: 900; }
.brand-text .brand-text-brand { font-weight: 700; opacity: 1; }

.footer-logo-text {
    margin-left: 8px;
    font-weight: 800;
    font-size: 1.05rem;
    line-height: 1;
    white-space: nowrap;
    background: linear-gradient(90deg,#ff00ff 0%, #00ffff 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Fallback color when gradient text clip is unsupported */
    color: #ffffff;
    text-shadow: 0 3px 10px rgba(0,255,255,0.08);
}

/* Footer Contact Single Column */
.footer-contact-single-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
}
.footer-contact-item a {
    color: #344154;
    text-decoration: none;
    font-weight: 500;
}
.footer-contact-item a:hover {
    color: #0d4a78;
    text-decoration: underline;
}

.brand-link:hover .brand-text {
    transform: translateY(-2px);
    text-shadow: 0 8px 28px rgba(0,255,255,0.18), 0 4px 12px rgba(255,0,255,0.08);
}

.hero {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 100px 40px 80px;
    text-align: center;
    background: none;
    color: inherit;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 30px 60px rgba(59, 130, 246, 0.2);
    overflow: visible;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

/* keep hero pseudo-elements as defined per-page */

.hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(90deg, rgba(5, 150, 105, 0.1) 0%, rgba(8, 145, 178, 0.15) 100%);
    color: #059669;
    border-radius: 9999px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 28px;
    border: 1px solid rgba(37, 99, 235, 0.2);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.1);
}

.hero-badge .badge-logo {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
}

.hero-badge .badge-logo svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor;
    stroke: currentColor;
}

.hero-badge .badge-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero h1 {
    font-size: clamp(3.2rem, 6vw, 5.8rem);
    line-height: 1.08;
    margin: 0;
    color: #f0f9ff;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.hero h1 span {
    background: linear-gradient(90deg, #059669 0%, #0891b2 50%, #06B6D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    font-weight: 900;
}

.hero-subtitle {
    max-width: 800px;
    margin: 28px auto 40px;
    font-size: 1.15rem;
    line-height: 1.9;
    color: #cbd5e1;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.hero-subtitle strong {
    color: #06B6D4;
    font-weight: 700;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-response-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 28px auto 0;
    max-width: 940px;
    width: calc(100% - 40px);
}

.response-card {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 22px 24px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #d1d5db;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.response-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    font-size: 1.4rem;
    color: #ffffff;
}

.response-card-fast .response-icon {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.response-card-support .response-icon {
    background: linear-gradient(135deg, #0ea5e9, #1d4ed8);
}

.response-card h4 {
    margin-bottom: 6px;
    font-size: 1.05rem;
    color: #0f172a;
}

.response-card p {
    margin: 0;
    color: #475569;
    line-height: 1.6;
}

.hero-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    align-items: stretch;
    justify-items: center;
    gap: 18px;
    margin: 36px auto 0;
    width: 100%;
    max-width: 900px;
    padding: 0 20px;
}
.system-online-card {
    width: 100%;
    min-width: 0;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    padding: 40px 40px 60px;
    background-color: #ffffff;
}

.features .feature {
    min-height: 260px;
}

.marketplace .services,
.middle-stats .middle-grid,
.products .products-grid,
.why .why-grid,
.reviews .reviews-grid,
.faq .faq-grid,
.footer-grid {
    max-width: 1200px;
    margin: 0 auto;
}

.service,
.product,
.why-item,
.review-card,
.faq-grid details,
.footer-card {
    width: 100%;
}

.hero-stat {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
    box-shadow: 0 20px 50px rgba(5, 150, 105, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.12);
    min-width: 220px;
    transition: all 0.3s ease;
}

.hero-stat:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 65px rgba(5, 150, 105, 0.15);
}

.hero-stat:nth-child(1) {
    background: linear-gradient(180deg, #ffffff 0%, #ecf8fc 100%);
    border-color: rgba(6, 182, 212, 0.12);
}

.hero-stat:nth-child(2) {
    background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
    border-color: rgba(16, 185, 129, 0.12);
}

.hero-stat:nth-child(3) {
    background: linear-gradient(180deg, #ffffff 0%, #fffbeb 100%);
    border-color: rgba(245, 158, 11, 0.12);
}

.stat-badge {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.15rem;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.2);
}

.hero-stat:nth-child(1) .stat-badge {
    background: linear-gradient(135deg, #06B6D4 0%, #0891B2 100%);
    box-shadow: 0 10px 25px rgba(6, 182, 212, 0.3);
}

.hero-stat:nth-child(2) .stat-badge {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

.hero-stat:nth-child(3) .stat-badge {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
}

.hero-stat strong {
    display: block;
    font-size: 1.35rem;
    color: #0f172a;
}

.hero-stat p {
    margin: 6px 0 0;
    color: #475569;
    font-size: 0.98rem;
}

.response-times-card {
    min-width: 320px;
}

.response-cards-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 24px 0 32px;
}

.response-cards-row .response-times-card {
    flex: 1 1 320px;
    max-width: 470px;
}

.response-times-card .stat-badge {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
}

.response-times-card .stat-badge i {
    animation: pulse 1.5s ease-in-out infinite;
}

.response-times-info strong {
    display: block;
    font-size: 1.35rem;
    color: #0f172a;
}

.response-times-info p {
    margin: 6px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 0.98rem;
    font-weight: 400;
    border-bottom: 1px solid rgba(15, 23, 42, 0.04);
    padding-bottom: 8px;
}

.response-times-info p:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.response-times-info p span {
    color: #475569;
}

.response-times-info p span.value {
    color: #059669;
    font-weight: 500;
    white-space: nowrap;
}

.btn-primary,
.nav-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    background: linear-gradient(135deg, #06B6D4 0%, #0891b2 100%);
    color: white;
    padding: 16px 40px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: all 0.3s ease;
    box-shadow: 0 12px 32px rgba(6, 182, 212, 0.25);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

/* Decorative subtle dots for hero sections (visible on non-home pages) */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(6,182,212,0.12) 1px, transparent 1px), radial-gradient(rgba(5,150,105,0.06) 1px, transparent 1px);
    background-size: 22px 22px, 44px 44px;
    background-position: 0 0, 11px 11px;
    pointer-events: none;
    z-index: 0;
    opacity: 1;
}

.hero.home-plain::before { display: none; }

.btn-primary::before,
.nav-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    transition: left 0.3s ease;
}

.btn-primary:hover,
.nav-button:hover,
.btn-secondary:hover,
.service-btn:hover,
.explore-btn:hover,
.product-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(6, 182, 212, 0.35);
}

.btn-primary:hover::before,
.nav-button:hover::before {
    left: 100%;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    background-color: #ffffff;
    color: #06B6D4;
    padding: 16px 40px;
    border-radius: 999px;
    text-decoration: none;
    border: 2px solid #06B6D4;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, transparent 100%);
    transition: left 0.3s ease;
}

.btn-secondary:hover {
    background-color: #ecfdf5;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(6, 182, 212, 0.2);
}

.btn-secondary:hover::before {
    left: 100%;
}

.features,
.marketplace,
.stats,
.products,
.why,
.faq,
footer {
    padding-left: 40px;
    padding-right: 40px;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    padding: 40px 40px 60px;
    background-color: #ffffff;
}

.feature {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 30px;
    flex: 1;
    text-align: center;
    box-shadow: 0 20px 50px rgba(5, 150, 105, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 65px rgba(5, 150, 105, 0.15);
}

.feature:nth-child(1) {
    border-color: rgba(16, 185, 129, 0.15);
    background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
}

.feature:nth-child(2) {
    border-color: rgba(139, 92, 246, 0.15);
    background: linear-gradient(135deg, #ffffff 0%, #faf5ff 100%);
}

.feature:nth-child(3) {
    border-color: rgba(245, 158, 11, 0.15);
    background: linear-gradient(135deg, #ffffff 0%, #fffbeb 100%);
}

.feature-icon {
    font-size: 2rem;
    margin-bottom: 16px;
    display: block;
}

.feature p {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 12px 0 0;
}

.about-features {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 20px 40px;
    display: grid;
    grid-template-columns: 1.2fr 0.95fr;
    gap: 28px;
    align-items: start;
}

.about-features .about-mission {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-feature-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-features .feature {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
}

.about-features .feature-icon {
    font-size: 1.8rem;
    margin-bottom: 14px;
}

.about-features .feature p {
    font-size: 0.92rem;
    line-height: 1.55;
}

.about-features .highlight-row {
    gap: 14px;
    margin: 20px 0 30px;
}

@media screen and (max-width: 900px) {
    .about-features {
        grid-template-columns: 1fr;
    }

    .about-feature-cards {
        width: 100%;
    }
}

.highlight-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin: 24px 0 32px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(6, 182, 212, 0.08);
    border: 1px solid rgba(6, 182, 212, 0.14);
    color: #0f172a;
    font-weight: 600;
    min-height: 88px;
    transition: all 0.3s ease;
}

.highlight-item:hover {
    transform: translateY(-6px);
    background: rgba(6, 182, 212, 0.15);
    border-color: rgba(6, 182, 212, 0.25);
    box-shadow: 0 12px 28px rgba(6, 182, 212, 0.2);
}

.highlight-item span {
    display: block;
    line-height: 1.25;
}

.comparison {
    padding: 60px 40px;
    background: linear-gradient(180deg, #ffffff 0%, #effdf9 100%);
}

.comparison-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 16px;
}

.comparison-table {
    width: 100%;
    table-layout: fixed;
    /* allow horizontal scrolling on small screens by keeping a readable min width */
    min-width: 720px;
    border-radius: 28px;
    overflow: hidden;
    border-collapse: collapse;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 24px 60px rgba(6, 182, 212, 0.08);
    background: #ffffff;
}

@media (max-width: 760px) {
    .comparison {
        padding: 20px 12px;
    }
    .comparison-table {
        min-width: 600px; /* reduce min width on very small devices */
        table-layout: auto;
    }
    .comparison-table th,
    .comparison-table td {
        padding: 12px 10px;
    }
}

.comparison-table thead {
    background: #f8fafc;
}

.comparison-table th,
.comparison-table td {
    padding: 22px 24px;
    vertical-align: middle;
    border-bottom: 1px solid #e2e8f0;
}

.comparison-table th {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
}

.comparison-table th:first-child {
    text-align: left;
}

.comparison-table th:nth-child(2),
.comparison-table th:nth-child(3),
.comparison-table td:nth-child(2),
.comparison-table td:nth-child(3) {
    text-align: center;
}

.comparison-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 700;
    color: #0f172a;
}

.comparison-feature i {
    color: #059669;
    background: rgba(5, 150, 105, 0.08);
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.comparison-pro,
.comparison-con {
    text-align: center;
    font-weight: 700;
}

.comparison-table th.comparison-pro,
.comparison-table td.comparison-pro {
    color: #10b981;
}

.comparison-table th.comparison-pro i,
.comparison-table td.comparison-pro i {
    color: #10b981;
}

.comparison-table th.comparison-con,
.comparison-table td.comparison-con {
    color: #b91c1c;
}

.comparison-table th.comparison-con i,
.comparison-table td.comparison-con i {
    color: #b91c1c;
}

.comparison-con .comparison-value {
    color: #b91c1c;
    background: rgba(185, 28, 28, 0.08);
}

.comparison-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    min-width: 110px;
}

.comparison-value-strong {
    color: #10b981;
    background: rgba(16, 185, 129, 0.12);
}

.comparison-value:not(.comparison-value-strong) {
    color: #475569;
    background: rgba(15, 23, 42, 0.04);
}

.comparison-con .comparison-value:not(.comparison-value-strong) {
    color: #b91c1c;
    background: rgba(185, 28, 28, 0.08);
}

.comparison-row:nth-child(odd) {
    background: #f8fbff;
}

.comparison-row:last-child td {
    border-bottom: none;
}

@media (max-width: 900px) {
    /* Keep table layout on small screens; allow horizontal scrolling instead */
    .comparison {
        padding: 20px 12px;
    }

    .comparison-table {
        table-layout: fixed;
        min-width: 540px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 12px 10px;
    }

    .comparison-value {
        justify-content: center;
    }
}

.highlight-item i {
    font-size: 1.35rem;
    color: #059669;
}

.feature:nth-child(1) .feature-icon {
    color: #10B981;
}

.feature:nth-child(2) .feature-icon {
    color: #8B5CF6;
}

.feature:nth-child(3) .feature-icon {
    color: #F59E0B;
}

.feature h3 {
    margin-top: 0;
    font-size: 1.1rem;
    color: #0f172a;
}

.service,
.product {
    border-radius: 24px;
}

.blog,
.contact,
.privacy {
    padding: 40px 40px 60px;
    background-color: #ffffff;
}

.blog {
    padding: 60px 40px 80px;
    background: linear-gradient(180deg, #ecfdf5 0%, #d9f7e8 100%);
    color: #0f172a;
}

.blog .section-header {
    max-width: 860px;
    margin: 0 auto;
}

.blog .section-tag {
    color: #059669;
}

.blog .section-title {
    color: #0f172a;
}

.blog .section-header p {
    color: #334155;
    max-width: 760px;
    margin: 0 auto;
}

.blog-featured {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 24px;
    margin-top: 40px;
}

.blog-featured-card,
.blog-card-small,
.blog-post {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-featured-card {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-featured-card h3,
.blog-post h3,
.blog-card-small h4 {
    color: #0f172a;
}

.blog-featured-card p,
.blog-card-small p,
.blog-post p,
.blog-card-small .blog-card-tag,
.blog-post .blog-tag {
    color: #475569;
}

.blog-featured-card .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #94a3b8;
    margin-bottom: 24px;
}

.blog-featured-card .post-meta span {
    background: rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 0.95rem;
}

.blog-featured-card .featured-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: grid;
    gap: 14px;
}

.blog-featured-card .featured-list li {
    position: relative;
    padding-left: 24px;
    line-height: 1.7;
}

.blog-featured-card .featured-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #38bdf8;
}

.blog-featured-grid {
    display: grid;
    gap: 24px;
}

.blog-card-small {
    position: relative;
    padding: 38px 28px 28px;
}

.blog-card-small-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(56, 189, 248, 0.16);
    color: #38bdf8;
    font-size: 1.4rem;
    border: 1px solid rgba(56, 189, 248, 0.22);
}

.blog-card-small .blog-card-feature {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #a5f3fc;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
}

.blog-card-tag,
.blog-post .blog-tag {
    display: inline-flex;
    background: rgba(16, 185, 129, 0.15);
    color: #047857;
    padding: 10px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    font-size: 0.9rem;
    font-weight: 700;
}

.blog-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.blog-post,
.blog-card-small {
    padding: 32px;
    text-align: left;
}

.blog-post:hover,
.blog-card-small:hover,
.blog-featured-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.35);
}

.blog .btn-primary,
.blog .btn-secondary,
.blog .read-more {
    margin-top: 24px;
}

.blog .section-header-compact {
    margin-top: 64px;
}

.blog .hero-actions {
    justify-content: center;
}

.blog .hero-subtitle {
    color: #cbd5e1;
}

.blog .hero h1 span {
    color: #38bdf8;
}

.blog {
    padding-top: 120px;
}

.blog .hero {
    border-radius: 0 0 40px 40px;
    background-color: #090e1c;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.14) 1px, transparent 1px),
        radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(135deg, #0f172a 0%, #1a1f2e 50%, #0f172a 100%);
    background-size: 24px 24px, 24px 24px, auto;
    background-position: 0 0, 12px 12px, center;
}

.blog .hero .hero-badge {
    border-color: rgba(56, 189, 248, 0.3);
    color: #38bdf8;
}

.blog .read-more {
    background: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%);
}

.contact-top {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 30px;
    margin-top: 40px;
}

.contact-left {
    display: grid;
    gap: 24px;
}

.contact-card {
    background-color: #f8fafc;
    border: 1px solid #dbeafe;
    border-radius: 24px;
    padding: 32px;
}

.contact-response-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 24px 0;
}

.response-card {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
}

.response-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    font-size: 1.35rem;
    color: #ffffff;
}

.response-card-fast .response-icon {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.response-card-support .response-icon {
    background: linear-gradient(135deg, #0ea5e9, #1d4ed8);
}

.response-card h4 {
    margin-bottom: 6px;
    font-size: 1.05rem;
    color: #0f172a;
}

.response-card p {
    margin: 0;
    color: #475569;
    line-height: 1.55;
}

.contact-card-header h4 {
    font-size: 1.7rem;
    margin-bottom: 12px;
    color: #0f172a;
}

.contact-card-header p {
    color: #475569;
    line-height: 1.8;
}

.contact-details {
    display: grid;
    gap: 12px;
    margin-top: 24px;
    color: #0f172a;
    font-weight: 600;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.contact-actions .product-btn {
    width: auto;
}

.contact-top .contact-methods {
    display: grid;
    gap: 18px;
}

.contact-method {
    text-align: left;
}

.contact-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    background-color: #ecfdf5;
    color: #059669;
    font-size: 1.6rem;
}

.contact-icon-tg {
    background-color: #e0f2fe;
    color: #0284c7;
}

.contact-icon-wa {
    background-color: #dcfce7;
    color: #15803d;
}

.contact-icon-mail {
    background-color: #ffe4e6;
    color: #be123c;
}

.contact-form-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(5, 150, 105, 0.08);
}

.contact-form-header {
    margin-bottom: 24px;
    text-align: left;
}

.contact-form-header h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #0f172a;
}

.contact-form-header p {
    color: #475569;
    line-height: 1.6;
}

.contact-form-note {
    margin-top: 10px;
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-form {
    display: grid;
    gap: 18px;
}

.contact-form label {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
    display: inline-block;
    text-align: left;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 14px 16px;
    font-size: 1rem;
    color: #0f172a;
    background: #f8fafc;
}

.contact-form textarea {
    min-height: 150px;
}

.contact-form .product-btn {
    width: fit-content;
}

.form-status {
    color: #0f172a;
}

.blog-post:hover,
.contact-method:hover,
.privacy-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 65px rgba(5, 150, 105, 0.15);
}

.blog-icon,
.contact-icon,
.privacy-icon {
    font-size: 3rem;
    color: #059669;
    margin-bottom: 20px;
}

.blog-post h3,
.contact-method h3,
.privacy-section h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #0f172a;
}

.blog-post p,
.contact-method p,
.privacy-section p {
    color: #475569;
    line-height: 1.6;
}

.read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #06B6D4 0%, #0891b2 100%);
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-radius: 999px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 28px rgba(6, 182, 212, 0.25);
    position: relative;
    cursor: pointer;
    border: none;
    overflow: hidden;
    max-width: 100%;
}

.read-more::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    transition: left 0.3s ease;
    border-radius: 999px;
    pointer-events: none;
}

.read-more::after {
    content: '→';
    display: inline-block;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.read-more:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(6, 182, 212, 0.3);
}

.read-more:hover::before {
    left: 100%;
}

.read-more:hover::after {
    transform: translateX(4px);
}

.hero.hero-blog {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 100px 40px 80px;
    text-align: center;
    background-color: #090e1c;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.16) 1px, transparent 1px),
        radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(135deg, #0f172a 0%, #1a1f2e 50%, #0f172a 100%);
    background-size: 28px 28px, 28px 28px, auto;
    background-position: 0 0, 14px 14px, center;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 30px 60px rgba(59, 130, 246, 0.2);
    overflow: visible;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.blog .hero-blog .hero-badge {
    color: #38bdf8;
    border-color: rgba(56, 189, 248, 0.3);
}

.blog .hero-blog h1 {
    color: #f0f9ff;
}

.blog .hero-blog .hero-subtitle {
    color: #cbd5e1;
}


.blog .hero-blog h1 {
    color: #0f172a;
    line-height: 1.05;
    margin-top: 24px;
}

.blog .hero-blog .hero-subtitle {
    color: #475569;
    max-width: 720px;
    margin: 0 auto 32px;
    font-size: 1.05rem;
}

.blog .hero-blog .hero-actions {
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 42px;
}

.blog .hero-blog .hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    max-width: 860px;
    margin: 0 auto;
}

.blog .hero-blog .stat-card {
    background: linear-gradient(180deg, #ffffff 0%, #ecf8fc 100%);
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 20px;
    padding: 22px 24px;
}

.blog .hero-blog .stat-value {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
}

.blog .hero-blog .stat-label {
    display: block;
    margin-top: 8px;
    color: #94a3b8;
}

.blog .blog-featured {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 24px;
    margin-top: 40px;
}

.blog-featured-card,
.blog-card-small,
.blog-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-featured-card {
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-featured-card .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: #94a3b8;
    margin-bottom: 24px;
    font-weight: 500;
}

.blog-featured-card .post-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.04);
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 0.95rem;
}

.blog-featured-card h3,
.blog-card h3,
.blog-card-small h4 {
    color: #ffffff;
}

.blog-featured-card p,
.blog-card-small p,
.blog-card p,
.blog-card-tag,
.blog-post-meta span,
.featured-list li,
.blog-card-author,
.blog-card-small .blog-card-tag {
    color: #cbd5e1;
}

.blog-featured-card .featured-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: grid;
    gap: 14px;
}

.blog-featured-card .featured-list li {
    position: relative;
    padding-left: 24px;
    line-height: 1.7;
}

.blog-featured-card .featured-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #38bdf8;
}

.featured-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 30px;
    color: #94a3b8;
}

.featured-footer span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.blog-featured-side {
    display: grid;
    gap: 20px;
}

.blog-card-small {
    padding: 28px;
}

.blog-card-tag,
.blog-post .blog-tag {
    display: inline-flex;
    background: rgba(56, 189, 248, 0.14);
    color: #38bdf8;
    padding: 10px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    font-size: 0.9rem;
    font-weight: 700;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.blog-card {
    position: relative;
    padding: 42px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-card-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: rgba(56, 189, 248, 0.14);
    color: #38bdf8;
    font-size: 2.4rem;
    border: 1px solid rgba(56, 189, 248, 0.22);
}

.blog-card-feature {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.07);
    color: #a5f3fc;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
}

.blog-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #94a3b8;
    font-size: 0.95rem;
}

.blog-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Mobile: stack featured story cards vertically and make each card one viewport high; darken badges for visibility */
@media (max-width: 900px) {
    .blog-featured {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-top: 20px;
    }

    .blog-featured-card,
    .blog-card-small {
        min-height: 100vh;
        box-sizing: border-box;
        padding: 28px;
        border-radius: 18px;
    }

    .blog-featured-side {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    /* Darken badge backgrounds but preserve original hues (darker variants) */
    .blog-featured-card .post-meta span {
        background: rgba(255,255,255,0.08) !important;
        color: #e2e8f0 !important;
        border: none !important;
    }

    .blog-card-tag,
    .blog-card-small .blog-card-tag {
        background: rgba(56,189,248,0.28) !important;
        color: #0369a1 !important;
        border: none !important;
    }

    .blog-card-feature {
        background: rgba(255,255,255,0.12) !important;
        color: #0891b2 !important;
        border: none !important;
    }

    /* Adjust small icons/badges color to a darker blue variant */
    .blog-card-small-icon,
    .blog-card-icon {
        background: rgba(56,189,248,0.28) !important;
        color: #0369a1 !important;
        border: none !important;
    }

    /* Ensure featured card text remains readable */
    .blog-featured-card h3,
    .blog-card-small h4 {
        font-size: 1.6rem;
    }

    /* Reduce hero padding on small screens to avoid extra scroll */
    .hero.hero-blog {
        padding: 60px 20px 40px;
    }
}

.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.blog-card-author {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 0.95rem;
}

.blog-featured-card,
.blog-card-small,
.blog-card,
.newsletter-box,
.category-box,
.author-box {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.blog-featured-card h3,
.blog-card h3,
.blog-card-small h4,
.newsletter-box h3,
.category-box h4,
.author-box h4 {
    color: #0f172a;
}

.blog-featured-card p,
.blog-card-small p,
.blog-card p,
.blog-card-tag,
.blog-post-meta span,
.featured-list li,
.blog-card-author,
.blog-card-small .blog-card-tag,
.newsletter-box p,
.author-box p,
.category-box span {
    color: #475569;
}

.blog-card-tag,
.blog-post .blog-tag {
    background: rgba(16, 185, 129, 0.15);
    color: #047857;
}

.blog-card-icon {
    background: rgba(16, 185, 129, 0.14);
    color: #047857;
    border-color: rgba(16, 185, 129, 0.2);
}

.blog-card-feature {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.blog-card-meta,
.featured-footer,
.footer-note,
.footer-card p,
.footer-card span {
    color: #94a3b8;
}

.blog-bottom {
    padding: 80px 0 60px;
}

.blog-bottom-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
/* View Packages pages: ensure hero spans and badges inherit visible text color
   This fixes cases where background-clip gradients or transparent text
   make headings or badges invisible on light-themed hero backgrounds. */
body[data-platform="instagram"],
body[data-platform="threads"],
body[data-platform="gmail"],
body[data-platform="tiktok"],
body[data-platform="linkedin"],
body[data-platform="twitter"],
body[data-platform="facebook"],
body[data-platform="youtube"],
body[data-platform="pinterest"],
body[data-platform="reddit"],
body[data-platform="discord"],
body[data-platform="spotify"],
body[data-platform="netflix"],
body[data-platform="coinbase"],
body[data-platform="paypal"],
body[data-platform="amazon"],
body[data-platform="ebay"],
body[data-platform="apple"],
body[data-platform="icloud"],
body[data-platform="microsoft"],
body[data-platform="onetpl"],
body[data-platform="twitch"],
body[data-platform="binance"] {
}

body[data-platform="instagram"] .hero h1 span,
body[data-platform="threads"] .hero h1 span,
body[data-platform="gmail"] .hero h1 span,
body[data-platform="tiktok"] .hero h1 span,
body[data-platform="linkedin"] .hero h1 span,
body[data-platform="twitter"] .hero h1 span,
body[data-platform="facebook"] .hero h1 span,
body[data-platform="youtube"] .hero h1 span,
body[data-platform="pinterest"] .hero h1 span,
body[data-platform="reddit"] .hero h1 span,
body[data-platform="discord"] .hero h1 span,
body[data-platform="spotify"] .hero h1 span,
body[data-platform="netflix"] .hero h1 span,
body[data-platform="coinbase"] .hero h1 span,
body[data-platform="paypal"] .hero h1 span,
body[data-platform="amazon"] .hero h1 span,
body[data-platform="ebay"] .hero h1 span,
body[data-platform="apple"] .hero h1 span,
body[data-platform="icloud"] .hero h1 span,
body[data-platform="microsoft"] .hero h1 span,
body[data-platform="onetpl"] .hero h1 span,
body[data-platform="twitch"] .hero h1 span,
body[data-platform="binance"] .hero h1 span,
body[data-platform="instagram"] .hero-badge,
body[data-platform="threads"] .hero-badge,
body[data-platform="gmail"] .hero-badge,
body[data-platform="tiktok"] .hero-badge,
body[data-platform="linkedin"] .hero-badge,
body[data-platform="twitter"] .hero-badge,
body[data-platform="facebook"] .hero-badge,
body[data-platform="youtube"] .hero-badge,
body[data-platform="pinterest"] .hero-badge,
body[data-platform="reddit"] .hero-badge,
body[data-platform="discord"] .hero-badge,
body[data-platform="spotify"] .hero-badge,
body[data-platform="netflix"] .hero-badge,
body[data-platform="coinbase"] .hero-badge,
body[data-platform="paypal"] .hero-badge,
body[data-platform="amazon"] .hero-badge,
body[data-platform="ebay"] .hero-badge,
body[data-platform="apple"] .hero-badge,
body[data-platform="icloud"] .hero-badge,
body[data-platform="microsoft"] .hero-badge,
body[data-platform="onetpl"] .hero-badge,
body[data-platform="twitch"] .hero-badge,
body[data-platform="binance"] .hero-badge {
    -webkit-text-fill-color: initial !important;
    color: inherit !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.06);
}

body[data-platform="instagram"] .hero-badge {
    background: linear-gradient(90deg, rgba(0,0,0,0.80) 0%, rgba(20,20,20,0.70) 100%) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25) !important;
    -webkit-text-fill-color: initial !important;
}

}

.newsletter-box,
.category-box,
.author-box {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
}

.newsletter-box h3,
.category-box h4,
.author-box h4 {
    color: #ffffff;
    margin-bottom: 16px;
}

.newsletter-box p,
.category-box p,
.author-box p {
    color: #cbd5e1;
    line-height: 1.75;
}

.newsletter-form {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.newsletter-form input {
    width: 100%;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(255,255,255,0.06);
    color: #e2e8f0;
}

.newsletter-form input::placeholder {
    color: rgba(226, 232, 240, 0.6);
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.category-list span {
    background: rgba(56, 189, 248, 0.12);
    color: #38bdf8;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 0.95rem;
}

.author-card {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.author-card img {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    object-fit: cover;
    border: 2px solid rgba(56, 189, 248, 0.2);
}

.author-card strong {
    color: #ffffff;
    display: block;
    font-size: 1rem;
}

.author-card p {
    margin: 0;
}

.blog-card:hover,
.blog-card-small:hover,
.blog-featured-card:hover,
.newsletter-box:hover,
.category-box:hover,
.author-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 40px 110px rgba(0, 0, 0, 0.28);
}

@media (max-width: 960px) {
    .blog {
        padding-top: 80px;
    }

    .blog-featured {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .hero.hero-blog {
        padding: 80px 24px 40px;
    }

    .blog-grid,
    .blog-bottom-grid,
    .hero.hero-blog .hero-stats {
        grid-template-columns: 1fr;
    }

    .blog-card,
    .blog-card-small,
    .blog-featured-card,
    .newsletter-box,
    .category-box,
    .author-box {
        padding: 24px;
    }
}

.hero.hero-blog {
    background-color: #090e1c;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.16) 1px, transparent 1px),
        radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(135deg, #0f172a 0%, #1a1f2e 50%, #0f172a 100%);
    border: 1px solid rgba(59, 130, 246, 0.2);
    box-shadow: 0 30px 60px rgba(59, 130, 246, 0.2);
}

.blog-featured-card,
.blog-card-small,
.blog-card,
.newsletter-box,
.category-box,
.author-box {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.28);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.blog-featured-card h3,
.blog-card h3,
.blog-card-small h4,
.newsletter-box h3,
.category-box h4,
.author-box h4,
.author-card strong {
    color: #0f172a;
}

.blog-featured-card p,
.blog-card-small p,
.blog-card p,
.blog-card-tag,
.blog-post-meta span,
.featured-list li,
.blog-card-author,
.blog-card-small .blog-card-tag,
.newsletter-box p,
.author-box p,
.author-card p,
.category-box span {
    color: #475569;
}

.blog-card-tag,
.blog-post .blog-tag {
    background: rgba(16, 185, 129, 0.15);
    color: #047857;
}

.blog-card-icon {
    background: rgba(16, 185, 129, 0.14);
    color: #047857;
    border-color: rgba(16, 185, 129, 0.2);
}

.blog-card-feature {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.blog-card-meta,
.featured-footer,
.blog-card-author {
    color: #64748b;
}

.newsletter-form input {
    background: #ffffff;
    color: #0f172a;
}

.newsletter-form input::placeholder {
    color: rgba(15, 23, 42, 0.5);
}

.category-list span {
    background: #ecfdf5;
    color: #065f46;
}

.article-page {
    padding: 80px 40px 120px;
    color: #0f172a;
    min-height: 100vh;
    background: linear-gradient(180deg, #ecfdf5 0%, #d9f7e8 100%);
}

.article-hero {
    max-width: 980px;
    margin: 0 auto 40px;
    padding: 40px 44px 36px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 32px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.article-hero .article-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, rgba(5, 150, 105, 0.12), rgba(8, 145, 178, 0.12));
    color: #059669;
    padding: 14px 24px;
    border-radius: 9999px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    border: 1px solid rgba(37, 99, 235, 0.2);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.1);
    margin-bottom: 28px;
}

.article-hero h1 {
    margin: 26px 0 16px;
    color: #0f172a;
    font-size: clamp(2.8rem, 4vw, 4.5rem);
    line-height: 1.05;
}

.article-hero .article-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 10px;
    color: #64748b;
    font-size: 0.95rem;
}

.article-hero .article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.article-body {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 28px;
}

.article-body h2 {
    color: #0f172a;
    font-size: 1.55rem;
    margin-top: 0;
}

.article-body p,
.article-body li {
    color: #475569;
    line-height: 1.9;
}

.article-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.article-body li {
    position: relative;
    padding-left: 26px;
}

.article-body li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.85rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #10b981;
}

.article-body blockquote {
    padding: 24px 28px;
    border-left: 4px solid #10b981;
    background: rgba(16, 185, 129, 0.08);
    color: #0f172a;
}

.article-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 32px;
}

/* Mobile: make blog featured cards occupy one viewport-height each and enable snapping */
@media (max-width: 960px) {
    .blog-featured {
        display: flex !important;
        flex-direction: column;
        gap: 18px;
        scroll-snap-type: y mandatory;
    }

    .blog-featured-card,
    .blog-card-small {
        min-height: calc(100vh - 120px);
        box-sizing: border-box;
        padding: 24px;
        width: 100%;
        scroll-snap-align: start;
    }

    .blog-featured-side {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

.article-actions .btn-primary,
.article-actions .btn-secondary {
    min-width: 180px;
}

.marketplace {
    padding: 60px 40px;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #e0f7ff 100%);
}

.products {
    padding: 60px 0;
    background: linear-gradient(180deg, #fdf2f8 0%, #fef2f2 100%);
}

.why {
    padding: 60px 0;
    background: linear-gradient(180deg, #faf5ff 0%, #f5f3ff 100%);
}

.faq {
    padding: 60px 0;
    background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
}

.section-header {
    max-width: 980px;
    margin: 0 auto 48px;
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    background: rgba(5, 150, 105, 0.12);
    color: #059669;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.section-title {
    margin: 18px auto 0;
    font-size: clamp(2.2rem, 3vw, 3rem);
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.section-title span {
    background: linear-gradient(135deg, #059669, #0891b2);
    -webkit-background-clip: text;
    color: transparent;
}

.marketplace .section-title span {
    background: linear-gradient(135deg, #059669 0%, #0891b2 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.products .section-title span {
    background: linear-gradient(135deg, #059669 0%, #0891b2 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.why .section-title span {
    background: linear-gradient(135deg, #059669 0%, #0891b2 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.why .section-header {
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 0 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why .section-title {
    margin: 18px auto 0;
    font-size: clamp(2.8rem, 3vw, 3.6rem);
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.05;
    font-weight: 800;
}

.why .section-header p {
    margin: 20px auto 0;
    max-width: 720px;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.9;
}

.faq .section-title span {
    background: linear-gradient(135deg, #059669 0%, #0891b2 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.faq .section-tag i {
    margin-right: 8px;
    font-size: 0.95rem;
    color: #059669;
}

.faq .section-title .heading-icon {
    display: none;
}

.heading-icon {
    font-size: 1.9rem;
    color: #059669;
}

.marketplace .heading-icon {
    color: #059669;
}

.products .heading-icon {
    color: #059669;
}

.why .heading-icon {
    color: #059669;
}

.faq .heading-icon {
    color: #059669;
}

.middle-stats .heading-icon {
    color: #059669;
}

.section-header p {
    margin: 18px auto 0;
    max-width: 760px;
    color: #475569;
    line-height: 1.75;
}

.middle-stats {
    padding: 60px 40px;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #e0f7ff 100%);
}

.middle-stats .section-header {
    max-width: 700px;
    margin: 0 auto 48px;
}

.middle-stats .section-tag {
    color: #059669;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 1px;
}

.middle-stats .section-title span {
    background: linear-gradient(135deg, #059669 0%, #0891b2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.middle-stats .section-header p {
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-top: 16px;
}

.middle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 32px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
}

@media (max-width: 900px) {
    .middle-card {
        padding: 32px;
        background: linear-gradient(135deg, white 0%, #f8ffff 100%);
        border-radius: 24px;
        box-shadow: 0 20px 50px rgba(5, 150, 105, 0.08);
        border: 2px solid transparent;
        background-clip: padding-box;
        position: relative;
        text-align: left;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    padding: 32px;
    background: linear-gradient(135deg, white 0%, #f8ffff 100%);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(5, 150, 105, 0.08);
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    text-align: left;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
}

.middle-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #EC4899, #8B5CF6, #06B6D4);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.middle-card:nth-child(1)::before {
    background: linear-gradient(90deg, #EC4899, #EC4899);
}

.middle-card:nth-child(2)::before {
    background: linear-gradient(90deg, #8B5CF6, #8B5CF6);
}

.middle-card:nth-child(3)::before {
    background: linear-gradient(90deg, #06B6D4, #06B6D4);
}

.middle-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 65px rgba(5, 150, 105, 0.15);
    border-color: rgba(5, 150, 105, 0.2);
}

.middle-card:hover::before {
    opacity: 1;
}

.middle-card i {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: block;
}

.middle-card:nth-child(1) i {
    color: #EC4899;
}

.middle-card:nth-child(2) i {
    color: #8B5CF6;
}

.middle-card:nth-child(3) i {
    color: #06B6D4;
}

.middle-card h3 {
    margin: 0 0 12px;
    font-size: 1.3rem;
    color: #0f172a;
    font-weight: 700;
}

.middle-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
    flex-grow: 1;
    font-size: 0.95rem;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.why-item {
    text-align: center;
    padding: 26px;
    background-color: #f8fbff;
    border-radius: 24px;
    transition: all 0.3s ease;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.06);
}

.why-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.why-icon {
    font-size: 2.1rem;
    color: #2563eb;
    margin-bottom: 14px;
}


.services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
    margin-top: 32px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.service {
    background-color: white;
    padding: 28px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 50px rgba(5, 150, 105, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.service:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 65px rgba(5, 150, 105, 0.15);
}

.service-icon {
    font-size: 2.5rem;
    width: 3rem;
    height: 3rem;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: contain;
}

.instagram-cookie-icons {
    display: inline-block;
    position: relative;
    width: 3.2rem;
    height: 3.2rem;
}

.instagram-cookie-icons i {
    position: absolute;
}

.instagram-cookie-icons .fa-instagram {
    left: 0;
    top: 0;
    font-size: 2.5rem;
}

.instagram-cookie-icons .instagram-cookie-icon {
    right: -0.1rem;
    bottom: -0.1rem;
    font-size: 1.4rem;
}

.gmail-smtp-image {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-block;
    object-fit: contain;
}

.icloud-smtp-image {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-block;
    object-fit: contain;
}

.gmail-smtp-icon-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    margin: 0 auto 0.75rem;
}

.gmail-smtp-label {
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #1a73e8;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.footer-service-icon.gmail-smtp-image {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.6rem;
}

.footer-service-icon.icloud-smtp-image {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.6rem;
}

/* Platform-specific icon colors */
.service i.fab.fa-instagram { color: #E4405F; }
.service i.fas.fa-cookie-bite.instagram-cookie-icon { color: #E4405F; }
.service i.fab.fa-facebook { color: #1877F2; }
.service i.fab.fa-twitter { color: #1DA1F2; }
.service i.fab.fa-x-twitter { color: #000000; }
.service i.fab.fa-linkedin { color: #0077B5; }
.service i.fab.fa-google { 
    background: linear-gradient(135deg, #4285F4 0%, #4285F4 25%, #EA4335 25%, #EA4335 50%, #FBBC04 50%, #FBBC04 75%, #34A853 75%, #34A853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.service i.fab.fa-threads { color: #1877F2; }
.service i.fab.fa-youtube { color: #FF0000; }
.service i.fab.fa-tiktok { color: #000000; }
.service i.fab.fa-pinterest { color: #E60023; }
.service i.fab.fa-reddit, .service i.fab.fa-reddit-alien { color: #000000; }
.service i.fab.fa-discord { color: #5865F2; }
.service i.fab.fa-twitch { color: #9146FF; }
.service i.fab.fa-spotify { color: #1DB954; }
.service i.fas.fa-play-circle { color: #E50914; } /* Netflix */
.service i.fab.fa-apple { color: #000000; } /* Apple ID and iCloud */
.service i.fab.fa-microsoft { color: #F25022; }
.service i.fab.fa-amazon { color: #FF9900; }
.service i.fas.fa-shopping-cart { color: #0064D2; } /* eBay */
.service i.fab.fa-paypal { color: #003087; }
.service i.fas.fa-coins { color: #0052FF; } /* Coinbase */
.service i.fas.fa-chart-line { color: #F0B90B; } /* Binance */
.service i.fas.fa-hashtag { color: #000000; } /* Threads */
.service i.fab.fa-weixin { color: #07C160; }
.service i.fas.fa-globe { color: #0066CC; } /* Onet.pl */

.service h4 {
    margin-top: 0;
    color: #0f172a;
    font-size: 1.1rem;
}

.service p {
    flex-grow: 1;
    color: #475569;
    line-height: 1.6;
    margin: 12px 0;
}

.service-description {
    flex-grow: 1;
    text-align: left;
    margin: 12px 0 20px;
}

.service-description ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
    color: #475569;
}

.service-description li {
    margin-bottom: 8px;
}

.special-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 28px auto 0;
    padding: 0 20px;
}

.special-services .service {
    /* ensure these cards have independent sizing and don't affect the main grid */
    background-color: white;
    padding: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(5, 150, 105, 0.06);
}

.service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background: linear-gradient(135deg, #06B6D4 0%, #0891b2 100%);
    color: white;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 28px rgba(6, 182, 212, 0.25);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.service-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    transition: left 0.3s ease;
}

.service-btn::after {
    content: '→';
    display: inline-block;
    transition: transform 0.3s ease;
}

.service-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(6, 182, 212, 0.3);
}

.service-btn:hover::before {
    left: 100%;
}

.service-btn:hover::after {
    transform: translateX(4px);
}

.explore-container {
    display: flex;
    justify-content: center;
    margin-top: 52px;
    padding-bottom: 20px;
}

.explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    background: linear-gradient(135deg, #06B6D4 0%, #0891b2 100%);
    color: white;
    font-weight: 700;
    font-size: 1.05rem;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 12px 32px rgba(6, 182, 212, 0.25);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.explore-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    transition: left 0.3s ease;
}

.explore-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(6, 182, 212, 0.35);
    background: linear-gradient(135deg, #0891b2 0%, #06B6D4 100%);
}

.explore-btn:hover::before {
    left: 100%;
}

.explore-btn i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.explore-btn:hover i {
    transform: translateX(4px);
}

.fa-instagram {
    color: #E4405F;
}

.fa-facebook {
    color: #1877F2;
}

.fa-twitter {
    color: #000000;
}

.fa-linkedin {
    color: #0A66C2;
}

.fa-envelope {
    color: #EA4335;
}

.fa-youtube {
    color: #FF0000;
}

.fa-tiktok {
    color: #000000;
}

.fa-pinterest {
    color: #E60023;
}

.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    background-color: white;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.stat {
    padding: 40px;
    text-align: center;
}

.stat-icon {
    font-size: 2rem;
    color: #2563eb;
    margin-bottom: 12px;
    display: block;
}

.stat h3 {
    margin: 0;
    font-size: 2rem;
    color: #0f172a;
}

.products {
    padding: 60px 40px;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #e0f7ff 100%);
    max-width: 1120px;
    margin: 0 auto;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
    justify-items: center;
    align-items: stretch;
    margin: 0 auto;
}

.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    width: 100%;
    max-width: 260px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8ffff 100%);
    border: 1px solid rgba(226, 232, 240, 0.95);
    padding: 34px 20px 22px;
    box-shadow: 0 18px 40px rgba(5, 150, 105, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.products .product {
    position: relative;
}

.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(5, 150, 105, 0.12);
}

.product-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #10b981;
    color: white;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.product-header {
    margin-top: 12px;
    margin-bottom: 24px;
}

.product h4 {
    margin: 0;
    font-size: 0.85rem;
    color: #2563eb;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: capitalize;
}

.product-header {
    margin-bottom: 8px;
}

.product-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.product-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.12);
    color: #0f4ca0;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

/* Google icon specific styling */
.product:nth-child(2) .product-icon {
    background: rgba(37, 99, 235, 0.12);
    color: #0f4ca0;
    box-shadow: none;
    position: relative;
}

.product:nth-child(2) .product-icon i {
    background: linear-gradient(135deg, #4285F4 0%, #4285F4 25%, #EA4335 25%, #EA4335 50%, #FBBC04 50%, #FBBC04 75%, #34A853 75%, #34A853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.product:nth-child(2) .product-icon:hover {
    box-shadow: 0 8px 20px rgba(66, 133, 244, 0.25);
    transform: scale(1.1);
}

/* Generic Google icon styling throughout the site */
.fab.fa-google {
    background: linear-gradient(135deg, #4285F4 0%, #EA4335 25%, #FBBC04 50%, #34A853 75%, #4285F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.product-icon:hover {
    transform: scale(1.1);
}

.product-pricing {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin-top: 16px;
}

.product-quantity {
    font-size: 2.8rem;
    font-weight: 900;
    color: #16a34a;
    line-height: 1;
    letter-spacing: -0.02em;
}

.product-quantity .pcs {
    font-size: 0.4em;
    margin-left: 6px;
    font-weight: 600;
    color: #16a34a;
}

body[data-platform] .product-quantity,
body[data-platform] .product-quantity .pcs,
body[data-platform] .product-price {
    color: var(--theme-accent, #16a34a);
}

.product-price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.product-price {
    margin: 0;
    font-size: 2.6rem;
    font-weight: 900;
    color: #16a34a;
    line-height: 1;
    letter-spacing: -0.02em;
}

.fixed-rate {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.product-description {
    margin: 8px 0 0;
    color: #475569;
    line-height: 1.6;
    font-size: 0.98rem;
}

.product p {
    margin: 0;
    color: #475569;
    line-height: 1.6;
    font-size: 0.98rem;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    gap: 10px;
}

.product-features li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #475569;
    font-weight: 600;
    font-size: 0.95rem;
}

.product-features li i {
    color: #10b981;
    font-size: 1rem;
}

.product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.product-price {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 900;
    color: #16a34a;
}

.product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background: linear-gradient(135deg, #06B6D4 0%, #0891b2 100%);
    color: white;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 10px 28px rgba(6, 182, 212, 0.25);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.product-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    transition: left 0.3s ease;
}

.product-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(6, 182, 212, 0.3);
}

.product-btn:hover::before {
    left: 100%;
}

.product h4 {
    margin: 0 0 10px;
    font-size: 1.9rem;
    line-height: 1.05;
}

.product p {
    margin: 0;
    color: #475569;
    line-height: 1.8;
    font-size: 1rem;
}

    .product p.product-price {
        color: #16a34a;
    }

    font-weight: 600;
}

.product-features li i {
    color: #10b981;
    font-size: 1.1rem;
}

.product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 26px;
}

.product-price {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 900;
    color: #16a34a;
}

.product-btn {
    min-width: 140px;
    white-space: nowrap;
}

.why {
    padding: 60px 40px;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #e0f7ff 100%);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.why-item {
    text-align: center;
    padding: 32px 24px;
    background-color: #ffffff;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    transition: all 0.3s ease;
}

.why-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.15);
}

.why-icon-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
}

.why-item.why-ban .why-icon-wrap {
    background: rgba(14, 165, 233, 0.14);
    color: #0d9488;
}

.why-item.why-trust .why-icon-wrap {
    background: rgba(16, 185, 129, 0.14);
    color: #16a34a;
}

.why-item.why-badge .why-icon-wrap {
    background: rgba(234, 179, 8, 0.14);
    color: #b45309;
}

.why-item h4 {
    margin-bottom: 12px;
    color: #0f172a;
}

.why-item p {
    margin: 0;
    color: #475569;
    line-height: 1.8;
}

.reviews {
    padding: 60px 40px;
    background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
}

.reviews-container {
    margin-top: 32px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
}

.reviews-track {
    display: flex;
    gap: 24px;
    width: max-content;
    padding-bottom: 4px;
}

.reviews-container::-webkit-scrollbar {
    height: 8px;
}

.reviews-container::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.2);
    border-radius: 999px;
}

.reviews-container::-webkit-scrollbar-track {
    background: transparent;
}

.review-card {
    flex: 0 0 380px;
    min-width: 320px;
    max-width: 420px;
    scroll-snap-align: start;
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 20px;
    align-items: start;
    padding: 28px;
    border-radius: 28px;
    background: white;
    box-shadow: 0 20px 50px rgba(5, 150, 105, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.9);
    transition: all 0.3s ease;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(5, 150, 105, 0.15);
}

.review-avatar {
    width: 88px;
    height: 88px;
    border-radius: 24px;
    overflow: hidden;
    border: 3px solid rgba(6, 182, 212, 0.18);
}

.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 10px;
}

.review-meta strong {
    font-size: 1rem;
    color: #0f172a;
}

.review-meta span {
    color: #64748b;
    font-size: 0.92rem;
}

.review-stars {
    display: flex;
    gap: 6px;
    margin-bottom: 18px;
    color: #f59e0b;
}

.review-card p {
    margin: 0;
    color: #475569;
    line-height: 1.8;
}

.faq-grid {
    display: grid;
    gap: 18px;
    margin-top: 30px;
}

.faq-grid details {
    background: white;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 22px;
    padding: 22px 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
    transition: all 0.3s ease;
}

.faq-grid details:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.faq-grid summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.faq-grid summary i {
    color: #059669;
    font-size: 1.2rem;
}

.faq-grid p {
    margin: 18px 0 0;
    color: #475569;
    line-height: 1.75;
    font-size: 0.98rem;
}

.why {
    padding: 60px 40px;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #e0f7ff 100%);
}

.why div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.why-item {
    text-align: center;
    padding: 20px;
    background-color: #f8fbff;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(5, 150, 105, 0.08);
    transition: all 0.3s ease;
}

.why-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(5, 150, 105, 0.2);
}

.why-icon {
    font-size: 2rem;
    color: #2563eb;
    margin-bottom: 12px;
    display: block;
}

.faq {
    padding: 60px 40px;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #e0f7ff 100%);
}

footer {
    background-color: #080d1a;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.14) 1px, transparent 1px),
        radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(135deg, #0f172a 0%, #1a1f2e 50%, #111827 100%);
    background-size: 24px 24px, 24px 24px, auto;
    background-position: 0 0, 12px 12px, center;
    color: white;
    padding: 60px 40px 30px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(59, 130, 246, 0.2);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    max-width: 1220px;
    margin: 0 auto;
}

.footer-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    margin-left: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    font-weight: 800;
    font-size: 1.35rem;
    line-height: 1;
    letter-spacing: 0.6px;
    font-style: italic;
    color: #ffffff;
}

.footer-logo .logo-pva {
    font-weight: 900;
    color: #ffffff;
}

.footer-logo .logo-brand {
    font-weight: 700;
    color: #06B6D4;
    opacity: 0.98;
}

.footer-logo i {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(59, 130, 246, 0.18);
    color: white;
}

/* Footer Logo Image Styling */
.footer-logo-image {
    height: 56px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 255, 255, 0.15));
}

.footer-card h4 {
    margin: 0;
    color: #ffffff;
    font-size: 1.15rem;
    letter-spacing: 0.01em;
}

.footer-card p,
.footer-card span {
    color: #cbd5e1;
    line-height: 1.9;
}

.footer-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

/* Make 'Quick Links' appear left of 'Top Services' visually on wider screens
   (Quick Links is the 2nd child and Top Services is the 3rd child in markup). */
@media (min-width: 900px) {
    .footer-grid > :nth-child(2) { /* Quick Links */
        grid-column: 1 / 2;
    }
    .footer-grid > :nth-child(3) { /* Top Services */
        grid-column: 2 / 3;
    }
}

.footer-card ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #cbd5e1;
    font-size: 0.98rem;
}

.footer-card ul li i {
    min-width: 28px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(148, 163, 184, 0.16);
    color: #ffffff;
    border-radius: 10px;
    font-size: 0.95rem;
}

.footer-card ul li a {
    color: #cbd5e1;
    text-decoration: none;
}

@media (max-width: 640px) {
    /* Keep response-time / system cards visually identical on small screens
       by preventing vertical wrapping and enabling horizontal scroll. */
    .response-cards-row {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        padding-bottom: 8px;
    }

    .response-cards-row .response-times-card {
        flex: 0 0 320px;
        max-width: 320px;
    }

    .response-times-card .stat-badge {
        width: 48px;
        height: 48px;
    }

    .response-times-info p {
        font-size: 0.95rem;
    }
}

.footer-card ul li a:hover {
    color: #ffffff;
}

.footer-contact li span {
    color: #cbd5e1;
}

.footer-contact li i.fab.fa-whatsapp {
    color: #25D366;
}

.footer-contact li i.fab.fa-telegram-plane {
    color: #0088cc;
}

.footer-contact li i.fas.fa-envelope {
    color: #EA4335;
}

.footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-social a {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(59, 130, 246, 0.16);
    color: white;
    border-radius: 50%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999px;
}

.footer-social a i {
    text-indent: 0;
    line-height: 1;
}

.footer-social a:nth-child(1) i { color: #0088cc; }
.footer-social a:nth-child(2) i { color: #25D366; }
.footer-social a:nth-child(3) i { color: #E4405F; }
.footer-card ul li i.fab.fa-instagram { color: #E4405F; }
.footer-card ul li i.fab.fa-facebook { color: #1877F2; }
.footer-card ul li i.fab.fa-x-twitter { color: #1DA1F2; }
.footer-card ul li i.fab.fa-linkedin { color: #0077B5; }
.footer-card ul li i.fab.fa-google { 
    background: linear-gradient(135deg, #4285F4 0%, #4285F4 25%, #EA4335 25%, #EA4335 50%, #FBBC04 50%, #FBBC04 75%, #34A853 75%, #34A853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.footer-card ul li i.fab.fa-youtube { color: #FF0000; }
.footer-card ul li i.fab.fa-tiktok { color: #000000; }
.footer-card ul li i.fab.fa-threads { color: #1877F2; }
.footer-card ul li i.fab.fa-pinterest { color: #E60023; }
.footer-card ul li i.fas.fa-home { color: #059669; }
.footer-card ul li i.fas.fa-info-circle { color: #06B6D4; }
.footer-card ul li i.fas.fa-cogs { color: #0891b2; }
.footer-card ul li i.fas.fa-blog { color: #F59E0B; }
.footer-card ul li i.fas.fa-envelope { color: #EF4444; }
.footer-card ul li i.fas.fa-shield-alt { color: #10B981; }

.footer-note {
    margin-top: 40px;
    text-align: center;
    color: #94a3b8;
}

.footer-note p {
    margin: 0;
}

/* Floating Social Logo Styles */
/* Remove floating icons globally (footer/header and subpages) */
.floating-logos,
footer .floating-logos {
    display: none !important;
}

.hero .floating-logos .fab.fa-tiktok {
    display: none;
}

.floating-logo {
    position: absolute;
    font-size: 3rem;
    opacity: 0.95;
    text-shadow: 0 0 10px rgba(248, 250, 252, 0.5);
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    pointer-events: none;
    will-change: transform;
    z-index: 0; /* keep behind main content */
}

footer .floating-logo:nth-child(3) {
    bottom: 5%;
    left: 20%;
    top: auto;
}

footer .floating-logo:nth-child(6) {
    bottom: 5%;
    right: 20%;
    top: auto;
}

.floating-logo:nth-child(1) {
    top: 6%;
    left: 12%;
    animation-name: float-1;
    animation-delay: 0s;
    animation-duration: 10.5s;
    color: #E1306C;
}

.floating-logo:nth-child(2) {
    top: 10%;
    right: 12%;
    animation-name: float-2;
    animation-delay: -1.5s;
    animation-duration: 10.5s;
    color: #000000;
}

.floating-logo:nth-child(3) {
    top: 42%;
    left: 2%;
    animation-name: float-3;
    animation-delay: -2.5s;
    animation-duration: 11s;
    color: #EA4335;
}

.floating-logo:nth-child(4) {
    top: 18%;
    right: 18%;
    animation-name: float-4;
    animation-delay: -3s;
    animation-duration: 10.5s;
    color: #0A66C2;
}

.floating-logo:nth-child(5) {
    display: none;
}

.floating-logo:nth-child(6) {
    top: 20%;
    right: 14%;
    animation-name: float-6;
    animation-delay: -4s;
    animation-duration: 10.5s;
    color: #4285F4;
}

.floating-logo:nth-child(7) {
    top: 40%;
    right: 4%;
    animation-name: float-7;
    animation-delay: -4.5s;
    animation-duration: 10s;
    color: #1877F2;
}

@keyframes float-1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    50% { transform: translate(8px, 5px) rotate(3deg) scale(1.02); }
}

@keyframes float-2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    50% { transform: translate(-8px, 8px) rotate(-2deg) scale(1.02); }
}

@keyframes float-3 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    50% { transform: translate(6px, -6px) rotate(2deg) scale(1.01); }
}

@keyframes float-4 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    50% { transform: translate(-6px, 6px) rotate(-2deg) scale(1.01); }
}

@keyframes float-5 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    50% { transform: translate(6px, -8px) rotate(2deg) scale(1.01); }
}

@keyframes float-6 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    50% { transform: translate(-8px, 6px) rotate(-2deg) scale(1.02); }
}

@keyframes float-7 {
    0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
    50% { transform: translate(6px, 6px) rotate(2deg) scale(1.01); }
}

.support-widgets {
    position: fixed;
    z-index: 1100;
    pointer-events: none;
    left: 16px;
    bottom: 24px;
    top: auto;
    transform: none;
}

.support-widgets .support-left {
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
    left: 16px;
    bottom: 24px;
    top: auto;
    transform: none;
    align-items: flex-start;
}

.support-widgets .support-left .support-button {
    pointer-events: auto;
}

.support-widgets .support-right {
    display: none;
}

@media (max-width: 840px) {
    .support-widgets {
        left: 12px;
        top: auto;
        bottom: 24px;
        transform: none;
    }

    .support-widgets .support-left {
        left: 12px;
        top: auto;
        bottom: 24px;
        transform: none;
    }
}

.support-widgets .support-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 999px;
    padding: 0 14px;
    min-height: 48px;
    min-width: 48px;
    background: #059669;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-weight: 700;
    gap: 10px;
}

.support-widgets .support-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.22);
}

.support-widgets .support-button.telegram {
    background: #0088cc;
}

.support-widgets .support-button.whatsapp {
    background: #25d366;
}

.support-widgets .support-button i {
    font-size: 1.1rem;
}

.support-widgets .support-button span {
    display: inline-block;
    font-size: 0.95rem;
    line-height: 1;
}

@media (max-width: 840px) {
    .support-widgets .support-left {
        left: 12px;
        bottom: 12px;
        flex-direction: column;
        justify-content: flex-start;
    }

    .support-widgets .support-right {
        left: 12px;
        right: 12px;
        bottom: 12px;
        flex-direction: column;
        justify-content: flex-start;
        position: fixed;
    }
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 11010;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease;
}

/* Center modal content vertically and horizontally when shown (modal display will be set to `flex` by JS) */
.modal {
    align-items: center;
    justify-content: center;
}

/* Mobile / Small-screen adjustments */
@media (max-width: 768px) {
    .container { padding: 0 16px; }
    .grid, .grid-cols-1, .sm\:grid-cols-2, .lg\:grid-cols-3, .xl\:grid-cols-4 {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    .hero { padding: 48px 16px; }
    .hero h1, h1 { font-size: 28px !important; line-height: 1.15 !important; }
    .hero p, p { font-size: 16px !important; }
    .group\/card, .service, .group-card, .group-card * {
        padding: 12px !important;
    }
    .group\/card { padding: 12px 12px !important; }
    .brand .logo-text, .brand-text { font-size: 16px !important; }
    header .container { padding: 8px 12px !important; }
    .nav-links { display: none !important; }
    .hamburger { display: flex !important; }
    .footer-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 16px !important; }
    .footer-card ul,
    .footer-contact {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }
    .footer-card ul li,
    .footer-contact li { width: 100% !important; }
    .fixed.bottom-6.left-6 { display: none !important; }
    img.w-8, .w-8 { width: 2rem !important; height: 2rem !important; }

    /* Ensure footer has comfortable spacing and doesn't get overlapped on small screens */
    footer {
        padding: 32px 12px 48px !important;
    }

    .footer-grid {
        padding: 0 6px 12px !important;
    }

    .footer-card {
        padding: 12px !important;
    }

    .footer-note {
        margin-top: 20px !important;
        padding-bottom: 12px !important;
        text-align: center !important;
    }
}

@media (max-width: 420px) {
    .hero h1, h1 { font-size: 22px !important; }
    .hero p, p { font-size: 14px !important; }
    .group\/card { padding: 10px !important; }
    .brand-logo-image { height: 36px !important; }
}

.modal-content {
    background-color: white;
    margin: auto;
    padding: 30px 40px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    animation: slideIn 0.3s ease;
}

.modal-content h3 {
    margin: 0 0 24px 0;
    font-size: 1.8rem;
    color: #0f172a;
    font-weight: 700;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: black;
}

.contact-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.contact-options a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0;
    padding: 14px 22px;
    text-decoration: none;
    color: #111827;
    border: 2px solid #d1d5db;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 1rem;
    background: rgba(243, 244, 246, 0.95);
    backdrop-filter: blur(10px);
    min-width: 240px;
    width: 100%;
    max-width: 360px;
    white-space: normal;
    text-align: left;
}

.contact-options a span {
    display: inline-block;
    flex: 1;
    text-align: left;
}

.contact-options a i {
    width: 28px;
    min-width: 28px;
    text-align: center;
    font-size: 1.3rem;
}

.contact-options a:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.payment-methods-modal {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #e5e7eb;
}

.payment-methods-modal p {
    color: #111827;
    font-size: 0.95rem;
    margin-bottom: 12px;
    font-weight: 700;
}

.contact-note {
    font-size: 0.95rem;
    color: #111827;
    font-weight: 700;
    margin-bottom: 14px;
}

.contact-note.contact-note-order {
    margin-top: 12px;
    margin-bottom: 8px;
    padding-top: 12px;
    border-top: 2px solid #e5e7eb;
    line-height: 1.5;
}

.contact-note.contact-note-order p {
    margin: 8px 0 0;
    font-weight: 500;
    color: #374151;
}

.contact-note.contact-note-order strong {
    color: #111827;
    font-size: 1rem;
}

.response-time {
    font-size: 0.95rem;
    color: #111827;
    font-style: normal;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.response-time i {
    color: #ef4444;
}
.payment-icons-modal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.payment-icon-modal {
    border-radius: 14px;
    padding: 12px 16px;
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid transparent;
    animation: float 3s ease-in-out infinite;
    will-change: transform;
}

.payment-icon-modal:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.payment-icon-modal i,
.payment-icon-modal svg {
    font-size: 1.05rem;
    width: 20px;
    height: 20px;
}

.payment-icon-modal.bitcoin-icon {
    background: linear-gradient(135deg, #f7931a 0%, #ffb347 100%);
    border-color: #e07b12;
}

.payment-icon-modal.binance-icon {
    background: linear-gradient(135deg, #f4c642 0%, #f0b90b 40%, #d49d0f 100%);
    border-color: rgba(255, 255, 255, 0.22);
    color: white;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(14px);
    animation: float 3s ease-in-out infinite;
}

.payment-icon-modal.binance-icon i {
    color: white;
}

.payment-icon-modal.crypto-icon {
    background: linear-gradient(135deg, #3c3c3d 0%, #8c8c8c 100%);
    border-color: #2b2b2c;
}

.payment-icon-modal.card-icon {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    border-color: #111827;
}

.payment-icon-modal.paypal-icon {
    background: linear-gradient(135deg, #003087 0%, #009cde 100%);
    border-color: #00216b;
}

.payment-icon-modal.bank-icon {
    background: linear-gradient(135deg, #047857 0%, #10b981 100%);
    border-color: #036749;
}

.payment-icon-modal.bank-icon i,
.payment-icon-modal.card-icon i,
.payment-icon-modal.paypal-icon i,
.payment-icon-modal.bitcoin-icon i,
.payment-icon-modal.crypto-icon i {
    color: white;
}

.contact-options i {
    margin-right: 0;
    font-size: 1.3rem;
}

.contact-options a:nth-child(1) i { color: #0088cc; }
.contact-options a:nth-child(2) i { color: #25D366; }
.contact-options a:nth-child(3) i { color: #EA4335; }
.contact-options a i {
    font-size: 1.2rem;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@media (max-width: 900px) {
    footer {
        padding: 50px 24px 24px;
    }

    .footer-grid {
        gap: 24px;
    }
}

@media (max-width: 900px) {
    .top-nav {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 20px 24px;
    }

    .nav-links {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px;
    }

    .nav-button {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        text-align: center;
    }

    .hero {
        padding: 70px 24px 32px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .hero-info,
    .features,
    .blog,
    .contact,
    .privacy,
    .stats,
    .products,
    .why,
    .reviews,
    .faq,
    footer {
        padding-left: 24px;
        padding-right: 24px;
    }

    .products-grid,
    .why-grid,
    .reviews-grid,
    .faq-grid,
    .footer-grid {
        gap: 20px;
    }

    .product,
    .why-item,
    .review-card,
    .footer-card,
    .service,
    .feature {
        max-width: 100%;
    }
}

@media (max-width: 760px) {
    .hero h1 {
        font-size: 2.8rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .section-title {
        font-size: clamp(2rem, 5vw, 2.8rem);
    }

    .section-header {
        padding: 0 12px;
    }

    .faq .section-header {
        align-items: center;
        text-align: center;
    }

    .faq .section-title {
        justify-content: center;
        width: auto;
    }

    .faq .section-tag {
        margin: 0 auto 16px;
    }

    .faq-grid {
        margin-top: 20px;
    }

    .faq-grid details {
        padding: 20px 18px;
    }

    .faq-grid summary {
        font-size: 1rem;
    }

    .faq-grid summary i {
        font-size: 1rem;
    }

    .products-grid,
    .why-grid,
    .blog-posts,
    .contact-top,
    .contact-grid,
    .contact-methods,
    .contact-response-row,
    .hero-response-row,
    .privacy-sections,
    .reviews-grid,
    .faq-grid,
    .footer-grid,
    .highlight-row {
        grid-template-columns: 1fr;
    }

    .product,
    .why-item,
    .review-card,
    .faq-grid details,
    .footer-card,
    .highlight-item {
        width: 100%;
        max-width: 100%;
    }

    .product {
        padding: 20px;
    }

    .product h4 {
        font-size: 1.6rem;
    }

    .product-price {
        font-size: 1.2rem;
    }

    .product-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-note {
        flex-direction: column;
    }
}

/* Limited Offer Banner Styles */
.limited-offer-banner {
    background: linear-gradient(90deg, #ff6b35 0%, #ff8c42 50%, #ff6b35 100%);
    padding: 12px 0;
    text-align: center;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9998;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
    animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.offer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    color: white;
    font-weight: 700;
    font-size: 0.95rem;
    position: relative;
}

.offer-fire {
    font-size: 1.2rem;
    color: #ff4500;
    text-shadow: 0 0 12px rgba(255, 69, 0, 1), 0 0 24px rgba(255, 69, 0, 0.5);
    animation: bounce 1.5s ease-in-out infinite, pulse 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

.live-indicator {
    display: none;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: 1.1rem;
    color: #ffffff;
}

.live-indicator i {
    font-size: 1rem;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.05); }
}

.close-banner {
    position: absolute;
    right: 20px;
    cursor: pointer;
    font-size: 1.5rem;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.close-banner:hover {
    opacity: 1;
}

/* System Online Status Styles */
.system-online-badge {
    background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
    border-color: rgba(16, 185, 129, 0.12);
}

.system-status {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
    position: relative;
}

.status-indicator {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #4ade80;
    border-radius: 50%;
    animation: systemPulse 1.2s ease-in-out infinite;
    box-shadow: 0 0 12px rgba(74, 222, 128, 1);
}

@keyframes systemPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 12px rgba(74, 222, 128, 1), 0 0 20px rgba(74, 222, 128, 0.6);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.15);
        box-shadow: 0 0 8px rgba(74, 222, 128, 0.6), 0 0 12px rgba(74, 222, 128, 0.3);
    }
}

.system-info strong {
    display: block;
    font-size: 1.35rem;
    color: #0f172a;
}

.system-info p {
    margin: 6px 0 0;
    color: #059669;
    font-size: 0.98rem;
    font-weight: 600;
}

.system-online-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    min-width: 280px;
    border-radius: 2rem;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
}

.system-online-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.95rem;
    text-align: center;
}

.system-online-card-header strong,
.system-online-card-header p {
    margin: 0;
    text-align: center;
}

.system-online-card-header strong {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #0f172a;
}

.system-online-card-header p {
    color: #64748b;
    font-size: 0.9rem;
}

.system-online-card .status-indicator {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 0 18px rgba(16, 185, 129, 0.35);
}

.system-online-items {
    display: grid;
    gap: 0.75rem;
}

.system-online-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1rem;
    border-radius: 1.25rem;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.system-online-item span {
    color: #475569;
    font-size: 0.95rem;
}

.system-online-item strong {
    color: #059669;
    font-size: 0.98rem;
}

/* Payment Methods Styles */
.payment-methods {
    text-align: center;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive styles for system online card */
@media (max-width: 600px) {
    .system-online-card {
        padding: 1rem;
        min-width: unset;
        border-radius: 1.2rem;
        gap: 0.7rem;
    }
    .system-online-card-header {
        gap: 0.5rem;
    }
    .system-online-card-header strong {
        font-size: 0.95rem;
    }
    .system-online-card-header p {
        font-size: 0.85rem;
    }
    .system-online-items {
        gap: 0.5rem;
    }
    .system-online-item {
        padding: 0.7rem 0.7rem;
        border-radius: 0.8rem;
        font-size: 0.92rem;
    }
    .system-online-item span,
    .system-online-item strong {
        font-size: 0.92rem;
    }
}

.payment-methods p {
    color: #cbd5e1;
    font-size: 0.95rem;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.payment-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.payment-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: white;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: default;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    gap: 10px;
    animation: float 3s ease-in-out infinite;
    will-change: transform;
}

.payment-icon i,
.payment-icon svg {
    font-size: 1rem;
    width: 20px;
    height: 20px;
}

.payment-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.payment-icon.bitcoin-icon {
    background: linear-gradient(135deg, #f7931a 0%, #ffb347 100%);
    border-color: #e07b12;
}

.payment-icon.binance-icon {
    background: linear-gradient(135deg, #f4c642 0%, #f0b90b 40%, #d49d0f 100%);
    border-color: rgba(255, 255, 255, 0.22);
    color: white;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(14px);
    animation: float 3s ease-in-out infinite 0.6s;
}

.payment-icon.binance-icon i {
    color: white;
}

.payment-icon.crypto-icon {
    background: linear-gradient(135deg, #3c3c3d 0%, #8c8c8c 100%);
    border-color: #2b2b2c;
}

.payment-icon.card-icon {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    border-color: #111827;
}

.payment-icon.paypal-icon {
    background: linear-gradient(135deg, #003087 0%, #009cde 100%);
    border-color: #00216b;
}

.payment-icon.bank-icon {
    background: linear-gradient(135deg, #047857 0%, #10b981 100%);
    border-color: #036749;
}

.payment-icon.bitcoin-icon,
.payment-icon.crypto-icon,
.payment-icon.card-icon,
.payment-icon.paypal-icon,
.payment-icon.bank-icon {
    color: white;
}

.payment-icon.bitcoin-icon {
    animation: float 3s ease-in-out infinite;
}

.payment-icon.ethereum-icon {
    animation: float 3s ease-in-out infinite 0.3s;
}

.payment-icon.card-icon {
    animation: float 3s ease-in-out infinite 0.6s;
}

.payment-icon.paypal-icon {
    animation: float 3s ease-in-out infinite 0.9s;
}

.payment-icon.bank-icon {
    animation: float 3s ease-in-out infinite 1.2s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

/* Live Icon Animations */
.feature-icon,
.service-icon,
.stat-badge,
.fab,
.fas {
    animation: iconGlow 2s ease-in-out infinite;
}

/* Contact Icons Animation */
.contact-options a i,
.footer-social a i,
.footer-contact a i {
    animation: contactIconLive 1.5s ease-in-out infinite !important;
    display: inline-block;
}

@keyframes contactIconLive {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 0 rgba(255, 107, 107, 0)) brightness(1);
    }
    50% {
        transform: scale(1.2) rotate(8deg);
        filter: drop-shadow(0 0 10px currentColor) brightness(1.2);
    }
}

/* Feature Icons Animation */
.feature-icon {
    animation: featureIconLive 2s ease-in-out infinite !important;
    display: inline-block;
}

@keyframes featureIconLive {
    0%, 100% {
        transform: scale(1) translateY(0);
        filter: drop-shadow(0 0 0 rgba(5, 150, 105, 0));
    }
    50% {
        transform: scale(1.15) translateY(-4px);
        filter: drop-shadow(0 4px 12px rgba(5, 150, 105, 0.4));
    }
}

/* Service Icons Animation */
.service-icon {
    animation: serviceIconLive 2.2s ease-in-out infinite !important;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    font-size: 2.5rem;
    object-fit: contain;
}

@keyframes serviceIconLive {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(5, 150, 105, 0));
    }
    50% {
        transform: scale(1.25);
        filter: drop-shadow(0 0 15px rgba(5, 150, 105, 0.5));
    }
}

/* Product Feature Icons Animation */
.product-features i {
    animation: checkIconLive 1.8s ease-in-out infinite;
    display: inline-block;
}

@keyframes checkIconLive {
    0%, 100% {
        transform: scale(1);
        color: #10b981;
        filter: drop-shadow(0 0 0 rgba(16, 185, 129, 0));
    }
    50% {
        transform: scale(1.15);
        color: #059669;
        filter: drop-shadow(0 0 8px rgba(16, 185, 129, 0.6));
    }
}

/* Why Section Icons Animation */
.why-icon-wrap i {
    animation: whyIconLive 2s ease-in-out infinite;
    display: inline-block;
}

@keyframes whyIconLive {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 0 rgba(37, 99, 235, 0));
    }
    50% {
        transform: scale(1.2) rotate(-5deg);
        filter: drop-shadow(0 0 12px rgba(37, 99, 235, 0.5));
    }
}

/* Middle Card Icons Animation */
.middle-card i {
    animation: middleCardIconLive 2.1s ease-in-out infinite;
    display: inline-block;
    font-size: 2.2rem;
}

@keyframes middleCardIconLive {
    0%, 100% {
        transform: scale(1) translateY(0);
        filter: drop-shadow(0 0 0 rgba(139, 92, 246, 0));
    }
    50% {
        transform: scale(1.15) translateY(-6px);
        filter: drop-shadow(0 0 12px rgba(139, 92, 246, 0.4));
    }
}

/* Review Stars Animation */
.review-stars i {
    animation: starIconLive 2.5s ease-in-out infinite;
    display: inline-block;
}

@keyframes starIconLive {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(245, 158, 11, 0));
        color: #fbbf24;
    }
    50% {
        transform: scale(1.2);
        filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.7));
        color: #f59e0b;
    }
}

/* FAQ Icons Animation */
.faq-grid summary i {
    animation: faqIconLive 2s ease-in-out infinite;
    display: inline-block;
}

@keyframes faqIconLive {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 0 rgba(59, 130, 246, 0));
    }
    50% {
        transform: scale(1.15) rotate(10deg);
        filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.4));
    }
}

/* Navigation Icons Animation */
.nav-links a i,
.mobile-menu a i {
    animation: navIconLive 2s ease-in-out infinite;
    display: inline-block;
}

@keyframes navIconLive {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    }
    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 6px currentColor);
    }
}

@keyframes iconGlow {
    0%, 100% {
        filter: drop-shadow(0 0 0 rgba(37, 99, 235, 0));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(37, 99, 235, 0.4));
    }
}

.hero-stat:hover .stat-badge,
.feature:hover .feature-icon,
.service:hover .service-icon {
    animation: iconPulse 0.6s ease-out;
}

@keyframes iconPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.footer .footer-social a i {
    animation: socialIconGlow 1.5s ease-in-out infinite;
}

@keyframes socialIconGlow {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    }
    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.6));
    }
}

    .footer {
        padding: 40px 20px 24px;
    }

    .footer-social {
        justify-content: flex-start;
    }

    .footer-card ul li {
        gap: 10px;
    }
}

@media (max-width: 640px) {
    .hamburger {
        display: block;
    }

    .nav-links {
        display: none;
    }

    .nav-button {
        display: none;
    }

    .hero {
        padding: 60px 18px 30px;
    }

    .hero h1 {
        font-size: 2.3rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .product {
        padding-top: 48px;
    }

    .product-badge {
        position: absolute;
        top: 16px;
        right: 16px;
        padding: 8px 14px;
        font-size: 0.82rem;
    }

    .product-header {
        margin-top: 14px;
    }

    .product h4,
    .service h4,
    .why-item h4,
    .footer-card h4 {
        font-size: 1.45rem;
    }

    .product-btn,
    .service-btn,
    .explore-btn {
        width: 100%;
    }

    .hero-actions .btn-primary,
    .hero-actions .btn-secondary {
        width: auto;
    }

    .blog,
    .contact,
    .privacy {
        padding: 24px 18px 40px;
    }

    .blog-posts {
        grid-template-columns: 1fr;
    }

    .blog-post {
        overflow: hidden;
    }

    .read-more {
        max-width: 100%;
        white-space: normal;
    }

    .section-header {
        padding: 0 12px;
    }

    .faq .section-header,
    .faq .section-title,
    .faq .section-tag {
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }

    .faq .section-title {
        margin-left: 0;
    }

    .product {
        max-width: 100%;
    }

    .footer-grid {
        gap: 18px;
    }

    .container,
    .section,
    .footer,
    .header,
    .nav {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .grid,
    .blog-posts,
    .footer-grid,
    .review-grid,
    .service-grid,
    .product-grid {
        grid-template-columns: 1fr !important;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .footer-note {
        margin-top: 30px;
    }

    .feature,
    .service,
    .product,
    .review-card,
    .footer-card,
    .blog-post,
    .blog-featured-card,
    .blog-card-small,
    .contact-card,
    .contact-form-card,
    .faq-grid details {
        width: auto;
        max-width: 100%;
        padding: 22px;
        margin: 0 auto 18px;
        border-radius: 24px;
        text-align: left;
    }

    .feature,
    .service,
    .product,
    .review-card,
    .footer-card,
    .blog-post,
    .blog-featured-card,
    .blog-card-small,
    .contact-card,
    .contact-form-card {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .review-card {
        grid-template-columns: 1fr;
        min-width: auto;
        max-width: 100%;
    }

    .feature h3,
    .service h4,
    .product h4,
    .blog-post h3,
    .blog-featured-card h3,
    .blog-card-small h4,
    .footer-card h4,
    .contact-card-header h4,
    .faq-grid details summary {
        font-size: 1.3rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .feature p,
    .service p,
    .product p,
    .blog-post p,
    .blog-featured-card p,
    .blog-card-small p,
    .footer-card p,
    .footer-card span,
    .contact-card-header p,
    .contact-card p,
    .review-card p,
    .faq-grid details p {
        font-size: 0.98rem;
        line-height: 1.75;
        margin-top: 0;
        margin-bottom: 0;
    }

    .blog-featured-card,
    .blog-card-small,
    .blog-post {
        padding: 22px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        justify-items: stretch;
        align-items: start;
    }

    .footer-card,
    .footer-brand {
        text-align: left;
        align-items: flex-start;
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .footer-logo {
        justify-content: flex-start;
        width: auto;
        text-align: left;
    }

    .footer-card h4 {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    .footer-card ul,
    .footer-contact {
        width: 100%;
        padding-left: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .footer-card ul li,
    .footer-contact li {
        justify-content: flex-start;
        text-align: left;
        gap: 12px;
        width: 100%;
    }

    .footer-brand .footer-social {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .footer-note {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .top-nav {
        padding: 18px 16px;
    }

    .nav-links {
        gap: 12px;
    }

    .hero {
        padding: 50px 16px 28px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 0.92rem;
        max-width: 100%;
    }

    .hero-badge {
        padding: 10px 16px;
        font-size: 0.92rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .feature,
    .service,
    .product,
    .why-item,
    .review-card,
    .footer-card {
        padding: 22px;
    }

    .product-btn,
    .service-btn,
    .btn-primary,
    .btn-secondary,
    .explore-btn {
        padding: 14px 18px;
    }

    .footer-card ul li,
    .product-features li,
    .review-card p {
        font-size: 0.95rem;
    }
}

/* Package styles to match product for service pages */

/* ===== PLATFORM-SPECIFIC THEMING ===== */

/* Default body background */
body {
    transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hero section theming */
.hero {
    transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero h1 span {
    transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-background-clip 0.6s cubic-bezier(0.4, 0, 0.2, 1), background-clip 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-badge {
    transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Instagram Theme */
body[data-platform="instagram"] {
    background: linear-gradient(135deg, #FDF2F8 0%, #FCE7F3 50%, #FBCFE8 100%);
}

body[data-platform="instagram"] .hero {
    background: linear-gradient(135deg, #E1306C 0%, #C13584 50%, #833AB4 100%);
    border-color: rgba(225, 48, 108, 0.3);
}

body[data-platform="instagram"] .hero-badge {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

body[data-platform="instagram"] .hero h1 {
    color: #ffffff;
}

body[data-platform="instagram"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #FDF2F8 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Facebook Theme */
body[data-platform="facebook"] {
    background: linear-gradient(135deg, #EEF3FF 0%, #E8F0FF 50%, #DFE8FF 100%);
}

body[data-platform="facebook"] .hero {
    background: linear-gradient(135deg, #1877F2 0%, #0A66C2 50%, #003A9B 100%);
    border-color: rgba(24, 119, 242, 0.3);
}

body[data-platform="facebook"] .hero-badge {
    background: rgba(2, 39, 83, 0.92) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,0.32) !important;
    padding: 10px 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body[data-platform="facebook"] .hero h1,
body[data-platform="facebook"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="facebook"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #E8F0FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Twitter/X Theme */
body[data-platform="twitter"],
body[data-platform="x"] {
    background: linear-gradient(135deg, #F5F5F5 0%, #EEEEEE 50%, #E8E8E8 100%);
}

body[data-platform="twitter"] .hero,
body[data-platform="x"] .hero {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #333333 100%);
    border-color: rgba(0, 0, 0, 0.3);
}

body[data-platform="twitter"] .hero-badge,
body[data-platform="x"] .hero-badge {
    background: rgba(29, 161, 242, 0.15);
    color: #1DA1F2;
    border-color: rgba(29, 161, 242, 0.3);
}

body[data-platform="twitter"] .hero h1,
body[data-platform="x"] .hero h1,
body[data-platform="twitter"] .hero-subtitle,
body[data-platform="x"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="twitter"] .hero h1 span,
body[data-platform="x"] .hero h1 span {
    background: linear-gradient(90deg, #1DA1F2 0%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* LinkedIn Theme */
body[data-platform="linkedin"] {
    background: linear-gradient(135deg, #EEF5FF 0%, #E8F0FF 50%, #DFE8FF 100%);
}

body[data-platform="linkedin"] .hero {
    background: linear-gradient(135deg, #0A66C2 0%, #0956B4 50%, #073B85 100%);
    border-color: rgba(10, 102, 194, 0.3);
}

body[data-platform="linkedin"] .hero-badge {
    background: rgba(3, 53, 102, 0.9) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35) !important;
}

body[data-platform="linkedin"] .hero h1,
body[data-platform="linkedin"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="linkedin"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #E8F0FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* YouTube Theme */
body[data-platform="youtube"] {
    background: linear-gradient(135deg, #FFE8E8 0%, #FFDDD4 50%, #FFCCCC 100%);
}

body[data-platform="youtube"] .hero {
    background: linear-gradient(135deg, #FF0000 0%, #DD0000 50%, #BB0000 100%);
    border-color: rgba(255, 0, 0, 0.3);
}

body[data-platform="youtube"] .hero-badge {
    background: rgba(40, 0, 0, 0.92) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,0.36) !important;
    padding: 10px 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body[data-platform="youtube"] .hero h1,
body[data-platform="youtube"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="youtube"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #FFDDD4 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Mobile footer overrides: stack footer sections, left-align, spacing similar to Top Services */
@media (max-width: 768px) {
    footer {
        padding: 30px 16px 20px;
    }

    .footer-grid {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        max-width: 100%;
        margin: 0;
    }

    .footer-card {
        width: 100%;
        margin-bottom: 20px;
        align-items: flex-start;
        padding: 0;
        gap: 12px;
    }

    .footer-card h4 {
        text-align: left;
        margin-bottom: 10px;
    }

    .footer-card ul {
        display: block;
        padding: 0;
        margin: 0;
    }

    .footer-card ul li {
        display: block;
        margin-bottom: 8px;
        text-align: left;
        gap: 8px;
        align-items: center;
    }

    .footer-card ul li i,
    .footer-card ul li img {
        margin-right: 8px;
    }

    .footer-logo,
    .footer-note,
    .footer-social {
        text-align: left;
        width: 100%;
    }

    .footer-social {
        justify-content: flex-start;
        margin-top: 8px;
    }

    .footer-note {
        margin-top: 20px;
        text-align: left;
    }
}

/* TikTok Theme */
body[data-platform="tiktok"] {
    background: linear-gradient(135deg, #E8E8FF 0%, #F0E8FF 50%, #F8E8FF 100%);
}

body[data-platform="tiktok"] .hero {
    background: linear-gradient(135deg, #000000 0%, #25F4EE 50%, #FF0050 100%);
    border-color: rgba(37, 244, 238, 0.3);
}

body[data-platform="tiktok"] .hero-badge {
    background: rgba(25, 200, 193, 0.15);
    color: #25F4EE;
    border-color: rgba(25, 200, 193, 0.3);
}

body[data-platform="tiktok"] .hero h1,
body[data-platform="tiktok"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="tiktok"] .hero h1 span {
    background: linear-gradient(90deg, #25F4EE 0%, #FF0050 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Spotify Theme */
body[data-platform="spotify"] {
    background: linear-gradient(135deg, #E8F5E9 0%, #E0F2E9 50%, #D4E9D8 100%);
}

body[data-platform="spotify"] .hero {
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 50%, #0DB14D 100%);
    border-color: rgba(29, 185, 84, 0.3);
}

body[data-platform="spotify"] .hero-badge {
    background: rgba(29, 185, 84, 0.15);
    color: #1DB954;
    border-color: rgba(29, 185, 84, 0.3);
}

body[data-platform="spotify"] .hero h1,
body[data-platform="spotify"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="spotify"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #E0F2E9 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Discord Theme */
body[data-platform="discord"] {
    background: linear-gradient(135deg, #E8E8FF 0%, #EBE8FF 50%, #EEE8FF 100%);
}

body[data-platform="discord"] .hero {
    background: linear-gradient(135deg, #5865F2 0%, #4752C4 50%, #3A4096 100%);
    border-color: rgba(88, 101, 242, 0.3);
}

body[data-platform="discord"] .hero-badge {
    background: rgba(88, 101, 242, 0.15);
    color: #5865F2;
    border-color: rgba(88, 101, 242, 0.3);
}

body[data-platform="discord"] .hero h1,
body[data-platform="discord"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="discord"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #EBE8FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Pinterest Theme */
body[data-platform="pinterest"] {
    background: linear-gradient(135deg, #FFE8E8 0%, #FFDDD4 50%, #FFCCCC 100%);
}

body[data-platform="pinterest"] .hero {
    background: linear-gradient(135deg, #E60023 0%, #B50000 50%, #8B0000 100%);
    border-color: rgba(230, 0, 35, 0.3);
}

body[data-platform="pinterest"] .hero-badge {
    background: rgba(35, 6, 6, 0.92) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 10px 22px rgba(0,0,0,0.34) !important;
    padding: 10px 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body[data-platform="pinterest"] .hero h1,
body[data-platform="pinterest"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="pinterest"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #FFDDD4 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Ensure hero badge visibility for multiple service pages */
body[data-platform="discord"] .hero-badge,
body[data-platform="spotify"] .hero-badge,
body[data-platform="netflix"] .hero-badge,
body[data-platform="coinbase"] .hero-badge,
body[data-platform="paypal"] .hero-badge,
body[data-platform="amazon"] .hero-badge,
body[data-platform="ebay"] .hero-badge,
body[data-platform="apple"] .hero-badge,
body[data-platform="icloud"] .hero-badge,
body[data-platform="microsoft"] .hero-badge,
body[data-platform="icloud-3-question-usa"] .hero-badge,
body[data-platform="icloud-app-password"] .hero-badge {
    background: rgba(12, 12, 12, 0.92) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.36) !important;
    padding: 10px 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Reddit Theme */
body[data-platform="reddit"] {
    background: linear-gradient(135deg, #FFF0E8 0%, #FFE8E0 50%, #FFDDD4 100%);
}

body[data-platform="reddit"] .hero {
    background: linear-gradient(135deg, #FF4500 0%, #FF6314 50%, #FF8847 100%);
    border-color: rgba(255, 69, 0, 0.3);
}

body[data-platform="reddit"] .hero-badge {
    background: rgba(40, 10, 6, 0.92) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 10px 22px rgba(0,0,0,0.34) !important;
    padding: 10px 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body[data-platform="reddit"] .hero h1,
body[data-platform="reddit"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="reddit"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #FFE8E0 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Gmail/Google Theme */
body[data-platform="gmail"],
body[data-platform="google"] {
    background: linear-gradient(135deg, #FFF0E8 0%, #FFE8F0 50%, #F0E8FF 100%);
}

body[data-platform="gmail"] .hero,
body[data-platform="google"] .hero {
    background: linear-gradient(135deg, #EA4335 0%, #4285F4 50%, #34A853 100%);
    border-color: rgba(234, 67, 53, 0.3);
}

body[data-platform="gmail"] .hero-badge,
body[data-platform="google"] .hero-badge {
    background: rgba(234, 67, 53, 0.15);
    color: #EA4335;
    border-color: rgba(234, 67, 53, 0.3);
}

body[data-platform="gmail"] .hero h1,
body[data-platform="google"] .hero h1,
body[data-platform="gmail"] .hero-subtitle,
body[data-platform="google"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="gmail"] .hero h1 span,
body[data-platform="google"] .hero h1 span {
    background: linear-gradient(90deg, #EA4335 0%, #FBBC04 50%, #34A853 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Threads Theme */
body[data-platform="threads"] {
    background: linear-gradient(135deg, #F5F5F5 0%, #EEEEEE 50%, #E8E8E8 100%);
}

body[data-platform="threads"] .hero {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #333333 100%);
    border-color: rgba(0, 0, 0, 0.3);
}

body[data-platform="threads"] .hero-badge {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

body[data-platform="threads"] .hero h1,
body[data-platform="threads"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="threads"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #EEEEEE 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Netflix Theme */
body[data-platform="netflix"] {
    background: linear-gradient(135deg, #FFE8E8 0%, #FFD4D4 50%, #FFC4C4 100%);
}

body[data-platform="netflix"] .hero {
    background: linear-gradient(135deg, #E50914 0%, #B20710 50%, #8B050C 100%);
    border-color: rgba(229, 9, 20, 0.3);
}

body[data-platform="netflix"] .hero-badge {
    background: rgba(229, 9, 20, 0.15);
    color: #E50914;
    border-color: rgba(229, 9, 20, 0.3);
}

body[data-platform="netflix"] .hero h1,
body[data-platform="netflix"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="netflix"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #FFD4D4 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Apple/iCloud Theme */
body[data-platform="apple"],
body[data-platform="icloud"] {
    background: linear-gradient(135deg, #F5F5F7 0%, #EBEBF0 50%, #E0E0E8 100%);
}

body[data-platform="apple"] .hero,
body[data-platform="icloud"] .hero {
    background: linear-gradient(135deg, #000000 0%, #333333 50%, #555555 100%);
    border-color: rgba(0, 0, 0, 0.3);
}

body[data-platform="apple"] .hero-badge,
body[data-platform="icloud"] .hero-badge {
    background: rgba(0, 0, 0, 0.15);
    color: #000000;
    border-color: rgba(0, 0, 0, 0.3);
}

body[data-platform="apple"] .hero h1,
body[data-platform="icloud"] .hero h1,
body[data-platform="apple"] .hero-subtitle,
body[data-platform="icloud"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="apple"] .hero h1 span,
body[data-platform="icloud"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #EBEBF0 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Microsoft/Teams Theme */
body[data-platform="microsoft"],
body[data-platform="teams"] {
    background: linear-gradient(135deg, #E8F0FF 0%, #E0E8F8 50%, #D8E0F0 100%);
}

body[data-platform="microsoft"] .hero,
body[data-platform="teams"] .hero {
    background: linear-gradient(135deg, #00A4EF 0%, #0078D4 50%, #005A9E 100%);
    border-color: rgba(0, 122, 212, 0.3);
}

body[data-platform="microsoft"] .hero-badge,
body[data-platform="teams"] .hero-badge {
    background: rgba(0, 122, 212, 0.15);
    color: #0078D4;
    border-color: rgba(0, 122, 212, 0.3);
}

body[data-platform="microsoft"] .hero h1,
body[data-platform="teams"] .hero h1,
body[data-platform="microsoft"] .hero-subtitle,
body[data-platform="teams"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="microsoft"] .hero h1 span,
body[data-platform="teams"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #E0E8F8 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Amazon Theme */
body[data-platform="amazon"] {
    background: linear-gradient(135deg, #FFF5E8 0%, #FFFAF0 50%, #FFFFE8 100%);
}

body[data-platform="amazon"] .hero {
    background: linear-gradient(135deg, #FF9900 0%, #FF8800 50%, #E68600 100%);
    border-color: rgba(255, 153, 0, 0.3);
}

body[data-platform="amazon"] .hero-badge {
    background: rgba(255, 153, 0, 0.15);
    color: #FF9900;
    border-color: rgba(255, 153, 0, 0.3);
}

body[data-platform="amazon"] .hero h1,
body[data-platform="amazon"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="amazon"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #FFFAF0 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* eBay Theme */
body[data-platform="ebay"] {
    background: linear-gradient(135deg, #FFE8E8 0%, #FFF0E8 50%, #FFFFE8 100%);
}

body[data-platform="ebay"] .hero {
    background: linear-gradient(135deg, #E53238 0%, #C91A00 50%, #8B0000 100%);
    border-color: rgba(229, 50, 56, 0.3);
}

body[data-platform="ebay"] .hero-badge {
    background: rgba(229, 50, 56, 0.15);
    color: #E53238;
    border-color: rgba(229, 50, 56, 0.3);
}

body[data-platform="ebay"] .hero h1,
body[data-platform="ebay"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="ebay"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #FFF0E8 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* PayPal Theme */
body[data-platform="paypal"] {
    background: linear-gradient(135deg, #E8F0FF 0%, #E0E8FF 50%, #D8E0FF 100%);
}

body[data-platform="paypal"] .hero {
    background: linear-gradient(135deg, #003087 0%, #002269 50%, #001a4d 100%);
    border-color: rgba(0, 48, 135, 0.3);
}

body[data-platform="paypal"] .hero-badge {
    background: rgba(0, 48, 135, 0.15);
    color: #003087;
    border-color: rgba(0, 48, 135, 0.3);
}

body[data-platform="paypal"] .hero h1,
body[data-platform="paypal"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="paypal"] .hero h1 span {
    background: linear-gradient(90deg, #009cde 0%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Coinbase Theme */
body[data-platform="coinbase"] {
    background: linear-gradient(135deg, #E8F0FF 0%, #E0E8FF 50%, #D8E0FF 100%);
}

body[data-platform="coinbase"] .hero {
    background: linear-gradient(135deg, #0052FF 0%, #0040D0 50%, #002EA0 100%);
    border-color: rgba(0, 82, 255, 0.3);
}

body[data-platform="coinbase"] .hero-badge {
    background: rgba(0, 82, 255, 0.15);
    color: #0052FF;
    border-color: rgba(0, 82, 255, 0.3);
}

body[data-platform="coinbase"] .hero h1,
body[data-platform="coinbase"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="coinbase"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #E0E8FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Binance Theme */
body[data-platform="binance"] {
    background: linear-gradient(135deg, #FFFFF0 0%, #FFFFF8 50%, #FFFFE8 100%);
}

body[data-platform="binance"] .hero {
    background: linear-gradient(135deg, #F0B90B 0%, #F3B600 50%, #E8AB00 100%);
    border-color: rgba(240, 185, 11, 0.3);
}

body[data-platform="binance"] .hero-badge {
    background: rgba(17, 24, 39, 0.08);
    color: #111827;
    border-color: rgba(17, 24, 39, 0.12);
}

body[data-platform="binance"] .hero h1,
body[data-platform="binance"] .hero-subtitle {
    color: #000000;
}

body[data-platform="binance"] .hero h1 span {
    display: inline-block !important;
    background: none !important;
    color: #111827 !important;
    font-weight: 900 !important;
    -webkit-text-fill-color: #111827 !important;
    text-fill-color: #111827 !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    text-shadow: none !important;
}

/* Twitch Theme */
body[data-platform="twitch"] {
    background: linear-gradient(135deg, #F0E8FF 0%, #E8E0FF 50%, #E0D8FF 100%);
}

body[data-platform="twitch"] .hero {
    background: linear-gradient(135deg, #9146FF 0%, #7E3FB2 50%, #673A85 100%);
    border-color: rgba(145, 70, 255, 0.3);
}

body[data-platform="twitch"] .hero-badge {
    background: rgba(145, 70, 255, 0.15);
    color: #9146FF;
    border-color: rgba(145, 70, 255, 0.3);
}

body[data-platform="twitch"] .hero h1,
body[data-platform="twitch"] .hero-subtitle {
    color: #ffffff;
}

body[data-platform="twitch"] .hero h1 span {
    background: linear-gradient(90deg, #ffffff 0%, #E8E0FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* ===== PLATFORM-SPECIFIC HEADER & FOOTER THEMING ===== */

/* Instagram Header & Footer */
body[data-platform="instagram"] .top-nav {
    background: linear-gradient(135deg, #E1306C 0%, #C13584 100%);
    border-bottom-color: rgba(225, 48, 108, 0.3);
}

body[data-platform="instagram"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #FFE8F5 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="instagram"] footer {
    background: linear-gradient(135deg, #E1306C 0%, #C13584 50%, #833AB4 100%);
}

/* Facebook Header & Footer */
body[data-platform="facebook"] .top-nav {
    background: linear-gradient(135deg, #1877F2 0%, #0A66C2 100%);
    border-bottom-color: rgba(24, 119, 242, 0.3);
}

body[data-platform="facebook"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #E8F0FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="facebook"] footer {
    background: linear-gradient(135deg, #1877F2 0%, #0A66C2 50%, #003A9B 100%);
}

/* Twitter/X Header & Footer */
body[data-platform="twitter"] .top-nav,
body[data-platform="x"] .top-nav {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    border-bottom-color: rgba(0, 0, 0, 0.3);
}

body[data-platform="twitter"] .brand .logo,
body[data-platform="x"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #EEEEEE 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="twitter"] footer,
body[data-platform="x"] footer {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #333333 100%);
}

/* LinkedIn Header & Footer */
body[data-platform="linkedin"] .top-nav {
    background: linear-gradient(135deg, #0A66C2 0%, #0956B4 100%);
    border-bottom-color: rgba(10, 102, 194, 0.3);
}

body[data-platform="linkedin"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #E8F0FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="linkedin"] footer {
    background: linear-gradient(135deg, #0A66C2 0%, #0956B4 50%, #073B85 100%);
}

/* YouTube Header & Footer */
body[data-platform="youtube"] .top-nav {
    background: linear-gradient(135deg, #FF0000 0%, #DD0000 100%);
    border-bottom-color: rgba(255, 0, 0, 0.3);
}

body[data-platform="youtube"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #FFDDD4 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="youtube"] footer {
    background: linear-gradient(135deg, #FF0000 0%, #DD0000 50%, #BB0000 100%);
}

/* TikTok Header & Footer */
body[data-platform="tiktok"] .top-nav {
    background: linear-gradient(135deg, #000000 0%, #25F4EE 100%);
    border-bottom-color: rgba(37, 244, 238, 0.3);
}

body[data-platform="tiktok"] .brand .logo {
    background: linear-gradient(135deg, #25F4EE 0%, #FF0050 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="tiktok"] footer {
    background: linear-gradient(135deg, #000000 0%, #25F4EE 50%, #FF0050 100%);
}

/* Spotify Header & Footer */
body[data-platform="spotify"] .top-nav {
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 100%);
    border-bottom-color: rgba(29, 185, 84, 0.3);
}

body[data-platform="spotify"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #E0F2E9 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="spotify"] footer {
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 50%, #0DB14D 100%);
}

/* Discord Header & Footer */
body[data-platform="discord"] .top-nav {
    background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%);
    border-bottom-color: rgba(88, 101, 242, 0.3);
}

body[data-platform="discord"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #EBE8FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="discord"] footer {
    background: linear-gradient(135deg, #5865F2 0%, #4752C4 50%, #3A4096 100%);
}

/* Pinterest Header & Footer */
body[data-platform="pinterest"] .top-nav {
    background: linear-gradient(135deg, #E60023 0%, #B50000 100%);
    border-bottom-color: rgba(230, 0, 35, 0.3);
}

body[data-platform="pinterest"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #FFDDD4 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="pinterest"] footer {
    background: linear-gradient(135deg, #E60023 0%, #B50000 50%, #8B0000 100%);
}

/* Reddit Header & Footer */
body[data-platform="reddit"] .top-nav {
    background: linear-gradient(135deg, #FF4500 0%, #FF6314 100%);
    border-bottom-color: rgba(255, 69, 0, 0.3);
}

body[data-platform="reddit"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #FFE8E0 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="reddit"] footer {
    background: linear-gradient(135deg, #FF4500 0%, #FF6314 50%, #FF8847 100%);
}

/* Gmail/Google Header & Footer */
body[data-platform="gmail"] .top-nav,
body[data-platform="google"] .top-nav {
    background: linear-gradient(135deg, #EA4335 0%, #4285F4 50%, #34A853 100%);
    border-bottom-color: rgba(234, 67, 53, 0.3);
}

body[data-platform="gmail"] .brand .logo,
body[data-platform="google"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #FFF0E8 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="gmail"] footer,
body[data-platform="google"] footer {
    background: linear-gradient(135deg, #EA4335 0%, #4285F4 50%, #34A853 100%);
}

/* Threads Header & Footer */
body[data-platform="threads"] .top-nav {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    border-bottom-color: rgba(0, 0, 0, 0.3);
}

body[data-platform="threads"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #EEEEEE 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="threads"] footer {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #333333 100%);
}

/* Netflix Header & Footer */
body[data-platform="netflix"] .top-nav {
    background: linear-gradient(135deg, #E50914 0%, #B20710 100%);
    border-bottom-color: rgba(229, 9, 20, 0.3);
}

body[data-platform="netflix"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #FFD4D4 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="netflix"] footer {
    background: linear-gradient(135deg, #E50914 0%, #B20710 50%, #8B050C 100%);
}

/* Apple/iCloud Header & Footer */
body[data-platform="apple"] .top-nav,
body[data-platform="icloud"] .top-nav {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    border-bottom-color: rgba(0, 0, 0, 0.3);
}

body[data-platform="apple"] .brand .logo,
body[data-platform="icloud"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #EBEBF0 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="apple"] footer,
body[data-platform="icloud"] footer {
    background: linear-gradient(135deg, #000000 0%, #333333 50%, #555555 100%);
}

/* Microsoft/Teams Header & Footer */
body[data-platform="microsoft"] .top-nav,
body[data-platform="teams"] .top-nav {
    background: linear-gradient(135deg, #00A4EF 0%, #0078D4 100%);
    border-bottom-color: rgba(0, 122, 212, 0.3);
}

body[data-platform="microsoft"] .brand .logo,
body[data-platform="teams"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #E0E8F8 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="microsoft"] footer,
body[data-platform="teams"] footer {
    background: linear-gradient(135deg, #00A4EF 0%, #0078D4 50%, #005A9E 100%);
}

/* Amazon Header & Footer */
body[data-platform="amazon"] .top-nav {
    background: linear-gradient(135deg, #FF9900 0%, #FF8800 100%);
    border-bottom-color: rgba(255, 153, 0, 0.3);
}

body[data-platform="amazon"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #FFFAF0 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="amazon"] footer {
    background: linear-gradient(135deg, #FF9900 0%, #FF8800 50%, #E68600 100%);
}

/* eBay Header & Footer */
body[data-platform="ebay"] .top-nav {
    background: linear-gradient(135deg, #E53238 0%, #C91A00 100%);
    border-bottom-color: rgba(229, 50, 56, 0.3);
}

body[data-platform="ebay"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #FFF0E8 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="ebay"] footer {
    background: linear-gradient(135deg, #E53238 0%, #C91A00 50%, #8B0000 100%);
}

/* PayPal Header & Footer */
body[data-platform="paypal"] .top-nav {
    background: linear-gradient(135deg, #003087 0%, #002269 100%);
    border-bottom-color: rgba(0, 48, 135, 0.3);
}

body[data-platform="paypal"] .brand .logo {
    background: linear-gradient(135deg, #009cde 0%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="paypal"] footer {
    background: linear-gradient(135deg, #003087 0%, #002269 50%, #001a4d 100%);
}

/* Coinbase Header & Footer */
body[data-platform="coinbase"] .top-nav {
    background: linear-gradient(135deg, #0052FF 0%, #0040D0 100%);
    border-bottom-color: rgba(0, 82, 255, 0.3);
}

body[data-platform="coinbase"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #E0E8FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="coinbase"] footer {
    background: linear-gradient(135deg, #0052FF 0%, #0040D0 50%, #002EA0 100%);
}

/* Binance Header & Footer */
body[data-platform="binance"] .top-nav {
    background: linear-gradient(135deg, #F0B90B 0%, #F3B600 100%);
    border-bottom-color: rgba(240, 185, 11, 0.3);
}

body[data-platform="binance"] .top-nav .nav-links a,
body[data-platform="binance"] .top-nav .nav-services-chevron,
body[data-platform="binance"] .mobile-menu a {
    color: #111827;
}

body[data-platform="binance"] .top-nav .nav-links a:hover,
body[data-platform="binance"] .top-nav .nav-services-chevron:hover,
body[data-platform="binance"] .mobile-menu a:hover {
    color: #000000;
}

body[data-platform="binance"] .brand .logo {
    background: linear-gradient(135deg, #000000 0%, #E8AB00 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="binance"] footer {
    background: linear-gradient(135deg, #F0B90B 0%, #F3B600 50%, #E8AB00 100%);
    color: #000000;
}

body[data-platform="binance"] .limited-offer-banner,
body[data-platform="binance"] .limited-offer-banner .offer-content,
body[data-platform="binance"] .limited-offer-banner .close-banner {
    color: #111827;
}

/* Twitch Header & Footer */
body[data-platform="twitch"] .top-nav {
    background: linear-gradient(135deg, #9146FF 0%, #7E3FB2 100%);
    border-bottom-color: rgba(145, 70, 255, 0.3);
}

body[data-platform="twitch"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #E8E0FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="twitch"] footer {
    background: linear-gradient(135deg, #9146FF 0%, #7E3FB2 50%, #673A85 100%);
}

/* Onet.pl Header & Footer */
body[data-platform="onetpl"] .top-nav {
    background: linear-gradient(135deg, #0066CC 0%, #0052A3 100%);
    border-bottom-color: rgba(0, 102, 204, 0.3);
}

body[data-platform="onetpl"] .brand .logo {
    background: linear-gradient(135deg, #ffffff 0%, #E8F0FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

body[data-platform="onetpl"] footer {
    background: linear-gradient(135deg, #0066CC 0%, #0052A3 50%, #003D7A 100%);
}

/* ===== PLATFORM-SPECIFIC HEADING COLORS ===== */

/* Instagram Headings */
body[data-platform="instagram"] .section-title,
body[data-platform="instagram"] h2,
body[data-platform="instagram"] h3,
body[data-platform="instagram"] h4 {
    color: #E1306C !important;
}

body[data-platform="instagram"] .section-title span {
    background: linear-gradient(90deg, #E1306C 0%, #C13584 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Facebook Headings */
body[data-platform="facebook"] .section-title,
body[data-platform="facebook"] h2,
body[data-platform="facebook"] h3,
body[data-platform="facebook"] h4 {
    color: #1877F2 !important;
}

body[data-platform="facebook"] .section-title span {
    background: linear-gradient(90deg, #1877F2 0%, #0A66C2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Twitter/X Headings */
body[data-platform="twitter"] .section-title,
body[data-platform="x"] .section-title,
body[data-platform="twitter"] h2,
body[data-platform="x"] h2,
body[data-platform="twitter"] h3,
body[data-platform="x"] h3,
body[data-platform="twitter"] h4,
body[data-platform="x"] h4 {
    color: #000000 !important;
}

body[data-platform="twitter"] .section-title span,
body[data-platform="x"] .section-title span {
    background: linear-gradient(90deg, #000000 0%, #1a1a1a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* LinkedIn Headings */
body[data-platform="linkedin"] .section-title,
body[data-platform="linkedin"] h2,
body[data-platform="linkedin"] h3,
body[data-platform="linkedin"] h4 {
    color: #0A66C2 !important;
}

body[data-platform="linkedin"] .section-title span {
    background: linear-gradient(90deg, #0A66C2 0%, #0956B4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* YouTube Headings */
body[data-platform="youtube"] .section-title,
body[data-platform="youtube"] h2,
body[data-platform="youtube"] h3,
body[data-platform="youtube"] h4 {
    color: #FF0000 !important;
}

body[data-platform="youtube"] .section-title span {
    background: linear-gradient(90deg, #FF0000 0%, #DD0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* TikTok Headings */
body[data-platform="tiktok"] .section-title,
body[data-platform="tiktok"] h2,
body[data-platform="tiktok"] h3,
body[data-platform="tiktok"] h4 {
    color: #25F4EE !important;
}

body[data-platform="tiktok"] .section-title span {
    background: linear-gradient(90deg, #25F4EE 0%, #FF0050 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Pinterest Headings */
body[data-platform="pinterest"] .section-title,
body[data-platform="pinterest"] h2,
body[data-platform="pinterest"] h3,
body[data-platform="pinterest"] h4 {
    color: #E60023 !important;
}

body[data-platform="pinterest"] .section-title span {
    background: linear-gradient(90deg, #E60023 0%, #B50000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Reddit Headings */
body[data-platform="reddit"] .section-title,
body[data-platform="reddit"] h2,
body[data-platform="reddit"] h3,
body[data-platform="reddit"] h4 {
    color: #FF4500 !important;
}

body[data-platform="reddit"] .section-title span {
    background: linear-gradient(90deg, #FF4500 0%, #FF6314 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Discord Headings */
body[data-platform="discord"] .section-title,
body[data-platform="discord"] h2,
body[data-platform="discord"] h3,
body[data-platform="discord"] h4 {
    color: #5865F2 !important;
}

body[data-platform="discord"] .section-title span {
    background: linear-gradient(90deg, #5865F2 0%, #4752C4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Spotify Headings */
body[data-platform="spotify"] .section-title,
body[data-platform="spotify"] h2,
body[data-platform="spotify"] h3,
body[data-platform="spotify"] h4 {
    color: #1DB954 !important;
}

body[data-platform="spotify"] .section-title span {
    background: linear-gradient(90deg, #1DB954 0%, #1ed760 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Netflix Headings */
body[data-platform="netflix"] .section-title,
body[data-platform="netflix"] h2,
body[data-platform="netflix"] h3,
body[data-platform="netflix"] h4 {
    color: #E50914 !important;
}

body[data-platform="netflix"] .section-title span {
    background: linear-gradient(90deg, #E50914 0%, #B20710 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Gmail/Google Headings */
body[data-platform="gmail"] .section-title,
body[data-platform="google"] .section-title,
body[data-platform="gmail"] h2,
body[data-platform="google"] h2,
body[data-platform="gmail"] h3,
body[data-platform="google"] h3,
body[data-platform="gmail"] h4,
body[data-platform="google"] h4 {
    color: #EA4335 !important;
}

body[data-platform="gmail"] .section-title span,
body[data-platform="google"] .section-title span {
    background: linear-gradient(90deg, #EA4335 0%, #4285F4 50%, #34A853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Threads Headings */
body[data-platform="threads"] .section-title,
body[data-platform="threads"] h2,
body[data-platform="threads"] h3,
body[data-platform="threads"] h4 {
    color: #000000 !important;
}

body[data-platform="threads"] .section-title span {
    background: linear-gradient(90deg, #000000 0%, #1a1a1a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Apple/iCloud Headings */
body[data-platform="apple"] .section-title,
body[data-platform="icloud"] .section-title,
body[data-platform="apple"] h2,
body[data-platform="icloud"] h2,
body[data-platform="apple"] h3,
body[data-platform="icloud"] h3,
body[data-platform="apple"] h4,
body[data-platform="icloud"] h4 {
    color: #000000 !important;
}

body[data-platform="apple"] .section-title span,
body[data-platform="icloud"] .section-title span {
    background: linear-gradient(90deg, #000000 0%, #555555 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Microsoft/Teams Headings */
body[data-platform="microsoft"] .section-title,
body[data-platform="teams"] .section-title,
body[data-platform="microsoft"] h2,
body[data-platform="teams"] h2,
body[data-platform="microsoft"] h3,
body[data-platform="teams"] h3,
body[data-platform="microsoft"] h4,
body[data-platform="teams"] h4 {
    color: #0078D4 !important;
}

body[data-platform="microsoft"] .section-title span,
body[data-platform="teams"] .section-title span {
    background: linear-gradient(90deg, #00A4EF 0%, #0078D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Amazon Headings */
body[data-platform="amazon"] .section-title,
body[data-platform="amazon"] h2,
body[data-platform="amazon"] h3,
body[data-platform="amazon"] h4 {
    color: #FF9900 !important;
}

body[data-platform="amazon"] .section-title span {
    background: linear-gradient(90deg, #FF9900 0%, #E68600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* eBay Headings */
body[data-platform="ebay"] .section-title,
body[data-platform="ebay"] h2,
body[data-platform="ebay"] h3,
body[data-platform="ebay"] h4 {
    color: #E53238 !important;
}

body[data-platform="ebay"] .section-title span {
    background: linear-gradient(90deg, #E53238 0%, #C91A00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* PayPal Headings */
body[data-platform="paypal"] .section-title,
body[data-platform="paypal"] h2,
body[data-platform="paypal"] h3,
body[data-platform="paypal"] h4 {
    color: #003087 !important;
}

body[data-platform="paypal"] .section-title span {
    background: linear-gradient(90deg, #003087 0%, #009cde 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Coinbase Headings */
body[data-platform="coinbase"] .section-title,
body[data-platform="coinbase"] h2,
body[data-platform="coinbase"] h3,
body[data-platform="coinbase"] h4 {
    color: #0052FF !important;
}

body[data-platform="coinbase"] .section-title span {
    background: linear-gradient(90deg, #0052FF 0%, #0040D0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Binance Headings */
body[data-platform="binance"] .section-title,
body[data-platform="binance"] h2,
body[data-platform="binance"] h3,
body[data-platform="binance"] h4 {
    color: #111827 !important;
}

body[data-platform="binance"] .section-title span {
    background: linear-gradient(90deg, #111827 0%, #374151 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Preserve readable product card headings on Binance pages */
body[data-platform="binance"] .product h4 {
    color: #111827 !important;
}

/* Twitch Headings */
body[data-platform="twitch"] .section-title,
body[data-platform="twitch"] h2,
body[data-platform="twitch"] h3,
body[data-platform="twitch"] h4 {
    color: #9146FF !important;
}

body[data-platform="twitch"] .section-title span {
    background: linear-gradient(90deg, #9146FF 0%, #7E3FB2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}



/* Onet.pl Headings */
body[data-platform="onetpl"] .section-title,
body[data-platform="onetpl"] h2,
body[data-platform="onetpl"] h3,
body[data-platform="onetpl"] h4 {
    color: #0066CC !important;
}

body[data-platform="onetpl"] .section-title span {
    background: linear-gradient(90deg, #0066CC 0%, #0052A3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ===== FOOTER HEADINGS - ALWAYS WHITE ===== */
/* Override platform-specific heading colors in footer */
body[data-platform="instagram"] footer h3,
body[data-platform="instagram"] footer h4,
body[data-platform="facebook"] footer h3,
body[data-platform="facebook"] footer h4,
body[data-platform="twitter"] footer h3,
body[data-platform="twitter"] footer h4,
body[data-platform="x"] footer h3,
body[data-platform="x"] footer h4,
body[data-platform="linkedin"] footer h3,
body[data-platform="linkedin"] footer h4,
body[data-platform="youtube"] footer h3,
body[data-platform="youtube"] footer h4,
body[data-platform="tiktok"] footer h3,
body[data-platform="tiktok"] footer h4,
body[data-platform="pinterest"] footer h3,
body[data-platform="pinterest"] footer h4,
body[data-platform="reddit"] footer h3,
body[data-platform="reddit"] footer h4,
body[data-platform="discord"] footer h3,
body[data-platform="discord"] footer h4,
body[data-platform="spotify"] footer h3,
body[data-platform="spotify"] footer h4,
body[data-platform="netflix"] footer h3,
body[data-platform="netflix"] footer h4,
body[data-platform="gmail"] footer h3,
body[data-platform="gmail"] footer h4,
body[data-platform="google"] footer h3,
body[data-platform="google"] footer h4,
body[data-platform="threads"] footer h3,
body[data-platform="threads"] footer h4,
body[data-platform="apple"] footer h3,
body[data-platform="apple"] footer h4,
body[data-platform="icloud"] footer h3,
body[data-platform="icloud"] footer h4,
body[data-platform="microsoft"] footer h3,
body[data-platform="microsoft"] footer h4,
body[data-platform="teams"] footer h3,
body[data-platform="teams"] footer h4,
body[data-platform="amazon"] footer h3,
body[data-platform="amazon"] footer h4,
body[data-platform="ebay"] footer h3,
body[data-platform="ebay"] footer h4,
body[data-platform="paypal"] footer h3,
body[data-platform="paypal"] footer h4,
body[data-platform="coinbase"] footer h3,
body[data-platform="coinbase"] footer h4,
body[data-platform="binance"] footer h3,
body[data-platform="binance"] footer h4,
body[data-platform="twitch"] footer h3,
body[data-platform="twitch"] footer h4,
body[data-platform="onetpl"] footer h3,
body[data-platform="onetpl"] footer h4,
footer h3,
footer h4 {
    color: #ffffff !important;
}

body[data-platform="binance"] footer h3,
body[data-platform="binance"] footer h4,
body[data-platform="binance"] footer h3 span,
body[data-platform="binance"] footer h4 span {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
}

body[data-platform="binance"] .footer-card p,
body[data-platform="binance"] .footer-card span,
body[data-platform="binance"] .footer-card ul li,
body[data-platform="binance"] .footer-card ul li a,
body[data-platform="binance"] .footer-contact li span {
    color: #111827 !important;
}

body[data-platform="instagram"] footer h3 span,
body[data-platform="instagram"] footer h4 span,
body[data-platform="facebook"] footer h3 span,
body[data-platform="facebook"] footer h4 span,
body[data-platform="twitter"] footer h3 span,
body[data-platform="twitter"] footer h4 span,
body[data-platform="x"] footer h3 span,
body[data-platform="x"] footer h4 span,
body[data-platform="linkedin"] footer h3 span,
body[data-platform="linkedin"] footer h4 span,
body[data-platform="youtube"] footer h3 span,
body[data-platform="youtube"] footer h4 span,
body[data-platform="tiktok"] footer h3 span,
body[data-platform="tiktok"] footer h4 span,
body[data-platform="pinterest"] footer h3 span,
body[data-platform="pinterest"] footer h4 span,
body[data-platform="reddit"] footer h3 span,
body[data-platform="reddit"] footer h4 span,
body[data-platform="discord"] footer h3 span,
body[data-platform="discord"] footer h4 span,
body[data-platform="spotify"] footer h3 span,
body[data-platform="spotify"] footer h4 span,
body[data-platform="netflix"] footer h3 span,
body[data-platform="netflix"] footer h4 span,
body[data-platform="gmail"] footer h3 span,
body[data-platform="gmail"] footer h4 span,
body[data-platform="google"] footer h3 span,
body[data-platform="google"] footer h4 span,
body[data-platform="threads"] footer h3 span,
body[data-platform="threads"] footer h4 span,
body[data-platform="apple"] footer h3 span,
body[data-platform="apple"] footer h4 span,
body[data-platform="icloud"] footer h3 span,
body[data-platform="icloud"] footer h4 span,
body[data-platform="microsoft"] footer h3 span,
body[data-platform="microsoft"] footer h4 span,
body[data-platform="teams"] footer h3 span,
body[data-platform="teams"] footer h4 span,
body[data-platform="amazon"] footer h3 span,
body[data-platform="amazon"] footer h4 span,
body[data-platform="ebay"] footer h3 span,
body[data-platform="ebay"] footer h4 span,
body[data-platform="paypal"] footer h3 span,
body[data-platform="paypal"] footer h4 span,
body[data-platform="coinbase"] footer h3 span,
body[data-platform="coinbase"] footer h4 span,
body[data-platform="binance"] footer h3 span,
body[data-platform="binance"] footer h4 span,
body[data-platform="twitch"] footer h3 span,
body[data-platform="twitch"] footer h4 span,
body[data-platform="onetpl"] footer h3 span,
body[data-platform="onetpl"] footer h4 span,
footer h3 span,
footer h4 span {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Light blue footer theme with accessible contrast */
footer {
    background: linear-gradient(180deg, #dceeff 0%, #c8e5ff 100%);
    color: #0f172a;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

footer h3,
footer h4 {
    color: #ffffff !important;
    font-weight: 800;
    opacity: 1 !important;
}


footer .footer-card p,
footer .footer-card span,
footer .footer-note,
footer .footer-note p,
footer .footer-card ul li,
footer .footer-contact li span,
footer .footer-card ul li a {
    color: #344154 !important;
}

footer .footer-card ul li i {
    background: rgba(15, 23, 42, 0.05);
    color: #0f172a;
}

footer .footer-card ul li a {
    color: #0f3657 !important;
}

footer .footer-card ul li a:hover {
    color: #0d4a78 !important;
}

footer .footer-logo,
footer .footer-logo-text,
footer .footer-logo .brand-text-pva,
footer .footer-logo .brand-text-brand {
    color: #0f172a !important;
}

footer .footer-logo-image {
    filter: none !important;
}

footer .footer-social a {
    background: rgba(14, 165, 233, 0.12) !important;
    color: #0f172a !important;
}

footer .footer-social a:hover {
    background: rgba(59, 130, 246, 0.22) !important;
    transform: translateY(-1px);
}

footer .payment-icon-modal {
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
    border-radius: 14px;
    padding: 10px 14px;
}

footer .footer-note {
    color: #475569 !important;
}

footer .footer-note p {
    color: #64748b !important;
}

/* ===== PLATFORM-SPECIFIC BUTTON COLORS ===== */

/* Instagram Buttons */
body[data-platform="instagram"] .btn-primary,
body[data-platform="instagram"] .nav-button {
    background: linear-gradient(135deg, #E1306C 0%, #C13584 100%);
    box-shadow: 0 12px 32px rgba(225, 48, 108, 0.25);
}

body[data-platform="instagram"] .btn-secondary {
    color: #E1306C;
    border-color: #E1306C;
}

body[data-platform="instagram"] .age-btn.active {
    background: linear-gradient(135deg, #E1306C 0%, #C13584 100%);
    border-color: #E1306C;
}

body[data-platform="instagram"] .age-btn:hover {
    border-color: #E1306C;
    color: #E1306C;
    box-shadow: 0 8px 20px rgba(225, 48, 108, 0.2);
}

/* Facebook Buttons */
body[data-platform="facebook"] .btn-primary,
body[data-platform="facebook"] .nav-button {
    background: linear-gradient(135deg, #1877F2 0%, #0A66C2 100%);
    box-shadow: 0 12px 32px rgba(24, 119, 242, 0.25);
}

body[data-platform="facebook"] .btn-secondary {
    color: #1877F2;
    border-color: #1877F2;
}

body[data-platform="facebook"] .age-btn.active {
    background: linear-gradient(135deg, #1877F2 0%, #0A66C2 100%);
    border-color: #1877F2;
}

body[data-platform="facebook"] .age-btn:hover {
    border-color: #1877F2;
    color: #1877F2;
    box-shadow: 0 8px 20px rgba(24, 119, 242, 0.2);
}

/* Twitter/X Buttons */
body[data-platform="twitter"] .btn-primary,
body[data-platform="x"] .btn-primary,
body[data-platform="twitter"] .nav-button,
body[data-platform="x"] .nav-button {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

body[data-platform="twitter"] .btn-secondary,
body[data-platform="x"] .btn-secondary {
    color: #000000;
    border-color: #000000;
}

body[data-platform="twitter"] .age-btn.active,
body[data-platform="x"] .age-btn.active {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    border-color: #000000;
}

body[data-platform="twitter"] .age-btn:hover,
body[data-platform="x"] .age-btn:hover {
    border-color: #000000;
    color: #000000;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* LinkedIn Buttons */
body[data-platform="linkedin"] .btn-primary,
body[data-platform="linkedin"] .nav-button {
    background: linear-gradient(135deg, #0A66C2 0%, #0956B4 100%);
    box-shadow: 0 12px 32px rgba(10, 102, 194, 0.25);
}

body[data-platform="linkedin"] .btn-secondary {
    color: #0A66C2;
    border-color: #0A66C2;
}

body[data-platform="linkedin"] .age-btn.active {
    background: linear-gradient(135deg, #0A66C2 0%, #0956B4 100%);
    border-color: #0A66C2;
}

body[data-platform="linkedin"] .age-btn:hover {
    border-color: #0A66C2;
    color: #0A66C2;
    box-shadow: 0 8px 20px rgba(10, 102, 194, 0.2);
}

/* YouTube Buttons */
body[data-platform="youtube"] .btn-primary,
body[data-platform="youtube"] .nav-button {
    background: linear-gradient(135deg, #FF0000 0%, #DD0000 100%);
    box-shadow: 0 12px 32px rgba(255, 0, 0, 0.25);
}

body[data-platform="youtube"] .btn-secondary {
    color: #FF0000;
    border-color: #FF0000;
}

body[data-platform="youtube"] .age-btn.active {
    background: linear-gradient(135deg, #FF0000 0%, #DD0000 100%);
    border-color: #FF0000;
}

body[data-platform="youtube"] .age-btn:hover {
    border-color: #FF0000;
    color: #FF0000;
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.2);
}

/* TikTok Buttons */
body[data-platform="tiktok"] .btn-primary,
body[data-platform="tiktok"] .nav-button {
    background: linear-gradient(135deg, #25F4EE 0%, #FF0050 100%);
    box-shadow: 0 12px 32px rgba(37, 244, 238, 0.25);
    color: white;
}

body[data-platform="tiktok"] .btn-secondary {
    color: #25F4EE;
    border-color: #25F4EE;
}

body[data-platform="tiktok"] .age-btn.active {
    background: linear-gradient(135deg, #25F4EE 0%, #FF0050 100%);
    border-color: #25F4EE;
    color: white;
}

body[data-platform="tiktok"] .age-btn:hover {
    border-color: #25F4EE;
    color: #25F4EE;
    box-shadow: 0 8px 20px rgba(37, 244, 238, 0.2);
}

/* Pinterest Buttons */
body[data-platform="pinterest"] .btn-primary,
body[data-platform="pinterest"] .nav-button {
    background: linear-gradient(135deg, #E60023 0%, #B50000 100%);
    box-shadow: 0 12px 32px rgba(230, 0, 35, 0.25);
}

body[data-platform="pinterest"] .btn-secondary {
    color: #E60023;
    border-color: #E60023;
}

body[data-platform="pinterest"] .age-btn.active {
    background: linear-gradient(135deg, #E60023 0%, #B50000 100%);
    border-color: #E60023;
}

body[data-platform="pinterest"] .age-btn:hover {
    border-color: #E60023;
    color: #E60023;
    box-shadow: 0 8px 20px rgba(230, 0, 35, 0.2);
}

/* Reddit Buttons */
body[data-platform="reddit"] .btn-primary,
body[data-platform="reddit"] .nav-button {
    background: linear-gradient(135deg, #FF4500 0%, #FF6314 100%);
    box-shadow: 0 12px 32px rgba(255, 69, 0, 0.25);
}

body[data-platform="reddit"] .btn-secondary {
    color: #FF4500;
    border-color: #FF4500;
}

body[data-platform="reddit"] .age-btn.active {
    background: linear-gradient(135deg, #FF4500 0%, #FF6314 100%);
    border-color: #FF4500;
}

body[data-platform="reddit"] .age-btn:hover {
    border-color: #FF4500;
    color: #FF4500;
    box-shadow: 0 8px 20px rgba(255, 69, 0, 0.2);
}

/* Discord Buttons */
body[data-platform="discord"] .btn-primary,
body[data-platform="discord"] .nav-button {
    background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%);
    box-shadow: 0 12px 32px rgba(88, 101, 242, 0.25);
}

body[data-platform="discord"] .btn-secondary {
    color: #5865F2;
    border-color: #5865F2;
}

body[data-platform="discord"] .age-btn.active {
    background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%);
    border-color: #5865F2;
}

body[data-platform="discord"] .age-btn:hover {
    border-color: #5865F2;
    color: #5865F2;
    box-shadow: 0 8px 20px rgba(88, 101, 242, 0.2);
}

/* Spotify Buttons */
body[data-platform="spotify"] .btn-primary,
body[data-platform="spotify"] .nav-button {
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 100%);
    box-shadow: 0 12px 32px rgba(29, 185, 84, 0.25);
}

body[data-platform="spotify"] .btn-secondary {
    color: #1DB954;
    border-color: #1DB954;
}

body[data-platform="spotify"] .age-btn.active {
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 100%);
    border-color: #1DB954;
}

body[data-platform="spotify"] .age-btn:hover {
    border-color: #1DB954;
    color: #1DB954;
    box-shadow: 0 8px 20px rgba(29, 185, 84, 0.2);
}

/* Netflix Buttons */
body[data-platform="netflix"] .btn-primary,
body[data-platform="netflix"] .nav-button {
    background: linear-gradient(135deg, #E50914 0%, #B20710 100%);
    box-shadow: 0 12px 32px rgba(229, 9, 20, 0.25);
}

body[data-platform="netflix"] .btn-secondary {
    color: #E50914;
    border-color: #E50914;
}

body[data-platform="netflix"] .age-btn.active {
    background: linear-gradient(135deg, #E50914 0%, #B20710 100%);
    border-color: #E50914;
}

body[data-platform="netflix"] .age-btn:hover {
    border-color: #E50914;
    color: #E50914;
    box-shadow: 0 8px 20px rgba(229, 9, 20, 0.2);
}

/* Gmail/Google Buttons */
body[data-platform="gmail"] .btn-primary,
body[data-platform="google"] .btn-primary,
body[data-platform="gmail"] .nav-button,
body[data-platform="google"] .nav-button {
    background: linear-gradient(135deg, #EA4335 0%, #4285F4 50%, #34A853 100%);
    box-shadow: 0 12px 32px rgba(234, 67, 53, 0.25);
}

body[data-platform="gmail"] .btn-secondary,
body[data-platform="google"] .btn-secondary {
    color: #EA4335;
    border-color: #EA4335;
}

body[data-platform="gmail"] .age-btn.active,
body[data-platform="google"] .age-btn.active {
    background: linear-gradient(135deg, #EA4335 0%, #4285F4 50%, #34A853 100%);
    border-color: #EA4335;
}

body[data-platform="gmail"] .age-btn:hover,
body[data-platform="google"] .age-btn:hover {
    border-color: #EA4335;
    color: #EA4335;
    box-shadow: 0 8px 20px rgba(234, 67, 53, 0.2);
}

/* Threads Buttons */
body[data-platform="threads"] .btn-primary,
body[data-platform="threads"] .nav-button {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

body[data-platform="threads"] .btn-secondary {
    color: #000000;
    border-color: #000000;
}

body[data-platform="threads"] .age-btn.active {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    border-color: #000000;
    color: #ffffff !important;
}

body[data-platform="threads"] .age-btn.active:hover {
    color: #ffffff !important;
}

body[data-platform="threads"] .age-btn:hover {
    border-color: #000000;
    color: #000000;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Apple/iCloud Buttons */
body[data-platform="apple"] .btn-primary,
body[data-platform="icloud"] .btn-primary,
body[data-platform="apple"] .nav-button,
body[data-platform="icloud"] .nav-button {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

body[data-platform="apple"] .btn-secondary,
body[data-platform="icloud"] .btn-secondary {
    color: #000000;
    border-color: #000000;
}

body[data-platform="apple"] .age-btn.active,
body[data-platform="icloud"] .age-btn.active {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    border-color: #000000;
}

body[data-platform="apple"] .age-btn:hover,
body[data-platform="icloud"] .age-btn:hover {
    border-color: #000000;
    color: #000000;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Microsoft/Teams Buttons */
body[data-platform="microsoft"] .btn-primary,
body[data-platform="teams"] .btn-primary,
body[data-platform="microsoft"] .nav-button,
body[data-platform="teams"] .nav-button {
    background: linear-gradient(135deg, #00A4EF 0%, #0078D4 100%);
    box-shadow: 0 12px 32px rgba(0, 122, 212, 0.25);
}

body[data-platform="microsoft"] .btn-secondary,
body[data-platform="teams"] .btn-secondary {
    color: #0078D4;
    border-color: #0078D4;
}

body[data-platform="microsoft"] .age-btn.active,
body[data-platform="teams"] .age-btn.active {
    background: linear-gradient(135deg, #00A4EF 0%, #0078D4 100%);
    border-color: #0078D4;
}

body[data-platform="microsoft"] .age-btn:hover,
body[data-platform="teams"] .age-btn:hover {
    border-color: #0078D4;
    color: #0078D4;
    box-shadow: 0 8px 20px rgba(0, 122, 212, 0.2);
}

/* Amazon Buttons */
body[data-platform="amazon"] .btn-primary,
body[data-platform="amazon"] .nav-button {
    background: linear-gradient(135deg, #FF9900 0%, #E68600 100%);
    box-shadow: 0 12px 32px rgba(255, 153, 0, 0.25);
}

body[data-platform="amazon"] .btn-secondary {
    color: #FF9900;
    border-color: #FF9900;
}

body[data-platform="amazon"] .age-btn.active {
    background: linear-gradient(135deg, #FF9900 0%, #E68600 100%);
    border-color: #FF9900;
}

body[data-platform="amazon"] .age-btn:hover {
    border-color: #FF9900;
    color: #FF9900;
    box-shadow: 0 8px 20px rgba(255, 153, 0, 0.2);
}

/* eBay Buttons */
body[data-platform="ebay"] .btn-primary,
body[data-platform="ebay"] .nav-button {
    background: linear-gradient(135deg, #E53238 0%, #C91A00 100%);
    box-shadow: 0 12px 32px rgba(229, 50, 56, 0.25);
}

body[data-platform="ebay"] .btn-secondary {
    color: #E53238;
    border-color: #E53238;
}

body[data-platform="ebay"] .age-btn.active {
    background: linear-gradient(135deg, #E53238 0%, #C91A00 100%);
    border-color: #E53238;
}

body[data-platform="ebay"] .age-btn:hover {
    border-color: #E53238;
    color: #E53238;
    box-shadow: 0 8px 20px rgba(229, 50, 56, 0.2);
}

/* PayPal Buttons */
body[data-platform="paypal"] .btn-primary,
body[data-platform="paypal"] .nav-button {
    background: linear-gradient(135deg, #003087 0%, #002269 100%);
    box-shadow: 0 12px 32px rgba(0, 48, 135, 0.25);
}

body[data-platform="paypal"] .btn-secondary {
    color: #003087;
    border-color: #003087;
}

body[data-platform="paypal"] .age-btn.active {
    background: linear-gradient(135deg, #003087 0%, #002269 100%);
    border-color: #003087;
}

body[data-platform="paypal"] .age-btn:hover {
    border-color: #003087;
    color: #003087;
    box-shadow: 0 8px 20px rgba(0, 48, 135, 0.2);
}

/* Coinbase Buttons */
body[data-platform="coinbase"] .btn-primary,
body[data-platform="coinbase"] .nav-button {
    background: linear-gradient(135deg, #0052FF 0%, #0040D0 100%);
    box-shadow: 0 12px 32px rgba(0, 82, 255, 0.25);
}

body[data-platform="coinbase"] .btn-secondary {
    color: #0052FF;
    border-color: #0052FF;
}

body[data-platform="coinbase"] .age-btn.active {
    background: linear-gradient(135deg, #0052FF 0%, #0040D0 100%);
    border-color: #0052FF;
}

body[data-platform="coinbase"] .age-btn:hover {
    border-color: #0052FF;
    color: #0052FF;
    box-shadow: 0 8px 20px rgba(0, 82, 255, 0.2);
}

/* Binance Buttons */
body[data-platform="binance"] .btn-primary,
body[data-platform="binance"] .nav-button {
    background: linear-gradient(135deg, #F0B90B 0%, #F3B600 100%);
    box-shadow: 0 12px 32px rgba(240, 185, 11, 0.25);
    color: #000000;
}

body[data-platform="binance"] .btn-secondary {
    color: #F0B90B;
    border-color: #F0B90B;
}

body[data-platform="binance"] .age-btn.active {
    background: linear-gradient(135deg, #F0B90B 0%, #F3B600 100%);
    border-color: #F0B90B;
    color: #000000;
}

body[data-platform="binance"] .age-btn:hover {
    border-color: #F0B90B;
    color: #F0B90B;
    box-shadow: 0 8px 20px rgba(240, 185, 11, 0.2);
}

/* Twitch Buttons */
body[data-platform="twitch"] .btn-primary,
body[data-platform="twitch"] .nav-button {
    background: linear-gradient(135deg, #9146FF 0%, #7E3FB2 100%);
    box-shadow: 0 12px 32px rgba(145, 70, 255, 0.25);
}

body[data-platform="twitch"] .btn-secondary {
    color: #9146FF;
    border-color: #9146FF;
}

body[data-platform="twitch"] .age-btn.active {
    background: linear-gradient(135deg, #9146FF 0%, #7E3FB2 100%);
    border-color: #9146FF;
}

body[data-platform="twitch"] .age-btn:hover {
    border-color: #9146FF;
    color: #9146FF;
    box-shadow: 0 8px 20px rgba(145, 70, 255, 0.2);
}



/* Onet.pl Buttons */
body[data-platform="onetpl"] .btn-primary,
body[data-platform="onetpl"] .nav-button {
    background: linear-gradient(135deg, #0066CC 0%, #0052A3 100%);
    box-shadow: 0 12px 32px rgba(0, 102, 204, 0.25);
}

body[data-platform="onetpl"] .btn-secondary {
    color: #0066CC;
    border-color: #0066CC;
}

body[data-platform="onetpl"] .age-btn.active {
    background: linear-gradient(135deg, #0066CC 0%, #0052A3 100%);
    border-color: #0066CC;
}

body[data-platform="onetpl"] .age-btn:hover {
    border-color: #0066CC;
    color: #0066CC;
    box-shadow: 0 8px 20px rgba(0, 102, 204, 0.2);
}

/* ===== PLATFORM-SPECIFIC PRODUCT/ORDER BUTTON COLORS ===== */

/* Instagram Product Buttons */
body[data-platform="instagram"] .product-btn,
body[data-platform="instagram"] .order-btn {
    background: linear-gradient(135deg, #E1306C 0%, #C13584 100%);
    box-shadow: 0 10px 28px rgba(225, 48, 108, 0.25);
}

body[data-platform="instagram"] .product-btn:hover,
body[data-platform="instagram"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(225, 48, 108, 0.3);
}

/* Facebook Product Buttons */
body[data-platform="facebook"] .product-btn,
body[data-platform="facebook"] .order-btn {
    background: linear-gradient(135deg, #1877F2 0%, #0A66C2 100%);
    box-shadow: 0 10px 28px rgba(24, 119, 242, 0.25);
}

body[data-platform="facebook"] .product-btn:hover,
body[data-platform="facebook"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(24, 119, 242, 0.3);
}

/* Twitter/X Product Buttons */
body[data-platform="twitter"] .product-btn,
body[data-platform="x"] .product-btn,
body[data-platform="twitter"] .order-btn,
body[data-platform="x"] .order-btn {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

body[data-platform="twitter"] .product-btn:hover,
body[data-platform="x"] .product-btn:hover,
body[data-platform="twitter"] .order-btn:hover,
body[data-platform="x"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
}

/* LinkedIn Product Buttons */
body[data-platform="linkedin"] .product-btn,
body[data-platform="linkedin"] .order-btn {
    background: linear-gradient(135deg, #0A66C2 0%, #0956B4 100%);
    box-shadow: 0 10px 28px rgba(10, 102, 194, 0.25);
}

body[data-platform="linkedin"] .product-btn:hover,
body[data-platform="linkedin"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(10, 102, 194, 0.3);
}

/* YouTube Product Buttons */
body[data-platform="youtube"] .product-btn,
body[data-platform="youtube"] .order-btn {
    background: linear-gradient(135deg, #FF0000 0%, #DD0000 100%);
    box-shadow: 0 10px 28px rgba(255, 0, 0, 0.25);
}

body[data-platform="youtube"] .product-btn:hover,
body[data-platform="youtube"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(255, 0, 0, 0.3);
}

/* TikTok Product Buttons */
body[data-platform="tiktok"] .product-btn,
body[data-platform="tiktok"] .order-btn {
    background: linear-gradient(135deg, #25F4EE 0%, #FF0050 100%);
    box-shadow: 0 10px 28px rgba(37, 244, 238, 0.25);
    color: white;
}

body[data-platform="tiktok"] .product-btn:hover,
body[data-platform="tiktok"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(37, 244, 238, 0.3);
}

/* Pinterest Product Buttons */
body[data-platform="pinterest"] .product-btn,
body[data-platform="pinterest"] .order-btn {
    background: linear-gradient(135deg, #E60023 0%, #B50000 100%);
    box-shadow: 0 10px 28px rgba(230, 0, 35, 0.25);
}

body[data-platform="pinterest"] .product-btn:hover,
body[data-platform="pinterest"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(230, 0, 35, 0.3);
}

/* Reddit Product Buttons */
body[data-platform="reddit"] .product-btn,
body[data-platform="reddit"] .order-btn {
    background: linear-gradient(135deg, #FF4500 0%, #FF6314 100%);
    box-shadow: 0 10px 28px rgba(255, 69, 0, 0.25);
}

body[data-platform="reddit"] .product-btn:hover,
body[data-platform="reddit"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(255, 69, 0, 0.3);
}

/* Discord Product Buttons */
body[data-platform="discord"] .product-btn,
body[data-platform="discord"] .order-btn {
    background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%);
    box-shadow: 0 10px 28px rgba(88, 101, 242, 0.25);
}

body[data-platform="discord"] .product-btn:hover,
body[data-platform="discord"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(88, 101, 242, 0.3);
}

/* Spotify Product Buttons */
body[data-platform="spotify"] .product-btn,
body[data-platform="spotify"] .order-btn {
    background: linear-gradient(135deg, #1DB954 0%, #1ed760 100%);
    box-shadow: 0 10px 28px rgba(29, 185, 84, 0.25);
}

body[data-platform="spotify"] .product-btn:hover,
body[data-platform="spotify"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(29, 185, 84, 0.3);
}

/* Netflix Product Buttons */
body[data-platform="netflix"] .product-btn,
body[data-platform="netflix"] .order-btn {
    background: linear-gradient(135deg, #E50914 0%, #B20710 100%);
    box-shadow: 0 10px 28px rgba(229, 9, 20, 0.25);
}

body[data-platform="netflix"] .product-btn:hover,
body[data-platform="netflix"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(229, 9, 20, 0.3);
}

/* Gmail/Google Product Buttons */
body[data-platform="gmail"] .product-btn,
body[data-platform="google"] .product-btn,
body[data-platform="gmail"] .order-btn,
body[data-platform="google"] .order-btn {
    background: linear-gradient(135deg, #EA4335 0%, #4285F4 50%, #34A853 100%);
    box-shadow: 0 10px 28px rgba(234, 67, 53, 0.25);
}

body[data-platform="gmail"] .product-btn:hover,
body[data-platform="google"] .product-btn:hover,
body[data-platform="gmail"] .order-btn:hover,
body[data-platform="google"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(234, 67, 53, 0.3);
}

/* Threads Product Buttons */
body[data-platform="threads"] .product-btn,
body[data-platform="threads"] .order-btn {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

body[data-platform="threads"] .product-btn:hover,
body[data-platform="threads"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
}

/* Apple/iCloud Product Buttons */
body[data-platform="apple"] .product-btn,
body[data-platform="icloud"] .product-btn,
body[data-platform="apple"] .order-btn,
body[data-platform="icloud"] .order-btn {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

body[data-platform="apple"] .product-btn:hover,
body[data-platform="icloud"] .product-btn:hover,
body[data-platform="apple"] .order-btn:hover,
body[data-platform="icloud"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
}

/* Microsoft/Teams Product Buttons */
body[data-platform="microsoft"] .product-btn,
body[data-platform="teams"] .product-btn,
body[data-platform="microsoft"] .order-btn,
body[data-platform="teams"] .order-btn {
    background: linear-gradient(135deg, #00A4EF 0%, #0078D4 100%);
    box-shadow: 0 10px 28px rgba(0, 122, 212, 0.25);
}

body[data-platform="microsoft"] .product-btn:hover,
body[data-platform="teams"] .product-btn:hover,
body[data-platform="microsoft"] .order-btn:hover,
body[data-platform="teams"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(0, 122, 212, 0.3);
}

/* Amazon Product Buttons */
body[data-platform="amazon"] .product-btn,
body[data-platform="amazon"] .order-btn {
    background: linear-gradient(135deg, #FF9900 0%, #E68600 100%);
    box-shadow: 0 10px 28px rgba(255, 153, 0, 0.25);
}

body[data-platform="amazon"] .product-btn:hover,
body[data-platform="amazon"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(255, 153, 0, 0.3);
}

/* eBay Product Buttons */
body[data-platform="ebay"] .product-btn,
body[data-platform="ebay"] .order-btn {
    background: linear-gradient(135deg, #E53238 0%, #C91A00 100%);
    box-shadow: 0 10px 28px rgba(229, 50, 56, 0.25);
}

body[data-platform="ebay"] .product-btn:hover,
body[data-platform="ebay"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(229, 50, 56, 0.3);
}

/* PayPal Product Buttons */
body[data-platform="paypal"] .product-btn,
body[data-platform="paypal"] .order-btn {
    background: linear-gradient(135deg, #003087 0%, #002269 100%);
    box-shadow: 0 10px 28px rgba(0, 48, 135, 0.25);
}

body[data-platform="paypal"] .product-btn:hover,
body[data-platform="paypal"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(0, 48, 135, 0.3);
}

/* Coinbase Product Buttons */
body[data-platform="coinbase"] .product-btn,
body[data-platform="coinbase"] .order-btn {
    background: linear-gradient(135deg, #0052FF 0%, #0040D0 100%);
    box-shadow: 0 10px 28px rgba(0, 82, 255, 0.25);
}

body[data-platform="coinbase"] .product-btn:hover,
body[data-platform="coinbase"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(0, 82, 255, 0.3);
}

/* Binance Product Buttons */
body[data-platform="binance"] .product-btn,
body[data-platform="binance"] .order-btn {
    background: linear-gradient(135deg, #F0B90B 0%, #F3B600 100%);
    box-shadow: 0 10px 28px rgba(240, 185, 11, 0.25);
    color: #000000;
}

body[data-platform="binance"] .product-btn:hover,
body[data-platform="binance"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(240, 185, 11, 0.3);
}

/* Twitch Product Buttons */
body[data-platform="twitch"] .product-btn,
body[data-platform="twitch"] .order-btn {
    background: linear-gradient(135deg, #9146FF 0%, #7E3FB2 100%);
    box-shadow: 0 10px 28px rgba(145, 70, 255, 0.25);
}

body[data-platform="twitch"] .product-btn:hover,
body[data-platform="twitch"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(145, 70, 255, 0.3);
}



/* Onet.pl Product Buttons */
body[data-platform="onetpl"] .product-btn,
body[data-platform="onetpl"] .order-btn {
    background: linear-gradient(135deg, #0066CC 0%, #0052A3 100%);
    box-shadow: 0 10px 28px rgba(0, 102, 204, 0.25);
}

body[data-platform="onetpl"] .product-btn:hover,
body[data-platform="onetpl"] .order-btn:hover {
    box-shadow: 0 14px 36px rgba(0, 102, 204, 0.3);
}

.package {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    width: 100%;
    max-width: 260px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8ffff 100%);
    border: 1px solid rgba(226, 232, 240, 0.95);
    padding: 34px 20px 22px;
    box-shadow: 0 18px 40px rgba(5, 150, 105, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.packages .package {
    position: relative;
}

.package:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(5, 150, 105, 0.12);
}

.package .badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #0f172a;
    color: white;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.package-header {
    margin-top: 12px;
}

.package h4 {
    margin: 0;
    font-size: 1.75rem;
    color: #0f4ca0;
    line-height: 1.05;
}

.package-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.package-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(37, 99, 235, 0.12);
    color: #0f4ca0;
    font-size: 1rem;
}

.package-price {
    margin: 8px 0 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f4ca0;
}

.package-description {
    margin: 8px 0 0;
    color: #475569;
    line-height: 1.6;
    font-size: 0.98rem;
}

.package p {
    margin: 0;
    color: #475569;
    line-height: 1.6;
    font-size: 0.98rem;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    gap: 10px;
}

.package-features li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #475569;
    font-weight: 600;
    font-size: 0.95rem;
}

.package-features li i {
    color: #10b981;
    font-size: 1rem;
}

.package-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.package-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    background: linear-gradient(135deg, #059669 0%, #0891b2 100%);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: transform 0.2s ease;
}

.package-btn:hover {
    transform: translateY(-2px);
}

/* Age Tabs Styling */
.age-tabs {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 20px;
    padding: 16px 16px !important;
    box-shadow: 0 8px 24px rgba(5, 150, 105, 0.08);
    margin: 40px auto !important;
    max-width: 900px;
    border: 1px solid rgba(5, 150, 105, 0.1);
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 6px;
}

.age-subtabs {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 20px;
    padding: 14px 16px !important;
    box-shadow: 0 8px 24px rgba(5, 150, 105, 0.08);
    margin: 0 auto 40px !important;
    max-width: 900px;
    border: 1px solid rgba(5, 150, 105, 0.1);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}

.age-subtabs.hidden {
    display: none;
}

.fresh-card-text {
    margin: 12px 0 0;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}

.product-fresh-heading {
    grid-column: 1 / -1;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.product-fresh-heading .product-header {
    padding: 16px 0;
}

.product-fresh-heading h4 {
    font-size: 1.25rem;
    color: #0f172a;
}

.age-sub-btn {
    padding: 8px 16px;
    background: white;
    color: #0f172a;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.08);
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.age-sub-btn:hover {
    border-color: #2563eb;
    color: #2563eb;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
    transform: translateY(-2px);
}

.age-sub-btn.active {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #0f172a;
    border-color: #2563eb;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}

.age-btn {
    padding: 8px 16px;
    background: white;
    color: #0f172a;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.08);
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.age-btn:hover {
    border-color: #2563eb;
    color: #2563eb;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
    transform: translateY(-2px);
}

body:not([data-platform]) .age-btn.active {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #0f172a;
    border-color: #2563eb;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}

body[data-platform]:not([data-platform="threads"]):not([data-platform="apple"]):not([data-platform="icloud"]):not([data-platform="twitter"]):not([data-platform="x"]) .age-btn.active {
    color: #0f172a !important;
}

@media (max-width: 768px) {
    .age-tabs {
        padding: 12px 12px !important;
        gap: 4px;
    }
    .age-btn {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

/* Professional Support Widgets - Left Corner */
.support-widgets {
    position: fixed;
    left: 20px;
    top: 80px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.support-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.support-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.5rem;
    color: white;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.support-button::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid currentColor;
    opacity: 0;
    animation: pulseRing 2s ease-out infinite;
}

.support-button.telegram {
    background: linear-gradient(135deg, #0088cc 0%, #0077bb 100%);
    /* Removed floating animation to keep buttons static */
}

.support-button.whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #20BA5A 100%);
    /* Removed floating animation to keep buttons static */
}

.support-button i {
    animation: supportIconLive 1.8s ease-in-out infinite;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
    z-index: 1;
    position: relative;
}

@keyframes supportIconLive {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.4));
    }
    50% {
        transform: scale(1.2);
        filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    }
}

@keyframes pulseRing {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes floatTelegram {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-10px) translateX(0);
    }
}

@keyframes floatWhatsapp {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-10px) translateX(0);
    }
}

.support-button:hover {
    transform: scale(1.15) translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
}

.support-button.telegram:hover {
    background: linear-gradient(135deg, #00a0e9 0%, #0088cc 100%);
    box-shadow: 0 12px 32px rgba(0, 136, 204, 0.4);
}

.support-button.whatsapp:hover {
    background: linear-gradient(135deg, #34d874 0%, #25D366 100%);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.4);
}

/* Enhanced Card Designs */
.feature {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1.5px solid rgba(5, 150, 105, 0.1);
    border-radius: 24px;
    padding: 32px 28px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
    overflow: hidden;
}

.feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #059669 0%, #0891b2 50%, #06B6D4 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.feature:hover::before {
    transform: scaleX(1);
}

.feature:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 48px rgba(5, 150, 105, 0.15);
    border-color: rgba(5, 150, 105, 0.2);
}

.service {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1.5px solid rgba(5, 150, 105, 0.1);
    border-radius: 24px;
    padding: 28px 24px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
    overflow: hidden;
}

.service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #E4405F 0%, #059669 50%, #0891b2 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.service:hover::before {
    transform: scaleX(1);
}

.service:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 56px rgba(5, 150, 105, 0.2);
    border-color: rgba(5, 150, 105, 0.2);
}

.product {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1.5px solid rgba(5, 150, 105, 0.1);
    border-radius: 24px;
    padding: 28px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.product::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb 0%, #059669 50%, #0891b2 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.product:hover::before {
    transform: scaleX(1);
}

.product:hover {
    transform: translateY(-12px);
    box-shadow: 0 32px 64px rgba(5, 150, 105, 0.2);
    border-color: rgba(5, 150, 105, 0.2);
}

.review-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1.5px solid rgba(5, 150, 105, 0.1);
    border-radius: 24px;
    padding: 28px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
    overflow: hidden;
}

.review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #F59E0B 0%, #D97706 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.review-card:hover::before {
    transform: scaleX(1);
}

.review-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 56px rgba(5, 150, 105, 0.2);
    border-color: rgba(5, 150, 105, 0.2);
}

.middle-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1.5px solid rgba(5, 150, 105, 0.1);
    border-radius: 24px;
    padding: 32px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.middle-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8B5CF6 0%, #6366F1 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.middle-card:hover::before {
    transform: scaleX(1);
}

.middle-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 32px 64px rgba(5, 150, 105, 0.2);
    border-color: rgba(5, 150, 105, 0.2);
}

.why-item {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1.5px solid rgba(5, 150, 105, 0.1);
    border-radius: 24px;
    padding: 32px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.why-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.why-item:hover::before {
    transform: scaleX(1);
}

.why-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 32px 64px rgba(5, 150, 105, 0.2);
    border-color: rgba(5, 150, 105, 0.2);
}

/* Enhanced Product Icon Animation */
.product-icon i {
    animation: productIconLive 2s ease-in-out infinite;
    display: inline-block;
}

@keyframes productIconLive {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(5, 150, 105, 0));
    }
    50% {
        transform: scale(1.15);
        filter: drop-shadow(0 0 12px rgba(5, 150, 105, 0.4));
    }
}

/* Order Summary Styles */
.order-summary {
    margin-bottom: 20px;
}

/* Order modal contact block — same spacing as homepage Best Products → Order Now */
#contact-modal #order-summary .contact-note.contact-note-order {
    margin-top: 12px;
    margin-bottom: 6px;
    padding-top: 10px;
}

#contact-modal #order-summary .contact-note.contact-note-order p {
    margin: 4px 0 0;
}

#contact-modal #order-summary .contact-options {
    gap: 10px;
    margin-top: 0;
    margin-bottom: 16px;
    padding-bottom: 12px;
}

#contact-modal #order-summary .contact-options a {
    max-width: 100%;
    min-width: 0;
    padding: 12px 18px;
}

#contact-modal #order-summary .response-time {
    margin-top: 8px;
}

#contact-modal #order-summary .order-details {
    margin-bottom: 14px;
}

.order-details {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
    border-radius: 12px;
    border-left: 8px solid #ffd700;
    box-shadow: 0 8px 32px rgba(0, 123, 255, 0.2);
    margin-bottom: 20px;
    color: white;
    position: relative;
}

.order-details h4 {
    margin-top: 0;
    color: #ffffff;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-details h4 i {
    color: #ffd700;
}

.order-details .order-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 10px 0;
    font-size: 0.95em;
    line-height: 1.5;
}

.order-details .order-icon {
    color: #4ade80;
    min-width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.order-details .order-data {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}

.order-details .order-label {
    color: #fbbf24;
    font-weight: 700;
}

.order-details .order-value {
    color: #eef2ff;
}

.order-details p {
    margin: 0;
}

.order-payment-block {
    width: 100%;
    gap: 10px;
}

.payment-method-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 12px;
}

.payment-tab {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.payment-tab:hover {
    background: rgba(255, 255, 255, 0.22);
}

.payment-tab.active {
    background: #ffd700;
    color: #1f2937;
    border-color: #ffd700;
}

.payment-method-details {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 12px;
}

.payment-detail-block {
    margin-bottom: 10px;
}

.payment-detail-block:last-child {
    margin-bottom: 0;
}

.payment-crypto-select,
.order-payment-select {
    width: 100%;
    max-width: 100%;
    margin-top: 6px;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-size: 0.9rem;
}

.payment-copy-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.payment-copy-value {
    flex: 1;
    min-width: 0;
    word-break: break-all;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 0.8rem;
    color: #fff;
}

.payment-copy-btn {
    flex-shrink: 0;
    background: #22c55e;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.8rem;
    cursor: pointer;
}

.payment-copy-btn:hover {
    background: #16a34a;
}

.payment-hint,
.payment-static-text p {
    margin: 8px 0 0;
    font-size: 0.85rem;
    color: #e0e7ff;
    line-height: 1.45;
}

.payment-amount-box {
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px dashed rgba(255, 255, 255, 0.35);
}

.order-pay-amount {
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
    margin-top: 4px;
}

.pay-amount-crypto {
    color: #ffd700;
}

.pay-amount-usd {
    font-size: 0.9rem;
    font-weight: 600;
    color: #c7d2fe;
    margin-left: 6px;
}

/* Order summary modal — compact professional mobile layout */
@media (max-width: 640px) {
    #contact-modal .modal-content {
        padding: 18px 14px;
        width: min(96vw, 500px);
    }

    #contact-modal .modal-content h3 {
        font-size: 1.35rem;
        margin-bottom: 16px;
    }

    #contact-modal .order-details {
        padding: 14px 12px;
    }

    #contact-modal .order-details h4 {
        font-size: 1.15em;
    }

    #contact-modal .order-details .order-row {
        gap: 10px;
        margin: 8px 0;
    }

    #contact-modal .order-details .order-row:not(.order-payment-row) .order-data {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        column-gap: 8px;
        row-gap: 2px;
    }

    #contact-modal .order-payment-row > .order-icon {
        display: none;
    }

    #contact-modal .order-payment-row .order-data.order-payment-block {
        width: 100%;
    }

    #contact-modal .order-payment-row > .order-data > .order-label:first-child {
        display: block;
        width: 100%;
        margin-bottom: 6px;
    }

    #contact-modal .payment-method-tabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin: 6px 0 10px;
    }

    #contact-modal .payment-tab {
        width: 100%;
        min-height: 38px;
        padding: 8px 4px;
        font-size: 0.72rem;
        line-height: 1.15;
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    #contact-modal .payment-method-details {
        padding: 10px;
    }

    #contact-modal .payment-detail-block {
        margin-bottom: 8px;
    }

    #contact-modal .payment-detail-block:not(.payment-copy-block) {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    #contact-modal .payment-detail-block:not(.payment-copy-block) .order-label {
        margin: 0;
        flex: 0 0 auto;
        min-width: 4.5rem;
    }

    #contact-modal .payment-detail-block:not(.payment-copy-block) .order-payment-select {
        flex: 1;
        margin-top: 0;
        min-width: 0;
    }

    #contact-modal .payment-detail-block.payment-copy-block {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 6px;
    }

    #contact-modal .payment-detail-block.payment-copy-block .order-label {
        flex: 0 0 auto;
        font-size: 0.78rem;
        white-space: nowrap;
        max-width: 32%;
    }

    #contact-modal .payment-detail-block.payment-copy-block .payment-copy-row {
        flex: 1;
        flex-wrap: nowrap;
        margin-top: 0;
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    #contact-modal .payment-copy-value {
        flex: 1;
        min-width: 0;
        font-size: 0.72rem;
        padding: 7px 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: normal;
    }

    #contact-modal .payment-copy-btn {
        flex-shrink: 0;
        padding: 7px 10px;
        font-size: 0.72rem;
        white-space: nowrap;
    }

    #contact-modal .payment-amount-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 6px 10px;
        margin-top: 6px;
        padding-top: 8px;
    }

    #contact-modal .payment-amount-box .order-label {
        margin: 0;
    }

    #contact-modal .order-pay-amount {
        margin-top: 0;
        font-size: 1rem;
        text-align: right;
        flex: 1;
        min-width: 0;
    }

    #contact-modal .pay-amount-usd {
        display: inline;
        margin-left: 4px;
        font-size: 0.78rem;
    }

    #contact-modal .payment-hint,
    #contact-modal .payment-static-text p {
        font-size: 0.78rem;
    }
}

@media (max-width: 380px) {
    #contact-modal .payment-method-tabs {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    #contact-modal .payment-tab {
        font-size: 0.62rem;
        padding: 7px 2px;
        min-height: 34px;
    }

    #contact-modal .payment-detail-block.payment-copy-block .order-label {
        display: none;
    }

    #contact-modal .payment-detail-block.payment-copy-block .payment-copy-row {
        width: 100%;
    }
}

/* Mobile-only global layout and layout fixes for all pages */
@media (max-width: 640px) {
    html, body {
        min-height: 100%;
    }

    .top-nav,
    .footer,
    .section,
    .blog,
    .contact,
    .privacy,
    .services,
    .products,
    .reviews,
    .faq {
        padding-left: 16px;
        padding-right: 16px;
    }

    html, body {
        overflow-x: hidden;
    }

    .hero {
        padding: 50px 16px 28px;
        border-radius: 0 0 28px 28px;
        box-shadow: none;
        width: auto;
        max-width: 100%;
        overflow: hidden;
    }

    .hero-stars,
    .floating-logos {
        display: block;
        width: 100%;
        left: 0;
        right: 0;
        overflow: hidden;
        pointer-events: none;
    }

    .floating-logo {
        font-size: 2.2rem;
    }

    .hero h1 {
        font-size: 2rem;
        line-height: 1.1;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        max-width: 100%;
    }

    .hero-actions {
        flex-direction: column;
        gap: 14px;
    }

    .hero-actions .btn-primary,
    .hero-actions .btn-secondary,
    .product-btn,
    .service-btn,
    .explore-btn {
        width: 100%;
    }

    .blog-posts,
    .features,
    .why-grid,
    .products-grid,
    .reviews-grid,
    .faq-grid,
    .footer-grid,
    .middle-grid,
    .explore-container {
        grid-template-columns: 1fr !important;
    }

    .feature,
    .service,
    .product,
    .review-card,
    .footer-card,
    .faq-grid details,
    .blog-post,
    .article-body,
    .order-details,
    .contact-card,
    .contact-form-card,
    .hero,
    .section,
    .contact,
    .blog,
    .privacy,
    .services,
    .products,
    .reviews,
    .faq {
        width: auto;
        max-width: 100%;
        padding: 20px;
        margin: 0 auto;
    }

    .contact-top,
    .contact-response-row,
    .contact-top .contact-methods,
    .hero-response-row,
    .section-grid,
    .blog-posts,
    .features,
    .why-grid,
    .products-grid,
    .reviews-grid,
    .faq-grid,
    .footer-grid,
    .middle-grid,
    .explore-container {
        grid-template-columns: 1fr !important;
    }

    .section-header {
        padding: 0 8px;
    }

    .faq .section-header {
        text-align: left;
        align-items: flex-start;
    }

    .faq .section-title {
        width: 100%;
        justify-content: flex-start;
        font-size: 2rem;
    }

    .faq .section-tag {
        margin: 0 0 16px 0;
    }

    .footer-grid {
        justify-items: start;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .footer-card,
    .footer-brand {
        text-align: left;
        align-items: flex-start;
        width: 100% !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        box-sizing: border-box;
    }

    .footer-card h4 {
        margin-left: 0;
        width: 100%;
        text-align: left;
    }

    .footer-logo {
        justify-content: flex-start;
        text-align: left;
        width: auto;
    }

    .footer-note {
        text-align: left;
    }

    .section-title {
        font-size: 2rem;
    }

    .footer {
        padding: 32px 16px 24px;
    }

    .footer-grid {
        gap: 16px;
    }

    .top-nav {
        padding: 16px 14px;
    }
}

@media (max-width: 760px) {
    .faq .section-header {
        align-items: center !important;
        text-align: center !important;
    }

    .faq .section-title {
        justify-content: center !important;
        width: auto !important;
    }

    .faq .section-tag {
        margin: 0 auto 16px !important;
    }
}

/* View Package Title Section */
.view-package-title {
    text-align: center;
    padding: 40px 20px 30px;
    background: linear-gradient(135deg, rgba(5, 150, 105, 0.08) 0%, rgba(8, 145, 178, 0.08) 50%, rgba(6, 182, 212, 0.08) 100%);
    margin: 0 auto;
    max-width: 1200px;
}

.view-package-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #059669 0%, #0891b2 50%, #06B6D4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .view-package-title h2 {
        font-size: 1.8rem;
    }
}


