/* ============================================
   Modern Override — Engaged Nation 2026
   Loads AFTER top.css to override legacy styles
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  --en-navy:       #051441;
  --en-deep:       #07122D;
  --en-mid-blue:   #4D59DA;
  --en-cyan:       #38C9F7;
  --en-grey-body:  #6a7c92;
  --en-light-bg:   #f5f8ff;
  --en-surface:    #ffffff;
  --en-border:     #e2e8f0;
  --en-text:       #313639;
  --en-gradient:   linear-gradient(135deg, #4D59DA 0%, #38C9F7 100%);
  --en-gradient-r: linear-gradient(135deg, #38C9F7 0%, #4D59DA 100%);

  --font-display:  'Bricolage Grotesque', sans-serif;
  --font-body:     'Outfit', sans-serif;

  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring:   cubic-bezier(0.34, 1.56, 0.64, 1);

  --container-max: 1280px;
  --section-pad:   clamp(60px, 8vw, 120px);
  --section-pad-sm: clamp(40px, 5vw, 80px);
}

/* ── Reset overrides ───────────────────────── */
body.modern-page {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--en-text);
  background: var(--en-surface);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modern-page h1, .modern-page h2, .modern-page h3,
.modern-page h4, .modern-page h5, .modern-page h6 {
  font-family: var(--font-display);
  color: var(--en-navy);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
}

.modern-page p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--en-grey-body);
  margin-bottom: 0;
}

.modern-page img {
  max-width: 100%;
  height: auto;
}

.modern-page section {
  position: relative;
}

/* ── Container ─────────────────────────────── */
.m-container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}

/* ── Scroll Reveal ─────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ── Hero Section ──────────────────────────── */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--en-deep);
}

.hero--compact {
  min-height: 420px;
  padding: clamp(100px, 12vw, 160px) 0 clamp(60px, 8vw, 100px);
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    #051441 0%,
    #07122D 40%,
    #0a1a3a 100%
  );
  z-index: 2;
}

.hero__content {
  position: relative;
  z-index: 3;
  padding: clamp(48px, 5vw, 72px) 0 clamp(56px, 6vw, 80px);
  max-width: 720px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--en-cyan);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}

.hero__badge::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--en-cyan);
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.4); }
}

.modern-page .hero__title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

.hero__title .gradient-text {
  background: var(--en-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__subtitle {
  font-size: clamp(16px, 1.8vw, 20px);
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 540px;
}

.hero__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  max-width: 540px;
}

.hero__list li {
  position: relative;
  padding-left: 24px;
  font-size: clamp(14px, 1.5vw, 16px);
  color: #fff;
  line-height: 1.7;
  margin-bottom: 6px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.hero__list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--en-cyan);
  font-size: 13px;
}

.hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── Geometric decoration ──────────────────── */
.hero__geo {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.hero__geo--1 {
  width: 500px;
  height: 500px;
  border: 1.5px solid rgba(77, 89, 218, 0.15);
  border-radius: 50%;
  right: -120px;
  top: -120px;
}

.hero__geo--2 {
  width: 240px;
  height: 240px;
  border: 1.5px solid rgba(56, 201, 247, 0.1);
  border-radius: 50%;
  right: 60px;
  bottom: 40px;
}

.hero::after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(77, 89, 218, 0.08) 0%, transparent 70%);
  right: -200px;
  top: -100px;
  pointer-events: none;
}

/* ── Buttons ───────────────────────────────── */
.btn-primary-en {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: var(--en-gradient);
  color: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s var(--ease-spring), box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(77, 89, 218, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-primary-en:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(77, 89, 218, 0.45);
  color: #fff;
  text-decoration: none;
}

.btn-primary-en::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-primary-en:hover::after {
  opacity: 1;
}

.btn-outline-en {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: transparent;
  color: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline-en:hover {
  border-color: var(--en-cyan);
  color: var(--en-cyan);
  background: rgba(56, 201, 247, 0.05);
  text-decoration: none;
}

.btn-dark-en {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: var(--en-navy);
  color: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s var(--ease-spring), box-shadow 0.3s ease;
  box-shadow: 0 4px 16px rgba(5, 20, 65, 0.2);
}

.btn-dark-en:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(5, 20, 65, 0.35);
  color: #fff;
  text-decoration: none;
}

/* ── Video Showcase ────────────────────────── */
.video-showcase {
  padding: var(--section-pad) 0;
  background: var(--en-surface);
  margin-top: -60px;
  position: relative;
  z-index: 4;
}

.video-showcase__header {
  text-align: center;
  margin-bottom: 56px;
}

.video-showcase__header .section-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--en-mid-blue);
  margin-bottom: 16px;
}

.video-showcase__header h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  margin-bottom: 16px;
}

.video-showcase__header p {
  max-width: 560px;
  margin: 0 auto;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.video-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--en-surface);
  border: 1px solid var(--en-border);
  transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s ease;
}

.video-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(5, 20, 65, 0.12);
}

.video-card__thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.video-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out-expo);
}

.video-card:hover .video-card__thumb img {
  transform: scale(1.05);
}

.video-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 20, 65, 0.25);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-card:hover .video-card__play {
  opacity: 1;
}

.video-card__play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  transition: transform 0.3s var(--ease-spring);
}

.video-card:hover .video-card__play-btn {
  transform: scale(1.1);
}

.video-card__play-btn i {
  color: var(--en-mid-blue);
  font-size: 20px;
  margin-left: 3px;
}

.video-card__body {
  padding: 24px 28px;
}

.video-card__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: var(--font-display);
}

.video-card__desc {
  font-size: 15px;
  color: var(--en-grey-body);
  line-height: 1.6;
}

.video-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--en-mid-blue);
  cursor: pointer;
  transition: gap 0.3s ease;
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
}

.video-card__cta:hover {
  gap: 12px;
  color: var(--en-cyan);
  text-decoration: none;
}

.video-card__cta i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.video-card__cta:hover i {
  transform: translateX(2px);
}

/* ── POD Intro Section ─────────────────────── */
.pod-intro {
  padding: var(--section-pad) 0;
  background: var(--en-light-bg);
  overflow: hidden;
}

.pod-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.pod-intro__logo {
  width: 220px;
  max-width: 220px;
  height: auto;
  margin-bottom: 24px;
  display: block;
}

.pod-intro__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--en-mid-blue);
  margin-bottom: 20px;
}

.pod-intro__label::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--en-gradient);
  border-radius: 2px;
}

.pod-intro__title {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.15;
}

.pod-intro__text {
  font-size: 17px;
  margin-bottom: 28px;
  color: var(--en-grey-body);
  line-height: 1.8;
}

.pod-intro__list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pod-intro__list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  color: var(--en-text);
  line-height: 1.6;
}

.pod-intro__list li::before {
  content: '';
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border-radius: 8px;
  background: var(--en-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: var(--en-gradient);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  mask-size: 16px;
  -webkit-mask-size: 16px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}

.pod-intro__visual {
  position: relative;
}

.pod-intro__img {
  border-radius: 24px;
  box-shadow: 0 32px 80px rgba(5, 20, 65, 0.12);
  position: relative;
  z-index: 2;
}

.pod-intro__visual::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  right: -24px;
  bottom: -24px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--en-navy) 0%, var(--en-mid-blue) 60%, var(--en-cyan) 100%);
  opacity: 0.18;
  z-index: 1;
}

.pod-intro__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}

/* ── Industries Marquee ──────────────────── */
.industries {
  padding: clamp(32px, 4vw, 56px) 0;
  background: var(--en-deep);
  overflow: hidden;
}

.industries__heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 24px;
  letter-spacing: 0.15em;
  color: var(--en-cyan);
  text-align: center;
  margin-bottom: 24px;
}

.modern-page .industries__heading {
  color: var(--en-cyan);
}

.industries__marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.industries__track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: marquee 40s linear infinite;
}

.industries__tag {
  flex-shrink: 0;
  padding: 10px 24px;
  border-radius: 100px;
  border: 1px solid rgba(56, 201, 247, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-body);
  white-space: nowrap;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.industries__tag:hover {
  background: rgba(56, 201, 247, 0.1);
  border-color: var(--en-cyan);
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── POD Banner (Hero-style) ──────────────── */
.pod-banner {
  padding: clamp(60px, 8vw, 100px) 0;
  background: linear-gradient(160deg, #051441 0%, #0a1a3a 45%, #07122D 100%);
  position: relative;
  overflow: hidden;
}

.pod-banner::before {
  content: '';
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(77, 89, 218, 0.18) 0%, transparent 70%);
  top: -300px;
  right: -300px;
  pointer-events: none;
}

.pod-banner::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 201, 247, 0.08) 0%, transparent 70%);
  bottom: -200px;
  left: -200px;
  pointer-events: none;
}

.pod-banner__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.pod-banner__logo {
  width: 280px;
  max-width: 280px;
  height: auto;
  margin-bottom: 28px;
  display: block;
}

.modern-page .pod-banner__headline {
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
}

.pod-banner__sub {
  font-size: clamp(16px, 1.2vw, 19px);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 520px;
}

.pod-banner__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.pod-banner__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pod-banner__product {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 16px;
  filter: drop-shadow(0 32px 64px rgba(0, 0, 0, 0.4));
}

/* ── Steps Section ─────────────────────────── */
.steps-section {
  padding: var(--section-pad) 0;
  background: var(--en-surface);
}

.steps-section__header {
  text-align: center;
  margin-bottom: 56px;
}

.steps-section__header h2 {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  max-width: 800px;
  margin: 0 auto;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.step-card {
  position: relative;
  background: var(--en-light-bg);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s ease;
}

.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(5, 20, 65, 0.08);
}

.step-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--en-gradient);
  color: #fff;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.step-card__img {
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(5, 20, 65, 0.08);
}

.step-card__title {
  font-size: 17px;
  font-weight: 600;
  color: var(--en-navy);
  font-family: var(--font-display);
}

/* ── Steps Detail (alternating image/text) ─── */
.steps-section__sub {
  font-size: 17px;
  color: var(--en-grey-body);
  max-width: 640px;
  margin: 16px auto 0;
  text-align: center;
  line-height: 1.7;
}

.step-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  margin-bottom: clamp(48px, 6vw, 80px);
}

.step-detail:last-child {
  margin-bottom: 0;
}

.step-detail--reversed {
  direction: rtl;
}

.step-detail--reversed > * {
  direction: ltr;
}

.step-detail__num {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 800;
  background: var(--en-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 16px;
}

.step-detail__title {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--en-navy);
}

.step-detail__text {
  font-size: 16px;
  color: var(--en-grey-body);
  line-height: 1.7;
  margin-bottom: 20px;
}

.step-detail__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.step-detail__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--en-text);
  line-height: 1.5;
}

.step-detail__list li::before {
  content: '';
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: var(--en-gradient);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.step-detail__visual {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(5, 20, 65, 0.1);
}

.step-detail__visual img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s var(--ease-out-expo);
}

.step-detail__visual:hover img {
  transform: scale(1.03);
}

/* ── Campaigns Section ───────────────────── */
.campaigns-section {
  padding: var(--section-pad) 0;
  background: var(--en-light-bg);
  overflow: hidden;
}

.campaigns__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  margin-bottom: clamp(48px, 6vw, 72px);
}

.campaigns__visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(5, 20, 65, 0.1);
}

.campaigns__visual img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s var(--ease-out-expo);
}

.campaigns__visual:hover img {
  transform: scale(1.03);
}

.campaigns__content .section-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--en-mid-blue);
  margin-bottom: 16px;
}

.campaigns__content h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.campaigns__text {
  font-size: 16px;
  color: var(--en-grey-body);
  line-height: 1.7;
  margin-bottom: 24px;
}

.campaigns__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.campaigns__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--en-text);
  line-height: 1.5;
}

.campaigns__list li::before {
  content: '';
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: var(--en-gradient);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

/* Deploy Ideas */
.deploy-ideas__title {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  color: var(--en-navy);
}

.deploy-ideas__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.deploy-ideas__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  background: var(--en-surface);
  border-radius: 14px;
  border: 1px solid var(--en-border);
  transition: transform 0.3s var(--ease-out-expo), box-shadow 0.3s ease, border-color 0.3s ease;
}

.deploy-ideas__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(5, 20, 65, 0.08);
  border-color: rgba(77, 89, 218, 0.2);
}

.deploy-ideas__item i {
  font-size: 20px;
  color: var(--en-mid-blue);
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}

.deploy-ideas__item span {
  font-size: 14px;
  font-weight: 600;
  color: var(--en-navy);
  font-family: var(--font-display);
}

/* ── Stats Section (Dark) ────────────────── */
.stats-section {
  padding: var(--section-pad) 0;
  background: linear-gradient(160deg, #051441 0%, #0a1a3a 50%, #07122D 100%);
  position: relative;
  overflow: hidden;
}

.stats-section__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(77, 89, 218, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 30%, rgba(56, 201, 247, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.stats-section__header {
  text-align: center;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}

.section-label--light {
  color: var(--en-cyan) !important;
}

.modern-page .stats-section__header h2 {
  color: #fff;
  font-size: clamp(26px, 3.2vw, 42px);
}

.stats-section__header p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  max-width: 600px;
  margin: 16px auto 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}

.stat-card {
  text-align: center;
  padding: 40px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.4s var(--ease-out-expo), border-color 0.4s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 201, 247, 0.3);
}

.stat-card__number {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 800;
  background: var(--en-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  display: inline;
}

.stat-card__unit {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  background: var(--en-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.stat-card__label {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}

/* ── Games Showcase ──────────────────────── */
.games-section {
  padding: var(--section-pad) 0;
  background: var(--en-surface);
}

.games-section__header {
  text-align: center;
  margin-bottom: 48px;
}

.games-section__header h2 {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
}

.games-section__header p {
  color: var(--en-grey-body);
  font-size: 17px;
  max-width: 620px;
  margin: 16px auto 0;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.games-grid__item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(5, 20, 65, 0.08);
  transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s ease;
}

.games-grid__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(5, 20, 65, 0.14);
}

.games-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.games-grid__item--wide {
  grid-column: span 2;
}

.games-section__cta {
  text-align: center;
  margin-top: 40px;
}

/* ── Feature Item Titles ─────────────────── */
.feature-item__title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  color: var(--en-navy);
  margin-bottom: 8px;
}

/* ── Features Section ──────────────────────── */
.features-section {
  padding: var(--section-pad) 0;
  background: var(--en-light-bg);
}

.features-section__header {
  margin-bottom: 48px;
}

.features-section__header .section-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--en-mid-blue);
  margin-bottom: 16px;
}

.features-section__header h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 28px;
  background: var(--en-surface);
  border-radius: 16px;
  border: 1px solid var(--en-border);
  transition: transform 0.3s var(--ease-out-expo), box-shadow 0.3s ease, border-color 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(5, 20, 65, 0.06);
  border-color: rgba(77, 89, 218, 0.2);
}

.feature-item__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--en-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-item__icon i {
  color: #fff;
  font-size: 18px;
}

.feature-item__text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--en-text);
}

/* ── Contact Section ───────────────────────── */
.contact-modern {
  padding: var(--section-pad) 0;
  background: var(--en-surface);
}

.contact-modern__grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.contact-modern__visual {
  position: relative;
}

.contact-modern__visual img {
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(5, 20, 65, 0.1);
  width: 100%;
  object-fit: cover;
  max-height: 560px;
}

.contact-modern__form-wrap {
  background: var(--en-light-bg);
  border-radius: 24px;
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid var(--en-border);
}

.contact-modern__form-header {
  margin-bottom: 32px;
}

.contact-modern__form-header .section-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--en-mid-blue);
  margin-bottom: 12px;
}

.contact-modern__form-header h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  margin-bottom: 12px;
}

.contact-modern__form-header p {
  font-size: 16px;
}

.modern-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.modern-form .form-row--full {
  grid-template-columns: 1fr;
}

.modern-form .form-field {
  position: relative;
}

.modern-form .form-field input,
.modern-form .form-field textarea {
  width: 100%;
  padding: 16px 20px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--en-text);
  background: var(--en-surface);
  border: 1.5px solid var(--en-border);
  border-radius: 12px;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-appearance: none;
}

.modern-form .form-field input::placeholder,
.modern-form .form-field textarea::placeholder {
  color: var(--en-grey-body);
  opacity: 0.7;
}

.modern-form .form-field input:focus,
.modern-form .form-field textarea:focus {
  border-color: var(--en-mid-blue);
  box-shadow: 0 0 0 4px rgba(77, 89, 218, 0.1);
}

.modern-form .form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.modern-form .form-submit {
  margin-top: 8px;
}

.modern-form .form-submit button {
  width: 100%;
  padding: 18px 36px;
  background: var(--en-gradient);
  color: #fff;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s var(--ease-spring), box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(77, 89, 218, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.modern-form .form-submit button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(77, 89, 218, 0.45);
}

/* ── Video Modal Override ──────────────────── */
.modern-page #videoModal .modal-content {
  background: transparent;
  border: none;
  border-radius: 20px;
  overflow: hidden;
}

.modern-page #videoModal .modal-body {
  padding: 0;
  background: #000;
  border-radius: 20px;
}

.modern-page #videoModal .close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 28px;
  opacity: 0.8;
  z-index: 10;
  text-shadow: none;
}

/* ── Section Divider ───────────────────────── */
.section-divider {
  width: 60px;
  height: 3px;
  background: var(--en-gradient);
  border-radius: 3px;
  margin: 0 auto 40px;
}

/* ── Responsive ────────────────────────────── */
@media (max-width: 1024px) {
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .video-grid > :last-child {
    grid-column: 1 / -1;
    max-width: 500px;
    margin: 0 auto;
  }
  .features-grid {
    gap: 16px;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .games-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .games-grid__item--wide {
    grid-column: span 1;
  }
}

@media (max-width: 900px) {
  .pod-intro__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .pod-intro__visual {
    order: -1;
  }
  .step-detail {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .step-detail--reversed {
    direction: ltr;
  }
  .step-detail__visual {
    order: -1;
  }
  .campaigns__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-modern__grid {
    grid-template-columns: 1fr;
  }
  .contact-modern__visual {
    display: none;
  }
}

@media (max-width: 768px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
  .video-grid > :last-child {
    max-width: none;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .hero__content {
    padding: 40px 0;
  }
  .hero__geo {
    display: none;
  }
  .modern-form .form-row {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .stat-card {
    padding: 28px 20px;
  }
  .games-grid {
    grid-template-columns: 1fr;
  }
  .deploy-ideas__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .hero__actions,
  .pod-intro__actions {
    flex-direction: column;
  }
  .hero__actions .btn-primary-en,
  .hero__actions .btn-outline-en,
  .pod-intro__actions .btn-primary-en,
  .pod-intro__actions .btn-dark-en {
    width: 100%;
    justify-content: center;
  }
  .contact-modern__form-wrap {
    padding: 24px;
  }
}

/* ── Misc utilities ────────────────────────── */
.modern-page .breadcrumb {
  background: var(--en-light-bg);
  border-bottom: 1px solid var(--en-border);
  margin: 0;
  padding: 12px 0;
  font-size: 14px;
  border-radius: 0;
}

.modern-page .breadcrumb-item a {
  color: var(--en-mid-blue);
  text-decoration: none;
}

.modern-page .breadcrumb-item.active {
  color: var(--en-grey-body);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ── Email Packages Grid ────────────────── */
.email-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.email-package {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.email-package:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.email-package--featured {
  background: rgba(56,201,247,0.1);
  border-color: rgba(56,201,247,0.3);
}

.email-package__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--en-mid-blue), var(--en-cyan));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 24px;
  color: #fff;
}

.modern-page .email-package__title {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  font-weight: 700;
  color: var(--en-cyan);
  margin-bottom: 16px;
}

.email-package__desc {
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.email-package__best {
  color: var(--en-cyan);
  font-size: 0.85rem;
}

.email-package__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.email-package__list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255,255,255,0.75);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 4px;
}

.email-package__list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--en-cyan);
  font-size: 12px;
}

/* ── Modern Comparison Table ────────────── */
.modern-table-wrap {
  overflow-x: auto;
  margin-top: 48px;
}

.modern-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(5,20,65,0.06);
}

.modern-table thead tr {
  background: var(--en-navy);
}

.modern-table thead th {
  padding: 20px 24px;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
  letter-spacing: 0.02em;
}

.modern-table thead th:first-child {
  text-align: left;
}

.modern-table tbody tr {
  transition: background 0.2s ease;
}

.modern-table tbody tr:nth-child(even) {
  background: var(--en-light-bg);
}

.modern-table tbody tr:hover {
  background: rgba(77,89,218,0.06);
}

.modern-table tbody td {
  padding: 16px 24px;
  font-size: 0.95rem;
  color: var(--en-grey-body);
  text-align: center;
  border-bottom: 1px solid rgba(5,20,65,0.06);
}

.modern-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--en-navy);
}

.modern-table tbody td i {
  font-size: 1.15rem;
}

@media (max-width: 900px) {
  .email-packages-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .modern-table thead th,
  .modern-table tbody td {
    padding: 12px 16px;
    font-size: 0.85rem;
  }
}
