/* =========================================
   2. Best Selling Domains & ZST Showcase
   ========================================= */

/* Enhanced Slider Styles with Fixed Navigation */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ZST.com Premium Showcase Styles */
.zst-premium-showcase {
    background: linear-gradient(135deg, #fef2f2 0%, #ffffff 100%);
    padding: 40px 0;
    border-bottom: 1px solid #ef4444;
    position: relative;
    overflow: hidden;
}

.zst-premium-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc2626, #ef4444, #f97316);
}

.zst-featured-panel {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.15);
    border: 1px solid #ef4444;
    overflow: hidden;
    position: relative;
}

.zst-featured-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #dc2626, #ef4444, #f97316);
}

.zst-content-wrapper {
    display: flex;
    align-items: center;
    padding: 32px;
    gap: 32px;
}

.zst-visual-section {
    flex: 0 0 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.zst-logo-container {
    position: relative;
}

.zst-logo-circle {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #dc2626, #ef4444);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(220, 38, 38, 0.3);
    position: relative;
    overflow: hidden;
}

.zst-logo-circle::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #dc2626, #ef4444, #f97316);
    border-radius: 50%;
    z-index: -1;
}

.zst-logo-text {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: white;
    letter-spacing: 1px;
}

.zst-premium-badge {
    position: absolute;
    top: -8px;
    right: -12px;
    background: linear-gradient(135deg, #f97316, #fb923c);
    color: white;
    padding: 5px 10px;
    border-radius: 16px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(245, 158, 11, 0.4);
}

.zst-info-section {
    flex: 1;
}

.zst-header {
    margin-bottom: 20px;
}

.zst-domain-name {
    font-size: 2rem;
    font-weight: 800;
    color: #dc2626;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
}

.zst-tagline {
    font-size: 1rem;
    color: #4b5563;
    font-weight: 500;
    font-style: italic;
}

.zst-description {
    margin-bottom: 20px;
}

.zst-description p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4b5563;
    margin-bottom: 12px;
}

.zst-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.zst-feature {
    background: #fef2f2;
    border: 1px solid #ef4444;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #dc2626;
}

.zst-highlights {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.zst-highlight-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.zst-highlight-icon {
    font-size: 1rem;
}

.zst-highlight-text {
    font-size: 0.8rem;
    font-weight: 600;
    color: #4b5563;
}

.zst-cta-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
}

.zst-price-info {
    display: flex;
    flex-direction: column;
}

.zst-price-label {
    font-size: 0.8rem;
    color: #4b5563;
    font-weight: 500;
}

.zst-price-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: #dc2626;
}

.zst-cta-button {
    background: linear-gradient(135deg, #dc2626, #ef4444);
    color: white;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(220, 38, 38, 0.3);
    position: relative;
    overflow: hidden;
}

.zst-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.zst-cta-button:hover::before {
    left: 100%;
}

.zst-cta-button:hover {
    background: #ef4444;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.4);
}

/* Clean Styles with Fixed Slider and Improved Buttons */
.clean-best-selling-domains {
    background: linear-gradient(135deg, #fef2f2 0%, #ffffff 100%);
    padding: 32px 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: #1f2937;
    width: 100%;
    overflow: hidden;
}

.clean-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.clean-section-header {
    text-align: center;
    margin-bottom: 24px;
}

.clean-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 6px;
}

.clean-section-subtitle {
    font-size: 0.9rem;
    color: #4b5563;
    font-weight: 400;
}

/* Fixed Slider Wrapper with Proper Spacing */
.clean-slider-wrapper {
    width: 100%;
    margin-bottom: 24px;
}

.clean-slider-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 80px;
    /* Space for navigation buttons */
}

.clean-domains-slider {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.clean-slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 16px;
    width: fit-content;
}

.clean-domain-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    flex: 0 0 calc(360px);
    min-width: 360px;
    opacity: 1;
}

.clean-domain-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.15);
    border-color: #dc2626;
}

.clean-card-inner {
    display: flex;
    flex-direction: column;
    padding: 16px;
    height: 100%;
}

.clean-domain-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 1;
    border: 1px solid #ef4444;
    border-radius: 6px;
    padding: 12px;
    min-height: 240px;
}

.clean-domain-name {
    color: #dc2626;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.clean-domain-title {
    color: #4b5563;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: 1.4;
    word-wrap: break-word;
}

.clean-domain-description {
    color: #4b5563;
    font-size: 0.75rem;
    line-height: 1.3;
    margin-bottom: 10px;
    font-style: italic;
}

.clean-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 12px;
    justify-content: center;
    position: relative;
}

.clean-tag-badge {
    background: #fef2f2;
    border: 1px solid #ef4444;
    border-radius: 10px;
    color: #dc2626;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 6px;
}

.clean-tag-badge:nth-child(2n) {
    background: #fff7ed;
    border-color: #f97316;
    color: #f97316;
}

.clean-tag-more {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    color: #4b5563;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.clean-tag-more:hover {
    background: #dc2626;
    color: white;
    border-color: #dc2626;
}

.clean-tags-hidden {
    display: none;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}

.clean-tags-hidden.active {
    display: flex;
}

.clean-pricing-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    border-top: 1px solid #f3f4f6;
    padding-top: 10px;
}

.clean-price-display {
    margin-bottom: 10px;
    text-align: center;
}

.clean-price-amount {
    color: #dc2626;
    font-size: 1.2rem;
    font-weight: 700;
    word-wrap: break-word;
}

.clean-price-offer {
    color: #4b5563;
    font-size: 0.9rem;
    font-weight: 600;
    word-wrap: break-word;
}

/* Improved Button Layout - 3 Smaller Buttons */
.clean-actions {
    display: flex;
    gap: 4px;
    width: 100%;
    flex-wrap: wrap;
}

.clean-btn {
    flex: 1;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 8px 6px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-block;
    min-width: 0;
}

.clean-btn-details {
    background: linear-gradient(135deg, #dc2626, #ef4444);
    color: white;
    box-shadow: 0 3px 8px rgba(220, 38, 38, 0.2);
}

.clean-btn-offer {
    background: linear-gradient(135deg, #f97316, #fb923c);
    color: white;
    box-shadow: 0 3px 8px rgba(249, 115, 22, 0.2);
}

.clean-btn-buy {
    background: linear-gradient(135deg, #059669, #10b981);
    color: white;
    box-shadow: 0 3px 8px rgba(5, 150, 105, 0.2);
}

.clean-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 12px rgba(220, 38, 38, 0.3);
}

.clean-btn-details:hover {
    background: linear-gradient(135deg, #b91c1c, #dc2626);
}

.clean-btn-offer:hover {
    background: linear-gradient(135deg, #ea580c, #f97316);
    box-shadow: 0 5px 12px rgba(249, 115, 22, 0.3);
}

.clean-btn-buy:hover {
    background: linear-gradient(135deg, #047857, #059669);
    box-shadow: 0 5px 12px rgba(5, 150, 105, 0.3);
}

.clean-btn-submit {
    background: linear-gradient(135deg, #dc2626, #ef4444);
    color: white;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
    font-size: 0.9rem;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
}

.clean-btn-submit:hover {
    background: #ef4444;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(220, 38, 38, 0.4);
}

/* Fixed Slider Navigation Buttons - Positioned Outside */
.clean-slider-btn {
    background: #ffffff;
    border: 2px solid #dc2626;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.2);
    color: #dc2626;
}

.clean-slider-prev {
    left: 10px;
}

.clean-slider-next {
    right: 10px;
}

.clean-slider-btn:hover {
    background: #dc2626;
    color: white;
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 6px 15px rgba(220, 38, 38, 0.4);
}

.clean-slider-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #9ca3af;
}

.clean-slider-btn:disabled:hover {
    transform: translateY(-50%);
    background: #f3f4f6;
    color: #9ca3af;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.2);
}

/* Slider Controls - Only Dots */
.clean-slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

.clean-slider-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.clean-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: all 0.3s ease;
}

.clean-dot.active {
    background: #dc2626;
    transform: scale(1.2);
}

.clean-dot:hover {
    background: #ef4444;
}

.clean-no-results {
    padding: 32px 0;
    text-align: center;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.clean-empty-icon {
    margin-bottom: 16px;
    opacity: 0.6;
}

.clean-empty-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 10px;
}

.clean-empty-description {
    color: #4b5563;
    font-size: 0.9rem;
    margin-bottom: 16px;
    word-wrap: break-word;
    line-height: 1.4;
}

/* Popup Styles */
.clean-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.clean-popup-content {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 450px;
    position: relative;
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.2);
    border: 1px solid #f97316;
}

.clean-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 1.2rem;
    color: #dc2626;
    cursor: pointer;
    transition: color 0.2s ease;
}

.clean-popup-close:hover {
    color: #ef4444;
}

.clean-popup-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 16px;
    text-align: center;
}

.clean-offer-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.clean-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.clean-form-group label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #1f2937;
}

.clean-form-group input,
.clean-form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    font-size: 0.85rem;
    color: #1f2937;
}

.clean-form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.clean-form-group input:focus,
.clean-form-group textarea:focus {
    outline: none;
    border-color: #dc2626;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.1);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .zst-content-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 24px;
        padding: 24px;
    }

    .zst-visual-section {
        flex: none;
    }

    .zst-highlights {
        justify-content: center;
        flex-wrap: wrap;
    }

    .zst-cta-section {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .clean-domain-card {
        flex: 0 0 calc(300px);
        min-width: 300px;
    }

    .clean-section-title {
        font-size: 1.3rem;
    }

    .clean-section-subtitle {
        font-size: 0.85rem;
    }

    .clean-popup-content {
        max-width: 90%;
    }

    .clean-slider-container {
        padding: 0 60px;
    }
}

@media (max-width: 767px) {
    .zst-premium-showcase {
        padding: 20px 0;
    }

    .zst-content-wrapper {
        padding: 20px 16px;
    }

    .zst-domain-name {
        font-size: 1.6rem;
    }

    .zst-features {
        justify-content: center;
    }

    .zst-cta-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .clean-container {
        padding: 0 12px;
    }

    .clean-section-title {
        font-size: 1rem;
    }

    .clean-section-subtitle {
        font-size: 0.8rem;
    }

    .clean-domain-title {
        font-size: 0.8rem;
    }

    .clean-card-inner {
        padding: 12px;
    }

    .clean-domain-card {
        flex: 0 0 calc(280px);
        min-width: 280px;
    }

    .clean-slider-container {
        padding: 0 50px;
    }

    .clean-slider-btn {
        width: 40px;
        height: 40px;
    }

    .clean-popup-content {
        max-width: 95%;
        padding: 16px;
    }

    .clean-popup-title {
        font-size: 1.1rem;
    }

    .clean-actions {
        gap: 3px;
    }

    .clean-btn {
        font-size: 0.7rem;
        padding: 6px 4px;
    }
}

@media (max-width: 480px) {
    .clean-slider-container {
        padding: 0 45px;
    }

    .clean-slider-btn {
        width: 36px;
        height: 36px;
    }

    .clean-domain-card {
        flex: 0 0 calc(250px);
        min-width: 250px;
    }

    .clean-actions {
        flex-direction: column;
        gap: 4px;
    }

    .clean-btn {
        font-size: 0.75rem;
        padding: 8px 12px;
    }
}

/* Accessibility improvements */
.clean-btn:focus,
.zst-cta-button:focus,
.clean-slider-btn:focus,
.clean-popup-close:focus,
.clean-tag-more:focus,
.clean-dot:focus {
    outline: 2px solid #dc2626;
    outline-offset: 2px;
}

.clean-domain-card:focus-within {
    outline: 2px solid #dc2626;
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .clean-domain-card {
        border: 1px solid #000;
    }

    .clean-tag-badge {
        border: 1px solid #000;
        background: #fff;
        color: #000;
    }

    .zst-logo-circle {
        border: 1px solid #000;
    }

    .clean-domain-info {
        border: 1px solid #000;
    }

    .clean-slider-btn,
    .clean-popup-close,
    .clean-dot {
        border: 1px solid #000;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

    .clean-domain-card,
    .zst-cta-button,
    .clean-btn,
    .clean-slider-track,
    .clean-slider-btn,
    .clean-popup-content,
    .clean-tags-hidden,
    .clean-dot {
        transition: none;
    }

    .clean-domain-card:hover,
    .clean-slider-btn:hover,
    .clean-btn:hover {
        transform: none;
    }

    .zst-cta-button:hover {
        transform: none;
    }

    .zst-cta-button::before {
        display: none;
    }
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1f2937;
    background-color: #ffffff;
}

/* Clean Header Styles */
.clean-site-header {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.admin-bar .clean-site-header {
    top: 32px;
}

.clean-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

/* Clean Logo Styles */
.clean-site-branding {
    flex-shrink: 0;
    z-index: 1001;
}

.clean-site-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.clean-site-logo:hover {
    opacity: 0.9;
}

.clean-site-logo img {
    height: 45px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Clean Navigation Styles */
.clean-main-navigation {
    display: flex;
    align-items: center;
    gap: 28px;
}

.clean-nav-menu {
    display: flex;
    list-style: none;
    gap: 28px;
    margin: 0;
    padding: 0;
}

.clean-nav-menu li {
    position: relative;
}

.clean-nav-menu a {
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 4px;
    transition: all 0.2s ease;
    position: relative;
    border-radius: 6px;
}

.clean-nav-menu a:hover,
.clean-nav-menu a:focus {
    color: #dc2626;
    background: #fef2f2;
}

/* Current page indicator */
.clean-nav-menu .current-menu-item>a,
.clean-nav-menu .current_page_item>a {
    color: #dc2626;
    background: #fef2f2;
}

/* Sale Button Styles */
.clean-sale-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: #dc2626;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.clean-sale-button:hover,
.clean-sale-button:focus {
    background: #b91c1c;
    transform: translateY(-1px);
}

.clean-sale-button:focus {
    outline: 2px solid #b91c1c;
    outline-offset: 2px;
}

/* Clean Dropdown Menu */
.clean-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 200px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.2s ease;
    padding: 8px 0;
    border: 1px solid #e5e7eb;
    margin-top: 8px;
    z-index: 100;
}

.clean-nav-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.clean-nav-menu .sub-menu a {
    padding: 10px 16px;
    font-size: 14px;
    color: #4b5563;
    display: block;
    width: 100%;
}

.clean-nav-menu .sub-menu a:hover {
    background: #fef2f2;
    color: #dc2626;
}

/* Clean Mobile Menu Toggle */
.clean-mobile-menu-toggle {
    display: none;
    background: transparent;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    z-index: 1000000;
    /* Force Toggle Button on Top */
    flex-shrink: 0;
}

.clean-mobile-menu-toggle:hover {
    background: #fef2f2;
    border-color: #dc2626;
}

.clean-hamburger {
    width: 20px;
    height: 16px;
    position: relative;
}

.clean-hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #4b5563;
    border-radius: 1px;
    transition: all 0.2s ease;
}

.clean-hamburger span:nth-child(1) {
    top: 0;
}

.clean-hamburger span:nth-child(2) {
    top: 7px;
}

.clean-hamburger span:nth-child(3) {
    top: 14px;
}

.clean-mobile-menu-toggle.active {
    background: #fef2f2;
    border-color: #dc2626;
}

.clean-mobile-menu-toggle.active .clean-hamburger span {
    background: #dc2626;
}

.clean-mobile-menu-toggle.active .clean-hamburger span:nth-child(1) {
    top: 7px;
    transform: rotate(135deg);
}

.clean-mobile-menu-toggle.active .clean-hamburger span:nth-child(2) {
    opacity: 0;
}

.clean-mobile-menu-toggle.active .clean-hamburger span:nth-child(3) {
    top: 7px;
    transform: rotate(-135deg);
}

/* Clean Mobile Navigation */
@media (max-width: 768px) {
    .clean-header-container {
        height: 65px;
        padding: 0 16px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .clean-site-branding {
        position: relative;
        z-index: 1001;
        flex-shrink: 0;
    }

    .clean-site-logo {
        display: flex;
        align-items: center;
    }

    .clean-site-logo img {
        height: 40px;
        width: auto;
        max-width: 180px;
    }

    .clean-mobile-menu-toggle {
        display: block;
        position: relative;
        z-index: 1002;
        flex-shrink: 0;
    }

    /* Hide desktop navigation in mobile */
    .clean-main-navigation {
        display: none;
    }

    /* Show navigation when active - FIXED SCROLLING */
    .clean-main-navigation.active {
        display: block;
        position: fixed;
        top: 65px;
        left: 0;
        right: 0;
        bottom: 0;
        /* Fill remaining screen */
        background: #ffffff !important;
        padding: 20px 16px 80px 16px;
        /* Extra padding at bottom */
        border-bottom: 1px solid #e5e7eb;
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
        max-height: none !important;
        /* Allow full height */
        overflow-y: auto;
        /* Enable scroll */
        -webkit-overflow-scrolling: touch;
        /* Smooth iOS scroll */
        z-index: 999999 !important;
        /* Force on top of everything */
        animation: slideDown 0.3s ease;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .clean-nav-menu {
        flex-direction: column;
        gap: 4px;
    }

    .clean-nav-menu li {
        width: 100%;
    }

    .clean-nav-menu a {
        padding: 12px 16px;
        font-size: 15px;
        border-radius: 8px;
        display: block;
        width: 100%;
    }

    .clean-nav-menu .current-menu-item>a,
    .clean-nav-menu .current_page_item>a {
        background: #fef2f2;
        color: #dc2626;
    }

    .clean-nav-menu .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        background: #f9fafb;
        margin: 4px 0;
        padding: 8px;
        display: none;
        border-radius: 8px;
    }

    .clean-nav-menu .menu-item-has-children.open .sub-menu {
        display: block;
    }

    .clean-nav-menu .sub-menu a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .clean-nav-menu .menu-item-has-children>a {
        position: relative;
    }

    .clean-nav-menu .menu-item-has-children>a::after {
        content: '▼';
        font-size: 11px;
        color: #6b7280;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.2s ease;
    }

    .clean-nav-menu .menu-item-has-children.open>a::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .clean-sale-button {
        margin: 12px 16px;
        width: calc(100% - 32px);
        text-align: center;
    }

    .admin-bar .clean-main-navigation.active {
        top: 97px;
        max-height: calc(100vh - 97px);
    }

    .admin-bar .clean-site-header {
        top: 32px;
    }
}

/* Tablet adjustments */
@media (max-width: 1024px) {
    .clean-header-container {
        padding: 0 20px;
    }

    .clean-nav-menu {
        gap: 20px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .clean-header-container {
        padding: 0 12px;
        height: 60px;
    }

    .clean-site-logo img {
        height: 35px;
        max-width: 140px;
    }

    .clean-main-navigation.active {
        top: 60px;
        max-height: calc(100vh - 60px);
        padding: 16px 12px;
    }

    .clean-nav-menu a {
        padding: 10px 12px;
        font-size: 14px;
    }

    .clean-nav-menu .sub-menu a {
        padding: 8px 16px;
        font-size: 13px;
    }

    .clean-sale-button {
        margin: 10px 12px;
        width: calc(100% - 24px);
    }

    .admin-bar .clean-main-navigation.active {
        top: 92px;
        max-height: calc(100vh - 92px);
    }
}

/* Extra small mobile screens */
@media (max-width: 360px) {
    .clean-header-container {
        padding: 0 10px;
        height: 55px;
    }

    .clean-site-logo img {
        height: 30px;
        max-width: 120px;
    }

    .clean-mobile-menu-toggle {
        padding: 6px;
    }

    .clean-hamburger {
        width: 18px;
        height: 14px;
    }

    .clean-main-navigation.active {
        top: 55px;
        max-height: calc(100vh - 55px);
        padding: 12px 10px;
    }

    .clean-sale-button {
        margin: 8px 10px;
        width: calc(100% - 20px);
    }

    .admin-bar .clean-main-navigation.active {
        top: 87px;
        max-height: calc(100vh - 87px);
    }
}

.clean-nav-menu a:focus,
.clean-mobile-menu-toggle:focus,
.clean-sale-button:focus {
    outline: 2px solid #dc2626;
    outline-offset: 2px;
}

/* Animations */
.clean-site-logo img {
    animation: cleanFadeIn 0.4s ease-out;
}

@keyframes cleanFadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Prevent body scroll when mobile menu is open */
body.clean-menu-open {
    overflow: hidden;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation: none !important;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .clean-site-header {
        border-bottom-width: 2px;
    }

    .clean-nav-menu a,
    .clean-sale-button {
        border: 1px solid transparent;
    }

    .clean-nav-menu a:hover,
    .clean-nav-menu a:focus,
    .clean-sale-button:focus {
        border-color: #dc2626;
    }
}

/* =========================================
   4. PayPal Top Notice Styles
   ========================================= */
.dl-top-notice {
    background: linear-gradient(135deg, #059669, #10b981);
    color: white;
    width: 100%;
    position: relative;
    z-index: 999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    animation: dlSlideDown 0.5s ease-out;
}

@keyframes dlSlideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dl-notice-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    position: relative;
    text-align: center;
}

.dl-notice-icon {
    font-size: 1.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
}

.dl-notice-text {
    line-height: 1.4;
}

.dl-notice-text strong {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}

.dl-close-notice-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1;
    transition: all 0.2s ease;
    padding: 0;
    margin-left: 20px;
    flex-shrink: 0;
}

.dl-close-notice-btn:hover {
    background: white;
    color: #059669;
    border-color: white;
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .dl-notice-content {
        padding: 12px 16px;
        justify-content: space-between;
    }

    .dl-notice-text {
        font-size: 0.85rem;
        text-align: left;
        padding-right: 10px;
    }

    .dl-notice-icon {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }

    .dl-close-notice-btn {
        width: 24px;
        height: 24px;
        font-size: 1.1rem;
        margin-left: 0;
    }
}

@keyframes dlSlideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dl-notice-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    position: relative;
    text-align: center;
}

.dl-notice-icon {
    font-size: 1.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
}

.dl-notice-text {
    line-height: 1.4;
}

.dl-notice-text strong {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}

#dl-close-notice {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1;
    transition: all 0.2s ease;
    padding: 0;
    margin-left: 20px;
    flex-shrink: 0;
}

#dl-close-notice:hover {
    background: white;
    color: #059669;
    border-color: white;
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .dl-notice-content {
        padding: 12px 16px;
        justify-content: space-between;
    }

    .dl-notice-text {
        font-size: 0.85rem;
        text-align: left;
        padding-right: 10px;
    }

    .dl-notice-icon {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }

    #dl-close-notice {
        width: 24px;
        height: 24px;
        font-size: 1.1rem;
        margin-left: 0;
    }
}

/* End Notice Styles */

/* =========================================
   5. Domain Listing Page Header
   ========================================= */
.domain-listing-header {
    background: linear-gradient(135deg, #dc2626, #ef4444);
    padding: 60px 20px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.domain-listing-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>') repeat;
    animation: float 20s infinite linear;
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100px, 100px);
    }
}

.page-main-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.5px;
}

.page-subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
    position: relative;
    z-index: 1;
    letter-spacing: 0.3px;
}

@media (max-width: 768px) {
    .domain-listing-header {
        padding: 40px 20px;
        margin-bottom: 30px;
    }

    .page-main-title {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .page-subtitle {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .domain-listing-header {
        padding: 30px 16px;
        margin-bottom: 24px;
    }

    .page-main-title {
        font-size: 1.5rem;
    }

    .page-subtitle {
        font-size: 0.875rem;
    }
}

/* =========================================
   3. Modern Checkout & PayPal Discount Styles
   ========================================= */

/* Main Checkout Container */
.woocommerce-checkout {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    border: 1px solid #f3f4f6;
}

/* Page Title on Checkout */
.woocommerce-checkout .entry-title {
    color: #1f2937;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 2px solid #ef4444;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}

/* Success/Info Notices (The Discount Message) */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top: 0;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 24px !important;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

/* Green Success Message (PayPal Discount Notice) */
.woocommerce-message {
    background-color: #f0fdf4 !important;
    color: #166534 !important;
    border-left: 5px solid #22c55e !important;
}

/* Make specific discount text pop */
.woocommerce-message strong {
    font-weight: 800;
    color: #15803d;
}

/* Checkout Form Layout */
.col2-set {
    display: flex;
    gap: 40px;
    width: 100%;
}

.col-1,
.col-2 {
    flex: 1;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    .col2-set {
        flex-direction: column;
        gap: 20px;
    }

    .woocommerce-checkout {
        padding: 20px;
    }
}

/* Form Fields */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #1f2937;
    background-color: #f9fafb;
    transition: all 0.2s ease;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #ef4444;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
    outline: none;
}

.woocommerce form .form-row label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
    font-size: 0.9rem;
}

/* Section Headings */
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}

/* Order Review Table */
.woocommerce-checkout-review-order-table {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}

.woocommerce-checkout-review-order-table thead th {
    background-color: #fef2f2;
    color: #dc2626;
    font-weight: 700;
    padding: 15px;
    border-bottom: 2px solid #fee2e2;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    padding: 15px;
    border-top: 1px solid #f3f4f6;
    color: #4b5563;
}

.woocommerce-checkout-review-order-table .product-name {
    font-weight: 600;
    color: #1f2937;
}

.woocommerce-checkout-review-order-table .product-total {
    font-weight: 700;
    color: #1f2937;
}

/* Highlight the PayPal Discount Row */
.fee {
    background-color: #f0fdf4;
}

.fee th {
    color: #166534;
    font-weight: 600;
}

.fee td .amount {
    color: #166534;
    font-weight: 700;
}

/* Order Total Row */
.order-total th {
    color: #1f2937;
    font-weight: 800;
    font-size: 1.1rem;
}

.order-total td .amount {
    color: #dc2626;
    font-weight: 800;
    font-size: 1.3rem;
}

/* Payment Methods */
#payment {
    background: #fef2f2 !important;
    border-radius: 12px !important;
    padding: 20px !important;
}

#payment ul.payment_methods {
    border-bottom: 1px solid #fee2e2 !important;
}

#payment div.payment_box {
    background-color: #ffffff !important;
    color: #4b5563 !important;
    border: 1px solid #fee2e2 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

#payment div.payment_box::before {
    border-bottom-color: #fee2e2 !important;
}

/* Place Order Button */
#place_order {
    background: linear-gradient(135deg, #dc2626, #ef4444) !important;
    color: white !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    padding: 16px 30px !important;
    border-radius: 8px !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3) !important;
    border: none !important;
    margin-top: 20px !important;
}

#place_order:hover {
    background: linear-gradient(135deg, #b91c1c, #dc2626) !important;
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4) !important;
    transform: translateY(-2px) !important;
}

/* =========================================
   3. Premium Domain Listing Grid (Homepage)
   ========================================= */

.premium-listing-section {
    padding: 60px 0 80px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.premium-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.premium-header {
    text-align: center;
    margin-bottom: 50px;
}

.premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.2);
    margin-bottom: 20px;
}

.premium-badge span {
    font-size: 1.2rem;
}

.premium-title {
    font-size: 3rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 12px;
    line-height: 1.2;
}

.premium-title span {
    color: #ef4444;
}

.premium-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

/* Grid System */
.premium-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Premium Card */
.premium-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #f1f5f9;
    padding-bottom: 24px;
}

.premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(220, 38, 38, 0.1);
}

.premium-card-top {
    height: 180px;
    background: linear-gradient(135deg, #fef2f2 0%, #ffffff 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.premium-card-top::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: rotate(45deg) translateX(-100%);
    animation: shimmer 4s infinite linear;
}

@keyframes shimmer {
    100% {
        transform: rotate(45deg) translateX(100%);
    }
}

.premium-logo-circle {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
    border: 3px solid white;
}

.premium-logo-icon {
    font-size: 2.5rem;
    color: #ef4444;
}

.premium-logo-img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

.premium-content {
    padding: 0 24px;
    text-align: center;
    position: relative;
}

.premium-domain-name {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1f2937;
    margin: 20px 0 8px;
    letter-spacing: -0.5px;
}

.premium-domain-tagline {
    font-size: 0.95rem;
    color: #4b5563;
    font-weight: 500;
    margin-bottom: 12px;
}

.premium-desc {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
}

/* Tags */
.premium-tags {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.p-tag {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.p-tag.red {
    background: #fef2f2;
    color: #ef4444;
    border: 1px solid #fee2e2;
}

.p-tag.orange {
    background: #fff7ed;
    color: #f97316;
    border: 1px solid #ffedd5;
}

.p-tag.blue {
    background: #eff6ff;
    color: #3b82f6;
    border: 1px solid #dbeafe;
}

/* Price */
.premium-price {
    font-size: 2rem;
    font-weight: 800;
    color: #ef4444;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

/* Actions */
.premium-actions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    padding: 0 16px;
}

.p-btn {
    border: none;
    padding: 10px 0;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-btn:hover {
    transform: translateY(-2px);
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.p-btn-view {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 0 4px 10px rgba(220, 38, 38, 0.25);
}

.p-btn-offer {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    box-shadow: 0 4px 10px rgba(234, 88, 12, 0.25);
}

.p-btn-buy {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.25);
}

/* Responsive */
@media (max-width: 1024px) {
    .premium-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .premium-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .premium-title {
        font-size: 2.2rem;
    }
}

/* Latest Domains Section Updates */

/* Professional Boxed Header */
.clean-section-header.custom-heading-bg {
    background: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    border: 2px solid #fee2e2;
    /* Clear red border */
    background: linear-gradient(180deg, #fff 0%, #fef2f2 100%);
    /* Subtle top-to-bottom fade */
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.06);
}

.clean-section-header.custom-heading-bg::before {
    content: 'PREMIUM COLLECTION';
    display: inline-block;
    background: #fee2e2;
    color: #ef4444;
    font-size: 0.8rem;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    border: 1px solid #fecaca;
    box-shadow: none;
}

.clean-section-title {
    font-size: 3rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 12px;
    letter-spacing: -1px;
    line-height: 1.2;
    background: none;
    -webkit-text-fill-color: initial;
}

@media (max-width: 768px) {
    .clean-section-header.custom-heading-bg {
        padding: 30px 15px;
        border-radius: 16px;
        margin-bottom: 30px;
    }

    .clean-section-title {
        font-size: 2rem !important;
        /* Force smaller size on mobile */
    }

    .clean-section-subtitle {
        font-size: 0.95rem;
        padding: 0 10px;
    }
}

/* Professional Boxed Header V2 (Cache busted) */
.clean-section-header-v2.custom-heading-bg-v2 {
    background: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    border: 2px solid #fee2e2;
    background: linear-gradient(180deg, #fff 0%, #fef2f2 100%);
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.06);
}

.clean-section-title-v2 {
    font-size: 3rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 12px;
    letter-spacing: -1px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .clean-section-header-v2.custom-heading-bg-v2 {
        padding: 30px 15px !important;
        margin-bottom: 30px !important;
    }

    .clean-section-title-v2 {
        font-size: 2rem !important;
        /* Force smaller size on mobile */
    }
}


.clean-section-subtitle {
    font-size: 1.1rem;
    color: #4b5563;
    max-width: 600px;
    margin: 0 auto;
}

/* Domain Image Styles - STRICT ENFORCEMENT */
.clean-domain-image-wrapper {
    width: 100% !important;
    height: 85px !important;
    min-height: 85px !important;
    max-height: 85px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-bottom: 1px solid #fee2e2 !important;
    padding: 10px !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    /* Prevent flex shrinking/growing weirdness */
}

.clean-domain-image {
    width: auto !important;
    height: auto !important;
    max-height: 42px !important;
    min-height: 0 !important;
    max-width: 80% !important;
    object-fit: contain !important;
    padding: 0 !important;
    margin: 0 auto !important;
    display: block !important;
    border: none !important;
    box-shadow: none !important;
}

.clean-domain-card:hover .clean-domain-image {
    transform: scale(1.1);
}

.clean-domain-image-placeholder {
    width: 100% !important;
    height: 85px !important;
    min-height: 85px !important;
    max-height: 85px !important;
    background: linear-gradient(135deg, #fff, #fef2f2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-bottom: 1px solid #fee2e2 !important;
    flex-shrink: 0 !important;
}

.clean-domain-image-placeholder .placeholder-text {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #ef4444 !important;
    opacity: 0.3 !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure card inner doesn't have extra padding if image is used */
.clean-card-inner {
    padding: 0;
}

/* Update info section to have padding */
.clean-domain-info {
    padding: 20px;
    border: none;
}

/* Slider Specific Styles */
.clean-domains-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 10px 0 30px;
}

.clean-slider-track {
    display: flex;
    gap: 16px;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}

/* Ensure cards in slider take correct width */
.clean-domains-slider .clean-domain-card {
    flex: 0 0 calc(33.333% - 11px);
    width: calc(33.333% - 11px);
    max-width: calc(33.333% - 11px);
    margin-bottom: 0;
}

/* Responsive Slider Logic matches JS breakpoints */
@media (max-width: 1200px) {
    .clean-domains-slider .clean-domain-card {
        flex: 0 0 calc(50% - 8px);
        width: calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
}

@media (max-width: 768px) {
    .clean-domains-slider .clean-domain-card {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

/* Red Styled Card (target both classes to cover all sections) */
.clean-domain-card,
.premium-card {
    background: #fef2f2 !important;
    border: 1px solid #ef4444 !important;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(239, 68, 68, 0.05);
    min-height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* Prevent spillover */
}

.clean-domain-card:hover,
.premium-card:hover {
    box-shadow: 0 10px 25px rgba(220, 38, 38, 0.15) !important;
    transform: translateY(-5px);
}

/* Specific override for Premium Card Images to be absolutely sure */
.premium-card .clean-domain-image-wrapper {
    height: 85px !important;
    background: white !important;
    border-bottom: 1px solid #fee2e2 !important;
}

.premium-card .clean-domain-image {
    max-height: 42px !important;
    padding: 0 !important;
}


/* =========================================
   Responsive Adjustments for Domain Listing
   ========================================= */

@media (max-width: 768px) {

    /* Adjust Header on Mobile */
    .clean-section-header.custom-heading-bg {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .clean-section-title {
        font-size: 1.8rem;
    }

    .clean-section-subtitle {
        font-size: 0.95rem;
    }

    /* Adjust Actions Grid on Mobile if needed */
    .premium-actions {
        gap: 6px;
        padding: 0 12px;
    }

    .p-btn {
        padding: 8px 0;
        font-size: 0.75rem;
    }

    /* Ensure images scale correctly */
    .clean-domain-image-wrapper,
    .clean-domain-image-placeholder {
        height: 85px !important;
        /* Force tight height on mobile too */
    }

}


@media (max-width: 480px) {

    /* Stack buttons on very small screens if needed, or keep them tight */
    .premium-actions {
        grid-template-columns: 1fr;
        /* Stack buttons on very small screens */
        gap: 8px;
    }

    .clean-domain-card {
        min-height: auto;
    }
}

/* =========================================
   Premium Card V2 - Enhanced Curved Header Design
   ========================================= */

/* Ensure the card has overflow visible so the floating circle doesn't get cut if it overlaps */
.premium-card {
    overflow: visible !important;
    padding-top: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1) !important;
    background: #fff;
    border-radius: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.premium-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.15) !important;
}

.premium-card-header-v2 {
    position: relative;
    width: 100%;
    height: 120px;
    margin-bottom: 85px;
    /* Increased for larger circle */
}

.header-curve-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ef4444 0%, #f87171 50%, #fca5a5 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 50% 25px;
    border-bottom-right-radius: 50% 25px;
    position: relative;
    overflow: hidden;
}

/* Add subtle pattern overlay */
.header-curve-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.premium-logo-circle-v2 {
    position: absolute;
    bottom: -70px;
    /* Adjusted for larger circle */
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
    border-radius: 50%;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 0 0 5px rgba(255, 255, 255, 0.5),
        inset 0 2px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    padding: 0;
    /* Removed padding for full image */
    border: 4px solid #ffffff;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.premium-card:hover .premium-logo-circle-v2 {
    transform: translateX(-50%) scale(1.05);
    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(239, 68, 68, 0.1),
        inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Strict Logo Sizing inside Circle */
.clean-domain-image-v2 {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s;
}

.premium-card:hover .clean-domain-image-v2 {
    transform: scale(1.1);
}

.placeholder-text-v2 {
    font-size: 3rem;
    font-weight: 900;
    color: #ef4444;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Adjust content spacing */
.premium-content {
    padding: 15px 25px 25px !important;
    text-align: center;
}

.premium-domain-name {
    margin-top: 10px;
    font-size: 1.5rem !important;
    font-weight: 700;
    color: #1f2937;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .premium-card-header-v2 {
        height: 100px;
        margin-bottom: 70px;
    }

    .header-curve-bg {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .premium-logo-circle-v2 {
        width: 120px;
        height: 120px;
        bottom: -55px;
        padding: 0;
        border: 3px solid #ffffff;
    }

    .clean-domain-image-v2 {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .placeholder-text-v2 {
        font-size: 2.5rem;
    }

    .premium-content {
        padding: 10px 15px 20px !important;
    }

    .premium-domain-name {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 480px) {
    .premium-card-header-v2 {
        height: 80px;
        margin-bottom: 55px;
    }

    .premium-logo-circle-v2 {
        width: 100px;
        height: 100px;
        bottom: -45px;
        padding: 0;
    }

    .clean-domain-image-v2 {
        max-width: 76px !important;
        max-height: 76px !important;
    }

    .placeholder-text-v2 {
        font-size: 2rem;
    }

    .premium-domain-name {
        font-size: 1.1rem !important;
    }
}