/* ===== shared additions for all service pages ===== */
.mock-note{position:fixed;left:0;right:0;bottom:0;z-index:99;background:#fff4c2;color:#5a4700;text-align:center;font-size:12.5px;padding:6px 16px}

/* services mega menu (centred under the header) */
.nav .container{position:relative}
.menu > li.has-mega{position:static}
.mega.mega-services{left:50%;translate:-50% 0;width:min(1080px,calc(100vw - 48px));display:block;column-count:3;column-gap:18px;padding:18px 20px 12px;max-height:calc(100vh - 110px);overflow-y:auto}
.mega-services .mg{break-inside:avoid;margin-bottom:6px}
.mega.mega-services::before{top:-16px;height:16px}
.mega-services .mg{padding:6px}
.mega-services .mg-h{display:flex;align-items:center;gap:12px;padding:8px;border-radius:12px;margin-bottom:6px}
.mega-services .mg-h:hover{background:var(--soft)}
.mega-services .mg-h i{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;flex:none;background:var(--red-soft);color:var(--red)}
.mega-services .mg-h i svg{width:20px;height:20px}
.mega-services .mg-h b{display:block;font-size:15px;color:var(--navy)}
.mega-services .mg-h small{display:block;font-size:12.5px;color:var(--muted);line-height:1.35}
.mega-services ul{list-style:none;margin:0;padding:0 0 0 60px;display:grid;gap:2px}
.mega-services ul a{display:block;padding:4px 8px;border-radius:8px;font-size:14px;color:var(--muted);transition:.15s}
.mega-services ul a:hover{color:var(--red);background:var(--soft)}
.mega-services .mg-all{column-span:all;display:inline-flex;margin-top:4px;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--red);padding:8px 10px;border-radius:10px}
.mega-services .mg-all svg{width:15px;height:15px}
.mega-services a[aria-current="page"]{color:var(--red);font-weight:600}

/* service cards */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.svc-grid.four{grid-template-columns:repeat(4,1fr)}
.svc-card{position:relative;border-radius:20px;border:1px solid var(--line);background:#fff;padding:28px;display:flex;flex-direction:column;transition:transform .35s var(--ease),box-shadow .35s,border-color .35s}
.svc-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}
.svc-card .ic{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;margin-bottom:18px;background:var(--soft);color:var(--navy);transition:background .35s,color .35s,transform .35s var(--ease)}
.svc-card:hover .ic{background:linear-gradient(135deg,var(--red),var(--orange));color:#fff;transform:rotate(-6deg)}
.svc-card .ic svg{width:23px;height:23px}
.svc-card h3{font-size:19px;margin-bottom:8px}
.svc-card p{font-size:14.5px;color:var(--muted)}
.svc-card .more{margin-top:auto;padding-top:18px;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--red)}
.svc-card .more svg{width:15px;height:15px;transition:transform .3s var(--ease)}
.svc-card:hover .more svg{transform:translateX(4px)}
.mini-checks{list-style:none;margin:12px 0 0;padding:0;display:grid;gap:6px}
.mini-checks li{font-size:13.5px;color:var(--ink);padding-left:22px;position:relative}
.mini-checks li::before{content:"";position:absolute;left:0;top:5px;width:12px;height:7px;border-left:2px solid var(--red);border-bottom:2px solid var(--red);transform:rotate(-45deg)}

/* short-line point grid */
.point-grid{list-style:none;margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:1100px}
.point-grid li{display:flex;gap:12px;align-items:flex-start;padding:16px 18px;border-radius:16px;background:#fff;border:1px solid var(--line);font-size:14.5px;font-weight:500;color:var(--navy);line-height:1.45;transition:.3s var(--ease)}
.point-grid li:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.point-grid li::before{content:"";width:22px;height:22px;border-radius:50%;flex:none;background:#fff1ee url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e41513' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/13px no-repeat}
.sec.alt .point-grid li{background:#fff}

/* overview */
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start}
.about-grid > *{min-width:0}
.about-grid .h2{margin-bottom:0}
.about-text p{font-size:16.5px;color:var(--muted);margin-bottom:16px}
.about-stats{display:flex;gap:14px;margin-top:22px;flex-wrap:wrap}
.about-stats div{flex:1;min-width:110px;padding:16px 18px;border-radius:16px;background:linear-gradient(135deg,#fff5f1,#f5f2ff);border:1px solid #efe8f3}
.about-stats b{display:block;font-size:28px;color:var(--navy);line-height:1.1}
.about-stats span{font-size:13px;color:var(--muted)}

/* related services + hub */
.rel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.rel{display:flex;align-items:center;gap:14px;padding:18px 20px;border-radius:18px;background:#fff;border:1px solid var(--line);color:var(--navy);font-weight:600;transition:.3s var(--ease)}
.rel:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:transparent;color:var(--red)}
.rel i{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex:none;background:var(--red-soft);color:var(--red)}
.rel i svg{width:20px;height:20px}
.rel span{flex:1;min-width:0}
.rel b{display:block;font-size:15.5px;color:inherit}
.rel small{display:block;font-weight:400;font-size:13px;color:var(--muted);line-height:1.45;margin-top:3px}
.rel > svg{width:17px;height:17px;flex:none;transition:transform .3s var(--ease)}
.rel:hover > svg{transform:translateX(4px)}
.hub-hero{padding-bottom:70px}
.hub-hero h1{font-size:56px;letter-spacing:-1.8px;margin:18px 0 20px;line-height:1.08}
.hub{display:grid;gap:48px}
.hub-head{display:flex;align-items:center;gap:16px;margin-bottom:18px}
.hub-head i{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--red),var(--orange));color:#fff;flex:none}
.hub-head i svg{width:25px;height:25px}
.hub-head h2{font-size:28px;letter-spacing:-.5px}
.hub-head p{color:var(--muted);font-size:15px}

@media (max-width:1080px){
  .svc-grid,.svc-grid.four,.point-grid,.rel-grid{grid-template-columns:1fr 1fr}
  .about-grid{grid-template-columns:1fr;gap:20px}
}
@media (max-width:640px){
  .svc-grid,.svc-grid.four,.point-grid,.rel-grid{grid-template-columns:1fr}
  .svc-card{padding:22px}
  .hub-hero h1{font-size:36px;letter-spacing:-1px}
  .hub-head h2{font-size:22px}
}

/* hero: top-align copy with the lead form */
.s-hero-grid{align-items:start}
.s-hero-grid > div:first-child{padding-top:6px}
.s-hero .crumbs{margin-bottom:14px}
.s-hero h1{margin-top:14px}
@media (max-width:1080px){.s-hero-grid > div:first-child{padding-top:0}}
.s-hero .actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}

/* ===== v2 template fixes ===== */
/* grids choose their column count; leftover cards centre instead of hanging */
.svc-grid,.why-grid,.point-grid,.rel-grid{display:flex !important;flex-wrap:wrap;justify-content:center;gap:20px}
.svc-grid > *,.why-grid > *{flex:0 1 calc((100% - (var(--cols,3) - 1) * 20px) / var(--cols,3))}
.point-grid{gap:12px}
.point-grid > li{flex:0 1 calc((100% - (var(--cols,3) - 1) * 12px) / var(--cols,3))}
.rel-grid{gap:14px}
.rel-grid > *{flex:0 1 calc((100% - (var(--cols,3) - 1) * 14px) / var(--cols,3))}
.rel-wide{max-width:640px}

/* hero form title (not a heading, keeps hierarchy clean) */
.lead-card .lc-title,.form .form-title{margin:0 0 4px;font-size:22px;font-weight:700;color:var(--navy);line-height:1.25}
.form .form-title{font-size:21px}
.lead-card select:invalid,.lead-card select option[value=""]{color:#9aa0b3}
.step h3{font-size:17px;margin-bottom:6px}

/* mega menu: three balanced columns */
.mega.mega-services{column-count:auto !important;display:grid !important;grid-template-columns:repeat(3,1fr);gap:6px 18px;align-items:start}
.mega-services .mg-col{display:grid;gap:4px}
.mega-services .mg-all{grid-column:1/-1;justify-self:end}

/* narrow overview + CTA band */
.about-grid.about-narrow{grid-template-columns:1fr;max-width:820px;text-align:center}
.about-grid.about-narrow .about-text{text-align:center}
.cta-band-wrap{margin-top:70px;margin-bottom:10px}
.cta-band{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 40px;border-radius:24px;background:linear-gradient(135deg,#fff5f1,#f5f2ff 60%,#eef5ff);border:1px solid #efe8f3}
.cta-band h2{font-size:26px;letter-spacing:-.5px;margin:0 0 6px}
.cta-band p{color:var(--muted);font-size:15.5px;max-width:640px}
.cta-band-actions{display:flex;gap:12px;flex-wrap:wrap;flex:none}

/* hub chips */
.hub-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.hub-chips a{font-size:14px;font-weight:500;color:var(--navy);background:#fff;border:1px solid var(--line);border-radius:30px;padding:8px 16px;transition:.2s}
.hub-chips a:hover{border-color:var(--red);color:var(--red)}
.hub-head h3{font-size:26px;letter-spacing:-.5px}
.hub-group{scroll-margin-top:100px}

/* footer: wider brand column, all services, bigger tap targets */
.f-grid.f-grid-services{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr}
.f-brand .about{max-width:300px}
.f-contact{list-style:none;margin:0 0 16px;padding:0}
.f-contact li{margin-bottom:6px;font-size:14.5px}
.f-contact a{color:var(--navy);font-weight:500}

/* sticky sub-nav: fade hints that it scrolls */
@media (max-width:1080px){
  .subnav ul{-webkit-mask-image:linear-gradient(90deg,transparent,#000 16px,#000 calc(100% - 28px),transparent);mask-image:linear-gradient(90deg,transparent,#000 16px,#000 calc(100% - 28px),transparent)}
  .f-grid.f-grid-services{grid-template-columns:1fr 1fr}
  .f-brand{grid-column:1/-1}
  .mega.mega-services{grid-template-columns:1fr 1fr}
  .svc-grid > *,.why-grid > *{flex-basis:calc(50% - 10px)}
  .point-grid > li{flex-basis:calc(50% - 6px)}
  .rel-grid > *{flex-basis:calc(50% - 7px)}
  .cta-band{flex-direction:column;align-items:flex-start}
}
@media (max-width:640px){
  .svc-grid > *,.why-grid > *,.point-grid > li,.rel-grid > *{flex-basis:100%}
  .f-grid.f-grid-services{grid-template-columns:1fr}
  .footer li a{display:inline-block;padding:6px 0}
  .cta-band{padding:26px 22px}
  .cta-band h2{font-size:22px}
}
/* AI page keeps its inline styles; align its hero like the others */
.s-hero-grid{align-items:start !important}

/* services hub v3 */
.hub{display:grid;gap:22px}
.hub-row{display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;scroll-margin-top:100px}
.hub-side{position:sticky;top:100px}
.hub-side i{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;color:#fff;background:var(--tone);box-shadow:0 10px 24px -12px var(--tone)}
.hub-side i svg{width:23px;height:23px}
.hub-side h3{font-size:22px;letter-spacing:-.4px;margin:16px 0 6px;line-height:1.25}
.hub-side p{color:var(--muted);font-size:14.5px;line-height:1.6;margin:0 0 14px}
.hub-side .count{display:inline-block;font-size:12.5px;font-weight:600;color:var(--tone);background:color-mix(in srgb,var(--tone) 9%,#fff);border-radius:20px;padding:4px 12px}
.hub-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-content:start}
.hub-tiles.single{grid-template-columns:1fr}
.hub-tile{display:flex;align-items:center;gap:14px;min-height:92px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fbfbfd;color:var(--navy);text-decoration:none;transition:border-color .25s,box-shadow .25s,transform .25s var(--ease),background .25s}
.hub-tile:hover{background:#fff;border-color:color-mix(in srgb,var(--tone) 45%,#fff);box-shadow:0 14px 30px -18px rgba(35,35,78,.35);transform:translateY(-2px)}
.hub-tile .mono{flex:none;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:13px;font-weight:700;letter-spacing:-.3px;color:var(--tone);background:color-mix(in srgb,var(--tone) 10%,#fff)}
.hub-tile .txt{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}
.hub-tile b{font-size:15px;font-weight:600;line-height:1.3}
.hub-tile small{font-size:13px;color:var(--muted);line-height:1.45}
.hub-tile .go{flex:none;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:var(--muted);transition:.25s}
.hub-tile .go svg{width:15px;height:15px}
.hub-tile:hover .go{color:#fff;background:var(--tone)}
.hub-tile-wide{padding:22px}
.hub-tile-wide .mono{width:56px;height:56px;font-size:16px;border-radius:14px}
.hub-tile-wide b{font-size:17px}
.hub-tile-wide small{font-size:14px}
.tile-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.tile-chips em{font-style:normal;font-size:12px;font-weight:500;color:var(--navy);background:#fff;border:1px solid var(--line);border-radius:20px;padding:3px 10px}
@media (max-width:1100px){.hub-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:820px){
  .hub-row{grid-template-columns:1fr;gap:18px;padding:20px;border-radius:20px}
  .hub-side{position:static}
  .hub-side h3{font-size:20px;margin-top:12px}
  .hub-tiles{grid-template-columns:1fr}
  .hub-tile{min-height:0}
}
/* hub v3: stacked tiles on desktop */
@media (min-width:821px){
  .hub-tiles:not(.single){grid-auto-rows:1fr}
  .hub-tiles:not(.single) .hub-tile{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;align-items:start;gap:14px 12px;padding:18px}
  .hub-tiles:not(.single) .hub-tile .mono{width:40px;height:40px;font-size:12.5px}
  .hub-tiles:not(.single) .hub-tile .go{justify-self:end;align-self:center}
  .hub-tiles:not(.single) .hub-tile .txt{grid-column:1 / -1;grid-row:2}
}
@media (max-width:820px){
  .hub{gap:34px}
  .hub-row{background:none;border:0;padding:0;border-radius:0}
  .hub-side{display:grid;grid-template-columns:44px 1fr;column-gap:12px;align-items:center}
  .hub-side i{width:44px;height:44px;grid-row:span 2}
  .hub-side h3{margin:0;font-size:19px}
  .hub-side p{margin:0;font-size:13.5px}
  .hub-side .count{display:none}
  .hub-tiles{gap:10px}
  .hub-tile,.hub-tile-wide{padding:14px;gap:12px;background:#fff}
  .hub-tile .mono,.hub-tile-wide .mono{width:40px;height:40px;font-size:12.5px;border-radius:11px}
  .hub-tile-wide b{font-size:15px}.hub-tile-wide small{font-size:13px}
  .hub-tile .go{width:24px}
}

/* mega menu v2: 3 list columns + featured column, no inner scroll */
.mega.mega-services{width:min(1120px,calc(100vw - 48px));grid-template-columns:1fr 1fr 1fr 1.15fr !important;gap:0 !important;padding:22px !important;max-height:none;overflow:visible}
.mega-services .mg-col{gap:18px;padding:0 14px;align-content:start}
.mega-services .mg-col + .mg-col{border-left:1px solid var(--line)}
.mega-services .mg{padding:0;margin:0}
.mega-services .mg-h{gap:10px;padding:6px 8px;margin-bottom:4px}
.mega-services .mg-h i{width:32px;height:32px;border-radius:9px}
.mega-services .mg-h i svg{width:17px;height:17px}
.mega-services .mg-h b{font-size:14.5px;font-weight:600}
.mega-services ul{padding:0 0 0 42px;gap:0}
.mega-services ul a{padding:5px 8px;font-size:14px;line-height:1.35;white-space:nowrap}
.mega-services .mg-side{border-left:0 !important;background:var(--soft);border-radius:16px;padding:14px;margin-left:8px;gap:10px}
.mega-services .mg-label{font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:2px 4px}
.mega-services .mg-feat{display:flex;align-items:center;gap:12px;padding:14px;border-radius:14px;background:#fff;border:1px solid var(--line);transition:border-color .2s,box-shadow .2s}
.mega-services .mg-feat:hover{background:#fff;border-color:rgba(228,21,19,.35);box-shadow:0 10px 24px -16px rgba(35,35,78,.35)}
.mega-services .mg-feat i{width:40px;height:40px}
.mega-services .mg-feat span{flex:1;min-width:0}
.mega-services .mg-feat b{font-size:14.5px}
.mega-services .mg-feat small{display:block;font-size:12.5px;color:var(--muted);line-height:1.4}
.mega-services .mg-feat > svg{width:15px;height:15px;flex:none;color:var(--muted);transition:transform .2s}
.mega-services .mg-feat:hover > svg{transform:translateX(3px);color:var(--red)}
.mega-services .mg-side .mg-all{justify-self:start;margin-top:auto;padding:8px 4px}
@media (max-width:1180px){.mega.mega-services{grid-template-columns:1fr 1fr 1fr !important}.mega-services .mg-side{grid-column:1/-1;grid-template-columns:auto 1fr 1fr auto;align-items:center;margin:16px 0 0}}
.mega.mega-services{grid-template-columns:.95fr 1fr 1.05fr 1.3fr !important;align-items:stretch !important}
.mega-services .mg-feat small{white-space:normal}
.mega-services .mg-feat b{white-space:nowrap}
.mega.mega-services{grid-template-columns:minmax(0,.95fr) minmax(0,1fr) minmax(0,1.05fr) minmax(0,1.3fr) !important}
.mega-services .mg-side{margin-left:6px}
@media (max-width:1320px){.mega-services .mg-col{padding:0 10px}.mega-services ul{padding-left:38px}.mega-services ul a{font-size:13.5px}}
.mega.mega-services{grid-template-columns:minmax(0,.95fr) minmax(0,1.1fr) minmax(0,1.15fr) minmax(0,1.15fr) !important}
.mega-services .mg-h b{white-space:nowrap}
/* mega menu v3: columns sized to their content so long names never hit the dividers */
.mega.mega-services{width:max-content !important;max-width:calc(100vw - 32px);grid-template-columns:max-content max-content max-content 290px !important;padding:24px 24px 24px 12px !important}
.mega-services .mg-col{padding:0 26px 0 18px}
.mega-services .mg-col:first-child{padding-left:12px}
.mega-services .mg-side{margin-left:4px;padding:16px !important}
.mega-services ul{padding-left:42px !important}
.mega-services ul a{font-size:14px !important}
.mega-services .mg-feat small{font-size:12.5px}
@media (max-width:1240px){
  .mega.mega-services{grid-template-columns:max-content max-content max-content !important}
  .mega-services .mg-side{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr 1fr auto;align-items:center;margin:18px 0 0 12px}
}
.mega.mega-services{grid-template-columns:max-content max-content max-content max-content !important}@media (max-width:1240px){.mega.mega-services{grid-template-columns:max-content max-content max-content !important}}
/* AI column carries the highlighted panel treatment the removed "Featured" side card used */
.mega-services .mg-col:first-child{background:var(--soft);border-radius:16px;padding:14px 20px !important;margin-right:8px}
.mega-services .mg-col:first-child + .mg-col{border-left:0}

/* split point sections: sticky heading left, list right (replaces centred chip grid) */
.pt-split{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:64px;align-items:start}
.pt-split.wide{grid-template-columns:minmax(0,4fr) minmax(0,8fr)}
.pt-head{position:sticky;top:120px}
.pt-head .h2{font-size:38px;line-height:1.15;letter-spacing:-1px}
.pt-head .lead{font-size:16px;line-height:1.7;margin:0}
.pt-cta{display:inline-flex;align-items:center;gap:8px;margin-top:22px;font-weight:600;font-size:15px;color:var(--red)}
.pt-cta svg{width:15px;height:15px;transition:transform .25s var(--ease)}
.pt-cta:hover svg{transform:translateX(4px)}
.pt-list{list-style:none;margin:0;padding:8px;display:grid;grid-template-columns:1fr;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 20px 50px -34px rgba(35,35,78,.3)}
.pt-list.two{grid-template-columns:1fr 1fr;column-gap:8px}
.pt-list li{display:flex;align-items:center;gap:14px;padding:16px 16px;border-radius:14px;transition:background .2s}
.pt-list li:hover{background:var(--soft)}
.pt-list li + li{box-shadow:inset 0 1px 0 var(--line)}
.pt-list.two li:nth-child(2){box-shadow:none}
.pt-list li:hover,.pt-list li:hover + li{box-shadow:none}
.pt-list i{flex:none;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--red-soft);color:var(--red)}
.pt-list i svg{width:20px;height:20px}
.pt-list b{font-size:15.5px;font-weight:600;color:var(--navy);line-height:1.4}
.pt-steps{list-style:none;margin:0;padding:0;position:relative;display:grid;gap:12px;counter-reset:s}
.pt-steps::before{content:"";position:absolute;left:27px;top:28px;bottom:28px;width:2px;background:linear-gradient(var(--red),rgba(228,21,19,.12))}
.pt-steps li{position:relative;display:flex;align-items:center;gap:20px;padding:12px 22px 12px 0}
.pt-n{flex:none;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#fff;border:2px solid var(--red);color:var(--red);font-weight:700;font-size:16px;box-shadow:0 0 0 6px var(--bg-alt,#f6f7fb);position:relative;z-index:1}
.pt-steps b{flex:1;font-size:17px;font-weight:600;color:var(--navy);background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 22px;transition:.25s var(--ease)}
.pt-steps li:hover b{border-color:rgba(228,21,19,.35);box-shadow:0 12px 28px -18px rgba(35,35,78,.35);transform:translateX(4px)}
.sec:not(.alt) .pt-n{box-shadow:0 0 0 6px #fff}
.sec:not(.alt) .pt-steps b{background:var(--soft)}
@media (max-width:980px){
  .pt-split,.pt-split.wide{grid-template-columns:1fr;gap:28px}
  .pt-head{position:static}
  .pt-head .h2{font-size:30px}
}
@media (max-width:640px){
  .pt-list.two{grid-template-columns:1fr}
  .pt-list.two li:nth-child(2){box-shadow:inset 0 1px 0 var(--line)}
  .pt-list li{padding:14px 10px}
  .pt-steps::before{left:21px}
  .pt-n{width:44px;height:44px;font-size:14px}
  .pt-steps li{gap:14px;padding-right:0}
  .pt-steps b{font-size:15px;padding:14px 16px}
}
.pt-list li,.pt-list li + li,.pt-list.two li:nth-child(2),.pt-list li:hover,.pt-list li:hover + li{box-shadow:none}
.pt-list li{position:relative}
.pt-list li + li::before{content:"";position:absolute;left:16px;right:16px;top:0;height:1px;background:var(--line)}
.pt-list.two li:nth-child(2)::before{display:none}
.pt-list.two li:last-child:nth-child(odd){grid-column:1/-1}
.pt-list li:hover::before,.pt-list li:hover + li::before{opacity:0}
@media (max-width:640px){.pt-list.two li:nth-child(2)::before{display:block}}

/* real technology logos */
.hub-tile .mono{background:#fff;border:1px solid var(--line);box-shadow:0 6px 16px -12px rgba(35,35,78,.35);color:var(--tone)}
.hub-tile .mono img{width:26px;height:26px;object-fit:contain;display:block}
.hub-tile-wide .mono img{width:30px;height:30px}
.hub-tile .mono svg{width:22px;height:22px}
.rel i.rel-logo{background:#fff;border:1px solid var(--line);color:var(--red)}
.rel i.rel-logo img{width:24px;height:24px;object-fit:contain;display:block}
.mega-services ul a{display:flex !important;align-items:center;gap:10px}
.mega-services ul{padding-left:30px !important}
.mg-logo{flex:none;width:22px;height:22px;display:grid;place-items:center;color:var(--muted)}
.mg-logo img{width:18px;height:18px;object-fit:contain;display:block}
.mg-logo svg{width:17px;height:17px}
.mega-services ul a:hover .mg-logo{color:var(--red)}
