
:root{
  --navy:#141B4D;
  --royal:#2847A8;
  --sky:#4EC3E8;
  --coral:#E85744;
  --teal:#43B79C;
  --ink:#141B4D;
  --gray:#5A6478;
  --hairline:#E9ECF2;
  --max:1220px;
  /* the D-curve: flat left, rounded right — from the DIVERSE "D" */
  --dcurve:0 112px 112px 0;
  --dcurve-soft:0 64px 64px 0;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Albert Sans',system-ui,sans-serif;color:var(--gray);background:#fff;line-height:1.7;font-size:16.5px;font-weight:300}
h1,h2,h3,h4{color:var(--ink);font-weight:600;letter-spacing:-.015em}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.wrap{max-width:var(--max);margin:0 auto;padding:0 40px}
.eyebrow{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--ink);margin-bottom:22px}
.eyebrow::before{content:"" !important;display:inline-block;flex:0 0 auto;width:12px;height:16px;background:var(--coral);border-radius:0 16px 16px 0;transform:translateY(-1px)}
.btn{display:inline-block;font-weight:600;font-size:15px;padding:14px 30px;border-radius:6px;transition:.2s}
.btn-navy{background:var(--royal);color:#fff}
.btn-navy:hover{background:var(--navy)}
.btn-line{border:1.5px solid var(--royal);color:var(--royal)}
.btn-line:hover{background:var(--royal);color:#fff}
.learn{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:14.5px;color:var(--royal);transition:.2s}
.learn:hover{gap:14px;color:var(--navy)}

/* ── utility strip ── */
.util{background:#fff;border-bottom:1px solid var(--hairline);font-size:13px;font-weight:500}
.util .wrap{display:flex;justify-content:flex-end;align-items:center;gap:26px;height:42px}
.util a{color:var(--gray);position:relative}
.util a::after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:1px;background:var(--navy);transform:scaleX(0);transform-origin:left;transition:transform .22s}
.util a:hover::after{transform:scaleX(1)}
.util a:hover{color:var(--royal)}
.util .tel{color:var(--ink);font-weight:600}

/* ── nav ── */
nav{position:sticky;top:0;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--hairline);z-index:60}
nav .wrap{display:flex;align-items:center;justify-content:space-between;height:82px;gap:24px}
nav img.logo{height:46px;width:auto}
.nav-links{display:flex;gap:26px;font-size:13.5px;font-weight:600;letter-spacing:.04em;color:var(--ink);align-self:stretch;align-items:stretch}
.nav-links>div,.nav-links>a{position:relative;display:flex;align-items:center}
.nav-links>a::after,.nav-links>div::after{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:var(--sky);border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform .22s}
.nav-links>a:hover::after,.nav-links>div:hover::after{transform:scaleX(1)}
.nav-links>div>span{display:inline-flex;align-items:center;gap:5px}
.nav-links a:hover{color:var(--royal)}
.has-drop>span{cursor:default;display:inline-flex;align-items:center;gap:5px}
.has-drop>span::after{content:"";width:6px;height:6px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg) translateY(-2px)}
/* Clickable desktop dropdown triggers */
.has-drop > a.drop-trigger{cursor:pointer;display:inline-flex;align-items:center;gap:5px;color:inherit}
.has-drop > a.drop-trigger::after{content:"";width:6px;height:6px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg) translateY(-2px)}

.drop{position:absolute;top:100%;left:-16px;background:#fff;border:1px solid var(--hairline);border-radius:0 0 10px 10px;min-width:290px;padding:10px;opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s}
.has-drop:hover .drop{opacity:1;visibility:visible;transform:translateY(0)}
.drop a{display:block;padding:10px 14px;border-radius:7px;font-weight:500;letter-spacing:0;color:var(--gray)}
.drop a:hover{background:#F4F7FC;color:var(--royal)}
/* hamburger + mobile menu */
.burger{display:none;background:none;border:none;cursor:pointer;padding:10px;margin-left:auto}
.burger span{display:block;width:24px;height:2px;background:var(--ink);margin:5px 0;border-radius:2px;transition:.2s}
nav.open .burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
nav.open .burger span:nth-child(2){opacity:0}
nav.open .burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu{display:none;background:#fff;border-top:1px solid var(--hairline)}
nav.open .mobile-menu{display:block}
.mobile-menu a{display:block;padding:13px 40px;font-size:15px;font-weight:600;color:var(--ink);border-bottom:1px solid var(--hairline)}
.mobile-menu a.sub{padding-left:60px;font-weight:400;color:var(--gray)}
.mobile-menu a:hover{color:var(--royal)}

/* ── hero: text on the video banner — no scrim/overlay layer ── */
.hero{background:#fff;border-bottom:1px solid var(--hairline)}
.hero .video-frame{position:relative}
.hero .video-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,18,48,.55) 0%,rgba(13,18,48,.32) 45%,rgba(13,18,48,.12) 100%);pointer-events:none}
.hero video{width:100%;height:min(78vh,720px);object-fit:cover;display:block}
.hero .statement{position:absolute;inset:0;display:flex;align-items:center;z-index:1}
.hero .statement .wrap{max-width:var(--max);width:100%;display:flex;justify-content:flex-start}
.hero .statement .inner{max-width:760px}
.hero h1{font-size:clamp(28px,3.8vw,48px);line-height:1.18;font-weight:600;color:#fff}
.hero h1 em{font-style:normal;color:var(--sky)}
.hero .ctas{margin-top:30px;display:flex;gap:14px;flex-wrap:wrap}
.hero .btn-white{background:#fff;color:var(--navy)}
.hero .btn-white:hover{background:var(--sky);color:var(--navy)}
.hero .btn-ghost{border:1.5px solid rgba(255,255,255,.85);color:#fff}
.hero .btn-ghost:hover{background:#fff;color:var(--navy)}

/* ── solutions ── */
.icn{width:40px;height:40px;color:var(--royal);display:block;margin-bottom:14px}

.solutions{padding:96px 0 40px}
.sol-head{max-width:760px;margin-bottom:56px}
.sol-head h2{font-size:clamp(26px,3vw,38px)}
.sol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 30px;padding-bottom:80px}
.card{background:#fff;border:1px solid var(--hairline);border-radius:14px 14px 0 0;overflow:hidden;display:flex;flex-direction:column;transition:.22s}
.card:hover{border-color:var(--royal);transform:translateY(-4px)}
.card .ph{aspect-ratio:16/10;overflow:hidden}
.card .ph img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.card:hover .ph img{transform:scale(1.045)}
.card .body{padding:26px 26px 30px;display:flex;flex-direction:column;gap:12px;flex:1}
.card h3{font-size:19.5px;line-height:1.3}
.card p{font-size:15px;flex:1}

/* ── who we are band ── */
.who{border-top:1px solid var(--hairline);padding:96px 0}
.who .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.who h2{font-size:clamp(24px,2.7vw,34px);line-height:1.32;font-weight:500}
.who h2 b{font-weight:600;color:var(--coral)}
.who .photo{border-radius:var(--dcurve);overflow:hidden}
.who .photo img{width:100%;height:420px;object-fit:cover}

/* ── news & insights ── */
.news{border-top:1px solid var(--hairline);padding:96px 0}
.news .head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:52px;flex-wrap:wrap}
.news .head h2{font-size:clamp(26px,3vw,38px)}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 30px}
.post{--cat:var(--royal);background:#fff;border:1px solid var(--hairline);border-radius:14px 14px 0 0;overflow:hidden;display:flex;flex-direction:column;transition:.22s;position:relative}
.post.cat-case{--cat:var(--coral)}
.post.cat-comm{--cat:var(--teal)}
.post:hover{border-color:var(--royal);transform:translateY(-4px)}
.post .top{background:#EFF2F7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240' fill='none'%3E%3Cpath d='M0 18 H82 A102 102 0 0 1 82 222 H0' stroke='%23141B4D' stroke-opacity='.14' stroke-width='1.4'/%3E%3C/svg%3E") right -70px center/auto 175% no-repeat;border-bottom:1px solid var(--hairline);padding:26px 24px 24px;display:flex;flex-direction:column;gap:14px;justify-content:flex-start;min-height:190px}
.post .body{padding:20px 24px 26px;display:flex;flex-direction:column;gap:12px;flex:1}
.post .tag{align-self:flex-start;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);border:1px solid var(--cat);border-radius:999px;padding:5px 12px}
.post h3{font-size:18.5px;line-height:1.35}
.post p{font-size:14.5px;flex:1}

@media(max-width:1180px){
  .sub-service .element-grid{grid-template-columns:repeat(3,1fr);gap:18px}
  .sub-service .element-card h3{font-size:14.5px;max-width:220px}
}
@media(max-width:1020px){.news-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.news-grid{grid-template-columns:1fr}}

/* ── trust strip — grey band with grey D-lines ── */
.certs{background:#EFF2F7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240' fill='none'%3E%3Cpath d='M0 18 H82 A102 102 0 0 1 82 222 H0' stroke='%23141B4D' stroke-opacity='.10' stroke-width='1.4'/%3E%3C/svg%3E") right -60px center/auto 200% no-repeat;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);padding:20px 0 22px}
.certs .wrap{display:flex;align-items:center;justify-content:center;gap:16px 52px;flex-wrap:wrap}
.certs .item{font-size:13px;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}
.certs .item b{font-weight:700;color:var(--ink)}
.certs .item span{font-weight:500;color:var(--royal)}

/* ── footer — white ── */
footer{background:#fff;color:var(--gray);font-size:14.5px;padding:74px 0 34px;border-top:1px solid var(--hairline)}
footer .wrap{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:56px}
footer img.f-logo{height:52px;width:auto;margin-bottom:20px}
footer h4{color:var(--ink);font-size:13px;letter-spacing:.2em;text-transform:uppercase;margin-bottom:16px;font-weight:600}
footer a{display:block;width:-moz-fit-content;width:fit-content;padding:4px 0;position:relative}
footer a::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:1px;background:var(--navy);transform:scaleX(0);transform-origin:left;transition:transform .22s}
footer a:hover::after{transform:scaleX(1)}
footer a:hover{color:var(--royal)}
.f-bottom{border-top:1px solid var(--hairline);margin-top:56px;padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12.5px}
.f-social{display:flex;gap:14px}
.f-social a{display:inline-flex;padding:0}


@media(max-width:1180px){
  .sub-service .element-grid{grid-template-columns:repeat(3,1fr);gap:18px}
  .sub-service .element-card h3{font-size:14.5px;max-width:220px}
}
@media(max-width:1020px){
  .sol-grid{grid-template-columns:1fr 1fr}
  .who .wrap{grid-template-columns:1fr;gap:44px}
  .nav-links{display:none}
  .burger{display:block}
  footer .wrap{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .sol-grid{grid-template-columns:1fr}
  footer .wrap{grid-template-columns:1fr}
  .wrap{padding:0 24px}
  .hero .statement .wrap{padding:52px 24px 60px}
}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}


/* services page alignment — same solution cards as home */
.services-page .solutions{padding:96px 0 36px}
.services-page .sol-head{max-width:860px;margin-bottom:56px}
.services-page .sol-head h1{font-size:clamp(34px,4.2vw,56px);line-height:1.1;margin-bottom:18px;color:var(--ink);font-weight:600;letter-spacing:-.015em}
.services-page .sol-head p{max-width:760px;font-size:17px;line-height:1.75;color:var(--gray);margin-top:14px}
.services-page .sol-grid{padding-bottom:0}
.services-page .card:nth-child(7){grid-column:auto}

@media(max-width:1180px){
  .sub-service .element-grid{grid-template-columns:repeat(3,1fr);gap:18px}
  .sub-service .element-card h3{font-size:14.5px;max-width:220px}
}
@media(max-width:1020px){.services-page .sol-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.services-page .solutions{padding:72px 0}.services-page .sol-grid{grid-template-columns:1fr}.services-page .sol-head h1{font-size:clamp(30px,9vw,44px)}}


/* services page refinement — intro with first alphabetical solution beside copy */
.services-page .services-intro-feature{display:grid;grid-template-columns:calc(((100% - 60px) / 3) * 2 + 30px) calc((100% - 60px) / 3);gap:30px;align-items:start;margin-bottom:34px}
.services-page .services-intro-feature .sol-head{margin-bottom:0;max-width:760px;align-self:start;padding-top:8px}
.services-page .services-intro-feature .card{height:auto;min-height:0}
.services-page .services-intro-feature .card .ph{aspect-ratio:16/10}
.services-page .sol-grid{grid-template-columns:repeat(3,1fr);gap:34px 30px;padding-bottom:56px}

@media(max-width:1180px){
  .sub-service .element-grid{grid-template-columns:repeat(3,1fr);gap:18px}
  .sub-service .element-card h3{font-size:14.5px;max-width:220px}
}
@media(max-width:1020px){.services-page .services-intro-feature{grid-template-columns:1fr 1fr;gap:30px}.services-page .sol-grid{grid-template-columns:1fr 1fr}.services-page .services-intro-feature .sol-head{grid-column:1 / -1;padding-top:0}}
@media(max-width:640px){.services-page .services-intro-feature{gap:28px;margin-bottom:34px}.services-page .sol-grid{grid-template-columns:1fr}}

/* ── cybersecurity sub-service page ── */
.sub-service .sub-hero{padding:84px 0 88px;border-bottom:1px solid var(--hairline);background:#fff}
.sub-service .sub-hero .wrap{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:start}
.sub-service .sub-hero h1{font-size:clamp(36px,4.5vw,60px);line-height:1.08;margin-bottom:22px}
.sub-service .sub-hero p{font-size:17px;line-height:1.8;max-width:640px}
.sub-service .sub-hero .btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.sub-service .sub-hero .photo{border-radius:var(--dcurve);overflow:hidden;position:relative;background:#EFF2F7}
.sub-service .sub-hero .photo img{width:100%;height:430px;object-fit:cover;transition:transform .55s ease}
.sub-service .sub-hero .photo:hover img{transform:scale(1.055)}
.sub-service .detail{padding:88px 0 34px;background:#fff}
.sub-service .detail-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start;margin-bottom:70px}
.sub-service .detail h2{font-size:clamp(26px,3vw,40px);line-height:1.2;max-width:620px}
.sub-service .detail .copy p{font-size:16.5px;line-height:1.85;margin-bottom:18px;max-width:760px}
.sub-service .elements{padding:0 0 74px}
.sub-service .elements-head{max-width:780px;margin-bottom:36px}
.sub-service .elements-head h2{font-size:clamp(26px,3vw,38px);line-height:1.2}
.sub-service .element-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.sub-service .element-card{background:#fff;border:1px solid var(--hairline);border-radius:14px 14px 0 0;padding:20px 12px 18px;min-height:138px;transition:.22s;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;text-align:center}
.sub-service .element-card::after{display:none}
.sub-service .element-card:hover{transform:translateY(-4px);border-color:var(--royal)}
.sub-service .element-card .mark{width:58px;height:58px;display:flex;align-items:center;justify-content:center;background:transparent;margin:0 auto;box-shadow:none;color:var(--royal)}
.sub-service .element-card .mark svg{width:50px;height:50px;display:block;stroke:var(--royal);stroke-width:1.55;fill:none;stroke-linecap:round;stroke-linejoin:round}
.sub-service .element-card h3{font-size:13.5px;line-height:1.25;max-width:170px;font-style:normal;color:var(--ink);font-weight:700;margin:0}
.sub-service .threat-band{border-top:0;padding:34px 0 58px;display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}
.sub-service .threat-band h2{font-size:clamp(24px,2.7vw,36px);line-height:1.22}
.sub-service .threat-band p{font-size:16.5px;line-height:1.85;margin-bottom:18px;max-width:760px}

@media(max-width:1180px){
  .sub-service .element-grid{grid-template-columns:repeat(3,1fr);gap:18px}
  .sub-service .element-card h3{font-size:14.5px;max-width:220px}
}
@media(max-width:1020px){
  .sub-service .sub-hero .wrap,.sub-service .detail-grid,.sub-service .threat-band{grid-template-columns:1fr;gap:38px}
  .sub-service .element-grid{grid-template-columns:1fr 1fr}
  .sub-service .sub-hero .photo img{height:380px}
}
@media(max-width:640px){
  .sub-service .sub-hero{padding:72px 0 64px}
  .sub-service .detail{padding:68px 0 24px}
  .sub-service .element-grid{grid-template-columns:1fr}
  .sub-service .sub-hero .photo img{height:320px}
}


/* final alignment pass for cybersecurity element boxes */
.sub-service .element-grid{align-items:stretch}
.sub-service .element-card{justify-content:flex-start;min-height:150px;padding:18px 10px 16px;gap:0}
.sub-service .element-card .mark{width:64px;height:64px;flex:0 0 64px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center}
.sub-service .element-card .mark svg{width:54px;height:54px}
.sub-service .element-card h3{font-size:13px;line-height:1.22;min-height:48px;max-width:150px;margin:0 auto;display:flex;align-items:flex-start;justify-content:center;text-align:center}
@media(max-width:1180px){
  .sub-service .element-card{min-height:150px}
  .sub-service .element-card h3{font-size:13px;max-width:160px;min-height:44px}
}
@media(max-width:640px){
  .sub-service .element-card{min-height:140px}
  .sub-service .element-card h3{min-height:auto}
}




/* ── call to action banner from Who We Are ── */
.cta{border-top:0;position:relative;overflow:hidden;padding:70px 0;margin-top:0}
.cta video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.cta::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.85) 0%,rgba(255,255,255,.68) 55%,rgba(255,255,255,.45) 100%)}
.cta .wrap{max-width:var(--max);position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.cta h2{font-size:clamp(26px,3vw,38px)}
.cta p{margin:14px 0 0;max-width:560px}
.cta .btns{display:flex;gap:14px;flex-wrap:wrap;flex-shrink:0}


/* DSG site-wide consistency pass */
:root {
  --hairline: #EEF2F7 !important;
}

/* consistent flat page rhythm */
section {
  box-shadow: none !important;
}

.util,
nav,
.page-hero,
.solutions,
.values-band,
.flow,
.cares,
.cert-band,
.cta,
footer {
  box-shadow: none !important;
}

/* consistent soft borders/lines */
.util,
nav,
.page-hero,
.values-band,
.flow,
.cares,
.cert-band,
.cta,
footer,
.card,
.pillar,
.step,
.chip,
.num {
  border-color: #EEF2F7 !important;
}

/* cards: flat, consistent, no heavy shadows */
.card,
.pillar,
.step,
.num,
.chip {
  box-shadow: none !important;
}

.card {
  border: 1px solid #E9EDF5 !important;
}

.card:hover {
  border-color: var(--royal) !important;
}

/* service-card read-more/link style */
.learn,
.card .learn,
.card a.learn {
  color: var(--royal) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.learn:hover,
.card .learn:hover,
.card a.learn:hover {
  color: var(--navy) !important;
}

/* CTA buttons: approved solid + outline treatment */
.cta .btns .btn:first-child,
.cta .btns a.btn:first-child {
  background: var(--royal) !important;
  border: 1px solid var(--royal) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.cta .btns .btn:nth-child(2),
.cta .btns a.btn:nth-child(2) {
  background: #fff !important;
  border: 1px solid var(--royal) !important;
  color: var(--ink) !important;
  box-shadow: none !important;
}

.cta .btns .btn:nth-child(2):hover,
.cta .btns a.btn:nth-child(2):hover {
  background: #fff !important;
  border-color: var(--royal) !important;
  color: var(--royal) !important;
  transform: none !important;
}

/* certifications strip */
.cert-band {
  background: #F8FAFC !important;
  border-top: 1px solid #EEF2F7 !important;
  border-bottom: 1px solid #EEF2F7 !important;
}

/* values pills, when present */
.values-band {
  background: #F8FAFC !important;
  border-top: 1px solid #EEF2F7 !important;
  border-bottom: 1px solid #EEF2F7 !important;
}

.values-band .chip,
.chip {
  border-radius: 8px !important;
  border-color: #DDE5F2 !important;
  background: #fff !important;
}

/* image frames keep the DSG D-shape where used */
.page-hero .photo,
.cares .photo,
.hero-d,
.services-hero-d {
  border-radius: var(--dcurve) !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

/* keep service end card left aligned where grids use a final single card */
.solutions .sol-grid > .card:last-child,
.services-page .sol-grid > .card:last-child {
  grid-column: auto !important;
}

/* prevent old duplicate hover underline button effects from showing inside CTA buttons */
.cta .btns .btn::after,
.cta .btns a.btn::after {
  content: none !important;
  display: none !important;
}

/* responsive consistency */
@media(max-width:1020px){
  .solutions .sol-grid,
  .services-page .sol-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width:680px){
  .solutions .sol-grid,
  .services-page .sol-grid {
    grid-template-columns: 1fr !important;
  }
}


/* final CTA second button — clear default, blue rollover */
.cta .btns .btn:nth-child(2),
.cta .btns a.btn:nth-child(2) {
  background: transparent !important;
  border: 1px solid var(--royal) !important;
  color: var(--ink) !important;
  box-shadow: none !important;
}

.cta .btns .btn:nth-child(2):hover,
.cta .btns a.btn:nth-child(2):hover {
  background: var(--royal) !important;
  border-color: var(--royal) !important;
  color: #fff !important;
  transform: none !important;
}

.cta .btns .btn:nth-child(2)::after,
.cta .btns a.btn:nth-child(2)::after {
  content: none !important;
  display: none !important;
}


/* footer alignment cleanup — shift link columns right and balance spacing */
footer .wrap {
  display: grid !important;
  grid-template-columns: minmax(280px, 1fr) 340px 220px !important;
  gap: 72px !important;
  align-items: start !important;
}

footer .wrap > div:nth-child(2),
footer .wrap > div:nth-child(3) {
  justify-self: end !important;
  width: 100% !important;
}

footer .wrap > div:nth-child(2) {
  max-width: 340px !important;
}

footer .wrap > div:nth-child(3) {
  max-width: 220px !important;
}

footer a {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

@media(max-width:1020px){
  footer .wrap {
    grid-template-columns: 1fr 1fr !important;
    gap: 44px 56px !important;
  }
  footer .wrap > div:nth-child(2),
  footer .wrap > div:nth-child(3) {
    justify-self: start !important;
    max-width: none !important;
  }
}

@media(max-width:640px){
  footer .wrap {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
}


/* footer heading spacing — bring eyebrow labels closer to links */
footer h4 {
  margin-bottom: 10px !important;
  line-height: 1.15 !important;
}

footer a {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}


/* ── news & insights landing page ── */
.news-page {
  background: #fff;
}

.news-hero {
  padding: 92px 0 74px;
  border-bottom: 1px solid #EEF2F7;
}

.news-hero .wrap {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .55fr);
  gap: 80px;
  align-items: end;
}

.news-hero h1 {
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.04;
  letter-spacing: -.035em;
  margin-bottom: 22px;
}

.news-hero p {
  max-width: 720px;
  font-size: 19px;
  line-height: 1.75;
  color: var(--gray);
}

.news-hero .hero-note {
  border-left: 2px solid var(--royal);
  padding-left: 24px;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.75;
}

.news-feature {
  padding: 72px 0 36px;
}

.feature-card {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 0;
  border: 1px solid #E9EDF5;
  background: #fff;
  box-shadow: none;
}

.feature-card .feature-media {
  background:
    linear-gradient(135deg, rgba(20,27,77,.92), rgba(40,71,168,.78)),
    radial-gradient(circle at 20% 30%, rgba(78,195,232,.35), transparent 35%),
    radial-gradient(circle at 75% 70%, rgba(232,87,68,.22), transparent 32%);
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  padding: 36px;
  color: #fff;
}

.feature-card .feature-media span {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
}

.feature-card .feature-copy {
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  font-size: 12.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--royal);
  font-weight: 600;
  margin-bottom: 18px;
}

.news-meta span:last-child {
  color: var(--gray);
  font-weight: 500;
}

.feature-card h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.14;
  margin-bottom: 18px;
}

.feature-card p {
  max-width: 620px;
  color: var(--gray);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 26px;
}

.news-index {
  padding: 34px 0 86px;
}

.news-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid #EEF2F7;
  border-bottom: 1px solid #EEF2F7;
  padding: 22px 0;
  margin-bottom: 42px;
}

.news-tools h2 {
  font-size: 24px;
  letter-spacing: -.01em;
}

.topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.topic-pills a {
  border: 1px solid #DDE5F2;
  border-radius: 8px;
  background: #fff;
  padding: 8px 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.topic-pills a:hover {
  border-color: var(--royal);
  color: var(--royal);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.news-card {
  border: 1px solid #E9EDF5;
  background: #fff;
  min-height: 300px;
  padding: 32px 30px 30px;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  transition: .22s ease;
}

.news-card:hover {
  border-color: var(--royal);
  transform: translateY(-3px);
}

.news-card h3 {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.news-card p {
  color: var(--gray);
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.news-card .learn {
  margin-top: auto;
}

.news-utility {
  background: #F8FAFC;
  border-top: 1px solid #EEF2F7;
  border-bottom: 1px solid #EEF2F7;
  padding: 48px 0;
}

.news-utility .wrap {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 56px;
  align-items: center;
}

.news-utility h2 {
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.15;
}

.news-utility p {
  max-width: 720px;
  color: var(--gray);
  line-height: 1.75;
}

@media(max-width:1020px){
  .news-hero .wrap,
  .feature-card,
  .news-utility .wrap {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .news-tools {
    align-items: flex-start;
    flex-direction: column;
  }
  .topic-pills {
    justify-content: flex-start;
  }
}

@media(max-width:680px){
  .news-hero {
    padding: 64px 0 52px;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .feature-card .feature-copy,
  .feature-card .feature-media {
    padding: 30px 26px;
  }
}


/* ── news & insights ── */
.news{border-top:1px solid var(--hairline);padding:96px 0}
.news .head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:52px;flex-wrap:wrap}
.news .head h2{font-size:clamp(26px,3vw,38px)}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 30px}
.post{--cat:var(--royal);background:#fff;border:1px solid var(--hairline);border-radius:14px 14px 0 0;overflow:hidden;display:flex;flex-direction:column;transition:.22s;position:relative}
.post.cat-case{--cat:var(--coral)}
.post.cat-comm{--cat:var(--teal)}
.post:hover{border-color:var(--royal);transform:translateY(-4px)}
.post .top{background:#EFF2F7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240' fill='none'%3E%3Cpath d='M0 18 H82 A102 102 0 0 1 82 222 H0' stroke='%23141B4D' stroke-opacity='.14' stroke-width='1.4'/%3E%3C/svg%3E") right -70px center/auto 175% no-repeat;border-bottom:1px solid var(--hairline);padding:26px 24px 24px;display:flex;flex-direction:column;gap:14px;justify-content:flex-start;min-height:190px}
.post .body{padding:20px 24px 26px;display:flex;flex-direction:column;gap:12px;flex:1}
.post .tag{align-self:flex-start;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);border:1px solid var(--cat);border-radius:999px;padding:5px 12px}
.post h3{font-size:18.5px;line-height:1.35}
.post p{font-size:14.5px;flex:1}
@media(max-width:1020px){.news-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.news-grid{grid-template-columns:1fr}}

/* ── trust strip — grey band with grey D-lines ── */
.certs{background:#EFF2F7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240' fill='none'%3E%3Cpath d='M0 18 H82 A102 102 0 0 1 82 222 H0' stroke='%23141B4D' stroke-opacity='.10' stroke-width='1.4'/%3E%3C/svg%3E") right -60px center/auto 200% no-repeat;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);padding:30px 0}
.certs .wrap{display:flex;align-items:center;justify-content:center;gap:16px 52px;flex-wrap:wrap}
.certs .item{font-size:13px;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}
.certs .item b{font-weight:700;color:var(--ink)}
.certs .item span{font-weight:500;color:var(--royal)}



/* News & Insights landing — built from the Home page news-card concept */
.news-page {
  background:#fff;
}

.news-landing-hero {
  padding: 84px 0 66px;
  border-bottom: 1px solid #EEF2F7;
}

.news-landing-hero .wrap {
  display:grid;
  grid-template-columns:.95fr .65fr;
  gap:80px;
  align-items:start;
}

.news-landing-hero h1 {
  font-size:clamp(44px,5.4vw,72px);
  line-height:1.06;
  letter-spacing:-.035em;
  margin-bottom:22px;
}

.news-landing-hero p {
  max-width:720px;
  font-size:18.5px;
  line-height:1.78;
  color:var(--gray);
}

.news-landing-hero .hero-links {
  border-left:2px solid var(--royal);
  padding-left:26px;
}

.news-landing-hero .hero-links h2 {
  font-size:22px;
  margin-bottom:14px;
}

.news-landing-hero .hero-links p {
  font-size:16px;
  line-height:1.75;
  margin-bottom:18px;
}

.news-featured-home {
  padding:72px 0 28px;
}

.news-featured-home .head {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:40px;
  flex-wrap:wrap;
}

.news-featured-home .head h2 {
  font-size:clamp(28px,3.2vw,42px);
}

.news-feature-grid {
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:30px;
  align-items:stretch;
}

.news-feature-grid .post.featured {
  min-height:420px;
}

.news-feature-grid .post.featured .top {
  min-height:250px;
  padding:36px 34px 32px;
  background-size:auto 190%;
}

.news-feature-grid .post.featured h3 {
  font-size:clamp(28px,3.4vw,44px);
  line-height:1.12;
}

.news-feature-grid .post.featured .body {
  padding:28px 34px 34px;
}

.news-feature-grid .side-stack {
  display:grid;
  gap:30px;
}

.news-feature-grid .side-stack .post .top {
  min-height:170px;
}

.news-listing {
  padding:34px 0 86px;
}

.news-filter-bar {
  border-top:1px solid #EEF2F7;
  border-bottom:1px solid #EEF2F7;
  padding:22px 0;
  margin-bottom:42px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}

.news-filter-bar h2 {
  font-size:24px;
}

.news-topics {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}

.news-topics a {
  border:1px solid #DDE5F2;
  border-radius:8px;
  padding:8px 14px;
  background:#fff;
  color:var(--ink);
  font-size:13px;
  font-weight:600;
  line-height:1;
}

.news-topics a:hover {
  color:var(--royal);
  border-color:var(--royal);
}

.news-page .news-grid {
  grid-template-columns:repeat(3,1fr);
}

.news-page .post {
  border-radius:14px 14px 0 0;
  box-shadow:none;
}

.news-page .post .top {
  background-color:#F8FAFC;
}

.news-page .post h3 {
  font-size:22px;
  line-height:1.25;
}

.news-page .post.featured h3 {
  font-size:clamp(28px,3.4vw,44px);
}

.news-page .post p {
  color:var(--gray);
}

.news-page .post.cat-cyber { --cat:var(--royal); }
.news-page .post.cat-risk { --cat:var(--coral); }
.news-page .post.cat-ops { --cat:var(--teal); }
.news-page .post.cat-data { --cat:var(--sky); }
.news-page .post.cat-pmo { --cat:var(--royal); }
.news-page .post.cat-news { --cat:var(--coral); }

.news-subscribe {
  padding:52px 0;
  background:#F8FAFC;
  border-top:1px solid #EEF2F7;
  border-bottom:1px solid #EEF2F7;
}

.news-subscribe .wrap {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:56px;
  align-items:center;
}

.news-subscribe h2 {
  font-size:clamp(24px,2.8vw,36px);
  line-height:1.15;
}

.news-subscribe p {
  color:var(--gray);
  max-width:720px;
}

@media(max-width:1020px){
  .news-landing-hero .wrap,
  .news-feature-grid,
  .news-subscribe .wrap {
    grid-template-columns:1fr;
    gap:38px;
  }
  .news-page .news-grid {
    grid-template-columns:repeat(2,1fr);
  }
  .news-filter-bar {
    align-items:flex-start;
    flex-direction:column;
  }
  .news-topics {
    justify-content:flex-start;
  }
}

@media(max-width:680px){
  .news-landing-hero {
    padding:64px 0 50px;
  }
  .news-page .news-grid {
    grid-template-columns:1fr;
  }
}


/* news landing — only one featured item on top */
.news-feature-grid {
  display: block !important;
}

.news-feature-grid .post.featured {
  max-width: none !important;
  width: 100% !important;
}

.news-feature-grid .post.featured .top {
  min-height: 260px !important;
}

.news-feature-grid .side-stack {
  display: none !important;
}


/* news featured area — remove extra heading space */
.news-featured-home {
  padding-top: 56px !important;
}
.news-featured-home .head {
  display: none !important;
}


/* featured post — support multiple paragraphs */
.news-feature-grid .post.featured .body p {
  margin-bottom: 14px;
}

.news-feature-grid .post.featured .body p:last-of-type {
  margin-bottom: 24px;
}


/* news page — bring main paragraph text in line with other pages */
.news-page p {
  font-size: 16.5px !important;
  line-height: 1.75 !important;
}

.news-landing-hero p {
  font-size: 18.5px !important;
  line-height: 1.78 !important;
}

.news-feature-grid .post.featured .body p {
  font-size: 16.75px !important;
  line-height: 1.75 !important;
}

.news-page .post .body p {
  font-size: 16px !important;
  line-height: 1.72 !important;
}


/* featured blog image treatment */
.news-feature-grid .post.featured .top.featured-image-top {
  position: relative !important;
  min-height: 360px !important;
  padding: 0 !important;
  background: #F8FAFC !important;
  overflow: hidden !important;
}

.news-feature-grid .post.featured .featured-blog-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 360px !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #fff !important;
}

.news-feature-grid .post.featured .featured-image-overlay {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  padding: 28px 30px 30px !important;
  background: linear-gradient(to top, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 45%, rgba(255,255,255,0) 100%) !important;
}

.news-feature-grid .post.featured .featured-image-overlay h3 {
  margin-top: 14px !important;
}

.news-feature-grid .post.featured .featured-image-overlay .tag {
  background: rgba(255,255,255,.92) !important;
}


/* simplified filter set */
.news-topics,
.topic-pills {
  gap: 12px !important;
}

.news-topics a,
.topic-pills a {
  min-width: 118px;
  text-align: center;
}


/* featured article — keep card structure, place illustration in content aligned right */
.news-feature-grid .post.featured .body.featured-body-split {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr) !important;
  gap: 34px !important;
  align-items: start !important;
}

.news-feature-grid .post.featured .featured-copy {
  min-width: 0 !important;
}

.news-feature-grid .post.featured .featured-copy p {
  margin-bottom: 14px !important;
}

.news-feature-grid .post.featured .featured-copy p:last-of-type {
  margin-bottom: 24px !important;
}

.news-feature-grid .post.featured .featured-illustration-wrap {
  justify-self: end !important;
  align-self: start !important;
  width: 100% !important;
  max-width: 360px !important;
  border-radius: var(--dcurve) !important;
  overflow: hidden !important;
  border: 1px solid #E9EDF5 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.news-feature-grid .post.featured .featured-illustration {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

@media(max-width: 900px){
  .news-feature-grid .post.featured .body.featured-body-split {
    grid-template-columns: 1fr !important;
  }

  .news-feature-grid .post.featured .featured-illustration-wrap {
    justify-self: start !important;
    max-width: 420px !important;
  }
}


/* featured article — embedded illustration aligned right */
.news-feature-grid .post.featured .body.featured-body-split {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr) !important;
  gap: 34px !important;
  align-items: start !important;
}

.news-feature-grid .post.featured .featured-illustration-wrap {
  justify-self: end !important;
  align-self: start !important;
  width: 100% !important;
  max-width: 360px !important;
  border-radius: var(--dcurve) !important;
  overflow: hidden !important;
  border: 1px solid #E9EDF5 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.news-feature-grid .post.featured .featured-illustration {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

@media(max-width: 900px){
  .news-feature-grid .post.featured .body.featured-body-split {
    grid-template-columns: 1fr !important;
  }
  .news-feature-grid .post.featured .featured-illustration-wrap {
    justify-self: start !important;
    max-width: 420px !important;
  }
}


/* featured news — use Who We Are style split layout, no gray card line */
.news-featured-home {
  padding: 72px 0 34px !important;
  border-top: 0 !important;
}

.news-feature-grid {
  display: block !important;
}

.news-feature-split {
  display: grid !important;
  grid-template-columns: minmax(0, .98fr) minmax(420px, .9fr) !important;
  gap: 70px !important;
  align-items: center !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.news-feature-split .feature-copy-left {
  max-width: 720px !important;
}

.news-feature-split .tag {
  display: inline-flex !important;
  align-items: center !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: 1px solid var(--coral) !important;
  color: var(--ink) !important;
  background: #fff !important;
  border-radius: 999px !important;
  padding: 7px 14px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  margin-bottom: 22px !important;
}

.news-feature-split h3 {
  font-size: clamp(32px, 4vw, 54px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
  margin-bottom: 24px !important;
  color: var(--ink) !important;
}

.news-feature-split p {
  font-size: 16.75px !important;
  line-height: 1.78 !important;
  color: var(--gray) !important;
  margin-bottom: 16px !important;
}

.news-feature-split .learn {
  margin-top: 10px !important;
}

.news-feature-split .feature-image-right {
  border-radius: var(--dcurve) !important;
  overflow: hidden !important;
  background: #F8FAFC !important;
  border: 0 !important;
  box-shadow: none !important;
}

.news-feature-split .feature-image-right img {
  width: 100% !important;
  height: 430px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  transition: transform .55s ease !important;
}

.news-feature-split .feature-image-right:hover img {
  transform: scale(1.045);
}

/* hide old featured-card rules if still present */
.news-feature-grid .post.featured,
.news-feature-grid .side-stack,
.news-feature-grid .featured-body-split,
.news-feature-grid .featured-illustration-wrap {
  box-shadow: none !important;
}

@media(max-width:1020px){
  .news-feature-split {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }
  .news-feature-split .feature-image-right img {
    height: 360px !important;
  }
}

@media(max-width:680px){
  .news-feature-split h3 {
    font-size: 32px !important;
  }
  .news-feature-split .feature-image-right img {
    height: 260px !important;
  }
}


/* align featured news split exactly like Who We Are section */
.news-featured-home {
  padding: 96px 0 !important;
  border-top: 0 !important;
}

.news-featured-home .wrap {
  display: grid !important;
  grid-template-columns: 1.05fr .95fr !important;
  gap: 70px !important;
  align-items: center !important;
  max-width: var(--max) !important;
}

.news-feature-grid,
.news-feature-split {
  display: contents !important;
}

.news-feature-split .feature-copy-left {
  grid-column: 1 !important;
  max-width: 680px !important;
  align-self: center !important;
}

.news-feature-split .feature-image-right {
  grid-column: 2 !important;
  align-self: center !important;
  width: 100% !important;
  border-radius: var(--dcurve) !important;
  overflow: hidden !important;
  background: #F8FAFC !important;
  border: 0 !important;
  box-shadow: none !important;
}

.news-feature-split .feature-image-right img {
  width: 100% !important;
  height: 420px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.news-feature-split h3 {
  font-size: clamp(30px, 3.6vw, 48px) !important;
  line-height: 1.14 !important;
  margin-bottom: 24px !important;
}

@media(max-width:1020px){
  .news-featured-home .wrap {
    grid-template-columns: 1fr !important;
    gap: 44px !important;
  }
  .news-feature-split .feature-copy-left,
  .news-feature-split .feature-image-right {
    grid-column: 1 !important;
  }
}

@media(max-width:680px){
  .news-featured-home {
    padding: 72px 0 !important;
  }
  .news-feature-split .feature-image-right img {
    height: 280px !important;
  }
}


/* move featured news section up and align image to the top */
.news-featured-home {
  padding-top: 44px !important;
  padding-bottom: 88px !important;
}

.news-featured-home .wrap {
  align-items: start !important;
}

.news-feature-split .feature-copy-left,
.news-feature-split .feature-image-right {
  align-self: start !important;
}

.news-feature-split .feature-image-right {
  margin-top: 0 !important;
}

@media(max-width:680px){
  .news-featured-home {
    padding-top: 34px !important;
    padding-bottom: 64px !important;
  }
}


/* news filters + category/topic treatment */
.news-topics {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: flex-end !important;
}

.news-topics a {
  display: none !important;
}

.news-topics .filter-pill {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0 !important;
  border-radius: 8px !important;
  background: #F8FAFC !important;
  color: var(--ink) !important;
  padding: 9px 15px !important;
  font: inherit;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  cursor: pointer;
  transition: .2s ease;
}

.news-topics .filter-pill:hover,
.news-topics .filter-pill.is-active {
  background: var(--royal) !important;
  color: #fff !important;
}

.news-feature-split .tag,
.post .tag,
.category-pill {
  border: 0 !important;
  background: #F8FAFC !important;
  color: var(--ink) !important;
  border-radius: 8px !important;
  padding: 7px 12px !important;
}

.topic-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 4px;
}

.topic-chips span {
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 8px;
  background: #F8FAFC;
  color: var(--gray);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.post {
  border-bottom: 4px solid var(--cat-color, var(--royal)) !important;
}

.post.cat-company,
.post[data-category="company-news"] {
  --cat-color: var(--coral);
}

.post.cat-case,
.post[data-category="case-studies"] {
  --cat-color: var(--teal);
}

.post.cat-insight,
.post[data-category="insights"] {
  --cat-color: var(--royal);
}

.post.is-hidden {
  display: none !important;
}

@media(max-width:1020px){
  .news-topics {
    justify-content: flex-start !important;
  }
}


/* remove topic pills */
.topic-chips {
  display: none !important;
}


/* blog cards — thinner D-line graphic */
.news-page .post .top,
.post .top {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240' fill='none'%3E%3Cpath d='M0 18 H82 A102 102 0 0 1 82 222 H0' stroke='%23141B4D' stroke-opacity='.08' stroke-width='.7'/%3E%3C/svg%3E") !important;
  background-position: right -70px center !important;
  background-size: auto 175% !important;
  background-repeat: no-repeat !important;
}


/* filter buttons — match the category color used on card bottom borders */
.news-topics .filter-pill {
  --filter-color: var(--royal);
  background: #fff !important;
  color: var(--ink) !important;
  border: 1px solid #E9EDF5 !important;
  border-bottom: 3px solid var(--filter-color) !important;
  box-shadow: none !important;
}

.news-topics .filter-pill[data-filter="all"] {
  --filter-color: var(--navy);
}

.news-topics .filter-pill[data-filter="company-news"] {
  --filter-color: var(--coral);
}

.news-topics .filter-pill[data-filter="case-studies"] {
  --filter-color: var(--teal);
}

.news-topics .filter-pill[data-filter="insights"] {
  --filter-color: var(--royal);
}

.news-topics .filter-pill:hover,
.news-topics .filter-pill.is-active {
  background: var(--filter-color) !important;
  border-color: var(--filter-color) !important;
  color: #fff !important;
}

/* card category bottom borders — same color system as filters */
.post[data-category="company-news"] {
  --cat-color: var(--coral) !important;
  border-bottom-color: var(--coral) !important;
}

.post[data-category="case-studies"] {
  --cat-color: var(--teal) !important;
  border-bottom-color: var(--teal) !important;
}

.post[data-category="insights"] {
  --cat-color: var(--royal) !important;
  border-bottom-color: var(--royal) !important;
}


/* filter buttons — white default, category color only on rollover/active */
.news-topics .filter-pill {
  --filter-color: var(--royal);
  background: #fff !important;
  color: var(--ink) !important;
  border: 1px solid #E9EDF5 !important;
  border-bottom: 1px solid #E9EDF5 !important;
  box-shadow: none !important;
}

.news-topics .filter-pill[data-filter="all"] {
  --filter-color: var(--navy);
}

.news-topics .filter-pill[data-filter="company-news"] {
  --filter-color: var(--coral);
}

.news-topics .filter-pill[data-filter="case-studies"] {
  --filter-color: var(--teal);
}

.news-topics .filter-pill[data-filter="insights"] {
  --filter-color: var(--royal);
}

.news-topics .filter-pill:hover,
.news-topics .filter-pill.is-active {
  background: var(--filter-color) !important;
  border-color: var(--filter-color) !important;
  color: #fff !important;
}


/* card eyebrow/category label — align with text and use category color */
.news-page .post .tag,
.post .tag,
.category-pill {
  display: block !important;
  align-self: flex-start !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 0 12px 0 !important;
  color: var(--cat-color, var(--cat, var(--royal))) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

/* featured story category label */
.news-feature-split .tag {
  display: block !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 0 18px 0 !important;
  color: var(--coral) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

/* keep the category color tied to the bottom border */
.post[data-category="company-news"],
.post.cat-company {
  --cat-color: var(--coral) !important;
}

.post[data-category="case-studies"],
.post.cat-case {
  --cat-color: var(--teal) !important;
}

.post[data-category="insights"],
.post.cat-insight {
  --cat-color: var(--royal) !important;
}




/* footer social links aligned right */
footer .social,
footer .socials,
footer .footer-social,
footer .social-links {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 12px !important;
  text-align: right !important;
  margin-left: auto !important;
}

footer a[href*="linkedin"],
footer a[href*="facebook"] {
  text-align: right !important;
}

/* remove gap between certs and CTA */
.certs + .cta{margin-top:0 !important;border-top:0 !important}


/* Service detail pages added from the approved DSG subpage system */
.sub-service .element-card.has-copy{min-height:260px;align-items:flex-start;justify-content:flex-start;text-align:left;padding:24px 22px 22px;gap:10px}
.sub-service .element-card.has-copy .mark{margin:0 0 12px 0;width:54px;height:54px;flex:0 0 54px}
.sub-service .element-card.has-copy .mark svg{width:46px;height:46px}
.sub-service .element-card.has-copy h3{display:block;min-height:0;max-width:none;text-align:left;justify-content:flex-start;font-size:15px;line-height:1.25;margin:0 0 6px}
.sub-service .element-card.has-copy p{font-size:13.5px;line-height:1.55;color:var(--gray);font-weight:300;margin:0;max-width:none;text-align:left}
.sub-service .element-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}
.sub-service .element-grid.four-col{grid-template-columns:repeat(4,minmax(0,1fr))}
.sub-service .element-grid.auto-col{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:980px){.sub-service .element-grid.two-col,.sub-service .element-grid.four-col,.sub-service .element-grid.auto-col{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.sub-service .element-grid.two-col,.sub-service .element-grid.four-col,.sub-service .element-grid.auto-col{grid-template-columns:1fr}.sub-service .element-card.has-copy{min-height:auto}}



/* Safe zoom: preserves original image size/dimensions and only scales visually on hover */
body .photo,
body .ph,
body .feature-image-right {
  overflow: hidden !important;
}

body .photo img,
body .ph img,
body .feature-image-right img {
  transform: scale(1) !important;
  transform-origin: center center !important;
  transition: transform .55s ease !important;
  will-change: transform !important;
}

body .photo:hover img,
body .ph:hover img,
body .feature-image-right:hover img,
body .photo:focus-within img,
body .ph:focus-within img,
body .feature-image-right:focus-within img {
  transform: scale(1.06) !important;
}



/* Final header label + Contact Us outline hover readability fix */
.util a[href*="contact-us"]:hover,
.mobile-menu a[href*="contact-us"]:hover {
  color: var(--royal) !important;
}

a.btn.btn-line[href*="contact-us"]:hover,
.flow-exact .flow-actions-stack a.btn-line[href*="contact-us"]:hover,
.flow .close .btns a.btn-line[href*="contact-us"]:hover {
  background: #fff !important;
  color: var(--royal) !important;
  border-color: var(--royal) !important;
  box-shadow: none !important;
}



/* Final banner D-image curve adjustment: slightly softer/straighter curve while preserving the D shape. */
.page-hero .photo,
.sub-service .sub-hero .photo,
.hero-d,
.services-hero-d {
  border-radius: 0 112px 112px 0 !important;
}



/* Square-grid background for second content sections on subpages */
.subpage-square-bg{
  position:relative !important;
  overflow:hidden !important;
  background-color:#fff !important;
  background-image:
    linear-gradient(rgba(20,27,77,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,27,77,.075) 1px, transparent 1px),
    linear-gradient(rgba(78,195,232,.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78,195,232,.038) 1px, transparent 1px) !important;
  background-size:36px 36px,36px 36px,144px 144px,144px 144px !important;
  background-position:0 0,0 0,0 0,0 0 !important;
}
.subpage-square-bg::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,255,255,.18));
  z-index:0;
}
.subpage-square-bg > .wrap,
.subpage-square-bg .wrap{
  position:relative;
  z-index:1;
}
.subpage-square-bg .card,
.subpage-square-bg .pillar,
.subpage-square-bg .news-feature-split,
.subpage-square-bg .news-card,
.subpage-square-bg .detail-grid{
  position:relative;
  z-index:1;
}
@media(max-width:760px){
  .subpage-square-bg{
    background-size:30px 30px,30px 30px,120px 120px,120px 120px !important;
  }
}



/* News & Insights featured image: force the image to fill the full D-shaped frame */
.news-feature-split .feature-image-right{
  height:420px !important;
  min-height:420px !important;
  aspect-ratio:auto !important;
  border-radius:0 112px 112px 0 !important;
  overflow:hidden !important;
  background:#F8FAFC !important;
}
.news-feature-split .feature-image-right img{
  width:100% !important;
  height:100% !important;
  min-height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}
@media(max-width:1020px){
  .news-feature-split .feature-image-right{height:360px !important;min-height:360px !important;}
}
@media(max-width:680px){
  .news-feature-split .feature-image-right{height:280px !important;min-height:280px !important;}
}



/* Final hard fix: News & Insights image fills one clean D-frame. Removes nested visual padding/overlays. */
body main.news-page .news-feature-split .feature-image-right{
  grid-column:2 !important;
  width:100% !important;
  height:430px !important;
  min-height:430px !important;
  aspect-ratio:auto !important;
  border-radius:0 112px 112px 0 !important;
  overflow:hidden !important;
  background:#EAF2FA !important;
  border:0 !important;
  box-shadow:none !important;
  position:relative !important;
  display:block !important;
  align-self:center !important;
}
body main.news-page .news-feature-split .feature-image-right::before,
body main.news-page .news-feature-split .feature-image-right::after{
  content:none !important;
  display:none !important;
}
body main.news-page .news-feature-split .feature-image-right img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-width:100% !important;
  min-height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  border:0 !important;
  border-radius:0 !important;
  background:#EAF2FA !important;
  transform:scale(1) !important;
}
body main.news-page .news-feature-split .feature-image-right:hover img,
body main.news-page .news-feature-split .feature-image-right:focus-within img{
  transform:scale(1.035) !important;
}
@media(max-width:1020px){
  body main.news-page .news-feature-split .feature-image-right{
    grid-column:1 !important;
    height:360px !important;
    min-height:360px !important;
  }
}
@media(max-width:680px){
  body main.news-page .news-feature-split .feature-image-right{
    height:280px !important;
    min-height:280px !important;
  }
}



/* Final square-grid treatment: slightly stronger lines with smooth fade into white sections */
.subpage-square-bg,
.news-pattern,
.cybersecurity-page .detail.subpage-square-bg {
  position: relative !important;
  overflow: hidden !important;
  background-color: #fff !important;
  background-image:
    linear-gradient(rgba(20,27,77,.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,27,77,.048) 1px, transparent 1px),
    linear-gradient(rgba(78,195,232,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78,195,232,.024) 1px, transparent 1px) !important;
  background-size: 36px 36px, 36px 36px, 144px 144px, 144px 144px !important;
  background-position: 0 0, 0 0, 0 0, 0 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.subpage-square-bg::before,
.news-pattern::before,
.cybersecurity-page .detail.subpage-square-bg::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
  background:
    linear-gradient(180deg,
      #fff 0%,
      rgba(255,255,255,.86) 8%,
      rgba(255,255,255,.46) 18%,
      rgba(255,255,255,.12) 42%,
      rgba(255,255,255,.12) 58%,
      rgba(255,255,255,.46) 82%,
      rgba(255,255,255,.86) 92%,
      #fff 100%) !important;
}
.subpage-square-bg > .wrap,
.subpage-square-bg .wrap,
.news-pattern > .wrap,
.news-pattern .wrap {
  position: relative !important;
  z-index: 1 !important;
}
.subpage-square-bg .card,
.subpage-square-bg .pillar,
.subpage-square-bg .news-feature-split,
.subpage-square-bg .news-card,
.subpage-square-bg .detail-grid,
.news-pattern .post {
  position: relative !important;
  z-index: 1 !important;
}
@media (max-width:760px){
  .subpage-square-bg,
  .news-pattern,
  .cybersecurity-page .detail.subpage-square-bg {
    background-size: 30px 30px, 30px 30px, 120px 120px, 120px 120px !important;
  }
}

/* Remove the redundant content divider immediately above the certification strip. */
.sub-service .detail .elements,
.cybersecurity-page .elements {
  border-bottom: 0 !important;
}



/* Match the approved Visit Ryskview solid-blue hover everywhere. */
html body a.btn.btn-navy:hover,
html body button.btn.btn-navy:hover,
html body .cta .btns a.btn.btn-navy:first-child:hover,
html body .cta .btns button.btn.btn-navy:first-child:hover,
html body .flow-actions-stack a.btn.btn-navy:hover,
html body .flow .close .btns a.btn.btn-navy:hover {
  background: var(--navy) !important;
  border-color: var(--navy) !important;
  color: #fff !important;
  transform: none !important;
  box-shadow: none !important;
}



/* Keep editorial imagery at the page-intro level. Individual post cards remain text-only. */
html body main.news-page section.news-landing-hero .hero-links{
  padding:0 !important;
  justify-content:flex-start !important;
  height:420px !important;
  min-height:420px !important;
}
html body main.news-page .hero-intro-image{
  height:205px;
  flex:0 0 205px;
  overflow:hidden;
  border-bottom:1px solid var(--hairline);
  background:#F8FAFC;
}
html body main.news-page .hero-intro-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  transition:transform .45s ease;
}
html body main.news-page .hero-links:hover .hero-intro-image img{transform:scale(1.035)}
html body main.news-page .hero-intro-copy{
  padding:28px 34px 30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  flex:1;
}
html body main.news-page .hero-intro-copy h2{font-size:22px !important;line-height:1.25 !important}
html body main.news-page .hero-intro-copy p{margin:14px 0 0 !important;font-size:16px !important;line-height:1.7 !important}

html body main.news-page .news-featured-home{
  padding:44px 0 64px !important;
}
html body main.news-page .news-featured-home .wrap{
  display:block !important;
  max-width:var(--max) !important;
}
html body main.news-page .featured-text-post{
  display:block;
  width:100%;
  border:1px solid var(--hairline);
  border-radius:14px 14px 0 0;
  overflow:hidden;
  background:#fff;
  transition:transform .22s ease,border-color .22s ease;
}
html body main.news-page .featured-text-post:hover{
  transform:translateY(-4px);
  border-color:var(--royal);
}
html body main.news-page .featured-post-top{
  min-height:245px;
  padding:38px 42px 36px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:#EFF2F7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240' fill='none'%3E%3Cpath d='M0 18 H82 A102 102 0 0 1 82 222 H0' stroke='%23141B4D' stroke-opacity='.14' stroke-width='1.4'/%3E%3C/svg%3E") right -55px center/auto 185% no-repeat;
  border-bottom:1px solid var(--hairline);
}
html body main.news-page .featured-post-top .tag{
  align-self:flex-start;
  margin-bottom:22px;
}
html body main.news-page .featured-post-top h2{
  max-width:900px;
  font-size:clamp(34px,4.5vw,58px);
  line-height:1.08;
  letter-spacing:-.03em;
  color:#111;
}
html body main.news-page .featured-post-body{
  padding:28px 42px 34px;
}
html body main.news-page .featured-post-body p{
  max-width:940px;
  margin:0 0 18px;
  font-size:17px !important;
  line-height:1.75 !important;
}
html body main.news-page .featured-post-meta{
  margin:0 0 18px;
  font-size:13.5px;
  font-weight:500;
  color:var(--ink);
}
html body main.news-page .featured-post-meta span{padding:0 7px;color:var(--royal)}
@media(max-width:1020px){
  html body main.news-page section.news-landing-hero .hero-links{height:auto !important;min-height:0 !important}
  html body main.news-page .hero-intro-image{height:260px;flex-basis:260px}
}
@media(max-width:680px){
  html body main.news-page .hero-intro-image{height:210px;flex-basis:210px}
  html body main.news-page .hero-intro-copy{padding:24px 28px 28px}
  html body main.news-page .featured-post-top{min-height:210px;padding:30px 28px}
  html body main.news-page .featured-post-body{padding:24px 28px 30px}
}



/* Intro visual: image only, using the same DSG D-shaped hero treatment. */
html body main.news-page section.news-landing-hero .hero-links{
  padding:0 !important;
  border:0 !important;
  border-radius:var(--dcurve) !important;
  background:#EFF2F7 !important;
  display:block !important;
  overflow:hidden !important;
  height:420px !important;
  min-height:420px !important;
}
html body main.news-page .hero-intro-image{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  flex:none !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:inherit !important;
  background:#EFF2F7 !important;
}
html body main.news-page .hero-intro-image img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
  transition:transform .55s ease !important;
}
html body main.news-page section.news-landing-hero .hero-links:hover .hero-intro-image img{
  transform:scale(1.055) !important;
}
@media(max-width:1020px){
  html body main.news-page section.news-landing-hero .hero-links{height:360px !important;min-height:360px !important}
}
@media(max-width:640px){
  html body main.news-page section.news-landing-hero .hero-links{height:300px !important;min-height:300px !important}
}
