:root {
  --wdh-navy: #1c4b89;
  --wdh-deep: #0b1c34;
  --wdh-orange: #ec6e2c;
  --wdh-teal: #00bcd4;
  --wdh-ink: #17243a;
  --wdh-muted: #667085;
  --wdh-line: #e1e8f0;
  --wdh-soft: #f6f8fb;
  --wdh-white: #fff;
}

.wdh-wpb-hero,
.wdh-wpb-local-hero,
.wdh-wpb-page-header,
.wdh-wpb-section,
.wdh-wpb-feature-section,
.wdh-wpb-logo-strip,
.wdh-wpb-service-detail,
.wdh-wpb-design-service,
.wdh-wpb-hosting-plans,
.wdh-wpb-hosting-servers,
.wdh-wpb-hosting-ssl,
.wdh-wpb-split-story,
.wdh-wpb-faq,
.wdh-wpb-support-overview,
.wdh-wpb-support-faq,
.wdh-wpb-support-cache,
.wdh-wpb-cta,
.wdh-wpb-stats,
.wdh-wpb-jump-links,
.wdh-wpb-seo-sem-hero,
.wdh-wpb-seo-service,
.wdh-wpb-home-ai-feature,
.wdh-wpb-home-difference {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}

.wdh-wpb-hero *,
.wdh-wpb-local-hero *,
.wdh-wpb-page-header *,
.wdh-wpb-section *,
.wdh-wpb-feature-section *,
.wdh-wpb-logo-strip *,
.wdh-wpb-service-detail *,
.wdh-wpb-design-service *,
.wdh-wpb-hosting-plans *,
.wdh-wpb-hosting-servers *,
.wdh-wpb-hosting-ssl *,
.wdh-wpb-split-story *,
.wdh-wpb-faq *,
.wdh-wpb-support-overview *,
.wdh-wpb-support-faq *,
.wdh-wpb-support-cache *,
.wdh-wpb-cta *,
.wdh-wpb-stats *,
.wdh-wpb-jump-links *,
.wdh-wpb-seo-sem-hero *,
.wdh-wpb-seo-service *,
.wdh-wpb-home-ai-feature *,
.wdh-wpb-home-difference *,
.wdh-wpb-contact-details *,
.wdh-wpb-contact-form * { box-sizing: border-box; }

.wdh-wpb-hero,
.wdh-wpb-local-hero,
.wdh-wpb-page-header,
.wdh-wpb-section,
.wdh-wpb-feature-section,
.wdh-wpb-logo-strip,
.wdh-wpb-service-detail,
.wdh-wpb-design-service,
.wdh-wpb-hosting-plans,
.wdh-wpb-hosting-servers,
.wdh-wpb-hosting-ssl,
.wdh-wpb-split-story,
.wdh-wpb-faq,
.wdh-wpb-support-overview,
.wdh-wpb-support-faq,
.wdh-wpb-support-cache,
.wdh-wpb-cta,
.wdh-wpb-stats,
.wdh-wpb-jump-links,
.wdh-wpb-contact-details,
.wdh-wpb-contact-form,
.wdh-wpb-home-ai-feature,
.wdh-wpb-home-difference {
  font-family: "Inter", Arial, sans-serif;
}

.wdh-wpb-hero h1,
.wdh-wpb-local-hero h1,
.wdh-wpb-page-header h1,
.wdh-wpb-section h2,
.wdh-wpb-section h3,
.wdh-wpb-feature-section h2,
.wdh-wpb-feature-section h3,
.wdh-wpb-service-detail h2,
.wdh-wpb-service-detail h4,
.wdh-wpb-design-service h2,
.wdh-wpb-hosting-plans h2,
.wdh-wpb-hosting-plans h3,
.wdh-wpb-hosting-servers h2,
.wdh-wpb-hosting-servers h3,
.wdh-wpb-hosting-ssl h2,
.wdh-wpb-split-story h2,
.wdh-wpb-split-story h3,
.wdh-wpb-faq h2,
.wdh-wpb-faq h3,
.wdh-wpb-support-overview h2,
.wdh-wpb-support-overview h3,
.wdh-wpb-support-faq h2,
.wdh-wpb-support-faq h3,
.wdh-wpb-support-cache h2,
.wdh-wpb-support-cache h3,
.wdh-wpb-cta h2,
.wdh-wpb-seo-sem-hero h1,
.wdh-wpb-seo-service h2,
.wdh-wpb-home-ai-feature h2,
.wdh-wpb-home-difference h2,
.wdh-wpb-contact-details h2,
.wdh-wpb-contact-form h2 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

/*
 * Match React's Tailwind container exactly. The7 already permits a 1440px
 * content area; the previous 1180px cap was the remaining width constraint.
 * These values are the generated container breakpoints after React's px-6
 * mobile and md:px-12 tablet-up horizontal padding is removed.
 */
.wdh-wpb__container { width: calc(100vw - 48px); margin: 0 auto; }
@media (min-width: 640px) {
  .wdh-wpb__container { width: 592px; }
}
@media (min-width: 768px) {
  .wdh-wpb__container { width: 672px; }
}
@media (min-width: 1024px) {
  .wdh-wpb__container { width: 928px; }
}
@media (min-width: 1280px) {
  .wdh-wpb__container { width: 1184px; }
}
@media (min-width: 1536px) {
  .wdh-wpb__container { width: 1440px; }
}
.wdh-wpb-section { padding: 96px 0; background: var(--wdh-white); }
.wdh-wpb-section--soft { background: var(--wdh-soft); }
.wdh-wpb__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.wdh-wpb-legal-section { padding: 96px 0; background: var(--wdh-soft); }
.wdh-wpb-legal-document {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: 48px;
  border: 1px solid rgba(214,222,233,.6);
  border-radius: 24px;
  background: var(--wdh-white);
  box-shadow: 0 1px 3px rgba(15,23,42,.05);
  color: var(--wdh-muted);
  font-size: 16px;
  line-height: 1.7;
}
.wdh-wpb-legal-document__updated {
  margin: 0 0 40px;
  color: var(--wdh-muted);
  font-size: 14px;
  font-weight: 600;
}
.wdh-wpb-legal-document section { margin: 0 0 40px; }
.wdh-wpb-legal-document section:last-child { margin-bottom: 0; }
.wdh-wpb-legal-document h2 {
  margin: 0 0 16px;
  color: var(--wdh-navy);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.2;
}
.wdh-wpb-legal-document p { margin: 0 0 16px; }
.wdh-wpb-legal-document p:last-child { margin-bottom: 0; }
.wdh-wpb-legal-document ul { margin: 16px 0 0; padding-left: 24px; }
.wdh-wpb-legal-document li { margin: 0 0 10px; padding-left: 4px; }
.wdh-wpb-legal-document li:last-child { margin-bottom: 0; }
.wdh-wpb-legal-document a { color: var(--wdh-orange); text-decoration: underline; text-underline-offset: 2px; }
.wdh-wpb-legal-document a:hover { color: var(--wdh-navy); }

/* Fallback for cached markup where wpautop inserted a break between rows. */
.vc_row + br { display: none; }

.wdh-wpb__button,
.wdh-wpb-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  border: 1px solid var(--wdh-orange);
  border-radius: 999px;
  padding: 13px 25px;
  background: var(--wdh-orange);
  color: var(--wdh-white) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}
.wdh-wpb__button:hover,
.wdh-wpb-card__link:hover { background: #d75c20; border-color: #d75c20; color: var(--wdh-white) !important; transform: translateY(-2px); }
.wdh-wpb__button--outline { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.45); }
.wdh-wpb__button--outline:hover { background: rgba(255,255,255,.18); border-color: var(--wdh-white); }
.wdh-wpb__button--navy-outline { color: var(--wdh-navy) !important; background: transparent; border-color: var(--wdh-navy); }
.wdh-wpb__button--navy-outline:hover { color: var(--wdh-white) !important; background: var(--wdh-navy); border-color: var(--wdh-navy); }

.wdh-wpb__eyebrow {
  margin: 0 0 12px;
  color: var(--wdh-orange);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}
.wdh-wpb__eyebrow--light { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.92); letter-spacing: .11em; }
.wdh-wpb__eyebrow--light span { width: 8px; height: 8px; border-radius: 50%; background: var(--wdh-teal); box-shadow: 0 0 0 4px rgba(0,188,212,.12); }
.wdh-wpb__eyebrow--teal { color: var(--wdh-teal); }

.wdh-wpb-hero {
  position: relative;
  display: grid;
  min-height: 750px;
  overflow: hidden;
  place-items: center;
  background: var(--wdh-deep) center/cover no-repeat;
  isolation: isolate;
}
.wdh-wpb-hero__video { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wdh-wpb-hero__content { width: min(1040px, calc(100% - 48px)); padding: 126px 0 80px; text-align: center; }
.wdh-wpb-hero__panel {
  display: inline-block;
  max-width: 920px;
  padding: 42px 50px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 30px;
  background: rgba(0,0,0,.35);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
  backdrop-filter: blur(8px);
}
.wdh-wpb-hero h1 { margin: 0; color: var(--wdh-white); font-size: clamp(45px, 7.1vw, 92px); font-weight: 700; letter-spacing: -.065em; line-height: .98; text-transform: uppercase; }
.wdh-wpb-hero h1 strong { color: var(--wdh-teal); font-weight: inherit; }
.wdh-wpb-hero__description { max-width: 650px; margin: 28px auto 0; color: rgba(255,255,255,.88); font-size: clamp(18px, 2.2vw, 24px); line-height: 1.55; }
.wdh-wpb-hero__supporting { margin: 6px 0 28px; color: rgba(255,255,255,.68); font-size: 17px; }
.wdh-wpb-hero .wdh-wpb__actions { justify-content: center; }

/* Homepage portfolio hero — matches the current WDH homepage composition. */
.wdh-wpb-hero--portfolio {
  --wdh-portfolio-ink: #112944;
  --wdh-portfolio-muted: #5d7080;
  --wdh-portfolio-blue: #1269a8;
  --wdh-portfolio-cyan: #00a7c7;
  display: block;
  min-height: 760px;
  background: radial-gradient(circle at 76% 36%, rgba(204,239,243,.72), transparent 31rem), #f5f7f3;
  color: var(--wdh-portfolio-ink);
  isolation: isolate;
}
.wdh-wpb-hero--portfolio::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(17,41,68,.07) .7px, transparent .7px);
  background-size: 7px 7px;
  content: "";
  opacity: .24;
  pointer-events: none;
}
.wdh-wpb-hero--portfolio .wdh-wpb-hero__content {
  display: grid;
  grid-template-columns: minmax(360px, .86fr) minmax(560px, 1.14fr);
  align-items: center;
  gap: 2rem;
  width: min(1440px, 100%);
  min-height: 760px;
  margin: 0 auto;
  padding: 5.5rem clamp(2rem, 6vw, 6.5rem) 4.5rem;
  text-align: left;
}
.wdh-wpb-hero--portfolio .wdh-wpb-hero__copy { position: relative; z-index: 4; max-width: 570px; }
.wdh-wpb-hero--portfolio .wdh-wpb__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 2rem;
  color: var(--wdh-portfolio-blue);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  animation: wdh-wpb-hero-reveal .7s .05s both;
}
.wdh-wpb-hero--portfolio .wdh-wpb__eyebrow::before { width: 34px; height: 2px; background: var(--wdh-orange); content: ""; }
.wdh-wpb-hero--portfolio h1 {
  max-width: 650px;
  margin: 0;
  color: var(--wdh-portfolio-ink);
  font-size: clamp(3.4rem, 6.1vw, 6.65rem);
  font-weight: 800;
  letter-spacing: -.075em;
  line-height: .93;
  animation: wdh-wpb-hero-reveal .8s .14s both;
}
.wdh-wpb-hero--portfolio h1 span { color: var(--wdh-portfolio-ink); }
.wdh-wpb-hero--portfolio h1 strong { color: var(--wdh-portfolio-cyan); font-weight: inherit; }
.wdh-wpb-hero--portfolio .wdh-wpb-hero__description {
  max-width: 440px;
  margin: 2rem 0 .7rem;
  color: #334d64;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.55;
  animation: wdh-wpb-hero-reveal .8s .25s both;
}
.wdh-wpb-hero--portfolio .wdh-wpb-hero__supporting { margin: 0 0 2.35rem; color: var(--wdh-portfolio-muted); font-size: .98rem; animation: wdh-wpb-hero-reveal .8s .32s both; }
.wdh-wpb-hero--portfolio .wdh-wpb__actions { justify-content: flex-start; animation: wdh-wpb-hero-reveal .8s .4s both; }
.wdh-wpb-hero--portfolio .wdh-wpb__button { box-shadow: 0 10px 22px rgba(237,111,44,.2); }
.wdh-wpb-hero--portfolio .wdh-wpb__button--navy-outline { box-shadow: none; }
.wdh-wpb-hero__proof {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 4.2rem 0 0;
  color: #6b7d89;
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}
.wdh-wpb-hero--portfolio .wdh-wpb-hero__proof { animation: wdh-wpb-hero-reveal .8s .52s both; }
.wdh-wpb-hero__proof strong { color: var(--wdh-portfolio-blue); font-size: 1.2rem; letter-spacing: -.04em; }
.wdh-wpb-hero--portfolio .wdh-wpb-hero__stage { position: relative; top: -3rem; min-height: 590px; animation: wdh-wpb-hero-stage-in 1.05s .15s both; }
.wdh-wpb-hero--portfolio .wdh-wpb-hero__stage::after {
  position: absolute;
  right: 3%;
  bottom: 1%;
  width: 85%;
  height: 42px;
  border-radius: 50%;
  background: rgba(17,41,68,.16);
  content: "";
  filter: blur(17px);
  transform: rotate(-4deg);
}
.wdh-wpb-device { position: absolute; transform: translateZ(0); transition: transform .4s cubic-bezier(.22, 1, .36, 1); will-change: transform; }
.wdh-wpb-device:hover { z-index: 8; }
.wdh-wpb-device__screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #e9eef0;
  box-shadow: 0 25px 45px rgba(28,62,80,.19), 0 4px 8px rgba(17,41,68,.13);
}
.wdh-wpb-device__screen img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .55s cubic-bezier(.22, 1, .36, 1); }
.wdh-wpb-device__bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 22px;
  padding: 0 8px;
  background: rgba(246,248,248,.94);
  backdrop-filter: blur(8px);
}
.wdh-wpb-device__bar i { width: 4px; height: 4px; border-radius: 50%; background: #9cafb2; }
.wdh-wpb-device__tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 4;
  border-radius: 4px;
  padding: 5px 8px;
  color: #fff;
  background: rgba(17,41,68,.78);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.wdh-wpb-device--desktop { top: 6%; left: 1%; z-index: 2; width: 67%; height: 262px; transform: rotate(-4deg); animation: wdh-wpb-hero-card-in .9s .3s both; }
.wdh-wpb-device--desktop .wdh-wpb-device__screen { border: 8px solid #dfe6e9; border-radius: 13px 13px 5px 5px; }
.wdh-wpb-device--desktop .wdh-wpb-device__screen img,
.wdh-wpb-device--laptop .wdh-wpb-device__screen img { transform: translateY(22px); }
.wdh-wpb-device--desktop::after { position: absolute; right: 15%; bottom: -25px; left: 15%; height: 19px; border-radius: 0 0 18px 18px; background: linear-gradient(180deg,#d8e0e4,#a7b7bd); content: ""; }
.wdh-wpb-device--desktop:hover { transform: rotate(-2deg) translateY(-8px); }
.wdh-wpb-device--desktop:hover .wdh-wpb-device__screen img,
.wdh-wpb-device--laptop:hover .wdh-wpb-device__screen img { transform: translateY(22px) scale(1.035); }
.wdh-wpb-device--laptop { top: 40%; right: 1%; z-index: 4; width: 68%; height: 235px; transform: rotate(4deg); animation: wdh-wpb-hero-card-in .9s .47s both; }
.wdh-wpb-device--laptop .wdh-wpb-device__screen { border: 8px solid #1b2939; border-radius: 12px 12px 5px 5px; }
.wdh-wpb-device--laptop::after { position: absolute; right: -7%; bottom: -12px; left: -7%; height: 12px; border-radius: 3px 3px 10px 10px; background: linear-gradient(180deg,#c8d3d8,#91a4ac); content: ""; }
.wdh-wpb-device--laptop:hover { transform: rotate(2deg) translateY(-8px); }
.wdh-wpb-device--tablet { bottom: 1%; left: 4%; z-index: 3; width: 38%; height: 276px; transform: rotate(5deg); animation: wdh-wpb-hero-card-in .9s .62s both; }
.wdh-wpb-device--tablet .wdh-wpb-device__screen { border: 9px solid #eef2f2; border-radius: 22px; background: #090909; }
.wdh-wpb-device--tablet:hover { transform: rotate(3deg) translateY(-8px); }
.wdh-wpb-device--tablet:hover .wdh-wpb-device__screen img,
.wdh-wpb-device--phone:hover .wdh-wpb-device__screen img { transform: scale(1.035); }
.wdh-wpb-device--phone { top: 15%; right: 4%; z-index: 6; width: 24%; height: 302px; transform: rotate(8deg); animation: wdh-wpb-hero-card-in .9s .76s both; }
.wdh-wpb-device--phone .wdh-wpb-device__screen { border: 8px solid #132334; border-radius: 27px; background: #0865a9; }
.wdh-wpb-device--phone .wdh-wpb-device__screen::after { position: absolute; top: 4px; left: 50%; width: 34%; height: 5px; border-radius: 999px; background: #132334; content: ""; transform: translateX(-50%); }
.wdh-wpb-device--phone:hover { transform: rotate(5deg) translateY(-8px); }
.wdh-wpb-hero__corner { position: absolute; right: 4%; bottom: 9%; color: rgba(18,105,168,.36); font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; transform: rotate(-90deg); }
@keyframes wdh-wpb-hero-reveal { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes wdh-wpb-hero-stage-in { from { opacity: 0; transform: translateX(65px); } to { opacity: 1; transform: translateX(0); } }
@keyframes wdh-wpb-hero-card-in { from { opacity: 0; transform: translateX(80px) rotate(0); } to { opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  .wdh-wpb-hero--portfolio *,
  .wdh-wpb-hero--portfolio *::before,
  .wdh-wpb-hero--portfolio *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 980px) {
  .wdh-wpb-hero--portfolio .wdh-wpb-hero__content { grid-template-columns: 1fr; }
  .wdh-wpb-hero--portfolio .wdh-wpb-hero__stage { top: -1.5rem; min-height: 555px; max-width: 680px; margin-top: -1rem; }
  .wdh-wpb-hero--portfolio .wdh-wpb-hero__proof { margin-top: 2.5rem; }
}
@media (max-width: 680px) {
  .wdh-wpb-hero--portfolio { min-height: 100dvh; }
  .wdh-wpb-hero--portfolio .wdh-wpb-hero__content { min-height: 100dvh; padding: 4.5rem 1.25rem 3rem; }
  .wdh-wpb-hero--portfolio h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .wdh-wpb-hero--portfolio .wdh-wpb-hero__description { margin-top: 1.5rem; }
  .wdh-wpb-hero--portfolio .wdh-wpb-hero__stage { top: -.75rem; min-height: 430px; margin-top: .5rem; }
  .wdh-wpb-device--desktop { top: 4%; left: 0; width: 67%; height: 180px; }
  .wdh-wpb-device--desktop::after { bottom: -17px; height: 12px; }
  .wdh-wpb-device--laptop { top: 39%; right: 0; width: 70%; height: 157px; }
  .wdh-wpb-device--laptop::after { bottom: -9px; height: 9px; }
  .wdh-wpb-device--tablet { bottom: 0; left: 4%; width: 40%; height: 202px; }
  .wdh-wpb-device--phone { top: 12%; right: 3%; width: 25%; height: 218px; }
  .wdh-wpb-device__tag { bottom: 7px; left: 7px; padding: 4px 6px; font-size: .5rem; }
  .wdh-wpb-hero__corner { display: none; }
}

.wdh-wpb-local-hero {
  position: relative;
  display: flex;
  min-height: 650px;
  align-items: center;
  overflow: hidden;
  background: var(--wdh-deep) center/cover no-repeat;
  isolation: isolate;
}
.wdh-wpb-local-hero__overlay,
.wdh-wpb-local-hero__glow { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.wdh-wpb-local-hero__overlay { background: linear-gradient(90deg, rgba(11,28,52,.9) 0%, rgba(11,28,52,.74) 52%, rgba(11,28,52,.42) 100%); }
.wdh-wpb-local-hero__glow { background: radial-gradient(circle at 12% 34%, rgba(0,188,212,.38), transparent 36%), radial-gradient(circle at 86% 70%, rgba(236,110,44,.24), transparent 36%); mix-blend-mode: screen; opacity: .7; }
.wdh-wpb-local-hero__container { padding: 108px 0 96px; }
.wdh-wpb-local-hero__copy { max-width: 720px; }
.wdh-wpb-local-hero h1 { margin: 0; color: var(--wdh-white); font-size: clamp(46px, 6vw, 78px); font-weight: 700; letter-spacing: -.06em; line-height: 1.02; }
.wdh-wpb-local-hero__subheading { max-width: 660px; margin: 24px 0 0; color: rgba(255,255,255,.92); font-size: clamp(20px, 2.3vw, 29px); font-weight: 600; line-height: 1.35; }
.wdh-wpb-local-hero__description { max-width: 650px; margin: 18px 0 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.7; }
.wdh-wpb-local-hero .wdh-wpb__actions { margin-top: 34px; }

.wdh-wpb-page-header { padding: 125px 0 85px; background: radial-gradient(circle at 50% 0, rgba(255,255,255,.13), transparent 40%), var(--wdh-navy); color: var(--wdh-white); text-align: center; }
.wdh-wpb-page-header__eyebrow { max-width: none !important; margin: 0 auto 16px !important; color: var(--wdh-orange) !important; font-size: 14px !important; font-weight: 700 !important; letter-spacing: .18em; line-height: 1.4 !important; text-transform: uppercase; }
.wdh-wpb-page-header h1 { margin: 0 0 16px; color: inherit; font-size: clamp(42px, 5.8vw, 66px); font-weight: 800; letter-spacing: -.05em; line-height: 1.05; }
.wdh-wpb-page-header p { max-width: 700px; margin: 0 auto; color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.55; }
.wdh-wpb-page-header--left { text-align: left; }
.wdh-wpb-page-header--left .wdh-wpb-page-header__eyebrow,
.wdh-wpb-page-header--left p:not(.wdh-wpb-page-header__eyebrow) { margin-right: 0 !important; margin-left: 0 !important; }
.wdh-wpb-page-header--left h1 { margin-bottom: 24px; }
.wdh-wpb-page-header--left {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.wdh-wpb-page-header--left .wdh-wpb__container {
  width: min(896px, calc(100vw - 96px));
}
@media (max-width: 680px) {
  .wdh-wpb-page-header--left .wdh-wpb__container {
    width: calc(100vw - 48px);
  }
}

/* Mobile header parity — match the React reference's full-width menu and logo scale. */
@media screen and (max-width: 1023px) {
  body.right-mobile-menu .masthead .mobile-header-bar {
    display: flex !important;
    position: relative !important;
    z-index: 9603 !important;
    min-height: 80px !important;
    padding: 0 24px !important;
    box-sizing: border-box;
    align-items: center !important;
    background: rgba(255, 255, 255, .98) !important;
  }

  body.right-mobile-menu .masthead .mobile-header-bar .mobile-mini-widgets,
  body.right-mobile-menu .masthead .mobile-header-bar .mini-widgets {
    display: flex !important;
    visibility: visible !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    gap: 0 !important;
    opacity: 1 !important;
  }

  body.right-mobile-menu .masthead .mobile-header-bar .mobile-branding {
    order: 0 !important;
    min-width: 0;
    margin-right: auto !important;
  }

  body.right-mobile-menu .masthead .mobile-header-bar .mobile-branding img,
  body.right-mobile-menu .masthead .branding img.same-logo,
  body.right-mobile-menu .masthead .branding img {
    width: 192px !important;
    max-width: 192px !important;
    height: auto !important;
  }

  body.right-mobile-menu .masthead .mobile-header-bar .mobile-mini-widgets {
    display: flex !important;
    order: 1 !important;
    align-items: center;
    margin-left: auto !important;
  }

  body.right-mobile-menu .masthead .mobile-header-bar .mobile-mini-widgets .mini-contacts {
    display: inline-flex !important;
    visibility: visible !important;
    position: static !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #1c4b89 !important;
  }

  body.right-mobile-menu .masthead .mobile-header-bar .mobile-mini-widgets .mini-contacts i {
    margin: 0 !important;
    color: inherit !important;
    font-size: 19px !important;
    line-height: 1 !important;
  }

  body.right-mobile-menu .masthead .mobile-header-bar .mobile-navigation {
    display: flex !important;
    order: 2 !important;
    align-items: center;
    margin-left: 0 !important;
  }

  body.right-mobile-menu .masthead .dt-mobile-menu-icon {
    display: inline-flex !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 6px !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #112944 !important;
  }

  body.right-mobile-menu .masthead .dt-mobile-menu-icon .menu-toggle-caption {
    display: none !important;
  }

  body.right-mobile-menu .masthead .dt-mobile-menu-icon .lines-button {
    display: block !important;
    position: relative !important;
    width: 28px !important;
    height: 28px !important;
  }

  body.right-mobile-menu .masthead .dt-mobile-menu-icon .menu-line {
    position: absolute !important;
    left: 0 !important;
    width: 28px !important;
    height: 2px !important;
    margin: 0 !important;
    background: #112944 !important;
    opacity: 1 !important;
    transform: none !important;
    transition: top .2s ease, opacity .2s ease, transform .2s ease !important;
  }

  body.right-mobile-menu .masthead .dt-mobile-menu-icon .menu-line:nth-child(1) {
    top: 6px !important;
  }

  body.right-mobile-menu .masthead .dt-mobile-menu-icon .menu-line:nth-child(2) {
    top: 13px !important;
  }

  body.right-mobile-menu .masthead .dt-mobile-menu-icon .menu-line:nth-child(3) {
    top: 20px !important;
  }

  body.right-mobile-menu .masthead .dt-mobile-menu-icon.active .menu-line:nth-child(1) {
    top: 13px !important;
    transform: rotate(45deg) !important;
  }

  body.right-mobile-menu .masthead .dt-mobile-menu-icon.active .menu-line:nth-child(2) {
    opacity: 0 !important;
  }

  body.right-mobile-menu .masthead .dt-mobile-menu-icon.active .menu-line:nth-child(3) {
    top: 13px !important;
    transform: rotate(-45deg) !important;
  }

  body.right-mobile-menu .dt-mobile-header {
    top: 80px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: calc(100% - 80px) !important;
    min-height: calc(100% - 80px) !important;
    padding: 16px 24px 40px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fff !important;
    transform: translate3d(100%, 0, 0) !important;
    transition: transform .35s ease !important;
  }

  body.right-mobile-menu .dt-mobile-header::-webkit-scrollbar {
    width: 0 !important;
  }

  body.right-mobile-menu .show-mobile-header .dt-mobile-header,
  body.right-mobile-menu.show-mobile-header .dt-mobile-header {
    transform: translate3d(0, 0, 0) !important;
  }

  body.right-mobile-menu .dt-mobile-header .mobile-main-nav {
    width: 100%;
    padding: 0 !important;
    gap: 0;
  }

  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li {
    display: block !important;
    position: relative !important;
    width: 100%;
    min-height: 56px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(17, 41, 68, .12);
  }

  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li > a {
    display: block !important;
    position: relative !important;
    box-sizing: border-box !important;
    width: 100%;
    min-height: 56px !important;
    padding: 16px 44px 16px 0 !important;
    color: #112944 !important;
    font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
  }

  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li > .next-level-button {
    display: inline-flex !important;
    position: absolute !important;
    z-index: 2 !important;
    top: 28px !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    min-width: 24px !important;
    min-height: 24px !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    font-size: 18px !important;
    color: #112944 !important;
  }

  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li > a::before,
  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li > a::after,
  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li > .next-level-button::before,
  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li > .next-level-button::after {
    display: none !important;
    content: none !important;
  }

  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li > a .menu-text {
    color: inherit !important;
    font-size: inherit !important;
    font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
  }

  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li.current-menu-item > a,
  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li.current_page_item > a,
  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li.current-menu-ancestor > a,
  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li.current-menu-parent > a,
  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li.act > a {
    color: #ec6e2c !important;
  }

  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li.current-menu-item > .next-level-button,
  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li.current_page_item > .next-level-button,
  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li.current-menu-ancestor > .next-level-button,
  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li.current-menu-parent > .next-level-button,
  body.right-mobile-menu .dt-mobile-header .mobile-main-nav > li.act > .next-level-button {
    color: #ec6e2c !important;
  }

  body.right-mobile-menu .dt-mobile-header .mobile-main-nav .sub-nav {
    width: 100%;
    margin-bottom: 4px;
    border-radius: 12px;
    padding: 4px 0 !important;
    background: #f6f8fb !important;
  }

  body.right-mobile-menu .dt-mobile-header .mobile-main-nav .sub-nav > li > a {
    padding: 12px 24px !important;
    color: rgba(17, 41, 68, .72) !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  body.right-mobile-menu .dt-mobile-header .mobile-main-nav .sub-nav > li.current-menu-item > a,
  body.right-mobile-menu .dt-mobile-header .mobile-main-nav .sub-nav > li.current_page_item > a,
  body.right-mobile-menu .dt-mobile-header .mobile-main-nav .sub-nav > li.act > a {
    color: #ec6e2c !important;
    font-weight: 600 !important;
  }

  body.right-mobile-menu .dt-mobile-header .mobile-mini-widgets-in-menu {
    display: block !important;
    padding: 8px 0 0 !important;
  }

  body.right-mobile-menu .dt-mobile-header .mobile-mini-widgets-in-menu .mini-contacts:has(.wdh-header-contact-button) {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.right-mobile-menu .dt-mobile-header .mobile-mini-widgets-in-menu .mini-contacts:has(.wdh-header-contact-button) ~ .mini-contacts:has(.wdh-header-contact-button) {
    display: none !important;
  }

  body.right-mobile-menu .dt-mobile-header .wdh-header-contact-button {
    display: flex !important;
    width: 100% !important;
    min-height: 48px !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 12px 24px !important;
    border-radius: 999px !important;
    background: #f47721 !important;
    color: #fff !important;
    font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-align: center;
  }

  body.right-mobile-menu .dt-close-mobile-menu-icon {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

/* Retired custom-header rules retained outside active breakpoints for upgrade safety. */
@media screen and (max-width: 0px) {
  body.right-mobile-menu.wdh-mobile-header-ready .masthead .mobile-header-bar,
  body.right-mobile-menu.wdh-mobile-header-ready .masthead > .header-bar,
  body.right-mobile-menu.wdh-mobile-header-ready .dt-mobile-header {
    display: none !important;
  }

  body.right-mobile-menu.wdh-mobile-header-ready .wdh-mobile-header {
    display: block !important;
    position: fixed !important;
    z-index: 10050 !important;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
    background: rgba(255, 255, 255, .98);
    color: #112944;
    font-family: "Inter", Arial, sans-serif;
  }

  body.right-mobile-menu .wdh-mobile-header__inner {
    display: flex;
    width: 100%;
    height: 80px;
    padding: 0 24px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
  }

  body.right-mobile-menu .wdh-mobile-header__logo {
    display: block;
    flex: 0 1 auto;
    min-width: 0;
    line-height: 0;
  }

  body.right-mobile-menu .wdh-mobile-header__logo img {
    display: block;
    width: 192px;
    max-width: 100%;
    height: auto;
  }

  body.right-mobile-menu .wdh-mobile-header__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
  }

  body.right-mobile-menu .wdh-mobile-header__action,
  body.right-mobile-menu .wdh-mobile-header__menu-button {
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #1c4b89;
    text-decoration: none;
    cursor: pointer;
  }

  body.right-mobile-menu .wdh-mobile-header__action:hover,
  body.right-mobile-menu .wdh-mobile-header__action:focus-visible,
  body.right-mobile-menu .wdh-mobile-header__menu-button:hover,
  body.right-mobile-menu .wdh-mobile-header__menu-button:focus-visible {
    background: rgba(28, 75, 137, .05);
    color: #ec6e2c;
    outline: none;
  }

  body.right-mobile-menu .wdh-mobile-header__action i {
    margin: 0;
    color: inherit;
    font-size: 19px;
    line-height: 1;
  }

  body.right-mobile-menu .wdh-mobile-header__menu-lines {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
  }

  body.right-mobile-menu .wdh-mobile-header__menu-lines span {
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background: #112944;
    transition: top .2s ease, opacity .2s ease, transform .2s ease;
  }

  body.right-mobile-menu .wdh-mobile-header__menu-lines span:nth-child(1) {
    top: 6px;
  }

  body.right-mobile-menu .wdh-mobile-header__menu-lines span:nth-child(2) {
    top: 13px;
  }

  body.right-mobile-menu .wdh-mobile-header__menu-lines span:nth-child(3) {
    top: 20px;
  }

  body.right-mobile-menu .wdh-mobile-header__menu-button.is-open .wdh-mobile-header__menu-lines span:nth-child(1) {
    top: 13px;
    transform: rotate(45deg);
  }

  body.right-mobile-menu .wdh-mobile-header__menu-button.is-open .wdh-mobile-header__menu-lines span:nth-child(2) {
    opacity: 0;
  }

  body.right-mobile-menu .wdh-mobile-header__menu-button.is-open .wdh-mobile-header__menu-lines span:nth-child(3) {
    top: 13px;
    transform: rotate(-45deg);
  }

  body.right-mobile-menu.wdh-mobile-header-ready .wdh-mobile-menu {
    display: none !important;
    position: fixed !important;
    z-index: 10040 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 96px 24px 40px;
    box-sizing: border-box;
    background: #fff;
    color: #112944;
    font-family: "Inter", Arial, sans-serif;
  }

  body.right-mobile-menu .wdh-mobile-menu.is-open {
    display: block !important;
  }

  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav {
    display: flex !important;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    flex-direction: column;
    gap: 8px;
    list-style: none;
  }

  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav > li {
    display: grid !important;
    width: 100%;
    margin: 0;
    padding: 0;
    grid-template-columns: minmax(0, 1fr) 32px;
    border-bottom: 1px solid rgba(17, 41, 68, .12);
    list-style: none;
  }

  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav > li::before {
    display: none !important;
  }

  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav > li > a {
    display: block;
    width: auto;
    min-width: 0;
    padding: 16px 0 !important;
    color: #112944 !important;
    font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    text-decoration: none;
  }

  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav > li.current-menu-item > a,
  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav > li.current_page_item > a,
  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav > li.current-menu-ancestor > a,
  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav > li.current-menu-parent > a,
  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav > li.act > a {
    color: #ec6e2c !important;
  }

  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav > li > .wdh-mobile-menu__toggle {
    display: inline-flex;
    width: 32px;
    height: 56px;
    margin: 0;
    padding: 0;
    border: 0;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: rgba(17, 41, 68, .28);
    font: 400 24px/1 Arial, sans-serif;
    cursor: pointer;
  }

  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav > li.is-expanded > .wdh-mobile-menu__toggle {
    color: #ec6e2c;
  }

  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav > li.is-expanded > .wdh-mobile-menu__toggle span {
    display: block;
    transform: rotate(180deg);
  }

  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav .sub-nav {
    display: none !important;
    width: auto;
    min-width: 0;
    margin: 0 0 4px;
    padding: 4px 0 !important;
    border: 0;
    border-radius: 12px;
    grid-column: 1 / -1;
    background: #f6f8fb !important;
    list-style: none;
  }

  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav > li.is-expanded > .sub-nav {
    display: block !important;
  }

  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav .sub-nav > li {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav .sub-nav > li::before {
    display: none !important;
  }

  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav .sub-nav > li > a {
    display: block;
    padding: 12px 24px !important;
    color: rgba(17, 41, 68, .72) !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    text-decoration: none;
  }

  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav .sub-nav > li.current-menu-item > a,
  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav .sub-nav > li.current_page_item > a,
  body.right-mobile-menu .wdh-mobile-menu > .mobile-main-nav .sub-nav > li.act > a {
    color: #ec6e2c !important;
    font-weight: 600 !important;
  }

  body.right-mobile-menu .wdh-mobile-menu__contact {
    display: flex !important;
    width: 100%;
    min-height: 48px;
    margin-top: 16px;
    padding: 12px 24px;
    border-radius: 999px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background: #ec6e2c;
    color: #fff !important;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
  }
}

@media screen and (min-width: 1024px) {
  .wdh-mobile-header,
  .wdh-mobile-menu {
    display: none !important;
  }
}

.wdh-wpb-stats { border-bottom: 1px solid var(--wdh-line); padding: 28px 0; background: var(--wdh-white); }
.wdh-wpb-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.wdh-wpb-stats__item { padding: 8px 24px; border-left: 1px solid var(--wdh-line); text-align: center; }
.wdh-wpb-stats__item:first-child { border-left: 0; }
.wdh-wpb-stats__item strong { display: block; color: var(--wdh-navy); font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 24px; font-weight: 700; line-height: 1.1; }
.wdh-wpb-stats__item span { display: block; margin-top: 5px; color: var(--wdh-muted); font-size: 14px; font-weight: 500; letter-spacing: .05em; line-height: 1.3; text-transform: uppercase; }
.wdh-wpb-stats--navy { border-color: rgba(255,255,255,.16); background: var(--wdh-navy); }
.wdh-wpb-stats--navy .wdh-wpb-stats__item { border-color: rgba(255,255,255,.2); }
.wdh-wpb-stats--navy .wdh-wpb-stats__item strong { color: var(--wdh-white); }
.wdh-wpb-stats--navy .wdh-wpb-stats__item span { color: rgba(255,255,255,.7); }
.wdh-wpb-stats--count-3 .wdh-wpb-stats__grid { grid-template-columns: repeat(3, 1fr); }

.wdh-wpb-section-heading { display: flex; max-width: none; margin: 0 auto; padding: 88px max(24px, calc((100% - 1180px) / 2)) 38px; flex-direction: column; align-items: center; background: var(--wdh-soft); text-align: center; }
.wdh-wpb-section-heading > * { width: 100%; max-width: 730px; margin-right: auto; margin-left: auto; }
.wdh-wpb-section-heading h2 { margin: 0; color: var(--wdh-navy); font-size: 30px; font-weight: 700; letter-spacing: -.025em; line-height: 36px; }
@media (min-width: 768px) {
  .wdh-wpb-section-heading h2 { font-size: 48px; line-height: 48px; }
}
.wdh-wpb-section-heading__text { margin: 15px 0 0; color: var(--wdh-muted); font-size: 18px; line-height: 1.55; }
.wdh-wpb-section-heading--dark h2 { color: var(--wdh-white); }
.wdh-wpb-section-heading--dark .wdh-wpb-section-heading__text { color: rgba(255,255,255,.65); }
.wdh-wpb-section-heading--white { background: var(--wdh-white); }
.wdh-wpb-section-heading--dark { max-width: none; background: var(--wdh-deep); }
.wdh-wpb-section-heading--left { align-items: flex-start; text-align: left; }
.wdh-wpb-section-heading--left > * { margin-right: 0; margin-left: 0; }
.wdh-wpb-section-heading + .wdh-wpb-section,
.wdh-wpb-section-heading + .wdh-wpb-feature-section { padding-top: 0; }

.wdh-wpb-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.wdh-wpb-card-grid--columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.wdh-wpb-card { display: flex; min-height: 0; flex-direction: column; padding: 32px; border: 1px solid rgba(214,222,233,.4); border-radius: 16px; background: var(--wdh-white); box-shadow: 0 1px 2px rgba(15,23,42,.05); transition: box-shadow .25s ease, border-color .25s ease; }
.wdh-wpb-card:hover { border-color: rgba(236,110,44,.3); box-shadow: 0 4px 12px rgba(15,23,42,.08); }
.wdh-wpb-icon { display: grid; width: 56px; height: 56px; margin-bottom: 24px; border-radius: 12px; place-items: center; background: rgba(28,75,137,.05); color: var(--wdh-navy); transition: background-color .2s ease, color .2s ease; }
.wdh-wpb-icon svg { width: 27px; height: 27px; }
.wdh-wpb-card:hover .wdh-wpb-icon { background: var(--wdh-orange); color: var(--wdh-white); }
.wdh-wpb-card h3 { margin: 0; color: var(--wdh-ink); font-size: 20px; font-weight: 600; line-height: 1.3; }
.wdh-wpb-card p { margin: 16px 0 0; color: var(--wdh-muted); font-size: 15px; line-height: 1.625; }
.wdh-wpb-card__link { min-height: 0; margin-top: auto; padding: 24px 0 0; border: 0; background: none; color: var(--wdh-orange) !important; justify-content: flex-start; font-size: 14px; }
.wdh-wpb-card__link:hover { background: none; border-color: transparent; color: var(--wdh-navy) !important; transform: none; }

.wdh-wpb-home-ai-feature {
  position: relative;
  margin-top: -48px;
  padding: 0 0 96px;
  background: var(--wdh-soft);
}
.wdh-wpb-home-ai-feature__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
  border-radius: 24px;
  background: var(--wdh-navy);
  box-shadow: 0 10px 24px rgba(15,23,42,.12);
}
.wdh-wpb-home-ai-feature__copy { padding: 48px; }
.wdh-wpb-home-ai-feature__eyebrow {
  margin: 0 0 12px;
  color: var(--wdh-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase;
}
.wdh-wpb-home-ai-feature h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--wdh-white);
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.12;
}
.wdh-wpb-home-ai-feature__copy > p:not(.wdh-wpb-home-ai-feature__eyebrow) { max-width: 620px; margin: 20px 0 0; color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.65; }
.wdh-wpb-home-ai-feature__link { margin-top: 28px; border: 0; padding: 0; background: transparent; color: var(--wdh-white) !important; }
.wdh-wpb-home-ai-feature__link:hover { border: 0; background: transparent; color: var(--wdh-teal) !important; transform: none; }
.wdh-wpb-home-ai-feature__media { min-height: 250px; background: #07182e; }
.wdh-wpb-home-ai-feature__media img { display: block; width: 100%; height: 100%; min-height: 250px; object-fit: cover; opacity: .9; }

.wdh-wpb-home-difference { padding: 96px 0; background: var(--wdh-deep); }
.wdh-wpb-home-difference__heading { max-width: 730px; margin: 0 auto 48px; text-align: center; }
.wdh-wpb-home-difference__eyebrow { margin: 0 0 12px; color: var(--wdh-teal); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.wdh-wpb-home-difference h2 { margin: 0 0 16px; color: var(--wdh-white); font-size: 30px; font-weight: 700; letter-spacing: -.025em; line-height: 36px; }
@media (min-width: 768px) {
  .wdh-wpb-home-difference h2 { font-size: 48px; line-height: 48px; }
}
.wdh-wpb-home-difference__subheading { margin: 0; color: rgba(255,255,255,.6); font-size: 18px; line-height: 1.55; }
.wdh-wpb-home-difference__copy { max-width: 800px; margin: 0 auto 48px; text-align: center; }
.wdh-wpb-home-difference__copy p { margin: 0; color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.65; }
.wdh-wpb-home-difference__copy p + p { margin-top: 16px; }
.wdh-wpb-home-difference__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.wdh-wpb-home-difference__card { padding: 26px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.04); color: var(--wdh-white); text-align: center; transition: transform .3s ease, border-color .3s ease, background-color .3s ease, box-shadow .3s ease; }
.wdh-wpb-home-difference__card:hover { transform: translateY(-6px); border-color: rgba(0,188,212,.55); background: rgba(255,255,255,.1); box-shadow: 0 16px 36px rgba(0,188,212,.18); }
.wdh-wpb-home-difference__icon { display: grid; width: 48px; height: 48px; margin: 0 auto 18px; border-radius: 12px; background: rgba(0,188,212,.14); color: var(--wdh-teal); place-items: center; transition: background-color .3s ease, color .3s ease; }
.wdh-wpb-home-difference__icon svg { width: 24px; height: 24px; }
.wdh-wpb-home-difference__card:hover .wdh-wpb-home-difference__icon { background: var(--wdh-teal); color: var(--wdh-deep); }
.wdh-wpb-home-difference__card h3 { margin: 0 0 8px; color: inherit; font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 16px; font-weight: 800; }
.wdh-wpb-home-difference__card:hover h3 { color: var(--wdh-teal); }
.wdh-wpb-home-difference__card p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }
.wdh-wpb-home-difference__card:hover p { color: rgba(255,255,255,.8); }

.wdh-wpb-feature-section { padding: 94px 0; background: var(--wdh-deep); }
.wdh-wpb-feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.wdh-wpb-feature { padding: 26px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.04); color: var(--wdh-white); text-align: center; transition: transform .3s ease, border-color .3s ease, background-color .3s ease, box-shadow .3s ease; }
.wdh-wpb-feature:hover { transform: translateY(-6px); border-color: rgba(0,188,212,.55); background: rgba(255,255,255,.1); box-shadow: 0 16px 36px rgba(0,188,212,.18); }
.wdh-wpb-feature .wdh-wpb-icon { width: 48px; height: 48px; margin: 0 auto 18px; background: rgba(0,188,212,.14); color: var(--wdh-teal); transition: background-color .3s ease, color .3s ease; }
.wdh-wpb-feature:hover .wdh-wpb-icon { background: var(--wdh-teal); color: var(--wdh-deep); }
.wdh-wpb-feature h3 { margin: 0 0 8px; color: inherit; font-size: 16px; font-weight: 800; transition: color .3s ease; }
.wdh-wpb-feature:hover h3 { color: var(--wdh-teal); }
.wdh-wpb-feature p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; transition: color .3s ease; }
.wdh-wpb-feature:hover p { color: rgba(255,255,255,.8); }

.wdh-wpb-portfolio-section { background: var(--wdh-white); }
.wdh-wpb-portfolio-intro { max-width: 680px; margin: 0 auto 64px; text-align: center; }
.wdh-wpb-portfolio-intro .wdh-wpb__eyebrow { margin: 0 0 12px; color: var(--wdh-orange); }
.wdh-wpb-portfolio-intro h2 { margin: 0 0 16px; color: var(--wdh-navy); font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: clamp(32px, 4vw, 50px); font-weight: 800; letter-spacing: -.05em; line-height: 1.12; }
.wdh-wpb-portfolio-intro__text { max-width: 544px; margin: 0 auto; color: var(--wdh-muted); font-size: 18px; line-height: 1.55; }
.wdh-wpb-portfolio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.wdh-wpb-portfolio-card { display: flex; min-width: 0; min-height: 0; overflow: hidden; flex-direction: column; border: 1px solid rgba(214,222,233,.6); border-radius: 16px; background: var(--wdh-white); box-shadow: 0 1px 2px rgba(15,23,42,.05); transition: transform .3s ease, box-shadow .3s ease; }
.wdh-wpb-portfolio-card:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(15,23,42,.12); }
.wdh-wpb-portfolio-card__image { aspect-ratio: 16 / 10; overflow: hidden; background: #f1f4f7; }
.wdh-wpb-portfolio-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.wdh-wpb-portfolio-card:hover .wdh-wpb-portfolio-card__image img { transform: scale(1.05); }
.wdh-wpb-portfolio-card__content { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 99px; padding: 20px; }
.wdh-wpb-portfolio-card__category { margin: 0 0 4px; color: var(--wdh-orange); font-size: 12px; font-weight: 700; letter-spacing: .1em; line-height: 1.3; text-transform: uppercase; }
.wdh-wpb-portfolio-card h3 { margin: 0; color: var(--wdh-navy); font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 20px; font-weight: 600; line-height: 1.3; }
.wdh-wpb-portfolio-card__arrow { display: inline-flex; width: 40px; height: 40px; flex: 0 0 40px; align-items: center; justify-content: center; border: 1px solid rgba(28,75,137,.15); border-radius: 999px; color: var(--wdh-navy); text-decoration: none; transition: border-color .25s ease, background-color .25s ease, color .25s ease; }
.wdh-wpb-portfolio-card__arrow svg { width: 18px; height: 18px; }
.wdh-wpb-portfolio-card__arrow:hover,
.wdh-wpb-portfolio-card__arrow:focus-visible { border-color: var(--wdh-orange); background: var(--wdh-orange); color: var(--wdh-white); outline: none; }
.wdh-wpb-portfolio-grid__actions { display: flex; margin-top: 48px; justify-content: center; }

.wdh-wpb-logo-strip { padding: 64px 0; border-top: 1px solid var(--wdh-line); border-bottom: 1px solid var(--wdh-line); background: #f9fafb; }
.wdh-wpb-logo-strip > .wdh-wpb__container > p { margin: 0 0 40px; color: var(--wdh-muted); font-size: 14px; font-weight: 600; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.wdh-wpb-logo-strip__list { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2rem; }
.wdh-wpb-logo-strip__item { display: flex; min-width: 0; align-items: center; justify-content: center; }
.wdh-wpb-logo-strip__item img { display: block; width: auto; height: 40px; max-width: 180px; object-fit: contain; filter: grayscale(1); opacity: .6; transition: filter .3s ease, opacity .3s ease; }
.wdh-wpb-logo-strip__item--dark img { filter: grayscale(1) brightness(0); }
.wdh-wpb-logo-strip__item img[src*="client-logo-hcl.png"],
.wdh-wpb-logo-strip__item img[src*="client-logo-titanium.png"] { filter: grayscale(1) brightness(0); }
.wdh-wpb-logo-strip__item:hover img,
.wdh-wpb-logo-strip__item:focus-within img { filter: grayscale(0); opacity: 1; }
.wdh-wpb-logo-strip__item--dark:hover img,
.wdh-wpb-logo-strip__item--dark:focus-within img { filter: grayscale(0) brightness(0); }
.wdh-wpb-logo-strip__item:hover img[src*="client-logo-hcl.png"],
.wdh-wpb-logo-strip__item:focus-within img[src*="client-logo-hcl.png"],
.wdh-wpb-logo-strip__item:hover img[src*="client-logo-titanium.png"],
.wdh-wpb-logo-strip__item:focus-within img[src*="client-logo-titanium.png"] { filter: grayscale(0) brightness(0); }
@media (min-width: 768px) {
  .wdh-wpb-logo-strip__list { gap: 3rem; }
  .wdh-wpb-logo-strip__item img { height: 48px; }
}

.wdh-wpb-service-detail { padding: 88px 0; background: var(--wdh-soft); scroll-margin-top: 100px; }
.wdh-wpb-service-detail--white { background: var(--wdh-white); }
.wdh-wpb-service-detail__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 7vw, 94px); align-items: center; }
.wdh-wpb-service-detail__grid--reverse .wdh-wpb-service-detail__copy { order: 2; }
.wdh-wpb-service-detail__grid--reverse .wdh-wpb-service-detail__media { order: 1; }
.wdh-wpb-service-detail__copy .wdh-wpb-service-detail__icon { margin-bottom: 22px; background: var(--wdh-white); border: 1px solid var(--wdh-line); color: var(--wdh-orange); }
.wdh-wpb-service-detail h2 { margin: 0 0 18px; color: var(--wdh-navy); font-size: clamp(30px, 3.5vw, 44px); font-weight: 800; letter-spacing: -.04em; line-height: 1.15; }
.wdh-wpb-service-detail__description { margin: 0 0 25px; color: var(--wdh-muted); font-size: 17px; line-height: 1.7; }
.wdh-wpb-service-detail__pricing { margin: 0 0 28px; border: 1px solid rgba(236,110,44,.2); border-radius: 16px; background: rgba(236,110,44,.05); }
.wdh-wpb-service-detail__pricing summary { display: flex; cursor: pointer; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 19px; color: var(--wdh-orange); font-size: 12px; font-weight: 800; letter-spacing: .16em; list-style: none; text-transform: uppercase; }
.wdh-wpb-service-detail__pricing summary::-webkit-details-marker { display: none; }
.wdh-wpb-service-detail__pricing summary b { font-size: 23px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.wdh-wpb-service-detail__pricing[open] summary b { transform: rotate(45deg); }
.wdh-wpb-service-detail__pricing > div { border-top: 1px solid rgba(236,110,44,.1); padding: 15px 19px 18px; }
.wdh-wpb-service-detail__pricing dl { display: grid; gap: 11px; margin: 0; }
.wdh-wpb-service-detail__pricing dl > div { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 16px; border-bottom: 1px solid rgba(236,110,44,.1); padding-bottom: 11px; }
.wdh-wpb-service-detail__pricing dl > div:last-child { border-bottom: 0; padding-bottom: 0; }
.wdh-wpb-service-detail__pricing dt { color: var(--wdh-muted); font-size: 14px; }
.wdh-wpb-service-detail__pricing dd { margin: 0; color: var(--wdh-navy); font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 17px; font-weight: 800; }
.wdh-wpb-service-detail h4 { margin: 0 0 14px; color: var(--wdh-ink); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wdh-wpb-service-detail ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 18px; margin: 0 0 28px; padding: 0; list-style: none; }
.wdh-wpb-service-detail li { display: flex; gap: 9px; align-items: flex-start; color: var(--wdh-muted); font-size: 14px; line-height: 1.45; }
.wdh-wpb-service-detail li svg { flex: 0 0 auto; width: 17px; height: 17px; color: var(--wdh-teal); }
.wdh-wpb-service-detail__media { overflow: hidden; min-height: 290px; border: 1px solid rgba(28,75,137,.1); border-radius: 24px; background: rgba(28,75,137,.06); }
.wdh-wpb-service-detail__media img { display: block; width: 100%; height: 100%; min-height: 290px; object-fit: cover; }

/* Website Services: mirror the approved React service-section rhythm without
   altering the shared details used by other WPBakery page blocks. */
.wdh-wpb-service-detail--website-services { padding: 80px 0; }
.wdh-wpb-service-detail--website-services .wdh-wpb-service-detail__grid { gap: clamp(48px, 5.56vw, 80px); }
@media (max-width: 1023px) {
  .wdh-wpb-service-detail--website-services .wdh-wpb-service-detail__grid { grid-template-columns: 1fr; }
  .wdh-wpb-service-detail--website-services .wdh-wpb-service-detail__grid--reverse .wdh-wpb-service-detail__copy,
  .wdh-wpb-service-detail--website-services .wdh-wpb-service-detail__grid--reverse .wdh-wpb-service-detail__media { order: 0; }
}
.wdh-wpb-service-detail--website-services .wdh-wpb-service-detail__copy .wdh-wpb-service-detail__icon { width: 64px; height: 64px; margin-bottom: 24px; border-radius: 16px; color: var(--wdh-orange); box-shadow: 0 1px 2px rgba(15,23,42,.05); }
.wdh-wpb-service-detail--website-services .wdh-wpb-service-detail__copy .wdh-wpb-service-detail__icon svg { width: 32px; height: 32px; }
.wdh-wpb-service-detail--website-services h2 { max-width: 18ch; margin: 0 0 24px; font-size: 30px; font-weight: 700; letter-spacing: -.025em; line-height: 36px; text-wrap: balance; }
@media (min-width: 768px) {
  .wdh-wpb-service-detail--website-services h2 { font-size: 36px; line-height: 40px; }
}
.wdh-wpb-service-detail--website-services .wdh-wpb-service-detail__description { margin-bottom: 24px; font-size: 18px; line-height: 1.625; }
.wdh-wpb-service-detail--website-services .wdh-wpb-service-detail__pricing { margin-bottom: 32px; }
.wdh-wpb-service-detail--website-services .wdh-wpb-service-detail__pricing summary { padding: 20px; font-weight: 700; }
.wdh-wpb-service-detail--website-services .wdh-wpb-service-detail__pricing > div { padding: 16px 20px 20px; }
.wdh-wpb-service-detail--website-services .wdh-wpb-service-detail__pricing dl { gap: 12px; }
.wdh-wpb-service-detail--website-services .wdh-wpb-service-detail__pricing dd { font-size: 18px; font-weight: 700; }
.wdh-wpb-service-detail--website-services .wdh-wpb-service-detail__description + h4 { margin-top: 8px; }
.wdh-wpb-service-detail--website-services h4 { margin-bottom: 16px; font-size: 14px; font-weight: 600; letter-spacing: .05em; }
.wdh-wpb-service-detail--website-services ul { gap: 12px; margin: 0 !important; }
@media (min-width: 640px) {
  .wdh-wpb-service-detail.wdh-wpb-service-detail--website-services ul { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
.wdh-wpb-service-detail--website-services li { gap: 12px; align-items: center; font-size: 16px; line-height: 1.5; }
.wdh-wpb-service-detail--website-services li svg { color: var(--wdh-orange); }
.wdh-wpb-service-detail--website-services .wdh-wpb-service-detail__cta { padding-top: 40px; }

/*
 * The homepage React service grid uses a 32px desktop gap. Keep that
 * page-specific spacing here; the shared container above applies to all
 * WDH WPBakery pages.
 */
@media (min-width: 768px) {
  .wdh-wpb-home-page .wdh-wpb-card-grid {
    gap: 32px;
  }
}

.wdh-wpb-design-service { padding: 96px 0; background: var(--wdh-white); scroll-margin-top: 100px; }
.wdh-wpb-design-service--soft { background: var(--wdh-soft); }
.wdh-wpb-design-service__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 7vw, 94px); align-items: center; }
.wdh-wpb-design-service__grid--reverse .wdh-wpb-design-service__copy { order: 2; }
.wdh-wpb-design-service__grid--reverse .wdh-wpb-design-service__media { order: 1; }
.wdh-wpb-design-service__copy .wdh-wpb-icon { margin-bottom: 22px; background: rgba(28,75,137,.05); border: 1px solid rgba(28,75,137,.12); color: var(--wdh-navy); }
.wdh-wpb-design-service h2 { max-width: 18ch; margin: 0 0 24px; color: var(--wdh-navy); font-size: clamp(30px, 3.5vw, 44px); font-weight: 800; letter-spacing: -.04em; line-height: 1.15; }
.wdh-wpb-design-service__description { margin: 0 0 25px; color: var(--wdh-muted); font-size: 17px; line-height: 1.7; }
.wdh-wpb-design-service__featured { margin: 0 0 26px; border-left: 4px solid var(--wdh-orange); padding: 4px 0 4px 17px; }
.wdh-wpb-design-service__featured p { margin: 0; color: var(--wdh-orange); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wdh-wpb-design-service__featured strong { display: block; margin-top: 5px; color: var(--wdh-navy); font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 20px; }
.wdh-wpb-design-service__featured span { display: block; margin-top: 4px; color: var(--wdh-muted); font-size: 14px; line-height: 1.55; }
.wdh-wpb-design-service__features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 18px; margin: 0 0 28px; padding: 0; list-style: none; }
.wdh-wpb-design-service__features li { display: flex; gap: 9px; align-items: flex-start; color: var(--wdh-muted); font-size: 14px; line-height: 1.45; }
.wdh-wpb-design-service__features li svg { flex: 0 0 auto; width: 17px; height: 17px; color: var(--wdh-orange); }
.wdh-wpb-design-service__media { min-width: 0; }
.wdh-wpb-design-service__primary-image { overflow: hidden; border: 1px solid rgba(28,75,137,.1); border-radius: 24px; background: rgba(28,75,137,.06); }
.wdh-wpb-design-service__primary-image img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.wdh-wpb-design-service__identity-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.wdh-wpb-design-service__identity-card { overflow: hidden; border: 1px solid var(--wdh-line); border-radius: 16px; background: var(--wdh-white); }
.wdh-wpb-design-service__identity-card:nth-child(2) { border-color: #111; background: #000; }
.wdh-wpb-design-service__identity-image { display: grid; height: 132px; min-width: 0; overflow: hidden; padding: 10px 16px; place-items: center; background: var(--wdh-white); }
.wdh-wpb-design-service__identity-card:nth-child(2) .wdh-wpb-design-service__identity-image { background: #000; }
.wdh-wpb-design-service .wdh-wpb-design-service__identity-card .wdh-wpb-design-service__identity-image > img { display: block; width: auto !important; height: auto !important; max-width: 100% !important; max-height: 112px !important; object-fit: contain !important; object-position: center !important; }
.wdh-wpb-design-service__identity-body { padding: 14px 16px 16px; }
.wdh-wpb-design-service__identity-body p { margin: 0 0 7px; color: var(--wdh-muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wdh-wpb-design-service__identity-card:nth-child(2) .wdh-wpb-design-service__identity-body p { color: rgba(255,255,255,.6); }
.wdh-wpb-design-service__identity-body a { color: var(--wdh-muted); font-size: 12px; text-decoration: none; }
.wdh-wpb-design-service__identity-body a:hover { color: var(--wdh-orange); }
.wdh-wpb-design-service__identity-card:nth-child(2) .wdh-wpb-design-service__identity-body a { color: rgba(255,255,255,.72); }
.wdh-wpb-design-service__identity-card:nth-child(2) .wdh-wpb-design-service__identity-body a:hover { color: var(--wdh-orange); }
.wdh-wpb-design-service__print-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.wdh-wpb-design-service__print-card { overflow: hidden; margin: 0; border: 1px solid rgba(28,75,137,.1); border-radius: 16px; background: var(--wdh-white); box-shadow: 0 1px 2px rgba(15,23,42,.05); }
.wdh-wpb-design-service__print-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.wdh-wpb-design-service__print-card figcaption { padding: 11px 14px 13px; color: var(--wdh-navy); font-size: 13px; font-weight: 700; }
.wdh-wpb-design-service__campaign { overflow: hidden; margin-top: 16px; border: 1px solid rgba(28,75,137,.1); border-radius: 24px; padding: 20px 20px 24px; background: #e8e6df; }
.wdh-wpb-design-service__campaign > p { margin: 0 0 16px; color: rgba(28,75,137,.6); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.wdh-wpb-design-service__campaign > div { max-width: 288px; margin: 0 auto; transform: rotate(-2deg); border-radius: 2px; padding: 8px; background: var(--wdh-white); box-shadow: 0 18px 28px rgba(15,23,42,.2); }
.wdh-wpb-design-service__campaign img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: contain; }

.wdh-wpb-hosting-plans { padding: 96px 0; background: var(--wdh-soft); scroll-margin-top: 100px; }
.wdh-wpb-hosting-plans__intro,
.wdh-wpb-hosting-servers__intro { max-width: 720px; margin: 0 auto 62px; text-align: center; }
.wdh-wpb-hosting-plans__intro .wdh-wpb-icon { margin: 0 auto 20px; color: var(--wdh-orange); }
.wdh-wpb-hosting-plans h2,
.wdh-wpb-hosting-servers h2,
.wdh-wpb-hosting-ssl h2 { margin: 0; color: var(--wdh-navy); font-size: clamp(30px, 3.8vw, 46px); font-weight: 800; letter-spacing: -.045em; line-height: 1.14; }
.wdh-wpb-hosting-plans__intro > p,
.wdh-wpb-hosting-servers__intro > p:not(.wdh-wpb__eyebrow) { margin: 18px 0 0; color: var(--wdh-muted); font-size: 17px; line-height: 1.72; }
.wdh-wpb-hosting-plans__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-bottom: 38px; }
.wdh-wpb-hosting-plan { display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(28,75,137,.13); border-radius: 18px; background: var(--wdh-white); box-shadow: 0 4px 14px rgba(15,23,42,.05); }
.wdh-wpb-hosting-plan__header { padding: 20px; color: var(--wdh-white); text-align: center; }
.wdh-wpb-hosting-plan__header--gray { background: #5b5b5b; }
.wdh-wpb-hosting-plan__header--orange { background: var(--wdh-orange); }
.wdh-wpb-hosting-plan__header--teal { background: #08a5a4; }
.wdh-wpb-hosting-plan h3 { margin: 0; color: inherit; font-size: 20px; font-weight: 800; letter-spacing: -.025em; line-height: 1.3; }
.wdh-wpb-hosting-plan__body { display: flex; flex: 1; flex-direction: column; padding: 26px 24px 24px; }
.wdh-wpb-hosting-plan__price { display: flex; align-items: flex-start; justify-content: center; color: var(--wdh-navy); font-family: "Plus Jakarta Sans", Arial, sans-serif; line-height: .95; }
.wdh-wpb-hosting-plan__price span { margin-top: 8px; font-size: 20px; font-weight: 700; }
.wdh-wpb-hosting-plan__price strong { font-size: 60px; font-weight: 800; letter-spacing: -.07em; }
.wdh-wpb-hosting-plan__price sup { margin-top: 6px; font-size: 23px; font-weight: 800; }
.wdh-wpb-hosting-plan__period { margin: 9px 0 20px; color: var(--wdh-muted); font-size: 13px; text-align: center; }
.wdh-wpb-hosting-plan dl { flex: 1; margin: 0; }
.wdh-wpb-hosting-plan dl > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; border-top: 1px solid rgba(28,75,137,.1); padding: 10px 0; }
.wdh-wpb-hosting-plan dt { color: var(--wdh-muted); font-size: 13px; line-height: 1.35; }
.wdh-wpb-hosting-plan dd { margin: 0; color: var(--wdh-ink); font-size: 13px; font-weight: 800; line-height: 1.35; text-align: right; }
.wdh-wpb-hosting-plan__button { width: 100%; margin-top: 22px; }
.wdh-wpb-hosting-plans__notes { max-width: 930px; margin: 0 auto 56px; color: var(--wdh-muted); font-size: 14px; line-height: 1.65; }
.wdh-wpb-hosting-plans__notes p { margin: 0 0 8px; }
.wdh-wpb-hosting-plans__closing { max-width: 650px; margin: 0 auto; text-align: center; }
.wdh-wpb-hosting-plans__closing p { margin: 0 0 26px; color: var(--wdh-ink); font-size: 17px; font-weight: 700; line-height: 1.6; }

.wdh-wpb-hosting-servers { padding: 96px 0; background: var(--wdh-white); scroll-margin-top: 100px; }
.wdh-wpb-hosting-servers__intro .wdh-wpb__eyebrow { margin-bottom: 14px; }
.wdh-wpb-hosting-servers__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 980px; margin: 0 auto; }
.wdh-wpb-hosting-server-card { border: 1px solid rgba(28,75,137,.13); border-radius: 24px; padding: 38px; background: var(--wdh-soft); box-shadow: 0 4px 14px rgba(15,23,42,.04); }
.wdh-wpb-hosting-server-card__icon { display: grid; width: 56px; height: 56px; margin-bottom: 24px; border-radius: 16px; place-items: center; }
.wdh-wpb-hosting-server-card__icon svg { width: 28px; height: 28px; }
.wdh-wpb-hosting-server-card__icon--navy { background: rgba(28,75,137,.08); color: var(--wdh-navy); }
.wdh-wpb-hosting-server-card__icon--orange { background: rgba(236,110,44,.1); color: var(--wdh-orange); }
.wdh-wpb-hosting-server-card h3 { margin: 0; color: var(--wdh-navy); font-size: 25px; font-weight: 800; letter-spacing: -.04em; }
.wdh-wpb-hosting-server-card p { margin: 15px 0 0; color: var(--wdh-muted); font-size: 16px; line-height: 1.72; }
.wdh-wpb-hosting-servers__quote { max-width: 760px; margin: 38px auto 0; border-radius: 24px; padding: 38px; background: var(--wdh-navy); color: var(--wdh-white); text-align: center; }
.wdh-wpb-hosting-servers__quote h3 { margin: 0; color: inherit; font-size: 25px; font-weight: 800; letter-spacing: -.04em; }
.wdh-wpb-hosting-servers__quote p { max-width: 580px; margin: 13px auto 24px; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.65; }

.wdh-wpb-hosting-ssl { padding: 96px 0; background: var(--wdh-white); scroll-margin-top: 100px; }
.wdh-wpb-hosting-ssl__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 7vw, 94px); align-items: center; max-width: 1000px; }
.wdh-wpb-hosting-ssl__copy .wdh-wpb-icon { margin-bottom: 22px; border: 1px solid var(--wdh-line); background: rgba(28,75,137,.05); color: var(--wdh-navy); }
.wdh-wpb-hosting-ssl__copy > p { margin: 16px 0 0; color: var(--wdh-muted); font-size: 16px; line-height: 1.72; }
.wdh-wpb-hosting-ssl__copy > p.wdh-wpb-hosting-ssl__lead { margin-top: 20px; font-size: 17px; }
.wdh-wpb-hosting-ssl__pricing { margin: 23px 0; border: 1px solid rgba(236,110,44,.22); border-radius: 16px; padding: 19px; background: rgba(236,110,44,.055); }
.wdh-wpb-hosting-ssl__pricing p { margin: 0; color: var(--wdh-orange); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.wdh-wpb-hosting-ssl__pricing strong { display: block; margin-top: 8px; color: var(--wdh-navy); font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 23px; font-weight: 800; letter-spacing: -.03em; }
.wdh-wpb-hosting-ssl__pricing span { display: block; margin-top: 8px; color: var(--wdh-muted); font-size: 13px; }
.wdh-wpb-hosting-ssl ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; margin: 0 0 24px; padding: 0; list-style: none; }
.wdh-wpb-hosting-ssl li { display: flex; align-items: flex-start; gap: 9px; color: var(--wdh-muted); font-size: 14px; line-height: 1.45; }
.wdh-wpb-hosting-ssl li svg { flex: 0 0 auto; width: 17px; height: 17px; color: var(--wdh-orange); }
.wdh-wpb-hosting-ssl__media { display: grid; min-height: 300px; border: 1px solid rgba(28,75,137,.12); border-radius: 24px; padding: 34px; place-items: center; background: rgba(28,75,137,.05); }
.wdh-wpb-hosting-ssl__media img { display: block; width: 100%; max-width: 480px; height: auto; object-fit: contain; }

@media (max-width: 1023px) {
  .wdh-wpb-design-service__grid { grid-template-columns: 1fr; }
  .wdh-wpb-design-service__grid--reverse .wdh-wpb-design-service__copy,
  .wdh-wpb-design-service__grid--reverse .wdh-wpb-design-service__media { order: initial; }
}

.wdh-wpb-ecommerce-feature { padding: 64px 0; background: var(--wdh-navy); color: var(--wdh-white); }
.wdh-wpb-ecommerce-feature__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(42px, 7vw, 94px); align-items: center; }
.wdh-wpb-ecommerce-feature__copy { max-width: 680px; }
.wdh-wpb-ecommerce-feature h2 { margin: 0 0 20px; color: inherit; font-size: clamp(30px, 3.5vw, 44px); font-weight: 800; letter-spacing: -.04em; line-height: 1.15; }
.wdh-wpb-ecommerce-feature__copy > p:not(.wdh-wpb__eyebrow) { margin: 0 0 28px; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.7; }
.wdh-wpb-ecommerce-feature__media { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.1); box-shadow: 0 20px 42px rgba(11,28,52,.3); }
.wdh-wpb-ecommerce-feature__media img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.wdh-wpb-ecommerce-feature .wdh-wpb__button--website-services-ecommerce {
  min-height: 38px;
  border-color: var(--wdh-white);
  padding: 8px 26px;
  background: var(--wdh-orange);
  font-size: 14px;
}
.wdh-wpb-ecommerce-feature .wdh-wpb__button--website-services-ecommerce:hover {
  border-color: var(--wdh-white);
  background: #d75c20;
}

/* Website Services uses the compact React button treatment, without changing
   shared buttons on Ecommerce, Hosting, Migration, or regional pages. */
.wdh-wpb-service-detail--website-services .wdh-wpb__button--website-service {
  min-height: 38px;
  border-color: var(--wdh-navy);
  padding: 8px 32px;
  background: var(--wdh-navy);
  font-size: 14px;
  font-weight: 500;
}
.wdh-wpb-service-detail--website-services .wdh-wpb__button--website-service:hover {
  border-color: var(--wdh-deep);
  background: var(--wdh-deep);
}
.wdh-wpb-cta--website-services .wdh-wpb__button--cta-primary {
  min-height: 56px;
  border: 1px solid var(--wdh-white);
  padding: 15px 40px;
  background: var(--wdh-orange);
  font-size: 18px;
}
.wdh-wpb-cta--website-services .wdh-wpb__button--cta-primary:hover {
  border-color: var(--wdh-white);
  background: #d75c20;
}

.wdh-wpb-about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 7vw, 94px); align-items: center; }
.wdh-wpb-about h2 { margin: 0 0 22px; color: var(--wdh-navy); font-size: clamp(31px, 4vw, 45px); font-weight: 800; letter-spacing: -.04em; }
.wdh-wpb-about__copy > p { margin: 0 0 16px; color: var(--wdh-muted); font-size: 17px; line-height: 1.7; }
.wdh-wpb-about__copy .wdh-wpb__actions { margin-top: 28px; }
.wdh-wpb-about__media { position: relative; min-height: 420px; overflow: hidden; border-radius: 24px; background: var(--wdh-deep); box-shadow: 0 20px 46px rgba(11,28,52,.18); }
.wdh-wpb-about__media > img { display: block; width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.wdh-wpb-about__media > div { position: absolute; right: 0; bottom: 0; left: 0; padding: 70px 30px 28px; background: linear-gradient(transparent, rgba(11,28,52,.92)); color: var(--wdh-white); }
.wdh-wpb-about__media strong { display: block; font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 20px; }
.wdh-wpb-about__media span { display: block; margin-top: 5px; color: rgba(255,255,255,.78); font-size: 13px; }
.wdh-wpb-about-values { background: #f5f8fc; }
.wdh-wpb-about-values__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 7vw, 94px); margin-bottom: 54px; }
.wdh-wpb-about-values h2 { margin: 0 0 22px; color: var(--wdh-navy); font-size: clamp(31px, 4vw, 45px); font-weight: 800; letter-spacing: -.04em; }
.wdh-wpb-about-values__mission { margin: 0; padding: 30px; border: 1px solid rgba(28,75,137,.08); border-radius: 18px; background: var(--wdh-white); box-shadow: 0 10px 28px rgba(15,23,42,.035); color: var(--wdh-muted); font-size: 17px; line-height: 1.7; }
.wdh-wpb-about-values ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.wdh-wpb-about-values li { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid rgba(28,75,137,.08); border-radius: 14px; background: var(--wdh-white); box-shadow: 0 10px 28px rgba(15,23,42,.035); color: var(--wdh-ink); font-weight: 700; }
.wdh-wpb-about-values li span { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgba(236,110,44,.1); color: var(--wdh-orange); font-size: 18px; }
.wdh-wpb-about-values__footer { display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; }
.wdh-wpb-about-values__footer p { max-width: 680px; margin: 0; color: var(--wdh-navy); font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 21px; font-weight: 700; line-height: 1.4; }

.wdh-wpb-split-story { padding: 96px 0; background: var(--wdh-white); scroll-margin-top: 100px; }
.wdh-wpb-split-story__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(42px, 7vw, 94px); align-items: center; }
.wdh-wpb-split-story__copy h2 { max-width: 650px; margin: 0 0 24px; color: var(--wdh-navy); font-size: clamp(34px, 4.2vw, 54px); font-weight: 800; letter-spacing: -.05em; line-height: 1.08; }
.wdh-wpb-split-story__copy > p:not(.wdh-wpb__eyebrow) { max-width: 670px; margin: 0 0 18px; color: var(--wdh-muted); font-size: 17px; line-height: 1.7; }
.wdh-wpb-split-story__copy > .wdh-wpb__button { margin-top: 14px; }
.wdh-wpb__button--navy { border-color: var(--wdh-navy); background: var(--wdh-navy); }
.wdh-wpb__button--navy:hover { border-color: var(--wdh-deep); background: var(--wdh-deep); }
.wdh-wpb-split-story__panel { padding: 42px; border-radius: 25px; background: var(--wdh-navy); box-shadow: 0 22px 48px rgba(11,28,52,.17); color: var(--wdh-white); }
.wdh-wpb-split-story__panel h3 { margin: 18px 0 0; color: inherit; font-size: clamp(24px, 2.8vw, 34px); font-weight: 800; letter-spacing: -.04em; line-height: 1.18; }
.wdh-wpb-split-story__panel ul { display: grid; gap: 16px; margin: 30px 0 0; padding: 0; list-style: none; }
.wdh-wpb-split-story__panel li { display: flex; gap: 11px; align-items: flex-start; color: rgba(255,255,255,.78); line-height: 1.55; }
.wdh-wpb-split-story__panel li svg { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 2px; color: var(--wdh-teal); }

.wdh-wpb-faq { padding: 96px 0; background: var(--wdh-soft); scroll-margin-top: 100px; }
.wdh-wpb-faq__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(42px, 7vw, 94px); }
.wdh-wpb-faq__lead h2 { max-width: 480px; margin: 0 0 30px; color: var(--wdh-navy); font-size: clamp(34px, 4.2vw, 54px); font-weight: 800; letter-spacing: -.05em; line-height: 1.08; }
.wdh-wpb-faq__lead h3 { margin: 0 0 14px; color: var(--wdh-navy); font-size: 23px; font-weight: 800; line-height: 1.25; }
.wdh-wpb-faq__lead > p:not(.wdh-wpb__eyebrow) { margin: 0; color: var(--wdh-muted); font-size: 17px; line-height: 1.7; }
.wdh-wpb-faq__lead > .wdh-wpb__button { margin-top: 28px; }
.wdh-wpb-faq__items { display: grid; gap: 18px; }
.wdh-wpb-faq__items article { padding: 28px 30px; border: 1px solid var(--wdh-line); border-radius: 18px; background: var(--wdh-white); box-shadow: 0 10px 28px rgba(15,23,42,.035); }
.wdh-wpb-faq__items h3 { margin: 0; color: var(--wdh-navy); font-size: 21px; font-weight: 800; line-height: 1.3; }
.wdh-wpb-faq__items p { margin: 12px 0 0; color: var(--wdh-muted); line-height: 1.65; }

.wdh-wpb-support-overview { padding: 64px 0; background: #f8f9fb; scroll-margin-top: 100px; }
.wdh-wpb-support-overview__intro { max-width: 680px; margin: 0 auto 32px; text-align: center; }
.wdh-wpb-support-overview__intro h2 { margin: 0 0 12px; color: var(--wdh-navy); font-size: clamp(30px, 3.8vw, 46px); font-weight: 800; letter-spacing: -.045em; line-height: 1.14; }
.wdh-wpb-support-overview__intro p { margin: 0; color: var(--wdh-muted); font-size: 17px; line-height: 1.7; }
.wdh-wpb-support-overview__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 980px; margin: 0 auto; }
.wdh-wpb-support-card { display: flex; gap: 24px; align-items: flex-start; border: 1px solid rgba(28,75,137,.12); border-radius: 18px; padding: 30px; background: var(--wdh-white); box-shadow: 0 6px 22px rgba(15,23,42,.045); }
.wdh-wpb-support-card__icon { display: grid; flex: 0 0 auto; width: 56px; height: 56px; border-radius: 14px; place-items: center; background: rgba(28,75,137,.06); color: var(--wdh-navy); }
.wdh-wpb-support-card__icon svg { width: 28px; height: 28px; }
.wdh-wpb-support-card h3 { margin: 0 0 8px; color: var(--wdh-ink); font-size: 20px; font-weight: 800; line-height: 1.25; }
.wdh-wpb-support-card p { margin: 0 0 8px; color: var(--wdh-muted); font-size: 15px; line-height: 1.6; }
.wdh-wpb-support-card a,
.wdh-wpb-support-card strong { display: block; color: var(--wdh-navy); font-size: 18px; font-weight: 800; line-height: 1.35; text-decoration: none; }
.wdh-wpb-support-card a:hover { color: var(--wdh-orange); }

.wdh-wpb-support-faq { padding: 80px 0; background: var(--wdh-white); scroll-margin-top: 100px; }
.wdh-wpb-support-faq__heading { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.wdh-wpb-support-faq__heading h2 { margin: 0; color: var(--wdh-navy); font-size: clamp(32px, 4vw, 48px); font-weight: 800; letter-spacing: -.05em; line-height: 1.1; }
.wdh-wpb-support-faq__items { display: grid; gap: 12px; max-width: 820px; margin: 0 auto; }
.wdh-wpb-support-faq__items details { border: 1px solid var(--wdh-line); border-radius: 16px; background: var(--wdh-white); box-shadow: 0 4px 16px rgba(15,23,42,.025); }
.wdh-wpb-support-faq__items summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; padding: 21px 24px; color: var(--wdh-navy); font-size: 17px; font-weight: 800; line-height: 1.4; }
.wdh-wpb-support-faq__items summary::-webkit-details-marker { display: none; }
.wdh-wpb-support-faq__items summary span { flex: 0 0 auto; color: var(--wdh-orange); font-size: 26px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.wdh-wpb-support-faq__items details[open] summary span { transform: rotate(45deg); }
.wdh-wpb-support-faq__items details > p { margin: -2px 0 0; padding: 0 24px 23px; color: var(--wdh-muted); line-height: 1.7; }

.wdh-wpb-support-cache { padding: 80px 0; background: #f8f9fb; scroll-margin-top: 100px; }
.wdh-wpb-support-cache__card { max-width: 900px; margin: 0 auto; border: 1px solid rgba(28,75,137,.1); border-radius: 24px; padding: clamp(30px, 5vw, 52px); background: var(--wdh-white); box-shadow: 0 10px 30px rgba(15,23,42,.04); }
.wdh-wpb-support-cache h2 { margin: 0 0 18px; color: var(--wdh-navy); font-size: clamp(30px, 3.8vw, 46px); font-weight: 800; letter-spacing: -.045em; line-height: 1.14; }
.wdh-wpb-support-cache__intro { margin: 0 0 32px; color: var(--wdh-muted); font-size: 17px; line-height: 1.72; }
.wdh-wpb-support-cache__columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.wdh-wpb-support-cache__columns h3 { margin: 0 0 13px; color: var(--wdh-ink); font-size: 18px; font-weight: 800; }
.wdh-wpb-support-cache__columns ul { margin: 0; padding-left: 21px; color: var(--wdh-muted); }
.wdh-wpb-support-cache__columns li { margin: 0 0 10px; line-height: 1.65; }
.wdh-wpb-support-cache__closing { margin: 34px 0 0; color: var(--wdh-muted); font-size: 14px; font-style: italic; line-height: 1.6; }

.wdh-wpb-jump-links {
  position: relative;
  z-index: 1001;
  top: auto;
  border-bottom: 1px solid var(--wdh-line);
  background: rgba(255,255,255,.97);
  box-shadow: 0 5px 17px rgba(15,23,42,.04);
  backdrop-filter: blur(9px);
}
.wdh-wpb-jump-links.is-fixed {
  position: fixed !important;
  z-index: 1001 !important;
  top: var(--wdh-jump-links-top, 90px) !important;
  right: 0;
  left: 0;
  width: 100%;
}
.wdh-wpb-jump-links__placeholder { display: none; height: 0; }
.wdh-wpb-jump-links__placeholder.is-active { display: block; }
.wdh-wpb-jump-links > div { display: flex; gap: 4px; overflow-x: auto; padding: 11px 0; white-space: nowrap; }
.wdh-wpb-jump-links a { border-radius: 999px; padding: 9px 14px; color: var(--wdh-muted); font-size: 13px; font-weight: 700; text-decoration: none; transition: color .2s ease, background-color .2s ease; }
.wdh-wpb-jump-links a:hover { background: rgba(236,110,44,.08); color: var(--wdh-orange); }
.wdh-wpb-jump-links a.is-active { background: rgba(236,110,44,.1); color: var(--wdh-orange); }

.wdh-wpb-seo-sem-hero { padding: 96px 0; background: var(--wdh-navy); color: var(--wdh-white); text-align: center; }
.wdh-wpb-seo-sem-hero h1 { margin: 0; color: inherit; font-size: clamp(40px, 6vw, 66px); font-weight: 800; letter-spacing: .04em; line-height: 1.05; text-transform: uppercase; }
.wdh-wpb-seo-sem-hero__description { max-width: 545px; margin: 25px auto 0; color: rgba(255,255,255,.82); font-size: 21px; line-height: 1.55; }
.wdh-wpb-seo-sem-hero__supporting { max-width: 610px; margin: 20px auto 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.7; }
.wdh-wpb-seo-service { padding: 80px 0; background: var(--wdh-soft); scroll-margin-top: 100px; }
.wdh-wpb-seo-service--white { background: var(--wdh-white); }
.wdh-wpb-seo-service__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(42px, 7vw, 80px); align-items: center; max-width: 1100px; margin: 0 auto; }
.wdh-wpb-seo-service__grid--reverse .wdh-wpb-seo-service__copy { order: 2; }
.wdh-wpb-seo-service__grid--reverse .wdh-wpb-seo-service__media { order: 1; }
.wdh-wpb-seo-service__copy { min-width: 0; }
.wdh-wpb-seo-service__copy > .wdh-wpb-icon { margin-bottom: 24px; color: var(--wdh-orange); }
.wdh-wpb-seo-service__copy h2 { max-width: 20ch; margin: 0; color: var(--wdh-navy); font-size: clamp(30px, 3.4vw, 43px); font-weight: 800; letter-spacing: -.045em; line-height: 1.12; }
.wdh-wpb-seo-service__description { margin: 22px 0 0; color: var(--wdh-muted); font-size: 17px; line-height: 1.72; }
.wdh-wpb-seo-service__pricing { margin: 24px 0; border: 1px solid rgba(236,110,44,.2); border-radius: 16px; background: rgba(236,110,44,.05); }
.wdh-wpb-seo-service__pricing summary { display: flex; align-items: center; gap: 12px; cursor: pointer; list-style: none; padding: 17px 19px; color: var(--wdh-orange); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.wdh-wpb-seo-service__pricing summary::-webkit-details-marker { display: none; }
.wdh-wpb-seo-service__pricing summary > span:first-child { flex: 1 1 auto; }
.wdh-wpb-seo-service__pricing .wdh-wpb-seo-service__price { color: var(--wdh-navy); font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 16px; letter-spacing: -.02em; text-transform: none; }
.wdh-wpb-seo-service__pricing summary b { font-size: 22px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.wdh-wpb-seo-service__pricing[open] summary b { transform: rotate(45deg); }
.wdh-wpb-seo-service__pricing > div { border-top: 1px solid rgba(236,110,44,.12); padding: 14px 19px 17px; }
.wdh-wpb-seo-service__pricing dl { margin: 0; }
.wdh-wpb-seo-service__pricing dl > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 18px; padding: 8px 0; }
.wdh-wpb-seo-service__pricing dt { color: var(--wdh-muted); font-size: 14px; line-height: 1.4; }
.wdh-wpb-seo-service__pricing dd { margin: 0; color: var(--wdh-navy); font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 17px; font-weight: 800; }
.wdh-wpb-seo-service__copy ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; margin: 0 0 27px; padding: 0; list-style: none; }
.wdh-wpb-seo-service__copy li { display: flex; align-items: flex-start; gap: 9px; color: var(--wdh-muted); font-size: 14px; line-height: 1.45; }
.wdh-wpb-seo-service__copy li svg { width: 17px; height: 17px; flex: 0 0 auto; color: var(--wdh-orange); }
.wdh-wpb-seo-service__media { min-width: 0; width: 100%; }
.wdh-wpb-seo-service__image { overflow: hidden; border: 1px solid var(--wdh-line); border-radius: 24px; background: var(--wdh-white); box-shadow: 0 20px 42px rgba(15,23,42,.12); aspect-ratio: 1; }
.wdh-wpb-seo-service__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.wdh-wpb-seo-service__fallback { display: grid; min-height: 380px; border: 1px solid rgba(28,75,137,.12); border-radius: 24px; place-items: center; background: rgba(28,75,137,.05); color: rgba(28,75,137,.2); }
.wdh-wpb-seo-service__fallback svg { width: 140px; height: 140px; }

.wdh-wpb-cta { position: relative; overflow: hidden; padding: 94px 0; background: radial-gradient(circle at 20% 30%, rgba(236,110,44,.23), transparent 30%), radial-gradient(circle at 82% 70%, rgba(0,188,212,.16), transparent 29%), var(--wdh-navy); color: var(--wdh-white); text-align: center; }
.wdh-wpb-cta .wdh-wpb__container { max-width: 770px; }
.wdh-wpb-cta h2 { margin: 0; color: inherit; font-size: clamp(32px, 4vw, 50px); font-weight: 800; letter-spacing: -.05em; line-height: 1.15; }
.wdh-wpb-cta p { margin: 19px auto 30px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.6; }
.wdh-wpb-cta .wdh-wpb__actions { justify-content: center; }
.wdh-wpb-cta .wdh-wpb__button--cta-primary { border-width: 2px; border-color: var(--wdh-white); }
.wdh-wpb-cta .wdh-wpb__button--cta-primary:hover { border-color: var(--wdh-white); }
.wdh-wpb-cta__meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 28px; margin-top: 32px; color: rgba(255,255,255,.65); font-size: 13px; }
.wdh-wpb-cta__meta > span { display: inline-flex; align-items: center; gap: 8px; }
.wdh-wpb-cta__meta svg { width: 16px; height: 16px; flex: 0 0 auto; color: var(--wdh-teal); }

.wdh-wpb-contact-details { padding: 16px 0; }
.wdh-wpb-contact-details h2,
.wdh-wpb-contact-form h2 { margin: 0 0 14px; color: var(--wdh-navy); font-size: 30px; font-weight: 800; letter-spacing: -.04em; }
.wdh-wpb-contact-details__intro,
.wdh-wpb-contact-form > p { margin: 0 0 29px; color: var(--wdh-muted); font-size: 16px; line-height: 1.65; }
.wdh-wpb-contact-details__list { display: grid; gap: 20px; }
.wdh-wpb-contact-details__list > div { display: flex; gap: 14px; align-items: flex-start; }
.wdh-wpb-contact-details__list > div > span { display: grid; flex: 0 0 auto; width: 46px; height: 46px; border: 1px solid var(--wdh-line); border-radius: 50%; place-items: center; background: var(--wdh-white); color: var(--wdh-orange); box-shadow: 0 3px 12px rgba(15,23,42,.04); }
.wdh-wpb-contact-details__list svg { width: 20px; height: 20px; }
.wdh-wpb-contact-details__list p { margin: 2px 0 0; }
.wdh-wpb-contact-details__list strong,
.wdh-wpb-contact-details__list a,
.wdh-wpb-contact-details__list em { display: block; }
.wdh-wpb-contact-details__list strong { margin-bottom: 3px; color: var(--wdh-ink); font-size: 14px; }
.wdh-wpb-contact-details__list a,
.wdh-wpb-contact-details__list em { color: var(--wdh-muted); font-size: 15px; font-style: normal; line-height: 1.55; text-decoration: none; }
.wdh-wpb-contact-details__list a:hover { color: var(--wdh-orange); }

.wdh-wpb-contact-form { padding: clamp(28px, 5vw, 50px); border: 1px solid var(--wdh-line); border-radius: 24px; background: var(--wdh-white); box-shadow: 0 14px 38px rgba(15,23,42,.06); }
.wdh-wpb-contact-form form { display: grid; gap: 20px; }
.wdh-wpb-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.wdh-wpb-contact-form fieldset { min-width: 0; margin: 0; border: 0; padding: 0; }
.wdh-wpb-contact-form__services legend { margin-bottom: 12px; color: var(--wdh-ink); font-size: 13px; font-weight: 800; }
.wdh-wpb-contact-form__services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.wdh-wpb-contact-form__service-option { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 8px !important; border: 1px solid rgba(28,75,137,.12); border-radius: 9px; padding: 10px !important; background: var(--wdh-soft); color: var(--wdh-muted) !important; cursor: pointer; font-size: 12px !important; font-weight: 500 !important; line-height: 1.35; }
.wdh-wpb-contact-form__service-option:has(input:checked) { border-color: var(--wdh-orange); background: rgba(236,110,44,.08); color: var(--wdh-ink) !important; }
.wdh-wpb-contact-form__service-option input { width: auto !important; margin: 2px 0 0; padding: 0 !important; accent-color: var(--wdh-orange); }
.wdh-wpb-contact-form__services > small { display: block; margin-top: 9px; color: var(--wdh-muted); font-size: 12px; }
.wdh-wpb-contact-form label { display: grid; gap: 8px; color: var(--wdh-ink); font-size: 13px; font-weight: 800; }
.wdh-wpb-contact-form input,
.wdh-wpb-contact-form select,
.wdh-wpb-contact-form textarea { width: 100%; border: 1px solid var(--wdh-line); border-radius: 11px; padding: 13px 14px; outline: 0; background: var(--wdh-soft); color: var(--wdh-ink); font: inherit; font-size: 15px; font-weight: 400; transition: border-color .2s ease, box-shadow .2s ease; }
.wdh-wpb-contact-form textarea { resize: vertical; }
.wdh-wpb-contact-form input:focus,
.wdh-wpb-contact-form select:focus,
.wdh-wpb-contact-form textarea:focus { border-color: var(--wdh-orange); box-shadow: 0 0 0 3px rgba(236,110,44,.14); }
.wdh-wpb-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.wdh-wpb-contact-form button { min-height: 52px; border: 1px solid var(--wdh-orange); border-radius: 11px; background: var(--wdh-orange); color: var(--wdh-white); cursor: pointer; font: inherit; font-size: 16px; font-weight: 800; transition: background-color .2s ease, transform .2s ease; }
.wdh-wpb-contact-form button:hover { background: #d75c20; transform: translateY(-2px); }
.wdh-wpb-form-notice { border-radius: 10px; padding: 13px 15px; font-size: 14px !important; }
.wdh-wpb-form-notice--success { background: #eaf8f1; color: #167244 !important; }
.wdh-wpb-form-notice--error { background: #fff0ef; color: #b52d24 !important; }

@media (max-width: 980px) {
  .wdh-wpb-card-grid { grid-template-columns: repeat(2, 1fr); }
  .wdh-wpb-feature-grid { grid-template-columns: repeat(3, 1fr); }
  .wdh-wpb-home-ai-feature__grid { grid-template-columns: 1fr; }
  .wdh-wpb-home-difference__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wdh-wpb-portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .wdh-wpb-service-detail__grid,
  .wdh-wpb-ecommerce-feature__grid,
  .wdh-wpb-hosting-ssl__grid,
  .wdh-wpb-about,
   .wdh-wpb-about-values__grid,
  .wdh-wpb-split-story__grid,
  .wdh-wpb-faq__grid,
   .wdh-wpb-support-overview__grid,
   .wdh-wpb-seo-service__grid { grid-template-columns: 1fr; }
  .wdh-wpb-hosting-plans__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wdh-wpb-hosting-plan:last-child { grid-column: 1 / -1; max-width: calc(50% - 12px); margin: 0 auto; width: 100%; }
  .wdh-wpb-service-detail__grid--reverse .wdh-wpb-service-detail__copy,
  .wdh-wpb-service-detail__grid--reverse .wdh-wpb-service-detail__media { order: initial; }
   .wdh-wpb-seo-service__grid--reverse .wdh-wpb-seo-service__copy,
   .wdh-wpb-seo-service__grid--reverse .wdh-wpb-seo-service__media { order: initial; }
}

@media (max-width: 680px) {
  .wdh-wpb__container { width: calc(100vw - 48px); }
  .wdh-wpb-section { padding: 68px 0; }
  .wdh-wpb-legal-section { padding: 68px 0; }
  .wdh-wpb-legal-document { padding: 32px 24px; border-radius: 18px; }
  .wdh-wpb-legal-document h2 { font-size: 26px; }
  .wdh-wpb-home-ai-feature { margin-top: -48px; padding-bottom: 64px; }
  .wdh-wpb-home-ai-feature__copy { padding: 32px 24px; }
  .wdh-wpb-home-ai-feature__copy > p:not(.wdh-wpb-home-ai-feature__eyebrow) { font-size: 16px; }
  .wdh-wpb-home-difference { padding: 64px 0; }
  .wdh-wpb-home-difference__copy p,
  .wdh-wpb-home-difference__subheading { font-size: 16px; }
  .wdh-wpb-home-difference__grid { grid-template-columns: 1fr; }
  .wdh-wpb-section-heading { padding: 68px max(17px, calc((100% - 1180px) / 2)) 30px; }
  .wdh-wpb-hero { min-height: 660px; }
  .wdh-wpb-local-hero { min-height: 620px; }
  .wdh-wpb-local-hero__container { padding: 92px 0 68px; }
  .wdh-wpb-local-hero__overlay { background: linear-gradient(90deg, rgba(11,28,52,.9), rgba(11,28,52,.62)); }
  .wdh-wpb-local-hero__subheading { font-size: 20px; }
  .wdh-wpb-local-hero__description { font-size: 16px; }
  .wdh-wpb-hero__content { width: min(100% - 28px, 1040px); padding: 100px 0 55px; }
  .wdh-wpb-hero__panel { width: 100%; padding: 30px 20px; border-radius: 22px; }
  .wdh-wpb-hero h1 { font-size: clamp(40px, 11.2vw, 64px); }
  .wdh-wpb-hero__description { margin-top: 20px; font-size: 18px; }
  .wdh-wpb-hero__supporting { font-size: 15px; }
  .wdh-wpb__actions { flex-direction: column; align-items: stretch; }
  .wdh-wpb__button { width: 100%; }
  .wdh-wpb-page-header { padding: 105px 0 62px; }
  .wdh-wpb-page-header p { font-size: 17px; }
  .wdh-wpb-stats__grid { grid-template-columns: repeat(2, 1fr); row-gap: 16px; }
  .wdh-wpb-stats--count-3 .wdh-wpb-stats__grid { grid-template-columns: 1fr; row-gap: 0; }
  .wdh-wpb-stats--count-3 .wdh-wpb-stats__item { border-top: 1px solid var(--wdh-line); border-left: 0; }
  .wdh-wpb-stats--count-3 .wdh-wpb-stats__item:first-child { border-top: 0; }
  .wdh-wpb-stats--count-3.wdh-wpb-stats--navy .wdh-wpb-stats__item { border-top-color: rgba(255,255,255,.2); }
  .wdh-wpb-stats__item strong { font-size: 29px; }
  .wdh-wpb-card-grid,
  .wdh-wpb-feature-grid,
  .wdh-wpb-portfolio-grid,
  .wdh-wpb-contact-form__services-grid,
  .wdh-wpb-form__grid { grid-template-columns: 1fr; }
  .wdh-wpb-card { min-height: 0; }
  .wdh-wpb-feature-section,
  .wdh-wpb-ecommerce-feature,
  .wdh-wpb-cta { padding: 68px 0; }
  .wdh-wpb-portfolio-intro { margin-bottom: 42px; }
  .wdh-wpb-portfolio-intro__text { font-size: 17px; }
  .wdh-wpb-portfolio-card__content { min-height: 91px; padding: 16px; }
  .wdh-wpb-portfolio-card h3 { font-size: 18px; }
  .wdh-wpb-service-detail { padding: 66px 0; }
  .wdh-wpb-service-detail--website-services { padding: 80px 0; }
  .wdh-wpb-service-detail--website-services .wdh-wpb__button--website-service { width: auto; }
  .wdh-wpb-service-detail ul { grid-template-columns: 1fr; }
  .wdh-wpb-service-detail__media,
  .wdh-wpb-service-detail__media img,
  .wdh-wpb-about__media,
  .wdh-wpb-about__media > img { min-height: 260px; }
  .wdh-wpb-design-service { padding: 68px 0; }
  .wdh-wpb-design-service__features { grid-template-columns: 1fr; }
  .wdh-wpb-design-service__identity-grid { gap: 10px; }
  .wdh-wpb-design-service__identity-image { height: 112px; padding: 8px 12px; }
  .wdh-wpb-design-service .wdh-wpb-design-service__identity-card .wdh-wpb-design-service__identity-image > img { max-height: 96px !important; }
  .wdh-wpb-design-service__identity-body { padding: 12px; }
  .wdh-wpb-design-service__print-grid { gap: 10px; }
  .wdh-wpb-design-service__campaign { padding: 16px 16px 20px; }
  .wdh-wpb-hosting-plans,
  .wdh-wpb-hosting-servers,
  .wdh-wpb-hosting-ssl { padding: 68px 0; }
  .wdh-wpb-hosting-plans__intro,
  .wdh-wpb-hosting-servers__intro { margin-bottom: 40px; }
  .wdh-wpb-hosting-plans__grid,
  .wdh-wpb-hosting-servers__grid { grid-template-columns: 1fr; }
  .wdh-wpb-hosting-plan:last-child { grid-column: auto; max-width: none; }
  .wdh-wpb-hosting-plan__body { padding: 24px 20px; }
  .wdh-wpb-hosting-plan__price strong { font-size: 54px; }
  .wdh-wpb-hosting-plans__notes { margin-bottom: 42px; }
  .wdh-wpb-hosting-server-card { padding: 28px 24px; }
  .wdh-wpb-hosting-servers__quote { margin-top: 28px; border-radius: 20px; padding: 30px 24px; }
  .wdh-wpb-hosting-ssl ul { grid-template-columns: 1fr; }
  .wdh-wpb-hosting-ssl__media { min-height: 220px; border-radius: 20px; padding: 24px; }
  .wdh-wpb-seo-sem-hero { padding: 72px 0; }
  .wdh-wpb-seo-sem-hero h1 { font-size: clamp(36px, 11vw, 58px); }
  .wdh-wpb-seo-sem-hero__description { font-size: 18px; }
  .wdh-wpb-seo-service { padding: 66px 0; }
  .wdh-wpb-seo-service__copy ul { grid-template-columns: 1fr; }
  .wdh-wpb-seo-service__image { border-radius: 20px; }
  .wdh-wpb-seo-service__pricing summary { align-items: flex-start; flex-wrap: wrap; }
  .wdh-wpb-seo-service__pricing .wdh-wpb-seo-service__price { order: 3; width: 100%; }
  .wdh-wpb-split-story,
  .wdh-wpb-faq,
  .wdh-wpb-support-overview,
  .wdh-wpb-support-faq,
  .wdh-wpb-support-cache { padding: 68px 0; }
  .wdh-wpb-support-card { padding: 24px; }
  .wdh-wpb-support-cache__columns { grid-template-columns: 1fr; gap: 24px; }
  .wdh-wpb-split-story__panel { padding: 30px 24px; }
  .wdh-wpb-logo-strip__list { gap: 2rem; }
  .wdh-wpb-logo-strip__item { min-height: 0; padding: 0; }
  .wdh-wpb-logo-strip__item img { height: 40px; max-width: 180px; max-height: none; }
  .wdh-wpb-contact-form { padding: 28px 20px; border-radius: 18px; }
}

@media (max-width: 767px) {
  .wdh-wpb-card-grid { grid-template-columns: 1fr; }
  .wdh-wpb-jump-links { display: none !important; }
}

/* Dedicated Ecommerce.net.nz page blocks. These mirror the Ecommerce React
   reference instead of reusing the generic service-card treatments. */
.wdh-wpb-ecommerce-hero,
.wdh-wpb-ecommerce-overview,
.wdh-wpb-ecommerce-packages,
.wdh-wpb-ecommerce-included,
.wdh-wpb-ecommerce-capabilities,
.wdh-wpb-ecommerce-process,
.wdh-wpb-ecommerce-cta {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", Arial, sans-serif;
  scroll-margin-top: 100px;
}
.wdh-wpb-ecommerce-hero *,
.wdh-wpb-ecommerce-overview *,
.wdh-wpb-ecommerce-packages *,
.wdh-wpb-ecommerce-included *,
.wdh-wpb-ecommerce-capabilities *,
.wdh-wpb-ecommerce-process *,
.wdh-wpb-ecommerce-cta * { box-sizing: border-box; }
.wdh-wpb-ecommerce-hero h1,
.wdh-wpb-ecommerce-overview h2,
.wdh-wpb-ecommerce-overview h3,
.wdh-wpb-ecommerce-overview h4,
.wdh-wpb-ecommerce-packages h2,
.wdh-wpb-ecommerce-packages h3,
.wdh-wpb-ecommerce-included h2,
.wdh-wpb-ecommerce-capabilities h2,
.wdh-wpb-ecommerce-capabilities h3,
.wdh-wpb-ecommerce-process h2,
.wdh-wpb-ecommerce-process h3,
.wdh-wpb-ecommerce-cta h2 { font-family: "Plus Jakarta Sans", Arial, sans-serif; }

.wdh-wpb-ecommerce-hero {
  position: relative;
  overflow: hidden;
  color: var(--wdh-white);
  background: radial-gradient(circle at 78% 22%, rgba(236,110,44,.24), transparent 38%), var(--wdh-navy);
}
.wdh-wpb-ecommerce-hero__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(46px, 8vw, 110px);
  align-items: center;
  min-height: 710px;
  padding: 88px 0 80px;
}
.wdh-wpb-ecommerce-hero__copy { max-width: 540px; }
.wdh-wpb-ecommerce-hero .wdh-wpb__eyebrow,
.wdh-wpb-ecommerce-cta .wdh-wpb__eyebrow { margin: 0 0 18px; color: var(--wdh-orange); font-weight: 800; letter-spacing: .18em; }
.wdh-wpb-ecommerce-hero h1 { margin: 0 0 24px; color: var(--wdh-white); font-size: clamp(42px, 5.15vw, 66px); font-weight: 800; letter-spacing: -.055em; line-height: 1.14; }
.wdh-wpb-ecommerce-hero__description { margin: 0 0 32px; color: rgba(255,255,255,.75); font-size: 20px; line-height: 1.62; }
.wdh-wpb-ecommerce-hero .wdh-wpb__button { min-height: 54px; border-radius: 999px; padding: 14px 28px; background: var(--wdh-orange); color: var(--wdh-white) !important; }
.wdh-wpb-ecommerce-hero .wdh-wpb__button--ecommerce-hero-primary { border-color: var(--wdh-white); }
.wdh-wpb-ecommerce-hero .wdh-wpb__button--outline { border-color: rgba(255,255,255,.3); background: transparent; color: var(--wdh-white) !important; }
.wdh-wpb-ecommerce-hero .wdh-wpb__button:hover { transform: translateY(-1px); background: #d9591e; }
.wdh-wpb-ecommerce-hero .wdh-wpb__button--ecommerce-hero-primary:hover { border-color: var(--wdh-white); }
.wdh-wpb-ecommerce-hero .wdh-wpb__button--outline:hover { background: rgba(255,255,255,.12); }
.wdh-wpb-ecommerce-hero__proof-points { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 32px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.66); font-size: 14px; }
.wdh-wpb-ecommerce-hero__proof-points li { display: inline-flex; align-items: center; gap: 8px; }
.wdh-wpb-ecommerce-hero__proof-points svg { width: 16px; height: 16px; color: var(--wdh-orange); }
.wdh-wpb-ecommerce-hero__sales-proof { position: relative; display: inline-flex; max-width: 100%; align-items: center; gap: 14px; margin-top: 27px; padding: 21px 26px; border: 1px solid rgba(255,255,255,.2); border-radius: 21px; background: var(--wdh-white); color: var(--wdh-navy); box-shadow: 0 18px 40px rgba(11,28,52,.28); }
.wdh-wpb-ecommerce-hero__sales-proof::after { position: absolute; bottom: -13px; left: 38px; width: 0; height: 0; border-top: 13px solid var(--wdh-white); border-right: 13px solid transparent; border-left: 13px solid transparent; content: ""; }
.wdh-wpb-ecommerce-hero__sales-proof > span { display: inline-flex; color: var(--wdh-orange); }
.wdh-wpb-ecommerce-hero__sales-proof svg { width: 29px; height: 29px; }
.wdh-wpb-ecommerce-hero__sales-proof strong { font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: clamp(19px, 2.1vw, 25px); font-weight: 800; letter-spacing: -.04em; line-height: 1.2; }
.wdh-wpb-ecommerce-slider { position: relative; }
.wdh-wpb-ecommerce-slider__glow { position: absolute; z-index: 0; inset: -28px; border-radius: 34px; background: rgba(236,110,44,.2); filter: blur(28px); }
.wdh-wpb-ecommerce-slider__frame { position: relative; z-index: 1; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: #172640; box-shadow: 0 25px 50px rgba(11,28,52,.35); }
.wdh-wpb-ecommerce-slider__slide { position: absolute; inset: 0; display: grid; margin: 0; place-items: center; opacity: 0; pointer-events: none; transition: opacity .42s ease; }
.wdh-wpb-ecommerce-slider__slide.is-active { opacity: 1; pointer-events: auto; }
.wdh-wpb-ecommerce-slider__slide img { display: block; width: 100%; height: 100%; object-fit: contain; }
.wdh-wpb-ecommerce-slider__controls { position: absolute; right: 16px; bottom: 16px; left: 16px; z-index: 2; display: flex; align-items: center; justify-content: space-between; }
.wdh-wpb-ecommerce-slider__controls > button { display: grid; width: 40px; height: 40px; padding: 0; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; background: rgba(28,75,137,.72); color: var(--wdh-white); cursor: pointer; place-items: center; font-size: 28px; line-height: 1; transition: background-color .2s ease, transform .2s ease; }
.wdh-wpb-ecommerce-slider__controls > button:hover { background: var(--wdh-navy); transform: translateY(-1px); }
.wdh-wpb-ecommerce-slider__dots { display: flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 999px; background: rgba(28,75,137,.72); }
.wdh-wpb-ecommerce-slider__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.6); cursor: pointer; transition: width .2s ease, background-color .2s ease; }
.wdh-wpb-ecommerce-slider__dots button[aria-current="true"] { width: 27px; background: var(--wdh-orange); }

.wdh-wpb-ecommerce-overview { padding: 92px 0; background: var(--wdh-white); }
.wdh-wpb-ecommerce-intro { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.wdh-wpb-ecommerce-intro .wdh-wpb__eyebrow { margin: 0 0 15px; color: var(--wdh-orange); font-weight: 800; letter-spacing: .18em; }
.wdh-wpb-ecommerce-intro h2 { margin: 0; color: var(--wdh-navy); font-size: clamp(33px, 4.1vw, 52px); font-weight: 800; letter-spacing: -.055em; line-height: 1.12; }
.wdh-wpb-ecommerce-intro > p:not(.wdh-wpb__eyebrow) { margin: 18px 0 0; color: var(--wdh-muted); font-size: 18px; line-height: 1.6; }
.wdh-wpb-ecommerce-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.wdh-wpb-ecommerce-benefits article { padding: 28px; border: 1px solid rgba(214,222,233,.76); border-radius: 24px; background: #f9fafc; }
.wdh-wpb-ecommerce-card__icon { display: grid; width: 48px; height: 48px; margin: 0 0 22px; border-radius: 15px; background: rgba(236,110,44,.1); color: var(--wdh-orange); place-items: center; }
.wdh-wpb-ecommerce-card__icon svg { width: 24px; height: 24px; }
.wdh-wpb-ecommerce-benefits h3,
.wdh-wpb-ecommerce-capability-grid h3 { margin: 0 0 12px; color: var(--wdh-navy); font-size: 20px; font-weight: 800; letter-spacing: -.035em; line-height: 1.35; }
.wdh-wpb-ecommerce-benefits article > p,
.wdh-wpb-ecommerce-capability-grid article > p { margin: 0; color: var(--wdh-muted); font-size: 15px; line-height: 1.65; }
.wdh-wpb-ecommerce-platforms { margin-top: 70px; }
.wdh-wpb-ecommerce-platforms__intro { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.wdh-wpb-ecommerce-platforms__intro .wdh-wpb__eyebrow { margin: 0 0 12px; color: var(--wdh-orange); font-weight: 800; letter-spacing: .18em; }
.wdh-wpb-ecommerce-platforms__intro h3 { margin: 0; color: var(--wdh-navy); font-size: clamp(25px, 3vw, 34px); font-weight: 800; letter-spacing: -.045em; }
.wdh-wpb-ecommerce-platforms__intro > p:not(.wdh-wpb__eyebrow) { margin: 12px 0 0; color: var(--wdh-muted); font-size: 16px; line-height: 1.6; }
.wdh-wpb-ecommerce-platforms__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.wdh-wpb-ecommerce-platforms__grid article { padding: 24px; border: 1px solid rgba(236,110,44,.2); border-radius: 24px; background: rgba(236,110,44,.05); }
.wdh-wpb-ecommerce-platforms__logo { display: flex; height: 48px; align-items: center; margin-bottom: 20px; }
.wdh-wpb-ecommerce-platforms__logo img { display: block; max-width: 160px; max-height: 48px; object-fit: contain; object-position: left center; }
.wdh-wpb-ecommerce-platforms__logo span { color: var(--wdh-navy); font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 24px; font-weight: 800; letter-spacing: -.04em; }
.wdh-wpb-ecommerce-platforms__grid h4 { margin: 0 0 9px; color: var(--wdh-navy); font-size: 20px; font-weight: 800; }
.wdh-wpb-ecommerce-platforms__grid p { margin: 0; color: var(--wdh-muted); font-size: 15px; line-height: 1.62; }

.wdh-wpb-ecommerce-packages { padding: 92px 0; background: var(--wdh-navy); color: var(--wdh-white); }
.wdh-wpb-ecommerce-intro--dark h2 { color: var(--wdh-white); }
.wdh-wpb-ecommerce-intro--dark > p:not(.wdh-wpb__eyebrow) { color: rgba(255,255,255,.7); }
.wdh-wpb-ecommerce-package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.wdh-wpb-ecommerce-package-grid article { padding: 29px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.05); color: var(--wdh-white); }
.wdh-wpb-ecommerce-package-grid article.is-featured { border-color: var(--wdh-orange); background: var(--wdh-white); color: var(--wdh-navy); box-shadow: 0 20px 48px rgba(11,28,52,.26); }
.wdh-wpb-ecommerce-package__label { margin: 0 0 16px; color: rgba(255,255,255,.6); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.is-featured .wdh-wpb-ecommerce-package__label { color: var(--wdh-orange); }
.wdh-wpb-ecommerce-package-grid h3 { margin: 0 0 14px; color: inherit; font-size: 25px; font-weight: 800; letter-spacing: -.04em; line-height: 1.2; }
.wdh-wpb-ecommerce-package__description { margin: 0 0 23px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.62; }
.is-featured .wdh-wpb-ecommerce-package__description { color: var(--wdh-muted); }
.wdh-wpb-ecommerce-package-grid ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.wdh-wpb-ecommerce-package-grid li { display: flex; gap: 10px; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.45; }
.wdh-wpb-ecommerce-package-grid li svg { width: 18px; height: 18px; flex: 0 0 18px; color: var(--wdh-orange); }
.is-featured li { color: var(--wdh-muted); }

.wdh-wpb-ecommerce-included,
.wdh-wpb-ecommerce-capabilities { padding: 92px 0; background: var(--wdh-soft); }
.wdh-wpb-ecommerce-included__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 8vw, 104px); align-items: center; }
.wdh-wpb-ecommerce-included__media { overflow: hidden; border: 1px solid rgba(214,222,233,.65); border-radius: 24px; background: var(--wdh-white); box-shadow: 0 16px 32px rgba(15,23,42,.13); }
.wdh-wpb-ecommerce-included__media img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.wdh-wpb-ecommerce-included__copy .wdh-wpb__eyebrow { margin: 0 0 14px; color: var(--wdh-orange); font-weight: 800; letter-spacing: .18em; }
.wdh-wpb-ecommerce-included h2 { margin: 0 0 24px; color: var(--wdh-navy); font-size: clamp(31px, 3.7vw, 48px); font-weight: 800; letter-spacing: -.052em; line-height: 1.16; }
.wdh-wpb-ecommerce-included__copy > ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 20px; margin: 0; padding: 0; list-style: none; }
.wdh-wpb-ecommerce-included__copy li { display: flex; gap: 10px; color: var(--wdh-muted); font-size: 15px; line-height: 1.48; }
.wdh-wpb-ecommerce-included__copy li svg { width: 18px; height: 18px; flex: 0 0 18px; color: var(--wdh-orange); }
.wdh-wpb-ecommerce-included aside { display: grid; gap: 4px; margin-top: 28px; padding: 20px; border: 1px solid rgba(236,110,44,.22); border-radius: 16px; background: rgba(236,110,44,.05); }
.wdh-wpb-ecommerce-included aside p { margin: 0; color: var(--wdh-orange); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.wdh-wpb-ecommerce-included aside strong { color: var(--wdh-navy); font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 25px; font-weight: 800; letter-spacing: -.04em; }
.wdh-wpb-ecommerce-included aside span { color: var(--wdh-muted); font-size: 14px; line-height: 1.45; }
.wdh-wpb-ecommerce-capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.wdh-wpb-ecommerce-capability-grid article { padding: 28px; border: 1px solid rgba(214,222,233,.8); border-radius: 24px; background: var(--wdh-white); box-shadow: 0 1px 2px rgba(15,23,42,.04); }
.wdh-wpb-ecommerce-systems { display: grid; grid-template-columns: auto 1fr; gap: 17px; max-width: 760px; margin: 40px auto 0; padding: 24px; border: 1px solid rgba(236,110,44,.2); border-radius: 24px; background: rgba(236,110,44,.05); }
.wdh-wpb-ecommerce-systems__icon { color: var(--wdh-orange); }
.wdh-wpb-ecommerce-systems__icon svg { width: 24px; height: 24px; }
.wdh-wpb-ecommerce-systems h3 { margin: 0; color: var(--wdh-navy); font-size: 18px; font-weight: 800; }
.wdh-wpb-ecommerce-systems p { margin: 7px 0 0; color: var(--wdh-muted); font-size: 15px; line-height: 1.6; }
.wdh-wpb-ecommerce-systems__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.wdh-wpb-ecommerce-systems__tags span { padding: 6px 11px; border: 1px solid var(--wdh-line); border-radius: 999px; background: var(--wdh-white); color: #475467; font-size: 12px; font-weight: 600; }

.wdh-wpb-ecommerce-process { padding: 92px 0; background: var(--wdh-white); }
.wdh-wpb-ecommerce-process__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px; }
.wdh-wpb-ecommerce-process__grid article { padding-top: 22px; border-top: 2px solid var(--wdh-orange); }
.wdh-wpb-ecommerce-process__grid article > p { margin: 0 0 18px; color: var(--wdh-orange); font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .17em; }
.wdh-wpb-ecommerce-process__grid h3 { margin: 0 0 10px; color: var(--wdh-navy); font-size: 25px; font-weight: 800; letter-spacing: -.04em; }
.wdh-wpb-ecommerce-process__grid span { color: var(--wdh-muted); font-size: 15px; line-height: 1.62; }

.wdh-wpb-ecommerce-cta { padding: 84px 0; background: var(--wdh-navy); color: var(--wdh-white); }
.wdh-wpb-ecommerce-cta__grid { display: grid; grid-template-columns: 1fr auto; gap: 46px; align-items: center; }
.wdh-wpb-ecommerce-cta h2 { max-width: 710px; margin: 0; color: var(--wdh-white); font-size: clamp(32px, 4.25vw, 52px); font-weight: 800; letter-spacing: -.055em; line-height: 1.12; }
.wdh-wpb-ecommerce-cta > .wdh-wpb__container > div:first-child > p:not(.wdh-wpb__eyebrow) { max-width: 670px; margin: 16px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.62; }
.wdh-wpb-ecommerce-cta .wdh-wpb__button { min-height: 54px; border-radius: 999px; padding: 14px 27px; background: var(--wdh-orange); color: var(--wdh-white) !important; white-space: nowrap; }
.wdh-wpb-ecommerce-cta .wdh-wpb__button--ecommerce-cta { border-color: var(--wdh-white); }
.wdh-wpb-ecommerce-cta .wdh-wpb__button--ecommerce-cta:hover { border-color: var(--wdh-white); }

/* Keep every Ecommerce content heading aligned with the approved 700-weight React hierarchy. */
.wdh-wpb-ecommerce-page .wdh-wpb-ecommerce-hero :is(h1, h2, h3, h4, h5, h6),
.wdh-wpb-ecommerce-page .wdh-wpb-ecommerce-overview :is(h1, h2, h3, h4, h5, h6),
.wdh-wpb-ecommerce-page .wdh-wpb-ecommerce-packages :is(h1, h2, h3, h4, h5, h6),
.wdh-wpb-ecommerce-page .wdh-wpb-ecommerce-included :is(h1, h2, h3, h4, h5, h6),
.wdh-wpb-ecommerce-page .wdh-wpb-ecommerce-capabilities :is(h1, h2, h3, h4, h5, h6),
.wdh-wpb-ecommerce-page .wdh-wpb-ecommerce-process :is(h1, h2, h3, h4, h5, h6),
.wdh-wpb-ecommerce-page .wdh-wpb-ecommerce-cta :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 700;
}

@media (max-width: 980px) {
  .wdh-wpb-ecommerce-hero__grid,
  .wdh-wpb-ecommerce-included__grid,
  .wdh-wpb-ecommerce-cta__grid { grid-template-columns: 1fr; }
  .wdh-wpb-ecommerce-hero__grid { min-height: auto; padding: 76px 0 84px; }
  .wdh-wpb-ecommerce-hero__copy { max-width: 690px; }
  .wdh-wpb-ecommerce-slider { max-width: 760px; width: 100%; margin: 0 auto; }
  .wdh-wpb-ecommerce-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wdh-wpb-ecommerce-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .wdh-wpb-ecommerce-hero__grid,
  .wdh-wpb-ecommerce-overview,
  .wdh-wpb-ecommerce-packages,
  .wdh-wpb-ecommerce-included,
  .wdh-wpb-ecommerce-capabilities,
  .wdh-wpb-ecommerce-process,
  .wdh-wpb-ecommerce-cta { padding-top: 66px; padding-bottom: 66px; }
  .wdh-wpb-ecommerce-hero h1 { font-size: clamp(40px, 12.2vw, 58px); }
  .wdh-wpb-ecommerce-hero__description { font-size: 17px; }
  .wdh-wpb-ecommerce-hero .wdh-wpb__actions { align-items: stretch; }
  .wdh-wpb-ecommerce-hero__proof-points { display: grid; gap: 9px; }
  .wdh-wpb-ecommerce-hero__sales-proof { width: 100%; padding: 18px; }
  .wdh-wpb-ecommerce-slider__controls { right: 11px; bottom: 11px; left: 11px; }
  .wdh-wpb-ecommerce-slider__controls > button { width: 36px; height: 36px; }
  .wdh-wpb-ecommerce-intro { margin-bottom: 36px; }
  .wdh-wpb-ecommerce-intro > p:not(.wdh-wpb__eyebrow) { font-size: 16px; }
  .wdh-wpb-ecommerce-benefits,
  .wdh-wpb-ecommerce-platforms__grid,
  .wdh-wpb-ecommerce-package-grid,
  .wdh-wpb-ecommerce-capability-grid,
  .wdh-wpb-ecommerce-process__grid,
  .wdh-wpb-ecommerce-included__copy > ul { grid-template-columns: 1fr; }
  .wdh-wpb-ecommerce-platforms { margin-top: 50px; }
  .wdh-wpb-ecommerce-benefits article,
  .wdh-wpb-ecommerce-capability-grid article,
  .wdh-wpb-ecommerce-package-grid article { padding: 24px; }
  .wdh-wpb-ecommerce-included__grid { gap: 36px; }
  .wdh-wpb-ecommerce-systems { grid-template-columns: 1fr; padding: 21px; }
  .wdh-wpb-ecommerce-cta .wdh-wpb__button { width: 100%; justify-content: center; }
}

/* Website Migration — dedicated transfer-path page blocks. */
.wdh-wpb-migration-hero,
.wdh-wpb-migration-options,
.wdh-wpb-migration-included,
.wdh-wpb-migration-process,
.wdh-wpb-migration-cta {
  box-sizing: border-box;
  width: 100%;
  font-family: "Inter", Arial, sans-serif;
}
.wdh-wpb-migration-hero *,
.wdh-wpb-migration-options *,
.wdh-wpb-migration-included *,
.wdh-wpb-migration-process *,
.wdh-wpb-migration-cta * { box-sizing: border-box; }
.wdh-wpb-migration-hero h1,
.wdh-wpb-migration-options h2,
.wdh-wpb-migration-options h3,
.wdh-wpb-migration-included h2,
.wdh-wpb-migration-process h2,
.wdh-wpb-migration-process h3,
.wdh-wpb-migration-cta h2 { font-family: "Plus Jakarta Sans", Arial, sans-serif; }

.wdh-wpb-migration-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 45%, rgba(236,110,44,.2), transparent 28rem),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.1), transparent 24rem),
    var(--wdh-navy);
  color: var(--wdh-white);
}
.wdh-wpb-migration-hero::before {
  position: absolute;
  inset: 0;
  background: transparent;
  content: "";
  pointer-events: none;
}
.wdh-wpb-migration-hero__grid {
  position: relative;
  z-index: 1;
  display: block;
  width: min(1024px, calc(100% - 48px));
  min-height: 650px;
  padding-top: 112px;
  padding-bottom: 112px;
}
.wdh-wpb-migration-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 672px;
}
.wdh-wpb-migration-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
.wdh-wpb-migration-hero__eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wdh-orange);
}
.wdh-wpb-migration-hero h1 {
  max-width: 15ch;
  margin: 0 0 24px;
  color: var(--wdh-white);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1;
}
.wdh-wpb-migration-hero__description {
  max-width: 672px;
  margin: 0;
  color: rgba(255,255,255,.8);
  font-size: 20px;
  line-height: 1.6;
}
.wdh-wpb-migration-hero .wdh-wpb__actions { gap: 16px; margin-top: 36px; }
.wdh-wpb-migration-hero .wdh-wpb__button { min-height: 56px; padding: 16px 32px; font-size: 18px; }
.wdh-wpb-migration-hero .wdh-wpb__button--outline { color: var(--wdh-white) !important; }

.wdh-wpb-migration-hero__visual {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  width: 58%;
  min-height: 0;
  pointer-events: none;
}
.wdh-wpb-migration-site {
  position: absolute;
  width: min(256px, 58%);
  padding: 13px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 25px 55px rgba(0,0,0,.25);
  backdrop-filter: blur(8px);
}
.wdh-wpb-migration-site--current { top: 18%; left: 7%; transform: rotate(-5deg); }
.wdh-wpb-migration-site--target {
  right: 13%;
  top: 36%;
  width: min(288px, 64%);
  border-color: rgba(236,110,44,.45);
  background: rgba(236,110,44,.12);
  transform: rotate(4deg);
}
.wdh-wpb-migration-site > p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0 1px 11px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.7);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.wdh-wpb-migration-site > p span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wdh-orange);
}
.wdh-wpb-migration-site--target > p { color: var(--wdh-orange); }
.wdh-wpb-migration-site__panel {
  position: relative;
  margin-top: 12px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: rgba(28,75,137,.7);
}
.wdh-wpb-migration-site__panel strong {
  display: inline-block;
  color: var(--wdh-white);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 17px;
}
.wdh-wpb-migration-site__panel em {
  float: right;
  padding: 4px 7px;
  border-radius: 4px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.46);
  font-size: 8px;
  font-style: normal;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.wdh-wpb-migration-site--target .wdh-wpb-migration-site__panel em {
  background: rgba(236,110,44,.2);
  color: var(--wdh-orange);
}
.wdh-wpb-migration-site--target .wdh-wpb-migration-site__panel { background: rgba(28,75,137,.8); }
.wdh-wpb-migration-site__lines { display: grid; gap: 8px; margin-top: 18px; }
.wdh-wpb-migration-site__lines i {
  display: block;
  width: 80%;
  height: 6px;
  border-radius: 20px;
  background: rgba(255,255,255,.25);
}
.wdh-wpb-migration-site__lines i + i { width: 58%; background: rgba(255,255,255,.14); }
.wdh-wpb-migration-site__tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 15px; }
.wdh-wpb-migration-site__tiles i { display: block; height: 44px; border-radius: 5px; background: rgba(236,110,44,.38); }
.wdh-wpb-migration-site__tiles i + i { background: rgba(255,255,255,.1); }
.wdh-wpb-migration-site__tiles i + i + i { background: rgba(255,255,255,.08); }
.wdh-wpb-migration-site--target .wdh-wpb-migration-site__tiles { grid-template-columns: repeat(2, 1fr); }
.wdh-wpb-migration-site--target .wdh-wpb-migration-site__tiles i { height: 51px; }
.wdh-wpb-migration-transfer {
  position: absolute;
  top: 183px;
  left: 38%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--wdh-orange);
}
.wdh-wpb-migration-transfer i { display: block; width: 42px; height: 1px; background: rgba(236,110,44,.7); }
.wdh-wpb-migration-transfer i:last-child { width: 23px; }
.wdh-wpb-migration-transfer svg { width: 25px; height: 25px; }
.wdh-wpb-migration-server {
  position: absolute;
  bottom: 29px;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 100px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  background: rgba(0,0,0,.2);
  color: rgba(255,255,255,.5);
  text-align: center;
}
.wdh-wpb-migration-server svg { width: 20px; height: 20px; }
.wdh-wpb-migration-server small { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.wdh-wpb-migration-server--old { left: 12%; }
.wdh-wpb-migration-server--new { right: 12%; border-color: rgba(236,110,44,.35); background: rgba(236,110,44,.1); color: var(--wdh-orange); }

.wdh-wpb-migration-options { padding: 80px 0; background: var(--wdh-soft); }
.wdh-wpb-migration-intro { max-width: 700px; margin: 0 auto 56px; text-align: center; }
.wdh-wpb-migration-intro h2 {
  max-width: 630px;
  margin: 0 auto;
  color: var(--wdh-navy);
  font-size: clamp(30px, 3.5vw, 36px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.08;
}
.wdh-wpb-migration-intro > p:not(.wdh-wpb__eyebrow) { margin: 19px auto 0; color: var(--wdh-muted); font-size: 18px; line-height: 1.65; }
.wdh-wpb-migration-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1060px; margin: 0 auto; }
.wdh-wpb-migration-option {
  padding: 40px;
  border: 1px solid var(--wdh-line);
  border-radius: 24px;
  background: var(--wdh-white);
  box-shadow: 0 8px 20px rgba(15,23,42,.04);
}
.wdh-wpb-migration-option--dark { border-color: rgba(28,75,137,.1); background: var(--wdh-navy); color: var(--wdh-white); }
.wdh-wpb-migration-option__icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 16px;
  background: rgba(28,75,137,.06);
  color: var(--wdh-navy);
}
.wdh-wpb-migration-option__icon svg { width: 31px; height: 31px; }
.wdh-wpb-migration-option--dark .wdh-wpb-migration-option__icon { background: rgba(255,255,255,.1); color: var(--wdh-orange); }
.wdh-wpb-migration-option__label { margin: 0 0 12px; color: var(--wdh-orange); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.wdh-wpb-migration-option h3 { margin: 0 0 16px; color: var(--wdh-navy); font-size: clamp(24px, 2.4vw, 30px); font-weight: 700; letter-spacing: -.04em; line-height: 1.1; }
.wdh-wpb-migration-option--dark h3 { color: var(--wdh-white); }
.wdh-wpb-migration-option__description { margin: 0 0 28px; color: var(--wdh-muted); font-size: 18px; line-height: 1.625; }
.wdh-wpb-migration-option--dark .wdh-wpb-migration-option__description { color: rgba(255,255,255,.7); }
.wdh-wpb-migration-option ul,
.wdh-wpb-migration-included__list ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.wdh-wpb-migration-option li,
.wdh-wpb-migration-included__list li { display: flex; align-items: flex-start; gap: 11px; color: var(--wdh-muted); font-size: 15px; line-height: 1.55; }
.wdh-wpb-migration-option--dark li { color: rgba(255,255,255,.72); }
.wdh-wpb-migration-option li svg,
.wdh-wpb-migration-included__list li svg { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; color: var(--wdh-orange); }

.wdh-wpb-migration-included { padding: 80px 0; background: var(--wdh-white); }
.wdh-wpb-migration-included__grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: start; gap: clamp(3rem, 8vw, 8rem); }
.wdh-wpb-migration-included__copy { position: sticky; top: 32px; }
.wdh-wpb-migration-included__icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid var(--wdh-line);
  border-radius: 16px;
  background: rgba(28,75,137,.05);
  color: var(--wdh-orange);
}
.wdh-wpb-migration-included__icon svg { width: 31px; height: 31px; }
.wdh-wpb-migration-included h2 { margin: 0; color: var(--wdh-navy); font-size: clamp(30px, 3.5vw, 36px); font-weight: 700; letter-spacing: -.04em; line-height: 1.1; }
.wdh-wpb-migration-included__copy > p:not(.wdh-wpb__eyebrow) { margin: 20px 0 0; color: var(--wdh-muted); font-size: 18px; line-height: 1.65; }
.wdh-wpb-migration-included__copy .wdh-wpb__button { margin-top: 29px; background: var(--wdh-navy); border-color: var(--wdh-navy); }
.wdh-wpb-migration-included__list { padding-top: 18px; }
.wdh-wpb-migration-included__list .wdh-wpb__eyebrow { margin-bottom: 24px; }
.wdh-wpb-migration-included__list ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.wdh-wpb-migration-included__list li { min-height: 84px; padding: 20px; border: 1px solid var(--wdh-line); border-radius: 16px; background: var(--wdh-soft); }

.wdh-wpb-migration-process { padding: 80px 0; background: var(--wdh-soft); }
.wdh-wpb-migration-process__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1024px; margin: 0 auto; }
.wdh-wpb-migration-process__grid article { padding: 28px; border: 1px solid var(--wdh-line); border-radius: 16px; background: var(--wdh-white); box-shadow: 0 8px 20px rgba(15,23,42,.035); }
.wdh-wpb-migration-process__grid strong { display: block; margin-bottom: 20px; color: var(--wdh-orange); font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 30px; letter-spacing: -.04em; }
.wdh-wpb-migration-process__grid h3 { margin: 0 0 12px; color: var(--wdh-navy); font-size: 20px; font-weight: 700; letter-spacing: -.03em; }
.wdh-wpb-migration-process__grid p { margin: 0; color: var(--wdh-muted); font-size: 15px; line-height: 1.65; }

.wdh-wpb-migration-cta { padding: 80px 0; background: var(--wdh-navy); color: var(--wdh-white); text-align: center; }
.wdh-wpb-migration-cta h2 { max-width: 18ch; margin: 0 auto; color: var(--wdh-white); font-size: clamp(30px, 3.5vw, 36px); font-weight: 700; letter-spacing: -.04em; line-height: 1.1; }
.wdh-wpb-migration-cta p { max-width: 640px; margin: 20px auto 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }
.wdh-wpb-migration-cta .wdh-wpb__button { margin-top: 31px; }

@media (max-width: 980px) {
  .wdh-wpb-migration-hero__grid { display: grid; grid-template-columns: 1fr; width: min(100% - 48px, 1180px); min-height: auto; padding-top: 76px; padding-bottom: 24px; }
  .wdh-wpb-migration-hero__copy { max-width: 720px; }
  .wdh-wpb-migration-hero__visual { position: relative; inset: auto; width: min(700px, 100%); min-height: 490px; margin: 0 auto; pointer-events: auto; }
  .wdh-wpb-migration-included__grid { grid-template-columns: 1fr; gap: 36px; }
  .wdh-wpb-migration-included__copy { position: static; }
}
@media (max-width: 680px) {
  .wdh-wpb__container { width: calc(100vw - 48px); }
  .wdh-wpb-migration-hero__grid,
  .wdh-wpb-migration-options,
  .wdh-wpb-migration-included,
  .wdh-wpb-migration-process,
  .wdh-wpb-migration-cta { padding-top: 66px; padding-bottom: 66px; }
  .wdh-wpb-migration-hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .wdh-wpb-migration-hero__description { font-size: 17px; }
  .wdh-wpb-migration-hero__visual { min-height: 405px; transform: scale(.86); transform-origin: top center; margin-bottom: -54px; }
  .wdh-wpb-migration-site { width: 68%; }
  .wdh-wpb-migration-site--current { left: 0; }
  .wdh-wpb-migration-site--target { right: 0; top: 155px; }
  .wdh-wpb-migration-transfer { top: 151px; left: 35%; }
  .wdh-wpb-migration-server--old { left: 0; }
  .wdh-wpb-migration-server--new { right: 0; }
  .wdh-wpb-migration-option-grid,
  .wdh-wpb-migration-process__grid,
  .wdh-wpb-migration-included__list ul { grid-template-columns: 1fr; }
  .wdh-wpb-migration-option { padding: 28px; }
  .wdh-wpb-migration-intro { margin-bottom: 36px; }
  .wdh-wpb-migration-intro > p:not(.wdh-wpb__eyebrow),
  .wdh-wpb-migration-included__copy > p:not(.wdh-wpb__eyebrow),
  .wdh-wpb-migration-cta p { font-size: 16px; }
  .wdh-wpb-migration-included__list { padding-top: 0; }
  .wdh-wpb-migration-cta .wdh-wpb__button,
  .wdh-wpb-migration-hero .wdh-wpb__button { width: 100%; justify-content: center; }
}

/* Match the React visual viewport when The7 reserves scrollbar width from 100%. */
body.wdh-wpb-migration-page { width: 100%; max-width: none; }
body.wdh-wpb-migration-page .wdh-wpb-migration-hero__grid {
  width: min(1024px, calc(100vw - 48px));
}
@media (max-width: 680px) {
  body.wdh-wpb-migration-page .wdh-wpb-migration-hero__grid {
    width: min(1024px, calc(100vw - 48px));
  }
}

/* Dedicated Portfolio page blocks — mirrors the React Portfolio composition. */
.wdh-wpb-portfolio-hero,
.wdh-wpb-portfolio-systems,
.wdh-wpb-portfolio-gallery,
.wdh-wpb-portfolio-cta {
  box-sizing: border-box;
  width: 100%;
  font-family: "Inter", Arial, sans-serif;
}
.wdh-wpb-portfolio-hero *,
.wdh-wpb-portfolio-systems *,
.wdh-wpb-portfolio-gallery *,
.wdh-wpb-portfolio-cta * { box-sizing: border-box; }
.wdh-wpb-portfolio-hero h1,
.wdh-wpb-portfolio-systems h2,
.wdh-wpb-portfolio-systems h3,
.wdh-wpb-portfolio-gallery h3 { font-family: "Plus Jakarta Sans", Arial, sans-serif; }

.wdh-wpb-portfolio-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(circle at 20% 0, rgba(255,255,255,.1), transparent 24rem),
    var(--wdh-navy);
  color: var(--wdh-white);
  text-align: center;
}
.wdh-wpb-portfolio-hero .wdh-wpb__container { max-width: 860px; }
.wdh-wpb-portfolio-hero h1 {
  margin: 0;
  color: var(--wdh-white);
  font-size: clamp(42px, 6vw, 64px);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: 1.05;
}
.wdh-wpb-portfolio-hero p {
  max-width: 735px;
  margin: 24px auto 0;
  color: rgba(255,255,255,.8);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.6;
}

.wdh-wpb-portfolio-systems { padding: 80px 0; background: var(--wdh-white); }
.wdh-wpb-portfolio-systems__intro { max-width: 740px; margin: 0 auto 48px; text-align: center; }
.wdh-wpb-portfolio-systems__intro h2 {
  margin: 0;
  color: var(--wdh-navy);
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: 1.08;
}
.wdh-wpb-portfolio-systems__intro > p:not(.wdh-wpb__eyebrow) { margin: 19px auto 0; color: var(--wdh-muted); font-size: 18px; line-height: 1.65; }
.wdh-wpb-portfolio-systems__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.wdh-wpb-portfolio-systems__grid article { padding: 24px; border: 1px solid rgba(214,222,233,.8); border-radius: 16px; background: var(--wdh-soft); }
.wdh-wpb-portfolio-systems__icon { display: grid; width: 48px; height: 48px; margin-bottom: 20px; place-items: center; border-radius: 12px; background: rgba(28,75,137,.06); color: var(--wdh-navy); }
.wdh-wpb-portfolio-systems__icon svg { width: 23px; height: 23px; }
.wdh-wpb-portfolio-systems__grid h3 { margin: 0; color: var(--wdh-navy); font-size: 18px; font-weight: 800; letter-spacing: -.03em; }
.wdh-wpb-portfolio-systems__grid a { display: block; margin-top: 9px; color: var(--wdh-orange); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.wdh-wpb-portfolio-systems__grid a:hover { color: var(--wdh-navy); }
.wdh-wpb-portfolio-systems__grid p { margin: 16px 0 0; color: var(--wdh-muted); font-size: 14px; line-height: 1.65; }

.wdh-wpb-portfolio-gallery { min-height: 700px; padding: 80px 0; background: var(--wdh-soft); }
.wdh-wpb-portfolio-gallery__filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0 0 64px; }
.wdh-wpb-portfolio-gallery__filters button {
  min-height: 38px;
  padding: 8px 22px;
  border: 1px solid rgba(214,222,233,.9);
  border-radius: 999px;
  background: var(--wdh-white);
  color: var(--wdh-muted);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.wdh-wpb-portfolio-gallery__filters button:hover { transform: translateY(-1px); color: var(--wdh-navy); }
.wdh-wpb-portfolio-gallery__filters button.is-active { border-color: var(--wdh-navy); background: var(--wdh-navy); color: var(--wdh-white); box-shadow: 0 8px 15px rgba(28,75,137,.18); }
.wdh-wpb-portfolio-gallery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.wdh-wpb-portfolio-gallery__grid > article {
  overflow: hidden;
  border: 1px solid rgba(214,222,233,.7);
  border-radius: 16px;
  background: var(--wdh-white);
  box-shadow: 0 1px 2px rgba(15,23,42,.06);
  transition: transform .3s ease, box-shadow .3s ease;
}
.wdh-wpb-portfolio-gallery__grid > article:hover { transform: translateY(-4px); box-shadow: 0 18px 30px rgba(15,23,42,.12); }
.wdh-wpb-portfolio-gallery__grid > article[hidden] { display: none !important; }
.wdh-wpb-portfolio-gallery__image { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #eaf0f4; }
.wdh-wpb-portfolio-gallery__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.wdh-wpb-portfolio-gallery__grid > article:hover .wdh-wpb-portfolio-gallery__image img { transform: scale(1.05); }
.wdh-wpb-portfolio-gallery__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(28,75,137,.8);
  opacity: 0;
  transition: opacity .3s ease;
  backdrop-filter: blur(3px);
}
.wdh-wpb-portfolio-gallery__grid > article:hover .wdh-wpb-portfolio-gallery__overlay,
.wdh-wpb-portfolio-gallery__grid > article:focus-within .wdh-wpb-portfolio-gallery__overlay { opacity: 1; }
.wdh-wpb-portfolio-gallery__overlay a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  padding: 10px 18px;
  background: rgba(255,255,255,.1);
  color: var(--wdh-white) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background-color .2s ease, color .2s ease;
}
.wdh-wpb-portfolio-gallery__overlay a:hover { background: var(--wdh-white); color: var(--wdh-navy) !important; }
.wdh-wpb-portfolio-gallery__content { min-height: 159px; padding: 24px; }
.wdh-wpb-portfolio-gallery__content > p { margin: 0 0 8px; color: var(--wdh-orange); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wdh-wpb-portfolio-gallery__content h3 { max-width: 18ch; margin: 0; color: var(--wdh-ink); font-size: 21px; font-weight: 800; letter-spacing: -.035em; line-height: 1.18; }
.wdh-wpb-portfolio-gallery__content span { display: block; margin-top: 12px; color: var(--wdh-muted); font-size: 14px; line-height: 1.55; }

.wdh-wpb-portfolio-cta { padding: 80px 0; background: var(--wdh-soft); text-align: center; }
.wdh-wpb-portfolio-cta p { margin: 0; color: var(--wdh-muted); font-size: 18px; line-height: 1.6; }
.wdh-wpb-portfolio-cta .wdh-wpb__button { margin-top: 24px; }

@media (max-width: 980px) {
  .wdh-wpb-portfolio-systems__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wdh-wpb-portfolio-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .wdh-wpb-portfolio-hero,
  .wdh-wpb-portfolio-systems,
  .wdh-wpb-portfolio-gallery,
  .wdh-wpb-portfolio-cta { padding-top: 64px; padding-bottom: 64px; }
  .wdh-wpb-portfolio-systems__intro { margin-bottom: 36px; }
  .wdh-wpb-portfolio-systems__intro > p:not(.wdh-wpb__eyebrow) { font-size: 16px; }
  .wdh-wpb-portfolio-systems__grid,
  .wdh-wpb-portfolio-gallery__grid { grid-template-columns: 1fr; }
  .wdh-wpb-portfolio-gallery__filters { justify-content: flex-start; margin-bottom: 40px; }
  .wdh-wpb-portfolio-gallery__filters button { flex: 1 0 auto; padding-right: 15px; padding-left: 15px; }
  .wdh-wpb-portfolio-gallery__grid { gap: 22px; }
  .wdh-wpb-portfolio-gallery__content { min-height: auto; }
  .wdh-wpb-portfolio-cta p { font-size: 16px; }
}

/* React parity: normal marketing typography is 700 at most, with restrained
   600-weight card titles and homepage eyebrows. The source design has only
   three deliberate 800-weight exceptions, restored at the end of this block. */
.wdh-wpb-page-header h1,
.wdh-wpb-home-ai-feature h2,
.wdh-wpb-home-difference h2,
.wdh-wpb-portfolio-intro h2,
.wdh-wpb-service-detail h2,
.wdh-wpb-design-service h2,
.wdh-wpb-hosting-plans h2,
.wdh-wpb-hosting-servers h2,
.wdh-wpb-hosting-ssl h2,
.wdh-wpb-hosting-plan h3,
.wdh-wpb-hosting-plan__price strong,
.wdh-wpb-hosting-plan__price sup,
.wdh-wpb-hosting-server-card h3,
.wdh-wpb-hosting-servers__quote h3,
.wdh-wpb-hosting-ssl__pricing strong,
.wdh-wpb-ecommerce-feature h2,
.wdh-wpb-about h2,
.wdh-wpb-about-values h2,
.wdh-wpb-split-story__copy h2,
.wdh-wpb-split-story__panel h3,
.wdh-wpb-faq__lead h2,
.wdh-wpb-faq__lead h3,
.wdh-wpb-faq__items h3,
.wdh-wpb-support-overview__intro h2,
.wdh-wpb-support-card h3,
.wdh-wpb-support-card a,
.wdh-wpb-support-card strong,
.wdh-wpb-support-faq__heading h2,
.wdh-wpb-support-cache h2,
.wdh-wpb-support-cache__columns h3,
.wdh-wpb-seo-sem-hero h1,
.wdh-wpb-seo-service__copy h2,
.wdh-wpb-seo-service__pricing dd,
.wdh-wpb-cta h2,
.wdh-wpb-contact-details h2,
.wdh-wpb-contact-form h2,
.wdh-wpb-ecommerce-hero h1,
.wdh-wpb-ecommerce-intro h2,
.wdh-wpb-ecommerce-benefits h3,
.wdh-wpb-ecommerce-capability-grid h3,
.wdh-wpb-ecommerce-platforms__intro h3,
.wdh-wpb-ecommerce-platforms__grid h4,
.wdh-wpb-ecommerce-package-grid h3,
.wdh-wpb-ecommerce-included h2,
.wdh-wpb-ecommerce-included aside strong,
.wdh-wpb-ecommerce-systems h3,
.wdh-wpb-ecommerce-process__grid h3,
.wdh-wpb-ecommerce-cta h2,
.wdh-wpb-migration-hero h1,
.wdh-wpb-migration-intro h2,
.wdh-wpb-migration-option h3,
.wdh-wpb-migration-included h2,
.wdh-wpb-migration-process__grid h3,
.wdh-wpb-migration-cta h2,
.wdh-wpb-portfolio-hero h1,
.wdh-wpb-portfolio-systems__intro h2,
.wdh-wpb-portfolio-systems__grid h3,
.wdh-wpb-portfolio-gallery__content h3 {
  font-weight: 700;
}

.wdh-wpb-home-difference__card h3,
.wdh-wpb-feature h3 {
  font-weight: 600;
}

.wdh-wpb-service-detail__pricing summary,
.wdh-wpb-service-detail h4,
.wdh-wpb-design-service__featured p,
.wdh-wpb-design-service__identity-body p,
.wdh-wpb-design-service__campaign > p,
.wdh-wpb-hosting-plan dd,
.wdh-wpb-hosting-ssl__pricing p,
.wdh-wpb-seo-service__pricing summary,
.wdh-wpb-contact-form__services legend,
.wdh-wpb-contact-form label,
.wdh-wpb-contact-form button,
.wdh-wpb-ecommerce-hero .wdh-wpb__eyebrow,
.wdh-wpb-ecommerce-cta .wdh-wpb__eyebrow,
.wdh-wpb-ecommerce-intro .wdh-wpb__eyebrow,
.wdh-wpb-ecommerce-platforms__intro .wdh-wpb__eyebrow,
.wdh-wpb-ecommerce-package__label,
.wdh-wpb-ecommerce-included__copy .wdh-wpb__eyebrow,
.wdh-wpb-ecommerce-included aside p,
.wdh-wpb-ecommerce-process__grid article > p,
.wdh-wpb-migration-hero__eyebrow,
.wdh-wpb-migration-site > p,
.wdh-wpb-migration-server small,
.wdh-wpb-migration-option__label,
.wdh-wpb-portfolio-systems__grid a,
.wdh-wpb-portfolio-gallery__content > p {
  font-weight: 700;
}

.wdh-wpb-home-ai-feature__eyebrow,
.wdh-wpb-home-difference__eyebrow {
  font-size: 14px;
  font-weight: 600;
}

.wdh-wpb-cta {
  background:
    radial-gradient(circle at 20% 50%, rgba(236,110,44,.10), transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(0,188,212,.10), transparent 50%),
    var(--wdh-navy);
}

@media (min-width: 768px) {
  .wdh-wpb-stats__item strong { font-size: 36px; }
}

/* These three elements use 800 in the immutable React reference. */
.wdh-wpb-hero--portfolio h1,
.wdh-wpb-ecommerce-hero__sales-proof strong,
.wdh-wpb-ecommerce-platforms__logo span {
  font-weight: 800;
}

/*
 * React-matched controls for Design, Hosting and SEO / SEM / AI. These are
 * deliberately page-scoped so the approved Website Services work, shared
 * blocks, and unrelated WordPress pages retain their existing treatments.
 */
.wdh-wpb-design-services-page .wdh-wpb-page-header h1,
.wdh-wpb-hosting-services-page .wdh-wpb-page-header h1,
.wdh-wpb-seo-sem-page .wdh-wpb-page-header h1,
.wdh-wpb-design-services-page .wdh-wpb-design-service h2,
.wdh-wpb-design-services-page .wdh-wpb-cta h2,
.wdh-wpb-hosting-services-page .wdh-wpb-hosting-plans h2,
.wdh-wpb-hosting-services-page .wdh-wpb-hosting-plans h3,
.wdh-wpb-hosting-services-page .wdh-wpb-hosting-servers h2,
.wdh-wpb-hosting-services-page .wdh-wpb-hosting-servers h3,
.wdh-wpb-hosting-services-page .wdh-wpb-hosting-ssl h2,
.wdh-wpb-hosting-services-page .wdh-wpb-cta h2,
.wdh-wpb-seo-sem-page .wdh-wpb-service-detail h2,
.wdh-wpb-seo-sem-page .wdh-wpb-cta h2 {
  font-weight: 700;
}

.wdh-wpb-design-services-page .wdh-wpb__button,
.wdh-wpb-hosting-services-page .wdh-wpb__button,
.wdh-wpb-seo-sem-page .wdh-wpb__button {
  font-weight: 700;
}

.wdh-wpb-design-services-page .wdh-wpb-design-service__button,
.wdh-wpb-hosting-services-page .wdh-wpb__button--navy,
.wdh-wpb-seo-sem-page .wdh-wpb-service-detail .wdh-wpb__button--navy {
  min-height: 38px;
  border-radius: 999px;
  padding: 8px 32px;
  background: var(--wdh-navy);
  color: var(--wdh-white) !important;
  font-size: 14px;
}

.wdh-wpb-hosting-services-page .wdh-wpb-hosting-plan__button {
  padding-right: 16px;
  padding-left: 16px;
}

.wdh-wpb-hosting-services-page .wdh-wpb-hosting-servers__quote-button {
  min-height: 40px;
  border-radius: 999px;
  padding: 8px 32px;
  font-size: 14px;
}

.wdh-wpb-design-services-page .wdh-wpb-cta .wdh-wpb__button--cta-primary,
.wdh-wpb-hosting-services-page .wdh-wpb-hosting-plans__closing-button,
.wdh-wpb-hosting-services-page .wdh-wpb-cta .wdh-wpb__button--cta-primary,
.wdh-wpb-seo-sem-page .wdh-wpb-cta .wdh-wpb__button--cta-primary {
  min-height: 56px;
  border-radius: 999px;
  padding: 15px 40px;
  background: var(--wdh-orange);
  color: var(--wdh-white) !important;
  font-size: 18px;
}

.wdh-wpb-design-services-page .wdh-wpb-design-service__features,
.wdh-wpb-hosting-services-page .wdh-wpb-hosting-ssl ul,
.wdh-wpb-seo-sem-page .wdh-wpb-service-detail__copy > ul {
  gap: 12px;
  margin-bottom: 0;
}

.wdh-wpb-design-services-page .wdh-wpb-design-service__button,
.wdh-wpb-hosting-services-page .wdh-wpb-hosting-ssl__button,
.wdh-wpb-seo-sem-page .wdh-wpb-service-detail .wdh-wpb__button--navy {
  margin-top: 40px;
}

.wdh-wpb-design-services-page .wdh-wpb-design-service__features li,
.wdh-wpb-hosting-services-page .wdh-wpb-hosting-ssl li,
.wdh-wpb-seo-sem-page .wdh-wpb-service-detail__copy > ul li {
  gap: 12px;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
}

.wdh-wpb-design-services-page .wdh-wpb-design-service__features li svg,
.wdh-wpb-hosting-services-page .wdh-wpb-hosting-ssl li svg,
.wdh-wpb-seo-sem-page .wdh-wpb-service-detail__copy > ul li svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: var(--wdh-orange);
}
