.trt-cards{font-family:Geist,system-ui,sans-serif}.trt-cards.surf-paper{background:#eef2f7;--txt:#0b1b33;--muted:#5b7088;--line:rgba(11,27,51,.1);--surf:#fff}.trt-cards.surf-white{background:#fff;--txt:#06203f;--muted:#51708f;--line:rgba(2,62,138,.1);--surf:#fff}.trt-cards.surf-sky{background:#caf0f8;--txt:#06203f;--muted:#51708f;--line:rgba(2,62,138,.12);--surf:#fff}.trt-cards.surf-mid{background:linear-gradient(180deg,#0282bc,#026a9c);--txt:#fff;--muted:#d6edf8;--line:hsla(0,0%,100%,.22);--surf:hsla(0,0%,100%,.12)}.trt-cards.surf-navy{background:linear-gradient(180deg,#04063a,#020c24);--txt:#eaf2ff;--muted:#9bb6d6;--line:hsla(0,0%,100%,.1);--surf:hsla(0,0%,100%,.05)}.trt-cards.surf-ink{background:#07090f;--txt:#eef2f8;--muted:#8b97a8;--line:hsla(0,0%,100%,.08);--surf:#10151f}.trt-cards.surf-slate{background:#19212f;--txt:#eaf0f7;--muted:#94a3b6;--line:hsla(0,0%,100%,.09);--surf:#232e40}.trt-cards .wrap{margin:0 auto;max-width:var(--maxw,1120px)}.trt-cards .head{max-width:680px}.trt-cards .eyebrow{align-items:center;color:var(--icon,#0077b6);display:inline-flex;font-family:Geist Mono,ui-monospace,monospace;font-size:12.5px;gap:10px;letter-spacing:.22em;margin:0 0 18px;text-transform:uppercase}.trt-cards .eyebrow .chev{background:#e01e37;clip-path:polygon(50% 0,100% 46%,100% 72%,50% 26%,0 72%,0 46%);height:12px;width:12px}.trt-cards h2{color:var(--heading,var(--txt));font-size:clamp(28px,4.4vw,46px);font-weight:700;letter-spacing:-.018em;line-height:1.04;margin:0;white-space:pre-line}.trt-cards .sub{color:var(--muted);font-size:17px;margin:14px 0 0;max-width:54ch}.trt-cards .cards{display:grid;gap:18px;grid-template-columns:repeat(var(--cols,4),1fr);margin-top:52px}.trt-cards .card{background:var(--surf);border:1px solid var(--line);border-radius:16px;box-shadow:0 1px 0 rgba(2,62,138,.04);overflow:hidden;padding:26px 22px;position:relative;transition:transform .25s,border-color .25s,box-shadow .25s}.trt-cards .card:hover{border-color:color-mix(in srgb,var(--acc,#00b4d8) 55%,transparent);box-shadow:0 22px 40px -22px rgba(2,62,138,.35);transform:translateY(-4px)}.trt-cards.has-edge .card:after{background:linear-gradient(90deg,var(--acc,#00b4d8),transparent);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .25s}.trt-cards.has-edge .card:hover:after{opacity:1}.trt-cards .card .n{color:color-mix(in srgb,var(--txt) 18%,transparent);font-family:Geist Mono,ui-monospace,monospace;font-size:12px;font-weight:600;position:absolute;right:20px;top:18px}.trt-cards .card .ico{margin-bottom:18px}.trt-cards .card .ico svg{color:var(--icon,#0077b6);display:block;height:24px;width:24px}.trt-cards.ico-tile .card .ico{align-items:center;background:var(--tile,#caf0f8);border-radius:13px;display:flex;height:48px;justify-content:center;width:48px}.trt-cards.ico-plain .card .ico svg{height:30px;margin-bottom:-2px;width:30px}.trt-cards .card h3{color:var(--heading,var(--txt));font-size:19px;margin:0 0 9px}.trt-cards .card p{color:var(--cardtxt,var(--muted));font-size:14.5px;line-height:1.55;margin:0}@media (max-width:860px){.trt-cards .cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.trt-cards .cards{grid-template-columns:1fr}}