/* ============================================================================
 * cpt-industry.css — MCA Relief by Industry landing pages + hub.
 *
 * Ported from the design handoff (industry-landing/shared/style.css +
 * industries.html hub styles). EVERY rule is scoped under `.ds-ind` so the
 * prototype's generic class names (.hero, .sec, .calc, .qual, .btn, .badge,
 * table.cmp, etc.) cannot leak into or collide with the theme's own global /
 * component CSS or the shared site header + footer (which render OUTSIDE
 * `.ds-ind`). Design tokens are declared on `.ds-ind` so `var(--ink)` etc.
 * resolve to the industry palette only within this subtree.
 * ========================================================================== */

.ds-ind{
	--ink:#0f1a2d;--ink2:#1f2c42;--slate:#46566b;--muted:#5c6a7e;
	--cyan:#00b8f0;--cyan2:#3dafe8;--tint:#e7f3fa;--tint2:#f4f8fb;
	--line:#dde4ec;--green:#1f8a5b;
	--ind-cyan:#00b8f0;--ind-green:#1f8a5b;
	--ff:'Montserrat',Arial,Helvetica,sans-serif;
	font-family:var(--ff);color:var(--ink);background:#fff;
	-webkit-font-smoothing:antialiased;
}
/* scoped reset — matches the prototype's global reset without touching chrome */
.ds-ind *{box-sizing:border-box}
.ds-ind h1,.ds-ind h2,.ds-ind h3,.ds-ind h4,.ds-ind p,.ds-ind ul,.ds-ind ol,.ds-ind li,.ds-ind figure,.ds-ind table,.ds-ind form{margin:0;padding:0}
.ds-ind img{display:block;max-width:100%}
.ds-ind a{text-decoration:none;color:inherit}
.ds-ind .wrap{max-width:1140px;margin:0 auto;padding:0 24px}

/* reveal animations */
.ds-ind .rv{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.ds-ind .rv.in{opacity:1;transform:none}
.ds-ind .rv-d1{transition-delay:.12s}.ds-ind .rv-d2{transition-delay:.24s}.ds-ind .rv-d3{transition-delay:.36s}
@media (prefers-reduced-motion:reduce){.ds-ind .rv{opacity:1;transform:none;transition:none}}

/* hero */
.ds-ind .hero{position:relative;color:#fff;overflow:hidden}
.ds-ind .hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.ds-ind .hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,13,28,.94) 0%,rgba(10,26,45,.86) 45%,rgba(10,26,45,.45) 100%)}
.ds-ind .hero .wrap{position:relative;padding:92px 24px 96px;max-width:1140px}
.ds-ind .crumb{font-size:12px;font-weight:800;color:var(--cyan);letter-spacing:.2em;text-transform:uppercase;margin-bottom:18px}
.ds-ind .hero h1{font-size:clamp(36px,5.4vw,60px);font-weight:900;line-height:1.0;letter-spacing:-.025em;text-transform:uppercase;max-width:760px;color:#fff}
.ds-ind .hero h1 em{font-style:normal;color:var(--cyan)}
.ds-ind .hero p{font-size:18px;font-weight:600;color:rgba(255,255,255,.85);line-height:1.55;max-width:600px;margin-top:20px}
.ds-ind .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.ds-ind .btn{display:inline-flex;align-items:center;gap:10px;font-weight:900;font-size:15px;padding:16px 30px;border-radius:999px;border:0;cursor:pointer;font-family:var(--ff)}
.ds-ind .btn-cyan{background:var(--cyan);color:var(--ink)}
.ds-ind .btn-ghost{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.35)}
.ds-ind .btn:hover{filter:brightness(1.07)}
.ds-ind .hero-chips{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;font-size:13px;font-weight:700;color:rgba(255,255,255,.75)}
.ds-ind .hero-chips span::before{content:"\2713  ";color:var(--cyan);font-weight:900}

/* stats */
.ds-ind .stats{background:var(--ink);color:#fff;padding:34px 0}
.ds-ind .stats .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:center}
.ds-ind .stat b{display:block;font-size:30px;font-weight:900;color:var(--cyan);letter-spacing:-.02em;font-variant-numeric:tabular-nums}
.ds-ind .stat span{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.65);margin-top:6px;display:block}

/* sections */
.ds-ind .sec{padding:80px 0}
.ds-ind .sec-alt{background:var(--tint2)}
.ds-ind .kicker{font-size:12px;font-weight:800;color:var(--cyan);letter-spacing:.2em;text-transform:uppercase;margin-bottom:12px}
.ds-ind .h2{font-size:clamp(26px,3.4vw,38px);font-weight:900;letter-spacing:-.02em;line-height:1.08;text-transform:uppercase}
.ds-ind .h2 em{font-style:normal;color:var(--cyan)}
.ds-ind .sec-sub{font-size:16px;font-weight:600;color:var(--slate);line-height:1.6;margin-top:14px;max-width:640px}

/* pains */
.ds-ind .pains{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}
.ds-ind .pain{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}
.ds-ind .pain img{width:100%;height:170px;object-fit:cover}
.ds-ind .pain .pad{padding:22px}
.ds-ind .pain h3{font-size:16px;font-weight:900;text-transform:uppercase;letter-spacing:-.005em;line-height:1.25}
.ds-ind .pain p{font-size:14px;font-weight:500;color:var(--ink2);line-height:1.6;margin-top:8px}

/* calculator */
.ds-ind .calc{background:var(--ink);border-radius:22px;padding:44px;color:#fff;display:grid;grid-template-columns:1.1fr 1fr;gap:44px;align-items:center;margin-top:40px}
.ds-ind .calc label{font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.7);display:block;margin-bottom:14px}
.ds-ind .calc input[type=range]{width:100%;accent-color:var(--cyan);height:6px}
.ds-ind .calc .val{font-size:44px;font-weight:900;color:#fff;letter-spacing:-.02em;margin:10px 0 22px;font-variant-numeric:tabular-nums}
.ds-ind .calc .out{background:rgba(0,184,240,.1);border:1px solid rgba(0,184,240,.4);border-radius:16px;padding:26px;text-align:center}
.ds-ind .calc .out .lbl{font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--cyan)}
.ds-ind .calc .out .big{font-size:46px;font-weight:900;color:var(--cyan);letter-spacing:-.02em;margin:8px 0 2px;font-variant-numeric:tabular-nums}
.ds-ind .calc .out .sm{font-size:13px;font-weight:600;color:rgba(255,255,255,.7)}
.ds-ind .calc .disc{grid-column:1/-1;font-size:11px;color:rgba(255,255,255,.45);font-weight:600;line-height:1.5}

/* how */
.ds-ind .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}
.ds-ind .step{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px}
.ds-ind .step b.n{display:inline-flex;width:40px;height:40px;border-radius:50%;background:var(--cyan);color:var(--ink);font-weight:900;font-size:18px;align-items:center;justify-content:center}
.ds-ind .step h3{font-size:16px;font-weight:900;text-transform:uppercase;margin-top:16px}
.ds-ind .step p{font-size:14px;font-weight:500;color:var(--ink2);line-height:1.6;margin-top:8px}

/* qualify form */
.ds-ind .qual{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 30px 60px -30px rgba(15,26,45,.25);max-width:640px;margin:40px auto 0;overflow:hidden}
.ds-ind .qual-top{background:var(--ink);color:#fff;padding:22px 30px;display:flex;justify-content:space-between;align-items:center}
.ds-ind .qual-top .t{font-size:17px;font-weight:900;text-transform:uppercase}
.ds-ind .qual-top .s{font-size:12px;font-weight:700;color:var(--cyan)}
.ds-ind .qual-body{padding:30px}
.ds-ind .q{font-size:19px;font-weight:900;margin-bottom:18px;letter-spacing:-.01em}
.ds-ind .opts{display:grid;gap:10px}
.ds-ind .opt{border:2px solid var(--line);border-radius:12px;padding:15px 18px;font-size:15px;font-weight:700;cursor:pointer;transition:border-color .15s,background .15s}
.ds-ind .opt:hover{border-color:var(--cyan)}
.ds-ind .opt.sel{border-color:var(--cyan);background:var(--tint)}
.ds-ind .qual label{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);display:block;margin:14px 0 6px}
.ds-ind .qual input[type=text],.ds-ind .qual input[type=tel],.ds-ind .qual input[type=email]{width:100%;border:2px solid var(--line);border-radius:12px;padding:14px 16px;font-size:16px;font-family:var(--ff);font-weight:600;background:#fff;color:var(--ink)}
.ds-ind .qual input:focus{outline:none;border-color:var(--cyan)}
.ds-ind .qual .ind-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}
.ds-ind .submit{width:100%;margin-top:20px}
.ds-ind .qual .fine{font-size:11px;color:var(--muted);font-weight:600;margin-top:12px;line-height:1.5;text-align:center}
.ds-ind .ind-form-err{margin-top:12px;font-size:12.5px;font-weight:700;color:#c0392b;text-align:center}
.ds-ind .success{text-align:center;padding:16px 0}
.ds-ind .success .big{font-size:24px;font-weight:900;color:var(--green)}
.ds-ind .success p{font-size:15px;font-weight:600;color:var(--ink2);margin-top:10px;line-height:1.6}

/* quote */
.ds-ind .quote{background:var(--tint);border-left:4px solid var(--cyan);border-radius:16px;padding:34px 38px;margin-top:40px}
.ds-ind .quote p{font-size:19px;font-weight:700;font-style:italic;line-height:1.55;color:var(--ink)}
.ds-ind .quote .who{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--slate);margin-top:16px}

/* final */
.ds-ind .final{background:var(--ink);color:#fff;text-align:center}
.ds-ind .final .h2{color:#fff}
.ds-ind .final p{color:rgba(255,255,255,.75);font-size:16px;font-weight:600;margin-top:14px}
.ds-ind .final .hero-ctas{justify-content:center}

/* sticky bar */
.ds-ind .sticky{position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--cyan);display:flex;align-items:center;justify-content:center;gap:14px;padding:14px 18px;box-shadow:0 -8px 30px rgba(6,13,28,.25);transform:translateY(110%);transition:transform .4s ease}
.ds-ind .sticky.show{transform:none}
.ds-ind .sticky .txt{font-size:14px;font-weight:900;color:var(--ink)}
.ds-ind .sticky a{background:var(--ink);color:#fff;font-weight:900;font-size:14px;padding:12px 22px;border-radius:999px;white-space:nowrap}
@media(max-width:900px){.ds-ind .stats .wrap{grid-template-columns:repeat(2,1fr);row-gap:26px}.ds-ind .pains,.ds-ind .steps{grid-template-columns:1fr}.ds-ind .calc{grid-template-columns:1fr;padding:30px}.ds-ind .pain img{height:200px}}
@media(max-width:600px){.ds-ind .hero .wrap{padding:64px 24px 70px}.ds-ind .sticky .txt{display:none}}

/* trust badges */
.ds-ind .badges{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.ds-ind .badge{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 18px;font-size:13px;font-weight:800;color:var(--ink)}
.ds-ind .badge em{font-style:normal;color:var(--cyan);font-size:16px;font-weight:900}

/* testimonial grid */
.ds-ind .tgrid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
.ds-ind .tcard{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;display:flex;flex-direction:column}
.ds-ind .tcard .stars{color:var(--cyan);font-size:15px;letter-spacing:2px;margin-bottom:12px}
.ds-ind .tcard p{font-size:14.5px;font-weight:600;color:var(--ink);line-height:1.6;font-style:italic;margin:0;flex:1}
.ds-ind .tcard .who{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--slate);margin-top:12px}

/* faq */
.ds-ind .faq{max-width:760px;margin:40px auto 0}
.ds-ind .faq details{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:12px;overflow:hidden}
.ds-ind .faq summary{cursor:pointer;padding:20px 24px;font-size:15.5px;font-weight:800;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px}
.ds-ind .faq summary::-webkit-details-marker{display:none}
.ds-ind .faq summary::after{content:"+";font-size:22px;font-weight:900;color:var(--cyan);flex:0 0 auto}
.ds-ind .faq details[open] summary::after{content:"\2212"}
.ds-ind .faq details p{font-size:14px;font-weight:500;color:var(--ink2);line-height:1.65;padding:0 24px 20px;margin:0}
@media(max-width:900px){.ds-ind .tgrid{grid-template-columns:1fr}}

/* byline */
.ds-ind .byline-sec{background:#fff}
.ds-ind .byline{display:flex;align-items:center;gap:16px;padding:20px 24px;border-bottom:1px solid var(--line);flex-wrap:wrap}
.ds-ind .byline .av{width:46px;height:46px;border-radius:50%;background:var(--ink);color:var(--cyan);font-weight:900;font-size:16px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.ds-ind .byline .bl-t{font-size:13.5px;font-weight:800;color:var(--ink)}
.ds-ind .byline .bl-s{font-size:12px;font-weight:600;color:var(--muted);margin-top:2px}
.ds-ind .byline .bl-d{margin-left:auto;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}

/* flags */
.ds-ind .flags{display:grid;gap:12px;margin-top:36px;max-width:760px}
.ds-ind .flag{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 20px}
.ds-ind .flag .fi{flex:0 0 auto;width:30px;height:30px;border-radius:8px;background:var(--tint);color:var(--cyan);font-weight:900;display:flex;align-items:center;justify-content:center;font-size:15px}
.ds-ind .flag p{font-size:14.5px;font-weight:700;color:var(--ink);line-height:1.5;padding-top:4px}
.ds-ind .flags-note{font-size:13px;font-weight:600;color:var(--slate);margin-top:16px;line-height:1.6;max-width:720px}

/* related resources */
.ds-ind .res{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:36px}
.ds-ind .res a{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;transition:transform .2s,box-shadow .2s;display:block}
.ds-ind .res a:hover{transform:translateY(-3px);box-shadow:0 16px 32px -18px rgba(15,26,45,.3)}
.ds-ind .res .rk{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--cyan)}
.ds-ind .res h3{font-size:14px;font-weight:900;line-height:1.35;margin-top:8px;color:var(--ink)}
.ds-ind .res span{font-size:12px;font-weight:700;color:var(--cyan);display:block;margin-top:10px}
.ds-ind .press{margin-top:34px;text-align:center;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
@media(max-width:900px){.ds-ind .res{grid-template-columns:repeat(2,1fr)}.ds-ind .byline .bl-d{margin-left:0;width:100%}}
@media(max-width:560px){.ds-ind .res{grid-template-columns:1fr}}

/* numbers / case-snapshot */
.ds-ind .nums{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}
.ds-ind .num{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px 22px;text-align:center}
.ds-ind .num b{display:block;font-size:34px;font-weight:900;color:var(--cyan);letter-spacing:-.02em;font-variant-numeric:tabular-nums}
.ds-ind .num span{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin-top:10px;display:block;line-height:1.5}
.ds-ind .nums-note{font-size:11px;color:var(--muted);font-weight:600;margin-top:12px}
.ds-ind .cs{margin-top:26px;background:var(--ink);color:#fff;border-radius:18px;padding:32px 36px}
.ds-ind .cs .lbl{font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--cyan)}
.ds-ind .cs h3{font-size:20px;font-weight:900;text-transform:uppercase;margin-top:10px;letter-spacing:-.01em;color:#fff}
.ds-ind .cs .row{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px;align-items:center}
.ds-ind .cs .chip{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:9px 16px;font-size:13px;font-weight:700}
.ds-ind .cs .chip.hl{background:rgba(0,184,240,.16);border-color:rgba(0,184,240,.45);color:var(--cyan)}
.ds-ind .cs .arr{color:var(--cyan);font-weight:900;font-size:16px}
.ds-ind .cs .note{font-size:11px;color:rgba(255,255,255,.5);margin-top:14px;font-weight:600}
.ds-ind .tnote{font-size:11px;color:var(--muted);font-weight:600;margin-top:12px}
@media(max-width:800px){.ds-ind .nums{grid-template-columns:1fr}.ds-ind .cs{padding:26px 24px}}

/* breadcrumbs */
.ds-ind .crumbs-sec{background:var(--tint2);border-bottom:1px solid var(--line)}
.ds-ind .crumbs{display:flex;gap:10px;align-items:center;padding:12px 24px;font-size:12.5px;font-weight:700;color:var(--muted);flex-wrap:wrap;max-width:1140px;margin:0 auto}
.ds-ind .crumbs a{color:var(--muted)}
.ds-ind .crumbs a:hover{color:var(--cyan)}
.ds-ind .crumbs b{color:var(--ink);font-weight:800}
.ds-ind .crumbs span{color:#c3ccd8}

/* more industries */
.ds-ind .others{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.ds-ind .others a{border:1px solid var(--line);background:#fff;border-radius:999px;padding:12px 20px;font-size:13.5px;font-weight:800;color:var(--ink);transition:border-color .2s,transform .2s}
.ds-ind .others a:hover{border-color:var(--cyan);transform:translateY(-2px)}
.ds-ind .others a.all{background:var(--ink);color:#fff;border-color:var(--ink)}

/* process timeline */
.ds-ind .timeline{margin-top:40px}
.ds-ind .tl{display:grid;grid-template-columns:56px 1fr;gap:20px;position:relative;padding-bottom:30px}
.ds-ind .tl::before{content:"";position:absolute;left:27px;top:60px;bottom:6px;width:2px;background:var(--line)}
.ds-ind .tl:last-child{padding-bottom:0}
.ds-ind .tl:last-child::before{display:none}
.ds-ind .tl .dot{width:56px;height:56px;border-radius:50%;background:var(--ink);color:var(--cyan);font-weight:900;font-size:20px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;border:3px solid var(--cyan)}
.ds-ind .tl-when{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--cyan)}
.ds-ind .tl h3{font-size:16px;font-weight:900;text-transform:uppercase;letter-spacing:-.005em;margin-top:4px;color:var(--ink)}
.ds-ind .tl p{font-size:14px;font-weight:500;color:var(--ink2);line-height:1.65;margin-top:6px;max-width:680px}
.ds-ind .tl-note{font-size:13px;font-weight:600;color:var(--slate);margin-top:20px;line-height:1.6}

/* options comparison table */
.ds-ind .cmp-wrap{overflow-x:auto;margin-top:36px;border:1px solid var(--line);border-radius:16px;background:#fff}
.ds-ind table.cmp{width:100%;border-collapse:collapse;min-width:780px;font-size:13.5px}
.ds-ind .cmp th{background:var(--tint2);font-size:11.5px;text-transform:uppercase;letter-spacing:.08em;padding:14px 16px;text-align:left;color:var(--ink2);border-bottom:1px solid var(--line)}
.ds-ind .cmp th.hl{background:var(--ink);color:var(--cyan)}
.ds-ind .cmp td{padding:13px 16px;border-bottom:1px solid var(--line);font-weight:600;color:var(--ink2);vertical-align:top;line-height:1.45}
.ds-ind .cmp tr:last-child td{border-bottom:0}
.ds-ind .cmp td:first-child{font-weight:800;color:var(--ink);white-space:nowrap}
.ds-ind .cmp td.hl{background:var(--tint);color:var(--ink);font-weight:700}
.ds-ind .cmp-note{font-size:12px;color:var(--slate);font-weight:600;margin-top:12px}

/* glossary */
.ds-ind .gloss{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:36px}
.ds-ind .gl{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px 22px}
.ds-ind .gl b{font-size:15px;font-weight:900;color:var(--ink);text-transform:uppercase;letter-spacing:-.005em}
.ds-ind .gl p{font-size:13.5px;font-weight:500;color:var(--ink2);line-height:1.6;margin-top:8px}

/* checklist */
.ds-ind .check{margin-top:32px;display:grid;gap:12px;max-width:720px}
.ds-ind .ck{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 20px}
.ds-ind .ck .ci{flex:0 0 auto;width:28px;height:28px;border-radius:8px;background:var(--cyan);color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;font-size:14px}
.ds-ind .ck p{font-size:14.5px;font-weight:700;color:var(--ink);padding-top:3px;line-height:1.5}
.ds-ind .check-note{font-size:13px;font-weight:600;color:var(--slate);margin-top:14px;line-height:1.6}
@media(max-width:800px){.ds-ind .gloss{grid-template-columns:1fr}.ds-ind .tl{grid-template-columns:44px 1fr;gap:14px}.ds-ind .tl .dot{width:44px;height:44px;font-size:16px}.ds-ind .tl::before{left:21px}}

/* ---- index hub grid (industries.html) ---- */
.ds-ind-hub .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:44px}
.ds-ind-hub .card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.ds-ind-hub .card:hover{transform:translateY(-4px);box-shadow:0 22px 44px -22px rgba(15,26,45,.35)}
.ds-ind-hub .card .im{height:150px;background-size:cover;background-position:center}
.ds-ind-hub .card .pad{padding:18px 20px}
.ds-ind-hub .card h3{font-size:15px;font-weight:900;text-transform:uppercase;letter-spacing:-.005em;line-height:1.25}
.ds-ind-hub .card span{display:block;font-size:12.5px;font-weight:700;color:var(--cyan);margin-top:6px}
@media(max-width:1000px){.ds-ind-hub .grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.ds-ind-hub .grid{grid-template-columns:1fr}}
