/* AzLiderQrup - Main Stylesheet */
:root {
  --navy: #0d1922;
  --navy-light: #152a3a;
  --green: #00AC50;
  --green-dark: #009648;
  --green-light: #e6f9ef;
  --blue-accent: #3b82f6;
  --blue-light: #dbeafe;
  --text: #1e293b;
  --text-muted: #64748b;
  --bg: #f8fafc;
  --white: #ffffff;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 4px 24px rgba(11, 22, 34, 0.08);
  --shadow-lg: 0 12px 40px rgba(11, 22, 34, 0.12);
  --font: 'Artegra Sans', 'Segoe UI', system-ui, sans-serif;
  --transition: 0.25s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font) !important;
  font-weight: 400;
  font-size: 1rem;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Tipografiya — Artegra Sans Alt */
h1, h2, h3, h4, h5, h6 { font-family: var(--font); line-height: 1.2; }

.logo,
.logo .logo-text {
  font-weight: var(--logo-font-weight, 600);
  letter-spacing: -0.02em;
}

.nav-main a { font-weight: 500; }

.hero-badge,
.badge-premium,
.label-green,
.product-brand,
.filter-pill { font-weight: 600; }

.hero-slide-content h1,
.hero h1 { font-weight: 800; letter-spacing: -0.03em; }

.section-header h2,
.distribution-content h2,
.brand-showcase h2,
.about-grid > h2 { font-weight: 700; letter-spacing: -0.02em; }

.section-header p,
.hero p,
.hero-slide-content p { font-weight: 400; }

h3, .product-body h3,
.brand-profile-card h3,
.mission-card h3,
.feature-item h4 { font-weight: 600; }

.btn { font-weight: 600; letter-spacing: 0.01em; }

.link-arrow { font-weight: 600; }

.footer-bottom,
.footer-brand p,
.product-body p,
.brand-profile-card p { font-weight: 400; }

.experience-badge .num { font-weight: 800; }
.experience-badge .label { font-weight: 700; }

.distribution-badge { font-weight: 800; }

.admin-topbar h1,
.login-card h1 { font-weight: 700; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition), opacity var(--transition); }
ul { list-style: none; }

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--green);
  color: var(--white);
}
.btn-primary:hover { background: var(--green-dark); box-shadow: 0 8px 24px rgba(0, 177, 89, 0.35); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.6);
}
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
.btn-blue {
  background: var(--blue-light);
  color: #1e40af;
}
.btn-blue:hover { background: #bfdbfe; }
.btn-sm { padding: 8px 18px; font-size: 0.875rem; }

.link-arrow {
  color: var(--green);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.link-arrow:hover { gap: 8px; }

/* Header — həmişə yuxarıda sabit (pin) */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  padding: 18px 24px 18px var(--page-gutter-left, 3cm);
  transition: background var(--transition), box-shadow var(--transition);
}
.site-header.solid,
.site-header.scrolled,
.site-header:not(.transparent) {
  background: var(--navy);
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: var(--page-gutter-left, 3cm);
  padding-right: 24px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.site-header.transparent:not(.scrolled) {
  background: linear-gradient(180deg, rgba(13,25,34,0.88) 0%, transparent 100%);
  box-shadow: none;
}
.site-header .header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.logo {
  grid-column: 1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.35rem;
  color: var(--white);
  white-space: nowrap;
  min-height: 42px;
}
.logo--image {
  min-height: 48px;
}
.logo-combined {
  display: block;
  height: 48px;
  width: auto;
  max-width: min(280px, 42vw);
  object-fit: contain;
  object-position: left center;
}
.logo-text {
  display: block;
  line-height: 1;
  padding-top: 0.06em;
}
.nav-main {
  grid-column: 2;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 32px;
}
.header-actions {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-main a {
  color: rgba(255,255,255,0.9);
  font-weight: 500;
  font-size: 0.95rem;
  position: relative;
  padding-bottom: 4px;
}
.nav-main a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--green);
  transition: width var(--transition);
}
.nav-main a:hover::after,
.nav-main a.active::after { width: 100%; }
.search-btn {
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  padding: 8px;
  opacity: 0.9;
}
.search-btn:hover { opacity: 1; }
/* Hero carousel */
.hero-carousel {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  background: var(--navy);
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}
.hero-slide.active { opacity: 1; pointer-events: auto; z-index: 1; }
.hero-slide-fallback { background-image: url('https://images.unsplash.com/photo-1607623814075-e51df1bdc82f?w=1920&q=80'); }
.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13,25,34,0.92) 0%, rgba(13,25,34,0.45) 100%);
}
.hero-carousel .hero-slide-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 140px 24px 100px var(--page-gutter-left, 3cm);
  text-align: left;
}
.hero-slide-content h1 {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  max-width: 700px;
  margin-bottom: 20px;
}
.hero-slide-content p {
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
  max-width: 560px;
  margin-bottom: 32px;
}
.hero-dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}
.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.6);
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.hero-dot.active { background: var(--green); border-color: var(--green); }
.hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
}
.hero-prev { left: 24px; }
.hero-next { right: 24px; }
.hero-nav:hover { background: var(--green); }

/* Brand profile cards */
.brand-profiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
.brand-profile-card {
  background: var(--white);
  border: 2px solid #e2e8f0;
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
  cursor: pointer;
}
.brand-profile-card:hover,
.brand-profile-card.active {
  border-color: var(--green);
  box-shadow: 0 8px 32px rgba(0, 172, 80, 0.15);
  transform: translateY(-4px);
}
.brand-profile-logo {
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.brand-profile-logo img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.brand-profile-logo span { font-size: 2rem; font-weight: 800; color: var(--green); }
.brand-profile-logo.all-brands { background: var(--green); color: #fff; font-size: 1.75rem; }
.brand-profile-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 6px; }
.brand-profile-card p { font-size: 0.85rem; color: var(--text-muted); }
.empty-msg { grid-column: 1 / -1; text-align: center; color: var(--text-muted); padding: 48px; }

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
}

/* Hero */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: var(--navy) center/cover no-repeat;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,22,34,0.92) 0%, rgba(11,22,34,0.5) 60%, rgba(11,22,34,0.3) 100%);
}
.hero-centered::before {
  background: linear-gradient(180deg, rgba(11,22,34,0.4) 0%, rgba(11,22,34,0.85) 100%);
}
.hero .container {
  position: relative;
  z-index: 1;
  padding: 140px 0 80px;
}
.hero-badge {
  display: inline-block;
  background: var(--green);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  max-width: 700px;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
.hero-centered { text-align: center; }
.hero-centered h1 { max-width: none; margin-left: auto; margin-right: auto; }
.hero-centered p { max-width: 640px; margin: 0 auto 24px; }

.hero-partners {
  position: relative;
  display: flex;
  align-items: center;
}
.hero-partners .hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13,25,34,0.92) 0%, rgba(13,25,34,0.5) 100%);
}
.hero-partners-intro {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 120px 24px 60px var(--page-gutter-left, 3cm);
  text-align: left;
}
.hero-partners-intro h1 {
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
}
.hero-partners-intro p {
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
  max-width: 560px;
}
.hero p {
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
  max-width: 560px;
  margin-bottom: 32px;
}
.hero-home {
  background-image: url('https://images.unsplash.com/photo-1607623814075-e51df1bdc82f?w=1920&q=80');
}
.hero-products {
  background-image: url('https://images.unsplash.com/photo-1529692236671-f1f6cf9683ba?w=1920&q=80');
  min-height: 55vh;
}
.hero-brands {
  background-image: url('https://images.unsplash.com/photo-1544025162-d76694265947?w=1920&q=80');
  min-height: 55vh;
}
.hero-about {
  background-image: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=1920&q=80');
  min-height: 55vh;
}

/* Sections */
.section {
  padding: 80px 0;
}
.section-white { background: var(--white); }
.section-pattern {
  background-color: var(--bg);
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23cbd5e1' fill-opacity='0.25'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}
.section-header h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.section-header p { color: var(--text-muted); }

/* Discover Feyz Grid */
.discover-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}
.discover-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 280px;
  background: var(--navy);
}
.discover-card.large { grid-row: span 2; min-height: 100%; }
.discover-card img,
.discover-card .card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discover-card .card-bg {
  background-size: cover;
  background-position: center;
}
.discover-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(11,22,34,0.95) 0%, transparent 60%);
}
.discover-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  z-index: 1;
}
.discover-card h3 {
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.discover-card p {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  margin-bottom: 12px;
}
.discover-card.halal-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 32px;
  background: var(--navy-light);
}
.discover-card.halal-card::after { display: none; }
.halal-icon {
  width: 56px;
  height: 56px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--white);
  font-size: 1.5rem;
}
.card-bg-servelat { background-image: url('https://images.unsplash.com/photo-1603048297172-c92544798d5a?w=800&q=80'); }
.card-bg-cheese { background-image: url('https://images.unsplash.com/photo-1486297678162-eb2a19b0d32e?w=600&q=80'); }

/* Distribution */
.distribution {
  background: var(--bg);
}
.distribution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.distribution-visual {
  position: relative;
  display: flex;
  justify-content: center;
  isolation: isolate;
}
.distribution-circle {
  width: min(420px, 90vw);
  height: min(420px, 90vw);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: url('https://images.unsplash.com/photo-1604719312566-8912e9227c6a?w=800&q=80') center/cover;
}
.distribution-badge {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 140px;
  height: 140px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.2;
  box-shadow: 0 8px 32px rgba(0,177,89,0.4);
  padding: 16px;
}
.distribution-badge span { font-size: 0.75rem; font-weight: 500; opacity: 0.9; }

/* Partnyorlar səhifəsinə keçid — aydın düymə hissiyatı */
a.distribution-badge.distribution-badge--link {
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.25);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease,
    outline 0.15s ease;
}
a.distribution-badge.distribution-badge--link:hover {
  transform: scale(1.08);
  filter: brightness(1.12) saturate(1.08);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28) !important;
  outline: 3px solid rgba(255, 255, 255, 0.95);
  outline-offset: 2px;
  z-index: 3;
}
a.distribution-badge.distribution-badge--link:active {
  transform: scale(0.96);
  filter: brightness(0.95);
}
a.distribution-badge.distribution-badge--link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
.label-green {
  color: var(--green);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.distribution-content h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.distribution-content > p {
  color: var(--text-muted);
  margin-bottom: 32px;
}
.feature-list { display: flex; flex-direction: column; gap: 24px; }
.feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.feature-icon {
  width: 48px;
  height: 48px;
  background: var(--green-light);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  flex-shrink: 0;
}
.feature-item h4 { font-weight: 700; margin-bottom: 4px; }
.feature-item p { color: var(--text-muted); font-size: 0.9rem; }

/* Product filters */
.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.filter-pill {
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid #e2e8f0;
  background: var(--white);
  color: var(--text);
  transition: all var(--transition);
}
.filter-pill:hover,
.filter-pill.active {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
}

/* Product grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.product-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.product-card.featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.product-card .product-img {
  aspect-ratio: 4/3;
  background: #f1f5f9;
  overflow: hidden;
  position: relative;
}
.product-card.featured .product-img { aspect-ratio: auto; min-height: 280px; }
.product-card .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.badge-premium {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--green);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  border-radius: 4px;
}
.product-body { padding: 24px; }
.product-brand {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.product-body h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.product-body p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.product-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.product-tags span {
  background: #f1f5f9;
  color: var(--text-muted);
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 6px;
}

/* Values row */
.values-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 60px;
}
.value-card {
  text-align: center;
  padding: 32px 24px;
}
.value-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: #eff6ff;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-accent);
  font-size: 1.5rem;
}
.value-card h3 { font-weight: 700; margin-bottom: 8px; }
.value-card p { color: var(--text-muted); font-size: 0.9rem; }

/* Brand showcase */
.brand-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 80px 0;
}
.brand-showcase.reverse { direction: rtl; }
.brand-showcase.reverse > * { direction: ltr; }
.brand-showcase h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  margin-bottom: 16px;
}
.brand-showcase p { color: var(--text-muted); margin-bottom: 24px; }
.brand-features { margin-bottom: 28px; }
.brand-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}
.brand-features .check { color: var(--green); font-weight: 700; }
.brand-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
  background: #e2e8f0;
}
.brand-image img { width: 100%; height: 100%; object-fit: cover; }

.brand-values-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 60px 0;
  background: var(--bg);
}
.brand-value-mini {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--shadow);
}
.brand-value-mini .icon-circle {
  width: 48px;
  height: 48px;
  background: var(--green-light);
  color: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.25rem;
}
.brand-value-mini h4 { font-weight: 700; margin-bottom: 8px; }
.brand-value-mini p { color: var(--text-muted); font-size: 0.875rem; }

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.mission-cards { display: flex; flex-direction: column; gap: 20px; }
.mission-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
}
.mission-card .card-icon { color: var(--green); font-size: 1.5rem; margin-bottom: 12px; }
.mission-card h3 { color: var(--green); font-weight: 700; margin-bottom: 8px; }
.mission-card p { color: var(--text-muted); font-size: 0.95rem; }
.about-image-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3/4;
  background: url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?w=600&q=80') center/cover;
}
.experience-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 16px 24px;
  box-shadow: var(--shadow-lg);
}
.experience-badge .num { color: var(--green); font-size: 1.75rem; font-weight: 800; }
.experience-badge .label { font-weight: 700; font-size: 0.85rem; }

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.contact-form {
  background: var(--white);
  padding: 36px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.9rem;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color var(--transition);
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--green);
}
.form-group textarea { min-height: 140px; resize: vertical; }
.alert {
  padding: 14px 18px;
  border-radius: var(--radius);
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.alert-success { background: var(--green-light); color: #065f46; }
.alert-error { background: #fef2f2; color: #991b1b; }
.contact-info h2 { font-size: 1.75rem; font-weight: 800; margin-bottom: 24px; }
.contact-info-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.contact-info-item .icon {
  width: 44px;
  height: 44px;
  background: var(--green-light);
  color: var(--green);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Footer */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.8);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
}
.footer-brand .logo,
.footer-simple .logo { margin-bottom: 12px; display: inline-block; }
.site-footer .logo-combined {
  height: 40px;
  max-width: 240px;
}
.footer-brand p { font-size: 0.9rem; opacity: 0.8; max-width: 280px; }
.footer-col h4 {
  color: var(--green);
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 0.95rem;
}
.footer-col a {
  display: block;
  margin-bottom: 10px;
  opacity: 0.75;
  font-size: 0.9rem;
}
.footer-col a:hover { opacity: 1; color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.6;
}
.footer-simple {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 32px 0;
}
.footer-simple .links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-simple .links a { opacity: 0.75; font-size: 0.9rem; }
.footer-simple .links a:hover { opacity: 1; }

/* Partnyorlar səhifəsi — dairəvi kartlar */
.partners-page-intro {
  background: var(--bg);
  padding: 48px 0 24px;
}
.partners-page-intro__inner {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}
.partners-page-intro__inner h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.partners-page-intro__text {
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 8px;
}
.partners-page-intro__cta { margin-top: 20px; }

.partners-page-grid-section {
  background: var(--white);
  padding: 24px 0 80px;
}

/* Partnyorlar karusel — tam 3 loqo görünür, geniş, sonsuz loop */
.partners-carousel {
  --pc-w: 248px;
  --pc-gap: 40px;
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(40px, 5vw, 72px);
}
.partners-carousel__viewport {
  overflow: hidden;
  /* Həmişə yalnız 3 dairə + 2 aralıq */
  width: min(100%, calc(3 * var(--pc-w) + 2 * var(--pc-gap)));
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  touch-action: pan-y pinch-zoom;
}
.partners-carousel__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: var(--pc-gap);
  padding: 36px 0 40px;
  margin: 0;
  transition: transform 0.52s cubic-bezier(0.33, 1, 0.32, 1);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.partners-carousel__item {
  flex: 0 0 var(--pc-w);
  width: var(--pc-w);
  min-width: var(--pc-w);
  max-width: var(--pc-w);
  text-align: center;
  transition: opacity 0.28s ease, transform 0.28s ease;
  opacity: 0.38;
  transform: scale(0.9);
}
.partners-carousel__item--active {
  opacity: 1 !important;
  transform: scale(1) !important;
  z-index: 1;
}
.partners-carousel__circle {
  width: var(--pc-w);
  height: var(--pc-w);
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--green-light);
  background: var(--bg);
}
.partners-carousel__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.partners-carousel__btn {
  position: absolute;
  top: calc(var(--pc-w) / 2 + 36px);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--green);
  background: var(--white);
  color: var(--green);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.partners-carousel__btn:hover {
  background: var(--green);
  color: var(--white);
  transform: translateY(-50%) scale(1.05);
}
.partners-carousel__btn--prev { left: 0; }
.partners-carousel__btn--next { right: 0; }
.partners-carousel__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.partners-carousel__detail {
  text-align: center;
  padding: 2.75rem 1rem 1rem;
  min-height: 150px;
  max-width: 44rem;
  margin: 0 auto;
}
.partners-carousel__name {
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.35;
}
.partners-carousel__desc {
  margin: 1.25rem 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1.65;
}
.partners-carousel__desc:empty { display: none; }

.partners-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 10px;
}
.partners-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--navy);
  background: transparent;
  padding: 0;
  cursor: pointer;
  opacity: 0.35;
  transition: opacity 0.2s, transform 0.2s, background 0.2s;
}
.partners-carousel__dot.is-active {
  opacity: 1;
  background: var(--navy);
  transform: scale(1.15);
}

.partners-page-empty {
  text-align: center;
  color: var(--text-muted);
  padding: 48px 16px;
  max-width: 28rem;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .partners-carousel {
    --pc-w: 210px;
    --pc-gap: 32px;
  }
}

@media (max-width: 640px) {
  .partners-carousel {
    --pc-w: 168px;
    --pc-gap: 22px;
    padding: 0 44px;
  }
  .partners-carousel__btn {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    top: calc(var(--pc-w) / 2 + 30px);
  }
}

/* Çox dar ekran: 3 loqo + 2 boşluq cəmi ≤ məzmun eni (kəsilmiş 4-cü loqo olmasın) */
@media (max-width: 420px) {
  .partners-carousel {
    --pc-w: 92px;
    --pc-gap: 12px;
    padding: 0 28px;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .discover-grid { grid-template-columns: 1fr; }
  .discover-card.large { grid-row: auto; min-height: 320px; }
  .distribution-grid,
  .brand-showcase,
  .about-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .brand-showcase.reverse { direction: ltr; }
  .product-card.featured { grid-template-columns: 1fr; }
  .values-row,
  .brand-values-mini { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-main {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy);
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }
  .nav-main.open { display: flex; }
  .menu-toggle { display: block; }
  :root { --page-gutter-left: 1.25rem; }
  .site-header { padding-left: var(--page-gutter-left); }
  .site-header .header-inner {
    grid-template-columns: 1fr auto;
    position: relative;
  }
  .nav-main {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
  .header-actions { grid-column: 2; }
  .header-actions .btn-primary { display: none; }
  .hero h1 { font-size: 2rem; }
  .section { padding: 56px 0; }
}
