/* ========================================
   EWA NEW PAGE STYLES
   Mobile-first approach following design system
   ======================================== */

/* ============================================================
   HERO SECTION
   ============================================================ */

.ewa-new-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: calc(var(--header-height) + 20px);
  padding-bottom: 40px;
  margin-top: calc(var(--header-height) * -1);
}

/* Background */
.ewa-new-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ewa-new-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ewa-new-hero-bg-img--mobile {
  display: block;
  aspect-ratio: 400 / 1291;
}

.ewa-new-hero-bg-img--desktop {
  display: none;
  aspect-ratio: 1440 / 900;
}

/* Content */
.ewa-new-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

/* Tagline */
.ewa-new-hero-tagline {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary, #008483);
  margin: 0;
}

/* Title */
.ewa-new-hero-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #2A303B;
  margin: 0;
  max-width: 800px;
}

/* Description */
.ewa-new-hero-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #2A303B;
  margin: 0;
  max-width: 700px;
}

/* Trust Features (using existing design system styles) */
.hero-trust-features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
}

.hero-trust-feature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-trust-feature-icon {
  width: 24px;
  height: 24px;
  padding: 2px;
  background: rgba(237, 245, 255, 0.5);
  border-radius: 24px;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-trust-feature-icon svg {
  width: 20px;
  height: 20px;
  color: var(--color-primary, #008483);
}

.hero-trust-feature-text {
  font-size: 14px;
  font-weight: 700;
  color: #2A303B;
}

/* CTA Buttons Wrapper */
.ewa-new-hero-cta-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: max-content;
  margin-top: 16px;
}

/* Cards Container */
.ewa-new-hero-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: 12px;
}

/* Card Wrapper (holds card + text below) */
.ewa-new-hero-card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

/* Decorative Riyal Image on Card 2 */
.ewa-new-hero-card-decoration {
  position: absolute;
  top: 80px;
  inset-inline-end: 0;
  width: 160px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  aspect-ratio: 229 / 245;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ewa-new-hero-card-wrapper--decorated:hover .ewa-new-hero-card-decoration {
  transform: translateY(-4px);
}

/* Card Base */
.ewa-new-hero-card {
  position: relative;
  width: 100%;
  min-height: 240px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ewa-new-hero-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05),
              0 16px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Card Background Image */
.ewa-new-hero-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ewa-new-hero-card:hover .ewa-new-hero-card-bg {
  transform: scale(1.05);
}

/* Card Text (below card, not inside) */
.ewa-new-hero-card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #2A303B;
  margin: 0;
  text-align: start;
}

/* Featured Icon Wrapper */
.ewa-new-hero-featured-icon-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* Featured Glow */
.ewa-new-hero-featured-glow {
  position: absolute;
  width: 120px;
  height: 120px;
  background: rgba(0, 205, 202, 0.2);
  border-radius: 50%;
  filter: blur(30px);
  z-index: 0;
}

/* Featured Icon */
.ewa-new-hero-featured-icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  background: var(--color-accent, #00CDCA);
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 205, 202, 0.3);
}

.ewa-new-hero-featured-icon-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  aspect-ratio: 75 / 78;
  /* Rotation will be applied via JS (IconRotate component) */
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Card Badge (No loans, No paperwork, No waiting) */
.ewa-new-hero-card-badge {
  width: 100%;
  margin-top: auto;
  padding: 16px 20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.ewa-new-hero-card-badge-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-white, #FFFFFF);
  margin: 0;
  text-align: start;
}


/* ----------------------------------------
   TABLET (768px+)
   ---------------------------------------- */
@media (min-width: 768px) {
  .ewa-new-hero {
    padding-bottom: 80px;
  }

  .ewa-new-hero-bg-img--mobile {
    display: none;
  }

  .ewa-new-hero-bg-img--desktop {
    display: block;
    aspect-ratio: 1440 / 900;
  }

  .ewa-new-hero-inner {
    gap: 24px;
  }

  .ewa-new-hero-tagline {
    font-size: 16px;
  }

  .ewa-new-hero-title {
    font-size: 48px;
  }

  .ewa-new-hero-desc {
    font-size: 18px;
  }

  /* Trust Features - Row layout */
  .hero-trust-features {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }

  .hero-trust-feature-text {
    font-size: 14px;
  }

  .ewa-new-hero-cta-wrap {
    flex-direction: row;
    width: max-content;
  }

  /* Cards Grid on Tablet */
  .ewa-new-hero-cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }

  .ewa-new-hero-card-wrapper:nth-child(1) {
    flex: 0 0 100%;
  }

  .ewa-new-hero-card-wrapper:nth-child(2),
  .ewa-new-hero-card-wrapper:nth-child(3) {
    flex: 0 0 calc(50% - 8px);
  }

  .ewa-new-hero-card {
    min-height: 280px;
  }

  .ewa-new-hero-card-text {
    font-size: 15px;
  }

  .ewa-new-hero-card-decoration {
    top: 100px;
    inset-inline-end: -10px;
  }

}


/* ----------------------------------------
   DESKTOP (1024px+)
   ---------------------------------------- */
@media (min-width: 1024px) {
  .ewa-new-hero {
    padding-top: var(--header-height);
    padding-bottom: 0;
  }

  .ewa-new-hero-inner {
    gap: 24px;
  }

  .ewa-new-hero-tagline {
    font-size: 18px;
  }

  .ewa-new-hero-title {
    font-size: 56px;
  }

  .ewa-new-hero-desc {
    font-size: 20px;
  }

  /* Trust Features */
  .hero-trust-features {
    gap: 32px;
    margin-top: 20px;
  }

  .hero-trust-feature-icon {
    width: 28px;
    height: 28px;
    padding: 2px;
  }

  .hero-trust-feature-icon svg {
    width: 24px;
    height: 24px;
  }

  .hero-trust-feature-text {
    font-size: 15px;
  }

  /* Cards Grid on Desktop: 50%, 25%, 25% */
  .ewa-new-hero-cards {
    gap: 20px;
  }

  .ewa-new-hero-card {
    min-height: 320px;
  }

  /* Account for 20px gap between cards */
  .ewa-new-hero-card-wrapper:nth-child(1) {
    flex: 0 0 calc(50% - 20px);
  }

  .ewa-new-hero-card-wrapper:nth-child(2),
  .ewa-new-hero-card-wrapper:nth-child(3) {
    flex: 0 0 calc(25% - 10px);
  }

  .ewa-new-hero-card-text {
    font-size: 14px;
  }

  .ewa-new-hero-featured-icon-wrap {
    width: 80px;
    height: 80px;
  }

  .ewa-new-hero-featured-icon {
    width: 80px;
    height: 80px;
  }

  .ewa-new-hero-featured-icon-img {
    width: 40px;
    height: 40px;
  }

  .ewa-new-hero-card-decoration {
    display: block;
    width: 180px;
    top: 135px;
    inset-inline-end: -25px;
  }
}


/* ----------------------------------------
   LARGE DESKTOP (1440px+)
   ---------------------------------------- */
@media (min-width: 1440px) {
  .ewa-new-hero-title {
    font-size: 64px;
  }

  .ewa-new-hero-card {
    min-height: 360px;
  }

  .ewa-new-hero-card-decoration {
    width: 200px;
    top: 135px;
    inset-inline-end: -25px;
  }
}


/* ============================================================
   WHAT IS EWA SECTION
   ============================================================ */

.what-is-ewa-section {
  position: relative;
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
}

/* Background */
.what-is-ewa-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
}

.what-is-ewa-bg::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 350px;
  background: linear-gradient(to bottom, transparent 0%, #E5ECFF 100%);
  z-index: 1;
  pointer-events: none;
  display: none;
}

.what-is-ewa-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.what-is-ewa-bg-img--mobile {
  display: block;
  transform: scaleX(-1);
  aspect-ratio: 400 / 1291;
}

.what-is-ewa-bg-img--desktop {
  display: none;
  aspect-ratio: 1440 / 1173;
}

/* Content */
.what-is-ewa-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

/* Tagline */
.what-is-ewa-tagline {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary, #008483);
  margin: 0;
}

/* Title */
.what-is-ewa-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #2A303B;
  margin: 0;
  max-width: 800px;
}

/* Subtitle */
.what-is-ewa-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #62769D;
  margin: 0;
  max-width: 700px;
}

/* Decorative Background Container */
.what-is-ewa-decorative {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 0 0 34px 0;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Decorative Background Image */
.what-is-ewa-decorative-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 0;
  aspect-ratio: 1320 / 834;
}

/* Features Cards Container */
.what-is-ewa-cards {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 0 15px;
}

/* Individual Card */
.what-is-ewa-card {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.what-is-ewa-card-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #2A303B;
  margin: 0;
}

/* Screenshots Container */
.what-is-ewa-screenshots {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 0 15px;
}

.what-is-ewa-screenshot-wrapper {
  width: 100%;
}

.what-is-ewa-screenshot {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.what-is-ewa-screenshot-wrapper--mobile .what-is-ewa-screenshot {
  aspect-ratio: 254 / 502;
}

.what-is-ewa-screenshot-wrapper--desktop .what-is-ewa-screenshot {
  aspect-ratio: 948 / 642;
}

/* CTA Button */
.what-is-ewa-inner > .cta-btn {
  margin-top: 32px;
}


/* ----------------------------------------
   TABLET (768px+)
   ---------------------------------------- */
@media (min-width: 768px) {
  .what-is-ewa-section {
    padding: 80px 0;
  }

  .what-is-ewa-inner {
    gap: 24px;
  }

  .what-is-ewa-tagline {
    font-size: 16px;
  }

  .what-is-ewa-title {
    font-size: 48px;
  }

  .what-is-ewa-subtitle {
    font-size: 18px;
  }

  .what-is-ewa-decorative {
    margin-top: 32px;
    padding: 0 0 40px 0;
    gap: 32px;
  }

  .what-is-ewa-cards {
    flex-direction: row;
    gap: 15px;
    padding: 0 24px;
  }

  .what-is-ewa-card {
    flex: 1;
    padding: 16px 20px;
  }

  .what-is-ewa-card-text {
    font-size: 15px;
  }

  .what-is-ewa-screenshots {
    gap: 15px;
    padding: 0 24px;
  }

  .what-is-ewa-inner > .cta-btn {
    margin-top: 40px;
  }
}


/* ----------------------------------------
   DESKTOP (1024px+)
   ---------------------------------------- */
@media (min-width: 1024px) {
  .what-is-ewa-section {
    padding: 100px 0;
  }

  .what-is-ewa-bg-img--mobile {
    display: none;
  }

  .what-is-ewa-bg-img--desktop {
    display: block;
    aspect-ratio: 1440 / 1173;
  }

  .what-is-ewa-bg::after {
    display: block;
  }

  .what-is-ewa-tagline {
    font-size: 18px;
  }

  .what-is-ewa-title {
    font-size: 56px;
  }

  .what-is-ewa-subtitle {
    font-size: 20px;
  }

  .what-is-ewa-decorative {
    margin-top: 40px;
    padding: 0 0 44px 0;
    gap: 40px;
  }

  .what-is-ewa-cards {
    gap: 15px;
    padding: 0 40px;
  }

  .what-is-ewa-card {
    padding: 20px 32px;
  }

  .what-is-ewa-screenshots {
    flex-direction: row;
    gap: 15px;
    padding: 0 40px;
  }

  .what-is-ewa-screenshot-wrapper--mobile {
    flex: 0 0 calc((100% - 15px) * 0.21);
  }

  .what-is-ewa-screenshot-wrapper--desktop {
    flex: 0 0 calc((100% - 15px) * 0.79);
  }

  .what-is-ewa-inner > .cta-btn {
    margin-top: 12px;
  }
}


/* ----------------------------------------
   LARGE DESKTOP (1440px+)
   ---------------------------------------- */
@media (min-width: 1440px) {
  .what-is-ewa-title {
    font-size: 64px;
  }

  .what-is-ewa-decorative {
    padding: 0 0 50px 0;
  }

  .what-is-ewa-cards {
    padding: 0 24px;
  }

  .what-is-ewa-screenshots {
    padding: 0 24px;
  }
}


/* ============================================================
   HOW EWA WORKS SECTION
   ============================================================ */

.how-ewa-works-section {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  overflow: hidden;
}

/* Content */
.how-ewa-works-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

/* Title */
.how-ewa-works-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #2A303B;
  margin: 0;
  max-width: 800px;
}

/* Subtitle */
.how-ewa-works-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #62769D;
  margin: 0;
  max-width: 700px;
}

/* Video Wrapper */
.how-ewa-works-video-wrapper {
  width: 100%;
  max-width: 1112px;
  margin-top: 16px;
}

/* Video Player Container */
.how-ewa-works-video-player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: rgba(229, 236, 255, 0.6);
  border: 16px solid rgba(229, 236, 255, 0.6);
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  transition: all 300ms ease;
}

.how-ewa-works-video-player:hover {
  transform: scale(1.01);
  border-color: rgba(229, 236, 255, 0.8);
}

.how-ewa-works-video-player.is-playing {
  cursor: default;
  pointer-events: auto;
  touch-action: auto;
}

.how-ewa-works-video-player.is-playing:hover {
  transform: none;
}

/* Ensure iframe is touchable on mobile */
.how-ewa-works-video-player iframe {
  pointer-events: auto;
  touch-action: auto;
}

/* Force hide overlay on mobile screens (failsafe for browser emulation) */
@media (max-width: 1024px) {
  .yt-click-overlay {
    display: none !important;
  }
}

/* Video Thumbnail */
.how-ewa-works-video-thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1;
}

.how-ewa-works-video-player.is-playing .how-ewa-works-video-thumbnail {
  display: none;
}

/* Play Button */
.how-ewa-works-video-play-btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: opacity 300ms ease;
}

.how-ewa-works-video-player.is-playing .how-ewa-works-video-play-btn {
  display: none;
}

.how-ewa-works-video-play-btn img {
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.2));
  transition: transform 300ms ease;
}

.how-ewa-works-video-play-btn:hover img {
  transform: scale(1.1);
}

.how-ewa-works-video-play-btn:focus-visible {
  outline: 2px solid var(--color-primary, #008483);
  outline-offset: 4px;
}

/* Video Iframe */
.how-ewa-works-video-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 3;
}

/* CTA Button */
.how-ewa-works-inner > .cta-btn {
  margin-top: 16px;
}


/* ----------------------------------------
   TABLET (768px+)
   ---------------------------------------- */
@media (min-width: 768px) {
  .how-ewa-works-section {
    padding: 80px 0;
  }

  .how-ewa-works-inner {
    gap: 32px;
  }

  .how-ewa-works-title {
    font-size: 40px;
  }

  .how-ewa-works-subtitle {
    font-size: 18px;
  }

  .how-ewa-works-video-wrapper {
    margin-top: 24px;
  }

  .how-ewa-works-video-play-btn img {
    width: 80px;
    height: 80px;
  }

  .how-ewa-works-inner > .cta-btn {
    margin-top: 24px;
  }
}


/* ----------------------------------------
   DESKTOP (1024px+)
   ---------------------------------------- */
@media (min-width: 1024px) {
  .how-ewa-works-section {
    padding: 100px 0;
  }

  .how-ewa-works-title {
    font-size: 48px;
  }

  .how-ewa-works-subtitle {
    font-size: 20px;
  }

  .how-ewa-works-video-wrapper {
    margin-top: 32px;
  }

  .how-ewa-works-video-play-btn img {
    width: 96px;
    height: 96px;
  }

  .how-ewa-works-inner > .cta-btn {
    margin-top: 12px;
  }
}


/* ----------------------------------------
   LARGE DESKTOP (1440px+)
   ---------------------------------------- */
@media (min-width: 1440px) {
  .how-ewa-works-title {
    font-size: 56px;
  }

  .how-ewa-works-video-play-btn img {
    width: 112px;
    height: 112px;
  }
}


/* ============================================================
   ACTIVATE EWA SECTION
   ============================================================ */

.act-ewa {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

/* Content */
.act-ewa-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

/* Title */
.act-ewa-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #2A303B;
  margin: 0;
  max-width: 900px;
}

/* Subtitle */
.act-ewa-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #2A303B;
  margin: 0;
  max-width: 700px;
}

/* Steps container */
.act-ewa-inner .how-ewa-steps {
  width: 100%;
  margin-top: 16px;
}

/* Step cards styles (copied from ewa.css) */
.how-ewa-steps {
  position: relative;
  width: 100%;
}

/* Cards Row - Mobile: Horizontal scroll */
.how-ewa-cards-row {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.how-ewa-cards-row::-webkit-scrollbar {
  display: none;
}

/* Step Card */
.how-ewa-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background: #2A303B;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  flex-shrink: 0;
  width: 280px;
  scroll-snap-align: start;
}

.how-ewa-card:first-of-type {
  margin-inline-start: 15px;
}

.how-ewa-card:last-of-type {
  margin-inline-end: 15px;
}

.how-ewa-card-step {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #00B8B6;
  margin: 0;
}

.how-ewa-card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-white, #FFFFFF);
  margin: 0;
}

.how-ewa-card-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-white, #FFFFFF);
  margin: 0;
}

/* Arrows */
.how-ewa-arrow {
  flex-shrink: 0;
  align-self: center;
  width: 48px;
  height: 48px;
  margin-inline-start: -10px;
  margin-inline-end: -10px;
  z-index: 5;
}

[dir="rtl"] .how-ewa-arrow {
  transform: scaleX(-1);
}

/* Note */
.act-ewa-note {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #2A303B;
  margin: 0;
  text-align: center;
}

.act-ewa-note strong {
  font-weight: 600;
}

/* CTA Button */
.act-ewa-inner > .cta-btn {
  margin-top: 16px;
}


/* ----------------------------------------
   TABLET (768px+)
   ---------------------------------------- */
@media (min-width: 768px) {
  .act-ewa {
    padding: 80px 0;
  }

  .act-ewa-inner {
    gap: 24px;
  }

  .act-ewa-title {
    font-size: 40px;
  }

  .act-ewa-subtitle {
    font-size: 18px;
  }

  .act-ewa-inner .how-ewa-steps {
    margin-top: 24px;
  }

  .act-ewa-note {
    font-size: 16px;
  }

  .act-ewa-inner > .cta-btn {
    margin-top: 24px;
  }

  /* Steps - 2 columns on tablet (wraps to multiple rows for 5 cards) */
  .how-ewa-cards-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    overflow-x: visible;
    scroll-snap-type: none;
  }

  .how-ewa-card {
    width: auto;
    scroll-snap-align: unset;
  }

  .how-ewa-card:first-of-type {
    margin-inline-start: 0;
  }

  .how-ewa-card:last-of-type {
    margin-inline-end: 0;
    grid-column: 1 / -1;
    max-width: calc(50% - 8px);
    margin-inline: auto;
  }

  .how-ewa-arrow {
    display: none;
  }

  .how-ewa-card-step {
    font-size: 13px;
  }

  .how-ewa-card-title {
    font-size: 15px;
    color: var(--color-white, #FFFFFF);
  }

  .how-ewa-card-text {
    font-size: 13px;
    color: var(--color-white, #FFFFFF);
  }
}


/* ----------------------------------------
   DESKTOP (1024px+)
   ---------------------------------------- */
@media (min-width: 1024px) {
  .act-ewa {
    padding: 100px 0;
  }

  .act-ewa-title {
    font-size: 48px;
  }

  .act-ewa-subtitle {
    font-size: 20px;
  }

  .act-ewa-inner .how-ewa-steps {
    margin-top: 32px;
  }

  .act-ewa-note {
    font-size: 17px;
  }

  .act-ewa-inner > .cta-btn {
    margin-top: 12px;
  }

  /* Steps - 5 columns on desktop with arrows (compact) */
  .how-ewa-cards-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    position: relative;
  }

  .how-ewa-card {
    gap: 12px;
    padding: 20px;
    align-items: start;
    text-align: start;
  }

  /* Reset tablet styles for 5th card */
  .how-ewa-card:last-of-type {
    grid-column: auto;
    max-width: none;
    margin-inline: 0;
  }

  .how-ewa-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 40px;
    height: 40px;
  }

  /* Arrow between card 1 and 2 */
  .how-ewa-arrow:nth-of-type(1) {
    inset-inline-start: 20%;
  }

  /* Arrow between card 2 and 3 */
  .how-ewa-arrow:nth-of-type(2) {
    inset-inline-start: 40%;
  }

  /* Arrow between card 3 and 4 */
  .how-ewa-arrow:nth-of-type(3) {
    inset-inline-start: 60%;
  }

  /* Arrow between card 4 and 5 */
  .how-ewa-arrow:nth-of-type(4) {
    inset-inline-start: 80%;
  }

  [dir="rtl"] .how-ewa-arrow {
    transform: translate(50%, -50%) scaleX(-1);
  }

  .how-ewa-card-step {
    font-size: 13px;
  }

  .how-ewa-card-title {
    font-size: 16px;
    min-height: 46px;
    color: var(--color-white, #FFFFFF);
  }

  [dir="rtl"] .how-ewa-card-title {
    min-height: unset;
  }

  .how-ewa-card-text {
    font-size: 13px;
    color: var(--color-white, #FFFFFF);
  }
}


/* ----------------------------------------
   LARGE DESKTOP (1440px+)
   ---------------------------------------- */
@media (min-width: 1440px) {
  .act-ewa-title {
    font-size: 56px;
  }

  .act-ewa-note {
    font-size: 18px;
  }

  /* Steps - 5 columns with slightly larger spacing */
  .how-ewa-cards-row {
    gap: 10px;
  }

  .how-ewa-card {
    gap: 14px;
    padding: 24px;
    align-items: start;
    text-align: start;
  }

  .how-ewa-arrow {
    width: 44px;
    height: 44px;
  }

  .how-ewa-card-step {
    font-size: 14px;
  }

  .how-ewa-card-title {
    font-size: 17px;
    min-height: 46px;
    color: var(--color-white, #FFFFFF);
  }

  [dir="rtl"] .how-ewa-card-title {
    min-height: unset;
  }

  .how-ewa-card-text {
    font-size: 14px;
    color: var(--color-white, #FFFFFF);
  }
}


/* ============================================================
   ZENEWA BENEFITS SECTION
   ============================================================ */

.zen-benefits {
  position: relative;
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
}

/* Background */
.zen-benefits-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.zen-benefits-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
.zen-benefits-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

/* Title */
.zen-benefits-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #2A303B;
  margin: 0;
  text-align: center;
}

/* Cards Row */
.zen-benefits-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

/* Card Base */
.zen-benefits-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 20px;
  border-radius: 32px;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.zen-benefits-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08),
              0 20px 48px rgba(0, 0, 0, 0.06);
}

/* Card Light (Employees) */
.zen-benefits-card--light {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 1);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

/* Card Dark (Companies) */
.zen-benefits-card--dark {
  background: #2A303B;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Card Background Image (Card 2) */
.zen-benefits-card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.zen-benefits-card-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Card Image */
.zen-benefits-card-img {
  position: relative;
  z-index: 1;
  width: 179px;
  height: 179px;
  object-fit: contain;
  flex-shrink: 0;
  align-self: center;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.zen-benefits-card:hover .zen-benefits-card-img {
  transform: scale(1.05);
}

/* Card Title */
.zen-benefits-card-title {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.zen-benefits-card--light .zen-benefits-card-title {
  color: #2A303B;
}

.zen-benefits-card--dark .zen-benefits-card-title {
  color: var(--color-white, #FFFFFF);
}

/* Card Tagline */
.zen-benefits-card-tagline {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.zen-benefits-card--light .zen-benefits-card-tagline {
  color: var(--color-primary, #008483);
}

.zen-benefits-card--dark .zen-benefits-card-tagline {
  color: var(--color-accent, #00CDCA);
}

/* Features List */
.zen-benefits-features {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

/* Feature Item */
.zen-benefits-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* Feature Icon */
.zen-benefits-feature-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Feature Text */
.zen-benefits-feature-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.zen-benefits-card--light .zen-benefits-feature-text {
  color: #2A303B;
}

.zen-benefits-card--dark .zen-benefits-feature-text {
  color: var(--color-white, #FFFFFF);
}

/* CTA Button */
.zen-benefits-inner > .cta-btn {
  margin-top: 8px;
}


/* ----------------------------------------
   TABLET (768px+)
   ---------------------------------------- */
@media (min-width: 768px) {
  .zen-benefits {
    padding: 80px 0;
  }

  .zen-benefits-inner {
    gap: 40px;
  }

  .zen-benefits-title {
    font-size: 48px;
  }

  .zen-benefits-cards {
    flex-direction: row;
    gap: 24px;
  }

  .zen-benefits-card {
    flex: 1;
    gap: 20px;
    padding: 32px 28px;
  }

  .zen-benefits-card-title {
    font-size: 28px;
  }

  .zen-benefits-card-tagline {
    font-size: 17px;
  }

  .zen-benefits-features {
    gap: 18px;
    margin-top: 12px;
  }

  .zen-benefits-feature-text {
    font-size: 16px;
  }

  .zen-benefits-inner > .cta-btn {
    margin-top: 16px;
  }
}


/* ----------------------------------------
   DESKTOP (1024px+)
   ---------------------------------------- */
@media (min-width: 1024px) {
  .zen-benefits {
    padding: 100px 0;
  }

  .zen-benefits-inner {
    gap: 48px;
  }

  .zen-benefits-title {
    font-size: 56px;
  }

  .zen-benefits-card {
    gap: 24px;
    padding: 40px 36px;
  }

  .zen-benefits-card-title {
    font-size: 32px;
  }

  .zen-benefits-card-tagline {
    font-size: 18px;
  }

  .zen-benefits-features {
    gap: 20px;
    margin-top: 16px;
  }

  .zen-benefits-feature-text {
    font-size: 17px;
  }

  .zen-benefits-inner > .cta-btn {
    margin-top: 8px;
  }
}


/* ----------------------------------------
   LARGE DESKTOP (1440px+)
   ---------------------------------------- */
@media (min-width: 1440px) {
  .zen-benefits-title {
    font-size: 64px;
  }

  .zen-benefits-card {
    gap: 28px;
    padding: 48px 40px;
  }

  .zen-benefits-card-title {
    font-size: 36px;
  }

  .zen-benefits-card-tagline {
    font-size: 20px;
  }

  .zen-benefits-features {
    gap: 22px;
  }

  .zen-benefits-feature-text {
    font-size: 18px;
  }
}


/* ============================================================
   WHY CHOOSE ZENEWA SECTION
   ============================================================ */

.why-choose {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 60px 0 80px;
  overflow: hidden;
  background: linear-gradient(180deg, #ADD6DC 0%, #DFEBF1 100%);
}

/* Background Layer (mountains only) */
.why-choose-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Mountains - edge to edge, absolute positioned */
.why-choose-mountains {
  position: absolute;
  z-index: 2;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: fill;
}

/* RTL: Flip mountains horizontally */
[dir="rtl"] .why-choose-mountains {
  transform: scaleX(-1);
}

/* Mobile: show mobile, hide desktop */
.why-choose-mountains--mobile {
  display: block;
}

.why-choose-mountains--desktop {
  display: none;
}

/* Content Container */
.why-choose-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

/* Rotating Icon */
.why-choose-icon-wrap {
  position: relative;
  z-index: 5;
  width: 124px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-icon-glow {
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(0, 205, 202, 0.2);
  border-radius: 50%;
  filter: blur(30px);
  z-index: 0;
}

.why-choose-icon {
  position: relative;
  z-index: 1;
  width: 124px;
  height: 124px;
  background: var(--color-accent, #00CDCA);
  border: 2px solid var(--color-white, #FFFFFF);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 205, 202, 0.3);
}

.why-choose-icon-img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  /* Rotation will be applied via JS (IconRotate component) */
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Title */
.why-choose-title {
  position: relative;
  z-index: 5;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #2A303B;
  margin: 0;
  max-width: 660px;
  text-align: center;
}

/* Cards Container */
.why-choose-cards {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Cards Row */
.why-choose-cards-row {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}

/* First row - behind mountains */
.why-choose-cards-row--three {
  z-index: 1;
}

/* Second row - above mountains */
.why-choose-cards-row--two {
  z-index: 3;
}

/* Card */
.why-choose-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 32px 16px 16px;
  background: rgba(229, 236, 255, 0.6);
  border: 1px solid var(--color-white, #FFFFFF);
  border-radius: 24px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  text-align: center;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.why-choose-card:hover {
  transform: translateY(-4px);
  background: rgba(229, 236, 255, 0.8);
  border-color: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05),
              0 16px 40px rgba(0, 0, 0, 0.08);
}

/* Card Icon Wrapper (on top border) */
.why-choose-card-icon-wrap {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: #2A303B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.why-choose-card-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* Card Title */
.why-choose-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #2A303B;
  margin: 0;
}

/* Card Subtitle */
.why-choose-card-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #2A303B;
  margin: 0;
}


/* ----------------------------------------
   TABLET (768px+)
   ---------------------------------------- */
@media (min-width: 768px) {
  .why-choose {
    padding: 80px 0 100px;
  }

  .why-choose-inner {
    gap: 40px;
  }

  .why-choose-title {
    font-size: 48px;
  }

  .why-choose-cards {
    gap: 20px;
  }

  .why-choose-cards-row {
    flex-direction: row;
    gap: 20px;
  }

  .why-choose-cards-row--three .why-choose-card {
    flex: 1;
  }

  .why-choose-cards-row--two {
    justify-content: center;
  }

  .why-choose-cards-row--two .why-choose-card {
    flex: 0 0 calc(33.333% - 13.33px);
  }

  .why-choose-card {
    padding: 36px 16px 16px;
    gap: 14px;
  }

  .why-choose-card-title {
    font-size: 20px;
  }

  .why-choose-card-subtitle {
    font-size: 15px;
  }
}


/* ----------------------------------------
   DESKTOP (992px+)
   ---------------------------------------- */
@media (min-width: 992px) {
  .why-choose {
    padding: 100px 0 120px;
  }

  .why-choose-mountains--mobile {
    display: none;
  }

  .why-choose-mountains--desktop {
    display: block;
  }

  .why-choose-inner {
    gap: 48px;
  }

  .why-choose-title {
    font-size: 56px;
  }

  .why-choose-cards {
    gap: 24px;
  }

  .why-choose-cards-row {
    gap: 24px;
  }

  .why-choose-cards-row--two .why-choose-card {
    flex: 0 0 calc(33.333% - 16px);
  }

  .why-choose-card {
    padding: 40px 18px 18px;
    gap: 16px;
  }

  .why-choose-card-title {
    font-size: 22px;
  }

  .why-choose-card-subtitle {
    font-size: 16px;
  }
}


/* ----------------------------------------
   LARGE DESKTOP (1400px+)
   ---------------------------------------- */
@media (min-width: 1400px) {
  .why-choose {
    padding: 112px 0 100px;
  }

  .why-choose-inner {
    gap: 56px;
  }

  .why-choose-title {
    font-size: 64px;
  }

  .why-choose-cards {
    gap: 28px;
  }

  .why-choose-cards-row {
    gap: 28px;
  }

  .why-choose-cards-row--two .why-choose-card {
    flex: 0 0 calc(33.333% - 18.67px);
  }

  .why-choose-card {
    padding: 44px 20px 20px;
    gap: 18px;
  }

  .why-choose-card-title {
    font-size: 24px;
  }

  .why-choose-card-subtitle {
    font-size: 16px;
  }
}


/* ========================================
   VIDEO MODAL
   ======================================== */

/* Button Resets */
button.video-modal-close,
button.video-modal-close-mobile {
  appearance: none;
  border: none;
  font: inherit;
  cursor: pointer;
}

button.video-modal-close:focus-visible {
  outline: 2px solid var(--primary-color, #0B57D0);
  outline-offset: 2px;
}

button.video-modal-close-mobile:focus-visible {
  outline: 2px solid var(--primary-color, #0B57D0);
  outline-offset: 2px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

/* Modal Overlay */
.video-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1),
              visibility 400ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px;
}

.video-modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* Modal Card */
.video-modal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1170px;
  max-height: 90vh;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 20px;
  overflow: hidden;
  transform: scale(0.9);
  opacity: 0;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1),
              opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.5),
              0 16px 32px rgba(0, 0, 0, 0.4),
              0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

@media (max-width: 767px) {
  .video-modal-card {
    max-height: calc(100vh - 40px);
    height: auto;
    min-height: 300px;
  }
}

.video-modal-overlay.is-active .video-modal-card {
  transform: scale(1);
  opacity: 1;
}

/* Desktop Close Button */
.video-modal-close {
  display: none;
}

@media (min-width: 768px) {
  .video-modal-close {
    position: absolute;
    inset-block-start: 24px;
    inset-inline-end: 24px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    color: #1a1a1a;
    cursor: pointer;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  .video-modal-close:hover {
    background: #ffffff;
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  }

  .video-modal-close:active {
    transform: scale(0.95) rotate(90deg);
  }
}

/* Modal Body */
.video-modal-body {
  padding: 0;
  position: relative;
  flex: 1;
  min-height: 0;
}

/* Video Container - 16:9 Aspect Ratio */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000000;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .video-container {
    border-radius: 20px;
  }
}

.video-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
}

/* Video Loading State */
.video-loading {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
  color: rgba(255, 255, 255, 0.9);
}

.video-loading p {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.5px;
}

.video-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: video-spin 0.8s linear infinite;
}

@keyframes video-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Mobile Sticky Footer */
.video-modal-sticky-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.8) 0%, rgba(26, 26, 26, 0.95) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 24px;
  flex-shrink: 0;
  z-index: 10;
}

@media (min-width: 768px) {
  .video-modal-sticky-footer {
    display: none;
  }
}

.video-modal-close-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 300px;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 12px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.video-modal-close-mobile:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.video-modal-close-mobile:active {
  transform: translateY(0);
}
