body {
  --debut-antispam-v2-text: #0f172a;
  --debut-antispam-v2-muted: #4a5565;
  --debut-antispam-v2-surface: #f7f5fa;
  --debut-antispam-v2-card: #fef9fd;
  --debut-antispam-v2-accent: #f1551f;
  --debut-antispam-v2-accent-bright: #ff6a00;
  --debut-antispam-v2-cream: #fee6ce;
  --debut-antispam-v2-purple: #4b1136;
  --debut-antispam-v2-deep: #0f172a;
  --debut-antispam-v2-card-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  --debut-antispam-v2-icon-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
  --debut-antispam-v2-trial-shadow: 0 24px 44px rgba(63, 17, 53, 0.18);
  --home-v2-footer-text: #cbb1f2;
  --home-v2-footer-head: #e7d7ff;
  background: var(--debut-antispam-v2-surface);
  color: var(--debut-antispam-v2-text);
}

.dm-page--debut-antispam .dm-shell {
  background: var(--debut-antispam-v2-surface);
}

.dm-page--debut-antispam .dm-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.dm-page--debut-antispam .dm-footer {
  position: relative;
  overflow: hidden;
  border-top: 0;
  background: radial-gradient(circle at 14% -10%, rgba(241, 85, 31, 0.34) 0%, rgba(241, 85, 31, 0) 20%), radial-gradient(circle at 78% 10%, rgba(112, 28, 122, 0.28) 0%, rgba(112, 28, 122, 0) 24%), linear-gradient(90deg, #0e0729 0%, #290e4f 40.541%, #100933 100%);
}

.dm-page--debut-antispam .dm-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #f1551f 11.538%, #fee38a 34.615%, #f1581f 57.212%, #701c7a 77.404%, #280c3c 100%);
}

.debut-antispam-v2 {
  color: var(--debut-antispam-v2-text);
}

.debut-antispam-v2__hero {
  position: relative;
  min-height: 442px;
  overflow: hidden;
}

.debut-antispam-v2__hero-media,
.debut-antispam-v2__hero-overlay {
  position: absolute;
  inset: 0;
}

.debut-antispam-v2__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.debut-antispam-v2__hero-overlay {
  background: linear-gradient(90deg, rgba(35, 11, 60, 0.72) 0%, rgba(35, 11, 60, 0.45) 30%, rgba(35, 11, 60, 0.16) 56%, rgba(35, 11, 60, 0) 76%);
}

.debut-antispam-v2__hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), 1279px);
  margin: 0 auto;
  padding: 86px 0 117px;
}

.debut-antispam-v2__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.debut-antispam-v2__breadcrumb a {
  color: inherit;
}

.debut-antispam-v2__breadcrumb span[aria-current="page"] {
  color: #9b9b9b;
}

.debut-antispam-v2__breadcrumb img {
  width: 16px;
  height: 16px;
}

.debut-antispam-v2__hero-copy {
  max-width: 485px;
  margin-top: 18px;
  margin-left: clamp(0px, 3vw, 37px);
  display: grid;
  gap: 16px;
}

.debut-antispam-v2__hero-title {
  margin: 0;
  color: #ffffff;
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-size: 36px;
  line-height: 49px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.debut-antispam-v2__hero-text {
  margin: 0;
  max-width: 481px;
  color: #ffffff;
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.debut-antispam-v2__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 4px;
}

.debut-antispam-v2__button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.debut-antispam-v2__button:hover,
.debut-antispam-v2__button:focus-visible,
.debut-antispam-v2__trial-button:hover,
.debut-antispam-v2__trial-button:focus-visible {
  transform: translateY(-1px);
}

.debut-antispam-v2__button--hero-light {
  width: 178px;
  border: 1px solid var(--debut-antispam-v2-accent-bright);
  background: var(--debut-antispam-v2-cream);
  color: var(--debut-antispam-v2-text);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.debut-antispam-v2__button--hero-light:hover,
.debut-antispam-v2__button--hero-light:focus-visible {
  background: #fff1df;
}

.debut-antispam-v2__button--hero-dark {
  width: 178px;
  border: 1px solid var(--debut-antispam-v2-cream);
  background: var(--debut-antispam-v2-purple);
  color: var(--debut-antispam-v2-cream);
}

.debut-antispam-v2__button--hero-dark:hover,
.debut-antispam-v2__button--hero-dark:focus-visible {
  background: #5a1238;
}

.debut-antispam-v2__main {
  padding: 48px 0 60px;
}

.debut-antispam-v2__main-inner {
  width: min(calc(100% - 40px), 1198px);
  margin: 0 auto;
}

.debut-antispam-v2__switch {
  width: min(100%, 454px);
  margin: 0 auto;
  padding: 8px 11px;
  display: grid;
  grid-template-columns: 206px 1fr;
  align-items: center;
  gap: 10px;
  border-radius: 55px;
  background: linear-gradient(101deg, #7E3D17 23.11%, #0F172A 67.47%);
}

.debut-antispam-v2__switch-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  color: #ffffff;
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-size: 20px !important;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.debut-antispam-v2__switch-button--active,
.debut-antispam-v2__switch-button.is-active {
  border: 1px solid #262626;
  background: var(--debut-antispam-v2-accent);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.debut-antispam-v2__services {
  padding-top: 47px;
}

.debut-antispam-v2__section-title {
  margin: 0;
  color: var(--debut-antispam-v2-text);
  font-family: "IBM Plex Sans", "Inter", "Segoe UI", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.debut-antispam-v2__section-text {
  margin: 11px auto 0 auto;
  color: #4A5565;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 529px;
}

.debut-antispam-v2__section-title--secondary {
  margin: 48px 0 0 0;
}

.debut-antispam-v2__services-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
}
.debut-antispam-v2__features-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
}

.debut-antispam-v2__pricing {
  padding-top: 47px;
}

.debut-antispam-v2__pricing-inner {
  width: min(calc(100% - 40px), 1198px);
  margin: 0 auto;
  display: grid;
  /* gap: 32px; */
}

.debut-antispam-v2__pricing-title {
  margin: 0;
  font-family: "IBM Plex Sans", "Inter", "Segoe UI", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.debut-antispam-v2__pricing-table-wrapper {
  overflow-x: auto;
  margin-top: 42px;
}

/* White panel around the pricing table */
.debut-antispam-v2__pricing-panel {
  background: #ffffff;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 28px;
}

.debut-antispam-v2__pricing-table-inner {
  width: 100%;
  overflow-x: auto;
}

.debut-antispam-v2__pricing-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  margin: 0;
}

.debut-antispam-v2__pricing-table {
  background: transparent;
  max-width: 708px;
  margin: auto;
}

/* Header gradient, separators, and rounded corners to match the design */
.debut-antispam-v2__pricing-table thead {
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(121deg, #F1551F 6.74%, #0F172A 85.48%);
  border-right: 1px solid #ffffff;
  vertical-align: middle;
}

.debut-antispam-v2__pricing-table thead th:first-child {
  border-top-left-radius: 14px;
  min-width: 231px;
}
.debut-antispam-v2__pricing-table thead th:last-child {
  border-top-right-radius: 14px;
  border-right: none;
}

/* Center numeric columns and headers for readability */
.debut-antispam-v2__pricing-table th:nth-child(2),
.debut-antispam-v2__pricing-table th:nth-child(3),
.debut-antispam-v2__pricing-table td:nth-child(2),
.debut-antispam-v2__pricing-table td:nth-child(3) {
  text-align: center;
}

/* Row backgrounds: subtle alternating stripes; cells hold backgrounds so panel corners remain visible */
.debut-antispam-v2__pricing-table tbody tr td {
  background: #eaeaea;
}
.debut-antispam-v2__pricing-table tbody tr:nth-child(odd) td {
  background: #f2f2f2;
}

/* Remove bottom border on last row and round bottom corners of the table */
.debut-antispam-v2__pricing-table tbody tr:last-child td {
  border-bottom: none;
}

/* Promo banner for Debut Anti-Spam */
/* .debut-antispam-v2__divider {
  padding: 24px 0;
} */

.antispam-promo {
    position: relative;
    min-height: 185px;
    margin: 64px auto 0;
    padding: 30px 83px 30px 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(139.47deg, #f85d08 3.58%, #b82515 57.74%, #230b3c 92.55%);
    box-shadow: var(--debut-vps-v2-trial-shadow);
}

.debut-antispam-v2__trial-orb {
    position: absolute;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
}

.debut-antispam-v2__trial-orb--lg {
    top: 22px;
    left: 69px;
    width: 80px;
    height: 80px;
}

.debut-antispam-v2__trial-orb--md {
    top: 29px;
    right: 305px;
    width: 55px;
    height: 55px;
}

.debut-antispam-v2__trial-orb--sm {
    bottom: 21px;
    left: 108px;
    width: 48px;
    height: 48px;
}

.antispam-promo__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 77px;
}

.antispam-promo__copy {
  color: #fff;
  flex: 1;
  min-width: 220px;
}

.antispam-promo__copy h3 {
  margin: 0;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}

.antispam-promo__cards {
  display: flex;
  gap: 12px;
  align-items: center;
}

.antispam-feature-card {
  min-width: 130px;
  max-height: 124px;
  padding: 0 13px 18px 14px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.antispam-feature-card img {
  width: auto;
  max-width: 103px !important;
  height: auto;
  max-height: 90px;
  object-fit: contain;
}

.antispam-feature-card__label {
  /* margin-top: 8px; */
  font-size: 18px;
  font-weight: 500;
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  color: #0F172A;
  line-height: 28px;
  text-align: center;
}

@media (max-width: 900px) {
  .antispam-promo__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .antispam-promo__cards {
    justify-content: center;
    flex-wrap: wrap;
  }
  /* .antispam-feature-card {
    min-width: 84px;
    padding: 10px;
  } */
  .antispam-promo__copy h3 {
    font-size: 36px;
    line-height: 50px;
  }
}
.debut-antispam-v2__pricing-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 14px;
}
.debut-antispam-v2__pricing-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 14px;
}

.debut-antispam-v2__pricing-table th {
  padding: 12px 24px;
  text-align: center;
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.debut-antispam-v2__pricing-table td {
  padding: 20px 24px;
  text-align: center;
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.debut-antispam-v2__pricing-table thead th {
  font-weight: 700;
  color: #ffffff;
  /* background: linear-gradient(101deg, #f1551f 23.11%, #0f172a 67.47%); */
}

.debut-antispam-v2__pricing-table tbody tr:nth-child(odd) {
  background: #f7f7f8;
}

.debut-antispam-v2__pricing-table tbody tr:last-child td {
  border-bottom: none;
}

.debut-antispam-v2__pricing-table td {
  color: #262626;
  border-bottom: 1px solid #ffffff;
}

.debut-antispam-v2__pricing-table th:nth-child(2) {
  min-width: 237px;
}

/* .debut-antispam-v2__pricing-table th:last-child {
  min-width: 240px;
} */

/* Vertical separators between columns */
.debut-antispam-v2__pricing-table th:not(:last-child),
.debut-antispam-v2__pricing-table td:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.debut-antispam-v2__pricing-cards {
  display: flex;
  gap: 20px;
  margin-top: 89px;
}

.debut-antispam-v2__pricing-card {
  display: flex;
  gap: 18px;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.08);
}

.debut-antispam-v2__pricing-card-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.debut-antispam-v2__pricing-card--secondary {
  background: #f7f8fb;
}

.debut-antispam-v2__pricing-card-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 16px;
  background: #E1E1F7;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.debut-antispam-v2__pricing-card-icon img {
  display: block;
  object-fit: contain;
}

.debut-antispam-v2__pricing-card-content h3 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.debut-antispam-v2__pricing-card-content p {
  margin: 8px 0 0 0;
  color: #616161;
}

.debut-antispam-v2__pricing-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 4px;
  background: linear-gradient(90deg, #7C3AED 0%, #0F172A 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.debut-antispam-v2__pricing-card-button--secondary {
  background: linear-gradient(90deg, #10B981 0%, #07533A 100%);
}

.debut-antispam-v2__pricing-card-button:hover,
.debut-antispam-v2__pricing-card-button:focus-visible {
  opacity: 0.92;
}

.debutmail-antispam-v2__antispam-routing-workflow {
  max-width: 1038px;
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 0 12px;
}

.debutmail-antispam-v2__workflow-card {
  min-height: 140px;
  display: flex;
  align-items: start;
  gap: 20px;
  padding: 24px;
  border-radius: 16px;
  background: #FEF9FD;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.debutmail-antispam-v2__workflow-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.09);
}

.debutmail-antispam-v2__workflow-icon-wrap {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 16px;
  background: #E1E1F7;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
  flex: 0 0 64px;
}

.debutmail-antispam-v2__workflow-icon {
  width: 80px;
  height: auto;
  display: block;
  object-fit: contain;
}

.debutmail-antispam-v2__workflow-copy h4 {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #101828;
}

.debutmail-antispam-v2__workflow-copy p {
  margin: 4px 0 0 0;
  color: #6b7280;
  font-size: 14px;
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-weight: 400;
  line-height: 22.75px;
}

.debut-domain-v2__section-title {
    margin: 60px 0 0 0;
    color: var(--debut-domain-v2-text);
    font-family: "IBM Plex Sans", "Inter", "Segoe UI", sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
}

.debut-domain-v2__services-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 24px;
}

.debut-domain-v2__service-card {
    min-height: 199px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
    border-radius: 16px;
    background: var(--debut-antispam-v2-card);
    box-shadow: var(--debut-antispam-v2-card-shadow);
}

.debut-domain-v2__service-card--wide {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: center;
    gap: 32px;
    min-height: auto;
    padding: 24px 24px 35px 24px;
}

.debut-domain-v2__domain-media {
    max-width: 447px;
    max-height: 298px;
    aspect-ratio: 3 / 2;
    margin-left: auto;
}

.debut-domain-v2__domain-media-image {
    width: 100%;
    height: auto;
    display: block;
}

.debut-domain-v2__domain-benefits {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 18px;
}

.debut-domain-v2__domain-benefit {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10.5px;
    align-items: flex-start;
}

.debut-domain-v2__benefit-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.debut-domain-v2__domain-benefit span:last-child {
    color: var(--debut-domain-v2-text);
    font-family: "IBM Plex Sans", "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.debut-domain-v2__benefit-icon img {
    width: 21.5px;
    height: 21.5px;
}

@media (max-width: 960px) {
  .debutmail-antispam-v2__antispam-routing-workflow {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .debutmail-antispam-v2__workflow-card {
    min-height: auto;
    align-items: flex-start;
  }
}

@media (max-width: 960px) {
  .debut-antispam-v2__pricing-cards {
    flex-direction: column;
  }

  .debut-antispam-v2__pricing-card-content-wrapper{
    width: 100%;
  }
}

@media (max-width: 720px) {
  .debut-antispam-v2__pricing-table {
    min-width: 100%;
  }

  .debut-antispam-v2__pricing-card {
    padding: 22px;
  }

    .debut-domain-v2__services-grid {
        margin-top: 28px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .debut-domain-v2__service-card--wide {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px;
    }

    .debut-domain-v2__service-card {
        min-height: 0;
        padding: 20px;
        gap: 18px;
    }

    .debut-domain-v2__domain-media {
        margin: auto;
    }

    .debut-domain-v2__domain-benefits {
        gap: 16px;
    }

    .debut-domain-v2__domain-benefit {
        gap: 12px;
    }

    .debut-domain-v2__benefit-icon {
        width: 28px;
        min-width: 28px;
        height: 28px;
    }

    .debut-domain-v2__benefit-icon img {
        width: 14px;
        height: 14px;
    }

    .debut-domain-v2__domain-benefit span:last-child {
        font-size: 15px;
        line-height: 24px;
    }
}


.debut-antispam-v2__service-card {
  min-height: 199px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  border-radius: 16px;
  background: var(--debut-antispam-v2-card);
  box-shadow: var(--debut-antispam-v2-card-shadow);
}

.debut-antispam-v2__service-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 80px;
  border-radius: 16px;
  background: #e1e1f7;
  box-shadow: var(--debut-antispam-v2-icon-shadow);
}

.debut-antispam-v2__service-illustration {
  display: block;
  height: auto;
  object-fit: contain;
}

.debut-antispam-v2__service-illustration--full {
  width: 90px;
}

.debut-antispam-v2__service-illustration--backup {
  width: 80px;
}

.debut-antispam-v2__service-illustration--security {
  width: 84px;
}

.debut-antispam-v2__service-illustration--support {
  width: 80px;
}

.debut-antispam-v2__service-illustration--upgrade {
  width: 80px;
}

.debut-antispam-v2__service-illustration--segmentation {
  width: 80px;
}

.debut-antispam-v2__service-copy {
  flex: 1;
  min-width: 0;
}

.debut-antispam-v2__service-copy h3 {
  margin: 0;
  color: #101828;
  font-family: "IBM Plex Sans", "Inter", "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.debut-antispam-v2__service-copy p {
  margin: 4px 0 0;
  max-width: 228px;
  color: var(--debut-antispam-v2-muted);
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-size: 14px;
  line-height: 22.75px;
}

.debut-antispam-v2__service-card--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: 32px;
  min-height: auto;
  padding: 24px 24px 35px 24px;
}

.debut-antispam-v2__antispam-media-image {
  width: 100%;
  height: auto;
  display: block;
}

.debut-antispam-v2__antispam-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.debut-antispam-v2__antispam-benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10.5px;
  align-items: flex-start;
}

.debut-antispam-v2__benefit-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.debut-antispam-v2__benefit-icon img {
  width: 21.5px;
  height: 21.5px;
}

.debut-antispam-v2__antispam-benefit span:last-child {
  color: var(--debut-antispam-v2-text);
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.debut-antispam-v2__trial {
  position: relative;
  max-width: 1026px;
  min-height: 185px;
  margin: 64px auto 0;
  padding: 35px 98px 30px 173px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(139.47deg, #f85d08 3.58%, #b82515 57.74%, #230b3c 92.55%);
  box-shadow: var(--debut-antispam-v2-trial-shadow);
}

.debut-antispam-v2__trial-copy {
  position: relative;
  z-index: 1;
  max-width: 424px;
}

.debut-antispam-v2__trial-copy h2 {
  margin: 0;
  color: #ffffff;
  font-family: "IBM Plex Sans", "Inter", "Segoe UI", sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.debut-antispam-v2__trial-copy p {
  margin: 16px 0 0;
  max-width: 415px;
  color: #ffffff;
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.debut-antispam-v2__trial-button {
  position: relative;
  z-index: 1;
  width: 178px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ffffff;
  color: var(--debut-antispam-v2-accent);
  font-family: "IBM Plex Sans", "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 10px 16px rgba(21, 11, 42, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.debut-antispam-v2__trial-button:hover,
.debut-antispam-v2__trial-button:focus-visible {
  background: #fff6ef;
  box-shadow: 0 14px 20px rgba(21, 11, 42, 0.22);
}

.debut-antispam-v2__trial-orb {
  position: absolute;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.debut-antispam-v2__trial-orb--lg {
  top: 22px;
  left: 69px;
  width: 80px;
  height: 80px;
}

.debut-antispam-v2__trial-orb--md {
  top: 29px;
  right: 560px;
  width: 55px;
  height: 55px;
}

.debut-antispam-v2__trial-orb--sm {
  bottom: 21px;
  left: 108px;
  width: 48px;
  height: 48px;
}

.debut-antispam-v2__trial-orb--xs {
  right: 123px;
  bottom: -103px;
  width: 64px;
  height: 64px;
  border-color: #ffffff;
}

.dm-page--debut-antispam .dm-footer {
    position: relative;
    overflow: hidden;
    border-top: 0;
    background: radial-gradient(circle at 14% -10%, rgba(241, 85, 31, 0.34) 0%, rgba(241, 85, 31, 0) 20%), radial-gradient(circle at 78% 10%, rgba(112, 28, 122, 0.28) 0%, rgba(112, 28, 122, 0) 24%), linear-gradient(90deg, #0e0729 0%, #290e4f 40.541%, #100933 100%);
}

.dm-page--debut-antispam .dm-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 40;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
}

.debut-antispam-v2__antispam-media {
    max-width: 447px;
    max-height: 298px;
    aspect-ratio: 3 / 2;
    margin: auto;
}

@media (max-width: 1180px) {
  .debut-antispam-v2__services-grid,
  .debut-antispam-v2__features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .debut-antispam-v2__trial {
    padding: 35px 48px 32px 88px;
  }
}

@media (max-width: 960px) {
  .debut-antispam-v2__hero {
    min-height: 520px;
  }

  .debut-antispam-v2__hero-overlay {
    background: linear-gradient(180deg, rgba(35, 11, 60, 0.72) 0%, rgba(35, 11, 60, 0.36) 46%, rgba(35, 11, 60, 0.12) 100%);
  }

  .debut-antispam-v2__hero-inner {
    padding-bottom: 72px;
  }

  .debut-antispam-v2__hero-copy {
    max-width: 560px;
    margin-left: 0;
  }

  .debut-antispam-v2__switch {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .debut-antispam-v2__trial {
    padding: 36px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .debut-antispam-v2__trial-button {
    width: 220px;
  }

  .debut-antispam-v2__trial-orb--md {
    right: 43dvw;
  }
}

@media (max-width: 720px) {
  .debut-antispam-v2__hero {
    min-height: 0;
  }

  .debut-antispam-v2__hero-inner {
    width: min(calc(100% - 32px), 1279px);
    padding-top: 92px;
    padding-bottom: 56px;
  }

  .debut-antispam-v2__breadcrumb {
    gap: 8px;
    font-size: 12px;
  }

  .debut-antispam-v2__hero-copy {
    gap: 14px;
  }

  .debut-antispam-v2__hero-title {
    font-size: 32px;
    line-height: 40px;
  }

  .debut-antispam-v2__hero-text {
    font-size: 15px;
    line-height: 24px;
  }

  .debut-antispam-v2__hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .debut-antispam-v2__button--hero-light,
  .debut-antispam-v2__button--hero-dark {
    width: 100%;
  }

  .debut-antispam-v2__main {
    padding: 28px 0 52px;
  }

  .debut-antispam-v2__main-inner {
    width: min(calc(100% - 32px), 1192px);
  }

  .debut-antispam-v2__switch {
    width: 100%;
    padding: 8px;
    gap: 8px;
  }

  .debut-antispam-v2__switch-button {
    min-height: 42px;
    font-size: 16px;
    line-height: 24px;
  }

  .debut-antispam-v2__services {
    padding-top: 32px;
  }

  .debut-antispam-v2__section-title {
    font-size: 28px;
    line-height: 34px;
  }

  .debut-antispam-v2__services-grid,
  .debut-antispam-v2__features-grid {
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .debut-antispam-v2__service-card--wide {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }

  .debut-antispam-v2__antispam-benefits {
    gap: 16px;
  }

  .debut-antispam-v2__antispam-benefit {
    gap: 12px;
  }

  .debut-antispam-v2__benefit-icon {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  .debut-antispam-v2__benefit-icon img {
    width: 14px;
    height: 14px;
  }

  .debut-antispam-v2__antispam-benefit span:last-child {
    font-size: 15px;
    line-height: 24px;
  }

  .debut-antispam-v2__service-card {
    min-height: 0;
    padding: 20px;
    gap: 18px;
  }

  .debut-antispam-v2__service-icon {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }

  .debut-antispam-v2__service-illustration--full {
    width: 82px;
  }

  .debut-antispam-v2__service-illustration--backup,
  .debut-antispam-v2__service-illustration--support,
  .debut-antispam-v2__service-illustration--upgrade,
  .debut-antispam-v2__service-illustration--segmentation {
    width: 72px;
  }

  .debut-antispam-v2__service-illustration--security {
    width: 76px;
  }

  .debut-antispam-v2__service-copy p {
    max-width: none;
  }

  .debut-antispam-v2__trial {
    margin-top: 40px;
    padding: 28px 24px 32px;
  }

  .debut-antispam-v2__trial-copy h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .debut-antispam-v2__trial-copy p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .debut-antispam-v2__trial-button {
    width: 100%;
  }

  .debut-antispam-v2__trial-orb--lg {
    top: 16px;
    left: 28px;
    width: 60px;
    height: 60px;
  }

  .debut-antispam-v2__trial-orb--md {
    top: 28px;
    right: 26px;
  }

  .debut-antispam-v2__trial-orb--sm {
    left: 62px;
    bottom: 62px;
    width: 36px;
    height: 36px;
  }

  .debut-antispam-v2__antispam-media {
    margin: auto;
  }

  .debut-antispam-v2__trial-orb--lg {
    top: 16px;
    left: 28px;
    width: 60px;
    height: 60px;
  }

  .debut-antispam-v2__trial-orb--md {
    top: 28px;
    right: 26px;
  }

  .debut-antispam-v2__trial-orb--sm {
    left: 62px;
    bottom: 62px;
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 520px) {
  .debut-antispam-v2__service-card {
    flex-direction: column;
  }

  .debut-antispam-v2__service-icon {
    width: 80px;
    height: 80px;
  }

  .debut-antispam-v2__service-card--wide {
    padding: 20px;
    gap: 20px;
  }

  .debut-antispam-v2__antispam-benefits {
    gap: 14px;
  }

  .debut-antispam-v2__antispam-benefit {
    gap: 10px;
  }

  .debut-antispam-v2__benefit-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }

  .debut-antispam-v2__benefit-icon img {
    width: 12px;
    height: 12px;
  }

  .debut-antispam-v2__antispam-benefit span:last-child {
    font-size: 14px;
    line-height: 22px;
  }

  .debut-antispam-v2__trial-orb--xs {
    display: none;
  }

  .antispam-feature-card {
    width: 100% !important;
  }
}

