/* Routing illustration after subscription terms. No recurring animation or filtered layers. */
.routing-section { border-top: 1px solid var(--line); padding-block: 80px; }
.routing-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.routing-heading h2 { margin: 0; font-size: clamp(2rem, 5.3vw, 4.7rem); font-weight: 950; line-height: .96; letter-spacing: -.045em; }
.routing-heading > p { margin: 0 0 3px; color: #71624e; font-size: 16px; line-height: 1.65; }
.routing-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.routing-graph { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(130px, .8fr) minmax(180px, 1fr) minmax(330px, 2.1fr); gap: clamp(32px, 5vw, 80px); align-items: center; margin-top: 48px; }
.routing-wires { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; overflow: visible; }
.routing-wire { fill: none; stroke: #af9876; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.routing-junction { fill: #af9876; }
.routing-card, .routing-protocol, .routing-servers li { position: relative; z-index: 1; }
.routing-card { border: 1px solid #cdbc9f; border-radius: 18px; padding: 22px 16px; text-align: center; background: #f8f2e8; }
.routing-step { display: block; font-size: 10px; line-height: 1.5; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; color: #7b6b54; }
.routing-client-art { display: block; width: min(140px, 100%); height: 126px; margin: 17px auto 14px; stroke: #645644; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.routing-card h3 { margin: 0; font-size: 17px; font-weight: 850; letter-spacing: -.02em; }
.routing-client p { margin: 8px 0 0; font-size: 12px; color: #71624e; line-height: 1.5; }
.routing-location { border-color: #a88b5f; background: #eee0ca; }
.routing-globe { display: block; width: 48px; height: 48px; margin: 22px auto 16px; fill: none; stroke: #927044; stroke-width: 1.3; }
.routing-countries { display: grid; gap: 8px; margin-top: 22px; }
.routing-countries button { display: flex; align-items: center; gap: 8px; width: 100%; min-height: 44px; padding: 10px; border: 1px solid transparent; border-radius: 8px; color: #66563f; background: transparent; font-family: inherit; font-size: 12px; font-weight: 700; text-align: left; cursor: pointer; }
.routing-countries button[aria-pressed="true"] { background: #f9f4eb; border-color: #c1a77f; color: #29231c; }
.routing-countries button:hover { border-color: #927044; }
.routing-countries button:focus-visible { outline: 2px solid #213854; outline-offset: 3px; }
.routing-flag { width: 21px; height: 15px; border-radius: 2px; flex: none; box-shadow: 0 0 0 1px #0000000d; }
.flag-nl { background: linear-gradient(#ae2735 0 33.33%, #fff 33.33% 66.66%, #244b81 66.66%); }
.flag-fr { background: linear-gradient(90deg, #244b81 0 33.33%, #fff 33.33% 66.66%, #ae2735 66.66%); }
.routing-selected { margin-left: auto; visibility: hidden; }
[aria-pressed="true"] > .routing-selected { visibility: visible; }
.routing-branches { display: grid; gap: 28px; min-width: 0; }
.routing-branch { display: grid; grid-template-columns: minmax(112px, .9fr) minmax(136px, 1fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.routing-protocol { padding: 17px 14px; border: 1px solid #384c61; border-radius: 12px; background: #213854; color: #f5efe6; }
.routing-protocol .routing-step { color: #bbc7d0; font-size: 9px; }
.routing-icon { width: 23px; height: 23px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.routing-protocol .routing-icon { display: block; margin: 14px 0 11px; color: #d8c09a; }
.routing-protocol h3 { margin: 0; font-size: clamp(16px, 1.6vw, 22px); font-weight: 800; letter-spacing: -.025em; }
.routing-servers { display: grid; gap: 8px; list-style: none; margin: 0; padding: 0; }
.routing-servers li { display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 9px 14px; border: 1px solid #d2c3ad; border-radius: 8px; background: #f8f2e8; }
.routing-servers .routing-icon { color: #927044; width: 21px; height: 21px; }
.routing-servers li > span { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 8px; color: #796953; font-size: 10px; }
.routing-servers strong { color: #312a21; font-size: 12px; font-weight: 750; font-variant-numeric: tabular-nums; white-space: nowrap; }
.routing-caption { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 36px; padding-top: 20px; border-top: 1px solid #d2c3ad; }
.routing-caption p { margin: 0; font-size: 12px; line-height: 1.5; color: #796953; }
.routing-caption .routing-summary { color: #514331; font-weight: 700; }

@media (max-width: 1100px) and (min-width: 821px) {
  .routing-graph { gap: 32px; }
  .routing-branch { gap: 32px; }
  .routing-card { padding-inline: 12px; }
  .routing-servers li { padding-inline: 10px; gap: 8px; }
}
@media (max-width: 820px) {
  .routing-heading { display: block; }
  .routing-heading > p { margin-top: 22px; }
  .routing-heading > p br { display: none; }
  .routing-graph { grid-template-columns: minmax(0, 1fr); gap: 52px; margin-top: 40px; }
  .routing-client, .routing-location { width: min(100%, 280px); justify-self: center; }
  .routing-client { display: grid; grid-template-columns: 70px 1fr; text-align: left; align-items: center; column-gap: 18px; padding: 20px; }
  .routing-client .routing-step { grid-column: 2; }
  .routing-client-art { grid-column: 1; grid-row: 1 / 4; width: 70px; height: auto; margin: 0; }
  .routing-client h3 { font-size: 16px; margin-top: 4px; }
  .routing-client p { margin-top: 4px; }
  .routing-location { padding: 20px; }
  .routing-globe { width: 40px; height: 40px; margin: 14px auto; }
  .routing-countries { margin-top: 16px; }
  .routing-branches { padding-left: 24px; gap: 28px; }
  .routing-branch { grid-template-columns: minmax(96px, .85fr) minmax(126px, 1fr); gap: 36px; }
  .routing-protocol { padding: 16px 10px; }
  .routing-protocol h3 { font-size: 16px; }
  .routing-servers li { padding: 9px; gap: 8px; }
  .routing-servers li > span { display: block; }
  .routing-servers strong { display: block; margin-top: 2px; }
  .routing-caption { align-items: flex-start; flex-direction: column; gap: 6px; }
}
@media (max-width: 360px) {
  .routing-branches { padding-left: 16px; }
  .routing-branch { grid-template-columns: minmax(86px, .8fr) minmax(116px, 1fr); gap: 24px; }
}
