.elementor-kit-7558{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-bd8b7d3:#2B2B2B;--e-global-color-6caab35:#1F8E2F;--e-global-color-c7e06a5:#1F74BF;--e-global-color-b4e0cea:#F7F9FA;--e-global-color-37634ff:#F7F9FA14;--e-global-color-5a28364:#B2B2B2;--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:42px;--e-global-typography-text-font-size:1.1em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-3a11155-font-family:"Roboto";--e-global-typography-3a11155-font-size:26px;--e-global-typography-3a11155-font-weight:500;--e-global-typography-cf0034e-font-size:1.2em;--e-global-typography-cf0034e-font-weight:700;}.elementor-kit-7558 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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);}@media(max-width:1024px){.elementor-kit-7558{--e-global-typography-primary-font-size:2.6em;--e-global-typography-secondary-font-size:2.2em;--e-global-typography-text-font-size:1em;--e-global-typography-accent-font-size:1em;--e-global-typography-cf0034e-font-size:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7558{--e-global-typography-primary-font-size:2em;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-line-height:35px;--e-global-typography-text-font-size:1em;--e-global-typography-cf0034e-font-size:1.1em;--e-global-typography-cf0034e-line-height:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================
   PRISMOON LANDING PAGE - LIGHT THEME
   ============================================ */

/* Page Background */
body.elementor-page {
  background: radial-gradient(1200px 600px at 10% -10%, rgba(99,102,241,0.08), transparent 60%),
              radial-gradient(900px 500px at 90% 0%, rgba(139,92,246,0.06), transparent 55%),
              radial-gradient(800px 800px at 70% 100%, rgba(99,102,241,0.05), transparent 60%),
              linear-gradient(180deg, #f8fafc, #ffffff) !important;
  background-attachment: fixed !important;
}

/* Gradient Text */
.gradient-text, 
.gradient-text h1, 
.gradient-text h2, 
.gradient-text h3,
.gradient-text .elementor-heading-title {
  background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Primary Button Gradient */
.btn-gradient,
.btn-gradient .elementor-button {
  background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 8px 24px rgba(99,102,241,0.25) !important;
  transition: all 0.2s ease !important;
}
.btn-gradient:hover,
.btn-gradient .elementor-button:hover {
  box-shadow: 0 12px 32px rgba(99,102,241,0.35) !important;
  transform: translateY(-2px) !important;
}

/* Ghost Button */
.btn-ghost,
.btn-ghost .elementor-button {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #334155 !important;
  transition: all 0.2s ease !important;
}
.btn-ghost:hover,
.btn-ghost .elementor-button:hover {
  background: #f1f5f9 !important;
  border-color: #c7d2fe !important;
}

/* Card Hover Effect */
.hover-card {
  transition: all 0.25s ease !important;
}
.hover-card:hover {
  border-color: #c7d2fe !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 40px rgba(99,102,241,0.12) !important;
}

/* Logo Filter - Light tema için koyu logo */
.brand-logo img {
  opacity: 0.5 !important;
  transition: all 0.3s ease !important;
}
.brand-logo:hover img {
  opacity: 1 !important;
}

/* Sticky Nav Backdrop */
.sticky-nav {
  background: rgba(255,255,255,0.85) !important;
  backdrop-filter: saturate(140%) blur(10px) !important;
  -webkit-backdrop-filter: saturate(140%) blur(10px) !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

/* Pulsing Dot Animation */
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.1); }
}
.pulse-dot {
  animation: pulse 2s infinite;
  background: #6366f1 !important;
}

/* Light Section (eski dark-section yerine) */
.light-section {
  background: #f8fafc !important;
  border-top: 1px solid #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

/* Card Style */
.prismoon-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04) !important;
}

/* Panel Style */
.prismoon-panel {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06) !important;
}

/* Text Colors for Light Theme */
.dark-text h1, .dark-text h2, .dark-text h3, .dark-text h4,
.dark-text .elementor-heading-title {
  color: #1e293b !important;
}
.dark-text p, .dark-text .elementor-text-editor {
  color: #64748b !important;
}/* End custom CSS */