.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}
.mixy-prepare {
  opacity: 0 !important;
  transform: none !important;
}

.mixy-reveal {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition:
    opacity 0.8s cubic-bezier(0.32, 0.72, 0, 1),
    transform 0.8s cubic-bezier(0.32, 0.72, 0, 1);
  will-change: opacity, transform;
}

.mixy-reveal-left {
  opacity: 0;
  transform: translate3d(-40px, 0, 0);
  transition:
    opacity 0.6s cubic-bezier(0.32, 0.72, 0, 1),
    transform 0.6s cubic-bezier(0.32, 0.72, 0, 1);
}

.mixy-reveal-right {
  opacity: 0;
  transform: translate3d(40px, 0, 0);
  transition:
    opacity 0.6s cubic-bezier(0.32, 0.72, 0, 1),
    transform 0.6s cubic-bezier(0.32, 0.72, 0, 1);
}

.mixy-reveal-up {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
  transition:
    opacity 0.8s cubic-bezier(0.32, 0.72, 0, 1),
    transform 0.8s cubic-bezier(0.32, 0.72, 0, 1);
}

.mixy-reveal-scale {
  opacity: 0;
  transform: scale(0.95);
  transition:
    opacity 0.8s cubic-bezier(0.32, 0.72, 0, 1),
    transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mixy-visible {
  opacity: 1 !important;
  transform: none !important;
}

.mixy-stagger-1 { transition-delay: 0.08s; }
.mixy-stagger-2 { transition-delay: 0.16s; }
.mixy-stagger-3 { transition-delay: 0.24s; }
.mixy-stagger-4 { transition-delay: 0.32s; }
.mixy-stagger-5 { transition-delay: 0.4s; }
.mixy-stagger-6 { transition-delay: 0.48s; }
.mixy-stagger-7 { transition-delay: 0.56s; }

[data-faq-item] [data-slot="accordion-content"] {
  overflow: hidden;
}

[data-faq-item] [data-slot="accordion-content"] > .mixy-faq-answer {
  padding-top: 2rem;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
}

@media (min-width: 768px) {
  [data-faq-item] [data-slot="accordion-content"] > .mixy-faq-answer {
    font-size: 18px;
  }
}

/* Closed FAQ: CSS-only hide so answers remain in HTML source for crawlers */
[data-faq-item][data-state="closed"] [data-slot="accordion-content"] {
  display: none;
}

[data-faq-item][data-state="open"] [data-slot="accordion-content"] {
  display: block;
  animation: mixy-accordion-down 0.25s ease-out;
}

[data-faq-item] [data-slot="accordion-trigger"] svg {
  transition: transform 0.2s ease;
}

[data-faq-item][data-state="open"] [data-slot="accordion-trigger"] svg {
  transform: rotate(180deg);
}

@keyframes mixy-accordion-down {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mixy-type-cursor {
  animation: mixy-blink 1s step-end infinite;
}

/* Homepage SEO authority — SaaS centered block */
.mixy-seo {
  width: 100%;
  padding: 4rem 1.25rem 3.5rem;
}

.mixy-seo__inner {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}

.mixy-seo__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.mixy-seo__title {
  margin: 0 auto 1rem;
  max-width: 18ch;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.mixy-seo__lead {
  margin: 0 auto 1.75rem;
  max-width: 40rem;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 450;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
}

.mixy-seo__lead strong {
  color: #fff;
  font-weight: 650;
}

.mixy-seo__copy {
  margin: 0 auto 2.25rem;
  max-width: 42rem;
  display: grid;
  gap: 1.1rem;
  font-size: clamp(1rem, 2vw, 1.08rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.88);
}

.mixy-seo__copy p {
  margin: 0;
}

.mixy-seo__copy a {
  color: #f9a8d4;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(249, 168, 212, 0.45);
  transition: color 0.15s ease, border-color 0.15s ease;
}

.mixy-seo__copy a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.55);
}

.mixy-seo--glance {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 3rem;
}

.mixy-seo__copy--official {
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.03);
}

.mixy-seo__copy--official h2 {
  margin: 0 0 0.65rem;
  font-size: 1.25rem;
}

.mixy-seo__copy--official p {
  margin: 0 0 0.75rem;
}

.mixy-seo__copy--official p:last-child {
  margin-bottom: 0;
}

.mixy-seo__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.mixy-seo__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 8.5rem;
  padding: 1.6rem 1.35rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.mixy-seo__card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
}

.mixy-seo__card-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244, 114, 182, 0.9);
}

.mixy-seo__card h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 550;
  line-height: 1.25;
  color: #fff;
}

.mixy-seo__card p {
  margin: 0;
  max-width: 18rem;
  font-size: 0.95rem;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.78);
}

@media (min-width: 768px) {
  .mixy-seo {
    padding: 5rem 1.5rem 4rem;
  }

  .mixy-seo__title {
    max-width: none;
  }

  .mixy-seo__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .mixy-seo__card {
    min-height: 10rem;
    padding: 1.85rem 1.25rem;
  }
}

/* Homepage topics — creative SaaS redesign */
.mixy-topics {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 2.5rem 0 1.5rem;
}

.mixy-topics__stage {
  position: relative;
  width: 100%;
  padding-top: 2.75rem;
}

.mixy-topics__label {
  position: absolute;
  top: -0.15rem;
  left: 4%;
  z-index: 30;
  margin: 0;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
  color: var(--primary-foreground, #f9a8d4);
  transform: rotate(-14deg);
  pointer-events: none;
  text-shadow: 0 8px 28px rgba(244, 114, 182, 0.25);
}

.mixy-topics__rail {
  position: relative;
}

.mixy-topics__carousel {
  position: relative;
}

.mixy-topics__viewport {
  overflow: hidden;
}

.mixy-topics__track {
  display: flex;
  align-items: stretch;
  gap: 0.85rem;
  width: max-content;
  padding: 0.85rem 1.25rem 1.1rem;
  will-change: transform;
}

.mixy-topics__slide {
  flex: 0 0 auto;
  width: min(17.5rem, 78vw);
}

.mixy-topics__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 8.75rem;
  padding: 1.45rem 1.2rem;
  text-align: center;
  color: inherit;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(244, 114, 182, 0.1), transparent 55%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  pointer-events: none;
  user-select: none;
  overflow: hidden;
}

.mixy-topics__badge {
  position: relative;
  z-index: 1;
  font-size: 0.78rem;
  font-weight: 450;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.mixy-topics__name {
  position: relative;
  z-index: 1;
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.mixy-topics__meta {
  position: relative;
  z-index: 1;
  font-size: 1.05rem;
  font-weight: 550;
  color: #f9a8d4;
}

.mixy-topics__next {
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.35rem;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(42, 42, 42, 0.96), rgba(28, 28, 28, 0.96));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.mixy-topics__next:hover {
  border-color: rgba(244, 114, 182, 0.45);
  background:
    linear-gradient(160deg, rgba(58, 58, 58, 0.98), rgba(34, 34, 34, 0.98));
  transform: translateY(-50%) scale(1.04);
}

.mixy-topics__actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.mixy-topics__articles,
.mixy-topics__links {
  display: grid;
  gap: 0.75rem;
}

.mixy-topics__articles {
  grid-template-columns: 1fr;
}

.mixy-topics__links {
  grid-template-columns: 1fr 1fr;
}

.mixy-topics__links .mixy-topics__btn:first-child {
  grid-column: 1 / -1;
}

.mixy-topics__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.85rem;
  padding: 0.95rem 1.35rem;
  border-radius: 1.15rem;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 550;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.mixy-topics__btn--accent {
  color: #1a1a1a;
  background:
    linear-gradient(135deg, #f6e7ff 0%, #f9a8d4 48%, #f472b6 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 10px 28px rgba(244, 114, 182, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.mixy-topics__btn--accent:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 36px rgba(244, 114, 182, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.mixy-topics__btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.mixy-topics__btn--ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
  .mixy-topics {
    gap: 2rem;
    padding: 3.25rem 0 2rem;
  }

  .mixy-topics__stage {
    padding-top: 3.25rem;
  }

  .mixy-topics__label {
    left: 2.5%;
  }

  .mixy-topics__track {
    gap: 1rem;
    padding: 1rem 1.5rem 1.25rem;
  }

  .mixy-topics__slide {
    width: 18.5rem;
  }

  .mixy-topics__card {
    min-height: 9.5rem;
    padding: 1.7rem 1.4rem;
    border-radius: 1.75rem;
  }

  .mixy-topics__next {
    right: 1.5rem;
    width: 5rem;
    height: 5rem;
    border-radius: 1.5rem;
  }

  .mixy-topics__actions {
    gap: 1rem;
    padding: 0 1.25rem;
  }

  .mixy-topics__articles {
    grid-template-columns: 1fr 1fr;
  }

  .mixy-topics__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mixy-topics__links .mixy-topics__btn:first-child {
    grid-column: auto;
  }

  .mixy-topics__btn {
    min-height: 4.5rem;
    border-radius: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .mixy-topics__btn {
    font-size: 1.35rem;
  }
}

/* Homepage footer sits outside rounded shell padding */
#contacts > .auth-footer {
  margin-top: 1rem;
  border-radius: 0 0 16px 16px;
}

@media (min-width: 768px) {
  #contacts > .auth-footer {
    border-radius: 0 0 24px 24px;
  }
}

@media (min-width: 1024px) {
  #contacts > .auth-footer {
    border-radius: 0 0 48px 48px;
  }
}

/* Site header — scrolls with page, not fixed to viewport */
.mixy-site-header {
  position: absolute !important;
}

.mixy-mobile-menu-btn {
  display: none;
}

/* ── Mobile layout (<768px) ── */
@media (max-width: 767px) {
  html,
  body,
  #root {
    overflow-x: clip;
    max-width: 100vw;
  }

  #root > .flex.flex-col {
    padding-left: 0.35rem !important;
    padding-right: 0.35rem !important;
  }

  [data-scroll-container] {
    padding-left: 0.65rem !important;
    padding-right: 0.65rem !important;
  }

  [data-mixy-header] {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  [data-mixy-header] .mixy-header-bar,
  [data-mixy-header] .flex.justify-between {
    gap: 0.5rem;
    min-height: 52px;
    margin-top: 0.25rem !important;
    padding: 0.5rem 0.35rem !important;
    border-radius: 16px !important;
  }

  [data-mixy-header] .mixy-header-bar > div:first-child,
  [data-mixy-header] .flex.justify-between > div:first-child {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }

  [data-mixy-header] .mixy-header-bar > div:nth-child(2),
  [data-mixy-header] .flex.justify-between > div:nth-child(2) {
    display: none !important;
  }

  [data-mixy-header] .mixy-header-left-extras,
  [data-mixy-header] .flex.gap-6.items-center > #lang-switcher {
    display: none !important;
  }

  [data-mixy-header] .mixy-header-bot-link,
  [data-mixy-header] .mixy-header-support-link,
  [data-mixy-header] .flex.gap-3 > a[href*='MixyMoneyBot'],
  [data-mixy-header] .flex.gap-3 > a[href*='mixysupport'] {
    display: none !important;
  }

  [data-mixy-header] .flex.gap-6.items-center {
    gap: 0.5rem !important;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
    width: 100%;
    justify-content: space-between;
  }

  [data-mixy-header] a.text-\[24px\] {
    font-size: 1.15rem !important;
  }

  [data-mixy-header] .flex.gap-3 {
    display: none !important;
  }

  button.mixy-mobile-menu-btn {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 14px;
    background: var(--foreground, #2a2a2a);
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    z-index: 50;
  }

  #mixer {
    gap: 12px !important;
    min-height: 100svh !important;
    padding-top: 88px !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
  }

  #mixer > .flex.flex-col.gap-6 {
    padding-left: 0.35rem !important;
    padding-right: 0.35rem !important;
    gap: 1rem !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  #mixer h1 {
    font-size: clamp(1.65rem, 7.2vw, 2.15rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em;
    max-width: 100%;
    padding-inline: 0.15rem;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  #mixer .font-mimi {
    font-size: clamp(1.35rem, 6vw, 1.75rem) !important;
  }

  #mixer .text-white\/70 {
    font-size: 0.875rem !important;
    line-height: 1.45 !important;
    max-width: 100% !important;
    width: 100%;
    padding-inline: 0.35rem;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal !important;
    box-sizing: border-box;
  }

  #mixer form {
    max-width: 100% !important;
    width: 100% !important;
    padding-inline: 0;
  }

  #mixer form input,
  #mixer form button {
    font-size: 0.95rem !important;
  }

  #mixer .mixy-mobile-visual {
    position: relative;
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 0.75rem;
    overflow: visible;
  }

  #mixer .mixy-info-cards,
  #mixer > .flex.md\:relative {
    position: relative;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    max-width: none !important;
    height: auto !important;
    margin: 0;
    padding: 0 0.5rem 0.5rem;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    z-index: 20;
  }

  #mixer .mixy-info-cards::-webkit-scrollbar,
  #mixer > .flex.md\:relative::-webkit-scrollbar {
    display: none;
  }

  #mixer .mixy-info-cards > .backdrop-blur-lg,
  #mixer > .flex.md\:relative > .backdrop-blur-lg {
    position: static !important;
    flex: 0 0 auto;
    width: min(78vw, 16.5rem);
    min-width: 11.5rem;
    max-width: 16.5rem;
    transform: none !important;
    translate: none !important;
    scroll-snap-align: start;
    padding: 1rem 1.1rem !important;
  }

  #mixer .mixy-info-cards > .backdrop-blur-lg p,
  #mixer > .flex.md\:relative > .backdrop-blur-lg p {
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: break-word;
    text-align: center !important;
  }

  #mixer .mixy-info-cards-arrow {
    position: absolute;
    z-index: 25;
    top: 72%;
    right: 0.25rem;
    width: min(120px, 32vw);
    height: auto;
    pointer-events: none;
    object-fit: contain;
    opacity: 0.85;
  }

  [data-section-cat].mixy-cat-mobile {
    position: absolute !important;
    left: 50% !important;
    top: 0 !important;
    margin-top: 0 !important;
    align-self: auto !important;
    transform-origin: 50% 100% !important;
    z-index: 10 !important;
    pointer-events: none;
    width: max-content;
    max-width: 100vw;
    flex-shrink: 0;
  }

  [data-section-cat].mixy-cat-mobile.mixy-cat-visible {
    opacity: 1;
  }

  [data-section-cat].mixy-cat-mobile img {
    max-height: 180px !important;
    width: auto !important;
    height: auto !important;
  }

  #benefits {
    min-height: auto !important;
    padding-top: 4rem !important;
    padding-bottom: 2rem !important;
  }

  #benefits > .flex {
    height: auto !important;
    gap: 1rem !important;
  }

  #benefits .backdrop-blur-lg {
    position: relative !important;
    width: 100% !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    translate: none !important;
  }

  #benefits .backdrop-blur-lg > .font-mimi {
    position: static !important;
    display: block;
    width: fit-content;
    margin: 0 0 0.5rem;
    transform: rotate(-4deg);
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }

  #how-it-works {
    min-height: auto !important;
    padding-top: 3.5rem !important;
    padding-bottom: 2rem !important;
  }

  #how-it-works .font-mimi.text-white\/20 {
    display: none;
  }

  #how-it-works .text-\[40px\] {
    font-size: clamp(1.65rem, 7vw, 2.15rem) !important;
    line-height: 1.15 !important;
    text-align: center;
    overflow-wrap: break-word;
  }

  #how-it-works .backdrop-blur-lg {
    position: relative !important;
    max-width: 100% !important;
    width: 100% !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    translate: none !important;
  }

  #how-it-works > .flex > .flex.flex-col.gap-2 {
    height: auto !important;
    width: 100% !important;
    gap: 0.75rem !important;
  }

  #faq {
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
  }

  #faq .text-\[40px\] {
    font-size: clamp(1.65rem, 7vw, 2.15rem) !important;
    line-height: 1.15 !important;
    text-align: center;
    overflow-wrap: break-word;
  }

  #faq .font-mimi.text-white\/20 {
    display: none;
  }

  #faq [data-faq-item] {
    padding: 1rem 1.1rem !important;
  }

  #faq [data-slot='accordion-trigger'] {
    font-size: 1rem !important;
    line-height: 1.35 !important;
    gap: 0.75rem !important;
    align-items: flex-start !important;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  #faq [data-slot='accordion-trigger'] svg {
    margin-top: 0.15rem;
    flex-shrink: 0;
  }

  .mixy-topics {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .mixy-topics__label {
    left: 0.75rem;
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .mixy-topics__next {
    width: 3.25rem;
    height: 3.25rem;
    right: 0.5rem;
    border-radius: 1rem;
  }

  .mixy-topics__actions {
    padding: 0 0.65rem;
  }

  .mixy-seo {
    padding: 2.75rem 0.85rem 2.5rem;
  }

  .mixy-seo__title {
    max-width: none;
  }

  .mixy-mobile-drawer__close,
  .mixy-mobile-drawer__support {
    min-height: 44px;
    height: 44px;
  }

  .mixy-mobile-drawer__support {
    padding: 0 1rem;
    font-size: 0.95rem;
  }

  .mixy-mobile-drawer__actions a,
  .mixy-mobile-drawer__actions button {
    min-height: 56px;
    border-radius: 18px;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .mixy-mobile-menu-btn,
  .mixy-mobile-drawer {
    display: none !important;
  }
}

.mixy-mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
}

.mixy-mobile-drawer.is-open {
  pointer-events: auto;
}

.mixy-mobile-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.32, 0.72, 0, 1);
}

.mixy-mobile-drawer.is-open .mixy-mobile-drawer__overlay {
  opacity: 1;
}

.mixy-mobile-drawer__panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100vh;
  overflow-y: auto;
  padding: 8px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: none;
  transform: translateY(-105%);
  transition: transform 0.45s cubic-bezier(0.32, 0.72, 0, 1);
}

.mixy-mobile-drawer.is-open .mixy-mobile-drawer__panel {
  transform: translateY(0);
}

.mixy-mobile-drawer__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 16px 12px;
  border-radius: 24px;
  background: var(--background, #1d1d1d);
}

.mixy-mobile-drawer__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 8px;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.mixy-mobile-drawer__brand img {
  width: 37px;
  height: 32px;
  min-width: 37px;
}

.mixy-mobile-drawer__topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mixy-mobile-drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background: var(--foreground, #2a2a2a);
  color: #fff;
  cursor: pointer;
}

.mixy-mobile-drawer__support {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 16px;
  background: var(--primary-foreground, #e8d4ff);
  color: var(--primary, #7c3aed);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.mixy-mobile-drawer__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  border-radius: 16px;
  background: var(--background, #1d1d1d);
}

.mixy-mobile-drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 16px;
}

.mixy-mobile-drawer__nav a {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.mixy-mobile-drawer__nav a.is-active,
.mixy-mobile-drawer__nav a:hover {
  color: #fff;
}

.mixy-mobile-drawer__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
}

.mixy-mobile-drawer__actions a,
.mixy-mobile-drawer__actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 74px;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.mixy-mobile-drawer__btn-row {
  display: flex;
  gap: 8px;
  width: 100%;
}

.mixy-mobile-drawer__btn-row a {
  flex: 1;
}

.mixy-mobile-drawer__btn-secondary {
  background: var(--foreground, #2a2a2a);
  color: #fff;
}

.mixy-mobile-drawer__btn-muted {
  background: var(--primary-foreground, #e8d4ff);
  color: var(--primary, #7c3aed);
}

.mixy-mobile-drawer__langs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

[data-section-cat].mixy-cat-visible {
  opacity: 1 !important;
}

@media (min-width: 768px) {
  [data-section-cat]:not(.mixy-cat-mobile) img {
    width: auto;
    height: auto;
    max-height: clamp(420px, 52vh, 700px);
  }
}

@keyframes mixy-blink {
  50% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .mixy-reveal,
  .mixy-reveal-left,
  .mixy-reveal-right,
  .mixy-reveal-up,
  .mixy-reveal-scale {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  [data-faq-item][data-state="open"] [data-slot="accordion-content"] {
    animation: none;
  }
}
