/* ============================================================
   SERVICE PAGES
   Blocks from the service briefs, set in the location-page design.
   Loads on top of dtl.css and reuses its tokens, bands, type and buttons.
   Every selector stays under .dtl and every class carries dtl-s-.
   No eyebrows anywhere: the heading states the subject.
   ============================================================ */

.dtl .dtl-s{
  --dtl-s-radius:14px;
  --dtl-s-read:68ch;
  --dtl-s-neutral:#5B6275;  --dtl-s-neutral-bg:#EEF0F5;
  --dtl-s-caution:#A94F0A;  --dtl-s-caution-bg:#FCF0E3;
  --dtl-s-good:#0B6E66;     --dtl-s-good-bg:#E5F2F0;
  --dtl-s-no:#B42318;       --dtl-s-no-bg:#FCEDEB;
}
.dtl .dtl-s-head{max-width:30ch;margin:0 0 clamp(28px,3.4vw,44px)}

/* copy */
.dtl .dtl-s-p{margin:0 0 1.05em;max-width:var(--dtl-s-read);font-size:clamp(1.02rem,.98rem + .2vw,1.1rem);line-height:1.72;color:var(--dtl-ink)}
.dtl .dtl-s-p:last-child{margin-bottom:0}
.dtl .dtl-s-copy a,.dtl .dtl-s-scope a{color:var(--dtl-ultramarine);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.dtl .dtl-s-copy a:hover,.dtl .dtl-s-scope a:hover{text-decoration-thickness:2px}
.dtl .dtl-band--abyss .dtl-s-p,.dtl .dtl-band--blue .dtl-s-p{color:rgba(255,255,255,.86)}

/* lists */
.dtl .dtl-s-list{margin:1.4em 0 0;padding:0;list-style:none;max-width:var(--dtl-s-read)}
.dtl .dtl-s-list li{position:relative;font-size:clamp(1.02rem,.98rem + .2vw,1.1rem);line-height:1.66;color:var(--dtl-ink)}
.dtl .dtl-s-list--rows li{padding:18px 0 18px 30px;border-top:1px solid var(--dtl-line)}
.dtl .dtl-s-list--rows li:last-child{border-bottom:1px solid var(--dtl-line)}
/* a dot, not a short bar: a bar at the start of a line reads as a dash, and the briefs ban dashes */
.dtl .dtl-s-list--rows li::before{
  content:"";position:absolute;left:3px;top:calc(18px + .83em - 3.5px);width:7px;height:7px;border-radius:50%;background:var(--dtl-ultramarine)
}
/* form names break at their hyphen otherwise ("1099-" / "MISC") */
.dtl .dtl-s-code{white-space:nowrap}
.dtl .dtl-s-list--dots li{padding:0 0 10px 22px}
.dtl .dtl-s-list--dots li::before{content:"";position:absolute;left:2px;top:.72em;width:6px;height:6px;border-radius:50%;background:var(--dtl-ultramarine)}
.dtl .dtl-s-after{margin-top:1.6em;color:var(--dtl-ink-soft)}

/* ---------- (06) header ---------- */
.dtl .dtl-s-hero{
  background:var(--dtl-abyss);color:#fff;overflow:hidden;
  padding-block:clamp(52px,6.4vw,96px) clamp(56px,6vw,88px)
}
/* One glow, fading out well above the bottom edge. No ruled lines and nothing anchored to
   the bottom: when statement cards continue the header underneath, anything that reaches
   the boundary shows as a hard seam between the two blocks. */
.dtl .dtl-s-hero::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(52% 64% at 100% 0%,rgba(27,46,208,.5),transparent 70%);
}
.dtl .dtl-s-hero>.dtl-wrap{position:relative;z-index:2}
.dtl .dtl-s-crumbs ol{display:flex;flex-wrap:wrap;gap:6px 10px;margin:0 0 clamp(22px,2.6vw,34px);padding:0;list-style:none;font-size:.9rem}
.dtl .dtl-s-crumbs li{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.66)}
.dtl .dtl-s-crumbs li+li::before{content:"/";color:rgba(255,255,255,.34)}
.dtl .dtl-s-crumbs a{color:rgba(255,255,255,.82);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.28)}
.dtl .dtl-s-crumbs a:hover{color:#fff;border-bottom-color:#fff}
.dtl .dtl-s-crumbs [aria-current]{color:#fff}
.dtl .dtl-s-h1{color:#fff;max-width:18ch;margin:0}
.dtl .dtl-s-hero-lead{margin-top:clamp(22px,2.4vw,30px);max-width:66ch}
.dtl .dtl-s-hero-lead .dtl-lead{margin:0 0 .8em;color:rgba(255,255,255,.82)}
.dtl .dtl-s-hero .dtl-btn-row{margin-top:clamp(28px,3vw,38px)}

/* a header followed by cards that continue it: close the gap between the two blocks */
.elementor-element:has(.dtl-s-hero):has(+ .elementor-element .dtl-s-points--hero) .dtl-s-hero{padding-bottom:clamp(30px,3vw,40px)}

/* ---------- (28) statement cards ---------- */
.dtl .dtl-s-points-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,1.6vw,20px);margin:0;padding:0;list-style:none}
.dtl .dtl-s-points-grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}
.dtl .dtl-s-points-grid[data-count="4"]{grid-template-columns:repeat(4,minmax(0,1fr))}
.dtl .dtl-s-point{
  display:flex;flex-direction:column;gap:16px;
  padding:clamp(22px,2.4vw,28px);border-radius:var(--dtl-s-radius);
  background:var(--dtl-paper);border:1px solid var(--dtl-line)
}
.dtl .dtl-s-point p{margin:0;font-size:1.04rem;line-height:1.6;color:var(--dtl-ink)}
.dtl .dtl-s-point-mark{display:block;width:30px;height:3px;border-radius:3px;background:var(--dtl-ultramarine)}

.dtl .dtl-s-points--hero{
  position:relative;background:var(--dtl-abyss);color:#fff;
  padding-block:0 clamp(56px,6vw,88px);overflow:hidden
}
.dtl .dtl-s-points--hero>.dtl-wrap{position:relative;z-index:2}
.dtl .dtl-s-points--hero .dtl-s-point{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);backdrop-filter:blur(2px)}
.dtl .dtl-s-points--hero .dtl-s-point p{color:rgba(255,255,255,.9)}
.dtl .dtl-s-points--hero .dtl-s-point-mark{background:var(--dtl-butter)}

/* ---------- (13) takeaways ---------- */
.dtl .dtl-s-panel{
  position:relative;border-radius:calc(var(--dtl-s-radius) + 4px);
  background:var(--dtl-mist);padding:clamp(28px,4vw,52px);overflow:hidden
}
.dtl .dtl-band--mist .dtl-s-panel{background:var(--dtl-paper)}
.dtl .dtl-s-panel::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--dtl-ultramarine)}
.dtl .dtl-s-panel-h{font-size:clamp(1.55rem,1.2rem + 1.5vw,2.2rem)!important;max-width:34ch;margin:0 0 clamp(24px,3vw,36px)}
.dtl .dtl-s-take-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,3vw,40px);margin:0;padding:0;list-style:none}
.dtl .dtl-s-take-list[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}
.dtl .dtl-s-take-list[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}
.dtl .dtl-s-take-list li{display:grid;grid-template-columns:32px 1fr;gap:14px;align-items:start}
.dtl .dtl-s-take-list p{margin:0;font-size:1.03rem;line-height:1.62;color:var(--dtl-ink)}
.dtl .dtl-s-tick{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--dtl-ultramarine);color:#fff}
.dtl .dtl-s-tick svg{width:17px;height:17px}

/* ---------- (09) rich text arrangements ---------- */
.dtl .dtl-s-reading{max-width:calc(var(--dtl-s-read) + 4ch)}
.dtl .dtl-s-split{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(28px,5vw,88px);align-items:start}
.dtl .dtl-s-split-head .dtl-h2{margin:0;max-width:16ch}
.dtl .dtl-s-split .dtl-s-list{margin-top:0}
.dtl .dtl-s-split .dtl-s-p+.dtl-s-list{margin-top:1.4em}
.dtl .dtl-s-withfig{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(32px,5vw,80px);align-items:center}

/* lead and cards: the rule beside the heading, its consequences as cards underneath */
.dtl .dtl-s-leadrow{align-items:center}
.dtl .dtl-s-leadp{font-size:clamp(1.1rem,1rem + .45vw,1.3rem);line-height:1.62}
.dtl .dtl-s-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,1.6vw,22px);margin:clamp(36px,4vw,56px) 0 0;padding:0;list-style:none}
.dtl .dtl-s-cards[data-count="2"],.dtl .dtl-s-cards[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}
.dtl .dtl-s-card{
  position:relative;overflow:hidden;padding:clamp(24px,2.6vw,32px);border-radius:var(--dtl-s-radius);
  background:var(--dtl-mist)
}
/* a straight accent clipped by the corner radius; a border would bend round the corners */
.dtl .dtl-s-card::before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:var(--dtl-ultramarine)}
.dtl .dtl-band--mist .dtl-s-card{background:var(--dtl-paper);box-shadow:0 18px 40px -32px rgba(10,18,48,.4)}
.dtl .dtl-s-card .dtl-s-p{max-width:none;font-size:1.04rem;line-height:1.66}
/* situation cards: the heading already sits above, so the cards start right under it */
.dtl .dtl-s-prose--cards .dtl-s-head{margin-bottom:0}
.dtl .dtl-s-cards-intro{margin-top:18px}
.dtl .dtl-s-cards--items .dtl-s-card::before{right:auto;bottom:0;width:4px;height:auto}
.dtl .dtl-s-card-first{display:block;margin-bottom:6px;font-weight:600;font-size:1.1rem;line-height:1.45;color:var(--dtl-ultramarine-deep)}

/* aside: the heading stays in view while the divided paragraphs scroll past it */
.dtl .dtl-s-aside{grid-template-columns:minmax(0,4fr) minmax(0,8fr)}
.dtl .dtl-s-aside .dtl-s-split-head{position:sticky;top:120px}
.dtl .dtl-s-aside .dtl-s-p{max-width:none;margin:0;padding-block:22px;border-top:1px solid var(--dtl-line)}
.dtl .dtl-s-aside .dtl-s-p:first-child{padding-top:0;border-top:0}
.dtl .dtl-s-aside .dtl-s-p:last-child{padding-bottom:0}

/* the figure: rows of text, single column at every width */
.dtl .dtl-s-fig{margin:0;padding:clamp(20px,2.4vw,30px);border-radius:calc(var(--dtl-s-radius) + 4px);background:var(--dtl-paper);border:1px solid var(--dtl-line);box-shadow:0 24px 50px -30px rgba(10,18,48,.32)}
.dtl .dtl-band--paper .dtl-s-fig{background:var(--dtl-mist);border-color:transparent;box-shadow:none}
.dtl .dtl-s-fig-head{margin-bottom:18px}
.dtl .dtl-s-fig-title{margin:0;font-family:var(--dtl-sans);font-weight:700;font-size:1.12rem;line-height:1.3;color:var(--dtl-ultramarine-deep)}
.dtl .dtl-s-fig-sub{margin:4px 0 0;font-size:.96rem;color:var(--dtl-ink-soft)}
.dtl .dtl-s-fig-rows{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.dtl .dtl-s-fig-row{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px 18px;
  padding:15px 18px 15px 20px;border-radius:9px;border-left:4px solid var(--tone);background:var(--tone-bg)
}
.dtl .dtl-s-fig-row--neutral{--tone:var(--dtl-s-neutral);--tone-bg:var(--dtl-s-neutral-bg)}
.dtl .dtl-s-fig-row--caution{--tone:var(--dtl-s-caution);--tone-bg:var(--dtl-s-caution-bg)}
.dtl .dtl-s-fig-row--good{--tone:var(--dtl-s-good);--tone-bg:var(--dtl-s-good-bg)}
.dtl .dtl-s-fig-text{display:flex;flex-direction:column;gap:2px;min-width:0}
.dtl .dtl-s-fig-label{font-weight:700;font-size:1.02rem;line-height:1.3;color:var(--dtl-ink)}
.dtl .dtl-s-fig-row--caution .dtl-s-fig-label,.dtl .dtl-s-fig-row--good .dtl-s-fig-label{color:var(--tone)}
.dtl .dtl-s-fig-detail{font-size:.93rem;line-height:1.45;color:var(--dtl-ink-soft)}
.dtl .dtl-s-fig-tag{font-weight:700;font-size:.98rem;color:var(--tone);white-space:nowrap}
.dtl .dtl-s-fig figcaption{margin-top:16px;padding-top:14px;border-top:1px solid var(--dtl-line);font-size:.92rem;color:var(--dtl-ink-soft)}

/* ---------- (49) inline call to action ---------- */
.dtl .dtl-s-icta{padding-block:clamp(44px,5vw,72px)}
.dtl .dtl-s-icta-box{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(20px,3vw,48px);align-items:center;
  padding:clamp(26px,3.4vw,44px);border-radius:calc(var(--dtl-s-radius) + 4px);
  background:var(--dtl-paper);border:1px solid var(--dtl-line);position:relative;overflow:hidden
}
.dtl .dtl-band--paper .dtl-s-icta-box{background:var(--dtl-mist);border-color:transparent}
.dtl .dtl-s-icta-box::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--dtl-butter)}
.dtl .dtl-s-icta-box--img{grid-template-columns:minmax(0,220px) minmax(0,1fr) auto}
.dtl .dtl-s-icta-media img{width:100%;height:auto;border-radius:10px}
.dtl .dtl-s-icta-h{margin:0 0 8px}
.dtl .dtl-s-icta-text{margin:0;font-family:var(--dtl-serif)!important;font-size:clamp(1.25rem,1.05rem + .8vw,1.6rem);line-height:1.38;color:var(--dtl-ink);max-width:48ch}

/* ---------- (10) scope ---------- */
.dtl .dtl-s-scope-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(14px,2vw,24px)}
.dtl .dtl-s-scope-col{
  display:grid;grid-template-columns:44px 1fr;gap:16px;align-items:start;
  padding:clamp(24px,2.8vw,34px);border-radius:var(--dtl-s-radius);background:var(--dtl-paper);border:1px solid var(--dtl-line)
}
.dtl .dtl-band--paper .dtl-s-scope-col{background:var(--dtl-mist);border-color:transparent}
.dtl .dtl-s-scope-col .dtl-s-p{font-size:1.08rem}
.dtl .dtl-s-scope-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:50%}
.dtl .dtl-s-scope-mark svg{width:22px;height:22px}
.dtl .dtl-s-scope-col--yes .dtl-s-scope-mark{background:var(--dtl-s-good-bg);color:var(--dtl-s-good)}
.dtl .dtl-s-scope-col--no .dtl-s-scope-mark{background:var(--dtl-s-no-bg);color:var(--dtl-s-no)}
.dtl .dtl-s-scope-refer{margin-top:clamp(22px,2.6vw,32px);padding-left:20px;border-left:3px solid var(--dtl-line)}
.dtl .dtl-s-scope-refer .dtl-s-p{color:var(--dtl-ink-soft)}

/* ---------- (30) features ---------- */
.dtl .dtl-s-feat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;border-top:1px solid var(--dtl-line)}
.dtl .dtl-s-feat-grid[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}
.dtl .dtl-s-feat-grid[data-count="4"]{grid-template-columns:repeat(4,minmax(0,1fr))}
.dtl .dtl-s-feat{padding:clamp(24px,3vw,36px) clamp(18px,2.6vw,36px) 0 0}
.dtl .dtl-s-feat+.dtl-s-feat{padding-left:clamp(18px,2.6vw,36px);border-left:1px solid var(--dtl-line)}
.dtl .dtl-s-feat-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:13px;background:var(--dtl-mist);color:var(--dtl-ultramarine);margin-bottom:20px}
.dtl .dtl-band--mist .dtl-s-feat-icon{background:var(--dtl-paper)}
.dtl .dtl-s-feat-icon svg{width:26px;height:26px}
.dtl .dtl-s-feat .dtl-h3{margin:0 0 8px}
.dtl .dtl-s-feat p{margin:0;font-size:1.08rem;line-height:1.6;color:var(--dtl-ink)}
.dtl .dtl-band--abyss .dtl-s-feat-grid,.dtl .dtl-band--abyss .dtl-s-feat+.dtl-s-feat{border-color:rgba(255,255,255,.18)}
.dtl .dtl-band--abyss .dtl-s-feat p{color:rgba(255,255,255,.86)}
.dtl .dtl-band--abyss .dtl-s-feat-icon{background:rgba(255,255,255,.08);color:var(--dtl-butter)}

/* ---------- (33) steps ---------- */
.dtl .dtl-s-steps .dtl-h2{color:inherit}
.dtl .dtl-s-step-list{--gap:clamp(18px,2.2vw,30px);position:relative;display:grid;grid-template-columns:repeat(var(--n,5),minmax(0,1fr));gap:var(--gap);margin:0;padding:0;list-style:none;counter-reset:none}
.dtl .dtl-s-step-list[data-count="3"]{--n:3}
.dtl .dtl-s-step-list[data-count="4"]{--n:4}
.dtl .dtl-s-step-list[data-count="5"]{--n:5}
.dtl .dtl-s-step-list[data-count="6"]{--n:3}
/* the connector runs from the first circle's centre to the last one's, not to the edge */
.dtl .dtl-s-step-list::before{
  content:"";position:absolute;left:24px;top:24px;height:1px;
  right:calc((100% - (var(--n,5) - 1) * var(--gap)) / var(--n,5) - 24px);
  background:linear-gradient(90deg,rgba(255,255,255,.34),rgba(255,255,255,.08))
}
.dtl .dtl-s-step{position:relative;display:flex;flex-direction:column;gap:18px}
.dtl .dtl-s-step-n{
  position:relative;z-index:1;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;
  background:var(--dtl-butter);color:var(--dtl-abyss);font-family:var(--dtl-serif);font-size:1.35rem;font-weight:500
}
.dtl .dtl-s-step-body p{margin:0;font-size:1.02rem;line-height:1.62;color:rgba(255,255,255,.86)}
.dtl .dtl-s-step-body .dtl-h3{margin:0 0 6px;color:#fff}
.dtl .dtl-band--mist .dtl-s-step-list::before,.dtl .dtl-band--paper .dtl-s-step-list::before{background:linear-gradient(90deg,var(--dtl-line),transparent)}
.dtl .dtl-band--mist .dtl-s-step-body p,.dtl .dtl-band--paper .dtl-s-step-body p{color:var(--dtl-ink)}
.dtl .dtl-band--mist .dtl-s-step-n,.dtl .dtl-band--paper .dtl-s-step-n{background:var(--dtl-ultramarine);color:#fff}

/* ---------- (16 + 38) voices ---------- */
.dtl .dtl-s-voice-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:clamp(24px,4vw,64px);align-items:center}
.dtl .dtl-s-pull{margin:0}
.dtl .dtl-s-pull blockquote{margin:0;padding:0;border:0}
.dtl .dtl-s-pull blockquote p{margin:0;font-family:var(--dtl-serif)!important;font-weight:400;font-size:clamp(1.6rem,1.15rem + 1.9vw,2.45rem);line-height:1.22;letter-spacing:-.01em;color:var(--dtl-ink)}
.dtl .dtl-s-pull figcaption{display:flex;align-items:center;gap:14px;margin-top:24px;font-weight:600;font-size:1rem;color:var(--dtl-ink)}
.dtl .dtl-s-pull figcaption::before{content:"";width:32px;height:2px;background:var(--dtl-ultramarine)}
.dtl .dtl-s-review{margin:0;padding:clamp(24px,3vw,36px);border-radius:var(--dtl-s-radius);background:var(--dtl-paper);border:1px solid var(--dtl-line);box-shadow:0 22px 44px -32px rgba(10,18,48,.35)}
.dtl .dtl-band--paper .dtl-s-review{background:var(--dtl-mist);border-color:transparent;box-shadow:none}
.dtl .dtl-s-stars{display:flex;gap:3px;color:#E9A800;margin-bottom:16px}
.dtl .dtl-s-stars svg{width:19px;height:19px}
.dtl .dtl-s-review blockquote{margin:0;padding:0;border:0}
.dtl .dtl-s-review blockquote p{margin:0;font-size:1.08rem;line-height:1.62;color:var(--dtl-ink)}
.dtl .dtl-s-review figcaption{display:flex;flex-direction:column;gap:2px;margin-top:20px;padding-top:16px;border-top:1px solid var(--dtl-line)}
.dtl .dtl-s-review-name{font-weight:600;color:var(--dtl-ink)}
.dtl .dtl-s-review-src{font-size:.92rem;color:var(--dtl-ink-soft)}

/* ---------- (45) related links ---------- */
.dtl .dtl-s-link-grid{display:grid;margin:0;padding:0;list-style:none}
.dtl .dtl-s-links--described .dtl-s-link-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(24px,4vw,64px)}
.dtl .dtl-s-links--described .dtl-s-link{display:flex;flex-direction:column;gap:6px;padding:22px 0;border-top:1px solid var(--dtl-line)}
.dtl .dtl-s-link-name{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;font-weight:600;font-size:1.14rem;color:var(--dtl-ultramarine);text-decoration:none}
.dtl .dtl-s-link-arrow{display:inline-grid;transition:transform .18s ease}
.dtl a.dtl-s-link-name:hover .dtl-s-link-arrow{transform:translateX(4px)}
.dtl a.dtl-s-link-name:hover{color:var(--dtl-ultramarine-deep)}
.dtl .dtl-s-link-desc{font-size:1rem;line-height:1.55;color:var(--dtl-ink-soft)}
/* Compact: the list item is the card, so a card carrying a description is the same height
   as its neighbours instead of trailing its text outside the box. Three across keeps six
   links as two even rows. */
.dtl .dtl-s-links--compact .dtl-s-link-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.dtl .dtl-s-links--compact .dtl-s-link-grid[data-count="4"],
.dtl .dtl-s-links--compact .dtl-s-link-grid[data-count="8"]{grid-template-columns:repeat(4,minmax(0,1fr))}
.dtl .dtl-s-links--compact .dtl-s-link{
  position:relative;display:flex;flex-direction:column;justify-content:center;gap:4px;
  padding:18px 22px;border-radius:11px;background:var(--dtl-paper);border:1px solid var(--dtl-line);
  transition:border-color .18s ease
}
.dtl .dtl-band--paper .dtl-s-links--compact .dtl-s-link{background:var(--dtl-mist);border-color:transparent}
.dtl .dtl-s-links--compact .dtl-s-link:has(a:hover){border-color:var(--dtl-ultramarine)}
.dtl .dtl-s-links--compact .dtl-s-link-name{display:flex;justify-content:space-between;width:100%;font-size:1.06rem;color:var(--dtl-ink)}
/* the whole card is the click target, not just the words */
.dtl .dtl-s-links--compact a.dtl-s-link-name::after{content:"";position:absolute;inset:0;border-radius:inherit}
.dtl .dtl-s-links--compact a.dtl-s-link-name:hover{color:var(--dtl-ultramarine)}
.dtl .dtl-s-links--compact .dtl-s-link-arrow{color:var(--dtl-ultramarine)}
.dtl .dtl-s-links--compact .dtl-s-link-desc{font-size:.92rem}

/* ---------- (47) closing call to action ---------- */
.dtl .dtl-s-cta-inner{max-width:44rem;margin-inline:auto;text-align:center}
.dtl .dtl-s-cta-inner .dtl-h2{margin:0}
.dtl .dtl-s-cta-inner .dtl-lead{margin:20px auto 0;max-width:52ch}
.dtl .dtl-s-cta-inner .dtl-btn-row{justify-content:center;margin-top:32px}

/* ---------- (17) byline ---------- */
.dtl .dtl-s-byline{padding-block:clamp(40px,4.4vw,60px)}
.dtl .dtl-s-byline-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(24px,4vw,64px);align-items:center}
.dtl .dtl-s-byline-who{display:flex;align-items:center;gap:18px}
.dtl .dtl-s-byline-photo{flex:0 0 72px;width:72px;height:72px;border-radius:50%;overflow:hidden;background:var(--dtl-mist)}
.dtl .dtl-s-byline-photo img{width:100%;height:100%;object-fit:cover;object-position:center 18%}
.dtl .dtl-s-byline-text{margin:0 0 6px;font-size:1rem;line-height:1.55;color:var(--dtl-ink)}
.dtl .dtl-s-byline-text a{color:var(--dtl-ultramarine);font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.dtl .dtl-s-byline-text a:hover{text-decoration-thickness:2px}
.dtl .dtl-s-disclaimer{margin:0;padding-left:20px;border-left:3px solid var(--dtl-line);font-size:.92rem;line-height:1.6;color:var(--dtl-ink-soft)}

/* ---------- narrower ---------- */
@media (max-width:1100px){
  .dtl .dtl-s-step-list{grid-template-columns:1fr;gap:0}
  .dtl .dtl-s-step-list::before{left:23px;right:auto;top:24px;bottom:24px;width:1px;height:auto;background:linear-gradient(180deg,rgba(255,255,255,.34),rgba(255,255,255,.08))}
  .dtl .dtl-band--mist .dtl-s-step-list::before,.dtl .dtl-band--paper .dtl-s-step-list::before{background:linear-gradient(180deg,var(--dtl-line),transparent)}
  .dtl .dtl-s-step{flex-direction:row;gap:20px;padding-bottom:26px}
  .dtl .dtl-s-step:last-child{padding-bottom:0}
  .dtl .dtl-s-step-n{flex:0 0 48px}
  .dtl .dtl-s-step-body{padding-top:11px}
}
@media (max-width:960px){
  .dtl .dtl-s-withfig,.dtl .dtl-s-split,.dtl .dtl-s-voice-grid,.dtl .dtl-s-byline-grid{grid-template-columns:1fr}
  .dtl .dtl-s-split-head .dtl-h2{max-width:26ch}
  .dtl .dtl-s-aside .dtl-s-split-head{position:static}
  .dtl .dtl-s-cards{grid-template-columns:1fr}
  .dtl .dtl-s-cards--items,.dtl .dtl-s-cards--items[data-count]{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dtl .dtl-s-take-list{grid-template-columns:1fr!important}
  .dtl .dtl-s-feat-grid{grid-template-columns:1fr!important;border-top:0}
  .dtl .dtl-s-feat,.dtl .dtl-s-feat+.dtl-s-feat{display:grid;grid-template-columns:52px 1fr;gap:18px;align-items:start;padding:22px 0;border-left:0;border-top:1px solid var(--dtl-line)}
  .dtl .dtl-s-feat-icon{margin:0}
  .dtl .dtl-s-links--described .dtl-s-link-grid{grid-template-columns:1fr}
  .dtl .dtl-s-links--compact .dtl-s-link-grid,.dtl .dtl-s-links--compact .dtl-s-link-grid[data-count]{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dtl .dtl-s-icta-box,.dtl .dtl-s-icta-box--img{grid-template-columns:1fr}
}
/* The brief asks for one column under 560px; that is a floor, not a target. Three
   sentence-long cards are unreadable at a third of a tablet, and two columns would leave
   the third card orphaned on its own row, so three cards go straight to one column. */
@media (max-width:760px){
  .dtl .dtl-s-points-grid[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dtl .dtl-s-points-grid[data-count="3"]{grid-template-columns:1fr}
  .dtl .dtl-s-cards--items,.dtl .dtl-s-cards--items[data-count]{grid-template-columns:1fr}
}
@media (max-width:560px){
  .dtl .dtl-s-points-grid,.dtl .dtl-s-points-grid[data-count]{grid-template-columns:1fr}
  .dtl .dtl-s-scope-grid{grid-template-columns:1fr}
  .dtl .dtl-s-scope-col{grid-template-columns:1fr;gap:12px}
  .dtl .dtl-s-links--compact .dtl-s-link-grid,.dtl .dtl-s-links--compact .dtl-s-link-grid[data-count]{grid-template-columns:1fr}
  .dtl .dtl-s-fig-tag{white-space:normal}
}
@media (prefers-reduced-motion:reduce){
  .dtl .dtl-s-link-arrow,.dtl .dtl-s-links--compact .dtl-s-link-name{transition:none}
}

/* ============================================================
   Blocks added for the full service batch (2026-09-17)
   ============================================================ */

/* tones shared by cards, flow panels, table pills and notices */
.dtl .dtl-s-tone--neutral{--tone:var(--dtl-s-neutral);--tone-bg:var(--dtl-s-neutral-bg)}
.dtl .dtl-s-tone--brand{--tone:var(--dtl-ultramarine);--tone-bg:#E8EBFB}
.dtl .dtl-s-tone--good{--tone:var(--dtl-s-good);--tone-bg:var(--dtl-s-good-bg)}
.dtl .dtl-s-tone--caution{--tone:var(--dtl-s-caution);--tone-bg:var(--dtl-s-caution-bg)}
.dtl .dtl-s-tone--no{--tone:var(--dtl-s-no);--tone-bg:var(--dtl-s-no-bg)}

.dtl .dtl-s-standfirst{margin:calc(-1 * clamp(12px,1.6vw,22px)) 0 clamp(28px,3.4vw,44px);max-width:var(--dtl-s-read)}
/* heading beside its standfirst */
.dtl .dtl-s-headrow{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(24px,5vw,88px);align-items:start;margin-bottom:clamp(32px,4vw,52px)}
.dtl .dtl-s-headrow .dtl-s-head{margin:0;max-width:16ch}
.dtl .dtl-s-headrow .dtl-s-standfirst{margin:0;max-width:none}
.dtl .dtl-s-headrow .dtl-s-standfirst .dtl-s-p{color:var(--dtl-ink)}
@media (max-width:960px){
  .dtl .dtl-s-headrow{grid-template-columns:1fr;gap:18px}
  .dtl .dtl-s-headrow .dtl-s-head{max-width:26ch}
}
.dtl .dtl-s-standfirst .dtl-s-p{color:var(--dtl-ink-soft)}
.dtl .dtl-band--abyss .dtl-s-standfirst .dtl-s-p{color:rgba(255,255,255,.78)}
.dtl .dtl-s-afterblock{margin-top:clamp(24px,3vw,36px);max-width:var(--dtl-s-read)}
/* two or more closing paragraphs run side by side instead of a narrow column */
.dtl .dtl-s-afterblock:has(.dtl-s-p+.dtl-s-p){max-width:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px clamp(24px,4vw,64px)}
.dtl .dtl-s-afterblock:has(.dtl-s-p+.dtl-s-p) .dtl-s-p{margin:0}
@media (max-width:760px){.dtl .dtl-s-afterblock:has(.dtl-s-p+.dtl-s-p){grid-template-columns:1fr}}
.dtl .dtl-s-afterblock .dtl-s-p{color:var(--dtl-ink-soft)}
.dtl .dtl-band--abyss .dtl-s-afterblock .dtl-s-p{color:rgba(255,255,255,.8)}
.dtl .dtl-s-eyebrow{color:var(--dtl-butter)!important;margin-bottom:16px}

/* ---------- (17) notice ---------- */
.dtl .dtl-s-notice{
  position:relative;overflow:hidden;margin-top:clamp(20px,2.4vw,28px);
  padding:clamp(20px,2.4vw,28px) clamp(22px,2.8vw,34px) clamp(20px,2.4vw,28px) clamp(26px,3vw,38px);
  border-radius:var(--dtl-s-radius);background:var(--tone-bg)
}
.dtl .dtl-s-notice::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--tone)}
.dtl .dtl-s-notice-h{margin:0 0 6px;font-weight:700;font-size:1.1rem;line-height:1.4;color:var(--tone)}
.dtl .dtl-s-notice-p{margin:0 0 .6em;font-size:1.04rem;line-height:1.62;color:var(--dtl-ink);max-width:78ch}
.dtl .dtl-s-notice-p:last-child{margin-bottom:0}
.dtl .dtl-s-notice-tag{display:inline-block;margin-top:12px;padding:4px 12px;border-radius:99px;font-weight:700;font-size:.86rem;background:var(--dtl-paper);color:var(--tone)}

/* ---------- (28) card grid ---------- */
.dtl .dtl-s-cardgrid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(14px,1.6vw,20px);margin:0;padding:0;list-style:none}
.dtl .dtl-s-cardgrid>li{grid-column:span 2}
.dtl .dtl-s-cardgrid[data-count="1"]>li{grid-column:span 6}
.dtl .dtl-s-cardgrid[data-count="2"]>li,.dtl .dtl-s-cardgrid[data-count="4"]>li{grid-column:span 3}
/* five: three over two, both rows full width */
.dtl .dtl-s-cardgrid[data-count="5"]>li:nth-child(n+4){grid-column:span 3}
.dtl .dtl-s-c{
  position:relative;overflow:hidden;display:flex;flex-direction:column;gap:10px;
  padding:clamp(22px,2.4vw,30px);border-radius:var(--dtl-s-radius);background:var(--dtl-paper);border:1px solid var(--dtl-line)
}
.dtl .dtl-band--paper .dtl-s-c{background:var(--dtl-mist);border-color:transparent}
.dtl .dtl-s-c-title{margin:0;color:var(--dtl-ink)}
.dtl .dtl-s-c-text{margin:0;font-size:1.03rem;line-height:1.62;color:var(--dtl-ink)}
.dtl .dtl-s-c-title+.dtl-s-c-text{color:var(--dtl-ink-soft)}
.dtl .dtl-s-c-tag{align-self:flex-start;margin-top:auto;padding:5px 12px;border-radius:99px;font-weight:700;font-size:.86rem;background:var(--tone-bg);color:var(--tone)}
.dtl .dtl-s-cardgrid--plain .dtl-s-c::before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:var(--dtl-ultramarine)}
/* toned rows: the colour a figure gave each row, kept as a left bar and a tinted tag */
.dtl .dtl-s-cardgrid--tone .dtl-s-c{background:var(--dtl-paper);border:1px solid var(--dtl-line);padding-left:clamp(26px,2.8vw,34px)}
.dtl .dtl-s-cardgrid--tone .dtl-s-c::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--tone)}
.dtl .dtl-s-cardgrid--tone .dtl-s-c-title{color:var(--tone)}
.dtl .dtl-s-cardgrid--tone .dtl-s-tone--neutral .dtl-s-c-title{color:var(--dtl-ink)}
.dtl .dtl-s-cardgrid--numbered .dtl-s-c-n{font-family:var(--dtl-serif);font-size:1.6rem;line-height:1;color:var(--dtl-ultramarine)}

/* ---------- (36) table ---------- */
.dtl .dtl-s-tablewrap{border-radius:calc(var(--dtl-s-radius) + 4px);background:var(--dtl-paper);border:1px solid var(--dtl-line);padding:clamp(18px,2.4vw,30px);box-shadow:0 24px 50px -36px rgba(10,18,48,.3)}
.dtl .dtl-band--paper .dtl-s-tablewrap{box-shadow:none}
.dtl .dtl-s-table-label{margin:0 0 4px;font-weight:700;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--dtl-ultramarine)}
.dtl .dtl-s-table-cap{margin:0 0 18px;font-size:1.02rem;line-height:1.6;color:var(--dtl-ink-soft);max-width:78ch}
.dtl .dtl-s-table{width:100%;border-collapse:separate;border-spacing:0;font-size:1.02rem;line-height:1.5}
.dtl .dtl-s-table{margin:0;border:0;background:transparent}
.dtl .dtl-s-table th,.dtl .dtl-s-table td{padding:14px 16px;text-align:left;vertical-align:top;border:0;border-bottom:1px solid var(--dtl-line);background:transparent}
.dtl .dtl-s-table thead th{padding-top:12px;padding-bottom:12px;font-size:.84rem;font-weight:700;letter-spacing:.04em;color:var(--dtl-ink-soft);background:var(--dtl-mist);border-bottom:0}
.dtl .dtl-s-table thead th:first-child{border-radius:10px 0 0 10px}
.dtl .dtl-s-table thead th:last-child{border-radius:0 10px 10px 0}
.dtl .dtl-s-table tbody th{font-weight:600;color:var(--dtl-ink)}
.dtl .dtl-s-table td{color:var(--dtl-ink);font-variant-numeric:tabular-nums}
.dtl .dtl-s-table tr.dtl-s-total th,.dtl .dtl-s-table tr.dtl-s-total td{font-weight:700;border-bottom:0;border-top:2px solid var(--dtl-ink)}
.dtl .dtl-s-table tbody tr:last-child th,.dtl .dtl-s-table tbody tr:last-child td{border-bottom:0}
.dtl .dtl-s-pill{display:inline-block;padding:3px 11px;border-radius:99px;font-weight:700;font-size:.9rem;background:var(--tone-bg);color:var(--tone)}
.dtl .dtl-s-table-below{margin-top:16px;padding-top:14px;border-top:1px solid var(--dtl-line)}
.dtl .dtl-s-table-below .dtl-s-p{font-size:1rem;color:var(--dtl-ink-soft);max-width:none}

/* ---------- (14 + 10) flow ---------- */
.dtl .dtl-s-flow-head{margin-bottom:20px}
.dtl .dtl-s-flow-figtitle{margin:0;font-weight:700;font-size:1.14rem;color:var(--dtl-ultramarine-deep)}
.dtl .dtl-s-flow-figsub{margin:4px 0 0;color:var(--dtl-ink-soft)}
.dtl .dtl-s-flow-steps{position:relative;display:grid;gap:clamp(14px,1.6vw,20px);margin:0;padding:0;list-style:none}
.dtl .dtl-s-flow-step{
  position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(16px,2vw,24px);align-items:start;
  padding:clamp(20px,2.4vw,28px);border-radius:var(--dtl-s-radius);background:var(--dtl-paper);border:1px solid var(--dtl-line)
}
.dtl .dtl-band--paper .dtl-s-flow-step{background:var(--dtl-mist);border-color:transparent}
/* the connector between steps, and from the last step down to the fork */
.dtl .dtl-s-flow-step+.dtl-s-flow-step::before,.dtl .dtl-s-flow-outs--fork::before{
  content:"";position:absolute;left:calc(clamp(20px,2.4vw,28px) + 23px);top:calc(-1 * clamp(14px,1.6vw,20px));height:clamp(14px,1.6vw,20px);width:2px;background:var(--dtl-ultramarine);opacity:.35
}
.dtl .dtl-s-flow-n{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--dtl-ultramarine);color:#fff;font-family:var(--dtl-serif);font-size:1.35rem}
.dtl .dtl-s-flow-n--badge{width:auto;min-width:48px;height:auto;padding:6px 12px;border-radius:9px;font-family:var(--dtl-sans);font-size:.8rem;font-weight:700;letter-spacing:.06em}
.dtl .dtl-s-flow-title{margin:0 0 6px}
.dtl .dtl-s-flow-text{margin:0;font-size:1.04rem;line-height:1.62;color:var(--dtl-ink)}
.dtl .dtl-s-flow-title+.dtl-s-flow-text{color:var(--dtl-ink-soft)}
.dtl .dtl-s-flow-tag{display:inline-block;margin-top:12px;padding:4px 12px;border-radius:99px;font-weight:700;font-size:.86rem;background:var(--tone-bg);color:var(--tone)}
.dtl .dtl-s-flow-outs{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(14px,1.6vw,20px)}
.dtl .dtl-s-flow-outs--fork{margin-top:clamp(14px,1.6vw,20px)}
.dtl .dtl-s-flow-outs[data-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}
.dtl .dtl-s-flow-outs[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}
@media (max-width:960px){.dtl .dtl-s-flow-outs[data-count="3"]{grid-template-columns:1fr}}
.dtl .dtl-s-flow-out{position:relative;overflow:hidden;padding:clamp(22px,2.6vw,32px);border-radius:var(--dtl-s-radius);background:var(--tone-bg)}
.dtl .dtl-s-flow-out::before{content:"";position:absolute;left:0;top:0;right:0;height:4px;background:var(--tone)}
.dtl .dtl-s-flow-out .dtl-s-flow-title{color:var(--tone)}
.dtl .dtl-s-flow-out .dtl-s-flow-text{color:var(--dtl-ink)}
.dtl .dtl-s-flow-outs:not(.dtl-s-flow-outs--fork) .dtl-s-flow-out{background:var(--dtl-paper);border:1px solid var(--dtl-line)}
.dtl .dtl-band--paper .dtl-s-flow-outs:not(.dtl-s-flow-outs--fork) .dtl-s-flow-out{background:var(--dtl-mist);border-color:transparent}
.dtl .dtl-s-flow-outs:not(.dtl-s-flow-outs--fork) .dtl-s-flow-title{color:var(--dtl-ink)}
.dtl .dtl-s-flow-badge{display:inline-block;margin-bottom:14px;padding:5px 12px;border-radius:8px;font-weight:700;font-size:.9rem;background:var(--tone-bg);color:var(--tone)}
.dtl .dtl-s-flow-tail{margin-top:18px}
.dtl .dtl-s-flow-tail .dtl-s-p{font-size:1rem;color:var(--dtl-ink-soft);max-width:none}

/* ---------- (15) glossary ---------- */
.dtl .dtl-s-gl-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:clamp(28px,4.4vw,72px);align-items:start}
.dtl .dtl-s-gl-grid:not(:has(.dtl-s-gl-example)){grid-template-columns:minmax(0,1fr)}
.dtl .dtl-s-gl-terms{margin:0 0 clamp(22px,2.6vw,30px);padding:0;border-top:1px solid var(--dtl-line)}
.dtl .dtl-s-gl-row{display:grid;grid-template-columns:minmax(150px,4fr) minmax(0,8fr);gap:8px 24px;padding:16px 0;border-bottom:1px solid var(--dtl-line)}
.dtl .dtl-s-gl-row dt{font-weight:700;color:var(--dtl-ultramarine-deep)}
.dtl .dtl-s-gl-row dd{margin:0;color:var(--dtl-ink);line-height:1.6}
.dtl .dtl-s-gl-example{
  position:sticky;top:120px;overflow:hidden;padding:clamp(24px,3vw,36px);border-radius:calc(var(--dtl-s-radius) + 4px);
  background:var(--dtl-abyss);color:#fff
}
.dtl .dtl-s-gl-example::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(70% 60% at 100% 0%,rgba(27,46,208,.45),transparent 70%)}
.dtl .dtl-s-gl-example>*{position:relative}
.dtl .dtl-s-gl-example-label{margin:0 0 12px;font-weight:700;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--dtl-butter)}
.dtl .dtl-s-gl-example .dtl-s-p{color:rgba(255,255,255,.9)!important;font-size:1.06rem}

/* features and steps: more counts than the pilot needed */
.dtl .dtl-s-feat-grid[data-count="6"]{grid-template-columns:repeat(3,minmax(0,1fr))}
.dtl .dtl-s-feat-grid[data-count="6"] .dtl-s-feat:nth-child(3n+1){padding-left:0;border-left:0}
.dtl .dtl-s-feat-grid[data-count="6"] .dtl-s-feat:nth-child(n+4){border-top:1px solid var(--dtl-line)}
.dtl .dtl-band--abyss .dtl-s-feat-grid[data-count="6"] .dtl-s-feat:nth-child(n+4){border-top-color:rgba(255,255,255,.18)}
.dtl .dtl-s-feat-grid[data-count="6"] .dtl-s-feat{padding-bottom:clamp(20px,2.4vw,30px)}
.dtl .dtl-s-feat .dtl-h3+p{color:var(--dtl-ink-soft)}
.dtl .dtl-band--abyss .dtl-s-feat .dtl-h3{color:#fff}
.dtl .dtl-band--abyss .dtl-s-feat .dtl-h3+p{color:rgba(255,255,255,.78)}
/* six steps run three over three; one connector would only span the first row */
.dtl .dtl-s-step-list[data-count="6"]{row-gap:clamp(30px,3.4vw,44px)}
.dtl .dtl-s-step-list[data-count="6"]::before{display:none}
.dtl .dtl-s-voice-grid--one{grid-template-columns:minmax(0,1fr);max-width:52rem}

@media (max-width:960px){
  .dtl .dtl-s-cardgrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dtl .dtl-s-cardgrid>li,.dtl .dtl-s-cardgrid[data-count]>li,.dtl .dtl-s-cardgrid[data-count="5"]>li:nth-child(n+4){grid-column:auto}
  .dtl .dtl-s-cardgrid[data-count="3"],.dtl .dtl-s-cardgrid[data-count="1"]{grid-template-columns:1fr}
  .dtl .dtl-s-cardgrid[data-count="5"]>li:last-child{grid-column:span 2}
  .dtl .dtl-s-gl-grid{grid-template-columns:1fr}
  .dtl .dtl-s-gl-example{position:static}
}
@media (max-width:640px){
  .dtl .dtl-s-cardgrid,.dtl .dtl-s-cardgrid[data-count]{grid-template-columns:1fr}
  .dtl .dtl-s-cardgrid[data-count="5"]>li:last-child{grid-column:auto}
  .dtl .dtl-s-flow-outs{grid-template-columns:1fr}
  .dtl .dtl-s-flow-step{grid-template-columns:1fr;gap:12px}
  .dtl .dtl-s-flow-n{justify-self:start}
  .dtl .dtl-s-table tbody th:empty{display:none}
  .dtl .dtl-s-gl-row{grid-template-columns:1fr;gap:4px}
  .dtl .dtl-s-tablewrap{padding:14px}
  /* the table becomes one card per row, each repeating its column heads */
  .dtl .dtl-s-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
  .dtl .dtl-s-table,.dtl .dtl-s-table tbody,.dtl .dtl-s-table tr,.dtl .dtl-s-table th,.dtl .dtl-s-table td{display:block;width:100%}
  .dtl .dtl-s-table tr{margin-bottom:12px;padding:6px 16px;border-radius:12px;background:var(--dtl-mist)}
  .dtl .dtl-s-table tr:last-child{margin-bottom:0}
  .dtl .dtl-s-table tbody th{padding:12px 0 8px;border-bottom:1px solid var(--dtl-line)!important;font-size:1.04rem}
  .dtl .dtl-s-table td{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:0;text-align:right}
  .dtl .dtl-s-table td::before{content:attr(data-label);font-weight:600;font-size:.9rem;color:var(--dtl-ink-soft);text-align:left}
  .dtl .dtl-s-table tr.dtl-s-total th,.dtl .dtl-s-table tr.dtl-s-total td{border-top:0}
  .dtl .dtl-s-table tr.dtl-s-total{background:var(--dtl-s-neutral-bg)}
}
