/* Website Designing & Development — compact 9-section layout */
.wd-page { background: #fff; font-size: 17px; color: var(--ink); overflow-x: clip; }
.wd-wrap { width: min(calc(100% - 48px), 1240px); margin-inline: auto; }
.wd-g {
  display: grid; grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 32px 40px;
}
.wd-g-mid { align-items: center; }
.wd-g-top { align-items: start; }
.wd-s5 { grid-column: span 5; }
.wd-s6 { grid-column: span 6; }
.wd-s7 { grid-column: span 7; }
.wd-s12 { grid-column: span 12; }

.wd-page h2 {
  font-family: var(--display); font-size: clamp(40px, 4.6vw, 60px);
  line-height: .98; letter-spacing: -.045em; font-weight: 800; margin: 0;
}
.wd-page h2 em, .wd-page h1 em, .wd-subhead em { font-style: normal; color: var(--electric); }
.wd-page .kicker {
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
  font-weight: 800; color: var(--blue); margin: 0 0 14px;
}
.wd-page .kicker.light { color: #9ecbff; }
.wd-lead { font-size: 18px; line-height: 1.6; color: var(--muted); margin: 0 0 16px; }
.wd-copy { font-size: 17px; line-height: 1.7; color: var(--muted); }
.wd-copy p { margin: 0 0 16px; }
.wd-copy p:last-child { margin-bottom: 0; }
.wd-lead.light, .wd-copy.light, .wd-copy.light p { color: #d5e6fa; }

/* Service pages — justified body copy */
.wd-page main p:not(.form-note):not(.form-success):not(.wd-note):not(.wd-ok),
.wd-page main .wd-a,
.wd-page main .wd-benefits span {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}
.wd-head { margin-bottom: 28px; max-width: 720px; }
.wd-head .wd-lead { margin-top: 14px; }

.wd-crumb {
  display: flex; gap: 8px; flex-wrap: wrap; font-size: 12px; font-weight: 600;
  color: #8fb4dd; margin-bottom: 16px;
}
.wd-crumb a { color: #c5ddf8; }
.wd-crumb span { opacity: .5; }

/* 01 Hero */
.wd-page .hero { padding: 10px 20px 0; }
.wd-page .hero-card {
  width: min(100%, 1240px); min-height: 660px; max-height: 720px;
  overflow: hidden;
}
.wd-page .hero-grid {
  width: 100%; margin: 0; gap: 24px; align-items: center;
  grid-template-columns: 48% 52%;
  padding: 36px 36px 32px 48px;
}
.wd-page .hero h1 {
  font-size: clamp(48px, 6vw, 92px); line-height: .9; letter-spacing: -.055em;
  text-transform: uppercase; margin: 0;
}
.wd-page .hero h1 em, .wd-work-line {
  color: var(--orange); display: block; font-style: normal;
}
.wd-hero-label {
  margin: 0 0 12px; font-size: 12px; letter-spacing: .18em;
  text-transform: uppercase; font-weight: 800; color: #9ecbff;
}
.wd-page .lede { font-size: 17px; max-width: 460px; line-height: 1.6; margin: 16px 0 22px; }
.wd-page .hero-visual { min-height: 0; }
.wd-page .hero-photo {
  width: 100%; height: 360px; left: auto; position: static;
  mask-image: none; object-position: 50% 40%;
}
.wd-laptop {
  position: relative; z-index: 1; margin: 8px 18px 0 0;
  background: #071833; border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 28px 60px rgba(0,0,0,.32);
}
.wd-laptop header, .wd-frame header, .wd-iface header {
  display: flex; gap: 6px; align-items: center;
  padding: 9px 12px; background: rgba(255,255,255,.06); color: #9ecbff; font-size: 11px;
}
.wd-laptop header i, .wd-frame header i, .wd-iface header i {
  width: 8px; height: 8px; border-radius: 50%; background: #ff5f57;
}
.wd-laptop header i:nth-child(2), .wd-frame header i:nth-child(2), .wd-iface header i:nth-child(2) { background: #febc2e; }
.wd-laptop header i:nth-child(3), .wd-frame header i:nth-child(3), .wd-iface header i:nth-child(3) { background: #28c840; }
.wd-laptop header span, .wd-frame header span, .wd-iface header span { margin-left: 8px; }
.wd-floaters {
  position: absolute; inset: 0; pointer-events: none; z-index: 3; list-style: none; margin: 0; padding: 0;
}
.wd-floaters li {
  position: absolute; padding: 10px 14px; border-radius: 999px;
  background: #fff; color: var(--navy); font-size: 12px; font-weight: 800;
  letter-spacing: .12em; box-shadow: 0 12px 28px rgba(0,0,0,.16);
}
.wd-f1 { left: 4%; top: 18%; }
.wd-f2 { right: 8%; top: 12%; }
.wd-f3 { left: 10%; bottom: 18%; }

/* 02 Value statement */
.wd-value {
  padding: clamp(72px, 8vw, 96px) 0;
  background:
    radial-gradient(720px 320px at 0% 0%, rgba(7, 87, 217, 0.06), transparent 55%),
    linear-gradient(180deg, #fff 0%, #f6faff 48%, #fff 100%);
}
.wd-value-top {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 3vw, 32px);
  margin-bottom: clamp(36px, 4.5vw, 48px);
}
.wd-value-intro .kicker { margin-bottom: clamp(12px, 2vw, 16px); }
.wd-value-title {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.042em;
  margin: 0;
  text-wrap: balance;
  max-width: 24em;
}
.wd-value-copy {
  width: 100%;
  max-width: none;
  display: grid;
  gap: clamp(14px, 2vw, 18px);
}
.wd-value-copy .wd-lead {
  margin: 0;
  font-size: clamp(18px, 1.55vw, 20px);
  line-height: 1.65;
  color: var(--ink);
  font-weight: 600;
  max-width: none;
}
.wd-value-copy .wd-copy {
  margin: 0;
  font-size: clamp(16px, 1.4vw, 17px);
  line-height: 1.72;
  max-width: none;
}
.wd-benefits {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 18px); margin: 0; list-style: none; padding: 0;
}
.wd-value .wd-benefits li {
  border: 1px solid rgba(7, 87, 217, 0.1);
  border-radius: 18px;
  padding: clamp(18px, 2vw, 22px);
  background: #fff;
  min-height: 118px;
  box-shadow: 0 10px 32px rgba(7, 40, 90, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.wd-value .wd-benefits li:hover {
  border-color: rgba(7, 87, 217, 0.22);
  box-shadow: 0 16px 40px rgba(7, 87, 217, 0.1);
  transform: translateY(-2px);
}
.wd-benefits strong {
  display: block; font-family: var(--display); font-size: 14px; letter-spacing: 0.06em;
  text-transform: uppercase; margin-bottom: 10px; color: var(--blue);
}
.wd-benefits span { display: block; font-size: 15px; line-height: 1.55; color: var(--muted); }

/* 03 What we build — light blue */
.wd-build { background: #f3f8ff; padding: 80px 0; }
.wd-build .wd-head {
  max-width: none;
  margin-bottom: clamp(28px, 4vw, 40px);
}
.wd-build .wd-head h2 {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.08;
  text-wrap: balance;
}
@media (min-width: 900px) {
  .wd-build .wd-head h2 { white-space: nowrap; }
}
.wd-build .wd-head .wd-lead {
  margin-top: clamp(14px, 2vw, 20px);
  max-width: none;
  font-size: clamp(17px, 1.5vw, 18px);
}
.wd-build .wd-head .wd-copy {
  max-width: none;
  margin-top: clamp(12px, 1.6vw, 16px);
  font-size: clamp(16px, 1.4vw, 17px);
  line-height: 1.72;
}
.wd-types {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.wd-types article {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 14px; display: flex; flex-direction: column; min-height: 100%;
}
.wd-thumb {
  border-radius: 12px; overflow: hidden; height: 110px; background: #e8f0fb; margin-bottom: 12px;
}
.wd-thumb img { width: 100%; height: 100%; object-fit: cover; }
.wd-types h3 {
  font-family: var(--display); font-size: 22px; letter-spacing: -.03em;
  display: flex; justify-content: space-between; align-items: center; gap: 8px; margin: 0 0 8px;
}
.wd-types h3 span { color: var(--blue); font-size: 18px; }
.wd-types p { font-size: 15px; line-height: 1.55; color: var(--muted); margin: 0; }

/* 04 Our process — dark studio block */
.wd-craft {
  background:
    radial-gradient(900px 420px at 8% -10%, rgba(22, 135, 255, 0.14), transparent 55%),
    radial-gradient(700px 360px at 92% 20%, rgba(7, 87, 217, 0.1), transparent 50%),
    #050b18;
  color: #fff;
  padding: clamp(72px, 8vw, 100px) 0 clamp(64px, 7vw, 88px);
}
.wd-subhead {
  font-family: var(--display); font-size: clamp(32px, 3.6vw, 44px);
  letter-spacing: -.04em; font-weight: 800; margin: 10px 0 18px; line-height: 1;
}
.wd-craft-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 400px);
  column-gap: clamp(28px, 4vw, 56px);
  row-gap: clamp(28px, 4vw, 40px);
  align-items: start;
}
.wd-craft-main { min-width: 0; }
.wd-craft-head { min-width: 0; }
.wd-craft-head .kicker {
  margin-bottom: clamp(12px, 2vw, 16px);
  color: #7eb8ff;
  letter-spacing: 0.22em;
}
.wd-craft-title {
  font-size: clamp(30px, 3.8vw, 54px);
  line-height: 1.06;
  letter-spacing: -.042em;
  margin: 0;
  max-width: none;
  text-wrap: balance;
}
.wd-craft-title em { color: var(--electric); }
.wd-craft-intro {
  margin: clamp(18px, 2.5vw, 26px) 0 0;
  max-width: 46rem;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.65;
  color: #b4c9e4;
}
.wd-craft-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 14px);
  list-style: none;
  margin: clamp(24px, 3.2vw, 34px) 0 0;
  padding: 0;
}
.wd-craft-steps li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: clamp(14px, 1.6vw, 18px);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.wd-craft-step-mark {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}
.wd-craft-steps li:nth-child(5n + 1) .wd-craft-step-mark {
  background: linear-gradient(145deg, #1a56e8, #0d3fab);
}
.wd-craft-steps li:nth-child(5n + 2) .wd-craft-step-mark {
  background: linear-gradient(145deg, #ea6c12, #c45508);
}
.wd-craft-steps li:nth-child(5n + 3) .wd-craft-step-mark {
  background: linear-gradient(145deg, #7c3aed, #5b21b6);
}
.wd-craft-steps li:nth-child(5n + 4) .wd-craft-step-mark {
  background: linear-gradient(145deg, #0d9488, #0f766e);
}
.wd-craft-steps li:nth-child(5n + 5) .wd-craft-step-mark {
  background: linear-gradient(145deg, #2563eb, #1d4ed8);
}
.wd-craft-steps strong {
  font-family: var(--display);
  font-size: clamp(12px, 1.1vw, 14px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.25;
  color: #f4f8ff;
}
.wd-craft-visual {
  width: 100%;
  max-width: 400px;
  justify-self: end;
}
.wd-craft .wd-iface {
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
  border-color: rgba(126, 184, 255, 0.22);
}
.wd-craft .wd-iface img { height: clamp(220px, 26vw, 300px); }
.wd-craft-body {
  margin-top: clamp(40px, 5vw, 56px);
  padding-top: clamp(36px, 4.5vw, 48px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}
.wd-craft-body > .wd-copy.light {
  margin: 0 0 clamp(16px, 2vw, 20px);
  font-size: clamp(16px, 1.4vw, 17px);
  line-height: 1.72;
  color: #c5d8ef;
}
.wd-craft-body > .wd-copy.light:last-child { margin-bottom: 0; }
.wd-craft .wd-strip-kicker {
  margin-top: clamp(44px, 5.5vw, 60px);
  margin-bottom: 14px;
  color: #7eb8ff;
}
.wd-iface {
  position: relative; background: #0b2044; border: 1px solid rgba(22,135,255,.28);
  border-radius: 20px; overflow: hidden;
}
.wd-iface img { width: 100%; height: 220px; object-fit: cover; display: block; }
.wd-chips {
  display: flex; flex-wrap: wrap; gap: 8px; padding: 14px 16px 16px;
  list-style: none; margin: 0;
}
.wd-chips li {
  border: 1px solid rgba(255,255,255,.18); border-radius: 999px;
  padding: 7px 12px; font-size: 12px; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase;
}
.wd-strip-kicker { margin: 32px 0 12px; }
.wd-strip {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px; margin-top: 0; list-style: none; padding: 0;
}
.wd-strip li {
  text-align: center; border: 1px solid rgba(255,255,255,.14); border-radius: 999px;
  padding: 12px 8px; font-size: 13px; font-weight: 700; color: #d5e6fa;
}

/* 05 Process — How we work */
.wd-process {
  padding: clamp(72px, 8vw, 96px) 0;
  background: linear-gradient(180deg, #f6faff 0%, #fff 42%, #fff 100%);
}
.wd-process .wd-head {
  max-width: none;
  margin-bottom: clamp(32px, 4.5vw, 48px);
}
.wd-process .wd-head .kicker { margin-bottom: clamp(12px, 2vw, 16px); }
.wd-process .wd-head h2 {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.08;
  text-wrap: balance;
}
@media (min-width: 900px) {
  .wd-process .wd-head h2 { white-space: nowrap; }
}
.wd-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 20px);
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}
.wd-steps > li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: clamp(20px, 2.4vw, 26px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(7, 40, 90, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.wd-steps > li:hover {
  border-color: rgba(7, 87, 217, 0.28);
  box-shadow: 0 14px 36px rgba(7, 87, 217, 0.1);
  transform: translateY(-2px);
}
.wd-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--blue);
  background: linear-gradient(145deg, #e8f2ff 0%, #f4f9ff 100%);
  border: 1px solid rgba(7, 87, 217, 0.16);
  margin: 0;
}
.wd-steps h3 {
  font-family: var(--display);
  font-size: clamp(15px, 1.35vw, 17px);
  letter-spacing: 0.06em;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.25;
}
.wd-steps p {
  flex: 1;
  font-size: clamp(14px, 1.2vw, 15px);
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}

/* 06 Work — light blue */
.wd-work { background: #f3f8ff; padding: 80px 0; }
.wd-projects {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.wd-projects article {
  background: #fff; border: 1px solid var(--line); border-radius: 22px;
  overflow: hidden; display: flex; flex-direction: column; min-height: 100%;
}
.wd-frame { background: #0b1f42; }
.wd-frame img, .wd-well { width: 100%; height: 200px; object-fit: cover; display: block; }
.wd-well {
  background: linear-gradient(160deg, #ecfdf3, #fff);
  display: grid; place-content: center; color: #16a34a;
  font-family: var(--display); font-weight: 800; font-size: 36px;
}
.wd-meta { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.wd-meta h3 { font-family: var(--display); font-size: 26px; margin: 0 0 4px; letter-spacing: -.03em; }
.wd-ind { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; color: var(--blue); margin: 0 0 10px; }
.wd-meta p { font-size: 16px; color: var(--muted); margin: 0 0 12px; }
.wd-tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0 0 14px; padding: 0; }
.wd-tags li {
  border: 1px solid var(--line); border-radius: 999px; padding: 6px 10px;
  font-size: 12px; font-weight: 700;
}
.wd-meta .text-link { margin-top: auto; font-weight: 800; }

/* 07 Why + local — Delhi NCR */
.wd-why {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 88px 0;
  background-color: #041226;
  background-image:
    radial-gradient(ellipse 70% 55% at 8% 40%, rgba(22, 135, 255, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 45% at 92% 75%, rgba(7, 87, 217, 0.18), transparent 50%),
    radial-gradient(circle, rgba(130, 170, 255, 0.1) 0.85px, transparent 1.55px),
    linear-gradient(118deg, #041226 0%, #061a3a 42%, #0b2860 100%);
  background-size: 100% 100%, 100% 100%, 36px 36px, 100% 100%;
}
.wd-why::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 38%, rgba(0, 0, 0, 0.12) 100%);
}
.wd-why .wd-wrap { position: relative; z-index: 1; }
.wd-why .wd-g { align-items: stretch; gap: clamp(28px, 4vw, 44px); }
.wd-why .wd-s7 { grid-column: span 12; max-width: 920px; margin-inline: auto; width: 100%; }
.wd-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 18px;
  width: 100%;
  padding: 32px 28px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  align-content: center;
}
.wd-stats > div {
  padding: 8px 4px;
  border-radius: 14px;
  transition: background 0.2s ease;
}
.wd-stats > div:hover { background: rgba(255, 255, 255, 0.04); }
.wd-stats b {
  font-family: var(--display);
  font-size: clamp(44px, 5vw, 68px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  display: block;
  background: linear-gradient(180deg, #fff 0%, #b8dcff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wd-stats em {
  font-style: normal;
  color: #8fd3ff;
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}
.wd-why .wd-s7 {
  padding: 36px 34px 32px;
  border-radius: 24px;
  border: 1px solid rgba(22, 135, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}
.wd-why .kicker.light {
  display: inline-block;
  margin: 0 0 12px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(22, 135, 255, 0.16);
  border: 1px solid rgba(140, 190, 255, 0.35);
  color: #b8dcff;
  letter-spacing: 0.2em;
}
.wd-why h2 {
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin: 0 0 20px;
  max-width: 16ch;
}
.wd-why .wd-copy.light {
  padding: 4px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.wd-why .wd-copy.light p {
  position: relative;
  margin: 0 0 16px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.72;
  color: #c5d6ec;
}
.wd-why .wd-copy.light p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--electric);
  box-shadow: 0 0 0 3px rgba(22, 135, 255, 0.2);
}
.wd-why .wd-copy.light p:last-child { margin-bottom: 0; }
.wd-why .btn {
  margin-top: 8px;
  box-shadow: 0 14px 32px rgba(7, 87, 217, 0.45);
}

/* 08 FAQ + form — white */
.wd-contact { background: #fff; padding: 72px 0; }
.wd-faq { margin-top: 12px; }
.wd-item { border-bottom: 1px solid var(--line); }
.wd-q {
  width: 100%; background: none; border: 0; text-align: left; padding: 14px 0;
  cursor: pointer; font-family: var(--display); font-size: 18px;
  font-weight: 800; color: var(--ink); line-height: 1.25;
}
.wd-q[aria-expanded="true"] { color: var(--blue); }
.wd-a { display: none; padding: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.wd-item.is-open .wd-a { display: block; }
.wd-glass {
  background:
    radial-gradient(420px 180px at 12% 0%, rgba(22,135,255,.28), transparent 60%),
    #041226;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px; padding: 24px; color: #fff;
}
.wd-glass h2 { font-size: clamp(32px, 3.2vw, 42px); margin-bottom: 10px; }
.wd-form-lead { color: #c5d6ec; font-size: 16px; line-height: 1.55; margin: 0 0 18px; }
.wd-glass label { display: grid; gap: 6px; font-size: 12px; font-weight: 700; margin-bottom: 12px; color: #d5e6fa; }
.wd-glass input, .wd-glass select, .wd-glass textarea {
  border: 1px solid rgba(255,255,255,.16); border-radius: 12px; padding: 12px 14px;
  background: #fff; color: var(--ink); outline: none; font: inherit; font-size: 16px;
}
.wd-glass textarea { min-height: 88px; resize: vertical; }
.wd-two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.wd-note { color: #9ecbff; font-size: 13px; margin-top: 12px; }
.wd-note a { color: #25d366; font-weight: 800; }
.wd-wa-btn { width: 100%; margin-top: 10px; border-color: #25d366; color: #25d366; }
.wd-wa-btn:hover { background: rgba(37,211,102,.12); }
.wd-trust { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; list-style: none; padding: 0; font-size: 13px; color: #9ecbff; font-weight: 700; }
.wd-ok { margin-top: 12px; background: #e9fff3; color: #0d6a3e; padding: 12px; border-radius: 12px; font-weight: 600; }

/* 09 Final CTA — background from style.css (.wd-final) */
.wd-final { padding: 56px 0; }
.wd-final-inner { position: relative; z-index: 1; text-align: center; }
.wd-final h2 {
  font-size: clamp(40px, 5.6vw, 64px); margin: 0 0 22px; color: #fff;
}
.wd-final .btn { min-width: 240px; }

@media (max-width: 960px) {
  .wd-craft-hero { grid-template-columns: 1fr; }
  .wd-craft-visual { max-width: none; justify-self: stretch; }
  .wd-craft-title { max-width: none; }
  .wd-craft-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
  .wd-s5, .wd-s6, .wd-s7 { grid-column: span 12; }
  .wd-page .hero-grid { grid-template-columns: 1fr; padding: 32px 28px; }
  .wd-page .hero-card { max-height: none; min-height: 0; }
  .wd-types { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wd-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wd-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wd-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .wd-wrap { width: min(calc(100% - 32px), 1240px); }
  .wd-craft-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wd-build .wd-head h2 { white-space: normal; }
  .wd-value .wd-benefits li:hover { transform: none; }
  .wd-process .wd-head h2 { white-space: normal; }
  .wd-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .wd-steps > li:hover { transform: none; }
  .wd-value, .wd-build, .wd-craft, .wd-process, .wd-work, .wd-why, .wd-contact { padding: 56px 0; }
  .wd-final { padding: 48px 0; }
  .wd-page .hero { padding: 8px 12px 0; }
  .wd-page .hero-grid { padding: 24px 20px 20px; }
  .wd-page .hero h1 { font-size: clamp(42px, 12vw, 52px); }
  .wd-page h2 { font-size: clamp(34px, 8vw, 42px); }
  .wd-page .lede, .wd-lead, .wd-copy { font-size: 16px; }
  .wd-page .lede { margin: 12px 0 16px; }
  .wd-page .hero-photo { height: 168px; }
  .wd-laptop { margin: 8px 0 0; }
  .wd-projects { grid-template-columns: 1fr; }
  .wd-two { grid-template-columns: 1fr; }
  .wd-stats { grid-template-columns: 1fr 1fr; padding: 24px 20px; }
  .wd-why .wd-s7 { padding: 28px 22px 24px; }
  .wd-why h2 { max-width: none; }
  .wd-q { font-size: 18px; min-height: 52px; }
}

@media (max-width: 430px) {
  .wd-f2 { display: none; }
  .wd-types { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .wd-types article { padding: 12px; }
  .wd-thumb { height: 96px; }
  .wd-types h3 { font-size: 15px; }
  .wd-types p { font-size: 13px; }
  .wd-steps { grid-template-columns: 1fr; }
  .wd-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wd-benefits { grid-template-columns: 1fr 1fr; }
  .wd-frame img, .wd-well { height: 180px; }
}

@media (prefers-reduced-motion: reduce) {
  .wd-page * { animation: none !important; transition: none !important; }
}
