@font-face {
  font-family: YekanBakh;
  src: url("/fonts/YekanBakh-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: YekanBakh;
  src: url("/fonts/YekanBakh-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

.amozesh-body {
  margin: 0;
  min-height: 100svh;
  color: #cbd5e1;
  font-family: YekanBakh, Tahoma, Arial, sans-serif;
  background:
    radial-gradient(ellipse 50% 36% at 18% -4%, rgba(99, 102, 241, 0.2), transparent 58%),
    radial-gradient(ellipse 42% 32% at 92% 12%, rgba(16, 185, 129, 0.12), transparent 52%),
    radial-gradient(ellipse 38% 28% at 8% 88%, rgba(217, 70, 239, 0.08), transparent 55%),
    #020617;
}

.amozesh-skip {
  position: absolute;
  right: 1rem;
  top: -4rem;
  z-index: 80;
  padding: 0.6rem 1rem;
  border-radius: 0.75rem;
  background: #4f46e5;
  color: #fff;
  text-decoration: none;
}
.amozesh-skip:focus {
  top: 1rem;
}

.amozesh-body .amozesh-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(2, 6, 23, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(99, 102, 241, 0.15);
}
.amozesh-nav__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 80rem;
  margin: 0 auto;
  padding: 16px 20px;
}
.amozesh-nav__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}
.amozesh-nav__brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.amozesh-nav__brand strong {
  display: block;
  font-size: 1.25rem;
}
.amozesh-nav__brand small {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  color: #94a3b8;
}
.amozesh-nav__links {
  display: none;
  align-items: center;
  gap: 4px;
}
.amozesh-nav__link {
  position: relative;
  padding: 10px 18px;
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 500;
  border-radius: 12px;
}
.amozesh-nav__link:hover,
.amozesh-nav__link.is-active,
.amozesh-nav__link:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}
.amozesh-nav__cta {
  display: none;
  align-items: center;
  gap: 10px;
}
.amozesh-nav__ghost,
.amozesh-nav__solid,
.amozesh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
}
.amozesh-nav__ghost {
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.amozesh-nav__solid,
.amozesh-btn {
  color: #fff;
  background: linear-gradient(135deg, #4f46e5, #6366f1);
}
.amozesh-nav__solid:hover,
.amozesh-btn:hover,
.amozesh-nav__solid:focus-visible,
.amozesh-btn:focus-visible {
  outline: 2px solid #a5b4fc;
  outline-offset: 2px;
}
.amozesh-nav__burger {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.amozesh-nav__burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 99px;
}
.amozesh-nav__mobile {
  padding: 8px 20px 24px;
  display: grid;
  gap: 8px;
}
.amozesh-nav__mobile[hidden] {
  display: none !important;
}
.amozesh-nav__m-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
}
.amozesh-nav__m-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(99, 102, 241, 0.18);
  display: grid;
  place-items: center;
}
.amozesh-nav__m-icon svg {
  width: 22px;
  height: 22px;
  color: #818cf8;
}
.amozesh-nav__m-cta {
  margin-top: 8px;
}

.amozesh-body main {
  max-width: 80rem;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

.amozesh-hero {
  padding: 24px 0 8px;
}
.amozesh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(129, 140, 248, 0.25);
  background: rgba(99, 102, 241, 0.1);
  color: #c7d2fe;
  font-size: 0.875rem;
  font-weight: 600;
}
.amozesh-kicker__dot {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #34d399;
}
.amozesh-hero h1,
.amozesh-detail__main h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 900;
}
.amozesh-hero h1 span {
  background: linear-gradient(to left, #c7d2fe, #fff, #a7f3d0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.amozesh-lead {
  margin: 0;
  max-width: 40rem;
  color: #94a3b8;
  font-size: 1.125rem;
  line-height: 2.1;
}

.amozesh-ribbon {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(52, 211, 153, 0.25);
  background:
    linear-gradient(135deg, rgba(16, 185, 129, 0.18), rgba(99, 102, 241, 0.12) 55%, rgba(217, 70, 239, 0.1));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.amozesh-ribbon__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.amozesh-ribbon__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(16, 185, 129, 0.15);
  box-shadow: inset 0 0 0 1px rgba(52, 211, 153, 0.3);
  color: #6ee7b7;
  flex-shrink: 0;
}
.amozesh-ribbon__icon svg {
  width: 28px;
  height: 28px;
}
.amozesh-ribbon h2 {
  margin: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
}
.amozesh-ribbon p {
  margin: 4px 0 0;
  color: rgba(209, 250, 229, 0.9);
  line-height: 2;
}
.amozesh-ribbon__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 16px;
  background: linear-gradient(to left, #4f46e5, #6366f1);
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  box-shadow: 0 10px 24px -12px rgba(99, 102, 241, 0.6);
}

.amozesh-stats {
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.amozesh-stats__item {
  padding: 16px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
}
.amozesh-stats__item--free {
  border-color: rgba(52, 211, 153, 0.2);
  background: rgba(16, 185, 129, 0.1);
}
.amozesh-stats__item dt {
  margin: 0;
  color: #94a3b8;
  font-size: 0.75rem;
}
.amozesh-stats__item--free dt {
  color: rgba(167, 243, 208, 0.8);
}
.amozesh-stats__item dd {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
}
.amozesh-stats__item--free dd {
  color: #6ee7b7;
}

.amozesh-toolbar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 40px 0 24px;
}
.amozesh-toolbar h2 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
}
.amozesh-toolbar__status {
  margin: 8px 0 0;
  color: #94a3b8;
  font-size: 0.875rem;
}
.amozesh-search label {
  display: block;
  margin-bottom: 8px;
  color: #cbd5e1;
  font-size: 0.875rem;
  font-weight: 600;
}
.amozesh-search input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  outline: none;
}
.amozesh-search input:focus-visible {
  box-shadow: 0 0 0 2px #818cf8;
}
.amozesh-search input::placeholder {
  color: #64748b;
}

.amozesh-grid {
  display: grid;
  gap: 24px;
}
.amozesh-grid[hidden] {
  display: none !important;
}

.amozesh-card {
  --am-accent: #818cf8;
  --am-accent-2: #22d3ee;
  isolation: isolate;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.2), rgba(2, 6, 23, 0.72)),
    radial-gradient(120% 80% at 100% 0%, color-mix(in srgb, var(--am-accent) 22%, transparent), transparent 55%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 40px -24px rgba(0, 0, 0, 0.7);
  transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}
.amozesh-card:hover,
.amozesh-card:focus-within {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--am-accent) 45%, rgba(255, 255, 255, 0.12));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 28px 60px -28px color-mix(in srgb, var(--am-accent) 55%, transparent);
}
.amozesh-card[data-theme='indigo'] { --am-accent: #818cf8; --am-accent-2: #38bdf8; }
.amozesh-card[data-theme='violet'] { --am-accent: #a78bfa; --am-accent-2: #f0abfc; }
.amozesh-card[data-theme='teal'] { --am-accent: #2dd4bf; --am-accent-2: #67e8f9; }
.amozesh-card[data-theme='emerald'] { --am-accent: #34d399; --am-accent-2: #a3e635; }
.amozesh-card[data-theme='cyan'] { --am-accent: #22d3ee; --am-accent-2: #34d399; }
.amozesh-card[data-theme='sky'] { --am-accent: #38bdf8; --am-accent-2: #818cf8; }
.amozesh-card[data-theme='rose'] { --am-accent: #fb7185; --am-accent-2: #c084fc; }

.amozesh-card__orb,
.amozesh-card__grid,
.amozesh-card__shine,
.amozesh-card__corners {
  pointer-events: none;
}
.amozesh-card__orb {
  position: absolute;
  top: -3rem;
  left: -2rem;
  width: 10rem;
  height: 10rem;
  border-radius: 999px;
  background: radial-gradient(circle, color-mix(in srgb, var(--am-accent) 40%, transparent), transparent 68%);
  filter: blur(8px);
  z-index: 0;
}
.amozesh-card__orb--alt {
  top: auto;
  left: auto;
  right: -3rem;
  bottom: -4rem;
  width: 12rem;
  height: 12rem;
  background: radial-gradient(circle, color-mix(in srgb, var(--am-accent-2) 28%, transparent), transparent 70%);
}
.amozesh-card__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 70%);
  z-index: 0;
}
.amozesh-card__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.07) 50%, transparent 62%);
  z-index: 1;
  opacity: 0.7;
}
.amozesh-card__corners::before,
.amozesh-card__corners::after {
  content: '';
  position: absolute;
  width: 1.15rem;
  height: 1.15rem;
  border-color: color-mix(in srgb, var(--am-accent) 70%, white);
  border-style: solid;
  z-index: 2;
}
.amozesh-card__corners::before {
  top: 12px;
  right: 12px;
  border-width: 1.5px 1.5px 0 0;
}
.amozesh-card__corners::after {
  bottom: 12px;
  left: 12px;
  border-width: 0 0 1.5px 1.5px;
}

.amozesh-card__link {
  position: relative;
  z-index: 2;
  display: block;
  color: inherit;
  text-decoration: none;
}
.amozesh-card__link:focus-visible {
  outline: 2px solid #818cf8;
  outline-offset: 3px;
}
.amozesh-card__media {
  position: relative;
  overflow: hidden;
  background: #1e1b4b;
}
.amozesh-card__cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.amozesh-card__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, transparent, rgba(2, 6, 23, 0.35));
}
.amozesh-card__play span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #312e81;
  box-shadow: 0 12px 30px -12px rgba(0, 0, 0, 0.7);
}
.amozesh-card__play svg {
  width: 22px;
  height: 22px;
  margin-right: -2px;
}
.amozesh-card:hover .amozesh-card__play span,
.amozesh-card:focus-within .amozesh-card__play span {
  transform: scale(1.06);
}
.amozesh-card__dur {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #e2e8f0;
  font-size: 0.75rem;
  font-weight: 700;
}
.amozesh-card__dur[hidden] {
  display: none !important;
}
.amozesh-card__body {
  position: relative;
  padding: 20px 22px 22px;
}
.amozesh-card__free {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(52, 211, 153, 0.4);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.22), rgba(6, 95, 70, 0.18));
  color: #6ee7b7;
  font-size: 0.7rem;
  font-weight: 700;
}
.amozesh-card__title {
  margin: 0;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 800;
}
.amozesh-card__desc {
  margin: 10px 0 0;
  color: #94a3b8;
  font-size: 0.875rem;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.amozesh-card__desc[hidden] {
  display: none !important;
}
.amozesh-card__meta {
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #c7d2fe;
  font-size: 0.75rem;
  font-weight: 700;
}

.amozesh-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 8px 0 0;
  padding: 48px 24px;
  border-radius: 28px;
  border: 1px dashed rgba(165, 180, 252, 0.35);
  background:
    radial-gradient(circle at 50% 0%, rgba(99, 102, 241, 0.16), transparent 58%),
    rgba(99, 102, 241, 0.08);
  color: #e2e8f0;
  line-height: 2;
  font-size: 1.05rem;
}
.amozesh-empty p {
  margin: 16px 0 0;
  max-width: 36rem;
}
.amozesh-empty__mark {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.28), rgba(16, 185, 129, 0.18));
  box-shadow: inset 0 0 0 1px rgba(165, 180, 252, 0.35);
  color: #c7d2fe;
}
.amozesh-empty__mark svg {
  width: 28px;
  height: 28px;
  margin-right: -2px;
}
.amozesh-empty[hidden],
.amozesh-empty.hidden,
.amozesh-search[hidden],
.amozesh-search.hidden,
.amozesh-grid.hidden,
#amozesh-skel[hidden],
#amozesh-skel.hidden,
#amozesh-detail-pending[hidden] {
  display: none !important;
}

.amozesh-skel {
  min-height: 16rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  background-size: 200% 100%;
  animation: amozesh-shimmer 1.2s ease-in-out infinite;
}
.amozesh-skel--title {
  min-height: 2.75rem;
  max-width: 18rem;
  margin-bottom: 20px;
  border-radius: 16px;
}
.amozesh-skel--player {
  min-height: 18rem;
  border-radius: 20px;
}
@keyframes amozesh-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

.amozesh-faq {
  margin: 72px auto 0;
  max-width: 56rem;
}
.amozesh-faq__head {
  text-align: center;
  margin-bottom: 40px;
}
.amozesh-faq__head h2 {
  margin: 16px 0 0;
  color: #fff;
  font-size: 1.85rem;
  font-weight: 900;
}
.amozesh-faq__item {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}
.amozesh-faq__item:hover {
  border-color: rgba(99, 102, 241, 0.2);
  background: rgba(255, 255, 255, 0.08);
}
.amozesh-faq__item h3 {
  margin: 0;
}
.faq-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 24px;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 700;
  text-align: right;
  cursor: pointer;
}
.faq-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid rgba(99, 102, 241, 0.2);
  background: rgba(99, 102, 241, 0.1);
  color: #818cf8;
}
.faq-icon svg {
  width: 20px;
  height: 20px;
  transition: transform 300ms ease;
}
.faq-icon svg.is-open {
  transform: rotate(180deg);
}
.faq-content[hidden],
.faq-content.hidden {
  display: none !important;
}
.faq-content p {
  margin: 0;
  padding: 0 24px 24px;
  color: #94a3b8;
  line-height: 2;
}

.amozesh-cta {
  margin-top: 72px;
  overflow: hidden;
  padding: 40px 32px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(to left, rgba(79, 70, 229, 0.3), #0f172a 45%, rgba(5, 150, 105, 0.2));
}
.amozesh-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
}
.amozesh-cta p {
  margin: 16px 0 0;
  max-width: 40rem;
  color: #cbd5e1;
  line-height: 2;
}
.amozesh-cta a {
  display: inline-flex;
  margin-top: 28px;
  padding: 12px 24px;
  border-radius: 16px;
  background: #fff;
  color: #020617;
  font-weight: 700;
  text-decoration: none;
}

.amozesh-crumb {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  color: #64748b;
  font-size: 0.9rem;
}
.amozesh-crumb a {
  color: #a5b4fc;
  text-decoration: none;
}
.amozesh-crumb a:hover,
.amozesh-crumb a:focus-visible {
  color: #fff;
}

.amozesh-detail {
  display: grid;
  gap: 40px;
}
.amozesh-detail[hidden] {
  display: none !important;
}
.amozesh-others[hidden],
.amozesh-detail__dur[hidden],
.amozesh-detail__desc[hidden] {
  display: none !important;
}
.amozesh-player {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 20px 0 24px;
  padding: 1px;
  border-radius: 20px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(129, 140, 248, 0.55), rgba(52, 211, 153, 0.22), rgba(244, 114, 182, 0.18));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 50px -28px rgba(0, 0, 0, 0.8);
}
.amozesh-player video,
.amozesh-player__video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 70svh;
  object-fit: contain;
  object-position: center;
  background: #000;
  border-radius: 19px;
}
.amozesh-detail__dur {
  color: #a5b4fc;
}
.amozesh-detail__desc {
  margin-top: 24px;
  line-height: 2;
  color: #cbd5e1;
}
.amozesh-others h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 1.2rem;
}
.amozesh-others__list {
  display: grid;
  gap: 18px;
}
.amozesh-others .amozesh-card__body {
  padding: 14px 16px 16px;
}
.amozesh-others .amozesh-card__title {
  font-size: 1rem;
}
.amozesh-others .amozesh-card__free,
.amozesh-others .amozesh-card__desc,
.amozesh-others .amozesh-card__meta {
  display: none;
}

.amozesh-body .amozesh-footer {
  margin-top: 40px;
  padding: 48px 20px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #020617;
}
.amozesh-footer__grid {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  gap: 32px;
}
.amozesh-footer h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1rem;
}
.amozesh-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.amozesh-footer a {
  color: #94a3b8;
  text-decoration: none;
}
.amozesh-footer a:hover,
.amozesh-footer a:focus-visible {
  color: #fff;
}
.amozesh-footer__copy {
  max-width: 80rem;
  margin: 32px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #64748b;
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .amozesh-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .amozesh-hero h1,
  .amozesh-detail__main h1 {
    font-size: 2.75rem;
  }
  .amozesh-ribbon {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
  }
  .amozesh-stats__item dt {
    font-size: 0.875rem;
  }
  .amozesh-stats__item dd {
    font-size: 1.85rem;
  }
}

@media (min-width: 768px) {
  .amozesh-toolbar {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .amozesh-search {
    width: 100%;
    max-width: 24rem;
  }
}

@media (min-width: 1024px) {
  .amozesh-nav__links,
  .amozesh-nav__cta {
    display: flex;
  }
  .amozesh-nav__burger,
  .amozesh-nav__mobile {
    display: none;
  }
  .amozesh-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
  .amozesh-detail {
    grid-template-columns: minmax(0, 2fr) minmax(17rem, 1fr);
    align-items: start;
    gap: 48px;
  }
  .amozesh-footer__grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .amozesh-body main {
    padding: 48px 24px 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .amozesh-card,
  .amozesh-skel,
  .faq-icon svg {
    transition: none;
    animation: none;
    transform: none;
  }
}
