@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');

.scwv-20260706,
.scwv-20260706 * {
  box-sizing: border-box;
  min-width: 0;
}

.scwv-20260706 {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #192019;
  font-family: Arial, Helvetica, sans-serif;
}

.scwv-20260706 .scwv-20260706-section {
  width: 100% !important;
  overflow: hidden;
}

.scwv-20260706 .scwv-20260706-section-white {
  background: #ffffff;
}

.scwv-20260706 .scwv-20260706-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 252, 0, 0.18), transparent 36%),
    linear-gradient(180deg, #fffef0 0%, #f7fbf3 100%);
}

.scwv-20260706 .scwv-20260706-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}

.scwv-20260706 .scwv-20260706-title {
  margin: 0 auto;
  color: #121812;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.scwv-20260706 .scwv-20260706-intro {
  margin: 0 auto;
  color: #4f5d4d;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.scwv-20260706 .scwv-20260706-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}

.scwv-20260706 .scwv-20260706-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 246, 0.94));
  border: 1px solid rgba(196, 206, 69, 0.42);
  box-shadow: 0 18px 44px rgba(59, 67, 24, 0.1);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
  overflow: hidden;
}

.scwv-20260706 .scwv-20260706-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.22), rgba(0, 198, 143, 0.1));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.scwv-20260706 .scwv-20260706-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(0, 198, 143, 0.48);
  box-shadow: 0 24px 60px rgba(47, 62, 17, 0.16);
}

.scwv-20260706 .scwv-20260706-card:hover::before {
  opacity: 1;
}

.scwv-20260706 .scwv-20260706-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #111711;
  background:
    linear-gradient(135deg, #fffc00 0%, #d9f64a 46%, #00c68f 100%);
  box-shadow: 0 14px 28px rgba(180, 190, 0, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.scwv-20260706 .scwv-20260706-card:hover .scwv-20260706-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0, 198, 143, 0.24);
}

.scwv-20260706 .scwv-20260706-i {
  display: inline-block;
  line-height: 1;
  text-align: center;
}

.scwv-20260706 .scwv-20260706-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151c14;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.scwv-20260706 .scwv-20260706-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #53604f;
  font-weight: 500;
  line-height: 1.62;
  text-align: center;
}

.scwv-20260706 .scwv-20260706-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.scwv-20260706 .scwv-20260706-reveal.scwv-20260706-visible {
  opacity: 1;
  transform: translateY(0);
}

.scwv-20260706 .scwv-20260706-card.scwv-20260706-reveal {
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

@media (min-width: 1024px) {
  .scwv-20260706 .scwv-20260706-section {
    padding: 86px 0;
  }

  .scwv-20260706 .scwv-20260706-container {
    padding: 0 24px;
  }

  .scwv-20260706 .scwv-20260706-title {
    max-width: 1040px;
    font-size: 42px;
    white-space: nowrap;
  }

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

  .scwv-20260706 .scwv-20260706-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }

  .scwv-20260706 .scwv-20260706-card {
    min-height: 292px;
    padding: 34px 28px 30px;
    border-radius: 24px;
  }

  .scwv-20260706 .scwv-20260706-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .scwv-20260706 .scwv-20260706-card-title {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .scwv-20260706 .scwv-20260706-card-text {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .scwv-20260706 .scwv-20260706-section {
    padding: 68px 0;
  }

  .scwv-20260706 .scwv-20260706-container {
    padding: 0 22px;
  }

  .scwv-20260706 .scwv-20260706-title {
    max-width: 760px;
    font-size: 35px;
  }

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

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

  .scwv-20260706 .scwv-20260706-card {
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }

  .scwv-20260706 .scwv-20260706-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 21px;
    font-size: 25px;
  }

  .scwv-20260706 .scwv-20260706-card-title {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .scwv-20260706 .scwv-20260706-card-text {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .scwv-20260706 .scwv-20260706-section {
    padding: 48px 0;
  }

  .scwv-20260706 .scwv-20260706-container {
    padding: 0 16px;
  }

  .scwv-20260706 .scwv-20260706-title {
    max-width: 390px;
    font-size: 27px;
  }

  .scwv-20260706 .scwv-20260706-intro {
    max-width: 520px;
    margin-top: 11px;
    font-size: 14px;
    line-height: 1.6;
  }

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

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

  .scwv-20260706 .scwv-20260706-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 16px;
    font-size: 21px;
  }

  .scwv-20260706 .scwv-20260706-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .scwv-20260706 .scwv-20260706-card-text {
    font-size: 12.8px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .scwv-20260706 .scwv-20260706-section {
    padding: 42px 0;
  }

  .scwv-20260706 .scwv-20260706-container {
    padding: 0 13px;
  }

  .scwv-20260706 .scwv-20260706-title {
    max-width: 340px;
    font-size: 24px;
  }

  .scwv-20260706 .scwv-20260706-intro {
    max-width: 350px;
    margin-top: 10px;
    font-size: 13.2px;
    line-height: 1.55;
  }

  .scwv-20260706 .scwv-20260706-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 23px;
  }

  .scwv-20260706 .scwv-20260706-card {
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }

  .scwv-20260706 .scwv-20260706-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 14px;
    font-size: 19px;
  }

  .scwv-20260706 .scwv-20260706-card-title {
    font-size: 14.8px;
    margin-bottom: 8px;
  }

  .scwv-20260706 .scwv-20260706-card-text {
    font-size: 12px;
    line-height: 1.46;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .scwv-20260706 .scwv-20260706-section {
    padding: 38px 0;
  }

  .scwv-20260706 .scwv-20260706-container {
    padding: 0 10px;
  }

  .scwv-20260706 .scwv-20260706-title {
    max-width: 300px;
    font-size: 22px;
  }

  .scwv-20260706 .scwv-20260706-intro {
    max-width: 300px;
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.52;
  }

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

  .scwv-20260706 .scwv-20260706-card {
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 15px;
  }

  .scwv-20260706 .scwv-20260706-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
    font-size: 17px;
  }

  .scwv-20260706 .scwv-20260706-card-title {
    font-size: 13.5px;
    margin-bottom: 7px;
  }

  .scwv-20260706 .scwv-20260706-card-text {
    font-size: 11.2px;
    line-height: 1.42;
  }
}