/* ==========================================================================
   WebRTC Leak Test — /webrtc-leak-test/
   Tokens reused from style.css :root (--navy --ink --muted --blue --teal --bg
   --white --border --radius --radius-sm --container --font-mono --amber --red).
   No new palette introduced. Visual grammar matches DNS Leak Test V2.1.1.
   ========================================================================== */

.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.wrt-mono{font-family:var(--font-mono)}

/* ==========================================================================
   Hero
   ========================================================================== */
.wrt-hero{background:var(--navy);color:#fff;padding:56px 0 44px}
.vlsm-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:#8296B3;margin-bottom:22px}
.vlsm-breadcrumb a{color:#C4D0E0}
.vlsm-breadcrumb a:hover{color:#fff}
.vlsm-breadcrumb span[aria-current]{color:#fff;font-weight:600}

.wrt-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:start}

.wrt-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#9DB4D6;margin-bottom:12px}
.wrt-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--teal);display:inline-block}
.wrt-hero-main h1{font-size:clamp(26px,3.2vw,36px);color:#fff;margin:0 0 10px}
.wrt-hero-lede{font-size:15.5px;line-height:1.6;color:#C4D0E0;max-width:52ch;margin:0 0 24px}

.wrt-run-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.wrt-hero-trust{margin:14px 0 0;font-size:12.5px;color:#9DB4D6}

.wrt-btn{border:0;border-radius:var(--radius-sm);padding:0 22px;height:48px;font-weight:700;font-size:14.5px;cursor:pointer}
.wrt-btn-primary{background:var(--blue);color:#fff}
.wrt-btn-primary:hover{background:#1d4fc4}
.wrt-btn-ghost{background:transparent;border:1px solid var(--border);color:var(--ink)}
.wrt-btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
.wrt-btn:disabled{opacity:.55;cursor:default}
.wrt-btn:focus-visible{outline:3px solid var(--teal);outline-offset:2px}
.wrt-btn:focus:not(:focus-visible){outline:none}
.wrt-hero .wrt-btn-primary:focus-visible{outline-color:var(--teal)}

.wrt-hero-connection{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);padding:22px 24px}
.wrt-hero-connection-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}
.wrt-hero-connection-label{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#9DB4D6}
.wrt-hero-connection-status{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--teal)}
.wrt-hero-connection-status::before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor;margin-right:6px;vertical-align:middle}
.wrt-hero-connection-status.is-loading{color:#9DB4D6}
.wrt-hero-connection-status.is-loading::before{animation:wrt-pulse 1.4s ease-in-out infinite}
.wrt-hero-connection-status.is-error{color:#F3B8A8}
@media(prefers-reduced-motion:reduce){.wrt-hero-connection-status.is-loading::before{animation:none}}

.wrt-hero-connection-ip{font-size:19px;font-weight:700;color:#fff;word-break:break-word;overflow-wrap:anywhere;margin:0 0 10px;font-variant-numeric:tabular-nums}
.wrt-hero-connection-provider{font-size:15px;font-weight:600;color:#fff;margin:0 0 4px;min-height:1.2em}
.wrt-hero-connection-meta{font-size:12.5px;color:#9DB4D6;margin:0}
.wrt-hero-connection-note{margin:14px 0 0;padding-top:14px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:#9DB4D6}

@keyframes wrt-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.35)}}

/* ==========================================================================
   Diagnostic console
   ========================================================================== */
.wrt-console-section{padding:32px 0 0}
.wrt-console{max-width:860px;margin:0 auto}

/* Wide diagnostic layout — scoped to this section's own .wrap only, so the educational/
   methodology sections below (each with their own .wrap) keep the site's normal 1220px
   container untouched. min(1600px, calc(100% - 64px)) keeps a clean 32px+ side gutter at
   any viewport narrower than ~1664px rather than going full-bleed. !important guards this
   page-scoped override against any global-stylesheet .wrap rule, present or future, that
   could otherwise reassert the site-wide 1220px container here.

   Breakpoint is 1100px, not 1280px: real-browser DevTools measurement confirmed a common
   Windows 150%-scaling Full HD display (1920 physical px / 1.5 DPR) produces a ~1280 CSS
   px viewport that can land just under 1280, missing a min-width:1280px gate entirely and
   silently falling back to the 860px .wrt-console default below. 1100px reliably clears
   that configuration while still excluding genuine tablet widths (1024px and below keep
   the existing medium/tablet layout via the .wrt-hero-grid/.wrt-metrics rules below). */
@media(min-width:1100px){
	.wrt-console-section .wrap{width:min(1600px,calc(100% - 64px)) !important}
	.wrt-console{width:100%;max-width:1600px !important}
}

.wrt-console-idle{max-width:520px;margin:0 auto;text-align:center;padding:44px 26px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white)}
.wrt-console-idle-title{font-size:16px;margin:0 0 8px;color:var(--ink)}
.wrt-console-idle p{margin:0;color:var(--muted);font-size:14px}

.wrt-console-progress{padding:28px 26px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white)}
.wrt-console-progress h2{font-size:15px;margin:0 0 20px;color:var(--ink);text-transform:uppercase;letter-spacing:.03em}
.wrt-step-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}
.wrt-step{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--muted)}
.wrt-step-dot{width:9px;height:9px;border-radius:50%;background:var(--border);flex-shrink:0}
.wrt-step-text{flex:1}
.wrt-step-state{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--border)}
.wrt-step.is-complete{color:var(--ink)}
.wrt-step.is-complete .wrt-step-dot{background:var(--teal)}
.wrt-step.is-complete .wrt-step-state{color:var(--teal)}
.wrt-step.is-active{color:var(--ink);font-weight:700}
.wrt-step.is-active .wrt-step-dot{background:var(--blue);animation:wrt-pulse 1.2s ease-in-out infinite}
.wrt-step.is-active .wrt-step-state{color:var(--blue)}
@media(prefers-reduced-motion:reduce){.wrt-step.is-active .wrt-step-dot{animation:none}}

.wrt-console-error{background:#FEF3EE;border:1px solid #F3C9AE;border-radius:var(--radius);padding:24px 26px}
.wrt-console-error b{color:var(--red);font-size:15px;display:block;margin-bottom:4px}
.wrt-console-error p{margin:0 0 14px;color:var(--ink);font-size:14px}

/* ==========================================================================
   Verdict
   ========================================================================== */
.wrt-verdict{border:1px solid var(--border);border-left-width:4px;border-radius:var(--radius);padding:22px 28px;background:var(--white);margin-bottom:16px}
.wrt-verdict.is-valid{border-left-color:var(--teal)}
.wrt-verdict.is-invalid{border-left-color:var(--red)}
.wrt-verdict.is-neutral{border-left-color:var(--border)}

.wrt-verdict-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:8px;flex-wrap:wrap}
.wrt-verdict-badge{display:flex;align-items:center;gap:10px;margin:0;font-size:18px;font-weight:800;letter-spacing:.01em;text-transform:uppercase;color:var(--navy)}
.wrt-verdict-badge.is-valid{color:#0A6B61}
.wrt-verdict-badge.is-invalid{color:var(--red)}
.wrt-verdict-badge.is-neutral{color:var(--navy)}
.wrt-verdict-glyph{font-size:.9em}
.wrt-verdict-confidence{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:5px 12px;flex-shrink:0}

.wrt-verdict-summary{margin:0;font-size:14.5px;color:var(--muted);line-height:1.6;max-width:68ch}

/* ==========================================================================
   Primary metrics
   ========================================================================== */
.wrt-metrics{display:grid;grid-template-columns:1.8fr 1.9fr .5fr .5fr;gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--white);margin-bottom:20px}
.wrt-metric-tile{padding:16px 20px;border-right:1px solid var(--border);display:flex;flex-direction:column;justify-content:center;min-height:68px;min-width:0}
.wrt-metric-tile:last-child{border-right:0}
.wrt-metric-value{display:flex;flex-direction:column;gap:2px;margin-bottom:4px;min-width:0}
/* An IP address must never lose characters to an ellipsis. Default: wraps naturally if
   it doesn't fit (overflow-wrap:break-word only forces a mid-token break as a last
   resort, never hides content). */
.wrt-metric-value-line{font-size:18px;font-weight:800;color:var(--navy);word-break:break-word;overflow-wrap:break-word}
/* HTTP/WebRTC public-IP tiles (1st/2nd): premium data-display treatment matching how IPs
   render elsewhere on this page (monospace, tabular digits) instead of the plain bold
   sans-serif used for the count tiles. Sized so a full 39-character IPv6 literal reliably
   fits on one line even in a conservatively narrow column, so these two tiles force
   white-space:nowrap outright rather than "prefer one line" — an IPv6 address must never
   wrap to a second line on desktop/tablet. The <=480px override below restores safe
   wrapping as a last-resort safety net on the very smallest phones only. */
.wrt-metric-tile:nth-child(1) .wrt-metric-value-line,
.wrt-metric-tile:nth-child(2) .wrt-metric-value-line{
	font-family:var(--font-mono);
	font-weight:700;
	font-size:clamp(13px,0.8vw,16px);
	letter-spacing:-.01em;
	font-variant-numeric:tabular-nums;
	white-space:nowrap;
}
.wrt-metric-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}

/* ==========================================================================
   Shared block chrome
   ========================================================================== */
.wrt-block{padding:22px 0;border-top:1px solid var(--border)}
.wrt-block-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}
.wrt-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 14px}
.wrt-block-head .wrt-section-label{margin-bottom:0}
.wrt-block-count{font-size:12px;color:var(--muted);font-weight:600}

/* Capped so label/value pairs stay visually cohesive at the wide 1600px result width
   instead of space-between stretching them to opposite edges of a ~750px column — the
   card itself stays full-width (100% of its grid cell), only the fact rows are capped. */
.wrt-fact-list{display:flex;flex-direction:column;gap:11px;max-width:420px}
.wrt-fact{display:flex;justify-content:space-between;align-items:baseline;gap:16px}
.wrt-fact-label{font-size:12px;color:var(--muted);flex-shrink:0}
.wrt-fact-value{font-size:13.5px;font-weight:600;color:var(--ink);text-align:right;word-break:break-word;overflow-wrap:anywhere}

/* ==========================================================================
   Normal web ↔ WebRTC comparison
   ========================================================================== */
.wrt-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.wrt-compare-col{border:1px solid var(--border);border-radius:var(--radius-sm);padding:20px 22px;background:var(--bg)}
.wrt-compare-col-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);margin-bottom:10px}

/* One block per unique public address — never a comma-joined string. Each address gets
   its own line plus an explicit IPv4/IPv6 caption, so a dual-stack result never has to
   squeeze two long addresses onto one row. */
.wrt-address-list{display:flex;flex-direction:column;gap:10px;margin-bottom:11px}
.wrt-address-block{display:flex;flex-direction:column;gap:1px;min-width:0}
.wrt-address-value{font-family:var(--font-mono);font-size:13px;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wrt-address-version{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}

.wrt-relation-strip{display:flex;align-items:center;gap:10px;margin:14px 0 0}
.wrt-relation-line{flex:1;height:1px;background:var(--border)}
.wrt-relation-pill-wrap{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:4px}
.wrt-relation-pill{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:4px 14px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}
.wrt-relation-pill.is-match{background:#E6F5F3;color:#0A6B61;border:1px solid #BFE5E0}
.wrt-relation-pill.is-different{background:#FCEBEA;color:var(--red);border:1px solid #F3C4C0}
.wrt-relation-pill.is-neutral{background:var(--bg);color:var(--muted);border:1px solid var(--border)}
.wrt-relation-note{font-size:11px;color:var(--muted);white-space:nowrap}

/* ==========================================================================
   Candidate table — real <table> semantics on desktop, converts to stacked
   label/value rows at <=768px without changing the DOM.
   ========================================================================== */
.wrt-table-wrap{overflow-x:auto}
.wrt-candidate-table{width:100%;table-layout:fixed;border-collapse:collapse;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13.5px}
.wrt-candidate-table th,.wrt-candidate-table td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wrt-candidate-table thead th{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);background:var(--bg)}
.wrt-candidate-table tbody tr:last-child td{border-bottom:0}
.wrt-candidate-table th:nth-child(1),.wrt-candidate-table td:nth-child(1){width:42%;font-family:var(--font-mono);font-size:12.5px}
.wrt-candidate-table th:nth-child(2),.wrt-candidate-table td:nth-child(2){width:18%}
.wrt-candidate-table th:nth-child(3),.wrt-candidate-table td:nth-child(3){width:12%}
.wrt-candidate-table th:nth-child(4),.wrt-candidate-table td:nth-child(4){width:16%;white-space:normal;overflow-wrap:break-word;text-overflow:clip}
.wrt-candidate-table th:nth-child(5),.wrt-candidate-table td:nth-child(5){width:12%}

.wrt-type-badge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--muted);background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:3px 10px}

/* ==========================================================================
   Evidence panel
   ========================================================================== */
.wrt-evidence-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.wrt-evidence-list li{display:flex;align-items:flex-start;gap:10px}
.wrt-evidence-check{flex-shrink:0;color:var(--teal);font-weight:700;font-size:14px;line-height:1.5}
.wrt-evidence-body{display:flex;flex-direction:column;gap:2px}
.wrt-evidence-kicker{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--blue)}
.wrt-evidence-headline{font-size:13.5px;font-weight:700;color:var(--ink)}
.wrt-evidence-detail{font-size:13px;color:var(--muted);line-height:1.55}

.wrt-disclosure{margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}
.wrt-disclosure summary{cursor:pointer;font-size:12.5px;font-weight:700;color:var(--blue);list-style:none}
.wrt-disclosure summary::-webkit-details-marker{display:none}
.wrt-disclosure summary::before{content:"\203A";display:inline-block;margin-right:5px;transition:transform .15s}
.wrt-disclosure[open] summary::before{transform:rotate(90deg)}
.wrt-disclosure summary:focus-visible{outline:3px solid var(--teal);outline-offset:2px;border-radius:4px}
.wrt-tech-list{margin:10px 0 0;padding:0;list-style:none}
.wrt-tech-list li{font:600 12px var(--font-mono);color:var(--muted);padding:3px 0;word-break:break-word;overflow-wrap:anywhere}
.wrt-glossary{margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}
.wrt-glossary p{margin:0 0 8px;font-size:12.5px;color:var(--muted);line-height:1.6}
.wrt-glossary p:last-child{margin-bottom:0}
.wrt-glossary code{font-family:var(--font-mono);font-size:.95em;background:var(--bg);padding:1px 5px;border-radius:4px}

.wrt-rerun-footer{margin-top:24px;padding:20px 26px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.wrt-rerun-footer-copy{display:flex;flex-direction:column;gap:2px}
.wrt-rerun-footer-copy span{font-size:12px;color:var(--muted);line-height:1.5}

/* ==========================================================================
   Educational cards
   ========================================================================== */
.wrt-guide{padding:28px 0 44px}
.wrt-guide-head{max-width:640px;margin:0 auto 22px;text-align:center}
.wrt-guide-head h2{font-size:24px;margin:0 0 8px;color:var(--navy)}
.wrt-guide-head p{margin:0;color:var(--muted);font-size:14.5px}
.wrt-guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:900px;margin:0 auto}
.wrt-guide-card{border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;background:var(--white)}
.wrt-guide-eyebrow{display:block;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--blue);margin-bottom:5px}
.wrt-guide-card h3{font-size:15px;margin:0 0 6px;color:var(--ink)}
.wrt-guide-card p{margin:0;font-size:13.5px;line-height:1.5;color:var(--muted);max-width:56ch}
.wrt-guide-card code{font-family:var(--font-mono);font-size:.95em;background:var(--bg);padding:1px 5px;border-radius:4px}

/* ==========================================================================
   Methodology — numbered nodes on a continuous line (desktop), vertical
   line (mobile).
   ========================================================================== */
.wrt-methodology{padding:8px 0 48px;border-top:1px solid var(--border)}
.wrt-methodology-head{text-align:center;margin-bottom:22px}
.wrt-methodology-head h2{font-size:22px;margin:0;color:var(--navy)}
.wrt-pipeline-surface{max-width:1100px;margin:0 auto 16px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:26px 28px 20px}
.wrt-pipeline{position:relative;list-style:none;margin:0;padding:0;display:flex;justify-content:space-between;gap:20px}
.wrt-pipeline::before{content:'';position:absolute;top:10px;left:11px;right:11px;height:1px;background:var(--border);opacity:.7;z-index:0}
.wrt-pipeline-step{flex:1;position:relative;z-index:1;text-align:left}
.wrt-pipeline-index{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--white);border:1.5px solid var(--border);color:var(--blue);font-family:var(--font-mono);font-size:10px;font-weight:700;margin-bottom:8px}
.wrt-pipeline-title{display:block;font-size:15px;font-weight:800;color:var(--ink);margin-bottom:4px}
.wrt-pipeline-desc{display:block;font-size:12px;color:var(--muted);line-height:1.45}
.wrt-methodology-footer{text-align:center;margin:0;font-size:12.5px;color:var(--muted)}

/* ==========================================================================
   Responsive: 1024 / 768 / 480.
   ========================================================================== */
@media(max-width:1024px){
	.wrt-hero-grid{grid-template-columns:1fr}
	.wrt-hero-connection{max-width:480px}
	.wrt-metrics{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:768px){
	.wrt-hero{padding:44px 0 32px}
	.wrt-hero-connection{max-width:100%}
	.wrt-run-row{flex-direction:column;align-items:flex-start;gap:10px}
	.wrt-metrics{grid-template-columns:1fr 1fr}
	.wrt-compare-grid{grid-template-columns:1fr}
	.wrt-relation-strip{display:none}
	.wrt-guide-grid{grid-template-columns:1fr}
	.wrt-address-value{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}

	.wrt-pipeline{flex-direction:column;gap:18px}
	.wrt-pipeline::before{top:0;bottom:0;left:9px;right:auto;width:1px;height:auto}
	.wrt-pipeline-step{padding-left:30px}
	.wrt-pipeline-index{position:absolute;left:0;top:0;margin-bottom:0}

	/* Table -> stacked rows, same DOM, no data lost or duplicated markup. */
	.wrt-candidate-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
	.wrt-candidate-table,.wrt-candidate-table tbody,.wrt-candidate-table tr,.wrt-candidate-table td{display:block;width:100%}
	.wrt-candidate-table tr{border-bottom:1px solid var(--border);padding:10px 0}
	.wrt-candidate-table tr:last-child{border-bottom:0}
	.wrt-candidate-table td{border-bottom:0;padding:5px 14px;display:flex;justify-content:space-between;gap:12px;text-align:right;white-space:normal;overflow-wrap:anywhere;text-overflow:clip}
	.wrt-candidate-table td::before{content:attr(data-label);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);text-align:left;flex-shrink:0}
}

@media(max-width:480px){
	.wrt-metrics{grid-template-columns:1fr}
	.wrt-metric-value-line,
	.wrt-metric-tile:nth-child(1) .wrt-metric-value-line,
	.wrt-metric-tile:nth-child(2) .wrt-metric-value-line{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}
	.wrt-metric-tile{border-right:0!important;border-bottom:1px solid var(--border)}
	.wrt-metric-tile:last-child{border-bottom:0}
	.wrt-verdict,.wrt-console-idle,.wrt-console-progress,.wrt-console-error{padding:18px}
	.wrt-fact{flex-direction:column;align-items:flex-start;gap:3px}
	.wrt-fact-value{text-align:left}
	.wrt-run-row .wrt-btn{width:100%}
	.wrt-rerun-footer{flex-direction:column;align-items:flex-start;gap:12px}
	.wrt-rerun-footer .wrt-btn{width:100%}
}


/* ==========================================================================
   Related connection tools - Phase UX2-C shared component.
   The same markup and rules are duplicated into each Connection & Privacy
   page stylesheet on purpose; a global consolidation is deferred past V1.
   All colours come from design tokens in the frozen global style.css.
   ========================================================================== */
.rel-tools-section {
	padding: 8px 0 64px;
	background: var(--bg);
}
.rel-tools-head {
	max-width: 640px;
	margin: 0 0 20px;
}
.rel-tools-head h2 {
	font-size: clamp(20px, 2.2vw, 26px);
	color: var(--navy);
	margin: 0 0 8px;
	line-height: 1.2;
}
.rel-tools-head p {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--muted);
}
.rel-tools-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.rel-tool-card {
	display: flex;
	flex-direction: column;
	padding: 20px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: var(--shadow-sm);
}
.rel-tool-name {
	font-size: 16px;
	color: var(--navy);
	margin: 0 0 8px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}
.rel-tool-desc {
	margin: 0 0 16px;
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--ink);
}
.rel-tool-cta {
	margin-top: auto;
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13.5px;
	font-weight: 700;
	color: var(--blue);
	text-decoration: none;
	overflow-wrap: anywhere;
}
.rel-tool-card:hover {
	border-color: #C3D2E4;
	box-shadow: var(--shadow-md);
}
.rel-tool-cta:hover,
.rel-tool-cta:focus-visible {
	color: #1D4FC4;
	text-decoration: underline;
}
@media (max-width: 960px) {
	.rel-tools-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 600px) {
	.rel-tools-grid {
		grid-template-columns: 1fr;
	}
}
