/* ── Service Detail Page styles ── */

/* ── Hero ── */
.container {
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 2vw, 1.25rem);
  width: 100%;
}

.sd-hero {
  /* background: linear-gradient(to bottom, #b2e7fe 0%, #b2e7fe 57%, #fff 100%); */
  padding: clamp(100px, 12vw, 160px) clamp(16px, 6vw, 180px) clamp(60px, 8vw, 100px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  z-index: 2;
  position: relative;
}

.sd-hero-title {
  margin: 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  color: #212b36;
  max-width: 1275px;
}

body {
  position: relative;
}

body::after {
  background: url(../src/hero-top.png);
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  bottom: inherit;
  top: 0;
  width: 100%;
  height: 479px;
  z-index: 1;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  bottom: 0;
  top: inherit;
  background: radial-gradient(ellipse 70% 60% at 12% 75%,
      rgba(190, 230, 255, 0.75) 0%,
      rgba(190, 230, 255, 0) 70%),
    radial-gradient(ellipse 70% 60% at 88% 75%,
      rgba(215, 200, 245, 0.75) 0%,
      rgba(215, 200, 245, 0) 70%),
    linear-gradient(135deg,
      #ffffff 0%,
      #f7fcff 20%,
      #eaf7ff 45%,
      #eeeafb 70%,
      #ddd3ef 100%);
}

.page-content-bg {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 40px;
  background: radial-gradient(ellipse 70% 60% at 10% 75%,
      rgba(190, 230, 255, 0.8),
      transparent 70%),
    radial-gradient(ellipse 70% 60% at 90% 75%,
      rgba(215, 200, 245, 0.8),
      transparent 70%),
    linear-gradient(180deg,
      #ffffff 0%,
      #f8fcff 20%,
      #eaf7ff 45%,
      #eeeafb 70%,
      #ddd3ef 100%);
}

.sd-hero-sub {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #454f5b;
  max-width: 900px;
}

.sd-hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.sd-hero-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #212b36;
  white-space: nowrap;
}

.sd-tag-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #32A5FB, #391E95);
  flex-shrink: 0;
}

/* ── Trust Indicators ── */
.sd-trust {
  padding: 60px 0 180px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.sd-trust-label {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #212b36;
  text-align: center;
}

.sd-trust-row {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: space-between;
}

.sd-trust-stat {
  flex: 1;
  text-align: center;
  padding: 0 24px;
}

.sd-trust-number {
  margin: 0 0 8px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #212b36;
  font-variant-numeric: tabular-nums;
}

.sd-trust-number--text {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .6s ease, transform .6s ease;
}

.sd-trust-number--text.is-shown {
  opacity: 1;
  transform: translateY(0);
}

.sd-trust-desc {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #454f5b;
}

.sd-trust-divider {
  width: 1px;
  height: 121px;
  background: rgba(33, 43, 54, 0.3);
  flex-shrink: 0;
}

/* ── Accurate BIM Models ── */
.sd-accurate {
  background: #f9fafb;
  padding: 180px 0;
}

.sd-accurate-inner {
  display: grid;
  align-items: center;
  gap: 90px;
  max-width: 100%;
  padding-left: calc((100% - 1560px)/2);
  grid-template-columns: 645px auto;
  padding-right: 0;
}

.sd-accurate-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 645px;
}

.sd-accurate-title {
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #212b36;
}

.sd-accurate-body {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #454f5b;
}

.sd-accurate-body strong {
  font-weight: 700;
  color: #212b36;
}

.sd-accurate-image-wrap {
  width: auto;
  min-width: 0;
}

.sd-accurate-img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
  object-fit: cover;
}

/* ── Our Services Section ── */
.sd-services-section {
  background: #000;
  padding: 180px 0;
}

.sd-services-section .container {
  display: flex;
  gap: 64px;
  align-items: flex-start;
  position: relative;
}

.sd-services-header {
  flex: 0 0 min(590px, 38%);
  position: sticky;
  top: 100px;
  align-self: flex-start;
  z-index: 2;
  max-width: 590px;
}

.sd-services-title {
  margin: 0 0 24px;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
}

.sd-services-sub {
  margin: 0;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 400;
  line-height: 1.6;
  padding-right: 60px;
  color: rgba(255, 255, 255, 0.7);
}

.sd-service-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}

.sd-service-card {
  background: #1a1a1a;
  border-radius: 32px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sd-service-card-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sd-service-card-title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 140%;
}

.sd-service-card-sub {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.sd-service-card-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 70px;
}

.sd-service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sd-service-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}

.sd-svc-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sd-service-divider {
  height: 1px;
  opacity: 0.2;
  background: #B7B7B7;
}

/* ── Deliverables ── */
.sd-deliverables {
  background: #fff;
  padding: 180px 0;
}

.sd-deliverables-intro {
  margin-bottom: 56px;
}

.sd-deliverables-title {
  margin: 0 0 32px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #212b36;
}

.sd-deliverables-sub {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #454f5b;
  max-width: 800px;
}

.sd-deliverables-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.sd-deliverables-grid .sd-deliverables-intro {
  display: block;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.sd-deliverables-grid .sd-deliverable-card {
  width: 100%;
  max-width: calc(33% - 12px);
  margin: 0;
}

.sd-deliverables-grid .sd-deliverable-card:nth-child(4),
.sd-deliverables-grid .sd-deliverable-card:nth-child(5) {
  width: 100%;
  max-width: calc(50% - 12px);
}

.bottom-grid-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.bottom-grid-main .sd-deliverable-card .sd-deliverable-img-wrap {
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.sd-deliverable-card {
  background: #f9fafb;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  position: relative;
}

.sd-deliverable-img-wrap {
  width: 100%;
  max-width: max-content;
  height: 250px;
  overflow: hidden;
  flex-shrink: 0;
  position: absolute;
  right: -30px;
  bottom: -10px;
}

.sd-deliverable-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sd-deliverable-content {
  padding: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 380px;
  max-height: 380px;
  z-index: 1;
}

.sd-deliverable-name {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #212b36;
  line-height: 1.3;
}

.sd-deliverable-note {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #454f5b;
}

/* ── Dot list (shared) ── */
.sd-dot-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sd-dot-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #454f5b;
  line-height: 1.4;
}

.sd-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, #32A5FB, #391E95);
}

.sd-dot--sm {
  width: 7px;
  height: 7px;
}

/* ── Benefits ── */
.sd-benefits {
  background: #f9fafb;
  padding: 180px 0;
  text-align: center;
}

.sd-benefits-title {
  margin: 0 auto 32px auto;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #212b36;
  max-width: 705px;
}

.sd-benefits-sub {
  margin: 0 auto 80px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #454f5b;
  max-width: 800px;
  padding: 0 70px;
}

.sd-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.sd-benefit-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.sd-benefit-num {
  font-size: 16px;
  font-weight: 400;
  color: #454f5b;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.sd-benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 26px;
}

.sd-benefit-name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #212b36;
  line-height: 1.3;
}

.sd-benefit-desc {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #454f5b;
  padding: 0 30px;
}

/* ── Case Study ── */
.sd-casestudy {
  background: #000;
  padding: 120px clamp(16px, 6vw, 180px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.sd-casestudy-title {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  max-width: 800px;
}

.sd-casestudy-sub {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 720px;
}

/* ── Why Choose Us ── */
.sd-why {
  background: #ffffff;
  padding: 180px 0 90px 0;
}

.sd-why-card {
  background: #f9fafb;
  border-radius: 32px;
  padding: 120px;
  display: flex;
  align-items: center;
  gap: 84px;
  max-width: 1560px;
  margin: 0 auto;
}

.sd-why-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sd-why-title {
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #212b36;
}

.sd-why-sub {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #454f5b;
}

.sd-why-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sd-why-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #212b36;
}

.sd-why-image-wrap {
  flex-shrink: 1;
  width: min(675px, 100%);
  max-width: 100%;
  min-width: 0;
}

.sd-why-img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
  object-fit: cover;
}

/* Before / After comparison slider */
.sd-compare {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 7;
  border-radius: 24px;
  overflow: hidden;
  background: #e8eaed;
  user-select: none;
  touch-action: none;
  cursor: ew-resize;
}

.sd-compare-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.sd-compare-img--after {
  position: absolute;
  inset: 0;
}

.sd-compare-before-pane {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
  z-index: 1;
}

.sd-compare-img--before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: none;
  /* width set in JS to match container so image doesn't squash */
}

.sd-compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: 44px;
  margin-left: -22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: ew-resize;
  outline: none;
}

.sd-compare-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.sd-compare-knob {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sd-compare-label {
  position: absolute;
  bottom: 16px;
  z-index: 4;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
}

.sd-compare-label--before {
  left: 16px;
  background: rgba(33, 43, 54, 0.85);
}

.sd-compare-label--after {
  right: 16px;
  background: #1e88e5;
}


/* ─── FAQ ─── */

.section-title {
  font-weight: 700;
  font-size: clamp(2rem, 3.5vw, 3.75rem);
  line-height: 1.3;
  color: var(--dark);
}

.body-text {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.5;
  color: var(--mid);
}

.faq-item[open] .faq-icon svg {
  transform: rotate(180deg) !important;
}

.faq {
  padding: 90px 0;
  background: #fff;
}

.faq .section-title {
  margin-bottom: 32px;
}

.faq .body-text {
  margin-bottom: 80px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: var(--light-bg);
  border-radius: 6px;
  overflow: hidden;
}

.faq-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  cursor: pointer;
  list-style: none;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--dark);
  gap: 16px;
}


.faq-summary .faq-icon {
  padding: 8px;
}

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

.faq-icon {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-icon--closed {
  background: #fff;
}

.faq-answer {
  padding: 0 32px 32px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--mid);
}

/* ── CTA ── */
.sd-cta {
  padding: 0 0 90px 0;
  text-align: center;
}

.sd-cta-title {
  font-weight: 700;
  font-size: clamp(2rem, 3.5vw, 3.75rem);
  line-height: 1.3;
  color: var(--dark);
  text-align: center;
  max-width: 1003px;
  margin-inline: auto;
  margin-bottom: 32px;
  margin-top: 0;
}

.body-text {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.5;
  color: var(--mid);
  text-align: center;
  max-width: 829px;
  margin-inline: auto;
}

/* ── Responsive: 1600px ── */
@media (max-width: 1600px) {
  .container {
    max-width: 95%;
  }

  .sd-accurate-inner {
    gap: 56px;
    margin-right: 0;
    padding-inline: 0;
    padding-left: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .sd-hero {
    padding: 120px clamp(24px, 6vw, 120px) 80px;
  }

  .sd-hero-title {
    font-size: 60px;
  }

  .sd-trust {
    padding: 30px 0px 80px 0;
  }

  .sd-trust-number {
    font-size: 40px;
  }

  .sd-trust-desc {
    font-size: 17px;
  }

  .sd-trust-stat {
    padding: 0 15px;
  }

  .sd-accurate,
  .sd-deliverables,
  .sd-deliverables,
  .sd-benefits,
  .sd-why,
  .sd-cta,
  .faq {
    padding: 80px 0px;
  }

  .sd-accurate-title {
    font-size: 48px;
  }

  .sd-accurate-image-wrap {
    max-width: 600px;
  }

  .sd-services-section {
    padding: 80px 0;
  }

  .sd-services-header {
    flex: 0 0 400px;
    position: sticky;
    top: 100px;
  }

  .sd-services-section .container {
    gap: 40px;
  }

  .sd-services-title {
    font-size: 40px;
  }

  .sd-deliverables-title {
    font-size: 40px;
  }

  .sd-benefits-title {
    font-size: 40px;
  }

  .sd-casestudy {
    padding: 100px 120px;
  }

  .sd-casestudy-title {
    font-size: 40px;
  }

  .sd-why-card {
    padding: 50px;
    gap: 50px;
  }

  .sd-why-title {
    font-size: 40px;
  }

  .sd-why-image-wrap {
    width: 460px;
  }

  .sd-faq {
    padding: 80px 120px;
  }

  .sd-faq-title {
    font-size: 48px;
  }

  .sd-cta-title {
    font-size: 48px;
  }

  .sd-deliverable-img-wrap {
    max-width: 250px;
    height: 200px;
    right: -20px;
    bottom: -10px;
  }

  .sd-deliverables-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
  }
}

@media (max-width: 1440px) {
  .sd-benefit-card {
    padding: 25px;
  }

  .sd-benefits-grid {
    gap: 25px;
  }

  .sd-services-header {
    flex: 0 0 330px;
  }

  .sd-services-sub {
    padding-right: 0;
  }

  .sd-service-item {
    display: flex;
    font-size: 18px;
  }

  .sd-service-card-lists {
    gap: 0 30px;
  }

  .sd-deliverable-img-wrap {
    max-width: max-content;
    height: 150px;
  }
}


@media (max-width: 1200px) {

  .sd-trust,
  .sd-accurate,
  .sd-services-section,
  .sd-deliverables,
  .sd-deliverables {
    padding: 60px 0px;
  }

  .sd-services-section .container {
    gap: 35px;
  }

  .sd-services-header {
    flex: 0 0 300px;
    max-width: 300px;
  }

  .sd-service-item {
    font-size: 17px;
  }

  .sd-service-card {
    padding: 40px;
    gap: 30px;
  }

  .sd-service-card-lists {
    grid-template-columns: 1fr;
    gap: 0 20px;
  }

  .sd-deliverables-grid .sd-deliverable-card {
    width: 100%;
    max-width: calc(50% - 12px);
    margin: 0;
  }

  .sd-deliverable-img-wrap {
    max-width: max-content;
    height: 160px;
  }

  .sd-deliverables-sub {
    font-size: 18px;
  }
}


/* ── Responsive: 1024px ── */
@media (max-width: 1024px) {
  .sd-deliverable-content {
    padding: 24px;
  }

  .faq .body-text {
    margin-bottom: 50px;
  }

  .sd-deliverable-card {
    border-radius: 24px;
  }

  .sd-hero {
    padding: 100px clamp(20px, 5vw, 72px) 64px;
  }

  .sd-accurate-text {
    max-width: 100%;
    padding-right: 1.2rem;
  }

  .sd-hero-title {
    font-size: 48px;
  }

  .sd-hero-sub {
    font-size: 20px;
  }

  .sd-trust,
  .sd-deliverables,
  .sd-deliverables,
  .sd-benefits,
  .sd-why,
  .faq {
    padding: 48px 0px;
  }

  .sd-cta {
    padding: 0 0 48px 0;
  }

  .page-content-bg {
    padding-top: 40px;
  }

  .sd-trust-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .sd-trust-divider {
    display: none;
  }

  .sd-trust-stat {
    flex: 0 0 calc(33.33% - 16px);
    min-width: 140px;
  }

  .sd-trust-number {
    font-size: 40px;
  }

  .sd-trust-desc {
    font-size: 16px;
  }

  .sd-accurate {
    padding: 48px 0px;
  }

  .sd-accurate-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .sd-accurate-image-wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .sd-accurate-title {
    font-size: 40px;
  }

  .sd-services-section {
    padding: 48px 0;
  }

  .sd-services-header {
    top: 96px;
  }

  .sd-services-title {
    font-size: 32px;
  }

  .sd-service-card-sub {
    font-size: 16px;
  }

  .sd-service-card {
    padding: 32px;
    gap: 24px;
    border-radius: 16px;
  }

  .sd-service-item {
    font-size: 16px;
  }

  .sd-service-card-title {
    font-size: 26px;
  }

  .sd-deliverables-title {
    font-size: 32px;
  }

  .sd-deliverables-grid {
    grid-template-columns: 1fr;
  }

  .sd-benefits-title {
    font-size: 40px;
  }

  .sd-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sd-casestudy {
    padding: 80px 72px;
  }

  .sd-casestudy-title {
    font-size: 36px;
  }

  .sd-why-card {
    flex-direction: column;
    gap: 48px;
    padding: 48px;
  }

  .sd-why-image-wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .sd-why-title {
    font-size: 40px;
  }

  .sd-faq {
    padding: 72px 72px;
  }

  .sd-faq-title {
    font-size: 40px;
  }

  .sd-cta-title {
    font-size: 40px;
  }

  .sd-service-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
  }

  body::after {
    height: 150px;
    background-size: 100% 150px;
    background-repeat: no-repeat;
  }

  .sd-benefit-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }

  .faq-summary {
    font-size: 1.2rem;
    padding: 20px;
  }

  .faq-answer {
    font-size: 1rem;
    padding: 0 20px 20px;
  }
}

/* ── Responsive: 768px ── */
@media (max-width: 768px) {
  .sd-deliverables-grid .sd-deliverable-card {
    width: 100%;
    max-width: 100%;
  }

  .sd-deliverables-grid .sd-deliverable-card:nth-child(4),
  .sd-deliverables-grid .sd-deliverable-card:nth-child(5) {
    width: 100%;
    max-width: 100%;
  }

  .sd-hero {
    padding: 48px 16px;
    gap: 20px;
  }

  .sd-hero-tags {
    gap: 5px;
  }

  .sd-hero-title {
    font-size: 36px;
  }

  .sd-hero-sub {
    font-size: 17px;
  }

  .sd-hero-tag {
    font-size: 14px;
  }

  .sd-trust {
    padding: 48px 24px;
  }

  .sd-trust-stat {
    flex: 0 0 calc(100% - 12px);
  }

  .sd-trust-number {
    font-size: 36px;
  }

  .sd-accurate-title {
    font-size: 32px;
  }

  .sd-accurate-body {
    font-size: 16px;
  }

  .sd-services-section .container {
    flex-direction: column;
    gap: 32px;
  }

  .sd-services-header {
    flex: none;
    width: 100%;
    max-width: none;
    position: static;
  }

  .sd-services-title {
    font-size: 30px;
  }

  .sd-service-card {
    padding: 28px;
  }

  .sd-service-card-title {
    font-size: 22px;
  }

  .sd-service-item {
    font-size: 15px;
  }

  .sd-deliverables-title {
    font-size: 30px;
  }

  .sd-deliverables-sub {
    font-size: 17px;
  }

  .sd-deliverable-img-wrap {
    height: 150px;
    width: auto;
  }

  .sd-deliverable-name {
    font-size: 20px;
  }

  .sd-benefits-title {
    font-size: 32px;
  }

  .sd-benefits-sub {
    font-size: 17px;
    margin: 0 auto 40px;
  }

  .sd-benefits-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  .sd-casestudy {
    padding: 60px 24px;
  }

  .sd-casestudy-title {
    font-size: 28px;
  }

  .sd-why-card {
    padding: 24px 16px;
    gap: 28px;
  }

  .sd-why-title {
    font-size: clamp(26px, 7vw, 32px);
  }

  .sd-why-sub {
    font-size: 16px;
  }

  .sd-why-item {
    font-size: 15px;
  }

  .sd-compare-label {
    font-size: 9px;
    padding: 6px 10px;
    bottom: 10px;
  }

  .sd-compare-label--before {
    left: 10px;
  }

  .sd-compare-label--after {
    right: 10px;
  }

  .sd-compare-knob {
    width: 38px;
    height: 38px;
  }

  .faq-summary {
    font-size: 1rem;
    padding: 16px;
  }

  .faq-answer {
    font-size: 0.9rem;
    padding: 0 16px 16px;
  }

  .sd-cta-title {
    font-size: 32px;
  }

  .sd-cta-sub {
    font-size: 17px;
  }
}