/* Winmill design system for GeneratePress. Source of truth: winmill_web_design_standards.md.
   Generated from the canonical home-2026 head box on 2026-08-06. One stylesheet, one injection point. */

/* v1.14.5: GeneratePress emits its own body{font-family} in inline dynamic CSS AFTER this
   stylesheet, so the original body-only selector lost and the whole site rendered in the
   system stack while the Inter webfont downloaded unused. html-prefixed selectors raise
   specificity above GP's without needing !important. Headings are named explicitly because
   GP sets font-family on them directly rather than letting them inherit. */
html body,html button,html input,html select,html textarea,
html h1,html h2,html h3,html h4,html h5,html h6,
html .entry-title,html .main-navigation a,html .site-header,html .site-footer{font-family:'Inter','sofia-pro','Helvetica Neue',Helvetica,Arial,sans-serif;}
body{overflow-x:hidden;}

/* GeneratePress integration resets for full-design pages */
body.wm-home .site-main{margin:0;padding:0;}
body.wm-home .entry-header,body.wm-home .page-header,body.wm-home h1.entry-title{display:none;}
body.wm-home .inside-article{padding:0;background:transparent;}
body.wm-home .entry-content{margin-top:0;}
body.wm-home .site-content{padding:0;display:block;}

:root{
  --teal:#006D68;--teal-hover:#008A84;--teal-deep:#004E4B;--teal-bright:#2FB9A4;
  --teal-tint:#E4F2F0;--navy:#131E29;--navy-2:#182A36;--slate:#4A6067;
  --off:#F4F6F5;--line:#E7EAEA;
}
body.wm-home{
  color:var(--navy);line-height:1.6;-webkit-font-smoothing:antialiased;
}
html{scroll-behavior:smooth;}
body.wm-home *{box-sizing:border-box;}
body.wm-home img,body.wm-home svg{max-width:100%;}
body.wm-home .wm-container{max-width:1200px;margin:0 auto;padding:0 40px;}
body.wm-home .wm-bleed{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;}
body.wm-home .wm-section{padding:100px 0;}

body.wm-home .wm-kicker{display:inline-flex;align-items:center;background:var(--teal-tint);color:var(--teal);padding:6px 13px;border-radius:6px;font-size:11.5px;font-weight:600;letter-spacing:2px;text-transform:uppercase;}
body.wm-home .wm-hero .wm-kicker,body.wm-home .wm-testi .wm-kicker{background:rgba(47,185,164,.14);color:var(--teal-bright);}
body.wm-home .wm-sec-head{margin-bottom:56px;max-width:860px;}
body.wm-home .wm-sec-head h2{font-size:clamp(30px,3.6vw,42px);font-weight:700;letter-spacing:-1px;line-height:1.1;margin:18px 0 0;text-wrap:balance;}
body.wm-home .wm-sec-head p{font-size:17px;color:var(--slate);line-height:1.65;margin:16px 0 0;max-width:720px;}

body.wm-home .wm-btn{display:inline-flex;align-items:center;gap:9px;background:var(--teal);color:#fff;text-decoration:none;font-size:15px;font-weight:600;padding:14px 28px;border-radius:8px;transition:background .18s,transform .18s;}
body.wm-home .wm-btn:hover{background:var(--teal-hover);transform:translateY(-1px);}
body.wm-home .wm-btn2{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;background:transparent;color:var(--teal);border:1.5px solid rgba(0,109,104,.38);text-decoration:none;font-size:14.5px;font-weight:600;padding:10px 20px;border-radius:8px;transition:background .18s,color .18s,border-color .18s;}
body.wm-home .wm-btn2:hover{background:var(--teal);color:#fff;border-color:var(--teal);}
body.wm-home .wm-link{display:inline-flex;align-items:center;gap:8px;color:var(--teal);text-decoration:none;font-size:15px;font-weight:600;transition:color .18s;}
body.wm-home .wm-link:hover{color:var(--teal-hover);}
body.wm-home .wm-arrow{width:18px;height:18px;flex:none;transition:transform .2s;}
body.wm-home .wm-btn2 .wm-arrow{width:16px;height:16px;}
body.wm-home .wm-btn:hover .wm-arrow,body.wm-home .wm-btn2:hover .wm-arrow,body.wm-home .wm-link:hover .wm-arrow{transform:translateX(4px);}

.wm-js body.wm-home .wm-reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease;}
.wm-js body.wm-home .wm-reveal.is-in{opacity:1;transform:none;}

body.wm-home .wm-hero{background:var(--navy);position:relative;overflow:hidden;}
body.wm-home .wm-hero::before{content:"";position:absolute;width:680px;height:680px;top:-200px;right:-140px;background:radial-gradient(circle,rgba(0,138,132,.30),rgba(0,138,132,0) 62%);animation:wm-drift 16s ease-in-out infinite;pointer-events:none;}
body.wm-home .wm-hero::after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:30px 30px;opacity:.55;pointer-events:none;}
body.wm-home .wm-hero .wm-container{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center;min-height:600px;padding-top:90px;padding-bottom:90px;}
body.wm-home .wm-hero h1{color:#fff;font-size:clamp(36px,4.6vw,56px);font-weight:700;line-height:1.05;letter-spacing:-1.6px;margin:22px 0 20px;text-wrap:balance;}
body.wm-home .wm-hero .wm-sub{color:rgba(255,255,255,.62);font-size:18.5px;font-weight:400;line-height:1.62;max-width:560px;margin:0 0 34px;}
body.wm-home .wm-hero-cta{display:flex;align-items:center;gap:26px;flex-wrap:wrap;}
body.wm-home .wm-hero .wm-link{color:var(--teal-bright);}
body.wm-home .wm-hero .wm-link:hover{color:#fff;}
body.wm-home .wm-hero-art{display:flex;justify-content:center;align-items:center;}
body.wm-home .wm-sys{width:380px;max-width:100%;height:auto;animation:wm-float 6.5s ease-in-out infinite;}

@keyframes wm-drift{0%,100%{transform:translate(0,0)}50%{transform:translate(-50px,40px)}}
@keyframes wm-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes wm-bar{0%,100%{transform:scaleY(1)}50%{transform:scaleY(.5)}}
@keyframes wm-scan{0%{transform:translateY(0);opacity:0}12%{opacity:.85}48%{transform:translateY(96px);opacity:.85}60%{opacity:0}100%{transform:translateY(0);opacity:0}}
@keyframes wm-pulse{0%{transform:scale(.65);opacity:.55}70%{opacity:0}100%{transform:scale(1.9);opacity:0}}
@keyframes wm-orbit{to{transform:rotate(360deg)}}
body.wm-home .wm-bar{transform-box:fill-box;transform-origin:bottom;animation:wm-bar 2.6s ease-in-out infinite;}
body.wm-home .wm-scan{transform-box:fill-box;animation:wm-scan 3.4s ease-in-out infinite;}
body.wm-home .wm-pulse{transform-box:fill-box;transform-origin:center;animation:wm-pulse 2.8s ease-out infinite;}
body.wm-home .wm-orbit{transform-box:view-box;transform-origin:200px 172px;animation:wm-orbit 14s linear infinite;}

/* Client marquee */
body.wm-home .wm-clients{padding:52px 0 56px;background:#fff;border-bottom:1px solid var(--line);overflow:hidden;}
body.wm-home .wm-clients-label{display:block;text-align:center;font-size:11.5px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#8AA0A3;margin-bottom:30px;}
body.wm-home .wm-marquee{position:relative;overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);}
body.wm-home .wm-track{display:flex;gap:64px;width:max-content;animation:wm-scroll 40s linear infinite;}
body.wm-home .wm-clients:hover .wm-track{animation-play-state:paused;}
@keyframes wm-scroll{to{transform:translateX(-50%)}}
body.wm-home .wm-logo{font-size:20px;font-weight:600;color:#a7b1b4;white-space:nowrap;letter-spacing:.3px;}

body.wm-home .wm-services{background:var(--off);}
body.wm-home .wm-grid{display:grid;gap:24px;}
body.wm-home .wm-grid--2{grid-template-columns:repeat(2,1fr);}
body.wm-home .wm-grid--3{grid-template-columns:repeat(3,1fr);}
body.wm-home .wm-grid--4{grid-template-columns:repeat(4,1fr);}
body.wm-home .wm-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;padding:36px 34px;display:flex;flex-direction:column;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s;}
body.wm-home .wm-card::before{content:"";position:absolute;top:0;left:0;height:3px;width:0;background:var(--teal);transition:width .35s ease;}
body.wm-home .wm-card:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(0,109,104,.10);border-color:rgba(0,109,104,.22);}
body.wm-home .wm-card:hover::before{width:100%;}
body.wm-home .wm-ico{width:56px;height:56px;border-radius:14px;background:var(--teal-tint);color:var(--teal);display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:transform .25s;}
body.wm-home .wm-card:hover .wm-ico{transform:scale(1.07);}
body.wm-home .wm-ico svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
body.wm-home .wm-card h3{font-size:21px;font-weight:600;letter-spacing:-.3px;margin:0 0 12px;}
body.wm-home .wm-card p{font-size:15.5px;color:var(--slate);line-height:1.65;margin:0 0 26px;flex:1;}

body.wm-home .wm-stats{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
body.wm-home .wm-stats .wm-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding-top:66px;padding-bottom:66px;}
body.wm-home .wm-stat{text-align:center;padding:8px 18px;position:relative;}
body.wm-home .wm-stat+.wm-stat::after{content:"";position:absolute;left:0;top:16%;height:68%;width:1px;background:var(--line);}
body.wm-home .wm-statico{width:46px;height:46px;border-radius:50%;background:var(--teal-tint);color:var(--teal);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;}
body.wm-home .wm-statico svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
body.wm-home .wm-num{font-size:clamp(38px,4.4vw,52px);font-weight:700;color:var(--teal);letter-spacing:-1.5px;line-height:1;}
body.wm-home .wm-lbl{margin-top:12px;font-size:15px;font-weight:500;color:var(--navy);}

body.wm-home .wm-serve{background:var(--off);}
body.wm-home .wm-serve-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 36px;}
body.wm-home .wm-serve-item{display:flex;gap:16px;align-items:flex-start;}
body.wm-home .wm-serve-ico{width:44px;height:44px;flex:none;border-radius:11px;background:#fff;border:1px solid var(--line);color:var(--teal);display:flex;align-items:center;justify-content:center;}
body.wm-home .wm-serve-ico svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
body.wm-home .wm-serve-item h3{font-size:16.5px;font-weight:600;margin:2px 0 6px;letter-spacing:-.2px;}
body.wm-home .wm-serve-item p{font-size:14.5px;color:var(--slate);line-height:1.6;margin:0;}

body.wm-home .wm-who{background:#fff;}
body.wm-home .wm-who .wm-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
body.wm-home .wm-who h2{font-size:clamp(28px,3.4vw,38px);font-weight:700;letter-spacing:-.8px;margin:16px 0 22px;text-wrap:balance;}
body.wm-home .wm-who p{font-size:16.5px;color:var(--slate);line-height:1.78;margin:0 0 18px;}
body.wm-home .wm-video-facade{position:relative;border-radius:18px;overflow:hidden;cursor:pointer;aspect-ratio:16/10;background-size:cover;background-position:center top;box-shadow:0 24px 50px rgba(19,30,41,.18);}
body.wm-home .wm-video-facade::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(19,30,41,.12),rgba(19,30,41,.58));}
body.wm-home .wm-video-label{position:absolute;left:26px;bottom:24px;z-index:2;color:#fff;font-size:15px;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.4);}
body.wm-home .wm-play{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);width:78px;height:78px;border-radius:50%;background:var(--teal);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s,transform .18s;}
body.wm-home .wm-play::before{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid var(--teal);animation:wm-pulse 2.6s ease-out infinite;}
body.wm-home .wm-video-facade:hover .wm-play{background:var(--teal-hover);transform:translate(-50%,-50%) scale(1.06);}
body.wm-home .wm-play svg{width:30px;height:30px;fill:#fff;margin-left:4px;position:relative;z-index:2;}

body.wm-home .wm-why{background:var(--off);}

body.wm-home .wm-stories{background:#fff;}
body.wm-home .wm-story{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s;}
body.wm-home .wm-story:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(0,109,104,.10);border-color:rgba(0,109,104,.22);}
body.wm-home .wm-story-top{height:8px;background:linear-gradient(90deg,var(--teal),var(--teal-bright));}
body.wm-home .wm-story-body{padding:30px 30px 32px;display:flex;flex-direction:column;flex:1;}
body.wm-home .wm-tag{font-size:11.5px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--teal);margin-bottom:14px;}
body.wm-home .wm-story h3{font-size:19px;font-weight:600;letter-spacing:-.3px;line-height:1.35;margin:0 0 12px;}
body.wm-home .wm-story p{font-size:14.5px;color:var(--slate);line-height:1.6;margin:0 0 24px;flex:1;}
body.wm-home .wm-stories-foot{text-align:center;margin-top:46px;}

body.wm-home .wm-testi{background:var(--navy);}
body.wm-home .wm-testi .wm-sec-head h2{color:#fff;}
body.wm-home .wm-quote{background:var(--navy-2);border:1px solid rgba(176,212,210,.14);border-radius:16px;padding:32px 30px;display:flex;flex-direction:column;height:100%;margin:0;}
body.wm-home .wm-qmark{width:34px;height:34px;color:var(--teal-bright);margin-bottom:18px;flex:none;}
body.wm-home .wm-quote blockquote{font-style:normal;margin:0 0 22px;font-size:16.5px;line-height:1.62;color:rgba(255,255,255,.92);font-weight:500;flex:1;border:0;padding:0;background:transparent;}
body.wm-home .wm-quote figcaption{font-size:14px;font-weight:600;color:#fff;}
body.wm-home .wm-quote figcaption span{display:block;font-weight:400;color:rgba(255,255,255,.6);font-size:13.5px;margin-top:3px;}

body.wm-home .wm-trust{margin-top:72px;padding-top:54px;border-top:1px solid rgba(176,212,210,.14);}
body.wm-home .wm-partners-label{display:block;text-align:center;font-size:11.5px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:rgba(176,212,210,.55);margin-bottom:30px;}
body.wm-home .wm-badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px 48px;margin-bottom:32px;}
body.wm-home .wm-badge{height:46px;width:auto;display:block;}
body.wm-home .wm-badge--tile{height:58px;border-radius:12px;}
body.wm-home .wm-badge--card{height:68px;}
body.wm-home .wm-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;}
body.wm-home .wm-chip{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(176,212,210,.22);border-radius:999px;padding:9px 18px;font-size:13px;font-weight:500;color:rgba(255,255,255,.85);background:transparent;}
body.wm-home .wm-chip svg{width:15px;height:15px;flex:none;color:var(--teal-bright);fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}

body.wm-home .wm-faq{background:var(--off);}
body.wm-home .wm-faq.wm-section{padding:72px 0;}
body.wm-home .wm-faq .wm-sec-head{margin-bottom:36px;}
body.wm-home .wm-faq-list{max-width:860px;}
body.wm-home .wm-faq details{background:#fff;border:1px solid var(--line);border-radius:10px;margin-bottom:8px;overflow:hidden;}
body.wm-home .wm-faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:14px 20px;font-weight:600;font-size:15px;color:var(--navy);transition:color .15s;}
body.wm-home .wm-faq summary:hover{color:var(--teal);}
body.wm-home .wm-faq summary::-webkit-details-marker{display:none;}
body.wm-home .wm-faq summary::after{content:"";width:8px;height:8px;border-right:2px solid var(--teal);border-bottom:2px solid var(--teal);transform:rotate(45deg);transition:transform .2s;flex:none;margin-top:-3px;}
body.wm-home .wm-faq details[open] summary::after{transform:rotate(225deg);margin-top:3px;}
body.wm-home .wm-faq .wm-faq-a{padding:0 20px 16px;color:var(--slate);font-size:14.5px;line-height:1.65;}
body.wm-home .wm-faq .wm-faq-a p{margin:0;}

body.wm-home .wm-cta{position:relative;background:var(--navy);overflow:hidden;padding:96px 0;}
body.wm-home .wm-cta::before{content:"";position:absolute;width:620px;height:620px;left:62%;top:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(0,138,132,.26),rgba(0,138,132,0) 60%);animation:wm-drift 14s ease-in-out infinite;pointer-events:none;}
body.wm-home .wm-cta .wm-container{position:relative;z-index:2;display:flex;align-items:center;gap:52px;flex-wrap:wrap;}
body.wm-home .wm-cta-text{max-width:620px;}
body.wm-home .wm-cta h2{color:#fff;font-size:clamp(26px,3.2vw,38px);font-weight:700;letter-spacing:-.8px;line-height:1.15;margin:0 0 16px;text-wrap:balance;}
body.wm-home .wm-cta p{color:rgba(255,255,255,.65);font-size:17px;line-height:1.65;margin:0;max-width:560px;}
body.wm-home .wm-cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:16px;}
body.wm-home .wm-cta .wm-btn{background:#fff;color:var(--teal-deep);}
body.wm-home .wm-cta .wm-btn:hover{background:#eafffb;}

@media (prefers-reduced-motion: reduce){
  body.wm-home *{animation:none!important;}
  .wm-js body.wm-home .wm-reveal{opacity:1;transform:none;}
}
@media(max-width:980px){
  body.wm-home .wm-grid--4{grid-template-columns:repeat(2,1fr);}
  body.wm-home .wm-serve-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:860px){
  body.wm-home .wm-section{padding:68px 0;}
  body.wm-home .wm-container{padding-left:20px;padding-right:20px;}
  body.wm-home .wm-hero .wm-container{grid-template-columns:1fr;min-height:0;}
  body.wm-home .wm-hero-art{margin-top:36px;}
  body.wm-home .wm-sys{width:280px;}
  body.wm-home .wm-grid--2,body.wm-home .wm-grid--3,body.wm-home .wm-grid--4{grid-template-columns:1fr;}
  body.wm-home .wm-serve-grid{grid-template-columns:1fr;gap:26px;}
  body.wm-home .wm-stats .wm-container{grid-template-columns:repeat(2,1fr);gap:34px 0;}
  body.wm-home .wm-stat:nth-child(2)::after{display:none;}
  body.wm-home .wm-who .wm-container{grid-template-columns:1fr;gap:36px;}
  body.wm-home .wm-cta .wm-container{gap:28px;}
}

/* Interim header tidy until the real header and nav build (build order step 8) */
.site-header .header-image,.site-header .is-logo-image,.site-header .custom-logo{max-height:52px;width:auto;}
.wp-custom-logo .main-title,.wp-custom-logo .site-description{display:none;}
.site-header .inside-header{padding:18px 40px;}
@media(min-width:769px){
  .main-navigation .main-nav > ul{display:flex;flex-wrap:wrap;align-items:center;gap:4px;}
  .main-navigation .main-nav ul li{float:none;width:auto;}
  .main-navigation .main-nav ul li a{padding:10px 14px;font-weight:500;}
}
@media(max-width:768px){
  .site-header .inside-header{padding:10px 20px;}
  .site-header .header-image,.site-header .is-logo-image,.site-header .custom-logo{max-height:36px;}
  .main-navigation .menu-toggle{padding:12px 20px;}
}

/* Interior page components (service template) */
body.wm-home .wm-hero--page .wm-container{grid-template-columns:1fr;min-height:0;padding-top:84px;padding-bottom:84px;}
body.wm-home .wm-hero--page h1{font-size:clamp(34px,4vw,48px);max-width:820px;}
body.wm-home .wm-hero--page .wm-sub{max-width:660px;}
body.wm-home .wm-dark{background:var(--navy);}
body.wm-home .wm-dark .wm-sec-head h2{color:#fff;}
body.wm-home .wm-dark .wm-sec-head p{color:rgba(255,255,255,.65);}
body.wm-home .wm-dark .wm-kicker{background:rgba(47,185,164,.14);color:var(--teal-bright);}
body.wm-home .wm-card--navy{background:var(--navy-2);border-color:rgba(176,212,210,.14);}
body.wm-home .wm-card--navy h3{color:#fff;}
body.wm-home .wm-card--navy p{color:rgba(255,255,255,.72);}
body.wm-home .wm-check{list-style:none;margin:18px 0 0;padding:0;}
body.wm-home .wm-check li{position:relative;padding-left:30px;margin:0 0 12px;font-size:15.5px;color:var(--slate);line-height:1.6;}
body.wm-home .wm-check li::before{content:"";position:absolute;left:0;top:3px;width:18px;height:18px;border-radius:50%;background:var(--teal-tint);}
body.wm-home .wm-check li::after{content:"";position:absolute;left:5px;top:9px;width:8px;height:5px;border-left:2px solid var(--teal);border-bottom:2px solid var(--teal);transform:rotate(-45deg);}
body.wm-home .wm-card--navy .wm-check li{color:rgba(255,255,255,.72);}
body.wm-home .wm-card--navy .wm-check li::before{background:rgba(47,185,164,.16);}
body.wm-home .wm-card--navy .wm-check li::after{border-color:var(--teal-bright);}
body.wm-home .wm-2col{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:start;}
body.wm-home .wm-2col .wm-sec-head{margin-bottom:0;}
body.wm-home .wm-quote--center{max-width:780px;margin:0 auto;}
body.wm-home .wm-type-card h3{display:flex;align-items:center;gap:14px;}
@media(max-width:860px){
  body.wm-home .wm-2col{grid-template-columns:1fr;gap:36px;}
}

/* Blog single typography */
.single-post .site-main{max-width:820px;margin:0 auto;padding:56px 20px 72px;}
.single-post .entry-title{font-size:clamp(30px,3.6vw,40px);font-weight:700;letter-spacing:-1px;line-height:1.15;color:var(--navy);margin-bottom:10px;}
.single-post .entry-meta{color:var(--slate);font-size:14px;}
.single-post .entry-content{font-size:17px;line-height:1.75;color:#2A3B44;}
.single-post .entry-content h2{font-size:26px;font-weight:700;letter-spacing:-.5px;margin:40px 0 14px;color:var(--navy);}
.single-post .entry-content h3{font-size:20px;font-weight:600;margin:32px 0 10px;color:var(--navy);}
.single-post .entry-content a{color:var(--teal);}
.single-post .entry-content img{border-radius:12px;height:auto;}
.single-post .entry-content blockquote{border-left:3px solid var(--teal);padding:8px 0 8px 20px;font-style:normal;color:var(--slate);margin:24px 0;}
.single-post .entry-content li{margin-bottom:8px;}

/* Story single and contact page components */
body.wm-home .wm-meta-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}
body.wm-home .wm-meta-chip{display:inline-flex;align-items:center;border:1px solid rgba(176,212,210,.28);border-radius:999px;padding:7px 15px;font-size:12.5px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:rgba(255,255,255,.85);}
body.wm-home .wm-prose{max-width:820px;}
body.wm-home .wm-prose h2{font-size:clamp(24px,3vw,32px);font-weight:700;letter-spacing:-.6px;margin:42px 0 16px;color:var(--navy);}
body.wm-home .wm-prose h2:first-child{margin-top:0;}
body.wm-home .wm-prose p{font-size:16.5px;line-height:1.72;color:#2A3B44;margin:0 0 16px;}
body.wm-home .wm-prose ul{margin:0 0 18px;padding:0;list-style:none;}
body.wm-home .wm-prose ul li{position:relative;padding-left:26px;margin-bottom:10px;font-size:15.5px;line-height:1.6;color:#2A3B44;}
body.wm-home .wm-prose ul li::before{content:"";position:absolute;left:2px;top:9px;width:7px;height:7px;border-radius:50%;background:var(--teal);}

/* HubSpot form card and contact info */
body.wm-home .wm-form-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:34px;box-shadow:0 14px 40px rgba(19,30,41,.06);}
body.wm-home .wm-form-card h3{margin:0 0 20px;font-size:22px;font-weight:700;letter-spacing:-.4px;}
body.wm-home .wm-form-card .hs-form-field{margin-bottom:16px;}
body.wm-home .wm-form-card .hs-form-field>label{display:block;font-size:13.5px;font-weight:600;color:var(--navy);margin-bottom:6px;}
body.wm-home .wm-form-card input[type=text],body.wm-home .wm-form-card input[type=email],body.wm-home .wm-form-card input[type=tel],body.wm-home .wm-form-card select,body.wm-home .wm-form-card textarea{width:100%;padding:11px 14px;border:1px solid var(--line);border-radius:8px;font-size:15px;font-family:inherit;color:var(--navy);background:#fff;}
body.wm-home .wm-form-card input:focus,body.wm-home .wm-form-card textarea:focus,body.wm-home .wm-form-card select:focus{outline:2px solid rgba(0,109,104,.35);border-color:var(--teal);}
body.wm-home .wm-form-card .hs-button{display:inline-flex;align-items:center;background:var(--teal);color:#fff;border:0;cursor:pointer;font-size:15px;font-weight:600;padding:14px 28px;border-radius:8px;font-family:inherit;transition:background .18s;}
body.wm-home .wm-form-card .hs-button:hover{background:var(--teal-hover);}
body.wm-home .wm-form-card .hs-error-msgs{list-style:none;padding:0;margin:6px 0 0;}
body.wm-home .wm-form-card .hs-error-msgs label{color:#B3261E;font-size:12.5px;font-weight:500;}
body.wm-home .wm-form-card .submitted-message{font-size:16px;color:var(--navy);}
body.wm-home .wm-contact-info{display:flex;flex-direction:column;gap:14px;margin-top:28px;}
body.wm-home .wm-contact-line{display:flex;gap:12px;align-items:flex-start;font-size:15.5px;color:#2A3B44;}
body.wm-home .wm-contact-line a{color:var(--teal);text-decoration:none;font-weight:600;}
body.wm-home .wm-contact-line svg{width:20px;height:20px;flex:none;color:var(--teal);fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;margin-top:2px;}

/* Header: nav CTA item and search */
.main-navigation .main-nav ul li.wm-nav-cta a{background:var(--teal);color:#fff;border-radius:8px;padding:9px 22px;line-height:1.4;margin-left:12px;font-weight:600;transition:background .18s,transform .18s;}
.main-navigation .main-nav ul li.wm-nav-cta a:hover,.main-navigation .main-nav ul li.wm-nav-cta.current-menu-item a{background:var(--teal-hover);color:#fff;transform:translateY(-1px);}
.main-navigation .search-item a{padding:10px 12px;}
@media(max-width:768px){.main-navigation .main-nav ul li.wm-nav-cta a{margin-left:0;border-radius:0;}}

/* Global footer (navy) */
.site-footer{background:var(--navy);}
.footer-widgets{background:var(--navy);color:rgba(255,255,255,.72);padding:64px 0 18px;}
.footer-widgets .inside-footer-widgets{max-width:1200px;margin:0 auto;}
.footer-widgets h2,.footer-widgets .widget-title{color:#fff;font-size:15px;font-weight:600;letter-spacing:.4px;margin-bottom:16px;}
.footer-widgets a{color:rgba(255,255,255,.72);text-decoration:none;transition:color .15s;}
.footer-widgets a:hover{color:var(--teal-bright);}
.footer-widgets ul{list-style:none;margin:0;padding:0;}
.footer-widgets ul li{margin-bottom:10px;font-size:14.5px;}
.footer-widgets p{font-size:14.5px;line-height:1.6;}
.wm-footer-brand{font-size:26px;font-weight:700;letter-spacing:-.8px;color:#fff;}
.wm-footer-brand span{color:var(--teal-bright);}
.wm-footer-social{display:flex;gap:12px;margin-top:18px;}
.wm-footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(176,212,210,.25);color:rgba(255,255,255,.8);}
.wm-footer-social a:hover{border-color:var(--teal-bright);color:var(--teal-bright);}
.wm-footer-social svg{width:15px;height:15px;fill:currentColor;}
.site-info{background:var(--navy);color:rgba(255,255,255,.45);border-top:1px solid rgba(176,212,210,.14);padding:20px 0;font-size:13.5px;}
.site-info a{color:rgba(255,255,255,.6);}
.site-info a:hover{color:var(--teal-bright);}

/* Contact page v2 */
body.wm-home .wm-hero--contact .wm-container{padding-top:56px;padding-bottom:60px;}
body.wm-home .wm-pull-up{margin-top:0;padding-top:64px;position:relative;z-index:3;}
body.wm-home .wm-logo-row{display:flex;flex-wrap:wrap;gap:16px 32px;align-items:center;margin-top:16px;}
body.wm-home .wm-logo-row .wm-logo{font-size:17px;}
body.wm-home .wm-trust-label{display:block;font-size:11.5px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#8AA0A3;margin-top:36px;}
body.wm-home .wm-assurance{margin-top:26px;padding:16px 20px;background:var(--teal-tint);border-radius:10px;font-size:15px;color:var(--teal-deep);font-weight:500;line-height:1.55;}
body.wm-home .wm-form-card .hs-button{width:100%;justify-content:center;font-size:16px;padding:16px 28px;box-shadow:0 10px 24px rgba(0,109,104,.28);transition:background .18s,transform .18s,box-shadow .18s;}
body.wm-home .wm-form-card .hs-button:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(0,109,104,.34);}
@media(max-width:860px){
  body.wm-home .wm-hero--contact .wm-container{padding-bottom:84px;}
  body.wm-home .wm-pull-up{margin-top:0;}
}

/* GP navigation search states (GP's cached dynamic CSS lacks these when the option is set via filter) */
.site-header .main-navigation{position:relative;}
.main-navigation .navigation-search{position:absolute;left:-99999px;top:0;height:100%;width:100%;z-index:20;opacity:0;transition:opacity .15s;}
.main-navigation .navigation-search.nav-search-active{left:0;opacity:1;}
.main-navigation .navigation-search input[type=search],.main-navigation .navigation-search input.search-field{height:100%;width:100%;border:1px solid var(--line);background:#fff;padding:0 24px;font-size:15.5px;outline:none;font-family:inherit;color:var(--navy);}

/* footer specificity override vs GP dynamic CSS */
.site-footer .footer-widgets,body .footer-widgets{background:var(--navy);}
.site-footer .site-info,body .site-info{background:var(--navy);}
.site-footer .inside-footer-widgets{max-width:1200px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1.25fr .95fr .85fr 1.25fr;gap:40px;}
.site-footer .footer-widgets .inner-padding{padding:0;}
@media(max-width:860px){.site-footer .inside-footer-widgets{grid-template-columns:1fr 1fr;gap:32px;}}
@media(max-width:560px){.site-footer .inside-footer-widgets{grid-template-columns:1fr;}}
.site-footer .site-info .inside-site-info{max-width:1200px;margin:0 auto;padding:0 40px;}

/* Dropdown menus: proper block submenus with readable wrapping */
.main-navigation .main-nav ul ul{display:block;width:auto;min-width:260px;background:#fff;box-shadow:0 14px 34px rgba(19,30,41,.12);border:1px solid var(--line);border-radius:0 0 10px 10px;}
.main-navigation .main-nav ul ul li{float:none;width:100%;}
.main-navigation .main-nav ul ul li a{white-space:normal;line-height:1.45;padding:10px 18px;font-size:14.5px;font-weight:500;color:var(--navy);}
.main-navigation .main-nav ul ul li a:hover{color:var(--teal);background:var(--teal-tint);}
.main-navigation .main-nav ul ul ul{border-radius:10px;}
.main-navigation .main-nav > ul > li > a{line-height:1.4;}

/* Contact trust label vs logo row distinction */
body.wm-home .wm-trust-label{color:var(--slate);font-size:11px;letter-spacing:2.2px;}
body.wm-home .wm-logo-row .wm-logo{font-size:17px;color:#b3bcbf;}

/* Footer connect column */
.footer-widgets .wm-footer-cta-line{color:var(--teal-bright);font-weight:600;font-size:15px;margin-bottom:10px;}
.site-footer .wm-btn--footer{display:inline-flex;align-items:center;background:var(--teal);color:#fff !important;text-decoration:none;font-size:14.5px;font-weight:600;padding:12px 24px;border-radius:8px;transition:background .18s,transform .18s;}
.site-footer .wm-btn--footer:hover{background:var(--teal-hover);color:#fff !important;transform:translateY(-1px);}

/* HubSpot raw HTML form internals */
body.wm-home .wm-form-card .hs-form ul{list-style:none;margin:0;padding:0;}
body.wm-home .wm-form-card .inputs-list li{margin-bottom:8px;}
body.wm-home .wm-form-card input.hs-input:not([type=checkbox]):not([type=radio]),body.wm-home .wm-form-card textarea.hs-input,body.wm-home .wm-form-card select.hs-input{width:100% !important;}
body.wm-home .wm-form-card input[type=checkbox]{width:16px;height:16px;margin-right:9px;accent-color:var(--teal);}
body.wm-home .wm-form-card .inputs-list label{font-weight:400;font-size:14.5px;color:#2A3B44;display:flex;align-items:center;margin-bottom:0;}
body.wm-home .wm-form-card .hs-form-field label .hs-form-required{color:#B3261E;margin-left:2px;}
body.wm-home .wm-form-card .hs-richtext{font-size:13.5px;color:var(--slate);}
body.wm-home .wm-form-card .form-columns-2 .hs-form-field .hs-input{width:95% !important;}

/* Round 3 polish */
/* Submenu items with children: label and arrow on one flex row, no broken arrow */
.main-navigation .main-nav ul ul{min-width:225px;}
.main-navigation .main-nav ul ul:has(li.menu-item-has-children){min-width:300px;}
.main-navigation .main-nav ul ul li.menu-item-has-children > a{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.main-navigation .main-nav ul ul li.menu-item-has-children > a .dropdown-menu-toggle{padding:0;flex:none;display:inline-flex;}
/* Header CTA hover: defeat GP's nav hover color at any specificity */
.main-navigation .main-nav ul li.wm-nav-cta > a,
.main-navigation .main-nav ul li.wm-nav-cta > a:hover,
.main-navigation .main-nav ul li.wm-nav-cta > a:focus,
.main-navigation .main-nav ul li.wm-nav-cta:hover > a,
.main-navigation .main-nav ul li.wm-nav-cta.sfHover > a,
.main-navigation .main-nav ul li.wm-nav-cta.current-menu-item > a{color:#fff !important;}
.main-navigation .main-nav ul li.wm-nav-cta > a:hover,
.main-navigation .main-nav ul li.wm-nav-cta:hover > a,
.main-navigation .main-nav ul li.wm-nav-cta.sfHover > a{background:var(--teal-hover) !important;}
/* Footer connect column: block button, no early wrap on the CTA line */
.footer-widgets .wm-footer-cta-line{margin-bottom:12px;}
@media(min-width:861px){.footer-widgets .wm-footer-cta-line{white-space:nowrap;}}
.site-footer .wm-btn--footer{width:100%;max-width:220px;justify-content:center;}
.site-footer .site-info{padding:16px 0;}

/* Round 4 polish */
body.wm-home .wm-form-card textarea.hs-input{min-height:120px;field-sizing:content;max-height:340px;}
body.wm-home .wm-form-fineprint{margin:14px 0 0;font-size:12.5px;color:var(--slate);line-height:1.5;}
body.wm-home .wm-form-fineprint a{color:var(--teal);}
.footer-widgets .wm-footer-logo{width:170px;max-width:100%;height:auto;display:block;}

/* ============================================================
   Blog redesign (v1.4.0): index, category archives, post template
   ============================================================ */

/* Index hero rides wm-hero--page; slightly tighter */
body.wm-blog-index .wm-hero--blog .wm-container{padding-top:72px;padding-bottom:72px;}

/* Main archive band */
body.wm-blog-index .wm-bmain{background:var(--off);padding:56px 0 88px;}

/* Featured post card (horizontal) */
.wm-bfeat{display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;margin-bottom:36px;transition:transform .25s,box-shadow .25s,border-color .25s;}
.wm-bfeat:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(0,109,104,.10);border-color:rgba(0,109,104,.22);}
.wm-bfeat-media{display:block;min-height:280px;background:var(--navy);position:relative;overflow:hidden;}
.wm-bfeat-media img.wm-bcard-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;}
.wm-bfeat-body{padding:38px 40px;display:flex;flex-direction:column;justify-content:center;}
.wm-bfeat-tags{display:flex;align-items:center;gap:14px;margin-bottom:14px;}
.wm-feat-flag{display:inline-flex;align-items:center;background:var(--teal);color:#fff;padding:5px 12px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;}
.wm-bfeat-title{font-size:clamp(22px,2.6vw,30px);font-weight:700;letter-spacing:-.6px;line-height:1.2;margin:0 0 14px;}
.wm-bfeat-title a{color:var(--navy);text-decoration:none;transition:color .15s;}
.wm-bfeat-title a:hover{color:var(--teal);}
.wm-bfeat-excerpt{font-size:15.5px;color:var(--slate);line-height:1.65;margin:0 0 22px;}

/* Category pills */
.wm-pills{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 32px;}
.wm-pill{display:inline-flex;align-items:center;padding:9px 18px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--slate);font-size:14px;font-weight:600;text-decoration:none;transition:color .15s,border-color .15s,background .15s;}
.wm-pill:hover{border-color:var(--teal);color:var(--teal);}
.wm-pill.is-active{background:var(--teal);border-color:var(--teal);color:#fff;}

/* Card grid */
.wm-bgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.wm-bcard{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s;}
.wm-bcard:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(0,109,104,.10);border-color:rgba(0,109,104,.22);}
.wm-bcard-media{display:block;aspect-ratio:16/9;background:var(--teal-tint);overflow:hidden;}
.wm-bcard-media img.wm-bcard-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease;}
.wm-bcard-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,var(--teal-deep),var(--teal) 55%,var(--teal-bright));}
.wm-bcard-fallback img{width:42%;max-width:180px;height:auto;opacity:.92;}
.wm-bcard-body{padding:24px 24px 20px;display:flex;flex-direction:column;flex:1;}
.wm-tag{font-size:11.5px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--teal);}
.wm-bcard-body .wm-tag,.wm-bfeat-tags .wm-tag{margin-bottom:0;}
.wm-bcard-body .wm-tag{margin-bottom:10px;}
.wm-bcard-title{font-size:18px;font-weight:600;letter-spacing:-.3px;line-height:1.35;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.wm-bcard-title a{color:var(--navy);text-decoration:none;transition:color .15s;}
.wm-bcard-title a:hover{color:var(--teal);}
.wm-bcard-excerpt{font-size:14.5px;color:var(--slate);line-height:1.6;margin:0 0 18px;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.wm-bcard-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 0;font-size:13px;color:var(--slate);border-top:1px solid var(--line);padding-top:14px;margin-top:auto;}
.wm-bcard-meta span{display:inline-flex;align-items:center;}
.wm-bcard-meta span+span::before{content:"";width:3px;height:3px;border-radius:50%;background:#B9C4C6;margin:0 10px;}

/* Pagination */
body.wm-blog-index .pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:48px;}
body.wm-blog-index .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--navy);font-size:14.5px;font-weight:600;text-decoration:none;transition:color .15s,border-color .15s,background .15s;}
body.wm-blog-index .page-numbers:hover{border-color:var(--teal);color:var(--teal);}
body.wm-blog-index .page-numbers.current{background:var(--teal);border-color:var(--teal);color:#fff;}
body.wm-blog-index .page-numbers.dots{border:0;background:transparent;}
.wm-bempty{font-size:16px;color:var(--slate);}
.wm-bempty a{color:var(--teal);font-weight:600;}

/* ---- Single post template ---- */

/* Slim navy band: breadcrumb plus category kicker */
.single-post .wm-post-band{background:var(--navy);}
.wm-post-band-in{max-width:820px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.wm-crumbs{font-size:13.5px;display:flex;align-items:center;gap:10px;}
.wm-crumbs a{color:rgba(255,255,255,.75);text-decoration:none;transition:color .15s;}
.wm-crumbs a:hover{color:#fff;}
.wm-crumb-sep{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.35);display:inline-block;}
.wm-post-kicker{display:inline-flex;align-items:center;background:rgba(47,185,164,.14);color:var(--teal-bright);padding:5px 12px;border-radius:6px;font-size:11px;font-weight:600;letter-spacing:1.8px;text-transform:uppercase;white-space:nowrap;}

/* Meta band under the title; hide GP defaults */
.single-post .entry-header .entry-meta,.single-post footer.entry-meta,.single-post .post-navigation{display:none;}
.wm-post-meta{display:flex;align-items:center;gap:14px;margin:22px 0 8px;padding-bottom:18px;border-bottom:1px solid var(--line);}
img.wm-meta-avatar{width:44px;height:44px;border-radius:50%;flex:none;outline:3px solid var(--teal-tint);object-fit:cover;object-position:50% 30%;}
.wm-post-meta-text{display:flex;flex-direction:column;gap:3px;min-width:0;}
.wm-post-meta .wm-post-author{font-weight:600;color:var(--navy);font-size:14.5px;line-height:1.35;}
.wm-post-author-title{font-weight:400;color:var(--slate);}
.wm-post-dates{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:12.5px;letter-spacing:.3px;text-transform:uppercase;color:#7A8E94;}
.wm-dot{width:3px;height:3px;border-radius:50%;background:#B9C4C6;display:inline-block;}
.wm-updated{color:var(--teal);font-weight:600;}
.wm-post-hero-img{margin:22px 0 0;}
.wm-post-hero-img img{width:100%;height:auto;border-radius:14px;display:block;}

/* Buttons outside body.wm-home scope (post modules) */
.single-post .wm-btn{display:inline-flex;align-items:center;gap:9px;background:var(--teal);color:#fff;text-decoration:none;font-size:15px;font-weight:600;padding:14px 28px;border-radius:8px;transition:background .18s,transform .18s;}
.single-post .wm-btn:hover{background:var(--teal-hover);transform:translateY(-1px);color:#fff;}
.single-post .wm-arrow{width:18px;height:18px;flex:none;transition:transform .2s;}
.single-post .wm-btn:hover .wm-arrow{transform:translateX(4px);}

/* TL;DR (Key takeaways) */
.wm-tldr{background:var(--teal-tint);border-left:3px solid var(--teal);border-radius:0 12px 12px 0;padding:24px 28px;margin:28px 0 32px;}
.wm-tldr-label{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--teal);margin:0 0 12px;}
.wm-tldr ul{margin:0;padding-left:20px;}
.wm-tldr li{margin-bottom:8px;font-size:15.5px;line-height:1.6;}
.wm-tldr li:last-child{margin-bottom:0;}

/* Mid-post contextual CTA */
.wm-inline-cta{background:var(--off);border:1px solid var(--line);border-left:3px solid var(--teal);border-radius:12px;padding:22px 26px;margin:36px 0;}
.wm-inline-cta p{margin:0 0 10px;font-size:15.5px;line-height:1.6;}
.wm-inline-cta p.wm-inline-cta-link{margin:0;}
.wm-inline-cta-link a{color:var(--teal);text-decoration:none;font-size:15px;font-weight:600;transition:color .15s;}
.wm-inline-cta-link a:hover{color:var(--teal-hover);}
.wm-inline-cta-link a::after{content:"";display:inline-block;width:7px;height:7px;border-right:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(45deg);margin-left:8px;vertical-align:1px;transition:transform .2s;}
.wm-inline-cta-link a:hover::after{transform:rotate(45deg) translate(2px,-2px);}

/* Post FAQ accordion (explicit affordance) */
.wm-post-faq{margin:44px 0 8px;background:var(--off);border-radius:16px;padding:26px 26px 18px;}
.wm-post-faq h2{margin:0 0 16px;font-size:22px;}
.single-post .entry-content .wm-post-faq h2::before{display:none;}
.wm-post-faq details{background:#fff;border:1px solid var(--line);border-radius:10px;margin-bottom:8px;overflow:hidden;}
.wm-post-faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:14px 20px;font-weight:600;font-size:15px;color:var(--navy);transition:color .15s;}
.wm-post-faq summary:hover{color:var(--teal);}
.wm-post-faq summary::-webkit-details-marker{display:none;}
.wm-post-faq summary::after{content:"";width:8px;height:8px;border-right:2px solid var(--teal);border-bottom:2px solid var(--teal);transform:rotate(45deg);transition:transform .2s;flex:none;margin-top:-3px;}
.wm-post-faq details[open] summary::after{transform:rotate(225deg);margin-top:3px;}
.wm-post-faq details p{margin:0;padding:0 20px 16px;color:var(--slate);font-size:14.5px;line-height:1.65;}

/* End-of-post conversion module */
.wm-post-cta{background:var(--navy);border-radius:16px;padding:38px 36px;margin:44px 0 28px;}
.wm-post-cta-h{color:#fff;font-size:24px;font-weight:700;letter-spacing:-.5px;margin:0 0 10px;}
.single-post .entry-content h2.wm-post-cta-h{margin:0 0 10px;color:#fff;}
.wm-post-cta-copy{color:rgba(255,255,255,.72);font-size:15.5px;line-height:1.65;margin:0 0 8px;}
.wm-post-cta-assure{color:rgba(255,255,255,.5);font-size:13.5px;line-height:1.6;margin:0 0 22px;}
.single-post .entry-content .wm-post-cta a.wm-btn{background:#fff;color:var(--teal-deep);}
.single-post .entry-content .wm-post-cta a.wm-btn:hover{background:var(--teal-tint);color:var(--teal-deep);transform:translateY(-1px);}

/* Author box */
.wm-author-box{display:flex;gap:22px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px 28px;margin:0 0 8px;box-shadow:0 14px 40px rgba(19,30,41,.06);}
.wm-author-box img.wm-author-photo{width:72px;height:72px;border-radius:50%;flex:none;outline:3px solid var(--teal-tint);object-fit:cover;object-position:50% 30%;}
.wm-author-info{flex:1;}
.wm-author-name{font-size:16.5px;font-weight:700;color:var(--navy);margin:0 0 2px;}
.wm-author-title{font-size:13.5px;color:var(--slate);margin:0 0 8px;}
.wm-author-bio{font-size:14.5px;color:var(--slate);line-height:1.6;margin:0 0 10px;}
.single-post .entry-content .wm-author-box p{margin-bottom:0;}
.single-post .entry-content .wm-author-box .wm-author-name{margin:0 0 2px;}
.single-post .entry-content .wm-author-box .wm-author-title{margin:0 0 8px;}
.single-post .entry-content .wm-author-box .wm-author-bio{margin:0 0 10px;}
.wm-author-li{color:var(--teal);text-decoration:none;font-size:14px;font-weight:600;}
.wm-author-li:hover{color:var(--teal-hover);}

/* Related posts (full bleed band) */
.wm-related{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:var(--off);margin-top:48px;margin-bottom:8px;}
.wm-related-in{max-width:1200px;margin:0 auto;padding:64px 40px 72px;}
.wm-related-h{font-size:24px;font-weight:700;letter-spacing:-.5px;color:var(--navy);margin:0 0 26px;}
.single-post .entry-content h2.wm-related-h{margin:0 0 26px;}

/* Share row */
.wm-share{display:flex;align-items:center;gap:12px;margin:36px 0 12px;}
.wm-share-label{font-size:13.5px;font-weight:600;color:var(--slate);margin-right:4px;}
.wm-share-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:38px;height:38px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--slate);font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;font-family:inherit;transition:color .15s,border-color .15s;}
.wm-share-btn:hover{color:var(--teal);border-color:var(--teal);}
.wm-share-btn svg{width:15px;height:15px;flex:none;}

/* Blog responsive */
@media(max-width:980px){
  .wm-bgrid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:700px){
  .wm-bgrid{grid-template-columns:1fr;}
  .wm-bfeat{grid-template-columns:1fr;}
  .wm-bfeat-media{min-height:200px;aspect-ratio:16/9;}
  .wm-bfeat-body{padding:26px 24px;}
  .wm-author-box{flex-direction:column;}
  .wm-post-band-in{flex-wrap:wrap;gap:10px;}
  .wm-related-in{padding:52px 20px 60px;}
}

/* v1.4.0 fix pass: full-bleed post band, centered single column */
body.single-post .site-main{margin:0 auto !important;padding-top:0;}
.single-post .wm-post-band{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;}
.single-post .site-main > article{margin-top:44px;display:block;}
/* GP pads .wp-block-group__inner-container; reset it inside post patterns */
.wm-tldr .wp-block-group__inner-container,.wm-inline-cta .wp-block-group__inner-container,.wm-post-faq .wp-block-group__inner-container{max-width:none;width:100%;margin:0;padding:0 !important;}
/* Navy conversion module: white button per the navy CTA standard */
.single-post .wm-post-cta .wm-btn{background:#fff;color:var(--teal-deep);}
.single-post .wm-post-cta .wm-btn:hover{background:var(--teal-tint);color:var(--teal-deep);}

/* v1.4.1 fix round (Drew review 2026-08-12) */
/* Hairline seam so navy final CTAs and the navy footer read as separate surfaces */
.footer-widgets{border-top:1px solid rgba(176,212,210,.16);}
/* Featured flag and category tag on one centered line */
body.wm-home .wm-bfeat-tags .wm-tag{margin-bottom:0;}
/* Blog post typography: lead paragraph, section rules, teal list markers */
.single-post .entry-content > p:first-of-type{font-size:19px;line-height:1.7;color:#31434C;}
.single-post .entry-content > h2::before{content:"";display:block;width:36px;height:3px;border-radius:2px;background:var(--teal);margin-bottom:14px;}
.single-post .entry-content ul li::marker{color:var(--teal);}
.single-post .entry-content a{text-decoration-color:rgba(0,109,104,.4);text-underline-offset:3px;}
/* White-on-navy CTA buttons sitewide: visible hover tint (was #eafffb, too subtle) */
body.wm-home .wm-cta .wm-btn:hover{background:var(--teal-tint);}

/* v1.4.2: footer one shade deeper than navy CTAs so the two surfaces read as distinct planes */
.site-footer,.site-footer .footer-widgets,body .footer-widgets,.site-footer .site-info,body .site-info{background:#0D1520;}

/* v1.4.2: embedded HubSpot form inside the navy end-of-post module */
.wm-post-cta-form{max-width:560px;margin-top:8px;}
.wm-post-cta-form .hs-form ul{list-style:none;margin:0;padding:0;}
.wm-post-cta-form .hs-form-field{margin-bottom:14px;}
.wm-post-cta-form .hs-form-field>label{display:block;font-size:13px;font-weight:600;color:rgba(255,255,255,.85);margin-bottom:6px;}
.wm-post-cta-form input.hs-input:not([type=checkbox]):not([type=radio]),.wm-post-cta-form textarea.hs-input,.wm-post-cta-form select.hs-input{width:100% !important;padding:11px 14px;border:1px solid rgba(255,255,255,.18);border-radius:8px;font-size:15px;font-family:inherit;color:var(--navy);background:#fff;}
.wm-post-cta-form input.hs-input:focus,.wm-post-cta-form textarea.hs-input:focus,.wm-post-cta-form select.hs-input:focus{outline:2px solid rgba(47,185,164,.5);}
.wm-post-cta-form input[type=checkbox]{width:16px;height:16px;margin-right:9px;accent-color:var(--teal-bright);}
.wm-post-cta-form .inputs-list label{font-weight:400;font-size:14px;color:rgba(255,255,255,.8);display:flex;align-items:center;margin-bottom:0;}
.wm-post-cta-form .hs-button{display:inline-flex;justify-content:center;align-items:center;width:100%;background:var(--teal);color:#fff;border:0;cursor:pointer;font-size:15.5px;font-weight:600;padding:15px 28px;border-radius:8px;font-family:inherit;box-shadow:0 10px 24px rgba(0,0,0,.25);transition:background .18s,transform .18s;}
.wm-post-cta-form .hs-button:hover{background:var(--teal-hover);transform:translateY(-1px);}
.wm-post-cta-form .hs-error-msgs{list-style:none;padding:0;margin:6px 0 0;}
.wm-post-cta-form .hs-error-msgs label{color:#FFB4A9;font-size:12.5px;font-weight:500;}
.wm-post-cta-form .hs-richtext{font-size:12.5px;color:rgba(255,255,255,.55);}
.wm-post-cta-form .submitted-message{color:#fff;font-size:16px;}

/* v1.5.0: success stories index (/success-stories/ and category term archives) */
body.wm-story-index .wm-hero--stories .wm-container{padding-top:72px;padding-bottom:72px;}
body.wm-story-index .wm-smain{background:var(--off);padding:56px 0 88px;}
body.wm-home .wm-story h3 a{color:var(--navy);text-decoration:none;transition:color .15s;}
body.wm-home .wm-story h3 a:hover{color:var(--teal);}

/* v1.5.0: pull quote inside success story prose (client quote in The results) */
body.wm-home .wm-prose blockquote{border-left:3px solid var(--teal);margin:28px 0;padding:4px 0 4px 24px;font-size:17.5px;line-height:1.6;font-weight:500;color:var(--navy);font-style:normal;background:transparent;}
body.wm-home .wm-prose blockquote p{font-size:17.5px;color:var(--navy);margin:0 0 8px;}
body.wm-home .wm-prose blockquote cite{display:block;font-style:normal;font-size:13.5px;font-weight:600;letter-spacing:.4px;color:var(--slate);}

/* v1.8.0: inline text links inside who-copy paragraphs (e.g., the eMembership link on the company page) */
body.wm-home .wm-who-copy p a:not(.wm-link){color:var(--teal);font-weight:600;text-decoration:underline;text-decoration-color:rgba(0,109,104,.4);text-underline-offset:3px;transition:color .15s;}
body.wm-home .wm-who-copy p a:not(.wm-link):hover{color:var(--teal-hover);}

/* v1.8.2 fallback: never show GP's own single-post featured image (the template hero owns it) */
.single-post .featured-image.page-header-image-single{display:none;}

/* v1.9.0: category-colored branded fallback cards (grid variety; tokens only) */
.wm-bcard-fallback--emerging-tech{background:linear-gradient(135deg,var(--teal-deep),var(--teal) 55%,var(--teal-bright));}
.wm-bcard-fallback--cybersecurity{background:linear-gradient(135deg,#0D1520,var(--navy-2) 55%,var(--teal-deep));}
.wm-bcard-fallback--modern-apps-cloud{background:linear-gradient(135deg,var(--teal),var(--teal-hover) 55%,var(--teal-bright));}
.wm-bcard-fallback--data-center-it{background:linear-gradient(135deg,var(--navy),var(--slate));}
.wm-bcard-fallback--news{background:linear-gradient(135deg,var(--slate),var(--teal));}

/* v1.10.0: reading progress bar (single posts, transform only, no layout work) */
.wm-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--teal),var(--teal-bright));transform:scaleX(0);transform-origin:0 50%;z-index:2147482000;pointer-events:none;}
body.admin-bar .wm-progress{top:32px;}
body.admin-bar .wm-toc{margin-top:32px;}

/* v1.10.0: sticky table of contents in the left gutter on wide screens */
.wm-toc{display:none;}
@media(min-width:1340px){
  .single-post .wm-toc{display:block;position:fixed;top:260px;left:max(24px,calc(50vw - 654px));width:220px;max-height:calc(100vh - 320px);overflow:auto;opacity:1;transition:opacity .25s ease;}
  .single-post .wm-toc.is-done{opacity:0;pointer-events:none;}
}
.wm-toc-label{display:block;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#8AA0A3;}
.wm-toc ul{list-style:none;margin:12px 0 0;padding:0;border-left:2px solid var(--line);}
.wm-toc li{margin:0;}
.wm-toc li a{display:block;padding:6px 0 6px 14px;margin-left:-2px;border-left:2px solid transparent;font-size:13.5px;line-height:1.45;color:var(--slate);text-decoration:none;transition:color .15s,border-color .15s;}
.wm-toc li a:hover{color:var(--teal);}
.wm-toc li a.is-active{color:var(--teal);border-left-color:var(--teal);font-weight:600;}
.wm-toc-share-label{margin-top:26px;}
.wm-toc-share{display:flex;gap:10px;margin-top:10px;}
@media(min-width:1340px){body.wm-has-toc .wm-share{display:none;}}

/* v1.11.0: the in-content img border-radius must not clip the fallback card logo (Keep reading tiles) */
.single-post .entry-content .wm-bcard-fallback img{border-radius:0;}

/* v1.12.0: no empty white strip below the related band when the rail owns sharing */
body.wm-has-toc.single-post .site-main{padding-bottom:0;}
body.wm-has-toc.single-post .inside-article{padding-bottom:0;margin-bottom:0;}
body.wm-has-toc.single-post .wm-related{margin-bottom:0;}

/* v1.13.0: branded cards carry kicker and title in the image; hide the duplicate text title (kept for screen readers and SEO) */
.wm-bcard--branded .wm-bcard-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.wm-bcard--branded .wm-bcard-excerpt{margin-top:2px;}

/* v1.13.0: author links in bylines and the author box */
.wm-post-author-link{color:inherit;text-decoration:none;transition:color .15s;}
.wm-post-author-link:hover{color:var(--teal);}
.wm-meta-avatar-link{display:inline-flex;flex:none;border-radius:50%;}
.wm-author-name-link{color:inherit;text-decoration:none;transition:color .15s;}
.wm-author-name-link:hover{color:var(--teal);}
.wm-author-links{display:flex;flex-wrap:wrap;gap:8px 18px;}

/* v1.13.0: author archive hero */
body.wm-blog-index .wm-author-hero{display:flex;align-items:center;gap:24px;}
body.wm-blog-index img.wm-author-hero-img{width:88px;height:88px;border-radius:50%;flex:none;outline:4px solid rgba(47,185,164,.3);}

/* v1.13.0: mobile fixes */
@media(max-width:768px){
  /* header was wrapping to two rows on phones: smaller logo, no nav search icon */
  .site-header .header-image,.site-header .is-logo-image,.site-header .custom-logo{max-height:28px;}
  .main-navigation .search-item{display:none;}
}
@media(max-width:700px){
  /* category pills: one horizontally scrollable row with edge fade */
  body.wm-blog-index .wm-pills{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-left:-20px;margin-right:-20px;padding:2px 20px 8px;-webkit-mask:linear-gradient(90deg,transparent,#000 16px,#000 calc(100% - 32px),transparent);mask:linear-gradient(90deg,transparent,#000 16px,#000 calc(100% - 32px),transparent);}
  body.wm-blog-index .wm-pills::-webkit-scrollbar{display:none;}
  body.wm-blog-index .wm-pill{flex:none;}
  /* card meta: no leading dot when the row wraps; spacing carries the separation */
  .wm-bcard-meta span+span::before{display:none;}
  .wm-bcard-meta{gap:4px 14px;}
  /* featured tile: inset the baked card so its text never sits against the tile edge */
  .wm-bfeat-media img.wm-bcard-img{padding:8px;}
}

/* v1.13.1: author archive pagination renders a bare div.nav-links (no nav.pagination
   wrapper), so the container rule above (.pagination) never matched and the links sat
   flush against the card grid. The .page-numbers pill styles already apply; this adds
   only the missing layout. Scoped to direct children of .wm-container so the home
   index (which has the wrapper) is not double-spaced. */
body.wm-blog-index .wm-container > .nav-links{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:48px;}

/* ============ v1.14.0: partners page (logo cards grouped by practice) ============ */
body.wm-home .wm-psec{margin-top:64px;}
body.wm-home .wm-psec:first-of-type{margin-top:0;}
body.wm-home .wm-psec-head{max-width:720px;}
body.wm-home .wm-psec-head p{color:var(--slate);font-size:16px;line-height:1.7;margin:14px 0 0;}
body.wm-home .wm-pgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px;}
body.wm-home .wm-pcard{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px;box-shadow:0 2px 10px rgba(10,37,64,.05);display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease;}
body.wm-home .wm-pcard:hover{box-shadow:0 10px 26px rgba(10,37,64,.10);transform:translateY(-2px);}
body.wm-home .wm-plogo{height:64px;display:flex;align-items:center;margin-bottom:16px;}
body.wm-home .wm-plogo img{max-height:46px;max-width:190px;width:auto;height:auto;object-fit:contain;}
body.wm-home .wm-pcard h3{font-size:18.5px;margin:0 0 10px;color:var(--navy);}
body.wm-home .wm-pcard p{font-size:15px;line-height:1.68;color:var(--slate);margin:0;}
@media(max-width:980px){body.wm-home .wm-pgrid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:640px){body.wm-home .wm-pgrid{grid-template-columns:1fr;}}

/* ============ v1.14.1: landing pages (PTS, Fabric) ============ */
/* Certification badge band */
body.wm-home .wm-badgeband{display:flex;flex-wrap:wrap;gap:22px 28px;align-items:center;margin-top:28px;}
body.wm-home .wm-badgeband img{height:72px;width:auto;object-fit:contain;}
@media(max-width:640px){body.wm-home .wm-badgeband img{height:56px;}}
/* Larger image tile inside partner-style cards (test type cards) */
body.wm-home .wm-plogo--lg{height:150px;justify-content:center;}
body.wm-home .wm-plogo--lg img{max-height:140px;max-width:100%;}
/* Offer ladder */
body.wm-home .wm-ladder{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:32px;}
body.wm-home .wm-rung{position:relative;background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px;box-shadow:0 2px 10px rgba(10,37,64,.05);}
body.wm-home .wm-rung-step{display:inline-flex;align-items:center;background:var(--teal-tint);color:var(--teal);border-radius:6px;padding:5px 11px;font-size:11.5px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:14px;}
body.wm-home .wm-rung h3{font-size:19px;margin:0 0 6px;color:var(--navy);}
body.wm-home .wm-rung .wm-rung-terms{font-size:13.5px;font-weight:600;color:var(--teal);margin:0 0 12px;}
body.wm-home .wm-rung p,body.wm-home .wm-rung li{font-size:15px;line-height:1.65;color:var(--slate);}
body.wm-home .wm-rung ul{margin:10px 0 0;padding-left:20px;}
body.wm-home .wm-rung li{margin-bottom:6px;}
@media(max-width:900px){body.wm-home .wm-ladder{grid-template-columns:1fr;}}
/* HubSpot embedded form, styled to the design system */
body.wm-home .wm-hsform{background:#fff;border:1px solid var(--line);border-radius:14px;padding:34px;box-shadow:0 12px 34px rgba(10,37,64,.08);max-width:640px;}
body.wm-home .wm-hsform .hs-form-field{margin-bottom:18px;}
body.wm-home .wm-hsform label{font-size:14px;font-weight:600;color:var(--navy);display:block;margin-bottom:6px;}
body.wm-home .wm-hsform input[type=text],body.wm-home .wm-hsform input[type=email],body.wm-home .wm-hsform select,body.wm-home .wm-hsform textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:11px 13px;font-size:15px;font-family:inherit;color:var(--navy);background:#fff;}
body.wm-home .wm-hsform input:focus,body.wm-home .wm-hsform select:focus{outline:2px solid var(--teal);outline-offset:0;border-color:var(--teal);}
body.wm-home .wm-hsform ul.inputs-list{list-style:none;margin:4px 0 0;padding:0;}
body.wm-home .wm-hsform ul.inputs-list li{margin-bottom:6px;}
body.wm-home .wm-hsform ul.inputs-list label{display:flex;align-items:center;gap:9px;font-weight:400;font-size:14.5px;color:var(--slate);margin:0;}
body.wm-home .wm-hsform input[type=checkbox],body.wm-home .wm-hsform input[type=radio]{width:16px;height:16px;accent-color:var(--teal);}
body.wm-home .wm-hsform .hs-button{background:var(--teal);color:#fff;border:0;border-radius:10px;padding:13px 26px;font-size:15.5px;font-weight:600;cursor:pointer;transition:background .15s;}
body.wm-home .wm-hsform .hs-button:hover{background:var(--teal-hover);}
body.wm-home .wm-hsform .hs-error-msgs{list-style:none;padding:0;margin:6px 0 0;color:#b3261e;font-size:13px;}
body.wm-home .wm-hsform .submitted-message{font-size:16px;color:var(--navy);}
/* Two column band: copy beside form */
body.wm-home .wm-lp-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;}
@media(max-width:900px){body.wm-home .wm-lp-split{grid-template-columns:1fr;}}

/* v1.14.2: teal inline links outside wm-prose (partner cards, LP sections, FAQ answers); v1.14.8 adds .wm-card body links */
body.wm-home .wm-pcard a,body.wm-home .wm-card p a,body.wm-home .wm-psec-head a,body.wm-home .wm-lp-split a,body.wm-home .wm-rung a,body.wm-home .wm-faq-a a{color:var(--teal);font-weight:600;text-decoration:underline;text-decoration-color:rgba(0,109,104,.35);text-underline-offset:3px;transition:color .15s;}
body.wm-home .wm-pcard a:hover,body.wm-home .wm-card p a:hover,body.wm-home .wm-psec-head a:hover,body.wm-home .wm-lp-split a:hover,body.wm-home .wm-rung a:hover,body.wm-home .wm-faq-a a:hover{color:var(--teal-hover);text-decoration-color:currentColor;}

/* ============ v1.14.4: leadership page ============ */
body.wm-home .wm-lgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:36px;}
body.wm-home .wm-lcard{display:flex;gap:22px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;box-shadow:0 2px 10px rgba(10,37,64,.05);align-items:flex-start;}
body.wm-home .wm-lcard img{width:128px;height:160px;object-fit:cover;object-position:center 20%;border-radius:10px;flex-shrink:0;}
body.wm-home .wm-lcard h3{margin:0 0 2px;font-size:18.5px;color:var(--navy);}
body.wm-home .wm-ltitle{display:block;color:var(--teal);font-weight:600;font-size:12.5px;letter-spacing:1px;text-transform:uppercase;margin:0 0 10px;}
body.wm-home .wm-lcard p{font-size:14.5px;line-height:1.65;color:var(--slate);margin:0;}
@media(max-width:900px){body.wm-home .wm-lgrid{grid-template-columns:1fr;}}
@media(max-width:560px){body.wm-home .wm-lcard{flex-direction:column;}body.wm-home .wm-lcard img{width:128px;height:160px;}}

/* v1.14.6: HubSpot raw-HTML helper text. HubSpot renders per-field help as
   legend.hs-field-desc, which nothing styled, so it inherited prose size and
   rendered LARGER and louder (17px navy) than the 14px semibold label it
   explains. Applies to all three raw-HTML embeds: Fabric, contact, PTS. */
body.wm-home .wm-hsform .hs-field-desc,body.wm-home .wm-form-card .hs-field-desc{display:block;font-size:13.5px;font-weight:400;line-height:1.5;color:var(--slate);margin:0 0 9px;padding:0;}
body.wm-home .wm-hsform .hs-form-required,body.wm-home .wm-form-card .hs-form-required{color:var(--slate);font-weight:400;}

/* ============ v1.14.9: breadcrumbs (hero), trust strip; v1.14.10: dot separators, teal-tint strip ============ */
body.wm-home .wm-crumbs{display:flex;flex-wrap:wrap;gap:9px;align-items:center;font-size:12.5px;letter-spacing:.2px;color:rgba(255,255,255,.5);margin:0 0 20px;}
body.wm-home .wm-crumbs a{color:rgba(255,255,255,.72);text-decoration:none;transition:color .15s;}
body.wm-home .wm-crumbs a:hover{color:#fff;text-decoration:underline;}
body.wm-home .wm-crumbs .wm-crumb-sep{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.35);display:inline-block;flex:none;font-size:0;overflow:hidden;}
body.wm-home .wm-crumbs [aria-current]{color:rgba(255,255,255,.85);}
body.wm-home .wm-truststrip{background:var(--teal-tint);border-bottom:1px solid #D2E5E1;padding:15px 0;}
body.wm-home .wm-truststrip ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px 38px;justify-content:center;}
body.wm-home .wm-truststrip li{display:flex;align-items:center;gap:9px;font-size:13.5px;font-weight:600;color:var(--teal-deep);letter-spacing:.2px;}
body.wm-home .wm-truststrip li svg{width:15px;height:15px;color:var(--teal);flex:none;}
@media(max-width:700px){body.wm-home .wm-truststrip ul{gap:8px 20px;}body.wm-home .wm-truststrip li{font-size:12.5px;}}

/* ============ v1.15.0: careers job cards ============ */
body.wm-home .wm-job-meta{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 14px;}
body.wm-home .wm-job-meta span{background:var(--teal-tint);color:var(--teal);font-size:12px;font-weight:600;letter-spacing:.3px;padding:4px 11px;border-radius:999px;}
body.wm-home .wm-jobs-empty{max-width:680px;}
body.wm-home .wm-jobs-empty p{font-size:16.5px;line-height:1.7;color:var(--slate);}

/* ============ v1.15.1: dropdown bottom-corner clip + teal dropdown hover, prose links teal ============ */
html .main-navigation .main-nav ul ul{overflow:hidden;}
html .main-navigation .main-nav ul ul li:last-child > a{border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
html .main-navigation .main-nav ul ul li a:hover{color:var(--teal);}
body.wm-home .wm-prose a{color:var(--teal);font-weight:600;text-decoration:underline;text-decoration-color:rgba(0,109,104,.35);text-underline-offset:3px;transition:color .15s;}
body.wm-home .wm-prose a:hover{color:var(--teal-hover);text-decoration-color:currentColor;}

/* ============ v1.15.2: success story pilot (key outcomes band, at-a-glance card, prose h3) ============ */
body.wm-home .wm-outband{background:#fff;border-bottom:1px solid var(--line);}
body.wm-home .wm-outband li{color:var(--navy);font-size:13.5px;}
body.wm-home .wm-glance{background:var(--off);border:1px solid var(--line);border-radius:16px;padding:28px 30px;margin:0 0 42px;}
body.wm-home .wm-glance h2{font-size:13px;letter-spacing:1.6px;text-transform:uppercase;color:var(--teal);margin:0 0 16px;font-weight:700;}
body.wm-home .wm-prose .wm-glance h2{font-size:13px;letter-spacing:1.6px;text-transform:uppercase;color:var(--teal);margin:0 0 16px;}
body.wm-home .wm-glance dl{display:grid;grid-template-columns:140px 1fr;gap:10px 18px;margin:0;}
body.wm-home .wm-glance dt{font-size:12.5px;font-weight:700;color:var(--slate);text-transform:uppercase;letter-spacing:.6px;padding-top:2px;}
body.wm-home .wm-glance dd{margin:0;font-size:15px;color:var(--navy);line-height:1.55;}
@media(max-width:600px){body.wm-home .wm-glance dl{grid-template-columns:1fr;gap:2px 0;}body.wm-home .wm-glance dd{margin:0 0 12px;}}
body.wm-home .wm-prose h3{font-size:19px;font-weight:700;letter-spacing:-.2px;color:var(--navy);margin:28px 0 10px;}

/* ============ v1.15.3: practitioner callout for high-traffic posts ============ */
.wm-postcta{border:1px solid var(--line,#E7EAEA);border-left:3px solid var(--teal,#006D68);background:var(--off,#F4F6F5);border-radius:12px;padding:18px 22px;margin:34px 0;}
.wm-postcta p{margin:0;font-size:15.5px;line-height:1.65;color:#2A3B44;}
.wm-postcta strong{color:var(--navy,#131E29);}
.wm-postcta a{color:var(--teal,#006D68);font-weight:600;text-decoration:underline;text-decoration-color:rgba(0,109,104,.35);text-underline-offset:3px;}
.wm-postcta a:hover{color:var(--teal-hover,#008A84);}

/* v1.15.4: highlighted practice crumb replaces the duplicate hero kicker */
body.wm-home .wm-crumbs .wm-crumb-hl{display:inline-flex;align-items:center;background:rgba(47,185,164,.14);color:var(--teal-bright);padding:5px 11px;border-radius:6px;font-size:11px;font-weight:600;letter-spacing:1.6px;text-transform:uppercase;}
body.wm-home .wm-crumbs a.wm-crumb-hl:hover{color:#fff;text-decoration:none;background:rgba(47,185,164,.24);}
/* v1.15.4: links inside section intro copy follow brand teal */
body.wm-home .wm-sec-head p a{color:var(--teal);font-weight:600;text-decoration:underline;text-decoration-color:rgba(0,109,104,.35);text-underline-offset:3px;}
body.wm-home .wm-sec-head p a:hover{color:var(--teal-hover,#008A84);}
body.wm-home .wm-dark .wm-sec-head p a{color:var(--teal-bright);text-decoration-color:rgba(47,185,164,.4);}
body.wm-home .wm-dark .wm-sec-head p a:hover{color:#fff;}
