@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.pyv-2026,
.pyv-2026 * {
  box-sizing: border-box;
  min-width: 0;
}

.pyv-2026 {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172321;
  font-family: inherit;
}

.pyv-2026 .pyv-2026-section {
  width: 100% !important;
  text-align: center;
}

.pyv-2026 .pyv-2026-section-white {
  background: #ffffff;
}

.pyv-2026 .pyv-2026-section-tint {
  background: linear-gradient(180deg, #f5fbf8 0%, #eef7f4 100%);
}

.pyv-2026 .pyv-2026-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.pyv-2026 .pyv-2026-heading,
.pyv-2026 .pyv-2026-intro,
.pyv-2026 .pyv-2026-card-title,
.pyv-2026 .pyv-2026-card-text {
  text-align: center !important;
}

.pyv-2026 .pyv-2026-heading {
  margin: 0 auto;
  color: #12302b;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.pyv-2026 .pyv-2026-intro {
  margin: 0 auto;
  color: #50615d;
  line-height: 1.7;
  font-weight: 450;
}

.pyv-2026 .pyv-2026-grid {
  display: grid !important;
  align-items: stretch !important;
}

.pyv-2026 .pyv-2026-card {
  position: relative;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
  border: 1px solid #dbeae5;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(24, 80, 69, 0.09);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.pyv-2026 .pyv-2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(13, 148, 136, 0.14), rgba(255, 255, 255, 0) 46%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.pyv-2026 .pyv-2026-card:hover {
  transform: translateY(-8px);
  border-color: rgba(13, 148, 136, 0.38);
  box-shadow: 0 26px 64px rgba(24, 80, 69, 0.16);
}

.pyv-2026 .pyv-2026-card:hover::before {
  opacity: 1;
}

.pyv-2026 .pyv-2026-card:hover .pyv-2026-icon {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 56%, #f59e0b 100%);
  box-shadow: 0 16px 34px rgba(13, 148, 136, 0.25);
}

.pyv-2026 .pyv-2026-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #12302b 0%, #0f766e 58%, #14b8a6 100%);
  box-shadow: 0 12px 28px rgba(15, 118, 110, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease, background 320ms ease;
}

.pyv-2026 .pyv-2026-i {
  color: #ffffff;
  line-height: 1;
}

.pyv-2026 .pyv-2026-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #12302b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.pyv-2026 .pyv-2026-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #536661;
  line-height: 1.62;
  font-weight: 450;
}

.pyv-2026 .pyv-2026-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.pyv-2026 .pyv-2026-reveal.pyv-2026-visible {
  opacity: 1;
  transform: translateY(0);
}

.pyv-2026 .pyv-2026-card.pyv-2026-reveal {
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

@media (min-width: 1024px) {
  .pyv-2026 .pyv-2026-section {
    padding: 92px 0;
  }

  .pyv-2026 .pyv-2026-container {
    padding: 0 28px;
  }

  .pyv-2026 .pyv-2026-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .pyv-2026 .pyv-2026-intro {
    max-width: 760px;
    font-size: 17px;
    margin-top: 16px;
  }

  .pyv-2026 .pyv-2026-grid {
    gap: 26px;
    margin-top: 42px;
  }

  .pyv-2026 .pyv-2026-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pyv-2026 .pyv-2026-card {
    min-height: 300px;
    padding: 38px 30px 34px;
  }

  .pyv-2026 .pyv-2026-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 24px;
    font-size: 30px;
  }

  .pyv-2026 .pyv-2026-card-title {
    font-size: 21px;
  }

  .pyv-2026 .pyv-2026-card-text {
    font-size: 15.5px;
    margin-top: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pyv-2026 .pyv-2026-section {
    padding: 72px 0;
  }

  .pyv-2026 .pyv-2026-container {
    padding: 0 24px;
  }

  .pyv-2026 .pyv-2026-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .pyv-2026 .pyv-2026-intro {
    max-width: 680px;
    font-size: 16px;
    margin-top: 14px;
  }

  .pyv-2026 .pyv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
  }

  .pyv-2026 .pyv-2026-card {
    min-height: 270px;
    padding: 32px 26px 30px;
    border-radius: 22px;
  }

  .pyv-2026 .pyv-2026-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 27px;
  }

  .pyv-2026 .pyv-2026-card-title {
    font-size: 19px;
  }

  .pyv-2026 .pyv-2026-card-text {
    font-size: 15px;
    margin-top: 10px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .pyv-2026 .pyv-2026-section {
    padding: 54px 0;
  }

  .pyv-2026 .pyv-2026-container {
    padding: 0 16px;
  }

  .pyv-2026 .pyv-2026-heading {
    font-size: 27px;
    max-width: 420px;
  }

  .pyv-2026 .pyv-2026-intro {
    max-width: 430px;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 12px;
  }

  .pyv-2026 .pyv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
  }

  .pyv-2026 .pyv-2026-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

  .pyv-2026 .pyv-2026-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 15px;
    font-size: 22px;
  }

  .pyv-2026 .pyv-2026-card-title {
    font-size: 16px;
  }

  .pyv-2026 .pyv-2026-card-text {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 8px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .pyv-2026 .pyv-2026-section {
    padding: 46px 0;
  }

  .pyv-2026 .pyv-2026-container {
    padding: 0 12px;
  }

  .pyv-2026 .pyv-2026-heading {
    font-size: 24px;
    max-width: 360px;
  }

  .pyv-2026 .pyv-2026-intro {
    max-width: 360px;
    font-size: 13.5px;
    line-height: 1.55;
    margin-top: 10px;
  }

  .pyv-2026 .pyv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
  }

  .pyv-2026 .pyv-2026-card {
    min-height: 222px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }

  .pyv-2026 .pyv-2026-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 13px;
    font-size: 20px;
  }

  .pyv-2026 .pyv-2026-card-title {
    font-size: 15px;
  }

  .pyv-2026 .pyv-2026-card-text {
    font-size: 12.5px;
    line-height: 1.45;
    margin-top: 7px;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .pyv-2026 .pyv-2026-section {
    padding: 40px 0;
  }

  .pyv-2026 .pyv-2026-container {
    padding: 0 10px;
  }

  .pyv-2026 .pyv-2026-heading {
    font-size: 22px;
    max-width: 310px;
  }

  .pyv-2026 .pyv-2026-intro {
    max-width: 310px;
    font-size: 12.8px;
    line-height: 1.5;
    margin-top: 9px;
  }

  .pyv-2026 .pyv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
  }

  .pyv-2026 .pyv-2026-card {
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 15px;
  }

  .pyv-2026 .pyv-2026-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .pyv-2026 .pyv-2026-card-title {
    font-size: 14px;
  }

  .pyv-2026 .pyv-2026-card-text {
    font-size: 12px;
    line-height: 1.42;
    margin-top: 7px;
  }
}