.wd-hero,
.wd-quick-nav,
.wd-process,
.wd-deliverables,
.wd-proof,
.wd-testimonials,
.wd-faq {
  background: #000;
  color: #fff;
}

.wd-hero {
  padding: 4.8rem 0 3rem;
}

.wd-hero-grid {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 1rem;
}

.wd-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(16, 9, 97, 0.55);
  border-radius: 999px;
  padding: 0.35rem 0.82rem;
  background: rgba(16, 9, 97, 0.2);
  color: #d3d9ff;
  font-size: 0.84rem;
  font-weight: 600;
}

.wd-badge .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #100961 0%, #2d2da3 100%);
}

.wd-hero-copy h1 {
  margin: 0.88rem 0 0.8rem;
  font-size: clamp(2rem, 5vw, 3.55rem);
  line-height: 1.08;
}

.wd-hero-copy p {
  color: #b8b8b8;
  max-width: 700px;
  line-height: 1.65;
  margin: 0;
}

.wd-hero-ctas {
  display: flex;
  gap: 0.72rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.wd-micro-proof {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.wd-micro-proof span {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 0.32rem 0.68rem;
  font-size: 0.8rem;
  color: #b5b5b5;
  background: rgba(255, 255, 255, 0.03);
}

.wd-hero-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  padding: 1rem;
  background: linear-gradient(150deg, rgba(17, 17, 17, 0.96), rgba(7, 7, 7, 0.98));
}

.hero-projects-head {
  margin-bottom: 0.75rem;
}

.hero-projects-kicker {
  margin: 0;
  color: #c7ceff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-projects-head h2 {
  margin: 0.35rem 0 0;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-projects-carousel {
  position: relative;
}

.hero-projects-track {
  position: relative;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 290px;
  background: #050505;
}

.hero-project-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.015);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
}

.hero-project-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 1;
}

.hero-project-slide a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.hero-project-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-project-slide-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 82%);
}

.hero-project-client {
  margin: 0;
  color: #d2d8ff;
  font-size: 0.78rem;
  font-weight: 600;
}

.hero-project-slide-overlay h3 {
  margin: 0.3rem 0 0.3rem;
  font-size: 1.05rem;
  line-height: 1.2;
}

.hero-project-slide-overlay span {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
}

.hero-projects-controls {
  margin-top: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.hero-project-nav {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(45, 45, 163, 0.58);
  background: rgba(16, 9, 97, 0.22);
  color: #fff;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1;
}

.hero-project-dots {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.hero-project-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  padding: 0;
}

.hero-project-dot.is-active {
  width: 20px;
  background: #dce3ff;
}

.hero-projects-empty {
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 0.85rem;
  padding: 1rem;
}

.hero-projects-empty p {
  margin: 0;
  color: #b7b7b7;
  line-height: 1.6;
}

.hero-projects-empty .btn {
  margin-top: 0.7rem;
}

.wd-quick-nav {
  padding: 1.15rem 0 3rem;
}

.quick-nav-label {
  margin: 0 0 0.45rem;
  color: #c4c4c4;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.quick-nav-wrap {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.quick-nav-wrap a {
  color: #f2f2f2;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.72rem;
  padding: 0.5rem 0.72rem;
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  font-size: 0.86rem;
  font-weight: 600;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.quick-nav-wrap a span {
  color: #f2f2f2;
}

.quick-nav-wrap a em {
  font-style: normal;
  color: #cfd5ff;
  font-size: 0.74rem;
  border: 1px solid rgba(45, 45, 163, 0.55);
  background: rgba(16, 9, 97, 0.2);
  border-radius: 999px;
  padding: 0.15rem 0.42rem;
}

.quick-nav-wrap a:hover {
  border-color: rgba(45, 45, 163, 0.62);
  background: rgba(16, 9, 97, 0.12);
  transform: translateY(-1px);
}

.section-head {
  max-width: 760px;
  margin-bottom: 1.55rem;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.55rem, 4vw, 2.35rem);
  line-height: 1.15;
}

.section-head p {
  margin: 0.62rem 0 0;
  color: #b5b5b5;
}

.wd-process {
  padding: 3.4rem 0 4.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.process-interactive {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
  align-items: stretch;
}

.process-steps-nav {
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 0.85rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.03), rgba(10, 10, 10, 0.85));
}

.process-interaction-hint {
  margin: 0 0 0.3rem;
  color: #d5dbff;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
}

.hint-dot {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffffff, #8ea1ff 55%, #2d2da3);
  box-shadow: 0 0 0 4px rgba(45, 45, 163, 0.15);
}

.process-step-btn {
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.85rem;
  padding: 0.72rem 0.78rem;
  background: rgba(255, 255, 255, 0.03);
  color: #d8d8d8;
  cursor: pointer;
  font-weight: 600;
  transition: transform 0.2s ease, border-color 0.22s ease, background 0.22s ease;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: center;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(45, 45, 163, 0.5);
  background: rgba(16, 9, 97, 0.2);
  color: #dce3ff;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
}

.step-meta {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
}

.step-title {
  color: #f8f8f8;
  font-size: 0.92rem;
}

.step-sub {
  color: #acacac;
  font-size: 0.76rem;
  font-weight: 500;
}

.process-step-btn:hover,
.process-step-btn.active {
  border-color: rgba(45, 45, 163, 0.62);
  color: #fff;
  background: rgba(16, 9, 97, 0.2);
  transform: translateY(-1px);
}

.process-step-btn.active .step-num {
  border-color: rgba(205, 217, 255, 0.55);
  background: linear-gradient(145deg, rgba(45, 45, 163, 0.55), rgba(16, 9, 97, 0.5));
}

.process-step-panel {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  padding: 1.15rem;
  background:
    radial-gradient(circle at 85% 10%, rgba(45, 45, 163, 0.22), transparent 45%),
    linear-gradient(150deg, rgba(18, 18, 18, 0.95), rgba(8, 8, 8, 0.98));
}

.process-panel-kicker {
  margin: 0;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c6ceff;
  font-weight: 700;
}

.process-step-panel h3 {
  margin: 0.4rem 0 0.5rem;
  font-size: 1.24rem;
}

.process-step-panel p {
  margin: 0;
  color: #c2c2c2;
  line-height: 1.68;
}

.process-step-panel ul {
  margin: 0.95rem 0 0;
  padding-left: 0;
  color: #d1d1d1;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.process-step-panel li {
  margin-bottom: 0;
  padding: 0.52rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.62rem;
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  padding-left: 2rem;
}

.process-step-panel li::before {
  content: '✓';
  position: absolute;
  left: 0.72rem;
  top: 0.7rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(45, 45, 163, 0.7);
  background: linear-gradient(145deg, rgba(45, 45, 163, 0.82), rgba(16, 9, 97, 0.95));
  color: #e8edff;
  font-size: 0.62rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.process-panel-foot {
  margin-top: 0.92rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.process-foot-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(45, 45, 163, 0.5);
  border-radius: 999px;
  padding: 0.24rem 0.55rem;
  color: #d8defe;
  font-size: 0.74rem;
  background: rgba(16, 9, 97, 0.15);
}

.process-step-panel.panel-animate {
  animation: processPanelIn 0.28s ease;
}

@keyframes processPanelIn {
  from {
    opacity: 0.65;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wd-deliverables {
  padding: 3.4rem 0 4.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.deliverables-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.05rem;
}

.deliverables-meta span {
  border: 1px solid rgba(45, 45, 163, 0.5);
  border-radius: 999px;
  background: rgba(16, 9, 97, 0.16);
  color: #d7ddff;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.3rem 0.62rem;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.deliverable-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  padding: 0.95rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(45, 45, 163, 0.12), transparent 46%),
    rgba(255, 255, 255, 0.03);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.deliverable-card:hover {
  transform: translateY(-2px);
  border-color: rgba(45, 45, 163, 0.62);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.deliverable-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  margin-bottom: 0.62rem;
}

.deliverable-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.56rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(45, 45, 163, 0.55);
  background: rgba(16, 9, 97, 0.2);
  color: #dee5ff;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.deliverable-tag {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #cdcdcd;
  font-size: 0.72rem;
  padding: 0.18rem 0.45rem;
}

.deliverable-card h3 {
  margin: 0 0 0.42rem;
  font-size: 1.04rem;
}

.deliverable-card p {
  margin: 0;
  color: #b6b6b6;
  line-height: 1.65;
}

.deliverable-points {
  list-style: none;
  padding: 0;
  margin: 0.72rem 0 0;
  display: grid;
  gap: 0.4rem;
}

.deliverable-points li {
  position: relative;
  padding-left: 1rem;
  color: #d7d7d7;
  font-size: 0.82rem;
}

.deliverable-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.43rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #2d2da3, #7d93ff);
}

.deliverable-card.emphasis {
  border-color: rgba(45, 45, 163, 0.75);
  background:
    radial-gradient(circle at 90% 8%, rgba(45, 45, 163, 0.26), transparent 46%),
    linear-gradient(145deg, rgba(16, 9, 97, 0.22), rgba(8, 8, 8, 0.98));
}

.deliverable-cta {
  display: inline-flex;
  margin-top: 0.7rem;
  padding: 0.38rem 0.7rem;
  border-radius: 0.62rem;
  border: 1px solid rgba(45, 45, 163, 0.6);
  background: rgba(16, 9, 97, 0.22);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82rem;
}

.wd-proof {
  padding: 3.4rem 0 4.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.proof-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(45, 45, 163, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.03);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.proof-card:hover {
  transform: translateY(-4px);
  border-color: rgba(45, 45, 163, 0.62);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
}

.proof-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.proof-media > img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.proof-media {
  position: relative;
  overflow: hidden;
}

.proof-media-top {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 2;
  display: inline-flex;
  gap: 0.35rem;
}

.proof-kicker {
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 0.2rem 0.5rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.proof-kicker.video {
  border-color: rgba(45, 45, 163, 0.75);
  background: rgba(16, 9, 97, 0.55);
}

.proof-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.proof-card.has-video:hover .proof-video {
  opacity: 1;
}

.proof-card:hover .proof-media > img {
  transform: scale(1.04);
}

.proof-media > img {
  transition: transform 0.45s ease;
}

.proof-video-indicator {
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(0, 0, 0, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.25rem 0.5rem;
  font-size: 0.72rem;
  color: #fff;
}

.proof-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.45));
  pointer-events: none;
}

.proof-content {
  padding: 0.86rem 0.86rem 0.92rem;
}

.proof-index {
  margin: 0;
  color: #c8d0ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.proof-content h3 {
  margin: 0.35rem 0 0;
  font-size: 1.05rem;
  line-height: 1.25;
}

.proof-meta {
  margin: 0.42rem 0 0.7rem;
  color: #b8b8b8;
  font-size: 0.86rem;
}

.proof-content .proof-client-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-bottom: 0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.55rem;
  padding: 0.3rem;
}

.proof-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.proof-client-fallback {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(45, 45, 163, 0.55);
  border-radius: 0.55rem;
  background: rgba(16, 9, 97, 0.2);
  color: #d8e0ff;
  font-size: 0.7rem;
  font-weight: 700;
}

.proof-link {
  color: #d3d9ff;
  font-weight: 600;
  font-size: 0.86rem;
  transition: transform 0.2s ease, color 0.2s ease;
}

.proof-card:hover .proof-link {
  color: #fff;
  transform: translateX(2px);
}

.proof-empty {
  grid-column: 1 / -1;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 0.9rem;
  padding: 0.95rem;
  color: #b8b8b8;
}

.wd-testimonials {
  padding: 3.4rem 0 4.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.mini-testimonial-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.88rem;
  padding: 0.88rem;
  background: linear-gradient(145deg, rgba(17, 17, 17, 0.95), rgba(7, 7, 7, 0.98));
}

.mini-t-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.62rem;
}

.mini-t-avatar-wrap {
  position: relative;
  width: 44px;
  height: 44px;
}

.mini-t-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.mini-t-avatar-fallback {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #100961, #2d2da3);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.mini-t-collab {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  color: #a8a8a8;
}

.mini-t-logo {
  width: 25px;
  height: 25px;
  border-radius: 0.4rem;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  padding: 2px;
}

.mini-t-logo-fallback {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  height: 25px;
  border-radius: 0.4rem;
  border: 1px solid rgba(45, 45, 163, 0.55);
  background: rgba(16, 9, 97, 0.2);
  color: #d3d9ff;
  font-size: 0.65rem;
  font-weight: 700;
}

.mini-testimonial-card .quote {
  margin: 0;
  line-height: 1.58;
  color: #ececec;
  font-size: 0.93rem;
}

.mini-testimonial-card .author {
  margin: 0.72rem 0 0.2rem;
  font-weight: 700;
  font-size: 0.9rem;
}

.mini-testimonial-card .company {
  margin: 0;
  color: #b8b8b8;
  font-size: 0.84rem;
}

.mini-t-link {
  margin-top: 0.55rem;
  display: inline-flex;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(45, 45, 163, 0.6);
  border-radius: 0.6rem;
  background: rgba(16, 9, 97, 0.2);
  padding: 0.28rem 0.56rem;
  font-size: 0.76rem;
  font-weight: 600;
}

.wd-faq {
  padding: 3.4rem 0 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.85rem 0.95rem;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.faq-item summary::after {
  content: '+';
  width: 1.35rem;
  height: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(45, 45, 163, 0.55);
  background: rgba(16, 9, 97, 0.2);
  color: #d5dcff;
  font-size: 0.95rem;
  font-weight: 700;
}

.faq-item[open] summary::after {
  content: '−';
}

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

.faq-item p {
  margin: 0.66rem 0 0;
  color: #b8b8b8;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .wd-hero-grid,
  .process-interactive {
    grid-template-columns: 1fr;
  }

  .wd-hero-grid {
    gap: 1.3rem;
  }

  .deliverables-grid,
  .proof-grid,
  .mini-testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-head {
    margin-bottom: 1.2rem;
  }

  .hero-projects-track {
    min-height: 270px;
  }
}

@media (max-width: 768px) {
  .wd-hero {
    padding: 3rem 0 2rem;
  }

  .wd-process,
  .wd-deliverables,
  .wd-proof,
  .wd-testimonials,
  .wd-faq {
    padding-top: 2.5rem;
    padding-bottom: 3.1rem;
  }

  .wd-faq {
    padding-bottom: 3.8rem;
  }

  .wd-badge {
    font-size: 0.78rem;
    padding: 0.3rem 0.7rem;
  }

  .wd-hero-copy h1 {
    font-size: clamp(1.7rem, 9vw, 2.35rem);
    line-height: 1.13;
    margin-top: 0.72rem;
  }

  .wd-hero-copy p {
    font-size: 0.95rem;
    line-height: 1.65;
    max-width: 100%;
  }

  .wd-hero-ctas {
    margin-top: 0.9rem;
    gap: 0.56rem;
  }

  .wd-hero-ctas .btn {
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }

  .wd-micro-proof {
    gap: 0.42rem;
  }

  .wd-micro-proof span {
    font-size: 0.75rem;
    padding: 0.28rem 0.58rem;
  }

  .wd-hero-card {
    padding: 0.82rem;
  }

  .hero-projects-head h2 {
    font-size: 1.08rem;
  }

  .hero-projects-track {
    min-height: 230px;
  }

  .hero-project-slide-overlay {
    padding: 0.82rem;
  }

  .hero-project-slide-overlay h3 {
    font-size: 0.98rem;
  }

  .hero-projects-controls {
    margin-top: 0.58rem;
  }

  .hero-project-nav {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .hero-project-dot {
    width: 9px;
    height: 9px;
  }

  .hero-project-dot.is-active {
    width: 22px;
  }

  .section-head h2 {
    font-size: clamp(1.35rem, 7.5vw, 1.9rem);
  }

  .section-head p {
    font-size: 0.92rem;
  }

  .process-steps-nav,
  .process-step-panel {
    padding: 0.82rem;
  }

  .process-step-btn {
    grid-template-columns: auto 1fr;
    padding: 0.66rem 0.68rem;
    gap: 0.56rem;
  }

  .step-num {
    min-width: 1.85rem;
    height: 1.85rem;
    font-size: 0.72rem;
  }

  .step-title {
    font-size: 0.88rem;
  }

  .step-sub {
    font-size: 0.73rem;
  }

  .process-step-panel h3 {
    font-size: 1.08rem;
  }

  .process-step-panel p,
  .process-step-panel li {
    font-size: 0.9rem;
  }

  .deliverables-meta {
    margin-bottom: 0.82rem;
  }

  .deliverables-meta span {
    font-size: 0.72rem;
  }

  .deliverables-grid,
  .proof-grid,
  .mini-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 0.76rem;
  }

  .deliverable-card,
  .mini-testimonial-card {
    padding: 0.82rem;
  }

  .proof-media > img {
    height: 182px;
  }

  .proof-content {
    padding: 0.8rem;
  }

  .proof-content h3 {
    font-size: 1rem;
  }

  .proof-meta {
    font-size: 0.82rem;
    margin-bottom: 0.58rem;
  }

  .proof-link {
    font-size: 0.83rem;
  }

  .faq-item {
    padding: 0.8rem 0.82rem;
  }

  .faq-item summary {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .faq-item p {
    font-size: 0.9rem;
  }
}

@media (max-width: 540px) {
  .wd-hero {
    padding-top: 2.8rem;
  }

  .wd-process,
  .wd-deliverables,
  .wd-proof,
  .wd-testimonials,
  .wd-faq {
    padding-top: 2.2rem;
    padding-bottom: 2.7rem;
  }

  .wd-faq {
    padding-bottom: 3.2rem;
  }

  .hero-projects-track {
    min-height: 210px;
    border-radius: 0.76rem;
  }

  .hero-project-client {
    font-size: 0.74rem;
  }

  .hero-project-slide-overlay h3 {
    font-size: 0.92rem;
  }

  .hero-project-slide-overlay span {
    font-size: 0.8rem;
  }

  .process-step-panel li {
    padding-left: 1.85rem;
  }

  .process-step-panel li::before {
    left: 0.64rem;
    top: 0.69rem;
  }

  .mini-t-head {
    align-items: flex-start;
  }

  .mini-testimonial-card .quote {
    font-size: 0.9rem;
  }
}

@media (max-width: 400px) {
  .wd-hero-copy h1 {
    font-size: 1.56rem;
  }

  .wd-hero-copy p,
  .section-head p,
  .process-step-panel p,
  .deliverable-card p,
  .mini-testimonial-card .quote,
  .faq-item p {
    font-size: 0.88rem;
  }

  .hero-project-nav {
    width: 38px;
    height: 38px;
  }

  .proof-media > img {
    height: 168px;
  }
}

@media (hover: none) {
  .proof-card:hover,
  .deliverable-card:hover,
  .process-step-btn:hover {
    transform: none;
    box-shadow: none;
  }

  .proof-card.has-video .proof-video {
    display: none;
  }

  .proof-card:hover .proof-media > img {
    transform: none;
  }

  .proof-link {
    transform: none !important;
  }

  .hero-project-nav,
  .hero-project-dot,
  .process-step-btn,
  .faq-item summary,
  .deliverable-cta,
  .mini-t-link {
    -webkit-tap-highlight-color: transparent;
  }
}
