/* Integration spacing for the selected production sections. */
.rv-network{width:min(1320px,calc(100% - 64px));margin:60px auto 0;scroll-margin-top:110px}
@media(max-width:640px){.rv-network{width:calc(100% - 32px);margin-top:35px}}
.back-to-top{display:inline-flex;align-items:center;gap:10px;min-height:44px}.back-to-top>span{display:grid;place-items:center;width:30px;height:30px;border:1px solid #d9e2ef;border-radius:50%;transition:transform .25s}.back-to-top:hover>span{transform:translateY(-3px)}
@media(prefers-reduced-motion:reduce){.back-to-top>span{transition:none}}

.plain-arrow{display:inline-block;width:18px;height:18px;flex:none;vertical-align:middle}

/* The desktop return action belongs to the viewport, clear of the form. */
.footer .back-to-top{color:#162849;font-size:12px;line-height:1.4;font-weight:600}
.back-to-top:focus-visible{outline:3px solid #2851ef;outline-offset:4px}
@media(min-width:1024px){
 .footer .back-to-top{position:fixed;right:28px;bottom:32px;z-index:40;gap:12px;min-height:52px;padding:10px 12px 10px 19px;border:1px solid #263d63;border-radius:999px;background:#142745;color:#fff;box-shadow:0 5px 18px #14274526;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,transform .2s,visibility .2s}
 .footer .back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
 .footer .back-to-top>span{width:30px;height:30px;color:#142745;background:#fff;border-color:#fff}
 .footer .back-to-top:hover{background:#213c64;color:#fff}
}
@media(prefers-reduced-motion:reduce){.footer .back-to-top{transition:none}}

/* Shared pieces */
.gdpr-icon{display:grid;place-items:center;flex:none;width:48px;height:48px;border-radius:12px}
.gdpr-icon svg{width:26px;height:26px}
.gdpr-action{display:inline-flex;align-items:center;gap:12px;min-height:44px;white-space:nowrap;font-size:12px;font-weight:550;border-radius:999px;padding:0 18px 0 20px;transition:transform .25s var(--ease),background .2s}
.gdpr-action svg{width:15px;height:15px;transition:transform .25s var(--ease)}
.gdpr-action:hover svg{transform:translate(2px,-2px)}

/* Approved GDPR band 20260918-polish2: Folded into the previous grey section as a white card; the empty white zone disappears. */
.gdpr-v1{grid-template-columns:auto 1fr auto;align-items:center;gap:22px;margin-top:36px;padding:24px 28px;border:1px solid #dfe6f2;border-radius:14px;background:#fff;box-shadow:0 10px 30px #17223808}
.gdpr-v1 .gdpr-icon{background:#f2f5ff;color:#2851ef}
.gdpr-v1 h3{font-size:18px;letter-spacing:-.02em}
.gdpr-v1 p{font-size:12px;color:#6d7b90;margin-top:6px;max-width:640px;line-height:1.8}
.gdpr-v1 a{display:flex;align-items:center;gap:12px;font-size:11px;min-height:44px;white-space:nowrap;color:#283d60;font-weight:550}
.gdpr-v1 a svg{width:16px;height:16px}

@media(max-width:850px){
  .gdpr-v1{grid-template-columns:auto 1fr}
  .gdpr-v1 a{grid-column:2;justify-self:start}
}
@media(max-width:680px){
  .gdpr-v1{margin-top:28px;padding:20px;gap:16px}
  .gdpr-v1 .gdpr-icon{width:44px;height:44px;align-self:start}
  .gdpr-v1 h3{font-size:19px}
  .gdpr-v1 p{font-size:12px}
}
@media(prefers-reduced-motion:reduce){.gdpr-action,.gdpr-action svg{transition:none}}

/* Approved 20260918-polish2 mobile/tablet return action: visible on the dark footer. Desktop keeps its floating pill (release.css, min-width 1024px). */
@media(max-width:1023px){
  .footer{flex-wrap:wrap;row-gap:18px}
  .footer .back-to-top{color:#fff;gap:12px;min-height:46px;padding:0 8px 0 16px;border:1px solid #ffffff2e;border-radius:999px;background:#ffffff0a;font-size:13px;font-weight:600;white-space:nowrap;margin-left:auto;order:1}
  .footer .back-to-top>span{width:30px;height:30px;color:#142745;background:#fff;border-color:#fff}
  .footer .back-to-top:hover,.footer .back-to-top:focus-visible{background:#ffffff14;color:#fff}
}
@media(max-width:680px){
  .footer .brand,.footer p{order:-2}
  .footer .back-to-top{order:-1;flex-basis:100%;justify-content:space-between;margin:0;min-height:50px}
  .footer>a:not(.brand):not(.back-to-top){margin-right:auto}
}
