/* Max Your Fans — production styles */
:root {
  --bg: #0a0a0a;
  --bg-deep: #04040a;
  --surface: #1a1a1a;
  --surface-2: #131318;
  --text: #ffffff;
  --text-muted: #a1a1a3;
  --accent: #ff2a70;
  --accent-hot: #ff007f;
  --accent-hover: #ff6d9e;
  --line: rgba(255, 255, 255, 0.12);
  --rail-w: 52px;
  --header-h: 84px;
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --font-script: "Playfair Display", Georgia, serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--accent);
  color: #fff;
  padding: 0.75rem 1rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.accent {
  color: var(--accent);
}

.eyebrow {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
}

.lead {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 42rem;
}

.section-head {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

/* Social rail */
.social-rail {
  display: none;
}

@media (min-width: 1100px) {
  .social-rail {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--rail-w);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4.5rem;
    border-right: 1px solid var(--line);
    background: rgba(4, 4, 10, 0.85);
    backdrop-filter: blur(8px);
    z-index: 40;
    padding: 1rem 0;
  }

  .social-rail a {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 0.55rem;
    transition: color 0.25s var(--ease);
  }

  .social-rail a:hover {
    color: var(--accent);
  }

  .rail-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    flex-shrink: 0;
  }

  body {
    padding-left: var(--rail-w);
  }
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(4, 4, 10, 0.94);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  min-height: var(--header-h);
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo img {
  width: min(180px, 46vw);
  height: auto;
}

.nav-desktop {
  display: none;
  gap: 1.6rem;
  align-items: center;
}

.nav-desktop a {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding: 0.25rem 0;
  transition: color 0.2s ease;
}

.nav-desktop a:hover,
.nav-desktop a.is-active {
  color: var(--accent);
}

.header-actions {
  display: flex;
  gap: 0.35rem;
}

.icon-btn {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
}

.icon-btn:hover {
  background: rgba(255, 42, 112, 0.15);
  color: var(--accent);
}

.nav-mobile {
  display: grid;
  gap: 0.25rem;
  padding: 0.5rem 1.25rem 1.25rem;
  border-top: 1px solid var(--line);
  background: var(--bg-deep);
}

.nav-mobile a {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.85rem 0.25rem;
  border-bottom: 1px solid var(--line);
}

.nav-mobile a:last-child {
  border-bottom: 0;
}

@media (min-width: 900px) {
  .nav-desktop {
    display: flex;
  }

  .menu-toggle {
    display: none;
  }
}

/* Hero */
.hero {
  position: relative;
  min-height: min(72vh, 640px);
  display: grid;
  place-content: center;
  text-align: center;
  padding: 4rem 1.25rem 3rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 78% 18%, rgba(255, 42, 112, 0.18), transparent 60%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(45, 120, 140, 0.12), transparent 55%),
    linear-gradient(180deg, #050508 0%, #0a0a0a 100%);
}

.hero-glow {
  position: absolute;
  inset: -10% 20% auto auto;
  width: min(520px, 70vw);
  height: min(420px, 55vh);
  background: url("assets/hero-smoke.jpg") center / cover no-repeat;
  opacity: 0.28;
  filter: saturate(1.2) contrast(1.1);
  mask-image: radial-gradient(circle at center, #000 20%, transparent 72%);
  pointer-events: none;
  animation: drift 18s ease-in-out infinite alternate;
}

@keyframes drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-4%, 3%, 0) scale(1.06); }
}

.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 9vw, 6.5rem);
  letter-spacing: 0.04em;
  line-height: 0.95;
  text-transform: uppercase;
  animation: rise 0.9s var(--ease) both;
  display: grid;
  justify-items: center;
  gap: 0.15em;
}

.hero-line {
  display: block;
}

.hero-typed-line {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  color: var(--accent);
  line-height: 1;
  min-height: 1.05em;
}

.hero-typed {
  display: inline-block;
  border-bottom: 5px solid #fff;
  padding-bottom: 0.06em;
  min-width: 2ch;
  white-space: nowrap;
}

.hero-typed::after {
  content: "_";
  display: inline-block;
  margin-left: 0.05em;
  color: var(--accent);
  animation: caret-blink 0.85s steps(1) infinite;
  border-bottom: 0;
}

@keyframes caret-blink {
  0%, 45% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Feature grid */
.features {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 70vh;
}

.feature-card {
  position: relative;
  min-height: 420px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.88) 100%),
    var(--feature-img) center / cover no-repeat;
  display: flex;
  align-items: flex-end;
  border-top: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.5s var(--ease);
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 42, 112, 0.18));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature-card:hover::after {
  opacity: 1;
}

.feature-overlay {
  position: relative;
  z-index: 1;
  padding: 2rem 1.4rem 2.2rem;
}

.feature-overlay h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  letter-spacing: 0.03em;
  line-height: 1.05;
  text-transform: uppercase;
}

.feature-overlay p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
  max-width: 34ch;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, gap 0.2s ease;
}

.text-link:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
  gap: 0.65rem;
}

@media (min-width: 900px) {
  .features {
    grid-template-columns: repeat(3, 1fr);
    min-height: 78vh;
  }

  .feature-card {
    min-height: 78vh;
    border-top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }

  .feature-card:last-child {
    border-right: 0;
  }
}

/* Services strip */
.services {
  display: grid;
  grid-template-columns: 1fr;
}

.service-panel {
  position: relative;
  min-height: 360px;
  padding: 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.9)),
    var(--panel-img) center / cover no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.service-panel h2 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.05;
}

.service-panel p {
  margin: 0 0 1rem;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.86);
}

@media (min-width: 900px) {
  .services {
    grid-template-columns: repeat(3, 1fr);
    min-height: 520px;
  }

  .service-panel {
    min-height: 520px;
    border-top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }

  .service-panel:last-child {
    border-right: 0;
  }
}

/* Testimonials */
.testimonials {
  padding: 5rem 1.25rem;
  background:
    radial-gradient(ellipse at top, rgba(255, 42, 112, 0.08), transparent 55%),
    var(--bg);
}

.slider {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}

.slider-track {
  position: relative;
  min-height: 280px;
}

.testimonial {
  margin: 0;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(24px);
  pointer-events: none;
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
  text-align: center;
  padding: 1rem;
}

.testimonial.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  position: relative;
}

.stars {
  color: var(--accent);
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.testimonial blockquote {
  margin: 0 0 1.25rem;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 400;
  line-height: 1.45;
  color: #fff;
}

.testimonial figcaption {
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
}

.testimonial figcaption strong {
  color: #fff;
  font-weight: 700;
}

.slider-btn {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(26, 26, 26, 0.85);
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 2;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.slider-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.slider-btn.prev { left: -0.25rem; }
.slider-btn.next { right: -0.25rem; }

@media (min-width: 900px) {
  .slider-btn.prev { left: -3rem; }
  .slider-btn.next { right: -3rem; }
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.slider-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  padding: 0;
}

.slider-dots button.is-active {
  background: var(--accent);
  transform: scale(1.2);
}

/* Stats */
.stats {
  position: relative;
  padding: 5.5rem 1.25rem;
  background:
    linear-gradient(180deg, rgba(4, 4, 10, 0.92), rgba(4, 4, 10, 0.96)),
    url("assets/stats-bg.jpg") center / cover no-repeat;
}

.stats-inner {
  max-width: var(--max);
  margin: 0 auto;
  text-align: center;
}

.stats h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-transform: uppercase;
}

.stats-sub {
  margin: 0 auto 3rem;
  max-width: 48rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.86rem;
  line-height: 1.7;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

.stat-card {
  position: relative;
  background: var(--surface);
  padding: 1.75rem 1.25rem 1.5rem;
  text-align: left;
  z-index: 1;
  isolation: isolate;
}

.stat-card::before {
  content: "";
  position: absolute;
  inset: -8px -6px -10px 8px;
  background: var(--accent);
  z-index: -1;
  transform: skewY(-3deg) rotate(-1.5deg);
  clip-path: polygon(4% 0, 100% 3%, 96% 100%, 0 97%);
}

.stat-card img {
  margin-bottom: 0.85rem;
}

.stat-value {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 3.6rem);
  line-height: 1;
  letter-spacing: 0.02em;
}

.stat-label {
  margin: 0.55rem 0 0;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 700;
}

@media (min-width: 700px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

/* How it works */
.how {
  padding: 5rem 1.25rem 3rem;
  text-align: center;
  background: var(--bg);
}

.ease-banner {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.65rem 1.2rem;
  border: 2px solid var(--accent);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  animation: pulse-border 2.8s ease-in-out infinite;
}

@keyframes pulse-border {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 42, 112, 0.35); }
  50% { box-shadow: 0 0 0 8px rgba(255, 42, 112, 0); }
}

.how h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  letter-spacing: 0.03em;
  line-height: 0.98;
  text-transform: uppercase;
}

.how .lead {
  margin: 0 auto;
}

/* Video */
.video-section {
  padding: 2rem 1.25rem 5rem;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.video-section h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 3rem);
  letter-spacing: 0.03em;
  line-height: 1.05;
  text-transform: uppercase;
}

.video-section .lead {
  margin: 0 auto 2rem;
}

.video-frame {
  position: relative;
  border: 1px solid var(--line);
  background: #000;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: 0 30px 80px rgba(255, 42, 112, 0.12);
}

.video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About */
.about {
  padding: 5rem 1.25rem;
  background: linear-gradient(180deg, #0a0a0a, #101014 50%, #0a0a0a);
}

.about-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.about-copy h2 {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.about-copy p {
  color: var(--text-muted);
  margin: 0 0 1rem;
}

.about-portrait {
  min-height: 360px;
  background: center / cover no-repeat;
  border: 1px solid var(--line);
  position: relative;
}

.about-portrait::after {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  border: 2px solid var(--accent);
  z-index: -1;
}

@media (min-width: 900px) {
  .about-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 4rem;
  }

  .about-portrait {
    min-height: 520px;
  }
}

/* Contact */
.contact {
  padding: 5rem 1.25rem;
  background: var(--surface-2);
}

.contact-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 2.5rem;
}

.contact h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.contact-list li {
  display: grid;
  gap: 0.25rem;
}

.contact-list span {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  color: var(--text-muted);
}

.contact-list a {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--accent);
  transition: color 0.2s ease;
}

.contact-list a:hover {
  color: var(--accent-hover);
}

.contact-form {
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 1.5rem;
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.contact-form abbr {
  color: var(--accent);
  text-decoration: none;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: #0f0f12;
  border: 1px solid var(--line);
  color: #fff;
  padding: 0.85rem 0.95rem;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
}

.human-check {
  display: flex !important;
  align-items: center;
  gap: 0.65rem;
  font-weight: 500 !important;
}

.human-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}

.contact-form button {
  appearance: none;
  border: 0;
  background: var(--accent);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.contact-form button:hover:not(:disabled) {
  background: var(--accent-hover);
  transform: translateY(-1px);
}

.contact-form button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.form-status {
  margin: 0;
  color: #9be7b3;
  font-size: 0.95rem;
}

@media (min-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 4rem;
  }

  .contact-form {
    padding: 2rem;
  }
}

/* Schedule */
.schedule {
  padding: 4.5rem 1.25rem;
  text-align: center;
  background:
    radial-gradient(ellipse at center, rgba(255, 42, 112, 0.12), transparent 60%),
    var(--bg);
}

.schedule h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.schedule .lead {
  margin: 0 auto 1.75rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 1rem 1.8rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-primary:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
}

/* FAQ */
.faq {
  padding: 5rem 1.25rem 6rem;
  max-width: 900px;
  margin: 0 auto;
}

.accordion {
  display: grid;
  gap: 0.75rem;
}

.accordion-item {
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
}

.accordion-item summary {
  list-style: none;
  cursor: pointer;
  background: var(--accent);
  color: #fff;
  padding: 1rem 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: background 0.2s ease;
}

.accordion-item summary::-webkit-details-marker {
  display: none;
}

.accordion-item summary::after {
  content: "+";
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 400;
}

.accordion-item[open] summary::after {
  content: "–";
}

.accordion-item summary:hover {
  background: #e61f61;
}

.accordion-panel {
  background: #fff;
  color: #111;
  padding: 1rem 1.25rem 1.25rem;
  border-radius: 0 0 16px 16px;
}

.accordion-panel p {
  margin: 0;
  line-height: 1.65;
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--line);
  background: #050508;
  padding: 2.5rem 1.25rem;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 1.25rem;
  justify-items: center;
  text-align: center;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.footer-social a {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: color 0.2s ease;
}

.footer-social a:hover {
  color: var(--accent);
}

.copyright {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.85rem;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
