@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap);
.hp-proof {
  --tw-blue: #3E5EE2;
  --tw-blue-7: #EDF0FC;
  --tw-violet-3: #7526C5;
  --tw-violet-lightest: #F5EEFC;
  --tw-text: #190750;
  --tw-text-muted: #6B6480;
  --tw-border: rgba(25, 7, 80, 0.08);
  --tw-grad-main-violet: linear-gradient(95deg, #3E5EE2 0%, #3E5EE2 40%, #7526C5 100%);
  --tw-shadow-md: 0 18px 40px -16px rgba(25, 7, 80, 0.18);
  background: #fff;
  padding: 30px 0;
  font-family: "Poppins", sans-serif;
  color: var(--tw-text);
}
.hp-proof *, .hp-proof *::before, .hp-proof *::after {
  box-sizing: border-box;
}
.hp-proof .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}
.hp-proof .section-head {
  max-width: 960px;
  margin: 0 0 36px;
}
.hp-proof .section-head h2 {
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin: 0;
  color: var(--tw-text);
}
.hp-proof .section-head h2 em {
  font-style: normal;
  font-weight: 600;
  background: var(--tw-grad-main-violet);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hp-proof .section-head p {
  margin: 14px 0 0;
  font-family: "Avenir Next", "Avenir", "Nunito", sans-serif;
  font-size: 18px;
  color: var(--tw-text);
  line-height: 1.55;
  max-width: 720px;
}
.hp-proof .case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.hp-proof .case {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  border: 1px solid var(--tw-border);
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.18s ease, border-color 0.18s ease;
}
.hp-proof .case:hover {
  transform: translateY(-2px);
  box-shadow: var(--tw-shadow-md);
}
.hp-proof .case--link:hover {
  border-color: rgba(62, 94, 226, 0.35);
}
.hp-proof .case h4 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  margin: 0;
  line-height: 1.25;
  font-weight: 600;
  color: var(--tw-text);
  letter-spacing: -0.01em;
  min-height: 3.75em;
}
.hp-proof .case-brand {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--tw-blue);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  min-height: 40px;
}
.hp-proof .case-brand img {
  height: 40px;
  width: auto;
  max-width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.hp-proof .arrow {
  background: var(--tw-blue-7);
  border-radius: 14px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 18px 1fr;
  gap: 14px;
  align-items: start;
  font-family: "Avenir Next", "Avenir", "Nunito", sans-serif;
  font-size: 14px;
  margin-top: auto;
}
.hp-proof .arrow .from,
.hp-proof .arrow .to {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.45;
}
.hp-proof .arrow .from {
  color: var(--tw-text-muted);
}
.hp-proof .arrow .to {
  color: var(--tw-text);
  font-weight: 600;
}
.hp-proof .arrow .from strong,
.hp-proof .arrow .to strong {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--tw-text-muted);
  margin-bottom: 2px;
}
.hp-proof .arrow .to strong {
  color: var(--tw-blue);
}
.hp-proof .arrow .sym {
  color: var(--tw-blue);
  font-weight: 800;
  align-self: center;
  text-align: center;
  font-size: 16px;
}
.hp-proof .case-result {
  background: var(--tw-violet-lightest);
  color: var(--tw-violet-3);
  padding: 14px 16px;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}

@media (max-width: 1100px) {
  .hp-proof .case-grid {
    grid-template-columns: 1fr;
  }
  .hp-proof .case h4 {
    min-height: auto;
  }
}
@media (max-width: 600px) {
  .hp-proof .section-head h2 {
    font-size: 32px;
  }
  .hp-proof .section-head p {
    font-size: 16px;
  }
  .hp-proof .case h4 {
    font-size: 19px;
  }
  .hp-proof .arrow {
    grid-template-columns: 1fr;
  }
  .hp-proof .arrow .sym {
    transform: rotate(90deg);
  }
}
