@font-face {
    font-family: "Inter";
    src: url("/assets/fonts/inter-latin-ext-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("/assets/fonts/inter-latin-ext-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("/assets/fonts/inter-latin-ext-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("/assets/fonts/inter-latin-ext-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Nunito Sans";
    src: url("/assets/fonts/nunito-sans-latin-ext-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Nunito Sans";
    src: url("/assets/fonts/nunito-sans-latin-ext-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Nunito Sans";
    src: url("/assets/fonts/nunito-sans-latin-ext-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Nunito Sans";
    src: url("/assets/fonts/nunito-sans-latin-ext-800.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

:root {
    --bg: #f4f8fa;
    --surface: #ffffff;
    --surface-soft: #eef6fb;
    --surface-mauve: #f7eef4;
    --text: #011142;
    --muted: #011142;
    --line: #dbe7f0;
    --line-strong: #c9d9e6;
    --blue: #4d93d9;
    --blue-soft: #acd0e8;
    --mauve: #cca9bd;
    --lavender: #939bcc;
    --success: #287a54;
    --danger: #b8435e;
    --shadow: 0 24px 70px rgba(17, 33, 61, .11);
    --shadow-soft: 0 14px 40px rgba(17, 33, 61, .08);
    --radius: 8px;
    --radius-lg: 8px;
    --container: 1180px;
    --narrow: 820px;
    --z-header: 50;
    --ease: cubic-bezier(.2, .7, .2, 1)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: "Onest", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0;
    overflow-x: hidden
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, #fff 0, #f4f8fa 32%, #fff 100%)
}

a {
    font-family: "Onest", sans-serif;
    font-weight: 500;
    color: #011142;
    text-decoration: none
}

a:hover {
    color: #939bcc;
}

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

button, input, select, textarea {
    font: inherit;
    letter-spacing: 0
}

button {
    cursor: pointer
}

.container, .container-narrow {
    width: min(100% - 40px, var(--container));
    margin-inline: auto
}

.container-narrow {
    --container: var(--narrow)
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    background: var(--text);
    color: #fff;
    padding: 10px 14px;
    border-radius: var(--radius);
    transform: translateY(-140%);
    transition: transform .2s var(--ease)
}

.skip-link:focus {
    transform: translateY(0);
    outline: 3px solid var(--blue-soft)
}

:focus-visible {
    outline: 3px solid rgba(77, 147, 217, .4);
    outline-offset: 3px;
    border-radius: 6px
}

.site-header {
    position: sticky;
    top: 0;
    z-index: var(--z-header);
    background: linear-gradient(135deg, rgba(255, 255, 255, .7), rgba(244, 248, 250, .44));
    border-bottom: 1px solid rgba(255, 255, 255, .58);
    box-shadow: 0 18px 46px rgba(17, 33, 61, .08);
    backdrop-filter: saturate(1.35) blur(22px);
    -webkit-backdrop-filter: saturate(1.35) blur(22px)
}

.header-shell {
    width: min(100% - 32px, 1280px);
    min-height: 72px;
    margin-inline: auto;
    display: grid;
    grid-template-columns:auto 1fr auto;
    align-items: center;
    gap: 24px
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: var(--text)
}

.brand img {
    width: 18px;
    height: auto
}

.home-page .brand-home {
    position: relative
}

.hero-name-cutout span,
.home-page .brand-scroll-target,
.brand-scroll-flyer {
    font-family: "Onest", sans-serif;
    font-size: 39px;
    line-height: 1;
    font-weight: 400;
    color: var(--text);
    letter-spacing: 0;
    text-transform: lowercase
}

.home-page .brand-scroll-target {
    display: inline-block;
    visibility: hidden;
    pointer-events: none
}

.brand-scroll-flyer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: calc(var(--z-header) + 2);
    display: inline-block;
    pointer-events: none;
    white-space: nowrap;
    opacity: 0;
    transform: translate3d(0, -120%, 0);
    will-change: transform;
    transition: opacity .18s var(--ease)
}

.brand-scroll-flyer.is-ready {
    opacity: 1
}

.home-page.brand-motion-ready .hero-name-cutout .hero-name-text {
    visibility: hidden
}

.brand-footer {
    font-size: 28px
}

.site-nav {
    justify-self: center
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 22px;
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0;
    background: transparent;
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    padding: 10px 8px
}

.nav-link[aria-current="page"] {
    color: #1d6fb9
}

.nav-link .icon {
    width: 16px;
    height: 16px
}

.header-cta, .btn-primary, .btn-secondary, .text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    border-radius: var(--radius);
    font-weight: 800;
    font-size: 15px;
    line-height: 1.2
}

.header-cta, .btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #9aa4dd, #7f89d4);
    box-shadow: 0 10px 28px rgba(127, 137, 212, .24);
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, .34)
}

.header-cta:hover, .btn-primary:hover {
    color: #fff;
    transform: translateY(-1px)
}

.btn-secondary {
    color: #7d86d0;
    background: rgba(255, 255, 255, .74);
    border: 1px solid rgba(147, 155, 204, .62);
    padding: 0 20px
}

.btn-secondary:hover {
    background: #fff
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .58);
    box-shadow: 0 12px 30px rgba(17, 33, 61, .08), inset 0 1px 0 rgba(255, 255, 255, .76);
    backdrop-filter: saturate(1.25) blur(14px);
    -webkit-backdrop-filter: saturate(1.25) blur(14px);
    align-items: center;
    justify-content: center
}

.nav-toggle-lines, .nav-toggle-lines::before, .nav-toggle-lines::after {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    content: "";
    transition: transform .2s var(--ease)
}

.nav-toggle-lines::before {
    transform: translateY(-7px)
}

.nav-toggle-lines::after {
    transform: translateY(5px)
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines {
    background: transparent
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::before {
    transform: translateY(2px) rotate(45deg)
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::after {
    transform: translateY(0) rotate(-45deg)
}

.mega-menu {
    position: absolute;
    left: 50%;
    top: 72px;
    width: min(100% - 40px, 980px);
    transform: translateX(-50%) translateY(12px);
    padding: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(244, 248, 250, .66));
    border: 1px solid rgba(255, 255, 255, .68);
    box-shadow: 0 24px 70px rgba(17, 33, 61, .14), inset 0 1px 0 rgba(255, 255, 255, .76);
    border-radius: var(--radius-lg);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .18s var(--ease);
    backdrop-filter: saturate(1.35) blur(22px);
    -webkit-backdrop-filter: saturate(1.35) blur(22px)
}

.nav-services:hover .mega-menu, .nav-services:focus-within .mega-menu, .nav-services.is-open .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0)
}

.mega-overview {
    display: grid;
    gap: 3px;
    padding: 14px 16px;
    margin-bottom: 14px;
    background: linear-gradient(135deg, #f4f8fa, #fff);
    border: 1px solid var(--line);
    border-radius: var(--radius)
}

.mega-overview span {
    color: var(--muted);
    font-size: 14px
}

.mega-grid {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 14px
}

.mega-column {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(244, 248, 250, .62)
}

.mega-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    margin-bottom: 10px
}

.mega-heading .icon {
    width: 21px;
    height: 21px;
    color: #4d93d9
}

.mega-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px
}

.mega-column a {
    font-size: 14px;
    color: var(--muted)
}

.mega-column a:hover {
    color: #1f6fb5
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 72px);
    border-bottom: 1px solid rgba(205, 221, 234, .62);
    background: linear-gradient(180deg, #fff 0, #f4f8fa 72%, #fff 100%)
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(255, 255, 255, .98) 0, rgba(246, 250, 252, .94) 36%, rgba(172, 208, 232, .2) 73%, rgba(204, 169, 189, .15) 100%);
    pointer-events: none
}

.hero::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 22px;
    width: 30px;
    height: 30px;
    border-right: 4px solid rgba(147, 155, 204, .78);
    border-bottom: 4px solid rgba(147, 155, 204, .78);
    transform: translateX(-50%) rotate(45deg);
    border-radius: 3px;
    opacity: .76
}

.hero-grid {
    position: relative;
    z-index: 1;
    width: min(100% - 88px, 1380px);
    display: grid;
    grid-template-columns:minmax(420px, .74fr) minmax(620px, 1.26fr);
    align-items: center;
    gap: 28px;
    min-height: calc(100vh - 72px);
    padding: 58px 0 72px
}

.hero:not(.hero-with-visual) .hero-grid {
    display: block;
    max-width: 920px
}

.hero h1 {
    font-family: "Onest", sans-serif;
    font-size: 60px;
    line-height: 1.08;
    font-weight: 800;
    margin: 0 0 22px;
    color: var(--text)
}

.hero-text {
    font-size: 18px;
    color: #31405a;
    max-width: 620px;
    margin: 0 0 12px
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px
}

.hero-visual {
    position: relative
}

.hero-visual img {
    display: block;
    filter: drop-shadow(0 26px 42px rgba(17, 33, 61, .12))
}

.hero.hero-wave {
    --hero-bg: #fff;
    min-height: auto;
    padding: 0 0 150px;
    border-bottom: 0;
    background: var(--hero-bg)
}

.hero.hero-wave::before {
    display: none
}

.hero.hero-wave::after {
    display: none
}

.hero.hero-wave .hero-grid {
    display: block;
    width: min(100% - 56px, 1300px);
    max-width: none;
    min-height: auto;
    padding: 100px 0 0;
}

.hero-wave-card {
    --cutout-w: 354px;
    --cutout-h: 68px;
    --cutout-r: 14px;
    position: relative;
    min-height: 560px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(390px, .86fr);
    align-items: stretch;
    border: 0;
    border-radius: 8px;
    background: #f4f8fa;
    background: linear-gradient(45deg, rgba(244, 248, 250, 1) 0%, rgb(147 155 204 / 51%) 45%, rgb(172 208 232 / 34%) 100%);
    box-shadow: 0 34px 80px -46px rgba(17, 33, 61, .18);
    isolation: isolate
}

.hero-wave-card::before, .hero-wave-card::after {
    display: none
}

.hero-name-cutout {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    min-width: var(--cutout-w);
    min-height: var(--cutout-h);
    display: flex;
    align-items: center;
    padding: 0 30px;
    border: 0;
    border-radius: 0 0 var(--cutout-r) 0;
    box-shadow: none
}

.hero-name-cutout::before, .hero-name-cutout::after {
    content: "";
    position: absolute;
    width: var(--cutout-r);
    height: var(--cutout-r);
    background: radial-gradient(circle at bottom right, transparent calc(var(--cutout-r) - 1px), #fff var(--cutout-r));
    pointer-events: none
}

.hero-name-cutout::before {
    top: 0;
    left: 100%
}

.hero-name-cutout::after {
    top: 100%;
    left: 0
}

.hero-wave-content {
    position: relative;
    z-index: 2;
    grid-column: 1;
    max-width: 640px;
    padding: 140px 36px 42px
}

.hero-wave-content h1 {
    font-size: 64px;
    line-height: 1.04;
    margin-bottom: 22px
}

.hero-wave-content .hero-text {
    max-width: 520px
}

.hero-mac-stage {
    --mac-rx: -5deg;
    --mac-ry: -13deg;
    --mac-shift-x: 0px;
    --mac-shift-y: 0px;
    --glare-x: 50%;
    --glare-y: 38%;
    position: relative;
    z-index: 1;
    grid-column: 2;
    align-self: stretch;
    min-height: 560px;
    display: grid;
    place-items: center;
    perspective: 1200px;
    transform-style: preserve-3d;
    pointer-events: auto;
    touch-action: pan-y;
    overflow: visible
}

.hero-mac-stage::before {
    display: none
}

.hero-mac-stage::after {
    display: none
}

.hero-mac-orbit {
    position: relative;
    width: min(72%, 390px);
    transform-style: preserve-3d;
    animation: macFloat 7s var(--ease) infinite
}

.hero-mac-stage.is-interacting .hero-mac-orbit {
    animation-play-state: paused
}

.hero-mac-shadow {
    display: none
}

.hero-mac {
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    transform: translate3d(var(--mac-shift-x), var(--mac-shift-y), 0) rotateX(var(--mac-rx)) rotateY(var(--mac-ry));
    transition: transform .45s var(--ease);
    will-change: transform
}

.hero-mac-stage.is-interacting .hero-mac {
    transition-duration: .08s;
    transition-timing-function: linear
}

.hero-mac::before {
    display: none
}

.hero-mac-picture {
    position: relative;
    width: min(100%, 370px);
    margin-inline: auto;
    line-height: 0;
    transform-style: preserve-3d
}

.hero-mac-picture::before {
    display: none
}

.hero-mac-picture img {
    display: block;
    width: 100%;
    height: auto;
    transform: translateZ(36px);
    filter: none;
    user-select: none;
    pointer-events: none
}

.hero-mac-glare {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(255, 255, 255, .76), rgba(255, 255, 255, .34) 8%, transparent 20%);
    -webkit-mask: url("/assets/img/vintage-mac-glare-mask.png") center / 100% 100% no-repeat;
    mask: url("/assets/img/vintage-mac-glare-mask.png") center / 100% 100% no-repeat;
    clip-path: inset(0 5% 0 0);
    mix-blend-mode: screen;
    opacity: .62;
    transform: translateZ(48px);
    pointer-events: none
}

@keyframes macFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotateZ(-1.4deg)
    }
    50% {
        transform: translate3d(0, -12px, 0) rotateZ(1deg)
    }
}

.breadcrumbs {
    padding: 24px 0 0
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    color: var(--muted);
    font-size: 14px
}

.breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    color: #9badbf
}

.breadcrumbs a {
    color: #2d6fae
}

section {
    padding: 100px 0
}

.section-soft {
    border-block: 1px solid rgba(205, 221, 234, .58)
}

.section-services {
    background: #fff;
}

.section-header {
    max-width: 760px;
    margin-bottom: 50px
}

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

.section-header.inline {
    display: grid;
    grid-template-columns:.6fr 1fr;
    gap: 24px;
    align-items: end;
    max-width: none
}

.section-header h2, .text-block h2, .glass-panel h2, .trust-rail h2, .cta-band h2, .contact-aside h2, .contact-form-card h2 {
    font-family: "Onest", sans-serif;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: var(--text)
}

.section-header p, .text-block p, .glass-panel p, .trust-rail p, .cta-band p, .contact-aside p {
    color: var(--muted);
    margin: 0
}

.service-grid {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 18px
}

.detail-cards {
    grid-template-columns:repeat(4, 1fr)
}

.service-card, .case-card, .glass-panel, .process-step, .text-block, .contact-aside, .contact-form-card {
    background: #939bcc;
    border-radius: var(--radius-lg);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px)
}

.service-card, .case-card {
    padding: 24px;
    min-height: 252px;
    display: flex;
    flex-direction: column
}

.service-card h3, .case-card h3, .process-step h3, .trust-rail h3 {
    font-family: "Onest", sans-serif;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 500;
    margin: 18px 0 10px
}

.service-card p, .case-card p, .process-step p {
    color: var(--muted);
    font-size: 15px;
    margin: 0 0 18px
}

.service-card .text-link {
    margin-top: auto;
    justify-content: flex-start;
    min-height: auto;
    color: #2d75bd;
    font-size: 14px
}

.icon-tile, .mini-icon, .cta-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(172, 208, 232, .42), rgba(255, 255, 255, .9));
    border: 1px solid rgba(172, 208, 232, .72);
    color: #4d93d9
}

.icon-tile.design, .icon-tile.shield {
    background: linear-gradient(135deg, rgba(204, 169, 189, .36), rgba(255, 255, 255, .92));
    border-color: rgba(204, 169, 189, .62);
    color: #bd6f9c
}

.icon-tile.seo, .icon-tile.server {
    background: linear-gradient(135deg, rgba(147, 155, 204, .26), rgba(255, 255, 255, .92));
    border-color: rgba(147, 155, 204, .52);
    color: #727ac1
}

.icon {
    width: 24px;
    height: 24px;
    flex: 0 0 auto
}

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

.process-step {
    padding: 22px;
    position: relative
}

.step-number {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: #2d75bd;
    border: 1px solid var(--line);
    font-weight: 800
}

.trust-rail {
    display: grid;
    grid-template-columns:.8fr repeat(4, 1fr);
    gap: 20px;
    align-items: start;
    padding: 28px;
    background: rgba(255, 255, 255, .76);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft)
}

.trust-rail article {
    border-left: 1px solid var(--line);
    padding-left: 20px
}

.split-section, .two-column {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 26px;
    align-items: start
}

.chip-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 26px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft)
}

.chip-panel span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    border-radius: 999px;
    background: #f4f8fa;
    border: 1px solid var(--line);
    padding: 0 14px;
    font-weight: 700;
    color: #33455f
}

.content-stack {
    display: grid;
    gap: 18px
}

.text-block, .glass-panel {
    padding: 30px
}

.glass-panel.accent {
    background: linear-gradient(135deg, rgba(238, 246, 251, .8), rgba(248, 241, 246, .82))
}

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

.check-list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: grid;
    gap: 11px
}

.check-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #33455f
}

.check-list .icon {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    color: #2d75bd
}

.related-links {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 12px
}

.related-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    font-weight: 800;
    color: #1e3657
}

.case-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 18px
}

.section-faq {
    background: #fff
}

.faq-list {
    display: grid;
    gap: 12px
}

.faq-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 8px 24px rgba(17, 33, 61, .05)
}

.faq-item h3 {
    margin: 0;
    font-size: 18px
}

.faq-item button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    background: transparent;
    border: 0;
    text-align: left;
    color: var(--text);
    font-weight: 800
}

.faq-item button .icon {
    transition: transform .2s var(--ease)
}

.faq-item button[aria-expanded="true"] .icon {
    transform: rotate(180deg)
}

.faq-panel {
    padding: 0 22px 22px;
    color: var(--muted)
}

.faq-panel p {
    margin: 0
}

.cta-band {
    display: grid;
    grid-template-columns:auto 1fr auto auto;
    gap: 24px;
    align-items: center;
    padding: 30px;
    background: linear-gradient(135deg, rgba(238, 246, 251, .96), rgba(255, 255, 255, .94) 54%, rgba(248, 241, 246, .88));
    border: 1px solid rgba(205, 221, 234, .86);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft)
}

.cta-band address {
    display: grid;
    gap: 6px;
    margin: 0;
    color: #33455f;
    font-style: normal;
    font-size: 15px
}

.cta-band address a, .cta-band address span, .contact-methods a, .contact-methods span, .footer-contact a, .footer-contact span {
    display: flex;
    align-items: center;
    gap: 10px
}

.contact-grid {
    display: grid;
    grid-template-columns:.78fr 1.22fr;
    gap: 24px;
    align-items: start
}

.contact-aside, .contact-form-card {
    padding: 30px
}

.contact-methods {
    display: grid;
    gap: 12px;
    margin-top: 24px;
    color: #28496f
}

.contact-form {
    display: grid;
    gap: 18px
}

.form-row {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 16px
}

.field {
    display: grid;
    gap: 7px
}

.field label, .radio-field legend {
    font-size: 14px;
    font-weight: 800;
    color: #233855
}

.field input, .field select, .field textarea {
    width: 100%;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius);
    background: #fff;
    color: var(--text);
    padding: 12px 13px;
    min-height: 48px
}

.field textarea {
    resize: vertical;
    min-height: 150px
}

.radio-field {
    border: 1px solid var(--line-strong);
    border-radius: var(--radius);
    padding: 11px 13px;
    margin: 0;
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    min-height: 48px
}

.radio-field legend {
    float: none;
    width: auto;
    margin: 0 8px 0 0;
    padding: 0
}

.radio-field label, .consent-field label {
    font-weight: 500;
    color: #33455f
}

.consent-field label {
    display: flex;
    gap: 10px;
    align-items: flex-start
}

.consent-field input {
    width: auto;
    min-height: auto;
    margin-top: 6px
}

.field-error, .form-error-summary {
    color: var(--danger);
    font-weight: 700;
    font-size: 14px;
    margin: 0
}

.form-error-summary {
    padding: 12px 14px;
    border: 1px solid rgba(184, 67, 94, .35);
    background: #fff5f7;
    border-radius: var(--radius)
}

.form-success {
    padding: 22px;
    border: 1px solid rgba(40, 122, 84, .28);
    background: #f2fbf6;
    border-radius: var(--radius)
}

.hp-field {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.form-submit {
    justify-self: start;
    border: 0
}

.legal-section {
    background: #fff
}

.legal-copy {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 34px;
    box-shadow: var(--shadow-soft)
}

.legal-copy h1 {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 42px;
    line-height: 1.1;
    margin: 0 0 24px
}

.legal-copy h2 {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 27px;
    margin: 34px 0 10px
}

.legal-copy h3 {
    font-size: 21px;
    margin: 26px 0 8px
}

.legal-copy h4 {
    font-size: 18px;
    margin: 20px 0 6px
}

.legal-copy p, .legal-copy li {
    color: #3d4d65
}

.legal-copy a {
    color: #1f6fb5;
    text-decoration: underline;
    text-underline-offset: 3px
}

.site-footer {
    background: #fff;
    border-top: 1px solid var(--line);
    padding: 46px 0 20px
}

.footer-shell {
    width: min(100% - 40px, var(--container));
    margin-inline: auto;
    display: grid;
    grid-template-columns:1.4fr .7fr .7fr .7fr 1fr;
    gap: 28px
}

.footer-shell h2 {
    font-size: 15px;
    text-transform: none;
    font-weight: 800;
    margin: 0 0 10px;
    color: var(--text)
}

.footer-shell ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px
}

.footer-shell a, .footer-shell p, .footer-contact span {
    color: #526178;
    font-size: 14px
}

.footer-contact {
    display: grid;
    gap: 10px;
    margin: 0;
    font-style: normal
}

.footer-bottom {
    width: min(100% - 40px, var(--container));
    margin: 30px auto 0;
    color: #6a7689;
    font-size: 13px
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .55s var(--ease), transform .55s var(--ease);
}

.reveal.is-visible {
    opacity: 1;
    transform: none
}

@media (max-width: 1160px) {
    .service-grid {
        grid-template-columns:repeat(3, 1fr)
    }

    .mega-grid {
        grid-template-columns:repeat(3, 1fr)
    }

    .trust-rail {
        grid-template-columns:repeat(2, 1fr)
    }

    .trust-rail h2 {
        grid-column: 1/-1
    }

    .trust-rail article {
        border-left: 0;
        padding-left: 0
    }

    .case-grid, .process-grid, .related-links {
        grid-template-columns:repeat(2, 1fr)
    }

    .footer-shell {
        grid-template-columns:1fr 1fr 1fr
    }
}

@media (max-width: 900px) {
    .header-shell {
        grid-template-columns:auto auto;
        justify-content: space-between
    }

    .header-cta {
        display: none
    }

    .nav-toggle {
        display: flex
    }

    .site-nav {
        position: fixed;
        left: 16px;
        right: 16px;
        width: calc(100% - 32px);
        top: 78px;
        max-height: calc(100vh - 96px);
        overflow: auto;
        background: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(244, 248, 250, .82));
        border: 1px solid rgba(255, 255, 255, .68);
        border-radius: var(--radius-lg);
        box-shadow: 0 24px 70px rgba(17, 33, 61, .14), inset 0 1px 0 rgba(255, 255, 255, .76);
        backdrop-filter: saturate(1.3) blur(28px);
        -webkit-backdrop-filter: saturate(1.3) blur(28px);
        padding: 16px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: .18s var(--ease)
    }

    .site-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: none
    }

    .nav-list {
        display: grid;
        gap: 4px
    }

    .nav-link {
        width: 100%;
        justify-content: space-between;
        padding: 13px 10px
    }

    .mega-menu {
        position: static;
        width: 100%;
        transform: none;
        padding: 12px;
        margin-top: 6px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        display: none
    }

    .nav-services.is-open .mega-menu {
        display: block;
        transform: none
    }

    .mega-grid {
        grid-template-columns:1fr
    }

    .hero {
        min-height: auto
    }

    .hero-grid {
        width: min(100% - 40px, var(--container));
        grid-template-columns:1fr;
        min-height: auto;
        padding: 52px 0 58px
    }

    .hero.hero-wave .hero-grid {
        width: min(100% - 32px, var(--container));
        padding: 28px 0 0
    }

    .hero-wave-card {
        --cutout-w: 298px;
        --cutout-h: 68px;
        min-height: 580px;
        grid-template-columns:1fr
    }

    .hero-name-cutout {
        min-width: 298px;
        min-height: 68px;
        padding: 0 24px
    }

    .hero-name-cutout span,
    .home-page .brand-scroll-target,
    .brand-scroll-flyer {
        font-size: 35px
    }

    .hero-wave-content {
        padding: 122px 28px 34px
    }

    .hero-wave-content h1 {
        font-size: 46px
    }

    .hero-mac-stage {
        grid-column: 1;
        min-height: 380px;
        margin-top: -42px;
        padding: 0 20px 34px
    }

    .hero-mac-orbit {
        width: min(66vw, 320px)
    }

    .hero h1 {
        font-size: 42px
    }

    .hero-text {
        font-size: 17px
    }

    .hero-visual {
        max-width: 680px
    }

    .section {
        padding: 54px 0
    }

    .section-header.inline, .split-section, .two-column, .contact-grid, .cta-band {
        grid-template-columns:1fr
    }

    .detail-cards, .service-grid, .list-grid {
        grid-template-columns:1fr 1fr
    }

    .footer-shell {
        grid-template-columns:1fr 1fr
    }

    .brand {
        font-size: 26px
    }
}

@media (max-width: 620px) {
    .container, .container-narrow, .footer-shell, .footer-bottom {
        width: min(100% - 28px, var(--container))
    }

    .header-shell {
        width: min(100% - 24px, 1280px);
        min-height: 66px
    }

    .site-nav {
        left: 12px;
        right: 12px;
        width: calc(100% - 24px);
        top: 72px
    }

    .brand {
        font-size: 23px
    }

    .brand img {
        width: 38px
    }

    .hero::after {
        width: 22px;
        height: 22px;
        bottom: 17px;
        border-width: 3px
    }

    .hero h1 {
        font-size: 34px
    }

    .hero-actions {
        display: grid
    }

    .btn-primary, .btn-secondary {
        width: 100%;
        min-height: 48px
    }

    .hero.hero-wave .hero-grid {
        width: min(100% - 24px, var(--container));
        padding: 18px 0 0
    }

    .hero-wave-card {
        --cutout-w: 218px;
        --cutout-h: 64px;
        min-height: auto;
        grid-template-columns:1fr
    }

    .hero-name-cutout {
        min-width: 218px;
        min-height: 64px;
        padding: 0 18px
    }

    .hero-name-cutout span,
    .home-page .brand-scroll-target,
    .brand-scroll-flyer {
        font-size: 30px
    }

    .hero-wave-content {
        padding: 102px 18px 24px
    }

    .hero-wave-content h1 {
        font-size: 34px
    }

    .hero-wave-content .hero-text {
        max-width: 300px
    }

    .hero-mac-stage {
        min-height: 300px;
        margin-top: -8px;
        padding: 0 8px 26px
    }

    .hero-mac-stage::before {
        inset: 18% 0 10%
    }

    .hero-mac-orbit {
        width: min(70vw, 260px)
    }

    .section-header h2, .text-block h2, .glass-panel h2, .trust-rail h2, .cta-band h2, .contact-aside h2, .contact-form-card h2 {
        font-size: 27px
    }

    .detail-cards, .service-grid, .list-grid, .case-grid, .process-grid, .related-links, .form-row, .footer-shell, .trust-rail {
        grid-template-columns:1fr
    }

    .service-card, .case-card, .text-block, .glass-panel, .contact-aside, .contact-form-card, .legal-copy {
        padding: 22px
    }

    .trust-rail, .cta-band {
        padding: 22px
    }

    .hero-grid {
        padding: 42px 0 48px
    }

    .radio-field {
        display: grid
    }

    .legal-copy h1 {
        font-size: 34px
    }

    .legal-copy {
        overflow-wrap: anywhere
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }

    .hero-mac-orbit {
        animation: none
    }
}
