/* Xclusive brand page */
.exclusive-hero {
    padding: 3rem 0 2rem;
}

.exclusive-hero-title {
    font-size: clamp(1.75rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.exclusive-hero-sub {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
}

.exclusive-hero-body {
    color: #666;
    max-width: 540px;
}

.exclusive-hero-features-row {
    margin-top: 2rem;
    padding-top: 0.5rem;
}

.exclusive-hero-feature-card {
    padding: 0.5rem 0.75rem;
}

.exclusive-hero-feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
}

.exclusive-hero-feature-icon--blue {
    color: #2f6fed;
}

.exclusive-hero-feature-icon--green {
    color: #22a06b;
}

.exclusive-hero-feature-title {
    font-weight: 700;
    font-size: 1rem;
    color: #1a1a1a;
    margin-bottom: 0.35rem;
}

.exclusive-hero-feature-desc {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.45;
    margin-bottom: 0;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.exclusive-hero-image-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.exclusive-hero-image {
    width: 100%;
    height: auto;
    min-height: 280px;
    object-fit: cover;
    display: block;
}

.exclusive-section-title {
    font-weight: 700;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
}

/* Brand collection blocks */
.exclusive-brand-block {
    padding: 3rem 0;
}

.exclusive-brand-block.exclusive-brand-stridez {
    background: #fff;
}

.exclusive-brand-block.exclusive-brand-cutexx {
    background: #fafafa;
}

.exclusive-brand-visual {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 420px;
    height: 100%;
}

.exclusive-brand-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.exclusive-brand-visual-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.25rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.04em;
    font-size: 1.1rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
}

.exclusive-brand-title {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.exclusive-brand-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem ;
}

.exclusive-brand-trait {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #1f2937;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.2;
}

.exclusive-brand-trait-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #111827;
    flex-shrink: 0;
}

.exclusive-brand-trait-icon i {
    font-size: 1.05rem;
    line-height: 1;
}

.exclusive-brand-trait-svg {
    width: 30px;
    height: 30px;
    display: block;
}

.exclusive-brand-trait-label {
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .exclusive-brand-trait-label {
        white-space: normal;
    }

    .exclusive-brand-tags {
        gap: 0.75rem 1.25rem;
    }
}

.exclusive-brand-cutexx .exclusive-brand-trait-icon {
    color: #D86299;
}

.exclusive-brand-cutexx .exclusive-brand-trait-label {
    font-weight: 600;
    color: #111827;
}

.exclusive-brand-tags--cutexx {
    gap: 0.85rem 2rem;
    margin-bottom: 0.65rem !important;
}

.exclusive-brand-description {
    font-size: 0.9375rem;
    line-height: 1.55;
    max-width: 520px;
}

.exclusive-brand-cutexx .exclusive-brand-description {
    color: #4b5563 !important;
}

.exclusive-brand-sidebar {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.exclusive-stat-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 0.9rem;
}

.exclusive-stat-row--last {
    border-bottom: 0;
    margin-bottom: 0.25rem;
}

.exclusive-stat-row span {
    color: #6b7280;
}

.exclusive-brand-actions {
    margin-top: auto;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.exclusive-brand-stridez .exclusive-shop-btn {
    background: #FF6B35;
    border-color: #FF6B35;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
    padding: 0.65rem 1rem;
}

.exclusive-brand-cutexx .exclusive-shop-btn {
    background: #D86299;
    border-color: #D86299;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
    padding: 0.65rem 1rem;
}

.exclusive-wishlist-btn {
    background: #fff;
    border: 1px solid #d1d5db;
    color: #111827;
    font-weight: 600;
    font-size: 0.8125rem;
    border-radius: 6px;
    padding: 0.6rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.exclusive-wishlist-btn:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #111827;
}

.exclusive-top-picks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.35rem;
}

.exclusive-top-pick-item {
    flex: 0 0 calc(25% - 0.375rem);
    max-width: calc(25% - 0.375rem);
}

.exclusive-top-pick-thumb {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.exclusive-top-pick-thumb:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.exclusive-top-pick-thumb img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
}

@media (max-width: 991.98px) {
    .exclusive-top-pick-item {
        flex: 0 0 calc(50% - 0.25rem);
        max-width: calc(50% - 0.25rem);
    }
}

@media (max-width: 575.98px) {
    .exclusive-top-pick-item {
        flex: 0 0 calc(25% - 0.375rem);
        max-width: calc(25% - 0.375rem);
    }
}

/* Collections & drops */
.exclusive-drops {
    padding: 3rem 0;
}

.exclusive-waitlist-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
    background: #fff;
}

.exclusive-waitlist-stridez {
    border-left: 4px solid #FF6B35;
}

.exclusive-waitlist-cutexx {
    border-left: 4px solid #D86299;
}

.exclusive-countdown {
    display: flex;
    gap: 0.75rem;
}

.exclusive-countdown div {
    text-align: center;
    min-width: 48px;
}

.exclusive-countdown strong {
    display: block;
    font-size: 1.25rem;
    line-height: 1.1;
}

.exclusive-countdown small {
    color: #6b7280;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.exclusive-waitlist-stridez .exclusive-waitlist-btn {
    background: #FF6B35;
    border-color: #FF6B35;
    color: #fff;
    font-weight: 700;
}

.exclusive-waitlist-cutexx .exclusive-waitlist-btn {
    background: #D86299;
    border-color: #D86299;
    color: #fff;
    font-weight: 700;
}

.exclusive-collection-card {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1;
    text-decoration: none;
    color: #fff;
}

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

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

.exclusive-collection-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
    background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.55));
}

.exclusive-collection-card-overlay span {
    font-weight: 700;
}

/* Coinet steps */
.exclusive-section-subtitle {
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.5;
}

.exclusive-coinet {
    padding: 3rem 0;
    background: #fff;
}

.exclusive-coinet-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
}

.exclusive-coinet-step {
    flex: 1 1 200px;
    max-width: 250px;
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.exclusive-coinet-icon {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    font-size: 2.35rem;
}

.exclusive-coinet-icon--1 {
    color: #2563eb;
}

.exclusive-coinet-icon--2 {
    color: #111827;
}

.exclusive-coinet-icon--3 {
    color: #d97706;
}

.exclusive-coinet-icon--4 {
    color: #dc2626;
}

.exclusive-coinet-step-title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #111827;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.exclusive-coinet-step-desc {
    font-size: 0.8125rem;
    color: #6b7280;
    line-height: 1.45;
}

.exclusive-coinet-arrow {
    align-self: center;
    color: #2563eb;
    font-size: 1.35rem;
    padding: 0 0.15rem;
    flex-shrink: 0;
}

/* Mission panel */
.exclusive-mission {
    padding: 2rem 0 4rem;
    background: #fff;
}

.exclusive-mission-panel {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fafafa;
    padding: 2rem 1.5rem;
}

.exclusive-mission-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.exclusive-mission-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    background: #fff;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    min-height: 100%;
}

.exclusive-mission-icon {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    font-size: 3rem;
    flex-shrink: 0;
}

.exclusive-mission-card-title {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #111827;
    margin-bottom: 0.2rem;
    line-height: 1.3;
}

.exclusive-mission-card-desc {
    font-size: 0.8125rem;
    color: #6b7280;
    line-height: 1.45;
}

/* Ecosystem footer */
.exclusive-ecosystem {
    background: #0a1120;
    color: #fff;
    padding: 3rem 0 3.5rem;
}

.exclusive-ecosystem-heading {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    letter-spacing: 0.01em;
}

.exclusive-ecosystem-subheading {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 2.5rem;
}

.exclusive-ecosystem-brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 2rem 1.5rem;
}

.exclusive-ecosystem-brand {
    flex: 1 1 140px;
    max-width: 200px;
    text-align: center;
}

.exclusive-ecosystem-brand-link {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.exclusive-ecosystem-brand-link:hover {
    opacity: 0.85;
    color: inherit;
}

.exclusive-ecosystem-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    margin-bottom: 0.75rem;
}

.exclusive-ecosystem-logo {
    max-width: 100%;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.exclusive-ecosystem-label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.35;
}

@media (max-width: 991.98px) {
    .exclusive-ecosystem-brands {
        justify-content: center;
    }

    .exclusive-ecosystem-brand {
        flex: 1 1 calc(33.333% - 1.5rem);
        max-width: 180px;
    }
}

@media (max-width: 575.98px) {
    .exclusive-ecosystem {
        padding: 2.5rem 0 3rem;
    }

    .exclusive-ecosystem-brand {
        flex: 1 1 calc(50% - 1rem);
        max-width: 160px;
    }
}

@media (max-width: 991.98px) {
    .exclusive-mission-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .exclusive-coinet-step {
        flex: 1 1 calc(50% - 1rem);
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .exclusive-mission-grid {
        grid-template-columns: 1fr;
    }

    .exclusive-mission-panel {
        padding: 1.5rem 1rem;
    }

    .exclusive-coinet-step {
        flex: 1 1 100%;
    }
}

@media (max-width: 991.98px) {
    .exclusive-brand-visual {
        min-height: 280px;
    }

    .exclusive-brand-sidebar {
        margin-top: 0.5rem;
    }
}
