.elementor-kit-7{--e-global-color-primary:#C9A84C;--e-global-color-secondary:#E8C96A;--e-global-color-text:#F0ECE4;--e-global-color-accent:#080808;--e-global-typography-primary-font-family:"VazirMatn";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"VazirMatn";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"VazirMatn";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"VazirMatn";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* کدهای پایه لونا پیکس استودیو */
:root {
  --black:       #050508;
  --deep:        #08080f;
  --surface:     #0d0d1a;
  --card:        #111122;
  --border:      rgba(150,120,255,0.12);
  --border-glow: rgba(150,120,255,0.35);
  --moon-gold:   #e8c97e;
  --moon-glow:   #8b6fff;
  --accent:      #b08dff;
  --text-primary:   #f0eeff;
  --text-secondary: #9890c0;
  --transition: all 0.4s ease;
  --radius-md:  16px;
}

body {
  font-family: 'Vazirmatn', sans-serif !important;
  background-color: var(--black) !important;
}

/* افکت ظاهر شدن المان ها */
.reveal { 
  opacity: 0; 
  transform: translateY(30px); 
  transition: opacity 0.8s ease, transform 0.8s ease; 
}
.reveal.visible { 
  opacity: 1; 
  transform: translateY(0); 
}

/* استایل دکمه‌های اصلی سایت */
.luna-btn a {
  background: linear-gradient(135deg, var(--moon-glow), #6a4fc8) !important;
  color: white !important;
  border-radius: 50px !important;
  padding: 15px 30px !important;
  box-shadow: 0 8px 40px rgba(139,111,255,0.4) !important;
  transition: var(--transition) !important;
}
.luna-btn a:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 60px rgba(139,111,255,0.5) !important;
}
.gold-word {
  background: linear-gradient(135deg, #e8c96a 0%, #c9a84c 60%, #7a6228 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}/* End custom CSS */