:root{--cheeze-orange:#FF6B35;--cheeze-orange-light:#FF8C5A;--cheeze-orange-dark:#E55A2B;--cheeze-brown:#8B4513;--cheeze-brown-light:#A0522D;--cheeze-dark:#1A1A2E;--cheeze-darker:#0F0F1A;--cheeze-navy:#16213E;--cheeze-white:#FFFFFF;--cheeze-gold:#FFD166;--cheeze-gold-dark:#E5B84D;--cheeze-gray:#B8B8B8;--cheeze-gray-light:#E0E0E0;--cheeze-bg-gradient:linear-gradient(135deg,#1A1A2E 0%,#16213E 50%,#0F0F1A 100%);--cheeze-text:#FFFFFF;--cheeze-text-muted:#B8B8B8;--cheeze-font-main:'Vazirmatn','Tahoma',sans-serif;--cheeze-radius:16px;--cheeze-radius-sm:8px;--cheeze-radius-lg:24px;--cheeze-shadow:0 8px 32px rgba(0,0,0,0.3);--cheeze-shadow-glow:0 0 30px rgba(255,107,53,0.2);--cheeze-transition:all 0.3s cubic-bezier(0.4,0,0.2,1);--cheeze-container:1200px;}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;font-size:16px;}body{font-family:var(--cheeze-font-main);background:var(--cheeze-dark);color:var(--cheeze-text);line-height:1.8;direction:rtl;overflow-x:hidden;-webkit-font-smoothing:antialiased;}a{color:var(--cheeze-orange);text-decoration:none;transition:var(--cheeze-transition);}a:hover{color:var(--cheeze-gold);}img{max-width:100%;height:auto;display:block;}.container{max-width:var(--cheeze-container);margin:0 auto;padding:0 20px;}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}.cheeze-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(26,26,46,0.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,107,53,0.1);transition:var(--cheeze-transition);}.cheeze-header.scrolled{background:rgba(15,15,26,0.95);box-shadow:0 4px 20px rgba(0,0,0,0.5);}.cheeze-header-inner{display:flex;align-items:center;justify-content:space-between;height:80px;}.site-branding{display:flex;align-items:center;z-index:1001;}.site-title-link{display:flex;align-items:center;gap:10px;text-decoration:none;}.site-logo-icon{font-size:2rem;animation:cheeseWobble 3s ease-in-out infinite;}.site-title{font-size:1.5rem;font-weight:800;color:var(--cheeze-white);letter-spacing:1px;}.site-logo img{max-height:60px;width:auto;}.cheeze-menu{display:flex;list-style:none;gap:8px;}.cheeze-menu li{position:relative;}.cheeze-menu a{display:block;padding:10px 20px;color:var(--cheeze-white);font-weight:500;font-size:0.95rem;border-radius:var(--cheeze-radius-sm);transition:var(--cheeze-transition);position:relative;}.cheeze-menu a::after{content:'';position:absolute;bottom:4px;right:20px;left:20px;height:2px;background:var(--cheeze-orange);transform:scaleX(0);transition:transform 0.3s ease;border-radius:2px;}.cheeze-menu a:hover::after,.cheeze-menu .current-menu-item > a::after{transform:scaleX(1);}.cheeze-menu a:hover{color:var(--cheeze-orange);}.cheeze-menu .current-menu-item > a{color:var(--cheeze-orange);}.cheeze-menu .sub-menu{position:absolute;top:100%;right:0;background:rgba(26,26,46,0.95);backdrop-filter:blur(20px);border-radius:var(--cheeze-radius-sm);min-width:200px;padding:8px 0;list-style:none;opacity:0;visibility:hidden;transform:translateY(10px);transition:var(--cheeze-transition);border:1px solid rgba(255,107,53,0.15);box-shadow:var(--cheeze-shadow);}.cheeze-menu li:hover > .sub-menu{opacity:1;visibility:visible;transform:translateY(0);}.cheeze-menu .sub-menu a{padding:8px 20px;font-size:0.9rem;}.cheeze-menu .sub-menu a::after{display:none;}.cheeze-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001;}.hamburger-line{display:block;width:100%;height:2px;background:var(--cheeze-white);border-radius:2px;transition:var(--cheeze-transition);transform-origin:center;}.cheeze-menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px);}.cheeze-menu-toggle.active .hamburger-line:nth-child(2){opacity:0;}.cheeze-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}.cheeze-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:var(--cheeze-dark);}.cheeze-hero-video-wrap{position:absolute;inset:0;z-index:0;}.cheeze-hero-video{width:100%;height:100%;object-fit:cover;}.cheeze-hero-overlay{position:absolute;inset:0;background:linear-gradient( 180deg,rgba(26,26,46,0.6) 0%,rgba(26,26,46,0.3) 50%,rgba(26,26,46,0.85) 100% );z-index:1;}.cheeze-hero-particles{position:absolute;inset:0;z-index:2;overflow:hidden;pointer-events:none;}.cheeze-particle{position:absolute;font-size:1.5rem;opacity:0.3;animation:floatParticle 15s infinite linear;}.cheeze-hero-content{position:relative;z-index:3;padding:0 20px;}.cheeze-hero-badge{display:inline-block;padding:8px 24px;background:rgba(255,107,53,0.15);border:1px solid rgba(255,107,53,0.3);border-radius:50px;color:var(--cheeze-orange);font-size:0.9rem;font-weight:600;margin-bottom:24px;animation:fadeInDown 1s ease-out;}.cheeze-hero-title{font-size:clamp(2.5rem,7vw,5rem);font-weight:900;line-height:1.1;margin-bottom:24px;animation:fadeInUp 1s ease-out 0.2s both;}.cheeze-hero-title .highlight{background:linear-gradient(135deg,var(--cheeze-orange),var(--cheeze-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.cheeze-hero-subtitle{font-size:clamp(1rem,2.5vw,1.4rem);color:var(--cheeze-gray);max-width:600px;margin:0 auto 40px;animation:fadeInUp 1s ease-out 0.4s both;}.cheeze-hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease-out 0.6s both;}.cheeze-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:50px;font-family:var(--cheeze-font-main);font-weight:700;font-size:1rem;cursor:pointer;border:none;transition:var(--cheeze-transition);text-decoration:none;position:relative;overflow:hidden;}.cheeze-btn::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,0.2),transparent);opacity:0;transition:var(--cheeze-transition);}.cheeze-btn:hover::before{opacity:1;}.cheeze-btn-primary{background:linear-gradient(135deg,var(--cheeze-orange),var(--cheeze-orange-dark));color:var(--cheeze-white);box-shadow:0 4px 20px rgba(255,107,53,0.4);border:2px solid transparent;}.cheeze-btn-primary:hover{color:var(--cheeze-white);transform:translateY(-2px);box-shadow:0 8px 30px rgba(255,107,53,0.5);}.cheeze-btn-secondary{background:transparent;color:var(--cheeze-white);border:2px solid rgba(255,255,255,0.3);}.cheeze-btn-secondary:hover{color:var(--cheeze-white);border-color:var(--cheeze-orange);background:rgba(255,107,53,0.1);}.cheeze-btn-gold{background:linear-gradient(135deg,var(--cheeze-gold),var(--cheeze-gold-dark));color:var(--cheeze-dark);box-shadow:0 4px 20px rgba(255,209,102,0.3);border:2px solid transparent;}.cheeze-btn-gold:hover{color:var(--cheeze-dark);transform:translateY(-2px);box-shadow:0 8px 30px rgba(255,209,102,0.4);}.cheeze-scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:3;animation:bounce 2s infinite;}.cheeze-scroll-mouse{width:26px;height:40px;border:2px solid rgba(255,255,255,0.3);border-radius:13px;display:flex;justify-content:center;padding-top:8px;}.cheeze-scroll-dot{width:4px;height:8px;background:var(--cheeze-orange);border-radius:2px;animation:scrollDot 2s infinite;}.cheeze-section{padding:100px 0;position:relative;}.cheeze-section-dark{background:var(--cheeze-darker);}.cheeze-section-gradient{background:var(--cheeze-bg-gradient);}.cheeze-section-header{text-align:center;margin-bottom:60px;}.cheeze-section-badge{display:inline-block;padding:6px 20px;background:rgba(255,107,53,0.1);border:1px solid rgba(255,107,53,0.2);border-radius:50px;color:var(--cheeze-orange);font-size:0.85rem;font-weight:600;margin-bottom:16px;}.cheeze-section-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;margin-bottom:16px;}.cheeze-section-desc{color:var(--cheeze-text-muted);max-width:600px;margin:0 auto;font-size:1.05rem;}.cheeze-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px;}.cheeze-product-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:var(--cheeze-radius);overflow:hidden;transition:var(--cheeze-transition);position:relative;}.cheeze-product-card:hover{transform:translateY(-8px);border-color:rgba(255,107,53,0.3);box-shadow:var(--cheeze-shadow-glow);}.cheeze-product-image{position:relative;aspect-ratio:4/3;overflow:hidden;}.cheeze-product-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}.cheeze-product-card:hover .cheeze-product-image img{transform:scale(1.05);}.cheeze-product-badge{position:absolute;top:16px;right:16px;padding:6px 14px;border-radius:50px;font-size:0.8rem;font-weight:700;z-index:2;}.cheeze-badge-new{background:var(--cheeze-orange);color:var(--cheeze-white);}.cheeze-badge-coming{background:var(--cheeze-gold);color:var(--cheeze-dark);}.cheeze-badge-oos{background:var(--cheeze-gray);color:var(--cheeze-dark);}.cheeze-product-info{padding:24px;}.cheeze-product-category{display:inline-block;color:var(--cheeze-orange);font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;}.cheeze-product-name{font-size:1.3rem;font-weight:700;margin-bottom:12px;color:var(--cheeze-white);}.cheeze-product-desc{color:var(--cheeze-text-muted);font-size:0.95rem;margin-bottom:20px;line-height:1.7;}.cheeze-product-action{display:flex;gap:12px;}.cheeze-product-action .cheeze-btn{flex:1;justify-content:center;padding:12px 20px;font-size:0.9rem;}.cheeze-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}.cheeze-about-content{order:1;}.cheeze-about-image{order:2;position:relative;}.cheeze-about-image img{border-radius:var(--cheeze-radius);box-shadow:var(--cheeze-shadow);}.cheeze-about-image::before{content:'';position:absolute;inset:-10px;background:linear-gradient(135deg,var(--cheeze-orange),var(--cheeze-gold));border-radius:var(--cheeze-radius-lg);z-index:-1;opacity:0.3;}.cheeze-about-title{font-size:2rem;font-weight:800;margin-bottom:20px;}.cheeze-about-text{color:var(--cheeze-text-muted);margin-bottom:16px;font-size:1.05rem;}.cheeze-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px;}.cheeze-stat{text-align:center;padding:20px;background:rgba(255,255,255,0.03);border-radius:var(--cheeze-radius-sm);border:1px solid rgba(255,255,255,0.06);}.cheeze-stat-number{display:block;font-size:2rem;font-weight:900;color:var(--cheeze-orange);line-height:1;margin-bottom:4px;}.cheeze-stat-label{color:var(--cheeze-text-muted);font-size:0.85rem;}.cheeze-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;}.cheeze-feature-card{text-align:center;padding:40px 24px;background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.05);border-radius:var(--cheeze-radius);transition:var(--cheeze-transition);}.cheeze-feature-card:hover{background:rgba(255,107,53,0.05);border-color:rgba(255,107,53,0.2);transform:translateY(-4px);}.cheeze-feature-icon{width:64px;height:64px;margin:0 auto 20px;background:linear-gradient(135deg,rgba(255,107,53,0.15),rgba(255,209,102,0.1));border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;}.cheeze-feature-title{font-size:1.1rem;font-weight:700;margin-bottom:12px;}.cheeze-feature-desc{color:var(--cheeze-text-muted);font-size:0.9rem;}.cheeze-blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px;}.cheeze-blog-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:var(--cheeze-radius);overflow:hidden;transition:var(--cheeze-transition);}.cheeze-blog-card:hover{transform:translateY(-4px);border-color:rgba(255,107,53,0.2);box-shadow:var(--cheeze-shadow-glow);}.cheeze-blog-image{aspect-ratio:16/9;overflow:hidden;}.cheeze-blog-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}.cheeze-blog-card:hover .cheeze-blog-image img{transform:scale(1.05);}.cheeze-blog-content{padding:24px;}.cheeze-blog-meta{display:flex;gap:16px;margin-bottom:12px;font-size:0.85rem;color:var(--cheeze-text-muted);}.cheeze-blog-meta span{display:flex;align-items:center;gap:4px;}.cheeze-blog-title{font-size:1.15rem;font-weight:700;margin-bottom:12px;line-height:1.5;}.cheeze-blog-title a{color:var(--cheeze-white);}.cheeze-blog-title a:hover{color:var(--cheeze-orange);}.cheeze-blog-excerpt{color:var(--cheeze-text-muted);font-size:0.9rem;margin-bottom:16px;}.cheeze-instagram-section{text-align:center;}.cheeze-instagram-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:40px;}.cheeze-instagram-item{aspect-ratio:1;border-radius:var(--cheeze-radius-sm);overflow:hidden;position:relative;cursor:pointer;}.cheeze-instagram-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}.cheeze-instagram-item:hover img{transform:scale(1.1);}.cheeze-instagram-item::after{content:'📷';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255,107,53,0.7);opacity:0;transition:var(--cheeze-transition);font-size:1.5rem;}.cheeze-instagram-item:hover::after{opacity:1;}.cheeze-cta{text-align:center;padding:80px 0;background:linear-gradient(135deg,rgba(255,107,53,0.1),rgba(255,209,102,0.05));border-top:1px solid rgba(255,107,53,0.1);border-bottom:1px solid rgba(255,107,53,0.1);}.cheeze-cta-title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;margin-bottom:16px;}.cheeze-cta-desc{color:var(--cheeze-text-muted);margin-bottom:32px;font-size:1.1rem;}.cheeze-product-detail{padding:40px 0;}.cheeze-product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;}.cheeze-product-detail-image{position:relative;border-radius:var(--cheeze-radius);overflow:hidden;background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.06);}.cheeze-product-detail-image img{width:100%;height:auto;display:block;transition:transform 0.5s ease;}.cheeze-product-detail-image:hover img{transform:scale(1.02);}.cheeze-product-detail-badge{position:absolute;top:20px;right:20px;padding:8px 20px;background:var(--cheeze-gold);color:var(--cheeze-dark);border-radius:50px;font-size:0.9rem;font-weight:700;box-shadow:0 4px 15px rgba(255,209,102,0.4);}.cheeze-product-detail-info{padding:20px 0;}.cheeze-product-detail-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;margin-bottom:24px;color:var(--cheeze-white);line-height:1.3;}.cheeze-game-specs{display:flex;gap:16px;margin-bottom:32px;flex-wrap:wrap;}.cheeze-spec{display:flex;flex-direction:column;align-items:center;padding:16px 20px;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:var(--cheeze-radius-sm);min-width:100px;transition:var(--cheeze-transition);}.cheeze-spec:hover{background:rgba(255,107,53,0.05);border-color:rgba(255,107,53,0.2);transform:translateY(-2px);}.cheeze-spec-icon{font-size:1.5rem;margin-bottom:6px;}.cheeze-spec-label{font-size:0.75rem;color:var(--cheeze-text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;}.cheeze-spec-value{font-size:1rem;font-weight:700;color:var(--cheeze-orange);}.cheeze-product-detail-actions{display:flex;gap:16px;margin-top:32px;flex-wrap:wrap;}.cheeze-product-detail-actions .cheeze-btn{flex:1;min-width:200px;justify-content:center;}@media (max-width:768px){.cheeze-product-detail-grid{grid-template-columns:1fr;gap:32px;}.cheeze-game-specs{justify-content:center;}.cheeze-product-detail-actions{flex-direction:column;}.cheeze-product-detail-actions .cheeze-btn{width:100%;}}.cheeze-gallery-section{margin-top:60px;padding-top:40px;border-top:1px solid rgba(255,255,255,0.06);}.cheeze-gallery-section .cheeze-details-title{text-align:center;margin-bottom:32px;}.cheeze-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}.cheeze-gallery-item{position:relative;border-radius:8px;overflow:hidden;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:zoom-in;}.cheeze-gallery-item:hover{transform:translateY(-4px);border-color:rgba(255,107,53,.3);box-shadow:0 0 30px rgba(255,107,53,.2);}.cheeze-gallery-item img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;transition:transform .5s ease;}.cheeze-gallery-item:hover img{transform:scale(1.05);}.cheeze-gallery-item::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.6) 100%);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:8px;pointer-events:none;}.cheeze-gallery-item:hover::before{opacity:1;}.cheeze-gallery-item::after{content:"🔍";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);font-size:1.5rem;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:1;}.cheeze-gallery-item:hover::after{opacity:1;transform:translate(-50%,-50%) scale(1);}@media (max-width:1024px){.cheeze-gallery-grid{grid-template-columns:repeat(3,1fr);}}@media (max-width:768px){.cheeze-gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px;}.cheeze-gallery-item::after{display:none;}}@media (max-width:480px){.cheeze-gallery-grid{grid-template-columns:1fr;}}.cheeze-product-content{max-width:900px;margin:0 auto;}.cheeze-content-intro{margin-bottom:40px;text-align:justify;}.cheeze-content-intro h2{font-size:1.8rem;font-weight:800;margin-bottom:16px;color:var(--cheeze-orange);}.cheeze-content-intro h3{font-size:1.3rem;font-weight:600;margin-bottom:16px;color:var(--cheeze-white);}.cheeze-content-section{margin-bottom:40px;text-align:justify;}.cheeze-content-section h2{font-size:1.4rem;font-weight:700;margin-bottom:16px;color:var(--cheeze-white);padding-bottom:8px;border-bottom:2px solid rgba(255,107,53,0.3);}.cheeze-content-section p{color:var(--cheeze-text-muted);line-height:2;margin-bottom:16px;font-size:1rem;}.cheeze-content-image{margin:32px 0;border-radius:var(--cheeze-radius);overflow:hidden;border:1px solid rgba(255,255,255,0.06);}.cheeze-content-image img{width:100%;height:auto;display:block;transition:transform 0.5s ease;}.cheeze-content-image:hover img{transform:scale(1.02);}.cheeze-content-links{margin:32px 0;display:flex;gap:16px;flex-wrap:wrap;}.cheeze-content-links .cheeze-btn{flex:0 0 auto;}.cheeze-game-details{margin-top:24px;padding:20px;background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.06);border-radius:var(--cheeze-radius-sm);}.cheeze-details-title{font-size:1rem;font-weight:700;margin-bottom:16px;color:var(--cheeze-orange);}.cheeze-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;}.cheeze-detail-item{display:flex;flex-direction:column;padding:10px 12px;background:rgba(255,107,53,0.05);border-radius:6px;}.cheeze-detail-label{font-size:0.75rem;color:var(--cheeze-text-muted);margin-bottom:4px;}.cheeze-detail-value{font-size:0.9rem;font-weight:600;color:var(--cheeze-white);}.cheeze-lightbox{position:fixed;inset:0;background:rgba(0,0,0,0.95);z-index:10000;display:none;align-items:center;justify-content:center;padding:20px;cursor:pointer;animation:lightboxFadeIn 0.3s ease;}.cheeze-lightbox.active{display:flex;}.cheeze-lightbox-img{max-width:90%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 0 60px rgba(255,107,53,0.3);}.cheeze-lightbox-close{position:absolute;top:20px;left:20px;width:44px;height:44px;background:rgba(255,255,255,0.1);border:none;border-radius:50%;color:white;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--cheeze-transition);}.cheeze-lightbox-close:hover{background:var(--cheeze-orange);}.cheeze-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:rgba(255,255,255,0.1);border:none;border-radius:50%;color:white;font-size:1.5rem;cursor:pointer;transition:var(--cheeze-transition);}.cheeze-lightbox-nav:hover{background:var(--cheeze-orange);}.cheeze-lightbox-prev{left:20px;}.cheeze-lightbox-next{right:20px;}@keyframes lightboxFadeIn{from{opacity:0;}to{opacity:1;}}.cheeze-content-image,.cheeze-content-gallery img{cursor:pointer;}.cheeze-content-gallery{display:flex;flex-direction:column;gap:16px;margin:32px 0;}.cheeze-content-gallery img{width:100%;height:auto;border-radius:var(--cheeze-radius-sm);border:1px solid rgba(255,255,255,0.06);transition:transform 0.3s ease;object-fit:cover;}.cheeze-content-gallery img:hover{transform:scale(1.03);}.cheeze-mechanics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:16px;}.cheeze-mechanic{padding:12px 16px;background:rgba(255,107,53,0.08);border:1px solid rgba(255,107,53,0.2);border-radius:var(--cheeze-radius-sm);font-size:0.9rem;font-weight:600;color:var(--cheeze-orange);text-align:center;transition:var(--cheeze-transition);}.cheeze-mechanic:hover{background:rgba(255,107,53,0.15);transform:translateY(-2px);}@media (max-width:768px){.cheeze-content-gallery{grid-template-columns:1fr;}.cheeze-mechanics-grid{grid-template-columns:repeat(2,1fr);}}.cheeze-footer{position:relative;background:var(--cheeze-darker);}.cheeze-footer-wave{position:relative;top:-1px;color:var(--cheeze-darker);}.cheeze-footer-wave svg{display:block;width:100%;height:80px;}.cheeze-footer-content{padding:60px 0 40px;}.cheeze-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;}.cheeze-footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px;}.cheeze-footer-logo .cheese-icon{font-size:1.8rem;}.cheeze-footer-logo .footer-brand-name{font-size:1.3rem;font-weight:800;}.cheeze-footer-desc{color:var(--cheeze-text-muted);font-size:0.95rem;margin-bottom:20px;}.cheeze-social-links{display:flex;gap:12px;}.cheeze-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.05);color:var(--cheeze-gray);transition:var(--cheeze-transition);}.cheeze-social-link:hover{background:var(--cheeze-orange);color:var(--cheeze-white);transform:translateY(-2px);}.cheeze-footer-title{font-size:1rem;font-weight:700;margin-bottom:20px;color:var(--cheeze-white);position:relative;padding-bottom:10px;}.cheeze-footer-title::after{content:'';position:absolute;bottom:0;right:0;width:30px;height:2px;background:var(--cheeze-orange);border-radius:2px;}.cheeze-footer-menu{list-style:none;}.cheeze-footer-menu li{margin-bottom:10px;}.cheeze-footer-menu a{color:var(--cheeze-text-muted);font-size:0.9rem;transition:var(--cheeze-transition);}.cheeze-footer-menu a:hover{color:var(--cheeze-orange);padding-right:4px;}.cheeze-footer-products{list-style:none;}.cheeze-footer-products li{margin-bottom:10px;}.cheeze-footer-products a{color:var(--cheeze-text-muted);font-size:0.9rem;}.cheeze-footer-products a:hover{color:var(--cheeze-orange);}.cheeze-badge{display:inline-block;padding:2px 8px;background:rgba(255,209,102,0.15);color:var(--cheeze-gold);border-radius:4px;font-size:0.7rem;font-weight:600;margin-right:6px;}.cheeze-footer-contact{list-style:none;}.cheeze-footer-contact li{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--cheeze-text-muted);font-size:0.9rem;}.cheeze-footer-contact svg{flex-shrink:0;color:var(--cheeze-orange);}.cheeze-footer-contact a{color:var(--cheeze-text-muted);}.cheeze-footer-contact a:hover{color:var(--cheeze-orange);}.cheeze-footer-bottom{padding:20px 0;border-top:1px solid rgba(255,255,255,0.05);text-align:center;}.cheeze-footer-bottom p{color:var(--cheeze-text-muted);font-size:0.85rem;margin-bottom:4px;}.cheeze-made-with{color:var(--cheeze-gray);font-size:0.8rem !important;}.cheeze-page-header{padding:140px 0 60px;text-align:center;background:linear-gradient(180deg,var(--cheeze-darker) 0%,var(--cheeze-dark) 100%);}.cheeze-page-title{font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:12px;}.cheeze-breadcrumb{color:var(--cheeze-text-muted);font-size:0.9rem;}.cheeze-breadcrumb a{color:var(--cheeze-orange);}.cheeze-content-area{padding:60px 0;}.cheeze-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px;}.cheeze-post-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:var(--cheeze-radius);overflow:hidden;transition:var(--cheeze-transition);}.cheeze-post-card:hover{transform:translateY(-4px);border-color:rgba(255,107,53,0.2);}.cheeze-single-post{max-width:800px;margin:0 auto;}.cheeze-single-header{margin-bottom:40px;}.cheeze-single-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;margin-bottom:16px;line-height:1.3;}.cheeze-single-meta{display:flex;gap:20px;color:var(--cheeze-text-muted);font-size:0.9rem;flex-wrap:wrap;}.cheeze-single-content{font-size:1.05rem;line-height:2;text-align:justify;}.cheeze-single-content p{margin-bottom:24px;}.cheeze-single-content h2,.cheeze-single-content h3{margin-top:40px;margin-bottom:16px;}.cheeze-single-content img{border-radius:var(--cheeze-radius-sm);margin:24px 0;}.cheeze-single-content blockquote{border-right:4px solid var(--cheeze-orange);padding:20px 24px;margin:32px 0;background:rgba(255,107,53,0.05);border-radius:0 var(--cheeze-radius-sm) var(--cheeze-radius-sm) 0;font-style:italic;color:var(--cheeze-text-muted);}.cheeze-post-nav{display:flex;justify-content:space-between;gap:24px;margin-top:60px;padding-top:40px;border-top:1px solid rgba(255,255,255,0.06);}.cheeze-post-nav a{color:var(--cheeze-text-muted);font-weight:500;}.cheeze-post-nav a:hover{color:var(--cheeze-orange);}.cheeze-page-content{max-width:900px;margin:0 auto;padding:40px 20px;}.cheeze-page-content h1{font-size:2.2rem;font-weight:800;margin-bottom:24px;}.cheeze-page-content h2{font-size:1.6rem;font-weight:700;margin:32px 0 16px;}.cheeze-page-content p{margin-bottom:20px;color:var(--cheeze-text-muted);line-height:1.9;}.cheeze-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;}.cheeze-contact-form .cheeze-form-group{margin-bottom:20px;}.cheeze-contact-form label{display:block;margin-bottom:6px;font-weight:600;font-size:0.9rem;}.cheeze-contact-form input,.cheeze-contact-form textarea{width:100%;padding:12px 16px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:var(--cheeze-radius-sm);color:var(--cheeze-white);font-family:var(--cheeze-font-main);font-size:1rem;transition:var(--cheeze-transition);direction:rtl;}.cheeze-contact-form input:focus,.cheeze-contact-form textarea:focus{outline:none;border-color:var(--cheeze-orange);box-shadow:0 0 0 3px rgba(255,107,53,0.15);}.cheeze-contact-form textarea{min-height:150px;resize:vertical;}.cheeze-404{text-align:center;padding:200px 20px;}.cheeze-404-number{font-size:8rem;font-weight:900;background:linear-gradient(135deg,var(--cheeze-orange),var(--cheeze-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;}.cheeze-404-title{font-size:1.5rem;font-weight:700;margin:16px 0;}.cheeze-404-desc{color:var(--cheeze-text-muted);margin-bottom:32px;}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:translateY(0);}}@keyframes fadeInDown{from{opacity:0;transform:translateY(-20px);}to{opacity:1;transform:translateY(0);}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(30px);}to{opacity:1;transform:translateX(0);}}@keyframes fadeInRight{from{opacity:0;transform:translateX(-30px);}to{opacity:1;transform:translateX(0);}}@keyframes cheeseWobble{0%,100%{transform:rotate(0deg);}25%{transform:rotate(5deg);}50%{transform:rotate(-3deg);}75%{transform:rotate(2deg);}}@keyframes floatParticle{0%{transform:translateY(100vh) rotate(0deg);opacity:0;}10%{opacity:0.3;}90%{opacity:0.3;}100%{transform:translateY(-100px) rotate(360deg);opacity:0;}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0);}40%{transform:translateX(-50%) translateY(-10px);}60%{transform:translateX(-50%) translateY(-5px);}}@keyframes scrollDot{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(8px);}}@keyframes pulse{0%,100%{transform:scale(1);}50%{transform:scale(1.05);}}@keyframes slideInUp{from{opacity:0;transform:translateY(60px);}to{opacity:1;transform:translateY(0);}}.cheeze-reveal{opacity:0;transform:translateY(40px);transition:opacity 0.8s ease,transform 0.8s ease;}.cheeze-reveal.revealed{opacity:1;transform:translateY(0);}html:not(.js) .cheeze-reveal{opacity:1;transform:none;}.cheeze-reveal-delay-1{transition-delay:0.1s;}.cheeze-reveal-delay-2{transition-delay:0.2s;}.cheeze-reveal-delay-3{transition-delay:0.3s;}.cheeze-reveal-delay-4{transition-delay:0.4s;}.cheeze-pagination{display:flex;justify-content:center;gap:8px;margin-top:48px;}.cheeze-pagination a,.cheeze-pagination span{display:flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border-radius:var(--cheeze-radius-sm);background:rgba(255,255,255,0.05);color:var(--cheeze-text-muted);font-weight:600;transition:var(--cheeze-transition);}.cheeze-pagination a:hover{background:rgba(255,107,53,0.15);color:var(--cheeze-orange);}.cheeze-pagination .current{background:var(--cheeze-orange);color:var(--cheeze-white);}.cheeze-comments-area{margin-top:60px;padding-top:40px;border-top:1px solid rgba(255,255,255,0.06);}.cheeze-comments-title{font-size:1.4rem;font-weight:700;margin-bottom:24px;}.cheeze-comment{padding:20px;background:rgba(255,255,255,0.02);border-radius:var(--cheeze-radius-sm);margin-bottom:16px;border:1px solid rgba(255,255,255,0.04);}.cheeze-comment-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;}.cheeze-comment-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--cheeze-orange),var(--cheeze-gold));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.9rem;color:var(--cheeze-white);}.cheeze-comment-author{font-weight:600;}.cheeze-comment-date{color:var(--cheeze-text-muted);font-size:0.8rem;}.cheeze-comment-body{color:var(--cheeze-text-muted);line-height:1.8;}.cheeze-comment-reply-link{color:var(--cheeze-orange);font-size:0.85rem;margin-top:8px;display:inline-block;}.cheeze-comment-respond{margin-top:32px;}.cheeze-comment-respond h3{font-size:1.2rem;font-weight:700;margin-bottom:20px;}.cheeze-with-sidebar{display:grid;grid-template-columns:1fr 300px;gap:40px;}.cheeze-sidebar .widget{padding:24px;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:var(--cheeze-radius);margin-bottom:24px;}.cheeze-sidebar .widget-title{font-size:1rem;font-weight:700;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid var(--cheeze-orange);}body.rtl .cheeze-menu .sub-menu{right:auto;left:0;}body.rtl .cheeze-footer-title::after{right:auto;left:0;}body.rtl .cheeze-footer-products a:hover,body.rtl .cheeze-footer-menu a:hover{padding-right:0;padding-left:4px;}@media (max-width:1024px){.cheeze-about-grid{grid-template-columns:1fr;gap:40px;}.cheeze-about-content{order:2;}.cheeze-about-image{order:1;}.cheeze-footer-grid{grid-template-columns:1fr 1fr;gap:32px;}.cheeze-contact-grid{grid-template-columns:1fr;}.cheeze-with-sidebar{grid-template-columns:1fr;}}@media (max-width:768px){.cheeze-menu-toggle{display:flex;}.cheeze-nav .cheeze-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:rgba(15,15,26,0.98);backdrop-filter:blur(20px);flex-direction:column;padding:100px 24px 40px;transition:right 0.4s ease;z-index:1000;border-left:1px solid rgba(255,107,53,0.1);}.cheeze-nav .cheeze-menu.active{right:0;}.cheeze-nav .cheeze-menu a{padding:14px 0;font-size:1.1rem;border-bottom:1px solid rgba(255,255,255,0.05);}.cheeze-nav .cheeze-menu a::after{display:none;}.cheeze-nav .cheeze-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;background:transparent;border:none;box-shadow:none;padding-right:16px;}.cheeze-products-grid,.cheeze-blog-grid,.cheeze-posts-grid{grid-template-columns:1fr;}.cheeze-footer-grid{grid-template-columns:1fr;}.cheeze-stats{grid-template-columns:repeat(3,1fr);gap:12px;}.cheeze-features-grid{grid-template-columns:1fr;}.cheeze-hero-buttons{flex-direction:column;align-items:center;}.cheeze-post-nav{flex-direction:column;}.cheeze-instagram-grid{grid-template-columns:repeat(3,1fr);}}@media (max-width:480px){.cheeze-stats{grid-template-columns:1fr;}.cheeze-instagram-grid{grid-template-columns:repeat(2,1fr);}.cheeze-product-action{flex-direction:column;}.cheeze-404-number{font-size:5rem;}}.text-center{text-align:center;}.text-left{text-align:left;}.text-right{text-align:right;}.mt-0{margin-top:0;}.mb-0{margin-bottom:0;}.mt-1{margin-top:8px;}.mb-1{margin-bottom:8px;}.mt-2{margin-top:16px;}.mb-2{margin-bottom:16px;}.mt-3{margin-top:24px;}.mb-3{margin-bottom:24px;}.mt-4{margin-top:32px;}.mb-4{margin-bottom:32px;}.cheeze-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:999;opacity:0;visibility:hidden;transition:var(--cheeze-transition);}.cheeze-menu-overlay.active{opacity:1;visibility:visible;}::selection{background:rgba(255,107,53,0.3);color:var(--cheeze-white);}::-webkit-scrollbar{width:8px;}::-webkit-scrollbar-track{background:var(--cheeze-darker);}::-webkit-scrollbar-thumb{background:var(--cheeze-orange);border-radius:4px;}::-webkit-scrollbar-thumb:hover{background:var(--cheeze-orange-light);}::placeholder{color:rgba(255,255,255,0.3);}