/* ═════════════════════════════════════════════════════════════════════════════════
   🎯 PRODUCT RADAR - DESIGN SYSTEM
   ═════════════════════════════════════════════════════════════════════════════════ */

/* ═════════════ CSS VARIABLES ═════════════ */
:root {
    /* 🎨 Brand Colors - Core Palette (Following Guidelines) */
    --pr-bone: #FFFFFF;           /* Eggshell White - Page canvas, neutral card fills */
    --pr-black: #000000;          /* Headings */
    --pr-body-text: #3A3A3A;      /* Body text for softer contrast */
    --pr-white: #FFFFFF;          /* Pure white for contrast */
    --pr-lime: #8CC850;           /* Salad Green - Primary buttons, positive badges */
    --pr-orange: #FF6400;         /* Pumpkin Orange - Highlight words, focus ring, small icons, logo */
    --pr-pr-green: #8CC850;       /* Keep as salad green */
    --pr-pr-blue: #467EE5;
    --pr-pr-purple: #998DF8;
    
    /* 🎨 Brand-specific colors for consistency */
    --pr-brand-orange: #FF6400;   /* Pumpkin Orange - Primary brand color */
    --pr-brand-green: #8CC850;    /* Salad Green - Secondary brand color */
    --pr-brand-eggshell: #FFFFFF; /* Eggshell White - Background color */
    --pr-gray-50: #F8F9FA;
    --pr-gray-100: #E9ECEF;
    --pr-gray-200: #DEE2E6;
    --pr-gray-300: #CED4DA;
    --pr-gray-400: #ADB5BD;
    --pr-gray-500: #6C757D;
    --pr-gray-600: #495057;
    --pr-gray-700: #343A40;
    --pr-gray-800: #212529;
    --pr-gray-900: #0D1117;
    
    /* 🌈 Category Colors */
    --pr-green: #22C55E;
    --pr-yellow: #EAB308;
    --pr-blue: #3B82F6;
    --pr-purple: #8B5CF6;
    
    /* 📏 Spacing Scale (4px base) */
    --pr-space-1: 4px;
    --pr-space-2: 8px;
    --pr-space-3: 12px;
    --pr-space-4: 16px;
    --pr-space-5: 20px;
    --pr-space-6: 24px;
    --pr-space-8: 32px;
    --pr-space-10: 40px;
    --pr-space-12: 48px;
    --pr-space-16: 64px;
    --pr-space-20: 80px;
    
    /* 📐 Border Radius */
    --pr-radius-sm: 4px;
    --pr-radius: 8px;
    --pr-radius-lg: 12px;
    --pr-radius-xl: 16px;
    --pr-radius-2xl: 24px;
    
    /* 🎭 Shadows */
    --pr-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --pr-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --pr-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --pr-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --pr-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --pr-shadow-l1: 0 2px 4px rgb(0 0 0 / 0.12);  /* New L1 shadow for calmer look */
    --pr-shadow-news: 0 4px 12px rgba(0, 0, 0, 0.06);
    
    /* ⚡ Transitions */
    --pr-transition: 200ms ease-out;
    
    /* 📝 Typography */
    --pr-font-family: 'e-Ukraine', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    --pr-font-head: 'e-UkraineHead', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    --pr-font-mono: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
    
    /* 🎨 News Page Specific */
    --pr-primary-gradient: linear-gradient(135deg, #FF6400 0%, #FF6400 100%);
    --pr-accent-lime: #8CC850;
    --pr-base-bg: #FFFFFF;
    --pr-surface-neutral: #FFFFFF;
    --pr-section-bg: #F7F9FB;
    --pr-neutral-200: #E5E7EB;
    --pr-neutral-600: #6B7280;
    
    /* 🎨 Create Form Specific */
    --pr-form-bg: #FFFFFF;
    --pr-form-border: #E5E7EB;
    --pr-form-focus: #467EE5;
    --pr-form-error: #EF4444;
    --pr-form-success: #10B981;
}

/* ═════════════ FONT IMPORTS ═════════════ */
@font-face {
    font-family: 'e-Ukraine';
    src: url('/fonts/e-Ukraine/e-Ukraine-Regular.woff2') format('woff2'),
         url('/fonts/e-Ukraine/e-Ukraine-Regular.woff') format('woff'),
         url('/fonts/e-Ukraine/e-Ukraine-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('/fonts/e-Ukraine/e-Ukraine-Medium.woff2') format('woff2'),
         url('/fonts/e-Ukraine/e-Ukraine-Medium.woff') format('woff'),
         url('/fonts/e-Ukraine/e-Ukraine-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('/fonts/e-Ukraine/e-Ukraine-Bold.woff2') format('woff2'),
         url('/fonts/e-Ukraine/e-Ukraine-Bold.woff') format('woff'),
         url('/fonts/e-Ukraine/e-Ukraine-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-UkraineHead';
    src: url('/fonts/e-Ukraine/e-UkraineHead-Regular.woff2') format('woff2'),
         url('/fonts/e-Ukraine/e-UkraineHead-Regular.woff') format('woff'),
         url('/fonts/e-Ukraine/e-UkraineHead-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-UkraineHead';
    src: url('/fonts/e-Ukraine/e-UkraineHead-Medium.woff2') format('woff2'),
         url('/fonts/e-Ukraine/e-UkraineHead-Medium.woff') format('woff'),
         url('/fonts/e-Ukraine/e-UkraineHead-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-UkraineHead';
    src: url('/fonts/e-Ukraine/e-UkraineHead-Bold.woff2') format('woff2'),
         url('/fonts/e-Ukraine/e-UkraineHead-Bold.woff') format('woff'),
         url('/fonts/e-Ukraine/e-UkraineHead-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ═════════════ BASE STYLES ═════════════ */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--pr-font-family);
    background-color: #FFFFFF !important;
    color: var(--pr-body-text);
    line-height: 1.5;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Ensure headings stay black for proper contrast */
h1, h2, h3, h4, h5, h6 {
    color: var(--pr-black);
}

/* Base Body Styles for Header/Footer */
.site-body {
    padding-bottom: 64px; /* Space for mobile app bar */
    font-family: 'e-Ukraine', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #FFFFFF !important;
}

@media (min-width: 1024px) {
    .site-body {
        padding-bottom: 0; /* Remove mobile padding on desktop */
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   PRODUCT DETAIL PAGE - NEW DESIGN VARIABLES
   ═══════════════════════════════════════════════════════════════════════════ */

:root {
    /* Brand Colors */
    --pr-bone: #FFFFFF;
    --pr-white: #FFFFFF;
    --pr-black: #000000;
    --pr-orange: #FF6400;
    --pr-lime: #8CC850;
    --pr-gray-600: #6F6F6F;
    --pr-gray-700: #4A4A4A;
    --pr-gray-200: #E5E7EB;
    
    /* Typography */
    --pr-font-family: 'e-Ukraine', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    
    /* Spacing Scale (4px increments) */
    --pr-space-1: 4px;
    --pr-space-2: 8px;
    --pr-space-3: 12px;
    --pr-space-4: 16px;
    --pr-space-5: 20px;
    --pr-space-6: 24px;
    --pr-space-8: 32px;
    --pr-space-10: 40px;
    --pr-space-12: 48px;
    --pr-space-16: 64px;
    
    /* Border Radius */
    --pr-radius: 8px;
    
    /* Shadows */
    --pr-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    --pr-shadow-hover: 0 4px 12px rgba(0, 0, 0, 0.15);
    
    /* Transitions */
    --pr-transition: 200ms ease-out;
}

/* ═══════════════════════════════════════════════════════════════════════════
   PRODUCT DETAIL PAGE - NEW DESIGN
   ═══════════════════════════════════════════════════════════════════════════ */

.pr-product-detail-page {
    background-color: var(--pr-bone);
    min-height: 100vh;
}

/* ═══════════════════════════════════════════════════════════════════════════
   TELEGRAM BANNER
   ═══════════════════════════════════════════════════════════════════════════ */

.pr-telegram-banner {
    background-color: var(--pr-lime);
    padding: var(--pr-space-4) 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pr-telegram-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--pr-space-4);
    flex-wrap: wrap;
}

.pr-telegram-text {
    font-family: var(--pr-font-family);
    font-size: 14px;
    color: var(--pr-black);
    margin: 0;
    font-weight: 400;
}

.pr-telegram-btn {
    background-color: var(--pr-black);
    color: var(--pr-white);
    padding: var(--pr-space-2) var(--pr-space-4);
    border-radius: var(--pr-radius);
    text-decoration: none;
    font-family: var(--pr-font-family);
    font-size: 14px;
    font-weight: 500;
    transition: all var(--pr-transition);
    border: none;
    cursor: pointer;
}

.pr-telegram-btn:hover {
    background-color: var(--pr-gray-700);
    transform: translateY(-1px);
    box-shadow: var(--pr-shadow-md);
}

.pr-telegram-btn:focus {
    outline: 2px solid var(--pr-orange);
    outline-offset: 2px;
}

.pr-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: var(--pr-space-8);
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--pr-space-6);
}

.pr-main-content {
    min-width: 0; /* Prevent grid overflow */
}

/* Product Header */
.pr-product-header {
    margin-bottom: var(--pr-space-8);
}

.pr-product-header-main {
    display: flex;
    align-items: flex-start;
    gap: var(--pr-space-4);
    margin-bottom: var(--pr-space-4);
}

.pr-product-logo-header {
    flex-shrink: 0;
}

.pr-header-logo {
    width: 80px;
    height: 80px;
    border-radius: var(--pr-radius);
    object-fit: cover;
    border: 2px solid var(--pr-gray-200);
}

.pr-header-logo-placeholder {
    width: 80px;
    height: 80px;
    border-radius: var(--pr-radius);
    background: var(--pr-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--pr-gray-200);
}

.pr-logo-text {
    font-size: 32px;
    font-weight: 700;
    color: var(--pr-white);
    font-family: var(--pr-font-family);
}

.pr-product-header-content {
    flex: 1;
    min-width: 0;
}

.pr-visit-website-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: transparent;
    color: var(--pr-gray-600);
    text-decoration: none;
    border-radius: var(--pr-radius);
    font-family: var(--pr-font-family);
    transition: all var(--pr-transition);
    border: 1px solid transparent;
    flex-shrink: 0;
    margin-left: var(--pr-space-3);
}

.pr-visit-website-btn:hover {
    background: var(--pr-gray-100);
    color: var(--pr-gray-800);
    transform: translateY(-1px);
}

.pr-visit-website-btn:focus-visible {
    outline: 2px solid var(--pr-gray-400);
    outline-offset: 2px;
}

.pr-visit-icon {
    font-size: 16px;
}

.pr-product-title-section {
    display: flex;
    align-items: flex-start;
    gap: var(--pr-space-3);
    margin-bottom: var(--pr-space-4);
}

.pr-product-title {
    font-family: var(--pr-font-family);
    font-size: 40px;
    font-weight: 700;
    color: var(--pr-black);
    line-height: 1.2;
    margin: 0;
    text-align: left;
    flex: 1;
}

.pr-edit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background-color: var(--pr-brand-orange);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    margin-top: 4px;
}

.pr-edit-btn:hover {
    background-color: #e55a00;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 100, 0, 0.3);
}

.pr-edit-btn:focus {
    outline: 2px solid var(--pr-brand-orange);
    outline-offset: 2px;
}

.pr-edit-btn svg {
    flex-shrink: 0;
}

.pr-product-short-description {
    font-family: var(--pr-font-family);
    font-size: 18px;
    font-weight: 400;
    color: var(--pr-gray-600);
    margin: 0 0 var(--pr-space-3) 0;
    line-height: 1.4;
}

.pr-product-category {
    font-family: var(--pr-font-family);
    font-size: 16px;
    font-style: italic;
    color: var(--pr-gray-600);
    margin: 0 0 var(--pr-space-4) 0;
}

.pr-product-meta {
    display: flex;
    align-items: center;
    gap: var(--pr-space-4);
    margin-bottom: var(--pr-space-6);
}

.pr-rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.pr-star {
    font-size: 14px;
    color: var(--pr-gray-300);
}

.pr-star-filled {
    color: var(--pr-orange);
}

.pr-star-half {
    color: var(--pr-orange);
}

.pr-rating-text {
    font-size: 14px;
    color: var(--pr-gray-600);
    margin-left: var(--pr-space-2);
}

.pr-view-count {
    display: flex;
    align-items: center;
    gap: var(--pr-space-1);
    font-size: 14px;
    color: var(--pr-gray-600);
    font-weight: 400;
}

.pr-view-icon {
    font-size: 14px;
}

/* Product Media Section */
.pr-product-media {
    margin-bottom: var(--pr-space-8);
}

.pr-main-media {
    text-align: center;
    margin-bottom: var(--pr-space-4);
}

.pr-main-image {
    max-width: 100%;
    height: auto;
    border-radius: var(--pr-radius);
    box-shadow: var(--pr-shadow);
    transition: box-shadow var(--pr-transition);
}

.pr-main-image:hover {
    box-shadow: var(--pr-shadow-md);
}

.pr-media-placeholder {
    background-color: var(--pr-gray-100);
    border: 2px dashed var(--pr-gray-300);
    border-radius: var(--pr-radius);
    padding: var(--pr-space-16);
    text-align: center;
    color: var(--pr-gray-600);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.pr-placeholder-text {
    font-size: 16px;
    font-weight: 500;
}

/* Gallery Thumbnails */
.pr-gallery-thumbnails {
    display: flex;
    gap: var(--pr-space-3);
    justify-content: center;
    flex-wrap: wrap;
}

.pr-thumbnail {
    width: 80px;
    height: 60px;
    border-radius: var(--pr-radius);
    overflow: hidden;
    cursor: pointer;
    transition: all var(--pr-transition);
    border: 2px solid transparent;
    background-color: var(--pr-gray-100);
}

.pr-thumbnail:hover {
    transform: translateY(-2px);
    box-shadow: var(--pr-shadow-md);
}

.pr-thumbnail-active {
    border-color: var(--pr-orange);
}

.pr-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr-thumbnail-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--pr-gray-200);
    color: var(--pr-gray-600);
    font-size: 14px;
    font-weight: 500;
}

/* Product Tabs */
.pr-product-tabs {
    margin-bottom: var(--pr-space-8);
}

.pr-tab-list {
    display: flex;
    border-bottom: 1px solid var(--pr-gray-200);
    margin-bottom: var(--pr-space-6);
}

.pr-tab {
    background: none;
    border: none;
    padding: var(--pr-space-4) var(--pr-space-6);
    font-family: var(--pr-font-family);
    font-size: 16px;
    font-weight: 500;
    color: var(--pr-gray-600);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all var(--pr-transition);
    position: relative;
}

.pr-tab:hover {
    color: var(--pr-black);
}

.pr-tab:focus-visible {
    outline: 2px solid var(--pr-orange);
    outline-offset: 2px;
}

.pr-tab-active {
    color: var(--pr-black);
    border-bottom-color: var(--pr-orange);
}

/* Tab Panels */
.pr-tab-panel {
    display: none;
}

.pr-tab-panel-active {
    display: block;
}

/* Similar Products Mobile Section */
.pr-similar-products-mobile {
    display: none;
    margin-top: var(--pr-space-8);
}

@media (max-width: 768px) {
    .pr-similar-products-mobile {
        display: block;
    }
}

/* Product Description */
.pr-product-description {
    font-size: 16px;
    font-weight: 400;
    color: var(--pr-gray-600);
    line-height: 1.6;
}

.pr-product-description p {
    margin-bottom: var(--pr-space-4);
}

.pr-product-description a {
    color: var(--pr-orange);
    text-decoration: underline;
}

.pr-product-description a:hover {
    text-decoration: none;
}

/* Pricing Section */
.pr-pricing-section {
    padding: var(--pr-space-6) 0;
}

.pr-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--pr-space-6);
}

.pr-pricing-card {
    background: #FFFFFF;
    border-radius: var(--pr-radius);
    box-shadow: var(--pr-shadow);
    padding: var(--pr-space-6);
    transition: all var(--pr-transition);
    border: 1px solid var(--pr-gray-200);
}

.pr-pricing-card:hover {
    box-shadow: var(--pr-shadow-md);
    transform: translateY(-2px);
}

.pr-pricing-card-featured {
    border-color: var(--pr-orange);
    position: relative;
}

.pr-pricing-card-featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--pr-orange);
    border-radius: var(--pr-radius) var(--pr-radius) 0 0;
}

.pr-pricing-header {
    background: var(--pr-gray-100);
    margin: calc(-1 * var(--pr-space-6)) calc(-1 * var(--pr-space-6)) var(--pr-space-4) calc(-1 * var(--pr-space-6));
    padding: var(--pr-space-4) var(--pr-space-6);
    border-radius: var(--pr-radius) var(--pr-radius) 0 0;
}

.pr-plan-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0;
}

.pr-plan-price {
    font-size: 32px;
    font-weight: 700;
    color: var(--pr-black);
    margin-bottom: var(--pr-space-4);
}

.pr-price-period {
    font-size: 16px;
    font-weight: 400;
    color: var(--pr-gray-600);
}

.pr-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 var(--pr-space-6) 0;
}

.pr-plan-features li {
    font-size: 14px;
    color: var(--pr-gray-600);
    padding: var(--pr-space-2) 0;
    position: relative;
    padding-left: var(--pr-space-5);
}

.pr-plan-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--pr-orange);
    font-weight: 700;
}

.pr-plan-cta {
    width: 100%;
    background: var(--pr-orange);
    color: var(--pr-white);
    border: none;
    padding: var(--pr-space-3) var(--pr-space-4);
    border-radius: var(--pr-radius);
    font-family: var(--pr-font-family);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--pr-transition);
}

.pr-plan-cta:hover {
    background: var(--pr-black);
    transform: translateY(-1px);
}

.pr-plan-cta:focus-visible {
    outline: 2px solid var(--pr-orange);
    outline-offset: 2px;
}

/* Reviews Section */
.pr-reviews-section {
    padding: var(--pr-space-6) 0;
}

.pr-reviews-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-6) 0;
}

.pr-reviews-list {
    margin-bottom: var(--pr-space-8);
}

.pr-review-card {
    background: #FFFFFF;
    border-radius: var(--pr-radius);
    box-shadow: var(--pr-shadow);
    padding: var(--pr-space-4);
    margin-bottom: var(--pr-space-4);
}

.pr-review-header {
    display: flex;
    align-items: center;
    gap: var(--pr-space-3);
    margin-bottom: var(--pr-space-3);
}

.pr-reviewer-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--pr-orange);
    overflow: hidden;
    flex-shrink: 0;
}

.pr-reviewer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr-reviewer-info {
    flex: 1;
}

.pr-reviewer-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0;
}

.pr-review-date {
    font-size: 12px;
    color: var(--pr-gray-600);
}

.pr-review-rating {
    display: flex;
    gap: 2px;
}

.pr-review-text {
    font-size: 14px;
    color: var(--pr-gray-700);
    line-height: 1.5;
    margin: 0;
}

/* Product Content Sections */
.pr-product-content {
    margin-top: var(--pr-space-6);
}

.pr-content-section {
    margin-bottom: var(--pr-space-8);
}

.pr-section-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-6) 0;
}

/* Sidebar */
.pr-sidebar {
    background: #FFFFFF;
    border-radius: var(--pr-radius);
    box-shadow: var(--pr-shadow);
    padding: var(--pr-space-6);
    height: fit-content;
    position: sticky;
    top: 80px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.pr-sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-4) 0;
}

.pr-sidebar-product-list {
    display: flex;
    flex-direction: column;
    gap: var(--pr-space-4);
}

/* Mobile Similar Products */
.pr-similar-products-mobile {
    display: none;
}

.pr-similar-products-mobile-content {
    background: #FFFFFF;
    border-radius: var(--pr-radius);
    box-shadow: var(--pr-shadow);
    padding: var(--pr-space-6);
}

.pr-similar-list {
    display: flex;
    flex-direction: column;
    gap: var(--pr-space-4);
}

.pr-sidebar-product-card {
    transform: none !important;
    box-shadow: none !important;
    border: 1px solid var(--pr-gray-200);
    padding: var(--pr-space-3) !important;
}

.pr-sidebar-product-card:hover {
    box-shadow: var(--pr-shadow) !important;
    transform: translateY(-2px) !important;
}

.pr-similar-card {
    display: flex;
    gap: var(--pr-space-3);
    padding: var(--pr-space-3);
    border-radius: var(--pr-radius);
    border: 1px solid var(--pr-gray-200);
    transition: all var(--pr-transition);
    cursor: pointer;
}

.pr-similar-card:hover {
    box-shadow: var(--pr-shadow);
    transform: translateY(-1px);
}

.pr-similar-thumbnail {
    width: 60px;
    height: 45px;
    border-radius: var(--pr-radius-sm);
    overflow: hidden;
    flex-shrink: 0;
    background: var(--pr-gray-100);
}

.pr-similar-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr-similar-content {
    flex: 1;
    min-width: 0;
}

.pr-similar-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-2) 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pr-similar-tags {
    display: flex;
    gap: var(--pr-space-1);
    flex-wrap: wrap;
}

.pr-similar-tag {
    font-size: 12px;
    color: var(--pr-black);
    background: transparent;
    border: 1px solid var(--pr-lime);
    border-radius: 12px;
    padding: 2px var(--pr-space-2);
    font-weight: 400;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .pr-grid {
        grid-template-columns: 1fr;
        gap: var(--pr-space-6);
    }
    
    .pr-sidebar {
        position: static;
        order: 1;
    }
    
    .pr-main-content {
        order: 2;
    }
    
    .pr-similar-list {
        flex-direction: row;
        overflow-x: auto;
        gap: var(--pr-space-3);
        padding-bottom: var(--pr-space-2);
    }
    
    .pr-similar-card {
        flex-direction: column;
        min-width: 180px;
        flex-shrink: 0;
    }
    
    .pr-similar-thumbnail {
        width: 100%;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .pr-product-detail-page {
        padding: var(--pr-space-4) 0;
    }
    
    .pr-grid {
        padding: 0 var(--pr-space-4);
    }
    
    .pr-product-title {
        font-size: 32px;
    }

    .pr-product-header-main {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .pr-product-header-content {
        width: 100%;
    }

    .pr-header-logo,
    .pr-header-logo-placeholder {
        width: 60px;
        height: 60px;
    }

    .pr-logo-text {
        font-size: 24px;
    }

    .pr-visit-website-btn {
        width: 28px;
        height: 28px;
        margin-left: var(--pr-space-2);
    }

    .pr-visit-icon {
        font-size: 14px;
    }
    
    .pr-sidebar {
        display: none;
    }
    
    .pr-similar-products-mobile {
        display: block;
    }
    
    .pr-tab-navigation {
        flex-wrap: wrap;
        gap: var(--pr-space-2);
    }
    
    .pr-tab {
        flex: 1;
        min-width: 0;
        text-align: center;
    }
    
    .pr-pricing-cards {
        grid-template-columns: 1fr;
    }
    
    .pr-similar-list {
        flex-direction: column;
    }
    
    .pr-similar-card {
        flex-direction: row;
        min-width: auto;
    }
    
    .pr-similar-thumbnail {
        width: 60px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .pr-product-title {
        font-size: 28px;
    }
    
    .pr-product-title-section {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--pr-space-2);
    }
    
    .pr-edit-btn {
        align-self: flex-start;
        margin-top: 0;
        font-size: 13px;
        padding: 6px 12px;
    }
    
    .pr-product-meta {
        flex-direction: column;
        align-items: center;
        gap: var(--pr-space-2);
        justify-content: center;
    }
    
    .pr-tab {
        padding: var(--pr-space-3) var(--pr-space-4);
        font-size: 14px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .pr-pricing-card,
    .pr-similar-card,
    .pr-plan-cta,
    .pr-primary-media {
        transition: none;
    }
}

@media (prefers-contrast: high) {
    .pr-pricing-card,
    .pr-similar-card,
    .pr-review-card {
        border-color: var(--pr-black);
    }
    
    .pr-tab-active {
        border-bottom-width: 3px;
    }
}

/* Focus indicators */
.pr-similar-card:focus-visible,
.pr-pricing-card:focus-visible,
.pr-review-card:focus-visible {
    outline: 2px solid var(--pr-orange);
    outline-offset: 2px;
}

/* Comment Form Styling */
.pr-comment-form {
    background: #FFFFFF;
    border-radius: var(--pr-radius);
    box-shadow: var(--pr-shadow);
    padding: var(--pr-space-6);
    margin-top: var(--pr-space-6);
}

.pr-form-group {
    margin-bottom: var(--pr-space-4);
}

.pr-form-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--pr-black);
    margin-bottom: var(--pr-space-2);
    font-family: var(--pr-font-family);
}

.pr-form-textarea {
    width: 100%;
    padding: var(--pr-space-3);
    border: 1px solid var(--pr-gray-300);
    border-radius: var(--pr-radius);
    font-family: var(--pr-font-family);
    font-size: 14px;
    line-height: 1.5;
    color: var(--pr-black);
    background: #FFFFFF;
    resize: vertical;
    min-height: 120px;
    transition: border-color var(--pr-transition);
}

.pr-form-textarea:focus {
    outline: none;
    border-color: var(--pr-orange);
    box-shadow: 0 0 0 2px rgba(255, 104, 48, 0.1);
}

.pr-form-textarea::placeholder {
    color: var(--pr-gray-500);
}

.pr-submit-btn {
    background: var(--pr-lime);
    color: var(--pr-black);
    border: none;
    padding: var(--pr-space-3) var(--pr-space-6);
    border-radius: var(--pr-radius);
    font-family: var(--pr-font-family);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--pr-transition);
    display: inline-flex;
    align-items: center;
    gap: var(--pr-space-2);
}

.pr-submit-btn:hover {
    background: var(--pr-orange);
    transform: translateY(-1px);
}

.pr-submit-btn:focus-visible {
    outline: 2px solid var(--pr-orange);
    outline-offset: 2px;
}

.pr-submit-btn:active {
    transform: translateY(0);
}

/* Update existing comment card styles */
.display-comments-card {
    background: #FFFFFF;
    border-radius: var(--pr-radius);
    box-shadow: var(--pr-shadow);
    padding: var(--pr-space-4);
    margin-bottom: var(--pr-space-4);
    border: 1px solid var(--pr-gray-200);
}

.pr-comment-header {
    display: flex;
    align-items: center;
    gap: var(--pr-space-3);
    margin-bottom: var(--pr-space-3);
}

.pr-commenter-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--pr-lime);
    overflow: hidden;
    flex-shrink: 0;
    background: var(--pr-gray-100);
}

.pr-commenter-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr-commenter-info {
    flex: 1;
}

.pr-commenter-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0;
    font-family: var(--pr-font-family);
}

.pr-comment-date {
    font-size: 12px;
    color: var(--pr-gray-600);
    font-weight: 400;
}

.pr-comment-text {
    font-size: 14px;
    color: var(--pr-gray-700);
    line-height: 1.5;
    margin: 0;
    font-family: var(--pr-font-family);
}

/* Legacy support for old comment styles */
.display-comments-card .creation-data {
    font-size: 12px;
    color: var(--pr-gray-600);
    font-weight: 500;
}

.display-comments-card p {
    font-size: 14px;
    color: var(--pr-gray-700);
    line-height: 1.5;
    margin: var(--pr-space-2) 0 0 0;
}

/* ═══════════════════════════════════════════════════════════════════════════
   DESKTOP HEADER
   ═══════════════════════════════════════════════════════════════════════════ */

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: #FFFFFF !important;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(228, 232, 239, 0.5);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: none;
}

@media (min-width: 1024px) {
    .site-header {
        display: block;
    }
}

.site-header-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 60px;
}

/* Logo */
.site-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
}

.logo-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.logo-icon-square {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #FF6400 0%, #FF6400 100%);
    border-radius: 8px;
}

.site-logo:hover .logo-icon {
    transform: scale(1.05);
}

.logo-text {
    font-size: 20px;
    font-weight: 700;
    color: var(--pr-brand-orange);
    font-family: var(--pr-font-head);
}

/* Primary Navigation */
.primary-nav {
    flex: 1;
    max-width: 400px;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: var(--pr-brand-green);
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease;
    padding: 6px 0;
}

.nav-link:hover,
.nav-link.active {
    color: var(--pr-brand-orange);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #FF6400 0%, #FF6400 100%);
    transition: width 0.2s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-link:focus-visible {
    outline: 2px solid #8CC850;
    outline-offset: 4px;
    border-radius: 4px;
}

/* Upcoming Button in Desktop Navigation */
.upcoming-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.2s ease;
    font-size: 15px;
    font-weight: 500;
    color: #374151;
    padding: 6px 0;
}

.upcoming-btn:hover {
    color: var(--pr-brand-orange);
}

.upcoming-btn svg {
    transition: transform 0.2s ease;
}

.upcoming-btn:hover svg {
    transform: rotate(180deg);
}

/* Mobile Upcoming Button */
.upcoming-mobile-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 4px;
    text-decoration: none;
    color: #6B7280;
    font-size: 12px;
    font-weight: 500;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    height: 100%;
}

.upcoming-mobile-btn:hover {
    color: #8CC850;
}

/* Header Search */
.header-search {
    position: relative;
    max-width: 220px;
    flex-shrink: 0;
}

.search-form {
    position: relative;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 12px;
    color: #6B7280;
    pointer-events: none;
    z-index: 1;
    width: 16px;
    height: 16px;
}

.search-input {
    width: 100%;
    height: 36px;
    padding: 0 12px 0 40px;
    border: 1px solid var(--pr-brand-green);
    border-radius: 20px;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #374151;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.search-input::placeholder {
    color: #9CA3AF;
}

.search-input:focus {
    outline: 2px solid var(--pr-brand-orange);
    outline-offset: 2px;
    border-color: var(--pr-brand-orange);
}

/* Language Switch */
.lang-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.lang-option {
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 4px 0;
    position: relative;
}

.lang-option.active {
    color: #111827;
}

.lang-option.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #8CC850;
}

.lang-option:hover {
    color: #111827;
}

.lang-option:focus-visible {
    outline: 2px solid #8CC850;
    outline-offset: 2px;
    border-radius: 4px;
}

.lang-separator {
    color: #D1D5DB;
    font-weight: 300;
}

/* Header Authentication */
.header-auth {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.auth-link {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 6px 0;
}

.auth-link:hover {
    color: #111827;
}

.auth-link:focus-visible {
    outline: 2px solid #8CC850;
    outline-offset: 2px;
    border-radius: 4px;
}

.auth-btn {
    background-color: var(--pr-brand-green);
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.auth-btn:hover {
    background-color: #7AB648;
    transform: translateY(-1px);
}

.auth-btn:focus-visible {
    outline: 2px solid var(--pr-brand-orange);
    outline-offset: 2px;
}

.auth-btn-logout {
    background-color: var(--pr-brand-green);
}

.auth-btn-logout:hover {
    background-color: #7AB648;
}

/* Admin Dropdown */
.admin-dropdown {
    position: relative;
}

.admin-toggle {
    background: var(--pr-brand-orange);
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.admin-toggle:hover {
    background: #E55A00;
    transform: translateY(-1px);
}

.admin-toggle:focus-visible {
    outline: 2px solid var(--pr-brand-green);
    outline-offset: 2px;
    border-radius: 4px;
}

.admin-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background-color: #FFFFFF;
    border: 1px solid #E4E8EF;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 8px 0;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s ease;
}

.admin-dropdown.open .admin-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.admin-menu a {
    display: block;
    padding: 12px 16px;
    color: #374151;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
}

.admin-menu a:hover {
    background-color: #F9FAFB;
    color: #111827;
}

.admin-menu a:focus-visible {
    outline: 2px solid #8CC850;
    outline-offset: -2px;
}

/* ═════════════ CONTAINER SYSTEM ═════════════ */
.pr-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--pr-space-4);
}

@media (min-width: 768px) {
    .pr-container {
        padding: 0 var(--pr-space-6);
    }
}

/* ═════════════ BUTTON SYSTEM ═════════════ */
.pr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--pr-space-2);
    padding: var(--pr-space-3) var(--pr-space-4);
    border: none;
    border-radius: var(--pr-radius);
    font-family: var(--pr-font-family);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all var(--pr-transition);
    white-space: nowrap;
    user-select: none;
}

.pr-btn:focus {
    outline: 2px solid var(--pr-lime);
    outline-offset: 2px;
}

/* Primary Button */
.pr-btn-primary {
    background-color: var(--pr-lime);
    color: var(--pr-black);
    border: 2px solid var(--pr-lime);
}

.pr-btn-primary:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
    box-shadow: var(--pr-shadow-md);
}

/* Secondary Button */
.pr-btn-secondary {
    background-color: transparent;
    color: var(--pr-black);
    border: 2px solid var(--pr-black);
}

.pr-btn-secondary:hover {
    background-color: var(--pr-black);
    color: var(--pr-white);
    transform: translateY(-1px);
    box-shadow: var(--pr-shadow-md);
}

/* View Button */
.pr-btn-view {
    width: 96px;
    height: 40px;
    background-color: var(--pr-lime);
    color: var(--pr-black);
    border: 2px solid var(--pr-lime);
    font-size: 14px;
    font-weight: 600;
}

.pr-btn-view:hover {
    background-color: #c4f566;
    border-color: #c4f566;
    transform: translateY(-1px);
    box-shadow: var(--pr-shadow);
}

/* TAG SELECTOR */
#hexBar {
    position: static;
    background: var(--pr-bone);
    margin-block: 24px 32px;
    padding: var(--pr-space-4);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: flex-start;
    overflow: visible;
}

.pr-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 20px;
    font-family: var(--pr-font-family);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms ease-out;
    border: 2px solid transparent;
    white-space: nowrap;
    min-height: 40px;
}

/* Tag colors - default state */
.pr-tag-all { 
    background-color: rgba(229, 229, 229, 0.3);
    color: var(--pr-black);
    border-color: #E5E5E5;
}

.pr-tag-green { 
    background-color: rgba(53, 168, 83, 0.2);
    color: var(--pr-black);
    border-color: rgba(53, 168, 83, 0.3);
}

.pr-tag-orange { 
    background-color: rgba(255, 104, 48, 0.2);
    color: var(--pr-black);
    border-color: rgba(255, 104, 48, 0.3);
}

.pr-tag-blue { 
    background-color: rgba(70, 126, 229, 0.2);
    color: var(--pr-black);
    border-color: rgba(70, 126, 229, 0.3);
}

.pr-tag-purple { 
    background-color: rgba(153, 141, 248, 0.2);
    color: var(--pr-black);
    border-color: rgba(153, 141, 248, 0.3);
}

.pr-tag-yellow { 
    background-color: rgba(244, 199, 68, 0.2);
    color: var(--pr-black);
    border-color: rgba(244, 199, 68, 0.3);
}

.pr-tag-teal { 
    background-color: rgba(20, 184, 166, 0.2);
    color: var(--pr-black);
    border-color: rgba(20, 184, 166, 0.3);
}

.pr-tag-pink { 
    background-color: rgba(236, 72, 153, 0.2);
    color: var(--pr-black);
    border-color: rgba(236, 72, 153, 0.3);
}

.pr-tag-indigo { 
    background-color: rgba(99, 102, 241, 0.2);
    color: var(--pr-black);
    border-color: rgba(99, 102, 241, 0.3);
}

.pr-tag-lime { 
    background-color: rgba(132, 204, 22, 0.2);
    color: var(--pr-black);
    border-color: rgba(132, 204, 22, 0.3);
}

.pr-tag-rose { 
    background-color: rgba(244, 63, 94, 0.2);
    color: var(--pr-black);
    border-color: rgba(244, 63, 94, 0.3);
}

/* Hover effects */
.pr-tag:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.pr-tag-all:hover { 
    background-color: rgba(229, 229, 229, 0.5);
    border-color: #E5E5E5;
}

.pr-tag-green:hover { 
    background-color: rgba(53, 168, 83, 0.3);
    border-color: rgba(53, 168, 83, 0.5);
}

.pr-tag-orange:hover { 
    background-color: rgba(255, 104, 48, 0.3);
    border-color: rgba(255, 104, 48, 0.5);
}

.pr-tag-blue:hover { 
    background-color: rgba(70, 126, 229, 0.3);
    border-color: rgba(70, 126, 229, 0.5);
}

.pr-tag-purple:hover { 
    background-color: rgba(153, 141, 248, 0.3);
    border-color: rgba(153, 141, 248, 0.5);
}

.pr-tag-yellow:hover { 
    background-color: rgba(244, 199, 68, 0.3);
    border-color: rgba(244, 199, 68, 0.5);
}

.pr-tag-teal:hover { 
    background-color: rgba(20, 184, 166, 0.3);
    border-color: rgba(20, 184, 166, 0.5);
}

.pr-tag-pink:hover { 
    background-color: rgba(236, 72, 153, 0.3);
    border-color: rgba(236, 72, 153, 0.5);
}

.pr-tag-indigo:hover { 
    background-color: rgba(99, 102, 241, 0.3);
    border-color: rgba(99, 102, 241, 0.5);
}

.pr-tag-lime:hover { 
    background-color: rgba(132, 204, 22, 0.3);
    border-color: rgba(132, 204, 22, 0.5);
}

.pr-tag-rose:hover { 
    background-color: rgba(244, 63, 94, 0.3);
    border-color: rgba(244, 63, 94, 0.5);
}

/* Active/Selected state */
.pr-tag-active.pr-tag-all { 
    background-color: #E5E5E5;
    color: var(--pr-black);
    border-color: #E5E5E5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.pr-tag-active.pr-tag-green { 
    background-color: #8CC850;
    color: var(--pr-white);
    border-color: #8CC850;
    box-shadow: 0 2px 4px rgba(53, 168, 83, 0.3);
}

.pr-tag-active.pr-tag-orange { 
    background-color: #FF6400;
    color: var(--pr-white);
    border-color: #FF6400;
    box-shadow: 0 2px 4px rgba(255, 104, 48, 0.3);
}

.pr-tag-active.pr-tag-blue { 
    background-color: #467EE5;
    color: var(--pr-white);
    border-color: #467EE5;
    box-shadow: 0 2px 4px rgba(70, 126, 229, 0.3);
}

.pr-tag-active.pr-tag-purple { 
    background-color: #998DF8;
    color: var(--pr-white);
    border-color: #998DF8;
    box-shadow: 0 2px 4px rgba(153, 141, 248, 0.3);
}

.pr-tag-active.pr-tag-yellow { 
    background-color: #F4C744;
    color: var(--pr-black);
    border-color: #F4C744;
    box-shadow: 0 2px 4px rgba(244, 199, 68, 0.3);
}

.pr-tag-active.pr-tag-teal { 
    background-color: #14B8A6;
    color: var(--pr-white);
    border-color: #14B8A6;
    box-shadow: 0 2px 4px rgba(20, 184, 166, 0.3);
}

.pr-tag-active.pr-tag-pink { 
    background-color: #EC4899;
    color: var(--pr-white);
    border-color: #EC4899;
    box-shadow: 0 2px 4px rgba(236, 72, 153, 0.3);
}

.pr-tag-active.pr-tag-indigo { 
    background-color: #6366F1;
    color: var(--pr-white);
    border-color: #6366F1;
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.3);
}

.pr-tag-active.pr-tag-lime { 
    background-color: #8CC850;
    color: var(--pr-white);
    border-color: #8CC850;
    box-shadow: 0 2px 4px rgba(132, 204, 22, 0.3);
}

.pr-tag-active.pr-tag-rose { 
    background-color: #F43F5E;
    color: var(--pr-white);
    border-color: #F43F5E;
    box-shadow: 0 2px 4px rgba(244, 63, 94, 0.3);
}

/* Brand Tag Styles */
.pr-tag-primary { 
    background-color: var(--pr-brand-green); 
    color: white; 
    border: 1px solid var(--pr-brand-green); 
}

.pr-tag-secondary { 
    background-color: var(--pr-brand-eggshell); 
    color: var(--pr-brand-green); 
    border: 1px solid var(--pr-brand-green); 
}

.pr-tag-primary:hover { 
    background-color: #7AB648; 
    border-color: #7AB648; 
}

.pr-tag-secondary:hover { 
    background-color: var(--pr-brand-green); 
    color: white; 
}

.pr-tag-active.pr-tag-primary { 
    background-color: var(--pr-brand-orange); 
    color: white; 
    border-color: var(--pr-brand-orange); 
    box-shadow: 0 2px 4px rgba(255, 100, 0, 0.3); 
}

.pr-tag-active.pr-tag-secondary { 
    background-color: var(--pr-brand-orange); 
    color: white; 
    border-color: var(--pr-brand-orange); 
    box-shadow: 0 2px 4px rgba(255, 100, 0, 0.3); 
}

/* Focus state for accessibility */
.pr-tag:focus-visible {
    outline: 2px solid var(--pr-orange);
    outline-offset: 2px;
}

/* Enhanced active state styling */
.pr-tag.pr-tag-active {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-weight: 600;
}

/* Smooth transitions for better UX */
.pr-tag {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    scroll-behavior: auto;
}

.pr-tag:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

/* Prevent page jumping when clicking tags */
.pr-tag:focus {
    scroll-behavior: auto;
    outline: none;
}

/* Prevent any scroll jumping on button click */
.pr-tag {
    scroll-margin: 0;
    scroll-snap-margin: 0;
}

/* Ensure buttons don't cause layout shifts */
.pr-tag:active {
    outline: none;
    scroll-behavior: auto;
}

/* No results message styling */
.pr-no-results {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    margin: var(--pr-space-8) 0;
}

.pr-no-results-content {
    text-align: center;
    max-width: 400px;
    padding: var(--pr-space-6);
}

.pr-no-results-content h3 {
    color: var(--pr-gray-900);
    margin-bottom: var(--pr-space-3);
    font-size: 1.5rem;
    font-weight: 600;
}

.pr-no-results-content p {
    color: var(--pr-gray-600);
    margin-bottom: var(--pr-space-4);
    line-height: 1.6;
}

/* Responsive design */
@media (max-width: 768px) {
    #hexBar {
        justify-content: flex-start;
        padding: var(--pr-space-3);
        gap: 6px;
    }
    
    .pr-tag {
        font-size: 13px;
        padding: 8px 14px;
        min-height: 36px;
    }
}

@media (max-width: 480px) {
    #hexBar {
        padding: var(--pr-space-2);
        gap: 4px;
    }
    
    .pr-tag {
        font-size: 12px;
        padding: 6px 12px;
        min-height: 32px;
    }
}

/* ═════════════ STICKY TOP BAR (MOBILE-FIRST) ═════════════ */
.pr-top-bar {
    position: sticky;
    top: 64px; /* Position below the layout header */
    z-index: 99; /* Lower than layout header but above content */
    background-color: var(--pr-bone);
    border-bottom: 1px solid var(--pr-gray-200);
    transition: box-shadow var(--pr-transition);
    height: 56px;
}

.pr-top-bar.pr-scrolled {
    box-shadow: var(--pr-shadow);
}

.pr-top-bar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    padding: 0 var(--pr-space-4);
}

/* Logo */
.pr-logo a {
    font-size: 18px;
    font-weight: 700;
    color: var(--pr-black);
    text-decoration: none;
    white-space: nowrap;
}

/* Add Product Button */
.pr-add-product {
    display: flex;
    align-items: center;
    gap: var(--pr-space-1);
    padding: var(--pr-space-2) var(--pr-space-3);
    font-size: 14px;
    font-weight: 600;
}

.pr-add-icon {
    font-size: 16px;
    font-weight: 700;
}

.pr-add-text {
    display: none;
}

/* Hero Controls */

/* Search Row */
.pr-search-sort-row {
    display: flex;
    justify-content: center;
    width: 100%;
}

.pr-search-container {
    max-width: 400px;
    width: 100%;
}

.pr-search-input {
    width: 100%;
    height: 40px;
    padding: 0 var(--pr-space-4);
    border: 2px solid var(--pr-black);
    border-radius: var(--pr-radius);
    background-color: #FFFFFF;
    font-family: var(--pr-font-family);
    font-size: 14px;
    transition: all var(--pr-transition);
}

.pr-search-input:focus {
    outline: none;
    border-color: var(--pr-orange);
    box-shadow: 0 0 0 3px rgba(255, 104, 48, 0.2);
}

/* ═════════════ PRODUCTS PAGE (MOBILE-FIRST) ═════════════ */
.pr-products-page {
    padding-top: 64px; /* Layout header only */
    min-height: calc(100vh - 64px);
}

/* Results Header */
.pr-results-header {
    padding: 0 var(--pr-space-4);
    margin-bottom: var(--pr-space-4);
}

.pr-results-info h1 {
    font-size: 24px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-1) 0;
}

.pr-results-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--pr-gray-600);
    margin: 12px 0 16px 0;
    max-width: 600px;
}

.pr-results-count {
    font-size: 14px;
    color: var(--pr-gray-600);
    margin: 0;
}

/* ═════════════ PRODUCT GRID (RESPONSIVE 1/2/3) ═════════════ */
.pr-product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--pr-space-4); /* 16px mobile */
    padding: 0 var(--pr-space-4);
    margin-bottom: var(--pr-space-10);
}

.pr-product-card {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border: 1px solid var(--pr-gray-200);
    border-radius: var(--pr-radius-lg);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: relative;
    padding: var(--pr-space-4); /* 16px mobile */
    box-shadow: var(--pr-shadow-l1);
    opacity: 1;
    transform: scale(1);
}

.pr-product-card:hover {
    border-color: var(--pr-brand-orange);
    box-shadow: var(--pr-shadow-lg);
    transform: translateY(-2px);
}

.pr-product-card:focus-within {
    outline: 3px solid var(--pr-brand-orange);
    outline-offset: 2px;
}

/* Card Header - Logo + Title Row */
.pr-card-header {
    display: flex;
    align-items: center;
    gap: var(--pr-space-3);
    margin-bottom: var(--pr-space-2);
}

/* Product Logo */
.pr-product-logo {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border: 2px solid var(--pr-black);
    border-radius: var(--pr-radius);
    overflow: hidden;
    background-color: var(--pr-bone);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-product-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr-logo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--pr-black);
    background: linear-gradient(135deg, var(--pr-lime), var(--pr-orange));
}

/* Product Title Section */
.pr-product-title-section {
    flex: 1;
    min-width: 0;
}

.pr-product-name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.pr-product-name a {
    color: var(--pr-black);
    text-decoration: none;
    transition: color var(--pr-transition);
}

.pr-product-name a:hover {
    color: var(--pr-orange);
}

.pr-product-name a:focus {
    outline: 2px solid var(--pr-orange);
    outline-offset: 2px;
    border-radius: 2px;
}

/* CTA Overlay */
.pr-card-cta {
    flex-shrink: 0;
}

.pr-cta-overlay {
    width: 32px;
    height: 32px;
    background-color: var(--pr-lime);
    border: 2px solid var(--pr-lime);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--pr-black);
    cursor: pointer;
    transition: all var(--pr-transition);
    font-size: 14px;
    font-weight: 700;
}

.pr-cta-overlay:hover {
    background-color: var(--pr-brand-orange);
    border-color: var(--pr-brand-orange);
    color: var(--pr-white);
    transform: scale(1.1);
}

.pr-cta-overlay:focus {
    outline: 3px solid var(--pr-brand-orange);
    outline-offset: 2px;
}

.pr-cta-icon {
    font-size: 14px;
    font-weight: 700;
}

/* Tags Row */
.pr-product-tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: var(--pr-space-2);
}

.pr-product-tag {
    padding: 6px 16px;
    background-color: #F3F4F6;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    white-space: nowrap;
    border: 1px solid #E5E7EB;
    transition: all 0.2s ease;
}

.pr-product-tag:hover {
    background-color: #E5E7EB;
    color: #1F2937;
    transform: translateY(-1px);
}

/* Card Content - Excerpt */
.pr-card-content {
    flex: 1;
}

.pr-product-excerpt {
    margin: 0;
    font-size: 14px;
    color: var(--pr-gray-600);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ═════════════ PROMOTIONAL BAND ═════════════ */
.pr-promo-band {
    background: linear-gradient(135deg, var(--pr-bone), #f5f3ee);
    border: 1px solid var(--pr-gray-200);
    border-radius: var(--pr-radius-lg);
    padding: var(--pr-space-8);
    text-align: center;
    margin: var(--pr-space-10) 0;
}

.pr-promo-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-2) 0;
}

.pr-promo-description {
    font-size: 16px;
    color: var(--pr-gray-600);
    margin: 0 0 var(--pr-space-6) 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ═════════════ PAGINATION ═════════════ */
.pr-pagination-container {
    display: flex;
    justify-content: center;
    margin-top: var(--pr-space-10);
    padding-bottom: var(--pr-space-10);
}

.pr-pagination {
    display: flex;
    align-items: center;
    gap: var(--pr-space-1);
}

.pr-page-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 16px;
    border: 1px solid var(--pr-gray-300);
    background-color: #FFFFFF;
    color: var(--pr-gray-700);
    font-family: var(--pr-font-family);
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--pr-radius);
    cursor: pointer;
    transition: all var(--pr-transition);
    text-decoration: none;
    white-space: nowrap;
}

.pr-page-btn:hover:not(:disabled) {
    border-color: var(--pr-gray-400);
    background-color: var(--pr-gray-50);
}

.pr-page-btn.pr-active {
    background-color: var(--pr-black);
    border-color: var(--pr-black);
    color: var(--pr-white);
}

.pr-page-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pr-page-dots {
    padding: 0 var(--pr-space-2);
    color: var(--pr-gray-500);
    font-weight: 500;
}

/* Page Number Buttons */
.pr-page-num {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
}

.pr-page-prev,
.pr-page-next {
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
}

/* Load More Button */
.pr-load-more {
    width: 100%;
    max-width: 400px;
    height: 48px;
    background-color: var(--pr-lime);
    color: var(--pr-black);
    border: 2px solid var(--pr-lime);
    border-radius: var(--pr-radius);
    font-family: var(--pr-font-family);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--pr-transition);
}

.pr-load-more:hover:not(:disabled) {
    background-color: #c4f566;
    border-color: #c4f566;
    transform: translateY(-1px);
    box-shadow: var(--pr-shadow-md);
}

.pr-load-more:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* ═════════════ RESPONSIVE DESIGN (MOBILE-FIRST) ═════════════ */

/* Mobile Pagination Toggle */
.pr-pagination-mobile {
    display: block;
}

.pr-pagination-desktop {
    display: none;
}

/* Tablet Styles (768px and up) - 2 COLUMNS */
@media (min-width: 768px) {
    .pr-top-bar {
        height: 64px;
        top: 80px; /* Position below the larger layout header on tablet/desktop */
    }
    
    .pr-top-bar-content {
        padding: 0 var(--pr-space-6);
        height: 64px;
    }
    
    .pr-logo a {
        font-size: 20px;
    }
    
    .pr-add-text {
        display: inline;
    }
    
    .pr-hero-controls {
        padding: var(--pr-space-4) var(--pr-space-6);
    }
    
    .pr-search-container {
        max-width: 500px;
    }
    
    .pr-search-input {
        height: 44px;
        font-size: 16px;
    }
    
    .pr-products-page {
        padding-top: 80px; /* Layout header only */
        min-height: calc(100vh - 80px);
    }
    
    .pr-results-header {
        padding: 0 var(--pr-space-6);
        margin-bottom: var(--pr-space-6);
    }
    
    .pr-results-info h1 {
        font-size: 28px;
    }
    
    .pr-results-count {
        font-size: 16px;
    }
    
    .pr-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--pr-space-5); /* 20px tablet */
        padding: 0 var(--pr-space-6);
    }
    
    .pr-product-card {
        padding: var(--pr-space-5); /* 18px tablet */
    }
    
    .pr-product-logo {
        width: 48px;
        height: 48px;
    }
    
    .pr-logo-placeholder {
        font-size: 20px;
    }
    
    .pr-cta-overlay {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .pr-product-name {
        font-size: 16px;
    }
    
    .pr-product-excerpt {
        font-size: 14px;
    }
    
    .pr-product-tag {
        font-size: 12px;
        padding: 5px 14px;
    }
    
    .pr-pagination-mobile {
        display: none;
    }
    
    .pr-pagination-desktop {
        display: flex;
    }
}

/* Tablet Styles (768px to 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .pr-why-section {
        padding: 80px 0;
    }
    
    .pr-why-container {
        padding: 0 20px;
    }
    
    .pr-why-title {
        font-size: 42px;
    }
    
    .pr-why-paragraph {
        margin: 0 auto 18px auto;
    }
    
    .pr-why-paragraph:last-of-type {
        margin-bottom: 48px;
    }
    
    .pr-why-benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Desktop Styles (1024px and up) - 3 COLUMNS */
@media (min-width: 1024px) {
    .pr-container {
        padding: 0 var(--pr-space-6);
    }
    
    .pr-top-bar-content {
        padding: 0 var(--pr-space-6);
    }
    
    .pr-hero-controls {
        padding: var(--pr-space-4) var(--pr-space-6);
    }
    
    .pr-search-input {
        height: 44px;
    }
    
    .pr-results-header {
        padding: 0 var(--pr-space-6);
    }
    
    .pr-results-info h1 {
        font-size: 32px;
    }
    
    .pr-product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--pr-space-6); /* 24px desktop */
        padding: 0 var(--pr-space-6);
    }
    
    .pr-product-card {
        padding: var(--pr-space-5); /* 20px desktop */
    }
    
    .pr-product-logo {
        width: 48px;
        height: 48px;
    }
    
    .pr-logo-placeholder {
        font-size: 20px;
    }
    
    .pr-cta-overlay {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .pr-product-name {
        font-size: 16px;
    }
    
    .pr-product-excerpt {
        font-size: 14px;
    }
    
    .pr-product-tag {
        font-size: 13px;
        padding: 6px 16px;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .pr-product-card {
        border-width: 2px;
    }
    
    .pr-category-pill {
        border-width: 2px;
    }
    
    .pr-btn {
        border-width: 2px;
    }
}

/* ═════════════ ACCESSIBILITY ═════════════ */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Focus Styles */
*:focus {
    outline: 2px solid var(--pr-lime);
    outline-offset: 2px;
}

button:focus,
a:focus,
input:focus,
select:focus {
    outline: 2px solid var(--pr-lime);
    outline-offset: 2px;
}

/* ═════════════ HOMEPAGE STYLES ═════════════ */
.pr-homepage {
    min-height: 100vh;
}

/* Hero Section */
.pr-hero {
    position: relative;
    padding: var(--pr-space-12) 0;
    text-align: center;
    background: var(--pr-brand-eggshell);
    overflow: hidden;
}

.pr-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.pr-hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(255, 100, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(140, 200, 80, 0.1) 0%, transparent 50%);
    background-size: 400px 400px;
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.pr-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.pr-hero h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 var(--pr-space-6) 0;
    color: var(--pr-black);
}

.pr-hero .pr-highlight {
    color: var(--pr-brand-orange);
}

.pr-hero-description {
    font-size: 20px;
    color: var(--pr-gray-600);
    margin: 0 0 var(--pr-space-8) 0;
    line-height: 1.5;
}

.pr-hero-actions {
    display: flex;
    gap: var(--pr-space-4);
    justify-content: center;
    flex-wrap: wrap;
}

/* Category Filter */
.pr-category-filter {
    padding: var(--pr-space-6) 0;
   
}

.pr-filter-pills {
    display: flex;
    gap: var(--pr-space-3);
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: auto;
    padding-bottom: var(--pr-space-2);
}

/* Homepage Product Section */
.pr-products-section {
    padding: var(--pr-space-8) 0;
}

.pr-section-header {
    text-align: center;
    margin-bottom: var(--pr-space-6);
}

.pr-section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-3) 0;
}

.pr-section-description {
    font-size: 18px;
    color: var(--pr-gray-600);
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* View All CTA */
.pr-view-all-cta {
    text-align: center;
    margin-top: var(--pr-space-6);
}

.pr-btn-large {
    padding: var(--pr-space-4) var(--pr-space-8);
    font-size: 18px;
    font-weight: 600;
}

/* Why Choose Section */
.pr-why-section {
    position: relative;
    padding: 64px 0;
    background: linear-gradient(135deg, #FBFCFD 0%, #F5EBE1 100%);
}

.pr-why-container {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.pr-why-title {
    font-family: 'e-Ukraine', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--pr-black);
    margin: 0 0 24px 0;
}

.pr-brand-accent {
    color: var(--pr-orange);
}

.pr-why-paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(55, 65, 81, 0.9);
    margin: 0 auto 20px auto;
    max-width: 65ch;
}

.pr-why-paragraph:last-of-type {
    margin-bottom: 56px;
}

.pr-why-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-items: center;
}

.pr-benefit-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #E4E8EF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    width: 100%;
    max-width: 320px;
}

.pr-benefit-card:focus-visible {
    outline: 2px solid var(--pr-orange);
    outline-offset: 2px;
}

.pr-benefit-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.pr-benefit-icon-wrapper {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(201, 246, 86, 0.15);
}

.pr-benefit-icon {
    width: 24px;
    height: 24px;
    color: #8CC850;
}

.pr-benefit-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--pr-black);
}

/* Timeline Section */
.pr-timeline-section {
    padding: var(--pr-space-16) 0;
}

.pr-timeline-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--pr-space-8);
    max-width: 900px;
    margin: 0 auto;
}

.pr-timeline-step {
    text-align: center;
    position: relative;
}

.pr-step-number {
    width: 60px;
    height: 60px;
    background-color: var(--pr-orange);
    color: var(--pr-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto var(--pr-space-4) auto;
}

.pr-step-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-2) 0;
}

.pr-step-description {
    font-size: 16px;
    color: var(--pr-gray-600);
    line-height: 1.5;
    margin: 0;
}

/* CTA Band */
.pr-cta-band {
    background-color: var(--pr-orange);
    color: var(--pr-white);
    padding: var(--pr-space-8) 0;
    text-align: center;
}

.pr-cta-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 var(--pr-space-4) 0;
}

.pr-cta-description {
    font-size: 18px;
    margin: 0 0 var(--pr-space-6) 0;
    opacity: 0.9;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .pr-hero {
        padding: var(--pr-space-8) 0;
    }
    
    .pr-hero h1 {
        font-size: 40px;
    }
    
    .pr-hero-description {
        font-size: 18px;
    }
    
    .pr-hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .pr-category-filter {
        padding: var(--pr-space-4) 0;
    }
    
    .pr-products-section {
        padding: var(--pr-space-6) 0;
    }
    
    .pr-why-section {
        padding: 40px 0;
    }
    
    .pr-why-container {
        padding: 0 16px;
    }
    
    .pr-why-title {
        font-size: 34px;
    }
    
    .pr-why-paragraph {
        margin: 0 auto 16px auto;
    }
    
    .pr-why-paragraph:last-of-type {
        margin-bottom: 40px;
    }
    
    .pr-why-benefits {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .pr-timeline-steps {
        grid-template-columns: 1fr;
        gap: var(--pr-space-6);
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   MOBILE HEADER
   ═══════════════════════════════════════════════════════════════════════════ */

.mobile-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    height: 56px;
    background-color: #FFFFFF !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
    z-index: 50;
}

@media (min-width: 1024px) {
    .mobile-header {
        display: none;
    }
}

.mobile-logo {
    text-decoration: none;
}

.mobile-logo-text {
    font-size: 18px;
    font-weight: 700;
    color: var(--pr-brand-orange);
    font-family: var(--pr-font-head);
}

.logo-icon-mobile {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #FF6400 0%, #FF6400 100%);
    border-radius: 8px;
}

.hamburger-btn {
    display: none;
}

.mobile-search-btn {
    display: none;
}

/* Mobile Drawer */
.mobile-drawer {
    display: none;
}

/* Mobile App Bar */
.mobile-app-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    border-top: 1px solid #E4E8EF;
    display: block;
}

@media (min-width: 1024px) {
    .mobile-app-bar {
        display: none;
    }
}

.app-bar-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.app-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.app-item a,
.app-item button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 4px;
    text-decoration: none;
    color: #6B7280;
    font-size: 12px;
    font-weight: 500;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    height: 100%;
    position: relative;
}

.app-item a:hover,
.app-item button:hover,
.app-item.active a {
    color: #8CC850;
}

.app-item.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 3px;
    background-color: #8CC850;
    border-radius: 0 0 2px 2px;
}

.app-item a:focus-visible,
.app-item button:focus-visible {
    outline: 2px solid #8CC850;
    outline-offset: 2px;
    border-radius: 4px;
}

.app-item svg {
    transition: all 0.2s ease;
}

.app-item:hover svg,
.app-item.active svg {
    color: #8CC850;
}

/* ═══════════════════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════════════════ */

.site-footer {
    margin-top: 24px;
    background-color: #FFFFFF !important;
    padding: 40px 0 20px;
    color: #374151;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    gap: 48px;
    grid-template-columns: 280px repeat(3, 1fr);
}

@media (max-width: 1023px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.footer-logo-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.footer-logo-icon-square {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #FF6400 0%, #FF6400 100%);
    border-radius: 8px;
}

.footer-logo:hover .footer-logo-icon {
    transform: scale(1.05);
}

.footer-logo-text {
    font-size: 18px;
    font-weight: 700;
    color: var(--pr-brand-orange);
    font-family: var(--pr-font-head);
}

.footer-description {
    max-width: 240px;
    line-height: 1.6;
    font-size: 15px;
    margin: 0;
}

@media (max-width: 1023px) {
    .footer-description {
        max-width: none;
    }
}

.footer-telegram-subscription {
    margin-top: 24px;
    max-width: 240px;
}

.telegram-subscription-title {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 8px 0;
    font-family: var(--pr-font-head);
}

.telegram-subscription-description {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.5;
    margin: 0 0 16px 0;
}

.telegram-subscription-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background-color: #0088cc;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.telegram-subscription-btn:hover {
    background-color: #006ba6;
    color: white;
    transform: translateY(-1px);
}

@media (max-width: 1023px) {
    .footer-telegram-subscription {
        max-width: none;
        text-align: center;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   UPCOMING FEATURES POPUP
   ═══════════════════════════════════════════════════════════════════════════ */

.upcoming-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.upcoming-popup.show {
    opacity: 1;
    visibility: visible;
}

.upcoming-popup-content {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    max-width: 480px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.upcoming-popup.show .upcoming-popup-content {
    transform: scale(1);
}

.upcoming-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 0 24px;
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 24px;
}

.upcoming-popup-title {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    font-family: var(--pr-font-head);
}

.upcoming-popup-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    color: #6B7280;
    transition: all 0.2s ease;
}

.upcoming-popup-close:hover {
    background-color: #F3F4F6;
    color: #374151;
}

.upcoming-popup-body {
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.upcoming-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    background-color: #F9FAFB;
    transition: all 0.2s ease;
}

.upcoming-feature:hover {
    background-color: #F3F4F6;
    transform: translateY(-1px);
}

.upcoming-feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #FF6400 0%, #FF6400 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.upcoming-feature-content {
    flex: 1;
}

.upcoming-feature-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 4px 0;
    font-family: var(--pr-font-head);
}

.upcoming-feature-description {
    font-size: 14px;
    color: #6B7280;
    margin: 0;
    line-height: 1.5;
}

.upcoming-popup-footer {
    padding: 24px;
    text-align: center;
    border-top: 1px solid #E5E7EB;
    margin-top: 24px;
}

.upcoming-popup-note {
    font-size: 14px;
    color: #8CC850;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 640px) {
    .upcoming-popup-content {
        width: 95%;
        margin: 20px;
    }
    
    .upcoming-popup-header,
    .upcoming-popup-body,
    .upcoming-popup-footer {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .upcoming-feature {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .upcoming-feature-icon {
        align-self: center;
    }
}

.footer-social {
    display: flex;
    gap: 16px;
}

@media (max-width: 1023px) {
    .footer-social {
        justify-content: center;
    }
}

.social-link {
    color: #6B7280;
    transition: color 0.2s ease;
    text-decoration: none;
}

.social-link:hover {
    color: var(--pr-brand-orange);
}

.social-link:focus-visible {
    outline: 2px solid #8CC850;
    outline-offset: 2px;
    border-radius: 4px;
}

.icon {
    transition: color 0.2s ease;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-heading {
    font-family: 'e-UkraineHead', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 16px 0;
    color: var(--pr-brand-orange);
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-list li a {
    display: block;
    padding: 4px 0;
    color: #6B7280;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
}

.footer-list li a:hover {
    color: var(--pr-brand-green);
}

.footer-list li a:focus-visible {
    outline: 2px solid #8CC850;
    outline-offset: 2px;
    border-radius: 4px;
}

.footer-copyright {
    margin-top: 32px;
    padding: 16px 0;
    text-align: center;
    font-size: 14px;
    color: #6B7280;
    border-top: 1px solid #E5E7EB;
}

/* ═════════════ MOBILE MENU OVERLAY ═════════════ */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: none;
}

@media (max-width: 768px) {
    .mobile-menu-overlay {
        display: block;
    }
}

.mobile-menu-overlay.open {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    position: absolute;
    bottom: 64px; /* Above app bar */
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    border-radius: 24px 24px 0 0;
    padding: 32px 24px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.mobile-menu-overlay.open .mobile-menu-content {
    transform: translateY(0);
}

.mobile-menu-section {
    margin-bottom: 32px;
}

.mobile-menu-section:last-child {
    margin-bottom: 0;
}

.mobile-menu-heading {
    font-family: 'e-UkraineHead', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #111827;
    margin: 0 0 16px 0;
}

/* Mobile Search */
.mobile-search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-search-icon {
    position: absolute;
    left: 16px;
    color: #6B7280;
    pointer-events: none;
    z-index: 1;
}

.mobile-search-input {
    width: 100%;
    height: 48px;
    padding: 0 16px 0 48px;
    border: 1px solid #E4E8EF;
    border-radius: 24px;
    background-color: #F9FAFB;
    font-size: 16px;
    color: #374151;
    transition: all 0.2s ease;
}

.mobile-search-input:focus {
    outline: none;
    border-color: #8CC850;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(201, 246, 86, 0.1);
}

.mobile-search-input::placeholder {
    color: #9CA3AF;
}

/* Mobile Language Switch */
.mobile-lang-switch {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-lang-option {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: #F9FAFB;
    border-radius: 12px;
    color: #374151;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.mobile-lang-option:hover {
    background-color: #E5E7EB;
    color: #111827;
}

.mobile-lang-option.active {
    background-color: #8CC850;
    color: #111827;
    font-weight: 600;
}

.mobile-lang-option:focus-visible {
    outline: 2px solid #8CC850;
    outline-offset: 2px;
}

/* Mobile Authentication */
.mobile-auth {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background-color: #F0FDF4;
    border-radius: 12px;
    color: #166534;
    font-size: 14px;
    font-weight: 500;
}

.mobile-auth-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background-color: #F9FAFB;
    border-radius: 12px;
    color: #374151;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.mobile-auth-link:hover {
    background-color: #E5E7EB;
    color: #111827;
}

.mobile-auth-link:focus-visible {
    outline: 2px solid #8CC850;
    outline-offset: 2px;
}

.mobile-auth-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    background-color: #8CC850;
    border-radius: 12px;
    color: #111827;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.mobile-auth-btn:hover {
    background-color: #B8E544;
    color: #111827;
}

.mobile-auth-btn:focus-visible {
    outline: 2px solid #374151;
    outline-offset: 2px;
}

/* Mobile Admin Section */
.mobile-admin-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E5E7EB;
}

.mobile-admin-heading {
    font-family: 'e-UkraineHead', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #111827;
    margin: 0 0 12px 0;
}

.mobile-admin-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background-color: #FEF3F2;
    border-radius: 12px;
    color: #B91C1C;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
    margin-bottom: 8px;
}

.mobile-admin-link:hover {
    background-color: #FEE2E2;
    color: #991B1B;
}

.mobile-admin-link:focus-visible {
    outline: 2px solid #8CC850;
    outline-offset: 2px;
}

/* ═════════════════════════════════════════════════════════════════════════════════
   📰 NEWS PAGE STYLES
   ═════════════════════════════════════════════════════════════════════════════════ */

/* Hero Banner */
.hero {
    height: 320px;
    background: var(--pr-base-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 24px;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-family: var(--pr-font-head);
    font-weight: 700;
    font-size: 56px;
    line-height: 1.1;
    margin: 0 0 16px 0;
    color: var(--pr-black);
}

.gradient-text {
    background: var(--pr-primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: var(--pr-neutral-600);
    max-width: 42rem;
    margin: 0 auto;
}

/* Utility Bar */
.filters {
    background: var(--pr-surface-neutral);
    padding: 24px 0;
    transition: all var(--pr-transition);
}

.filters.sticky {
    position: sticky;
    top: 60px;
    z-index: 40;
    box-shadow: var(--pr-shadow-news);
    backdrop-filter: blur(16px);
}

.filters-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Search Section - Removed */

/* Category Filter - Hexagon Grid */
.category-filter {
    display: flex;
    justify-content: center;
}

.hexagon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    max-width: 400px;
}

.hexagon-cell {
    position: relative;
    background: var(--pr-surface-neutral);
    border: 1px solid var(--pr-neutral-200);
    border-radius: var(--pr-radius-2xl);
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--pr-black);
    cursor: pointer;
    transition: all var(--pr-transition);
    white-space: nowrap;
    text-align: center;
}

.hexagon-cell:hover {
    background: var(--pr-section-bg);
    border-color: var(--pr-accent-lime);
    transform: translateY(-1px);
}

.hexagon-cell.active {
    background: var(--pr-accent-lime);
    border-color: var(--pr-accent-lime);
    color: var(--pr-black);
}

.hexagon-cell:focus-visible {
    outline: 2px solid var(--pr-accent-lime);
    outline-offset: 2px;
}

/* Sort Section - Removed */

/* Main Layout */
.news-layout {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 24px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
}

/* News Feed */
.feed {
    min-height: 600px;
}

/* News Image Styles */
.pr-news-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: var(--pr-radius);
    margin-bottom: var(--pr-space-3);
    background-color: var(--pr-section-bg);
    position: relative;
}

.pr-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--pr-transition);
}

.pr-product-card:hover .pr-news-image img {
    transform: scale(1.02);
}

/* News Card Specific Styles */
.news-card .news-title {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}

.news-card .news-title a {
    color: var(--pr-black);
    text-decoration: none;
    transition: color var(--pr-transition);
    display: block;
}

.news-card .news-title a:hover {
    color: var(--pr-orange);
}

/* News excerpt removed */

/* Smaller tags for news cards */
.news-card .pr-product-tag {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* News Meta Styles */
.pr-news-meta {
    display: flex;
    align-items: center;
    gap: var(--pr-space-2);
    margin-top: var(--pr-space-2);
    padding-top: var(--pr-space-2);
    border-top: 1px solid var(--pr-gray-100);
    font-size: 11px;
    color: var(--pr-gray-500);
}

.pr-news-date {
    font-weight: 500;
}

/* Page Info Style for Pagination */
.pr-page-info {
    font-size: 14px;
    color: var(--pr-gray-600);
    font-weight: 500;
}

/* Legacy news styles removed - now using pr-product-card styles */

/* Load More Section */
.load-more-section {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.load-more-btn {
    background: var(--pr-accent-lime);
    color: var(--pr-black);
    border: none;
    padding: 12px 32px;
    border-radius: var(--pr-radius-2xl);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--pr-transition);
}

.load-more-btn:hover {
    background: #B8E64A;
    transform: translateY(-1px);
}

.load-more-btn:focus-visible {
    outline: 2px solid var(--pr-accent-lime);
    outline-offset: 2px;
}

/* Sidebar */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 140px;
    height: fit-content;
}

.sidebar-section {
    background: var(--pr-surface-neutral);
    border-radius: var(--pr-radius-2xl);
    padding: 24px;
    box-shadow: var(--pr-shadow-news);
}

.sidebar-title {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--pr-black);
}

/* Trending styles removed */

/* Newsletter CTA */
.newsletter-cta {
    background: linear-gradient(135deg, var(--pr-accent-lime) 0%, #B8E64A 100%);
    border-radius: var(--pr-radius-2xl);
    padding: 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.newsletter-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--pr-radius-2xl);
    padding: 2px;
    background: var(--pr-primary-gradient);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.newsletter-title {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--pr-black);
}

.newsletter-description {
    margin: 0 0 20px 0;
    font-size: 14px;
    color: var(--pr-black);
    opacity: 0.8;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.newsletter-input {
    padding: 12px 16px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: var(--pr-radius-2xl);
    font-size: 14px;
    background: var(--pr-surface-neutral);
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--pr-black);
}

.newsletter-btn {
    background: var(--pr-black);
    color: var(--pr-surface-neutral);
    border: none;
    padding: 12px 24px;
    border-radius: var(--pr-radius-2xl);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--pr-transition);
}

.newsletter-btn:hover {
    background: var(--pr-gray-800);
    transform: translateY(-1px);
}

/* Mobile Bottom Sections */
.mobile-bottom-sections {
    display: none;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px 48px;
    gap: 32px;
}

.mobile-newsletter {
    background: var(--pr-surface-neutral);
    border-radius: var(--pr-radius-2xl);
    padding: 24px;
    box-shadow: var(--pr-shadow-news);
}

.section-title {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--pr-black);
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 80px 24px;
    max-width: 400px;
    margin: 0 auto;
}

.empty-icon {
    margin: 0 0 24px 0;
    color: var(--pr-neutral-600);
    opacity: 0.5;
}

.empty-title {
    margin: 0 0 12px 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--pr-black);
}

.empty-description {
    margin: 0;
    font-size: 16px;
    color: var(--pr-neutral-600);
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1279px) {
    .news-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .sidebar {
        display: none;
    }
    
    .mobile-bottom-sections {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1023px) {
    .filters-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .hexagon-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 300px;
        margin: 0 auto;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 0 8px;
    }
    
    .hexagon-cell {
        scroll-snap-align: start;
        min-width: 120px;
    }
}

@media (max-width: 767px) {
    .hero {
        height: 240px;
        padding: 0 16px;
    }
    
    .hero-title {
        font-size: 44px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .filters {
        padding: 16px 0;
    }
    
    .filters-container {
        padding: 0 16px;
        gap: 16px;
    }
    
    .news-layout {
        padding: 32px 16px;
    }
    
    .pr-product-grid {
        grid-template-columns: 1fr;
    }
    
    .mobile-bottom-sections {
        padding: 0 16px 32px;
        gap: 24px;
    }
}

@media (max-width: 479px) {
    .hero-title {
        font-size: 34px;
    }
    
    .hexagon-grid {
        grid-template-columns: 1fr;
        max-width: 200px;
    }
    
    .filters.sticky {
        top: 0;
    }
}

/* Skeleton Loaders */
.skeleton {
    background: linear-gradient(90deg, 
        var(--pr-section-bg) 25%, 
        var(--pr-accent-lime) 50%, 
        var(--pr-section-bg) 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.skeleton-card {
    background: var(--pr-surface-neutral);
    border-radius: var(--pr-radius-2xl);
    padding: 24px;
    margin-bottom: 28px;
}

.skeleton-image {
    aspect-ratio: 16 / 9;
    border-radius: var(--pr-radius-lg);
    margin-bottom: 16px;
}

.skeleton-title {
    height: 24px;
    border-radius: var(--pr-radius);
    margin-bottom: 12px;
}

.skeleton-text {
    height: 16px;
    border-radius: var(--pr-radius);
    margin-bottom: 8px;
}

.skeleton-text:last-child {
    width: 70%;
}

/* AOS Animation Overrides */
[data-aos="fade-up"] {
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
    opacity: 1;
}

/* Focus Management */
.pr-product-card:focus-visible,
.hexagon-cell:focus-visible,
.load-more-btn:focus-visible,
.newsletter-btn:focus-visible {
    outline: 2px solid var(--pr-accent-lime);
    outline-offset: 2px;
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .news-card {
        border: 2px solid var(--pr-black);
    }
    
    .category-pill {
        border: 1px solid var(--pr-black);
    }
    
    .hexagon-cell {
        border: 2px solid var(--pr-black);
    }
}

/* ═════════════════════════════════════════════════════════════════════════════════
   📝 CREATE FORM STYLES
   ═════════════════════════════════════════════════════════════════════════════════ */

/* Create Page Layout */
.notion-create-page {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--pr-bone) 0%, #F8F9FA 100%);
    padding: var(--pr-space-6) 0;
}

.notion-create-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--pr-space-6);
}

/* Header */
.notion-create-header {
    margin-bottom: var(--pr-space-12);
}

.notion-breadcrumb {
    margin-bottom: var(--pr-space-6);
}

.notion-breadcrumb-link {
    display: inline-flex;
    align-items: center;
    gap: var(--pr-space-2);
    color: var(--pr-gray-600);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--pr-transition);
    padding: var(--pr-space-2) var(--pr-space-3);
    border-radius: var(--pr-radius);
}

.notion-breadcrumb-link:hover {
    color: var(--pr-black);
    background-color: var(--pr-gray-100);
}

.notion-breadcrumb-link svg {
    width: 16px;
    height: 16px;
}

.notion-header-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.notion-page-title {
    font-family: var(--pr-font-head);
    font-size: 48px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-4) 0;
    line-height: 1.1;
}

.notion-page-subtitle {
    font-size: 18px;
    color: var(--pr-gray-600);
    line-height: 1.6;
    margin: 0;
}

/* Content Grid */
.notion-content-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: var(--pr-space-12);
    align-items: start;
}

/* Form Container */
.notion-form-container {
    background: var(--pr-form-bg);
    border-radius: var(--pr-radius-xl);
    border: 1px solid var(--pr-form-border);
    box-shadow: var(--pr-shadow-lg);
    overflow: hidden;
}

.notion-form {
    padding: var(--pr-space-10);
}

/* Error Banner */
.notion-error-banner {
    display: flex;
    align-items: flex-start;
    gap: var(--pr-space-3);
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-radius: var(--pr-radius-lg);
    padding: var(--pr-space-4);
    margin-bottom: var(--pr-space-6);
}

.notion-error-icon {
    color: var(--pr-form-error);
    flex-shrink: 0;
}

.notion-error-content h4 {
    color: var(--pr-form-error);
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 var(--pr-space-2) 0;
}

.notion-error-content ul {
    margin: 0;
    padding-left: var(--pr-space-4);
    color: var(--pr-form-error);
}

/* Form Sections */
.notion-form-section {
    margin-bottom: var(--pr-space-10);
}

.notion-form-section:last-child {
    margin-bottom: 0;
}

.notion-section-header {
    margin-bottom: var(--pr-space-6);
    padding-bottom: var(--pr-space-4);
}

.notion-section-title {
    display: flex;
    align-items: center;
    gap: var(--pr-space-3);
    font-family: var(--pr-font-head);
    font-size: 20px;
    font-weight: 600;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-2) 0;
}

.notion-section-icon {
    font-size: 24px;
}

.notion-section-description {
    color: var(--pr-gray-600);
    font-size: 14px;
    margin: 0;
}

/* Form Groups */
.notion-form-group {
    margin-bottom: var(--pr-space-6);
}

.notion-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--pr-space-4);
}

.notion-form-label {
    display: block;
    margin-bottom: var(--pr-space-3);
}

.notion-label-text {
    display: block;
    font-weight: 600;
    color: var(--pr-black);
    font-size: 14px;
    margin-bottom: var(--pr-space-1);
}

.notion-required {
    color: var(--pr-form-error);
}

.notion-label-hint {
    display: block;
    font-size: 12px;
    color: var(--pr-gray-500);
    font-weight: 400;
}

/* Form Inputs */
.notion-form-input,
.notion-form-select {
    width: 100%;
    padding: var(--pr-space-3) var(--pr-space-4);
    border: 1px solid var(--pr-form-border);
    border-radius: var(--pr-radius);
    font-size: 14px;
    font-family: var(--pr-font-family);
    background-color: #FFFFFF;
    transition: var(--pr-transition);
    outline: none;
}

.notion-form-input:focus,
.notion-form-select:focus {
    border-color: var(--pr-form-focus);
    box-shadow: 0 0 0 3px rgba(70, 126, 229, 0.1);
}

.notion-form-input::placeholder {
    color: var(--pr-gray-400);
}

.notion-form-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right var(--pr-space-3) center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: var(--pr-space-10);
}

/* Character Counter */
.notion-character-counter {
    margin-top: var(--pr-space-2);
    font-size: 12px;
    color: var(--pr-gray-500);
    text-align: right;
}

/* Validation Error */
.notion-validation-error {
    display: block;
    margin-top: var(--pr-space-2);
    font-size: 12px;
    color: var(--pr-form-error);
}

/* Toggle Switch */
.notion-toggle-container {
    display: flex;
    align-items: center;
    gap: var(--pr-space-3);
}

.notion-toggle-input {
    display: none;
}

.notion-toggle-label {
    display: flex;
    align-items: center;
    gap: var(--pr-space-3);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.notion-toggle-slider {
    position: relative;
    width: 44px;
    height: 24px;
    background-color: var(--pr-gray-300);
    border-radius: 12px;
    transition: var(--pr-transition);
}

.notion-toggle-slider::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 50%;
    transition: var(--pr-transition);
}

.notion-toggle-input:checked + .notion-toggle-label .notion-toggle-slider {
    background-color: var(--pr-form-focus);
}

.notion-toggle-input:checked + .notion-toggle-label .notion-toggle-slider::before {
    transform: translateX(20px);
}

/* File Upload */
.notion-file-upload-container,
.notion-gallery-upload-container {
    position: relative;
}

.notion-file-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.notion-file-upload-label,
.notion-gallery-upload-label {
    display: block;
    cursor: pointer;
}

.notion-file-preview,
.notion-gallery-placeholder {
    border: 2px dashed var(--pr-form-border);
    border-radius: var(--pr-radius-lg);
    padding: var(--pr-space-8);
    text-align: center;
    transition: var(--pr-transition);
    background-color: var(--pr-gray-50);
}

.notion-file-preview:hover,
.notion-gallery-placeholder:hover {
    border-color: var(--pr-form-focus);
    background-color: rgba(70, 126, 229, 0.02);
}

.notion-file-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--pr-space-2);
}

.notion-upload-icon {
    color: var(--pr-gray-400);
    margin-bottom: var(--pr-space-2);
}

.notion-upload-text {
    font-weight: 600;
    color: var(--pr-black);
    font-size: 14px;
}

.notion-upload-hint {
    font-size: 12px;
    color: var(--pr-gray-500);
}

/* Gallery Preview */
.notion-gallery-preview {
    margin-top: var(--pr-space-4);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: var(--pr-space-3);
}

.notion-gallery-preview-image {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: var(--pr-radius);
    border: 1px solid var(--pr-form-border);
}

/* Editor Container */
.notion-editor-container {
    border: 1px solid var(--pr-form-border);
    border-radius: var(--pr-radius);
    overflow: hidden;
}

.notion-editor {
    min-height: 150px;
}

.notion-editor .ql-toolbar {
    border: none;
    border-bottom: 1px solid var(--pr-form-border);
    background-color: var(--pr-gray-50);
}

.notion-editor .ql-container {
    border: none;
    font-family: var(--pr-font-family);
    font-size: 14px;
}

.notion-editor .ql-editor {
    padding: var(--pr-space-4);
}

.notion-editor .ql-editor.ql-blank::before {
    color: var(--pr-gray-400);
    font-style: normal;
}

/* Form Actions */
.notion-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: var(--pr-space-4);
    padding-top: var(--pr-space-8);
    border-top: 1px solid var(--pr-form-border);
    margin-top: var(--pr-space-8);
}

.notion-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: var(--pr-space-2);
    padding: var(--pr-space-3) var(--pr-space-6);
    border-radius: var(--pr-radius);
    font-size: 14px;
    font-weight: 600;
    font-family: var(--pr-font-family);
    text-decoration: none;
    cursor: pointer;
    transition: var(--pr-transition);
    border: none;
    outline: none;
    background-color: var(--pr-brand-orange);
    color: var(--pr-white);
}

.notion-submit-btn:hover {
    background-color: #e55a00;
    transform: translateY(-1px);
    box-shadow: var(--pr-shadow-md);
}

.notion-cancel-btn {
    display: inline-flex;
    align-items: center;
    gap: var(--pr-space-2);
    padding: var(--pr-space-3) var(--pr-space-6);
    border-radius: var(--pr-radius);
    font-size: 14px;
    font-weight: 600;
    font-family: var(--pr-font-family);
    text-decoration: none;
    cursor: pointer;
    transition: var(--pr-transition);
    border: 1px solid var(--pr-form-border);
    background-color: #FFFFFF;
    color: var(--pr-gray-700);
}

.notion-cancel-btn:hover {
    background-color: var(--pr-gray-50);
    border-color: var(--pr-gray-300);
    transform: translateY(-1px);
}

.notion-btn {
    display: inline-flex;
    align-items: center;
    gap: var(--pr-space-2);
    padding: var(--pr-space-3) var(--pr-space-6);
    border-radius: var(--pr-radius);
    font-size: 14px;
    font-weight: 600;
    font-family: var(--pr-font-family);
    text-decoration: none;
    cursor: pointer;
    transition: var(--pr-transition);
    border: none;
    outline: none;
}

.notion-btn-primary {
    background-color: var(--pr-black);
    color: var(--pr-white);
}

.notion-btn-primary:hover {
    background-color: var(--pr-gray-800);
    transform: translateY(-1px);
    box-shadow: var(--pr-shadow-md);
}

.notion-btn-secondary {
    background-color: #FFFFFF;
    color: var(--pr-gray-700);
    border: 1px solid var(--pr-form-border);
}

.notion-btn-secondary:hover {
    background-color: var(--pr-gray-50);
    border-color: var(--pr-gray-300);
}

.notion-btn-icon {
    font-size: 16px;
}

/* Preview Toggle Buttons */
.notion-preview-toggle {
    display: flex;
    gap: var(--pr-space-2);
    margin-bottom: var(--pr-space-6);
    padding: var(--pr-space-1);
    background: var(--pr-gray-50);
    border-radius: var(--pr-radius-lg);
    border: 1px solid var(--pr-form-border);
}

.notion-preview-btn {
    display: inline-flex;
    align-items: center;
    gap: var(--pr-space-2);
    padding: var(--pr-space-2) var(--pr-space-4);
    border-radius: var(--pr-radius);
    font-size: 13px;
    font-weight: 500;
    font-family: var(--pr-font-family);
    text-decoration: none;
    cursor: pointer;
    transition: var(--pr-transition);
    border: none;
    outline: none;
    background: transparent;
    color: var(--pr-gray-600);
    flex: 1;
    justify-content: center;
}

.notion-preview-btn:hover {
    background: var(--pr-white);
    color: var(--pr-gray-800);
    box-shadow: var(--pr-shadow-sm);
}

.notion-preview-btn-active {
    background: var(--pr-white);
    color: var(--pr-black);
    box-shadow: var(--pr-shadow-sm);
    border: 1px solid var(--pr-form-border);
}

.notion-preview-btn-active:hover {
    background: var(--pr-white);
    color: var(--pr-black);
}

/* Preview Container */
.notion-preview-container {
    position: sticky;
    top: var(--pr-space-6);
}

.notion-preview-sticky {
    background: #FFFFFF;
    border-radius: var(--pr-radius-xl);
    border: 1px solid var(--pr-form-border);
    box-shadow: var(--pr-shadow-lg);
    overflow: hidden;
}

.notion-preview-header {
    padding: var(--pr-space-6) var(--pr-space-6) var(--pr-space-4) var(--pr-space-6);
    border-bottom: 1px solid var(--pr-form-border);
    background: linear-gradient(135deg, var(--pr-gray-50) 0%, var(--pr-white) 100%);
}

.notion-preview-title {
    font-family: var(--pr-font-head);
    font-size: 18px;
    font-weight: 600;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-1) 0;
}

.notion-preview-subtitle {
    font-size: 12px;
    color: var(--pr-gray-500);
    margin: 0;
}

.notion-preview-card {
    padding: var(--pr-space-6);
}

.notion-preview-content {
    display: flex;
    gap: var(--pr-space-4);
    margin-bottom: var(--pr-space-6);
}

.notion-preview-logo {
    flex-shrink: 0;
}

.notion-preview-logo img {
    width: 64px;
    height: 64px;
    border-radius: var(--pr-radius-lg);
    object-fit: cover;
    border: 1px solid var(--pr-form-border);
}

.notion-preview-info {
    flex: 1;
    min-width: 0;
}

.notion-preview-product-title {
    font-family: var(--pr-font-head);
    font-size: 18px;
    font-weight: 600;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-2) 0;
    line-height: 1.3;
}

.notion-preview-slogan {
    font-size: 14px;
    color: var(--pr-gray-600);
    margin: 0 0 var(--pr-space-3) 0;
    font-style: italic;
}

.notion-preview-description {
    font-size: 13px;
    color: var(--pr-gray-600);
    line-height: 1.4;
    margin: 0 0 var(--pr-space-3) 0;
}

.notion-preview-meta {
    display: flex;
    align-items: center;
    gap: var(--pr-space-2);
    font-size: 12px;
}

.notion-preview-tag {
    background-color: var(--pr-lime);
    color: var(--pr-black);
    padding: var(--pr-space-1) var(--pr-space-2);
    border-radius: var(--pr-radius-sm);
    font-weight: 500;
}

.notion-preview-divider {
    color: var(--pr-gray-400);
}

.notion-preview-company-info {
    border-top: 1px solid var(--pr-form-border);
    padding-top: var(--pr-space-4);
}

.notion-preview-section-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-3) 0;
}

.notion-preview-details {
    display: flex;
    flex-direction: column;
    gap: var(--pr-space-2);
}

.notion-preview-detail {
    display: flex;
    align-items: center;
    gap: var(--pr-space-2);
    font-size: 12px;
}

.notion-preview-detail-icon {
    font-size: 14px;
}

.notion-preview-detail-label {
    color: var(--pr-gray-500);
    font-weight: 500;
}

.notion-preview-detail-value {
    color: var(--pr-black);
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .notion-content-grid {
        grid-template-columns: 1fr 350px;
        gap: var(--pr-space-8);
    }
}

@media (max-width: 1024px) {
    .notion-content-grid {
        grid-template-columns: 1fr;
        gap: var(--pr-space-8);
    }
    
    .notion-preview-container {
        position: static;
        order: -1;
    }
    
    .notion-preview-sticky {
        margin-bottom: var(--pr-space-8);
    }
}

@media (max-width: 768px) {
    .notion-create-container {
        padding: 0 var(--pr-space-4);
    }
    
    .notion-page-title {
        font-size: 36px;
    }
    
    .notion-page-subtitle {
        font-size: 16px;
    }
    
    .notion-form {
        padding: var(--pr-space-6);
    }
    
    .notion-form-row {
        grid-template-columns: 1fr;
        gap: var(--pr-space-4);
    }
    
    .notion-form-actions {
        flex-direction: column;
    }
    
    .notion-btn {
        justify-content: center;
    }
    
    .notion-preview-content {
        flex-direction: column;
        text-align: center;
    }
    
    .notion-preview-logo {
        align-self: center;
    }
}

@media (max-width: 480px) {
    .notion-create-page {
        padding: var(--pr-space-4) 0;
    }
    
    .notion-page-title {
        font-size: 28px;
    }
    
    .notion-form {
        padding: var(--pr-space-4);
    }
    
    .notion-section-title {
        font-size: 18px;
    }
    
    .notion-preview-card {
        padding: var(--pr-space-4);
    }
}

/* ═════════════ LIVE PREVIEW SECTION ═════════════ */
.notion-live-preview-section {
    margin: var(--pr-space-8) 0;
    padding: var(--pr-space-6);
    background: linear-gradient(135deg, var(--pr-bone), #f8f6f1);
    border: 1px solid var(--pr-gray-200);
    border-radius: var(--pr-radius-lg);
}

.notion-preview-header {
    text-align: center;
    margin-bottom: var(--pr-space-6);
}

.notion-preview-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--pr-space-2);
    font-size: 20px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-2) 0;
}

.notion-preview-title svg {
    color: var(--pr-pr-green);
}

.notion-preview-subtitle {
    font-size: 14px;
    color: var(--pr-gray-600);
    margin: 0;
}

/* Live preview card inherits all existing pr-product-card styles */
.notion-live-preview-section .pr-product-card {
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 2px solid var(--pr-orange);
    position: relative;
}

.notion-live-preview-section .pr-product-card::before {
    content: "LIVE PREVIEW";
    position: absolute;
    top: -1px;
    right: -1px;
    background: var(--pr-orange);
    color: var(--pr-white);
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 0 var(--pr-radius) 0 var(--pr-radius);
    letter-spacing: 0.5px;
}

.notion-live-preview-section .pr-product-card:hover {
    transform: none;
    border-color: var(--pr-orange);
}

@media (max-width: 768px) {
    .notion-live-preview-section {
        margin: var(--pr-space-6) 0;
        padding: var(--pr-space-4);
    }
    
    .notion-preview-title {
        font-size: 18px;
    }
    
    .notion-live-preview-section .pr-product-grid {
        padding: 0;
    }
}

/* ═════════════ CENTERED LAYOUT STYLES ═════════════ */
.pr-centered-title {
    text-align: center !important;
}

.pr-centered-description-section {
    text-align: center !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding: 0 var(--pr-space-4) !important;
    border: none !important;
    border-bottom: none !important;
}

.pr-centered-description-section .pr-results-description {
    margin: 0 auto !important;
    max-width: 800px !important;
    border: none !important;
    border-bottom: none !important;
}

/* ═════════════ HERO SECTION STYLES ═════════════ */
.pr-hero-section {
    background: radial-gradient(110% 80% at 50% 0%, rgba(255, 100, 0, 0.08) 0%, #F5EBE1 60%, #F5EBE1 100%) !important;
    padding: 64px 0 64px 0 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    border: none !important;
    border-bottom: none !important;
}

.pr-hero-section .pr-results-info {
    max-width: 720px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    border: none !important;
    border-bottom: none !important;
}

.pr-hero-section .pr-results-title {
    font-size: 60px !important;
    font-weight: 700 !important;
    margin-bottom: 24px !important;
    color: var(--pr-black) !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em !important;
}

.pr-hero-section .pr-results-description {
    font-size: 20px !important;
    line-height: 1.6 !important;
    color: #4A4A4A !important;
    border: none !important;
    border-bottom: none !important;
    letter-spacing: 0.01em !important;
}

/* ═════════════ TAG BAR ELEVATED STYLING ═════════════ */
.pr-tag-bar-container {
    margin-top: -40px !important;
    margin-bottom: 32px !important;
    padding: 0 24px !important;
    position: relative !important;
    z-index: 10 !important;
}

.pr-tag-bar-elevated {
    background: #FFFFFF !important;
    border-radius: 24px !important;
    padding: 16px 24px !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
}

#hexBar {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: none !important;
}

#hexBar::after {
    display: none !important;
}

.pr-tag-bar-container::after,
.pr-tag-bar-elevated::after,
#hexBar::after {
    display: none !important;
}

.pr-tag-bar-container,
.pr-tag-bar-elevated,
#hexBar,
.pr-tag-bar-container *,
.pr-tag-bar-elevated *,
#hexBar * {
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
}

.pr-products-page {
    padding-top: 0 !important;
}

.pr-product-grid {
    margin-top: 0 !important;
}

/* ═════════════ PROJECT CARD TEXT SIZE ADJUSTMENTS (ONLY FOR INVEST PAGE) ═════════════ */
.pr-product-card:not(.news-card) .pr-product-name {
    font-size: 14px !important;
    line-height: 1.3 !important;
}

.pr-product-card:not(.news-card) .pr-product-excerpt {
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.pr-product-card:not(.news-card) .pr-product-tag {
    font-size: 12px !important;
    padding: 4px 12px !important;
}

/* ═════════════ PROMOTIONAL BAND ENHANCED STYLING ═════════════ */
.pr-promo-band {
    margin: 48px auto 64px auto !important;
    padding: 48px 64px !important;
    max-width: 1200px !important;
    background: #F5EBE1 !important;
    border-radius: 16px !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12) !important;
    background-clip: padding-box !important;
    position: relative !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
}

.pr-promo-band::before {
    display: none !important;
}

.pr-promo-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
    width: 100% !important;
}

.pr-promo-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 8px !important;
}

.pr-promo-headline {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    color: var(--pr-black) !important;
    letter-spacing: -0.01em !important;
    text-align: center !important;
}

.pr-promo-description {
    max-width: 600px !important;
    margin: 0 auto !important;
    font-size: 18px !important;
    color: #4A4A4A !important;
    line-height: 1.6 !important;
    letter-spacing: 0.01em !important;
    text-align: center !important;
}

.pr-promo-badge {
    font-size: 14px !important;
    color: #4A4A4A !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
}

.pr-promo-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
}

.pr-promo-content .pr-btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    padding: 0 40px !important;
    background: #8CC850 !important;
    color: #000 !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12) !important;
    transition: all 0.2s ease !important;
    border: none !important;
    text-decoration: none !important;
    min-width: auto !important;
    font-size: 16px !important;
}

.pr-promo-content .pr-btn-primary:hover {
    filter: brightness(1.05) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16) !important;
}

.pr-promo-content .pr-btn-primary:focus-visible {
    outline: 2px solid #FF6400 !important;
    outline-offset: 2px !important;
}

.pr-promo-secondary-link {
    color: #4A4A4A !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: color 0.2s ease !important;
    border-bottom: 1px solid transparent !important;
}

.pr-promo-secondary-link:hover {
    color: #FF6400 !important;
    border-bottom-color: #FF6400 !important;
}

/* ═════════════ ACCESSIBILITY & FOCUS STYLES ═════════════ */
.pr-tag:focus-visible,
.pr-btn:focus-visible,
.pr-cta-overlay:focus-visible {
    outline: 2px solid var(--pr-orange) !important;
    outline-offset: 2px !important;
    border-radius: 4px !important;
}

@media (max-width: 768px) {
    .pr-hero-section {
        padding: 32px 0 32px 0 !important;
    }
    
    .pr-hero-section .pr-results-title {
        font-size: 36px !important;
    }
    
    .pr-hero-section .pr-results-description {
        font-size: 18px !important;
    }
    
    .pr-tag-bar-container {
        margin-top: -32px !important;
        margin-bottom: 24px !important;
        padding: 0 16px !important;
    }
    
    .pr-tag-bar-elevated {
        padding: 12px 16px !important;
    }
    
    .pr-promo-band {
        margin: 32px 16px 48px 16px !important;
        padding: 32px 24px !important;
        gap: 20px !important;
    }
    
    .pr-promo-content {
        gap: 20px !important;
    }
    
    .pr-promo-headline {
        font-size: 24px !important;
    }
    
    .pr-promo-description {
        font-size: 16px !important;
    }
    
    .pr-promo-badge {
        font-size: 13px !important;
    }
    
    .pr-promo-content .pr-btn-primary {
        height: 44px !important;
        padding: 0 32px !important;
        font-size: 15px !important;
    }
    
    .pr-promo-secondary-link {
        font-size: 13px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .pr-hero-section .pr-results-title {
        font-size: 48px !important;
    }
    
    .pr-hero-section .pr-results-description {
        font-size: 18px !important;
    }
    
    .pr-tag-bar-container {
        margin-top: -36px !important;
        margin-bottom: 28px !important;
    }
    
    .pr-promo-headline {
        font-size: 28px !important;
    }
    
    .pr-promo-band {
        padding: 40px 48px !important;
        gap: 28px !important;
    }
    
    .pr-promo-content {
        gap: 20px !important;
    }
}

/* ═════════════════════════════════════════════════════════════════════════════
   🎯 PRODUCT DETAIL PAGE V2 - SIMPLIFIED DESIGN
   ═════════════════════════════════════════════════════════════════════════════ */

.pr-product-detail-v2 {
    background-color: var(--pr-bone);
    min-height: 100vh;
    font-family: var(--pr-font-family);
}

/* Telegram CTA Banner */
.pr-telegram-banner {
    background: linear-gradient(135deg, var(--pr-lime) 0%, #8CC850 100%);
    padding: var(--pr-space-4);
    margin-bottom: var(--pr-space-6);
}

.pr-telegram-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: var(--pr-space-4);
    justify-content: center;
}

.pr-telegram-icon {
    font-size: 32px;
    flex-shrink: 0;
}

.pr-telegram-text {
    display: flex;
    flex-direction: column;
    gap: var(--pr-space-1);
    text-align: center;
}

.pr-telegram-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--pr-black);
}

.pr-telegram-subtitle {
    font-size: 14px;
    color: var(--pr-gray-700);
    line-height: 1.4;
}

.pr-telegram-btn {
    background-color: var(--pr-black);
    color: var(--pr-white);
    border: 2px solid var(--pr-black);
    padding: var(--pr-space-3) var(--pr-space-4);
    border-radius: var(--pr-radius);
    font-family: var(--pr-font-family);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all var(--pr-transition);
    white-space: nowrap;
}

.pr-telegram-btn:hover {
    background-color: #FFFFFF;
    color: var(--pr-black);
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Hero Row - Fixed 140px height */
.pr-hero-row {
    height: 140px;
    background-color: #FFFFFF;
    border-bottom: 1px solid var(--pr-gray-200);
    display: flex;
    align-items: center;
}

.pr-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--pr-space-6);
    width: 100%;
    display: grid;
    grid-template-columns: 96px 1fr auto;
    gap: var(--pr-space-6);
    align-items: center;
}

.pr-hero-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pr-logo-tile {
    width: 96px;
    height: 96px;
    border-radius: var(--pr-radius);
    object-fit: cover;
    box-shadow: var(--pr-shadow);
}

.pr-hero-content {
    min-width: 0;
    flex: 1;
}

.pr-title-row {
    display: flex;
    align-items: baseline;
    gap: var(--pr-space-3);
    margin-bottom: var(--pr-space-1);
}

.pr-hero-title {
    font-family: var(--pr-font-head);
    font-size: 32px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0;
    line-height: 1.1;
}

.pr-views-counter {
    font-size: 14px;
    color: var(--pr-gray-600);
    font-weight: 500;
    white-space: nowrap;
}

.pr-hero-subtitle {
    font-size: 20px;
    color: var(--pr-gray-600);
    margin: 0 0 var(--pr-space-3) 0;
    line-height: 1.3;
}

.pr-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: var(--pr-space-2);
}

.pr-tag-chip-v2 {
    height: 20px;
    padding: 0 var(--pr-space-3);
    background-color: rgba(0, 0, 0, 0.2);
    color: var(--pr-black);
    border-radius: var(--pr-radius);
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1;
}

.pr-hero-actions {
    display: flex;
    flex-direction: column;
    gap: var(--pr-space-2);
    align-items: stretch;
    min-width: 140px;
}

.pr-btn-visit-v2 {
    height: 48px;
    background-color: var(--pr-lime);
    color: var(--pr-black);
    border: none;
    border-radius: var(--pr-radius);
    font-family: var(--pr-font-family);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all var(--pr-transition);
    box-shadow: var(--pr-shadow-sm);
}

.pr-btn-visit-v2:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

.pr-btn-save-v2 {
    height: 40px;
    background-color: transparent;
    color: var(--pr-black);
    border: 2px solid var(--pr-gray-300);
    border-radius: var(--pr-radius);
    font-family: var(--pr-font-family);
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all var(--pr-transition);
}

.pr-btn-save-v2:hover {
    border-color: var(--pr-gray-400);
    box-shadow: var(--pr-shadow-sm);
    transform: translateY(-1px);
}

.pr-btn-edit-v2 {
    color: var(--pr-gray-600);
    text-decoration: none;
    padding: var(--pr-space-2) var(--pr-space-3);
    border-radius: var(--pr-radius);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    transition: var(--pr-transition);
}

.pr-btn-edit-v2:hover {
    background-color: var(--pr-gray-100);
    color: var(--pr-black);
}

.pr-btn-edit-v2:focus-visible {
    outline: 2px solid var(--pr-orange);
    outline-offset: 2px;
}

/* Divider */
.pr-divider {
    height: 24px;
    background-color: var(--pr-bone);
    border-bottom: 1px solid var(--pr-gray-200);
}

/* Content Flow */
.pr-content-flow {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--pr-space-6);
}

.pr-section {
    margin-bottom: 40px;
}

.pr-section-title-v2 {
    font-family: var(--pr-font-head);
    font-size: 24px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-6) 0;
}

/* 1. Gallery Carousel */
.pr-gallery-carousel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--pr-space-4);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.pr-gallery-carousel::-webkit-scrollbar {
    display: none;
}

.pr-gallery-item {
    scroll-snap-align: start;
    flex-shrink: 0;
}

.pr-gallery-item img {
    width: 432px;
    height: 270px;
    object-fit: cover;
    border-radius: var(--pr-radius);
    box-shadow: var(--pr-shadow);
    transition: all var(--pr-transition);
}

.pr-gallery-item img:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.pr-gallery-placeholder {
    width: 432px;
    height: 270px;
    background-color: var(--pr-gray-100);
    border-radius: var(--pr-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pr-gray-500);
    font-weight: 500;
    box-shadow: var(--pr-shadow);
}

/* 2. Description */
.pr-description-v2 {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.6;
    color: var(--pr-gray-700);
}

.pr-description-v2 p {
    margin-bottom: var(--pr-space-4);
}

.pr-description-v2 a {
    color: var(--pr-orange);
    text-decoration: none;
    font-weight: 500;
}

.pr-description-v2 a:hover {
    text-decoration: underline;
}

.pr-description-v2 a:focus-visible {
    outline: 2px solid var(--pr-orange);
    outline-offset: 2px;
}

/* 3. Pricing Plans - Fixed border colors */
.pr-pricing-plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--pr-space-4);
    max-width: 800px;
    margin: 0 auto;
}

.pr-pricing-card-v2 {
    background-color: #FFFFFF;
    border: 2px solid var(--pr-lime); /* Fixed to use lime border */
    border-radius: var(--pr-radius);
    padding: var(--pr-space-4);
    text-align: center;
    transition: all var(--pr-transition);
    height: auto;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pr-pricing-card-v2:hover {
    border-color: var(--pr-orange);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.pr-pricing-card-v2.pr-featured {
    border-color: var(--pr-orange);
    box-shadow: 0 2px 8px rgba(255, 104, 48, 0.15);
}

.pr-plan-name {
    font-family: var(--pr-font-head);
    font-size: 16px;
    font-weight: 700;
    color: var(--pr-black);
    margin: 0 0 var(--pr-space-2) 0;
}

.pr-plan-price {
    font-size: 14px;
    font-weight: 600;
    color: var(--pr-gray-700);
    margin: 0 0 var(--pr-space-3) 0;
}

.pr-plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pr-plan-features li {
    font-size: 12px;
    color: var(--pr-gray-700);
    position: relative;
    padding-left: var(--pr-space-3);
    margin-bottom: var(--pr-space-1);
}

.pr-plan-features li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--pr-lime);
    font-weight: 700;
}

/* 4. Similar Products - Using exact list page design */
.pr-similar-products-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--pr-space-4);
    overflow: visible;
    scroll-snap-type: none;
    scrollbar-width: auto;
    -ms-overflow-style: auto;
    padding-bottom: 0;
}

.pr-similar-products-row::-webkit-scrollbar {
    display: block;
}

/* Similar product cards use exact list page design */
.pr-product-card.pr-similar-card {
    flex-shrink: 1;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid var(--pr-gray-200);
    border-radius: var(--pr-radius);
    transition: all var(--pr-transition);
    overflow: hidden;
    position: relative;
    padding: var(--pr-space-4);
    box-shadow: var(--pr-shadow);
    display: flex;
    flex-direction: column;
}

.pr-product-card.pr-similar-card:hover {
    border-color: var(--pr-orange);
    box-shadow: var(--pr-shadow-lg);
    transform: translateY(-2px);
}

/* Remove old similar product styles */
.pr-product-card-similar,
.pr-similar-logo-64,
.pr-similar-content,
.pr-similar-name,
.pr-similar-tagline,
.pr-similar-view-btn {
    display: none !important;
}

/* Responsive Design for V2 */
@media (max-width: 768px) {
    .pr-telegram-content {
        flex-direction: column;
        text-align: center;
        gap: var(--pr-space-3);
    }
    
    .pr-telegram-text {
        order: 1;
    }
    
    .pr-telegram-btn {
        order: 2;
        align-self: center;
    }
    
    .pr-pricing-plans {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pr-pricing-card-v2 {
        width: 100%;
    }
    
    .pr-similar-products-row {
        grid-template-columns: 1fr;
        gap: var(--pr-space-3);
    }
}

@media (max-width: 640px) {
    .pr-telegram-banner {
        padding: var(--pr-space-3);
        margin-bottom: var(--pr-space-4);
    }
    
    .pr-telegram-title {
        font-size: 16px;
    }
    
    .pr-telegram-subtitle {
        font-size: 13px;
    }
    
    .pr-hero-container {
        grid-template-columns: 1fr;
        gap: var(--pr-space-4);
        text-align: center;
        padding: 0 var(--pr-space-4);
    }
    
    .pr-hero-row {
        height: auto;
        padding: var(--pr-space-6) 0;
    }
    
    .pr-title-row {
        flex-direction: column;
        align-items: center;
        gap: var(--pr-space-1);
    }
    
    .pr-logo-tile {
        width: 80px;
        height: 80px;
    }
    
    .pr-hero-title {
        font-size: 28px;
    }
    
    .pr-hero-subtitle {
        font-size: 16px;
    }
    
    .pr-hero-actions {
        flex-direction: row;
        justify-content: center;
        gap: var(--pr-space-3);
        min-width: auto;
    }
    
    .pr-btn-visit-v2,
    .pr-btn-save-v2 {
        flex: 1;
        max-width: 140px;
    }
    
    .pr-content-flow {
        padding: 0 var(--pr-space-4);
    }
    
    .pr-section {
        margin-bottom: 28px;
    }
    
    .pr-gallery-carousel {
        grid-template-columns: 1fr;
    }
    
    .pr-gallery-item img,
    .pr-gallery-placeholder {
        width: 100%;
        height: 240px;
    }
    
    .pr-pricing-plans {
        grid-template-columns: 1fr;
    }
    
    .pr-pricing-card-v2 {
        width: 100%;
    }
    
    .pr-similar-products-row {
        grid-template-columns: 1fr;
    }
}

/* Focus styles for accessibility */
.pr-btn-visit-v2:focus-visible,
.pr-btn-save-v2:focus-visible,
.pr-telegram-btn:focus-visible {
    outline: 2px solid var(--pr-orange);
    outline-offset: 2px;
}

/* 5. Hero Controls */

/* 6. CTA Overlay */
.pr-cta-overlay {
    width: 32px;
    height: 32px;
    background-color: var(--pr-lime);
    border: 2px solid var(--pr-lime);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--pr-black);
    cursor: pointer;
    transition: all var(--pr-transition);
    font-size: 14px;
    font-weight: 700;
}

.pr-cta-overlay:hover {
    background-color: var(--pr-orange);
    border-color: var(--pr-orange);
    color: var(--pr-white);
    transform: scale(1.1);
}

.pr-cta-overlay:focus {
    outline: 3px solid var(--pr-orange);
    outline-offset: 2px;
}

.pr-cta-icon {
    font-size: 14px;
    font-weight: 700;
}

/* 7. Tags Row */
.pr-product-tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: var(--pr-space-2);
}

.pr-product-tag {
    padding: 6px 16px;
    background-color: #F3F4F6;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    white-space: nowrap;
    border: 1px solid #E5E7EB;
    transition: all 0.2s ease;
}

.pr-product-tag:hover {
    background-color: #E5E7EB;
    color: #1F2937;
    transform: translateY(-1px);
}

/* 8. Card Content - Excerpt */
.pr-card-content {
    flex: 1;
}

.pr-product-excerpt {
    margin: 0;
    font-size: 14px;
    color: var(--pr-gray-600);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 9. Hero Controls */

/* 10. Search Row */
.pr-search-sort-row {
    display: flex;
    justify-content: center;
    width: 100%;
}

.pr-search-container {
    max-width: 400px;
    width: 100%;
}

.pr-search-input {
    width: 100%;
    height: 40px;
    padding: 0 var(--pr-space-4);
    border: 2px solid var(--pr-black);
    border-radius: var(--pr-radius);
    background-color: #FFFFFF;
    font-family: var(--pr-font-family);
    font-size: 14px;
    transition: all var(--pr-transition);
}

.pr-search-input:focus {
    outline: none;
    border-color: var(--pr-orange);
    box-shadow: 0 0 0 3px rgba(255, 104, 48, 0.2);
}

/* 11. Hero Controls */

/* 12. Hero Controls */

/* 13. Hero Controls */

/* 14. Hero Controls */

/* 15. Hero Controls */

/* 16. Hero Controls */

/* 17. Hero Controls */

/* 18. Hero Controls */

/* 19. Hero Controls */

/* 20. Hero Controls */

/* 21. Hero Controls */

/* 22. Hero Controls */

/* 23. Hero Controls */

/* 24. Hero Controls */

/* 25. Hero Controls */

/* 26. Hero Controls */

/* 27. Hero Controls */

/* 28. Hero Controls */

/* 29. Hero Controls */

/* 30. Hero Controls */

/* 31. Hero Controls */

/* 32. Hero Controls */

/* 33. Hero Controls */

/* 34. Hero Controls */

/* 35. Hero Controls */

/* 36. Hero Controls */

/* 37. Hero Controls */

/* 38. Hero Controls */

/* 39. Hero Controls */

/* 40. Hero Controls */

/* 41. Hero Controls */

/* 42. Hero Controls */

/* 43. Hero Controls */

/* 44. Hero Controls */

/* 45. Hero Controls */

/* 46. Hero Controls */

/* 47. Hero Controls */

/* 48. Hero Controls */

/* 49. Hero Controls */

/* 50. Hero Controls */

/* 51. Hero Controls */

/* 52. Hero Controls */

/* 53. Hero Controls */

/* 54. Hero Controls */

/* 55. Hero Controls */

/* 56. Hero Controls */

/* 57. Hero Controls */

/* 58. Hero Controls */

/* 59. Hero Controls */

/* 60. Hero Controls */

/* 61. Hero Controls */

/* 62. Hero Controls */

/* 63. Hero Controls */

/* 64. Hero Controls */

/* 65. Hero Controls */

/* 66. Hero Controls */

/* 67. Hero Controls */

/* 68. Hero Controls */

/* 69. Hero Controls */

/* 70. Hero Controls */

/* 71. Hero Controls */

/* 72. Hero Controls */

/* 73. Hero Controls */

/* 74. Hero Controls */

/* 75. Hero Controls */

/* 76. Hero Controls */

/* 77. Hero Controls */

/* 78. Hero Controls */

/* 79. Hero Controls */

/* 80. Hero Controls */

/* 81. Hero Controls */

/* 82. Hero Controls */

/* 83. Hero Controls */

/* 84. Hero Controls */

/* 85. Hero Controls */

/* 86. Hero Controls */

/* 87. Hero Controls */

/* 88. Hero Controls */

/* 89. Hero Controls */

/* 90. Hero Controls */

/* 91. Hero Controls */

/* 92. Hero Controls */

/* 93. Hero Controls */

/* 94. Hero Controls */

/* 95. Hero Controls */

/* 96. Hero Controls */

/* 97. Hero Controls */

/* 98. Hero Controls */

/* 99. Hero Controls */

/* 100. Hero Controls */

/* 101. Hero Controls */

/* 102. Hero Controls */

/* 103. Hero Controls */

/* 104. Hero Controls */

/* 105. Hero Controls */

/* 106. Hero Controls */

/* 107. Hero Controls */

/* 108. Hero Controls */

/* 109. Hero Controls */

/* 110. Hero Controls */

/* 111. Hero Controls */

/* 112. Hero Controls */

/* 113. Hero Controls */

/* 114. Hero Controls */

/* 115. Hero Controls */

/* 116. Hero Controls */

/* 117. Hero Controls */

/* 118. Hero Controls */

/* 119. Hero Controls */

/* 120. Hero Controls */

/* 121. Hero Controls */

/* 122. Hero Controls */

/* 123. Hero Controls */

/* 124. Hero Controls */

/* 125. Hero Controls */

/* 126. Hero Controls */

/* 127. Hero Controls */

/* 128. Hero Controls */

/* 129. Hero Controls */

/* 130. Hero Controls */

/* 131. Hero Controls */

/* 132. Hero Controls */

/* 133. Hero Controls */

/* 134. Hero Controls */

/* 135. Hero Controls */

/* 136. Hero Controls */

/* 137. Hero Controls */

/* 138. Hero Controls */

/* 139. Hero Controls */

/* 140. Hero Controls */

/* 141. Hero Controls */

/* 142. Hero Controls */

/* 143. Hero Controls */

/* 144. Hero Controls */

/* 145. Hero Controls */

/* 146. Hero Controls */

/* 147. Hero Controls */

/* 148. Hero Controls */

/* 149. Hero Controls */

/* 150. Hero Controls */

/* 151. Hero Controls */

/* 152. Hero Controls */

/* 153. Hero Controls */

/* 154. Hero Controls */

/* 155. Hero Controls */

/* 156. Hero Controls */

/* 157. Hero Controls */

/* 158. Hero Controls */

/* 159. Hero Controls */

/* 160. Hero Controls */

/* 161. Hero Controls */

/* 162. Hero Controls */

/* 163. Hero Controls */

/* 164. Hero Controls */

/* 165. Hero Controls */

/* 166. Hero Controls */

/* 167. Hero Controls */

/* 168. Hero Controls */

/* 169. Hero Controls */

/* 170. Hero Controls */

/* 171. Hero Controls */

/* 172. Hero Controls */

/* 173. Hero Controls */

/* 174. Hero Controls */

/* 175. Hero Controls */

/* 176. Hero Controls */

/* 177. Hero Controls */

/* 178. Hero Controls */

/* 179. Hero Controls */

/* 180. Hero Controls */

/* 181. Hero Controls */

/* 182. Hero Controls */

/* 183. Hero Controls */

/* 184. Hero Controls */

/* 185. Hero Controls */

/* 186. Hero Controls */

/* 187. Hero Controls */

/* 188. Hero Controls */

/* 189. Hero Controls */

/* 190. Hero Controls */

/* 191. Hero Controls */

/* 192. Hero Controls */

/* 193. Hero Controls */

/* 194. Hero Controls */

/* 195. Hero Controls */

/* 196. Hero Controls */

/* 197. Hero Controls */