/* ═══════════════════════════════════════════════════════════════════
   HERO SECTION v16.2.0 — Progressive Enhancement
   ─────────────────────────────────────────────────────────────────
   BASE:  Works on Tizen 3.0+, old WebKit, any browser
          No aspect-ratio, no backdrop-filter, no animations
   ENHANCED: @supports gates for modern browsers
          Glassmorphism, mascot floats, gradient shifts
   ═══════════════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════════
   1. BASE — Safe for ALL browsers (Tizen 3.0+)
   ═══════════════════════════════════════════════════════════════════ */

.r90-hero-wrap {
  --hero-max-width: 1200px;
  --hero-color-text: #ffffff;
  --hero-color-desc: #f3eaff;
  --hero-color-subtitle: #f5f5ff;
  --hero-color-kicker: #ffd34a;
  --hero-color-time: #ffe36b;
  --hero-color-stat-label: #d0d0ff;
  --hero-border-card: rgba(255, 255, 255, 0.08);
  --hero-bg-card: rgba(4, 0, 18, 0.96);

  position: relative;
  max-width: var(--hero-max-width);
  margin: 0 auto 2rem;
  padding: 2rem 1.25rem;
  overflow: hidden;
  color: var(--hero-color-text);

  /* Simple gradient — no radials (safe everywhere) */
  background: linear-gradient(135deg, #05000a 0%, #020006 100%);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9);
  border-radius: 0;
}

/* ─── Grid: single column mobile-first ─── */
.r90-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8rem;
}

/* ─── Card emisiune ─── */
.r90-hero-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.r90-hero-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.2rem;
  border-radius: 24px;
  background: var(--hero-bg-card);
  border: 1px solid var(--hero-border-card);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

/* ─── Cover Show ─── */
.r90-hero-cover-wrap {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 0.4rem;
  border-radius: 22px;
  padding: 0.3rem;
  background: linear-gradient(135deg, #35d9ff 0%, #ff6ba5 50%, #ffd34a 100%);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.r90-hero-cover {
  width: 100%;
  /* FALLBACK: padding-bottom hack for Tizen (no aspect-ratio) */
  height: 0;
  padding-bottom: 100%; /* 1:1 ratio */
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(10, 5, 25, 0.5);
}

/* ─── Meta Show ─── */
.r90-hero-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.55rem;
}

.r90-hero-slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
}

.r90-hero-show-link {
  text-decoration: none;
}

.r90-hero-show {
  font-weight: 700;
  font-size: 1.05rem;
  color: #ffffff;
}

.r90-hero-show-link:hover .r90-hero-show {
  color: #ffd34a;
}

.r90-hero-time {
  font-size: 0.9rem;
  color: var(--hero-color-time);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 600;
}

.r90-hero-desc {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--hero-color-desc);
  opacity: 0.95;
}

/* ─── Coloana dreapta ─── */
.r90-hero-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}

.r90-hero-header {
  margin-bottom: 0.25rem;
}

.r90-hero-kicker {
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hero-color-kicker);
  margin: 0 0 0.25rem;
  font-weight: 600;
  opacity: 0.95;
}

.r90-hero-title {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 0.3rem;
  color: #ffffff;
}

.r90-hero-title span {
  display: inline-block;
  margin-left: 0.35rem;
  color: #32e1ff; /* Fallback solid color for old browsers */
}

.r90-hero-subtitle {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.5;
  color: var(--hero-color-subtitle);
  opacity: 0.95;
}

/* ─── Stats badges — mobile stacked ─── */
.r90-hero-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.r90-hero-stat-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
  padding: 0.72rem 0.85rem;
  border-radius: 14px;
  background: rgba(15, 10, 30, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.r90-hero-stat-badge .stat-icon {
  display: block;
  font-size: 1.3rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.r90-hero-stat-badge .stat-value {
  display: block;
  font-size: 1.08rem;
  font-weight: 700;
  white-space: nowrap;
  color: #ffffff;
}

.r90-hero-stat-badge .stat-label {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;
  color: var(--hero-color-stat-label);
  line-height: 1.15;
}

.r90-hero-dynamic {
  margin-top: 0.1rem;
  font-size: 0.93rem;
  line-height: 1.45;
  color: #ffd8ff;
  opacity: 0.95;
}

/* ─── CTA Bar — mobile stacked ─── */
.r90-hero-cta-bar {
  margin-top: 0.35rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9rem;
}

.r90-hero-bigcta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 1.4rem;
  background: rgba(255, 255, 255, 0.07);
  border: 2px solid rgba(255, 255, 255, 0.13);
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.2s ease, border-color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.r90-hero-bigcta:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

.r90-hero-bigcta:focus-visible {
  outline: 2px solid #32e1ff;
  outline-offset: 3px;
}

/* Accent colors per button */
.r90-hero-bigcta:nth-child(1) { border-color: rgba(145, 205, 255, 0.6); }
.r90-hero-bigcta:nth-child(2) { border-color: rgba(255, 160, 255, 0.6); }
.r90-hero-bigcta:nth-child(3) { border-color: rgba(255, 210, 120, 0.65); }


/* ═══════════════════════════════════════════════════════════════════
   2. TABLET (701px+) — still base-safe
   ═══════════════════════════════════════════════════════════════════ */

@media (min-width: 701px) {
  .r90-hero-wrap {
    padding: 1.6rem 2rem 1.2rem;
    border-radius: 45px;
    margin-left: 1rem;
    margin-right: 1rem;
    background:
      radial-gradient(circle at 15% 20%, rgba(255, 184, 74, 0.2) 0%, transparent 40%),
      radial-gradient(circle at 90% 18%, rgba(255, 122, 120, 0.2) 0%, transparent 42%),
      linear-gradient(135deg, #05000a 0%, #020006 100%);
    box-shadow:
      0 30px 80px rgba(0, 0, 0, 0.95),
      0 0 0 1px rgba(255, 255, 255, 0.04);
  }

  .r90-hero {
    display: -ms-grid;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.4fr);
    gap: 1.6rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .r90-hero-right {
    gap: 1.4rem;
  }

  .r90-hero-cover-wrap {
    max-width: 300px;
  }

  .r90-hero-title {
    font-size: 2rem;
  }

  /* Stats: 3-col row on tablet+ */
  .r90-hero-stats {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .r90-hero-stat-badge {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0.75rem 0.7rem;
    width: auto;
  }

  .r90-hero-stat-badge .stat-value {
    font-size: 1.4rem;
  }

  .r90-hero-stat-badge .stat-label {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
  }

  .r90-hero-cta-bar {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .r90-hero-bigcta {
    width: auto;
    padding: 0.75rem 1.6rem;
    font-size: 1rem;
  }

  .r90-hero-card {
    padding: 0.9rem 1.1rem 1rem;
    border-radius: 26px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
  }
}


/* ═══════════════════════════════════════════════════════════════════
   3. DESKTOP (1025px+) — still base-safe
   ═══════════════════════════════════════════════════════════════════ */

@media (min-width: 1025px) {
  .r90-hero-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .r90-hero-title {
    font-size: 2.2rem;
  }

  .r90-hero-cover-wrap {
    max-width: 320px;
  }
}


/* ═══════════════════════════════════════════════════════════════════
   4. SMALL PHONES (480px-)
   ═══════════════════════════════════════════════════════════════════ */

@media (max-width: 480px) {
  .r90-hero-wrap {
    padding: 1.8rem 1.1rem;
  }

  .r90-hero-title {
    font-size: 1.55rem;
  }

  .r90-hero-cover-wrap {
    max-width: 240px;
  }

  .r90-hero-card {
    padding: 1rem;
  }
}


/* ═══════════════════════════════════════════════════════════════════
   5. ENHANCED — Modern browsers only (@supports gates)
   ═══════════════════════════════════════════════════════════════════ */

/* ─── aspect-ratio: replace padding hack ─── */
@supports (aspect-ratio: 1 / 1) {
  .r90-hero-cover {
    height: auto;
    padding-bottom: 0;
    aspect-ratio: 1 / 1;
  }
}

/* ─── CSS Grid: proper grid instead of flexbox ─── */
@supports (display: grid) {
  .r90-hero-stats {
    display: grid;
  }

  @media (max-width: 700px) {
    .r90-hero-stats {
      grid-template-columns: 1fr 1fr;
    }
    .r90-hero-stat-badge {
      width: auto;
    }
    .r90-hero-stat-badge:nth-child(3) {
      grid-column: 1 / -1;
    }
  }
}

/* ─── background-clip text gradient for title ─── */
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .r90-hero-title span {
    background: linear-gradient(120deg, #32e1ff 0%, #11a4ff 50%, #8df3ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .r90-hero-stat-badge .stat-value {
    background: linear-gradient(180deg, #fff 0%, #e0e0ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

/* ─── Glassmorphism + animations (modern browsers) ─── */
@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)) {
  .r90-hero-card {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
                var(--hero-bg-card);
  }

  .r90-hero-stat-badge {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  @media (min-width: 701px) {
    .r90-hero-bigcta {
      -webkit-backdrop-filter: blur(16px);
      backdrop-filter: blur(16px);
    }
  }
}

/* ─── Hover transforms + shadows (desktop with hover) ─── */
@media (hover: hover) and (pointer: fine) {
  @supports (transform: translateY(-1px)) {
    .r90-hero-card {
      -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
      transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    }
    .r90-hero-card:hover {
      transform: translateY(-2px);
      border-color: rgba(255, 255, 255, 0.12);
      box-shadow: 0 30px 70px rgba(0, 0, 0, 0.95), 0 15px 40px rgba(80, 50, 180, 0.18);
    }

    .r90-hero-cover-wrap {
      -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .r90-hero-cover-wrap:hover {
      transform: scale(1.02);
      box-shadow: 0 12px 35px rgba(255, 107, 165, 0.4);
    }

    .r90-hero-show-link {
      -webkit-transition: transform 0.2s ease;
      transition: transform 0.2s ease;
    }
    .r90-hero-show-link:hover {
      transform: translateX(3px);
    }

    .r90-hero-stat-badge {
      -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
    }
    .r90-hero-stat-badge:hover {
      transform: translateY(-4px) scale(1.02);
      border-color: rgba(255, 255, 255, 0.14);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.55), 0 0 28px rgba(100, 150, 255, 0.25);
    }
    .r90-hero-stat-badge .stat-icon {
      -webkit-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
    }
    .r90-hero-stat-badge:hover .stat-icon {
      transform: scale(1.1) rotate(-5deg);
    }

    /* Glow pseudo-element on stat badges */
    .r90-hero-stat-badge::before {
      content: "";
      position: absolute;
      top: 0; right: 0; bottom: 0; left: 0;
      border-radius: inherit;
      background: radial-gradient(circle at 50% 0%, rgba(100, 150, 255, 0.15), transparent 70%);
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
    }
    .r90-hero-stat-badge {
      position: relative;
      overflow: visible;
    }
    .r90-hero-stat-badge:hover::before {
      opacity: 1;
    }

    .r90-hero-bigcta {
      -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      overflow: hidden;
      position: relative;
    }
    .r90-hero-bigcta:hover {
      transform: translateY(-3px);
      box-shadow: 0 16px 38px rgba(0, 0, 0, 0.75), 0 0 25px rgba(100, 150, 255, 0.2);
    }
    .r90-hero-bigcta:active {
      transform: translateY(-1px);
    }

    /* Shimmer sweep on CTA hover */
    .r90-hero-bigcta::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
      -webkit-transition: left 0.5s ease;
      transition: left 0.5s ease;
    }
    .r90-hero-bigcta:hover::before {
      left: 100%;
    }

    /* Per-button hover glow */
    .r90-hero-bigcta:nth-child(1):hover { box-shadow: 0 16px 38px rgba(0,0,0,.75), 0 0 30px rgba(145,205,255,.3); }
    .r90-hero-bigcta:nth-child(2):hover { box-shadow: 0 16px 38px rgba(0,0,0,.75), 0 0 30px rgba(255,160,255,.3); }
    .r90-hero-bigcta:nth-child(3):hover { box-shadow: 0 16px 38px rgba(0,0,0,.75), 0 0 30px rgba(255,210,120,.3); }
  }
}

/* ─── Mascots (only desktop with rich backgrounds) ─── */
@supports (aspect-ratio: 1 / 1) {
  @media (min-width: 1025px) {
    .r90-hero-wrap {
      overflow: visible;
      isolation: isolate;
    }
    .r90-hero-wrap > * {
      position: relative;
      z-index: 2;
    }

    .r90-hero-wrap::before,
    .r90-hero-wrap::after {
      content: "";
      position: absolute;
      top: 50%;
      height: 65%;
      aspect-ratio: 1 / 1;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      pointer-events: none;
      z-index: 1;
      opacity: 0.95;
      filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
    }

    .r90-hero-wrap::before {
      background-image: url('../../images/robot-left-optimized.webp');
      left: 0;
      transform: translate(-65%, -50%);
      -webkit-animation: mascotFloatLeft 6s ease-in-out infinite;
      animation: mascotFloatLeft 6s ease-in-out infinite;
    }

    .r90-hero-wrap::after {
      background-image: url('../../images/dolhin-right-transparent.webp');
      right: 0;
      transform: translate(72%, -50%);
      -webkit-animation: mascotFloatRight 6s ease-in-out infinite 3s;
      animation: mascotFloatRight 6s ease-in-out infinite 3s;
    }

    .r90-hero-wrap:hover::before {
      transform: translate(-62%, -50%);
      -webkit-animation-play-state: paused;
      animation-play-state: paused;
    }
    .r90-hero-wrap:hover::after {
      transform: translate(69%, -50%);
      -webkit-animation-play-state: paused;
      animation-play-state: paused;
    }
  }

  @media (min-width: 701px) and (max-width: 1024px) {
    .r90-hero-wrap::before,
    .r90-hero-wrap::after {
      content: "";
      position: absolute;
      top: 50%;
      height: 55%;
      aspect-ratio: 1 / 1;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      pointer-events: none;
      z-index: 1;
      opacity: 0.5;
    }
    .r90-hero-wrap::before {
      background-image: url('../../images/robot-left-optimized.webp');
      left: 0;
      transform: translate(-55%, -50%);
    }
    .r90-hero-wrap::after {
      background-image: url('../../images/dolhin-right-transparent.webp');
      right: 0;
      transform: translate(62%, -50%);
    }
    .r90-hero-wrap {
      overflow: visible;
    }
    .r90-hero-wrap > * {
      position: relative;
      z-index: 2;
    }
  }
}

/* ─── Entrance animation (only if supported) ─── */
@supports (animation: fadeIn 1s) {
  @media (prefers-reduced-motion: no-preference) {
    .r90-hero-wrap {
      -webkit-animation: heroFadeIn 0.6s ease-out;
      animation: heroFadeIn 0.6s ease-out;
    }
  }
}

/* ─── Richer desktop background (radials) ─── */
@media (min-width: 701px) {
  .r90-hero-wrap {
    background:
      radial-gradient(circle at 15% 20%, rgba(255, 184, 74, 0.25) 0%, transparent 40%),
      radial-gradient(circle at 90% 18%, rgba(255, 122, 120, 0.25) 0%, transparent 42%),
      radial-gradient(circle at 78% 80%, rgba(116, 82, 255, 0.32) 0%, transparent 50%),
      radial-gradient(circle at 50% 0%, rgba(120, 80, 255, 0.22) 0%, transparent 40%),
      linear-gradient(135deg, #05000a 0%, #030007 50%, #020006 100%);
    box-shadow:
      0 40px 100px rgba(0, 0, 0, 0.98),
      0 20px 60px rgba(80, 50, 180, 0.15),
      0 0 0 1px rgba(255, 255, 255, 0.04);
  }
}


/* ═══════════════════════════════════════════════════════════════════
   6. KEYFRAMES
   ═══════════════════════════════════════════════════════════════════ */

@-webkit-keyframes heroFadeIn {
  from { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
  to   { opacity: 1; -webkit-transform: translateY(0);    transform: translateY(0); }
}
@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@-webkit-keyframes mascotFloatLeft {
  0%, 100% { -webkit-transform: translate(-65%, -50%) translateY(0);  transform: translate(-65%, -50%) translateY(0); }
  50%      { -webkit-transform: translate(-65%, -50%) translateY(-10px); transform: translate(-65%, -50%) translateY(-10px); }
}
@keyframes mascotFloatLeft {
  0%, 100% { transform: translate(-65%, -50%) translateY(0); }
  50%      { transform: translate(-65%, -50%) translateY(-10px); }
}

@-webkit-keyframes mascotFloatRight {
  0%, 100% { -webkit-transform: translate(72%, -50%) translateY(0);  transform: translate(72%, -50%) translateY(0); }
  50%      { -webkit-transform: translate(72%, -50%) translateY(-10px); transform: translate(72%, -50%) translateY(-10px); }
}
@keyframes mascotFloatRight {
  0%, 100% { transform: translate(72%, -50%) translateY(0); }
  50%      { transform: translate(72%, -50%) translateY(-10px); }
}

@-webkit-keyframes gradientShift {
  0%, 100% { -webkit-filter: brightness(1); filter: brightness(1); }
  50%      { -webkit-filter: brightness(1.2); filter: brightness(1.2); }
}
@keyframes gradientShift {
  0%, 100% { filter: brightness(1); }
  50%      { filter: brightness(1.2); }
}


/* ═══════════════════════════════════════════════════════════════════
   7. ACCESSIBILITY
   ═══════════════════════════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {
  .r90-hero-wrap,
  .r90-hero-wrap::before,
  .r90-hero-wrap::after,
  .r90-hero-card,
  .r90-hero-cover-wrap,
  .r90-hero-show-link,
  .r90-hero-stat-badge,
  .r90-hero-bigcta {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@media (hover: none) and (pointer: coarse) {
  .r90-hero-bigcta {
    min-height: 48px;
  }
  .r90-hero-stat-badge:hover {
    transform: none;
  }
}

@media (prefers-contrast: high) {
  .r90-hero-wrap {
    border: 2px solid currentColor;
  }
  .r90-hero-card,
  .r90-hero-stat-badge,
  .r90-hero-bigcta {
    border-width: 2px;
  }
}