:root {
    --cp-bg: #f6f8fc;
    --cp-surface: #ffffff;
    --cp-surface-alt: #eff4ff;
    --cp-text: #162033;
    --cp-muted: #5d6b82;
    --cp-primary: #0f3763;
    --cp-primary-dark: #082747;
    --cp-accent: #349add;
    --cp-border: #d9e2f1;
    --cp-shadow: 0 18px 45px rgba(16, 36, 84, 0.12);
    --cp-radius: 0.75rem;
    --bs-primary: #0f3763;
    --bs-primary-rgb: 15, 55, 99;
    --bs-link-color: #0f3763;
    --bs-link-hover-color: #349add;
}

body {
    font-family: "Manrope", sans-serif;
    color: var(--cp-text);
    background:
        radial-gradient(circle at top left, rgba(52, 154, 221, 0.14), transparent 32%),
        radial-gradient(circle at top right, rgba(15, 55, 99, 0.10), transparent 28%),
        var(--cp-bg);
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

#features,
#wms-functions,
#it-operations,
#references,
#contact,
#consultation {
    scroll-margin-top: 3.75rem;
}

html {
    scroll-padding-top: 3.75rem;
}

.btn-primary {
    --bs-btn-bg: var(--cp-primary);
    --bs-btn-border-color: var(--cp-primary);
    --bs-btn-hover-bg: var(--cp-primary-dark);
    --bs-btn-hover-border-color: var(--cp-primary-dark);
    --bs-btn-active-bg: var(--cp-primary-dark);
    --bs-btn-active-border-color: var(--cp-primary-dark);
    --bs-btn-padding-y: 0.5rem;
}

.rounded-pill {
    border-radius: var(--cp-radius) !important;
}

.navbar-brand,
.nav-link,
h1,
h2,
h3,
strong {
    color: var(--cp-text);
}

.brand-logo {
    width: 2.65rem;
    height: 2.65rem;
    display: block;
    object-fit: contain;
}

.brand-text {
    display: inline-flex;
    align-items: baseline;
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.brand-text-flex {
    color: #000;
}

.brand-text-portals {
    color: #333;
    font-weight: 400;
}

.brand-text-accent .brand-text-flex,
.brand-text-accent .brand-text-portals {
    color: var(--cp-accent);
}

.brand-text-hero {
    font-size: inherit;
    line-height: inherit;
}

.brand-text-inline {
    font-size: inherit;
    line-height: inherit;
}

.brand-text-hero .brand-text-flex,
.brand-text-hero .brand-text-portals {
    color: var(--fp-accent);
}

.brand-wms,
.brand-ai,
.brand-division {
    margin-left: 0.42rem;
    color: var(--cp-accent);
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1;
}

.site-header {
    z-index: 1035;
}

.site-utility-bar {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
}

.site-utility-inner {
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.site-utility-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    min-width: 4.4rem;
    padding: 0.42rem 1.2rem;
    border-radius: 999px;
    border: 1px dashed #aaa;
    background: transparent;
    box-shadow: none;
    color: #0f3763;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition:
        color 0.18s ease,
        background-color 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

.site-utility-link:hover,
.site-utility-link:focus-visible,
.site-utility-link.active {
    color: #fff;
    background: #349add;
    border-color: #349add;
    box-shadow: none;
    transform: translateY(-1px);
}

.site-contact-btn {
    --bs-btn-padding-y: 0.42rem;
    --bs-btn-padding-x: 0.95rem;
    font-size: 0.88rem;
    font-weight: 800;
}

.mobile-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.language-switcher-icon {
    width: 1rem;
    min-width: 1rem;
    margin-left: 0;
    color: var(--cp-accent);
}

.language-switcher-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.language-switcher-dropdown {
    display: none;
}

.language-switcher-toggle {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.32rem 0.62rem;
    border: 0;
    border-radius: 0.5rem;
    background: var(--cp-accent);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
}

.navbar .btn {
    white-space: nowrap;
}

.nav-root-home-item {
    position: relative;
}

.nav-root-home-link {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.2rem;
}

.nav-root-home-text {
    display: inline;
}

.nav-root-separator {
    display: flex;
    align-items: center;
    color: var(--cp-border);
    font-weight: 800;
    padding-inline: 0.15rem;
}

.navbar-collapse .navbar-nav {
    gap: 0.1rem;
}

.nav-contact-item {
    margin-left: 0.55rem;
}

.language-switcher-inline a {
    min-width: 2.15rem;
    padding: 0.2rem 0.38rem;
    color: var(--cp-muted);
    border-radius: 0.5rem;
    text-align: center;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 800;
}

.language-switcher-inline a:hover,
.language-switcher-inline a:focus-visible {
    color: var(--cp-primary-dark);
    background: rgba(52, 154, 221, 0.14);
}

.language-switcher-inline a.active {
    color: #fff;
    background: var(--cp-accent);
    box-shadow: 0 0.35rem 0.85rem rgba(52, 154, 221, 0.18);
}

.language-switcher .dropdown-menu {
    min-width: 7rem;
    padding: 0.35rem;
    border-color: var(--cp-border);
    border-radius: var(--cp-radius);
    box-shadow: 0 1rem 2.4rem rgba(16, 36, 84, 0.12);
}

.language-switcher .dropdown-item {
    border-radius: 0.5rem;
    color: var(--cp-muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.language-switcher .dropdown-item:hover,
.language-switcher .dropdown-item:focus {
    color: var(--cp-primary-dark);
    background: rgba(52, 154, 221, 0.12);
}

.language-switcher .dropdown-item.active {
    color: #fff;
    background: var(--cp-accent);
}

.navbar .nav-link {
    transition: color 0.18s ease;
}

.navbar .nav-link-soft-highlight {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    min-width: 4.4rem;
    padding: 0.42rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(52, 154, 221, 0.28);
    background: rgba(52, 154, 221, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    font-weight: 800;
    line-height: 1;
}

.navbar .nav-item:has(.nav-link-soft-highlight) {
    margin-inline: 0.18rem;
}

.navbar .nav-link-soft-highlight {
    border-radius: 999px;
    border: 1px solid rgba(123, 184, 220, 0.42);
    background: rgba(233, 246, 253, 0.92);
    padding-inline: 1.05rem;
}

.navbar .nav-link-soft-highlight:hover,
.navbar .nav-link-soft-highlight:focus-visible {
    border-color: rgba(52, 154, 221, 0.42);
    background: rgba(52, 154, 221, 0.14);
}

.navbar .nav-link-soft-highlight.active {
    color: var(--cp-primary-dark);
    border-color: rgba(22, 87, 152, 0.32);
    background: rgba(140, 205, 243, 0.2);
    box-shadow: 0 0.55rem 1.4rem rgba(52, 154, 221, 0.12);
}

.navbar .nav-link-soft-highlight-reference {
    min-width: 7.25rem;
    text-align: center;
    font-weight: normal;
}

.navbar .dropdown-toggle.nav-link {
    font-weight: normal;
}

.nav-rich-products .dropdown-toggle::after {
    margin-left: 0.55rem;
}

.nav-rich-products {
    position: relative;
}

.nav-rich-menu {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-top: 0.65rem;
    width: min(46rem, calc(100vw - 3rem));
    padding: 0.75rem;
    border: 1px solid rgba(52, 154, 221, 0.14);
    border-radius: 1rem;
    box-shadow: 0 1.25rem 3rem rgba(16, 36, 84, 0.14);
}

.nav-rich-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 0.95rem;
}

.nav-rich-card {
    display: block;
    padding: 1rem 1rem 0.95rem;
    border: 1px solid rgba(52, 154, 221, 0.14);
    border-radius: 0.85rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 252, 0.95));
    color: inherit;
    text-decoration: none;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.nav-rich-card:hover,
.nav-rich-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(52, 154, 221, 0.26);
    box-shadow: 0 1rem 2.25rem rgba(16, 36, 84, 0.1);
}

.nav-rich-card.active {
    border-color: rgba(22, 87, 152, 0.26);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(232, 244, 255, 0.94));
}

.nav-rich-card-head {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.7rem;
}

.nav-rich-card-logo {
    flex: 0 0 auto;
    width: 2.15rem;
    height: 2.15rem;
}

.nav-rich-card-brand {
    display: block;
    color: var(--cp-muted);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.1;
}

.nav-rich-card-head strong {
    display: block;
    margin-top: 0.1rem;
    color: var(--cp-text);
    font-size: 1.38rem;
    font-weight: 900;
    line-height: 1.05;
}

.nav-rich-card p {
    margin: 0 0 0.8rem;
    color: var(--cp-muted);
    font-size: 0.94rem;
    line-height: 1.5;
}

.nav-rich-card-link {
    display: inline-flex;
    align-items: center;
    color: var(--cp-accent);
    font-size: 0.88rem;
    font-weight: 900;
    text-transform: uppercase;
}

.nav-rich-card-link::after {
    content: "\203A";
    margin-left: 0.35rem;
    font-size: 1rem;
    line-height: 1;
}

.nav-rich-module-group {
    display: grid;
    gap: 0.7rem;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(52, 154, 221, 0.12);
}

.nav-rich-module-label {
    color: var(--cp-muted);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-rich-module-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.nav-rich-module-card {
    display: grid;
    gap: 0.75rem;
    min-width: 13rem;
    max-width: 15.5rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(52, 154, 221, 0.14);
    border-radius: 0.85rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.95));
    color: inherit;
    text-decoration: none;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.nav-rich-module-card:hover,
.nav-rich-module-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(52, 154, 221, 0.26);
    box-shadow: 0 1rem 2.25rem rgba(16, 36, 84, 0.08);
}

.nav-rich-module-card.active {
    border-color: rgba(22, 87, 152, 0.26);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(232, 244, 255, 0.94));
}

.nav-rich-module-card .nav-rich-card-head {
    margin-bottom: 0;
    gap: 0.65rem;
}

.nav-rich-module-card .nav-rich-card-logo {
    width: 1.9rem;
    height: 1.9rem;
}

.nav-rich-module-card .nav-rich-card-head strong {
    font-size: 1rem;
}

.nav-services-menu {
    min-width: 16rem;
    padding: 0.55rem 0;
    border: 1px solid rgba(52, 154, 221, 0.14);
    border-radius: 0.95rem;
    box-shadow: 0 1.2rem 2.8rem rgba(16, 36, 84, 0.12);
}

.nav-services-menu .dropdown-item {
    padding: 0.6rem 1rem;
    font-weight: normal;
}

.nav-services-menu .dropdown-item.active,
.nav-services-menu .dropdown-item:active {
    color: var(--cp-accent);
    background: rgba(52, 154, 221, 0.12);
}

.nav-mobile-menu-label .nav-link {
    padding-bottom: 0.35rem;
    font-weight: 800;
    color: var(--cp-primary-dark);
    pointer-events: none;
}

.nav-mobile-divider {
    margin: 0.55rem 1rem;
    border: 0;
    border-top: 1px solid rgba(18, 70, 122, 0.14);
    opacity: 1;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus-visible,
.navbar .nav-link.active {
    color: var(--cp-accent);
}

.hero-section {
    padding: 4.4rem 0 3.4rem;
    position: relative;
    overflow: hidden;
}

.hero-section > .container {
    position: relative;
    z-index: 2;
}

.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero-particles canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: auto -8% -20% auto;
    z-index: 1;
    width: 28rem;
    height: 28rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(52, 154, 221, 0.18), transparent 60%);
    pointer-events: none;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cp-primary-dark);
}

.eyebrow::before {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cp-primary), var(--cp-accent));
}

.hero-title span {
    color: var(--cp-accent);
}

.hero-showcase {
    position: relative;
    min-height: 520px;
}

.hero-showcase::before {
    content: "";
    position: absolute;
    inset: 8% 0 16% 9%;
    border-radius: var(--cp-radius);
    background: linear-gradient(135deg, rgba(52, 154, 221, 0.12), rgba(15, 55, 99, 0.08));
    filter: blur(0.2px);
}

.hero-warehouse {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: min(82%, 580px);
    height: 480px;
    object-fit: cover;
    border-radius: var(--cp-radius);
    box-shadow: 0 28px 70px rgba(8, 39, 71, 0.22);
}

.hero-card {
    position: relative;
    z-index: 4;
    border-radius: var(--cp-radius);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 55px rgba(8, 39, 71, 0.15);
    backdrop-filter: blur(14px);
}

.hero-card-grid strong {
    display: block;
    margin-bottom: 0.85rem;
    color: var(--cp-muted);
}

.hero-card-grid {
    position: absolute;
    left: -0.75rem;
    top: 2.2rem;
    width: min(52%, 360px);
    padding: 1.25rem 1.35rem;
}

.hex-grid {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 0.28rem;
    max-width: none;
}

.hex-grid span {
    aspect-ratio: 1.15 / 1;
    clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
    background: rgba(52, 154, 221, 0.18);
}

.hex-grid span:nth-child(3n),
.hex-grid span:nth-child(5n) {
    background: var(--cp-accent);
}

.hex-grid span:nth-child(4n) {
    background: var(--cp-primary);
}

.stat-card span,
.reference-person span {
    display: block;
    color: var(--cp-muted);
}

.stat-card {
    background: var(--cp-surface);
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius);
    box-shadow: 0 10px 30px rgba(16, 36, 84, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.stat-card {
    padding: 1rem;
}

.stat-card:hover,
.stat-card:focus-within {
    transform: translateY(-2px);
    border-color: rgba(52, 154, 221, 0.26);
    box-shadow: 0 1rem 2.25rem rgba(16, 36, 84, 0.1);
}

.stat-card strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1.05rem;
    line-height: 1.2;
}

.section-soft {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(230, 238, 252, 0.7));
}

.chip {
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--cp-border);
    color: var(--cp-muted);
    font-weight: 700;
}

.flexlinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.65rem;
}

.flexlinks > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.45rem 1.5rem;
    border: 1px solid rgba(52, 154, 221, 0.38);
    border-radius: 999px;
    color: var(--cp-primary);
    background: rgba(52, 154, 221, 0.08);
    text-decoration: none;
    box-shadow: 0 0.5rem 1.2rem rgba(15, 45, 75, 0.05);
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.flexlinks > a:hover,
.flexlinks > a:focus-visible {
    color: #fff;
    border-color: var(--cp-accent);
    background: var(--cp-accent);
    box-shadow: 0 0.8rem 1.7rem rgba(15, 45, 75, 0.16);
    transform: translateY(-1px);
}

.flexlinks > a:hover .chip-icon,
.flexlinks > a:focus-visible .chip-icon,
.flexlinks > a:hover .flexicon,
.flexlinks > a:focus-visible .flexicon {
    color: #fff;
    fill: currentColor;
}

.brochure-download-row {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0;
    text-align: center;
}

.hero-section .brochure-download-row {
    text-align: left;
}

.brochure-download-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid rgba(18, 70, 122, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 0.4rem 1.1rem rgba(18, 70, 122, 0.08);
    color: var(--cp-primary);
    text-decoration: none;
}

.brochure-download-link:hover,
.brochure-download-link:focus-visible {
    color: var(--cp-accent);
    text-decoration: none;
}

.brochure-download-link:hover .brochure-download-text,
.brochure-download-link:focus-visible .brochure-download-text {
    text-decoration: underline;
    text-underline-offset: 0.25rem;
}

.brochure-pdf-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 1.55rem;
    flex: 0 0 auto;
    border-radius: 0.28rem;
    background: #e53935;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    box-shadow: inset 0 -0.08rem 0 rgba(0, 0, 0, 0.16);
}

.chip-icon {
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 auto;
    color: currentColor;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.flexicon {
    color: var(--cp-accent);
    font-size: 1.75rem;
    line-height: 1;
}

.capability-overview {
    padding-top: 1.5rem;
}

.overview-title {
    margin-bottom: 4.25rem;
    text-align: center;
}

.overview-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));

}

.overview-item {
    min-height: 205px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    column-gap: 0.85rem;
    row-gap: 0.9rem;
    padding: 1.35rem 1.35rem 1.55rem;
    color: #030712;
    text-decoration: none;
    border-left: 1px solid #dce4ef;
    border-bottom: 1px solid #dce4ef;
}

.overview-item:nth-child(5n + 1) {
    border-left: 0;
}

.overview-item:nth-last-child(-n + 5) {
    border-bottom: 0;
}

.overview-item span {
    display: block;
    grid-column: 2;
    grid-row: 1;
    max-width: 13rem;
    min-height: 3.9rem;
    font-size: 1.42rem;
    line-height: 1.25;
    font-weight: 500;
}

.overview-item p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    color: var(--cp-muted);
    font-size: 0.95rem;
    line-height: 1.45;
}

.overview-item:hover {
    color: #030712;
}

.capability-overview-cta {
    max-width: 720px;
    margin: 3rem auto 0;
    text-align: center;
}

.capability-overview-cta p {
    margin: 0 0 1.25rem;
    color: var(--cp-muted);
    font-size: 1.08rem;
    line-height: 1.6;
}

.flexcard {
    display: flex;
    flex-direction: column;
    padding: 2.1rem 2rem 1.8rem;
    background: #fff;
    border: 1px solid #d7e0eb;
    border-radius: var(--cp-radius);
    box-shadow: 0 10px 30px rgba(16, 36, 84, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.flexcard:hover {
    transform: translateY(-4px);
    border-color: rgba(52, 154, 221, 0.55);
    box-shadow: 0 18px 42px rgba(16, 36, 84, 0.14);
}

.flexcard-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.8rem;
}

.flexcard h3,
.flexcard-heading {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

.flexcard h3 {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 800;
}

.flexcard p {
    color: #111827;
    font-size: 1rem;
    line-height: 1.62;
    margin-bottom: 2rem;
}

.flexicon {
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 auto;
    color: var(--cp-accent);
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.flexicon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    line-height: 1;
}

.flexcard-head .flexicon,
.overview-item .flexicon {
    color: var(--cp-accent);
}

.overview-item .flexicon {
    width: 42px;
    height: 42px;
    font-size: 1.55rem;
}

.hero-background {
    position: relative;
    overflow: hidden;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.78)),
        linear-gradient(90deg, rgba(52, 154, 221, 0.12), rgba(15, 55, 99, 0.08));
}

.hero-background > .container {
    position: relative;
    z-index: 2;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.hero-title {
    max-width: 15ch;
    color: #050505;
    font-size: clamp(2.25rem, 4.2vw, 3.75rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

#hero .hero-title {
    font-size: clamp(2.75rem, 5.3vw, 4.35rem);
}

#hero .lead {
    font-size: 1rem;
    line-height: 1.66;
}

.hero-title-accent {
    color: var(--cp-accent);
    display: inline-block;
}

.hero-image-wrapper {
    position: relative;
}

.hero-image {
    width: 100%;
    height: clamp(18rem, 30vw, 24rem);
    object-fit: cover;
    object-position: 58% 44%;
    border-radius: var(--cp-radius);
    box-shadow: 0 28px 70px rgba(8, 39, 71, 0.18);
}

.hero-image-wrapper {
    isolation: isolate;
}

.hero-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--cp-radius);
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(232, 242, 255, 0.28)),
        linear-gradient(180deg, rgba(8, 39, 71, 0.03), rgba(8, 39, 71, 0.08));
}

.flexcard-panel,
.numbered-list article {
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 45px rgba(16, 36, 84, 0.08);
}

.numbered-list > article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 50%;
    color: #fff;
    background: var(--cp-primary);
    font-size: 0.78rem;
    font-weight: 900;
}

.flexcard-panel {
    padding: clamp(1.4rem, 3vw, 2.35rem);
}

.flexcard-panel p,
.numbered-list p {
    color: var(--cp-muted);
    line-height: 1.65;
}

.panel-stack {
    display: grid;
    gap: 1rem;
}

.flexcard-panel h2 {
    margin-bottom: 1rem;
    font-size: 1.35rem;
    font-weight: 900;
}

.flexcard-panel ul {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexcard-panel li {
    position: relative;
    padding-left: 1.35rem;
    color: var(--cp-muted);
    line-height: 1.45;
    font-weight: 700;
}

.flexcard-panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: var(--cp-accent);
}

.flexcard-panel-accent {
    border-color: rgba(52, 154, 221, 0.28);
    background: rgba(52, 154, 221, 0.08);
}

.flexcard-panel-accent h2,
.flexcard-panel-accent p {
    color: var(--cp-text);
}

.flexcard-panel-tight-footer {
    padding-bottom: 1.1rem;
}

.flexcard-panel-tight-footer .flexlinks.flexlinks-tight {
    margin-top: 0.25rem;
}

.flexcard-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

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

.flexcard.flexcard-feature {
    padding: 1.6rem;
}

.flexcard.flexcard-feature h3 {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 900;
}

.flexcard.flexcard-feature.is-future {
    background: #fcfcfc;
    border-style: dashed;
    border-color: rgba(90, 112, 145, 0.22);
    box-shadow: none;
}

.flexcard.flexcard-feature.is-future .flexicon {
    color: rgba(90, 112, 145, 0.58);
}

.flexcard.flexcard-feature.is-future h3 {
    color: rgba(15, 23, 42, 0.76);
}

.flexcard.flexcard-feature.is-future p {
    color: rgba(90, 112, 145, 0.86);
}

.flexcard-grid-stretch {
    align-items: stretch;
}

.flexcard.flexcard-implementation {
    min-height: 100%;
}

.flexcard.flexcard-implementation p + p {
    margin-top: 0.85rem;
}

.flexcard-note-label {
    display: block;
    margin-bottom: 0.3rem;
    color: rgba(90, 112, 145, 0.72);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.numbered-list {
    display: grid;
    gap: 1rem;
}

.numbered-list article {
    display: grid;
    grid-template-columns: 2.45rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1.35rem;
}

.numbered-list h3 {
    margin-bottom: 0.45rem;
    font-size: 1.12rem;
    font-weight: 900;
}

.numbered-list p {
    margin: 0;
}

.sticky-side-col {
    align-self: flex-start;
}

.sticky-side-panel {
    position: sticky;
    top: 6.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.flexcard.flexcard-story {
    padding: 1.25rem;
}

.flexcard-story-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
}

.flexcard-story-body {
    padding-left: 0;
    padding-right: 0;
    gap: 1.1rem;
}

.flexcard-story-copy {
    display: grid;
    gap: 0.85rem;
}

.flexcard-story-title {
    margin: 0;
    color: var(--cp-text);
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 900;
    line-height: 1.18;
}

.flexcard-story-copy p {
    margin: 0;
    color: var(--cp-muted);
    line-height: 1.72;
}

.flexcard-story-lead {
    max-width: 42rem;
    margin-top: 0.2rem;
}

.flexcard.flexcard-pillar {
    padding: 1.35rem;
}

.flexcard-head .flexicon {
    flex: 0 0 auto;
    width: 2.25rem;
    height: 2.25rem;
}

.flexcard.flexcard-pillar h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 900;
}

.flexcard.flexcard-pillar p {
    margin: 0;
    color: var(--cp-muted);
    line-height: 1.65;
}

.flextags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.flextags span {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(52, 154, 221, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--cp-muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.section-block {
    position: relative;
}

.section-title {
    display: grid;
    gap: 0.85rem;
    justify-items: start;
}

.section-heading {
    margin: 0;
    color: var(--cp-text);
    font-size: clamp(1.9rem, 3.2vw, 3rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0;
}

.section-lead {
    margin: 0;
    color: var(--cp-muted);
    font-size: 1.05rem;
    line-height: 1.68;
    max-width: 48rem;
}

.section-align-left {
    text-align: left;
}

.section-align-center {
    text-align: center;
    justify-items: center;
}

.section-align-right {
    text-align: right;
    justify-items: end;
}

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

.section-align-right .section-lead {
    margin-left: auto;
}

.hero-lead {
    color: var(--cp-muted);
}

.section-background-1 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.88));
}

.section-background-2 {
    background: linear-gradient(180deg, rgba(252, 253, 255, 0.88), rgba(244, 249, 255, 0.7));
}

.section-background-3 {
    background: linear-gradient(180deg, rgba(250, 252, 255, 0.78), rgba(241, 247, 255, 0.56));
}

.section-background-4 {
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.68), rgba(238, 245, 255, 0.42));
}

.section-background-5 {
    background: linear-gradient(180deg, rgba(246, 250, 255, 0.58), rgba(236, 244, 255, 0.28));
}

.implementation-hero-panel {
    min-height: 100%;
    background:
        radial-gradient(circle at 18% 20%, rgba(52, 154, 221, 0.18), transparent 28%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(236, 246, 255, 0.92));
}

.implementation-hero-frame {
    position: relative;
    min-height: 24rem;
    overflow: hidden;
    border-radius: 1.9rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(232, 243, 255, 0.34)),
        linear-gradient(135deg, rgba(15, 55, 99, 0.06), rgba(52, 154, 221, 0.14));
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.implementation-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(52, 154, 221, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(52, 154, 221, 0.08) 1px, transparent 1px);
    background-size: 2rem 2rem;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 100%);
}

.implementation-hero-card {
    position: absolute;
    inset: auto 1.5rem 1.5rem 1.5rem;
    display: grid;
    gap: 0.8rem;
    padding: 1.4rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.1);
}

.implementation-hero-label {
    color: rgba(90, 112, 145, 0.76);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.implementation-hero-card strong {
    color: var(--cp-text);
    font-size: 1.45rem;
    font-weight: 900;
}

.implementation-hero-card p {
    margin: 0;
    color: var(--cp-muted);
}

.implementation-timeline {
    position: relative;
    display: grid;
    gap: 1.25rem;
}

.implementation-timeline::before {
    content: "";
    position: absolute;
    left: 1.2rem;
    top: 0.25rem;
    bottom: 0.25rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(52, 154, 221, 0.28), rgba(15, 55, 99, 0.12));
}

.timeline-step {
    position: relative;
    display: grid;
    grid-template-columns: 2.4rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.timeline-marker {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-top: 0.4rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cp-accent), #0f3763);
    box-shadow: 0 10px 22px rgba(15, 55, 99, 0.22);
}

.timeline-marker span {
    color: #fff;
    font-size: 0.92rem;
    font-weight: 900;
}

.timeline-content h3 {
    margin-bottom: 0.7rem;
    font-size: 1.2rem;
    font-weight: 900;
}

.timeline-content p {
    margin-bottom: 1rem;
}

.key-user-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (max-width: 991.98px) {
    .key-user-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767.98px) {
    .implementation-hero-frame {
        min-height: 20rem;
    }

    .implementation-timeline::before {
        left: 1rem;
    }

    .timeline-step {
        grid-template-columns: 2rem minmax(0, 1fr);
        gap: 0.85rem;
    }

    .timeline-marker {
        width: 2rem;
        height: 2rem;
    }
}

.scene-visual-wrap {
    background:
        radial-gradient(circle at 20% 20%, rgba(52, 154, 221, 0.18), transparent 26%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 255, 0.92));
}

.scene-shell {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 19rem;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(232, 243, 255, 0.24)),
        linear-gradient(135deg, rgba(15, 55, 99, 0.04), rgba(52, 154, 221, 0.1));
}

.scene-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
}

.scene-glow-a {
    inset: auto auto 12% 8%;
    width: 9rem;
    height: 9rem;
    background: rgba(52, 154, 221, 0.18);
}

.scene-glow-b {
    inset: 8% 8% auto auto;
    width: 10rem;
    height: 10rem;
    background: rgba(15, 55, 99, 0.12);
}

.scene-window {
    position: absolute;
    border: 1px solid rgba(15, 55, 99, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow:
        0 18px 40px rgba(16, 36, 84, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
}

.scene-window-main {
    inset: 10% 20% 16% 7%;
    transform: rotate(-4deg);
}

.scene-window-side {
    inset: 16% 7% 31% 58%;
    transform: rotate(5deg);
}

.scene-window-bar {
    display: block;
    height: 2.15rem;
    border-bottom: 1px solid rgba(15, 55, 99, 0.08);
    background:
        radial-gradient(circle at 1.4rem 50%, rgba(52, 154, 221, 0.85) 0.18rem, transparent 0.2rem),
        radial-gradient(circle at 2rem 50%, rgba(15, 55, 99, 0.3) 0.18rem, transparent 0.2rem),
        radial-gradient(circle at 2.6rem 50%, rgba(15, 55, 99, 0.18) 0.18rem, transparent 0.2rem);
}

.scene-code,
.scene-chat {
    display: grid;
    gap: 0.7rem;
    padding: 1.15rem 1.15rem 1.25rem;
}

.scene-code span,
.scene-chat span {
    display: block;
    height: 0.62rem;
    border-radius: 999px;
    background: rgba(15, 55, 99, 0.13);
}

.scene-code span.accent,
.scene-chat span:nth-child(2) {
    background: rgba(52, 154, 221, 0.42);
}

.scene-code .w-84 { width: 84%; }
.scene-code .w-66 { width: 66%; }
.scene-code .w-91 { width: 91%; }
.scene-code .w-58 { width: 58%; }
.scene-code .w-73 { width: 73%; }
.scene-code .w-48 { width: 48%; }

.scene-chat span:nth-child(1) { width: 76%; }
.scene-chat span:nth-child(2) { width: 54%; }
.scene-chat span:nth-child(3) { width: 68%; }

.scene-node {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.scene-node-core {
    inset: auto 14% 10% auto;
    width: 4.5rem;
    height: 4.5rem;
    color: #fff;
    background: linear-gradient(135deg, var(--cp-primary), var(--cp-accent));
    box-shadow: 0 18px 36px rgba(16, 36, 84, 0.14);
}

.scene-node-core svg {
    width: 2rem;
    height: 2rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.scene-connector {
    position: absolute;
    border-top: 1px dashed rgba(52, 154, 221, 0.42);
    transform-origin: left center;
}

.scene-connector-a {
    inset: auto auto 27% 45%;
    width: 7rem;
    transform: rotate(15deg);
}

.scene-connector-b {
    inset: 40% auto auto 54%;
    width: 5.4rem;
    transform: rotate(-24deg);
}

.scene-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 2rem;
    padding: 0 0.7rem;
    border: 1px solid rgba(52, 154, 221, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--cp-primary-dark);
    font-size: 0.74rem;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(16, 36, 84, 0.08);
}

.scene-chip-a { inset: 18% auto auto 11%; }
.scene-chip-b { inset: auto auto 18% 16%; }
.scene-chip-c { inset: 34% 18% auto auto; }

.footer-link {
    color: var(--cp-primary-dark);
    text-decoration: none;
    font-weight: 700;
}

.footer-link:hover {
    color: var(--cp-primary);
}

.footer-legal-links {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem 1rem;
    margin-left: 0.85rem;
}

.footer-legal-links a {
    color: var(--cp-primary-dark);
    font-weight: 800;
    text-decoration: none;
}

.footer-legal-links a:hover {
    color: var(--cp-accent);
}

.footer-legal-links a:hover .brand-text-flex,
.footer-legal-links a:hover .brand-text-portals {
    color: var(--cp-accent);
}

.footer-legal-links [data-cookie-settings] {
    color: var(--cp-accent);
}

.footer-legal-links [data-cookie-settings]::before {
    content: "|";
    margin-right: 1rem;
    color: var(--cp-muted);
    font-weight: 700;
}

.legal-section {
    min-height: 52vh;
    background:
        radial-gradient(circle at 16% 16%, rgba(52, 154, 221, 0.12), transparent 30%),
        linear-gradient(135deg, #ffffff, #f6f9ff);
}

.legal-placeholder {
    max-width: 58rem;
    padding: 1.5rem;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius);
    background: #fff;
    box-shadow: 0 12px 32px rgba(16, 36, 84, 0.06);
}

.legal-placeholder p {
    margin-bottom: 1rem;
    color: var(--cp-muted);
    line-height: 1.75;
}

.legal-placeholder p:last-child {
    margin-bottom: 0;
}

.error-section {
    min-height: 100vh;
}

.error-hero {
    max-width: 46rem;
    margin-bottom: 2rem;
}

.error-code {
    display: block;
    color: var(--cp-primary);
    font-size: clamp(4.5rem, 13vw, 9rem);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0;
}

.error-hero h1 {
    margin: 1.3rem 0 1rem;
    color: var(--cp-text);
    font-size: clamp(2.4rem, 6vw, 5rem);
    line-height: 1.04;
}

.error-hero p {
    margin: 0;
    color: var(--cp-muted);
    font-size: 1.12rem;
    line-height: 1.75;
}

.error-language-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 0.85rem;
    max-width: 52rem;
    margin-bottom: 2rem;
}

.error-language-card {
    display: block;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(15, 55, 99, 0.12);
    border-radius: var(--cp-radius);
    background: rgba(255, 255, 255, 0.9);
    color: var(--cp-text);
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(16, 36, 84, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.error-language-card:hover {
    border-color: rgba(52, 154, 221, 0.55);
    color: var(--cp-primary);
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(16, 36, 84, 0.1);
}

.error-language-card span {
    display: block;
    color: var(--cp-muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.error-language-card strong {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.25rem;
    font-size: 1.05rem;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 4px 1px;
}

.error-language-card strong::after {
    content: "↗";
    font-style: normal;
    font-size: 0.82em;
    line-height: 1;
    transform: translateY(-0.08em);
}

.error-copy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 1rem;
    max-width: 64rem;
}

.error-copy-grid article {
    padding: 1rem 1.1rem;
    border-left: 3px solid var(--cp-accent);
    background: rgba(255, 255, 255, 0.72);
}

.error-copy-grid h2 {
    margin-bottom: 0.45rem;
    color: var(--cp-primary-dark);
    font-size: 1rem;
}


.error-copy-grid p {
    margin: 0;
    color: var(--cp-muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

.legal-document {
    max-width: 58rem;
}

.legal-intro {
    max-width: 52rem;
    margin-bottom: 1.6rem;
    color: var(--cp-muted);
    font-size: 1.06rem;
}

.legal-policy-box {
    padding: clamp(1.4rem, 3vw, 2.4rem);
    border: 1px solid rgba(15, 45, 75, 0.1);
    border-radius: var(--cp-radius);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 1.2rem 3rem rgba(15, 45, 75, 0.08);
}

.legal-document .legal-effective {
    margin-bottom: 2rem;
    color: var(--cp-muted);
    font-weight: 700;
}

.legal-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin: -0.2rem 0 1.75rem;
}

.legal-document article {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(15, 45, 75, 0.12);
}

.legal-policy-box article {
    border-top: 0;
}

.legal-document h2 {
    margin-bottom: 1rem;
    color: var(--cp-primary-dark);
    font-size: 1.35rem;
    font-weight: 800;
}

.legal-document h3 {
    margin: 1.25rem 0 0.6rem;
    color: var(--cp-primary);
    font-size: 1rem;
    font-weight: 800;
}

.legal-document p,
.legal-document li,
.legal-document dd {
    color: var(--cp-muted);
}

.legal-document ul {
    margin: 0 0 1rem;
    padding-left: 3.125rem;
}

.legal-document li + li {
    margin-top: 0.35rem;
}

.legal-data-list {
    display: grid;
    gap: 0.65rem;
    margin: 0;
}

.legal-data-list div {
    display: grid;
    gap: 0.15rem;
}

.legal-data-list dt {
    color: var(--cp-primary-dark);
    font-weight: 800;
}

.legal-data-list dd {
    margin: 0;
}

.legal-document a {
    color: var(--cp-primary);
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
}

.legal-document a:hover {
    color: var(--cp-accent);
}

.legal-document a.btn,
.legal-document a.btn:hover {
    text-decoration: none;
}

.legal-document a[target="_blank"]::after,
.external-link[target="_blank"]::after {
    content: "↗";
    display: inline-block;
    margin-left: 0.28em;
    font-size: 0.82em;
    line-height: 1;
    transform: translateY(-0.08em);
}

.external-link {
    color: var(--cp-primary);
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
}

.cookie-consent-overlay {
    position: fixed;
    z-index: 1080;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(8, 18, 32, 0.52);
    backdrop-filter: blur(4px);
}

.cookie-consent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    width: min(100%, 44rem);
    padding: clamp(1.4rem, 4vw, 2.4rem);
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--cp-shadow);
}

.cookie-consent-copy {
    display: grid;
    gap: 0.25rem;
}

.cookie-consent-copy strong {
    font-size: 1rem;
}

.cookie-consent-copy span {
    color: var(--cp-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.cookie-consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: flex-end;
}

.footer-compliance {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.compliance-logo {
    min-width: 7rem;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0.75rem 0.45rem 0.5rem;
    border: 1px solid transparent;
    border-radius: var(--cp-radius);
    color: var(--cp-primary-dark);
    text-align: left;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

a.compliance-logo:hover {
    color: var(--cp-primary-dark);
    background: #fff;
    border-color: rgba(15, 55, 99, 0.14);
    box-shadow: 0 0.8rem 1.8rem rgba(15, 45, 75, 0.1);
    transform: translateY(-1px);
}

.compliance-mark {
    width: 2.65rem;
    height: 2.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--cp-primary);
    background: rgba(15, 55, 99, 0.08);
}

.compliance-mark i {
    font-size: 1.55rem;
    line-height: 1;
}

.compliance-mark svg {
    width: 2.05rem;
    height: 2.05rem;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.compliance-mark .compliance-check {
    stroke: var(--cp-accent);
    stroke-width: 3;
}

.compliance-mark .nis2-lock-body {
    stroke: var(--cp-primary);
}

.compliance-mark .nis2-lock-accent {
    stroke: var(--cp-accent);
}

.compliance-mark .sparkle-mark-main {
    stroke: var(--cp-primary);
}

.compliance-mark .sparkle-mark-accent {
    stroke: var(--cp-accent);
}

.compliance-copy strong,
.compliance-copy small {
    display: block;
    line-height: 1;
}

.compliance-copy strong {
    color: var(--cp-text);
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.compliance-copy small {
    margin-top: 0.25rem;
    color: var(--cp-muted);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.footer-contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    border-radius: var(--cp-radius);
    color: #fff;
    background: var(--cp-primary);
    text-decoration: none;
    font-weight: 800;
}

.footer-contact-link:hover {
    color: #fff;
    background: var(--cp-primary-dark);
}

.references-section {
    overflow: hidden;
    background: linear-gradient(180deg, #fff, #f6f9fd);
}

.references-title {
    margin-bottom: 2.75rem;
}

.references-title span {
    color: var(--cp-accent);
}

.references-title-brand {
    font-weight: 400;
}

.references-title-brand-strong {
    font-weight: 900;
}

.references-slider {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.references-cta {
    margin-top: 2rem;
    text-align: center;
}

.reference-card {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    padding: 1.65rem;
    border: 1px solid #d9e2ec;
    border-radius: var(--cp-radius);
    background: #fff;
    box-shadow: 0 12px 32px rgba(16, 36, 84, 0.05);
}

.reference-logo {
    width: 100%;
    height: 5.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 2rem;
    padding: 0.75rem 1rem;
    border: 1px solid #d9e2ec;
    border-radius: var(--cp-radius);
    background: rgba(233, 246, 253, 0.92);
    text-align: center;
    line-height: 1;
    transition: background 0.18s ease, border-color 0.18s ease;
}

.reference-logo span,
.reference-logo small {
    display: block;
    letter-spacing: 0;
}

.reference-logo-hri {
    background: rgba(233, 246, 253, 0.92);
}

.reference-logo-hri span {
    color: var(--cp-primary);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    font-weight: 900;
    transition: color 0.18s ease;
}

.reference-logo-hri small {
    margin-top: 0.18rem;
    color: var(--cp-accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.8rem;
    font-weight: 900;
    transition: color 0.18s ease;
}

.reference-card:hover .reference-logo-hri,
.reference-product-card:hover .reference-logo-hri {
    background: #ffe526;
}

.reference-card:hover .reference-logo-hri span,
.reference-product-card:hover .reference-logo-hri span {
    color: #c91f33;
}

.reference-card:hover .reference-logo-hri small,
.reference-product-card:hover .reference-logo-hri small {
    color: #111827;
}

.reference-logo-miell {
    padding: 1rem 1.25rem;
    background: rgba(233, 246, 253, 0.92);
    border-color: #d9e2ec;
    position: relative;
}

.reference-logo-miell img,
.reference-logo-miell::after {
    width: min(100%, 12rem);
    height: 3.7rem;
}

.reference-logo-miell img {
    display: block;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(25%) sepia(67%) saturate(1926%) hue-rotate(182deg) brightness(89%) contrast(93%);
    transition: filter 0.18s ease;
}

.reference-logo-miell::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("https://miellquality.hu/storage/general/logo.svg") center / contain no-repeat;
    clip-path: inset(54% 0 0 0);
    filter: brightness(0) saturate(100%) invert(51%) sepia(91%) saturate(1491%) hue-rotate(166deg) brightness(101%) contrast(92%);
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity 0.18s ease;
}

.reference-card:hover .reference-logo-miell img,
.reference-product-card:hover .reference-logo-miell img {
    filter: none;
}

.reference-card:hover .reference-logo-miell::after,
.reference-product-card:hover .reference-logo-miell::after {
    opacity: 0;
}

.reference-logo-kozertplus {
    padding: 0.9rem 1.2rem;
    background: rgba(233, 246, 253, 0.92);
    border-color: #d9e2ec;
}

.reference-logo-kozertplus img {
    width: min(100%, 13rem);
    height: 3.7rem;
    display: block;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(58%) sepia(93%) saturate(1322%) hue-rotate(174deg) brightness(101%) contrast(94%);
    transition: filter 0.18s ease, transform 0.18s ease;
}

.reference-logo-honeywell {
    padding: 0.9rem 1.2rem;
    background: rgba(233, 246, 253, 0.92);
    border-color: #d9e2ec;
}

.reference-logo-honeywell img {
    width: min(100%, 12.5rem);
    height: 3.4rem;
    display: block;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(58%) sepia(93%) saturate(1322%) hue-rotate(174deg) brightness(101%) contrast(94%);
    transition: filter 0.18s ease, transform 0.18s ease;
}

.reference-card:hover .reference-logo-kozertplus img,
.reference-product-card:hover .reference-logo-kozertplus img {
    filter: none;
    transform: scale(1.02);
}

.reference-card:hover .reference-logo-honeywell img,
.reference-product-card:hover .reference-logo-honeywell img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(89%) saturate(2812%) hue-rotate(341deg) brightness(88%) contrast(101%);
    transform: scale(1.02);
}

.reference-logo-hollandimpex {
    background: rgba(233, 246, 253, 0.92);
    transition: background 0.18s ease;
}

.reference-logo-hollandimpex > span {
    color: var(--cp-primary);
    font-size: 1.65rem;
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap;
    transition: color 0.18s ease;
}

.reference-logo-hollandimpex > span,
.reference-logo-hollandimpex .hollandimpex-accent {
    display: inline;
}

.reference-logo-hollandimpex .hollandimpex-accent {
    color: var(--cp-accent);
}

.reference-card:hover .reference-logo-hollandimpex,
.reference-product-card:hover .reference-logo-hollandimpex {
    background: #007236;
}

.reference-card:hover .reference-logo-hollandimpex span,
.reference-product-card:hover .reference-logo-hollandimpex span {
    color: #fff;
}

.reference-card p {
    color: #111827;
    font-size: 1.05rem;
    line-height: 1.58;
}

.reference-person {
    margin-top: auto;
}

.reference-person strong,
.reference-person span {
    display: block;
}

.reference-person strong {
    color: #3b4149;
}

.reference-person span {
    margin-top: 0.45rem;
    color: #6b7280;
    font-size: 0.95rem;
}

.footer-menu-section {
    background:
        radial-gradient(circle at top left, rgba(52, 154, 221, 0.10), transparent 30%),
        linear-gradient(180deg, #f8fcfb, #f3f8fb);
}

.footer-menu-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    color: #111827;
    font-size: 0.9rem;
    font-weight: 700;
}

.footer-menu-tags span {
    color: #111827;
}

.footer-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
    gap: 2.5rem 2rem;
}

.footer-menu-grid h3 {
    margin-bottom: 0.75rem;
    color: #030712;
    font-size: 1rem;
    font-weight: 900;
}

.footer-menu-grid span {
    display: block;
    margin-bottom: 0.5rem;
    color: #536273;
    font-size: 0.93rem;
    line-height: 1.25;
}

.consultation-intro {
    background:
        radial-gradient(circle at 18% 18%, rgba(52, 154, 221, 0.16), transparent 30%),
        linear-gradient(135deg, #eef5ff, #f8fbff 54%, #ffffff);
}

.consultation-intro h1 {
    color: var(--cp-text);
}

.contact-section {
    background: #fff;
}

.contact-map-section {
    background: #fff;
}

.contact-map {
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--cp-shadow);
}

.contact-map-heading {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(2rem, 7vw, 5rem);
    width: 100%;
    margin: 0;
}

.contact-eyebrow-row {
    margin-bottom: 1rem;
}

.contact-map-container {
    width: 100%;
}

.contact-map-heading div {
    min-width: min(100%, 15rem);
}

.contact-map-heading div + div {
    position: relative;
    padding-left: clamp(1rem, 3vw, 2rem);
}

.contact-map-heading div + div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.08rem;
    bottom: 0.08rem;
    width: 1px;
    background: rgba(15, 45, 75, 0.18);
}

.contact-map-heading span {
    display: block;
    margin-bottom: 0.28rem;
    color: var(--cp-muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.contact-map-heading strong {
    display: block;
    color: var(--cp-text);
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.35;
}

.contact-map-heading a {
    overflow-wrap: anywhere;
}

.contact-map {
    min-height: min(48vh, 30rem);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    overflow: hidden;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: min(48vh, 30rem);
    border: 0;
    filter: grayscale(1) contrast(0.98) saturate(0.12);
}

.sticky-copy {
    position: sticky;
    top: 6.5rem;
}

.consultation-note,
.form-card,
.form-section,
.module-grid label,
.radio-grid label {
    border-radius: var(--cp-radius);
}

.consultation-note {
    margin-top: 1.5rem;
    padding: 1.25rem;
    border: 1px solid var(--cp-border);
    background: #fff;
    box-shadow: 0 12px 32px rgba(16, 36, 84, 0.06);
}

.consultation-note strong,
.consultation-note span {
    display: block;
}

.consultation-note span {
    margin-top: 0.4rem;
    color: var(--cp-muted);
}

.form-card {
    padding: 1.25rem;
    border: 1px solid var(--cp-border);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--cp-shadow);
}

.form-section {
    padding: 1.5rem;
    border: 1px solid rgba(217, 226, 241, 0.9);
    background: #fff;
}

.form-section + .form-section {
    margin-top: 1rem;
}

.form-section h3 {
    margin-bottom: 1.1rem;
    font-size: 1.2rem;
    font-weight: 900;
}

.product-choice-section {
    background:
        linear-gradient(135deg, rgba(13, 91, 147, 0.08), rgba(52, 154, 221, 0.05)),
        #fff;
}

.product-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.product-choice-card {
    position: relative;
    display: flex;
    min-height: 7rem;
    cursor: pointer;
    border: 1px solid rgba(189, 204, 226, 0.95);
    border-radius: var(--cp-radius);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 12px 28px rgba(13, 91, 147, 0.08);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.product-choice-card:hover {
    transform: translateY(-1px);
    border-color: rgba(52, 154, 221, 0.75);
    box-shadow: 0 16px 34px rgba(13, 91, 147, 0.13);
}

.product-choice-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.product-choice-card span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    width: 100%;
    padding: 1.15rem 1.25rem;
}

.product-choice-card strong {
    font-size: 1.05rem;
    color: var(--cp-text);
}

.product-choice-card small {
    color: var(--cp-muted);
    line-height: 1.45;
}

.product-choice-card input:checked + span {
    background: linear-gradient(135deg, rgba(13, 91, 147, 0.12), rgba(52, 154, 221, 0.1));
    outline: 2px solid rgba(13, 91, 147, 0.72);
    outline-offset: -2px;
    border-radius: calc(var(--cp-radius) - 1px);
}

.form-label.is-required {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
}

.required-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.42rem;
    border-radius: 999px;
    background: rgba(52, 154, 221, 0.12);
    color: var(--cp-primary);
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
}

.form-card .form-control,
.form-card .form-select {
    min-height: 3rem;
    border-color: #d7e0eb;
    border-radius: var(--cp-radius);
}

.form-card textarea.form-control {
    min-height: 9rem;
}

.form-hidden-fields {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-status {
    margin-top: 1rem;
    padding: 1rem 1.15rem;
    border-radius: var(--cp-radius);
    font-weight: 800;
}

.form-status ul {
    margin: 0.55rem 0 0;
    padding-left: 1.2rem;
    font-weight: 700;
}

.form-status li + li {
    margin-top: 0.2rem;
}

.form-status.pending {
    border: 1px solid rgba(52, 154, 221, 0.35);
    background: rgba(52, 154, 221, 0.1);
    color: var(--cp-primary);
}

.form-status.success {
    border: 1px solid rgba(39, 174, 96, 0.35);
    background: rgba(39, 174, 96, 0.1);
    color: #166534;
}

.form-status.error {
    border: 1px solid rgba(220, 53, 69, 0.35);
    background: rgba(220, 53, 69, 0.1);
    color: #9f1239;
}

.module-other {
    max-width: 100%;
}

.form-card .form-control:focus,
.form-card .form-select:focus {
    border-color: rgba(52, 154, 221, 0.75);
    box-shadow: 0 0 0 0.25rem rgba(52, 154, 221, 0.14);
}

.form-card .form-control.is-invalid,
.form-card .form-select.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.18rem rgba(220, 53, 69, 0.12);
}

.module-grid,
.radio-grid {
    display: grid;
    gap: 0.75rem;
}

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

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

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

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

@media (max-width: 1199.98px) {
    .radio-grid.compact {
        grid-template-columns: 1fr;
    }
}

.module-grid label,
.radio-grid label {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    min-height: 3.25rem;
    padding: 0.9rem 1rem;
    border: 1px solid #d7e0eb;
    background: #f8fbff;
    color: #26344a;
    font-weight: 700;
}

.radio-grid.invalid label,
.product-choice-grid.invalid label {
    border-color: rgba(220, 53, 69, 0.42);
    background: rgba(220, 53, 69, 0.06);
}

.module-grid input,
.radio-grid input {
    margin-top: 0.2rem;
    accent-color: var(--cp-primary);
}

.form-submit-row {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.25rem;
    padding: 0.75rem 0.25rem 0;
}

.form-submit-row span {
    max-width: 34rem;
    color: var(--cp-muted);
    font-size: 0.95rem;
}

.form-submit-row .btn {
    flex: 0 0 auto;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .navbar .nav-item .btn-primary {
        margin-top: 0.85rem;
    }

    .nav-root-separator {
        width: 100%;
        padding: 0.45rem 0;
    }

    .nav-root-separator span {
        display: none;
    }

    .nav-root-separator::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: rgba(12, 54, 87, 0.12);
    }

    .nav-root-home-item {
        margin-right: 0;
        padding-right: 0;
    }

    .nav-root-home-item::after {
        display: none;
    }

    .nav-root-home-link {
        justify-content: flex-start;
        padding-inline: 0;
    }

    .navbar .nav-link-soft-highlight {
        justify-content: flex-start;
        width: auto;
        min-width: 0;
        margin-top: 0.2rem;
        padding-inline: 1.1rem;
    }

    .nav-root-home-link svg {
        display: none;
    }

    .nav-root-home-text {
        display: inline;
    }

    .navbar .language-switcher {
        width: fit-content;
        margin-top: 0.8rem;
    }

    .navbar .language-switcher-mobile {
        margin-top: 0;
    }

    .language-switcher-inline {
        display: none;
    }

    .language-switcher-dropdown {
        display: block;
    }

    .hero-section {
        padding-top: 3.5rem;
    }

    html[lang="de"] .hero-title {
        max-width: 12ch;
        font-size: clamp(3.05rem, 6.4vw, 4rem);
        line-height: 1.08;
        overflow-wrap: anywhere;
        hyphens: auto;
    }

    .overview-title {
        margin-bottom: 2.5rem;
    }

    .overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        background: none;
        border-top: 1px solid #dce4ef;
    }

    .overview-item {
        min-height: 0;
        border-left: 0;
        border-right: 1px solid #dce4ef;
        border-bottom: 1px solid #dce4ef;
    }

    .overview-item:nth-child(2n) {
        border-right: 0;
    }

    .hero-showcase {
        min-height: 470px;
    }

    .hero-warehouse {
        width: 84%;
        height: 430px;
    }

    .hero-card-grid {
        width: 60%;
    }

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

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

    .flexcard-story-layout {
        grid-template-columns: 1fr;
    }

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

    .radio-grid,
    .radio-grid.compact,
    .product-choice-grid {
        grid-template-columns: 1fr;
    }

    .footer-compliance {
        justify-content: flex-start;
        margin-top: 1rem;
    }


    .cookie-consent {
        align-items: stretch;
        flex-direction: column;
    }

    .cookie-consent-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 991.98px) {
    .sticky-copy,
    .sticky-side-panel {
        position: static;
    }

    .sticky-side-col {
        position: static;
    }

    .contact-section {
        padding-bottom: 2.25rem;
    }

    .contact-map-heading {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.35rem 2rem;
    }

    .contact-map-heading div {
        min-width: 0;
    }

    .contact-map-heading div + div {
        padding-left: 0;
    }

    .contact-map-heading div + div::before {
        display: none;
    }

    .contact-map-section {
        padding-top: 2rem;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        max-width: 10ch;
        font-size: clamp(2.65rem, 12vw, 3.2rem);
        overflow-wrap: anywhere;
        hyphens: auto;
    }

    html[lang="de"] .hero-title {
        max-width: 11.5ch;
        font-size: clamp(2.15rem, 9.8vw, 2.7rem);
        line-height: 1.08;
    }

    .hero-showcase {
        display: grid;
        gap: 1rem;
        min-height: 0;
    }

    .overview-title {
        font-size: 1.45rem;
    }

    .contact-map-heading {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .contact-map-heading div + div {
        width: 100%;
        padding-top: 1rem;
        padding-left: 0;
    }

    .contact-map-heading div + div::before {
        display: block;
        right: 0;
        bottom: auto;
        width: 100%;
        height: 1px;
    }

    .contact-map-section {
        padding-top: 1.5rem;
    }

    .hero-showcase::before,
    .hero-warehouse,
    .hero-card {
        position: static;
    }

    .hero-warehouse,
    .hero-card-grid {
        width: 100%;
    }

    .hero-warehouse {
        height: 260px;
    }

    .hex-grid {
        max-width: 260px;
    }

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

    .form-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .footer-menu-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding-inline: 1rem;
    }

    .references-slider {
        grid-template-columns: 1fr;
    }

    .hero-title {
        max-width: 12ch;
    }

    .hero-image {
        height: 15rem;
        object-position: 56% 45%;
    }

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

    .flexcard.flexcard-story {
        padding: 1rem;
    }

    .scene-shell {
        min-height: 15.5rem;
    }

    .flexcard-grid-4 {
        grid-template-columns: 1fr;
    }

    .numbered-list article {
        grid-template-columns: 1fr;
    }

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

    .overview-item,
    .overview-item:nth-child(2n) {
        min-height: 0;
        border-right: 0;
    }

}

/* Root landing styles */
:root {
    --fp-primary: #0f3763;
    --fp-primary-dark: #082747;
    --fp-accent: #349add;
    --fp-text: #172033;
    --fp-muted: #697386;
    --fp-border: rgba(15, 55, 99, 0.12);
    --fp-radius: 0.75rem;
}

.landing-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 16% 10%, rgba(52, 154, 221, 0.14), transparent 28%),
        radial-gradient(circle at 86% 22%, rgba(15, 55, 99, 0.12), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f5f9ff 52%, #eef6ff 100%);
}

.landing-hero {
    position: relative;
    overflow-x: hidden;
}

.landing-shell {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding-top: clamp(3.25rem, 6vw, 4.75rem);
    padding-bottom: 0;
}

.landing-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
    align-items: center;
    gap: clamp(2rem, 4vw, 4rem);
}

.landing-hero-copy {
    position: relative;
    max-width: 58rem;
    padding-bottom: 0.15rem;
}

.landing-hero-copy > :not(.hero-particles) {
    position: relative;
    z-index: 1;
}

.landing-hero h1 {
    max-width: none;
    margin: 0;
    color: var(--fp-text);
    font-size: clamp(2.35rem, 4.5vw, 4.35rem);
    font-weight: 800;
    line-height: 1.04;
}

.landing-hero h1 > span {
    display: block;
    color: var(--fp-accent);
}

.landing-lead {
    max-width: 48rem;
    margin: 1.35rem 0 0;
    color: var(--fp-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.flextags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.landing-compliance-links {
    justify-content: flex-start;
    gap: 0.55rem;
    margin-top: 0.7rem;
}

.landing-hero-art {
    position: relative;
}

.landing-logo-sculpture {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.35rem;
    min-height: 31rem;
    padding: 1.4rem 1rem 1rem;
}

.landing-logo-sculpture-backdrop {
    position: absolute;
    inset: 2.2rem 1.4rem 2.5rem;
    border-radius: 2rem;
    background:
        radial-gradient(circle at 28% 24%, rgba(52, 154, 221, 0.28), transparent 38%),
        radial-gradient(circle at 72% 32%, rgba(37, 99, 235, 0.2), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(237, 246, 255, 0.84));
    border: 1px solid rgba(52, 154, 221, 0.14);
    box-shadow:
        0 30px 60px rgba(15, 55, 99, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.landing-logo-sculpture-grid {
    position: absolute;
    inset: 3.1rem 2.3rem 3.25rem;
    border-radius: 1.6rem;
    background-image:
        linear-gradient(rgba(37, 99, 235, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px);
    background-size: 2.2rem 2.2rem;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.2));
}

.landing-logo-sculpture-panel {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: min(100%, 24rem);
    aspect-ratio: 1 / 1;
    margin-top: 1rem;
    border-radius: 1.75rem;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.88)),
        linear-gradient(135deg, rgba(52, 154, 221, 0.14), rgba(37, 99, 235, 0.06));
    border: 1px solid rgba(52, 154, 221, 0.18);
    box-shadow:
        0 24px 48px rgba(15, 55, 99, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    overflow: hidden;
}

.landing-logo-sculpture-panel::before,
.landing-logo-sculpture-panel::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(37, 99, 235, 0.12);
}

.landing-logo-sculpture-panel::before {
    width: 82%;
    height: 82%;
}

.landing-logo-sculpture-panel::after {
    width: 58%;
    height: 58%;
}

.landing-logo-halo {
    position: absolute;
    width: 72%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.96) 0%, rgba(201, 229, 255, 0.72) 34%, rgba(52, 154, 221, 0.12) 62%, transparent 78%);
    filter: blur(2px);
}

.landing-logo-art-main,
.landing-logo-art-echo {
    position: absolute;
    display: block;
    height: auto;
    object-fit: contain;
}

.landing-logo-art-main {
    z-index: 3;
    width: clamp(10.5rem, 19vw, 13.75rem);
    filter:
        drop-shadow(0 16px 34px rgba(15, 55, 99, 0.2))
        drop-shadow(0 0 18px rgba(52, 154, 221, 0.24));
    transform: rotate(-9deg);
}

.landing-logo-art-echo {
    mix-blend-mode: screen;
    filter: blur(0.4px);
}

.landing-logo-art-echo-a {
    z-index: 2;
    width: clamp(8rem, 14vw, 11.25rem);
    transform: translate(24%, -20%) rotate(12deg);
    opacity: 0.38;
}

.landing-logo-art-echo-b {
    z-index: 1;
    width: clamp(6.5rem, 12vw, 9.25rem);
    transform: translate(-30%, 28%) rotate(-18deg);
    opacity: 0.22;
}

.landing-value-strip {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: clamp(1.8rem, 4vw, 3rem);
    padding: 1.15rem max(1rem, calc((100vw - 1320px) / 2 + 0.75rem));
    border-top: 1px solid rgba(15, 55, 99, 0.08);
    border-bottom: 1px solid rgba(15, 55, 99, 0.08);
    background: #fff;
}

.product-strip-section.logo-strip {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: clamp(1.8rem, 4vw, 3rem);
}

.value-strip-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem 2rem;
    max-width: 78rem;
    margin-inline: auto;
    color: #111827;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.value-strip-inner span {
    color: #111827;
    white-space: nowrap;
}

.product-section {
    width: 100vw;
    margin-top: 0;
    margin-left: calc(50% - 50vw);
    scroll-margin-top: 5.5rem;
    padding: clamp(1.9rem, 4vw, 3rem) max(1rem, calc((100vw - 1320px) / 2 + 0.75rem));
    border-bottom: 1px solid rgba(15, 55, 99, 0.08);
    background:
        radial-gradient(circle at 12% 0%, rgba(52, 154, 221, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 252, 255, 0.96));
}

.product-section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 0.8rem;
    color: var(--fp-primary);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-section-label::before {
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: var(--fp-accent);
    box-shadow: 0 0 0 0.35rem rgba(52, 154, 221, 0.12);
}

.product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: none;
}

.product-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid var(--fp-border);
    border-radius: var(--fp-radius);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 46px rgba(16, 36, 84, 0.08);
    backdrop-filter: blur(16px);
}

.product-card-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
    align-items: center;
    gap: clamp(1.35rem, 3vw, 2.5rem);
}

.product-card-copy {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.product-card-main {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 1rem;
    min-width: 0;
}

.product-card-main-no-icon {
    grid-template-columns: 1fr;
}

.product-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: var(--fp-radius);
    background: linear-gradient(135deg, var(--fp-primary), var(--fp-accent));
    color: #fff;
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0;
}

.product-card h2 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.2;
}

.product-card p {
    max-width: 35rem;
    margin: 0.45rem 0 0;
    color: var(--fp-muted);
    line-height: 1.65;
}

.product-card-body {
    display: grid;
    gap: 1rem;
    padding-left: 4.15rem;
}

.product-card-main-no-icon + .product-card-body {
    padding-left: 0;
}

.flexcard.flexcard-story .product-card-body {
    padding-left: 0;
    padding-right: 0;
}

.product-card .btn {
    justify-self: start;
    white-space: nowrap;
}

.product-card-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.product-card-ai .product-card-visual {
    justify-content: flex-start;
}

.product-card-image-wrap {
    width: 100%;
    max-width: 34rem;
    aspect-ratio: 16 / 10.4;
    border-radius: calc(var(--fp-radius) - 2px);
    overflow: hidden;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(239, 247, 255, 0.86));
    border: 1px solid rgba(52, 154, 221, 0.12);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 18px 36px rgba(16, 36, 84, 0.08);
}

.product-card-image-wrap.product-support-process-wrap {
    aspect-ratio: auto;
    overflow: visible;
}

.product-card-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: 0.88;
    transform: scale(1.02);
}

.references-product-section {
    padding-top: 0;
    padding-bottom: 4rem;
}

.screenshots-page {
    background:
        radial-gradient(circle at top right, rgba(52, 154, 221, 0.12), transparent 24rem),
        linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.screenshots-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.screenshots-hero-visual .hero-image {
    height: auto;
    object-fit: contain;
    object-position: center;
    background: rgba(255, 255, 255, 0.42);
}

.showcase-hero-composition {
    position: relative;
    min-height: 28rem;
}

.showcase-browser-frame,
.showcase-mobile-frame {
    position: absolute;
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 26px 70px rgba(11, 39, 71, 0.18);
}

.showcase-browser-frame {
    inset: 0 4.5rem 3rem 0;
    padding: 1.35rem 1.35rem 1.55rem;
}

.showcase-browser-bar {
    display: flex;
    gap: 0.45rem;
    margin-bottom: 1.1rem;
}

.showcase-browser-bar span {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: rgba(52, 154, 221, 0.26);
}

.showcase-browser-frame img {
    width: 100%;
    height: calc(100% - 1.9rem);
    margin: 0;
    display: block;
    object-fit: contain;
    transform: scale(0.5);
    transform-origin: center center;
}

.showcase-mobile-frame {
    right: 0;
    bottom: 0;
    width: 34%;
    min-width: 13rem;
    aspect-ratio: 0.62;
    padding: 0.45rem 1rem 0.78rem;
    background: #111827;
}

.showcase-mobile-notch {
    width: 4.4rem;
    height: 0.28rem;
    border-radius: 999px;
    margin: 0 auto 0.28rem;
    background: rgba(255, 255, 255, 0.2);
}

.showcase-mobile-display {
    width: 100%;
    height: calc(100% - 0.56rem);
    border-radius: 0.8rem;
    background: #fff;
    padding: 0.2rem;
}

.showcase-mobile-display img {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    object-fit: contain;
    transform: scale(0.5);
    transform-origin: center center;
}

.screenshots-overview-card,
.screenshots-module-section,
.screenshot-card {
    border: 1px solid rgba(15, 45, 75, 0.08);
    border-radius: var(--fp-radius);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 46px rgba(16, 36, 84, 0.08);
    backdrop-filter: blur(14px);
}

.screenshots-overview-section {
    padding: 0 0 4rem;
}

.screenshots-overview-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    gap: 1.5rem;
    padding: 1.35rem;
}

.screenshots-module-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-content: start;
}

.screenshots-module-pills a {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(52, 154, 221, 0.18);
    background: linear-gradient(180deg, #ffffff, #f0f7fd);
    color: var(--fp-primary-dark);
    font-weight: 700;
    text-decoration: none;
}

.screenshots-module-pills a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.8rem;
    height: 1.8rem;
    padding: 0 0.5rem;
    border-radius: 999px;
    background: rgba(23, 63, 111, 0.08);
    font-size: 0.85rem;
}

.screenshots-module-section {
    display: grid;
    gap: 1.35rem;
    margin-top: 1.25rem;
    padding: 1.35rem;
}

.screenshots-module-heading {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

.screenshots-module-heading p {
    margin: 0;
    color: var(--fp-muted);
    line-height: 1.7;
}

.screenshots-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.screenshots-module-section-mobile .screenshots-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.screenshot-card {
    overflow: hidden;
}

.screenshot-card-trigger {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    color: inherit;
}

.screenshot-card-frame {
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 245, 252, 0.84));
    border-bottom: 1px solid rgba(15, 45, 75, 0.08);
    padding: 0.45rem;
}

.screenshot-card-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.screenshot-card-body {
    display: grid;
    gap: 0.3rem;
    padding: 0.65rem 0.75rem 0.75rem;
}

.showroom-gallery .screenshots-grid {
    gap: 1.5rem;
}

.showroom-gallery .screenshot-card-frame {
    aspect-ratio: 4 / 3;
    background: none;
    padding: 0;
}

.showroom-gallery .screenshot-card-frame img {
    object-fit: cover;
}

.showroom-gallery .screenshot-card-body {
    padding: 1.1rem 1.25rem 1.35rem;
    gap: 0.5rem;
}

.showroom-gallery .screenshot-card h3 {
    font-size: 1.05rem;
}

.showroom-gallery .screenshot-card p {
    font-size: 0.88rem;
}

.screenshot-card-tags,
.showcase-viewer-tags {
    gap: 0.35rem;
}

.screenshot-card-tags span,
.showcase-viewer-tags span {
    font-size: 0.72rem;
    font-weight: 700;
}

.screenshot-card h3 {
    margin: 0;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.25;
}

.screenshot-card p {
    margin: 0;
    color: var(--fp-muted);
    font-size: 0.82rem;
    line-height: 1.35;
}

.screenshot-card-separator {
    color: var(--fp-accent);
    padding: 0 0.25rem;
}

.showcase-viewer-open {
    overflow: hidden;
}

.showcase-viewer[hidden] {
    display: none;
}

.showcase-viewer {
    position: fixed;
    inset: 0;
    z-index: 1080;
}

.showcase-viewer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 18, 32, 0.72);
    backdrop-filter: blur(8px);
}

.showcase-viewer-dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    width: min(92vw, 1440px);
    height: min(90vh, 980px);
    margin: 5vh auto;
    padding: 1rem;
}

.showcase-viewer-figure {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 0;
    height: 100%;
    margin: 0;
    border-radius: 1.2rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 32px 90px rgba(8, 25, 45, 0.35);
}

.showcase-viewer-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    height: 100%;
    padding: 1rem;
    background: linear-gradient(180deg, #fbfdff, #eff6fc);
}

.showcase-viewer-media img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.showcase-viewer-caption {
    border-top: 1px solid rgba(15, 45, 75, 0.08);
    background: rgba(255, 255, 255, 0.96);
}

.showcase-viewer-caption .screenshot-card-body {
    padding: 0.8rem 1rem 0.95rem;
}

.showcase-viewer-caption [data-showcase-title] {
    font-size: 0.84rem;
    line-height: 1.2;
}

.showcase-viewer-close,
.showcase-viewer-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--fp-primary-dark);
    box-shadow: 0 14px 34px rgba(8, 25, 45, 0.18);
}

.showcase-viewer-close {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    z-index: 2;
}

.showcase-viewer-nav span,
.showcase-viewer-close span {
    font-size: 1.65rem;
    line-height: 1;
}

.reference-product-card .product-card-main .reference-logo {
    margin-bottom: 1rem;
}

.reference-product-card .product-card-body {
    gap: 0.65rem;
}

.reference-product-card .product-card-visual {
    align-items: stretch;
}

.reference-metrics-panel {
    width: 100%;
    max-width: 34rem;
    padding: 0;
}

.reference-metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.reference-metric-card {
    display: grid;
    gap: 0.32rem;
    min-height: 7.25rem;
    padding: 1rem 1rem 0.95rem;
    border: 1px solid rgba(15, 45, 75, 0.07);
    border-radius: 1rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 253, 0.88));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 10px 24px rgba(16, 36, 84, 0.04);
    align-content: start;
    position: relative;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.reference-metric-card::before {
    content: "";
    width: 2.1rem;
    height: 0.24rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--fp-accent), rgba(52, 154, 221, 0.22));
}

.reference-product-card:hover .reference-metric-card {
    border-color: rgba(52, 154, 221, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 16px 36px rgba(16, 36, 84, 0.06);
    transform: translateY(-2px);
}

.reference-metric-card strong {
    color: var(--fp-primary-dark);
    font-size: clamp(1.65rem, 3vw, 2.2rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
}

.reference-metric-card span {
    color: var(--fp-muted);
    font-size: 0.9rem;
    line-height: 1.35;
    font-weight: 600;
}

.support-page {
    position: relative;
}

.readiness-title-accent {
    color: var(--fp-accent);
}

.readiness-title-heading {
    display: flex;
    align-items: center;
    gap: 0.95rem;
}

.readiness-title-icon {
    flex: 0 0 auto;
    width: 3rem;
    height: 3rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0.7rem 1.5rem rgba(15, 45, 75, 0.08);
}

.readiness-title-icon i {
    font-size: 1.7rem;
}


.product-support-response-emphasis {
    font-size: 1.1em;
    font-weight: 800;
    color: var(--fp-text);
    text-decoration: underline;
    text-decoration-thickness: 0.09em;
    text-underline-offset: 0.12em;
}

.product-support-hero-visual {
    position: relative;
    min-height: 25rem;
    border-radius: calc(var(--fp-radius) + 10px);
    overflow: hidden;
    background:
        radial-gradient(circle at 22% 18%, rgba(52, 154, 221, 0.22), transparent 42%),
        radial-gradient(circle at 82% 24%, rgba(37, 99, 235, 0.18), transparent 34%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(235, 245, 255, 0.88));
    border: 1px solid rgba(52, 154, 221, 0.14);
    box-shadow: 0 22px 54px rgba(16, 36, 84, 0.08);
}

.product-support-orbit {
    position: absolute;
    border: 1px solid rgba(52, 154, 221, 0.18);
    border-radius: 50%;
}

.product-support-orbit-a {
    inset: 1.5rem 4rem auto 2rem;
    height: 14rem;
}

.product-support-orbit-b {
    inset: auto 2rem 2rem 5rem;
    height: 10rem;
}

.product-support-panel {
    position: absolute;
    display: grid;
    gap: 0.45rem;
    padding: 1.2rem 1.25rem;
    border-radius: calc(var(--fp-radius) - 2px);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(52, 154, 221, 0.14);
    box-shadow: 0 18px 42px rgba(16, 36, 84, 0.1);
    backdrop-filter: blur(16px);
}

.product-support-panel strong {
    font-size: 1.55rem;
    line-height: 1.05;
    color: var(--fp-text);
}

.product-support-panel small,
.product-support-panel li,
.product-support-panel span {
    color: var(--fp-muted);
}

.product-support-panel-label {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fp-primary) !important;
}

.product-support-panel-main {
    top: 2.25rem;
    left: 2rem;
    right: 6.25rem;
}

.product-support-panel-side {
    right: 1.75rem;
    bottom: 2rem;
    width: min(15rem, calc(100% - 3.5rem));
}

.product-support-panel-side ul {
    margin: 0;
    padding-left: 1rem;
    display: grid;
    gap: 0.35rem;
}

.product-support-grid {
    margin: 0;
}

.product-support-side-col {
    align-self: start;
}

.product-support-side-stack {
    align-content: start;
    gap: 1rem;
    margin-top: 1.15rem;
}

.product-support-side-stack .flexcard-panel {
    padding: 1.3rem 1.45rem;
}

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

.product-support-maintenance-grid .flexcard-pillar {
    justify-content: center;
    text-align: left;
}

.product-support-maintenance-grid .flexcard-head h3 {
    font-size: 1rem;
}

.product-support-process {
    display: grid;
    gap: 0.85rem;
    padding: 1.3rem;
}

.product-support-process-step {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.9rem;
    padding: 0.9rem 1rem;
    border-radius: calc(var(--fp-radius) - 4px);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(52, 154, 221, 0.12);
    box-shadow: 0 14px 30px rgba(16, 36, 84, 0.06);
}

.product-support-process-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--fp-primary), var(--fp-accent));
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
}

.product-support-process-step strong {
    font-size: 0.98rem;
    line-height: 1.4;
    color: var(--fp-text);
}

.product-support-process-copy {
    display: grid;
    gap: 0.18rem;
}

.product-support-process-copy small {
    color: var(--fp-muted);
    line-height: 1.45;
}

.product-support-development-note {
    max-width: 34rem;
    margin: 0.95rem 0 0;
    color: var(--fp-muted);
    line-height: 1.65;
}

.product-support-development-emphasis {
    font-weight: 800;
    color: var(--fp-text);
}

.support-page .flexcard-story-body {
    padding-top: 0.4rem;
    padding-left: 0.4rem;
}

.product-support-partnership {
    background: linear-gradient(180deg, rgba(252, 253, 255, 0.22), rgba(255, 255, 255, 0.5));
}

.support-page .difference-section.section-soft {
    background: linear-gradient(180deg, rgba(250, 252, 255, 0.3), rgba(255, 255, 255, 0.08));
}

.operations-page {
    position: relative;
}

.tool-panel {
    padding: clamp(1.4rem, 2.2vw, 2rem);
}

.tool-panel ul {
    display: block;
    columns: 2;
    column-gap: 1.35rem;
}

.tool-panel li {
    break-inside: avoid;
    margin-bottom: 0.65rem;
    font-weight: 400;
}

.tool-panel-developer ul {
    columns: 3;
}

.monitoring-panel {
    display: grid;
    gap: 1rem;
}

.monitoring-panel h3 {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 900;
}

.monitoring-panel div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.monitoring-panel span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.38rem 0.72rem;
    border: 1px solid rgba(52, 154, 221, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--cp-muted);
    font-weight: 700;
    font-size: 0.92rem;
}

.operations-hero-copy {
    max-width: 46rem;
}

.operations-hero-console {
    position: relative;
    margin-top: 1.5rem;
}

.operations-console-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.operations-console-card {
    padding: 1rem 1.1rem;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 243, 248, 0.94));
    border: 1px solid rgba(13, 73, 104, 0.1);
    box-shadow: 0 20px 45px rgba(13, 73, 104, 0.08);
}

.operations-console-card span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--bs-secondary-color);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.operations-console-card strong {
    display: block;
    color: var(--bs-heading-color);
    font-size: 1rem;
}

.operations-console-card small {
    display: block;
    margin-top: 0.4rem;
    color: var(--bs-secondary-color);
    line-height: 1.5;
}

.operations-list {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
}

.operations-list li + li {
    margin-top: 0.45rem;
}

.operations-card-lead {
    margin-top: 0.85rem;
    color: var(--cp-muted);
    line-height: 1.6;
}

.operations-auth-note {
    margin-top: 1rem;
}

.operations-freedom-panel {
    background:
        radial-gradient(circle at top right, rgba(162, 190, 214, 0.32), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 246, 250, 0.96));
}

.threepl-page .threepl-hero-copy {
    max-width: 62ch;
}

.threepl-page .threepl-scene {
    min-height: 24rem;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(120, 173, 214, 0.24), transparent 32%),
        linear-gradient(180deg, rgba(248, 251, 253, 0.98), rgba(228, 238, 247, 0.95));
}

.threepl-scene-panel {
    position: absolute;
    top: 18%;
    left: 16%;
    width: 16rem;
    padding: 1.4rem 1.6rem;
    border-radius: 1.4rem;
    background: rgba(13, 31, 47, 0.92);
    color: #f3f8fc;
    box-shadow: 0 1.5rem 3rem rgba(46, 73, 97, 0.18);
}

.threepl-scene-panel span,
.threepl-scene-panel small {
    display: block;
}

.threepl-scene-panel span {
    color: rgba(197, 220, 240, 0.82);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.threepl-scene-panel strong {
    display: block;
    margin-top: 0.45rem;
    font-size: 2rem;
}

.threepl-scene-panel small {
    margin-top: 0.45rem;
    color: rgba(216, 230, 242, 0.88);
}

.threepl-scene-flow {
    position: absolute;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(94, 163, 216, 0), rgba(94, 163, 216, 0.75), rgba(94, 163, 216, 0));
    opacity: 0.9;
}

.threepl-scene-flow-a {
    top: 30%;
    right: 13%;
    width: 16rem;
    height: 0.75rem;
}

.threepl-scene-flow-b {
    bottom: 22%;
    right: 18%;
    width: 12rem;
    height: 0.75rem;
}

.threepl-scene-chip {
    position: absolute;
    padding: 0.58rem 0.92rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(102, 142, 176, 0.22);
    color: #2a4d6f;
    font-weight: 700;
    box-shadow: 0 1rem 2rem rgba(72, 104, 132, 0.12);
}

.threepl-scene-chip-a {
    top: 22%;
    right: 16%;
}

.threepl-scene-chip-b {
    top: 48%;
    right: 10%;
}

.threepl-scene-chip-c {
    bottom: 14%;
    right: 22%;
}

.landing-footer {
    width: 100vw;
    margin-top: auto;
    margin-left: calc(50% - 50vw);
    padding-inline: max(1rem, calc((100vw - 1320px) / 2 + 0.75rem));
    color: var(--fp-muted);
}

.landing-footer .footer-main {
    max-width: 1320px;
    margin-inline: auto;
}

.landing-footer .navbar-brand {
    color: var(--fp-text);
    text-decoration: none;
}

.landing-footer p {
    color: var(--fp-muted) !important;
    line-height: 1.65;
}

.scroll-top-button {
    position: fixed;
    right: 1.15rem;
    bottom: 1.15rem;
    z-index: 1070;
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: var(--cp-radius);
    background: var(--cp-accent);
    color: #fff;
    box-shadow: 0 18px 42px rgba(16, 36, 84, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.5rem);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, background 0.2s ease;
}

.scroll-top-button:hover {
    background: var(--cp-primary);
}

.scroll-top-button.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.grecaptcha-badge {
    right: auto !important;
    left: 1.15rem !important;
    bottom: 1.15rem !important;
    z-index: 1040;
}

.flexmobile-hero-visual {
    display: flex;
    justify-content: center;
}

.flexmobile-hero-image {
    width: min(100%, 44rem);
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 1.75rem;
    box-shadow: 0 30px 68px rgba(15, 55, 99, 0.16);
}

@media (max-width: 1199.98px) {
    .product-support-maintenance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

    .site-utility-bar {
        display: none;
    }

    #hero .hero-warehouse,
    #hero .hero-card {
        position: static;
    }

    #hero .hero-card-grid,
    #hero .hero-warehouse {
        width: 100%;
    }

    #hero .hero-image-wrapper {
        margin-top: 0.75rem;
        display: grid;
        gap: 1rem;
    }

    #hero .hero-image {
        height: clamp(17rem, 42vw, 21rem);
        object-position: 52% 45%;
    }

    .flexmobile-hero-image {
        width: min(100%, 34rem);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #hero .hero-image-wrapper {
        max-width: 40rem;
        margin-inline: auto;
    }
}

@media (max-width: 767.98px) {
    .nav-root-separator {
        display: none;
    }

    .navbar-collapse .navbar-nav {
        gap: 0.2rem;
        padding-top: 0.75rem;
        align-items: flex-start !important;
    }

    .nav-contact-item {
        margin-left: 0;
        margin-top: 0.45rem;
        margin-bottom: 1.3rem;
    }

    .nav-root-home-link,
    .navbar .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .nav-link-soft-highlight {
        display: inline-flex;
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .landing-shell {
        padding-top: 2.5rem;
    }

    .flexmobile-hero-image {
        width: 100%;
        border-radius: 1.2rem;
    }

    .landing-hero-layout {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }

    .landing-hero h1 {
        font-size: 2.55rem;
        overflow-wrap: anywhere;
        hyphens: auto;
    }

    .landing-logo-sculpture {
        min-height: auto;
        padding-inline: 0;
    }

    .landing-logo-sculpture-backdrop {
        inset: 1rem 0 1.4rem;
    }

    .landing-logo-sculpture-grid {
        inset: 1.8rem 0.8rem 1.95rem;
    }

    .landing-logo-sculpture-panel {
        width: min(100%, 20rem);
    }

    .landing-hero-layout > aside {
        display: none;
    }

    .product-card {
        padding: 1rem;
    }

    .product-card-layout {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .product-support-hero-visual {
        display: grid;
        gap: 0.9rem;
        min-height: 0;
        padding: 1.2rem;
    }

    .product-support-panel-main {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }

    .product-support-panel-side {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        top: auto;
        width: 100%;
    }

    .product-support-orbit {
        display: none;
    }

    .product-support-grid,
    .product-support-maintenance-grid {
        grid-template-columns: 1fr;
    }

    .tool-panel ul {
        columns: 1;
    }

    .tool-panel-developer ul {
        columns: 1;
    }

    .product-card-visual {
        order: -1;
    }

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

    .screenshots-overview-card,
    .screenshots-module-heading,
    .screenshots-grid {
        grid-template-columns: 1fr;
    }

    .screenshots-module-section-mobile .screenshots-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .showcase-viewer-dialog {
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(0, 1fr) auto;
        width: min(96vw, 980px);
        height: min(92vh, 960px);
        gap: 0.75rem;
    }

    .showcase-viewer-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .showcase-viewer-nav-prev {
        left: 0.75rem;
    }

    .showcase-viewer-nav-next {
        right: 0.75rem;
    }

    .showcase-browser-frame {
        inset: 0 2rem 2rem 0;
    }

    .showcase-mobile-frame {
        width: 38%;
        min-width: 10rem;
    }

    .product-card .btn {
        width: 100%;
    }

    .scroll-top-button {
        right: 0.85rem;
        bottom: 0.85rem;
    }

    .grecaptcha-badge {
        left: 0.85rem !important;
        bottom: 0.85rem !important;
    }
}

@media (max-width: 575.98px) {
    .landing-hero h1 {
        font-size: clamp(2.05rem, 10vw, 2.35rem);
        line-height: 1.08;
    }

    html[lang="de"] .landing-hero h1 {
        font-size: clamp(1.85rem, 9.2vw, 2.18rem);
    }

    .product-card-main {
        grid-template-columns: 1fr;
    }

    .product-card-body {
        padding-left: 0;
    }

    .screenshots-hero-actions .btn {
        width: 100%;
    }

    .showcase-hero-composition {
        min-height: 22rem;
    }

    .screenshots-overview-card {
        padding: 1rem;
    }

    .screenshots-module-section {
        padding: 1rem;
    }

    .showcase-viewer-dialog {
        padding: 0.5rem;
    }

    .showcase-viewer-media {
        padding: 0.75rem;
    }

    .flextags span {
        width: 100%;
    }

    .landing-compliance-links {
        width: 100%;
    }

    .readiness-title-heading {
        align-items: flex-start;
    }

    .product-support-hero-visual {
        padding: 1rem;
    }

    .product-support-panel {
        padding: 1rem;
    }

    .product-support-panel-main {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }

    .product-support-panel-side {
        left: auto;
        top: auto;
        width: 100%;
    }

    .product-support-process {
        padding: 1rem;
    }

    .operations-console-grid {
        grid-template-columns: 1fr;
    }
}
