:root {
    color-scheme: light;
    --ink: #141a22;
    --muted: #657184;
    --paper: #f3f6fa;
    --white: #ffffff;
    --line: #d9e2ec;
    --blue: #15395f;
    --blue-2: #1c4f83;
    --bar: #1c3477;
    --aqua: #58b9c8;
    --orange: #ee9b47;
    --rose: #ee2f5f;
    --shadow: 0 28px 80px rgba(12, 25, 43, .22);
}

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.skip-link {
    background: var(--white);
    border: 2px solid var(--aqua);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(4, 12, 24, .18);
    color: var(--blue);
    font-weight: 900;
    left: 18px;
    padding: 10px 14px;
    position: fixed;
    top: 18px;
    transform: translateY(-160%);
    transition: transform .16s ease;
    z-index: 1000;
}

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

[id="main-content"]:focus {
    outline: none;
}

button,
input {
    font: inherit;
}

button,
[role="button"],
.button,
.header-cta,
.menu-toggle,
.scroll-top {
    cursor: pointer;
}

button:disabled,
[role="button"][aria-disabled="true"],
.button[aria-disabled="true"] {
    cursor: not-allowed;
}

a:focus-visible,
button:focus-visible,
.button:focus-visible,
.header-cta:focus-visible,
.menu-toggle:focus-visible {
    border-radius: 8px;
    outline: 3px solid rgba(88, 185, 200, .9);
    outline-offset: 4px;
}

.top-strip {
    align-items: center;
    background: var(--bar);
    color: var(--white);
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr auto 1fr;
    min-height: 54px;
    padding: 0 8.5vw;
    position: relative;
    z-index: 40;
}

.top-strip strong {
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
}

.top-socials,
.top-language {
    align-items: center;
    display: flex;
    gap: 18px;
}

.top-socials a {
    font-size: 22px;
    font-weight: 900;
    opacity: .95;
}

.top-language {
    justify-content: flex-end;
}

.top-language a {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    padding: 7px 9px;
}

.top-language .active {
    background: rgba(255, 255, 255, .14);
}

.header-language {
    align-items: center;
    display: none;
    gap: 8px;
    justify-content: center;
}

.header-language a {
    border-radius: 8px;
    color: var(--white);
    font-size: 13px;
    font-weight: 900;
    min-width: 42px;
    padding: 9px 10px;
    text-align: center;
}

.header-language .active {
    background: rgba(255, 255, 255, .14);
}

.site-header {
    align-items: center;
    color: var(--white);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(230px, auto) minmax(0, 1fr) auto;
    left: 0;
    min-height: 124px;
    padding: 0 8.5vw;
    position: absolute;
    right: 0;
    top: 54px;
    z-index: 35;
}

.site-header::before {
    background: linear-gradient(180deg, rgba(5, 12, 22, .58), rgba(5, 12, 22, .18));
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
}

.site-header.compact {
    background: var(--white);
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    grid-template-columns: auto auto minmax(320px, 640px);
    min-height: 86px;
    padding: 0 7vw;
    position: sticky;
    top: 0;
}

.site-header.compact::before {
    display: none;
}

.brand {
    align-items: center;
    display: inline-flex;
    font-size: 30px;
    font-weight: 900;
    gap: 12px;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
}

.site-header.compact .brand {
    color: var(--blue);
    font-size: 24px;
}

.site-header.compact .header-language {
    display: flex;
}

.site-header.compact .header-language a {
    color: var(--blue);
}

.site-header.compact .header-language .active {
    background: rgba(31, 61, 138, .1);
}

.site-header.compact.error-header {
    grid-template-columns: auto 1fr auto;
}

.site-header.compact.error-header .header-language {
    grid-column: 3;
}

.brand-mark {
    align-items: center;
    background: var(--blue);
    border-radius: 8px;
    color: var(--white);
    display: inline-flex;
    font-size: 22px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    width: 42px;
}

.site-header:not(.compact) .brand-mark {
    background: var(--white);
    color: var(--blue);
    display: inline-flex;
}

.main-nav {
    align-items: stretch;
    display: flex;
    gap: 2px;
    justify-content: center;
    min-width: 0;
}

.nav-group {
    position: static;
}

.nav-group > a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: rgba(255, 255, 255, .82);
    display: flex;
    font-size: 16px;
    font-weight: 800;
    min-height: 124px;
    padding: 0 10px;
    white-space: nowrap;
}

.nav-group.has-mega > a::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    content: "";
    margin-left: 9px;
    opacity: .7;
}

.nav-group:hover > a,
.nav-group:focus-within > a {
    border-color: var(--white);
    color: var(--white);
}

.mega-panel {
    background: var(--white);
    border-radius: 18px;
    box-shadow: var(--shadow);
    color: var(--ink);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    left: 8.5vw;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 8.5vw;
    top: 124px;
    transform: translateY(12px);
    transition: opacity .18s ease, transform .18s ease;
}

.nav-group:hover .mega-panel,
.nav-group:focus-within .mega-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.mega-content {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 34px;
}

.mega-section h3 {
    align-items: center;
    border-bottom: 1px solid #cfd8e2;
    display: flex;
    font-size: 21px;
    gap: 12px;
    line-height: 1.2;
    margin: 0 0 12px;
    padding-bottom: 13px;
}

.mega-icon {
    align-items: center;
    background: #fde8ef;
    border-radius: 50%;
    color: var(--rose);
    display: inline-flex;
    flex: 0 0 30px;
    font-size: 15px;
    height: 30px;
    justify-content: center;
    width: 30px;
}

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

.mega-section a {
    color: #202833;
    font-size: 18px;
}

.mega-section a:hover {
    color: var(--blue-2);
}

.mega-feature {
    background: #0f243c;
    color: var(--white);
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 280px;
}

.mega-feature img {
    height: 100%;
    object-fit: cover;
    opacity: .78;
    width: 100%;
}

.mega-feature div {
    background: linear-gradient(0deg, rgba(15, 36, 60, .96), rgba(15, 36, 60, .72));
    display: grid;
    gap: 4px;
    margin-top: -92px;
    padding: 24px;
    position: relative;
}

.mega-feature strong {
    font-size: 21px;
}

.mega-feature span {
    color: rgba(255, 255, 255, .78);
}

.header-tools {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.site-search {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    display: flex;
    min-height: 42px;
    width: 48px;
    overflow: hidden;
    position: relative;
    transition: background .16s ease, border-color .16s ease;
}

.site-header.compact .site-search {
    background: #eef3f8;
    border-color: #d6e0ea;
}

.site-search label {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.site-search input {
    background: transparent;
    border: 0;
    color: inherit;
    max-width: 0;
    opacity: 0;
    outline: 0;
    padding: 9px 0;
    transition: max-width .18s ease, opacity .18s ease, padding .18s ease;
    width: 0;
}

.site-search input::placeholder {
    color: rgba(255, 255, 255, .72);
}

.site-header.compact .site-search input::placeholder {
    color: var(--muted);
}

.site-search button {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-grid;
    place-items: center;
    font-size: 22px;
    font-weight: 900;
    min-height: 42px;
    padding: 0 14px;
}

.site-search-icon {
    background: currentColor;
    display: inline-block;
    height: 21px;
    -webkit-mask: url("/assets/ico/search.svg") center / contain no-repeat;
    mask: url("/assets/ico/search.svg") center / contain no-repeat;
    width: 21px;
}

.site-search:hover,
.site-search:focus-within {
    background: rgba(255, 255, 255, .18);
    border-color: rgba(255, 255, 255, .34);
}

.site-search:hover input,
.site-search:focus-within input {
    max-width: 148px;
    opacity: 1;
    padding-left: 15px;
    width: 148px;
}

.site-search:hover,
.site-search:focus-within {
    width: 208px;
}

.site-search:focus-within {
    overflow: visible;
}

.search-suggestions {
    background: #ffffff;
    border: 1px solid rgba(13, 24, 38, .12);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(4, 12, 24, .22);
    color: var(--ink);
    display: grid;
    gap: 2px;
    left: 0;
    max-height: min(420px, 70vh);
    min-width: min(360px, calc(100vw - 36px));
    overflow: auto;
    padding: 8px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 80;
}

.search-suggestions[hidden] {
    display: none;
}

.search-suggestions a {
    border-radius: 6px;
    color: var(--ink);
    display: grid;
    gap: 4px;
    padding: 10px 12px;
    text-decoration: none;
}

.search-suggestions a:hover,
.search-suggestions a.is-active {
    background: #eef3f8;
}

.search-suggestions strong {
    color: var(--blue);
    font-size: 14px;
    line-height: 1.25;
}

.search-suggestions span {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
}

.site-search.wide {
    color: var(--ink);
    max-width: 620px;
    width: 100%;
}

.site-search.wide input {
    max-width: none;
    width: 100%;
}

.header-cta {
    align-items: center;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    color: var(--white);
    display: none;
    font-size: 16px;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    min-width: 158px;
    padding: 0 28px;
    white-space: nowrap;
}

.header-cta:hover {
    background: var(--orange);
    border-color: var(--orange);
    color: var(--ink);
}

.hero {
    align-items: flex-end;
    background-image: linear-gradient(90deg, rgba(5, 10, 18, .84), rgba(14, 24, 39, .66) 42%, rgba(14, 24, 39, .28)), url("/assets/img/hero.home.jpg");
    background-position: center;
    background-size: cover;
    color: var(--white);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: calc(100vh - 54px);
    padding: 230px 8.5vw 36px;
    position: relative;
}

.hero-copy {
    max-width: 920px;
    padding-bottom: 32px;
}

.eyebrow {
    color: var(--aqua);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 14px;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

main p:not(.eyebrow),
.footer-brand p,
.mega-section p {
    hyphens: auto;
    text-align: justify;
    text-align-last: left;
}

main .capability-card p,
main .solution-card p,
main .showcase-card p,
main .hardware-grid article p,
main .page-feature-grid p,
main .page-process article p,
.footer-brand p,
.feature-item,
.proof-grid span,
.hero-proof span {
    hyphens: none;
    text-align: left;
}

h1 {
    font-size: clamp(52px, 7.2vw, 86px);
    letter-spacing: 0;
    line-height: .92;
    margin-bottom: 26px;
    max-width: 880px;
}

h2 {
    font-size: clamp(32px, 4.4vw, 58px);
    letter-spacing: 0;
    line-height: 1.02;
    margin-bottom: 18px;
}

h3 {
    font-size: 22px;
    line-height: 1.2;
}

.hero .eyebrow,
.hero-copy p:not(.eyebrow) {
    color: rgba(255, 255, 255, .92);
}

.hero-copy p:not(.eyebrow),
.section-heading p,
.rich-copy p,
.contact-band p {
    color: var(--muted);
    font-size: 19px;
}

.hero-copy p:not(.eyebrow) {
    color: rgba(255, 255, 255, .86);
    max-width: 770px;
}

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

.button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    gap: 12px;
    font-weight: 900;
    justify-content: center;
    line-height: 1.15;
    min-width: 190px;
    min-height: 52px;
    padding: 13px 34px;
    position: relative;
    text-align: center;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
    white-space: nowrap;
}

.button::after {
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    flex: 0 0 7px;
    height: 7px;
    opacity: .82;
    transform: rotate(45deg);
    transition: opacity .18s ease, transform .18s ease;
    width: 7px;
}

.button:hover {
    transform: translateY(-2px);
}

.button:hover::after,
.button:focus-visible::after {
    opacity: 1;
    transform: translateX(3px) rotate(45deg);
}

.admin-page .button::after,
.auth-page .button::after {
    content: none;
}

.admin-page .button:hover,
.auth-page .button:hover {
    transform: none;
}

.button.primary {
    background: var(--orange);
    color: #17202a;
}

.button.secondary {
    border: 1px solid rgba(255, 255, 255, .58);
    color: var(--white);
}

.hero-proof {
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 18px;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 760px;
    overflow: hidden;
}

.hero-proof div {
    border-right: 1px solid rgba(255, 255, 255, .18);
    display: grid;
    gap: 2px;
    padding: 22px 24px;
}

.hero-proof div:last-child {
    border-right: 0;
}

.hero-proof strong {
    font-size: 28px;
    line-height: 1;
}

.hero-proof span {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
}

.trust-strip {
    align-items: center;
    background:
        linear-gradient(180deg, #ffffff 0%, #f3f8fc 100%);
    border-bottom: 1px solid #d8e5ef;
    border-top: 1px solid rgba(216, 229, 239, .72);
    color: #62728a;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding: 16px 8.5vw;
}

.trust-strip span {
    font-size: 13px;
    font-weight: 900;
    margin-right: 14px;
    text-transform: uppercase;
}

.trust-strip strong {
    background: #ffffff;
    border: 1px solid #cfdde9;
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(14, 36, 60, .06);
    color: var(--blue);
    font-size: 15px;
    padding: 9px 14px;
}

.section {
    padding: 96px 8.5vw;
}

.section-heading {
    max-width: 820px;
}

.solution-grid,
.feature-grid,
.capability-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 42px;
}

.solution-card,
.feature-item,
.capability-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 18px 55px rgba(15, 35, 60, .06);
    padding: 32px;
}

.solution-card span {
    color: var(--rose);
    font-size: 13px;
    font-weight: 900;
}

.solution-card p {
    color: var(--muted);
}

.split {
    background: var(--white);
    display: grid;
    gap: 58px;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

.rich-copy {
    columns: 2;
    column-gap: 40px;
}

.feature-list {
    background: #eaf1f7;
}

.feature-item {
    color: var(--blue);
    font-weight: 900;
}

.contact-band {
    align-items: center;
    background: linear-gradient(135deg, #14385f, #0e243c);
    color: var(--white);
    display: flex;
    gap: 32px;
    justify-content: space-between;
}

.contact-band .eyebrow,
.contact-band p {
    color: #c8dae9;
}

.contact-band .button.primary {
    flex: 0 0 auto;
}

.site-footer {
    align-items: center;
    background: var(--white);
    color: var(--muted);
    display: flex;
    justify-content: space-between;
    padding: 32px 8.5vw;
}

.search-page h1 {
    color: var(--blue);
}

.search-page .breadcrumbs {
    margin-bottom: 28px;
}

.search-page .breadcrumbs li {
    color: rgba(21, 57, 95, .66);
}

.search-page .breadcrumbs a {
    color: rgba(21, 57, 95, .72);
}

.search-page .breadcrumbs a:hover,
.search-page .breadcrumbs a:focus-visible,
.search-page .breadcrumbs [aria-current="page"] span {
    color: var(--blue);
}

.search-hint {
    color: var(--muted);
    font-size: 18px;
}

.search-results {
    display: grid;
    gap: 14px;
    margin-top: 30px;
    max-width: 840px;
}

.search-suggestion-section {
    margin-top: 42px;
}

.search-suggestion-section h2 {
    color: var(--blue);
    font-size: clamp(28px, 3vw, 42px);
    letter-spacing: 0;
    margin: 0 0 18px;
}

.search-results.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 980px;
}

.search-result {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 10px;
    display: grid;
    gap: 6px;
    padding: 22px 58px 22px 22px;
    position: relative;
    transition: box-shadow .18s ease, transform .18s ease;
}

.search-result::after {
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    color: var(--blue);
    content: "";
    height: 10px;
    opacity: .72;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: opacity .18s ease, transform .18s ease;
    width: 10px;
}

.search-result:hover,
.search-result:focus-visible {
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}

.search-result:hover::after,
.search-result:focus-visible::after {
    opacity: 1;
    transform: translate(4px, -50%) rotate(45deg);
}

.search-result strong {
    color: var(--blue);
}

.search-result span {
    color: var(--muted);
}

@media (max-width: 760px) {
    .search-results.compact {
        grid-template-columns: 1fr;
    }
}

.error-page {
    min-height: calc(100vh - 86px);
}

.error-panel {
    background:
        linear-gradient(135deg, rgba(20, 56, 95, .94), rgba(5, 12, 22, .94)),
        url("/assets/img/hero.home.jpg") center / cover;
    border-radius: 26px;
    color: var(--white);
    display: grid;
    gap: 24px;
    justify-items: start;
    margin: 0 auto;
    max-width: 960px;
    overflow: hidden;
    padding: clamp(38px, 7vw, 76px);
    position: relative;
}

.error-panel::after {
    background: radial-gradient(circle at 90% 10%, rgba(88, 185, 200, .24), transparent 32%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.error-code {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: var(--aqua);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    padding: 8px 14px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.error-panel h1 {
    font-size: clamp(38px, 6vw, 72px);
    line-height: .98;
    margin: 0;
    max-width: 780px;
    position: relative;
    z-index: 1;
}

.error-panel p {
    color: #dbe8f3;
    font-size: clamp(18px, 2.3vw, 22px);
    margin: 0;
    max-width: 720px;
    position: relative;
    z-index: 1;
}

.error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 8px;
    position: relative;
    z-index: 1;
}

.site-header {
    min-height: 132px;
}

.brand {
    font-size: 34px;
}

.nav-group > a {
    min-height: 132px;
}

.nav-group.has-mega:hover > a,
.nav-group.has-mega:focus-within > a {
    background: rgba(255, 255, 255, .09);
}

.mega-panel {
    border-radius: 16px;
    grid-template-columns: minmax(0, 1fr) 420px;
    top: 132px;
}

.mega-content {
    padding: 38px;
}

.mega-feature {
    min-height: 300px;
}

.hero {
    min-height: 690px;
    padding-bottom: 38px;
    padding-top: 220px;
}

.hero-copy {
    padding-bottom: 28px;
}

.solutions {
    background: var(--white);
    padding-top: 88px;
}

.solutions .section-heading {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    max-width: none;
}

.solutions .section-heading p:last-child {
    align-self: end;
}

.solution-grid {
    gap: 0;
    margin-top: 48px;
}

.solution-card {
    border-radius: 0;
    box-shadow: none;
    min-height: 330px;
    padding: 36px;
    position: relative;
}

.solution-card:first-child {
    border-radius: 8px 0 0 8px;
}

.solution-card:last-child {
    border-radius: 0 8px 8px 0;
}

.solution-card::before {
    background: linear-gradient(90deg, var(--orange), var(--aqua));
    content: "";
    height: 4px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.solution-card h3 {
    font-size: 25px;
    margin-top: 18px;
}

.solution-card a {
    align-items: center;
    color: var(--blue);
    display: inline-flex;
    gap: 10px;
    font-weight: 900;
    margin-top: auto;
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
}

.solution-card a::after {
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    height: 7px;
    transform: rotate(45deg);
    transition: transform .18s ease;
    width: 7px;
}

.solution-card a:hover,
.solution-card a:focus-visible {
    color: #0e2f67;
    transform: translateX(2px);
}

.solution-card a:hover::after,
.solution-card a:focus-visible::after {
    transform: translateX(3px) rotate(45deg);
}

.capability-overview {
    background:
        linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
}

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

.capability-card {
    border-color: #d7e1ec;
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(14, 36, 60, .06);
    display: grid;
    min-height: 300px;
    padding: 28px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.capability-card:hover {
    border-color: #c2d1df;
    box-shadow: 0 24px 64px rgba(14, 36, 60, .12);
    transform: translateY(-4px);
}

.capability-card span {
    color: var(--rose);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.capability-card h3 {
    color: var(--blue);
    margin: 18px 0 12px;
}

.capability-card p {
    color: var(--muted);
}

.capability-card a {
    align-self: end;
    align-items: center;
    color: var(--blue);
    display: inline-flex;
    gap: 10px;
    font-weight: 900;
    margin-top: 18px;
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
}

.capability-card a::after {
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    height: 7px;
    transform: rotate(45deg);
    transition: transform .18s ease;
    width: 7px;
}

.capability-card a:hover,
.capability-card a:focus-visible {
    color: #0e2f67;
    transform: translateX(2px);
}

.capability-card a:hover::after,
.capability-card a:focus-visible::after {
    transform: translateX(3px) rotate(45deg);
}

.proof-band {
    align-items: center;
    background: #17293d;
    color: var(--white);
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    padding: 74px 8.5vw;
}

.proof-band h2 {
    font-size: clamp(30px, 3.4vw, 48px);
}

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

.proof-grid div {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
    display: grid;
    gap: 8px;
    min-height: 150px;
    padding: 28px;
}

.proof-grid strong {
    color: var(--orange);
    font-size: 30px;
    line-height: 1;
}

.proof-grid span {
    color: rgba(255, 255, 255, .78);
    font-weight: 800;
}

.top-strip {
    min-height: 48px;
}

.top-strip strong {
    font-size: 17px;
}

.top-socials a {
    font-size: 19px;
}

.site-header {
    gap: 26px;
    grid-template-columns: auto minmax(0, 1fr) 48px;
    min-height: 108px;
    padding-left: 8vw;
    padding-right: 8vw;
    top: 48px;
}

.site-header::before {
    background: linear-gradient(180deg, rgba(3, 11, 21, .48), rgba(3, 11, 21, .06));
}

.brand {
    font-size: 31px;
    gap: 11px;
}

.brand-mark {
    border-radius: 7px;
    font-size: 20px;
    height: 38px;
    width: 38px;
}

.main-nav {
    gap: 23px;
    justify-content: center;
}

.nav-group > a {
    border-bottom-width: 1px;
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    font-weight: 700;
    min-height: 108px;
    padding: 0 3px;
}

.nav-group.has-mega > a::after {
    border-left-width: 3px;
    border-right-width: 3px;
    border-top-width: 4px;
    margin-left: 8px;
}

.nav-group:hover > a,
.nav-group:focus-within > a {
    border-color: rgba(255, 255, 255, .95);
}

.nav-group.has-mega:hover > a,
.nav-group.has-mega:focus-within > a {
    background: transparent;
}

.header-tools {
    gap: 0;
}

.site-search {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .28);
    min-height: 46px;
    width: 46px;
}

.site-search button {
    font-size: 0;
    min-height: 46px;
    padding: 0;
    position: relative;
    width: 46px;
}

.site-search button::before {
    content: "";
    display: none;
}

.site-search button::after {
    content: "";
    display: none;
}

.site-search:hover,
.site-search:focus-within {
    width: 190px;
}

.site-search:hover input,
.site-search:focus-within input {
    max-width: 132px;
    width: 132px;
}

.mega-panel {
    border-radius: 12px;
    grid-template-columns: minmax(0, 1fr) 360px;
    left: 8vw;
    right: 8vw;
    top: 108px;
}

.mega-content {
    gap: 24px;
    padding: 30px 32px;
}

.mega-section h3 {
    font-size: 18px;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.mega-icon {
    flex-basis: 26px;
    font-size: 13px;
    height: 26px;
    width: 26px;
}

.mega-section ul {
    gap: 9px;
}

.mega-section a {
    font-size: 16px;
}

.mega-feature {
    min-height: 245px;
}

.mega-feature div {
    margin-top: -82px;
    padding: 20px;
}

.mega-feature strong {
    font-size: 19px;
}

.mega-panel {
    border-radius: 14px;
    box-shadow: 0 20px 54px rgba(8, 18, 34, .24);
    grid-template-columns: minmax(0, 1fr) 330px;
    left: 1.6vw;
    right: 2.4vw;
    top: 124px;
}

.mega-content {
    gap: 34px;
    padding: 34px 30px 32px;
}

.mega-section h3 {
    align-items: center;
    border-bottom: 0;
    color: #101720;
    display: flex;
    font-size: 19px;
    font-weight: 900;
    gap: 10px;
    line-height: 1.16;
    margin: 0 0 4px;
    padding: 0;
}

.mega-section p {
    border-bottom: 1px solid #cfd6df;
    color: #4e5865;
    font-size: 14px;
    line-height: 1.35;
    margin: 0 0 12px;
    min-height: 38px;
    padding: 0 0 12px 28px;
}

.mega-icon {
    background: transparent;
    border-radius: 0;
    color: var(--rose);
    flex: 0 0 18px;
    font-size: 17px;
    height: auto;
    line-height: 1;
    width: 18px;
}

.mega-section ul {
    gap: 10px;
}

.mega-section a {
    color: #20242c;
    font-size: 17px;
    line-height: 1.3;
}

.mega-feature {
    background: #102842;
    min-height: 250px;
}

.mega-feature img {
    min-height: 160px;
}

.mega-feature div {
    margin-top: -76px;
    padding: 18px 22px;
}

.mega-feature strong {
    font-size: 18px;
}

.mega-feature span {
    font-size: 15px;
    line-height: 1.45;
}

@media (max-width: 1320px) {
    .site-header {
        grid-template-columns: minmax(210px, auto) minmax(0, 1fr) auto;
        padding-left: 5.5vw;
        padding-right: 5.5vw;
    }

    .header-tools {
        grid-column: auto;
        justify-content: flex-end;
        margin-top: 0;
    }

    .nav-group > a {
        font-size: 15px;
        padding: 0 8px;
    }

    .brand {
        font-size: 27px;
        gap: 10px;
    }

    .brand-mark {
        font-size: 20px;
        height: 38px;
        width: 38px;
    }
}

@media (max-width: 1100px) {
    .top-strip {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 16px 24px;
        text-align: center;
    }

    .top-strip strong {
        font-size: 14px;
        line-height: 1.25;
        max-width: 320px;
        justify-self: center;
        white-space: normal;
    }

    .top-socials,
    .top-language {
        justify-content: center;
    }

    .site-header {
        background: rgba(8, 18, 32, .9);
        grid-template-columns: 1fr;
        min-height: 0;
        overflow: hidden;
        padding: 18px 24px;
        position: relative;
        top: 0;
    }

    .site-header::before {
        display: none;
    }

    .brand {
        font-size: 28px;
    }

    .site-header:not(.compact) .brand-mark {
        display: inline-flex;
    }

    .main-nav {
        justify-content: flex-start;
        max-width: 100%;
        min-width: 0;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        width: 100%;
    }

    .nav-group > a {
        min-height: 44px;
    }

    .mega-panel {
        display: none;
    }

    .header-tools {
        grid-column: auto;
        justify-content: flex-start;
        margin-top: 0;
    }

    .hero {
        min-height: auto;
        padding-top: 84px;
    }

    .hero-copy,
    .hero-copy p:not(.eyebrow),
    h1 {
        max-width: 100%;
    }
}

@media (max-width: 900px) {
    .split,
    .capability-intro,
    .contact-band,
    .proof-band,
    .solutions .section-heading {
        grid-template-columns: 1fr;
    }

    .solution-grid,
    .feature-grid,
    .proof-grid,
    .hero-proof {
        grid-template-columns: 1fr;
    }

    .solution-card,
    .solution-card:first-child,
    .solution-card:last-child {
        border-radius: 8px;
    }

    .hero-proof div {
        border-bottom: 1px solid rgba(255, 255, 255, .18);
        border-right: 0;
    }

    .hero-proof div:last-child {
        border-bottom: 0;
    }

    .rich-copy {
        columns: 1;
    }

    .capability-intro {
        gap: 34px;
    }

    .contact-band {
        align-items: flex-start;
        display: grid;
    }

    .site-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 620px) {
    .hero {
        padding-left: 32px;
        padding-right: 32px;
    }

    .hero-copy {
        width: min(100%, 326px);
    }

    .header-tools {
        flex-wrap: wrap;
        width: 100%;
    }

    .site-search {
        width: 48px;
    }

    .site-search:hover,
    .site-search:focus-within {
        width: min(100%, 220px);
    }

    h1 {
        font-size: 38px;
        letter-spacing: 0;
    }

    .hero-copy p:not(.eyebrow) {
        font-size: 15px;
        hyphens: none;
        line-height: 1.7;
        text-align: left;
    }

    .page-hero > p:not(.eyebrow) {
        text-align: left;
    }

    .site-header.nav-open .mega-section p,
    .site-header.nav-open .mega-section a {
        text-align: left;
    }
}

.site-header:not(.compact) {
    grid-template-columns: minmax(0, 1fr) 246px;
}

.site-header:not(.compact) .brand {
    display: none;
}

.site-header:not(.compact) .main-nav {
    grid-column: 1;
    justify-content: flex-start;
}

.site-header:not(.compact) .header-tools {
    grid-column: 2;
    justify-content: flex-end;
}

.site-header.is-stuck:not(.compact) {
    grid-template-columns: 42px minmax(0, 1fr) 246px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.site-header.is-stuck:not(.compact) .brand {
    display: inline-flex;
    grid-column: 1;
}

.site-header.is-stuck:not(.compact) .brand span:not(.brand-mark) {
    display: none;
}

.site-header.is-stuck:not(.compact) .brand-mark {
    display: inline-flex;
}

.site-header.is-stuck:not(.compact) .main-nav {
    grid-column: 2;
}

.site-header.is-stuck:not(.compact) .header-tools {
    grid-column: 3;
}

@media (max-width: 1320px) {
    .site-header:not(.compact) {
        grid-template-columns: minmax(0, 1fr) 210px;
    }

    .site-header.is-stuck:not(.compact) {
        grid-template-columns: 40px minmax(0, 1fr) 210px;
    }
}

@media (max-width: 1100px) {
    .site-header:not(.compact),
    .site-header.is-stuck:not(.compact) {
        grid-template-columns: 1fr;
    }

    .site-header:not(.compact) .main-nav,
    .site-header:not(.compact) .header-tools,
    .site-header.is-stuck:not(.compact) .brand,
    .site-header.is-stuck:not(.compact) .main-nav,
    .site-header.is-stuck:not(.compact) .header-tools {
        grid-column: 1 / -1;
    }
}

.top-strip {
    grid-template-columns: 1fr auto 1fr;
}

.top-brand {
    align-items: center;
    display: inline-flex;
    font-size: 18px;
    font-weight: 900;
    gap: 10px;
    line-height: 1;
    text-decoration: none;
}

.top-brand-mark {
    align-items: center;
    background: var(--white);
    border-radius: 5px;
    color: var(--blue);
    display: inline-flex;
    font-size: 15px;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.site-header {
    grid-template-columns: auto minmax(0, 1fr) 246px;
    margin-bottom: -108px;
    position: sticky;
    top: 0;
    z-index: 55;
}

.site-header::before {
    background: #050b15;
    backdrop-filter: none;
}

.site-search {
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255, 255, 255, .36);
    color: var(--ink);
    min-height: 42px;
    width: 246px;
}

.site-search:hover,
.site-search:focus-within {
    background: var(--white);
    border-color: rgba(255, 255, 255, .72);
    width: 246px;
}

.site-search input,
.site-search:hover input,
.site-search:focus-within input {
    color: var(--ink);
    max-width: none;
    opacity: 1;
    padding: 9px 0 9px 15px;
    width: 190px;
}

.site-search input::placeholder {
    color: #7a8491;
}

.site-search button {
    flex: 0 0 44px;
    color: var(--blue);
    min-height: 42px;
    z-index: 1;
    width: 44px;
}

.site-search button::before {
    display: none;
}

.site-search button::after {
    display: none;
}

.site-search.wide,
.site-search.wide:hover,
.site-search.wide:focus-within {
    background: #eef3f8;
    border-color: #d6e0ea;
    color: var(--ink);
    max-width: 620px;
    width: 100%;
}

.site-search.wide input,
.site-search.wide:hover input,
.site-search.wide:focus-within input {
    max-width: none;
    width: 100%;
}

.scroll-top {
    align-items: center;
    background: var(--blue);
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 999px;
    bottom: 24px;
    box-shadow: 0 18px 44px rgba(8, 18, 34, .26);
    color: var(--white);
    cursor: pointer;
    display: inline-flex;
    font-size: 25px;
    height: 54px;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 24px;
    transform: translateY(14px) scale(.94);
    transition: opacity .2s ease, transform .2s ease, background .2s ease;
    width: 54px;
    z-index: 80;
}

.scroll-top-icon {
    background: currentColor;
    display: inline-block;
    height: 24px;
    -webkit-mask: url("/assets/ico/arrow-up.svg") center / contain no-repeat;
    mask: url("/assets/ico/arrow-up.svg") center / contain no-repeat;
    width: 24px;
}

.scroll-top:hover,
.scroll-top:focus-visible {
    background: var(--orange);
    color: #17202a;
    outline: 0;
    transform: translateY(0) scale(1.03);
}

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

@media (max-width: 1320px) {
    .site-header {
        grid-template-columns: auto minmax(0, 1fr) 210px;
    }

    .site-search,
    .site-search:hover,
    .site-search:focus-within {
        width: 210px;
    }

    .site-search input,
    .site-search:hover input,
    .site-search:focus-within input {
        width: 154px;
    }
}

@media (max-width: 1100px) {
    .top-strip {
        grid-template-columns: 1fr;
    }

    .top-brand {
        justify-content: center;
    }

    .site-header {
        margin-bottom: 0;
        position: sticky;
        top: 0;
        z-index: 55;
    }

    .site-search,
    .site-search:hover,
    .site-search:focus-within {
        width: min(100%, 260px);
    }

    .site-search input,
    .site-search:hover input,
    .site-search:focus-within input {
        width: calc(100% - 48px);
    }
}

@media (max-width: 620px) {
    .site-header {
        grid-template-columns: 1fr;
    }

    .brand,
    .site-header.compact .header-language,
    .main-nav,
    .header-tools {
        grid-column: 1 / -1;
    }

    .site-header.compact {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .site-header.compact .brand {
        grid-column: 1;
    }

    .site-header.compact .header-language {
        grid-column: 2;
    }

    .site-header.compact .site-search {
        grid-column: 1 / -1;
    }

    .header-tools {
        display: flex;
        width: 100%;
    }

    .site-search,
    .site-search:hover,
    .site-search:focus-within {
        max-width: calc(100vw - 48px);
        width: calc(100vw - 48px);
    }

    .site-search input,
    .site-search:hover input,
    .site-search:focus-within input {
        width: calc(100% - 48px);
    }

    .scroll-top {
        bottom: 30px;
        height: 48px;
        right: 18px;
        width: 48px;
    }
}

/* Professional template layer */
body {
    background: #f5f7fb;
}

.top-strip {
    box-shadow: 0 1px 0 rgba(255, 255, 255, .08) inset;
}

.site-header.is-stuck::before {
    background: #050b15;
    box-shadow: none;
}

.hero {
    isolation: isolate;
    min-height: 760px;
    overflow: hidden;
}

.hero-copy {
    text-shadow: 0 2px 18px rgba(0, 0, 0, .42);
}

.hero-copy p:not(.eyebrow) {
    font-size: 21px;
    line-height: 1.62;
}

.button.primary {
    box-shadow: 0 16px 34px rgba(238, 155, 71, .3);
}

.button.primary:hover {
    background: #f3ad63;
    box-shadow: 0 20px 42px rgba(238, 155, 71, .36);
}

.button.secondary:hover {
    background: rgba(255, 255, 255, .13);
}

.section {
    padding-bottom: 108px;
    padding-top: 108px;
    position: relative;
    scroll-margin-top: 118px;
}

.anchor-sentinel {
    height: 1px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: -118px;
    width: 1px;
}

.section-heading {
    max-width: 930px;
}

.section-heading p {
    line-height: 1.7;
}

.solutions {
    background:
        linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.section-media-banner {
    align-items: flex-end;
    background:
        linear-gradient(110deg, rgba(5, 13, 24, .88), rgba(7, 19, 34, .5) 58%, rgba(7, 19, 34, .78)),
        var(--section-media-bg) center / cover;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(14, 36, 60, .14);
    color: #ffffff;
    display: flex;
    min-height: 245px;
    margin-top: 38px;
    overflow: hidden;
    padding: 30px;
}

.section-media-banner div {
    display: grid;
    gap: 8px;
    max-width: 620px;
}

.section-media-banner span {
    color: #9de5ef;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.section-media-banner strong {
    display: block;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.02;
}

.solution-card {
    background: #ffffff;
    border-color: #d7e1ec;
    transition: transform .2s ease, box-shadow .2s ease;
}

.solution-card:hover {
    box-shadow: 0 22px 58px rgba(14, 36, 60, .12);
    transform: translateY(-4px);
    z-index: 2;
}

.solution-card span {
    color: #d73b61;
}

.service-showcase {
    background: #0b1725;
    color: #ffffff;
    position: relative;
}

.service-showcase::before {
    background:
        linear-gradient(135deg, rgba(88, 185, 200, .2), rgba(238, 155, 71, .12)),
        linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 45%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.service-showcase > * {
    position: relative;
}

.service-showcase .section-heading p,
.service-showcase .eyebrow {
    color: #b7cadc;
}

.media-heading {
    align-items: stretch;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .56fr);
    max-width: none;
}

.section-media-card {
    background: #0b1725;
    border-radius: 16px;
    box-shadow: 0 22px 70px rgba(14, 36, 60, .14);
    margin: 0;
    min-height: 230px;
    overflow: hidden;
    position: relative;
}

.section-media-card::after {
    background:
        linear-gradient(180deg, transparent 35%, rgba(5, 13, 24, .26)),
        linear-gradient(90deg, rgba(5, 13, 24, .16), transparent 48%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.section-media-card img {
    display: block;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    width: 100%;
}

.showcase-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 46px;
}

.showcase-card {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    min-height: 430px;
    padding: 32px;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.showcase-card:hover {
    background: rgba(255, 255, 255, .095);
    border-color: rgba(88, 185, 200, .24);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
    transform: translateY(-4px);
}

.showcase-card span {
    color: var(--orange);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.showcase-card h3 {
    color: #ffffff;
    font-size: 28px;
    margin: 20px 0 18px;
}

.showcase-card p {
    color: #cbd8e3;
    font-size: 17px;
}

.showcase-card ul {
    display: grid;
    gap: 11px;
    list-style: none;
    margin: auto 0 0;
    padding: 0;
}

.showcase-card li {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-weight: 800;
    gap: 10px;
}

.showcase-card li::before {
    background: var(--aqua);
    border-radius: 999px;
    content: "";
    flex: 0 0 8px;
    height: 8px;
    width: 8px;
}

.proof-band {
    background:
        linear-gradient(135deg, #132941, #183e60 58%, #1a2f45);
}

.delivery-model {
    background: #ffffff;
}

.compact-heading {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, .72fr) minmax(0, .82fr) minmax(280px, .46fr);
    max-width: none;
}

.compact-heading .eyebrow,
.compact-heading h2 {
    grid-column: 1;
}

.compact-heading p:not(.eyebrow) {
    align-self: end;
    grid-column: 2;
    grid-row: 1 / span 2;
}

.compact-heading-media {
    grid-column: 3;
    grid-row: 1 / span 2;
    min-height: 235px;
}

.delivery-steps {
    counter-reset: steps;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 52px;
}

.delivery-steps article {
    border: 1px solid var(--line);
    border-left: 0;
    min-height: 300px;
    padding: 34px;
}

.delivery-steps article:first-child {
    border-left: 1px solid var(--line);
    border-radius: 8px 0 0 8px;
}

.delivery-steps article:last-child {
    border-radius: 0 8px 8px 0;
}

.delivery-steps span {
    color: var(--rose);
    font-size: 13px;
    font-weight: 900;
}

.delivery-steps p {
    color: var(--muted);
}

.split {
    background:
        linear-gradient(90deg, #edf4fb 0%, #ffffff 42%, #ffffff 100%);
}

.hardware-section {
    background: #f0f4f8;
}

.hardware-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 46px;
}

.hardware-grid article {
    background: #ffffff;
    border: 1px solid #d8e2ec;
    border-radius: 8px;
    min-height: 285px;
    padding: 28px;
}

.hardware-grid span {
    align-items: center;
    background: #e8f5f8;
    border-radius: 999px;
    color: #126271;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    min-height: 28px;
    padding: 0 12px;
    text-transform: uppercase;
}

.hardware-grid h3 {
    margin: 24px 0 14px;
}

.hardware-grid p {
    color: var(--muted);
}

.integration-band {
    align-items: center;
    background: #ffffff;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    padding: 92px 8.5vw;
}

.integration-band h2 {
    color: var(--blue);
}

.integration-band p:not(.eyebrow) {
    color: var(--muted);
    font-size: 19px;
}

.integration-panel {
    display: grid;
    gap: 20px;
}

.integration-panel .section-media-card {
    min-height: 230px;
}

.integration-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.integration-list span {
    background: #101f30;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 999px;
    color: #ffffff;
    font-weight: 900;
    padding: 12px 16px;
}

.feature-list {
    background:
        linear-gradient(180deg, #eaf1f7 0%, #f8fafc 100%);
}

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

.feature-item {
    align-items: center;
    border-color: #d7e1ec;
    border-radius: 8px;
    display: flex;
    min-height: 84px;
    padding: 22px 26px;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.feature-item:hover {
    background: #ffffff;
    border-color: #c2d1df;
    box-shadow: 0 18px 48px rgba(14, 36, 60, .08);
    transform: translateY(-3px);
}

.feature-item::before {
    background: var(--orange);
    border-radius: 999px;
    content: "";
    flex: 0 0 9px;
    height: 9px;
    margin-right: 14px;
    width: 9px;
}

/* Homepage visual polish: section icons and infrastructure media */
.card-icon {
    align-items: center;
    background: #eef7fb;
    border: 1px solid #d9ebf2;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 48px;
    height: 48px;
    justify-content: center;
    margin-bottom: 18px;
    padding: 0;
    width: 48px;
}

.card-icon img {
    display: block;
    height: 23px;
    width: 23px;
}

.capability-intro {
    align-items: stretch;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
    max-width: none;
}

.capability-intro-media {
    align-content: space-between;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.capability-intro-media > p:not(.eyebrow) {
    margin: 0;
    max-width: 640px;
}

.media-title {
    align-items: flex-end;
    background:
        linear-gradient(115deg, rgba(5, 13, 24, .88), rgba(7, 19, 34, .55) 52%, rgba(7, 19, 34, .78)),
        var(--media-title-bg) center / cover;
    border-radius: 16px;
    box-shadow: 0 28px 80px rgba(14, 36, 60, .18);
    color: #ffffff;
    display: flex;
    font-size: clamp(30px, 3.4vw, 44px);
    height: auto;
    line-height: 1.04;
    margin: 0;
    min-height: clamp(260px, 21vw, 320px);
    padding: 30px;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .42);
}

.capability-card > span:not(.card-icon) {
    color: var(--rose);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.solution-card-head,
.showcase-card-head,
.delivery-step-head {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.solution-card-head > span:first-child,
.showcase-card-head > span:first-child,
.delivery-step-head > span:first-child {
    color: #d73b61;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.solution-card .card-icon,
.delivery-steps .card-icon {
    background: #f3f8fb;
    color: inherit;
    margin-bottom: 0;
}

.showcase-card .card-icon {
    background: rgba(88, 185, 200, .12);
    border-color: rgba(88, 185, 200, .22);
    color: inherit;
    margin-bottom: 0;
}

.showcase-card .card-icon img {
    filter: brightness(0) invert(1);
    opacity: .92;
}

.split {
    align-items: stretch;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
}

.infrastructure-section {
    background:
        linear-gradient(135deg, #f9fbfd, #eef4f8);
}

.infrastructure-heading {
    align-self: stretch;
}

.infrastructure-visual-card {
    align-content: end;
    background:
        linear-gradient(115deg, rgba(5, 13, 24, .9), rgba(7, 19, 34, .55) 56%, rgba(7, 19, 34, .82)),
        var(--section-media-bg) center / cover;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(14, 36, 60, .13);
    color: #ffffff;
    display: grid;
    min-height: 0;
    overflow: hidden;
    padding: 34px;
}

.infrastructure-visual-card .eyebrow {
    color: #9de5ef;
    margin-bottom: 18px;
}

.infrastructure-visual-card h2 {
    color: #ffffff;
    font-size: clamp(32px, 3.35vw, 46px);
    line-height: 1.04;
    margin: 0;
    max-width: 620px;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .44);
}

.infrastructure-section .rich-copy {
    align-self: stretch;
    background: rgba(255, 255, 255, .74);
    border: 1px solid rgba(183, 201, 217, .72);
    border-radius: 16px;
    columns: auto;
    display: grid;
    gap: 20px;
    justify-content: start;
    align-content: center;
    padding: 30px;
}

.infrastructure-section .rich-copy p {
    hyphens: none;
    margin: 0;
    max-width: 640px;
    text-align: left;
}

.hardware-grid .card-icon,
.hardware-grid .card-icon:first-child {
    background: #eef7fb;
    color: inherit;
    display: inline-flex;
    height: 48px;
    margin-bottom: 18px;
    min-height: 48px;
    padding: 0;
    width: 48px;
}

.hardware-grid article > span:not(.card-icon) {
    align-items: center;
    background: #e8f5f8;
    border-radius: 999px;
    color: #126271;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    min-height: 28px;
    padding: 0 12px;
    text-transform: uppercase;
}

.feature-item {
    gap: 16px;
}

.feature-item::before {
    content: none;
    display: none;
}

.feature-icon {
    align-items: center;
    background: #fff3e5;
    border: 1px solid #f5d8b6;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.feature-icon img {
    display: block;
    height: 20px;
    width: 20px;
}

/* Homepage V2: ICE executive architecture layout */
.ecosystem-intro {
    align-items: stretch;
    background:
        linear-gradient(135deg, rgba(248, 251, 254, .96) 0%, rgba(238, 245, 251, .94) 100%),
        url("/assets/img/comm.fiber-access.jpg") center / cover;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    overflow: hidden;
    position: relative;
}

.ecosystem-intro::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .82), transparent 48%),
        radial-gradient(circle at 82% 18%, rgba(88, 185, 200, .16), transparent 32%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.ecosystem-copy {
    align-content: center;
    display: grid;
    position: relative;
}

.ecosystem-copy p,
.ice-layers p,
.benefits-section p,
.service-matrix p,
.industry-band p,
.sdca-principles p {
    text-align: left;
}

.ecosystem-map {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(239, 247, 252, .88)),
        url("/assets/img/comm.ecosystem.jpg") center / cover;
    border: 1px solid rgba(177, 202, 222, .72);
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(14, 36, 60, .18);
    display: grid;
    gap: 22px;
    overflow: hidden;
    padding: 28px;
    position: relative;
}

.ecosystem-map::before {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .72)),
        radial-gradient(circle at 76% 14%, rgba(88, 185, 200, .18), transparent 34%);
    content: "";
    inset: 0;
    position: absolute;
}

.ecosystem-map > * {
    position: relative;
}

.ecosystem-map-head {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.ecosystem-map-head strong {
    color: var(--blue);
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.ecosystem-map-head span {
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

.ecosystem-map-flow {
    background: #ffffff;
    border: 1px solid #d5e3ee;
    border-radius: 999px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 9px;
}

.stream {
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    padding: 9px 10px;
    text-align: center;
    text-transform: uppercase;
}

.stream-1 {
    background: #3b8a3b;
}

.stream-2 {
    background: #175ba7;
}

.stream-3 {
    background: #5545a6;
}

.stream-4 {
    background: #f07a18;
}

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

.ecosystem-nodes div {
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(216, 229, 239, .92);
    border-radius: 14px;
    box-shadow: 0 14px 36px rgba(16, 42, 68, .07);
    display: grid;
    gap: 8px;
    min-height: 150px;
    padding: 18px;
}

.ecosystem-nodes .card-icon {
    margin-bottom: 4px;
}

.ecosystem-nodes strong {
    color: var(--blue);
    font-size: 16px;
    line-height: 1.18;
}

.ecosystem-nodes small {
    color: var(--muted);
    font-weight: 800;
    line-height: 1.35;
}

.ecosystem-core {
    align-items: center;
    background:
        radial-gradient(circle at 30% 20%, rgba(88, 185, 200, .28), transparent 34%),
        linear-gradient(135deg, #0b1b2d, #143c63);
    border-radius: 16px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    min-height: 112px;
    padding: 24px;
}

.ecosystem-core strong {
    font-size: 42px;
    letter-spacing: 0;
}

.ecosystem-core span {
    color: #c8e5ef;
    font-weight: 900;
    max-width: 260px;
    text-align: right;
}

.architecture-pathways {
    background:
        linear-gradient(135deg, rgba(6, 18, 32, .96), rgba(10, 39, 66, .92) 54%, rgba(5, 16, 29, .96)),
        url("/assets/img/security.circuit-shield.jpg") center / cover;
    color: #ffffff;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    overflow: hidden;
    position: relative;
}

.architecture-pathways::before {
    background:
        radial-gradient(circle at 18% 22%, rgba(88, 185, 200, .2), transparent 32%),
        linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 42%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.architecture-pathways > * {
    position: relative;
}

.pathways-heading {
    align-content: center;
    display: grid;
    gap: 18px;
}

.pathways-heading h2 {
    color: #ffffff;
    font-size: clamp(38px, 5.1vw, 78px);
    line-height: .95;
    max-width: 760px;
}

.pathways-heading p:not(.eyebrow) {
    color: rgba(230, 243, 250, .88);
    font-size: 21px;
    line-height: 1.55;
    max-width: 690px;
    text-align: left;
}

.architecture-pathways .eyebrow {
    color: var(--cyan);
}

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

.pathway-card {
    align-items: flex-start;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(184, 211, 230, .32);
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
    color: var(--ink);
    display: grid;
    gap: 16px;
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 156px;
    padding: 22px;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.pathway-card .card-icon {
    background: #eef7fb;
    border-color: rgba(88, 185, 200, .24);
}

.pathway-card strong {
    color: var(--blue);
    display: block;
    font-size: 19px;
    line-height: 1.18;
    margin-bottom: 8px;
}

.pathway-card small {
    color: var(--muted);
    display: block;
    font-size: 15px;
    font-weight: 760;
    line-height: 1.45;
}

.pathway-card:hover {
    background: #ffffff;
    border-color: rgba(88, 185, 200, .56);
    transform: translateY(-2px);
}

.pathway-card:focus-visible {
    outline: 3px solid rgba(88, 185, 200, .74);
    outline-offset: 4px;
}

/* Homepage V3: concise executive SEO layout */
.homepage-v3-overview {
    align-items: stretch;
    background:
        linear-gradient(135deg, rgba(248, 251, 254, .97), rgba(236, 246, 251, .94)),
        url("/assets/img/comm.ecosystem.jpg") center / cover;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    overflow: hidden;
    position: relative;
}

.homepage-v3-overview::before {
    background:
        radial-gradient(circle at 82% 12%, rgba(88, 185, 200, .16), transparent 34%),
        linear-gradient(90deg, rgba(255, 255, 255, .82), transparent 58%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.homepage-v3-overview > *,
.homepage-v3-layers > *,
.homepage-v3-pathways > *,
.homepage-v3-security > *,
.homepage-v3-services > *,
.homepage-v3-proof > *,
.homepage-v3-industries > * {
    position: relative;
}

.v3-overview-copy,
.v3-section-header {
    align-content: center;
    display: grid;
    gap: 18px;
}

.v3-overview-copy h2,
.v3-section-header h2 {
    font-size: clamp(38px, 5vw, 72px);
    line-height: .98;
    max-width: 940px;
}

.v3-overview-copy p:not(.eyebrow),
.v3-section-header p:not(.eyebrow) {
    color: var(--muted);
    font-size: 21px;
    line-height: 1.55;
    max-width: 820px;
    text-align: left;
}

.v3-overview-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 10px;
}

.v3-executive-panel {
    background:
        linear-gradient(150deg, rgba(7, 22, 38, .96), rgba(16, 59, 94, .9)),
        url("/assets/img/security.global-shield.jpg") center / cover;
    border: 1px solid rgba(140, 206, 222, .34);
    border-radius: 18px;
    box-shadow: 0 34px 90px rgba(13, 36, 59, .22);
    color: #ffffff;
    display: grid;
    gap: 20px;
    overflow: hidden;
    padding: 28px;
}

.v3-panel-core {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding-bottom: 22px;
}

.v3-panel-core span {
    font-size: 74px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: .85;
}

.v3-panel-core strong {
    align-self: end;
    color: #d7eef6;
    font-size: 18px;
    line-height: 1.25;
    max-width: 300px;
    text-align: right;
}

.v3-signal-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.v3-node-grid article {
    background: rgba(255, 255, 255, .94);
    border-radius: 12px;
    display: grid;
    gap: 8px;
    min-height: 132px;
    padding: 18px;
}

.v3-node-grid img,
.v3-layer-card img,
.v3-pathway-card img,
.v3-service-grid img,
.v3-proof-grid img {
    height: 28px;
    width: 28px;
}

.v3-node-grid strong {
    color: var(--blue);
}

.v3-node-grid small {
    color: var(--muted);
    font-weight: 760;
    line-height: 1.35;
}

.homepage-v3-layers,
.homepage-v3-proof {
    background: #ffffff;
}

.v3-layer-stack {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 42px;
}

.v3-layer-card {
    background: linear-gradient(145deg, #ffffff, #f6f9fc);
    border: 1px solid rgba(211, 226, 238, .96);
    border-top: 6px solid var(--blue);
    border-radius: 12px;
    box-shadow: 0 18px 52px rgba(14, 35, 58, .07);
    display: grid;
    gap: 14px;
    min-height: 252px;
    padding: 22px;
}

.v3-layer-index {
    color: var(--cyan);
    font-size: 14px;
    font-weight: 950;
}

.v3-layer-card h3,
.v3-pathway-card strong,
.v3-principle-list h3,
.v3-proof-grid h3 {
    color: var(--blue);
    font-size: 19px;
    line-height: 1.18;
}

.v3-layer-card p,
.v3-pathway-card small,
.v3-principle-list p,
.v3-proof-grid p {
    color: var(--muted);
    font-size: 15px;
    font-weight: 740;
    line-height: 1.48;
    text-align: left;
}

.v3-layer-points {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}

.v3-layer-points li {
    color: #536981;
    font-size: 13px;
    font-weight: 820;
    line-height: 1.28;
    padding-left: 14px;
    position: relative;
}

.v3-layer-points li::before {
    color: var(--cyan);
    content: "•";
    font-weight: 950;
    left: 0;
    position: absolute;
    top: 0;
}

.homepage-v3-pathways {
    background:
        linear-gradient(135deg, rgba(6, 18, 32, .96), rgba(10, 39, 66, .92) 54%, rgba(5, 16, 29, .96)),
        url("/assets/img/comm.network-mesh.jpg") center / cover;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.homepage-v3-pathways::before,
.homepage-v3-security::before {
    background: radial-gradient(circle at 82% 10%, rgba(88, 185, 200, .16), transparent 34%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.homepage-v3-pathways .v3-section-header h2,
.homepage-v3-pathways .v3-section-header p:not(.eyebrow),
.homepage-v3-security h2,
.homepage-v3-security p:not(.eyebrow) {
    color: #ffffff;
}

.homepage-v3-pathways .v3-section-header p:not(.eyebrow),
.homepage-v3-security p:not(.eyebrow) {
    color: rgba(230, 243, 250, .88);
}

.v3-pathway-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 38px;
}

.v3-pathway-card {
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(185, 214, 231, .36);
    border-radius: 12px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
    display: grid;
    gap: 12px;
    min-height: 198px;
    padding: 22px;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.v3-pathway-card span {
    align-items: center;
    background: #eef7fb;
    border-radius: 10px;
    display: flex;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.v3-pathway-card:hover {
    background: #ffffff;
    border-color: rgba(88, 185, 200, .62);
    transform: translateY(-2px);
}

.homepage-v3-security {
    background:
        linear-gradient(135deg, rgba(6, 18, 32, .94), rgba(11, 48, 77, .9)),
        url("/assets/img/security.circuit-shield.jpg") center / cover;
    color: #ffffff;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    overflow: hidden;
    position: relative;
}

.v3-security-visual {
    align-content: center;
    display: grid;
    gap: 18px;
}

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

.v3-principle-list article {
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(190, 216, 232, .36);
    border-radius: 12px;
    padding: 22px;
}

.v3-principle-list span {
    color: var(--cyan);
    display: block;
    font-size: 13px;
    font-weight: 950;
    margin-bottom: 10px;
}

.homepage-v3-services {
    background:
        linear-gradient(135deg, rgba(248, 251, 254, .98), rgba(238, 246, 251, .96)),
        url("/assets/img/telecom.integration.jpg") center / cover;
    overflow: hidden;
    position: relative;
}

.v3-service-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 38px;
}

.v3-service-grid article {
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(211, 226, 238, .92);
    border-radius: 10px;
    display: flex;
    gap: 12px;
    min-height: 76px;
    padding: 16px;
}

.v3-service-grid span {
    color: var(--ink);
    font-weight: 860;
    line-height: 1.22;
}

.v3-operations-band {
    align-items: start;
    background: #0b1b2d;
    border-radius: 14px;
    color: #ffffff;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    margin-top: 36px;
    padding: 28px;
}

.v3-operations-band h3 {
    color: #ffffff;
    font-size: clamp(28px, 3.4vw, 46px);
    line-height: 1;
}

.v3-operations-band ul {
    columns: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.v3-operations-band li {
    break-inside: avoid;
    color: rgba(230, 243, 250, .88);
    font-weight: 780;
    line-height: 1.45;
    margin-bottom: 12px;
}

.v3-operations-band li::before {
    color: var(--cyan);
    content: "•";
    font-weight: 950;
    margin-right: 8px;
}

.v3-proof-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 38px;
}

.v3-proof-grid article {
    background: linear-gradient(145deg, #ffffff, #f6f9fc);
    border: 1px solid rgba(211, 226, 238, .96);
    border-radius: 12px;
    display: grid;
    gap: 12px;
    min-height: 190px;
    padding: 22px;
}

.homepage-v3-industries {
    background:
        linear-gradient(135deg, rgba(10, 30, 50, .95), rgba(13, 59, 86, .9)),
        url("/assets/img/comm.city-network.jpg") center / cover;
    color: #ffffff;
    display: grid;
    gap: 38px;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    padding: 96px 8.5vw;
}

.homepage-v3-industries h2 {
    color: #ffffff;
    font-size: clamp(36px, 4.4vw, 68px);
    line-height: .98;
}

.homepage-v3-industries p:not(.eyebrow) {
    color: rgba(230, 243, 250, .88);
    font-size: 20px;
    line-height: 1.55;
    text-align: left;
}

.v3-industry-list {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.v3-industry-list span {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(190, 216, 232, .42);
    border-radius: 999px;
    color: var(--blue);
    font-size: 14px;
    font-weight: 900;
    padding: 11px 14px;
}

.ice-layers {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .97), rgba(243, 248, 252, .94)),
        url("/assets/img/comm.network-mesh.jpg") center / cover;
    overflow: hidden;
    position: relative;
}

.ice-layers::before {
    background:
        radial-gradient(circle at 88% 8%, rgba(88, 185, 200, .13), transparent 30%),
        linear-gradient(90deg, transparent, rgba(13, 49, 85, .04));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.ice-layers > * {
    position: relative;
}

.ice-layer-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 48px;
    position: relative;
}

.ice-layer-grid::before {
    background: linear-gradient(180deg, transparent, rgba(88, 185, 200, .42) 14%, rgba(13, 49, 85, .28) 50%, rgba(88, 185, 200, .42) 86%, transparent);
    content: "";
    height: calc(100% - 24px);
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 12px;
    transform: translateX(-50%);
    width: 1px;
}

.ice-layer-card {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(248, 251, 254, .9));
    border: 1px solid rgba(216, 228, 238, .96);
    border-left: 8px solid var(--blue);
    border-radius: 14px;
    box-shadow: 0 20px 58px rgba(15, 35, 60, .08);
    display: grid;
    gap: 20px;
    grid-template-columns: 62px 58px minmax(0, 1fr);
    min-height: 248px;
    padding: 24px;
    position: relative;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.ice-layer-card::after {
    background: rgba(88, 185, 200, .34);
    content: "";
    height: 1px;
    pointer-events: none;
    position: absolute;
    right: -16px;
    top: 54px;
    width: 16px;
}

.ice-layer-card:nth-child(even)::after {
    left: -16px;
    right: auto;
}

.ice-layer-card:hover {
    background: #ffffff;
    border-color: rgba(88, 185, 200, .38);
    transform: translateY(-2px);
}

.layer-accent-2 {
    border-left-color: #138496;
}

.layer-accent-3 {
    border-left-color: #3f8d3a;
}

.layer-accent-4 {
    border-left-color: #6556b5;
}

.layer-accent-5 {
    border-left-color: #ff7a1a;
}

.layer-accent-6 {
    border-left-color: #0c3154;
}

.ice-layer-number {
    align-items: center;
    background: linear-gradient(135deg, #0d3155, #184e7a);
    border-radius: 12px;
    color: #ffffff;
    display: flex;
    font-size: 34px;
    font-weight: 900;
    height: 62px;
    justify-content: center;
    width: 62px;
}

.ice-layer-card h3 {
    color: var(--blue);
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.ice-layer-card p {
    color: #294259;
    font-size: 16px;
    font-weight: 800;
    hyphens: none;
    margin-bottom: 14px;
    text-align: left;
}

.ice-layer-card ul {
    display: grid;
    gap: 7px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ice-layer-card li {
    color: var(--muted);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.ice-layer-card li::before {
    color: var(--aqua);
    content: "•";
    font-weight: 900;
    margin-right: 8px;
}

.benefits-section {
    background:
        radial-gradient(circle at 18% 12%, rgba(88, 185, 200, .16), transparent 30%),
        linear-gradient(135deg, #071321, #102b45 58%, #071321);
    color: #ffffff;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
}

.benefits-visual {
    align-content: end;
    background:
        linear-gradient(135deg, rgba(5, 13, 24, .94), rgba(7, 19, 34, .5) 54%, rgba(5, 13, 24, .78)),
        var(--section-media-bg) center / cover;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    box-shadow: 0 30px 86px rgba(0, 0, 0, .26);
    min-height: 440px;
    padding: 32px;
}

.benefits-visual h2 {
    color: #ffffff;
    font-size: clamp(34px, 4vw, 56px);
    max-width: 600px;
}

.benefits-visual::after {
    background: linear-gradient(90deg, var(--orange), var(--aqua));
    border-radius: 999px;
    content: "";
    display: block;
    height: 4px;
    margin-top: 28px;
    max-width: 220px;
    width: 38%;
}

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

.benefit-grid article {
    backdrop-filter: blur(14px);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .055));
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .14);
    min-height: 184px;
    padding: 22px;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.benefit-grid article:hover {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .075));
    border-color: rgba(127, 210, 223, .44);
    transform: translateY(-2px);
}

.benefit-grid .card-icon {
    background: rgba(88, 185, 200, .13);
    border-color: rgba(88, 185, 200, .25);
}

.benefit-grid .card-icon img {
    filter: brightness(0) invert(1);
}

.benefit-grid h3 {
    color: #ffffff;
    margin-bottom: 12px;
}

.benefit-grid p {
    color: #cbd8e3;
}

.service-matrix {
    background:
        linear-gradient(135deg, rgba(5, 14, 25, .96), rgba(8, 33, 55, .9) 52%, rgba(5, 15, 27, .96)),
        url("/assets/img/comm.data-flow.jpg") center / cover;
    color: #ffffff;
    overflow: hidden;
    padding-bottom: 108px;
    padding-top: 108px;
    position: relative;
}

.service-matrix::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .1), transparent 34%),
        radial-gradient(circle at 78% 16%, rgba(88, 185, 200, .22), transparent 32%),
        linear-gradient(180deg, transparent, rgba(0, 0, 0, .18));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.service-matrix > * {
    position: relative;
}

.service-matrix .compact-heading {
    align-items: end;
    gap: 56px;
    grid-template-columns: minmax(480px, .94fr) minmax(380px, .72fr);
}

.service-matrix .eyebrow {
    color: #7fd2df;
}

.service-matrix h2 {
    color: #ffffff;
    max-width: 700px;
}

.service-matrix .compact-heading > p:not(.eyebrow) {
    color: #d8e6f0;
    max-width: 560px;
}

.service-pill-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 50px;
}

.service-pill {
    align-items: center;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, .105);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .12);
    display: flex;
    gap: 12px;
    min-height: 74px;
    padding: 15px;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.service-pill:hover {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(127, 210, 223, .5);
    transform: translateY(-2px);
}

.service-pill .feature-icon {
    background: rgba(255, 255, 255, .94);
    border-color: rgba(255, 255, 255, .5);
    flex: 0 0 auto;
}

.service-pill > span:last-child {
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
}

.service-ops-panel {
    backdrop-filter: blur(16px);
    background: rgba(5, 18, 31, .56);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .18);
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(280px, .5fr) minmax(0, 1fr);
    margin-top: 18px;
    padding: 26px;
    position: relative;
}

.service-ops-panel::before {
    background: linear-gradient(180deg, var(--aqua), rgba(127, 210, 223, .16));
    border-radius: 999px;
    content: "";
    inset: 26px auto 26px 0;
    position: absolute;
    width: 4px;
}

.service-ops-heading h3 {
    color: #ffffff;
    font-size: clamp(26px, 2.8vw, 40px);
    line-height: 1.08;
    margin: 0;
    max-width: 560px;
}

.service-ops-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-ops-grid div {
    align-items: flex-start;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    display: grid;
    gap: 12px;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 82px;
    padding: 14px;
}

.service-ops-grid span {
    color: #7fd2df;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0;
}

.service-ops-grid p {
    color: #dbe8f1;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.42;
    margin: 0;
    text-align: left;
}

.industry-band {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(8, 27, 47, .96), rgba(13, 49, 85, .9) 55%, rgba(8, 23, 39, .96)),
        url("/assets/img/security.global-operations.jpg") center / cover;
    color: #ffffff;
    display: grid;
    gap: 58px;
    grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr);
    overflow: hidden;
    padding: 104px 8.5vw;
    position: relative;
}

.industry-band::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 34%),
        radial-gradient(circle at 84% 22%, rgba(88, 185, 200, .18), transparent 32%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.industry-band > * {
    position: relative;
}

.industry-band h2 {
    color: #ffffff;
}

.industry-band p:not(.eyebrow) {
    color: #d6e4ef;
}

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

.industry-grid span {
    align-items: center;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    color: #ffffff;
    display: flex;
    font-weight: 900;
    min-height: 58px;
    padding: 14px 18px;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.industry-grid span::before {
    background: #7fd2df;
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(127, 210, 223, .14);
    content: "";
    flex: 0 0 auto;
    height: 8px;
    margin-right: 12px;
    width: 8px;
}

.industry-grid span:hover {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(127, 210, 223, .5);
    transform: translateY(-2px);
}

.sdca-principles {
    background:
        linear-gradient(135deg, rgba(248, 251, 253, .98), rgba(236, 245, 250, .94)),
        url("/assets/img/security.identity-network.jpg") center / cover;
    overflow: hidden;
    position: relative;
}

.sdca-principles::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .62) 46%, transparent),
        radial-gradient(circle at 84% 18%, rgba(88, 185, 200, .15), transparent 30%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.sdca-principles > * {
    position: relative;
}

.sdca-principles .section-media-card {
    box-shadow: 0 24px 70px rgba(15, 38, 62, .16);
    max-height: 360px;
}

.sdca-principles .section-media-card::after {
    background:
        linear-gradient(180deg, transparent 30%, rgba(5, 13, 24, .42)),
        linear-gradient(135deg, rgba(10, 31, 52, .28), rgba(88, 185, 200, .16));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.principle-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 50px;
}

.principle-grid article {
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(186, 207, 224, .8);
    border-radius: 14px;
    box-shadow: 0 20px 54px rgba(17, 39, 61, .08);
    min-height: 250px;
    padding: 24px;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.principle-grid article:hover {
    background: #ffffff;
    border-color: rgba(88, 185, 200, .42);
    transform: translateY(-2px);
}

.principle-grid span {
    align-items: center;
    background: rgba(88, 185, 200, .12);
    border: 1px solid rgba(88, 185, 200, .22);
    border-radius: 999px;
    color: var(--blue);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    margin-bottom: 18px;
    min-height: 34px;
    min-width: 48px;
    padding: 8px 12px;
}

.principle-grid h3 {
    color: var(--blue);
    font-size: 22px;
}

.principle-grid p {
    color: var(--muted);
}

@media (max-width: 900px) {
    .capability-intro {
        gap: 34px;
        grid-template-columns: 1fr;
    }

    .capability-intro-media {
        gap: 24px;
    }

    .media-title {
        font-size: clamp(28px, 9vw, 36px);
        min-height: 260px;
        padding: 26px;
    }

    .section-media-banner,
    .section-media-card {
        min-height: 220px;
    }

    .infrastructure-visual-card {
        min-height: 280px;
    }
}

.contact-band {
    background:
        linear-gradient(135deg, rgba(6, 16, 29, .94), rgba(14, 51, 82, .88) 52%, rgba(8, 22, 38, .94)),
        url("/assets/img/hero.home.jpg");
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.contact-band::before {
    background:
        radial-gradient(circle at 22% 20%, rgba(88, 185, 200, .18), transparent 32%),
        linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 34%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.contact-band > * {
    position: relative;
}

.site-footer {
    border-top: 1px solid var(--line);
}

@media (max-width: 1100px) {
    .hero {
        min-height: auto;
    }

    .trust-strip {
        justify-content: flex-start;
    }

    .trust-strip span {
        flex-basis: 100%;
        margin-right: 0;
    }

    .showcase-grid,
    .delivery-steps,
    .hardware-grid,
    .ecosystem-intro,
    .architecture-pathways,
    .homepage-v3-overview,
    .homepage-v3-security,
    .homepage-v3-industries,
    .v3-operations-band,
    .ecosystem-nodes,
    .ice-layer-grid,
    .benefits-section,
    .benefit-grid,
    .industry-band,
    .principle-grid,
    .integration-band,
    .media-heading,
    .split,
    .compact-heading {
        grid-template-columns: 1fr;
    }

    .compact-heading .eyebrow,
    .compact-heading h2,
    .compact-heading p:not(.eyebrow),
    .compact-heading-media {
        grid-column: 1;
        grid-row: auto;
    }

    .delivery-steps article,
    .delivery-steps article:first-child,
    .delivery-steps article:last-child {
        border: 1px solid var(--line);
        border-radius: 8px;
    }

    .benefits-visual {
        min-height: 360px;
    }

    .service-matrix .compact-heading {
        align-items: start;
        gap: 22px;
        grid-template-columns: 1fr;
    }

    .service-pill-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .service-ops-panel {
        grid-template-columns: 1fr;
    }

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

    .pathways-heading h2,
    .pathways-heading p:not(.eyebrow) {
        max-width: none;
    }

    .v3-layer-stack,
    .v3-pathway-grid,
    .v3-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v3-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .section,
    .integration-band {
        padding-left: 28px;
        padding-right: 28px;
        padding-bottom: 76px;
        padding-top: 76px;
    }

    .industry-band {
        padding: 76px 28px;
    }

    .ecosystem-map,
    .benefits-visual {
        padding: 24px;
    }

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

    .pathway-card {
        min-height: auto;
    }

    .v3-panel-core {
        align-items: flex-start;
        flex-direction: column;
    }

    .v3-panel-core strong {
        max-width: none;
        text-align: left;
    }

    .v3-signal-list,
    .v3-node-grid,
    .v3-layer-stack,
    .v3-pathway-grid,
    .v3-service-grid,
    .v3-proof-grid {
        grid-template-columns: 1fr;
    }

    .v3-layer-card,
    .v3-pathway-card,
    .v3-proof-grid article {
        min-height: auto;
    }

    .v3-operations-band ul {
        columns: 1;
    }

    .homepage-v3-industries {
        padding: 76px 28px;
    }

    .service-matrix {
        background-position: center top;
        padding-bottom: 78px;
        padding-top: 78px;
    }

    .service-pill-grid {
        grid-template-columns: 1fr;
        margin-top: 34px;
    }

    .service-ops-grid {
        grid-template-columns: 1fr;
    }

    .service-pill {
        min-height: 66px;
        padding: 13px;
    }

    .ecosystem-map-head,
    .ecosystem-core {
        align-items: flex-start;
        flex-direction: column;
    }

    .ecosystem-core span {
        text-align: left;
    }

    .ecosystem-map-flow,
    .service-pill-grid,
    .industry-grid {
        grid-template-columns: 1fr;
    }

    .ecosystem-map-flow,
    .ecosystem-nodes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ecosystem-nodes div {
        min-height: 132px;
        padding: 14px;
    }

    .ice-layer-card {
        grid-template-columns: 54px minmax(0, 1fr);
        min-height: 0;
    }

    .ice-layer-grid::before,
    .ice-layer-card::after {
        content: none;
    }

    .ice-layer-card .card-icon {
        grid-column: 1;
        grid-row: 2;
    }

    .ice-layer-card > div:last-child {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .ice-layer-number {
        font-size: 28px;
        height: 54px;
        width: 54px;
    }

    .showcase-card,
    .delivery-steps article,
    .hardware-grid article {
        min-height: 0;
        padding: 24px;
    }

    .showcase-card h3 {
        font-size: 24px;
    }

    .section-media-banner {
        margin-top: 30px;
        padding: 24px;
    }

    .section-media-banner strong {
        font-size: 30px;
    }

    .infrastructure-visual-card {
        padding: 28px;
    }

    .infrastructure-section .rich-copy {
        gap: 18px;
        padding: 26px;
    }

    .infrastructure-section .rich-copy p {
        font-size: 17px;
        line-height: 1.62;
    }

    .integration-list span {
        font-size: 14px;
        padding: 10px 12px;
    }
}

@media (max-width: 620px) {
    .top-strip {
        display: none;
    }

    .site-header {
        background: rgba(12, 24, 38, .96);
        gap: 12px;
        min-height: 82px;
        overflow: hidden;
        padding: 14px 24px;
    }

    .site-header:not(.compact),
    .site-header.is-stuck:not(.compact) {
        grid-template-columns: minmax(0, 1fr) auto auto;
    }

    .site-header:not(.compact) .brand,
    .site-header.is-stuck:not(.compact) .brand {
        grid-column: 1;
    }

    .header-language {
        display: flex;
        grid-column: 2;
    }

    .site-header .menu-toggle {
        grid-column: 3;
    }

    .site-header.nav-open .main-nav,
    .site-header.nav-open .header-tools {
        grid-column: 1 / -1;
    }

    .site-header .brand {
        font-size: 22px;
        gap: 9px;
    }

    .site-header .brand-mark {
        border-radius: 7px;
        font-size: 17px;
        height: 36px;
        width: 36px;
    }

    .main-nav {
        flex-wrap: wrap;
        gap: 8px 16px;
        margin: 0;
        overflow: visible;
        padding: 0;
        width: 100%;
    }

    .nav-group {
        flex: 0 1 auto;
    }

    .nav-group > a {
        font-size: 14px;
        min-height: 38px;
    }

    .hero {
        padding-top: 72px;
    }

    .hero-copy {
        width: 100%;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-proof {
        margin-top: 28px;
        width: 100%;
    }
}

@media (min-width: 1101px) {
    .mega-panel {
        overflow: visible;
        top: 108px;
    }

    .mega-panel::before {
        content: "";
        height: 26px;
        left: 0;
        position: absolute;
        right: 0;
        top: -26px;
    }

    .nav-group:hover .mega-panel,
    .nav-group:focus-within .mega-panel {
        transform: translateY(0);
    }
}

/* Navigation polish: themed mega icons, mobile menu and desktop hero fit */
.menu-toggle {
    display: none;
}

.mega-icon {
    align-items: center;
    background: #eef6fb;
    border: 1px solid #d8e8f1;
    border-radius: 8px;
    color: var(--blue);
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    position: relative;
    width: 34px;
}

.mega-icon img {
    display: block;
    height: 20px;
    object-fit: contain;
    width: 20px;
}

.mega-section h3 {
    gap: 12px;
}

.mega-section p {
    padding-left: 46px;
}

@media (min-width: 1101px) {
    .hero {
        align-items: start;
        min-height: clamp(548px, calc(100svh - 172px), 720px);
        padding-bottom: 24px;
        padding-top: 128px;
    }

    .hero-copy {
        max-width: 820px;
        padding-bottom: 14px;
    }

    h1 {
        font-size: clamp(44px, 4.4vw, 60px);
        letter-spacing: 0;
        line-height: .98;
        margin-bottom: 16px;
        max-width: 820px;
    }

    .hero-copy p:not(.eyebrow) {
        font-size: 17px;
        line-height: 1.5;
        max-width: 770px;
    }

    .hero-actions {
        margin-top: 18px;
    }

    .hero-actions .button {
        flex: 0 0 326px;
        width: 326px;
    }

    .button {
        min-width: 190px;
        min-height: 48px;
        padding: 12px 34px;
    }

    .hero-proof {
        border-radius: 8px;
        margin-top: 14px;
        max-width: 720px;
    }

    .hero-proof div {
        padding: 14px 18px;
    }

    .hero-proof strong {
        font-size: 22px;
    }
}

@media (max-width: 1100px) {
    .site-header {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .hero {
        min-height: auto;
        padding-bottom: 28px;
        padding-top: 56px;
    }

    .hero-copy {
        padding-bottom: 12px;
    }

    .hero-actions {
        margin-top: 22px;
    }

    .hero-proof {
        margin-top: 18px;
    }

    .site-header:not(.compact) .brand {
        display: inline-flex;
    }

    .menu-toggle {
        align-items: center;
        background: rgba(255, 255, 255, .1);
        border: 1px solid rgba(255, 255, 255, .28);
        border-radius: 8px;
        color: var(--white);
        cursor: pointer;
        display: inline-flex;
        font-weight: 900;
        gap: 10px;
        justify-self: end;
        min-height: 42px;
        padding: 0 13px;
    }

    .menu-toggle > span:first-child {
        display: inline-flex;
        height: 14px;
        position: relative;
        width: 18px;
    }

    .menu-toggle > span:first-child::before,
    .menu-toggle > span:first-child::after,
    .menu-toggle > span:first-child {
        border-top: 2px solid currentColor;
    }

    .menu-toggle > span:first-child::before,
    .menu-toggle > span:first-child::after {
        content: "";
        left: 0;
        position: absolute;
        width: 18px;
    }

    .menu-toggle > span:first-child::before {
        top: 4px;
    }

    .menu-toggle > span:first-child::after {
        top: 10px;
    }

    .site-header .main-nav,
    .site-header .header-tools {
        display: none;
    }

    .site-header.nav-open .main-nav {
        display: flex;
    }

    .site-header.nav-open .header-tools {
        display: flex;
    }

    .site-header.nav-open {
        background: #101c2a;
        box-shadow: 0 18px 44px rgba(4, 12, 24, .28);
    }

    .site-header.nav-open .main-nav {
        border-top: 1px solid rgba(255, 255, 255, .12);
        gap: 0;
        margin-top: 4px;
        padding-top: 12px;
    }

    .site-header.nav-open .nav-group {
        width: 100%;
    }

    .site-header.nav-open .nav-group > a {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        min-height: 44px;
        width: 100%;
    }

    .site-header.nav-open .header-tools {
        padding-top: 8px;
    }

    .site-header.nav-open .mega-panel {
        background: rgba(16, 28, 42, .98);
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 10px;
        box-shadow: none;
        color: var(--white);
        display: none;
        grid-template-columns: 1fr;
        left: auto;
        margin: 10px 0 14px;
        opacity: 1;
        overflow: hidden;
        pointer-events: auto;
        position: static;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
    }

    .site-header.nav-open .nav-group.is-open .mega-panel {
        display: grid;
    }

    .site-header.nav-open .mega-content {
        gap: 18px;
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .site-header.nav-open .mega-feature {
        display: none;
    }

    .site-header.nav-open .mega-section h3 {
        border-bottom-color: rgba(255, 255, 255, .16);
        color: #ffffff;
        font-size: 17px;
    }

    .site-header.nav-open .mega-section p {
        color: rgba(255, 255, 255, .72);
        padding-left: 46px;
    }

    .site-header.nav-open .mega-section li {
        border-bottom-color: rgba(255, 255, 255, .1);
    }

    .site-header.nav-open .mega-section a {
        color: rgba(255, 255, 255, .9);
    }
}

@media (max-width: 620px) {
    main p:not(.eyebrow),
    .footer-brand p,
    .mega-section p {
        hyphens: none;
        text-align: left;
    }

    .site-header:not(.compact),
    .site-header.is-stuck:not(.compact) {
        grid-template-columns: minmax(0, 1fr) auto auto;
    }

    .site-header:not(.compact) .brand,
    .site-header.is-stuck:not(.compact) .brand {
        grid-column: 1;
    }

    .header-language {
        display: flex;
        grid-column: 2;
    }

    .site-header .menu-toggle {
        grid-column: 3;
    }

    .menu-toggle > span:last-child {
        display: none;
    }

    .menu-toggle {
        min-width: 44px;
        padding: 0 12px;
    }
}

/* Contact, footer and admin foundation */
select,
textarea {
    font: inherit;
}

.contact-band {
    align-items: stretch;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, .85fr) minmax(420px, .9fr);
}

.contact-band > div {
    align-self: center;
    min-width: 0;
}

.contact-band h2,
.contact-band p {
    overflow-wrap: anywhere;
}

.contact-guidance {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 24px 0 0;
    max-width: 680px;
    padding: 0;
}

.contact-guidance li {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    color: rgba(255, 255, 255, .86);
    display: flex;
    font-size: 15px;
    font-weight: 850;
    gap: 12px;
    line-height: 1.35;
    padding: 12px 14px;
}

.contact-guidance li::before {
    background: var(--aqua);
    border-radius: 999px;
    box-shadow: 0 0 0 6px rgba(88, 185, 200, .14);
    content: "";
    flex: 0 0 8px;
    height: 8px;
    width: 8px;
}

.contact-visual {
    border-radius: 12px;
    box-shadow: 0 24px 64px rgba(3, 12, 24, .22);
    margin: 32px 0 0;
    max-width: 680px;
    min-height: 280px;
    overflow: hidden;
    position: relative;
}

.contact-visual::after {
    background: linear-gradient(180deg, rgba(5, 14, 25, .04), rgba(5, 14, 25, .78));
    content: "";
    inset: 0;
    position: absolute;
}

.contact-visual img {
    display: block;
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.contact-visual figcaption {
    align-items: end;
    bottom: 0;
    color: #ffffff;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    left: 0;
    padding: 22px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.contact-visual strong {
    font-size: 20px;
    letter-spacing: 0;
}

.contact-visual span {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    padding: 9px 13px;
}

.contact-form,
.admin-form {
    display: grid;
    gap: 16px;
}

.contact-form {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(3, 12, 24, .22);
    color: var(--ink);
    min-width: 0;
    padding: 28px;
}

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

.contact-context {
    background: #eef6fb;
    border: 1px solid #cfe2ee;
    border-radius: 10px;
    display: grid;
    gap: 4px;
    padding: 14px 16px;
}

.contact-context span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-context strong {
    color: var(--blue);
    font-size: 18px;
    line-height: 1.25;
}

.contact-context small {
    color: var(--muted);
    font-weight: 800;
}

.contact-form label,
.admin-form label {
    color: var(--ink);
    display: grid;
    gap: 7px;
    font-size: 13px;
    font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.admin-form input,
.admin-form select,
.admin-form textarea {
    background: #f6f8fb;
    border: 1px solid #d7e0ea;
    border-radius: 8px;
    color: var(--ink);
    min-height: 45px;
    outline: 0;
    padding: 10px 12px;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
    width: 100%;
}

.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover,
.admin-form input:hover,
.admin-form select:hover,
.admin-form textarea:hover {
    background: #ffffff;
    border-color: #c4d1df;
}

.contact-form textarea,
.admin-form textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
    background: #ffffff;
    border-color: var(--aqua);
    box-shadow: 0 0 0 3px rgba(88, 185, 200, .18);
}

.privacy-check {
    align-items: flex-start;
    display: flex !important;
    gap: 10px;
}

.privacy-check input {
    flex: 0 0 auto;
    min-height: 0;
    width: auto;
}

.privacy-check a {
    color: var(--aqua);
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.privacy-check a:hover {
    color: var(--white);
}

.admin-check-option {
    align-items: center;
    background: #f6f8fb;
    border: 1px solid #d7e0ea;
    border-radius: 8px;
    display: flex !important;
    gap: 10px;
    min-height: 45px;
    padding: 10px 12px;
}

.admin-check-option input {
    flex: 0 0 auto;
    min-height: 0;
    width: auto;
}

.form-status,
.form-errors {
    border-radius: 8px;
    font-weight: 800;
    padding: 12px 14px;
}

.form-status {
    background: #e6f6ef;
    color: #126145;
}

.form-errors {
    background: #fde8ef;
    color: #9b173a;
}

.field-error {
    color: #b42318;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-top: 7px;
}

input.has-error,
select.has-error,
textarea.has-error {
    border-color: #d92d20 !important;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, .13) !important;
}

.toast-stack {
    display: grid;
    gap: 12px;
    max-width: min(390px, calc(100vw - 32px));
    pointer-events: none;
    position: fixed;
    right: 22px;
    top: 22px;
    z-index: 10000;
}

.toast {
    animation: toastIn .22s ease-out;
    background: #16794c;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 10px;
    box-shadow: 0 18px 48px rgba(5, 12, 22, .22);
    color: #ffffff;
    display: grid;
    gap: 4px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-width: min(320px, calc(100vw - 32px));
    padding: 14px 14px 14px 16px;
    pointer-events: auto;
}

.toast.warning {
    background: #d97706;
}

.toast.error {
    background: #b42318;
}

.toast span {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    opacity: .78;
    text-transform: uppercase;
}

.toast strong {
    font-size: 14px;
    line-height: 1.35;
}

.toast button {
    align-self: start;
    background: rgba(255, 255, 255, .14);
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 900;
    height: 26px;
    line-height: 1;
    margin-left: 10px;
    width: 26px;
}

.toast.is-hiding {
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease;
}

@keyframes toastIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.honeypot {
    display: none;
}

.site-footer {
    align-items: stretch;
    background:
        linear-gradient(135deg, rgba(5, 14, 25, .99), rgba(9, 29, 49, .97) 54%, rgba(5, 14, 25, .99)),
        url("/assets/img/security.encrypted-vault.jpg") center / cover;
    border-top: 0;
    color: rgba(255, 255, 255, .78);
    display: grid;
    gap: 42px;
    overflow: hidden;
    padding: 72px 8.5vw 30px;
    position: relative;
}

.site-footer::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 34%),
        radial-gradient(circle at 78% 18%, rgba(88, 185, 200, .16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .06), transparent 28%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.site-footer > * {
    position: relative;
}

.footer-main {
    align-items: start;
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(320px, 1.45fr) repeat(3, minmax(170px, .72fr));
}

.footer-kicker {
    color: #7fd2df;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.footer-brand .brand {
    color: #ffffff;
    font-size: 31px;
    margin-bottom: 4px;
}

.footer-brand .brand-mark {
    background: #ffffff;
    color: var(--blue);
    height: 48px;
    width: 48px;
}

.footer-brand p {
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.55;
    max-width: 500px;
}

.footer-company {
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .12);
    border-left: 3px solid rgba(127, 210, 223, .62);
    border-radius: 8px;
    color: rgba(255, 255, 255, .72);
    display: grid;
    font-size: 15px;
    font-style: normal;
    gap: 6px;
    line-height: 1.55;
    margin-top: 28px;
    max-width: 420px;
    padding: 17px 18px;
}

.footer-company a {
    color: #ffffff;
    font-weight: 800;
    width: fit-content;
}

.footer-company a:hover {
    color: #7fd2df;
}

.footer-column {
    align-content: start;
    display: grid;
    gap: 15px;
}

.footer-column h2 {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 14px;
    position: relative;
}

.footer-column h2::after {
    background: linear-gradient(90deg, #7fd2df, rgba(127, 210, 223, 0));
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 74px;
}

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

.footer-column a,
.footer-bottom a {
    color: rgba(255, 255, 255, .72);
    font-weight: 700;
    line-height: 1.35;
    transition: color .18s ease, transform .18s ease;
}

.footer-column a {
    align-items: center;
    display: inline-flex;
    gap: 9px;
    width: fit-content;
}

.footer-column a::before {
    background: rgba(127, 210, 223, .72);
    border-radius: 999px;
    content: "";
    height: 6px;
    opacity: .72;
    transition: opacity .18s ease, transform .18s ease;
    width: 6px;
}

.footer-column a:hover,
.footer-bottom a:hover {
    color: #7fd2df;
}

.footer-column a:hover {
    transform: translateX(3px);
}

.footer-column a:hover::before {
    opacity: 1;
    transform: scale(1.25);
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-top: 26px;
}

.footer-bottom span {
    color: rgba(255, 255, 255, .72);
    font-weight: 700;
}

.footer-bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom nav a {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    padding: 9px 13px;
}

.legal-details {
    align-items: start;
    background: #f8fbff;
    border-top: 1px solid #dce5ee;
    border-bottom: 1px solid #dce5ee;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(240px, .78fr) minmax(0, 1.22fr);
}

.legal-details h2,
.legal-details p,
.legal-details dl {
    margin: 0;
}

.legal-details p {
    color: var(--muted);
}

.legal-details dl {
    background: #ffffff;
    border: 1px solid #dce5ee;
    border-radius: 8px;
    display: grid;
}

.legal-details dl div {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(160px, .45fr) minmax(0, 1fr);
    padding: 16px 18px;
}

.legal-details dl div + div {
    border-top: 1px solid #e7edf4;
}

.legal-details dt {
    color: var(--muted);
    font-weight: 800;
}

.legal-details dd {
    color: var(--ink);
    font-weight: 800;
    margin: 0;
    overflow-wrap: anywhere;
}

.auth-page {
    background:
        linear-gradient(135deg, rgba(8, 18, 32, .92), rgba(16, 40, 66, .86)),
        url("/assets/img/hero.home.jpg");
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}

.login-shell {
    align-items: center;
    display: grid;
    min-height: 100vh;
    padding: 40px 24px;
}

.login-panel {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 12px;
    box-shadow: var(--shadow);
    display: grid;
    gap: 26px;
    margin: 0 auto;
    max-width: 520px;
    padding: 34px;
    width: 100%;
}

.login-panel .brand {
    color: var(--blue);
    font-size: 28px;
}

.login-panel h1 {
    color: var(--ink);
    font-size: 42px;
    letter-spacing: 0;
    line-height: 1.05;
}

.login-panel p:not(.eyebrow) {
    color: var(--muted);
}

.admin-page {
    background: #f3f6fa;
}

.admin-shell {
    display: grid;
    gap: 28px;
    grid-template-columns: 290px minmax(0, 1fr);
    min-height: 100vh;
    padding: 28px;
}

.admin-sidebar {
    align-self: start;
    background: #0d1826;
    border-radius: 10px;
    color: #ffffff;
    display: grid;
    gap: 24px;
    padding: 22px;
    position: sticky;
    top: 24px;
}

.admin-sidebar .brand {
    font-size: 24px;
}

.admin-sidebar .brand-mark {
    background: #ffffff;
    color: var(--blue);
}

.admin-nav {
    display: grid;
    gap: 10px;
}

.admin-nav-group {
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    padding-bottom: 10px;
}

.admin-nav summary {
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    list-style: none;
    text-transform: uppercase;
}

.admin-nav summary::-webkit-details-marker {
    display: none;
}

.admin-nav-group div {
    display: grid;
    gap: 4px;
    margin-top: 8px;
}

.admin-nav a {
    align-items: center;
    border-radius: 7px;
    color: rgba(255, 255, 255, .72);
    display: flex;
    gap: 9px;
    min-height: 36px;
    padding: 0 10px;
}

.admin-nav a strong {
    flex: 1;
    font-size: inherit;
}

.admin-nav a em {
    background: var(--orange);
    border-radius: 999px;
    color: #06101d;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    min-width: 22px;
    padding: 3px 7px;
    text-align: center;
}

.admin-nav a span {
    color: transparent;
}

.admin-nav a.active,
.admin-nav a:hover {
    background: rgba(255, 255, 255, .08);
    color: #ffffff;
}

.admin-nav a.active span {
    color: var(--orange);
}

.admin-subnav {
    border-left: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    gap: 4px;
    margin: 4px 0 8px 18px;
    padding-left: 10px;
}

.admin-subnav a {
    border-radius: 8px;
    font-size: 13px;
    min-height: 36px;
    padding: 8px 10px;
}

.admin-subnav a span {
    font-size: 16px;
}

.admin-subnav a:not(.active) {
    background: transparent;
}

.admin-sidebar-actions {
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    gap: 8px;
    padding-top: 18px;
}

.admin-sidebar-actions a,
.admin-sidebar-actions button {
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, .76);
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-align: left;
}

.admin-main {
    display: grid;
    gap: 24px;
}

.admin-header {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 26px 30px;
}

.admin-header h1 {
    color: var(--blue);
    font-size: 34px;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0;
}

.admin-header > span,
.admin-account-link {
    background: #eef3f8;
    border-radius: 999px;
    color: var(--blue);
    font-weight: 900;
    padding: 9px 14px;
}

.admin-account-link {
    text-decoration: none;
}

.admin-account-link:hover,
.admin-account-link:focus-visible {
    background: var(--blue);
    color: #ffffff;
}

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

.admin-cards article,
.admin-panel {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 26px;
}

.admin-cards span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-cards strong {
    color: var(--blue);
    display: block;
    font-size: 42px;
    line-height: 1;
    margin: 14px 0;
}

.admin-cards p,
.admin-roadmap p,
.admin-readiness p {
    color: var(--muted);
    margin: 0;
}

.admin-cards article > a {
    color: var(--blue);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    margin-top: 18px;
    text-decoration: none;
}

.admin-panel h2 {
    color: var(--blue);
    font-size: 24px;
    letter-spacing: 0;
}

.admin-panel-heading {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.admin-panel-heading h2,
.admin-panel-heading p {
    margin: 0;
}

.admin-panel-heading p:not(.eyebrow) {
    color: var(--muted);
    margin-top: 6px;
}

.admin-panel-heading > span {
    background: #eef3f8;
    border-radius: 999px;
    color: var(--blue);
    font-weight: 900;
    padding: 8px 13px;
}

.admin-heading-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.admin-heading-actions > span {
    background: #eef3f8;
    border-radius: 999px;
    color: var(--blue);
    font-weight: 900;
    padding: 8px 13px;
}

.admin-link {
    color: var(--blue);
    font-weight: 900;
    text-decoration: none;
}

.admin-empty {
    background: #f6f8fb;
    border: 1px dashed #c8d5e2;
    border-radius: 10px;
    color: var(--muted);
    padding: 26px;
}

.admin-empty strong {
    color: var(--blue);
    display: block;
    margin-bottom: 8px;
}

.admin-empty p {
    margin: 0;
}

.admin-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px;
}

.admin-filter-tabs a {
    align-items: center;
    background: #f6f8fb;
    border: 1px solid #dce5ee;
    border-radius: 999px;
    color: var(--muted);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
    min-height: 38px;
    padding: 0 13px;
    text-decoration: none;
}

.admin-filter-tabs a.active {
    background: var(--blue);
    border-color: var(--blue);
    color: var(--white);
}

.admin-filter-tabs span {
    background: rgba(255, 255, 255, .7);
    border-radius: 999px;
    color: var(--blue);
    min-width: 24px;
    padding: 3px 7px;
    text-align: center;
}

.admin-filter-tabs a:not(.active) span {
    background: #ffffff;
    color: var(--muted);
}

.admin-search-bar {
    align-items: center;
    background: #f6f8fb;
    border: 1px solid #dce5ee;
    border-radius: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(180px, 1fr) auto auto;
    margin: 0 0 22px;
    padding: 12px;
}

.admin-search-bar > label {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.admin-search-bar input,
.admin-search-bar select {
    background: #ffffff;
    border: 1px solid #d7e0ea;
    border-radius: 8px;
    color: var(--ink);
    min-height: 42px;
    outline: 0;
    padding: 9px 12px;
}

.admin-search-bar input:focus,
.admin-search-bar select:focus {
    border-color: var(--aqua);
    box-shadow: 0 0 0 3px rgba(88, 185, 200, .18);
}

.admin-search-bar button,
.admin-search-bar a {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    text-decoration: none;
    white-space: nowrap;
}

.admin-search-bar button {
    background: var(--blue);
    border: 0;
    color: var(--white);
    cursor: pointer;
}

.admin-search-bar a {
    color: var(--blue);
}

.admin-catalog-filters {
    align-items: end;
    grid-template-columns: minmax(180px, 1.2fr) repeat(3, minmax(150px, 1fr)) auto;
}

.admin-catalog-filters > label {
    display: grid;
    gap: 7px;
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
}

.admin-catalog-filters > label > span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-catalog-filter-actions {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.admin-table-wrap {
    overflow-x: auto;
}

.admin-table {
    border-collapse: collapse;
    min-width: 760px;
    width: 100%;
}

.admin-table th {
    color: var(--muted);
    font-size: 12px;
    letter-spacing: .04em;
    padding: 0 14px 12px;
    text-align: left;
    text-transform: uppercase;
}

.admin-table td {
    border-top: 1px solid var(--line);
    color: var(--ink);
    padding: 16px 14px;
    vertical-align: top;
}

.admin-table tr.is-unread td {
    background: #f8fbff;
}

.admin-table a {
    color: var(--blue);
    display: grid;
    gap: 3px;
    text-decoration: none;
}

.admin-table a span {
    color: var(--muted);
    font-size: 13px;
}

.admin-featured-label {
    color: var(--orange) !important;
    font-size: 11px !important;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-row-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.admin-row-actions form {
    margin: 0;
}

.admin-row-actions a,
.admin-row-actions button {
    align-items: center;
    background: #eef3f8;
    border: 0;
    border-radius: 8px;
    color: var(--blue);
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    min-height: 34px;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
}

.admin-row-actions button {
    cursor: pointer;
}

.admin-row-actions a:hover,
.admin-row-actions button:hover {
    background: #e1ebf4;
}

.admin-catalog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 320px;
}

.admin-catalog-meta span {
    background: #eef3f8;
    border-radius: 999px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
    padding: 6px 9px;
}

.catalog-import-form {
    margin-bottom: 22px;
}

.catalog-import-result {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 22px;
}

.catalog-import-result div {
    background: #f8fbff;
    border: 1px solid #dce5ee;
    border-radius: 10px;
    padding: 16px;
}

.catalog-import-result span {
    color: var(--muted);
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.catalog-import-result strong {
    color: var(--blue);
    display: block;
    font-size: 28px;
    line-height: 1;
}

.status-pill {
    background: #eef3f8;
    border-radius: 999px;
    color: var(--muted);
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    padding: 6px 10px;
}

.status-pill.unread {
    background: rgba(249, 164, 58, .16);
    color: #9a5600;
}

.status-pill.published {
    background: rgba(22, 121, 76, .12);
    color: #16794c;
}

.status-pill.workflow-open {
    background: rgba(33, 103, 176, .12);
    color: var(--blue);
}

.status-pill.workflow-closed {
    background: rgba(22, 121, 76, .12);
    color: #16794c;
}

.message-detail {
    display: grid;
    gap: 24px;
}

.message-detail dl {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.message-detail dl div {
    background: #f6f8fb;
    border: 1px solid #dce5ee;
    border-radius: 10px;
    padding: 14px;
}

.message-detail dt {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.message-detail dd {
    color: var(--ink);
    margin: 6px 0 0;
    overflow-wrap: anywhere;
}

.message-detail article {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 22px;
}

.message-detail article h3 {
    color: var(--blue);
    margin-top: 0;
}

.message-detail article p {
    color: var(--ink);
    margin-bottom: 0;
    white-space: pre-wrap;
}

.admin-note-form {
    background: #f8fbff;
    border: 1px solid #dce5ee;
    border-radius: 10px;
    display: grid;
    gap: 14px;
    padding: 18px;
}

.admin-note-form > div {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(180px, .34fr) minmax(0, 1fr);
}

.admin-note-form label {
    color: var(--ink);
    display: grid;
    gap: 7px;
    font-size: 13px;
    font-weight: 900;
}

.admin-note-form select,
.admin-note-form textarea {
    background: #ffffff;
    border: 1px solid #d7e0ea;
    border-radius: 8px;
    color: var(--ink);
    min-height: 45px;
    padding: 10px 12px;
    width: 100%;
}

.admin-note-form textarea {
    min-height: 130px;
    resize: vertical;
}

.message-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.message-actions form {
    margin: 0;
}

.admin-roadmap,
.admin-readiness {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-roadmap div {
    border-left: 4px solid var(--orange);
    padding-left: 16px;
}

.admin-readiness div {
    background: #f8fbff;
    border: 1px solid #dce5ee;
    border-left: 4px solid var(--orange);
    border-radius: 10px;
    display: grid;
    gap: 10px;
    padding: 16px;
}

.admin-readiness div.is-complete {
    border-left-color: #168a4a;
}

.admin-readiness span {
    color: var(--orange);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-readiness div.is-complete span {
    color: #168a4a;
}

.admin-readiness strong {
    color: var(--blue);
    font-size: 18px;
}

.admin-readiness a {
    color: var(--blue);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.admin-health-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-health-grid article {
    background: #f8fbff;
    border: 1px solid #dce5ee;
    border-left: 4px solid var(--orange);
    border-radius: 10px;
    display: grid;
    gap: 10px;
    padding: 18px;
}

.admin-health-grid article.is-ok {
    border-left-color: #168a4a;
}

.admin-health-grid span {
    color: var(--orange);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-health-grid article.is-ok span {
    color: #168a4a;
}

.admin-health-grid h3,
.admin-health-grid p,
.admin-health-grid ul {
    margin: 0;
}

.admin-health-grid h3 {
    color: var(--blue);
    font-size: 19px;
}

.admin-health-grid p,
.admin-health-grid li {
    color: var(--muted);
}

.admin-health-grid ul {
    display: grid;
    gap: 6px;
    padding-left: 18px;
}

.admin-health-grid a {
    color: var(--blue);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.admin-form-grid section {
    display: grid;
    gap: 14px;
}

.settings-form-grid {
    align-items: start;
}

.settings-section {
    align-content: start;
    background: #f8fbff;
    border: 1px solid #dce5ee;
    border-radius: 10px;
    padding: 20px;
}

.settings-form-grid .settings-section:first-child {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.settings-section-heading {
    border-bottom: 1px solid #dce5ee;
    display: grid;
    gap: 6px;
    grid-column: 1 / -1;
    padding-bottom: 14px;
}

.settings-section-heading h2,
.settings-section-heading p {
    margin: 0;
}

.settings-section-heading h2 {
    color: var(--blue);
    font-size: 19px;
}

.settings-section-heading p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.settings-section-compact {
    min-height: 185px;
}

.navigation-settings-section {
    grid-column: 1 / -1;
}

.navigation-settings-list {
    display: grid;
    gap: 16px;
    grid-column: 1 / -1;
}

.navigation-settings-item {
    background: #ffffff;
    border: 1px solid #dce5ee;
    border-radius: 10px;
    display: grid;
    gap: 16px;
    padding: 18px;
}

.navigation-settings-item header {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.navigation-settings-item header span {
    color: var(--muted);
    display: block;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.navigation-settings-item header strong {
    color: var(--blue);
    display: block;
    font-size: 18px;
    margin-top: 4px;
}

.navigation-locale-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.navigation-locale-grid > div {
    background: #f8fbff;
    border: 1px solid #dce5ee;
    border-radius: 8px;
    display: grid;
    gap: 12px;
    padding: 14px;
}

.navigation-locale-grid h3 {
    color: var(--blue);
    font-size: 14px;
    margin: 0;
}

.admin-checkbox {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.admin-checkbox input[type="checkbox"] {
    height: 18px;
    min-height: 18px;
    width: 18px;
}

.admin-help {
    color: var(--muted);
    margin: 0;
}

.two-factor-box {
    background: #f8fbff;
    border: 1px solid #dce5ee;
    border-radius: 10px;
    display: grid;
    gap: 12px;
    margin-top: 18px;
    padding: 16px;
}

.two-factor-secret {
    background: #071321;
    border-radius: 8px;
    color: #e8f1ff;
    display: grid;
    gap: 10px;
    padding: 14px;
}

.two-factor-secret strong,
.two-factor-secret span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.two-factor-secret code,
.two-factor-secret textarea {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    color: #ffffff;
    font: 700 13px/1.55 ui-monospace, SFMono-Regular, Consolas, monospace;
    overflow-wrap: anywhere;
    padding: 10px;
}

.two-factor-secret textarea {
    min-height: 88px;
    resize: vertical;
}

.activity-table td {
    vertical-align: top;
}

.activity-table td span,
.activity-table td em {
    color: var(--muted);
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.activity-table code {
    background: #eef5ff;
    border: 1px solid #dce5ee;
    border-radius: 6px;
    color: var(--blue);
    display: inline-block;
    font-weight: 900;
    padding: 5px 8px;
}

.activity-table pre {
    background: #071321;
    border-radius: 8px;
    color: #e8f1ff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-width: 520px;
    overflow: auto;
    padding: 12px;
    white-space: pre-wrap;
}

.seo-editor {
    min-width: 0;
}

.seo-card {
    background: #f8fbff;
    border: 1px solid #dce5ee;
    border-radius: 10px;
    display: grid;
    gap: 18px;
    padding: 20px;
}

.seo-card header {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.seo-card header span {
    background: #eef3f8;
    border-radius: 999px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    padding: 6px 10px;
}

.seo-card h2 {
    font-size: 22px;
    margin: 0;
}

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

.seo-locale-grid fieldset {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 10px;
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 18px;
}

.seo-locale-grid legend {
    color: var(--blue);
    font-size: 13px;
    font-weight: 900;
    padding: 0 8px;
}

.content-field-group {
    border-top: 1px solid #e4ebf2;
    display: grid;
    gap: 12px;
    padding-top: 14px;
}

.content-field-group:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.content-field-group h3 {
    color: #0b2036;
    font-size: 15px;
    font-weight: 900;
    margin: 0;
}

.content-field-group > div {
    display: grid;
    gap: 14px;
}

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

.catalog-image-preview {
    background: #f6f8fb;
    border: 1px solid #dce5ee;
    border-radius: 10px;
    display: grid;
    gap: 10px;
    padding: 12px;
}

.catalog-image-preview img {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.catalog-image-preview span {
    color: var(--muted);
    font-size: 12px;
    overflow-wrap: anywhere;
}

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

.template-card {
    background: #f8fbff;
    border: 1px solid #dce5ee;
    border-radius: 10px;
    display: grid;
    gap: 18px;
    padding: 20px;
}

.template-card.is-active {
    background: #f2fbf7;
    border-color: rgba(22, 121, 76, .28);
}

.template-card span,
.template-card dt {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.template-card h3 {
    color: var(--blue);
    font-size: 22px;
    letter-spacing: 0;
    margin: 6px 0 8px;
}

.template-card p {
    color: var(--muted);
    margin: 0;
}

.template-card dl {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.template-card dd {
    color: var(--ink);
    font-weight: 800;
    margin: 4px 0 0;
}

.template-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.template-actions strong,
.template-actions em {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    padding: 7px 10px;
}

.template-actions strong {
    background: rgba(22, 121, 76, .12);
    color: #16794c;
}

.template-actions em {
    background: #eef3f8;
    color: var(--muted);
}

.template-actions form {
    margin: 0;
}

.template-upload {
    margin-top: 22px;
}

.page-header {
    margin-bottom: 0;
    position: sticky;
    top: 0;
}

.page-header::before {
    background: #050b15;
    backdrop-filter: none;
}

.page-header.is-stuck {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.nav-group.is-active > a {
    border-color: rgba(255, 255, 255, .95);
    color: var(--white);
}

.nav-group.is-active.has-mega > a {
    background: transparent;
}

.service-page {
    background: #f5f7fb;
    --page-accent: var(--aqua);
    --page-accent-rgb: 88, 185, 200;
}

.page-communications,
.page-ice {
    --page-accent: #58b9c8;
    --page-accent-rgb: 88, 185, 200;
}

.page-sdca,
.page-company {
    --page-accent: #ff9d3b;
    --page-accent-rgb: 255, 157, 59;
}

.page-hardware {
    --page-accent: #4f9f67;
    --page-accent-rgb: 79, 159, 103;
}

.page-support {
    --page-accent: #7aa7ff;
    --page-accent-rgb: 122, 167, 255;
}

@media (min-width: 1101px) {
    .page-header {
        margin-bottom: -108px;
    }

    .page-header:not(.is-stuck) .brand {
        display: none;
    }

    .page-header.is-stuck .brand {
        display: inline-flex;
    }

    .page-header.is-stuck .brand span:not(.brand-mark) {
        display: none;
    }
}

.page-hero {
    background:
        linear-gradient(90deg, rgba(5, 12, 22, .9), rgba(14, 29, 47, .72) 48%, rgba(14, 29, 47, .42)),
        url("/assets/img/hero.home.jpg");
    background-position: center;
    background-size: cover;
    color: #ffffff;
    padding: 128px 8.5vw 86px;
}

.breadcrumbs {
    margin: 0 0 22px;
}

.breadcrumbs ol {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs li {
    align-items: center;
    color: rgba(255, 255, 255, .76);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.breadcrumbs li + li::before {
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    height: 7px;
    margin: 0 3px 0 0;
    opacity: .62;
    transform: rotate(45deg);
    width: 7px;
}

.breadcrumbs a {
    color: rgba(255, 255, 255, .78);
    text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
    color: #ffffff;
}

.breadcrumbs [aria-current="page"] span {
    color: #ffffff;
}

.page-ice .page-hero {
    background:
        radial-gradient(circle at 76% 24%, rgba(88, 185, 200, .24), transparent 32%),
        linear-gradient(90deg, rgba(5, 12, 22, .92), rgba(12, 35, 58, .76) 48%, rgba(12, 35, 58, .36)),
        url("/assets/img/comm.ecosystem.jpg") center / cover;
}

.page-ice .page-intro {
    background:
        radial-gradient(circle at 82% 18%, rgba(var(--page-accent-rgb), .1), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f7fbfe 56%, #edf6fa 100%);
}

.page-ice .page-feature-grid article {
    border-top: 4px solid rgba(var(--page-accent-rgb), .72);
}

.page-sdca .page-intro {
    background:
        radial-gradient(circle at 84% 16%, rgba(var(--page-accent-rgb), .12), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #fbf8f3 54%, #f4efe8 100%);
}

.page-sdca .page-feature-grid article {
    border-top: 4px solid rgba(var(--page-accent-rgb), .78);
}

.page-communications .page-intro {
    background:
        radial-gradient(circle at 82% 16%, rgba(var(--page-accent-rgb), .11), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f7fbfe 56%, #eef7fa 100%);
}

.page-communications .page-feature-grid article {
    border-top: 4px solid rgba(var(--page-accent-rgb), .72);
}

.page-sdca .page-hero {
    background:
        radial-gradient(circle at 78% 22%, rgba(255, 122, 26, .18), transparent 30%),
        linear-gradient(90deg, rgba(5, 12, 22, .94), rgba(17, 31, 52, .78) 50%, rgba(17, 31, 52, .36)),
        url("/assets/img/security.defense-core.jpg") center / cover;
}

.page-communications .page-hero {
    background:
        radial-gradient(circle at 76% 22%, rgba(88, 185, 200, .22), transparent 32%),
        linear-gradient(90deg, rgba(5, 12, 22, .92), rgba(13, 43, 68, .76) 50%, rgba(13, 43, 68, .38)),
        url("/assets/img/comm.network-mesh.jpg") center / cover;
}

.page-hardware .page-hero {
    background:
        radial-gradient(circle at 76% 22%, rgba(88, 185, 200, .18), transparent 30%),
        linear-gradient(90deg, rgba(5, 12, 22, .92), rgba(13, 40, 60, .76) 50%, rgba(13, 40, 60, .34)),
        url("/assets/img/telecom.workplace.jpg") center / cover;
}

.page-company .page-hero {
    background:
        radial-gradient(circle at 76% 22%, rgba(255, 122, 26, .16), transparent 30%),
        linear-gradient(90deg, rgba(5, 12, 22, .92), rgba(13, 45, 71, .78) 50%, rgba(13, 45, 71, .36)),
        url("/assets/img/comm.city-network.jpg") center / cover;
}

.page-support .page-hero {
    background:
        radial-gradient(circle at 76% 22%, rgba(88, 185, 200, .18), transparent 30%),
        linear-gradient(90deg, rgba(5, 12, 22, .93), rgba(11, 36, 58, .78) 50%, rgba(11, 36, 58, .38)),
        url("/assets/img/contact.service-desk.jpg") center / cover;
}

.page-hero h1 {
    font-size: clamp(42px, 5.8vw, 74px);
    letter-spacing: 0;
    line-height: .98;
    max-width: 900px;
}

.page-hero p:not(.eyebrow) {
    color: rgba(255, 255, 255, .84);
    font-size: 21px;
    max-width: 760px;
}

.page-intro {
    background: #ffffff;
    align-items: center;
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.page-intro h2 {
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.04;
    max-width: 680px;
}

.page-intro > p {
    color: var(--muted);
    font-size: 21px;
    line-height: 1.65;
}

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

.page-feature-grid article {
    background:
        linear-gradient(145deg, #ffffff, #f7fbfe);
    border: 1px solid #d7e1ec;
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(14, 36, 60, .06);
    min-height: 290px;
    padding: 30px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.page-feature-grid article:hover {
    border-color: #c2d1df;
    box-shadow: 0 24px 64px rgba(14, 36, 60, .12);
    transform: translateY(-4px);
}

.page-feature-grid span {
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.page-feature-grid span::before {
    background: var(--page-accent);
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(var(--page-accent-rgb), .12);
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 10px;
    width: 8px;
}

.page-feature-grid h3 {
    color: var(--blue);
    font-size: 26px;
    margin: 20px 0 14px;
}

.page-feature-grid p {
    color: var(--muted);
}

.ice-architecture-band {
    align-items: stretch;
    background:
        radial-gradient(circle at 8% 10%, rgba(var(--page-accent-rgb), .08), transparent 28%),
        linear-gradient(135deg, #ffffff, #f7fbfe);
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, .95fr) minmax(360px, .7fr);
}

.page-ice .ice-architecture-band {
    background:
        radial-gradient(circle at 12% 14%, rgba(var(--page-accent-rgb), .16), transparent 30%),
        linear-gradient(135deg, #07121f 0%, #0d2034 48%, #112b44 100%);
    color: #ffffff;
    gap: 36px;
}

.page-sdca .ice-architecture-band {
    background:
        radial-gradient(circle at 82% 12%, rgba(var(--page-accent-rgb), .18), transparent 30%),
        linear-gradient(135deg, #07121f 0%, #161f2d 48%, #241f1a 100%);
    color: #ffffff;
    gap: 36px;
}

.page-ice .ice-architecture-band > div {
    align-self: stretch;
    border-left: 4px solid var(--page-accent);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.page-sdca .ice-architecture-band > div {
    align-self: stretch;
    border-left: 4px solid var(--page-accent);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.page-ice .ice-architecture-band h2,
.page-sdca .ice-architecture-band h2 {
    color: #ffffff;
}

.page-ice .ice-architecture-band p:not(.eyebrow),
.page-sdca .ice-architecture-band p:not(.eyebrow) {
    color: rgba(255, 255, 255, .78);
}

.ice-architecture-band > div {
    align-self: center;
}

.ice-architecture-band h2,
.ice-layer-detail h2,
.ice-service-detail h2,
.ice-industry-detail h2 {
    color: var(--ink);
    font-size: clamp(34px, 4.6vw, 62px);
    line-height: 1.02;
    max-width: 820px;
}

.ice-architecture-band p:not(.eyebrow),
.ice-service-detail p,
.ice-industry-detail p {
    color: var(--muted);
    font-size: 20px;
    line-height: 1.65;
    max-width: 820px;
}

.ice-architecture-visual {
    border-radius: 10px;
    box-shadow: 0 28px 80px rgba(14, 36, 60, .18);
    margin: 0;
    min-height: 430px;
    overflow: hidden;
    position: relative;
}

.page-ice .ice-architecture-visual {
    aspect-ratio: 16 / 11;
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .32);
    min-height: 0;
}

.page-sdca .ice-architecture-visual {
    aspect-ratio: 16 / 11;
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .32);
    min-height: 0;
}

.ice-architecture-visual::after {
    background: linear-gradient(180deg, rgba(5, 12, 22, .08), rgba(5, 12, 22, .82));
    content: "";
    inset: 0;
    position: absolute;
}

.page-ice .ice-architecture-visual::after {
    background:
        linear-gradient(180deg, rgba(5, 12, 22, .02) 0%, rgba(5, 12, 22, .18) 42%, rgba(5, 12, 22, .9) 100%),
        radial-gradient(circle at 48% 36%, transparent 0%, rgba(5, 12, 22, .18) 64%, rgba(5, 12, 22, .52) 100%);
}

.page-sdca .ice-architecture-visual::after {
    background:
        linear-gradient(180deg, rgba(5, 12, 22, .02) 0%, rgba(5, 12, 22, .2) 42%, rgba(5, 12, 22, .9) 100%),
        radial-gradient(circle at 50% 32%, transparent 0%, rgba(5, 12, 22, .2) 64%, rgba(5, 12, 22, .56) 100%);
}

.ice-architecture-visual img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.ice-architecture-visual figcaption {
    bottom: 0;
    color: #ffffff;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: 0;
    padding: 24px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.ice-architecture-visual figcaption span {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
    padding: 18px;
}

.page-ice .ice-architecture-visual figcaption {
    gap: 8px;
    padding: 22px;
}

.page-ice .ice-architecture-visual figcaption span,
.page-sdca .ice-architecture-visual figcaption span {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .13);
    border-color: rgba(255, 255, 255, .22);
    border-radius: 8px;
}

.page-sdca .ice-architecture-visual figcaption {
    gap: 8px;
    padding: 22px;
}

.ice-architecture-visual figcaption strong {
    display: block;
    font-size: 30px;
    line-height: 1;
}

.page-communications .ice-architecture-band {
    background:
        radial-gradient(circle at 12% 14%, rgba(var(--page-accent-rgb), .18), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f4fbfd 48%, #edf7fa 100%);
    gap: 34px;
}

.page-communications .ice-architecture-band > div {
    border-left: 4px solid var(--page-accent);
    padding-left: 28px;
}

.page-communications .ice-architecture-visual {
    aspect-ratio: 16 / 11;
    border: 1px solid rgba(13, 43, 68, .12);
    box-shadow: 0 30px 90px rgba(14, 36, 60, .16);
    min-height: 0;
}

.page-communications .ice-architecture-visual::after {
    background:
        linear-gradient(180deg, rgba(5, 12, 22, .03) 0%, rgba(5, 12, 22, .2) 42%, rgba(5, 12, 22, .86) 100%),
        linear-gradient(90deg, rgba(5, 12, 22, .24), transparent 58%);
}

.page-communications .ice-architecture-visual img {
    object-position: center;
}

.page-communications .ice-architecture-visual figcaption {
    gap: 8px;
    padding: 22px;
}

.page-communications .ice-architecture-visual figcaption span {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .13);
    border-color: rgba(255, 255, 255, .22);
    border-radius: 8px;
}

.page-hardware .ice-architecture-band {
    background:
        radial-gradient(circle at 16% 14%, rgba(var(--page-accent-rgb), .16), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f4f8fb 48%, #edf5f8 100%);
    gap: 34px;
    grid-template-columns: minmax(0, .9fr) minmax(380px, .74fr);
}

.page-hardware .ice-architecture-band > div {
    border-left: 4px solid var(--page-accent);
    padding-left: 28px;
}

.page-hardware .ice-architecture-visual {
    aspect-ratio: 5 / 4;
    border: 1px solid rgba(13, 43, 68, .12);
    box-shadow: 0 30px 90px rgba(14, 36, 60, .16);
    min-height: 0;
}

.page-hardware .ice-architecture-visual::after {
    background:
        linear-gradient(180deg, rgba(5, 12, 22, .02) 0%, rgba(5, 12, 22, .18) 45%, rgba(5, 12, 22, .9) 100%),
        linear-gradient(90deg, rgba(5, 12, 22, .36), transparent 56%);
}

.page-hardware .ice-architecture-visual img {
    object-position: center;
}

.page-hardware .ice-architecture-visual figcaption {
    gap: 8px;
    padding: 22px;
}

.page-hardware .ice-architecture-visual figcaption span {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .22);
    border-radius: 8px;
}

.page-support .ice-architecture-band {
    background:
        radial-gradient(circle at 86% 12%, rgba(var(--page-accent-rgb), .18), transparent 30%),
        linear-gradient(135deg, #07121f 0%, #0d1d30 46%, #11243a 100%);
    color: #ffffff;
    gap: 34px;
}

.page-support .ice-architecture-band h2 {
    color: #ffffff;
}

.page-support .ice-architecture-band p:not(.eyebrow) {
    color: rgba(255, 255, 255, .78);
}

.page-support .ice-architecture-visual {
    aspect-ratio: 16 / 13;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .32);
    min-height: 0;
}

.page-support .ice-architecture-visual::after {
    background:
        linear-gradient(180deg, rgba(7, 18, 31, .02) 0%, rgba(7, 18, 31, .18) 42%, rgba(7, 18, 31, .92) 100%),
        radial-gradient(circle at 50% 32%, transparent 0%, rgba(7, 18, 31, .2) 62%, rgba(7, 18, 31, .58) 100%);
}

.page-support .ice-architecture-visual figcaption {
    gap: 8px;
    padding: 22px;
}

.page-support .ice-architecture-visual figcaption span {
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .22);
    border-radius: 8px;
}

.page-company .ice-architecture-band {
    background:
        radial-gradient(circle at 10% 12%, rgba(var(--page-accent-rgb), .14), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f7fbfe 46%, #eef5f9 100%);
    gap: 34px;
}

.page-company .ice-architecture-band > div {
    border-top: 4px solid var(--page-accent);
    padding-top: 28px;
}

.page-company .ice-architecture-visual {
    aspect-ratio: 16 / 12;
    border: 1px solid rgba(13, 43, 68, .12);
    box-shadow: 0 30px 90px rgba(14, 36, 60, .16);
    min-height: 0;
}

.page-company .ice-architecture-visual::after {
    background:
        linear-gradient(180deg, rgba(5, 12, 22, .04) 0%, rgba(5, 12, 22, .18) 42%, rgba(5, 12, 22, .86) 100%),
        radial-gradient(circle at 42% 38%, transparent 0%, rgba(5, 12, 22, .16) 62%, rgba(5, 12, 22, .42) 100%);
}

.page-company .ice-architecture-visual figcaption {
    gap: 8px;
    padding: 22px;
}

.page-company .ice-architecture-visual figcaption span {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, .13);
    border-color: rgba(255, 255, 255, .22);
    border-radius: 8px;
}

.ice-layer-detail {
    background:
        radial-gradient(circle at 8% 10%, rgba(var(--page-accent-rgb), .11), transparent 28%),
        linear-gradient(180deg, #edf4f8 0%, #f6f9fc 100%);
}

.ice-layer-detail-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 36px;
}

.ice-layer-detail-grid article {
    background:
        linear-gradient(145deg, #ffffff, #f7fbfe);
    border: 1px solid #d3e0ea;
    border-radius: 10px;
    box-shadow: 0 18px 54px rgba(14, 36, 60, .07);
    display: flex;
    flex-direction: column;
    min-height: 460px;
    padding: 28px;
}

.page-ice .ice-layer-detail-grid article,
.page-sdca .ice-layer-detail-grid article,
.page-communications .ice-layer-detail-grid article {
    overflow: hidden;
    position: relative;
}

.page-ice .ice-layer-detail-grid article::before,
.page-sdca .ice-layer-detail-grid article::before,
.page-communications .ice-layer-detail-grid article::before {
    background: linear-gradient(90deg, var(--page-accent), rgba(var(--page-accent-rgb), .18));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.ice-layer-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.ice-layer-head span {
    color: var(--blue);
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
}

.ice-layer-head img {
    background: rgba(var(--page-accent-rgb), .11);
    border: 1px solid rgba(var(--page-accent-rgb), .2);
    border-radius: 999px;
    height: 42px;
    padding: 9px;
    width: 42px;
}

.ice-layer-detail-grid h3 {
    color: var(--blue);
    font-size: 20px;
    line-height: 1.18;
    margin: 28px 0 12px;
    text-transform: uppercase;
}

.ice-layer-detail-grid strong {
    color: var(--ink);
    font-size: 18px;
    line-height: 1.35;
}

.ice-layer-detail-grid p {
    color: var(--muted);
    line-height: 1.55;
    margin: 16px 0 20px;
}

.ice-layer-detail-grid ul {
    border-top: 1px solid #dce6ef;
    display: grid;
    gap: 10px;
    list-style: none;
    margin: auto 0 0;
    padding: 18px 0 0;
}

.ice-layer-detail-grid li {
    color: #42566d;
    font-weight: 700;
    line-height: 1.35;
    padding-left: 18px;
    position: relative;
}

.ice-layer-detail-grid li::before {
    background: var(--page-accent);
    border-radius: 999px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: .55em;
    width: 6px;
}

.ice-benefit-band {
    background:
        linear-gradient(135deg, rgba(6, 15, 27, .96), rgba(13, 24, 38, .94)),
        url("/assets/img/security.global-shield.jpg") center / cover;
    color: #ffffff;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
    padding: 88px 8.5vw;
}

.ice-benefit-band h2 {
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.04;
}

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

.ice-benefit-grid article {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    min-height: 230px;
    padding: 22px;
}

.ice-benefit-grid img {
    height: 34px;
    margin-bottom: 24px;
    width: 34px;
}

.ice-benefit-grid h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.ice-benefit-grid p {
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.55;
}

.ice-service-detail {
    align-items: start;
    background: #ffffff;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

.ice-service-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ice-service-list span {
    align-items: center;
    background: #f4f8fb;
    border: 1px solid #d7e1ec;
    border-radius: 8px;
    color: var(--blue);
    display: flex;
    gap: 11px;
    font-weight: 900;
    min-height: 58px;
    padding: 13px 16px;
}

.ice-service-list span img {
    background: rgba(var(--page-accent-rgb), .1);
    border: 1px solid rgba(var(--page-accent-rgb), .18);
    border-radius: 999px;
    flex: 0 0 auto;
    height: 32px;
    padding: 7px;
    width: 32px;
}

.ice-industry-detail {
    background:
        linear-gradient(90deg, rgba(245, 247, 251, .96), rgba(245, 247, 251, .88)),
        url("/assets/img/comm.operations-city.jpg");
    background-position: center;
    background-size: cover;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
}

.ice-industry-detail > div:last-child {
    align-content: start;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ice-industry-detail span {
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(204, 216, 228, .9);
    border-radius: 8px;
    color: #31465e;
    font-weight: 800;
    padding: 16px 18px;
}

.ice-industry-detail span::before {
    background: var(--page-accent);
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(var(--page-accent-rgb), .12);
    content: "";
    display: inline-block;
    height: 7px;
    margin-right: 10px;
    vertical-align: 1px;
    width: 7px;
}

.page-process {
    background:
        linear-gradient(135deg, rgba(6, 15, 27, .97), rgba(13, 24, 38, .95)),
        url("/assets/img/security.circuit-shield.jpg") center / cover;
    color: #ffffff;
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    padding: 86px 8.5vw;
}

.page-process h2 {
    font-size: clamp(30px, 3.6vw, 52px);
}

.page-process > div:last-child {
    display: grid;
    gap: 1px;
}

.page-process article {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    display: grid;
    gap: 8px;
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 24px;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.page-process article:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(var(--page-accent-rgb), .34);
    transform: translateX(4px);
}

.page-process article span {
    color: var(--page-accent);
    font-weight: 900;
}

.page-process article strong {
    font-size: 21px;
}

.page-process article p {
    color: rgba(255, 255, 255, .72);
    grid-column: 2;
    margin: 0;
}

.page-cta {
    align-items: center;
    background: linear-gradient(135deg, #f8fbfe 0%, #ffffff 100%);
    display: flex;
    gap: 32px;
    justify-content: space-between;
}

.page-cta .button {
    min-width: 190px;
}

.page-cta p:not(.eyebrow) {
    color: var(--muted);
    font-size: 19px;
    max-width: 760px;
}

.catalog-page,
.catalog-detail-page {
    background: #f5f7fb;
}

.catalog-hero {
    background:
        linear-gradient(90deg, rgba(5, 12, 22, .92), rgba(14, 29, 47, .72) 58%, rgba(14, 29, 47, .42)),
        url("/assets/img/hero.home.jpg");
    background-position: center;
    background-size: cover;
    color: #ffffff;
    padding: 88px 8.5vw 74px;
}

.catalog-hero h1 {
    color: #ffffff;
    font-size: clamp(44px, 6vw, 82px);
    letter-spacing: 0;
    line-height: .98;
    margin: 12px 0 22px;
    max-width: 980px;
}

.catalog-hero p:not(.eyebrow) {
    color: rgba(255, 255, 255, .84);
    font-size: 21px;
    line-height: 1.55;
    max-width: 820px;
}

.catalog-section {
    display: grid;
    gap: 28px;
}

.catalog-filter-band {
    background: #ffffff;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(240px, .34fr) minmax(0, 1fr);
    padding: 34px 8.5vw;
}

.catalog-filter-band h2 {
    color: var(--blue);
    font-size: clamp(26px, 2.8vw, 38px);
    letter-spacing: 0;
    margin: 0;
}

.catalog-filters {
    align-items: end;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(180px, 1.2fr) repeat(4, minmax(150px, 1fr)) auto;
}

.catalog-filters label {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.catalog-filters label > span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.catalog-filters input,
.catalog-filters select {
    background: #f8fbfe;
    border: 1px solid #d7e1ec;
    border-radius: 8px;
    color: var(--ink);
    min-height: 46px;
    outline: 0;
    padding: 10px 12px;
    width: 100%;
}

.catalog-filters input:focus,
.catalog-filters select:focus {
    border-color: var(--aqua);
    box-shadow: 0 0 0 3px rgba(88, 185, 200, .18);
}

.catalog-filter-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.catalog-filter-actions .button {
    min-height: 46px;
    min-width: 132px;
    padding: 10px 22px;
}

.catalog-filter-actions .button.secondary,
.catalog-detail .button.secondary {
    background: #ffffff;
    border-color: rgba(21, 57, 95, .22);
    color: var(--blue);
}

.catalog-filter-actions a:not(.button) {
    color: var(--blue);
    font-weight: 900;
    white-space: nowrap;
}

.public-catalog-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-catalog-card {
    background: #ffffff;
    border: 1px solid #dfe7ef;
    border-radius: 10px;
    display: grid;
    gap: 16px;
    grid-template-rows: auto auto auto 1fr auto auto;
    overflow: hidden;
    padding: 0;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.public-catalog-card:hover {
    border-color: #c2d1df;
    box-shadow: 0 24px 64px rgba(14, 36, 60, .12);
    transform: translateY(-3px);
}

.catalog-card-media {
    background: #102842;
    display: grid;
    min-height: 190px;
    overflow: hidden;
    position: relative;
}

.public-catalog-card img {
    aspect-ratio: 16 / 9;
    height: 100%;
    object-fit: cover;
    opacity: .86;
    width: 100%;
}

.catalog-card-media span {
    align-self: end;
    background: rgba(15, 36, 60, .92);
    border-radius: 999px;
    bottom: 14px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    left: 14px;
    padding: 7px 11px;
    position: absolute;
    text-transform: uppercase;
}

.catalog-card-media strong,
.catalog-featured-badge {
    background: var(--orange);
    border-radius: 999px;
    color: #061424;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    padding: 7px 11px;
    text-transform: uppercase;
}

.catalog-card-media strong {
    position: absolute;
    right: 14px;
    top: 14px;
}

.catalog-featured-badge {
    margin-bottom: 12px;
}

.catalog-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 0 22px;
}

.catalog-card-meta span {
    background: #eef3f8;
    border-radius: 999px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 900;
    padding: 6px 9px;
    text-transform: uppercase;
}

.public-catalog-card > h3,
.public-catalog-card > p,
.catalog-card-details,
.catalog-card-action {
    margin-left: 22px;
    margin-right: 22px;
}

.public-catalog-card > h3 {
    color: var(--blue);
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.16;
    margin-bottom: 0;
}

.public-catalog-card > p {
    color: var(--muted);
    margin-bottom: 0;
}

.catalog-card-details {
    border-top: 1px solid #edf2f7;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.catalog-card-details div {
    border-right: 1px solid #edf2f7;
    display: grid;
    gap: 4px;
    padding: 16px 18px;
}

.catalog-card-details div:last-child {
    border-right: 0;
}

.catalog-card-details dt {
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.catalog-card-details dd {
    color: var(--ink);
    font-size: 17px;
    font-weight: 900;
    margin: 0;
}

.catalog-card-details dd span {
    color: var(--muted);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
}

.catalog-card-action {
    border-top: 1px solid #edf2f7;
    margin: 0;
    padding: 16px 22px 20px;
}

.catalog-card-action a {
    align-items: center;
    color: var(--blue);
    display: inline-flex;
    gap: 10px;
    font-weight: 900;
    min-height: 34px;
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
}

.catalog-card-action a::after {
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    height: 7px;
    transform: rotate(45deg);
    transition: transform .18s ease;
    width: 7px;
}

.catalog-card-action a:hover,
.catalog-card-action a:focus-visible {
    color: #0e2f67;
    transform: translateX(2px);
}

.catalog-card-action a:hover::after,
.catalog-card-action a:focus-visible::after {
    transform: translateX(3px) rotate(45deg);
}

.catalog-empty {
    background: #ffffff;
}

.catalog-empty-section {
    padding-top: 48px;
}

.catalog-empty {
    border-style: solid;
    display: grid;
    gap: 16px;
    justify-items: start;
}

.catalog-empty p {
    max-width: 760px;
}

.catalog-empty-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 4px;
}

.catalog-detail {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(5, 12, 22, .94), rgba(14, 29, 47, .72) 58%, rgba(14, 29, 47, .38)),
        url("/assets/img/hero.home.jpg");
    background-position: center;
    background-size: cover;
    color: #ffffff;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    padding: 88px 8.5vw 82px;
}

.catalog-detail h1 {
    color: #ffffff;
    font-size: clamp(42px, 5.8vw, 78px);
    letter-spacing: 0;
    line-height: .98;
    margin: 12px 0 22px;
}

.catalog-detail p {
    color: rgba(255, 255, 255, .82);
    font-size: 21px;
    line-height: 1.55;
    max-width: 780px;
}

.catalog-detail > img {
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}

.catalog-detail dl {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 26px 0;
    max-width: 720px;
}

.catalog-detail dl div {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    padding: 14px;
}

.catalog-detail dt {
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.catalog-detail dd {
    color: #ffffff;
    font-weight: 900;
    margin: 6px 0 0;
}

.catalog-detail dd span {
    color: rgba(255, 255, 255, .72);
    display: block;
    font-size: 13px;
    margin-top: 2px;
}

.catalog-description {
    display: grid;
    gap: 18px;
}

.catalog-description h2 {
    color: var(--blue);
}

.catalog-description p {
    color: var(--ink);
    font-size: 20px;
    line-height: 1.65;
    max-width: 960px;
    white-space: pre-wrap;
}

.catalog-description aside {
    background: #ffffff;
    border-left: 4px solid var(--orange);
    color: var(--muted);
    max-width: 900px;
    padding: 18px 20px;
}

.catalog-specifications {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 10px;
    max-width: 900px;
    padding: 22px;
}

.catalog-specifications h3 {
    color: var(--blue);
    margin: 0 0 14px;
}

.catalog-specifications ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.catalog-specifications li {
    border-bottom: 1px solid #edf2f7;
    color: var(--ink);
    padding-bottom: 10px;
}

.catalog-specifications li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 1100px) {
    .contact-band,
    .footer-main,
    .admin-shell,
    .admin-cards,
    .admin-roadmap,
    .admin-readiness,
    .admin-health-grid,
    .admin-form-grid,
    .seo-locale-grid,
    .template-grid,
    .message-detail dl,
    .capability-grid,
    .page-intro,
    .page-feature-grid,
    .ice-architecture-band,
    .ice-layer-detail-grid,
    .ice-benefit-band,
    .ice-service-detail,
    .ice-industry-detail,
    .page-process,
    .legal-details,
    .catalog-filter-band,
    .catalog-filters {
        grid-template-columns: 1fr;
    }

    .footer-main {
        gap: 34px;
    }

    .footer-column {
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding-top: 22px;
    }

    .settings-form-grid .settings-section:first-child {
        grid-template-columns: 1fr;
    }

    .public-catalog-grid,
    .catalog-detail {
        grid-template-columns: 1fr;
    }

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

    .navigation-locale-grid {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: static;
    }

    .page-header {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .page-hero {
        padding: 84px 28px 72px;
    }

    .ice-architecture-visual {
        min-height: 360px;
    }

    .page-hardware .ice-architecture-band {
        grid-template-columns: 1fr;
    }

    .page-communications .ice-architecture-visual {
        aspect-ratio: 16 / 9;
    }

    .page-hardware .ice-architecture-visual {
        aspect-ratio: 16 / 9;
    }

    .page-support .ice-architecture-visual {
        aspect-ratio: 16 / 9;
    }

    .page-company .ice-architecture-visual {
        aspect-ratio: 16 / 9;
    }

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

    .ice-layer-detail-grid article {
        min-height: 0;
    }

    .legal-details dl div {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .contact-form,
    .login-panel,
    .admin-cards article,
    .admin-panel {
        padding: 22px;
    }

    .contact-visual {
        min-height: 220px;
    }

    .contact-visual figcaption {
        align-items: start;
        flex-direction: column;
    }

    .admin-search-bar {
        grid-template-columns: 1fr;
    }

    .admin-catalog-filters {
        grid-template-columns: 1fr;
    }

    .admin-catalog-filter-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .catalog-filter-band,
    .catalog-section {
        padding-left: 28px;
        padding-right: 28px;
    }

    .catalog-filter-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .catalog-filter-actions .button,
    .catalog-filter-actions a {
        width: 100%;
    }

    .catalog-filter-actions a {
        text-align: center;
    }

    .catalog-card-details {
        grid-template-columns: 1fr;
    }

    .catalog-card-details div {
        border-right: 0;
        border-bottom: 1px solid #edf2f7;
    }

    .catalog-card-details div:last-child {
        border-bottom: 0;
    }

    .footer-bottom,
    .admin-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer {
        gap: 34px;
        padding: 58px 28px;
    }

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

    .footer-brand p {
        font-size: 16px;
    }

    .footer-bottom nav {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .admin-shell {
        padding: 18px;
    }

    .trust-strip {
        justify-content: flex-start;
        padding-left: 28px;
        padding-right: 28px;
    }

    .capability-card,
    .page-feature-grid article,
    .ice-layer-detail-grid article {
        min-height: 0;
        padding: 24px;
    }

    .ice-architecture-band,
    .ice-layer-detail,
    .ice-service-detail,
    .ice-industry-detail {
        padding-left: 28px;
        padding-right: 28px;
    }

    .ice-architecture-visual {
        min-height: 320px;
    }

    .page-communications .ice-architecture-band > div {
        padding-left: 20px;
    }

    .page-communications .ice-architecture-visual {
        aspect-ratio: auto;
        min-height: 360px;
    }

    .page-hardware .ice-architecture-band > div {
        padding-left: 20px;
    }

    .page-hardware .ice-architecture-visual {
        aspect-ratio: auto;
        min-height: 360px;
    }

    .page-support .ice-architecture-visual {
        aspect-ratio: auto;
        min-height: 360px;
    }

    .page-company .ice-architecture-visual {
        aspect-ratio: auto;
        min-height: 360px;
    }

    .ice-architecture-visual figcaption,
    .ice-benefit-grid,
    .ice-service-list,
    .ice-industry-detail > div:last-child {
        grid-template-columns: 1fr;
    }

    .ice-benefit-band {
        padding: 64px 28px;
    }

    .ice-benefit-grid article {
        min-height: 0;
    }

    .page-process {
        padding: 72px 28px;
    }

    .page-process article {
        grid-template-columns: 1fr;
    }

    .page-process article:hover {
        transform: none;
    }

    .page-process article p {
        grid-column: 1;
    }

    .page-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Homepage first-screen fit: keep the mobile proof visible without oversized copy. */
@media (max-width: 620px) {
    .hero {
        padding: 44px 24px 24px;
    }

    .hero-copy {
        padding-bottom: 8px;
        width: 100%;
    }

    .hero .eyebrow {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .hero h1 {
        font-size: 34px;
        line-height: 1;
        margin-bottom: 14px;
    }

    .hero-copy p:not(.eyebrow) {
        font-size: 16px;
        line-height: 1.5;
    }

    .hero-actions {
        gap: 10px;
        margin-top: 18px;
    }

    .hero-actions .button {
        min-height: 46px;
    }

    .hero-proof {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 14px;
    }

    .hero-proof div {
        border-bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, .18);
        padding: 12px 8px;
    }

    .hero-proof strong {
        font-size: 16px;
    }

    .hero-proof span {
        font-size: 11px;
        line-height: 1.35;
    }
}

@media (prefers-reduced-motion: reduce) {
    .solution-card,
    .showcase-card,
    .feature-item,
    .capability-card,
    .search-result,
    .search-result::after,
    .page-feature-grid article,
    .page-process article,
    .contact-form input,
    .contact-form select,
    .contact-form textarea,
    .admin-form input,
    .admin-form textarea,
    .footer-column a,
    .footer-column a::before,
    .footer-bottom a {
        transition: none;
    }

    .solution-card:hover,
    .showcase-card:hover,
    .feature-item:hover,
    .capability-card:hover,
    .search-result:hover,
    .search-result:focus-visible,
    .page-feature-grid article:hover,
    .page-process article:hover {
        transform: none;
    }
}

/* ICE uses a purpose-built architecture composition instead of the generic service-page rhythm. */
.ice-composition {
    background: #f5f7fb;
}

.ice-model-intro {
    align-items: start;
    background:
        radial-gradient(circle at 14% 18%, rgba(88, 185, 200, .12), transparent 27%),
        linear-gradient(135deg, #ffffff 0%, #f5fafc 58%, #edf5f8 100%);
    display: grid;
    gap: 76px;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
}

.ice-model-intro-copy {
    position: sticky;
    top: 142px;
}

.ice-model-intro h2 {
    color: var(--ink);
    font-size: clamp(36px, 3.6vw, 52px);
    line-height: 1.02;
    max-width: 700px;
}

.ice-model-intro-copy > p:last-child {
    color: var(--muted);
    font-size: 20px;
    line-height: 1.65;
    margin-top: 26px;
    max-width: 720px;
}

.ice-model-pillars {
    border-bottom: 1px solid #cfdce7;
}

.ice-model-pillars article {
    border-top: 1px solid #cfdce7;
    display: grid;
    gap: 26px;
    grid-template-columns: 90px minmax(0, 1fr);
    padding: 28px 0;
}

.ice-model-pillars article > span {
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
    padding-top: 5px;
    text-transform: uppercase;
}

.ice-model-pillars article > span::before {
    background: var(--page-accent);
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(var(--page-accent-rgb), .12);
    content: "";
    display: inline-block;
    height: 7px;
    margin-right: 10px;
    width: 7px;
}

.ice-model-pillars h3 {
    color: var(--blue);
    font-size: 25px;
    line-height: 1.18;
    margin-bottom: 10px;
}

.ice-model-pillars p {
    color: var(--muted);
    line-height: 1.62;
    margin: 0;
}

.ice-reference {
    align-items: stretch;
    background:
        radial-gradient(circle at 16% 14%, rgba(88, 185, 200, .18), transparent 30%),
        linear-gradient(135deg, #06111e 0%, #0b2033 54%, #102b42 100%);
    color: #ffffff;
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
}

.page-ice .ice-reference-copy {
    align-self: center;
    border-left: 4px solid var(--page-accent);
    padding-left: 30px;
}

.page-ice .ice-reference h2 {
    color: #ffffff;
    font-size: clamp(36px, 3.8vw, 54px);
    line-height: 1.02;
}

.page-ice .ice-reference-copy > p:not(.eyebrow) {
    color: rgba(255, 255, 255, .76);
    font-size: 19px;
    line-height: 1.62;
    margin-top: 24px;
}

.ice-reference-stats {
    border-top: 1px solid rgba(255, 255, 255, .16);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 34px 0 0;
    padding-top: 24px;
}

.ice-reference-stats div {
    border-right: 1px solid rgba(255, 255, 255, .14);
    padding: 0 18px;
}

.ice-reference-stats div:first-child {
    padding-left: 0;
}

.ice-reference-stats div:last-child {
    border-right: 0;
}

.ice-reference-stats dt {
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.ice-reference-stats dd {
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
    font-weight: 800;
    margin: 8px 0 0;
    text-transform: uppercase;
}

.ice-reference-visual {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
    margin: 0;
    min-height: 440px;
    overflow: hidden;
    position: relative;
}

.ice-reference-visual::after {
    background:
        linear-gradient(180deg, rgba(4, 12, 21, .04), rgba(4, 12, 21, .34)),
        linear-gradient(90deg, rgba(4, 12, 21, .18), transparent 60%);
    content: "";
    inset: 0;
    position: absolute;
}

.ice-reference-visual img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.page-ice .ice-layer-detail {
    background: #ffffff;
}

.ice-section-heading {
    align-items: end;
    display: grid;
    gap: 56px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    margin-bottom: 54px;
}

.ice-section-heading > p {
    color: var(--muted);
    font-size: 19px;
    line-height: 1.62;
    margin: 0;
}

.page-ice .ice-section-heading h2,
.ice-coverage .ice-service-detail h2 {
    font-size: clamp(34px, 3.6vw, 52px);
}

.ice-layer-flow {
    border-bottom: 1px solid #d8e3ec;
}

.ice-layer-flow article {
    --layer-color: #58b9c8;
    align-items: start;
    border-top: 1px solid #d8e3ec;
    display: grid;
    gap: 36px;
    grid-template-columns: 92px minmax(280px, .9fr) minmax(360px, 1.1fr);
    padding: 34px 0;
}

.ice-layer-flow article:nth-child(2) {
    --layer-color: #2f7fba;
}

.ice-layer-flow article:nth-child(3) {
    --layer-color: #4f9f67;
}

.ice-layer-flow article:nth-child(4) {
    --layer-color: #6d63b8;
}

.ice-layer-flow article:nth-child(5) {
    --layer-color: #e7792b;
}

.ice-layer-flow article:nth-child(6) {
    --layer-color: #153a63;
}

.ice-layer-identity {
    align-items: center;
    display: flex;
    gap: 12px;
}

.ice-layer-identity span {
    color: var(--layer-color);
    font-size: 30px;
    font-weight: 900;
}

.ice-layer-identity img {
    background: color-mix(in srgb, var(--layer-color) 11%, white);
    border: 1px solid color-mix(in srgb, var(--layer-color) 28%, white);
    border-radius: 999px;
    height: 40px;
    padding: 8px;
    width: 40px;
}

.ice-layer-kicker {
    color: var(--layer-color);
    font-size: 12px;
    font-weight: 900;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.ice-layer-summary h3 {
    color: var(--ink);
    font-size: 25px;
    line-height: 1.18;
    margin: 0 0 12px;
}

.ice-layer-summary > p:last-child {
    color: var(--muted);
    line-height: 1.58;
    margin: 0;
}

.ice-layer-flow ul {
    display: grid;
    gap: 10px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.ice-layer-flow li {
    color: #344b62;
    font-weight: 750;
    line-height: 1.42;
    padding-left: 16px;
    position: relative;
}

.ice-layer-flow li::before {
    background: var(--layer-color);
    border-radius: 999px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: .55em;
    width: 6px;
}

.ice-composition .ice-benefit-band {
    background:
        linear-gradient(110deg, rgba(6, 15, 27, .97), rgba(11, 31, 48, .9)),
        url("/assets/img/security.global-shield.jpg") center / cover;
    grid-template-columns: 1fr;
}

.ice-composition .ice-benefit-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ice-composition .ice-benefit-band > div:first-child {
    max-width: 820px;
}

.ice-composition .ice-benefit-band h2 {
    font-size: clamp(34px, 3.8vw, 52px);
}

.ice-composition .ice-benefit-grid article {
    border-radius: 6px;
}

.ice-coverage {
    background:
        radial-gradient(circle at 88% 12%, rgba(88, 185, 200, .1), transparent 24%),
        #f3f7fa;
}

.ice-coverage .ice-service-detail {
    background: transparent;
    gap: 64px;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    padding: 0;
}

.ice-coverage .ice-service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ice-coverage .ice-service-list span {
    background: rgba(255, 255, 255, .86);
    border-radius: 6px;
    min-height: 64px;
}

.ice-application-context {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(6, 15, 27, .94), rgba(6, 15, 27, .78)),
        url("/assets/img/comm.operations-city.jpg") center / cover;
    border-radius: 8px;
    color: #ffffff;
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    margin-top: 68px;
    overflow: hidden;
    padding: 48px;
}

.ice-application-context h2 {
    color: #ffffff;
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: 1.04;
}

.ice-application-context p:not(.eyebrow) {
    color: rgba(255, 255, 255, .72);
    line-height: 1.58;
}

.ice-application-context ul {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.ice-application-context li {
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .11);
    font-weight: 800;
    padding: 15px 17px;
}

.ice-application-context li::before {
    background: var(--page-accent);
    border-radius: 999px;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 10px;
    vertical-align: 2px;
    width: 6px;
}

.ice-composition .ice-implementation {
    background:
        linear-gradient(135deg, rgba(5, 13, 24, .97), rgba(12, 31, 49, .94)),
        url("/assets/img/security.circuit-shield.jpg") center / cover;
}

.ice-implementation ol {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    list-style: none;
    margin: 0;
    padding: 0;
}

.ice-implementation li {
    border-top: 1px solid rgba(255, 255, 255, .14);
    display: grid;
    gap: 22px;
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 24px 0;
}

.ice-implementation li > span {
    color: var(--page-accent);
    font-weight: 900;
}

.ice-implementation strong {
    display: block;
    font-size: 21px;
    margin-bottom: 7px;
}

.ice-implementation li p {
    color: rgba(255, 255, 255, .72);
    margin: 0;
}

.ice-page-cta {
    border-top: 4px solid var(--page-accent);
}

@media (max-width: 1180px) {
    .ice-model-intro,
    .ice-reference,
    .ice-section-heading,
    .ice-coverage .ice-service-detail,
    .ice-application-context {
        grid-template-columns: 1fr;
    }

    .ice-model-intro-copy {
        position: static;
    }

    .ice-reference-visual {
        min-height: 390px;
    }

    .ice-layer-flow article {
        grid-template-columns: 82px minmax(0, .9fr) minmax(0, 1.1fr);
    }

    .ice-composition .ice-benefit-band {
        grid-template-columns: 1fr;
    }

    .ice-composition .ice-benefit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .ice-model-intro {
        gap: 42px;
    }

    .ice-model-pillars article {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ice-reference {
        padding-left: 28px;
        padding-right: 28px;
    }

    .page-ice .ice-reference-copy {
        padding-left: 20px;
    }

    .ice-reference-visual {
        min-height: 320px;
    }

    .ice-layer-flow article {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ice-layer-flow ul,
    .ice-coverage .ice-service-list,
    .ice-application-context ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .ice-application-context {
        padding: 34px;
    }
}

@media (max-width: 560px) {
    .page-ice .page-hero {
        padding: 48px 24px 38px;
    }

    .page-ice .page-hero .breadcrumbs {
        margin-bottom: 16px;
        overflow: hidden;
    }

    .page-ice .page-hero .breadcrumbs ol {
        flex-wrap: nowrap;
    }

    .page-ice .page-hero .breadcrumbs li {
        min-width: 0;
        white-space: nowrap;
    }

    .page-ice .page-hero .breadcrumbs [aria-current="page"] {
        display: none;
    }

    .page-ice .page-hero h1 {
        font-size: 36px;
        line-height: 1.02;
    }

    .page-ice .page-hero > p:not(.eyebrow) {
        font-size: 17px;
        line-height: 1.5;
    }

    .page-ice .page-hero .hero-actions {
        gap: 8px;
        margin-top: 20px;
    }

    .ice-model-intro h2,
    .page-ice .ice-reference h2,
    .page-ice .ice-layer-detail h2 {
        font-size: 34px;
    }

    .ice-reference-stats,
    .ice-layer-flow ul,
    .ice-coverage .ice-service-list,
    .ice-application-context ul,
    .ice-composition .ice-benefit-grid {
        grid-template-columns: 1fr;
    }

    .ice-reference-stats div {
        border-bottom: 1px solid rgba(255, 255, 255, .14);
        border-right: 0;
        padding: 14px 0;
    }

    .ice-reference-stats div:last-child {
        border-bottom: 0;
    }

    .ice-reference-visual {
        min-height: 240px;
    }

    .ice-application-context {
        margin-left: -10px;
        margin-right: -10px;
        padding: 28px 22px;
    }
}
