:root {
  --primary: #E94D35;
  --secondary: #FF8C42;
  --accent: #6366F1;
  --bg: #0F1113;
  --card-bg: rgba(255, 255, 255, 0.03);
  --glass-bg: rgba(255, 255, 255, 0.05);
  --glass-border: rgba(255, 255, 255, 0.1);
  --text: #FDFDFD;
  --text-muted: rgba(253, 253, 253, 0.7);
  --font-base: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-heading: 'Plus Jakarta Sans', var(--font-base);
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 2rem;
  --spacing-lg: 4rem;
  --spacing-xl: 8rem;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.4), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  --blur: 20px;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg);
  color: var(--text);
  font-family: var(--font-base);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  top: -10%;
  left: -10%;
  width: 40%;
  height: 40%;
  background: radial-gradient(circle, rgba(233, 77, 53, 0.15) 0%, transparent 70%);
  z-index: -1;
  filter: blur(80px);
}

body::after {
  content: "";
  position: fixed;
  bottom: -5%;
  right: -5%;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle, rgba(255, 140, 66, 0.1) 0%, transparent 70%);
  z-index: -1;
  filter: blur(100px);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  line-height: 1.2;
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

.site-onuxusi {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
  width: 100%;
}

.site-eyowe {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-md);
}

.site-abovedu {
  padding: var(--spacing-lg) 0;
  position: relative;
}

.site-goya {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--glass-bg);
  backdrop-filter: blur(var(--blur));
  -webkit-backdrop-filter: blur(var(--blur));
  border-bottom: 1px solid var(--glass-border);
  height: 80px;
  display: flex;
  align-items: center;
}

.site-goya .site-onuxusi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-uteze {
  display: flex;
  list-style: none;
  gap: var(--spacing-md);
}

.site-uteze li a {
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--text-muted);
  position: relative;
  padding: 0.5rem 0;
}

.site-uteze li a:hover, 
.site-uteze li a.active {
  color: var(--text);
}

.site-uteze li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  transition: width 0.3s ease;
}

.site-uteze li a:hover::after {
  width: 100%;
}

.site-niza {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 100px;
}

.site-anaqip {
  font-size: clamp(2.5rem, 8vw, 5rem);
  margin-bottom: var(--spacing-sm);
  background: linear-gradient(135deg, #FFF 0%, rgba(255, 255, 255, 0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
}

.site-ijuga {
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  color: var(--text-muted);
  max-width: 800px;
  margin-bottom: var(--spacing-lg);
  line-height: 1.5;
}

.site-anaha {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--blur));
  -webkit-backdrop-filter: blur(var(--blur));
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
  overflow: hidden;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
}

.site-anaha:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(233, 77, 53, 0.3);
}

.site-xapi {
  padding: var(--spacing-md);
  flex-grow: 1;
}

.site-anaha img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid var(--glass-border);
}

.site-anaha h3 {
  margin-bottom: var(--spacing-xs);
  font-size: 1.5rem;
}

.site-anaha p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.site-meboger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  padding: 1rem 2.5rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(233, 77, 53, 0.3);
  font-size: 1.1rem;
}

.site-meboger:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(233, 77, 53, 0.5);
  filter: brightness(1.1);
}

.site-meboger:active {
  transform: scale(0.98);
}

.site-zutemo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--text);
  padding: 0.9rem 2.4rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  border: 1px solid var(--glass-border);
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  font-size: 1.1rem;
}

.site-zutemo:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--text);
}

.site-yivozaj {
  background: #08090A;
  padding: var(--spacing-xl) 0 var(--spacing-md);
  border-top: 1px solid var(--glass-border);
  margin-top: var(--spacing-xl);
}

.site-yivozaj .site-eyowe {
  justify-content: space-between;
}

.site-iyujat {
  font-size: 0.9rem;
  color: var(--text-muted);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}

.site-iyujat a:hover {
  color: var(--primary);
}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.m-0 { margin: 0; }
.mb-1 { margin-bottom: var(--spacing-xs); }
.mb-2 { margin-bottom: var(--spacing-sm); }
.mb-3 { margin-bottom: var(--spacing-md); }
.mb-4 { margin-bottom: var(--spacing-lg); }

.p-0 { padding: 0; }
.p-3 { padding: var(--spacing-md); }

.d-none { display: none; }
.d-block { display: block; }
.d-flex { display: flex; }

@media (max-width: 1024px) {
  .site-onuxusi { max-width: 90%; }
  .site-anaqip { font-size: 3.5rem; }
}

@media (max-width: 768px) {
  :root {
    --spacing-lg: 2.5rem;
    --spacing-xl: 4rem;
  }
  
  .site-goya {
    height: 70px;
  }

  .site-uteze {
    display: none; /* In a real scenario, this would trigger a mobile menu */
  }

  .site-niza {
    padding-top: 120px;
    min-height: auto;
  }

  .site-anaqip {
    font-size: 2.5rem;
  }

  .site-ijuga {
    font-size: 1rem;
  }

  .site-eyowe {
    flex-direction: column;
  }
  
  .site-meboger, .site-zutemo {
    width: 100%;
    margin-bottom: var(--spacing-sm);
  }
  
  .site-yivozaj .site-eyowe {
    gap: var(--spacing-lg);
  }
}

.site-fluid-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0.3;
  pointer-events: none;
}

.site-glass-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--spacing-md);
  width: 100%;
}