/* ==================================================
   PREMIUMPNG - CUSTOM CSS SPECIFICATION
   ================================================== */

:root {
    --premiumpng-primary: #d49a17;
    --premiumpng-primary-hover: #b07d09;
    --premiumpng-dark: #0a0f1d;
    --premiumpng-gray-light: #f8f9fa;
    --premiumpng-border-color: #e2e8f0;
    --premiumpng-font: 'Inter', system-ui, -apple-system, sans-serif;
}

body {
    font-family: var(--premiumpng-font);
    color: #2b2f3e;
    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 65px; /* Offset for fixed top navbar */
}

/* --------------------------------------------------
   NAVBAR STYLING
   -------------------------------------------------- */
.navbar {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff !important;
    z-index: 1030;
}

/* Logo */
.logo-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #0a0f1d 0%, #1e293b 100%);
    border: 2px solid #d49a17;
    border-radius: 50%;
    color: #d49a17;
}

.logo-text-p {
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
}

.brand-title {
    font-size: 1.15rem;
    letter-spacing: -0.3px;
}

.brand-subtitle {
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.fs-7 {
    font-size: 0.85rem;
}

.fs-8 {
    font-size: 0.72rem;
}

/* Nav Links */
.navbar-nav .nav-link {
    color: #4a5568;
    font-size: 0.92rem;
    font-weight: 500;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--premiumpng-primary);
}

.navbar-nav .nav-link.active {
    color: var(--premiumpng-primary) !important;
    font-weight: 600;
    position: relative;
}

.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 8px;
    right: 8px;
    height: 2px;
    background-color: var(--premiumpng-primary);
    border-radius: 2px;
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-link.active::after {
        display: none;
    }
}

/* Buttons & Badges */
.bg-premiumpng {
    background-color: var(--premiumpng-primary) !important;
}

.btn-premiumpng {
    background-color: var(--premiumpng-primary);
    border-color: var(--premiumpng-primary);
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.btn-premiumpng:hover {
    background-color: var(--premiumpng-primary-hover);
    border-color: var(--premiumpng-primary-hover);
}

.btn-login {
    background-color: #f8f9fa;
    border: 1px solid var(--premiumpng-border-color);
    color: #2d3748;
    font-size: 0.9rem;
}

.btn-login:hover {
    background-color: #edf2f7;
    color: #1a202c;
}

.badge-cart {
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    top: 4px !important;
    left: 24px !important;
}


/* --------------------------------------------------
   HERO SECTION
   -------------------------------------------------- */
.hero-section {
    position: relative;
    background: url('https://images.unsplash.com/photo-1507608616759-54f48f0af0ee?auto=format&fit=crop&w=1920&q=80') center center / cover no-repeat;
    padding: 100px 0 80px 0;
    color: #ffffff;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: -0.8px;
    line-height: 1.15;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.05rem;
    font-weight: 400;
    opacity: 0.95;
    line-height: 1.5;
    max-width: 650px;
    margin: 0 auto;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

/* Hero Search Box */
.search-box-pill {
    background: #ffffff;
    border-radius: 50px;
    padding: 6px 8px 6px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    max-width: 680px;
    margin: 35px auto 35px auto;
}

.search-category-btn {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2d3748;
    background: none;
    border: none;
    padding-right: 15px;
    border-right: 1px solid #e2e8f0;
    white-space: nowrap;
}

.search-input {
    border: none;
    outline: none;
    box-shadow: none !important;
    font-size: 0.92rem;
    color: #2d3748;
    padding-left: 15px;
}

.search-input::placeholder {
    color: #a0aec0;
    font-weight: 400;
}

.search-submit-btn {
    border: none;
    background: none;
    color: #4a5568;
    font-size: 1.1rem;
    padding: 8px 16px;
    border-radius: 50%;
    transition: color 0.2s ease;
}

.search-submit-btn:hover {
    color: var(--premiumpng-primary);
}

/* Category Pills */
.category-pills-container {
    gap: 12px;
}

.category-pill {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25 ease;
}

.category-pill:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.6);
    color: #ffffff;
    transform: translateY(-2px);
}

.category-pill i {
    font-size: 0.9rem;
    opacity: 0.9;
}


/* --------------------------------------------------
   VALUE PROPS BAR
   -------------------------------------------------- */
.value-props-bar {
    background-color: #ffffff;
    border-bottom: 1px solid #edf2f7;
    padding: 30px 0;
}

.prop-icon-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #ffffff;
    flex-shrink: 0;
}

.bg-prop-upload { background-color: #6366f1; }
.bg-prop-money { background-color: #22c55e; }
.bg-prop-download { background-color: #ef4444; }
.bg-prop-secure { background-color: #f97316; }

.prop-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 2px;
}

.prop-desc {
    font-size: 0.82rem;
    color: #718096;
    line-height: 1.35;
    margin-bottom: 0;
}

.prop-divider {
    border-right: 1px solid #edf2f7;
}

@media (max-width: 991.98px) {
    .prop-divider {
        border-right: none;
        border-bottom: 1px solid #edf2f7;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}


/* --------------------------------------------------
   POPULAR COLLECTIONS SECTION
   -------------------------------------------------- */
.collections-section {
    padding: 45px 0 30px 0;
}

.section-title {
    font-size: 1.45rem;
    font-weight: 700;
    color: #1a202c;
    letter-spacing: -0.3px;
}

.view-all-link {
    color: var(--premiumpng-primary);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.view-all-link:hover {
    color: var(--premiumpng-primary-hover);
    text-decoration: underline;
}

/* 5 Column Responsive Grid */
.grid-5-cols {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

@media (max-width: 1199.98px) {
    .grid-5-cols {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .grid-5-cols {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .grid-5-cols {
        grid-template-columns: 1fr;
    }
}

/* Collection Card */
.collection-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 250px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.collection-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.collection-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.collection-card:hover img {
    transform: scale(1.05);
}

.collection-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
}

.collection-name {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
    line-height: 1.2;
}

.collection-count {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
}


/* --------------------------------------------------
   HOW IT WORKS SECTION
   -------------------------------------------------- */
.how-it-works-section {
    padding: 55px 0;
    background-color: #ffffff;
}

.step-icon-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #ffffff;
    margin: 0 auto 16px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.bg-step-1 { background-color: #4f46e5; }
.bg-step-2 { background-color: #22c55e; }
.bg-step-3 { background-color: #eab308; }
.bg-step-4 { background-color: #a855f7; }

.step-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 6px;
}

.step-desc {
    font-size: 0.83rem;
    color: #718096;
    line-height: 1.4;
    max-width: 190px;
    margin: 0 auto;
}

.step-arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.step-arrow {
    color: #cbd5e1;
    font-size: 1.1rem;
}

@media (max-width: 767.98px) {
    .step-arrow-container {
        display: none;
    }
}
