:root{
  --wd-anchor-offset:164px;
}
html{
  scroll-padding-top:var(--wd-anchor-offset);
}
.wd-page{overflow-x:hidden}
.wd-page p,.wd-page li,.wd-page blockquote{font-size:16px;text-wrap:pretty}
.wd-page .breadcrumbs,.wd-page .breadcrumbs a,.wd-page .breadcrumbs span{font-size:12px!important;line-height:1.4;letter-spacing:.08em}
.wd-section-anchor{scroll-margin-top:var(--wd-anchor-offset)}
.wd-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--accent);font-size:13px;line-height:1;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.wd-kicker:before{content:"";width:26px;height:1px;background:currentColor;opacity:.8}
.wd-kicker-dark{color:#3f4f93}
.wd-hero,.wd-section h2,.wd-section h3,.wd-section h4,.wd-hero h1{font-family:"Instrument Sans",sans-serif;letter-spacing:-.045em;text-wrap:balance}
.wd-hero{min-height:min(620px,calc(100svh - 112px));display:grid;grid-template-columns:minmax(0,1.12fr) minmax(460px,.82fr);gap:52px;align-items:center;padding:42px 0 44px}
.wd-hero-copy{max-width:700px}
.wd-hero h1{margin:0;max-width:770px;font-size:clamp(50px,5.1vw,74px);line-height:.99;letter-spacing:-.058em;font-weight:500}
.wd-hero-copy>p{max-width:600px;margin:22px 0 0;color:var(--muted);font-size:17px;line-height:1.82}

.wd-client-cta{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-width:184px;
  min-height:52px;
  margin-top:28px;
  padding:0 16px 0 20px;
  border:1px solid rgba(184,198,255,.54);
  background:linear-gradient(135deg,#b8c6ff 0%,#d4dcff 52%,#aebeff 100%);
  box-shadow:0 12px 30px rgba(116,136,224,.14),inset 0 1px 0 rgba(255,255,255,.46);
  color:#181b21;
  text-decoration:none;
  font-size:16px;
  line-height:1;
  font-weight:700;
  transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
}
.wd-client-cta svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.wd-client-cta:hover,.wd-client-cta:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 16px 36px rgba(116,136,224,.21),inset 0 1px 0 rgba(255,255,255,.55);
  filter:brightness(1.025);
}

/* Hero comparison — horizontal outcome system.
   A deliberate departure from the narrow vertical-card concept to prevent
   clipping and make the value difference understandable at a glance. */
.wd-hero-system{
  position:relative;
  justify-self:end;
  width:min(100%,540px);
  margin-top:8px;
  padding:18px;
  border:1px solid rgba(184,198,255,.18);
  background:
    radial-gradient(circle at 82% 72%,rgba(184,198,255,.055),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.010),rgba(255,255,255,.002));
  box-shadow:0 22px 62px rgba(0,0,0,.16);
  isolation:isolate;
  overflow:hidden;
}
.wd-hero-system:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.014) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);
  background-size:34px 34px;
  opacity:.30;
  -webkit-mask-image:radial-gradient(circle at center,#000 38%,transparent 92%);
  mask-image:radial-gradient(circle at center,#000 38%,transparent 92%);
}
.wd-hero-comparison-row{
  position:relative;
  display:grid;
  grid-template-columns:54px minmax(0,.9fr) minmax(190px,1.05fr);
  gap:18px;
  align-items:center;
  min-height:154px;
  padding:20px 20px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,rgba(255,255,255,.012),rgba(255,255,255,.004));
}
.wd-hero-comparison-traditional{
  opacity:.62;
}
.wd-hero-comparison-cro{
  border-color:rgba(184,198,255,.74);
  background:
    linear-gradient(145deg,rgba(184,198,255,.075),rgba(184,198,255,.014) 58%),
    rgba(255,255,255,.008);
  box-shadow:
    0 0 0 1px rgba(184,198,255,.06),
    0 16px 44px rgba(112,132,222,.08),
    inset 0 0 48px rgba(184,198,255,.025);
}
.wd-hero-comparison-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  color:#a2a8b0;
}
.wd-hero-comparison-icon svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.wd-hero-comparison-cro .wd-hero-comparison-icon{
  border-color:rgba(184,198,255,.42);
  color:#b8c6ff;
  box-shadow:inset 0 0 20px rgba(184,198,255,.04);
}
.wd-hero-comparison-core{
  min-width:0;
}
.wd-hero-comparison-core>span{
  display:block;
  color:#a7adb5;
  font-size:13px;
  line-height:1.35;
  font-weight:650;
}
.wd-hero-comparison-core>strong{
  display:block;
  margin-top:8px;
  color:#d5d7db;
  font-family:"Instrument Sans",sans-serif;
  font-size:clamp(28px,2.25vw,36px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:560;
  text-wrap:balance;
}
.wd-hero-comparison-cro .wd-hero-comparison-core>span{
  color:#c5cfff;
}
.wd-hero-comparison-cro .wd-hero-comparison-core>strong{
  color:#b8c6ff;
}
.wd-hero-comparison-outcomes{
  min-width:0;
  display:grid;
  gap:12px;
  padding-left:20px;
  border-left:1px solid rgba(255,255,255,.09);
}
.wd-hero-comparison-cro .wd-hero-comparison-outcomes{
  border-left-color:rgba(184,198,255,.18);
}
.wd-hero-comparison-outcomes>span{
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
  color:#b5bac2;
  font-size:16px;
  line-height:1.38;
  text-wrap:pretty;
}
.wd-hero-comparison-outcomes i{
  flex:0 0 auto;
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border:1px solid currentColor;
  border-radius:50%;
  font-size:15px;
  line-height:1;
  font-style:normal;
  font-weight:700;
  opacity:.76;
}
.wd-hero-comparison-cro .wd-hero-comparison-outcomes>span{
  color:#e0e6ff;
}
.wd-hero-comparison-cro .wd-hero-comparison-outcomes i{
  color:#b8c6ff;
  opacity:1;
}
.wd-hero-vs-rule{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:10px;
  align-items:center;
  min-height:52px;
}
.wd-hero-vs-rule>i{
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(184,198,255,.28));
}
.wd-hero-vs-rule>i:last-child{
  transform:rotate(180deg);
}
.wd-hero-vs-rule>span{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border:1px solid rgba(184,198,255,.30);
  border-radius:50%;
  background:#202226;
  color:#edf1ff;
  font-size:14px;
  font-weight:700;
  box-shadow:0 0 0 8px rgba(184,198,255,.025),0 0 24px rgba(184,198,255,.065);
}

.wd-section-nav{position:sticky;top:88px;z-index:80;border-top:0;border-bottom:1px solid var(--line-soft);background:rgba(32,34,38,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.wd-section-nav-inner{min-height:60px;display:flex;align-items:center;gap:26px;overflow-x:auto;scrollbar-width:none}
.wd-section-nav-inner::-webkit-scrollbar{display:none}
.wd-section-nav a{flex:0 0 auto;font-size:16px;color:var(--muted-2);font-weight:650;white-space:nowrap;transition:color .2s ease}
.wd-section-nav a:hover,.wd-section-nav a:focus-visible,.wd-section-nav a.is-active{color:var(--text)}

.wd-section{padding:118px 0}
.wd-section h2{margin:0;font-size:clamp(42px,5vw,70px);line-height:.98;font-weight:540}
.wd-section h3{margin:0;font-size:clamp(26px,2.5vw,38px);line-height:1.12;font-weight:550}
.wd-section h4{margin:0;font-size:22px;line-height:1.25;font-weight:560}
.wd-section-title{max-width:980px}
.wd-intro{max-width:1020px}
.wd-intro p{max-width:760px;margin:26px 0 0;color:var(--muted);font-size:18px;line-height:1.8}

.wd-philosophy-spotlight{display:grid;grid-template-columns:minmax(0,1fr) 94px minmax(0,1fr);gap:20px;align-items:center;margin-top:52px;padding:26px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.014),rgba(255,255,255,.006))}
.wd-philosophy-card{position:relative;min-height:250px;padding:22px 20px;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;justify-content:space-between;background:rgba(255,255,255,.01)}
.wd-philosophy-head span{display:block;color:#8f96a0;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.wd-philosophy-head strong{display:block;margin-top:14px;font-size:clamp(30px,2.6vw,42px);line-height:1.03;font-weight:560;letter-spacing:-.05em}
.wd-philosophy-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.wd-philosophy-tags i{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border:1px solid rgba(255,255,255,.08);color:#b4bbc4;font-size:14px;font-style:normal}
.wd-philosophy-old{opacity:.72}
.wd-philosophy-old strong{color:#d8dade}
.wd-philosophy-cro{border-color:rgba(184,198,255,.22);background:radial-gradient(circle at 80% 18%,rgba(184,198,255,.075),transparent 38%),rgba(255,255,255,.012)}
.wd-philosophy-cro strong{color:#dbe2ff}
.wd-philosophy-cro .wd-philosophy-tags i{border-color:rgba(184,198,255,.16);color:#d8def7}
.wd-philosophy-vs{display:grid;place-items:center}
.wd-philosophy-vs span{width:78px;height:78px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(184,198,255,.22);background:#202226;color:#d8def4;font-size:18px;font-weight:650;box-shadow:0 0 0 12px rgba(184,198,255,.03)}
.wd-philosophy-winner{margin-top:22px;align-self:flex-start;padding:10px 14px;border:1px solid rgba(184,198,255,.22);background:rgba(184,198,255,.065);color:#edf2ff;font-size:14px;font-weight:650}

.wd-compare-stack{margin-top:58px;display:grid;gap:14px}
.wd-compare-row{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.01),rgba(255,255,255,.004))}
.wd-compare-head{display:grid;grid-template-columns:62px minmax(0,1fr);gap:18px;align-items:start;padding:28px 30px 0}
.wd-compare-head span{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:50%;color:var(--accent);font-size:16px;font-weight:700}
.wd-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:26px 30px 30px}
.wd-compare-side{min-height:0;padding:22px 20px;border:1px solid rgba(255,255,255,.08);background:#202226}
.wd-compare-side span{display:block;margin-bottom:20px;color:#8f96a0;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.wd-compare-side p{margin:0;color:var(--muted);line-height:1.8}
.wd-compare-cro{border-color:rgba(184,198,255,.18);background:radial-gradient(circle at 84% 18%,rgba(184,198,255,.06),transparent 34%),rgba(255,255,255,.012)}
.wd-compare-cro span{color:var(--accent)}
.wd-compare-cro p{color:#cad0d8}

.wd-light{background:var(--paper);color:var(--ink)}
.wd-light .wd-intro p{color:#61666c}
.wd-execution-top{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.85fr);gap:40px;align-items:center}
.wd-exec-visual{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 58px minmax(0,1fr);gap:16px;align-items:center;padding:24px;border:1px solid rgba(21,23,26,.14);background:linear-gradient(180deg,#f4f4ef,#ecece7);box-shadow:0 24px 70px rgba(20,22,26,.08);overflow:hidden}
.wd-exec-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(21,23,26,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(21,23,26,.025) 1px,transparent 1px);background-size:30px 30px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 92%);mask-image:linear-gradient(to bottom,#000,transparent 92%);pointer-events:none}
.wd-exec-browser{position:relative;z-index:2;min-width:0;border:1px solid rgba(21,23,26,.14);background:#f7f7f3;box-shadow:0 18px 38px rgba(25,28,32,.07);overflow:hidden}
.wd-exec-browser-old{opacity:.72;filter:saturate(.62)}
.wd-exec-browser-cro{border-color:rgba(71,88,164,.28);box-shadow:0 22px 46px rgba(62,76,144,.13),inset 0 0 0 1px rgba(86,103,184,.04)}
.wd-exec-browser-bar{height:42px;display:flex;align-items:center;gap:6px;padding:0 12px;border-bottom:1px solid rgba(21,23,26,.09);background:#e8e9e4}
.wd-exec-browser-cro .wd-exec-browser-bar{background:#e8ebf8}
.wd-exec-browser-bar>i{width:7px;height:7px;border-radius:50%;background:#aeb2b5}
.wd-exec-browser-bar>span{margin-left:7px;color:#5f656c;font-size:12px;font-weight:700;letter-spacing:.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wd-exec-browser-cro .wd-exec-browser-bar>span{color:#405092}
.wd-exec-browser-page{position:relative;min-height:430px;padding:16px;background:#f8f8f5}
.wd-exec-browser-cro .wd-exec-browser-page{background:linear-gradient(180deg,#f9faff,#f5f6fb)}
.wd-exec-module{position:relative;border:1px solid rgba(21,23,26,.10);background:#ecece8;padding:12px;margin-top:10px}
.wd-exec-module small,.wd-exec-trust-cro small{display:block;color:#6a7077;font-size:11px;line-height:1.25;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.wd-exec-module strong{display:block;margin-top:8px;color:#33373c;font-size:20px;line-height:1.05;font-weight:650;letter-spacing:-.03em}
.wd-exec-module>span{display:block;margin-top:6px;color:#777d84;font-size:11px;line-height:1.35}
.wd-exec-hero-old{min-height:116px;display:grid;align-content:center;background:linear-gradient(135deg,#e1e2df,#eeeeeb)}
.wd-exec-hero-old strong{font-style:italic;font-weight:500;color:#767b80}
.wd-exec-cta-old{display:flex;align-items:center;justify-content:space-between;gap:10px}
.wd-exec-cta-old b{padding:8px 12px;border:1px solid #b9bcbf;color:#666b70;font-size:11px;font-weight:650}
.wd-exec-gallery-old>div{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:9px}
.wd-exec-gallery-old i{height:23px;background:#cfd1cf}
.wd-exec-form-old>div{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:9px}
.wd-exec-form-old i{height:12px;border:1px solid #c4c7c7;background:#f3f3f0}
.wd-exec-trust-old{min-height:38px;display:flex;align-items:center;justify-content:center;margin-top:10px;background:#e3e4e0;color:#8a8e92}
.wd-exec-trust-old small{font-size:10px}
.wd-exec-shift{position:relative;z-index:3;display:grid;place-items:center}
.wd-exec-shift:before,.wd-exec-shift:after{content:"";width:1px;height:74px;background:linear-gradient(rgba(70,86,159,.03),rgba(70,86,159,.45),rgba(70,86,159,.03))}
.wd-exec-shift span{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(70,86,159,.26);background:#f1f1ed;color:#4d5fa8;font-size:13px;font-weight:700;box-shadow:0 0 0 8px rgba(76,94,176,.04)}
.wd-exec-trust-cro{min-height:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(72,90,170,.20);background:#e9edff;color:#44569e}
.wd-exec-trust-cro small{color:#44569e}
.wd-exec-hero-cro{min-height:110px;background:linear-gradient(135deg,#eef1ff,#f9faff);border-color:rgba(72,90,170,.18)}
.wd-exec-hero-cro strong{color:#2b3876;font-size:22px}
.wd-exec-hero-cro>span{color:#59627b}
.wd-exec-cta-cro{display:grid;gap:8px;border-color:rgba(72,90,170,.18);background:#f3f5ff}
.wd-exec-cta-cro b{display:flex;align-items:center;justify-content:center;min-height:34px;padding:0 9px;background:#485cae;color:#fff;font-size:10px;line-height:1.15;text-align:center;font-weight:700;box-shadow:0 6px 14px rgba(69,88,173,.18)}
.wd-exec-gallery-cro{border-color:rgba(72,90,170,.14);background:#f4f5fb}
.wd-exec-gallery-cro>div{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:5px;margin-top:9px}
.wd-exec-gallery-cro i{height:27px;border:1px solid rgba(72,90,170,.15);background:linear-gradient(135deg,#dfe4fa,#eceffa)}
.wd-exec-form-cro{border-color:rgba(72,90,170,.14);background:#f4f5fb}
.wd-exec-form-cro>div{display:flex;gap:5px;margin-top:10px}
.wd-exec-form-cro i{flex:1;height:7px;border-radius:999px;background:#d5daee}
.wd-exec-form-cro i.is-active{background:#5267bc;box-shadow:0 0 10px rgba(82,103,188,.22)}
.wd-table-wrap{margin-top:54px;overflow-x:auto;border:1px solid rgba(21,23,26,.14);background:#f6f6f2;box-shadow:0 24px 70px rgba(20,22,26,.07)}
.wd-table{width:100%;min-width:920px;border-collapse:collapse;table-layout:fixed}
.wd-table th,.wd-table td{padding:26px 24px;border-right:1px solid rgba(21,23,26,.1);border-bottom:1px solid rgba(21,23,26,.1);vertical-align:top;font-size:16px;line-height:1.7;text-align:left}
.wd-table thead th{background:#e5e6e1;color:#22252a;font-weight:700}
.wd-table tbody th{color:#23262b;font-weight:700}
.wd-table tbody td:nth-child(2){color:#666b72}
.wd-table tbody td:nth-child(3){background:rgba(184,198,255,.07);color:#23262b}
.wd-table th:last-child,.wd-table td:last-child{border-right:0}.wd-table tbody tr:last-child>*{border-bottom:0}

.wd-big-statement{max-width:1080px;font-size:clamp(40px,4.7vw,66px)!important}
.wd-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:58px}
.wd-value-card,.wd-refresh-card,.wd-timeline-card{position:relative;padding:36px 34px;border:1px solid var(--line);background:#202226;overflow:hidden}
.wd-value-card:before,.wd-timeline-card:before{content:"";position:absolute;inset:auto 0 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(184,198,255,.45),transparent)}
.wd-value-card{min-height:390px}
.wd-value-card p,.wd-value-card li{color:var(--muted);line-height:1.75}.wd-value-card p{margin:24px 0 0}.wd-value-card ul,.wd-refresh-card ul,.wd-timeline-card ul,.wd-callout ul{padding-left:20px}.wd-value-card li+li,.wd-refresh-card li+li,.wd-timeline-card li+li{margin-top:12px}
.wd-math-visual{display:grid;grid-template-columns:1fr 42px 1fr;gap:10px;align-items:center;margin-top:28px;padding-top:26px;border-top:1px solid var(--line-soft)}
.wd-math-visual>div{min-height:120px;display:grid;align-content:center;gap:6px;padding:16px;border:1px solid var(--line-soft)}
.wd-math-visual span,.wd-math-visual small{color:#9ba1aa;font-size:16px}.wd-math-visual strong{color:var(--accent);font-size:42px;line-height:1;font-weight:560;letter-spacing:-.05em}.wd-math-visual i{height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}

.wd-callout{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.06fr) minmax(0,.82fr);gap:30px;align-items:start;margin-top:64px;padding:34px 36px;border:1px solid rgba(184,198,255,.20);background:radial-gradient(circle at 50% 0,rgba(184,198,255,.06),transparent 46%),rgba(255,255,255,.012)}
.wd-callout p,.wd-callout ul{margin:0;color:var(--muted);line-height:1.8}
.wd-callout-light{border-color:rgba(21,23,26,.14);background:#e6e7e2}
.wd-callout-light p,.wd-callout-light ul{color:#50555c}

.wd-refresh-hero{
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(520px,1.06fr);
  gap:48px;
  align-items:center;
  padding:46px;
  border:1px solid rgba(21,23,26,.13);
  background:linear-gradient(180deg,#f9f9f5 0%,#f2f2ed 100%);
  box-shadow:0 28px 80px rgba(22,24,28,.075);
}
.wd-refresh-copy{max-width:660px}
.wd-refresh-copy h2{
  font-family:"Instrument Sans",sans-serif;
  margin:18px 0 0;
  font-size:clamp(38px,3.55vw,54px);
  line-height:1.01;
  font-weight:540;
  letter-spacing:-.052em;
  color:#1e2024;
}
.wd-refresh-body{
  max-width:620px;
  margin:28px 0 0;
  color:#555c65;
  font-size:18px;
  line-height:1.8;
}
.wd-refresh-lede{
  max-width:620px;
  margin:34px 0 0;
  padding-top:26px;
  border-top:1px solid rgba(21,23,26,.12);
  color:#3c424a;
  font-size:16px;
  line-height:1.7;
  font-weight:650;
}
.wd-refresh-visual{
  position:relative;
  min-height:470px;
  display:grid;
  align-content:center;
  gap:34px;
  padding:34px 30px;
  border:1px solid rgba(21,23,26,.11);
  background:
    radial-gradient(circle at 50% 34%,rgba(94,111,190,.075),transparent 32%),
    linear-gradient(180deg,#f1f1ec 0%,#e9e9e4 100%);
  overflow:hidden;
  isolation:isolate;
}
.wd-refresh-visual:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.35;
  background:
    linear-gradient(rgba(21,23,26,.022) 1px,transparent 1px),
    linear-gradient(90deg,rgba(21,23,26,.022) 1px,transparent 1px);
  background-size:34px 34px;
  -webkit-mask-image:radial-gradient(circle at center,#000 28%,transparent 84%);
  mask-image:radial-gradient(circle at center,#000 28%,transparent 84%);
}
.wd-refresh-path{
  display:grid;
  grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr) 54px minmax(0,1fr);
  gap:8px;
  align-items:center;
}
.wd-refresh-node{
  min-width:0;
  min-height:172px;
  display:grid;
  align-content:center;
  justify-items:center;
  gap:10px;
  padding:20px 14px;
  border:1px solid rgba(21,23,26,.11);
  background:rgba(248,248,244,.72);
  text-align:center;
}
.wd-refresh-node span{
  color:#343a42;
  font-size:16px;
  line-height:1.3;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.wd-refresh-node small{
  max-width:120px;
  color:#737983;
  font-size:14px;
  line-height:1.45;
}
.wd-refresh-node-cro{
  border-color:rgba(70,89,170,.20);
  background:linear-gradient(180deg,rgba(247,248,255,.95),rgba(238,241,252,.88));
  box-shadow:0 14px 34px rgba(58,74,145,.08),inset 0 0 0 1px rgba(105,122,195,.035);
}
.wd-refresh-node-cro span{color:#40529c}
.wd-refresh-node-revenue{
  border-color:rgba(70,89,170,.18);
}
.wd-refresh-node-revenue span{color:#334789}
.wd-refresh-connector{display:grid;place-items:center}
.wd-refresh-connector i{
  position:relative;
  display:block;
  width:100%;
  height:1px;
  background:linear-gradient(90deg,rgba(63,79,147,.10),rgba(63,79,147,.55));
}
.wd-refresh-connector i:after{
  content:"";
  position:absolute;
  right:1px;
  top:50%;
  width:8px;
  height:8px;
  border-top:1px solid rgba(63,79,147,.68);
  border-right:1px solid rgba(63,79,147,.68);
  transform:translateY(-50%) rotate(45deg);
}
.wd-refresh-icon{position:relative;width:58px;height:48px;color:#87909b}
.wd-refresh-icon-browser{
  border:1px solid currentColor;
  border-radius:3px;
  opacity:.72;
}
.wd-refresh-icon-browser:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:10px;
  height:1px;
  background:currentColor;
}
.wd-refresh-icon-browser i{
  position:absolute;
  top:4px;
  width:3px;
  height:3px;
  border-radius:50%;
  background:currentColor;
}
.wd-refresh-icon-browser i:nth-child(1){left:6px}
.wd-refresh-icon-browser i:nth-child(2){left:12px}
.wd-refresh-icon-browser i:nth-child(3){left:18px}
.wd-refresh-icon-target{
  width:58px;
  height:58px;
  border:1px solid rgba(63,79,147,.38);
  border-radius:50%;
  color:#4559aa;
  box-shadow:inset 0 0 0 8px rgba(93,111,192,.06);
}
.wd-refresh-icon-target:before,
.wd-refresh-icon-target:after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px solid currentColor;
  inset:11px;
  opacity:.75;
}
.wd-refresh-icon-target:after{
  inset:22px;
  background:currentColor;
  border:0;
  opacity:1;
}
.wd-refresh-icon-bars{
  display:flex;
  align-items:end;
  justify-content:center;
  gap:5px;
  width:58px;
  height:54px;
  color:#4659aa;
}
.wd-refresh-icon-bars i{
  display:block;
  width:9px;
  border:1px solid currentColor;
  background:rgba(70,89,170,.07);
}
.wd-refresh-icon-bars i:nth-child(1){height:18px}
.wd-refresh-icon-bars i:nth-child(2){height:31px}
.wd-refresh-icon-bars i:nth-child(3){height:46px}
.wd-refresh-icon-bars:after{
  content:"";
  position:absolute;
  width:38px;
  height:20px;
  top:1px;
  left:9px;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
  transform:skewY(-32deg);
  opacity:.85;
}
.wd-refresh-module-shell{
  position:relative;
  padding-top:28px;
  border-top:1px solid rgba(21,23,26,.10);
}
.wd-refresh-module-label{
  position:absolute;
  top:-11px;
  left:50%;
  transform:translateX(-50%);
  padding:2px 10px;
  background:#ecece7;
  color:#55606c;
  font-size:13px;
  line-height:18px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}
.wd-refresh-modules{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
}
.wd-refresh-modules>div{
  min-width:0;
  min-height:86px;
  display:grid;
  align-content:center;
  justify-items:center;
  gap:9px;
  padding:12px 8px;
  border:1px solid rgba(21,23,26,.10);
  background:rgba(248,248,244,.76);
  color:#454b53;
  text-align:center;
}
.wd-refresh-modules span{
  font-size:14px;
  line-height:1.3;
  font-weight:650;
}
.wd-refresh-glyph{position:relative;display:block;width:24px;height:20px;color:#5367b9}
.wd-refresh-glyph-type:before{content:"T";position:absolute;inset:-5px 0 0;font-family:"Instrument Sans",sans-serif;font-style:normal;font-size:25px;line-height:1;font-weight:600;color:currentColor}
.wd-refresh-glyph-form:before,.wd-refresh-glyph-form:after{content:"";position:absolute;left:2px;right:2px;height:6px;border:1px solid currentColor;border-radius:2px}
.wd-refresh-glyph-form:before{top:1px}.wd-refresh-glyph-form:after{bottom:1px}
.wd-refresh-glyph-button:before{content:"";position:absolute;left:1px;right:1px;top:5px;height:9px;border:1px solid currentColor;border-radius:999px;background:rgba(83,103,185,.06)}
.wd-refresh-glyph-focus{border:1px solid currentColor;border-radius:50%}
.wd-refresh-glyph-focus:after{content:"";position:absolute;width:8px;height:1px;background:currentColor;right:-6px;bottom:0;transform:rotate(45deg);transform-origin:left center}
.wd-refresh-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:58px}
.wd-refresh-card{min-height:360px;border-color:rgba(21,23,26,.12);background:#f6f6f2}
.wd-refresh-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:3px;background:linear-gradient(90deg,rgba(63,79,147,.18),rgba(63,79,147,.6),rgba(63,79,147,.14))}
.wd-refresh-card p,.wd-refresh-card li{color:#565c63;line-height:1.75}.wd-refresh-card p{margin:24px 0 0}.wd-refresh-card strong{color:#1d1f23}

.wd-before-after{margin-top:74px}
.wd-before-after>h3{margin-bottom:28px;color:#1d1f23}
.wd-before-after-stack{display:grid;gap:14px}
.wd-before-after-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.wd-before-card,.wd-after-card{padding:28px;border:1px solid rgba(21,23,26,.12);min-height:0}
.wd-before-card{background:#ecece7}
.wd-after-card{background:linear-gradient(180deg,#f7f8ff,#eef2ff);border-color:rgba(121,138,214,.18);box-shadow:inset 0 0 0 1px rgba(121,138,214,.04)}
.wd-before-card span,.wd-after-card span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.wd-before-card span{background:#e1e2de;color:#565d65}
.wd-after-card span{background:rgba(121,138,214,.10);color:#4a5ca6}
.wd-before-card p,.wd-after-card p{margin:20px 0 0;line-height:1.8}
.wd-before-card p{color:#565c63}.wd-after-card p{color:#2a2f39}

.wd-process{margin-top:62px;padding:34px;border:1px solid var(--line);background:radial-gradient(circle at 50% 100%,rgba(184,198,255,.06),transparent 42%),rgba(255,255,255,.01)}
.wd-process-rail{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:34px 0 0;padding:0;list-style:none}
.wd-process-rail:before{content:"";position:absolute;left:8%;right:8%;top:30px;height:1px;background:linear-gradient(90deg,rgba(184,198,255,.12),rgba(184,198,255,.5),rgba(184,198,255,.12))}
.wd-process-rail li{position:relative;display:grid;justify-items:center;gap:17px;text-align:center}
.wd-process-rail span{width:60px;height:60px;display:grid;place-items:center;border:1px solid rgba(184,198,255,.22);border-radius:50%;background:#202226;color:var(--accent);font-size:18px;box-shadow:0 0 0 8px #202226}.wd-process-rail strong{font-size:16px;color:#c7ccd4}
.wd-process-details{margin-top:58px;border-top:1px solid var(--line)}
.wd-process-detail{display:grid;grid-template-columns:.88fr 1.12fr;gap:58px;padding:42px 0;border-bottom:1px solid var(--line)}
.wd-process-detail p,.wd-process-detail ul{grid-column:2;margin:0;color:var(--muted);line-height:1.8}.wd-process-detail ul{padding-left:20px}.wd-process-detail p+ul{margin-top:18px}
.wd-advantage{margin-top:68px;padding-top:36px;border-top:1px solid rgba(184,198,255,.2)}
.wd-advantage p{max-width:900px;margin:24px 0 0;color:#c7ccd4;font-size:18px;line-height:1.8}

.wd-deep{background:#1b1d21}
.wd-timeline-block{margin-top:70px}
.wd-timeline-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}
.wd-timeline-card ul{color:var(--muted)}
.wd-phase{margin-top:76px}
.wd-phase ol{margin:30px 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}
.wd-phase ol>li{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px;padding:32px 0;border-bottom:1px solid var(--line)}
.wd-phase ul{margin:0;padding-left:20px;color:var(--muted)}
.wd-alternative{margin-top:68px;padding:34px;border:1px solid rgba(184,198,255,.18);background:radial-gradient(circle at 90% 10%,rgba(184,198,255,.06),transparent 28%),#202226}
.wd-alternative p{max-width:1000px;margin:24px 0 0;color:#c7ccd4;line-height:1.8}

.wd-reveal{opacity:0;transform:translateY(16px);transition:opacity .72s var(--ease),transform .72s var(--ease)}
.wd-reveal.is-visible{opacity:1;transform:none}
.wd-hero-system.is-active{animation:wd-in .85s var(--ease) both}
@keyframes wd-in{from{opacity:0;clip-path:inset(6%);transform:translateY(10px)}to{opacity:1;clip-path:inset(0);transform:none}}

@media(max-width:1180px){
  :root{--wd-anchor-offset:146px}
  .wd-exec-visual{grid-template-columns:1fr 52px 1fr;gap:10px;padding:18px}
  .wd-exec-browser-page{min-height:400px}
  .wd-exec-module strong{font-size:18px}
  .wd-exec-shift span{width:46px;height:46px}

  .wd-hero{grid-template-columns:1fr;min-height:0;gap:48px}
  .wd-hero-copy{max-width:820px}
  .wd-hero-system{justify-self:start;width:min(100%,760px)}
  .wd-section-nav{top:72px}
  .wd-execution-top,.wd-refresh-hero,.wd-phase ol>li,.wd-process-detail,.wd-card-grid,.wd-refresh-grid,.wd-before-after-row{grid-template-columns:1fr}
  .wd-callout{grid-template-columns:1fr}
  .wd-timeline-cards{grid-template-columns:1fr}
}
@media(max-width:900px){
  .wd-section{padding:96px 0}
  .wd-philosophy-spotlight{grid-template-columns:1fr;gap:14px}
  .wd-philosophy-vs{order:2}
  .wd-philosophy-cro{order:3}
  .wd-compare-grid{grid-template-columns:1fr}
  .wd-process-rail{grid-template-columns:1fr;gap:0}
  .wd-process-rail:before{left:29px;right:auto;top:30px;bottom:30px;width:1px;height:auto}
  .wd-process-rail li{min-height:84px;grid-template-columns:60px 1fr;justify-items:start;align-items:center;text-align:left}
  .wd-process-detail p,.wd-process-detail ul{grid-column:1}
}
@media(max-width:720px){
  :root{--wd-anchor-offset:138px}
  .wd-exec-visual{grid-template-columns:1fr;gap:12px}
  .wd-exec-shift{grid-template-columns:1fr;min-height:54px}
  .wd-exec-shift:before,.wd-exec-shift:after{display:none}
  .wd-exec-browser-page{min-height:0}

  .wd-hero{padding:40px 0 58px}
  .wd-hero h1{max-width:770px;font-size:clamp(42px,11vw,62px)}
  .wd-hero-copy p,.wd-intro p,.wd-refresh-copy p{font-size:16px}
  .wd-hero-system{min-height:680px;padding:24px 18px}
  .wd-hero-system-inner{grid-template-columns:1fr;grid-template-rows:1fr 88px 1fr;gap:10px}
  .wd-hero-card{min-height:0;padding:26px 22px}
  .wd-hero-card strong{font-size:clamp(48px,15vw,72px)}
  .wd-hero-center:before,.wd-hero-center:after{width:66px;height:1px}
  .wd-hero-outcome{grid-template-columns:1fr;gap:12px}
  .wd-hero-outcome-arrow{width:1px;height:26px;justify-self:center;background:linear-gradient(transparent,rgba(184,198,255,.72),transparent)}
  .wd-hero-outcome-arrow:after{right:50%;top:auto;bottom:2px;transform:translateX(50%) rotate(135deg)}
  .wd-section h2{font-size:clamp(38px,11vw,54px)}
  .wd-refresh-copy h2{font-size:clamp(34px,9vw,48px)}
  .wd-big-statement{font-size:clamp(36px,10vw,48px)!important}
  .wd-compare-head,.wd-compare-grid,.wd-process,.wd-callout,.wd-alternative,.wd-refresh-hero{padding-left:18px;padding-right:22px}
  .wd-value-card,.wd-refresh-card,.wd-timeline-card,.wd-before-card,.wd-after-card{padding:28px 22px}
  .wd-math-visual{grid-template-columns:1fr}
  .wd-math-visual i{width:1px;height:28px;justify-self:center;background:linear-gradient(transparent,var(--accent),transparent)}
}
@media(prefers-reduced-motion:reduce){
  .wd-reveal{opacity:1!important;transform:none!important}
  .wd-hero-system,.wd-hero-system *{animation:none!important;transition:none!important}
}



/* =========================================================
   CRO REFRESH V5 — premium compact conversion path
   ========================================================= */
@media(max-width:1180px){
  .wd-refresh-hero{grid-template-columns:1fr;gap:34px;padding:38px}
  .wd-refresh-copy{max-width:800px}
  .wd-refresh-visual{min-height:0}
}
@media(max-width:760px){
  .wd-refresh-hero{padding:28px 22px}
  .wd-refresh-copy h2{font-size:clamp(36px,10vw,48px)}
  .wd-refresh-body{font-size:16px}
  .wd-refresh-visual{padding:26px 20px}
  .wd-refresh-path{grid-template-columns:1fr;gap:10px}
  .wd-refresh-node{min-height:135px}
  .wd-refresh-connector{min-height:34px}
  .wd-refresh-connector i{width:1px;height:34px;background:linear-gradient(180deg,rgba(63,79,147,.10),rgba(63,79,147,.55))}
  .wd-refresh-connector i:after{right:50%;top:auto;bottom:1px;transform:translateX(50%) rotate(135deg)}
  .wd-refresh-modules{grid-template-columns:1fr 1fr}
}
@media(max-width:460px){
  .wd-refresh-modules{grid-template-columns:1fr}
}




/* =========================================================
   HERO V9 — responsive horizontal outcome system
   ========================================================= */
@media(max-width:1180px){
  .wd-hero{
    grid-template-columns:1fr;
    min-height:0;
    gap:34px;
    padding-top:34px;
    padding-bottom:38px;
  }
  .wd-hero-copy{max-width:760px}
  .wd-hero h1{max-width:770px}
  .wd-hero-system{
    justify-self:start;
    width:min(100%,540px);
  }
}
@media(max-width:760px){
  .wd-hero{
    padding:28px 0 32px;
    gap:28px;
  }
  .wd-hero h1{
    max-width:770px;
    font-size:clamp(42px,11vw,62px);
  }
  .wd-hero-copy>p{
    font-size:16px;
    line-height:1.8;
  }
  .wd-client-cta{
    min-width:172px;
    min-height:50px;
    margin-top:24px;
  }

  .wd-hero-system{
    justify-self:stretch;
    width:100%;
    padding:16px;
  }
  .wd-hero-comparison-row{
    grid-template-columns:52px minmax(0,1fr);
    gap:14px;
    min-height:0;
    padding:18px 16px;
  }
  .wd-hero-comparison-icon{
    width:48px;
    height:48px;
    grid-row:1 / span 2;
  }
  .wd-hero-comparison-core>strong{
    font-size:clamp(28px,8vw,36px);
  }
  .wd-hero-comparison-outcomes{
    grid-column:1 / -1;
    margin-top:10px;
    padding:18px 0 0;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.09);
  }
  .wd-hero-comparison-cro .wd-hero-comparison-outcomes{
    border-left:0;
    border-top-color:rgba(184,198,255,.18);
  }
  .wd-hero-vs-rule{
    min-height:48px;
  }
  .wd-hero-vs-rule>span{
    width:50px;
    height:50px;
  }
}

/* =========================================================
   HOMEPAGE GRID TREATMENT — WEBSITE DESIGN HERO
   Mirrors the homepage 64px grid + center-axis treatment.
   ========================================================= */
.wd-hero{
  position:relative;
  isolation:isolate;
}
.wd-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.014) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);
  background-size:64px 64px;
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 72%,transparent 100%);
  mask-image:linear-gradient(to bottom,#000 0%,#000 72%,transparent 100%);
}
.wd-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,transparent 49.9%,var(--line-soft) 50%,transparent 50.1%),
    linear-gradient(transparent 49.9%,var(--line-soft) 50%,transparent 50.1%);
  opacity:.45;
}
.wd-hero > *{
  position:relative;
  z-index:1;
}


/* =========================================================
   WEBSITE DESIGN HERO V15 — balanced outcome typography
   ========================================================= */
.wd-hero-comparison-cro .wd-hero-comparison-outcomes{
  align-self:stretch;
  align-content:center;
}
.wd-hero-comparison-traditional .wd-hero-comparison-outcomes{
  align-self:stretch;
  align-content:center;
}

@media(max-width:760px){
  .wd-hero-comparison-outcomes>span{
    font-size:16px;
  }
  .wd-hero-comparison-outcomes i{
    width:26px;
    height:26px;
  }
}
/* =========================================================
   WEBSITE DESIGN V16 — FLUSH STACKED NAVIGATION
   Keep the secondary nav visually attached to the primary nav.
   ========================================================= */
body:has(.wd-section-nav) .ctg-header.is-scrolled::before,
body:has(.wd-section-nav) .ctg-header.is-open::before{
  border-bottom-color:transparent;
}

/* =========================================================
   WEBSITE DESIGN V17 — BARE-BONES INDUSTRY PREVIEW
   ========================================================= */
.wd-value-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);
  gap:clamp(40px,5vw,72px);
  align-items:center;
}

.wd-value-intro-grid .wd-big-statement{
  max-width:760px;
  font-size:clamp(38px,4vw,60px)!important;
  line-height:1;
}

.wd-industry-preview{
  --wd-preview-accent:#d4a56a;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  background:
    radial-gradient(circle at 78% 14%,color-mix(in srgb,var(--wd-preview-accent) 12%,transparent),transparent 36%),
    rgba(17,20,26,.78);
  box-shadow:0 24px 64px rgba(0,0,0,.22);
  transition:border-color .45s ease,box-shadow .45s ease;
}

.wd-industry-preview-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:end;
  padding:20px 20px 18px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.wd-industry-preview-eyebrow{
  display:block;
  color:color-mix(in srgb,var(--wd-preview-accent) 84%,#fff 16%);
  font-size:12px;
  line-height:1;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:700;
  transition:color .45s ease;
}

.wd-industry-preview-head h3{
  width:100%;
  max-width:none;
  margin:10px 0 0;
  font-size:clamp(20px,1.75vw,27px);
  line-height:1.12;
  letter-spacing:-.025em;
  font-weight:540;
  text-wrap:pretty;
}

.wd-industry-preview-controls{
  display:flex;
  align-items:center;
  gap:7px;
}

.wd-industry-preview-controls>button{
  appearance:none;
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.09);
  border-radius:50%;
  background:rgba(255,255,255,.02);
  color:#b9c0ca;
  cursor:pointer;
  font:500 13px/1 "Manrope",sans-serif;
}

.wd-industry-preview-controls>button:hover,
.wd-industry-preview-controls>button:focus-visible{
  color:#fff;
  border-color:color-mix(in srgb,var(--wd-preview-accent) 50%,rgba(255,255,255,.15));
  outline:none;
}

.wd-industry-preview-dots{
  display:flex;
  gap:5px;
  align-items:center;
}

.wd-industry-preview-dots button{
  appearance:none;
  width:5px;
  height:5px;
  padding:0;
  border:0;
  border-radius:999px;
  background:#6c7480;
  opacity:.55;
  cursor:pointer;
  transition:width .22s ease,opacity .22s ease,background-color .22s ease;
}

.wd-industry-preview-dots button.is-active{
  width:15px;
  opacity:1;
  background:color-mix(in srgb,var(--wd-preview-accent) 84%,#fff 16%);
}

.wd-industry-preview-stage{
  position:relative;
  aspect-ratio:1.45 / 1;
  overflow:hidden;
  background:#0e1117;
}

.wd-industry-preview-slide{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  visibility:hidden;
  transform:scale(1.018);
  transition:
    opacity .72s cubic-bezier(.22,.61,.36,1),
    transform .9s cubic-bezier(.22,.61,.36,1),
    visibility 0s linear .9s;
}

.wd-industry-preview-slide.is-active{
  opacity:1;
  visibility:visible;
  transform:scale(1);
  transition:
    opacity .72s cubic-bezier(.22,.61,.36,1),
    transform .95s cubic-bezier(.22,.61,.36,1),
    visibility 0s;
}

.wd-industry-preview-slide img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.wd-industry-preview-slide.is-active img{
  animation:wdIndustryPreviewFloat 7.2s ease forwards;
}

.wd-industry-preview-progress{
  height:2px;
  background:rgba(255,255,255,.045);
}

.wd-industry-preview-progress span{
  display:block;
  width:100%;
  height:100%;
  transform:scaleX(0);
  transform-origin:left center;
  background:color-mix(in srgb,var(--wd-preview-accent) 84%,#fff 16%);
}

.wd-industry-preview-progress span.is-animating{
  animation:wdIndustryPreviewProgress 7.2s linear forwards;
}

@keyframes wdIndustryPreviewProgress{
  from{transform:scaleX(0)}
  to{transform:scaleX(1)}
}

@keyframes wdIndustryPreviewFloat{
  from{transform:scale(1.002)}
  to{transform:scale(1.022)}
}

@media(max-width:1050px){
  .wd-value-intro-grid{
    grid-template-columns:1fr;
  }

  .wd-value-intro-grid .wd-big-statement{
    max-width:920px;
  }

  .wd-industry-preview{
    max-width:780px;
  }
}

@media(max-width:620px){
  .wd-industry-preview-head{
    grid-template-columns:1fr;
    align-items:start;
  }

  .wd-industry-preview-controls{
    justify-content:flex-start;
  }
}

@media(prefers-reduced-motion:reduce){
  .wd-industry-preview-slide,
  .wd-industry-preview-slide img,
  .wd-industry-preview-progress span{
    animation:none!important;
    transition:none!important;
  }
}

/* =========================================================
   GLOBAL EYEBROW COLOR — V18
   ========================================================= */
.wd-industry-preview-eyebrow,
.wd-kicker,
.wd-kicker-dark{
  color:#b8c6ff!important;
}
