:root {
    --navy-950: #071c33;
    --navy-900: #0b2d52;
    --navy-800: #103e6d;
    --navy-700: #17558f;
    --blue-500: #2679bf;
    --blue-100: #dcecf8;
    --orange-600: #e95d0f;
    --orange-500: #f47422;
    --orange-400: #ff9558;
    --orange-100: #fff0e6;
    --cyan-400: #48b8d6;
    --ink: #16283b;
    --muted: #647487;
    --line: #dfe7ef;
    --surface: #f4f8fb;
    --surface-blue: #edf5fa;
    --white: #ffffff;
    --shadow-sm: 0 12px 35px rgba(7, 28, 51, 0.08);
    --shadow-md: 0 24px 70px rgba(7, 28, 51, 0.13);
    --radius-sm: 14px;
    --radius-md: 24px;
    --radius-lg: 36px;
    --container: 1200px;
    --header-height: 82px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* StoreZeno product page
   -------------------------------------------------------------------------- */

.storezeno-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 2.25rem 0 7rem;
    color: var(--white);
    background:
        linear-gradient(125deg, rgba(6, 24, 45, .98), rgba(9, 42, 76, .97) 56%, rgba(6, 31, 58, .98)),
        var(--navy-900);
}

.storezeno-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    opacity: .16;
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.storezeno-hero-glow {
    position: absolute;
    z-index: -1;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    filter: blur(18px);
    pointer-events: none;
}

.storezeno-glow-one {
    top: -18rem;
    right: -8rem;
    background: radial-gradient(circle, rgba(242, 122, 45, .28), transparent 67%);
}

.storezeno-glow-two {
    bottom: -24rem;
    left: -10rem;
    background: radial-gradient(circle, rgba(64, 153, 219, .2), transparent 68%);
}

.breadcrumb.product-breadcrumb {
    margin-bottom: 4.5rem;
    color: rgba(255, 255, 255, .68);
}

.breadcrumb.product-breadcrumb a {
    color: rgba(255, 255, 255, .78);
}

.breadcrumb.product-breadcrumb a:hover {
    color: var(--orange-400);
}

.breadcrumb.product-breadcrumb span:last-child {
    color: rgba(255, 255, 255, .68);
}

.storezeno-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .91fr) minmax(34rem, 1.09fr);
    gap: clamp(3rem, 6vw, 7rem);
    align-items: center;
}

.product-kicker {
    display: inline-flex;
    align-items: center;
    gap: .85rem;
    margin-bottom: 1.45rem;
    color: rgba(255, 255, 255, .78);
    font-size: .84rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.storezeno-mark {
    display: flex;
    width: clamp(9.5rem, 13vw, 11.5rem);
    min-height: 3.35rem;
    align-items: center;
    padding: .55rem .8rem;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: .85rem;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 .65rem 1.7rem rgba(0, 0, 0, .14);
}

.storezeno-mark img {
    display: block;
    width: 100%;
    height: auto;
}

.storezeno-hero h1 {
    max-width: 13ch;
    margin: 0;
    color: #f4f9fd;
    font-size: clamp(3rem, 4.4vw, 5.3rem);
    line-height: .99;
    letter-spacing: -.055em;
}

.storezeno-hero h1 span {
    display: block;
    color: var(--orange-400);
}

.storezeno-lead {
    max-width: 43rem;
    margin: 1.8rem 0 0;
    color: rgba(235, 244, 252, .81);
    font-size: 1.14rem;
    line-height: 1.75;
}

.storezeno-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 2.1rem;
}

.storezeno-actions .storezeno-secondary {
    color: var(--white);
    background: transparent;
    border-color: rgba(255, 255, 255, .3);
}

.storezeno-actions .storezeno-secondary:hover {
    color: var(--navy-900);
    background: var(--white);
    border-color: var(--white);
}

.storezeno-proof {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem 1.25rem;
    margin: 1.75rem 0 0;
    padding: 0;
    color: rgba(235, 244, 252, .72);
    font-size: .9rem;
    list-style: none;
}

.storezeno-proof li {
    display: flex;
    align-items: center;
    gap: .42rem;
}

.storezeno-proof svg {
    width: 1.05rem;
    fill: none;
    stroke: var(--orange-400);
    stroke-width: 2.5;
}

.storezeno-dashboard {
    position: relative;
    min-width: 0;
    padding: 2.2rem 0 2.8rem;
}

.storezeno-window {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 1.45rem;
    background: #f5f8fb;
    box-shadow: 0 3rem 7rem rgba(0, 0, 0, .38);
    transform: perspective(1400px) rotateY(-3deg) rotateX(1deg);
}

.storezeno-window-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 3.1rem;
    padding: 0 1rem;
    color: #7d8a97;
    border-bottom: 1px solid #dce5ec;
    background: #fff;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.storezeno-window-bar div {
    display: flex;
    gap: .35rem;
}

.storezeno-window-bar i {
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    background: #dce4ea;
}

.storezeno-window-bar i:first-child {
    background: var(--orange-400);
}

.storezeno-window-bar b {
    justify-self: end;
    display: grid;
    width: 1.8rem;
    height: 1.8rem;
    place-items: center;
    color: #fff;
    border-radius: .55rem;
    background: var(--navy-800);
    font-size: .66rem;
}

.storezeno-window-bar b img {
    display: block;
    width: 1.45rem;
    height: 1.38rem;
    object-fit: contain;
}

.storezeno-app {
    display: grid;
    grid-template-columns: 3.9rem 1fr;
    min-height: 27rem;
}

.storezeno-app aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.35rem;
    padding-top: 1rem;
    background: #0b2d52;
}

.app-brand {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    margin-bottom: .7rem;
    color: var(--orange-400);
    border: 1px solid rgba(242, 122, 45, .35);
    border-radius: .65rem;
    font-size: .66rem;
    font-weight: 900;
}

.app-brand img {
    display: block;
    width: 1.75rem;
    height: 1.66rem;
    object-fit: contain;
}

.storezeno-app aside i {
    display: block;
    width: 1.05rem;
    height: 1.05rem;
    border: 2px solid rgba(255, 255, 255, .25);
    border-radius: .25rem;
}

.storezeno-app aside i.active {
    border-color: var(--orange-400);
    background: rgba(242, 122, 45, .28);
}

.app-content {
    min-width: 0;
    padding: 1.65rem;
    color: var(--navy-900);
}

.app-heading {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.app-heading div {
    display: grid;
    gap: .25rem;
}

.app-heading small {
    color: #8995a0;
    font-size: .65rem;
    font-weight: 700;
}

.app-heading strong {
    font-size: 1rem;
}

.app-heading > span {
    padding: .48rem .7rem;
    color: #6e7f8e;
    border: 1px solid #d9e2e9;
    border-radius: .5rem;
    background: #fff;
    font-size: .61rem;
    font-weight: 800;
}

.app-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .7rem;
    margin-top: 1.3rem;
}

.app-metrics article {
    display: grid;
    gap: .28rem;
    padding: .95rem;
    border: 1px solid #e2e9ee;
    border-radius: .8rem;
    background: #fff;
    box-shadow: 0 .65rem 1.5rem rgba(14, 43, 70, .045);
}

.app-metrics span,
.app-metrics small {
    color: #83919d;
    font-size: .59rem;
    font-weight: 700;
}

.app-metrics strong {
    font-size: 1.05rem;
}

.app-metrics small {
    color: #2e9c72;
}

.app-lower {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 8.5rem;
    gap: .7rem;
    margin-top: .7rem;
}

.app-chart,
.app-stock {
    min-width: 0;
    padding: 1rem;
    border: 1px solid #e2e9ee;
    border-radius: .8rem;
    background: #fff;
}

.app-chart > div {
    display: flex;
    justify-content: space-between;
    color: #263f57;
    font-size: .65rem;
    font-weight: 800;
}

.app-chart b {
    color: #8b98a4;
    font-size: .52rem;
}

.app-chart svg {
    display: block;
    width: 100%;
    margin-top: .8rem;
}

.chart-grid {
    fill: none;
    stroke: #e9eef2;
    stroke-width: 1;
}

.chart-area {
    fill: url(#storeZenoChartFill);
}

.chart-line {
    fill: none;
    stroke: var(--orange-500);
    stroke-linecap: round;
    stroke-width: 4;
}

.app-stock {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .65rem;
    color: #263f57;
    font-size: .63rem;
    font-weight: 800;
}

.stock-ring {
    display: grid;
    width: 4.8rem;
    height: 4.8rem;
    place-items: center;
    margin-top: .45rem;
    border-radius: 50%;
    background: conic-gradient(var(--orange-500) 0 92%, #e7edf1 92% 100%);
}

.stock-ring::before {
    grid-area: 1 / 1;
    width: 3.65rem;
    height: 3.65rem;
    content: "";
    border-radius: 50%;
    background: #fff;
}

.stock-ring strong {
    z-index: 1;
    grid-area: 1 / 1;
    font-size: .8rem;
}

.app-stock small {
    color: #8a98a4;
    font-size: .52rem;
    text-align: center;
}

.storezeno-floating {
    position: absolute;
    display: flex;
    align-items: center;
    gap: .7rem;
    min-width: 12.5rem;
    padding: .82rem 1rem;
    color: var(--navy-900);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: .85rem;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, .22);
    backdrop-filter: blur(10px);
}

.storezeno-floating > span {
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    flex: 0 0 auto;
    place-items: center;
    color: var(--orange-500);
    border-radius: .65rem;
    background: rgba(242, 122, 45, .12);
}

.storezeno-floating svg {
    width: 1.2rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.storezeno-floating div {
    display: grid;
    gap: .1rem;
}

.storezeno-floating small {
    color: #7d8995;
    font-size: .6rem;
}

.storezeno-floating strong {
    font-size: .76rem;
}

.storezeno-floating-stock {
    left: -2rem;
    bottom: -.35rem;
}

.storezeno-floating-shop {
    right: -1.2rem;
    top: .3rem;
}

.storezeno-trust {
    position: relative;
    z-index: 2;
    color: var(--navy-900);
    background: var(--white);
    box-shadow: 0 1rem 3rem rgba(7, 35, 61, .08);
}

.storezeno-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.storezeno-trust-grid > div {
    display: flex;
    align-items: center;
    min-height: 8.5rem;
    padding: 1.6rem 2.5rem;
    border-right: 1px solid #e3e9ee;
}

.storezeno-trust-grid > div:last-child {
    border-right: 0;
}

.storezeno-trust-grid p {
    margin: 0;
    color: #5a6c7d;
    font-size: 1.08rem;
    line-height: 1.5;
}

.storezeno-trust-grid strong {
    display: block;
    margin-bottom: .18rem;
    color: var(--navy-900);
    font-size: 1.22rem;
    line-height: 1.25;
}

.storezeno-challenge .rich-copy {
    max-width: 47rem;
}

.storezeno-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin-top: 3.4rem;
}

.storezeno-feature-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 2rem;
    border: 1px solid #dce5ec;
    border-radius: 1.15rem;
    background: var(--white);
    box-shadow: 0 1.1rem 2.8rem rgba(9, 42, 76, .055);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.storezeno-feature-card:hover {
    border-color: rgba(242, 122, 45, .5);
    box-shadow: 0 1.4rem 3.2rem rgba(9, 42, 76, .1);
    transform: translateY(-4px);
}

.storezeno-feature-card.featured {
    color: var(--white);
    border-color: var(--navy-800);
    background:
        radial-gradient(circle at 95% 5%, rgba(242, 122, 45, .2), transparent 36%),
        var(--navy-800);
}

.feature-index {
    position: absolute;
    top: 1.55rem;
    right: 1.65rem;
    color: #b7c3cd;
    font-size: 2.15rem;
    font-weight: 900;
    letter-spacing: -.04em;
}

.featured .feature-index {
    color: rgba(255, 255, 255, .3);
}

.feature-icon {
    display: grid;
    width: 3.35rem;
    height: 3.35rem;
    place-items: center;
    color: var(--orange-500);
    border-radius: .88rem;
    background: rgba(242, 122, 45, .12);
}

.feature-icon svg {
    width: 1.55rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.storezeno-feature-card h3 {
    margin: 1.35rem 0 .7rem;
    color: var(--navy-900);
    font-size: 1.27rem;
}

.storezeno-feature-card > p {
    margin: 0;
    color: #607284;
    font-size: .96rem;
    line-height: 1.68;
}

.storezeno-feature-card ul {
    display: grid;
    gap: .6rem;
    margin: 1.25rem 0 0;
    padding: 1.2rem 0 0;
    border-top: 1px solid #e4eaf0;
    list-style: none;
}

.storezeno-feature-card li {
    position: relative;
    padding-left: 1.15rem;
    color: #4f6375;
    font-size: .88rem;
}

.storezeno-feature-card li::before {
    position: absolute;
    top: .52em;
    left: 0;
    width: .38rem;
    height: .38rem;
    content: "";
    border-radius: 50%;
    background: var(--orange-500);
}

.storezeno-feature-card.featured h3,
.storezeno-feature-card.featured > p,
.storezeno-feature-card.featured li {
    color: var(--white);
}

.storezeno-feature-card.featured > p,
.storezeno-feature-card.featured li {
    color: #deebf5;
}

.storezeno-feature-card.featured ul {
    border-color: rgba(255, 255, 255, .2);
}

.page-section.storezeno-results {
    color: var(--white);
    background:
        radial-gradient(circle at 15% 20%, rgba(242, 122, 45, .12), transparent 32%),
        var(--navy-900);
}

.storezeno-results-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(34rem, 1.12fr);
    gap: clamp(3rem, 7vw, 8rem);
    align-items: center;
}

.storezeno-results-copy .eyebrow {
    color: var(--orange-400);
}

.storezeno-results-copy h2 {
    margin: .85rem 0 1.2rem;
    color: var(--white);
}

.storezeno-results-copy p {
    margin: 0 0 1.8rem;
    color: #cbdbe8;
    font-size: 1rem;
    line-height: 1.75;
}

.storezeno-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.storezeno-benefits article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    min-height: 100%;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .055);
}

.storezeno-benefits article > span {
    color: var(--orange-400);
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1;
}

.storezeno-benefits h3 {
    margin: 0 0 .45rem;
    color: var(--white);
    font-size: 1.06rem;
}

.storezeno-benefits p {
    margin: 0;
    color: #c7d8e6;
    font-size: .9rem;
    line-height: 1.62;
}

.page-section.storezeno-audience {
    background: #f7fafc;
}

.storezeno-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 3.2rem;
}

.storezeno-audience-grid article {
    padding: 2.2rem;
    border-top: 4px solid var(--orange-500);
    border-radius: 0 0 1rem 1rem;
    background: var(--white);
    box-shadow: 0 1.1rem 3rem rgba(11, 45, 82, .07);
}

.storezeno-audience-grid h3 {
    margin: 0 0 .65rem;
    color: var(--navy-900);
    font-size: 1.25rem;
}

.storezeno-audience-grid p {
    margin: 0;
    color: #607284;
    font-size: .96rem;
    line-height: 1.7;
}

.storezeno-path-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 3.5rem;
    counter-reset: path;
}

.storezeno-path-grid article {
    position: relative;
    padding: 2rem;
    border-left: 1px solid #d9e3ea;
}

.storezeno-path-grid article:last-child {
    border-right: 1px solid #d9e3ea;
}

.storezeno-path-grid article::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, var(--orange-500), #f6ba8f);
}

.storezeno-path-grid h3 {
    margin: 0 0 .6rem;
    color: var(--navy-900);
    font-size: 1.17rem;
}

.storezeno-path-grid p {
    margin: 0;
    color: #607284;
    font-size: .91rem;
    line-height: 1.65;
}

.storezeno-faq-grid {
    display: grid;
    grid-template-columns: minmax(18rem, .7fr) minmax(0, 1.3fr);
    gap: clamp(3rem, 7vw, 8rem);
    align-items: start;
}

.storezeno-faq .section-heading {
    position: sticky;
    top: 7rem;
}

.storezeno-text-center {
    text-align: center;
}

.faq-list {
    display: grid;
}

.faq-list details {
    border-bottom: 1px solid #dbe4eb;
}

.faq-list details:first-child {
    border-top: 1px solid #dbe4eb;
}

.faq-list summary {
    position: relative;
    padding: 1.45rem 3.3rem 1.45rem 0;
    color: var(--navy-900);
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 800;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    position: absolute;
    top: 50%;
    right: .3rem;
    display: grid;
    width: 2rem;
    height: 2rem;
    content: "+";
    place-items: center;
    color: var(--orange-500);
    border: 1px solid #d8e2e9;
    border-radius: 50%;
    font-size: 1.25rem;
    transform: translateY(-50%);
}

.faq-list details[open] summary::after {
    content: "−";
    color: var(--white);
    border-color: var(--orange-500);
    background: var(--orange-500);
}

.faq-list details p {
    max-width: 47rem;
    margin: -.35rem 0 1.5rem;
    padding-right: 3rem;
    color: #5e7182;
    font-size: .96rem;
    line-height: 1.72;
}

.storezeno-final-cta {
    padding-top: 1rem;
    background: var(--white);
}

.storezeno-cta-panel {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 2.3rem;
    align-items: center;
    overflow: hidden;
    padding: clamp(2.4rem, 5vw, 4.5rem);
    color: #073653;
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 94% 18%, rgba(255, 255, 255, .72), transparent 29%),
        linear-gradient(120deg, #e8f3f5 0%, #d9ebef 55%, #cfe5eb 100%);
    box-shadow: 0 1.6rem 4rem rgba(7, 54, 83, .14);
}

.storezeno-cta-mark {
    display: grid;
    width: 5.3rem;
    height: 5.3rem;
    place-items: center;
    border: 1px solid rgba(7, 54, 83, .18);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, .48);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42);
    font-size: 1.4rem;
    font-weight: 900;
}

.storezeno-cta-mark img {
    display: block;
    width: 4rem;
    height: 3.8rem;
    object-fit: contain;
    filter: drop-shadow(0 .45rem .75rem rgba(7, 28, 51, .15));
}

.storezeno-cta-panel h2 {
    max-width: 20ch;
    margin: .75rem 0 .7rem;
    color: #073653;
}

.storezeno-cta-panel p {
    max-width: 45rem;
    margin: 0;
    color: #31566d;
    font-size: 1rem;
    line-height: 1.65;
}

.storezeno-cta-actions {
    display: grid;
    gap: .85rem;
    min-width: 15.5rem;
    justify-items: center;
}

.storezeno-cta-actions > a:last-child {
    color: #204b65;
    font-size: .78rem;
}

.storezeno-cta-actions > a:last-child:hover {
    color: #b8480f;
}

.storezeno-cta-panel .eyebrow {
    color: #9f3b0b;
}

.storezeno-cta-panel .button-white {
    color: var(--white);
    border-color: #073653;
    background: #073653;
    box-shadow: 0 .8rem 1.8rem rgba(7, 54, 83, .18);
}

.storezeno-cta-panel .button-white:hover {
    color: var(--white);
    border-color: #0b496d;
    background: #0b496d;
}

@media (max-width: 1120px) {
    .storezeno-hero-grid,
    .storezeno-results-grid {
        grid-template-columns: 1fr;
    }

    .storezeno-hero-copy {
        max-width: 52rem;
    }

    .storezeno-dashboard {
        width: min(100%, 47rem);
        margin: 0 auto;
    }

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

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

    .storezeno-cta-actions {
        grid-column: 2;
        justify-self: start;
        justify-items: start;
    }
}

@media (max-width: 820px) {
    .storezeno-hero {
        padding-bottom: 4.5rem;
    }

    .product-breadcrumb {
        margin-bottom: 3rem;
    }

    .storezeno-hero-grid {
        gap: 3.2rem;
    }

    .storezeno-hero h1 {
        max-width: 15ch;
    }

    .storezeno-window {
        transform: none;
    }

    .storezeno-floating {
        display: none;
    }

    .storezeno-trust-grid,
    .storezeno-audience-grid {
        grid-template-columns: 1fr;
    }

    .storezeno-trust-grid > div {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #e3e9ee;
    }

    .storezeno-trust-grid > div:last-child {
        border-bottom: 0;
    }

    .storezeno-path-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1px;
        background: #d9e3ea;
    }

    .storezeno-path-grid article,
    .storezeno-path-grid article:last-child {
        border: 0;
        background: #f6f9fb;
    }

    .storezeno-faq-grid {
        grid-template-columns: 1fr;
    }

    .storezeno-faq .section-heading {
        position: static;
    }
}

@media (max-width: 620px) {
    .storezeno-hero {
        padding-top: 1.25rem;
    }

    .product-kicker {
        flex-direction: column;
        align-items: flex-start;
        gap: .7rem;
        font-size: .72rem;
        letter-spacing: .08em;
    }

    .storezeno-mark {
        width: 9.5rem;
    }

    .storezeno-hero h1 {
        font-size: clamp(2.55rem, 12vw, 3.8rem);
    }

    .storezeno-lead {
        font-size: 1rem;
    }

    .storezeno-actions {
        display: grid;
    }

    .storezeno-actions .button {
        width: 100%;
        justify-content: center;
    }

    .storezeno-proof {
        display: grid;
    }

    .storezeno-dashboard {
        padding: .5rem 0;
    }

    .storezeno-window-bar span {
        display: none;
    }

    .storezeno-window-bar {
        grid-template-columns: 1fr 1fr;
    }

    .storezeno-app {
        grid-template-columns: 2.8rem 1fr;
        min-height: 22rem;
    }

    .storezeno-app aside {
        gap: 1rem;
    }

    .app-brand {
        width: 1.85rem;
        height: 1.85rem;
    }

    .storezeno-app aside i {
        width: .85rem;
        height: .85rem;
    }

    .app-content {
        padding: 1rem .75rem;
    }

    .app-heading strong {
        font-size: .78rem;
    }

    .app-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .app-metrics article:last-child {
        display: none;
    }

    .app-metrics article {
        padding: .7rem;
    }

    .app-lower {
        grid-template-columns: 1fr;
    }

    .app-stock {
        display: none;
    }

    .storezeno-feature-grid,
    .storezeno-benefits,
    .storezeno-path-grid {
        grid-template-columns: 1fr;
    }

    .storezeno-feature-card,
    .storezeno-audience-grid article {
        padding: 1.6rem;
    }

    .storezeno-benefits article {
        padding: 1.25rem;
    }

    .storezeno-path-grid {
        gap: 0;
        background: transparent;
    }

    .storezeno-path-grid article {
        padding: 1.6rem 0 1.6rem 1.4rem;
        border-left: 2px solid #e0e7ed;
    }

    .storezeno-path-grid article::before {
        top: 0;
        left: -5px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .faq-list summary {
        font-size: .96rem;
    }

    .storezeno-cta-panel {
        grid-template-columns: 1fr;
        gap: 1.4rem;
        padding: 2rem 1.5rem;
    }

    .storezeno-cta-mark {
        width: 4.2rem;
        height: 4.2rem;
    }

    .storezeno-cta-actions {
        grid-column: auto;
        width: 100%;
    }

    .storezeno-cta-actions .button {
        width: 100%;
        justify-content: center;
    }
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.nav-open {
    overflow: hidden;
}

img,
svg {
    display: block;
    max-width: 100%;
}

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

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

button {
    color: inherit;
}

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

h1,
h2,
h3 {
    color: var(--navy-950);
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

p {
    color: var(--muted);
}

::selection {
    color: var(--white);
    background: var(--orange-500);
}

:focus-visible {
    outline: 3px solid rgba(244, 116, 34, 0.55);
    outline-offset: 4px;
}

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

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 10px;
    left: 10px;
    padding: 10px 16px;
    color: var(--white);
    background: var(--navy-950);
    border-radius: 8px;
    transform: translateY(-150%);
    transition: transform 180ms ease;
}

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

.site-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    height: var(--header-height);
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: height 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
    height: 70px;
    border-color: rgba(11, 45, 82, 0.08);
    box-shadow: 0 8px 28px rgba(7, 28, 51, 0.07);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    color: var(--navy-900);
}

.brand-logo {
    width: 165px;
    height: auto;
    transition: width 220ms ease;
}

.site-header.is-scrolled .brand-logo {
    width: 150px;
}

.primary-navigation {
    display: flex;
    align-items: center;
    gap: 30px;
}

.primary-navigation > a:not(.button) {
    position: relative;
    color: #35495e;
    font-size: 0.94rem;
    font-weight: 650;
    transition: color 180ms ease;
}

.primary-navigation > a:not(.button)::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 2px;
    content: "";
    background: var(--orange-500);
    border-radius: 10px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 220ms var(--ease);
}

.primary-navigation > a:not(.button):hover {
    color: var(--navy-900);
}

.primary-navigation > a:not(.button):hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 11px;
    background: transparent;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: var(--navy-900);
    border-radius: 5px;
    transition: transform 220ms ease, opacity 220ms ease;
}

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

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

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

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 24px;
    gap: 12px;
    color: var(--navy-900);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 0.96rem;
    font-weight: 750;
    line-height: 1.2;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease,
        box-shadow 180ms ease, transform 180ms ease;
}

.button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

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

.button-primary {
    color: var(--white);
    background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
    box-shadow: 0 12px 25px rgba(233, 93, 15, 0.22);
}

.button-primary:hover {
    color: var(--white);
    box-shadow: 0 16px 32px rgba(233, 93, 15, 0.3);
}

.button-secondary {
    color: var(--navy-900);
    background: rgba(255, 255, 255, 0.72);
    border-color: #cbd8e3;
}

.button-secondary:hover {
    border-color: var(--navy-700);
    box-shadow: var(--shadow-sm);
}

.button-small {
    min-height: 43px;
    padding: 11px 18px;
    border-radius: 10px;
    font-size: 0.86rem;
}

.hero {
    position: relative;
    min-height: 860px;
    padding-top: calc(var(--header-height) + 96px);
    overflow: hidden;
    background:
        linear-gradient(118deg, rgba(240, 247, 252, 0.96) 0%, rgba(255, 255, 255, 0.96) 57%, rgba(245, 249, 252, 0.94) 100%);
}

.hero::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    pointer-events: none;
    opacity: 0.34;
    background-image:
        linear-gradient(rgba(11, 45, 82, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(11, 45, 82, 0.045) 1px, transparent 1px);
    background-size: 54px 54px;
    -webkit-mask-image: linear-gradient(to right, black, transparent 50%);
    mask-image: linear-gradient(to right, black, transparent 50%);
}

.hero-glow {
    position: absolute;
    z-index: 0;
    width: 420px;
    height: 420px;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(10px);
}

.hero-glow-one {
    top: 8%;
    right: -160px;
    background: radial-gradient(circle, rgba(38, 121, 191, 0.14), transparent 68%);
}

.hero-glow-two {
    bottom: 0;
    left: -220px;
    background: radial-gradient(circle, rgba(244, 116, 34, 0.11), transparent 68%);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(450px, 0.96fr);
    align-items: center;
    gap: 72px;
}

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

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    color: var(--navy-700);
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.eyebrow-dot {
    width: 8px;
    height: 8px;
    background: var(--orange-500);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(244, 116, 34, 0.12);
}

.eyebrow-light {
    color: var(--orange-600);
}

.eyebrow-dark {
    /*color: #71bce8;*/
    color: var(--orange-600);
}

.eyebrow-dark-int {
    /*color: #71bce8;*/
    color: var(--navy-950);
}

.hero h1 {
    max-width: 780px;
    margin-bottom: 26px;
    font-size: clamp(3rem, 5.1vw, 5.15rem);
    font-weight: 780;
    line-height: 0.99;
    letter-spacing: -0.058em;
}

.hero h1 span {
    display: inline-block;
    color: var(--orange-500);
}

.hero-lead {
    max-width: 700px;
    margin-bottom: 34px;
    color: #52677d;
    font-size: 1.12rem;
    line-height: 1.72;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 630px;
    margin-top: 46px;
    margin-bottom: 0;
    padding-top: 27px;
    padding-left: 0;
    border-top: 1px solid rgba(11, 45, 82, 0.12);
    list-style: none;
}

.hero-proof > li {
    padding-right: 28px;
}

.hero-proof > li + li {
    padding-left: 28px;
    border-left: 1px solid rgba(11, 45, 82, 0.12);
}

.hero-proof strong,
.hero-proof span {
    display: block;
}

.hero-proof strong {
    margin-bottom: 3px;
    color: var(--navy-900);
    font-size: 0.94rem;
}

.hero-proof span {
    color: var(--muted);
    font-size: 0.8rem;
}

.hero-visual {
    position: relative;
    min-height: 590px;
    isolation: isolate;
}

.visual-orbit {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(38, 121, 191, 0.13);
    border-radius: 50%;
}

.orbit-one {
    inset: 38px -38px 2px 12px;
}

.orbit-two {
    inset: 105px 28px 65px 72px;
    border-color: rgba(244, 116, 34, 0.15);
}

.digital-stage {
    position: absolute;
    top: 70px;
    right: 5px;
    left: 40px;
    min-height: 400px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(235, 244, 250, 0.95));
    border: 1px solid rgba(11, 45, 82, 0.11);
    border-radius: 27px;
    box-shadow: var(--shadow-md);
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.stage-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 0 20px;
    color: #7f91a2;
    background: rgba(255, 255, 255, 0.68);
    border-bottom: 1px solid rgba(11, 45, 82, 0.08);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.stage-dots {
    display: flex;
    gap: 6px;
}

.stage-dots i {
    width: 7px;
    height: 7px;
    background: #d4dee7;
    border-radius: 50%;
}

.stage-dots i:first-child {
    background: var(--orange-500);
}

.stage-content {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    min-height: 350px;
}

.stage-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 12px 36px 34px;
}

.stage-message small {
    margin-bottom: 10px;
    color: var(--orange-600);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.stage-message strong {
    max-width: 180px;
    color: var(--navy-900);
    font-size: 1.5rem;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.stage-lines {
    display: grid;
    gap: 7px;
    margin-top: 23px;
}

.stage-lines i {
    display: block;
    width: 92%;
    height: 5px;
    background: #dce7ef;
    border-radius: 20px;
}

.stage-lines i:nth-child(2) {
    width: 75%;
}

.stage-lines i:nth-child(3) {
    width: 48%;
    background: #f9c5a5;
}

.stage-core {
    position: relative;
    min-height: 350px;
}

.core-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(38, 121, 191, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.ring-outer {
    width: 265px;
    height: 265px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8), rgba(38, 121, 191, 0.025) 64%, transparent 65%);
}

.ring-inner {
    width: 160px;
    height: 160px;
    border-color: rgba(244, 116, 34, 0.27);
}

.core-mark {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: grid;
    width: 90px;
    height: 90px;
    place-items: center;
    background: rgba(255, 255, 255, 0.97);
    border: 7px solid rgba(255, 255, 255, 0.9);
    border-radius: 26px;
    box-shadow: 0 20px 35px rgba(233, 93, 15, 0.25);
    transform: translate(-50%, -50%) rotate(-8deg);
}

.core-mark img {
    width: 62px;
    height: 62px;
    transform: rotate(8deg);
}

.core-node {
    position: absolute;
    z-index: 3;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: var(--navy-700);
    background: var(--white);
    border: 1px solid rgba(11, 45, 82, 0.12);
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(7, 28, 51, 0.1);
    font-size: 0.8rem;
    font-weight: 800;
}

.node-code {
    top: 50px;
    right: 27px;
}

.node-ai {
    right: 15px;
    bottom: 58px;
    color: #117d92;
}

.node-brand {
    bottom: 38px;
    left: 28px;
    color: var(--orange-600);
}

.floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    min-width: 220px;
    padding: 14px 17px;
    gap: 12px;
    background: rgba(255, 255, 255, 0.93);
    border: 1px solid rgba(11, 45, 82, 0.1);
    border-radius: 15px;
    box-shadow: 0 16px 38px rgba(7, 28, 51, 0.13);
    backdrop-filter: blur(10px);
}

.floating-card-top {
    top: 28px;
    right: -14px;
}

.floating-card-bottom {
    bottom: 40px;
    left: 1px;
}

.floating-card > span:last-child {
    display: grid;
}

.floating-card strong {
    color: var(--navy-900);
    font-size: 0.77rem;
}

.floating-card small {
    color: #8494a3;
    font-size: 0.66rem;
}

.floating-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 10px;
}

.floating-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.floating-icon-orange {
    color: var(--orange-600);
    background: var(--orange-100);
}

.floating-icon-blue {
    color: var(--navy-700);
    background: var(--blue-100);
}

.capability-strip {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 104px;
    padding: 24px 38px;
    color: var(--white);
    background:
        radial-gradient(circle at 18% 0%, rgba(38, 121, 191, 0.3), transparent 32%),
        linear-gradient(120deg, var(--navy-950), var(--navy-900) 62%, #103b67);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -16px 45px rgba(7, 28, 51, 0.16);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.capability-strip::before {
    position: absolute;
    top: 0;
    right: 30px;
    left: 30px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, transparent, var(--orange-500) 18%, var(--orange-500) 82%, transparent);
    border-radius: 0 0 8px 8px;
}

.capability-strip span {
    display: flex;
    align-items: baseline;
    gap: 9px;
}

.capability-strip small {
    color: var(--orange-500);
    font-size: 0.62rem;
    font-weight: 850;
    letter-spacing: 0.08em;
}

.capability-strip strong {
    color: var(--white);
    font-size: 0.8rem;
    font-weight: 780;
    letter-spacing: 0.11em;
}

.capability-strip i {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    background: var(--orange-500);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(244, 116, 34, 0.12);
}

.section {
    position: relative;
    padding: 118px 0;
}

.section-heading h2,
.products-heading h2,
.difference-copy h2,
.contact-panel h2 {
    font-size: clamp(2.25rem, 4vw, 3.65rem);
}

.section-heading h2 {
    max-width: 680px;
    margin-bottom: 0;
}

.section-heading-centered {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.section-heading-centered h2 {
    margin-inline: auto;
}

.section-heading-centered p {
    max-width: 650px;
    margin: 20px auto 0;
    font-size: 1.04rem;
}

.section-intro {
    background: var(--white);
}

.intro-grid {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 105px;
}

.intro-copy {
    padding-top: 10px;
}

.intro-copy .large-copy {
    margin-bottom: 20px;
    color: var(--navy-800);
    font-size: 1.32rem;
    font-weight: 650;
    line-height: 1.55;
    letter-spacing: -0.02em;
}

.inline-link {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    gap: 10px;
    color: var(--orange-600);
    font-weight: 750;
}

.inline-link a {
    border-bottom: 1px solid rgba(233, 93, 15, 0.34);
}

.inline-link span {
    transition: transform 180ms ease;
}

.inline-link:hover span {
    transform: translateX(5px);
}

.section-services {
    overflow: hidden;
    background: var(--surface);
}

.section-services::before {
    position: absolute;
    top: -200px;
    right: -230px;
    width: 520px;
    height: 520px;
    content: "";
    background: radial-gradient(circle, rgba(38, 121, 191, 0.1), transparent 68%);
    border-radius: 50%;
}

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

.service-card {
    position: relative;
    min-height: 390px;
    padding: 34px 32px 31px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(11, 45, 82, 0.09);
    border-radius: var(--radius-md);
    box-shadow: 0 12px 30px rgba(7, 28, 51, 0.035);
    transition: transform 240ms var(--ease), box-shadow 240ms ease, border-color 240ms ease;
}

.service-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--orange-500), var(--blue-500));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 280ms var(--ease);
}

.service-card:hover {
    z-index: 2;
    border-color: rgba(38, 121, 191, 0.19);
    box-shadow: var(--shadow-md);
    transform: translateY(-7px);
}

.service-card:hover::after {
    transform: scaleX(1);
}

.service-card-featured {
    color: var(--white);
    background:
        radial-gradient(circle at 100% 0, rgba(72, 184, 214, 0.16), transparent 46%),
        linear-gradient(145deg, var(--navy-900), var(--navy-950));
}

.service-card-featured h3,
.service-card-featured p,
.service-card-featured li,
.service-card-featured .service-number {
    color: var(--white);
}

.service-card-featured p {
    opacity: 0.82;
}

.service-card-featured .service-icon {
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
}

.service-icon {
    display: grid;
    width: 56px;
    height: 56px;
    margin-bottom: 28px;
    place-items: center;
    color: var(--orange-600);
    background: var(--orange-100);
    border-radius: 16px;
}

.service-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.55;
}

.service-number {
    position: absolute;
    top: 38px;
    right: 31px;
    color: #9eabb7;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.service-card h3 {
    min-height: 52px;
    margin-bottom: 15px;
    font-size: 1.38rem;
    line-height: 1.2;
}

.service-card p {
    margin-bottom: 22px;
    font-size: 0.93rem;
    line-height: 1.65;
}

.service-card ul {
    display: grid;
    margin: 0;
    padding: 20px 0 0;
    gap: 7px;
    border-top: 1px solid rgba(11, 45, 82, 0.08);
    list-style: none;
}

.service-card li {
    position: relative;
    padding-left: 15px;
    color: #647487;
    font-size: 0.78rem;
    font-weight: 650;
}

.service-card-featured li {
    color: #d6e5f1;
    opacity: 1;
}

.service-card li::before {
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    background: var(--orange-500);
    border-radius: 50%;
}

.service-link {
    display: inline-flex;
    align-items: center;
    margin-top: 24px;
    gap: 8px;
    color: var(--navy-800);
    font-size: 0.78rem;
    font-weight: 800;
}

.service-link span {
    color: var(--orange-600);
    font-size: 1rem;
    transition: transform 180ms ease;
}

.service-link:hover span {
    transform: translateX(4px);
}

.service-card-featured .service-link {
    color: var(--white);
}

.service-card-featured .service-link span {
    color: #ffb886;
}

.service-card-featured ul {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.service-card-featured li::before {
    background: #ff8a3d;
    box-shadow: 0 0 0 3px rgba(244, 116, 34, 0.12);
}

.section-products {
    z-index: 0;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(130deg, rgba(19, 69, 111, 0.38), transparent 42%),
        var(--navy-950);
}

.section-products::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    opacity: 0.15;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 62px 62px;
    -webkit-mask-image: radial-gradient(circle at center, black, transparent 78%);
    mask-image: radial-gradient(circle at center, black, transparent 78%);
}

.product-glow {
    position: absolute;
    top: -270px;
    left: 50%;
    z-index: -1;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(38, 121, 191, 0.3), transparent 68%);
    border-radius: 50%;
    transform: translateX(-50%);
}

.products-heading {
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    align-items: end;
    margin-bottom: 62px;
    gap: 90px;
}

.products-heading h2 {
    margin-bottom: 0;
    color: var(--white);
}

.products-heading p {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 1.03rem;
}

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

.product-card {
    --product-accent: var(--orange-500);
    position: relative;
    grid-column: span 2;
    min-height: 400px;
    padding: 29px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: var(--radius-md);
    backdrop-filter: blur(8px);
    transition: background 240ms ease, border-color 240ms ease, transform 240ms var(--ease);
}

.product-card::after {
    position: absolute;
    z-index: -1;
    right: -90px;
    bottom: -110px;
    width: 250px;
    height: 250px;
    content: "";
    opacity: 0.23;
    background: radial-gradient(circle, var(--product-accent), transparent 66%);
    border-radius: 50%;
    transition: transform 300ms var(--ease), opacity 300ms ease;
}

.product-card:hover {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
    border-color: color-mix(in srgb, var(--product-accent) 50%, transparent);
    transform: translateY(-7px);
}

.product-card:hover::after {
    opacity: 0.4;
    transform: scale(1.18);
}

.product-cyan {
    --product-accent: #50c7d8;
}

.product-blue {
    --product-accent: #54a3e8;
}

.product-violet {
    --product-accent: #9e83e5;
}

.product-green {
    --product-accent: #5fca9e;
}

.product-rose {
    --product-accent: #e879a9;
}

.product-gold {
    --product-accent: #e9ad55;
}

.product-card-centered {
    grid-column: 3 / span 2;
}

.product-topline {
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.product-topline i {
    width: 30px;
    height: 1px;
    background: var(--product-accent);
}

.product-monogram {
    display: grid;
    width: 70px;
    height: 70px;
    margin: 46px 0 26px;
    place-items: center;
    color: var(--white);
    background: color-mix(in srgb, var(--product-accent) 18%, transparent);
    border: 1px solid color-mix(in srgb, var(--product-accent) 35%, transparent);
    border-radius: 21px;
    box-shadow: 0 16px 35px color-mix(in srgb, var(--product-accent) 12%, transparent);
    font-size: 1.34rem;
    font-weight: 850;
    letter-spacing: -0.04em;
}

.product-card h3 {
    margin-bottom: 12px;
    color: var(--white);
    font-size: 1.72rem;
}

.product-card p {
    max-width: 450px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.88rem;
    line-height: 1.62;
}

.product-card a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--white);
    font-size: 0.8rem;
    font-weight: 750;
}

.product-card a span {
    color: var(--product-accent);
    font-size: 1rem;
    transition: transform 180ms ease;
}

.product-card a:hover span {
    transform: translateX(5px);
}

.products-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding: 24px 29px;
    gap: 20px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 15px;
    font-size: 0.88rem;
}

.products-note a {
    color: var(--white);
    font-weight: 750;
}

.products-note strong {
    margin-left: 7px;
    color: var(--orange-500);
}

.section-method {
    background: var(--white);
}

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

.method-grid::before {
    position: absolute;
    top: 43px;
    right: 10%;
    left: 10%;
    z-index: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, #c9d8e5 12%, #c9d8e5 88%, transparent);
}

.method-step {
    position: relative;
    z-index: 1;
    padding-top: 6px;
    text-align: center;
}

.method-step > span {
    position: absolute;
    top: 0;
    right: calc(50% - 52px);
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    color: var(--white);
    background: var(--orange-500);
    border: 3px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(244, 116, 34, 0.28);
    font-size: 0.45rem;
    font-weight: 850;
}

.method-icon {
    display: grid;
    width: 82px;
    height: 82px;
    margin: 0 auto 28px;
    place-items: center;
    color: var(--navy-700);
    background: var(--surface);
    border: 1px solid #dce6ee;
    border-radius: 50%;
    box-shadow: 0 0 0 9px var(--white);
}

.method-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.45;
}

.method-step h3 {
    margin-bottom: 11px;
    font-size: 1.15rem;
}

.method-step p {
    margin-bottom: 0;
    font-size: 0.87rem;
    line-height: 1.62;
}

.section-difference {
    background: var(--surface);
}

.difference-grid {
    display: grid;
    grid-template-columns: 0.91fr 1.09fr;
    align-items: center;
    gap: 100px;
}

.difference-visual {
    position: relative;
    min-height: 550px;
}

.difference-visual::before,
.difference-visual::after {
    position: absolute;
    content: "";
    border-radius: 50%;
}

.difference-visual::before {
    inset: 0 50px 0 0;
    background:
        radial-gradient(circle at 60% 40%, rgba(72, 184, 214, 0.24), transparent 45%),
        linear-gradient(145deg, var(--navy-800), var(--navy-950));
    border-radius: var(--radius-lg);
    transform: rotate(-3deg);
}

.difference-visual::after {
    top: -26px;
    right: 25px;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(244, 116, 34, 0.35);
}

.difference-panel {
    position: absolute;
    inset: 50px 0 50px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
        rgba(7, 28, 51, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(8px);
}

.difference-panel::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
    background-size: 40px 40px;
    -webkit-mask-image: radial-gradient(circle, black, transparent 75%);
    mask-image: radial-gradient(circle, black, transparent 75%);
}

.difference-label {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.57);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.difference-circle {
    position: relative;
    z-index: 1;
    display: grid;
    width: 150px;
    height: 150px;
    place-items: center;
    background: rgba(255, 255, 255, 0.93);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.035), 0 0 0 42px rgba(255, 255, 255, 0.02);
}

.difference-circle img {
    width: 82px;
    height: 82px;
}

.difference-tags {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 380px;
    margin-top: 54px;
    gap: 8px;
}

.difference-tags span {
    padding: 8px 13px;
    color: rgba(255, 255, 255, 0.74);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    font-size: 0.68rem;
    font-weight: 700;
}

.difference-copy h2 {
    max-width: 650px;
    margin-bottom: 22px;
}

.difference-copy > p {
    max-width: 620px;
    margin-bottom: 38px;
    font-size: 1.02rem;
}

.difference-list {
    display: grid;
    gap: 24px;
}

.difference-list article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
}

.difference-list article > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--orange-600);
    background: var(--orange-100);
    border-radius: 11px;
}

.difference-list svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.difference-list h3 {
    margin: 2px 0 4px;
    font-size: 1rem;
    letter-spacing: -0.015em;
}

.difference-list p {
    margin: 0;
    font-size: 0.85rem;
}

.section-contact {
    padding: 92px 0;
    background: var(--white);
}

.contact-panel {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    min-height: 390px;
    padding: 66px 74px;
    gap: 70px;
    overflow: hidden;
    background:
        linear-gradient(125deg, rgba(24, 88, 142, 0.55), transparent 50%),
        var(--navy-950);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.contact-panel::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.14;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: linear-gradient(to left, black, transparent 75%);
    mask-image: linear-gradient(to left, black, transparent 75%);
}

.contact-decoration {
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.contact-decoration-one {
    top: -190px;
    right: -90px;
    width: 500px;
    height: 500px;
}

.contact-decoration-two {
    right: 40px;
    bottom: -260px;
    width: 420px;
    height: 420px;
    border-color: rgba(244, 116, 34, 0.23);
}

.contact-copy,
.contact-actions {
    position: relative;
    z-index: 1;
}

.contact-panel h2 {
    max-width: 750px;
    margin-bottom: 20px;
    color: var(--white);
}

.contact-panel p {
    max-width: 700px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.98rem;
}

.contact-actions {
    display: grid;
    justify-items: start;
    gap: 25px;
}

.button-white {
    min-width: 185px;
    color: var(--navy-900);
    background: var(--white);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.17);
}

.button-white:hover {
    color: var(--navy-900);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.23);
}

.contact-phone {
    display: grid;
}

.contact-phone span {
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-phone strong {
    color: var(--white);
    font-size: 1.18rem;
}

.contact-phone a:hover strong {
    color: #b7dff5;
}

.site-footer {
    color: rgba(255, 255, 255, 0.66);
    background: #06192d;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.55fr 0.65fr 0.8fr;
    padding-top: 78px;
    padding-bottom: 66px;
    gap: 80px;
}

.brand-light {
    color: var(--white);
}

.footer-logo-panel {
    display: inline-flex;
    padding: 8px 13px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 12px;
}

.footer-logo {
    width: 172px;
}

.footer-brand p {
    max-width: 430px;
    margin: 23px 0 0;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.91rem;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

.footer-column h2 {
    margin-bottom: 8px;
    color: var(--white);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.footer-column a,
.footer-column span {
    color: rgba(255, 255, 255, 0.59);
    font-size: 0.84rem;
    transition: color 180ms ease;
}

.footer-column a:hover {
    color: var(--white);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p,
.footer-bottom a {
    margin: 0;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.73rem;
}

.footer-bottom a:hover {
    color: var(--white);
}

.legal-page {
    min-height: 65vh;
    padding: calc(var(--header-height) + 80px) 0 100px;
    background: var(--surface);
}

.legal-content {
    max-width: 840px;
    padding: 52px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.legal-content h1 {
    margin-bottom: 24px;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
}

.legal-content h2 {
    margin: 34px 0 12px;
    font-size: 1.25rem;
}

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

.legal-content a {
    color: var(--orange-600);
    font-weight: 700;
}

.legal-content .button-primary {
    color: var(--white);
}

.legal-content .button-secondary {
    color: var(--navy-900);
}

/* Pagine istituzionali e servizi */
.page-hero,
.service-hero {
    position: relative;
    overflow: hidden;
    padding: calc(var(--header-height) + 105px) 0 105px;
    background:
        radial-gradient(circle at 85% 20%, rgba(72, 184, 214, 0.18), transparent 31%),
        linear-gradient(145deg, #f8fbfd 0%, #edf5fa 100%);
}

.page-hero::before,
.service-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.26;
    background-image:
        linear-gradient(rgba(23, 85, 143, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 85, 143, 0.09) 1px, transparent 1px);
    background-size: 58px 58px;
    -webkit-mask-image: linear-gradient(to left, black, transparent 80%);
    mask-image: linear-gradient(to left, black, transparent 80%);
}

.page-hero-glow {
    position: absolute;
    top: -240px;
    right: -180px;
    width: 620px;
    height: 620px;
    background: radial-gradient(circle, rgba(244, 116, 34, 0.12), transparent 66%);
    border-radius: 50%;
}

.page-hero-grid,
.service-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    align-items: center;
    gap: 85px;
}

.page-hero-compact .container {
    position: relative;
    z-index: 1;
}

.page-hero-compact h1,
.page-hero-compact .page-hero-lead {
    max-width: 900px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 42px;
    gap: 9px;
    color: #718296;
    font-size: 0.72rem;
    font-weight: 700;
}

.breadcrumb a {
    transition: color 180ms ease;
}

.breadcrumb a:hover {
    color: var(--orange-600);
}

.breadcrumb span[aria-current],
.breadcrumb span:last-child {
    color: var(--navy-700);
}

.page-hero h1,
.service-hero h1 {
    max-width: 850px;
    margin-bottom: 28px;
    font-size: clamp(3.2rem, 6vw, 5.5rem);
    line-height: 1.02;
}

.page-hero h1 span,
.service-hero h1 span {
    color: var(--orange-600);
}

.page-hero-grid > div:first-child > p,
.page-hero-lead,
.service-hero-grid > div:first-child > p {
    max-width: 730px;
    margin-bottom: 0;
    color: #52677b;
    font-size: 1.08rem;
    line-height: 1.75;
}

.service-hero-grid > div:first-child > .button {
    margin-top: 34px;
}

.page-hero-symbol {
    position: relative;
    display: grid;
    min-height: 420px;
    place-items: center;
}

.symbol-orbit {
    position: absolute;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(38, 121, 191, 0.2);
    border-radius: 50%;
    box-shadow:
        0 0 0 46px rgba(38, 121, 191, 0.03),
        0 0 0 88px rgba(38, 121, 191, 0.02);
}

.symbol-panel {
    position: relative;
    z-index: 1;
    display: grid;
    width: 260px;
    min-height: 280px;
    padding: 36px;
    place-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(11, 45, 82, 0.1);
    border-radius: 34px;
    box-shadow: var(--shadow-md);
    transform: rotate(-3deg);
}

.symbol-panel img {
    width: 150px;
    height: 150px;
    transform: rotate(3deg);
}

.symbol-panel span {
    color: var(--navy-700);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transform: rotate(3deg);
}

.page-section {
    padding: 112px 0;
    background: var(--white);
}

.page-section-alt {
    background: var(--surface);
}

.split-content {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 110px;
}

.split-content .section-heading {
    margin-bottom: 0;
}

.rich-copy .large-copy {
    color: var(--navy-900);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.58;
}

.rich-copy p {
    font-size: 1rem;
}

.rich-copy p:last-child {
    margin-bottom: 0;
}

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

.value-card {
    min-height: 270px;
    padding: 34px 29px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.value-card > span {
    color: var(--orange-600);
    font-size: 0.67rem;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.value-card h3 {
    margin: 52px 0 14px;
    font-size: 1.17rem;
}

.value-card p {
    margin: 0;
    font-size: 0.88rem;
}

.network-panel {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    padding: 58px 62px;
    gap: 90px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
}

.network-panel h2 {
    margin-bottom: 0;
}

.network-panel p {
    margin-bottom: 23px;
}

.inline-arrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--navy-800);
    font-size: 0.84rem;
    font-weight: 800;
}

.inline-arrow span {
    color: var(--orange-600);
    transition: transform 180ms ease;
}

.inline-arrow:hover span {
    transform: translateX(5px);
}

.process-list {
    display: grid;
}

.process-row {
    display: grid;
    grid-template-columns: 90px minmax(260px, 0.72fr) 1.28fr;
    align-items: start;
    padding: 46px 0;
    gap: 32px;
    border-bottom: 1px solid var(--line);
}

.process-row:first-child {
    border-top: 1px solid var(--line);
}

.process-number {
    color: var(--orange-600);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.1em;
}

.process-row small {
    display: block;
    margin-bottom: 8px;
    color: var(--blue-500);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.process-row h2 {
    margin: 0;
    font-size: 1.65rem;
}

.process-row p {
    margin: 0;
}

.decision-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 90px;
}

.decision-cards {
    display: grid;
    gap: 14px;
}

.decision-cards article {
    padding: 25px 27px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
}

.decision-cards strong {
    color: var(--navy-900);
}

.decision-cards p {
    margin: 5px 0 0;
    font-size: 0.86rem;
}

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

.service-list-card {
    display: grid;
    grid-template-columns: 48px 1fr 28px;
    min-height: 250px;
    padding: 36px;
    gap: 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: 0 9px 30px rgba(7, 28, 51, 0.045);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms var(--ease);
}

.service-list-card:hover {
    border-color: rgba(244, 116, 34, 0.42);
    box-shadow: var(--shadow-sm);
    transform: translateY(-5px);
}

.service-list-number {
    color: var(--orange-600);
    font-size: 0.69rem;
    font-weight: 850;
    letter-spacing: 0.1em;
}

.service-list-card small {
    display: block;
    margin-bottom: 12px;
    color: var(--blue-500);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-list-card h2 {
    margin-bottom: 14px;
    font-size: 1.38rem;
}

.service-list-card p {
    margin: 0;
    font-size: 0.88rem;
}

.service-list-card > strong {
    align-self: end;
    color: var(--orange-600);
    font-size: 1.25rem;
    transition: transform 180ms ease;
}

.service-list-card:hover > strong {
    transform: translateX(5px);
}

.service-hero {
    min-height: 690px;
    display: flex;
    align-items: center;
}

.service-hero-code {
    --service-accent: #f47422;
}

.service-hero-web {
    --service-accent: #2679bf;
}

.service-hero-ai {
    --service-accent: #48b8d6;
}

.service-hero-marketing {
    --service-accent: #e95d0f;
}

.service-hero-creative {
    --service-accent: #7b6ed6;
}

.service-hero-support {
    --service-accent: #3e9b7d;
}

.service-hero-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 390px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
    background:
        radial-gradient(circle at 70% 25%, color-mix(in srgb, var(--service-accent) 35%, transparent), transparent 40%),
        var(--navy-950);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.service-hero-card::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.12;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
    background-size: 42px 42px;
    -webkit-mask-image: radial-gradient(circle, black, transparent 73%);
    mask-image: radial-gradient(circle, black, transparent 73%);
}

.service-hero-card > span {
    position: relative;
    display: grid;
    width: 108px;
    height: 108px;
    margin-bottom: 32px;
    place-items: center;
    color: var(--white);
    background: color-mix(in srgb, var(--service-accent) 24%, transparent);
    border: 1px solid color-mix(in srgb, var(--service-accent) 60%, transparent);
    border-radius: 30px;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.025);
    font-size: 2rem;
    font-weight: 850;
}

.service-hero-card strong,
.service-hero-card i {
    position: relative;
}

.service-hero-card strong {
    color: var(--white);
    font-size: 0.74rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.service-hero-card i {
    width: 1px;
    height: 18px;
    margin: 5px 0;
    background: color-mix(in srgb, var(--service-accent) 70%, transparent);
}

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

.capability-cards article {
    min-height: 210px;
    padding: 31px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 19px;
}

.capability-cards h3 {
    margin-bottom: 14px;
    font-size: 1.08rem;
}

.capability-cards p {
    margin: 0;
    font-size: 0.87rem;
}

.outcome-panel {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    padding: 58px 62px;
    gap: 80px;
    color: rgba(255, 255, 255, 0.7);
    background: var(--navy-950);
    border-radius: var(--radius-lg);
}

.outcome-panel small {
    color: var(--orange-500);
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.outcome-panel h2 {
    margin: 12px 0 0;
    color: var(--white);
}

.outcome-panel ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 13px;
    list-style: none;
}

.outcome-panel li {
    position: relative;
    padding-left: 24px;
    font-size: 0.9rem;
}

.outcome-panel li::before {
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    background: var(--orange-500);
    border-radius: 50%;
}

.page-cta {
    padding: 92px 0;
    background: var(--white);
}

.page-cta-panel {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 330px;
    padding: 60px 68px;
    gap: 60px;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 12%, rgba(72, 184, 214, 0.24), transparent 35%),
        linear-gradient(130deg, var(--navy-800), var(--navy-950));
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.page-cta-panel h2 {
    margin-bottom: 18px;
    color: var(--white);
}

.page-cta-panel p {
    max-width: 690px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.65);
}

/* Pagina contatti */
.page-hero-contact {
    padding-bottom: 120px;
}

.contact-direct {
    display: grid;
    padding: 38px;
    gap: 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(11, 45, 82, 0.1);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.contact-direct-label {
    margin-bottom: 6px;
    color: var(--orange-600);
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-direct a {
    display: grid;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.contact-direct small {
    color: var(--muted);
    font-size: 0.7rem;
}

.contact-direct strong {
    color: var(--navy-900);
    font-size: 1.1rem;
}

.contact-direct p {
    margin: 0;
    font-size: 0.82rem;
}

.contact-page-section {
    padding: 112px 0;
    background: var(--surface);
}

.contact-page-grid {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    align-items: start;
    gap: 80px;
}

.contact-form-intro {
    position: sticky;
    top: calc(var(--header-height) + 40px);
}

.contact-form-intro h2 {
    margin-bottom: 20px;
}

.privacy-note {
    display: grid;
    grid-template-columns: 42px 1fr;
    margin-top: 34px;
    padding: 20px;
    gap: 14px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 15px;
}

.privacy-note svg {
    width: 36px;
    height: 36px;
    padding: 8px;
    color: var(--orange-600);
    background: var(--orange-100);
    border-radius: 10px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

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

.privacy-note strong {
    color: var(--navy-900);
    font-size: 0.82rem;
}

.privacy-note span {
    margin-top: 2px;
    color: var(--muted);
    font-size: 0.75rem;
    line-height: 1.45;
}

.contact-form-card {
    padding: 42px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.form-success {
    display: grid;
    grid-template-columns: 42px 1fr;
    margin-bottom: 30px;
    padding: 19px;
    gap: 14px;
    background: #edf9f3;
    border: 1px solid #bfe7d2;
    border-radius: 14px;
}

.form-success svg {
    width: 38px;
    height: 38px;
    padding: 8px;
    color: #18764f;
    background: #d8f2e5;
    border-radius: 50%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.form-success strong,
.form-success span {
    display: block;
}

.form-success strong {
    color: #145d40;
}

.form-success span {
    margin-top: 2px;
    color: #477361;
    font-size: 0.82rem;
}

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

.form-field {
    display: grid;
    align-content: start;
}

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

.form-field label {
    margin-bottom: 7px;
    color: var(--navy-900);
    font-size: 0.78rem;
    font-weight: 750;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    color: var(--ink);
    background: #fbfdfe;
    border: 1px solid #cfdae4;
    border-radius: 11px;
    outline: 0;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.form-field input,
.form-field select {
    min-height: 52px;
    padding: 0 15px;
}

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

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    background: var(--white);
    border-color: var(--blue-500);
    box-shadow: 0 0 0 4px rgba(38, 121, 191, 0.12);
}

.form-field > span,
.privacy-validation {
    min-height: 20px;
    margin-top: 4px;
    color: #b42318;
    font-size: 0.7rem;
}

.validation-summary {
    margin-bottom: 22px;
    color: #b42318;
    background: #fff3f1;
    border: 1px solid #f2c7c2;
    border-radius: 10px;
}

.validation-summary:empty,
.validation-summary-valid {
    display: none;
}

.validation-summary ul {
    margin: 0;
    padding: 12px 16px 12px 34px;
}

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

.privacy-check {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: start;
    margin-top: 24px;
    gap: 10px;
    color: var(--muted);
    font-size: 0.77rem;
    cursor: pointer;
}

.privacy-check input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--orange-600);
}

.privacy-check a {
    color: var(--navy-700);
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.privacy-validation {
    display: block;
    margin-left: 30px;
}

.recaptcha-field {
    margin-top: 20px;
}

.recaptcha-validation,
.recaptcha-configuration-error {
    display: block;
    margin: 7px 0 0;
    color: #b42318;
    font-size: 0.7rem;
}

.recaptcha-configuration-error {
    padding: 10px 12px;
    background: #fff3f1;
    border: 1px solid #f2c7c2;
    border-radius: 10px;
}

.form-submit {
    margin-top: 22px;
    border: 0;
    cursor: pointer;
}

.form-submit:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.form-disclaimer {
    margin: 14px 0 0;
    font-size: 0.7rem;
}

.request-id {
    margin: 28px 0;
    padding: 13px 16px;
    color: var(--muted);
    background: var(--surface);
    border-radius: 10px;
    font-size: 0.78rem;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 760ms var(--ease), transform 760ms var(--ease);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 100ms;
}

.reveal-delay-2 {
    transition-delay: 190ms;
}

.reveal-delay-3 {
    transition-delay: 280ms;
}

/*
 * Regolazione tipografica desktop.
 * H1 e H2 mantengono volutamente le dimensioni originali.
 */
@media (min-width: 921px) {
    body {
        font-size: 17px;
    }

    .primary-navigation > a:not(.button),
    .button {
        font-size: 1rem;
    }

    .button-small {
        font-size: 0.92rem;
    }

    .eyebrow {
        font-size: 0.84rem;
    }

    .hero-lead {
        font-size: 1.2rem;
    }

    .hero-proof strong {
        font-size: 1rem;
    }

    .hero-proof span {
        font-size: 0.9rem;
    }

    .floating-card strong {
        font-size: 0.86rem;
    }

    .floating-card small {
        font-size: 0.75rem;
    }

    .capability-strip small {
        font-size: 1rem;
        line-height: 1;
    }

    .capability-strip strong {
        font-size: 0.9rem;
    }

    .section-heading-centered p {
        font-size: 1.12rem;
    }

    .service-number {
        font-size: 1.15rem;
        line-height: 1;
    }

    .service-card h3 {
        font-size: 1.48rem;
    }

    .service-card p {
        font-size: 1rem;
    }

    .service-card li,
    .service-link {
        font-size: 0.88rem;
    }

    .product-topline {
        font-size: 0.75rem;
    }

    .product-card h3 {
        font-size: 1.82rem;
    }

    .product-card p,
    .products-note {
        font-size: 0.98rem;
    }

    .product-card a {
        font-size: 0.9rem;
    }

    .method-step > span {
        top: -4px;
        right: calc(50% - 58px);
        width: 32px;
        height: 32px;
        font-size: 0.72rem;
        border-width: 3px;
    }

    .method-step h3 {
        font-size: 1.25rem;
    }

    .method-step p {
        font-size: 0.97rem;
    }

    .difference-label {
        /*font-size: 0.72rem;*/ 
        font-size: 1.4rem;
    }

    .difference-tags span {
        font-size: 0.78rem;
    }

    .difference-copy > p {
        font-size: 1.1rem;
    }

    .difference-list h3 {
        font-size: 1.1rem;
    }

    .difference-list p {
        font-size: 0.95rem;
    }

    .contact-panel p {
        font-size: 1.06rem;
    }

    .contact-phone span {
        font-size: 0.78rem;
    }

    .contact-phone strong {
        font-size: 1.25rem;
    }

    .footer-brand p {
        font-size: 1rem;
    }

    .footer-column h2 {
        font-size: 0.86rem;
    }

    .footer-column a,
    .footer-column span {
        font-size: 0.94rem;
    }

    .footer-bottom p,
    .footer-bottom a {
        font-size: 0.82rem;
    }

    .breadcrumb {
        font-size: 0.82rem;
    }

    .page-hero-grid > div:first-child > p,
    .page-hero-lead,
    .service-hero-grid > div:first-child > p {
        font-size: 1.16rem;
    }

    .symbol-panel span {
        font-size: 0.76rem;
    }

    .rich-copy p {
        font-size: 1.08rem;
    }

    .value-card > span {
        font-size: 1.15rem;
        line-height: 1;
    }

    .value-card h3 {
        font-size: 1.27rem;
    }

    .value-card p {
        font-size: 0.98rem;
    }

    .inline-arrow {
        font-size: 0.94rem;
    }

    .process-number {
        font-size: 1.35rem;
        line-height: 1;
    }

    .process-row small {
        font-size: 0.74rem;
    }

    .decision-cards p {
        font-size: 0.96rem;
    }

    .service-list-number {
        font-size: 1.25rem;
        line-height: 1;
    }

    .service-list-card small {
        font-size: 0.72rem;
    }

    .service-list-card p {
        font-size: 0.98rem;
    }

    .service-hero-card strong {
        font-size: 0.84rem;
    }

    .capability-cards h3 {
        font-size: 1.18rem;
    }

    .capability-cards p {
        font-size: 0.97rem;
    }

    .outcome-panel small {
        font-size: 0.76rem;
    }

    .outcome-panel li {
        font-size: 1rem;
    }

    .contact-direct-label {
        font-size: 0.76rem;
    }

    .contact-direct small {
        font-size: 0.8rem;
    }

    .contact-direct strong {
        font-size: 1.18rem;
    }

    .contact-direct p {
        font-size: 0.92rem;
    }

    .privacy-note strong,
    .form-success span {
        font-size: 0.92rem;
    }

    .privacy-note span {
        font-size: 0.85rem;
    }

    .form-field label {
        font-size: 0.88rem;
    }

    .form-field > span,
    .privacy-validation,
    .recaptcha-validation,
    .recaptcha-configuration-error,
    .form-disclaimer {
        font-size: 0.8rem;
    }

    .privacy-check {
        font-size: 0.87rem;
    }

    .request-id {
        font-size: 0.88rem;
    }
}

@media (max-width: 1120px) {
    :root {
        --container: 980px;
    }

    .primary-navigation {
        gap: 21px;
    }

    .hero {
        min-height: 800px;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
        gap: 35px;
    }

    .hero h1 {
        font-size: clamp(3rem, 5.5vw, 4.2rem);
    }

    .hero-visual {
        min-height: 530px;
    }

    .digital-stage {
        left: 10px;
    }

    .stage-content {
        grid-template-columns: 0.9fr 1.1fr;
    }

    .floating-card-top {
        right: -3px;
    }

    .service-card {
        min-height: 410px;
        padding-inline: 27px;
    }

    .difference-grid {
        gap: 65px;
    }

    .contact-panel {
        padding-inline: 55px;
        gap: 45px;
    }
}

@media (max-width: 920px) {
    :root {
        --header-height: 74px;
    }

    .container {
        width: min(calc(100% - 38px), var(--container));
    }

    .nav-toggle {
        position: relative;
        z-index: 102;
        display: block;
    }

    .primary-navigation {
        position: fixed;
        z-index: 101;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 100px max(28px, calc((100vw - 760px) / 2));
        gap: 24px;
        visibility: hidden;
        opacity: 0;
        background:
            radial-gradient(circle at 90% 10%, rgba(38, 121, 191, 0.2), transparent 35%),
            var(--white);
        transform: translateY(-16px);
        transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
    }

    .primary-navigation.is-open {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .primary-navigation > a:not(.button) {
        color: var(--navy-900);
        font-size: clamp(1.55rem, 5vw, 2.3rem);
        font-weight: 760;
        letter-spacing: -0.03em;
    }

    .primary-navigation .button {
        margin-top: 12px;
    }

    .hero {
        min-height: auto;
        padding-top: calc(var(--header-height) + 75px);
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 5px;
    }

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

    .hero h1 {
        max-width: 780px;
        font-size: clamp(3.15rem, 8.6vw, 5rem);
    }

    .hero-lead {
        max-width: 760px;
    }

    .hero-visual {
        width: min(100%, 630px);
        min-height: 590px;
        margin: 0 auto;
    }

    .digital-stage {
        left: 40px;
    }

    .capability-strip {
        margin-top: 4px;
    }

    .section {
        padding: 96px 0;
    }

    .intro-grid,
    .products-heading,
    .difference-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .intro-copy {
        padding-top: 0;
    }

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

    .service-card {
        min-height: 390px;
    }

    .products-heading {
        gap: 24px;
    }

    .products-heading p {
        max-width: 650px;
    }

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

    .product-card {
        grid-column: auto;
        min-height: 370px;
    }

    .product-card-centered {
        width: calc((100% - 20px) / 2);
        grid-column: 1 / -1;
        justify-self: center;
    }

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

    .method-grid::before {
        display: none;
    }

    .difference-grid {
        gap: 65px;
    }

    .difference-visual {
        width: min(100%, 640px);
        min-height: 520px;
        margin: 0 auto;
    }

    .contact-panel {
        grid-template-columns: 1fr;
        padding: 58px;
        gap: 35px;
    }

    .contact-actions {
        grid-template-columns: auto 1fr;
        align-items: center;
    }

    .footer-grid {
        grid-template-columns: 1.4fr 0.8fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(calc(100% - 28px), var(--container));
    }

    .brand-logo {
        width: 150px;
    }

    .hero {
        padding-top: calc(var(--header-height) + 53px);
    }

    .eyebrow {
        margin-bottom: 17px;
        font-size: 0.66rem;
        letter-spacing: 0.11em;
    }

    .hero h1 {
        margin-bottom: 23px;
        font-size: clamp(2.7rem, 13.2vw, 4rem);
        line-height: 1.01;
    }

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

    .hero-actions {
        display: grid;
    }

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

    .hero-proof {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hero-proof > li {
        padding-right: 0;
    }

    .hero-proof > li + li {
        padding: 16px 0 0;
        border-top: 1px solid rgba(11, 45, 82, 0.1);
        border-left: 0;
    }

    .hero-visual {
        min-height: 500px;
    }

    .digital-stage {
        top: 55px;
        right: 0;
        left: 0;
        min-height: 350px;
        border-radius: 21px;
        transform: none;
    }

    .stage-header {
        padding-inline: 15px;
    }

    .stage-content {
        grid-template-columns: 1fr;
        min-height: 300px;
    }

    .stage-message {
        position: absolute;
        z-index: 4;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 20px;
        background: linear-gradient(transparent, rgba(255, 255, 255, 0.95) 28%);
    }

    .stage-message strong {
        max-width: none;
        font-size: 1.15rem;
    }

    .stage-lines {
        display: none;
    }

    .stage-core {
        min-height: 300px;
        transform: translateY(-18px);
    }

    .ring-outer {
        width: 240px;
        height: 240px;
    }

    .floating-card {
        min-width: 190px;
        padding: 11px 13px;
    }

    .floating-card-top {
        top: 20px;
        right: -5px;
    }

    .floating-card-bottom {
        bottom: 16px;
        left: 9px;
    }

    .floating-icon {
        width: 34px;
        height: 34px;
    }

    .capability-strip {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 0;
        margin-top: 18px;
        padding: 27px 22px 24px;
        gap: 20px 26px;
        border-radius: 18px 18px 0 0;
    }

    .capability-strip span {
        justify-content: center;
    }

    .capability-strip span:last-of-type {
        grid-column: 1 / -1;
    }

    .capability-strip i {
        display: none;
    }

    .capability-strip strong {
        font-size: 0.69rem;
    }

    .section {
        padding: 78px 0;
    }

    .section-heading h2,
    .products-heading h2,
    .difference-copy h2,
    .contact-panel h2 {
        font-size: clamp(2.1rem, 10vw, 3rem);
    }

    .section-heading-centered {
        margin-bottom: 43px;
        text-align: left;
    }

    .section-heading-centered h2,
    .section-heading-centered p {
        margin-left: 0;
    }

    .intro-grid {
        gap: 28px;
    }

    .intro-copy .large-copy {
        font-size: 1.16rem;
    }

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

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

    .service-card h3 {
        min-height: auto;
    }

    .products-heading {
        margin-bottom: 42px;
    }

    .product-card {
        grid-column: auto;
        min-height: 340px;
        padding: 26px;
    }

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

    .product-monogram {
        margin: 35px 0 23px;
    }

    .products-note {
        align-items: flex-start;
        flex-direction: column;
    }

    .method-grid {
        gap: 38px;
    }

    .method-step {
        display: grid;
        grid-template-columns: 70px 1fr;
        padding: 0;
        column-gap: 18px;
        text-align: left;
    }

    .method-step > span {
        top: -5px;
        right: auto;
        left: 53px;
    }

    .method-icon {
        grid-row: 1 / 3;
        width: 68px;
        height: 68px;
        margin: 0;
        box-shadow: none;
    }

    .method-step h3 {
        align-self: end;
        margin-bottom: 6px;
    }

    .method-step p {
        grid-column: 2;
    }

    .difference-visual {
        min-height: 425px;
    }

    .difference-visual::before {
        right: 30px;
    }

    .difference-panel {
        inset: 36px 0 36px 27px;
    }

    .difference-circle {
        width: 125px;
        height: 125px;
    }

    .difference-circle img {
        width: 70px;
        height: 70px;
    }

    .difference-tags {
        margin-top: 43px;
        padding-inline: 18px;
    }

    .section-contact {
        padding: 50px 0;
    }

    .contact-panel {
        min-height: 0;
        padding: 43px 27px;
        border-radius: 25px;
    }

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

    .button-white {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        padding-top: 62px;
        padding-bottom: 48px;
        gap: 42px 25px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
    }

    .legal-page {
        padding-top: calc(var(--header-height) + 45px);
    }

    .legal-content {
        padding: 31px 24px;
    }
}

@media (max-width: 920px) {
    .page-hero,
    .service-hero {
        min-height: 0;
        padding: calc(var(--header-height) + 75px) 0 90px;
    }

    .page-hero-grid,
    .service-hero-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .page-hero-symbol {
        min-height: 370px;
    }

    .split-content,
    .network-panel,
    .decision-grid,
    .outcome-panel,
    .contact-page-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

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

    .process-row {
        grid-template-columns: 65px 1fr;
    }

    .process-row p {
        grid-column: 2;
    }

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

    .service-hero-card {
        width: min(100%, 620px);
        min-height: 340px;
        margin-inline: auto;
    }

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

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

    .page-cta-panel .button {
        justify-self: start;
    }

    .contact-form-intro {
        position: static;
    }
}

@media (max-width: 640px) {
    .page-hero,
    .service-hero {
        padding-top: calc(var(--header-height) + 54px);
        padding-bottom: 70px;
    }

    .breadcrumb {
        margin-bottom: 30px;
    }

    .page-hero h1,
    .service-hero h1 {
        font-size: clamp(2.65rem, 12.5vw, 4rem);
    }

    .page-hero-grid > div:first-child > p,
    .page-hero-lead,
    .service-hero-grid > div:first-child > p {
        font-size: 1rem;
    }

    .page-hero-symbol {
        min-height: 320px;
    }

    .symbol-orbit {
        width: 285px;
        height: 285px;
    }

    .symbol-panel {
        width: 215px;
        min-height: 230px;
        padding: 28px;
    }

    .symbol-panel img {
        width: 120px;
        height: 120px;
    }

    .page-section,
    .contact-page-section {
        padding: 78px 0;
    }

    .split-content {
        gap: 30px;
    }

    .value-grid,
    .capability-cards {
        grid-template-columns: 1fr;
    }

    .value-card,
    .capability-cards article {
        min-height: 0;
    }

    .value-card h3 {
        margin-top: 32px;
    }

    .network-panel,
    .outcome-panel {
        padding: 34px 27px;
        border-radius: 24px;
    }

    .process-row {
        grid-template-columns: 42px 1fr;
        padding: 34px 0;
        gap: 18px;
    }

    .process-row h2 {
        font-size: 1.35rem;
    }

    .service-list-card {
        grid-template-columns: 35px 1fr;
        min-height: 0;
        padding: 27px 24px;
    }

    .service-list-card > strong {
        display: none;
    }

    .service-hero-card {
        min-height: 310px;
        border-radius: 24px;
    }

    .page-cta {
        padding: 54px 0;
    }

    .page-cta-panel {
        min-height: 0;
        padding: 42px 27px;
        border-radius: 24px;
    }

    .page-cta-panel .button {
        width: 100%;
    }

    .contact-direct,
    .contact-form-card {
        padding: 27px 23px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

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

    .form-submit {
        width: 100%;
    }
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}

/* Cookie consent */
.footer-link-button {
    appearance: none;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.footer-link-button:hover,
.footer-link-button:focus-visible {
    color: var(--orange);
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner {
    position: fixed;
    z-index: 1200;
    right: 24px;
    bottom: 24px;
    left: 24px;
    max-width: 1180px;
    margin-inline: auto;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    background: #0b2d52;
    color: #fff;
    box-shadow: 0 22px 70px rgba(4, 22, 42, 0.34);
}

.cookie-banner-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
}

.cookie-banner h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 1.28rem;
}

.cookie-banner p {
    max-width: 760px;
    margin: 0;
    color: #e5f0fb;
    font-size: 0.98rem;
    line-height: 1.6;
}

.cookie-banner a {
    color: #fff;
    font-weight: 700;
}

.cookie-banner-actions {
    display: flex;
    gap: 12px;
}

.cookie-choice {
    min-width: 128px;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .cookie-banner {
        right: 12px;
        bottom: 12px;
        left: 12px;
        padding: 20px;
        border-radius: 16px;
    }

    .cookie-banner-content {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cookie-banner-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cookie-choice {
        width: 100%;
    }
}
