/* =========================================================
   BIFOLD FITTING SERVICE PAGE
   Central content only
   ========================================================= */
.dw-btn--quote {
  background: linear-gradient(180deg, #f7c55a 0%, #f0a83a 45%, #e68a00 100%);
  color: #111;
  border: 1px solid #c87f00;
  box-shadow: 0 2px 0 #b36a00, 0 8px 20px rgba(0, 0, 0, .18);
}

.dw-btn--quote:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 0 #b36a00, 0 12px 26px rgba(0, 0, 0, .22);
  background: linear-gradient(180deg, #f8cc6a 0%, #f2b24a 45%, #ec930a 100%);
}


.dw-fit-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 20px 70px;
  color: #1f2933;
}

/* HERO */

.dw-fit-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 54px;
}

.dw-fit-hero__content {
  background: linear-gradient(135deg, #111827 0%, #1f2937 55%, #374151 100%);
  color: #fff;
  padding: 46px;
  border-radius: 24px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dw-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #b9d7ff;
}

.dw-fit-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.dw-fit-hero p {
  max-width: 620px;
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255,255,255,0.86);
}

.dw-fit-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.dw-fit-hero__image {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 380px;
  background: #e5e7eb;
  box-shadow: 0 18px 45px rgba(15,23,42,0.15);
}

.dw-fit-hero__image img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: block;
  object-fit: cover;
}

/* BUTTONS */

.dw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dw-btn:hover {
  transform: translateY(-2px);
}

.dw-btn--primary {
  background: #0072ce;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0,114,206,0.28);
}

.dw-btn--primary:hover {
  background: #005fae;
}

.dw-btn--ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.32);
  background: rgba(255,255,255,0.08);
}

.dw-btn--ghost:hover {
  background: rgba(255,255,255,0.14);
}

/* INTRO */

.dw-fit-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 34px;
}

.dw-fit-intro h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #111827;
}

.dw-fit-intro p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #52616f;
}

.dw-fit-note {
  background: #f3f7fb;
  border: 1px solid #dce8f3;
  border-radius: 18px;
  padding: 24px;
  font-size: 15px;
  line-height: 1.65;
  color: #334155;
}

.dw-fit-note strong {
  display: block;
  color: #111827;
  margin-bottom: 6px;
}

/* OPTION CARDS */

.dw-fit-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.dw-fit-card {
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  padding: 28px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(15,23,42,0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.dw-fit-card:hover {
  transform: translateY(-5px);
  border-color: #b8d8f3;
  box-shadow: 0 18px 48px rgba(15,23,42,0.12);
}

.dw-fit-card--featured {
  border: 2px solid #0072ce;
  box-shadow: 0 18px 48px rgba(0,114,206,0.16);
}

.dw-fit-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  margin-bottom: 18px;
  background:
    linear-gradient(135deg, #0072ce 0%, #74b9ff 100%);
  box-shadow: 0 10px 22px rgba(0,114,206,0.22);
}

.dw-fit-card__number {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: #0072ce;
}

.dw-fit-card h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.15;
  color: #111827;
  letter-spacing: -0.02em;
}

.dw-fit-card p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.65;
  color: #52616f;
}

.dw-fit-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dw-fit-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #334155;
}

.dw-fit-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0072ce;
}

.dw-fit-card__warning {
  margin-top: 22px;
  padding: 16px;
  border-radius: 14px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #7c2d12;
  font-size: 13px;
  line-height: 1.55;
}

/* CTA */

.dw-fit-cta {
  margin-top: 52px;
  padding: 42px 24px;
  text-align: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #f3f7fb 0%, #ffffff 100%);
  border: 1px solid #e5e7eb;
}

.dw-fit-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 38px);
  color: #111827;
  letter-spacing: -0.03em;
}

.dw-fit-cta p {
  max-width: 620px;
  margin: 0 auto 24px;
  font-size: 16px;
  line-height: 1.65;
  color: #52616f;
}

/* RESPONSIVE */

@media (max-width: 980px) {
  .dw-fit-hero,
  .dw-fit-intro {
    grid-template-columns: 1fr;
  }

  .dw-fit-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dw-fit-hero__content,
  .dw-fit-hero__image,
  .dw-fit-hero__image img {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .dw-fit-page {
    padding: 30px 14px 50px;
  }

  .dw-fit-hero__content {
    padding: 30px 24px;
    border-radius: 18px;
  }

  .dw-fit-hero__image {
    border-radius: 18px;
  }

  .dw-fit-options {
    grid-template-columns: 1fr;
  }

  .dw-fit-card {
    padding: 24px;
    border-radius: 18px;
  }

  .dw-fit-hero__actions {
    flex-direction: column;
  }

  .dw-btn {
    width: 100%;
  }
}