:root {
  --event-primary: color-mix(in srgb, #f97316 85%, #000 15%);
  --event-primary-dark: color-mix(in srgb, #ea580c 85%, #000 15%);
  --event-gunes: color-mix(in srgb, #eab308 85%, #000 15%);
  --event-yasil: color-mix(in srgb, #16a34a 85%, #000 15%);
  --event-mavi: color-mix(in srgb, #3b82f6 85%, #000 15%);
  --event-dark: #0f172a;
  --event-dark-soft: #1e293b;
  --event-text: #1e293b;
  --event-muted: #475569;
  --event-surface: #ffffff;
  --event-surface-alt: color-mix(in srgb, #fef7f0 85%, #9a3412 15%);
  --event-line: color-mix(in srgb, #fdba74 85%, #000 15%);
}

.site-body-home {
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(0, 146, 188, 0.7) 0%, transparent 54%),
    radial-gradient(90% 70% at 100% 18%, rgba(227, 10, 23, 0.52) 0%, transparent 52%),
    radial-gradient(120% 90% at 100% 100%, rgba(63, 156, 53, 0.7) 0%, transparent 54%),
    linear-gradient(135deg, #4eb8d2 0%, #e07078 48%, #4eab42 100%);
  background-attachment: fixed;
  color: var(--event-text);
  font-family: "Times New Roman", Times, serif;
  line-height: 1.48;
}

.site-body-home h1,
.site-body-home h2,
.site-body-home h3,
.site-body-home h4,
.site-body-home h5,
.site-body-home h6 {
  color: #0f172a;
  font-family: "Times New Roman", Times, serif;
}

.site-body-home p,
.site-body-home a,
.site-body-home button,
.site-body-home input,
.site-body-home textarea,
.site-body-home select,
.site-body-home li,
.site-body-home span {
  font-family: "Times New Roman", Times, serif;
}

.site-body-home main {
  display: block;
}

.site-body-home .site-header-home {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  padding: 0;
  background: transparent;
  border-bottom: none;
  transition: background 0.3s ease, padding 0.3s ease;
}

.site-body-home .site-header-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg,
      rgba(0, 146, 188, 0.28) 0%,
      rgba(227, 10, 23, 0.18) 48%,
      rgba(63, 156, 53, 0.26) 100%);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 146, 188, 0.18);
  box-shadow: 0 8px 24px rgba(0, 146, 188, 0.1);
}

.site-body-home .site-header-home .header-inner {
  position: relative;
  z-index: 1;
  gap: 18px;
  min-height: 56px;
  padding: 8px 0;
}

.site-body-home .brand,
.site-body-home .brand:hover,
.site-body-home .brand:visited {
  color: #0f172a;
}

.site-body-home .brand-lockup,
.site-body-home .brand-lockup-hero {
  color: #0f172a;
}

.site-body-home .brand-e {
  color: #dc2626;
}
.site-body-home .brand-tld {
  color: var(--event-primary-dark);
}

.site-body-home .nav {
  align-items: center;
  gap: 16px;
}

.site-body-home .nav a,
.site-body-home .nav .link-btn,
.site-body-home .lang-switch a {
  color: #1e293b;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.site-body-home .nav a:hover,
.site-body-home .nav .link-btn:hover,
.site-body-home .lang-switch a:hover,
.site-body-home .lang-switch a.active {
  color: var(--event-primary-dark);
}

.site-body-home .lang-switch {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 4px;
  border: 1.5px solid #fdba74;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(251, 146, 60, 0.08);
  overflow: visible;
}

.site-body-home .site-header-home .lang-switch a,
.site-body-home .site-header-home .nav .lang-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #475569 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.site-body-home .site-header-home .lang-switch a.active,
.site-body-home .site-header-home .nav .lang-switch a.active {
  background: linear-gradient(135deg, var(--event-primary), var(--event-gunes));
  color: #0f172a !important;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.22);
}

.site-body-home .site-header-home .lang-switch a:hover,
.site-body-home .site-header-home .nav .lang-switch a:hover {
  color: var(--event-primary-dark) !important;
  background: rgba(251, 146, 60, 0.1);
}

.site-body-home .site-header-home .lang-switch a.active:hover,
.site-body-home .site-header-home .nav .lang-switch a.active:hover {
  color: #0f172a !important;
  background: linear-gradient(135deg, var(--event-primary), var(--event-gunes));
}

.site-body-home .home-nav-cta,
.site-body-home .intro-btn-primary {
  border: 0;
  background: linear-gradient(135deg, var(--event-primary) 0%, var(--event-primary-dark) 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.28);
  font-weight: 800;
}

.site-body-home .home-nav-cta:hover,
.site-body-home .intro-btn-primary:hover {
  background: linear-gradient(135deg, var(--event-primary-dark), #c2410c);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(249, 115, 22, 0.36);
}

.home-mobile-toolbar,
.home-mobile-shortcuts {
  display: none;
}

.home-mobile-toolbar {
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.home-mobile-lang .lang-switch {
  padding: 3px;
}

.home-mobile-lang .lang-switch a {
  min-width: 38px;
  min-height: 32px;
  padding: 0 10px;
  font-size: 11px;
}

.home-mobile-login,
.home-mobile-register,
.home-mobile-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  transition: all 0.25s ease;
}

.home-mobile-login {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1.5px solid #fdba74;
  background: #ffffff;
  color: #0f172a;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(251, 146, 60, 0.08);
}

.home-mobile-login:hover {
  color: var(--event-primary-dark);
  background: #fff7ed;
  border-color: var(--event-primary);
}

.home-mobile-shortcuts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 8px;
}

.home-mobile-chip,
.home-mobile-register {
  min-height: 42px;
  border-radius: 16px;
  padding: 0 16px;
  backdrop-filter: blur(8px);
}

.home-mobile-chip {
  border: 1.5px solid #bfdbfe;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  color: #1e3a8a;
  font-size: 0.83rem;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 2px 10px rgba(59, 130, 246, 0.1);
}

.home-mobile-chip:hover {
  color: var(--event-mavi);
  background: #dbeafe;
  border-color: var(--event-mavi);
  transform: translateY(-1px);
}

.home-mobile-register {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, var(--event-primary), var(--event-gunes));
  color: #0f172a;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.24);
}

.home-mobile-register:hover {
  color: #0f172a;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(249, 115, 22, 0.32);
}

.site-body-home .nav-toggle {
  position: relative;
  z-index: 1;
}

.event-intro {
  position: relative;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 60px;
  padding-bottom: 16px;
  box-sizing: border-box;
  overflow: visible;
  background: transparent;
  overflow: hidden;
}

.event-intro .intro-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
}

.event-subscribe .subscribe-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(0, 146, 188, 0.22) 0%,
      rgba(227, 10, 23, 0.14) 48%,
      rgba(63, 156, 53, 0.22) 100%
    );
}

.event-intro .intro-container,
.event-subscribe .subscribe-inner {
  position: relative;
  z-index: 1;
}

.event-intro .intro-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.6vw, 20px);
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: clamp(12px, 1.4vw, 24px);
  padding-right: clamp(12px, 1.4vw, 24px);
}

/* ========= 3 BƏRABƏR SÜTUN: SOL ŞƏKİL | ORTA MƏTN | SAĞ ŞƏKİL ========= */
.hero-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 36px);
  align-items: center;
  justify-content: stretch;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.hero-col-left,
.hero-col-right {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  width: 100%;
  min-width: 0;
  padding: 0;
}

.hero-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 0;
  width: 100%;
  padding: 0 4px;
}

.intro-copy {
  width: 100%;
  max-width: 28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  text-align: center;
  margin-top: 0;
}

/* ============================================= */

/* H1: 2-HİSSƏLİ (Online / Sinaq və məktəb testləri) */
.event-intro h1,
.event-intro .home-main-title {
  margin: 0;
  color: #0f172a;
  font-family: "Raleway", system-ui, -apple-system, sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.5px;
  width: 100%;
  max-width: none;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.home-title-split .h1-online {
  display: block;
  color: var(--event-primary, #ea580c);
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.1;
  letter-spacing: 0.04em;
  margin: 0;
}

.home-title-split .h1-main {
  display: block;
  color: #0f172a;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: clamp(1.32rem, 1.9vw, 1.62rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0;
  max-width: 16em;
}

.intro-lead {
  max-width: 22rem;
  width: 100%;
  margin: 0 auto;
  color: #334155;
  font-family: "Raleway", sans-serif;
  font-size: clamp(0.92rem, 1vw, 1.02rem);
  line-height: 1.55;
  font-weight: 600;
  text-align: center;
}

/* Ticker: Yaşıl DOT → ✔ (Check) İkon */
.intro-ticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 4px 0 0;
  color: #0f172a;
  font-weight: 700;
  font-size: clamp(0.88rem, 0.95vw, 0.98rem);
}

.intro-ticker-check {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--event-yasil, #22c55e);
  color: #ffffff;
  border-radius: 999px;
  padding: 4px;
  flex: 0 0 auto;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.16);
}

.intro-ticker-check svg {
  width: 100%;
  height: 100%;
  stroke-width: 4;
}

.intro-ticker-dot { display: none; }

.intro-actions,
.subscribe-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 8px;
}

.intro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 999px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: clamp(0.82rem, 0.92vw, 0.92rem);
  text-decoration: none;
  transition: all 0.25s ease;
}

.intro-btn-secondary {
  border: 2px solid #cbd5e1;
  color: #0f172a;
  background: #ffffff;
  font-weight: 800;
  backdrop-filter: none;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.intro-btn-secondary:hover {
  background: #ffffff;
  color: var(--event-primary-dark);
  border-color: var(--event-primary);
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(251, 146, 60, 0.18);
}

/* Köhnə hero-içi inline statlar gizlənsin; 3-lü grid açıq qalsın */
.hero-col-center .intro-stats-inline,
.intro-stats-inline {
  display: none !important;
}

/* ============== HERO İÇİNDƏ 3-LÜ STAT KARTLAR ============== */
.event-intro .intro-stats.intro-stats-grid-3 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: min(920px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.home-stats-row {
  position: relative;
  padding: 12px 0 8px;
  margin: 0;
}

.home-stats-row .stats-container {
  width: 100%;
  max-width: 100%;
  padding-left: clamp(16px, 2vw, 24px);
  padding-right: clamp(16px, 2vw, 24px);
  margin: 0;
}

/* 3-lü grid (Şəkildəki kimi) */
.intro-stats-grid-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* KART - 2 SÜTUNLU: İKON SOL / MƏTN SAĞ */
.intro-stats-grid-3 .intro-stat-card-icon {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1.5px solid #e2e8f0;
  background: linear-gradient(145deg, #ffffff, #fafafa);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 0;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.intro-stats-grid-3 .intro-stat-card-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.11);
}

/* Rəng kodları */
.intro-stats-grid-3 .intro-stat-card-icon:nth-child(1) { border-color: #fed7aa; background: linear-gradient(145deg, #fff7ed, #ffffff); }
.intro-stats-grid-3 .intro-stat-card-icon:nth-child(2) { border-color: #bbf7d0; background: linear-gradient(145deg, #f0fdf4, #ffffff); }
.intro-stats-grid-3 .intro-stat-card-icon:nth-child(3) { border-color: #fde68a; background: linear-gradient(145deg, #fefce8, #ffffff); }

/* İKON - 88x88, rəngli fon */
.intro-stats-grid-3 .stat-icon-wrap {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 7px;
}

/* Mətn */
.intro-stats-grid-3 .stat-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
}

.intro-stats-grid-3 .intro-stat-value {
  display: block;
  margin: 0;
  color: #0f172a;
  font-family: "Raleway", sans-serif;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1;
}

.intro-stats-grid-3 .intro-stat-label {
  color: #334155;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  line-height: 1.2;
}

/* AÇIQLAMA SƏTRİ */
.intro-stats-grid-3 .intro-stat-desc {
  color: #64748b;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 0.72rem;
  line-height: 1.35;
  margin-top: 2px;
}

/* HERO köhnə inline stat - TAM GİZLƏT! */
.hero-col-center .intro-stats-inline {
  display: none !important;
}

/* Köhnə inline statlar üçün stil - ARTIC HERO-DA YOXDUR */
.intro-stats-inline {
  display: none !important;
}

/* HEYDƏR CAPTION KARTI: NARINCI KƏNAR, 2 SƏTRLİ (Şəkildəki kimi) */
.hero-portrait-caption {
  padding: 20px 24px;
  border-radius: 16px;
  background: #ffffff;
  border: 1.5px solid #fed7aa;
  box-shadow: 0 10px 24px rgba(234, 88, 12, 0.10);
  width: 100%;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.caption-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  text-align: center;
}

.hero-portrait-caption .caption-name {
  color: #9a3412;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  line-height: 1.1;
  letter-spacing: 0.2px;
  display: block;
}

.hero-portrait-caption .caption-role {
  color: #ea580c;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  letter-spacing: 2.5px;
  line-height: 1.1;
  text-transform: uppercase;
  display: block;
}

.site-body-home .section-header {
  margin-bottom: 30px;
  padding-bottom: 14px;
  position: relative;
  text-align: center;
}

.site-body-home .section-header::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 4px;
  background: var(--event-primary);
  transform: translateX(-50%);
}

.site-body-home .section-header h2 {
  margin-bottom: 12px;
  font-size: clamp(1.38rem, 2.2vw, 1.65rem);
  text-transform: none;
  font-weight: 800;
}

.site-body-home .section-header p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--event-muted);
}

.site-body-home .section-header-left {
  text-align: left;
}

.site-body-home .section-header-left::before {
  left: 0;
  transform: none;
}

.event-about,
.event-features,
.event-schedule,
.event-showcase,
.event-gallery,
.event-subjects,
.event-faq,
.event-subscribe {
  padding: 36px 0;
}

.event-features {
  padding: 28px 0 32px;
}

.event-features .section-header {
  margin-bottom: 18px;
  padding-bottom: 12px;
}

.section-with-bg {
  background: transparent;
}

.event-about {
  position: relative;
  color: #0f172a;
  background: transparent;
  padding: 56px 0;
}

.event-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      120deg,
      rgba(231, 245, 250, 0.55) 0%,
      rgba(251, 232, 233, 0.42) 45%,
      rgba(232, 245, 231, 0.52) 100%
    );
}

.event-about .container {
  position: relative;
  z-index: 1;
}

.event-about .section-header h2,
.event-about .section-header p,
.event-about h3,
.event-about h4,
.event-about p {
  color: #0f172a;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.about-card {
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1.5px solid #fdba74;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(251, 146, 60, 0.08);
}

.about-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.16;
  color: var(--event-primary-dark);
}

.about-card p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.34;
  color: #334155;
  font-weight: 500;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  row-gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4px 0 0;
  border: 0;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: transparent;
  border-radius: 18px;
  overflow: visible;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  position: relative;
  isolation: isolate;
}

.feature-card-frame {
  position: relative;
  isolation: isolate;
  aspect-ratio: 4 / 3;
  width: 100%;
  border-radius: 16px;
  padding: 5px;
  overflow: hidden;
  background: linear-gradient(135deg, #fde68a 0%, #f97316 28%, #38bdf8 62%, #22c55e 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.65),
    0 12px 28px rgba(15, 23, 42, 0.16),
    0 0 18px rgba(251, 191, 36, 0.35);
}

.feature-card:nth-child(1) .feature-card-frame {
  background: linear-gradient(135deg, #fde68a 0%, #ea580c 40%, #facc15 100%);
  animation: portrait-glow-gold 3.4s ease-in-out infinite;
}
.feature-card:nth-child(2) .feature-card-frame {
  background: linear-gradient(135deg, #93c5fd 0%, #2563eb 45%, #38bdf8 100%);
  animation: portrait-glow-blue 3.4s ease-in-out infinite;
  animation-delay: 0.4s;
}
.feature-card:nth-child(3) .feature-card-frame {
  background: linear-gradient(135deg, #86efac 0%, #16a34a 45%, #facc15 100%);
  animation: portrait-glow-gold 3.4s ease-in-out infinite;
  animation-delay: 0.8s;
}
.feature-card:nth-child(4) .feature-card-frame {
  background: linear-gradient(135deg, #fda4af 0%, #e11d48 40%, #f97316 100%);
  animation: portrait-glow-blue 3.4s ease-in-out infinite;
  animation-delay: 1.2s;
}

.feature-card-frame::before {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: 2;
  border-radius: 11px;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    inset 0 0 16px rgba(255, 255, 255, 0.12);
}

.feature-card-frame::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -45%;
  width: 40%;
  height: 160%;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 35%,
    rgba(255, 255, 255, 0.62) 50%,
    rgba(255, 255, 255, 0.08) 65%,
    transparent 100%
  );
  animation: portrait-shine 4.2s ease-in-out infinite;
}

.feature-card-frame img,
.feature-card img {
  position: absolute;
  inset: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: contain;
  object-position: center;
  border-radius: 11px;
  display: block;
  background: #fff7ed;
  flex: none;
  transform: none;
}

.feature-card-overlay {
  padding: 12px 4px 4px;
  background: transparent;
  border-top: 0;
  flex: 1 1 auto;
}

.feature-card-overlay h3,
.feature-card-overlay p {
  color: #0f173e;
  overflow-wrap: anywhere;
}

.feature-card-overlay h3 {
  margin: 0 0 6px;
  line-height: 1.25;
  font-size: 1.02rem;
  color: #0b1352;
}

.feature-card:nth-child(1) .feature-card-overlay h3 { color: #92400e; }
.feature-card:nth-child(2) .feature-card-overlay h3 { color: #1e3a8a; }
.feature-card:nth-child(3) .feature-card-overlay h3 { color: #064e3b; }
.feature-card:nth-child(4) .feature-card-overlay h3 { color: #831843; }

.feature-card-overlay p {
  margin: 0;
  line-height: 1.45;
  font-size: 0.88rem;
  color: #334155;
}

.schedule-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.schedule-item-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
  padding: 22px 20px;
  border: 1px solid var(--event-line);
  background: #fff;
}

.schedule-time {
  color: var(--event-primary);
  font-size: 1.8rem;
  font-weight: 800;
  font-family: "Times New Roman", Times, serif;
  line-height: 1;
}

.schedule-content h4 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  line-height: 1.16;
}

.schedule-content p {
  margin: 0;
  color: #445079;
  font-size: 0.92rem;
  line-height: 1.36;
}

.event-showcase {
  background: transparent;
}

.showcase-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.showcase-shell {
  display: grid;
  gap: 18px;
}

.showcase-cards-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.showcase-card {
  min-height: 138px;
  padding: 18px 16px;
  border: 1px solid var(--event-line);
  background: var(--event-surface);
  box-shadow: 0 10px 24px rgba(12, 20, 40, 0.05);
}

.showcase-card h3 {
  margin: 0 0 6px;
  line-height: 1.2;
  font-size: 0.98rem;
}

.showcase-card p {
  margin: 0;
  color: #58627f;
  line-height: 1.34;
  font-size: 0.84rem;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(8, minmax(180px, 1fr));
  gap: 6px;
  overflow-x: auto;
  padding: 0 20px;
}

.gallery-card {
  margin: 0;
  overflow: hidden;
  min-height: 220px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-card:hover img {
  transform: scale(1.06);
}

.subject-grid-event {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  max-width: 980px;
  margin: 0 auto;
}

.subject-card-event {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 10px 8px;
  text-align: center;
  border: 1px solid var(--event-line);
  border-radius: 10px;
  background: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  color: #152b79;
  overflow-wrap: anywhere;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.subject-card-event:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(21, 43, 121, 0.1);
  border-color: #bfc8ee;
}

.subject-card-event span {
  display: block;
  line-height: 1.22;
}

.faq-list {
  max-width: none;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event-faq .container {
  width: min(1100px, calc(100% - 40px));
}

.faq-item {
  border: 1.5px solid color-mix(in srgb, #fdba74 85%, #000 15%);
  border-radius: 14px;
  background: color-mix(in srgb, #fffdf8 92%, #fff 8%);
  box-shadow: 0 8px 20px rgba(154, 52, 18, 0.08);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 52px 16px 20px;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--event-primary);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-body {
  padding: 0 20px 16px 20px;
}

.faq-body p,
.faq-body ul {
  margin: 0 0 10px;
}

.faq-body ul {
  padding-left: 20px;
  color: #334155;
}

.event-subscribe {
  position: relative;
  background: transparent;
}

.subscribe-inner {
  display: block;
  max-width: 780px;
  padding: 0;
}

.event-subscribe .section-header h2,
.event-subscribe .section-header p {
  color: #0f172a;
}

.event-subscribe .section-header {
  margin-bottom: 0;
}

.event-subscribe .section-header h2 {
  margin-bottom: 6px;
  line-height: 1.08;
}

.event-subscribe .section-header p {
  line-height: 1.36;
  color: #334155;
  font-weight: 600;
}

.site-body-home .site-footer-home {
  padding: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  background: transparent;
  color: #0f172a;
  border-top: 0;
  box-shadow: none;
}

.site-footer-home .footer-grid-home {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 28px;
}

.site-footer-home .footer-grid-home h4 {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--event-primary);
  color: #0f172a;
  font-size: 0.95rem;
  text-transform: uppercase;
  font-weight: 900;
}

.site-footer-home .footer-grid-home a,
.site-footer-home .footer-grid-home .muted {
  display: block;
  margin-bottom: 10px;
  color: #334155;
  font-weight: 600;
}

.site-footer-home .footer-grid-home a:hover {
  color: var(--event-primary-dark);
}

.site-footer-home .footer-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 14px 32px;
  color: #0f172a;
  font-size: 0.92rem;
  line-height: 1.4;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  box-sizing: border-box;
}

.site-footer-home .footer-bar .copyright,
.site-footer-home .footer-bar .credits,
.site-footer-home .footer-bar .credits-row {
  color: #0f172a !important;
}
.site-footer-home .wa-chip {
  color: #fff !important;
}

@media (max-width: 1100px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 22px;
    row-gap: 28px;
    padding: 6px 2px;
  }

  .subject-grid-event {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 860px;
  }

  .subject-card-event {
    min-height: 64px;
    padding: 8px 6px;
    font-size: 0.82rem;
  }

  .schedule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-intro .intro-container,
  .site-footer-home .footer-grid-home {
    grid-template-columns: 1fr;
  }

  .about-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-cards-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-body-home .site-header-home {
    padding: 0;
  }

  .site-body-home .header-inner-guest-home {
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .site-body-home .header-inner-guest-home .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .site-body-home .header-inner-guest-home .home-mobile-toolbar {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .site-body-home .nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    background:
      linear-gradient(160deg, #ffffff 0%, #e7f5fa 32%, #fbe8e9 66%, #e8f5e7 100%);
    border: 1.5px solid rgba(0, 146, 188, 0.28);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(0, 146, 188, 0.14);
  }

  .site-body-home .nav.open {
    display: flex;
  }

  .site-body-home .nav .lang-switch {
    align-self: center;
    margin: 6px 0 10px;
  }

  .site-body-home .header-inner-guest-home .nav-toggle,
  .site-body-home .header-inner-guest-home .nav {
    display: none !important;
  }

  .site-body-home .home-mobile-shortcuts {
    display: grid;
  }

  .subscribe-inner,
  .schedule-item-card {
    grid-template-columns: 1fr;
    display: grid;
  }
}

@media (max-width: 640px) {
  .event-about,
  .event-features,
  .event-schedule,
  .event-showcase,
  .event-gallery,
  .event-subjects,
  .event-faq,
  .event-subscribe {
    padding: 42px 0;
  }

  .event-gallery {
    padding-bottom: 32px;
  }

  .event-subjects {
    padding-top: 36px;
  }

  .event-subscribe {
    padding: 14px 0 10px;
  }

  .site-body-home .section-header {
    margin-bottom: 22px;
    padding-bottom: 12px;
  }

  .site-body-home .section-header h2 {
    margin-bottom: 8px;
    font-size: 1.38rem;
  }

  .site-body-home .section-header p {
    font-size: 0.94rem;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
    row-gap: 22px;
    padding: 4px 2px;
  }

  .showcase-cards {
    grid-template-columns: 1fr;
  }

  .schedule-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .schedule-item-card {
    gap: 8px;
    padding: 16px 14px;
  }

  .schedule-time {
    font-size: 1.45rem;
  }

  .schedule-content h4 {
    margin-bottom: 4px;
    font-size: 0.96rem;
  }

  .schedule-content p {
    font-size: 0.8rem;
    line-height: 1.28;
  }

  .about-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .about-card {
    padding: 14px 12px;
  }

  .about-card h3 {
    margin-bottom: 4px;
    font-size: 0.92rem;
  }

  .about-card p {
    font-size: 0.76rem;
    line-height: 1.26;
  }

  .feature-card {
    border-radius: 14px;
    border-width: 1.5px;
  }

  .feature-card:hover,
  .feature-card:focus-visible,
  .feature-card:active {
    transform: translateY(-3px) scale(1.028);
    z-index: 5;
    border-width: 2px;
  }

  .feature-card img {
    aspect-ratio: 4 / 3;
  }

  .feature-card:hover img,
  .feature-card:active img,
  .feature-card:focus-visible img {
    transform: scale(1.03);
  }

  .feature-card-overlay {
    padding: 12px 12px 14px;
  }

  .feature-card-overlay h3 {
    margin-bottom: 3px;
    font-size: 0.92rem;
  }

  .feature-card-overlay p {
    font-size: 0.78rem;
    line-height: 1.32;
  }

  .showcase-grid {
    gap: 12px;
  }

  .showcase-card {
    min-height: 124px;
    padding: 14px 12px;
  }

  .showcase-card h3 {
    margin-bottom: 4px;
    font-size: 0.9rem;
  }

  .showcase-card p {
    font-size: 0.76rem;
    line-height: 1.26;
  }

  .showcase-cards-wide {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .event-subscribe .section-header {
    margin-bottom: 0;
    padding-bottom: 6px;
  }

  .event-subscribe .section-header h2 {
    margin-bottom: 2px;
    font-size: 1.34rem;
  }

  .event-subscribe .section-header p {
    font-size: 0.8rem;
    line-height: 1.22;
  }

  .site-footer-home .footer-bar {
    gap: 8px;
    padding: 10px 12px 12px;
    font-size: 0.82rem;
  }

  .subject-grid-event {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
  }

  .subject-card-event {
    min-height: 56px;
    padding: 6px 4px;
    font-size: 0.78rem;
    border-radius: 8px;
  }

  .gallery-strip {
    grid-template-columns: repeat(8, minmax(240px, 1fr));
    padding: 0 12px;
  }

  .event-intro .intro-container {
    padding-top: 8px;
    padding-bottom: 16px;
  }

  .intro-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .intro-stat-card {
    min-height: 108px;
    padding: 14px 10px;
  }

  .intro-stat-value {
    margin-bottom: 6px;
    font-size: 1.15rem;
  }

  .intro-stat-label {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .intro-actions,
  .subscribe-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 420px) {
  .event-about,
  .event-features,
  .event-schedule,
  .event-showcase,
  .event-gallery,
  .event-subjects,
  .event-faq,
  .event-subscribe {
    padding: 34px 0;
  }

  .event-gallery {
    padding-bottom: 26px;
  }

  .event-subjects {
    padding-top: 30px;
  }

  .event-subscribe {
    padding: 10px 0 8px;
  }

  .site-body-home .section-header {
    margin-bottom: 18px;
    padding-bottom: 10px;
  }

  .site-body-home .section-header h2 {
    font-size: 1.62rem;
  }

  .site-body-home .section-header p {
    font-size: 0.88rem;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 14px;
    row-gap: 18px;
    padding: 3px 1px;
  }

  .feature-card {
    border-radius: 12px;
    border-width: 1.5px;
  }

  .feature-card:hover,
  .feature-card:focus-visible,
  .feature-card:active {
    transform: translateY(-2px) scale(1.025);
    z-index: 5;
    border-width: 2px;
  }

  .feature-card img {
    aspect-ratio: 1 / 1;
  }

  .feature-card:hover img,
  .feature-card:active img,
  .feature-card:focus-visible img {
    transform: scale(1.03);
  }

  .about-cards {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .schedule-item-card {
    padding: 14px 12px;
  }

  .schedule-time {
    font-size: 1.24rem;
  }

  .schedule-content h4 {
    font-size: 0.88rem;
  }

  .schedule-content p {
    font-size: 0.74rem;
    line-height: 1.22;
  }

  .about-card {
    padding: 12px 10px;
  }

  .about-card h3 {
    font-size: 0.84rem;
  }

  .about-card p {
    font-size: 0.7rem;
    line-height: 1.22;
  }

  .feature-card-overlay {
    padding: 10px 10px 11px;
  }

  .feature-card-overlay h3 {
    font-size: 0.84rem;
    margin-bottom: 2px;
  }

  .feature-card-overlay p {
    font-size: 0.7rem;
    line-height: 1.22;
  }

  .showcase-card {
    min-height: 110px;
    padding: 12px 10px;
  }

  .showcase-card h3 {
    font-size: 0.84rem;
  }

  .showcase-card p {
    font-size: 0.7rem;
    line-height: 1.2;
  }

  .showcase-cards-wide {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .event-subscribe .section-header {
    padding-bottom: 4px;
  }

  .event-subscribe .section-header h2 {
    margin-bottom: 2px;
    font-size: 1.16rem;
  }

  .event-subscribe .section-header p {
    font-size: 0.72rem;
    line-height: 1.18;
  }

  .site-footer-home .footer-bar {
    padding: 8px 10px 10px;
    font-size: 0.72rem;
  }

  .site-body-home .header-inner-guest-home {
    gap: 8px;
  }

  .home-mobile-toolbar {
    gap: 8px;
  }

  .home-mobile-login {
    min-height: 36px;
    padding: 0 13px;
    font-size: 0.82rem;
  }

  .home-mobile-lang .lang-switch a {
    min-width: 34px;
    min-height: 30px;
    padding: 0 8px;
  }

  .home-mobile-shortcuts {
    gap: 8px;
  }

  .intro-stats {
    gap: 8px;
  }

  .intro-stat-card {
    min-height: 96px;
    padding: 12px 8px;
  }

  .intro-stat-value {
    font-size: 1rem;
  }

  .intro-stat-label {
    font-size: 0.64rem;
  }

  .home-mobile-chip,
  .home-mobile-register {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .event-intro .intro-container {
    padding-top: 8px;
    padding-bottom: 14px;
  }

  .subject-grid-event {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  .subject-card-event {
    min-height: 52px;
    padding: 5px 3px;
    font-size: 0.76rem;
    border-radius: 7px;
  }
}

/* ======================================================= */
/* 🔥 PREZİDENT PORTRƏ BLOKLARI                           */
/*    Real shekil olculerine UYQUN:                         */
/*    heydar-aliyev.jpg = 800x480 = aspect 1.67 (5/3)      */
/*    ilham-aliyev-sitat.jpg = 534x423 = aspect 1.26 (ENLI)*/
/* ======================================================= */

.hero-portrait {
  position: static !important;
  z-index: 1;
  pointer-events: auto;
}

/* ---------- PREZİDENT ÇƏRÇİVƏLƏRİ: eyni ölçü, doldurulmuş şəkil, parıltı ---------- */
.hero-portrait-left {
  left: auto !important;
  bottom: auto !important;
  width: 100% !important;
  max-width: 100%;
}

.hero-portrait-frame,
.hero-sitat-frame {
  position: relative;
  isolation: isolate;
  aspect-ratio: 5 / 3;
  width: min(100%, 22rem);
  max-width: 22rem;
  height: auto;
  margin-inline: auto;
  border-radius: 18px;
  padding: 5px;
  background: linear-gradient(135deg, color-mix(in srgb, #fde68a 85%, #000 15%) 0%, color-mix(in srgb, #f97316 85%, #000 15%) 22%, color-mix(in srgb, #0092d0 85%, #000 15%) 52%, color-mix(in srgb, #ed2939 85%, #000 15%) 78%, color-mix(in srgb, #009a44 85%, #000 15%) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.65),
    0 14px 36px rgba(15, 23, 42, 0.18),
    0 0 22px rgba(251, 191, 36, 0.4);
  overflow: hidden;
  animation: portrait-glow-gold 3.4s ease-in-out infinite;
}

.hero-sitat-frame {
  background: linear-gradient(135deg, color-mix(in srgb, #93c5fd 85%, #000 15%) 0%, color-mix(in srgb, #1d4ed8 85%, #000 15%) 28%, color-mix(in srgb, #fbbf24 85%, #000 15%) 58%, color-mix(in srgb, #16a34a 85%, #000 15%) 100%);
  animation-name: portrait-glow-blue;
}

.hero-portrait-frame::before,
.hero-sitat-frame::before {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: 2;
  border-radius: 13px;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    inset 0 0 18px rgba(255, 255, 255, 0.12);
}

.hero-portrait-frame::after,
.hero-sitat-frame::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -45%;
  width: 40%;
  height: 160%;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 35%,
    rgba(255, 255, 255, 0.62) 50%,
    rgba(255, 255, 255, 0.08) 65%,
    transparent 100%
  );
  animation: portrait-shine 4.2s ease-in-out infinite;
}

@keyframes portrait-glow-gold {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.5),
      0 10px 28px rgba(15, 23, 42, 0.16),
      0 0 14px rgba(251, 191, 36, 0.28);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.95),
      0 16px 40px rgba(15, 23, 42, 0.2),
      0 0 34px rgba(251, 191, 36, 0.75),
      0 0 60px rgba(249, 115, 22, 0.35);
  }
}

@keyframes portrait-glow-blue {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.5),
      0 10px 28px rgba(15, 23, 42, 0.16),
      0 0 14px rgba(56, 189, 248, 0.28);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.95),
      0 16px 40px rgba(15, 23, 42, 0.2),
      0 0 34px rgba(56, 189, 248, 0.7),
      0 0 60px rgba(37, 99, 235, 0.35);
  }
}

@keyframes portrait-shine {
  0% { transform: translateX(0) rotate(16deg); opacity: 0; }
  12% { opacity: 0.9; }
  40% { opacity: 0.12; }
  55%, 100% { transform: translateX(430%) rotate(16deg); opacity: 0; }
}

.hero-portrait-img,
.hero-sitat-img {
  position: absolute;
  inset: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: cover;
  border-radius: 13px;
  display: block;
  filter: saturate(1.08) contrast(1.05);
  transform: none;
}

.hero-portrait-img { object-position: 42% 18%; }
.hero-sitat-img { object-position: 50% 22%; }

.portrait-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 2.6rem;
  background: linear-gradient(135deg, #ffedd5, #fdba74);
  color: #9a3412;
  border-radius: 13px;
}

.hero-portrait-right {
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* ---------- HERO MEZMUNUN ÜST SEVİYYƏSİ ---------- */
.event-intro .intro-container {
  position: relative;
  z-index: 10;
}

.event-intro .intro-copy,
.event-intro .intro-stats {
  position: relative;
  z-index: 10;
}

/* ----------------- RESPONSIVE - NÜMUNƏ DİZAYNA UYĞUN ----------------- */

@media (max-width: 1280px) {
  .event-intro .intro-container {
    padding-top: 8px;
    padding-bottom: 16px;
    padding-left: clamp(16px, 2vw, 24px);
    padding-right: clamp(16px, 2vw, 24px);
  }
  .hero-main-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) minmax(0, 1fr);
    gap: clamp(14px, 2vw, 28px);
    max-width: 100%;
    margin: 0;
  }
  .hero-col-left,
  .hero-col-right { padding: 0; }
  .hero-col-center { padding: 0; }
  .intro-copy { gap: 12px; }
  .home-title-split .h1-online { font-size: clamp(1.02rem, 1.3vw, 1.18rem); }
  .home-title-split .h1-main   { font-size: clamp(1.32rem, 1.9vw, 1.58rem); letter-spacing: -0.02em; }
  .intro-lead { font-size: clamp(0.92rem, 1vw, 1.02rem); line-height: 1.55; }
  .intro-ticker { font-size: clamp(0.88rem, 0.95vw, 0.96rem); }
  .intro-ticker-check { width: 22px; height: 22px; }
  .intro-actions { gap: 12px; margin-top: 6px; }
  .intro-btn { min-height: 42px; padding: 10px 20px; }
  /* ========== AYRI STAT BÖLMƏSİ (home-stats-row) RESPONSIVE 1280px ========== */
  .home-stats-row { padding: 10px 0 6px; }
  .home-stats-row .stats-container {
    padding-left: clamp(16px, 2vw, 24px);
    padding-right: clamp(16px, 2vw, 24px);
  }
  .home-stats-row .intro-stats-grid-3 { gap: 20px; }
  .home-stats-row .intro-stats-grid-3 .intro-stat-card-icon {
    min-height: 120px; padding: 16px 18px; gap: 14px;
  }
  .home-stats-row .intro-stats-grid-3 .stat-icon-wrap {
    width: 76px; height: 76px; flex: 0 0 76px;
  }
  .home-stats-row .intro-stats-grid-3 .intro-stat-value {
    font-size: clamp(1.45rem, 1.8vw, 1.7rem);
  }
  .home-stats-row .intro-stats-grid-3 .intro-stat-label {
    font-size: clamp(0.9rem, 1vw, 1rem);
  }
  .home-stats-row .intro-stats-grid-3 .intro-stat-desc {
    font-size: clamp(0.84rem, 0.9vw, 0.9rem); line-height: 1.4; margin-top: 0;
  }
  .hero-portrait-caption { padding: 16px 18px; }
  .hero-portrait-caption .caption-name { font-size: clamp(1.1rem, 1.5vw, 1.5rem); }
  .hero-portrait-caption .caption-role { font-size: clamp(0.9rem, 1.05vw, 1.1rem); }
  .event-intro .intro-stats.intro-stats-grid-3 { gap: 20px; }
  .event-intro .intro-stats-grid-3 .intro-stat-card-icon {
    min-height: 120px; padding: 16px 18px; gap: 14px;
  }
  .event-intro .intro-stats-grid-3 .stat-icon-wrap {
    width: 76px; height: 76px; flex: 0 0 76px;
  }
}

@media (max-width: 1024px) {
  .event-intro .intro-container {
    padding-top: 8px;
    padding-bottom: 14px;
    padding-left: clamp(16px, 2vw, 20px);
    padding-right: clamp(16px, 2vw, 20px);
  }
  .hero-main-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) minmax(0, 1fr);
    gap: 14px;
  }
  .hero-col-left,
  .hero-col-right { padding: 0; }
  .hero-col-center { padding: 0; }
  .intro-copy { gap: 12px; }
  .home-title-split { gap: 6px; }
  .home-title-split .h1-online { font-size: clamp(1rem, 1.3vw, 1.15rem); }
  .home-title-split .h1-main   { font-size: clamp(1.28rem, 1.8vw, 1.52rem); letter-spacing: -0.02em; }
  .intro-lead { font-size: clamp(0.9rem, 0.98vw, 1rem); line-height: 1.55; }
  .intro-ticker { gap: 10px; }
  .intro-ticker-check { width: 20px; height: 20px; }
  .intro-actions { gap: 12px; margin-top: 6px; }
  .intro-btn { min-height: 42px; padding: 9px 18px; }
  .hero-portrait-caption { padding: 13px 14px; border-radius: 14px; }
  .caption-block { gap: 6px; }
  .hero-portrait-caption .caption-name { font-size: clamp(1rem, 1.3vw, 1.3rem); }
  .hero-portrait-caption .caption-role { font-size: clamp(0.8rem, 0.95vw, 1rem); letter-spacing: 1.8px; }
  .hero-sitat-frame, .hero-portrait-frame { padding: 4px; border-radius: 13px; }
  .hero-sitat-img, .hero-portrait-img { border-radius: 10px; inset: 4px; width: calc(100% - 8px); height: calc(100% - 8px); }
  .event-intro .intro-stats.intro-stats-grid-3 { gap: 14px; }
  /* ========== AYRI STAT BÖLMƏSİ (home-stats-row) RESPONSIVE 1024px ========== */
  .home-stats-row { padding: 10px 0 6px; }
  .home-stats-row .stats-container {
    padding-left: clamp(16px, 2vw, 20px);
    padding-right: clamp(16px, 2vw, 20px);
  }
  .home-stats-row .intro-stats-grid-3 { gap: 14px; }
  .home-stats-row .intro-stats-grid-3 .intro-stat-card-icon {
    min-height: 108px; padding: 14px 14px; gap: 12px; border-radius: 15px;
  }
  .home-stats-row .intro-stats-grid-3 .stat-icon-wrap {
    width: 66px; height: 66px; flex: 0 0 66px; border-radius: 12px; padding: 10px;
  }
  .home-stats-row .intro-stats-grid-3 .intro-stat-value {
    font-size: clamp(1.4rem, 1.7vw, 1.6rem);
  }
  .home-stats-row .intro-stats-grid-3 .intro-stat-label {
    font-size: clamp(0.9rem, 0.98vw, 0.98rem);
  }
  .home-stats-row .intro-stats-grid-3 .intro-stat-desc {
    font-size: clamp(0.84rem, 0.9vw, 0.9rem); line-height: 1.4; margin-top: 0;
  }
}

@media (max-width: 820px) {
  .event-intro .intro-container {
    padding-top: 6px;
    padding-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .hero-main-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    max-width: 680px;
    margin: 0 auto;
  }
  .hero-col-left,
  .hero-col-right,
  .hero-portrait {
    display: flex !important;
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
  }
  .hero-col-left { order: 1; }
  .hero-col-center { order: 2; }
  .hero-col-right { order: 3; }
  .hero-portrait-frame,
  .hero-sitat-frame {
    width: min(100%, 20rem) !important;
    max-width: 20rem !important;
  }
  .hero-col-center { gap: 24px; padding: 0; }
  .intro-copy { gap: 12px; }
  .home-title-split { gap: 6px; }
  .home-title-split .h1-online { font-size: 1.02rem; }
  .home-title-split .h1-main   { font-size: 1.42rem; letter-spacing: -0.02em; }
  .intro-lead {
    font-size: 0.94rem;
    line-height: 1.55;
  }
  .intro-ticker { gap: 10px; margin-top: 0; font-size: 0.9rem; }
  .intro-ticker-check { width: 20px; height: 20px; }
  .intro-actions { gap: 12px; margin-top: 4px; }
  .intro-btn { min-height: 42px; padding: 9px 18px; font-size: 0.85rem; }
  .event-intro .intro-stats.intro-stats-grid-3 {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
  .event-intro .intro-stats-grid-3 .intro-stat-card-icon {
    min-height: 100px;
    padding: 14px 15px;
    gap: 14px;
  }
  /* ========== AYRI STAT BÖLMƏSİ (home-stats-row) RESPONSIVE 820px (MOBİL) ========== */
  .home-stats-row { padding: 10px 0 4px; }
  .home-stats-row .stats-container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .home-stats-row .intro-stats-grid-3 {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
  .home-stats-row .intro-stats-grid-3 .intro-stat-card-icon {
    min-height: 100px;
    padding: 14px 15px;
    gap: 14px;
    border-radius: 14px;
  }
  .home-stats-row .intro-stats-grid-3 .stat-icon-wrap {
    width: 64px; height: 64px; flex: 0 0 64px; border-radius: 12px; padding: 10px;
  }
  .home-stats-row .intro-stats-grid-3 .stat-text-wrap { gap: 5px; }
  .home-stats-row .intro-stats-grid-3 .intro-stat-value {
    font-size: clamp(1.35rem, 4.5vw, 1.55rem);
  }
  .home-stats-row .intro-stats-grid-3 .intro-stat-label {
    font-size: clamp(0.92rem, 3.4vw, 1rem);
  }
  .home-stats-row .intro-stats-grid-3 .intro-stat-desc {
    font-size: clamp(0.84rem, 3vw, 0.9rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-portrait-frame,
  .hero-sitat-frame,
  .feature-card-frame,
  .hero-portrait-frame::after,
  .hero-sitat-frame::after,
  .feature-card-frame::after {
    animation: none;
  }
}
