.tool-hero--focused {
  margin-bottom: 52px !important;
}

.tool-workspace {
  border: 1px solid rgba(91, 33, 182, 0.14);
  box-shadow: 0 24px 65px rgba(44, 55, 105, 0.12);
}

.tool-experience {
  margin: 0 0 70px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #dfe4ec;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(30, 41, 75, 0.055);
}

.tool-experience__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e7eaf0;
}

.tool-experience__header > div {
  max-width: 720px;
}

.tool-experience__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #5b21b6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tool-experience h2,
.related-tools-compact h2 {
  margin: 0;
  color: #111827;
  font: 800 28px/1.15 "Manrope", sans-serif;
  letter-spacing: -0.035em;
}

.tool-experience__header p {
  max-width: 680px;
  margin: 10px 0 0;
  color: #5d6678;
  font-size: 14px;
  line-height: 1.65;
}

.tool-experience__privacy {
  flex: 0 0 auto;
  min-width: 248px;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #173c35;
  background: #eaf8f4;
  border: 1px solid #cceee4;
  border-radius: 15px;
  text-decoration: none;
}

.tool-experience__privacy svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: #008a6a;
  stroke-width: 1.8;
}

.tool-experience__privacy span {
  display: flex;
  flex-direction: column;
}

.tool-experience__privacy strong {
  font-size: 12px;
}

.tool-experience__privacy small {
  margin-top: 2px;
  color: #5d706b;
  font-size: 11px;
}

.tool-guide {
  margin: 0;
  padding: 28px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  list-style: none;
}

.tool-guide li {
  min-width: 0;
  padding: 21px;
  display: flex;
  gap: 14px;
  background: #f8f9fc;
  border: 1px solid #e8ebf1;
  border-radius: 17px;
}

.tool-guide__number {
  flex: 0 0 auto;
  color: #6d28d9;
  font: 800 12px/1.2 "Manrope", sans-serif;
}

.tool-guide h3 {
  margin: 0 0 7px;
  color: #171f32;
  font: 800 14px/1.3 "Manrope", sans-serif;
}

.tool-guide p {
  margin: 0;
  color: #626c7e;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.6;
}

.tool-assurance {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border-top: 1px solid #e7eaf0;
}

.tool-assurance span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #536073;
  font-size: 12px;
  font-weight: 700;
}

.tool-assurance svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #00a67e;
  stroke-width: 2.5;
}

.tool-page button.text-red-500 {
  color: #b91c1c !important;
}

.tool-evidence {
  padding-top: 30px;
  border-top: 1px solid #e7eaf0;
}

.tool-facts {
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #f5f7fb;
  border: 1px solid #e4e8ef;
  border-radius: 16px;
}

.tool-facts > div {
  min-width: 0;
  padding: 17px 19px;
  border-right: 1px solid #e4e8ef;
}

.tool-facts > div:last-child {
  border-right: 0;
}

.tool-facts dt {
  margin-bottom: 5px;
  color: #596477;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tool-facts dd {
  margin: 0;
  color: #172033;
  font: 800 13px/1.45 "Manrope", sans-serif;
}

.tool-evidence__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tool-example,
.tool-limitations {
  padding: 23px;
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 17px;
}

.tool-evidence__label {
  display: block;
  margin-bottom: 8px;
  color: #5b21b6;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.tool-example h3,
.tool-limitations h3,
.tool-questions h3 {
  margin: 0;
  color: #172033;
  font: 800 17px/1.35 "Manrope", sans-serif;
}

.tool-example dl {
  margin: 18px 0 0;
}

.tool-example dl > div {
  padding: 12px 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  border-top: 1px solid #edf0f4;
}

.tool-example dt {
  color: #667085;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.tool-example dd {
  margin: 0;
  color: #4d596d;
  font-size: 13px;
  line-height: 1.6;
}

.tool-limitations ul {
  margin: 17px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
}

.tool-limitations li {
  position: relative;
  padding-left: 18px;
  color: #4d596d;
  font-size: 13px;
  line-height: 1.55;
}

.tool-limitations li::before {
  content: "";
  position: absolute;
  top: 0.63em;
  left: 0;
  width: 7px;
  height: 7px;
  background: #f59e0b;
  border-radius: 50%;
}

.tool-questions {
  margin-top: 28px;
}

.tool-questions__list {
  margin-top: 15px;
  border-top: 1px solid #e3e7ee;
}

.tool-questions details {
  border-bottom: 1px solid #e3e7ee;
}

.tool-questions summary {
  min-height: 54px;
  padding: 15px 34px 15px 0;
  position: relative;
  display: flex;
  align-items: center;
  color: #202a3d;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}

.tool-questions summary::-webkit-details-marker {
  display: none;
}

.tool-questions summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  color: #5b21b6;
  font: 700 20px/1 "Manrope", sans-serif;
}

.tool-questions details[open] summary::after {
  content: "−";
}

.tool-questions p {
  max-width: 900px;
  margin: -3px 0 17px;
  color: #586477;
  font-size: 13px;
  line-height: 1.65;
}

.tool-evidence__footer {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #697386;
  font-size: 11px;
  line-height: 1.55;
}

.tool-evidence__footer a {
  color: #4338ca;
  font-weight: 750;
}

.related-tools-compact {
  margin: 0 0 58px;
}

.related-tools-compact__header {
  margin-bottom: 23px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.related-tools-compact__header > a {
  color: #5b21b6;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.related-tools-compact__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.related-tools-compact__grid > a {
  min-width: 0;
  min-height: 126px;
  padding: 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 13px;
  color: #151d30;
  background: #fff;
  border: 1px solid #dfe3ea;
  border-radius: 17px;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.related-tools-compact__grid > a:hover {
  border-color: rgba(91, 33, 182, 0.35);
  box-shadow: 0 13px 30px rgba(34, 43, 83, 0.09);
  transform: translateY(-2px);
}

.related-tools-compact__icon {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5b21b6;
  background: #f0edff;
  border-radius: 12px;
}

.related-tools-compact__icon svg {
  width: 23px;
  height: 21px;
}

.related-tools-compact__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.related-tools-compact__copy strong {
  overflow: hidden;
  color: #171f32;
  font: 800 13px/1.35 "Manrope", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related-tools-compact__copy small {
  margin-top: 6px;
  display: -webkit-box;
  overflow: hidden;
  color: #667085;
  font-size: 11px;
  font-weight: 550;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.related-tools-compact__grid b {
  color: #929bad;
  font-size: 12px;
}

.mobile-search-cta {
  display: none;
}

@media (max-width: 900px) {
  .tool-guide {
    grid-template-columns: 1fr;
  }

  .related-tools-compact__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .tool-breadcrumbs {
    display: none;
  }

  .tool-hero--focused {
    gap: 20px !important;
    margin-bottom: 34px !important;
    padding-top: 22px;
  }

  .tool-hero--focused .tool-intro {
    padding-top: 0 !important;
  }

  .tool-hero--focused .tool-intro h1 {
    font-size: 32px !important;
  }

  .tool-hero--focused .tool-intro > p {
    margin-bottom: 18px !important;
  }

  .tool-benefit--free,
  .tool-benefit--account {
    display: none !important;
  }

  .tool-benefits {
    justify-content: center !important;
  }

  .tool-workspace {
    padding: 18px !important;
  }

  .tool-experience {
    margin-bottom: 48px;
    padding: 24px;
  }

  .tool-experience__header {
    display: block;
  }

  .tool-experience__privacy {
    width: 100%;
    margin-top: 20px;
  }

  .tool-guide {
    padding: 22px 0;
    gap: 11px;
  }

  .tool-guide li {
    padding: 17px;
  }

  .tool-assurance {
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
  }

  .tool-facts {
    grid-template-columns: 1fr;
  }

  .tool-facts > div {
    border-right: 0;
    border-bottom: 1px solid #e4e8ef;
  }

  .tool-facts > div:last-child {
    border-bottom: 0;
  }

  .tool-evidence__grid {
    grid-template-columns: 1fr;
  }

  .tool-evidence__footer {
    flex-direction: column;
    gap: 8px;
  }

  .related-tools-compact__header {
    align-items: flex-start;
  }

  .mobile-search-cta {
    position: absolute;
    right: 14px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e293b;
    background: #fff;
    border: 1px solid #dce1e8;
    border-radius: 50%;
  }

  .mobile-search-cta svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }
}

@media (max-width: 560px) {
  .tool-hero--focused .tool-intro h1 {
    font-size: 30px !important;
  }

  .tool-experience {
    padding: 20px;
    border-radius: 20px;
  }

  .tool-experience h2,
  .related-tools-compact h2 {
    font-size: 23px;
  }

  .tool-guide li {
    display: block;
  }

  .tool-guide__number {
    display: block;
    margin-bottom: 8px;
  }

  .tool-assurance {
    display: grid;
    grid-template-columns: 1fr;
  }

  .related-tools-compact__header {
    display: block;
  }

  .related-tools-compact__header > a {
    display: inline-block;
    margin-top: 12px;
  }

  .related-tools-compact__grid {
    grid-template-columns: 1fr;
  }

  .related-tools-compact__grid > a {
    min-height: 112px;
  }
}
