/* =========================================================
WEBDOCS PROCESS PAGE — HERO + INTRO CLEAN FINAL
Self-contained · no old hero.css dependency
========================================================= */

.wdp-hero,
.wdp-intro,
.wdp-hero *,
.wdp-intro * {
  box-sizing: border-box;
}

/* Shared shell for both sections */
.wdp-hero > .wdp-shell,
.wdp-intro > .wdp-shell {
  position: relative;
  z-index: 1;

  width: min(1660px, calc(100% - 48px));
  max-width: 1660px;
  margin: 0 auto;
  padding: 0;
}

/* =========================================================
SECTION 01 — PROCESS HERO
========================================================= */

.wdp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  width: 100%;
  min-height: 680px;
  padding: 96px 0 82px;

  background:
    radial-gradient(circle at 8% 14%, rgba(183, 223, 82, 0.18), transparent 32%),
    radial-gradient(circle at 90% 12%, rgba(56, 189, 248, 0.22), transparent 34%),
    radial-gradient(circle at 72% 82%, rgba(111, 31, 229, 0.10), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 58%, #f6fbff 100%);

  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

/* Background */

.wdp-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.wdp-grid {
  position: absolute;
  inset: 0;

  opacity: 0.42;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;

  mask-image: linear-gradient(
    180deg,
    #000 0%,
    rgba(0, 0, 0, 0.72) 55%,
    transparent 100%
  );
}

.wdp-orb {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.46;
}

.wdp-orb-green {
  left: -140px;
  top: 64px;
  background: rgba(183, 223, 82, 0.40);
}

.wdp-orb-blue {
  right: -150px;
  top: 34px;
  background: rgba(14, 165, 233, 0.34);
}

/* Hero layout */

.wdp-hero-layout {
   width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(520px, 0.9fr);
  gap: 72px;

  align-items: center;
  justify-content: stretch;
}

/* Hero copy */

.wdp-hero-copy {
  width: 100%;
  max-width: 860px;
  min-width: 0;

  margin: 0;
  padding: 0;

  text-align: left;
  justify-self: start;
  align-self: center;
}

.wdp-kicker,
.wdp-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin: 0 0 20px;
  padding: 9px 13px;
  border-radius: 999px;

  color: #075985;
  background: rgba(224, 242, 254, 0.86);
  border: 1px solid rgba(14, 165, 233, 0.22);

  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  box-shadow:
    0 10px 24px rgba(14, 165, 233, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.wdp-hero h1 {
  max-width: 920px;
  margin: 0;

  color: #09001f;
  font-size: clamp(3rem, 5.2vw, 5.55rem);
  line-height: 0.96;
  letter-spacing: -0.075em;
  font-weight: 930;
  text-align: left;
}

.wdp-lead {
  max-width: 820px;
  margin: 24px 0 0;

  color: #475569;
  font-size: clamp(1.02rem, 1.15vw, 1.16rem);
  line-height: 1.7;
  font-weight: 520;
}

/* Quick start box */

.wdp-quick-start {
  max-width: 680px;
  margin-top: 26px;
  padding: 16px 18px;
  border-radius: 22px;

  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.18), rgba(255, 255, 255, 0.84));
  border: 1px solid rgba(183, 223, 82, 0.34);

  box-shadow:
    0 14px 30px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.wdp-quick-label {
  display: inline-flex;
  margin-bottom: 8px;

  color: #3f6212;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wdp-quick-start strong {
  display: block;

  color: #0f172a;
  font-size: 1.03rem;
  font-weight: 900;
  line-height: 1.25;
}

.wdp-quick-start p {
  margin: 7px 0 0;

  color: #64748b;
  font-size: 0.91rem;
  line-height: 1.58;
}

/* Actions */

.wdp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;

  margin-top: 30px;
}

.wdp-btn {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;

  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.wdp-btn:hover,
.wdp-btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.wdp-btn-primary {
  color: #16210f;
  background: #b7df52;
  border: 1px solid #b7df52;

  box-shadow:
    0 14px 30px rgba(183, 223, 82, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.wdp-btn-primary:hover,
.wdp-btn-primary:focus-visible {
  background: #addb42;
  border-color: #addb42;

  box-shadow:
    0 18px 36px rgba(183, 223, 82, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.wdp-btn-secondary {
  color: #075985;
  background: #e0f2fe;
  border: 1px solid rgba(14, 165, 233, 0.28);

  box-shadow:
    0 10px 22px rgba(14, 165, 233, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.wdp-btn-secondary:hover,
.wdp-btn-secondary:focus-visible {
  color: #034c75;
  background: #bae6fd;
  border-color: rgba(14, 165, 233, 0.42);
}

.wdp-btn-soft {
  color: #334155;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.10);

  box-shadow:
    0 10px 22px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.wdp-btn-soft:hover,
.wdp-btn-soft:focus-visible {
  color: #0f172a;
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.16);
}

/* Pills */

.wdp-pills {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  justify-content: flex-start;

  max-width: 100%;
  margin-top: 24px;
}

.wdp-pills span {
  padding: 9px 13px;
  border-radius: 999px;
  white-space: nowrap;

  color: #475569;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);

  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1;

  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.045);
}

/* Hero card */

.wdp-hero-card,
.wdp-intro-card {
  width: 100%;
  max-width: none;
  min-width: 0;

  margin: 0;
  padding: 20px;
  border-radius: 32px;

  justify-self: stretch;
  align-self: center;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.90));
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 34px 80px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.wdp-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  padding: 0 4px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.wdp-card-head strong {
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 900;
}

.wdp-card-dots {
  display: inline-flex;
  gap: 6px;
}

.wdp-card-dots i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.wdp-card-dots i:nth-child(1) {
  background: #ec4899;
}

.wdp-card-dots i:nth-child(2) {
  background: #6d28d9;
}

.wdp-card-dots i:nth-child(3) {
  background: #0ea5e9;
}

.wdp-flow-stack {
  display: grid;
  gap: 12px;
  padding-top: 16px;
}

.wdp-flow-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;

  padding: 15px;
  border-radius: 22px;

  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 14px 30px rgba(15, 23, 42, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.wdp-flow-item.is-hot {
  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.24), rgba(255, 255, 255, 0.88));
  border-color: rgba(183, 223, 82, 0.36);
}

.wdp-flow-icon {
  width: 48px;
  height: 48px;
  border-radius: 17px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #075985;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(125, 231, 255, 0.22));
  border: 1px solid rgba(14, 165, 233, 0.22);
}

.wdp-flow-item.is-hot .wdp-flow-icon {
  color: #3f6212;
  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.34), rgba(217, 249, 157, 0.38));
  border-color: rgba(183, 223, 82, 0.42);
}

.wdp-flow-item small {
  display: block;
  margin-bottom: 4px;

  color: #64748b;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wdp-flow-item strong {
  display: block;

  color: #0f172a;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.24;
}

.wdp-flow-item p {
  margin: 6px 0 0;

  color: #64748b;
  font-size: 0.87rem;
  line-height: 1.55;
}

.wdp-card-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;

  margin-top: 14px;
  padding: 14px 4px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.wdp-card-footer span {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: #475569;
  font-size: 0.82rem;
  font-weight: 780;
}

.wdp-card-footer i {
  color: #0ea5e9;
}

/* =========================================================
SECTION 02 — PROCESS INTRO
========================================================= */

.wdp-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  width: 100%;
  padding: 86px 0 82px;

  background:
    radial-gradient(circle at 8% 18%, rgba(183, 223, 82, 0.12), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(14, 165, 233, 0.13), transparent 34%),
    radial-gradient(circle at 70% 86%, rgba(111, 31, 229, 0.06), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);

  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.wdp-intro-layout {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(520px, 0.9fr);
  gap: 72px;

  align-items: center;
  justify-content: stretch;
}

.wdp-intro-copy {
  width: 100%;
  max-width: 860px;
  min-width: 0;

  margin: 0;
  padding: 0;

  text-align: left;
  justify-self: start;
  align-self: center;
}

.wdp-intro h2 {
  max-width: 920px;
  margin: 0;

  color: #09001f;
  font-size: clamp(2.35rem, 3.75vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -0.065em;
  font-weight: 930;
  text-align: left;
}

.wdp-intro-copy p:not(.wdp-section-kicker) {
  max-width: 820px;
  margin: 22px 0 0;

  color: #475569;
  font-size: clamp(1rem, 1.1vw, 1.13rem);
  line-height: 1.72;
  font-weight: 520;
}

.wdp-intro-copy p + p {
  margin-top: 14px;
}

/* Intro card */

.wdp-intro-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  padding: 0 4px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.wdp-intro-card-head span {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wdp-intro-card-head strong {
  color: #0f172a;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
}

.wdp-intro-list {
  display: grid;
  gap: 12px;
  padding-top: 16px;
}

.wdp-intro-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;

  padding: 15px;
  border-radius: 22px;

  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 12px 26px rgba(15, 23, 42, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.wdp-intro-item:first-child {
  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.22), rgba(255, 255, 255, 0.88));
  border-color: rgba(183, 223, 82, 0.34);
}

.wdp-intro-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #075985;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(125, 231, 255, 0.22));
  border: 1px solid rgba(14, 165, 233, 0.22);
}

.wdp-intro-item:first-child .wdp-intro-icon {
  color: #3f6212;
  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.34), rgba(217, 249, 157, 0.38));
  border-color: rgba(183, 223, 82, 0.42);
}

.wdp-intro-item strong {
  display: block;

  color: #0f172a;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.24;
}

.wdp-intro-item p {
  margin: 6px 0 0;

  color: #64748b;
  font-size: 0.87rem;
  line-height: 1.55;
  font-weight: 520;
}

/* Intro readiness strip */

.wdp-intro-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;

  width: 100%;
  margin-top: 42px;
}

.wdp-intro-strip div {
  min-width: 0;

  padding: 18px 18px;
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 14px 32px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.wdp-intro-strip strong {
  display: block;

  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
}

.wdp-intro-strip span {
  display: block;
  margin-top: 7px;

  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.52;
  font-weight: 560;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media (max-width: 1080px) {
  .wdp-hero {
    min-height: auto;
    padding: 78px 0 64px;
  }

  .wdp-intro {
    padding: 70px 0 62px;
  }

  .wdp-hero > .wdp-shell,
  .wdp-intro > .wdp-shell {
    width: min(900px, calc(100% - 36px));
  }

  .wdp-hero-layout,
  .wdp-intro-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wdp-hero-copy,
  .wdp-intro-copy {
    max-width: 100%;
  }

  .wdp-hero h1,
  .wdp-intro h2 {
    max-width: 860px;
  }

  .wdp-hero-card,
  .wdp-intro-card {
    max-width: 720px;
    justify-self: start;
  }

  .wdp-pills {
    flex-wrap: wrap;
  }

  .wdp-intro-strip {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }
}

@media (max-width: 640px) {
  .wdp-hero {
    padding: 58px 0 46px;
  }

  .wdp-intro {
    padding: 54px 0 48px;
  }

  .wdp-hero > .wdp-shell,
  .wdp-intro > .wdp-shell {
    width: calc(100% - 24px);
  }

  .wdp-hero h1 {
    font-size: clamp(2.15rem, 12vw, 3.25rem);
    line-height: 0.99;
    letter-spacing: -0.06em;
  }

  .wdp-intro h2 {
    font-size: clamp(1.95rem, 10vw, 2.8rem);
    line-height: 1.05;
    letter-spacing: -0.055em;
  }

  .wdp-lead,
  .wdp-intro-copy p:not(.wdp-section-kicker) {
    font-size: 0.98rem;
    line-height: 1.64;
  }

  .wdp-quick-start {
    padding: 14px;
    border-radius: 18px;
  }

  .wdp-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wdp-btn {
    width: 100%;
    min-height: 48px;
    white-space: normal;
    text-align: center;
  }

  .wdp-pills {
    flex-wrap: wrap;
    gap: 8px;
  }

  .wdp-pills span {
    white-space: normal;
    font-size: 0.76rem;
  }

  .wdp-hero-card,
  .wdp-intro-card {
    max-width: 100%;
    padding: 14px;
    border-radius: 24px;
  }

  .wdp-flow-item,
  .wdp-intro-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 13px;
    border-radius: 18px;
  }

  .wdp-flow-icon,
  .wdp-intro-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .wdp-flow-item strong,
  .wdp-intro-item strong {
    font-size: 0.94rem;
  }

  .wdp-flow-item p,
  .wdp-intro-item p {
    font-size: 0.82rem;
  }

  .wdp-intro-card-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .wdp-intro-card-head strong {
    text-align: left;
  }

  .wdp-intro-strip {
    gap: 12px;
  }

  .wdp-intro-strip div {
    padding: 16px;
    border-radius: 20px;
  }
}

/* =========================================================
SECTION 03 — AI AGENT ACTIVATION PATH
Free RTC · Paid RTC · RTD Voice
========================================================= */

.wdp-ai-path,
.wdp-ai-path * {
  box-sizing: border-box;
}

.wdp-ai-path {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  width: 100%;
  padding: 90px 0 92px;

  background:
    radial-gradient(circle at 10% 16%, rgba(183, 223, 82, 0.13), transparent 32%),
    radial-gradient(circle at 90% 20%, rgba(14, 165, 233, 0.14), transparent 34%),
    radial-gradient(circle at 72% 88%, rgba(111, 31, 229, 0.07), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 48%, #f7fbff 100%);

  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

/* Same page width as hero / intro */
.wdp-ai-path > .wdp-shell {
  position: relative;
  z-index: 1;

  width: min(1660px, calc(100% - 48px));
  max-width: 1660px;
  margin: 0 auto;
  padding: 0;
}

/* Timeline grid */

.wdp-ai-timeline {
  position: relative;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;

  width: 100%;
  margin-top: 42px;
}

.wdp-ai-timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 36px;

  height: 2px;
  border-radius: 999px;

  background: linear-gradient(
    90deg,
    rgba(183, 223, 82, 0.62),
    rgba(14, 165, 233, 0.48),
    rgba(111, 31, 229, 0.26)
  );

  pointer-events: none;
}

/* Step card */

.wdp-ai-step {
  position: relative;
  overflow: hidden;

  min-width: 0;
  min-height: 100%;

  padding: 22px;
  border-radius: 32px;

  display: flex;
  flex-direction: column;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.90));
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 26px 66px rgba(15, 23, 42, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.wdp-ai-step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;

  background: linear-gradient(90deg, #0ea5e9, #b7df52);
  opacity: 0.72;
}

.wdp-ai-step.is-hot {
  background:
    radial-gradient(circle at 12% 10%, rgba(183, 223, 82, 0.25), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 252, 0.92));
  border-color: rgba(183, 223, 82, 0.36);

  box-shadow:
    0 30px 78px rgba(15, 23, 42, 0.13),
    0 16px 34px rgba(183, 223, 82, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.wdp-ai-step.is-hot::before {
  background: linear-gradient(90deg, #b7df52, #0ea5e9);
  opacity: 0.92;
}

/* Step number */

.wdp-ai-step-num {
  position: absolute;
  top: 18px;
  right: 18px;

  width: 42px;
  height: 42px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #075985;
  background: rgba(224, 242, 254, 0.82);
  border: 1px solid rgba(14, 165, 233, 0.22);

  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1;

  box-shadow:
    0 12px 26px rgba(14, 165, 233, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.wdp-ai-step.is-hot .wdp-ai-step-num {
  color: #3f6212;
  background: rgba(236, 252, 203, 0.88);
  border-color: rgba(183, 223, 82, 0.36);

  box-shadow:
    0 12px 26px rgba(183, 223, 82, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

/* Icon */

.wdp-ai-step-icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 18px;

  color: #075985;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(125, 231, 255, 0.22));
  border: 1px solid rgba(14, 165, 233, 0.22);

  box-shadow:
    0 14px 28px rgba(14, 165, 233, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.wdp-ai-step.is-hot .wdp-ai-step-icon {
  color: #3f6212;
  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.34), rgba(217, 249, 157, 0.38));
  border-color: rgba(183, 223, 82, 0.42);

  box-shadow:
    0 14px 28px rgba(183, 223, 82, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.wdp-ai-step-icon i {
  font-size: 1.18rem;
}

/* Copy */

.wdp-ai-step-copy {
  min-width: 0;

  display: flex;
  flex-direction: column;
  flex: 1;
}

.wdp-ai-step-copy > span {
  display: inline-flex;
  width: fit-content;

  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;

  color: #075985;
  background: rgba(224, 242, 254, 0.74);
  border: 1px solid rgba(14, 165, 233, 0.18);

  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wdp-ai-step.is-hot .wdp-ai-step-copy > span {
  color: #3f6212;
  background: rgba(236, 252, 203, 0.84);
  border-color: rgba(183, 223, 82, 0.32);
}

.wdp-ai-step-copy h3 {
  margin: 0;

  color: #0f172a;
  font-size: clamp(1.22rem, 1.38vw, 1.52rem);
  line-height: 1.16;
  letter-spacing: -0.035em;
  font-weight: 930;
}

.wdp-ai-step-copy p {
  margin: 12px 0 0;

  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.62;
  font-weight: 520;
}

.wdp-ai-step-copy ul {
  display: grid;
  gap: 8px;

  margin: 16px 0 0;
  padding: 0;

  list-style: none;
}

.wdp-ai-step-copy li {
  position: relative;

  padding-left: 18px;

  color: #475569;
  font-size: 0.84rem;
  line-height: 1.48;
  font-weight: 650;
}

.wdp-ai-step-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;

  width: 7px;
  height: 7px;
  border-radius: 999px;

  background: #0ea5e9;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.10);
}

.wdp-ai-step.is-hot .wdp-ai-step-copy li::before {
  background: #84cc16;
  box-shadow: 0 0 0 4px rgba(132, 204, 22, 0.12);
}

/* Link */

.wdp-ai-step-copy a {
  margin-top: auto;
  padding-top: 20px;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: #075985;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
}

.wdp-ai-step-copy a i {
  font-size: 0.78rem;
  transition: transform 180ms ease;
}

.wdp-ai-step-copy a:hover,
.wdp-ai-step-copy a:focus-visible {
  color: #034c75;
  outline: none;
}

.wdp-ai-step-copy a:hover i,
.wdp-ai-step-copy a:focus-visible i {
  transform: translateX(3px);
}

.wdp-ai-step.is-hot .wdp-ai-step-copy a {
  color: #3f6212;
}

.wdp-ai-step.is-hot .wdp-ai-step-copy a:hover,
.wdp-ai-step.is-hot .wdp-ai-step-copy a:focus-visible {
  color: #2f4f0f;
}

/* Speed panel */

.wdp-ai-speed-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;

  width: 100%;
  margin-top: 24px;
}

.wdp-ai-speed-panel div {
  min-width: 0;

  padding: 18px 18px;
  border-radius: 24px;

  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 252, 0.84));
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 14px 32px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.wdp-ai-speed-panel span {
  display: inline-flex;

  margin-bottom: 8px;
  padding: 7px 10px;
  border-radius: 999px;

  color: #075985;
  background: rgba(224, 242, 254, 0.78);
  border: 1px solid rgba(14, 165, 233, 0.18);

  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wdp-ai-speed-panel strong {
  display: block;

  color: #0f172a;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.24;
}

.wdp-ai-speed-panel p {
  margin: 7px 0 0;

  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.52;
  font-weight: 560;
}

/* =========================================================
AI PATH RESPONSIVE
========================================================= */

@media (max-width: 1320px) {
  .wdp-ai-timeline {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wdp-ai-timeline::before {
    display: none;
  }

  .wdp-ai-step {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }

  .wdp-ai-step-icon {
    margin-bottom: 0;
  }

  .wdp-ai-step-num {
    top: 18px;
    right: 18px;
  }
}

@media (max-width: 1080px) {
  .wdp-ai-path {
    padding: 70px 0 64px;
  }

  .wdp-ai-path > .wdp-shell {
    width: min(900px, calc(100% - 36px));
  }

  .wdp-ai-speed-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wdp-ai-path {
    padding: 54px 0 50px;
  }

  .wdp-ai-path > .wdp-shell {
    width: calc(100% - 24px);
  }

  .wdp-ai-timeline {
    margin-top: 34px;
  }

  .wdp-ai-step {
    display: flex;
    flex-direction: column;

    padding: 18px;
    border-radius: 24px;
  }

  .wdp-ai-step-num {
    top: 16px;
    right: 16px;

    width: 38px;
    height: 38px;
    font-size: 0.78rem;
  }

  .wdp-ai-step-icon {
    width: 50px;
    height: 50px;
    border-radius: 17px;
    margin-bottom: 14px;
  }

  .wdp-ai-step-copy h3 {
    font-size: 1.18rem;
  }

  .wdp-ai-step-copy p {
    font-size: 0.86rem;
  }

  .wdp-ai-step-copy li {
    font-size: 0.82rem;
  }

  .wdp-ai-speed-panel div {
    padding: 16px;
    border-radius: 20px;
  }
}

/* =========================================================
SECTION 04 — DASHBOARD VISIBILITY LAYER
CRM Dashboard · Voice Dashboard · Usage · Support Signals
========================================================= */

.wdp-dashboard-layer,
.wdp-dashboard-layer * {
  box-sizing: border-box;
}

.wdp-dashboard-layer {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  width: 100%;
  padding: 90px 0 94px;

  background:
    radial-gradient(circle at 12% 18%, rgba(14, 165, 233, 0.12), transparent 32%),
    radial-gradient(circle at 86% 22%, rgba(183, 223, 82, 0.12), transparent 34%),
    radial-gradient(circle at 76% 88%, rgba(111, 31, 229, 0.07), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);

  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.wdp-dashboard-layer > .wdp-shell {
  position: relative;
  z-index: 1;

  width: min(1660px, calc(100% - 48px));
  max-width: 1660px;
  margin: 0 auto;
  padding: 0;
}

/* Layout */

.wdp-dashboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.86fr);
  gap: 56px;

  width: 100%;
  margin-top: 42px;

  align-items: center;
  justify-content: stretch;
}

/* Left panel */

.wdp-dashboard-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;

  width: 100%;
  min-width: 0;
}

.wdp-dashboard-item {
  min-width: 0;

  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;

  padding: 18px;
  border-radius: 26px;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.90));
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 20px 46px rgba(15, 23, 42, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.wdp-dashboard-item.is-hot {
  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.22), rgba(255, 255, 255, 0.90));
  border-color: rgba(183, 223, 82, 0.34);

  box-shadow:
    0 22px 52px rgba(15, 23, 42, 0.095),
    0 12px 28px rgba(183, 223, 82, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.wdp-dashboard-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #075985;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(125, 231, 255, 0.22));
  border: 1px solid rgba(14, 165, 233, 0.22);

  box-shadow:
    0 12px 26px rgba(14, 165, 233, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.wdp-dashboard-item.is-hot .wdp-dashboard-icon {
  color: #3f6212;
  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.34), rgba(217, 249, 157, 0.38));
  border-color: rgba(183, 223, 82, 0.42);

  box-shadow:
    0 12px 26px rgba(183, 223, 82, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.wdp-dashboard-icon i {
  font-size: 1.08rem;
}

.wdp-dashboard-item small {
  display: block;
  margin-bottom: 5px;

  color: #64748b;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wdp-dashboard-item strong {
  display: block;

  color: #0f172a;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.24;
}

.wdp-dashboard-item p {
  margin: 7px 0 0;

  color: #64748b;
  font-size: 0.87rem;
  line-height: 1.56;
  font-weight: 520;
}

/* Right card */

.wdp-dashboard-card {
  width: 100%;
  max-width: none;
  min-width: 0;

  margin: 0;
  padding: 20px;
  border-radius: 34px;

  justify-self: stretch;
  align-self: center;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.91));
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 34px 80px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.wdp-dashboard-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  padding: 0 4px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.wdp-dashboard-card-head strong {
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 900;
}

/* Fake dashboard screen */

.wdp-dashboard-screen {
  margin-top: 16px;
  padding: 18px;
  border-radius: 26px;

  background:
    radial-gradient(circle at 10% 12%, rgba(183, 223, 82, 0.18), transparent 34%),
    radial-gradient(circle at 90% 10%, rgba(14, 165, 233, 0.18), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);

  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 18px 44px rgba(15, 23, 42, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.wdp-dashboard-screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  padding-bottom: 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.wdp-dashboard-screen-top span {
  display: inline-flex;

  padding: 7px 10px;
  border-radius: 999px;

  color: #075985;
  background: rgba(224, 242, 254, 0.78);
  border: 1px solid rgba(14, 165, 233, 0.18);

  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wdp-dashboard-screen-top strong {
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
}

/* Metrics */

.wdp-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;

  margin-top: 16px;
}

.wdp-dashboard-metrics div {
  min-width: 0;

  padding: 15px;
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.wdp-dashboard-metrics span {
  display: block;

  color: #64748b;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wdp-dashboard-metrics strong {
  display: block;
  margin-top: 7px;

  color: #0f172a;
  font-size: 1rem;
  font-weight: 930;
  line-height: 1.15;
}

/* Checks */

.wdp-dashboard-checks {
  display: grid;
  gap: 10px;

  margin-top: 16px;
}

.wdp-dashboard-checks span {
  display: flex;
  align-items: flex-start;
  gap: 9px;

  padding: 12px 13px;
  border-radius: 18px;

  color: #475569;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.07);

  font-size: 0.86rem;
  line-height: 1.45;
  font-weight: 650;
}

.wdp-dashboard-checks i {
  margin-top: 2px;
  color: #84cc16;
}

/* Actions */

.wdp-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 16px;
}

.wdp-dashboard-actions .wdp-btn {
  flex: 1 1 210px;
}

/* =========================================================
DASHBOARD LAYER RESPONSIVE
========================================================= */

@media (max-width: 1320px) {
  .wdp-dashboard-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wdp-dashboard-card {
    max-width: 760px;
    justify-self: start;
  }
}

@media (max-width: 1080px) {
  .wdp-dashboard-layer {
    padding: 70px 0 64px;
  }

  .wdp-dashboard-layer > .wdp-shell {
    width: min(900px, calc(100% - 36px));
  }

  .wdp-dashboard-layout {
    margin-top: 34px;
  }
}

@media (max-width: 760px) {
  .wdp-dashboard-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wdp-dashboard-layer {
    padding: 54px 0 50px;
  }

  .wdp-dashboard-layer > .wdp-shell {
    width: calc(100% - 24px);
  }

  .wdp-dashboard-card {
    max-width: 100%;
    padding: 14px;
    border-radius: 24px;
  }

  .wdp-dashboard-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 13px;
    border-radius: 18px;
  }

  .wdp-dashboard-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .wdp-dashboard-item strong {
    font-size: 0.94rem;
  }

  .wdp-dashboard-item p {
    font-size: 0.82rem;
  }

  .wdp-dashboard-screen {
    padding: 14px;
    border-radius: 20px;
  }

  .wdp-dashboard-screen-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .wdp-dashboard-screen-top strong {
    text-align: left;
  }

  .wdp-dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .wdp-dashboard-checks span {
    font-size: 0.82rem;
  }

  .wdp-dashboard-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wdp-dashboard-actions .wdp-btn {
    flex: none;
    width: 100%;
  }
}

/* =========================================================
SECTION 05 — SERVICE PROJECT PATHS
Website Development · Optimization · Documentation · SOW
========================================================= */

.wdp-service-paths,
.wdp-service-paths * {
  box-sizing: border-box;
}

.wdp-service-paths {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  width: 100%;
  padding: 88px 0 92px;

  background:
    radial-gradient(circle at 10% 18%, rgba(14, 165, 233, 0.10), transparent 32%),
    radial-gradient(circle at 88% 72%, rgba(183, 223, 82, 0.13), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 48%, #f7fbff 100%);

  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

/* Make sure this section also uses the same controlled width */
.wdp-service-paths > .wdp-shell {
  position: relative;
  z-index: 1;

  width: min(1660px, calc(100% - 48px));
  max-width: 1660px;
  margin: 0 auto;
  padding: 0;
}

/* Section heading */

.wdp-section-head {
  width: 100%;
  max-width: 940px;
  margin: 0 0 42px;
  padding: 0;
}

.wdp-section-head h2 {
  max-width: 920px;
  margin: 0;

  color: #09001f;
  font-size: clamp(2.25rem, 3.65vw, 4.15rem);
  line-height: 1.02;
  letter-spacing: -0.065em;
  font-weight: 930;
  text-align: left;
}

.wdp-section-head > p:not(.wdp-section-kicker) {
  max-width: 780px;
  margin: 20px 0 0;

  color: #475569;
  font-size: clamp(1rem, 1.08vw, 1.13rem);
  line-height: 1.72;
  font-weight: 520;
}

/* Cards grid */

.wdp-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;

  width: 100%;
}

/* Service card */

.wdp-service-card {
  position: relative;
  overflow: hidden;

  min-width: 0;
  min-height: 100%;

  padding: 22px;
  border-radius: 30px;

  display: flex;
  flex-direction: column;
  gap: 18px;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.90));
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.wdp-service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;

  background: linear-gradient(90deg, #0ea5e9, #b7df52);
  opacity: 0.72;
}

.wdp-service-card-featured {
  background:
    radial-gradient(circle at 12% 10%, rgba(183, 223, 82, 0.22), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));

  border-color: rgba(183, 223, 82, 0.34);

  box-shadow:
    0 28px 70px rgba(15, 23, 42, 0.12),
    0 16px 34px rgba(183, 223, 82, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.wdp-service-card-featured::before {
  background: linear-gradient(90deg, #b7df52, #0ea5e9);
  opacity: 0.9;
}

/* Icon */

.wdp-service-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #075985;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(125, 231, 255, 0.22));
  border: 1px solid rgba(14, 165, 233, 0.22);

  box-shadow:
    0 12px 26px rgba(14, 165, 233, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.wdp-service-card-featured .wdp-service-icon {
  color: #3f6212;
  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.34), rgba(217, 249, 157, 0.38));
  border-color: rgba(183, 223, 82, 0.42);

  box-shadow:
    0 12px 26px rgba(183, 223, 82, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.wdp-service-icon i {
  font-size: 1.12rem;
}

/* Copy */

.wdp-service-copy {
  min-width: 0;

  display: flex;
  flex-direction: column;
  flex: 1;
}

.wdp-service-copy > span {
  display: inline-flex;
  width: fit-content;

  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;

  color: #075985;
  background: rgba(224, 242, 254, 0.74);
  border: 1px solid rgba(14, 165, 233, 0.18);

  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wdp-service-card-featured .wdp-service-copy > span {
  color: #3f6212;
  background: rgba(236, 252, 203, 0.82);
  border-color: rgba(183, 223, 82, 0.30);
}

.wdp-service-copy h3 {
  margin: 0;

  color: #0f172a;
  font-size: clamp(1.18rem, 1.35vw, 1.48rem);
  line-height: 1.16;
  letter-spacing: -0.035em;
  font-weight: 930;
}

.wdp-service-copy p {
  margin: 12px 0 0;

  color: #64748b;
  font-size: 0.91rem;
  line-height: 1.62;
  font-weight: 520;
}

.wdp-service-copy ul {
  display: grid;
  gap: 8px;

  margin: 16px 0 0;
  padding: 0;

  list-style: none;
}

.wdp-service-copy li {
  position: relative;

  padding-left: 18px;

  color: #475569;
  font-size: 0.84rem;
  line-height: 1.48;
  font-weight: 650;
}

.wdp-service-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;

  width: 7px;
  height: 7px;
  border-radius: 999px;

  background: #0ea5e9;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.10);
}

.wdp-service-card-featured .wdp-service-copy li::before {
  background: #84cc16;
  box-shadow: 0 0 0 4px rgba(132, 204, 22, 0.12);
}

/* Link */

.wdp-service-copy a {
  margin-top: auto;
  padding-top: 20px;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: #075985;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
}

.wdp-service-copy a i {
  font-size: 0.78rem;
  transition: transform 180ms ease;
}

.wdp-service-copy a:hover,
.wdp-service-copy a:focus-visible {
  color: #034c75;
  outline: none;
}

.wdp-service-copy a:hover i,
.wdp-service-copy a:focus-visible i {
  transform: translateX(3px);
}

.wdp-service-card-featured .wdp-service-copy a {
  color: #3f6212;
}

.wdp-service-card-featured .wdp-service-copy a:hover,
.wdp-service-card-featured .wdp-service-copy a:focus-visible {
  color: #2f4f0f;
}

/* =========================================================
SERVICE PATHS RESPONSIVE
========================================================= */

@media (max-width: 1320px) {
  .wdp-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 1080px) {
  .wdp-service-paths {
    padding: 70px 0 64px;
  }

  .wdp-service-paths > .wdp-shell {
    width: min(900px, calc(100% - 36px));
  }

  .wdp-section-head {
    margin-bottom: 34px;
  }

  .wdp-section-head h2 {
    max-width: 860px;
  }
}

@media (max-width: 720px) {
  .wdp-service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wdp-service-paths {
    padding: 54px 0 50px;
  }

  .wdp-service-paths > .wdp-shell {
    width: calc(100% - 24px);
  }

  .wdp-section-head h2 {
    font-size: clamp(1.95rem, 10vw, 2.8rem);
    line-height: 1.05;
    letter-spacing: -0.055em;
  }

  .wdp-section-head > p:not(.wdp-section-kicker) {
    font-size: 0.96rem;
    line-height: 1.64;
  }

  .wdp-service-card {
    padding: 18px;
    border-radius: 24px;
  }

  .wdp-service-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .wdp-service-copy h3 {
    font-size: 1.18rem;
  }

  .wdp-service-copy p {
    font-size: 0.86rem;
  }

  .wdp-service-copy li {
    font-size: 0.82rem;
  }
}

/* =========================================================
SECTION 06 — INDUSTRY SOLUTIONS PROCESS
Managed setup · 50% payment · intake form · support layers
========================================================= */

.wdp-industry-process,
.wdp-industry-process * {
  box-sizing: border-box;
}

.wdp-industry-process {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  width: 100%;
  padding: 92px 0 96px;

  background:
    radial-gradient(circle at 10% 16%, rgba(111, 31, 229, 0.08), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(14, 165, 233, 0.13), transparent 34%),
    radial-gradient(circle at 76% 86%, rgba(183, 223, 82, 0.14), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 52%, #f7fbff 100%);

  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.wdp-industry-process > .wdp-shell {
  position: relative;
  z-index: 1;

  width: min(1660px, calc(100% - 48px));
  max-width: 1660px;
  margin: 0 auto;
  padding: 0;
}

/* Main layout */

.wdp-industry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.86fr);
  gap: 56px;

  width: 100%;
  margin-top: 42px;

  align-items: center;
  justify-content: stretch;
}

/* Left steps */

.wdp-industry-steps {
  display: grid;
  gap: 14px;

  width: 100%;
  min-width: 0;
}

.wdp-industry-step {
  position: relative;
  min-width: 0;

  display: grid;
  grid-template-columns: 54px 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;

  padding: 18px;
  border-radius: 28px;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.90));
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 20px 48px rgba(15, 23, 42, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.wdp-industry-step.is-hot {
  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.23), rgba(255, 255, 255, 0.91));
  border-color: rgba(183, 223, 82, 0.35);

  box-shadow:
    0 24px 58px rgba(15, 23, 42, 0.10),
    0 14px 30px rgba(183, 223, 82, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.wdp-industry-num {
  width: 44px;
  height: 44px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #075985;
  background: rgba(224, 242, 254, 0.82);
  border: 1px solid rgba(14, 165, 233, 0.22);

  font-size: 0.8rem;
  font-weight: 950;
  line-height: 1;

  box-shadow:
    0 10px 22px rgba(14, 165, 233, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.wdp-industry-step.is-hot .wdp-industry-num {
  color: #3f6212;
  background: rgba(236, 252, 203, 0.88);
  border-color: rgba(183, 223, 82, 0.36);
}

.wdp-industry-icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #075985;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(125, 231, 255, 0.22));
  border: 1px solid rgba(14, 165, 233, 0.22);

  box-shadow:
    0 14px 28px rgba(14, 165, 233, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.wdp-industry-step.is-hot .wdp-industry-icon {
  color: #3f6212;
  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.34), rgba(217, 249, 157, 0.38));
  border-color: rgba(183, 223, 82, 0.42);

  box-shadow:
    0 14px 28px rgba(183, 223, 82, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.wdp-industry-icon i {
  font-size: 1.08rem;
}

.wdp-industry-copy {
  min-width: 0;
}

.wdp-industry-copy small {
  display: block;
  margin-bottom: 6px;

  color: #64748b;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wdp-industry-copy strong {
  display: block;

  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.24;
}

.wdp-industry-copy p {
  margin: 7px 0 0;

  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.58;
  font-weight: 520;
}

/* Right card */

.wdp-industry-card {
  width: 100%;
  max-width: none;
  min-width: 0;

  margin: 0;
  padding: 20px;
  border-radius: 34px;

  justify-self: stretch;
  align-self: center;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.91));
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 34px 80px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.wdp-industry-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  padding: 0 4px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.wdp-industry-card-head strong {
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 900;
}

/* Layer stack */

.wdp-industry-stack {
  display: grid;
  gap: 10px;

  margin-top: 16px;
}

.wdp-industry-layer {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;

  padding: 13px;
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.wdp-industry-layer i {
  width: 42px;
  height: 42px;
  border-radius: 15px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #075985;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(125, 231, 255, 0.22));
  border: 1px solid rgba(14, 165, 233, 0.20);
}

.wdp-industry-layer:nth-child(1) i,
.wdp-industry-layer:nth-child(5) i {
  color: #3f6212;
  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.32), rgba(217, 249, 157, 0.34));
  border-color: rgba(183, 223, 82, 0.36);
}

.wdp-industry-layer strong {
  display: block;

  color: #0f172a;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.22;
}

.wdp-industry-layer span {
  display: block;
  margin-top: 5px;

  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.48;
  font-weight: 540;
}

/* Note */

.wdp-industry-note {
  margin-top: 16px;
  padding: 16px;
  border-radius: 22px;

  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.18), rgba(255, 255, 255, 0.86));
  border: 1px solid rgba(183, 223, 82, 0.32);

  box-shadow:
    0 12px 28px rgba(15, 23, 42, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.wdp-industry-note strong {
  display: block;

  color: #3f6212;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.2;
}

.wdp-industry-note p {
  margin: 7px 0 0;

  color: #475569;
  font-size: 0.86rem;
  line-height: 1.55;
  font-weight: 560;
}

/* Actions */

.wdp-industry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 16px;
}

.wdp-industry-actions .wdp-btn {
  flex: 1 1 210px;
}

/* =========================================================
INDUSTRY PROCESS RESPONSIVE
========================================================= */

@media (max-width: 1320px) {
  .wdp-industry-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wdp-industry-card {
    max-width: 820px;
    justify-self: start;
  }
}

@media (max-width: 1080px) {
  .wdp-industry-process {
    padding: 70px 0 64px;
  }

  .wdp-industry-process > .wdp-shell {
    width: min(900px, calc(100% - 36px));
  }

  .wdp-industry-layout {
    margin-top: 34px;
  }
}

@media (max-width: 760px) {
  .wdp-industry-step {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .wdp-industry-num {
    grid-column: 1;
    grid-row: 1;
  }

  .wdp-industry-icon {
    grid-column: 1;
    grid-row: 2;
  }

  .wdp-industry-copy {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 640px) {
  .wdp-industry-process {
    padding: 54px 0 50px;
  }

  .wdp-industry-process > .wdp-shell {
    width: calc(100% - 24px);
  }

  .wdp-industry-card {
    max-width: 100%;
    padding: 14px;
    border-radius: 24px;
  }

  .wdp-industry-step {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;

    padding: 13px;
    border-radius: 20px;
  }

  .wdp-industry-num {
    width: 38px;
    height: 38px;
    font-size: 0.76rem;
  }

  .wdp-industry-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .wdp-industry-copy strong {
    font-size: 0.94rem;
  }

  .wdp-industry-copy p {
    font-size: 0.82rem;
  }

  .wdp-industry-card-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .wdp-industry-layer {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
  }

  .wdp-industry-layer i {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .wdp-industry-layer span {
    font-size: 0.8rem;
  }

  .wdp-industry-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wdp-industry-actions .wdp-btn {
    flex: none;
    width: 100%;
  }
}

/* =========================================================
SECTION 06 — SUPPORT LAYER PROCESS
Existing clients · New clients · Ticket workflow · Review
========================================================= */

.wdp-support-layer,
.wdp-support-layer * {
  box-sizing: border-box;
}

.wdp-support-layer {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  width: 100%;
  padding: 92px 0 96px;

  background:
    radial-gradient(circle at 9% 18%, rgba(14, 165, 233, 0.12), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(183, 223, 82, 0.13), transparent 34%),
    radial-gradient(circle at 72% 88%, rgba(111, 31, 229, 0.07), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);

  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

/* Controlled width */
.wdp-support-layer > .wdp-shell {
  position: relative;
  z-index: 1;

  width: min(1660px, calc(100% - 48px));
  max-width: 1660px;
  margin: 0 auto;
  padding: 0;
}

/* Main layout */

.wdp-support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.86fr);
  gap: 56px;

  width: 100%;
  margin-top: 42px;

  align-items: center;
  justify-content: stretch;
}

/* Left route cards */

.wdp-support-routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;

  width: 100%;
  min-width: 0;
}

.wdp-support-route {
  min-width: 0;

  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: start;

  padding: 18px;
  border-radius: 28px;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.90));
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 20px 48px rgba(15, 23, 42, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.wdp-support-route.is-hot {
  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.23), rgba(255, 255, 255, 0.91));
  border-color: rgba(183, 223, 82, 0.35);

  box-shadow:
    0 24px 58px rgba(15, 23, 42, 0.10),
    0 14px 30px rgba(183, 223, 82, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.wdp-support-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #075985;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(125, 231, 255, 0.22));
  border: 1px solid rgba(14, 165, 233, 0.22);

  box-shadow:
    0 12px 26px rgba(14, 165, 233, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.wdp-support-route.is-hot .wdp-support-icon {
  color: #3f6212;
  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.34), rgba(217, 249, 157, 0.38));
  border-color: rgba(183, 223, 82, 0.42);
}

.wdp-support-icon i {
  font-size: 1.08rem;
}

.wdp-support-copy {
  min-width: 0;
}

.wdp-support-copy small {
  display: block;
  margin-bottom: 6px;

  color: #64748b;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wdp-support-copy strong {
  display: block;

  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.24;
}

.wdp-support-copy p {
  margin: 7px 0 0;

  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.58;
  font-weight: 520;
}

/* Right support card */

.wdp-support-card {
  width: 100%;
  max-width: none;
  min-width: 0;

  margin: 0;
  padding: 20px;
  border-radius: 34px;

  justify-self: stretch;
  align-self: center;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.91));
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 34px 80px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.wdp-support-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  padding: 0 4px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.wdp-support-card-head strong {
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 900;
}

/* Support workflow */

.wdp-support-flow {
  display: grid;
  gap: 10px;

  margin-top: 16px;
}

.wdp-support-flow-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;

  padding: 13px;
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.wdp-support-flow-step > span {
  width: 42px;
  height: 42px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #075985;
  background: rgba(224, 242, 254, 0.82);
  border: 1px solid rgba(14, 165, 233, 0.22);

  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
}

.wdp-support-flow-step:first-child > span {
  color: #3f6212;
  background: rgba(236, 252, 203, 0.88);
  border-color: rgba(183, 223, 82, 0.36);
}

.wdp-support-flow-step strong {
  display: block;

  color: #0f172a;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.22;
}

.wdp-support-flow-step p {
  margin: 5px 0 0;

  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.48;
  font-weight: 540;
}

/* Topic chips */

.wdp-support-topic-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: 16px;
}

.wdp-support-topic-grid span {
  display: inline-flex;
  align-items: center;

  padding: 8px 10px;
  border-radius: 999px;

  color: #475569;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);

  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1;

  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.045);
}

/* Actions */

.wdp-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 16px;
}

.wdp-support-actions .wdp-btn {
  flex: 1 1 210px;
}

/* =========================================================
SUPPORT LAYER RESPONSIVE
========================================================= */

@media (max-width: 1320px) {
  .wdp-support-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wdp-support-card {
    max-width: 820px;
    justify-self: start;
  }
}

@media (max-width: 1080px) {
  .wdp-support-layer {
    padding: 70px 0 64px;
  }

  .wdp-support-layer > .wdp-shell {
    width: min(900px, calc(100% - 36px));
  }

  .wdp-support-layout {
    margin-top: 34px;
  }

  .wdp-support-routes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wdp-support-layer {
    padding: 54px 0 50px;
  }

  .wdp-support-layer > .wdp-shell {
    width: calc(100% - 24px);
  }

  .wdp-support-card {
    max-width: 100%;
    padding: 14px;
    border-radius: 24px;
  }

  .wdp-support-route {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;

    padding: 13px;
    border-radius: 20px;
  }

  .wdp-support-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .wdp-support-copy strong {
    font-size: 0.94rem;
  }

  .wdp-support-copy p {
    font-size: 0.82rem;
  }

  .wdp-support-card-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .wdp-support-flow-step {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
  }

  .wdp-support-flow-step > span {
    width: 38px;
    height: 38px;
    font-size: 0.74rem;
  }

  .wdp-support-topic-grid span {
    font-size: 0.74rem;
  }

  .wdp-support-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wdp-support-actions .wdp-btn {
    flex: none;
    width: 100%;
  }
}

/* =========================================================
SECTION 07 — FINAL PROCESS CTA
Choose path · Free · Paid · Industry · Website · SOW
========================================================= */

.wdp-final-cta,
.wdp-final-cta * {
  box-sizing: border-box;
}

.wdp-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  width: 100%;
  padding: 96px 0 104px;

  background:
    radial-gradient(circle at 12% 12%, rgba(183, 223, 82, 0.20), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(14, 165, 233, 0.20), transparent 36%),
    radial-gradient(circle at 74% 86%, rgba(111, 31, 229, 0.11), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 56%, #f6fbff 100%);

  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.wdp-final-cta > .wdp-shell {
  position: relative;
  z-index: 1;

  width: min(1660px, calc(100% - 48px));
  max-width: 1660px;
  margin: 0 auto;
  padding: 0;
}

/* Main card */

.wdp-final-card {
  position: relative;
  overflow: hidden;

  width: 100%;
  padding: 34px;
  border-radius: 42px;

  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 42px;
  align-items: center;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 40px 90px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.90);
}

.wdp-final-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;

  background: linear-gradient(90deg, #b7df52, #0ea5e9, #6d28d9);
  opacity: 0.85;
}

/* Left copy */

.wdp-final-copy {
  min-width: 0;
  max-width: 780px;
}

.wdp-final-copy h2 {
  max-width: 780px;
  margin: 0;

  color: #09001f;
  font-size: clamp(2.25rem, 3.45vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.065em;
  font-weight: 930;
}

.wdp-final-copy p:not(.wdp-section-kicker) {
  max-width: 720px;
  margin: 20px 0 0;

  color: #475569;
  font-size: clamp(1rem, 1.08vw, 1.13rem);
  line-height: 1.72;
  font-weight: 520;
}

/* CTA grid */

.wdp-final-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;

  width: 100%;
  min-width: 0;
}

/* CTA link card */

.wdp-final-link {
  min-width: 0;

  padding: 18px;
  border-radius: 26px;

  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 5px;
  align-items: start;

  text-decoration: none;

  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 16px 34px rgba(15, 23, 42, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);

  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.wdp-final-link:hover,
.wdp-final-link:focus-visible {
  transform: translateY(-2px);
  outline: none;

  background: #ffffff;
  border-color: rgba(14, 165, 233, 0.22);

  box-shadow:
    0 22px 46px rgba(15, 23, 42, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.wdp-final-link-primary,
.wdp-final-link-featured {
  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.22), rgba(255, 255, 255, 0.88));
  border-color: rgba(183, 223, 82, 0.34);
}

/* Icon column */

.wdp-final-link > span {
  grid-column: 1;
  grid-row: 1 / span 2;

  width: 52px;
  height: 52px;
  border-radius: 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #075985;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(125, 231, 255, 0.22));
  border: 1px solid rgba(14, 165, 233, 0.22);
}

.wdp-final-link-primary > span,
.wdp-final-link-featured > span {
  color: #3f6212;
  background:
    linear-gradient(135deg, rgba(183, 223, 82, 0.34), rgba(217, 249, 157, 0.38));
  border-color: rgba(183, 223, 82, 0.42);
}

.wdp-final-link > span i {
  font-size: 1.05rem;
}

/* Text column */

.wdp-final-link strong {
  grid-column: 2;
  grid-row: 1;

  display: block;
  min-width: 0;
  max-width: 100%;

  color: #0f172a;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.22;

  overflow-wrap: normal;
  word-break: normal;
}

.wdp-final-link small {
  grid-column: 2;
  grid-row: 2;

  display: block;
  min-width: 0;
  max-width: 100%;

  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.48;
  font-weight: 560;

  overflow-wrap: normal;
  word-break: normal;
}

/* =========================================================
FINAL CTA RESPONSIVE
========================================================= */

@media (max-width: 1320px) {
  .wdp-final-card {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wdp-final-copy {
    max-width: 920px;
  }

  .wdp-final-copy h2 {
    max-width: 920px;
  }

  .wdp-final-copy p:not(.wdp-section-kicker) {
    max-width: 860px;
  }

  .wdp-final-grid {
    max-width: 100%;
  }
}

@media (max-width: 1080px) {
  .wdp-final-cta {
    padding: 76px 0 78px;
  }

  .wdp-final-cta > .wdp-shell {
    width: min(900px, calc(100% - 36px));
  }

  .wdp-final-card {
    padding: 28px;
    border-radius: 34px;
  }
}

@media (max-width: 760px) {
  .wdp-final-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wdp-final-cta {
    padding: 58px 0 60px;
  }

  .wdp-final-cta > .wdp-shell {
    width: calc(100% - 24px);
  }

  .wdp-final-card {
    padding: 20px;
    border-radius: 28px;
    gap: 26px;
  }

  .wdp-final-copy h2 {
    font-size: clamp(1.95rem, 10vw, 2.8rem);
    line-height: 1.05;
    letter-spacing: -0.055em;
  }

  .wdp-final-copy p:not(.wdp-section-kicker) {
    font-size: 0.96rem;
    line-height: 1.64;
  }

  .wdp-final-link {
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 4px;

    padding: 14px;
    border-radius: 20px;
  }

  .wdp-final-link > span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .wdp-final-link strong {
    font-size: 0.94rem;
  }

  .wdp-final-link small {
    font-size: 0.8rem;
    line-height: 1.45;
  }
}