/* ==========================================================================
   weblix jo - Luxury Product Catalog Styling (our-products.css)
   Clean, shadowless luxury design with solid black & orange action buttons.
   ========================================================================== */

/* Page Background & Layout */
body {
    background-color: #f8fafc;
}

/* High-Tech Breathtaking Hero Header Section */
.products-hero-section {
    position: relative;
    padding: 7rem 1.5rem 4.5rem 1.5rem;
    background: #070c19 !important;
    background-color: #070c19 !important;
    color: #ffffff !important;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.products-hero-title {
    font-size: 2.75rem;
    font-weight: 850;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
    line-height: 1.25;
    margin-bottom: 0.85rem;
    letter-spacing: -0.5px;
    text-shadow: none !important;
}

.products-hero-desc {
    font-size: 1.15rem;
    color: #cbd5e1 !important;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.65;
    font-weight: 500;
}

/* Back to Catalog Link */
.back-catalog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 750;
    color: #38bdf8;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.25);
    padding: 0.45rem 1rem;
    border-radius: 999px;
    margin-bottom: 1.25rem;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: none !important;
}

.back-catalog-link:hover {
    background: #0062b8;
    color: #ffffff;
    border-color: #0062b8;
    box-shadow: none !important;
}

/* 2-Card Main Hub Grid */
.hub-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 440px));
    justify-content: center;
    gap: 2.25rem;
    max-width: 980px;
    margin: 0 auto;
}

.hub-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.hub-card:hover {
    transform: translateY(-4px);
    box-shadow: none !important;
    border-color: #cbd5e1;
}

.hub-card-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: rgba(0, 98, 184, 0.08);
    border: 1px solid rgba(0, 98, 184, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.hub-card-category {
    font-size: 0.82rem;
    font-weight: 800;
    color: #0062b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.35rem;
}

.hub-card-title {
    font-size: 1.85rem;
    font-weight: 850;
    color: #0f172a;
    margin-bottom: 0.85rem;
}

.hub-card-desc {
    font-size: 1rem;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 2rem;
}

.hub-card-footer {
    margin-top: auto;
}

.hub-card-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 1rem 1.5rem !important;
    font-size: 1.05rem !important;
    font-weight: 850 !important;
    border-radius: 16px !important;
    background: #0f172a !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    border: none !important;
}

.hub-card-btn:hover {
    background: #1e293b !important;
    transform: translateY(-2px) !important;
    box-shadow: none !important;
}

.hub-email-btn {
    background: #0f172a !important;
    box-shadow: none !important;
}

.hub-email-btn:hover {
    background: #1e293b !important;
    box-shadow: none !important;
}

/* Category Filter Tabs Bar */
.category-tabs-wrapper {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.category-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 750;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    box-shadow: none !important;
}

.category-tab-btn:hover,
.category-tab-btn.active {
    background: #0062b8;
    border-color: #38bdf8;
    color: #ffffff;
    box-shadow: none !important;
}

/* Products Catalog Main Container */
.products-catalog-section {
    padding: 3.5rem 1.5rem 5rem 1.5rem;
    background: #f8fafc;
}

/* Category Section Header */
.category-header-title {
    font-size: 1.85rem;
    font-weight: 850;
    color: #0f172a;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-header-subtitle {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 2rem;
}

.category-section-block {
    margin-bottom: 4.5rem;
}

.category-section-block:last-child {
    margin-bottom: 0;
}

/* Modular Responsive Product Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 360px));
    justify-content: center;
    gap: 2rem;
}

/* Compact Luxury Product Card (Zero Shadows) */
.product-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    box-shadow: none !important;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: none !important;
    border-color: #cbd5e1;
}

/* Featured Card Styling (Elevated center card with solid blue border, Zero Shadow) */
.product-card.featured-card {
    border: 2.5px solid #0062b8;
    box-shadow: none !important;
    z-index: 2;
}

@media (min-width: 992px) {
    .products-grid {
        align-items: center;
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }

    .product-card.featured-card {
        transform: translateY(-18px);
        box-shadow: none !important;
    }

    .product-card.featured-card:hover {
        transform: translateY(-24px);
        box-shadow: none !important;
    }
}

/* Card Header Area */
.product-card-header {
    padding: 1.65rem 1.5rem 1.15rem 1.5rem;
    background: #ffffff !important;
    color: #0f172a !important;
    position: relative;
    border-bottom: 1px solid #f1f5f9;
}

.product-icon-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-icon-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(0, 98, 184, 0.08);
    border: 1px solid rgba(0, 98, 184, 0.18);
    color: #0062b8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.email-icon-theme {
    background: rgba(234, 88, 12, 0.08);
    border-color: rgba(234, 88, 12, 0.2);
    color: #ea580c;
}

.workplace-icon-theme {
    background: rgba(14, 165, 233, 0.08);
    border-color: rgba(14, 165, 233, 0.2);
    color: #0284c7;
}

.product-title-group {
    display: flex;
    flex-direction: column;
}

.product-category-label {
    font-size: 0.75rem;
    font-weight: 750;
    color: #0062b8 !important;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}

.product-title {
    font-size: 1.45rem;
    font-weight: 850;
    color: #0f172a !important;
    margin: 0;
    line-height: 1.2;
}

.product-description {
    font-size: 0.9rem;
    color: #475569 !important;
    line-height: 1.5;
    margin-bottom: 1rem;
}

/* Storage Specs Badge Box */
.storage-spec-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.35rem 0.75rem;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 750;
    color: #0f172a;
    margin-bottom: 1rem;
}

/* Pricing Display */
.product-price-box {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 0.85rem 1rem;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 14px;
}

.product-price-amount {
    font-size: 2.2rem;
    font-weight: 900;
    color: #0f172a;
    font-family: var(--font-en), var(--font-ar), sans-serif;
    line-height: 1;
}

.product-price-currency {
    font-size: 1.05rem;
    font-weight: 850;
    color: #ff6a00;
}

.product-price-period {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 700;
    margin-right: auto;
}

html[lang="en"] .product-price-period {
    margin-right: 0;
    margin-left: auto;
}

/* Features List Area */
.product-card-body {
    padding: 1.35rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-features-title {
    font-size: 0.88rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.35rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.product-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.86rem;
    color: #334155;
    font-weight: 600;
    line-height: 1.4;
}

.product-feature-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Card Action Buttons - Luxury Solid Black & Featured Orange (Zero Shadows) */
.product-card-footer {
    margin-top: auto;
}

.product-checkout-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 0.85rem 1.15rem !important;
    font-size: 1rem !important;
    font-weight: 850 !important;
    border-radius: 14px !important;
    background: #0f172a !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border: none !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.product-checkout-btn:hover {
    background: #1e293b !important;
    transform: translateY(-2px) !important;
    box-shadow: none !important;
}

/* Featured Card Button - Keep Orange (Zero Shadow) */
.product-card.featured-card .product-checkout-btn {
    background: #ff6a00 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.product-card.featured-card .product-checkout-btn:hover {
    background: #ee5100 !important;
    transform: translateY(-2px) !important;
    box-shadow: none !important;
}

.product-secondary-btn {
    background: #0f172a !important;
    box-shadow: none !important;
}

.product-secondary-btn:hover {
    background: #1e293b !important;
    box-shadow: none !important;
}

/* Trust Strip Below Category */
.products-trust-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 3.5rem;
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 600;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .products-hero-section {
        padding: 5rem 1.25rem 3rem 1.25rem;
    }

    .products-hero-title {
        font-size: 1.95rem;
    }

    .category-header-title {
        font-size: 1.45rem;
    }

    .products-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .products-trust-strip {
        flex-direction: column;
        gap: 8px;
    }
}

/* ==========================================================================
   Paddle 3-Tier Billing Showcase & Billing Switch Styling
   ========================================================================== */
.billing-switch-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 2.25rem auto 1rem auto;
}

.billing-switch-label {
    font-size: 0.95rem;
    font-weight: 750;
    color: #cbd5e1;
    cursor: pointer;
    transition: color 0.25s ease;
}

.billing-switch-label.active {
    color: #ffffff;
}

.billing-toggle-btn {
    position: relative;
    width: 60px;
    height: 32px;
    background: #1e293b;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    cursor: pointer;
    padding: 3px;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.billing-toggle-btn.annual-active {
    background: #ff6a00;
    border-color: #ff6a00;
}

.billing-toggle-slider {
    display: block;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.billing-toggle-btn.annual-active .billing-toggle-slider {
    transform: translateX(28px);
}

html[dir="rtl"] .billing-toggle-btn.annual-active .billing-toggle-slider {
    transform: translateX(-28px);
}

.billing-discount-badge {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #4ade80;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    margin-left: 4px;
}

html[dir="rtl"] .billing-discount-badge {
    margin-left: 0;
    margin-right: 4px;
}

/* 3-Tier Grid Layout */
.paddle-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.paddle-product-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
}

.paddle-product-card:hover {
    transform: translateY(-5px);
    border-color: #cbd5e1;
}

.paddle-product-card.featured-plan {
    border: 2px solid #ff6a00;
    box-shadow: 0 12px 35px rgba(255, 106, 0, 0.12) !important;
}

.plan-popular-ribbon {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ff6a00, #ee5100);
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.3rem 1.1rem;
    border-radius: 999px;
    white-space: nowrap;
}

.paddle-card-header {
    text-align: center;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem;
}

.paddle-plan-title {
    font-size: 1.65rem;
    font-weight: 850;
    color: #0f172a;
    margin-bottom: 0.4rem;
}

.paddle-plan-desc {
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.55;
    min-height: 2.8em;
}

.paddle-price-box {
    margin-top: 1.25rem;
}

.paddle-price-amount {
    font-size: 2.8rem;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -1px;
}

.paddle-price-period {
    font-size: 0.92rem;
    color: #64748b;
    font-weight: 700;
}

.paddle-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.paddle-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.paddle-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
    color: #334155;
    font-weight: 600;
}

.paddle-feature-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 900;
    flex-shrink: 0;
}

.paddle-checkout-btn {
    width: 100%;
    padding: 0.9rem 1.5rem;
    font-weight: 850;
    font-size: 1rem;
    border-radius: 16px;
    justify-content: center;
    text-decoration: none !important;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.btn-paddle-primary {
    background: linear-gradient(135deg, #ff6a00, #ee5100);
    color: #ffffff !important;
}

.btn-paddle-primary:hover {
    background: linear-gradient(135deg, #ee5100, #d94700);
    transform: translateY(-2px);
}

.btn-paddle-secondary {
    background: #0f172a;
    color: #ffffff !important;
}

.btn-paddle-secondary:hover {
    background: #1e293b;
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .paddle-pricing-grid {
        grid-template-columns: 1fr;
        max-width: 440px;
    }
}

