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

.swv2026-wrapper,
.swv2026-wrapper * {
  box-sizing: border-box;
  min-width: 0;
}

.swv2026-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17201a;
  font-family: Arial, Helvetica, sans-serif;
}

.swv2026-wrapper .swv2026-section {
  width: 100% !important;
  max-width: 100% !important;
}

.swv2026-wrapper .swv2026-section-white {
  background: #ffffff;
}

.swv2026-wrapper .swv2026-section-tint {
  background: linear-gradient(180deg, #fffef1 0%, #f6fbef 100%);
}

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

.swv2026-wrapper .swv2026-heading {
  margin: 0 auto;
  color: #111812;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.swv2026-wrapper .swv2026-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #536055;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

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

.swv2026-wrapper .swv2026-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(199, 214, 180, 0.78);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(45, 67, 33, 0.1);
  overflow: hidden;
  isolation: isolate;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.swv2026-wrapper .swv2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 252, 0, 0.22), transparent 42%),
    linear-gradient(135deg, rgba(255, 252, 0, 0.08), rgba(55, 178, 108, 0.09));
  transition: opacity 320ms ease, transform 320ms ease;
  transform: translateY(10px);
}

.swv2026-wrapper .swv2026-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 218, 0, 0.85);
  box-shadow: 0 24px 70px rgba(43, 83, 29, 0.16);
}

.swv2026-wrapper .swv2026-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.swv2026-wrapper .swv2026-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #fffc00 0%, #31c46b 100%);
  box-shadow: 0 12px 30px rgba(255, 218, 0, 0.26);
  transition: transform 320ms ease, box-shadow 320ms ease, filter 320ms ease;
}

.swv2026-wrapper .swv2026-card:hover .swv2026-icon {
  transform: translateY(-3px) scale(1.04);
  filter: saturate(1.12);
  box-shadow: 0 16px 38px rgba(49, 196, 107, 0.26);
}

.swv2026-wrapper .swv2026-i {
  color: #162015;
  line-height: 1;
  text-align: center;
}

.swv2026-wrapper .swv2026-card-title {
  margin: 0;
  color: #162015;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.swv2026-wrapper .swv2026-card-text {
  margin: 0;
  color: #5a665b;
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
}

.swv2026-wrapper.swv2026-js .swv2026-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.swv2026-wrapper.swv2026-js .swv2026-reveal.swv2026-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

@media (min-width: 1024px) {
  .swv2026-wrapper .swv2026-section {
    padding: 88px 0;
  }

  .swv2026-wrapper .swv2026-container {
    padding: 0 28px;
  }

  .swv2026-wrapper .swv2026-heading {
    font-size: 42px;
    max-width: 960px;
    white-space: nowrap;
  }

  .swv2026-wrapper .swv2026-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .swv2026-wrapper .swv2026-grid {
    gap: 24px;
    margin-top: 42px;
  }

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

  .swv2026-wrapper .swv2026-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .swv2026-wrapper .swv2026-card {
    min-height: 300px;
    padding: 34px 28px 30px;
  }

  .swv2026-wrapper .swv2026-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }

  .swv2026-wrapper .swv2026-i {
    font-size: 29px;
  }

  .swv2026-wrapper .swv2026-card-title {
    font-size: 20px;
  }

  .swv2026-wrapper .swv2026-card-text {
    margin-top: 13px;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .swv2026-wrapper .swv2026-section {
    padding: 70px 0;
  }

  .swv2026-wrapper .swv2026-container {
    padding: 0 24px;
  }

  .swv2026-wrapper .swv2026-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .swv2026-wrapper .swv2026-intro {
    margin-top: 16px;
    font-size: 16px;
  }

  .swv2026-wrapper .swv2026-grid,
  .swv2026-wrapper .swv2026-grid-3,
  .swv2026-wrapper .swv2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
  }

  .swv2026-wrapper .swv2026-card {
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .swv2026-wrapper .swv2026-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
  }

  .swv2026-wrapper .swv2026-i {
    font-size: 26px;
  }

  .swv2026-wrapper .swv2026-card-title {
    font-size: 19px;
  }

  .swv2026-wrapper .swv2026-card-text {
    margin-top: 12px;
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .swv2026-wrapper .swv2026-section {
    padding: 52px 0;
  }

  .swv2026-wrapper .swv2026-container {
    padding: 0 16px;
  }

  .swv2026-wrapper .swv2026-heading {
    font-size: 27px;
    max-width: 390px;
  }

  .swv2026-wrapper .swv2026-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }

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

  .swv2026-wrapper .swv2026-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .swv2026-wrapper .swv2026-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
  }

  .swv2026-wrapper .swv2026-i {
    font-size: 22px;
  }

  .swv2026-wrapper .swv2026-card-title {
    font-size: 16px;
  }

  .swv2026-wrapper .swv2026-card-text {
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.48;
  }
}

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

  .swv2026-wrapper .swv2026-container {
    padding: 0 12px;
  }

  .swv2026-wrapper .swv2026-heading {
    font-size: 24px;
    max-width: 340px;
  }

  .swv2026-wrapper .swv2026-intro {
    margin-top: 10px;
    font-size: 13.2px;
    line-height: 1.5;
  }

  .swv2026-wrapper .swv2026-grid,
  .swv2026-wrapper .swv2026-grid-3,
  .swv2026-wrapper .swv2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 22px;
  }

  .swv2026-wrapper .swv2026-card {
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }

  .swv2026-wrapper .swv2026-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  .swv2026-wrapper .swv2026-i {
    font-size: 20px;
  }

  .swv2026-wrapper .swv2026-card-title {
    font-size: 14.8px;
  }

  .swv2026-wrapper .swv2026-card-text {
    margin-top: 8px;
    font-size: 11.8px;
    line-height: 1.44;
  }
}

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

  .swv2026-wrapper .swv2026-container {
    padding: 0 10px;
  }

  .swv2026-wrapper .swv2026-heading {
    font-size: 21px;
    max-width: 300px;
  }

  .swv2026-wrapper .swv2026-intro {
    margin-top: 9px;
    font-size: 12.4px;
    line-height: 1.46;
  }

  .swv2026-wrapper .swv2026-grid,
  .swv2026-wrapper .swv2026-grid-3,
  .swv2026-wrapper .swv2026-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 20px;
  }

  .swv2026-wrapper .swv2026-card {
    min-height: 214px;
    padding: 16px 9px 15px;
    border-radius: 14px;
  }

  .swv2026-wrapper .swv2026-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .swv2026-wrapper .swv2026-i {
    font-size: 18px;
  }

  .swv2026-wrapper .swv2026-card-title {
    font-size: 13.6px;
    line-height: 1.22;
  }

  .swv2026-wrapper .swv2026-card-text {
    margin-top: 7px;
    font-size: 11.2px;
    line-height: 1.4;
  }
}

@media (max-width: 319px) {
  .swv2026-wrapper .swv2026-section {
    padding: 36px 0;
  }

  .swv2026-wrapper .swv2026-container {
    padding: 0 10px;
  }

  .swv2026-wrapper .swv2026-heading {
    font-size: 20px;
  }

  .swv2026-wrapper .swv2026-intro {
    margin-top: 9px;
    font-size: 12px;
  }

  .swv2026-wrapper .swv2026-grid,
  .swv2026-wrapper .swv2026-grid-3,
  .swv2026-wrapper .swv2026-grid-4 {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 20px;
  }

  .swv2026-wrapper .swv2026-card {
    min-height: 210px;
    padding: 16px 10px;
  }

  .swv2026-wrapper .swv2026-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .swv2026-wrapper .swv2026-i {
    font-size: 18px;
  }

  .swv2026-wrapper .swv2026-card-title {
    font-size: 14px;
  }

  .swv2026-wrapper .swv2026-card-text {
    margin-top: 7px;
    font-size: 11.5px;
  }
}