.elementor-2809 .elementor-element.elementor-element-da5bb95.xpro-widget-bg-overlay:before{transition:background 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-da5bb95 */.dmk-cost-page {
  --dmk-black: #0d0d0d;
  --dmk-dark: #111111;
  --dmk-white: #ffffff;
  --dmk-cream: #f5f4ef;
  --dmk-gray: #666666;
  --dmk-border: #deded9;
  --dmk-lime: #b6ff3b;

  background: var(--dmk-white);
  color: var(--dmk-black);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
  overflow: hidden;
}

.dmk-cost-page *,
.dmk-cost-page *::before,
.dmk-cost-page *::after {
  box-sizing: border-box;
}

.dmk-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.dmk-narrow {
  max-width: 850px;
}

.dmk-section {
  padding: 90px 0;
}

.dmk-light {
  background: var(--dmk-cream);
}

.dmk-dark {
  background: var(--dmk-black);
  color: var(--dmk-white);
}

.dmk-hero {
  padding: 110px 0 95px;
  background: var(--dmk-cream);
  border-bottom: 1px solid var(--dmk-border);
}

.dmk-eyebrow,
.dmk-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.dmk-label {
  color: #6a6a64;
}

.dmk-label-light {
  color: var(--dmk-lime);
}

.dmk-hero h1 {
  max-width: 950px;
  margin: 0 0 25px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: .98;
  letter-spacing: -3px;
  font-weight: 800;
}

.dmk-lead {
  max-width: 780px;
  margin: 0;
  color: #44443f;
  font-size: 20px;
  line-height: 1.7;
}

.dmk-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 35px;
}

.dmk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 23px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  transition: .2s ease;
}

.dmk-btn:hover {
  transform: translateY(-2px);
  opacity: .9;
}

.dmk-btn-primary {
  background: var(--dmk-black);
  color: #fff !important;
}

.dmk-btn-secondary {
  border: 1px solid #aaa9a3;
  color: var(--dmk-black) !important;
}

.dmk-btn-dark {
  background: var(--dmk-black);
  color: #fff !important;
}

.dmk-btn-outline {
  border: 1px solid rgba(255,255,255,.5);
  color: #fff !important;
}

.dmk-section h2,
.dmk-final h2,
.dmk-cta h2 {
  max-width: 850px;
  margin: 0 0 24px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -2px;
}

.dmk-section h3 {
  margin: 28px 0 10px;
  font-size: 23px;
  line-height: 1.2;
}

.dmk-section p {
  color: #4f4f4b;
  font-size: 17px;
}

.dmk-dark p,
.dmk-final p {
  color: #d2d2ce;
}

.dmk-note,
.dmk-info-box {
  margin: 30px 0;
  padding: 22px 25px;
  border-left: 4px solid var(--dmk-lime);
  background: #f0f0eb;
  color: #343430;
}

.dmk-image-section {
  padding: 0 0 80px;
  background: var(--dmk-cream);
}

.dmk-image-card {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
}

.dmk-image-card img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.dmk-image-card figcaption {
  padding: 15px 20px;
  color: #666;
  font-size: 13px;
}

.dmk-contents {
  display: grid;
  border-top: 1px solid var(--dmk-border);
}

.dmk-contents a {
  padding: 15px 0;
  border-bottom: 1px solid var(--dmk-border);
  color: var(--dmk-black);
  font-weight: 700;
  text-decoration: none;
}

.dmk-contents a:hover {
  color: #628c00;
}

.dmk-intro {
  max-width: 820px;
}

.dmk-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 45px;
}

.dmk-price-card {
  padding: 32px;
  border: 1px solid var(--dmk-border);
  border-radius: 24px;
  background: #fff;
}

.dmk-price-card.dmk-featured {
  background: var(--dmk-black);
  color: #fff;
  transform: translateY(-10px);
}

.dmk-card-number {
  display: block;
  margin-bottom: 28px;
  color: #777770;
  font-size: 12px;
  font-weight: 800;
}

.dmk-featured .dmk-card-number {
  color: var(--dmk-lime);
}

.dmk-price-card h3 {
  margin: 0 0 20px;
  font-size: 24px;
}

.dmk-price {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
}

.dmk-price span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
  opacity: .7;
}

.dmk-price-card ul,
.dmk-check-list {
  padding-left: 20px;
  margin: 0;
}

.dmk-price-card li,
.dmk-check-list li {
  margin: 9px 0;
}

.dmk-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 35px 0;
}

.dmk-two-column > div {
  padding: 30px;
  border: 1px solid var(--dmk-border);
  border-radius: 22px;
}

.dmk-big-price {
  margin: 10px 0 !important;
  color: var(--dmk-black) !important;
  font-size: 26px !important;
  font-weight: 800;
}

.dmk-ad-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 40px 0;
  background: #333;
  border-radius: 22px;
  overflow: hidden;
}

.dmk-ad-box div {
  padding: 35px;
  background: #171717;
}

.dmk-ad-box span,
.dmk-budget-grid span,
.dmk-highlight span {
  display: block;
  margin-bottom: 12px;
  color: var(--dmk-lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.dmk-ad-box strong {
  display: block;
  font-size: 28px;
}

.dmk-light-list {
  color: #fff;
}

.dmk-package {
  margin: 35px 0;
  border-top: 1px solid var(--dmk-border);
}

.dmk-package-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--dmk-border);
}

.dmk-package-row strong {
  text-align: right;
}

.dmk-highlight {
  margin-top: 35px;
  padding: 35px;
  border-radius: 25px;
  background: var(--dmk-lime);
  color: var(--dmk-black);
}

.dmk-highlight strong {
  display: block;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.1;
}

.dmk-highlight p {
  margin-bottom: 0;
  color: #202020 !important;
}

.dmk-factor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 45px;
}

.dmk-factor {
  padding: 28px;
  border: 1px solid var(--dmk-border);
  border-radius: 22px;
  background: #fff;
}

.dmk-factor span {
  color: #777;
  font-size: 12px;
  font-weight: 800;
}

.dmk-factor h3 {
  margin-top: 15px;
}

.dmk-factor p {
  font-size: 15px;
}

.dmk-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 35px 0;
}

.dmk-compare-card {
  padding: 30px;
  border: 1px solid var(--dmk-border);
  border-radius: 22px;
}

.dmk-compare-card ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.dmk-budget-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 40px 0;
  background: #333;
  border-radius: 22px;
  overflow: hidden;
}

.dmk-budget-grid > div {
  padding: 30px;
  background: #171717;
}

.dmk-budget-grid strong {
  display: block;
  font-size: 28px;
}

.dmk-cta {
  padding: 70px 0;
  background: var(--dmk-lime);
}

.dmk-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.dmk-cta h2 {
  margin-bottom: 12px;
  max-width: 700px;
}

.dmk-cta p {
  max-width: 700px;
  margin: 0;
  color: #333;
}

.dmk-final {
  padding: 100px 0;
  background: var(--dmk-black);
  color: #fff;
  text-align: center;
}

.dmk-final-inner {
  max-width: 850px;
}

.dmk-final h2 {
  margin-left: auto;
  margin-right: auto;
}

.dmk-final p {
  max-width: 700px;
  margin: 0 auto;
}

.dmk-final .dmk-buttons {
  justify-content: center;
}

.dmk-final .dmk-btn-primary {
  background: var(--dmk-lime);
  color: var(--dmk-black) !important;
}

.dmk-cost-page details {
  padding: 22px 0;
  border-bottom: 1px solid var(--dmk-border);
}

.dmk-cost-page details:first-of-type {
  border-top: 1px solid var(--dmk-border);
}

.dmk-cost-page summary {
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 800;
}

.dmk-cost-page summary::-webkit-details-marker {
  display: none;
}

.dmk-cost-page summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -4px;
  font-size: 25px;
}

.dmk-cost-page details[open] summary::after {
  content: "−";
}

.dmk-cost-page details p {
  margin: 15px 0 0;
  font-size: 16px;
}

.dmk-cost-page a:not(.dmk-btn) {
  color: #4f7100;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dmk-dark a:not(.dmk-btn),
.dmk-final a:not(.dmk-btn) {
  color: var(--dmk-lime);
}


/* TABLET */

@media (max-width: 900px) {

  .dmk-price-grid,
  .dmk-factor-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dmk-price-card.dmk-featured {
    transform: none;
  }

  .dmk-cta-inner {
    display: block;
  }

  .dmk-cta .dmk-btn {
    margin-top: 25px;
  }

}


/* MOBILE */

@media (max-width: 700px) {

  .dmk-container {
    width: min(100% - 28px, 850px);
  }

  .dmk-section {
    padding: 65px 0;
  }

  .dmk-hero {
    padding: 70px 0 65px;
  }

  .dmk-hero h1 {
    font-size: 43px;
    letter-spacing: -2px;
  }

  .dmk-lead {
    font-size: 17px;
  }

  .dmk-section h2,
  .dmk-final h2,
  .dmk-cta h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }

  .dmk-price-grid,
  .dmk-factor-grid,
  .dmk-two-column,
  .dmk-compare,
  .dmk-budget-grid {
    grid-template-columns: 1fr;
  }

  .dmk-ad-box {
    grid-template-columns: 1fr;
  }

  .dmk-price-card {
    padding: 25px;
  }

  .dmk-price {
    font-size: 27px;
  }

  .dmk-package-row {
    display: block;
  }

  .dmk-package-row strong {
    display: block;
    margin-top: 5px;
    text-align: left;
  }

  .dmk-buttons {
    flex-direction: column;
  }

  .dmk-btn {
    width: 100%;
  }

  .dmk-question-list > div {
    align-items: flex-start;
  }

  .dmk-image-card img {
    height: 300px;
  }

}/* End custom CSS */