/*
 Theme Name: Ditch Your Solar - Divi Child
 Theme URI: https://ditchyoursolar.com/
 Description: Divi child theme for DitchYourSolar.com.
 Author: Ditch Your Solar
 Template: Divi
 Version: 1.0.0
 Text Domain: ditchyoursolar-divi-child
*/

/* Add site-specific CSS below this line. */
/* MOBILE MENU*/
.et_mobile_menu {
  border-top: 1px solid rgba(164, 74, 36, 0.28) !important;
  background: #111111 !important;
}

.mobile_menu_bar:before {
  color: #F3EFE8 !important;
}

/* START GLOBAL STYLES */
.dys-hero-wrap {
  background:
    radial-gradient(circle at 78% 18%, rgba(164, 74, 36, 0.16) 0%, rgba(164, 74, 36, 0.08) 22%, rgba(164, 74, 36, 0) 48%),
    linear-gradient(90deg, rgba(164, 74, 36, 0.04) 0%, rgba(164, 74, 36, 0.01) 100%),
    #090909;
  color: #F3EFE8;
  padding: 90px 0 80px;
  position: relative;
  overflow: hidden;
}

.dys-hero-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 160px 160px;
  opacity: 0.18;
  pointer-events: none;
}

.dys-hero {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.dys-hero-left {
  max-width: 680px;
}

.dys-hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(164, 74, 36, 0.5);
  background: rgba(164, 74, 36, 0.08);
  color: #F3EFE8;
  font-family: Inter, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  box-shadow: 0 0 0 1px rgba(164, 74, 36, 0.1) inset;
}

.dys-hero h1 {
  margin: 0 0 20px;
  font-family: Manrope, sans-serif;
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #F3EFE8;
}

.dys-hero h1 .accent {
  color: #A44A24;
}

.dys-hero-copy {
  margin: 0 0 28px;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.7;
  max-width: 600px;
}

.dys-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 30px;
}

.dys-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 18px;
  min-height: 58px;
  padding: 0 24px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.dys-btn-primary {
  background: #A44A24;
  color: #F3EFE8;
  box-shadow: 0 12px 30px rgba(164, 74, 36, 0.18);
}

.dys-btn-primary:hover {
  background: #C45A2D;
  color: #F3EFE8;
  transform: translateY(-1px);
}

.dys-btn-secondary {
  background: transparent;
  color: #F3EFE8;
  border: 1px solid rgba(164, 74, 36, 0.5);
}

.dys-btn-secondary:hover {
  background: rgba(164, 74, 36, 0.12);
  color: #F3EFE8;
}

.dys-btn-arrow {
  font-size: 20px;
  margin-left: 12px;
  line-height: 1;
}

.dys-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dys-hero-points li {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dys-hero-points li::before {
  content: "✓";
  color: #A44A24;
  font-weight: 700;
  font-size: 18px;
}

.dys-hero-right {
  position: relative;
}

.dys-hero-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #111111;
  border: 1px solid rgba(164, 74, 36, 0.28);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
}

.dys-hero-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.dys-hero-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  background: rgba(17, 17, 17, 0.94);
  border: 1px solid rgba(164, 74, 36, 0.28);
  border-radius: 18px;
  padding: 16px 18px 15px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(4px);
}

.dys-hero-badge-amount {
  display: block;
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 6px;
}

.dys-hero-badge-text {
  display: block;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .dys-hero {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .dys-hero-left {
    max-width: none;
  }

  .dys-hero h1 {
    max-width: 900px;
  }
}

@media (max-width: 767px) {
  .dys-hero-wrap {
    padding: 70px 0 56px;
  }

  .dys-hero {
    padding: 0 20px;
    gap: 34px;
  }

  .dys-hero-pill {
    margin-bottom: 22px;
    font-size: 11px;
    padding: 9px 14px;
  }

  .dys-hero h1 {
    font-size: 44px;
    margin-bottom: 18px;
  }

  .dys-hero-copy {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .dys-hero-actions {
    gap: 12px;
    margin-bottom: 24px;
  }

  .dys-btn {
    width: 100%;
    min-height: 58px;
    font-size: 17px;
  }

  .dys-hero-badge {
    left: 16px;
    bottom: 16px;
    padding: 14px 16px;
  }

  .dys-hero-badge-amount {
    font-size: 28px;
  }

  .dys-hero-badge-text {
    font-size: 14px;
  }

  .dys-hero-points {
    gap: 16px;
  }

  .dys-hero-points li {
    font-size: 15px;
  }
}

.dys-outcomes-ticker {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #090909;
  border-top: 1px solid rgba(164, 74, 36, 0.28);
  border-bottom: 1px solid rgba(164, 74, 36, 0.28);
  padding: 0;
}

.dys-outcomes-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: dysTickerScroll 42s linear infinite;
  will-change: transform;
}

.dys-outcome-item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  color: #F3EFE8;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  white-space: nowrap;
  border-right: 1px solid rgba(164, 74, 36, 0.28);
}

.dys-outcome-item strong {
  color: #F3EFE8;
  font-weight: 700;
}

.dys-check {
  color: #A44A24;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.dys-sep {
  color: #A44A24;
  opacity: 0.9;
  margin: 0 2px 0 0;
}

@keyframes dysTickerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.dys-outcomes-ticker:hover .dys-outcomes-track {
  animation-play-state: paused;
}

@media (max-width: 767px) {
  .dys-outcome-item {
    padding: 12px 20px;
    font-size: 15px;
  }

  .dys-check {
    font-size: 16px;
  }
}

/* START PAIN SECTION */
.dys-pain-section {
  background: #151515;
  padding: 72px 0;
  color: #F3EFE8;
}

.dys-pain-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.dys-pain-heading {
  max-width: 640px;
  margin: 0 auto 34px;
  text-align: center;
}

.dys-pain-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(164, 74, 36, 0.5);
  background: rgba(164, 74, 36, 0.08);
  color: #F3EFE8;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 18px;
  box-shadow: 0 0 0 1px rgba(164, 74, 36, 0.1) inset;
}

.dys-pain-heading h2 {
  margin: 0 0 14px;
  font-family: Manrope, sans-serif;
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #F3EFE8;
}

.dys-pain-heading p {
  margin: 0;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

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

.dys-pain-card {
  background: linear-gradient(180deg, #141414 0%, #111111 100%);
  border: 1px solid rgba(164, 74, 36, 0.18);
  border-radius: 18px;
  padding: 18px 20px;
  min-height: 160px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.dys-pain-card:hover {
  transform: translateY(-2px);
  border-color: rgba(164, 74, 36, 0.5);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.dys-pain-icon {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
}

.dys-pain-card h3 {
  margin: 0;
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  max-width: 230px;
}

.dys-pain-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.25s ease;
}

.dys-pain-card:hover ul,
.dys-pain-card:focus-within ul {
  max-height: 200px;
  opacity: 1;
  margin-top: 14px;
}

.dys-pain-card li {
  margin: 0 0 8px;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.dys-pain-card li:last-child {
  margin-bottom: 0;
}

.dys-pain-card li::marker {
  color: #A44A24;
}

.dys-pain-cta {
  text-align: center;
  margin-top: 30px;
}

.dys-pain-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  background: #A44A24;
  color: #F3EFE8;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.25s ease;
  box-shadow: 0 12px 30px rgba(164, 74, 36, 0.18);
}

.dys-pain-cta a:hover {
  background: #C45A2D;
  color: #F3EFE8;
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .dys-pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .dys-pain-card ul {
    max-height: 200px;
    opacity: 1;
    margin-top: 14px;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .dys-pain-section {
    padding: 58px 0;
  }

  .dys-pain-inner {
    padding: 0 20px;
  }

  .dys-pain-heading {
    margin-bottom: 28px;
  }

  .dys-pain-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dys-pain-card {
    padding: 18px 18px;
    min-height: auto;
  }

  .dys-pain-card h3 {
    font-size: 18px;
    max-width: none;
  }

  .dys-pain-card li {
    font-size: 15px;
  }

  .dys-pain-cta {
    margin-top: 26px;
  }

  .dys-pain-cta a {
    width: 100%;
  }
}

/* 123 SECTION */

.dys-steps-section {
  background: #090909;
  padding: 78px 0 86px;
  color: #F3EFE8;
}

.dys-steps-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.dys-steps-heading {
  max-width: 650px;
  margin: 0 auto 54px;
  text-align: center;
}

.dys-steps-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(164, 74, 36, 0.5);
  background: rgba(164, 74, 36, 0.08);
  color: #F3EFE8;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 18px;
  box-shadow: 0 0 0 1px rgba(164, 74, 36, 0.1) inset;
}

.dys-steps-heading h2 {
  margin: 0 0 14px;
  font-family: Manrope, sans-serif;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #F3EFE8;
}

.dys-steps-heading p {
  margin: 0;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.dys-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  align-items: start;
}

.dys-step-item {
  text-align: center;
}

.dys-step-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
  width: 100%;
  height: 58px;
}

.dys-step-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(164, 74, 36, 0.28);
  transform: translateY(-50%);
}

.dys-step-item:first-child .dys-step-top::before {
  left: 50%;
  right: 0;
  margin-left: 29px;
}

.dys-step-item:last-child .dys-step-top::before {
  left: 0;
  right: 50%;
  margin-right: 29px;
}

.dys-step-number {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 999px;
  background: #A44A24;
  color: #F3EFE8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(164, 74, 36, 0.18);
}

.dys-step-line,
.dys-step-line-last {
  display: none;
}

.dys-step-item h3 {
  margin: 0 0 12px;
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.dys-step-item p {
  margin: 0;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 980px) {
  .dys-steps-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .dys-step-item {
    text-align: left;
    background: #111111;
    border: 1px solid rgba(164, 74, 36, 0.18);
    border-radius: 18px;
    padding: 22px 20px;
  }

  .dys-step-top {
    justify-content: flex-start;
    height: auto;
    margin-bottom: 16px;
  }

  .dys-step-top::before {
    display: none;
  }

  .dys-step-item p {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .dys-steps-section {
    padding: 60px 0 68px;
  }

  .dys-steps-inner {
    padding: 0 20px;
  }

  .dys-steps-heading {
    margin-bottom: 34px;
  }

  .dys-step-number {
    width: 52px;
    height: 52px;
    min-width: 52px;
    font-size: 20px;
  }
}

/* HOW WE HELP */

.dys-services-section {
  background: #151515;
  padding: 78px 0 86px;
  color: #F3EFE8;
}

.dys-services-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.dys-services-heading {
  max-width: 650px;
  margin: 0 auto 42px;
  text-align: center;
}

.dys-services-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(164, 74, 36, 0.5);
  background: rgba(164, 74, 36, 0.08);
  color: #F3EFE8;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 18px;
  box-shadow: 0 0 0 1px rgba(164, 74, 36, 0.1) inset;
}

.dys-services-heading h2 {
  margin: 0 0 14px;
  font-family: Manrope, sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #F3EFE8;
}

.dys-services-heading p {
  margin: 0;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.dys-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.dys-service-card {
  background: linear-gradient(180deg, #141414 0%, #111111 100%);
  border: 1px solid rgba(164, 74, 36, 0.18);
  border-radius: 20px;
  padding: 26px 24px 24px;
  min-height: 290px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.dys-service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(164, 74, 36, 0.5);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.dys-service-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(164, 74, 36, 0.14);
  font-size: 24px;
  line-height: 1;
  margin-bottom: 22px;
}

.dys-service-card h3 {
  margin: 0 0 14px;
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.dys-service-card p {
  margin: 0 0 18px;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.dys-service-card a {
  color: #A44A24;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.dys-service-card a:hover {
  color: #C45A2D;
}

@media (max-width: 1100px) {
  .dys-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .dys-services-section {
    padding: 60px 0 68px;
  }

  .dys-services-inner {
    padding: 0 20px;
  }

  .dys-services-heading {
    margin-bottom: 32px;
  }

  .dys-services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dys-service-card {
    min-height: auto;
    padding: 22px 20px;
  }
}

.dys-trust-band {
  background:
    radial-gradient(circle at 78% 18%, rgba(164, 74, 36, 0.16) 0%, rgba(164, 74, 36, 0.08) 22%, rgba(164, 74, 36, 0) 48%),
    linear-gradient(90deg, rgba(164, 74, 36, 0.04) 0%, rgba(164, 74, 36, 0.01) 100%),
    #090909;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
  border-bottom: 1px solid rgba(164, 74, 36, 0.18);
  padding: 34px 0 30px;
}

.dys-trust-band__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.dys-trust-band__item {
  text-align: center;
}

.dys-trust-band__value {
  color: #A44A24;
  font-family: Manrope, sans-serif;
  font-size: clamp(34px, 3.4vw, 58px);
  line-height: 1;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.dys-trust-band__label {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 980px) {
  .dys-trust-band__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 20px;
  }
}

@media (max-width: 767px) {
  .dys-trust-band {
    padding: 28px 0 24px;
  }

  .dys-trust-band__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0 20px;
  }

  .dys-trust-band__value {
    font-size: 36px;
  }

  .dys-trust-band__label {
    font-size: 14px;
  }
}

.dys-tools-faq-section {
  background: #090909;
  padding: 82px 0 90px;
  color: #F3EFE8;
}

.dys-tools-faq-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.dys-tools-faq-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(164, 74, 36, 0.5);
  background: rgba(164, 74, 36, 0.08);
  color: #F3EFE8;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  box-shadow: 0 0 0 1px rgba(164, 74, 36, 0.1) inset;
}

.dys-calc-card {
  max-width: 1120px;
  margin: 0 auto 72px;
  padding: 56px 24px;
  text-align: center;
  border-radius: 28px;
  border: 1px solid rgba(164, 74, 36, 0.28);
  background:
    radial-gradient(circle at 50% 50%, rgba(164, 74, 36, 0.18) 0%, rgba(164, 74, 36, 0.08) 20%, rgba(164, 74, 36, 0.02) 40%, rgba(164, 74, 36, 0) 72%),
    linear-gradient(90deg, rgba(164, 74, 36, 0.04) 0%, rgba(164, 74, 36, 0.01) 100%),
    #090909;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.dys-calc-card .dys-tools-faq-pill {
  margin-bottom: 22px;
}

.dys-calc-card h2 {
  margin: 0 0 16px;
  font-family: Manrope, sans-serif;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #F3EFE8;
}

.dys-calc-card p {
  max-width: 660px;
  margin: 0 auto 24px;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.dys-calc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  background: #A44A24;
  color: #F3EFE8;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.25s ease;
  box-shadow: 0 12px 30px rgba(164, 74, 36, 0.18);
}

.dys-calc-btn:hover {
  background: #C45A2D;
  color: #F3EFE8;
  transform: translateY(-1px);
}

.dys-faq-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.dys-faq-heading {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 28px;
}

.dys-faq-heading .dys-tools-faq-pill {
  margin-bottom: 18px;
}

.dys-faq-heading h2 {
  margin: 0 0 12px;
  font-family: Manrope, sans-serif;
  font-size: clamp(24px, 2.7vw, 40px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #F3EFE8;
}

.dys-faq-heading p {
  margin: 0;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.dys-faq-list {
  display: grid;
  gap: 12px;
}

.dys-faq-item {
  background: #111111;
  border: 1px solid rgba(164, 74, 36, 0.18);
  border-radius: 16px;
  overflow: hidden;
}

.dys-faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  cursor: pointer;
  color: #F3EFE8;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.dys-faq-item summary::-webkit-details-marker {
  display: none;
}

.dys-faq-icon {
  position: relative;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 999px;
  background: rgba(164, 74, 36, 0.16);
}

.dys-faq-icon::before,
.dys-faq-icon::after {
  content: "";
  position: absolute;
  background: #A44A24;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dys-faq-icon::before {
  width: 10px;
  height: 2px;
}

.dys-faq-icon::after {
  width: 2px;
  height: 10px;
  transition: opacity 0.2s ease;
}

.dys-faq-item[open] .dys-faq-icon::after {
  opacity: 0;
}

.dys-faq-answer {
  padding: 0 24px 22px;
}

.dys-faq-answer p {
  margin: 0;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.dys-faq-cta {
  text-align: center;
  margin-top: 28px;
}

.dys-faq-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  border: 1px solid rgba(164, 74, 36, 0.5);
  background: transparent;
  color: #F3EFE8;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.dys-faq-cta a:hover {
  background: rgba(164, 74, 36, 0.12);
  color: #F3EFE8;
}

@media (max-width: 767px) {
  .dys-tools-faq-section {
    padding: 64px 0 72px;
  }

  .dys-tools-faq-inner {
    padding: 0 20px;
  }

  .dys-calc-card {
    margin-bottom: 58px;
    padding: 52px 20px;
    border-radius: 22px;
  }

  .dys-calc-card p {
    font-size: 16px;
  }

  .dys-calc-btn {
    width: 100%;
  }

  .dys-faq-item summary {
    padding: 18px 18px;
    font-size: 15px;
  }

  .dys-faq-answer {
    padding: 0 18px 18px;
  }

  .dys-faq-cta a {
    width: 100%;
  }
}

/* CTA 1*/

.dys-final-cta {
  background:
    radial-gradient(circle at 50% 52%, rgba(164, 74, 36, 0.18) 0%, rgba(164, 74, 36, 0.10) 18%, rgba(164, 74, 36, 0.04) 34%, rgba(164, 74, 36, 0.01) 48%, rgba(164, 74, 36, 0) 68%),
    linear-gradient(90deg, rgba(164, 74, 36, 0.03) 0%, rgba(164, 74, 36, 0.01) 100%),
    #090909;
  padding: 88px 0 96px;
  color: #F3EFE8;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
}

.dys-final-cta__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.dys-final-cta__pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(164, 74, 36, 0.5);
  background: rgba(164, 74, 36, 0.08);
  color: #F3EFE8;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  box-shadow: 0 0 0 1px rgba(164, 74, 36, 0.1) inset;
}

.dys-final-cta__inner h2 {
  margin: 0 0 16px;
  font-family: Manrope, sans-serif;
  font-size: clamp(30px, 3vw, 52px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #F3EFE8;
}

.dys-final-cta__inner p {
  max-width: 640px;
  margin: 0 auto 30px;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.dys-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 14px;
  background: #A44A24;
  color: #F3EFE8;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.25s ease;
  box-shadow: 0 12px 30px rgba(164, 74, 36, 0.18);
}

.dys-final-cta__btn:hover {
  background: #C45A2D;
  color: #F3EFE8;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .dys-final-cta {
    padding: 64px 0 72px;
  }

  .dys-final-cta__inner {
    padding: 0 20px;
  }

  .dys-final-cta__inner h2 {
    font-size: 34px;
  }

  .dys-final-cta__inner p {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .dys-final-cta__btn {
    width: 100%;
  }
}

.dys-breakfree-cta {
  background:
    radial-gradient(circle at 50% 52%, rgba(164, 74, 36, 0.20) 0%, rgba(164, 74, 36, 0.10) 18%, rgba(164, 74, 36, 0.04) 34%, rgba(164, 74, 36, 0.01) 48%, rgba(164, 74, 36, 0) 68%),
    linear-gradient(90deg, rgba(164, 74, 36, 0.03) 0%, rgba(164, 74, 36, 0.01) 100%),
    #090909;
  padding: 92px 0 96px;
  color: #F3EFE8;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
}

.dys-breakfree-cta__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.dys-breakfree-cta__inner h2 {
  margin: 0 0 18px;
  font-family: Manrope, sans-serif;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #F3EFE8;
}

.dys-breakfree-cta__inner h2 span {
  color: #A44A24;
}

.dys-breakfree-cta__inner p {
  max-width: 620px;
  margin: 0 auto 28px;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.dys-breakfree-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 14px;
  background: #A44A24;
  color: #F3EFE8;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.25s ease;
  box-shadow: 0 12px 30px rgba(164, 74, 36, 0.18);
}

.dys-breakfree-cta__btn:hover {
  background: #C45A2D;
  color: #F3EFE8;
  transform: translateY(-1px);
}

.dys-breakfree-cta__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 30px;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.dys-breakfree-cta__meta span {
  position: relative;
}

.dys-breakfree-cta__meta span:not(:last-child)::after {
  content: "•";
  margin-left: 10px;
  color: rgba(164, 74, 36, 0.6);
}

.dys-breakfree-cta__icons {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.dys-breakfree-cta__icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 68px;
}

.dys-breakfree-cta__icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(164, 74, 36, 0.10);
  border: 1px solid rgba(164, 74, 36, 0.28);
  color: #F3EFE8;
  font-size: 22px;
  line-height: 1;
}

.dys-breakfree-cta__icon-item span:last-child {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

@media (max-width: 767px) {
  .dys-breakfree-cta {
    padding: 68px 0 72px;
  }

  .dys-breakfree-cta__inner {
    padding: 0 20px;
  }

  .dys-breakfree-cta__inner h2 {
    font-size: 40px;
  }

  .dys-breakfree-cta__inner p {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .dys-breakfree-cta__btn {
    width: 100%;
  }

  .dys-breakfree-cta__meta {
    margin: 14px 0 24px;
    font-size: 13px;
  }

  .dys-breakfree-cta__icons {
    gap: 20px;
  }
}

/* FOOTER */

/* FOOTER */

.dys-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dys-footer-links li {
  margin: 0 0 12px;
  padding: 0;
}

.dys-footer-links li:last-child {
  margin-bottom: 0;
}

.dys-footer-links a,
.dys-footer-bottom a {
  color: #AFA79D;
  text-decoration: none;
  transition: color 0.25s ease;
}

.dys-footer-links a:hover,
.dys-footer-bottom a:hover {
  color: #A44A24;
}

.dys-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  background: #A44A24;
  color: #F3EFE8 !important;
  text-decoration: none !important;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.25s ease;
  box-shadow: 0 12px 30px rgba(164, 74, 36, 0.18);
}

.dys-footer-btn:hover {
  background: #C45A2D;
  color: #F3EFE8 !important;
  transform: translateY(-1px);
}

.dys-footer-logo img {
  max-width: 180px;
  height: auto;
}

.dys-footer-blurb,
.dys-footer-contact-text,
.dys-footer-bottom p {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.dys-footer-heading h4,
.dys-footer-links h4,
.dys-footer-contact h4 {
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 18px;
}

.dys-footer-bottom {
  border-top: 1px solid rgba(164, 74, 36, 0.18);
  padding-top: 22px;
  margin-top: 28px;
}

@media (max-width: 767px) {
  .dys-footer-btn {
    width: 100%;
  }
}

/* EXIT OPTIONS PAGE */

.dys-exit-page {
  background: #090909;
  color: #F3EFE8;
}

.dys-exit-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

.dys-exit-narrow {
  max-width: 860px;
  text-align: center;
}

.dys-page-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(164, 74, 36, 0.5);
  background: rgba(164, 74, 36, 0.08);
  color: #F3EFE8;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 18px;
  box-shadow: 0 0 0 1px rgba(164, 74, 36, 0.1) inset;
}

.dys-section-heading {
  margin: 0 auto 40px;
  text-align: center;
}

.dys-exit-page h1,
.dys-exit-page h2,
.dys-exit-page h3 {
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.dys-exit-page h1 {
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.02;
  margin: 0 0 18px;
}

.dys-exit-page h2 {
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.08;
  margin: 0 0 14px;
}

.dys-exit-page h3 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 12px;
}

.dys-page-lead,
.dys-exit-page p,
.dys-exit-page li {
  color: #AFA79D;
  font-family: Inter, sans-serif;
}

.dys-page-lead {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.7;
  margin: 0 0 28px;
}

.dys-exit-page p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.dys-exit-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(164, 74, 36, 0.16) 0%, rgba(164, 74, 36, 0.08) 22%, rgba(164, 74, 36, 0) 48%),
    linear-gradient(90deg, rgba(164, 74, 36, 0.04) 0%, rgba(164, 74, 36, 0.01) 100%),
    #090909;
  padding: 92px 0 84px;
}

.dys-exit-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 60px;
  align-items: center;
}

.dys-exit-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin: 0 0 28px;
}

.dys-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 14px;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.dys-btn-primary {
  background: #A44A24;
  color: #F3EFE8;
  box-shadow: 0 12px 30px rgba(164, 74, 36, 0.18);
}

.dys-btn-primary:hover {
  background: #C45A2D;
  color: #F3EFE8;
  transform: translateY(-1px);
}

.dys-btn-secondary {
  background: transparent;
  color: #F3EFE8;
  border: 1px solid rgba(164, 74, 36, 0.5);
}

.dys-btn-secondary:hover {
  background: rgba(164, 74, 36, 0.12);
  color: #F3EFE8;
}

.dys-exit-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dys-exit-hero-points li {
  font-size: 15px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dys-exit-hero-points li::before {
  content: "✓";
  color: #A44A24;
  font-size: 18px;
  font-weight: 700;
}

.dys-exit-hero-card,
.dys-exit-affects-card {
  border-radius: 26px;
  overflow: hidden;
  background: #111111;
  border: 1px solid rgba(164, 74, 36, 0.28);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
}

.dys-exit-hero-card img,
.dys-exit-affects-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.dys-exit-intro,
.dys-exit-steps,
.dys-exit-faq,
.dys-exit-final {
  padding: 78px 0;
}

.dys-exit-cards {
  background: #151515;
  padding: 78px 0;
}

.dys-exit-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dys-exit-card {
  background: linear-gradient(180deg, #141414 0%, #111111 100%);
  border: 1px solid rgba(164, 74, 36, 0.18);
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  min-height: 100%;
}

.dys-exit-card p {
  font-size: 15px;
  line-height: 1.7;
}

.dys-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  align-items: start;
}

.dys-step-item {
  text-align: center;
}

.dys-step-top {
  display: flex;
  justify-content: center;
  margin: 0 auto 18px;
}

.dys-step-number {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 999px;
  background: #A44A24;
  color: #F3EFE8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(164, 74, 36, 0.18);
}

.dys-step-item p {
  max-width: 320px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
}

.dys-exit-affects {
  background: #111111;
  padding: 78px 0;
}

.dys-exit-affects-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 48px;
  align-items: center;
}

.dys-exit-affects ul {
  margin: 18px 0 20px;
  padding-left: 20px;
}

.dys-exit-affects li {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 8px;
}

.dys-exit-affects li::marker {
  color: #A44A24;
}

.dys-exit-strip {
  background:
    radial-gradient(circle at 50% 50%, rgba(164, 74, 36, 0.16) 0%, rgba(164, 74, 36, 0.08) 22%, rgba(164, 74, 36, 0.02) 42%, rgba(164, 74, 36, 0) 70%),
    #090909;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
  border-bottom: 1px solid rgba(164, 74, 36, 0.18);
  padding: 34px 0;
}

.dys-exit-strip-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
}

.dys-faq-list {
  display: grid;
  gap: 12px;
}

.dys-faq-item {
  background: #111111;
  border: 1px solid rgba(164, 74, 36, 0.18);
  border-radius: 16px;
  overflow: hidden;
}

.dys-faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  cursor: pointer;
  color: #F3EFE8;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.dys-faq-item summary::-webkit-details-marker {
  display: none;
}

.dys-faq-icon {
  position: relative;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 999px;
  background: rgba(164, 74, 36, 0.16);
}

.dys-faq-icon::before,
.dys-faq-icon::after {
  content: "";
  position: absolute;
  background: #A44A24;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dys-faq-icon::before {
  width: 10px;
  height: 2px;
}

.dys-faq-icon::after {
  width: 2px;
  height: 10px;
  transition: opacity 0.2s ease;
}

.dys-faq-item[open] .dys-faq-icon::after {
  opacity: 0;
}

.dys-faq-answer {
  padding: 0 22px 20px;
}

.dys-faq-answer p,
.dys-faq-answer a {
  font-size: 15px;
  line-height: 1.7;
  color: #AFA79D;
}

.dys-faq-answer a:hover {
  color: #A44A24;
}

.dys-exit-final {
  background:
    radial-gradient(circle at 50% 52%, rgba(164, 74, 36, 0.18) 0%, rgba(164, 74, 36, 0.10) 18%, rgba(164, 74, 36, 0.04) 34%, rgba(164, 74, 36, 0.01) 48%, rgba(164, 74, 36, 0) 68%),
    #090909;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
}

.dys-exit-final-actions {
  justify-content: center;
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .dys-exit-hero-grid,
  .dys-exit-affects-grid,
  .dys-exit-strip-inner {
    grid-template-columns: 1fr;
  }

  .dys-exit-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dys-exit-strip-inner {
    text-align: center;
  }
}

@media (max-width: 980px) {
  .dys-steps-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .dys-step-item p {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .dys-exit-shell {
    padding: 0 20px;
  }

  .dys-exit-hero,
  .dys-exit-intro,
  .dys-exit-cards,
  .dys-exit-steps,
  .dys-exit-affects,
  .dys-exit-faq,
  .dys-exit-final {
    padding: 60px 0;
  }

  .dys-exit-card-grid {
    grid-template-columns: 1fr;
  }

  .dys-exit-hero-actions,
  .dys-exit-final-actions {
    flex-direction: column;
  }

  .dys-btn {
    width: 100%;
  }

  .dys-exit-hero-points {
    gap: 14px;
  }
}

/* CONTRACT REVIEW PAGE */

.dys-contract-page {
  background: #090909;
  color: #F3EFE8;
}

.dys-contract-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

.dys-contract-narrow {
  max-width: 860px;
  text-align: center;
}

.dys-contract-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(164, 74, 36, 0.16) 0%, rgba(164, 74, 36, 0.08) 22%, rgba(164, 74, 36, 0) 48%),
    linear-gradient(90deg, rgba(164, 74, 36, 0.04) 0%, rgba(164, 74, 36, 0.01) 100%),
    #090909;
  padding: 92px 0 84px;
}

.dys-contract-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 60px;
  align-items: center;
}

.dys-contract-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin: 0 0 28px;
}

.dys-contract-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dys-contract-hero-points li {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dys-contract-hero-points li::before {
  content: "✓";
  color: #A44A24;
  font-size: 18px;
  font-weight: 700;
}

.dys-contract-hero-card,
.dys-contract-review-card {
  border-radius: 26px;
  overflow: hidden;
  background: #111111;
  border: 1px solid rgba(164, 74, 36, 0.28);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
}

.dys-contract-hero-card img,
.dys-contract-review-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.dys-contract-intro,
.dys-contract-steps,
.dys-contract-faq,
.dys-contract-final {
  padding: 78px 0;
}

.dys-contract-signs {
  background: #151515;
  padding: 78px 0;
}

.dys-contract-sign-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dys-contract-sign-card {
  background: linear-gradient(180deg, #141414 0%, #111111 100%);
  border: 1px solid rgba(164, 74, 36, 0.18);
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  min-height: 100%;
}

.dys-contract-sign-card p {
  font-size: 15px;
  line-height: 1.7;
}

.dys-contract-review-areas {
  background: #111111;
  padding: 78px 0;
}

.dys-contract-review-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 48px;
  align-items: center;
}

.dys-contract-review-areas ul {
  margin: 18px 0 20px;
  padding-left: 20px;
}

.dys-contract-review-areas li {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 8px;
}

.dys-contract-review-areas li::marker {
  color: #A44A24;
}

.dys-contract-strip {
  background:
    radial-gradient(circle at 50% 50%, rgba(164, 74, 36, 0.16) 0%, rgba(164, 74, 36, 0.08) 22%, rgba(164, 74, 36, 0.02) 42%, rgba(164, 74, 36, 0) 70%),
    #090909;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
  border-bottom: 1px solid rgba(164, 74, 36, 0.18);
  padding: 34px 0;
}

.dys-contract-strip-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
}

.dys-contract-final {
  background:
    radial-gradient(circle at 50% 52%, rgba(164, 74, 36, 0.18) 0%, rgba(164, 74, 36, 0.10) 18%, rgba(164, 74, 36, 0.04) 34%, rgba(164, 74, 36, 0.01) 48%, rgba(164, 74, 36, 0) 68%),
    #090909;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
}

.dys-contract-final-actions {
  justify-content: center;
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .dys-contract-hero-grid,
  .dys-contract-review-grid,
  .dys-contract-strip-inner {
    grid-template-columns: 1fr;
  }

  .dys-contract-sign-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dys-contract-strip-inner {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .dys-contract-shell {
    padding: 0 20px;
  }

  .dys-contract-hero,
  .dys-contract-intro,
  .dys-contract-signs,
  .dys-contract-review-areas,
  .dys-contract-steps,
  .dys-contract-faq,
  .dys-contract-final {
    padding: 60px 0;
  }

  .dys-contract-sign-grid {
    grid-template-columns: 1fr;
  }

  .dys-contract-hero-actions,
  .dys-contract-final-actions {
    flex-direction: column;
  }

  .dys-contract-hero-points {
    gap: 14px;
  }
}

/* PAYMENT ISSUES PAGE */

.dys-payment-page {
  background: #090909;
  color: #F3EFE8;
}

.dys-payment-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

.dys-payment-narrow {
  max-width: 860px;
  text-align: center;
}

.dys-payment-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(164, 74, 36, 0.16) 0%, rgba(164, 74, 36, 0.08) 22%, rgba(164, 74, 36, 0) 48%),
    linear-gradient(90deg, rgba(164, 74, 36, 0.04) 0%, rgba(164, 74, 36, 0.01) 100%),
    #090909;
  padding: 92px 0 84px;
}

.dys-payment-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 60px;
  align-items: center;
}

.dys-payment-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin: 0 0 28px;
}

.dys-payment-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dys-payment-hero-points li {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dys-payment-hero-points li::before {
  content: "✓";
  color: #A44A24;
  font-size: 18px;
  font-weight: 700;
}

.dys-payment-hero-card,
.dys-payment-review-card {
  border-radius: 26px;
  overflow: hidden;
  background: #111111;
  border: 1px solid rgba(164, 74, 36, 0.28);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
}

.dys-payment-hero-card img,
.dys-payment-review-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.dys-payment-intro,
.dys-payment-steps,
.dys-payment-faq,
.dys-payment-final {
  padding: 78px 0;
}

.dys-payment-signs {
  background: #151515;
  padding: 78px 0;
}

.dys-payment-sign-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dys-payment-sign-card {
  background: linear-gradient(180deg, #141414 0%, #111111 100%);
  border: 1px solid rgba(164, 74, 36, 0.18);
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  min-height: 100%;
}

.dys-payment-sign-card p {
  font-size: 15px;
  line-height: 1.7;
}

.dys-payment-review-areas {
  background: #111111;
  padding: 78px 0;
}

.dys-payment-review-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 48px;
  align-items: center;
}

.dys-payment-review-areas ul {
  margin: 18px 0 20px;
  padding-left: 20px;
}

.dys-payment-review-areas li {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 8px;
}

.dys-payment-review-areas li::marker {
  color: #A44A24;
}

.dys-payment-strip {
  background:
    radial-gradient(circle at 50% 50%, rgba(164, 74, 36, 0.16) 0%, rgba(164, 74, 36, 0.08) 22%, rgba(164, 74, 36, 0.02) 42%, rgba(164, 74, 36, 0) 70%),
    #090909;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
  border-bottom: 1px solid rgba(164, 74, 36, 0.18);
  padding: 34px 0;
}

.dys-payment-strip-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
}

.dys-payment-final {
  background:
    radial-gradient(circle at 50% 52%, rgba(164, 74, 36, 0.18) 0%, rgba(164, 74, 36, 0.10) 18%, rgba(164, 74, 36, 0.04) 34%, rgba(164, 74, 36, 0.01) 48%, rgba(164, 74, 36, 0) 68%),
    #090909;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
}

.dys-payment-final-actions {
  justify-content: center;
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .dys-payment-hero-grid,
  .dys-payment-review-grid,
  .dys-payment-strip-inner {
    grid-template-columns: 1fr;
  }

  .dys-payment-sign-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dys-payment-strip-inner {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .dys-payment-shell {
    padding: 0 20px;
  }

  .dys-payment-hero,
  .dys-payment-intro,
  .dys-payment-signs,
  .dys-payment-review-areas,
  .dys-payment-steps,
  .dys-payment-faq,
  .dys-payment-final {
    padding: 60px 0;
  }

  .dys-payment-sign-grid {
    grid-template-columns: 1fr;
  }

  .dys-payment-hero-actions,
  .dys-payment-final-actions {
    flex-direction: column;
  }

  .dys-payment-hero-points {
    gap: 14px;
  }
}

/* PAYMENT ISSUES PAGE UPDATES */

.dys-payment-sign-card h3 {
  min-height: 96px;
}

.dys-payment-relief-band {
  background: #151515;
  padding: 40px 0;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
  border-bottom: 1px solid rgba(164, 74, 36, 0.18);
}

.dys-payment-relief-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dys-payment-relief-card {
  background: linear-gradient(180deg, #141414 0%, #111111 100%);
  border: 1px solid rgba(164, 74, 36, 0.18);
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.dys-payment-relief-card h3 {
  margin: 0 0 12px;
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.dys-payment-relief-card p {
  margin: 0;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .dys-payment-relief-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .dys-payment-relief-band {
    padding: 28px 0;
  }

  .dys-payment-sign-card h3 {
    min-height: 0;
  }
}

.dys-payment-sign-card h3 {
  min-height: 96px;
}

/* SELLING YOUR HOME PAGE */

.dys-home-sale-page {
  background: #090909;
  color: #F3EFE8;
}

.dys-home-sale-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

.dys-home-sale-narrow {
  max-width: 860px;
  text-align: center;
}

.dys-home-sale-hero {
  background:
    radial-gradient(circle at 22% 28%, rgba(164, 74, 36, 0.14) 0%, rgba(164, 74, 36, 0.06) 20%, rgba(164, 74, 36, 0) 48%),
    linear-gradient(90deg, rgba(164, 74, 36, 0.02) 0%, rgba(164, 74, 36, 0.01) 100%),
    #090909;
  padding: 92px 0 84px;
}

.dys-home-sale-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 60px;
  align-items: center;
}

.dys-home-sale-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin: 0 0 28px;
}

.dys-home-sale-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dys-home-sale-hero-points li {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dys-home-sale-hero-points li::before {
  content: "✓";
  color: #A44A24;
  font-size: 18px;
  font-weight: 700;
}

.dys-home-sale-hero-card,
.dys-home-sale-checklist-card {
  border-radius: 26px;
  overflow: hidden;
  background: #111111;
  border: 1px solid rgba(164, 74, 36, 0.28);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
}

.dys-home-sale-hero-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.dys-home-sale-intro,
.dys-home-sale-stages,
.dys-home-sale-faq,
.dys-home-sale-final {
  padding: 78px 0;
}

.dys-home-sale-compare {
  background: #151515;
  padding: 78px 0;
}

.dys-home-sale-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dys-home-sale-compare-card {
  background: linear-gradient(180deg, #141414 0%, #111111 100%);
  border: 1px solid rgba(164, 74, 36, 0.18);
  border-radius: 22px;
  padding: 26px 24px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.dys-home-sale-compare-card h3 {
  margin: 0 0 14px;
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.dys-home-sale-compare-card ul {
  margin: 0;
  padding-left: 20px;
}

.dys-home-sale-compare-card li {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.dys-home-sale-compare-card li::marker {
  color: #A44A24;
}

.dys-home-sale-stage-list {
  display: grid;
  gap: 18px;
}

.dys-home-sale-stage {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  background: linear-gradient(180deg, #121212 0%, #101010 100%);
  border: 1px solid rgba(164, 74, 36, 0.18);
  border-radius: 20px;
  padding: 24px;
}

.dys-home-sale-stage-num {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: rgba(164, 74, 36, 0.14);
  border: 1px solid rgba(164, 74, 36, 0.28);
  color: #F3EFE8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.dys-home-sale-stage-copy h3 {
  margin: 0 0 10px;
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.dys-home-sale-stage-copy p {
  margin: 0;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.dys-home-sale-checklist {
  background: #111111;
  padding: 78px 0;
}

.dys-home-sale-checklist-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.dys-home-sale-checklist-card {
  padding: 24px 24px 22px;
}

.dys-home-sale-checklist-card ul {
  margin: 0;
  padding-left: 20px;
}

.dys-home-sale-checklist-card li {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.dys-home-sale-checklist-card li::marker {
  color: #A44A24;
}

.dys-home-sale-strip {
  background:
    radial-gradient(circle at 50% 50%, rgba(164, 74, 36, 0.16) 0%, rgba(164, 74, 36, 0.08) 22%, rgba(164, 74, 36, 0.02) 42%, rgba(164, 74, 36, 0) 70%),
    #090909;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
  border-bottom: 1px solid rgba(164, 74, 36, 0.18);
  padding: 34px 0;
}

.dys-home-sale-strip-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
}

.dys-home-sale-final {
  background:
    radial-gradient(circle at 50% 52%, rgba(164, 74, 36, 0.18) 0%, rgba(164, 74, 36, 0.10) 18%, rgba(164, 74, 36, 0.04) 34%, rgba(164, 74, 36, 0.01) 48%, rgba(164, 74, 36, 0) 68%),
    #090909;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
}

.dys-home-sale-final-actions {
  justify-content: center;
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .dys-home-sale-hero-grid,
  .dys-home-sale-checklist-grid,
  .dys-home-sale-strip-inner {
    grid-template-columns: 1fr;
  }

  .dys-home-sale-compare-grid {
    grid-template-columns: 1fr;
  }

  .dys-home-sale-strip-inner {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .dys-home-sale-shell {
    padding: 0 20px;
  }

  .dys-home-sale-hero,
  .dys-home-sale-intro,
  .dys-home-sale-compare,
  .dys-home-sale-stages,
  .dys-home-sale-checklist,
  .dys-home-sale-faq,
  .dys-home-sale-final {
    padding: 60px 0;
  }

  .dys-home-sale-hero-actions,
  .dys-home-sale-final-actions {
    flex-direction: column;
  }

  .dys-home-sale-hero-points {
    gap: 14px;
  }

  .dys-home-sale-stage {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dys-btn {
    width: 100%;
  }
}

/* HOW IT WORKS PAGE */

.dys-how-page {
  background: #090909;
  color: #F3EFE8;
}

.dys-how-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

.dys-how-narrow {
  max-width: 860px;
  text-align: center;
}

.dys-how-hero {
  background:
    radial-gradient(circle at 24% 24%, rgba(164, 74, 36, 0.14) 0%, rgba(164, 74, 36, 0.06) 18%, rgba(164, 74, 36, 0) 46%),
    linear-gradient(90deg, rgba(164, 74, 36, 0.03) 0%, rgba(164, 74, 36, 0.01) 100%),
    #090909;
  padding: 92px 0 84px;
}

.dys-how-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 60px;
  align-items: center;
}

.dys-how-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin: 0 0 28px;
}

.dys-how-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dys-how-hero-points li {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dys-how-hero-points li::before {
  content: "✓";
  color: #A44A24;
  font-size: 18px;
  font-weight: 700;
}

.dys-how-hero-card,
.dys-how-checklist-card {
  border-radius: 26px;
  overflow: hidden;
  background: #111111;
  border: 1px solid rgba(164, 74, 36, 0.28);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
}

.dys-how-hero-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.dys-how-intro,
.dys-how-timeline,
.dys-how-faq,
.dys-how-final {
  padding: 78px 0;
}

.dys-how-compare {
  background: #151515;
  padding: 78px 0;
}

.dys-how-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dys-how-compare-card {
  background: linear-gradient(180deg, #141414 0%, #111111 100%);
  border: 1px solid rgba(164, 74, 36, 0.18);
  border-radius: 22px;
  padding: 26px 24px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.dys-how-compare-card h3 {
  margin: 0 0 14px;
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.dys-how-compare-card ul {
  margin: 0;
  padding-left: 20px;
}

.dys-how-compare-card li {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.dys-how-compare-card li::marker {
  color: #A44A24;
}

.dys-how-timeline-list {
  display: grid;
  gap: 18px;
}

.dys-how-timeline-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  background: linear-gradient(180deg, #121212 0%, #101010 100%);
  border: 1px solid rgba(164, 74, 36, 0.18);
  border-radius: 20px;
  padding: 24px;
}

.dys-how-timeline-num {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: rgba(164, 74, 36, 0.14);
  border: 1px solid rgba(164, 74, 36, 0.28);
  color: #F3EFE8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.dys-how-timeline-copy h3 {
  margin: 0 0 10px;
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.dys-how-timeline-copy p {
  margin: 0;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.dys-how-checklist {
  background: #111111;
  padding: 78px 0;
}

.dys-how-checklist-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.dys-how-checklist-card {
  padding: 24px 24px 22px;
}

.dys-how-checklist-card ul {
  margin: 0;
  padding-left: 20px;
}

.dys-how-checklist-card li {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.dys-how-checklist-card li::marker {
  color: #A44A24;
}

.dys-how-paths {
  background: #151515;
  padding: 78px 0;
}

.dys-how-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dys-how-path-card {
  background: linear-gradient(180deg, #141414 0%, #111111 100%);
  border: 1px solid rgba(164, 74, 36, 0.18);
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
}

.dys-how-path-card h3 {
  margin: 0 0 12px;
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.dys-how-path-card p {
  margin: 0 0 18px;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.dys-how-path-card a {
  margin-top: auto;
  color: #A44A24;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.dys-how-path-card a:hover {
  color: #C45A2D;
}

.dys-how-final {
  background:
    radial-gradient(circle at 50% 52%, rgba(164, 74, 36, 0.18) 0%, rgba(164, 74, 36, 0.10) 18%, rgba(164, 74, 36, 0.04) 34%, rgba(164, 74, 36, 0.01) 48%, rgba(164, 74, 36, 0) 68%),
    #090909;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
}

.dys-how-final-actions {
  justify-content: center;
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .dys-how-hero-grid,
  .dys-how-checklist-grid {
    grid-template-columns: 1fr;
  }

  .dys-how-compare-grid,
  .dys-how-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .dys-how-shell {
    padding: 0 20px;
  }

  .dys-how-hero,
  .dys-how-intro,
  .dys-how-compare,
  .dys-how-timeline,
  .dys-how-checklist,
  .dys-how-paths,
  .dys-how-faq,
  .dys-how-final {
    padding: 60px 0;
  }

  .dys-how-hero-actions,
  .dys-how-final-actions {
    flex-direction: column;
  }

  .dys-how-hero-points {
    gap: 14px;
  }

  .dys-how-timeline-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dys-how-compare-grid,
  .dys-how-path-grid {
    grid-template-columns: 1fr;
  }

  .dys-btn {
    width: 100%;
  }
}

/* LEGAL PAGES */

.dys-legal-page {
  background: #090909;
  color: #F3EFE8;
}

.dys-legal-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

.dys-legal-narrow {
  max-width: 860px;
}

.dys-legal-hero {
  background:
    radial-gradient(circle at 50% 42%, rgba(164, 74, 36, 0.18) 0%, rgba(164, 74, 36, 0.10) 18%, rgba(164, 74, 36, 0.04) 34%, rgba(164, 74, 36, 0.01) 48%, rgba(164, 74, 36, 0) 68%),
    #090909;
  padding: 82px 0 60px;
  border-bottom: 1px solid rgba(164, 74, 36, 0.18);
  text-align: center;
}

.dys-legal-hero h1 {
  margin: 0 0 12px;
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.dys-legal-updated {
  margin: 0;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.dys-legal-content {
  padding: 70px 0 82px;
}

.dys-legal-content h2 {
  margin: 36px 0 12px;
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.dys-legal-content p,
.dys-legal-content li {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.dys-legal-content p {
  margin: 0 0 18px;
}

.dys-legal-content ul {
  margin: 0 0 22px;
  padding-left: 22px;
}

.dys-legal-content li {
  margin-bottom: 8px;
}

.dys-legal-content li::marker {
  color: #A44A24;
}

.dys-legal-content a {
  color: #F3EFE8;
  text-decoration: underline;
  text-decoration-color: rgba(164, 74, 36, 0.65);
  text-underline-offset: 3px;
}

.dys-legal-content a:hover {
  color: #A44A24;
}

@media (max-width: 767px) {
  .dys-legal-shell {
    padding: 0 20px;
  }

  .dys-legal-hero {
    padding: 62px 0 46px;
  }

  .dys-legal-content {
    padding: 52px 0 64px;
  }

  .dys-legal-content h2 {
    font-size: 22px;
  }

  .dys-legal-content p,
  .dys-legal-content li {
    font-size: 15px;
  }
}

/* FAQ PAGE */

.dys-faq-page {
  background: #090909;
  color: #F3EFE8;
}

.dys-faq-page-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

.dys-faq-page-narrow {
  max-width: 860px;
  text-align: center;
}

.dys-faq-page-hero {
  background:
    radial-gradient(circle at 50% 42%, rgba(164, 74, 36, 0.18) 0%, rgba(164, 74, 36, 0.10) 18%, rgba(164, 74, 36, 0.04) 34%, rgba(164, 74, 36, 0.01) 48%, rgba(164, 74, 36, 0) 68%),
    #090909;
  padding: 92px 0 72px;
  border-bottom: 1px solid rgba(164, 74, 36, 0.18);
}

.dys-faq-page-content {
  background: #090909;
  padding: 56px 0 78px;
}

.dys-faq-filter-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 34px;
}

.dys-faq-filter {
  appearance: none;
  border: 1px solid rgba(164, 74, 36, 0.35);
  background: rgba(164, 74, 36, 0.08);
  color: #F3EFE8;
  border-radius: 999px;
  padding: 10px 16px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.22s ease;
}

.dys-faq-filter:hover,
.dys-faq-filter.is-active {
  background: #A44A24;
  border-color: #A44A24;
  color: #F3EFE8;
}

.dys-faq-page-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.dys-faq-page-item {
  background: #111111;
  border: 1px solid rgba(164, 74, 36, 0.18);
  border-radius: 16px;
  overflow: hidden;
}

.dys-faq-page-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  cursor: pointer;
  color: #F3EFE8;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.dys-faq-page-item summary::-webkit-details-marker {
  display: none;
}

.dys-faq-page-answer {
  padding: 0 22px 20px;
}

.dys-faq-page-answer p {
  margin: 0;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.dys-faq-page-paths {
  margin-top: 70px;
}

.dys-faq-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.dys-faq-path-grid a {
  display: flex;
  flex-direction: column;
  min-height: 160px;
  padding: 22px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #141414 0%, #111111 100%);
  border: 1px solid rgba(164, 74, 36, 0.18);
  text-decoration: none;
  transition: all 0.22s ease;
}

.dys-faq-path-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(164, 74, 36, 0.5);
}

.dys-faq-path-grid strong {
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.dys-faq-path-grid span {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.dys-faq-page-final {
  background:
    radial-gradient(circle at 50% 52%, rgba(164, 74, 36, 0.18) 0%, rgba(164, 74, 36, 0.10) 18%, rgba(164, 74, 36, 0.04) 34%, rgba(164, 74, 36, 0.01) 48%, rgba(164, 74, 36, 0) 68%),
    #090909;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
  padding: 78px 0;
}

.dys-faq-page-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .dys-faq-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .dys-faq-page-shell {
    padding: 0 20px;
  }

  .dys-faq-page-hero {
    padding: 68px 0 54px;
  }

  .dys-faq-page-content {
    padding: 44px 0 60px;
  }

  .dys-faq-filter-wrap {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }

  .dys-faq-filter {
    white-space: nowrap;
  }

  .dys-faq-page-item summary {
    padding: 18px 18px;
    font-size: 15px;
  }

  .dys-faq-page-answer {
    padding: 0 18px 18px;
  }

  .dys-faq-path-grid {
    grid-template-columns: 1fr;
  }

  .dys-faq-page-actions {
    flex-direction: column;
  }

  .dys-btn {
    width: 100%;
  }
}

/* DYS BLOG / RESOURCES */

.single-post .entry-content,
.single-post .et_pb_post_content {
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.8;
}

.single-post .entry-content h2,
.single-post .et_pb_post_content h2 {
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 42px 0 16px;
}

.single-post .entry-content h3,
.single-post .et_pb_post_content h3 {
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  margin: 34px 0 12px;
}

.single-post .entry-content p,
.single-post .et_pb_post_content p {
  color: #AFA79D;
  margin-bottom: 20px;
}

.single-post .entry-content ul,
.single-post .entry-content ol,
.single-post .et_pb_post_content ul,
.single-post .et_pb_post_content ol {
  margin: 0 0 24px 22px;
  padding: 0;
}

.single-post .entry-content li,
.single-post .et_pb_post_content li {
  color: #AFA79D;
  margin-bottom: 10px;
}

.single-post .entry-content li::marker,
.single-post .et_pb_post_content li::marker {
  color: #A44A24;
}

.single-post .entry-content a,
.single-post .et_pb_post_content a {
  color: #F3EFE8;
  text-decoration: underline;
  text-decoration-color: rgba(164, 74, 36, 0.65);
  text-underline-offset: 3px;
}

.single-post .entry-content a:hover,
.single-post .et_pb_post_content a:hover {
  color: #A44A24;
}

.single-post .entry-content blockquote,
.single-post .et_pb_post_content blockquote {
  border-left: 4px solid #A44A24;
  background: #111111;
  color: #F3EFE8;
  padding: 20px 24px;
  margin: 34px 0;
  border-radius: 14px;
}

.single-post .entry-content img,
.single-post .et_pb_post_content img {
  border-radius: 18px;
  border: 1px solid rgba(164, 74, 36, 0.18);
  margin: 28px 0;
}
/* RESOURCES ARCHIVE GRID */

.dys-resources-page .et_pb_blog_grid .et_pb_post {
  background: linear-gradient(180deg, #141414 0%, #111111 100%);
  border: 1px solid rgba(164, 74, 36, 0.18);
  border-radius: 20px;
  overflow: hidden;
  padding: 0 0 24px;
}

.dys-resources-page .et_pb_blog_grid .entry-title {
  padding: 0 22px;
  margin-top: 20px;
}

.dys-resources-page .et_pb_blog_grid .entry-title a {
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.dys-resources-page .et_pb_blog_grid .post-meta {
  padding: 0 22px;
  color: #AFA79D;
}

.dys-resources-page .et_pb_blog_grid .post-content {
  padding: 0 22px;
  color: #AFA79D;
}

.dys-resources-page .et_pb_blog_grid .more-link {
  color: #A44A24;
  font-family: Inter, sans-serif;
  font-weight: 800;
  text-transform: none;
}

.dys-post-intro {
  color: #F3EFE8 !important;
  font-size: 19px !important;
  line-height: 1.75 !important;
}

/* DYS SINGLE POST BODY STYLING */

.single-post {
  background: #090909;
}

.single-post .entry-content,
.single-post .et_pb_post_content {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.8;
}

.single-post .entry-content h2,
.single-post .et_pb_post_content h2 {
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 42px 0 16px;
}

.single-post .entry-content h3,
.single-post .et_pb_post_content h3 {
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  margin: 34px 0 12px;
}

.single-post .entry-content p,
.single-post .et_pb_post_content p {
  color: #AFA79D;
  margin: 0 0 20px;
}

.single-post .entry-content ul,
.single-post .entry-content ol,
.single-post .et_pb_post_content ul,
.single-post .et_pb_post_content ol {
  margin: 0 0 24px 22px;
  padding: 0;
}

.single-post .entry-content li,
.single-post .et_pb_post_content li {
  color: #AFA79D;
  margin-bottom: 10px;
}

.single-post .entry-content li::marker,
.single-post .et_pb_post_content li::marker {
  color: #A44A24;
}

.single-post .entry-content a,
.single-post .et_pb_post_content a {
  color: #F3EFE8;
  text-decoration: underline;
  text-decoration-color: rgba(164, 74, 36, 0.65);
  text-underline-offset: 3px;
}

.single-post .entry-content a:hover,
.single-post .et_pb_post_content a:hover {
  color: #A44A24;
}

.single-post .entry-content blockquote,
.single-post .et_pb_post_content blockquote {
  border-left: 4px solid #A44A24;
  background: #111111;
  color: #F3EFE8;
  padding: 20px 24px;
  margin: 34px 0;
  border-radius: 14px;
}

.single-post .entry-content img,
.single-post .et_pb_post_content img {
  border-radius: 18px;
  border: 1px solid rgba(164, 74, 36, 0.18);
  margin: 28px 0;
}

.dys-post-intro {
  color: #F3EFE8 !important;
  font-size: 19px !important;
  line-height: 1.75 !important;
}

/* DYS POST META / CATEGORY STYLING */

.single-post .post-meta,
.single-post .post-meta a,
.dys-resources-page .post-meta,
.dys-resources-page .post-meta a {
  color: #AFA79D !important;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.single-post .post-meta a,
.dys-resources-page .post-meta a {
  color: #A44A24 !important;
  font-weight: 700;
  text-decoration: none;
}

.single-post .post-meta a:hover,
.dys-resources-page .post-meta a:hover {
  color: #C45A2D !important;
}

/* DYS BLOG BODY IMAGE SIZING */

.single-post .entry-content img,
.single-post .et_pb_post_content img {
  display: block;
  width: 100%;
  max-width: 640px;
  max-height: 400px;
  object-fit: cover;
  margin: 32px auto;
  border-radius: 18px;
  border: 1px solid rgba(164, 74, 36, 0.18);
}

/* DYS BREADCRUMBS */

.rank-math-breadcrumb,
.rank-math-breadcrumb p {
  margin: 0 0 22px !important;
  color: #AFA79D !important;
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.rank-math-breadcrumb a {
  color: #F3EFE8 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  transition: color 0.2s ease;
}

.rank-math-breadcrumb a:hover {
  color: #A44A24 !important;
}

.rank-math-breadcrumb .separator {
  color: rgba(175, 167, 157, 0.55) !important;
  margin: 0 8px !important;
}

.rank-math-breadcrumb span.last {
  color: #A44A24 !important;
  font-weight: 700 !important;
}

.rank-math-breadcrumb {
  color: #AFA79D !important;
}

.rank-math-breadcrumb a {
  color: #F3EFE8 !important;
}

.rank-math-breadcrumb a:hover,
.rank-math-breadcrumb .last {
  color: #A44A24 !important;
}

.dys-resources-page .rank-math-breadcrumb {
  margin-bottom: 22px !important;
}

/* DYS HERO BREADCRUMBS */

.dys-home-sale-hero .rank-math-breadcrumb,
.dys-exit-hero .rank-math-breadcrumb,
.dys-contract-hero .rank-math-breadcrumb,
.dys-payment-hero .rank-math-breadcrumb,
.dys-upload-hero .rank-math-breadcrumb,
.dys-contact-hero .rank-math-breadcrumb,
.dys-how-hero .rank-math-breadcrumb {
  margin-bottom: 22px !important;
}

/* DYS SINGLE POST BREADCRUMB */

.single-post .dys-post-breadcrumb {
  max-width: 860px;
  margin: 0 auto 24px !important;
  padding: 0 0 !important;
}

.single-post .dys-post-breadcrumb .rank-math-breadcrumb,
.single-post .dys-post-breadcrumb .rank-math-breadcrumb p {
  margin: 0 !important;
  color: #AFA79D !important;
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.single-post .dys-post-breadcrumb .rank-math-breadcrumb a {
  color: #F3EFE8 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.single-post .dys-post-breadcrumb .rank-math-breadcrumb a:hover {
  color: #A44A24 !important;
}

.single-post .dys-post-breadcrumb .rank-math-breadcrumb .last {
  color: #A44A24 !important;
  font-weight: 700 !important;
}

/* HOMEPAGE RESOURCE LINKS */

.dys-home-resources-section {
  background: #151515;
  padding: 78px 0 86px;
  color: #F3EFE8;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
}

.dys-home-resources-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.dys-home-resources-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.dys-home-resources-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(164, 74, 36, 0.5);
  background: rgba(164, 74, 36, 0.08);
  color: #F3EFE8;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 18px;
  box-shadow: 0 0 0 1px rgba(164, 74, 36, 0.1) inset;
}

.dys-home-resources-heading h2 {
  margin: 0 0 14px;
  font-family: Manrope, sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #F3EFE8;
}

.dys-home-resources-heading p {
  margin: 0;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.dys-home-resources-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dys-home-resource-card {
  display: flex;
  flex-direction: column;
  min-height: 178px;
  padding: 24px 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, #141414 0%, #111111 100%);
  border: 1px solid rgba(164, 74, 36, 0.18);
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.dys-home-resource-card:hover {
  transform: translateY(-2px);
  border-color: rgba(164, 74, 36, 0.5);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.dys-home-resource-card span {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(164, 74, 36, 0.10);
  border: 1px solid rgba(164, 74, 36, 0.24);
  color: #A44A24;
  font-family: Inter, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.dys-home-resource-card strong {
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.dys-home-resource-card:hover strong {
  color: #F3EFE8;
}

.dys-home-resources-cta {
  text-align: center;
  margin-top: 30px;
}

.dys-home-resources-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  background: #A44A24;
  color: #F3EFE8 !important;
  text-decoration: none !important;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.25s ease;
  box-shadow: 0 12px 30px rgba(164, 74, 36, 0.18);
}

.dys-home-resources-cta a:hover {
  background: #C45A2D;
  color: #F3EFE8 !important;
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .dys-home-resources-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .dys-home-resources-section {
    padding: 60px 0 68px;
  }

  .dys-home-resources-inner {
    padding: 0 20px;
  }

  .dys-home-resources-heading {
    margin-bottom: 32px;
  }

  .dys-home-resources-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dys-home-resource-card {
    min-height: auto;
    padding: 22px 20px;
  }

  .dys-home-resource-card strong {
    font-size: 19px;
  }

  .dys-home-resources-cta a {
    width: 100%;
  }
}

/* RELATED HOMEOWNER GUIDES */

.dys-related-guides {
  background: #151515;
  padding: 72px 0 78px;
  color: #F3EFE8;
  border-top: 1px solid rgba(164, 74, 36, 0.18);
  border-bottom: 1px solid rgba(164, 74, 36, 0.18);
}

.dys-related-guides-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.dys-related-guides-heading {
  max-width: 680px;
  margin: 0 auto 36px;
  text-align: center;
}

.dys-related-guides-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(164, 74, 36, 0.5);
  background: rgba(164, 74, 36, 0.08);
  color: #F3EFE8;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 18px;
  box-shadow: 0 0 0 1px rgba(164, 74, 36, 0.1) inset;
}

.dys-related-guides-heading h2 {
  margin: 0 0 14px;
  font-family: Manrope, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #F3EFE8;
}

.dys-related-guides-heading p {
  margin: 0;
  color: #AFA79D;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.dys-related-guides-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dys-related-guide-card {
  display: flex;
  flex-direction: column;
  min-height: 160px;
  height: 100%;
  padding: 22px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #141414 0%, #111111 100%);
  border: 1px solid rgba(164, 74, 36, 0.18);
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.dys-related-guide-card:hover {
  transform: translateY(-2px);
  border-color: rgba(164, 74, 36, 0.5);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.dys-related-guide-card span {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(164, 74, 36, 0.10);
  border: 1px solid rgba(164, 74, 36, 0.24);
  color: #A44A24;
  font-family: Inter, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.dys-related-guide-card strong {
  color: #F3EFE8;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.dys-related-guide-card:hover strong {
  color: #F3EFE8;
}

@media (max-width: 1100px) {
  .dys-related-guides-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .dys-related-guides {
    padding: 58px 0 64px;
  }

  .dys-related-guides-inner {
    padding: 0 20px;
  }

  .dys-related-guides-heading {
    margin-bottom: 30px;
  }

  .dys-related-guides-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dys-related-guide-card {
    min-height: auto;
    padding: 22px 20px;
  }
} 