.summary-grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.hero-actions .btn {
    max-width: 100%;
}

.hero-contact-line {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 9px 13px;
    font-size: 13px;
    font-weight: 700;
}

.hero-social-phone {
    background: rgba(22, 163, 74, 0.14);
    border-color: rgba(22, 163, 74, 0.26);
}

.hero-social-phone:hover {
    background: rgba(22, 163, 74, 0.22);
    border-color: rgba(255, 255, 255, 0.44);
}

.btn-shop-now {
    align-self: flex-start;
}

.section-count {
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
}

.section-compact {
    padding-top: 0;
}

.event-info {
    min-width: 0;
    flex: 1;
}

.event-meta-icon {
    margin-right: 4px;
}

.social-links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.social-link-arrow {
    margin-left: 6px;
    color: #CFCDC6;
    font-size: 11px;
}

.social-platform-instagram {
    background: rgba(225, 48, 108, 0.12);
    color: #E1306C;
}

.social-platform-tiktok {
    background: rgba(1, 1, 1, 0.08);
    color: #010101;
}

.social-platform-snapchat {
    background: rgba(255, 252, 0, 0.14);
    color: #FFFC00;
}

.social-platform-facebook {
    background: rgba(24, 119, 242, 0.12);
    color: #1877F2;
}

.social-platform-twitter {
    background: rgba(0, 0, 0, 0.08);
    color: #000;
}

.social-platform-youtube {
    background: rgba(255, 0, 0, 0.12);
    color: #F00;
}

@media (max-width: 640px) {
    .hero-actions {
        width: 100%;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-contact-line {
        width: 100%;
        justify-content: center;
    }
}
