body,
.wrap,
.why-hero,
.why-toolbar,
.why-grid,
.box,
.intro,
.lead,
.why-search input,
.why-nav button,
.why-block,
.why-block h3,
.box h2,
.box p,
.box li {
  font-family: "Rajdhani", sans-serif;
}

body {
  padding: 18px 16px 0 !important;
}

.wrap {
  width: min(930px, 100%) !important;
  max-width: 930px !important;
  margin: 0 auto !important;
  padding: 0 14px 18px !important;
  background: rgba(11, 17, 24, 0.86) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26) !important;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  position: relative;
  z-index: 1;
}

.top-row {
  justify-content: flex-end;
  margin: 4px 8px 8px;
}

.home-link {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: none;
  border-radius: 8px;
}

.why-hero {
  position: relative;
  margin: 0 0 12px;
  padding: 14px 16px 10px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(15,22,28,0.86), rgba(10,14,19,0.7));
  overflow: visible;
  text-align: center;
}

.why-eyebrow {
  display: none;
}

.why-hero h1 {
  margin: 0 0 10px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-align: center;
  background: linear-gradient(to right, #ffffff, #dbe7f2 60%, #7fe8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 24px rgba(103, 219, 255, 0.1);
}

.why-hero .intro,
.why-hero .lead {
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
  color: #c7d6e6;
  font-size: 1.08rem;
  line-height: 1.55;
  text-align: center;
}

.why-hero .intro { margin-bottom: 14px; }
.why-hero .lead { margin-bottom: 0; }

.why-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 16px 0 2px;
  padding: 0;
  list-style: none;
}

.why-hero-points li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  min-height: 100%;
  padding: 0.9rem 1rem 0.95rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
}

.why-hero-points h3 {
  margin: 0 0 0.4rem;
  color: #00e5ff;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.why-hero-points p {
  margin: 0;
  color: #ccc;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
}

.why-toolbar {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background: rgba(18, 24, 31, 0.8);
}

.why-search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 10px 14px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.45);
}

.why-search svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: #00e5ff;
}

.why-search input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 500;
}

.why-search input::placeholder { color: #7f94aa; }

.why-search-meta {
  margin: 0;
  padding: 0 14px;
  color: #a0a0a0;
  font-size: 0.92rem;
  font-weight: 500;
  min-height: 0;
  text-align: left;
}

.why-search-meta:empty { display: none; }

.why-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: stretch;
  gap: 0;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.why-nav button {
  appearance: none;
  cursor: pointer;
  flex: 1;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #a0a0a0;
  font: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 1rem 0.4rem;
  font-size: clamp(0.7rem, 1.1vw, 0.95rem);
  text-align: center;
}

.why-nav button:hover {
  color: #00e5ff;
  background: rgba(0, 229, 255, 0.05);
}

.why-nav button[aria-pressed="true"] {
  color: #00e5ff;
  border-bottom-color: #00e5ff;
  background: rgba(0, 229, 255, 0.06);
  text-shadow: 0 0 10px rgba(0, 229, 255, 0.4);
}

.why-grid {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 0;
  padding: 0.7rem 0.8rem 0.8rem;
  background: rgba(10, 10, 10, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: none;
  border-radius: 0 0 14px 14px;
}

.why-grid .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin: 0;
  padding: 0.85rem 0.9rem;
  height: auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
  transform: none;
}

.why-grid .box:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.why-grid .box > h2 {
  grid-column: 1 / -1;
  margin: 0 0 0.25rem;
  padding: 0;
  border: none;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
}

.why-grid .box p,
.why-grid .box li {
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 400;
  color: #ccc;
}

.why-grid .box ul {
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-block {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  min-height: 100%;
}

.why-block h3 {
  display: block;
  margin: 0 0 0.5rem;
  padding: 0;
  text-align: left;
  color: #00e5ff;
  background: none;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.why-block p {
  max-width: none;
  margin: 0 0 0.5rem;
  text-align: left;
}

.why-block p:last-child { margin-bottom: 0; }

.why-block a {
  color: #00e5ff;
  font-weight: 700;
}

.why-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-cols li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  min-height: 40px;
  padding: 8px 10px;
  text-align: left;
  border-radius: 6px;
  border: 1px solid rgba(0, 229, 255, 0.18);
  background: rgba(0, 229, 255, 0.06);
  line-height: 1.35;
}

.why-cols li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.why-block ul:not(.why-cols) {
  display: grid;
  gap: 8px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.why-block ul:not(.why-cols) li {
  padding: 0;
  border: none;
  background: none;
}

.why-grid .box > .why-block:nth-child(even):last-child {
  grid-column: 1 / -1;
}

.why-grid .box.is-hidden,
.faq-item.is-hidden { display: none; }

.why-empty {
  display: none;
  text-align: center;
  padding: 28px 16px;
  color: #a0a0a0;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-weight: 600;
}

.why-empty.is-visible { display: block; }

mark.why-hit {
  background: rgba(255, 211, 77, 0.88);
  color: #111;
  border-radius: 3px;
  padding: 0 2px;
}

footer {
  position: relative;
  z-index: 400;
  overflow: visible !important;
}

.footer-socials img {
  height: 32px;
  width: auto;
  max-height: 32px;
  max-width: 48px;
  object-fit: contain;
  vertical-align: middle;
}

.footer-socials img[alt="DithX YouTube"] {
  height: 48px;
  max-height: 48px;
  max-width: 72px;
}

.why-app-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 6px 0 2px;
  padding: 16px 12px 10px;
  text-align: center;
}

.why-app-cta .hero-cta-img-link {
  display: inline-block;
  line-height: 0;
  border: none;
  background: none;
  padding: 0;
  transition: transform 0.2s ease;
}

.why-app-cta .hero-cta-btn-img {
  display: block;
  height: 110px;
  width: auto;
  max-width: min(100%, 720px);
  object-fit: contain;
  filter: none;
}

.why-app-cta-note {
  margin: 4px 0 0;
  max-width: 36rem;
  padding: 10px 14px;
  border: 1px solid rgba(255, 211, 77, 0.55);
  border-radius: 10px;
  background: rgba(255, 211, 77, 0.1);
  color: #ffe9a8;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

@media (max-width: 860px) {
  body {
    padding: 10px 10px 0 !important;
  }

  .wrap {
    padding: 0 10px 12px !important;
    border-radius: 12px !important;
  }

  .why-hero {
    padding: 10px 10px 6px;
  }

  .why-hero-points,
  .why-cols,
  .why-grid .box { grid-template-columns: 1fr; }
  .why-nav { flex-wrap: wrap; }
  .why-nav button { flex: 1 1 33%; padding: 0.75rem 0.25rem; }
  .why-grid .box > .why-block:nth-child(even):last-child {
    grid-column: auto;
  }

  .why-app-cta .hero-cta-btn-img {
    height: 78px;
  }
}
