@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt-sans-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-400-500.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-400-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto-condensed-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --blue: #00008b;
    --blue-dark: #00005f;
    --blue-deep: #050545;
    --ice: #dcefff;
    --text: #757575;
    --muted: #808080;
    --body-bg: #efefe9;
    --white: #ffffff;
    --line: #e5e5e5;
    --focus: #0063a8;
    --font-body: 'PT Sans', Arial, Helvetica, sans-serif;
    --font-ui: 'Roboto', Arial, Helvetica, sans-serif;
    --font-heading: 'Roboto Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--sticky-header-height, 0px) + 18px);
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--body-bg);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-heading);
    font-weight: 400;
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--focus);
    text-decoration: none;
}

.skip-link {
    position: absolute;
    left: 8px;
    top: -48px;
    z-index: 30;
    background: var(--white);
    color: var(--blue);
    padding: 10px 14px;
}

.skip-link:focus {
    top: 8px;
}

.site {
    min-height: 100vh;
    background: var(--white);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: var(--white);
    box-shadow: 0 0 0 rgba(0,20,58,0);
    transition: box-shadow .24s ease;
}

.site-header.is-scrolled {
    box-shadow: 0 10px 26px rgba(0,20,58,.18);
}

.logo-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 34px 20px 28px;
    text-align: center;
    transition: padding .24s ease;
}

.brand-wordmark {
    display: inline-flex;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    color: var(--blue);
    text-align: center;
    text-decoration: none;
}

.brand-wordmark:hover,
.brand-wordmark:focus {
    color: var(--focus);
    text-decoration: none;
}

.brand-name {
    font: 700 clamp(34px, 4.2vw, 54px)/1.05 var(--font-heading);
    letter-spacing: -.025em;
    white-space: nowrap;
}

.brand-services {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(5px, 1vw, 12px);
    color: #555b64;
    font: 500 clamp(9px, 1.15vw, 15px)/1.2 var(--font-ui);
    letter-spacing: .02em;
    white-space: nowrap;
}

.brand-separator {
    color: #77c8ff;
    font-size: .82em;
}

.main-nav {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 12%, rgba(98,175,236,.22), transparent 24%),
        linear-gradient(128deg, #002a58 0%, #003f78 20%, var(--blue) 45%, #000b53 78%, #000534 100%);
    text-align: center;
    box-shadow: 0 14px 26px rgba(0,20,58,.16);
}

.main-nav::before {
    content: "";
    position: absolute;
    right: -14%;
    top: -54px;
    width: 56%;
    height: 170%;
    border-left: 1px solid rgba(151,212,255,.2);
    background:
        linear-gradient(135deg, rgba(126,194,250,.1), rgba(126,194,250,.02) 44%, transparent 45%),
        linear-gradient(135deg, transparent 16%, rgba(126,194,250,.08) 17%, rgba(126,194,250,.025) 48%, transparent 49%);
    pointer-events: none;
    transform: skewX(-24deg);
}

.main-nav::after {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 1px solid rgba(255,255,255,.16);
    border-bottom: 1px solid rgba(0,0,0,.24);
    pointer-events: none;
}

.main-nav ul {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 20px;
    list-style: none;
}

.main-nav a {
    display: block;
    min-width: 116px;
    padding: 11px 22px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 6px;
    background: rgba(255,255,255,.06);
    color: #d8eaff;
    font-family: var(--font-ui);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.main-nav a:hover,
.main-nav a:focus,
.main-nav a.is-active {
    border-color: rgba(185,227,255,.38);
    background: rgba(255,255,255,.17);
    color: var(--white);
    text-decoration: none;
}

.main-nav a:focus,
.menu-toggle:focus {
    outline: 2px solid #77c8ff;
    outline-offset: 3px;
}

.menu-toggle {
    display: none;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 166px;
    min-height: 48px;
    margin: 0 auto;
    border: 1px solid rgba(185,227,255,.42);
    border-radius: 6px;
    background: rgba(255,255,255,.12);
    color: var(--white);
    padding: 12px 18px;
    font: 500 16px/1.2 var(--font-ui);
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

.menu-toggle:hover,
.menu-toggle:focus {
    background: rgba(255,255,255,.18);
}

.menu-toggle svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.menu-toggle .icon-close {
    display: none;
}

.menu-toggle[aria-expanded="true"] .icon-menu {
    display: none;
}

.menu-toggle[aria-expanded="true"] .icon-close {
    display: block;
}

@media (min-width: 769px) {
    .site-header.is-compact .logo-wrap {
        padding-top: 16px;
        padding-bottom: 14px;
    }

    .site-header.is-compact .brand-wordmark {
        gap: 5px;
    }

    .site-header.is-compact .brand-name {
        font-size: 38px;
    }

    .site-header.is-compact .brand-services {
        font-size: 11px;
    }
}

.hero-image {
    position: relative;
    min-height: 430px;
    height: clamp(460px, 48vw, 660px);
    overflow: hidden;
    background: url('../images/hero-cooling.webp') center top / cover no-repeat;
}

.section {
    padding: 42px 20px;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

.intro {
    position: relative;
    overflow: hidden;
    margin-top: clamp(-70px, -5.4vw, -44px);
    padding-top: clamp(96px, 8vw, 128px);
    padding-bottom: clamp(112px, 10vw, 142px);
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
    background:
        radial-gradient(circle at 76% 12%, rgba(98,175,236,.24), transparent 24%),
        linear-gradient(128deg, #002a58 0%, #003f78 20%, var(--blue) 45%, #000b53 78%, #000534 100%);
    color: var(--white);
}

.intro::before,
.intro::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.intro::before {
    right: -12%;
    top: -54px;
    width: 58%;
    height: 150%;
    border-left: 1px solid rgba(151,212,255,.22);
    background:
        linear-gradient(135deg, rgba(126,194,250,.12), rgba(126,194,250,.02) 44%, transparent 45%),
        linear-gradient(135deg, transparent 16%, rgba(126,194,250,.09) 17%, rgba(126,194,250,.03) 48%, transparent 49%);
    transform: skewX(-24deg);
}

.intro::after {
    right: 14%;
    bottom: -95px;
    width: 38%;
    height: 135%;
    border-left: 1px solid rgba(151,212,255,.18);
    background: linear-gradient(135deg, transparent 20%, rgba(126,194,250,.08) 21%, rgba(126,194,250,.02) 72%, transparent 73%);
    transform: skewX(-26deg);
}

.intro .container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.intro h1 {
    margin: 0 0 10px;
    color: var(--white);
    max-width: 100%;
    overflow-wrap: anywhere;
    hyphens: auto;
    font-size: clamp(29px, 4.2vw, 46px);
    line-height: 1.08;
}

.intro h2 {
    margin: 0 0 24px;
    color: #77c8ff;
    font-family: var(--font-body);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.intro-text {
    max-width: 820px;
    margin: 0 0 44px;
    color: var(--white);
    font-size: 20px;
    line-height: 1.55;
}

.services {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--white);
    font: 700 19px/1.2 var(--font-ui);
    letter-spacing: 0;
}

.services li {
    min-width: 0;
    margin: 0;
    min-height: 102px;
}

.service-link {
    min-height: 102px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 22px 22px;
    border: 1px solid rgba(151,212,255,.5);
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(55,128,188,.22), rgba(1,33,84,.12));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    backdrop-filter: blur(2px);
    color: var(--white);
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease;
}

.service-link:hover,
.service-link:focus {
    border-color: rgba(185,227,255,.7);
    background: linear-gradient(180deg, rgba(76,153,216,.32), rgba(1,33,84,.2));
    color: var(--white);
    text-decoration: none;
}

.service-link:focus {
    outline: 2px solid #77c8ff;
    outline-offset: 3px;
}

.service-icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    color: #a9dcff;
}

.service-icon svg {
    display: block;
    width: 54px;
    height: 54px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-label {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    color: var(--white);
}

.service-label::after {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 99px;
    background: #67c7ff;
}

.seo-section {
    background: var(--white);
    padding-top: 84px;
    padding-bottom: 108px;
}

.seo-section .container {
    width: min(1440px, calc(100vw - 200px));
    max-width: none;
}

.seo-section h2 {
    margin: 0 0 14px;
    color: var(--blue);
    font-size: 32px;
    text-align: center;
}

.section-divider {
    width: 30%;
    min-width: 180px;
    max-width: 340px;
    margin: 40px auto;
    border: 0;
    border-top: 3px solid var(--blue);
}

.seo-section p {
    margin: 0 0 16px;
}

.seo-section > .container > p {
    max-width: 820px;
    margin: 0 auto 16px;
    text-align: center;
}

.seo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 16px;
    align-items: stretch;
    margin-top: 70px;
}

.seo-grid article {
    min-width: 0;
    height: 100%;
    scroll-margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(151,212,255,.5);
    border-radius: 6px;
    padding: 30px 26px 32px;
    background: linear-gradient(180deg, rgba(55,128,188,.95), rgba(1,33,84,.94));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    color: var(--white);
    text-align: center;
}

.seo-icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin: 0 auto 20px;
    border-radius: 50%;
    color: #a9dcff;
}

.seo-icon svg {
    display: block;
    width: 58px;
    height: 58px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.seo-grid h3 {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin: 0 0 18px;
    color: var(--white);
    font: 700 22px/1.2 var(--font-ui);
    letter-spacing: 0;
}

.seo-grid h3::after {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 99px;
    background: #67c7ff;
}

.seo-grid p {
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: 17px;
    line-height: 1.55;
}

@media (max-width: 1540px) {
    .seo-section .container {
        width: auto;
        max-width: 1100px;
    }

    .seo-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .seo-grid article {
        grid-column: span 2;
    }

    .seo-grid article:nth-child(4) {
        grid-column: 2 / span 2;
    }

    .seo-grid article:nth-child(5) {
        grid-column: 4 / span 2;
    }
}

.contact-page {
    padding-bottom: 46px;
}

.contact-lead {
    max-width: 900px;
    color: #555;
    font-size: 21px;
    line-height: 1.55;
}

.contact-hub {
    padding: 0 20px 76px;
    background:
        linear-gradient(180deg, var(--white) 0%, #f6f8fb 100%);
    border-bottom: 1px solid var(--line);
}

.contact-hub-grid {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.25fr);
    gap: 28px;
    align-items: start;
}

.contact-panel,
.form-panel {
    min-width: 0;
    border: 1px solid #d9e5f3;
    border-radius: 6px;
    background: var(--white);
    box-shadow: 0 22px 44px rgba(0, 20, 58, .08);
}

.contact-panel {
    padding: 34px 30px 30px;
}

.form-panel {
    padding: 44px 46px 42px;
}

.section-kicker {
    margin: 0 0 8px;
    color: var(--blue);
    font: 700 14px/1.2 var(--font-ui);
    letter-spacing: 0;
    text-transform: uppercase;
}

.contact-panel h2,
.form-panel h2 {
    margin: 0 0 22px;
    color: var(--blue);
    font-size: 32px;
    line-height: 1.18;
}

.contact-list {
    display: grid;
    gap: 14px;
}

.contact-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 18px;
    border: 1px solid #e5edf7;
    border-radius: 6px;
    background: #fbfdff;
}

.contact-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: #eef7ff;
    color: var(--blue);
}

.contact-icon svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-card h3 {
    margin: 0 0 5px;
    color: var(--blue);
    font: 700 18px/1.25 var(--font-ui);
}

.contact-card p {
    margin: 0;
    color: #666;
    font-size: 17px;
    line-height: 1.5;
}

.contact-card a {
    font-family: var(--font-ui);
    font-weight: 500;
}

.form-intro {
    max-width: 620px;
    margin: -8px 0 32px;
    color: #666;
    font-size: 17px;
}

.contact-form {
    max-width: 100%;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
}

.field {
    margin: 0 0 28px;
}

.field label {
    display: block;
    margin: 0 0 5px;
    color: var(--blue);
    font: 700 14px/1.25 var(--font-ui);
    letter-spacing: .04em;
    text-transform: uppercase;
}

.field label span {
    color: var(--blue);
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #9cc8ef;
    border-radius: 0;
    background: transparent;
    color: #3f3f3f;
    font: 400 18px/1.45 var(--font-ui);
    padding: 8px 0 10px;
    transition: border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #6b6b6b;
    opacity: 1;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 5px 0 -3px rgba(0, 0, 139, .2);
    outline: 0;
}

.contact-form input.is-invalid,
.contact-form textarea.is-invalid {
    border-color: #c83a3a;
    box-shadow: 0 5px 0 -3px rgba(200, 58, 58, .24);
}

.contact-form textarea {
    min-height: 132px;
    resize: vertical;
}

.consent {
    margin: 2px 0 26px;
    color: var(--text);
    font-size: 16px;
    line-height: 1.55;
}

.hidden-hp {
    display: none !important;
    visibility: hidden !important;
}

.form-js-notice {
    margin: 0 0 24px;
    border-left: 4px solid var(--blue);
    background: #eef6ff;
    color: #404040;
    padding: 16px 18px;
    line-height: 1.55;
}

.button,
.contact-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(135deg, #0063a8 0%, var(--blue) 62%, var(--blue-dark) 100%);
    color: var(--white);
    padding: 16px 28px;
    font: 700 18px/1.2 var(--font-ui);
    letter-spacing: .02em;
    cursor: pointer;
    box-shadow: 0 13px 22px rgba(0, 0, 139, .24);
    transition: background-color .18s ease, color .18s ease;
}

.contact-form button {
    width: 100%;
}

.contact-form button:disabled {
    cursor: wait;
    opacity: .58;
}

.contact-form button span {
    font-size: 22px;
    line-height: 1;
}

.button:hover,
.button:focus,
.contact-form button:hover,
.contact-form button:focus {
    background: linear-gradient(135deg, #006db8 0%, #0707a5 62%, var(--blue-dark) 100%);
    color: var(--white);
    text-decoration: none;
}

.contact-map-intro {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    margin: 10px 0 -8px;
}

.content-section-divider {
    grid-column: 1 / -1;
    width: 100%;
    height: 2px;
    border: 0;
    margin: 56px 0 48px;
    background:
        linear-gradient(90deg, transparent 0%, rgba(0, 0, 139, .28) 18%, rgba(0, 99, 168, .62) 50%, rgba(0, 0, 139, .28) 82%, transparent 100%);
}

.content-section-divider::after {
    content: "";
    display: block;
    width: 92px;
    height: 4px;
    margin: -1px auto 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #0063a8 0%, var(--blue) 62%, var(--blue-dark) 100%);
}

.contact-map-intro h2 {
    margin: 0 0 10px;
    color: var(--blue);
    font-size: 32px;
    line-height: 1.18;
}

.contact-map-intro p:not(.section-kicker) {
    max-width: 720px;
    margin: 0;
    color: #666;
    font-size: 17px;
    line-height: 1.55;
}

.contact-map {
    grid-column: 1 / -1;
    position: relative;
    overflow: hidden;
    margin: 4px 0 0;
    border: 1px solid #d9e5f3;
    border-radius: 6px;
    background: #eef3f8;
    box-shadow: 0 22px 44px rgba(0, 20, 58, .08);
}

.contact-map img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1280 / 520;
    object-fit: cover;
}

.contact-map figcaption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, .92);
    color: #3f3f3f;
    padding: 6px 9px;
    font: 500 13px/1.25 var(--font-ui);
    box-shadow: 0 4px 12px rgba(0, 20, 58, .12);
}

.contact-map a {
    color: var(--blue);
    text-decoration: none;
}

.contact-map a:hover,
.contact-map a:focus {
    color: var(--focus);
}

.form-actions {
    margin: 0;
}

.form-status.notice {
    margin: 0 0 24px;
    padding: 16px 18px;
    border-left: 5px solid #1e7f4f;
    background: #eef8f3;
    color: #16452f;
    font: 500 16px/1.45 var(--font-ui);
}

.form-status.notice.error {
    border-left-color: #c83a3a;
    background: #fff1f1;
    color: #7a1f1f;
}

.form-status.notice strong {
    display: block;
    margin: 0 0 8px;
    color: inherit;
    font-weight: 700;
}

.form-status.notice p {
    margin: 0;
}

.form-status.notice ul {
    margin: 0;
    padding-left: 20px;
}

.form-status.notice li + li {
    margin-top: 4px;
}

.cta {
    position: relative;
    overflow: hidden;
    padding: 126px 20px 132px;
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
    background: var(--blue-deep);
    color: var(--white);
    text-align: center;
}

.cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 50% 38%, rgba(119,200,255,.2), transparent 32%),
        linear-gradient(180deg, rgba(0,0,91,.72) 0%, rgba(0,32,82,.78) 52%, rgba(0,0,80,.84) 100%);
    pointer-events: none;
}

.cta-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta .container {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
}

.cta-box {
    max-width: 820px;
    padding: 8px 0;
}

.cta h2 {
    margin: 0 0 14px;
    color: var(--white);
    font-size: 38px;
    line-height: 1.2;
}

.cta p {
    max-width: 680px;
    margin: 0 auto 46px;
    color: var(--white);
    font-size: 20px;
}

.cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 34px;
    border-radius: 6px;
    font-size: 20px;
    line-height: 1.2;
}

.cta-button svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cta-phone {
    display: inline-block;
    color: var(--white);
    font-family: var(--font-ui);
    font-size: 20px;
    line-height: 1.45;
}

.cta-phone:hover,
.cta-phone:focus {
    color: #77c8ff;
}

.cta .cta-note {
    max-width: none;
    margin: 0 auto 22px;
    color: #77c8ff;
    font: 700 18px/1.35 var(--font-body);
}

.content-page {
    padding: 54px 20px 70px;
}

.hero-image + .content-page {
    margin-top: clamp(-70px, -5.4vw, -44px);
    padding-top: 124px;
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
    background: var(--white);
}

.legal-content {
    max-width: 1100px;
    margin: 0 auto;
    overflow-wrap: anywhere;
}

.legal-content h1 {
    margin: 0 0 22px;
    color: var(--blue);
    font-size: 38px;
    line-height: 1.2;
}

.legal-content h2 {
    margin: 28px 0 12px;
    color: var(--blue);
    font-size: 32px;
    line-height: 1.25;
}

.legal-content h3 {
    margin: 24px 0 10px;
    color: var(--blue);
    font-size: 26px;
    line-height: 1.3;
}

.legal-content h4 {
    margin: 18px 0 8px;
    color: var(--blue);
    font-size: 20px;
}

.legal-content p {
    margin: 0 0 15px;
}

.legal-content ul {
    margin-top: 0;
}

.error-page-content {
    max-width: 780px;
    text-align: center;
}

.error-code {
    margin: 0 0 10px;
    color: #77c8ff;
    font: 700 clamp(72px, 11vw, 132px)/.9 var(--font-heading);
    letter-spacing: -.04em;
}

.error-page-content .error-lead {
    max-width: 660px;
    margin: 0 auto 16px;
    font-size: 20px;
}

.error-page-content .error-redirect-note {
    margin-bottom: 26px;
    color: #5c6470;
    font-size: 16px;
}

.error-page-content .button {
    display: inline-flex;
}

.site-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 12%, rgba(98,175,236,.2), transparent 24%),
        linear-gradient(128deg, #002a58 0%, #003f78 20%, var(--blue) 45%, #000b53 78%, #000534 100%);
    color: rgba(255,255,255,.78);
    padding: 54px 20px 0;
}

.site-footer::before {
    content: "";
    position: absolute;
    right: -14%;
    top: -64px;
    width: 56%;
    height: 150%;
    border-left: 1px solid rgba(151,212,255,.2);
    background:
        linear-gradient(135deg, rgba(126,194,250,.1), rgba(126,194,250,.02) 44%, transparent 45%),
        linear-gradient(135deg, transparent 16%, rgba(126,194,250,.08) 17%, rgba(126,194,250,.025) 48%, transparent 49%);
    pointer-events: none;
    transform: skewX(-24deg);
}

.footer-widgets {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 42px;
    align-items: start;
    padding-bottom: 48px;
}

.footer-widget {
    min-width: 0;
    text-align: center;
}

.footer-widget h2 {
    margin: 0 0 12px;
    color: var(--white);
    font-size: 24px;
    line-height: 1.25;
}

.footer-widget p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 17px;
    line-height: 1.6;
}

.footer-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin: 0 auto 14px;
    color: #77c8ff;
}

.footer-icon svg {
    display: block;
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-credit {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255,255,255,.18);
    padding: 15px 20px 17px;
}

.footer-credit-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.footer-credit-link,
.footer-legal a {
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.footer-credit-link {
    text-align: left;
}

.footer-credit-site {
    white-space: nowrap;
}

.footer-legal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    margin-left: auto;
    text-align: right;
}

.footer-legal a {
    white-space: nowrap;
}

.footer-legal a[aria-current="page"] {
    color: var(--white);
    text-decoration: none;
}

.site-footer a {
    color: rgba(255,255,255,.78);
    font-family: var(--font-ui);
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--white);
    text-decoration: none;
}

.to-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 40;
    display: none;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: var(--blue);
    color: var(--white);
    cursor: pointer;
}

.to-top svg {
    display: block;
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.to-top.is-visible {
    display: flex;
}

@media (max-width: 980px) {
    .hero-image {
        min-height: 350px;
        height: clamp(360px, 58vw, 520px);
    }

    .intro {
        padding-top: 76px;
        padding-bottom: 96px;
    }

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

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

}

@media (max-width: 768px) {
    .logo-wrap {
        padding: 22px 15px 20px;
    }

    .brand-wordmark {
        gap: 7px;
    }

    .brand-name {
        font-size: clamp(23px, 7vw, 34px);
    }

    .brand-services {
        gap: clamp(4px, 1.4vw, 8px);
        font-size: clamp(8.5px, 2.5vw, 11px);
    }

    .main-nav {
        padding: 16px 20px 20px;
    }

    .main-nav::before {
        right: -36%;
        width: 82%;
    }

    .has-js .menu-toggle {
        display: inline-flex;
        width: 100%;
        max-width: 560px;
        min-height: 56px;
        font-size: 18px;
    }

    .main-nav ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-width: 560px;
        padding: 20px 0 0;
    }

    .has-js .main-nav ul {
        max-height: 0;
        overflow: hidden;
        padding: 0;
        opacity: 0;
        transform: translateY(-8px);
        visibility: hidden;
        transition:
            max-height .34s ease,
            padding-top .34s ease,
            opacity .24s ease,
            transform .34s ease,
            visibility 0s linear .34s;
    }

    .has-js .main-nav ul.is-open {
        max-height: 320px;
        padding-top: 20px;
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
        transition:
            max-height .38s ease,
            padding-top .38s ease,
            opacity .24s ease .08s,
            transform .38s ease,
            visibility 0s;
    }

    .main-nav a {
        min-width: 0;
        padding: 15px 18px;
        text-align: left;
    }

    .hero-image {
        min-height: 320px;
        height: clamp(320px, 76vw, 430px);
    }

    .intro {
        padding-top: 64px;
        padding-bottom: 78px;
    }

    .intro h1 {
        font-size: clamp(26px, 7vw, 29px);
    }

    .intro h2 {
        font-size: 22px;
    }

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

    .services li {
        min-height: 78px;
    }

    .service-link {
        min-height: 78px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 18px;
        padding: 18px 20px;
    }

    .service-icon,
    .service-icon svg {
        width: 46px;
        height: 46px;
    }

    .service-label {
        gap: 10px;
    }

    .seo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .seo-grid article,
    .seo-grid article:nth-child(4),
    .seo-grid article:nth-child(5) {
        grid-column: auto;
    }

    .seo-grid article:nth-child(5) {
        grid-column: 1 / -1;
        justify-self: center;
        width: calc((100% - 12px) / 2);
    }

    .cta {
        padding: 86px 20px 92px;
    }

    .cta .container {
        grid-template-columns: 1fr;
    }

    .cta h2 {
        font-size: 32px;
    }

    .cta-actions {
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .footer-widgets {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-bottom: 40px;
    }

    .footer-widget {
        text-align: center;
    }

    .legal-content h1 {
        font-size: 34px;
    }

    .legal-content h2 {
        font-size: 29px;
    }

    .contact-hub {
        padding-bottom: 54px;
    }

    .contact-lead {
        font-size: 19px;
    }

    .contact-panel,
    .form-panel {
        padding: 26px 20px;
    }

    .contact-map-intro {
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: start;
        margin-top: 2px;
    }

    .content-section-divider {
        margin: 44px 0 40px;
    }

    .contact-map-intro h2 {
        font-size: 29px;
    }

    .contact-map img {
        min-height: 300px;
    }

    .contact-map figcaption {
        right: 8px;
        bottom: 8px;
        max-width: calc(100% - 16px);
        font-size: 12px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

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

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        transition-delay: 0s !important;
    }
}

@media (max-width: 560px) {
    .footer-credit {
        padding: 13px 14px 15px;
    }

    .footer-credit-inner {
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .footer-credit-link {
        width: 100%;
        text-align: center;
    }

    .footer-credit-site {
        display: block;
    }

    .footer-credit-link,
    .footer-legal a {
        font-size: clamp(10.5px, 3vw, 12px);
        line-height: 1.35;
    }

    .footer-legal {
        justify-content: center;
        gap: 16px;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

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

    .seo-grid article:nth-child(5) {
        grid-column: auto;
        width: 100%;
    }

    .contact-card {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 14px;
        padding: 16px;
    }

    .contact-icon {
        width: 42px;
        height: 42px;
    }

    .contact-icon svg {
        width: 26px;
        height: 26px;
    }
}
