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

.swv26-wrapper,
.swv26-wrapper * {
  box-sizing: border-box !important;
}

.swv26-wrapper {
  --swv26-primary: #ffcf00;
  --swv26-primary-deep: #161100;
  --swv26-secondary: #00a6ff;
  --swv26-accent: #ff4f8b;
  --swv26-tint: #fffbea;
  --swv26-text: #181818;
  --swv26-muted: #5f6470;
  --swv26-border: rgba(24, 24, 24, 0.1);
  --swv26-shadow: rgba(28, 24, 0, 0.14);
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: #ffffff;
  color: var(--swv26-text);
  font-family: Arial, Helvetica, sans-serif;
}

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

.swv26-section-white {
  background: #ffffff !important;
}

.swv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 207, 0, 0.18), transparent 34%),
    linear-gradient(180deg, #fffdf3 0%, var(--swv26-tint) 100%) !important;
}

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

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

.swv26-heading {
  margin: 0 auto !important;
  color: var(--swv26-primary-deep);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  text-wrap: balance;
}

.swv26-intro {
  margin: 0 auto !important;
  color: var(--swv26-muted);
  line-height: 1.7;
  font-weight: 500;
  max-width: 760px;
}

.swv26-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0 !important;
}

.swv26-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  min-width: 0 !important;
  overflow: hidden;
  text-align: center !important;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 207, 0, 0.55), rgba(0, 166, 255, 0.22), rgba(255, 79, 139, 0.22)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 44px var(--swv26-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
}

.swv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(255, 207, 0, 0.16), transparent 38%),
    radial-gradient(circle at 50% 18%, rgba(0, 166, 255, 0.12), transparent 38%);
  transition: opacity 260ms ease;
}

.swv26-card:hover {
  transform: translateY(-7px) scale(1.012);
  box-shadow: 0 26px 62px rgba(28, 24, 0, 0.2);
}

.swv26-card:hover::before {
  opacity: 1;
}

.swv26-icon {
  display: grid !important;
  place-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 207, 0, 0.96), rgba(255, 239, 121, 0.96) 48%, rgba(0, 166, 255, 0.22));
  color: var(--swv26-primary-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 14px 28px rgba(255, 207, 0, 0.28);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.swv26-card:hover .swv26-icon {
  transform: translateY(-4px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 18px 36px rgba(255, 207, 0, 0.36);
}

.swv26-i {
  display: block;
  line-height: 1;
  text-align: center !important;
}

.swv26-card-title {
  margin: 0 !important;
  color: var(--swv26-text);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.swv26-card-text {
  margin: 0 !important;
  color: var(--swv26-muted);
  line-height: 1.58;
  font-weight: 500;
}

.swv26-js .swv26-card {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
}

.swv26-js .swv26-card.swv26-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (min-width: 1024px) {
  .swv26-section {
    padding: 86px 0 !important;
  }

  .swv26-container {
    padding: 0 28px !important;
  }

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

  .swv26-intro {
    font-size: 17px;
    margin-top: 16px !important;
  }

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

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

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

  .swv26-i {
    font-size: 29px;
  }

  .swv26-card-title {
    font-size: 21px;
    margin-bottom: 13px !important;
  }

  .swv26-card-text {
    font-size: 15.5px;
  }
}

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

  .swv26-container {
    padding: 0 24px !important;
  }

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

  .swv26-intro {
    font-size: 16px;
    margin-top: 14px !important;
  }

  .swv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
    margin-top: 36px !important;
  }

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

  .swv26-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }

  .swv26-i {
    font-size: 26px;
  }

  .swv26-card-title {
    font-size: 19px;
    margin-bottom: 11px !important;
  }

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

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

  .swv26-container {
    padding: 0 16px !important;
  }

  .swv26-heading {
    font-size: 27px;
    max-width: 430px;
  }

  .swv26-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-top: 12px !important;
  }

  .swv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin-top: 28px !important;
  }

  .swv26-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

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

  .swv26-i {
    font-size: 22px;
  }

  .swv26-card-title {
    font-size: 16px;
    margin-bottom: 9px !important;
  }

  .swv26-card-text {
    font-size: 13.2px;
    line-height: 1.48;
  }
}

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

  .swv26-container {
    padding: 0 12px !important;
  }

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

  .swv26-intro {
    font-size: 13.8px;
    line-height: 1.52;
    margin-top: 10px !important;
  }

  .swv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 11px !important;
    margin-top: 24px !important;
  }

  .swv26-card {
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 16px;
  }

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

  .swv26-i {
    font-size: 20px;
  }

  .swv26-card-title {
    font-size: 14.8px;
    margin-bottom: 8px !important;
  }

  .swv26-card-text {
    font-size: 12.4px;
    line-height: 1.45;
  }
}

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

  .swv26-container {
    padding: 0 10px !important;
  }

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

  .swv26-intro {
    font-size: 13px;
    line-height: 1.48;
    margin-top: 9px !important;
  }

  .swv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
    margin-top: 21px !important;
  }

  .swv26-card {
    min-height: 216px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }

  .swv26-icon {
    width: 43px;
    height: 43px;
    margin-bottom: 12px;
  }

  .swv26-i {
    font-size: 18px;
  }

  .swv26-card-title {
    font-size: 13.4px;
    margin-bottom: 7px !important;
  }

  .swv26-card-text {
    font-size: 11.6px;
    line-height: 1.4;
  }
}