:root {
    --ink: #00458c;
    --ink-dark: #00305f;
    --ink-soft: #33465c;
    --muted: #617184;
    --brand: #0084bb;
    --brand-hover: #006f9d;
    --brand-pale: #e2f2f9;
    --brand-on-dark: #0084bb;
    --lime: #b7ef53;
    --paper: #ffffff;
    --canvas: #f4f7fa;
    --line: #dce5ec;
    --shadow-sm: 0 10px 30px rgba(0, 69, 140, .1);
    --shadow-lg: 0 24px 70px rgba(0, 69, 140, .18);
    --radius-sm: 12px;
    --radius: 22px;
    --radius-lg: 34px;
    --shell: 1200px;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 118px;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink-soft);
    background: var(--paper);
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

body.nav-open {
    overflow: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--ink);
    text-underline-offset: .18em;
}

a:hover,
a:focus {
    color: var(--brand);
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 3px solid rgba(0, 132, 187, .42);
    outline-offset: 3px;
}

h1,
h2,
h3,
h4 {
    margin: 0 0 .65em;
    color: var(--ink);
    font-family: "Manrope", "DM Sans", sans-serif;
    font-weight: 700;
    letter-spacing: -.025em;
}

h1 {
    font-size: clamp(2.8rem, 5.8vw, 5.1rem);
    line-height: 1.02;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.08;
}

h3 {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    line-height: 1.3;
}

p {
    margin: 0 0 1.25em;
}

.site-shell {
    width: min(calc(100% - 40px), var(--shell));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 10000;
    top: 12px;
    left: 12px;
    padding: 12px 18px;
    border-radius: 9px;
    color: var(--paper);
    background: var(--ink);
    transform: translateY(-160%);
}

.skip-link:focus {
    color: var(--paper);
    transform: translateY(0);
}

.eyebrow {
    margin-bottom: 16px;
    color: var(--ink);
    font-size: .83rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.2;
    text-transform: uppercase;
}

.eyebrow--light {
    color: rgba(255, 255, 255, .76);
}

.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border: 1px solid var(--brand);
    border-radius: 999px;
    color: var(--paper);
    background: var(--brand);
    box-shadow: 0 8px 24px rgba(0, 132, 187, .24);
    font-size: .98rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover,
.button:focus {
    color: var(--paper);
    background: var(--brand-hover);
    box-shadow: 0 12px 30px rgba(0, 132, 187, .32);
    transform: translateY(-2px);
}

.button--small {
    min-height: 44px;
    padding: 11px 18px;
    font-size: .94rem;
}

.button--wide {
    width: 100%;
    margin-top: 7px;
}

.button--outline {
    border-color: var(--line);
    color: var(--ink);
    background: var(--paper);
    box-shadow: none;
}

.button--outline:hover,
.button--outline:focus {
    border-color: var(--brand);
    color: var(--ink);
    background: var(--brand-pale);
}

/* Header */
.site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    width: 100%;
    background: var(--paper);
    box-shadow: 0 1px 0 rgba(0, 69, 140, .09);
}

.site-utility {
    color: rgba(255, 255, 255, .8);
    background: var(--ink-dark);
    font-size: .77rem;
}

.site-utility__inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-utility p {
    margin: 0;
    font-weight: 600;
    letter-spacing: .025em;
}

.site-utility__links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-utility a {
    color: rgba(255, 255, 255, .88);
    font-weight: 600;
    text-decoration: none;
}

.site-utility a:hover,
.site-utility a:focus {
    color: var(--paper);
}

.site-utility a span {
    color: var(--paper);
}

.site-nav {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.site-logo {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 13px;
    text-decoration: none;
}

.site-logo img {
    width: 228px;
    height: auto;
}

.site-logo > span {
    padding: 5px 10px;
    border-left: 1px solid var(--line);
    color: var(--muted);
    font-family: "Manrope", sans-serif;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1;
    text-transform: uppercase;
}

.primary-nav__list {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-nav__list > li > a:not(.button) {
    display: block;
    padding: 12px 13px;
    border-radius: 9px;
    color: var(--ink-soft);
    font-size: .94rem;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease, background .2s ease;
}

.primary-nav__list > li > a:not(.button):hover,
.primary-nav__list > li > a:not(.button):focus,
.primary-nav__list > li > a[aria-current="page"] {
    color: var(--ink);
    background: var(--canvas);
}

.primary-nav__cta {
    margin-left: 6px;
}

.nav-toggle {
    display: none;
    align-items: center;
    gap: 10px;
    padding: 10px 0 10px 14px;
    border: 0;
    color: var(--ink);
    background: transparent;
    font-weight: 700;
}

.nav-toggle__icon {
    width: 28px;
    display: grid;
    gap: 6px;
}

.nav-toggle__icon span {
    width: 100%;
    height: 2px;
    display: block;
    background: currentColor;
    transition: transform .2s ease;
}

/* Remote support hero */
.support-hero {
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, .84);
    background:
        radial-gradient(circle at 14% 8%, rgba(0, 132, 187, .45), transparent 33%),
        radial-gradient(circle at 78% 75%, rgba(0, 132, 187, .18), transparent 26%),
        linear-gradient(122deg, #00305f 0%, #00458c 54%, #003b77 100%);
}

.support-hero::before {
    position: absolute;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: "";
    top: -260px;
    right: -80px;
    box-shadow: 0 0 0 90px rgba(255, 255, 255, .025), 0 0 0 180px rgba(255, 255, 255, .018);
}

.support-hero__grid {
    position: relative;
    z-index: 1;
    min-height: 680px;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(390px, .78fr);
    align-items: center;
    gap: clamp(45px, 8vw, 110px);
    padding-block: 76px 84px;
}

.support-hero__copy {
    max-width: 660px;
}

.support-hero h1 {
    max-width: 650px;
    margin-bottom: 25px;
    color: var(--paper);
}

.support-hero h1 span {
    color: var(--brand-on-dark);
}

.support-hero__lead {
    max-width: 610px;
    margin-bottom: 31px;
    color: rgba(255, 255, 255, .78);
    font-size: clamp(1.08rem, 2vw, 1.32rem);
    line-height: 1.6;
}

.support-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    color: rgba(255, 255, 255, .92);
    font-size: .92rem;
    font-weight: 600;
}

.support-hero__trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.support-hero__trust i {
    width: 19px;
    height: 19px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: var(--ink-dark);
    background: var(--lime);
    font-size: .72rem;
    font-style: normal;
    font-weight: 800;
}

.connection-card {
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: var(--radius-lg);
    color: var(--ink-soft);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 30px 80px rgba(0, 20, 55, .32);
}

.connection-card__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.connection-card__icon,
.step-card__icon,
.contact-detail__icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--ink);
    background: var(--brand-pale);
}

.connection-card__icon {
    width: 56px;
    height: 56px;
}

.connection-card svg,
.step-card svg,
.safety-panel svg,
.contact-detail svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.connection-card__kicker {
    margin: 0 0 2px;
    color: var(--brand);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.connection-card h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.connection-card > p {
    margin-bottom: 22px;
    color: var(--muted);
    font-size: .95rem;
    line-height: 1.55;
}

.support-form label,
.contact-form label {
    display: block;
    margin-bottom: 7px;
    color: var(--ink);
    font-size: .87rem;
    font-weight: 700;
}

.support-form input,
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid #cfdce6;
    border-radius: var(--radius-sm);
    color: var(--ink-soft);
    background: var(--paper);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.support-form input {
    height: 54px;
    padding: 0 16px;
    margin-bottom: 17px;
}

.support-form input[name="supportSessionId"] {
    margin-bottom: 4px;
    color: var(--ink);
    font-size: 1.24rem;
    font-weight: 700;
    letter-spacing: .08em;
}

.support-form input:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--brand);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(0, 132, 187, .12);
}

.field-help {
    display: block;
    margin-bottom: 20px;
    color: var(--muted);
    font-size: .78rem;
    line-height: 1.45;
}

.connection-card__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: .78rem;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #55b970;
    box-shadow: 0 0 0 4px rgba(85, 185, 112, .13);
}

/* Content sections */
.section {
    padding-block: clamp(78px, 9vw, 118px);
}

.section--soft {
    background: var(--canvas);
}

.section-heading {
    max-width: 740px;
    margin-bottom: 48px;
}

.section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.section-heading > p:last-child {
    max-width: 620px;
    margin: -4px auto 0;
    color: var(--muted);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.step-card {
    position: relative;
    min-height: 322px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: 0 8px 26px rgba(0, 69, 140, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.step-card:hover {
    border-color: rgba(0, 132, 187, .38);
    box-shadow: var(--shadow-sm);
    transform: translateY(-5px);
}

.step-card__number {
    position: absolute;
    top: 17px;
    right: 24px;
    color: rgba(0, 69, 140, .08);
    font-family: "Manrope", sans-serif;
    font-size: 3.9rem;
    font-weight: 800;
    line-height: 1;
}

.step-card__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 27px;
}

.step-card h3 {
    margin-bottom: 12px;
}

.step-card p {
    margin: 0;
    color: var(--muted);
    font-size: .96rem;
    line-height: 1.7;
}

.safety-panel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(270px, .55fr);
    align-items: center;
    gap: clamp(26px, 4vw, 54px);
    padding: clamp(34px, 5vw, 58px);
    border: 1px solid rgba(0, 132, 187, .18);
    border-radius: var(--radius-lg);
    background: var(--paper);
    box-shadow: var(--shadow-sm);
}

.safety-panel__icon {
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    border-radius: 28px;
    color: var(--ink);
    background: var(--brand-pale);
}

.safety-panel__icon svg {
    width: 45px;
    height: 45px;
}

.safety-panel__copy .eyebrow {
    margin-bottom: 12px;
}

.safety-panel__copy h2 {
    margin-bottom: 15px;
    font-size: clamp(1.8rem, 3.2vw, 2.75rem);
}

.safety-panel__copy p:last-child {
    margin: 0;
    color: var(--muted);
}

.safety-panel__list {
    display: grid;
    gap: 13px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.safety-panel__list li {
    position: relative;
    padding-left: 25px;
    color: var(--ink-soft);
    font-size: .92rem;
    font-weight: 700;
}

.safety-panel__list li::before {
    position: absolute;
    top: .56em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 0 5px rgba(0, 132, 187, .1);
    content: "";
}

.help-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
    align-items: center;
    gap: clamp(50px, 9vw, 120px);
}

.help-grid__copy {
    max-width: 650px;
}

.help-grid__copy > p:not(.eyebrow) {
    max-width: 600px;
    color: var(--muted);
    font-size: 1.06rem;
}

.help-grid__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 29px;
}

.quick-checks {
    padding: 35px;
    border-radius: var(--radius);
    color: rgba(255, 255, 255, .82);
    background: linear-gradient(145deg, var(--ink-dark), var(--ink));
    box-shadow: var(--shadow-lg);
}

.quick-checks h3 {
    margin-bottom: 22px;
    color: var(--paper);
}

.quick-checks ul {
    display: grid;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.quick-checks li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .13);
    font-size: .92rem;
}

.quick-checks li span {
    color: rgba(255, 255, 255, .76);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
}

/* Contact page */
.page-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 12%, rgba(0, 132, 187, .2), transparent 28%),
        linear-gradient(135deg, #eef8fb, #f7f9fb 60%);
}

.page-hero::after {
    position: absolute;
    width: 350px;
    height: 350px;
    border: 1px solid rgba(0, 69, 140, .09);
    border-radius: 50%;
    content: "";
    top: -210px;
    right: 7%;
    box-shadow: 0 0 0 65px rgba(0, 69, 140, .025), 0 0 0 130px rgba(0, 69, 140, .018);
}

.page-hero__inner {
    position: relative;
    z-index: 1;
    padding-block: clamp(78px, 9vw, 116px);
    text-align: center;
}

.page-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(2.7rem, 5.5vw, 4.7rem);
}

.page-hero__inner > p:last-child {
    max-width: 650px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 1.15rem;
}

.section--contact {
    padding-top: clamp(65px, 8vw, 100px);
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .62fr);
    align-items: start;
    gap: 30px;
}

.contact-form-card {
    padding: clamp(30px, 5vw, 54px);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--paper);
    box-shadow: var(--shadow-sm);
}

.contact-form-card > h2 {
    margin-bottom: 13px;
    font-size: clamp(1.9rem, 3vw, 2.75rem);
}

.contact-form-card > p:not(.eyebrow) {
    color: var(--muted);
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.form-row--full {
    grid-column: 1 / -1;
}

.contact-form input,
.contact-form select {
    height: 54px;
    padding: 0 15px;
}

.contact-form textarea {
    min-height: 150px;
    padding: 14px 15px;
    resize: vertical;
}

.contact-form select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%);
    background-position: calc(100% - 19px) 23px, calc(100% - 14px) 23px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
}

.form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.form-privacy {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: .78rem;
}

.form-notice {
    padding: 14px 16px;
    border-radius: var(--radius-sm);
    margin-top: 22px;
    font-size: .92rem;
    font-weight: 600;
}

.form-notice--success {
    border: 1px solid #b9e2c3;
    color: #1c6230;
    background: #edf9f0;
}

.form-notice--error {
    border: 1px solid #f0c8c8;
    color: #8a2b2b;
    background: #fff2f2;
}

.contact-sidebar {
    display: grid;
    gap: 16px;
}

.contact-detail {
    padding: 27px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
}

.contact-detail--primary {
    border-color: transparent;
    color: rgba(255, 255, 255, .78);
    background: linear-gradient(145deg, var(--ink-dark), var(--ink));
    box-shadow: var(--shadow-lg);
}

.contact-detail__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
}

.contact-detail__icon svg {
    width: 23px;
    height: 23px;
}

.contact-detail p {
    margin-bottom: 4px;
    color: var(--muted);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.contact-detail a {
    display: block;
    overflow-wrap: anywhere;
    color: var(--ink);
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 700;
    text-decoration: none;
}

.contact-detail > span:last-child,
.contact-detail address {
    display: block;
    margin-top: 7px;
    color: var(--muted);
    font-size: .88rem;
    font-style: normal;
    line-height: 1.65;
}

.contact-detail--primary .contact-detail__icon {
    color: var(--paper);
    background: rgba(255, 255, 255, .12);
}

.contact-detail--primary p,
.contact-detail--primary > span:last-child {
    color: rgba(255, 255, 255, .7);
}

.contact-detail--primary a {
    color: var(--paper);
    font-size: clamp(1.35rem, 2.5vw, 1.8rem);
}

.sidebar-session {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 23px 26px;
    border-radius: var(--radius);
    color: var(--ink);
    background: var(--brand-pale);
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.sidebar-session:hover,
.sidebar-session:focus {
    color: var(--ink);
    background: #c9eaf7;
    transform: translateY(-2px);
}

.sidebar-session small,
.sidebar-session strong {
    display: block;
}

.sidebar-session small {
    color: var(--muted);
    font-size: .76rem;
}

.sidebar-session strong {
    font-size: .94rem;
}

/* HAD-GROUP division links */
.group-family {
    padding-block: clamp(84px, 9vw, 124px);
    overflow: hidden;
    border-top: 1px solid var(--line);
    background:
        radial-gradient(circle at 92% 10%, rgba(0, 132, 187, .09), transparent 25%),
        #eef6f7;
}

.group-family__head {
    max-width: 880px;
    margin: 0 auto 50px;
    text-align: center;
}

.group-family__head .eyebrow {
    margin-bottom: 20px;
    color: #608a2f;
}

.group-family__head h2 {
    margin-bottom: 22px;
    color: var(--ink);
    font-size: clamp(2.35rem, 5vw, 4.75rem);
    text-wrap: balance;
}

.group-family__head h2 span {
    display: block;
    color: var(--brand);
}

.group-family__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.division-card {
    --division-colour: var(--brand);
    position: relative;
    min-height: 230px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 42px 24px 34px;
    overflow: hidden;
    border: 1px solid #d9e5e8;
    border-top: 4px solid var(--division-colour);
    border-radius: 17px;
    color: var(--ink-soft);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 35px rgba(50, 72, 82, .06);
    text-align: center;
    text-decoration: none;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.division-card:hover,
.division-card:focus {
    border-color: color-mix(in srgb, var(--division-colour) 36%, #d9e5e8);
    color: var(--ink-soft);
    box-shadow: 0 20px 44px rgba(50, 72, 82, .13);
    transform: translateY(-5px);
}

.division-card:focus-visible {
    outline: 3px solid rgba(0, 132, 187, .35);
    outline-offset: 5px;
}

.division-card--copy { --division-colour: #04a4c5; }
.division-card--it { --division-colour: #0086c0; }
.division-card--print { --division-colour: #81298f; }
.division-card--tech { --division-colour: #74ad35; }

.division-card__mark {
    width: min(100%, 190px);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.division-card__mark img {
    width: 100%;
    max-height: 37px;
    display: block;
    object-fit: contain;
}

.division-card--it .division-card__mark {
    width: min(100%, 124px);
}

.division-card__service {
    max-width: 220px;
    min-height: 2.7em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 20px;
    color: #526174;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.35;
}

.division-card__action {
    position: absolute;
    right: 17px;
    bottom: 13px;
    color: var(--division-colour);
    font-size: .72rem;
    font-weight: 800;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .2s ease, transform .2s ease;
}

.division-card:hover .division-card__action,
.division-card:focus .division-card__action {
    opacity: 1;
    transform: translateY(0);
}

.division-card__action b {
    font-size: 1rem;
}

.site-footer {
    color: rgba(255, 255, 255, .68);
    background: #002a54;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr .8fr .75fr .95fr;
    gap: clamp(34px, 6vw, 75px);
    padding-block: 69px 58px;
}

.site-footer__brand img {
    width: 235px;
    height: auto;
    margin-bottom: 21px;
}

.site-footer__brand p {
    max-width: 340px;
    margin-bottom: 18px;
    font-size: .92rem;
    line-height: 1.65;
}

.site-footer__phone {
    color: var(--paper);
    font-family: "Manrope", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    text-decoration: none;
}

.site-footer__phone:hover,
.site-footer__phone:focus {
    color: var(--brand-on-dark);
}

.site-footer__heading {
    margin-bottom: 20px;
    color: var(--paper);
    font-size: .85rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.site-footer__links {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer a {
    color: rgba(255, 255, 255, .7);
    font-size: .88rem;
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--paper);
}

.site-footer address {
    margin: 0;
    font-size: .88rem;
    font-style: normal;
    line-height: 1.7;
}

.site-footer__locations {
    margin: 13px 0 0;
    color: rgba(255, 255, 255, .5);
    font-size: .8rem;
}

.site-footer__bottom {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-top: 1px solid rgba(255, 255, 255, .11);
    font-size: .78rem;
}

.site-footer__bottom p {
    margin: 0;
}

.site-footer__bottom > div {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.site-footer__bottom a {
    font-size: inherit;
}

.back-to-top {
    position: fixed;
    z-index: 900;
    right: 20px;
    bottom: 20px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: var(--paper);
    background: var(--ink);
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus {
    background: var(--brand);
}

@media (max-width: 1080px) {
    .site-logo img {
        width: 205px;
    }

    .primary-nav__list > li > a:not(.button) {
        padding-inline: 9px;
        font-size: .88rem;
    }

    .support-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(370px, .8fr);
        gap: 48px;
    }

    .safety-panel {
        grid-template-columns: auto 1fr;
    }

    .safety-panel__list {
        grid-column: 2;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 920px) {
    .site-utility {
        display: none;
    }

    .site-nav {
        min-height: 74px;
    }

    .nav-toggle {
        display: flex;
    }

    .primary-nav {
        position: fixed;
        z-index: 999;
        top: 74px;
        right: 0;
        bottom: 0;
        width: min(390px, 92vw);
        padding: 25px 22px;
        overflow-y: auto;
        background: var(--paper);
        box-shadow: -20px 30px 50px rgba(0, 35, 77, .16);
        opacity: 0;
        pointer-events: none;
        transform: translateX(100%);
        transition: opacity .2s ease, transform .25s ease;
    }

    .primary-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }

    .primary-nav__list {
        display: grid;
        align-items: stretch;
        gap: 4px;
    }

    .primary-nav__list > li > a:not(.button) {
        padding: 14px 13px;
        font-size: 1rem;
    }

    .primary-nav__cta {
        margin: 14px 0 0;
    }

    .primary-nav__cta .button {
        width: 100%;
    }

    .nav-toggle[aria-expanded="true"] .nav-toggle__icon span:first-child {
        transform: translateY(4px) rotate(45deg);
    }

    .nav-toggle[aria-expanded="true"] .nav-toggle__icon span:last-child {
        transform: translateY(-4px) rotate(-45deg);
    }

    .support-hero__grid {
        grid-template-columns: 1fr;
        gap: 50px;
        padding-block: 70px;
    }

    .support-hero__copy {
        max-width: 720px;
    }

    .connection-card {
        width: min(100%, 600px);
    }

    .steps-grid {
        grid-template-columns: 1fr 1fr;
    }

    .step-card:last-child {
        grid-column: 1 / -1;
        min-height: auto;
    }

    .help-grid,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .quick-checks,
    .contact-sidebar {
        width: min(100%, 620px);
    }

    .group-family__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__grid {
        grid-template-columns: 1.4fr 1fr 1fr;
    }

    .site-footer__grid > div:last-child {
        grid-column: 2 / -1;
    }
}

@media (max-width: 680px) {
    body {
        font-size: 16px;
    }

    .site-shell {
        width: min(calc(100% - 28px), var(--shell));
    }

    .site-logo img {
        width: 176px;
    }

    .site-logo > span {
        display: none;
    }

    .support-hero__grid {
        min-height: auto;
        padding-block: 55px 60px;
    }

    .support-hero h1 {
        font-size: clamp(2.65rem, 13vw, 4rem);
    }

    .support-hero__trust {
        display: grid;
        gap: 10px;
    }

    .connection-card {
        padding: 26px 21px;
        border-radius: 25px;
    }

    .connection-card__head {
        align-items: flex-start;
    }

    .connection-card__icon {
        width: 48px;
        height: 48px;
    }

    .section {
        padding-block: 72px;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .step-card,
    .step-card:last-child {
        grid-column: auto;
        min-height: auto;
        padding: 29px;
    }

    .safety-panel {
        grid-template-columns: 1fr;
        padding: 29px 24px;
    }

    .safety-panel__icon {
        width: 72px;
        height: 72px;
        border-radius: 22px;
    }

    .safety-panel__icon svg {
        width: 35px;
        height: 35px;
    }

    .safety-panel__list {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .help-grid {
        gap: 42px;
    }

    .help-grid__actions {
        display: grid;
    }

    .quick-checks {
        padding: 28px 23px;
    }

    .page-hero__inner {
        padding-block: 62px 70px;
    }

    .contact-form-card {
        padding: 29px 21px;
        border-radius: 24px;
    }

    .contact-form {
        grid-template-columns: 1fr;
    }

    .form-row--full {
        grid-column: auto;
    }

    .contact-detail {
        padding: 24px;
    }

    .group-family {
        padding-block: 72px;
    }

    .group-family__head {
        margin-bottom: 36px;
        text-align: left;
    }

    .group-family__head h2 span {
        display: inline;
    }

    .group-family__grid {
        grid-template-columns: 1fr;
    }

    .division-card {
        min-height: 178px;
        padding: 32px 24px 28px;
    }

    .division-card__action {
        opacity: 1;
        transform: none;
    }

    .site-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 38px 25px;
        padding-block: 55px 45px;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
    }

    .site-footer__grid > div:last-child {
        grid-column: 1 / -1;
    }

    .site-footer__bottom {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        padding-block: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
