.tools-section {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: 26px 54px 100px;
  color: #fff;
  background: var(--navy-deep);
}

.section-heading {
  max-width: 680px;
  margin: 0 auto 72px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(38px, 4.6vw, 47px);
  font-weight: 900;
  line-height: 1.05;
}

.section-heading p {
  margin: 4px 0 0;
  font-size: 16px;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1092px;
  margin: 0 auto 40px;
  border-bottom: 1px solid rgba(86, 137, 218, 0.75);
}

.tabs button {
  position: relative;
  min-height: 48px;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-weight: 800;
}

.tabs button.active {
  color: var(--blue-bright);
}

.tabs button.active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  content: "";
  background: var(--blue-bright);
}

.tool-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 524px);
  gap: 80px;
  max-width: 995px;
  margin: 0 auto;
  align-items: center;
}

.tool-copy {
  min-height: 356px;
}

.tool-copy.hidden {
  display: none;
}

.tool-copy p {
  margin: 0 0 36px;
  font-size: 20px;
  line-height: 1.55;
}

.tool-copy h3 {
  margin: 0 0 34px;
  font-size: 18px;
}

.tool-copy ul {
  margin: 0;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.6;
}

.screen-card {
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(4, 15, 33, 0.38);
}

.screen-card img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
  object-position: top left;
}

.faq-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(420px, 0.85fr);
  gap: 76px;
  min-height: 820px;
  overflow: hidden;
  align-items: center;
  padding: 74px 94px 68px 30px;
  color: #fff;
  background: var(--navy-deep);
}

.faq-art {
  position: relative;
  z-index: 2;
  margin-left: -2px;
}

.faq-art img {
  width: min(100%, 690px);
  filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.34));
}

.faq-copy {
  position: relative;
  z-index: 2;
  align-self: start;
  padding-top: 78px;
}

.faq-copy img {
  width: 230px;
  margin-bottom: 28px;
}

.accordion {
  display: grid;
}

.question {
  display: flex;
  min-height: 106px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 0;
  border-bottom: 1px solid #4c78c8;
  color: #fff;
  background: transparent;
  cursor: pointer;
  padding: 0;
  text-align: left;
  font-size: 21px;
  line-height: 1.22;
}

.question span:last-child {
  font-size: 32px;
  font-weight: 200;
}

.question[aria-expanded="true"] span:last-child {
  transform: rotate(180deg);
}

.question-answer {
  margin: -18px 0 24px;
  padding-right: 42px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.5;
}

.faq-blue-corner {
  position: absolute;
  left: -92px;
  bottom: -64px;
  width: 226px;
  height: 226px;
  background: var(--blue-bright);
  transform: rotate(45deg);
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: start;
  padding: 74px 8.5vw 80px;
  color: #fff;
  background: linear-gradient(105deg, #152544, #2c497d);
}

.footer img {
  width: 132px;
  margin-bottom: 28px;
}

.footer p {
  max-width: 610px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.56;
}

.footer-button {
  margin-top: 2px;
  background: var(--blue-soft);
}

.footer-socials a {
  color: var(--navy);
  background: #fff;
}
