/*
Theme Name: mike88 Landing
Description: Single-page WordPress landing theme converted from the original static Shop88 page. All visible landing-page content can be edited from the WordPress admin panel.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: shop88-landing
*/

* {
    box-sizing: border-box;
}

body.shop88-landing-body {
    margin: 0;
    color: #333;
    line-height: 1.6;
    background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

body.shop88-theme-body {
    margin: 0;
    color: #222;
    line-height: 1.7;
    background: #f4f6fb;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

a {
    color: inherit;
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.shop88-snowflakes {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.shop88-snowflake {
    position: absolute;
    top: -10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    animation: shop88-fall linear infinite;
    will-change: transform;
}

@keyframes shop88-fall {
    to {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}

.shop88-container {
    position: relative;
    z-index: 1;
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
    min-height: 100vh;
}

.shop88-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.shop88-title-section {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    padding: 30px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 220px;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop88-title-section--has-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35));
}

.shop88-title-section__inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.shop88-main-title {
    margin: 0 0 10px;
    font-size: 42px;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 2px;
}

.shop88-sub-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    opacity: 0.92;
}

.shop88-features-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.shop88-features-grid::-webkit-scrollbar {
    display: none;
}

.shop88-feature-item {
    flex: 0 0 160px;
    text-align: center;
    padding: 25px 15px;
    border-radius: 15px;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    box-shadow: 5px 5px 15px #d9d9d9, -5px -5px 15px #ffffff;
    transition: transform 0.3s ease;
}

.shop88-feature-item:hover {
    transform: translateY(-5px);
}

.shop88-feature-icon {
    font-size: 40px;
    margin-bottom: 15px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop88-feature-title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
}

.shop88-feature-desc {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.shop88-countdown-section {
    text-align: center;
    padding: 25px;
    border-radius: 15px;
    background: linear-gradient(135deg, #1a1a1a 0%, #f50707 100%);
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.shop88-countdown-title {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 600;
}

.shop88-countdown-display {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.shop88-countdown-unit {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px 15px;
    border-radius: 15px;
    min-width: 80px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.shop88-countdown-number {
    display: inline-block;
    font-size: 36px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.shop88-countdown-label {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    opacity: 0.9;
}

.shop88-whatsapp-section {
    text-align: center;
}

.shop88-whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    border: 0;
    border-radius: 50px;
    padding: 20px 40px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #25d366, #128c7e);
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.shop88-whatsapp-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.shop88-whatsapp-button:hover::before,
.shop88-whatsapp-button:focus-visible::before {
    left: 100%;
}

.shop88-whatsapp-button:hover,
.shop88-whatsapp-button:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4);
}

.shop88-whatsapp-button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.9);
    outline-offset: 3px;
}

.shop88-whatsapp-icon {
    margin-right: 15px;
    font-size: 28px;
}

.shop88-fallback {
    padding: 40px 20px;
}

.shop88-fallback__inner {
    max-width: 860px;
    margin: 0 auto;
}

.shop88-fallback__card {
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.shop88-fallback__title {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.2;
}

.shop88-fallback__content > *:first-child {
    margin-top: 0;
}

.shop88-fallback__content > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .shop88-container {
        padding: 15px;
    }

    .shop88-card {
        padding: 20px;
    }

    .shop88-main-title {
        font-size: 36px;
    }

    .shop88-sub-title {
        font-size: 18px;
    }

    .shop88-feature-item {
        flex: 0 0 95px;
        padding: 8px 4px;
    }

    .shop88-countdown-unit {
        min-width: 70px;
        padding: 15px 10px;
    }

    .shop88-countdown-number {
        font-size: 28px;
    }

    .shop88-whatsapp-button {
        padding: 18px 30px;
        font-size: 20px;
    }

    .shop88-fallback__card {
        padding: 24px;
    }

    .shop88-fallback__title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .shop88-main-title {
        font-size: 30px;
    }

    .shop88-sub-title {
        font-size: 16px;
    }

    .shop88-countdown-unit {
        min-width: 60px;
        padding: 12px 8px;
    }

    .shop88-countdown-number {
        font-size: 24px;
    }

    .shop88-fallback {
        padding: 24px 16px;
    }

    .shop88-fallback__card {
        padding: 20px;
    }
}
