.destroy-seo-plan {
  overflow-x: clip;
}

.dsp-page {
  --dsp-red: #c91515;
  --dsp-dark: #302727;
  --dsp-ink: #111;
  --dsp-muted: #5f5f5f;
  --dsp-line: #dedede;
  --dsp-soft: #f4f4f4;
  color: var(--dsp-ink);
  font-family: inherit;
}

.dsp-page *,
.dsp-page *::before,
.dsp-page *::after {
  box-sizing: border-box;
}

.dsp-container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.dsp-breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 18px 0 14px;
  color: #747474;
  font-size: 14px;
}

.dsp-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.dsp-hero {
  position: relative;
  display: flex;
  min-height: 540px;
  align-items: center;
  overflow: hidden;
  border-radius: 7px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .58) 62%, rgba(0, 0, 0, .24)), var(--dsp-hero);
  background-position: center;
  background-size: cover;
}

.dsp-hero-content {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  padding: 50px;
  color: #fff;
}

.dsp-page h1,
.dsp-page h2 {
  letter-spacing: 0;
}

.dsp-hero h1,
.dsp-price-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font: 700 32px/1.25 Merriweather, Georgia, serif;
  text-transform: uppercase;
}

.dsp-hero .dsp-lead {
  max-width: 730px;
  margin: 0 0 20px;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.55;
}

.dsp-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 17px;
}

.dsp-facts > div {
  min-height: 74px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 6px;
  background: rgba(0, 0, 0, .24);
}

.dsp-facts span {
  display: block;
  margin-bottom: 4px;
  color: #d7d7d7;
  font-size: 12px;
  text-transform: uppercase;
}

.dsp-facts strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.dsp-guarantees {
  display: grid;
  gap: 7px;
  margin: 0 0 23px;
  padding: 0;
  list-style: none;
}

.dsp-guarantees li {
  position: relative;
  padding-left: 25px;
  color: #fff;
  font-weight: 700;
}

.dsp-guarantees li::before,
.dsp-points li::before {
  content: "\2713";
  position: absolute;
  color: #e21818;
}

.dsp-guarantees li::before {
  left: 0;
}

.dsp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dsp-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  text-transform: uppercase;
}

.dsp-primary {
  background: var(--dsp-red);
  color: #fff !important;
}

.dsp-light {
  background: #fff;
  color: #111 !important;
}

.dsp-section {
  padding: 66px 0;
  border-bottom: 1px solid var(--dsp-line);
}

.dsp-overview {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 46px;
  align-items: start;
}

.dsp-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--dsp-red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dsp-page h2 {
  margin: 0 0 15px;
  color: #111;
  font: 700 30px/1.25 Merriweather, Georgia, serif;
  text-transform: uppercase;
}

.dsp-page h3 {
  margin: 0 0 8px;
  color: #111;
  font: 700 18px/1.3 inherit;
}

.dsp-page p {
  margin: 0;
  color: #333;
  font-size: 17px;
  line-height: 1.6;
}

.dsp-page p + p {
  margin-top: 16px;
}

.dsp-heading {
  max-width: 850px;
  margin: 0 auto 30px;
  text-align: center;
}

.dsp-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dsp-points li {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  padding: 17px 17px 17px 50px;
  border: 1px solid var(--dsp-line);
  border-radius: 6px;
  background: #fff;
  font-weight: 700;
}

.dsp-points li::before {
  left: 19px;
}

.dsp-table-wrap {
  overflow-x: auto;
}

.dsp-prices table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.dsp-prices th,
.dsp-prices td {
  padding: 15px 16px;
  border: 1px solid #d6d6d6;
  text-align: left;
}

.dsp-prices th {
  background: var(--dsp-dark);
  color: #fff;
}

.dsp-prices td:last-child {
  color: var(--dsp-red);
  font-weight: 800;
}

.dsp-note {
  margin-top: 13px !important;
  color: var(--dsp-muted) !important;
  font-size: 14px !important;
}

.dsp-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dsp-case {
  overflow: hidden;
  border: 1px solid var(--dsp-line);
  border-radius: 7px;
  background: #fff;
}

.dsp-case figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #eee;
}

.dsp-case img,
.dsp-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dsp-case > div {
  padding: 20px;
}

.dsp-case > div > span {
  display: block;
  margin-bottom: 7px;
  color: var(--dsp-red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dsp-case p {
  font-size: 15px;
}

.dsp-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.dsp-gallery figure {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #eee;
}

.dsp-steps ol,
.dsp-safety ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dsp-steps li,
.dsp-safety li {
  display: flex;
  gap: 15px;
  min-height: 144px;
  padding: 21px;
  border: 1px solid var(--dsp-line);
  border-radius: 6px;
  background: #fff;
}

.dsp-steps li > span,
.dsp-safety li > span {
  color: var(--dsp-red);
  font-size: 23px;
  font-weight: 800;
}

.dsp-steps li p,
.dsp-safety li p {
  font-size: 15px;
}

.dsp-safety ol {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dsp-safety li {
  min-height: 105px;
}

.dsp-disposal,
.dsp-request {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: center;
  margin: 58px 0;
  padding: 38px;
  border-radius: 7px;
  background: var(--dsp-dark);
  color: #fff;
}

.dsp-disposal h2,
.dsp-request h2,
.dsp-disposal p,
.dsp-request p,
.dsp-request a {
  color: #fff;
}

.dsp-disposal a {
  font-weight: 800;
}

.dsp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.dsp-related-grid a {
  display: flex;
  min-height: 122px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid var(--dsp-line);
  border-radius: 6px;
  color: #111;
  text-decoration: none;
}

.dsp-related-grid span {
  font: 700 19px/1.3 Merriweather, Georgia, serif;
}

.dsp-related-grid b {
  color: var(--dsp-red);
  font-size: 12px;
  text-transform: uppercase;
}

.dsp-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.dsp-faq details {
  border-top: 1px solid var(--dsp-line);
}

.dsp-faq details:last-child {
  border-bottom: 1px solid var(--dsp-line);
}

.dsp-faq summary {
  cursor: pointer;
  padding: 19px 0;
  font-size: 18px;
  font-weight: 800;
}

.dsp-faq details p {
  padding: 0 0 19px;
}

.dsp-form .wpcf7,
.dsp-form label {
  color: #fff;
}

.dsp-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.dsp-form textarea,
.dsp-form select {
  width: 100%;
  min-height: 48px;
  padding-right: 36px;
  border: 0;
  border-radius: 5px;
}

.dsp-form input[type="submit"] {
  min-height: 50px;
  padding: 0 23px;
  border: 0;
  border-radius: 5px;
  background: var(--dsp-red);
  color: #fff;
  font-weight: 800;
}

.dsp-price-hero {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 42px;
  align-items: center;
  padding: 42px;
  border-radius: 7px;
  background: var(--dsp-dark);
  color: #fff;
}

.dsp-price-hero p,
.dsp-price-hero h1 {
  color: #fff;
}

.dsp-price-hero aside {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 6px;
}

.dsp-price-hero aside strong,
.dsp-price-hero aside b {
  display: block;
  margin-bottom: 10px;
}

.dsp-price-hero aside strong {
  font-size: 32px;
}

.dsp-price-hero aside p {
  font-size: 14px;
}

.dsp-price-tools {
  margin: 20px 0 34px;
  padding: 20px;
  border: 1px solid var(--dsp-line);
  border-radius: 6px;
  background: var(--dsp-soft);
}

.dsp-price-tools label {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
}

.dsp-price-tools input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #bbb;
  background: #fff;
}

.dsp-price-tools nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.dsp-price-tools button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  background: #fff;
  color: #111;
  cursor: pointer;
}

.dsp-price-tools button.is-active {
  border-color: var(--dsp-red);
  background: var(--dsp-red);
  color: #fff;
}

.dsp-original-price {
  overflow: hidden;
}

.dsp-price-copy {
  max-width: 1060px;
  margin: 0 auto;
}

.dsp-price-factors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 28px;
}

.dsp-price-factors h3 {
  font-size: 22px;
}

.dsp-price-factors ul {
  margin: 0;
  padding-left: 22px;
}

.dsp-price-factors li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.dsp-price-factors aside {
  padding: 24px;
  border-left: 4px solid var(--dsp-red);
  background: var(--dsp-soft);
}

.dsp-price-factors aside > span {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .dsp-container {
    width: min(720px, calc(100% - 24px));
  }

  .dsp-hero {
    min-height: 620px;
    background-image: linear-gradient(rgba(0, 0, 0, .78), rgba(0, 0, 0, .7)), var(--dsp-hero);
  }

  .dsp-hero-content {
    padding: 34px 24px;
  }

  .dsp-overview,
  .dsp-disposal,
  .dsp-request,
  .dsp-price-hero,
  .dsp-price-factors {
    grid-template-columns: 1fr;
  }

  .dsp-case-grid,
  .dsp-steps ol,
  .dsp-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .dsp-container {
    width: calc(100% - 20px);
  }

  .dsp-breadcrumbs {
    padding-top: 12px;
    font-size: 12px;
  }

  .dsp-hero {
    min-height: 700px;
  }

  .dsp-hero h1,
  .dsp-price-hero h1 {
    font-size: 28px;
  }

  .dsp-lead {
    font-size: 16px;
  }

  .dsp-facts,
  .dsp-actions {
    grid-template-columns: 1fr;
  }

  .dsp-actions {
    display: grid;
  }

  .dsp-button {
    width: 100%;
  }

  .dsp-section {
    padding: 48px 0;
  }

  .dsp-page h2 {
    font-size: 26px;
  }

  .dsp-points,
  .dsp-case-grid,
  .dsp-gallery,
  .dsp-steps ol,
  .dsp-safety ol,
  .dsp-related-grid {
    grid-template-columns: 1fr;
  }

  .dsp-disposal,
  .dsp-request,
  .dsp-price-hero {
    margin: 40px 0;
    padding: 25px 19px;
  }
}
