/* PowerTools Pro - Homepage Premium Styles */

/* ===== Hero Banner Premium ===== */
.hero-banner {
    background: url('https://images.unsplash.com/photo-1504148455328-c376907d081c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80') center/cover no-repeat;
    padding: 8rem 0;
    margin-bottom: 3rem;
    position: relative;
    border-bottom: none;
    color: #fff;
    overflow: hidden;
}

.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #0f172a 0%, rgba(15, 23, 42, 0.8) 60%, rgba(15, 23, 42, 0.4) 100%);
    z-index: 1;
}

.hero-content {
    text-align: left;
    max-width: 650px;
    margin: 0;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: var(--pt-primary);
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hero-title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #fff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.hero-title .highlight {
    color: var(--pt-primary);
    display: block;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #e2e8f0;
    margin-bottom: 2.5rem;
    font-weight: 400;
    max-width: 90%;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}

.btn-lg {
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    border-radius: 50px;
}

.hero-features {
    display: flex;
    gap: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: #e2e8f0;
}

.hero-feature i {
    color: var(--pt-primary);
}

/* ===== Categories Circles ===== */
.categories-circles-section {
    margin-top: -3rem;
    position: relative;
    z-index: 3;
    padding-bottom: 4rem;
}

.circles-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.cat-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    group: hover;
}

.circle-icon {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid var(--pt-primary);
    margin-bottom: 1rem;
}

.cat-circle:hover .circle-icon {
    transform: translateY(-5px);
    background: var(--pt-primary);
}

.cat-circle .dashicons {
    font-size: 3rem;
    color: var(--pt-primary);
    width: 3rem;
    height: 3rem;
    transition: 0.3s;
}

.cat-circle:hover .dashicons {
    color: #fff;
}

.circle-name {
    font-weight: 700;
    color: var(--pt-text-main);
}

/* ===== Popular Brands (Clean) ===== */
.popular-brands {
    padding: 2rem 0 5rem;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
}

.brand-card {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid var(--pt-border);
    display: flex;
    align-items: center;
    justify-content: center;
    grayscale: 100%;
    filter: grayscale(1);
    transition: 0.3s;
    opacity: 0.7;
}

.brand-card:hover {
    filter: grayscale(0);
    opacity: 1;
    border-color: var(--pt-primary);
    box-shadow: var(--shadow-md);
}

.brand-card h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 900;
    color: #333;
}

/* ===== Section Header Flex ===== */
.section-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--pt-border-light);
    padding-bottom: 1rem;
}

.section-title.text-left {
    margin-bottom: 0;
    text-align: left;
    padding-bottom: 0;
}

.section-title.text-left::after {
    display: none;
}

.view-all-link {
    color: var(--pt-primary);
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s;
}

.view-all-link:hover {
    color: var(--pt-primary-hover);
}

/* ===== Promo Banner ===== */
.promo-banner {
    background: var(--pt-bg-card);
    padding: 5rem 0;
    margin: 4rem 0;
    border-top: 1px solid var(--pt-border);
    border-bottom: 1px solid var(--pt-border);
    background-image: linear-gradient(135deg, #fff9f0 0%, #fff 100%);
    position: relative;
    overflow: hidden;
}

.promo-banner::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    background: var(--pt-primary);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 0.1;
}

.promo-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.promo-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--pt-text-main);
}

.btn-white {
    background: #fff;
    color: var(--pt-text-main);
    border: 2px solid var(--pt-text-main);
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 1.5rem;
    display: inline-block;
    transition: 0.3s;
}

.btn-white:hover {
    background: var(--pt-text-main);
    color: #fff;
}

/* ===== Responsive adjustments ===== */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-content {
        text-align: center;
        margin: 0 auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-features {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-bg-overlay {
        background: linear-gradient(180deg, #0f172a 0%, rgba(15, 23, 42, 0.9) 100%);
    }

    .main-navigation ul {
        display: none;
        /* Mobile menu handled by JS */
    }
}