:root {
    --intrider-bg: #f3f4f7;
    --intrider-text: #0b0f1f;
    --intrider-muted: #5e667d;
    --intrider-accent: #ff8904;
    --intrider-dark: #050b1d;
}

html,
body {
    background: var(--intrider-bg);
    color: var(--intrider-text);
}

.page-shell {
    min-height: 100vh;
    background:
        radial-gradient(80rem 40rem at 20% -10%, rgba(255, 137, 4, 0.16), transparent 65%),
        radial-gradient(70rem 38rem at 90% 0%, rgba(22, 103, 255, 0.12), transparent 62%),
        var(--intrider-bg);
}

.compact-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(115deg, rgba(5, 11, 29, 0.95) 0%, rgba(8, 18, 45, 0.92) 45%, rgba(6, 10, 25, 0.96) 100%),
        url('../images/backgroundHeader.png') center/cover no-repeat;
}

.compact-hero::before {
    content: "";
    position: absolute;
    inset: -10rem -6rem auto auto;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(255, 170, 89, 0.25) 0%, rgba(255, 170, 89, 0) 65%);
    filter: blur(8px);
    pointer-events: none;
}

.compact-hero::after {
    content: "";
    position: absolute;
    inset: auto auto -11rem -7rem;
    width: 32rem;
    height: 32rem;
    background: radial-gradient(circle, rgba(103, 130, 255, 0.22) 0%, rgba(103, 130, 255, 0) 67%);
    filter: blur(6px);
    pointer-events: none;
}

.site-header {
    position: relative;
    overflow: visible;
    backdrop-filter: blur(10px);
    background: linear-gradient(90deg, rgba(7, 15, 37, 0.78) 0%, rgba(7, 15, 37, 0.55) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header-row {
    position: relative;
    z-index: 2;
}

.header-actions {
    flex-shrink: 0;
}

.header-link {
    color: rgba(255, 255, 255, 0.75);
    transition: color 0.2s ease, opacity 0.2s ease;
}

.header-link:hover,
.header-link.active {
    color: #fff;
}

.header-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.35rem;
    border-radius: 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(180deg, rgba(10, 18, 43, 0.62), rgba(10, 18, 43, 0.46));
    color: #f5f7ff;
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.header-control:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 185, 108, 0.5);
    background: linear-gradient(180deg, rgba(13, 24, 56, 0.76), rgba(12, 22, 52, 0.62));
    box-shadow: 0 10px 20px rgba(0, 6, 22, 0.18);
}

.header-control--icon {
    width: 2.35rem;
    min-width: 2.35rem;
    padding: 0;
}

.header-control--select {
    min-width: 4.25rem;
    padding: 0 0.8rem 0 0.9rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.header-control-caret {
    width: 0.9rem;
    height: 0.9rem;
    opacity: 0.78;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.language-switcher {
    position: relative;
    display: inline-flex;
    height: auto;
}

#language-btn {
    height: auto;
}

.language-icon {
    display: none;
}

.language-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    min-width: 10rem;
    padding: 0.35rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 36px rgba(7, 16, 42, 0.14);
    backdrop-filter: blur(14px);
    z-index: 40;
}

.language-dropdown.show {
    display: block;
}

.lang-option {
    display: block;
    width: 100%;
    border-radius: 0.7rem;
    color: #1b2a57;
    font-size: 0.9rem;
}

.lang-option:hover {
    background: rgba(17, 31, 72, 0.06);
}

.language-switcher.is-open .header-control-caret {
    transform: rotate(180deg);
    opacity: 1;
}

.theme-toggle {
    position: relative;
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
}

.theme-toggle.header-control--icon {
    width: 2.35rem;
    height: 2.35rem;
}

.theme-toggle-icon {
    width: 1rem;
    height: 1rem;
    position: absolute;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.theme-toggle .moon {
    opacity: 0;
    transform: scale(0.85);
}

.header-burger {
    position: relative;
}

.header-burger-lines {
    position: relative;
    display: block;
    width: 1rem;
    height: 0.78rem;
}

.header-burger-lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition: transform 0.24s ease, opacity 0.24s ease, top 0.24s ease;
}

.header-burger-lines span:nth-child(1) {
    top: 0;
}

.header-burger-lines span:nth-child(2) {
    top: calc(50% - 0.75px);
}

.header-burger-lines span:nth-child(3) {
    top: calc(100% - 1.5px);
}

[data-mobile-header].is-menu-open .header-burger-lines span:nth-child(1) {
    top: calc(50% - 0.75px);
    transform: rotate(45deg);
}

[data-mobile-header].is-menu-open .header-burger-lines span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0.4);
}

[data-mobile-header].is-menu-open .header-burger-lines span:nth-child(3) {
    top: calc(50% - 0.75px);
    transform: rotate(-45deg);
}

.mobile-nav-panel {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    right: 0;
    z-index: 18;
    display: grid;
    gap: 0.75rem;
    padding: 0.65rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(180deg, rgba(10, 18, 43, 0.92), rgba(7, 15, 37, 0.86)),
        radial-gradient(circle at top left, rgba(255, 137, 4, 0.14), transparent 58%);
    backdrop-filter: blur(16px);
    box-shadow: 0 22px 48px rgba(2, 8, 26, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.985);
    transform-origin: top center;
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

[data-mobile-header].is-menu-open .mobile-nav-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.mobile-nav-links {
    display: grid;
    gap: 0.45rem;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 3.1rem;
    padding: 0.85rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    font-weight: 500;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.mobile-nav-link::after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.52;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
    color: #fff;
    border-color: rgba(255, 185, 108, 0.42);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
    transform: translateY(-1px);
}

.mobile-nav-link:hover::after,
.mobile-nav-link.active::after {
    opacity: 0.88;
    transform: translateX(2px) rotate(45deg);
}

.mobile-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    min-height: 3.25rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #ff8904 0%, #ffb35f 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 16px 30px rgba(255, 137, 4, 0.22);
    transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
}

.mobile-nav-cta:hover {
    transform: translateY(-1px);
    filter: saturate(1.03);
    box-shadow: 0 18px 34px rgba(255, 137, 4, 0.26);
}

@media (max-width: 767px) {
    .site-header-row {
        gap: 0.7rem;
    }

    .header-actions {
        gap: 0.45rem;
    }

    .header-control--select {
        min-width: 4rem;
        padding: 0 0.72rem 0 0.78rem;
    }
}

@media (min-width: 768px) {
    .header-control {
        min-height: 2.5rem;
        border-radius: 0.82rem;
    }

    .header-control--icon {
        width: 2.5rem;
        min-width: 2.5rem;
    }

    .theme-toggle.header-control--icon {
        width: 2.5rem;
        height: 2.5rem;
    }

    .header-control--select {
        min-width: 4.6rem;
        padding: 0 0.95rem 0 1rem;
        font-size: 0.82rem;
    }

    .theme-toggle-icon {
        width: 1.05rem;
        height: 1.05rem;
    }
}

[data-theme='dark'] .theme-toggle .moon {
    opacity: 1;
    transform: scale(1);
}

[data-theme='dark'] .theme-toggle .sun {
    opacity: 0;
    transform: scale(0.85);
}

.hero-kicker {
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.6);
}

.hero-title {
    color: #fff;
    text-wrap: balance;
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.78);
    text-wrap: pretty;
}

.hero-chip {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
}

.page-section {
    margin: 0 auto;
    max-width: 1440px;
    padding: 1.5rem 1rem 0;
}

.section-headline {
    font-size: clamp(2.1rem, 4vw, 4.6rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
}

.section-caption {
    color: var(--intrider-muted);
    max-width: 56ch;
}

.showcase-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 900px) {
    .showcase-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}

.showcase-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.3rem;
    min-height: 18rem;
    border: 1px solid rgba(9, 17, 42, 0.12);
    box-shadow: 0 16px 34px rgba(12, 22, 54, 0.08);
}

.showcase-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(5, 11, 29, 0.82) 8%, rgba(5, 11, 29, 0.2) 60%, rgba(5, 11, 29, 0.05) 100%);
}

.showcase-card:hover .showcase-image {
    transform: scale(1.04);
}

.showcase-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.showcase-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.showcase-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.72rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: rgba(8, 14, 33, 0.5);
}

.showcase-title {
    letter-spacing: -0.03em;
    line-height: 1.03;
}

.soft-panel {
    border-radius: 1.25rem;
    border: 1px solid rgba(12, 20, 45, 0.12);
    background: #fff;
    box-shadow: 0 15px 32px rgba(9, 21, 55, 0.05);
}

.value-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 860px) {
    .value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1180px) {
    .value-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.value-card {
    border-radius: 1rem;
    padding: 1.35rem;
    background: linear-gradient(145deg, rgba(5, 11, 29, 0.95) 0%, rgba(204, 133, 70, 0.95) 100%);
    color: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.value-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 30px rgba(8, 16, 38, 0.2);
}

.timeline-row {
    position: relative;
    border-left: 1px dashed rgba(17, 29, 69, 0.22);
}

.timeline-row::before {
    content: "";
    position: absolute;
    left: -0.4rem;
    top: 0.3rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 9999px;
    background: var(--intrider-accent);
    box-shadow: 0 0 0 5px rgba(255, 137, 4, 0.18);
}

.metric-card {
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(15, 24, 58, 0.1);
    box-shadow: 0 14px 28px rgba(8, 18, 46, 0.05);
}

.metric-value {
    letter-spacing: -0.04em;
    line-height: 0.9;
}

.review-card {
    border-radius: 1.25rem;
    border: 1px solid rgba(8, 18, 44, 0.12);
    background: #fff;
    box-shadow: 0 15px 33px rgba(9, 20, 53, 0.06);
}

.review-quote {
    color: #1b2440;
}

.review-author {
    color: #253158;
}

.review-meta {
    color: #6f7894;
}

.cta-banner {
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.interactive-block {
    opacity: 1;
    transform: translateY(0);
}

.roadmap-panel {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(32rem 16rem at 86% -12%, rgba(255, 137, 4, 0.21), transparent 72%),
        radial-gradient(34rem 18rem at 0% 100%, rgba(20, 44, 102, 0.2), transparent 74%),
        #fff;
}

.roadmap-flow {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 1080px) {
    .roadmap-flow {
        grid-template-columns: minmax(460px, 1.2fr) minmax(0, 1fr);
    }
}

.roadmap-visual {
    position: relative;
    min-height: 23rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(15, 27, 63, 0.12);
    background:
        radial-gradient(22rem 12rem at 12% 88%, rgba(255, 145, 36, 0.16), transparent 72%),
        radial-gradient(20rem 10rem at 90% 10%, rgba(79, 111, 220, 0.16), transparent 72%),
        linear-gradient(145deg, #f5f8ff 0%, #eef3ff 62%, #e8eefc 100%);
    overflow: hidden;
}

.roadmap-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(23, 40, 90, 0.06) 0 1px, transparent 1px 32px),
        repeating-linear-gradient(0deg, rgba(23, 40, 90, 0.06) 0 1px, transparent 1px 32px);
    pointer-events: none;
}

.roadmap-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(12rem 8rem at 10% 88%, rgba(255, 137, 4, 0.16), transparent 72%),
        radial-gradient(14rem 8rem at 92% 16%, rgba(112, 145, 255, 0.14), transparent 70%);
    pointer-events: none;
}

.roadmap-track {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.roadmap-path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.roadmap-path--base {
    stroke: rgba(34, 51, 101, 0.36);
    stroke-width: 2;
    stroke-dasharray: 1 10;
    stroke-dashoffset: 0;
}

.roadmap-path--active {
    stroke: #ff8904;
    stroke-width: 4;
    filter: drop-shadow(0 0 8px rgba(255, 137, 4, 0.6));
}

.roadmap-beacon {
    position: absolute;
    left: 8%;
    top: 82%;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 9999px;
    background: #ff8904;
    box-shadow: 0 0 0 0 rgba(255, 137, 4, 0.32);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 2;
}

.roadmap-node {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid rgba(23, 38, 84, 0.18);
    background: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    padding: 0.34rem 0.5rem 0.34rem 0.34rem;
    color: #1e2e5a;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
    z-index: 3;
}

.roadmap-node:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 152, 51, 0.65);
    box-shadow: 0 12px 24px rgba(12, 24, 60, 0.14);
}

.roadmap-node.is-active {
    border-color: rgba(255, 184, 107, 0.95);
    background: rgba(255, 137, 4, 0.16);
    box-shadow: 0 10px 24px rgba(10, 20, 53, 0.2);
}

.roadmap-node--1 {
    left: 4.8%;
    top: 73%;
}

.roadmap-node--2 {
    left: 25%;
    top: 13%;
}

.roadmap-node--3 {
    left: 50%;
    top: 42%;
}

.roadmap-node--4 {
    left: 81.5%;
    top: 13%;
}

.roadmap-node-badge {
    display: grid;
    place-items: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 9999px;
    background: #15214b;
    color: #fff;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.roadmap-node.is-active .roadmap-node-badge {
    background: #ff8904;
    color: #11162f;
}

.roadmap-node-copy {
    display: grid;
    gap: 0.08rem;
}

.roadmap-node-copy strong {
    font-size: 0.78rem;
    line-height: 1;
}

.roadmap-node-copy small {
    font-size: 0.66rem;
    line-height: 1.1;
    color: rgba(68, 86, 141, 0.9);
}

@media (max-width: 860px) {
    .roadmap-visual {
        min-height: 18rem;
    }

    .roadmap-node {
        padding: 0.24rem;
        border-radius: 9999px;
    }

    .roadmap-node-copy {
        display: none;
    }

    .roadmap-node--1 {
        left: 7%;
        top: 76%;
    }

    .roadmap-node--2 {
        left: 30%;
        top: 17%;
    }

    .roadmap-node--3 {
        left: 56%;
        top: 47%;
    }

    .roadmap-node--4 {
        left: 87%;
        top: 18%;
    }
}

.roadmap-content-wrap {
    border-radius: 1rem;
    border: 1px solid rgba(12, 22, 53, 0.11);
    background:
        radial-gradient(20rem 11rem at 100% 0, rgba(255, 170, 91, 0.16), transparent 72%),
        #f9faff;
    padding: 1rem;
    box-shadow: 0 14px 28px rgba(9, 21, 55, 0.05);
}

.roadmap-content {
    min-height: 17.5rem;
}

.roadmap-stage {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6e7998;
}

.roadmap-title {
    margin-top: 0.38rem;
    font-size: clamp(1.35rem, 2vw, 2rem);
    letter-spacing: -0.03em;
    line-height: 1;
    color: #101a40;
}

.roadmap-description {
    margin-top: 0.62rem;
    color: #4d5776;
    max-width: 62ch;
}

.roadmap-tags {
    margin-top: 0.85rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.roadmap-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    border: 1px solid rgba(24, 34, 74, 0.12);
    padding: 0.28rem 0.6rem;
    font-size: 0.74rem;
    color: #34416d;
    background: #fff;
}

.roadmap-artifacts {
    margin-top: 0.9rem;
    display: grid;
    gap: 0.5rem;
}

.roadmap-artifacts li {
    position: relative;
    padding-left: 1.2rem;
    color: #334063;
    font-size: 0.92rem;
    line-height: 1.4;
}

.roadmap-artifacts li::before {
    content: "";
    position: absolute;
    left: 0.1rem;
    top: 0.48rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 9999px;
    background: #ff8904;
    box-shadow: 0 0 0 4px rgba(255, 137, 4, 0.18);
}

.lens-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 900px) {
    .lens-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.lens-card {
    position: relative;
    --flow-x: 50%;
    --flow-y: 50%;
    min-height: 13.5rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.05rem 1.1rem;
    color: #fff;
    overflow: hidden;
    transform-style: preserve-3d;
    will-change: transform;
}

.lens-card::before {
    content: "";
    position: absolute;
    inset: -35% auto auto -15%;
    width: 12rem;
    height: 12rem;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.lens-card::after {
    content: "";
    position: absolute;
    inset: -30%;
    background:
        radial-gradient(11rem 8rem at var(--flow-x) var(--flow-y), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 70%),
        linear-gradient(125deg, rgba(255, 137, 4, 0.32), rgba(109, 138, 255, 0.22));
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.1);
    transition: opacity 0.25s ease, transform 0.35s ease;
    pointer-events: none;
    mix-blend-mode: screen;
}

.lens-card:hover::after,
.lens-card.is-flow::after {
    opacity: 1;
    transform: translate3d(0, -1%, 0) scale(1);
}

.lens-card > * {
    position: relative;
    z-index: 1;
}

.lens-card h4 {
    margin-top: 0.25rem;
    font-size: clamp(1.25rem, 2.1vw, 1.9rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.lens-card p {
    margin-top: 0.6rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 33ch;
}

.lens-kicker {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.lens-card--ink {
    background: linear-gradient(155deg, #0d1738 0%, #24213b 100%);
}

.lens-card--sunset {
    background: linear-gradient(155deg, #4d1a1a 0%, #c46d33 100%);
}

.lens-card--violet {
    background: linear-gradient(155deg, #231a4a 0%, #57358c 100%);
}

.lens-card--graphite {
    background: linear-gradient(155deg, #071228 0%, #1a365c 100%);
}

.orbit-layout {
    display: grid;
    gap: 1.15rem;
    grid-template-columns: 1fr;
    align-items: center;
}

@media (min-width: 980px) {
    .orbit-layout {
        grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
    }
}

.orbit-stage {
    position: relative;
    margin: 0 auto;
    width: min(100%, 25rem);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: linear-gradient(165deg, #eef2ff 0%, #f7f8fc 100%);
    border: 1px solid rgba(16, 29, 71, 0.12);
}

.orbit-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgba(18, 31, 73, 0.2);
    pointer-events: none;
}

.orbit-ring--lg {
    inset: 0.85rem;
}

.orbit-ring--md {
    inset: 3.2rem;
}

.orbit-core {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 7.3rem;
    height: 7.3rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    color: #fff;
    background: radial-gradient(circle at 30% 30%, #ff9b2b 0%, #ff8904 36%, #151d45 100%);
    box-shadow: 0 18px 34px rgba(17, 27, 63, 0.24);
}

.orbit-node {
    position: absolute;
    border-radius: 9999px;
    border: 1px solid rgba(17, 30, 71, 0.18);
    background: #fff;
    color: #1e2a56;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.38rem 0.72rem;
    box-shadow: 0 9px 20px rgba(15, 27, 67, 0.08);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.orbit-node:hover {
    box-shadow: 0 14px 24px rgba(15, 27, 67, 0.14);
}

.orbit-node.is-active {
    color: #fff;
    background: #151f48;
    border-color: #151f48;
}

.orbit-node--top {
    top: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
}

.orbit-node--right {
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
}

.orbit-node--bottom {
    bottom: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
}

.orbit-node--left {
    top: 50%;
    left: 1.2rem;
    transform: translateY(-50%);
}

.orbit-detail {
    border-radius: 1rem;
    border: 1px solid rgba(14, 24, 58, 0.12);
    background: #fff;
    padding: 1rem;
}

.orbit-kicker {
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    color: #6f7897;
}

.orbit-detail h4 {
    margin-top: 0.38rem;
    font-size: clamp(1.2rem, 2vw, 1.9rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
    color: #101a40;
}

.orbit-detail p {
    margin-top: 0.62rem;
    color: #4f5a7a;
    max-width: 58ch;
}

.orbit-bullets {
    margin-top: 0.85rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.orbit-bullet {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 0.3rem 0.62rem;
    background: #f4f7ff;
    border: 1px solid rgba(22, 34, 76, 0.11);
    color: #32406b;
    font-size: 0.74rem;
}

.composer-panel {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(30rem 14rem at 100% 0, rgba(255, 169, 87, 0.15), transparent 72%),
        radial-gradient(24rem 12rem at 0 100%, rgba(79, 111, 220, 0.14), transparent 72%),
        #fff;
}

.composer-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 1080px) {
    .composer-grid {
        grid-template-columns: minmax(290px, 340px) minmax(0, 1fr);
    }
}

.composer-controls {
    border-radius: 1rem;
    border: 1px solid rgba(14, 25, 58, 0.11);
    background: #f8faff;
    padding: 1rem;
    display: grid;
    gap: 0.95rem;
    align-content: start;
}

.composer-group {
    display: grid;
    gap: 0.5rem;
}

.composer-group-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.composer-group-head span {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7797;
}

.composer-label {
    margin: 0;
    font-size: 0.82rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #5c6889;
}

.composer-segment {
    display: grid;
    gap: 0.38rem;
}

.composer-segment button {
    border: 1px solid rgba(15, 28, 66, 0.14);
    background: #fff;
    border-radius: 0.72rem;
    padding: 0.52rem 0.6rem;
    text-align: left;
    color: #23305d;
    font-size: 0.86rem;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.composer-segment button:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 137, 4, 0.48);
}

.composer-segment button.is-active {
    border-color: rgba(255, 137, 4, 0.64);
    background: linear-gradient(115deg, #fff 0%, #fff3e7 100%);
    box-shadow: 0 12px 24px rgba(11, 24, 58, 0.08);
}

.composer-modules {
    display: flex;
    flex-wrap: wrap;
    gap: 0.38rem;
}

.composer-chip {
    border: 1px solid rgba(16, 30, 70, 0.14);
    background: #fff;
    border-radius: 999px;
    padding: 0.36rem 0.65rem;
    font-size: 0.78rem;
    color: #2f3d67;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.composer-chip.is-active {
    border-color: rgba(255, 137, 4, 0.75);
    background: #fff4e9;
    color: #1f2b54;
}

.composer-output {
    border-radius: 1rem;
    border: 1px solid rgba(14, 25, 58, 0.12);
    background: #fbfcff;
    padding: 1rem;
    display: grid;
    gap: 0.9rem;
}

.composer-canvas {
    position: relative;
    min-height: 16.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(15, 28, 66, 0.11);
    overflow: hidden;
    background:
        radial-gradient(20rem 12rem at 14% 18%, rgba(255, 137, 4, 0.17), transparent 70%),
        radial-gradient(18rem 10rem at 90% 80%, rgba(95, 124, 236, 0.2), transparent 72%),
        linear-gradient(145deg, #f4f7ff, #edf2ff);
}

.composer-canvas::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(19, 35, 82, 0.03) 0 1px, transparent 1px 30px),
        repeating-linear-gradient(0deg, rgba(19, 35, 82, 0.03) 0 1px, transparent 1px 30px);
    pointer-events: none;
}

.composer-links {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.composer-link {
    fill: none;
    stroke: rgba(18, 34, 77, 0.22);
    stroke-width: 2;
    stroke-dasharray: 2 8;
    stroke-linecap: round;
}

.composer-link.is-active {
    stroke: #ff8904;
    stroke-width: 2.5;
    stroke-dasharray: 4 7;
    animation: composerDash 2.8s linear infinite;
}

.composer-core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8.6rem;
    height: 8.6rem;
    border-radius: 50%;
    border: 1px solid rgba(16, 30, 72, 0.16);
    background:
        radial-gradient(circle at 30% 25%, rgba(255, 137, 4, 0.22), rgba(255, 137, 4, 0)),
        #ffffff;
    display: grid;
    place-items: center;
    text-align: center;
    box-shadow: 0 14px 28px rgba(13, 26, 62, 0.12);
    padding: 0.8rem;
}

.composer-core strong {
    display: block;
    font-size: 0.86rem;
    line-height: 1.1;
    color: #1d2a55;
}

.composer-core small {
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #697695;
}

.composer-node {
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(16, 30, 72, 0.15);
    background: #fff;
    color: #2b3862;
    font-size: 0.76rem;
    font-weight: 600;
    padding: 0.32rem 0.58rem;
    box-shadow: 0 7px 18px rgba(11, 24, 58, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.composer-node:hover {
    transform: translateY(-1px);
}

.composer-node.is-active {
    border-color: rgba(255, 137, 4, 0.7);
    background: linear-gradient(110deg, #fff, #fff1e0);
    color: #192550;
}

.composer-node--analytics {
    left: 8%;
    top: 14%;
}

.composer-node--crm {
    right: 8%;
    top: 14%;
}

.composer-node--seo {
    left: 6%;
    bottom: 14%;
}

.composer-node--content {
    right: 6%;
    bottom: 14%;
}

.composer-node--support {
    left: 30%;
    top: 5%;
}

.composer-node--qa {
    right: 30%;
    top: 5%;
}

@media (max-width: 820px) {
    .composer-canvas {
        min-height: 14.5rem;
    }

    .composer-core {
        width: 7.3rem;
        height: 7.3rem;
    }

    .composer-node {
        font-size: 0.68rem;
        padding: 0.24rem 0.5rem;
    }
}

.composer-metrics {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.composer-metrics article {
    border-radius: 0.86rem;
    border: 1px solid rgba(16, 29, 68, 0.1);
    background: #fff;
    padding: 0.55rem 0.6rem;
}

.composer-metrics span {
    display: block;
    font-size: 1.52rem;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #121e47;
}

.composer-metrics small {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #667291;
}

.composer-sprint {
    display: grid;
    gap: 0.42rem;
}

.composer-sprint-item {
    display: grid;
    gap: 0.2rem;
}

.composer-sprint-item p {
    margin: 0;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5f6b8d;
}

.composer-sprint-item div {
    height: 0.4rem;
    border-radius: 999px;
    background: rgba(20, 36, 85, 0.1);
    overflow: hidden;
}

.composer-sprint-item span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff8904 0%, #9cb3ff 100%);
    width: 0;
    transition: width 0.4s ease;
}

.composer-summary {
    color: #4b5777;
    font-size: 0.95rem;
}

.composer-actions {
    display: grid;
    gap: 0.45rem;
}

.composer-actions li {
    position: relative;
    padding-left: 1.1rem;
    color: #324065;
    font-size: 0.9rem;
}

.composer-actions li::before {
    content: "";
    position: absolute;
    left: 0.16rem;
    top: 0.43rem;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 9999px;
    background: #ff8904;
    box-shadow: 0 0 0 4px rgba(255, 137, 4, 0.2);
}

.service-overview-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 900px) {
    .service-overview-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.service-overview-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(17, 31, 72, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 249, 255, 0.98)),
        #fff;
    box-shadow: 0 14px 26px rgba(9, 21, 55, 0.07);
    padding: 1rem;
    display: grid;
    gap: 0.55rem;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.service-overview-card > * {
    position: relative;
    z-index: 1;
}

.service-overview-card::before {
    content: "";
    position: absolute;
    inset: -30% auto auto -14%;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    opacity: 0;
    transform: translate3d(-8%, 8%, 0) scale(0.82);
    pointer-events: none;
    transition: opacity 0.36s ease, transform 0.42s ease;
}

.service-overview-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 38px rgba(9, 22, 57, 0.16);
    border-color: rgba(255, 137, 4, 0.42);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(249, 251, 255, 0.98)),
        #fff;
}

.service-overview-card:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.service-overview-card::after {
    content: "";
    position: absolute;
    inset: auto -20% -40% auto;
    width: 13rem;
    height: 13rem;
    opacity: 0.28;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity 0.32s ease, transform 0.42s ease;
    transform: translate3d(8%, 10%, 0) scale(0.94);
}

.service-overview-card h3 {
    font-size: 1.35rem;
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #101a40;
    transition: transform 0.28s ease, color 0.28s ease;
}

.service-overview-card p {
    color: #4f5b7c;
    font-size: 0.92rem;
    transition: color 0.28s ease;
}

.service-overview-card span {
    color: #1f2f5f;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    transition: transform 0.28s ease, color 0.28s ease;
}

.service-overview-icon {
    width: 2rem;
    height: 2rem;
    filter: brightness(0) saturate(100%);
    opacity: 0.9;
    transition: filter 0.28s ease, opacity 0.28s ease, transform 0.32s ease;
}

.service-overview-card:hover::after {
    opacity: 0.42;
    transform: translate3d(2%, 0, 0) scale(1.08);
}

.service-overview-card:hover .service-overview-icon {
    opacity: 1;
    transform: translateY(-0.28rem) scale(1.06) rotate(-4deg);
}

.service-overview-card:hover h3 {
    transform: translateY(-0.12rem);
}

.service-overview-card:hover span {
    transform: translateX(0.28rem);
}

.cases-all-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border: 1px solid rgba(17, 31, 72, 0.15);
    border-radius: 9999px;
    padding: 0.56rem 1rem;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    color: #1b2a57;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 248, 255, 0.92) 100%);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cases-all-link:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 137, 4, 0.42);
    box-shadow: 0 10px 18px rgba(17, 31, 72, 0.12);
}

.cases-all-link--standalone {
    min-width: 13rem;
    padding-inline: 1.35rem;
}

.strategy-prism {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(22rem 11rem at 14% 6%, rgba(255, 145, 33, 0.14), transparent 76%),
        radial-gradient(22rem 11rem at 92% 94%, rgba(84, 126, 255, 0.14), transparent 78%),
        #f8faff;
}

.strategy-prism-stage {
    display: grid;
    gap: 0.95rem;
    grid-template-columns: 1fr;
}

.strategy-prism-moodboard {
    position: relative;
    min-height: clamp(14rem, 36vw, 20rem);
    border-radius: 1rem;
    border: 1px solid rgba(16, 29, 70, 0.14);
    padding: 0.5rem;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    background:
        radial-gradient(16rem 8rem at 8% 10%, rgba(255, 145, 33, 0.16), transparent 76%),
        radial-gradient(16rem 8rem at 92% 90%, rgba(84, 126, 255, 0.14), transparent 76%),
        rgba(255, 255, 255, 0.88);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 14px 26px rgba(9, 21, 55, 0.08);
}

.strategy-prism-moodboard::after {
    content: "";
    position: absolute;
    inset: 0.5rem;
    border-radius: 0.75rem;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(7, 14, 36, 0.06) 0%, rgba(7, 14, 36, 0.3) 100%);
}

.strategy-shot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.7rem;
    filter: saturate(1.08) contrast(1.04);
}

.strategy-shot--a {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.strategy-shot--b {
    grid-column: 2;
    grid-row: 1;
}

.strategy-shot--c {
    grid-column: 2;
    grid-row: 2;
}

.strategy-prism-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
}

.strategy-prism-item {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(17, 31, 72, 0.14);
    border-radius: 1rem;
    padding: 0.9rem 0.95rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 22px rgba(10, 22, 56, 0.08);
    min-height: 8.8rem;
    display: grid;
    align-content: end;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.strategy-prism-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.34;
    transform: scale(1.04);
}

.strategy-prism-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 14, 36, 0.08) 0%, rgba(7, 14, 36, 0.8) 75%);
}

.strategy-prism-item > * {
    position: relative;
    z-index: 1;
}

.strategy-prism-head {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
}

.strategy-prism-icon {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(14, 27, 67, 0.16);
    background: rgba(255, 255, 255, 0.9);
    display: grid;
    place-items: center;
}

.strategy-prism-icon img {
    width: 0.95rem;
    height: 0.95rem;
    filter: brightness(0) saturate(100%) invert(17%) sepia(33%) saturate(1248%) hue-rotate(196deg) brightness(91%) contrast(93%);
}

.strategy-prism-item > p:not(.strategy-prism-kicker) {
    display: none;
}

.strategy-prism-item h4 {
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #f4f8ff;
    text-shadow: 0 8px 16px rgba(0, 0, 0, 0.34);
}

.strategy-prism-item:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 171, 94, 0.56);
    box-shadow: 0 20px 30px rgba(8, 18, 44, 0.2);
}

.strategy-prism-kicker {
    margin-bottom: 0.36rem;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    font-size: 0.63rem;
    color: rgba(237, 243, 255, 0.84);
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.32);
}

.strategy-prism-meta {
    margin-top: 0.45rem;
    font-size: 0.72rem;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(219, 230, 255, 0.86);
}

.strategy-prism-cta {
    margin-top: 0.52rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #ffbe79;
}

.strategy-prism-cta::after {
    content: "→";
    transform: translateY(-1px);
}

.strategy-prism-item--insight {
    background: #0f1939;
}

.strategy-prism-item--insight::before {
    background-image: url('https://images.unsplash.com/photo-1551281044-8b4b2a44f3d8?auto=format&fit=crop&w=900&q=80');
}

.strategy-prism-item--craft {
    background: #101b3d;
}

.strategy-prism-item--craft::before {
    background-image: url('https://images.unsplash.com/photo-1545239351-1141bd82e8a6?auto=format&fit=crop&w=900&q=80');
}

.strategy-prism-item--engine {
    background: #0d1734;
}

.strategy-prism-item--engine::before {
    background-image: url('https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=900&q=80');
}

@media (min-width: 1080px) {
    .strategy-prism-stage {
        grid-template-columns: minmax(360px, 1.1fr) minmax(300px, 0.9fr);
        align-items: stretch;
    }
}

.home-impact {
    border: 1px solid rgba(17, 31, 72, 0.12);
    background:
        radial-gradient(24rem 12rem at 6% 10%, rgba(255, 145, 33, 0.14), transparent 78%),
        radial-gradient(24rem 11rem at 92% 90%, rgba(84, 126, 255, 0.13), transparent 78%),
        #f9fbff;
}

.home-impact-grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.home-impact-card {
    border-radius: 1rem;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background: rgba(255, 255, 255, 0.92);
    padding: 1rem;
    box-shadow: 0 14px 24px rgba(10, 22, 56, 0.08);
}

.home-impact-card h4 {
    font-size: 1.2rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #111c45;
}

.home-impact-card p {
    margin-top: 0.52rem;
    color: #516085;
    font-size: 0.94rem;
}

.home-impact-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    font-size: 0.68rem;
    color: #5e6d94;
}

.home-impact-card--signal {
    background:
        radial-gradient(13rem 7rem at 88% 8%, rgba(255, 145, 33, 0.2), transparent 75%),
        rgba(255, 255, 255, 0.93);
}

.home-impact-card--flow {
    background:
        radial-gradient(13rem 7rem at 88% 8%, rgba(111, 121, 255, 0.19), transparent 75%),
        rgba(255, 255, 255, 0.93);
}

.home-impact-card--scale {
    background:
        radial-gradient(13rem 7rem at 88% 8%, rgba(61, 187, 156, 0.19), transparent 75%),
        rgba(255, 255, 255, 0.93);
}

@media (min-width: 980px) {
    .home-impact-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.launch-map {
    border: 1px solid rgba(17, 31, 72, 0.12);
    background:
        radial-gradient(20rem 10rem at 8% 8%, rgba(255, 145, 33, 0.14), transparent 76%),
        radial-gradient(20rem 10rem at 92% 90%, rgba(84, 126, 255, 0.14), transparent 78%),
        #f9fbff;
}

.launch-map-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.8rem;
}

.launch-map-track::before {
    content: "";
    position: absolute;
    left: 0.55rem;
    top: 0.6rem;
    bottom: 0.6rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(255, 137, 4, 0.45), rgba(62, 102, 214, 0.35));
    border-radius: 999px;
}

.launch-map-step {
    position: relative;
    overflow: hidden;
    transform: translateY(12px);
    border: 1px solid rgba(17, 31, 72, 0.14);
    border-radius: 1rem;
    padding: 0.9rem 0.9rem 1.15rem 2.2rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.94)),
        rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 24px rgba(10, 22, 56, 0.07);
    transition: border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.launch-map-step::before {
    content: "";
    position: absolute;
    left: 0.35rem;
    top: 1rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 9999px;
    background: #ff8904;
    box-shadow: 0 0 0 4px rgba(255, 137, 4, 0.18);
    transition: box-shadow 0.28s ease, background 0.28s ease;
}

.launch-map-step::after {
    content: "";
    position: absolute;
    left: 2.2rem;
    right: 0.9rem;
    bottom: 0.72rem;
    height: 0.18rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 137, 4, 0.24), rgba(88, 126, 255, 0.22));
    opacity: 0.48;
    transform-origin: left center;
    transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.launch-map-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.2rem;
    border-radius: 9999px;
    border: 1px solid rgba(17, 31, 72, 0.16);
    background: #fff;
    color: #1b2a57;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.22rem 0.55rem;
}

.launch-map-step h4 {
    margin-top: 0.5rem;
    font-size: 1.18rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #121d46;
}

.launch-map-step p {
    margin-top: 0.42rem;
    color: #526084;
    font-size: 0.92rem;
    transition: color 0.28s ease;
}

.launch-map-step:hover {
    border-color: rgba(255, 158, 84, 0.46);
    box-shadow: 0 20px 32px rgba(10, 22, 56, 0.12);
}

.launch-map-step:hover::after {
    opacity: 0.88;
    box-shadow: 0 0 16px rgba(255, 137, 4, 0.24);
}

@media (min-width: 980px) {
    .launch-map-track {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .launch-map-track::before {
        left: 2rem;
        right: 2rem;
        top: 1.2rem;
        bottom: auto;
        width: auto;
        height: 2px;
        background: linear-gradient(90deg, rgba(255, 137, 4, 0.45), rgba(62, 102, 214, 0.35));
    }

    .launch-map-step {
        padding: 0.95rem;
    }

    .launch-map-step::before {
        left: 50%;
        top: 0.72rem;
        transform: translateX(-50%);
    }

    .launch-map-step::after {
        left: 0.95rem;
        right: 0.95rem;
        bottom: 0.8rem;
    }

    .launch-map-index {
        margin-top: 0.85rem;
    }
}

.service-overview-card--dev::before {
    background: radial-gradient(circle, rgba(80, 133, 255, 0.28) 0%, rgba(80, 133, 255, 0) 74%);
}

.service-overview-card--dev::after {
    background: radial-gradient(circle, rgba(80, 133, 255, 0.7) 0%, rgba(80, 133, 255, 0) 74%);
}

.service-overview-card--design::before {
    background: radial-gradient(circle, rgba(255, 147, 53, 0.26) 0%, rgba(255, 147, 53, 0) 74%);
}

.service-overview-card--design::after {
    background: radial-gradient(circle, rgba(255, 147, 53, 0.72) 0%, rgba(255, 147, 53, 0) 74%);
}

.service-overview-card--analytics::before {
    background: radial-gradient(circle, rgba(79, 194, 162, 0.26) 0%, rgba(79, 194, 162, 0) 74%);
}

.service-overview-card--analytics::after {
    background: radial-gradient(circle, rgba(79, 194, 162, 0.72) 0%, rgba(79, 194, 162, 0) 74%);
}

.service-overview-card--testing::before {
    background: radial-gradient(circle, rgba(123, 119, 255, 0.26) 0%, rgba(123, 119, 255, 0) 74%);
}

.service-overview-card--testing::after {
    background: radial-gradient(circle, rgba(123, 119, 255, 0.72) 0%, rgba(123, 119, 255, 0) 74%);
}

.service-overview-card--support::before {
    background: radial-gradient(circle, rgba(255, 123, 147, 0.24) 0%, rgba(255, 123, 147, 0) 74%);
}

.service-overview-card--support::after {
    background: radial-gradient(circle, rgba(255, 123, 147, 0.72) 0%, rgba(255, 123, 147, 0) 74%);
}

@media (min-width: 900px) {
    .service-overview-card:nth-child(1),
    .service-overview-card:nth-child(2),
    .service-overview-card:nth-child(3) {
        grid-column: span 2 / span 2;
    }

    .service-overview-card:nth-child(4),
    .service-overview-card:nth-child(5) {
        grid-column: span 3 / span 3;
    }
}

.home-faq-item {
    border: 1px solid rgba(17, 31, 72, 0.12);
    background: #f7f9ff;
    border-radius: 0.9rem;
    padding: 0.9rem 1rem;
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.34s ease, border-color 0.26s ease, background 0.26s ease;
}

.home-faq-item summary {
    cursor: pointer;
    font-weight: 600;
    color: #1b2a57;
    list-style: none;
    position: relative;
    padding-right: 1.8rem;
}

.home-faq-item summary::-webkit-details-marker {
    display: none;
}

.home-faq-item summary::after {
    content: "";
    position: absolute;
    right: 0.1rem;
    top: 50%;
    width: 0.62rem;
    height: 0.62rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-66%) rotate(45deg);
    transition: transform 0.28s ease;
    opacity: 0.76;
}

.home-faq-item p {
    margin-top: 0;
    color: #4f5c7f;
    font-size: 0.95rem;
    overflow: hidden;
    min-height: 0;
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    transition: max-height 0.42s cubic-bezier(0.4, 0, 0.2, 1), padding-top 0.34s ease, opacity 0.28s ease;
}

.home-faq-item[open] {
    grid-template-rows: auto 1fr;
    border-color: rgba(255, 137, 4, 0.24);
    background: #fdfbff;
}

.home-faq-item[open] p {
    max-height: 18rem;
    opacity: 1;
    padding-top: 0.62rem;
}

.home-faq-item[open] summary::after {
    transform: translateY(-36%) rotate(225deg);
}

#footer-form .split-auto {
    display: inline;
    line-height: 0.38;
}

.footer-form-title {
    font-family: "ActayWide", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 0.86;
    color: #ffffff;
    text-shadow: 0 7px 16px rgba(0, 0, 0, 0.32), 0 1px 0 rgba(255, 255, 255, 0.08);
}

#footer-form .split-letter {
    font-kerning: normal;
    line-height: inherit;
    vertical-align: sub;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, #ffffff, #ffffff, rgba(234, 218, 255, 0.03));
    text-shadow: 0 7px 16px rgba(0, 0, 0, 0.32), 0 1px 0 rgba(255, 255, 255, 0.12);
}

.popup-overlay .popup-backdrop {
    opacity: 0;
    transition: opacity 0.28s ease;
}

.popup-overlay .popup-backdrop.show {
    opacity: 1;
}

.popup-overlay .popup-content {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
    transition: transform 0.3s ease, opacity 0.3s ease;
    will-change: transform, opacity;
}

.popup-overlay .popup-content.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.popup-card {
    position: relative;
    border: 1px solid rgba(17, 31, 72, 0.12);
    box-shadow: 0 32px 52px rgba(7, 16, 42, 0.22);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.popup-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, rgba(255, 137, 4, 0.95), rgba(78, 121, 255, 0.85));
    z-index: 3;
}

#status-popup {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: grid;
    place-items: center;
    padding: 1.25rem;
}

#status-popup.hidden {
    display: none;
}

#status-popup .popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 18, 40, 0.34);
    backdrop-filter: blur(4px);
}

#status-popup .popup-content {
    position: relative;
    width: min(100%, 31rem);
    padding: 1.4rem 1.4rem 1.25rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background:
        radial-gradient(18rem 9rem at 10% 0%, rgba(255, 146, 38, 0.08), transparent 74%),
        #ffffff;
    box-shadow: 0 28px 48px rgba(7, 16, 42, 0.22);
}

#status-popup .popup-close {
    display: inline-grid;
    place-items: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 9999px;
    color: #7e8bab;
    transition: color 0.2s ease, background-color 0.2s ease;
}

#status-popup .popup-close:hover {
    color: #243562;
    background: rgba(255, 137, 4, 0.08);
}

#status-popup .status-ok-btn {
    border: 1px solid rgba(17, 31, 72, 0.08);
    box-shadow: 0 12px 24px rgba(7, 16, 42, 0.14);
}

#brief-popup .popup-content,
#case-popup .popup-content {
    /*position: relative;*/
    border: 1px solid rgba(17, 31, 72, 0.12);
    box-shadow: 0 32px 52px rgba(7, 16, 42, 0.22);
    backdrop-filter: blur(10px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
}

#brief-popup .popup-close,
#case-popup .popup-close {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(18, 35, 77, 0.16);
    position: absolute;
    top: 1rem;
    right: 1rem;
    left: auto !important;
    inset-inline-start: auto !important;
    inset-inline-end: 1rem;
    width: 2.45rem;
    height: 2.45rem;
    display: grid;
    place-items: center;
    border-radius: 9999px;
    box-shadow: 0 12px 26px rgba(8, 16, 40, 0.24);
    z-index: 80;
}

#brief-popup .popup-close:hover,
#case-popup .popup-close:hover {
    background: rgba(255, 255, 255, 0.96);
}

#brief-popup .popup-content {
    background:
        radial-gradient(20rem 10rem at 10% 0%, rgba(255, 146, 38, 0.08), transparent 74%),
        #ffffff;
}

#brief-popup .popup-card--brief {
    border-radius: 1.3rem;
}

#case-popup .popup-content {
    background:
        radial-gradient(26rem 12rem at 100% 0%, rgba(88, 126, 255, 0.08), transparent 74%),
        #ffffff;
}

#case-popup .popup-card--case {
    border-radius: 1.3rem;
}

#brief-popup .popup-content::before,
#case-popup .popup-content::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 137, 4, 0.08), transparent 45%),
        linear-gradient(315deg, rgba(83, 121, 255, 0.08), transparent 52%);
}

#brief-popup .popup-content > *,
#case-popup .popup-content > * {
    /*position: relative;*/
    z-index: 1;
}

#brief-popup .popup-close,
#case-popup .popup-close {
    backdrop-filter: blur(6px);
}

#brief-content h1 {
    color: #111c44;
    letter-spacing: -0.03em;
}

#brief-content .brief-form-shell {
    background: transparent;
}

#brief-content .max-w-6xl {
    width: 100%;
}

#brief-content h6 {
    color: #1d2d5c;
}

#brief-content label {
    color: #334165;
}

#brief-content input,
#brief-content textarea {
    border: 1px solid rgba(17, 31, 72, 0.14);
    background: #ffffff;
    color: #111c44;
    -webkit-text-fill-color: #111c44 !important;
    caret-color: #111c44;
    transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

#brief-content input:placeholder-shown,
#brief-content textarea:placeholder-shown {
    -webkit-text-fill-color: #8b93aa !important;
}

#brief-content input:focus,
#brief-content textarea:focus,
#brief-content input:not(:placeholder-shown),
#brief-content textarea:not(:placeholder-shown) {
    color: #111c44 !important;
    -webkit-text-fill-color: #111c44 !important;
}

#brief-content input::placeholder,
#brief-content textarea::placeholder {
    color: #8b93aa !important;
    -webkit-text-fill-color: #8b93aa;
    opacity: 1;
}

#brief-content input::-webkit-input-placeholder,
#brief-content textarea::-webkit-input-placeholder {
    color: #8b93aa !important;
    -webkit-text-fill-color: #8b93aa;
}

#brief-content input::-moz-placeholder,
#brief-content textarea::-moz-placeholder {
    color: #8b93aa !important;
    opacity: 1;
}

#brief-content input:-ms-input-placeholder,
#brief-content textarea:-ms-input-placeholder {
    color: #8b93aa !important;
}

#brief-content input:not(:placeholder-shown),
#brief-content textarea:not(:placeholder-shown) {
    border-color: rgba(255, 137, 4, 0.16);
    background: linear-gradient(180deg, #fffefc 0%, #fffcf8 100%);
    box-shadow: 0 6px 14px rgba(255, 137, 4, 0.025);
}

#brief-content input:-webkit-autofill,
#brief-content input:-webkit-autofill:hover,
#brief-content input:-webkit-autofill:focus,
#brief-content textarea:-webkit-autofill,
#brief-content textarea:-webkit-autofill:hover,
#brief-content textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #111c44;
    caret-color: #111c44;
    box-shadow: 0 0 0 1000px #ffffff inset;
    transition: background-color 9999s ease-in-out 0s;
    border-color: rgba(255, 137, 4, 0.34);
}

#brief-content .service-btn,
#brief-content .budget-btn,
#brief-content .source-btn {
    border-width: 1px;
}

#brief-content .service-btn:hover,
#brief-content .budget-btn:hover,
#brief-content .source-btn:hover {
    border-color: rgba(255, 137, 4, 0.38);
}

#brief-content .cancel-btn {
    border: 1px solid rgba(17, 31, 72, 0.08);
    transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

#case-content h2 {
    letter-spacing: -0.03em;
}

#case-content .markdown-body {
    color: #202c52;
    font-size: 0.96rem;
    line-height: 1.55;
}

#case-content .markdown-body a {
    color: #ff8904;
}

.case-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.case-tag-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    border: 1px solid rgba(250, 163, 94, 0.42);
    background: linear-gradient(180deg, rgba(255, 160, 84, 0.2) 0%, rgba(255, 221, 191, 0.26) 100%);
    color: #7f3d08;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.35rem 0.72rem;
}

.blog-article {
    border: 1px solid rgba(17, 31, 72, 0.12);
    background:
        radial-gradient(24rem 12rem at 8% 8%, rgba(255, 145, 33, 0.12), transparent 76%),
        radial-gradient(24rem 11rem at 92% 90%, rgba(84, 126, 255, 0.1), transparent 78%),
        #fbfcff;
}

.blog-article-head {
    display: grid;
    gap: 0.7rem;
}

.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
    border-radius: 9999px;
    border: 1px solid rgba(17, 31, 72, 0.16);
    padding: 0.45rem 0.78rem;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1b2a57;
    text-decoration: none;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-back-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 16px rgba(9, 21, 55, 0.12);
}

.blog-excerpt {
    max-width: 64ch;
    color: #4f5d83;
    font-size: 1rem;
}

.blog-cover-wrap {
    margin-top: 1rem;
    border-radius: 1.1rem;
    overflow: hidden;
    border: 1px solid rgba(17, 31, 72, 0.14);
    box-shadow: 0 18px 30px rgba(10, 22, 56, 0.12);
}

.blog-cover-image {
    width: 100%;
    height: clamp(16rem, 44vw, 27rem);
    object-fit: cover;
}

.blog-content-grid {
    margin-top: 1.1rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.blog-richtext {
    border-radius: 1rem;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background: rgba(255, 255, 255, 0.92);
    padding: 1rem;
}

.blog-section + .blog-section {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(17, 31, 72, 0.1);
}

.blog-richtext h2 {
    font-size: clamp(1.15rem, 1.8vw, 1.55rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #121f4a;
}

.blog-richtext p {
    margin-top: 0.62rem;
    color: #3f4c72;
    line-height: 1.58;
}

.blog-richtext ul {
    margin-top: 0.7rem;
    display: grid;
    gap: 0.42rem;
}

.blog-richtext li {
    position: relative;
    padding-left: 1.1rem;
    color: #31406a;
}

.blog-richtext li::before {
    content: "";
    position: absolute;
    left: 0.1rem;
    top: 0.52rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 9999px;
    background: #ff8904;
    box-shadow: 0 0 0 4px rgba(255, 137, 4, 0.18);
}

.blog-related {
    border-radius: 1rem;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background: rgba(255, 255, 255, 0.92);
    padding: 1rem;
}

.blog-related h3 {
    font-size: 1.05rem;
    letter-spacing: -0.01em;
    color: #152451;
}

.blog-related-card {
    margin-top: 0.8rem;
    display: grid;
    gap: 0.62rem;
    text-decoration: none;
    color: inherit;
}

.blog-related-card img {
    width: 100%;
    height: 7.8rem;
    object-fit: cover;
    border-radius: 0.72rem;
    border: 1px solid rgba(17, 31, 72, 0.14);
}

.blog-related-card span {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7798;
}

.blog-related-card strong {
    margin-top: 0.25rem;
    display: block;
    font-size: 0.94rem;
    line-height: 1.25;
    color: #1a2858;
}

@media (min-width: 1040px) {
    .blog-content-grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
    }

    .blog-related {
        position: sticky;
        top: 1.2rem;
        align-self: start;
    }
}

/* Refreshed cases grid and popup visuals */
.cases-flex--shared {
    align-items: stretch;
    --gap: clamp(0.85rem, 1.3vw, 1.1rem);
}

.cases-flex--shared .case-card--grid {
    height: clamp(13.5rem, 23vw, 22.5rem);
    min-height: 0;
    aspect-ratio: auto;
    border-radius: 1.15rem;
    border: 1px solid rgba(16, 30, 72, 0.14);
    background: #0d1430;
    box-shadow: 0 18px 34px rgba(8, 20, 52, 0.14);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

@media (min-width: 768px) {
    .cases-flex--shared .case-card--grid {
        flex: 0 0 calc(50% - (var(--gap) / 2));
    }
}

@media (min-width: 2100px) {
    .cases-flex--shared .case-card--grid {
        flex: 0 0 calc(33% - (var(--gap) / 3));
        height: clamp(14rem, 18vw, 21rem);
    }
}

@media (max-width: 767px) {
    .cases-flex--shared .case-card--grid {
        height: clamp(12.5rem, 52vw, 15.5rem);
    }
}

.case-bg--fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(24rem 12rem at 14% 12%, rgba(83, 122, 255, 0.65), transparent 74%),
        radial-gradient(24rem 12rem at 86% 88%, rgba(255, 144, 43, 0.58), transparent 76%),
        linear-gradient(135deg, #0f1838 0%, #162957 52%, #0c1734 100%);
}

.case-card--grid .case-bg {
    transform: scale(1.02);
    transition: transform 0.4s ease;
}

.case-card--grid .case-overlay {
    background:
        linear-gradient(105deg, rgba(5, 11, 29, 0.78) 0%, rgba(8, 16, 39, 0.46) 52%, rgba(8, 14, 34, 0.14) 100%),
        linear-gradient(0deg, rgba(5, 10, 25, 0.34) 0%, rgba(5, 10, 25, 0.04) 56%);
}

.cases-flex--shared .case-card--grid .case-logo {
    top: 1.15rem;
    left: 1.15rem;
    max-width: min(8.5rem, 44%);
    max-height: 2.55rem;
}

.cases-flex--shared .case-card--grid .case-aside {
    right: -1.5rem;
    width: min(54%, 20rem);
    filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.28));
    opacity: 0.94;
    transition: transform 0.34s ease, opacity 0.34s ease;
}

.cases-flex--shared .case-card--grid .case-title {
    left: 1.15rem;
    right: 34%;
    bottom: 1.15rem;
    width: auto;
    margin: 0;
    font-size: clamp(1.02rem, 1.7vw, 1.75rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.cases-flex--shared .case-card--grid .case-hover {
    background:
        radial-gradient(16rem 10rem at 14% 12%, rgba(255, 137, 4, 0.28), rgba(255, 137, 4, 0)),
        linear-gradient(135deg, rgba(10, 18, 45, 0.74), rgba(15, 28, 65, 0.7));
    backdrop-filter: blur(2px);
    transition: opacity 0.26s ease;
}

.cases-flex--shared .case-card--grid .case-hover span {
    font-size: clamp(1.1rem, 2vw, 2rem);
    letter-spacing: -0.02em;
}

.cases-flex--shared .case-card--grid:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 160, 84, 0.56);
    box-shadow: 0 24px 38px rgba(8, 20, 52, 0.2);
}

.cases-flex--shared .case-card--grid:hover .case-bg {
    transform: scale(1.08);
}

.cases-flex--shared .case-card--grid:hover .case-aside {
    transform: translateY(-50%) translateX(-4px);
    opacity: 1;
}

.case-popup-shell {
    position: relative;
    display: grid;
    gap: 1rem;
    padding: 0.9rem;
}

.case-popup-head {
    display: grid;
    gap: 1rem;
    border: 1px solid rgba(18, 33, 80, 0.14);
    border-radius: 1.15rem;
    padding: 1rem;
    background:
        radial-gradient(22rem 11rem at 0% 0%, rgba(255, 145, 33, 0.12), transparent 74%),
        radial-gradient(20rem 10rem at 100% 100%, rgba(84, 126, 255, 0.1), transparent 76%),
        rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 30px rgba(9, 20, 52, 0.08);
}

.case-popup-head h2 {
    margin: 0;
    line-height: 1.03;
    color: #111c45;
}

.case-popup-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 9999px;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background: rgba(255, 255, 255, 0.82);
    padding: 0.42rem 0.72rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #627197;
}

.case-popup-heading {
    display: grid;
    gap: 0.65rem;
}

.case-popup-summary {
    max-width: 58ch;
    color: #54627f;
    line-height: 1.5;
}

.case-popup-meta {
    display: grid;
    gap: 0.85rem;
    align-content: start;
}

.case-tags--popup {
    gap: 0.55rem;
    padding-right: 2.7rem;
}

.case-popup-preview {
    padding: 0;
}

.case-card--popup {
    min-height: clamp(18rem, 34vw, 28rem);
    aspect-ratio: 1.55 / 1;
    border-radius: 1.15rem;
    border: 1px solid rgba(17, 31, 71, 0.15);
    box-shadow: 0 18px 32px rgba(8, 18, 44, 0.14);
    background: #0d1430;
}

.case-card--popup .case-bg {
    transform: scale(1.01);
}

.case-card--popup .case-overlay {
    background:
        linear-gradient(105deg, rgba(5, 11, 29, 0.78) 0%, rgba(8, 16, 39, 0.46) 52%, rgba(8, 14, 34, 0.14) 100%),
        linear-gradient(0deg, rgba(5, 10, 25, 0.34) 0%, rgba(5, 10, 25, 0.04) 56%);
}

.case-card--popup .case-logo {
    top: 1rem;
    left: 1rem;
    max-width: min(9.2rem, 52%);
    max-height: 2.8rem;
}

.case-card--popup .case-aside {
    right: -1.45rem;
    width: min(56%, 21rem);
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.28));
}

.case-card--popup .case-title {
    left: 1rem;
    right: 40%;
    bottom: 1rem;
    width: auto;
    font-size: clamp(1rem, 1.5vw, 1.65rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.case-link--popup {
    z-index: 5;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 0.72rem;
    border: 1px solid rgba(255, 160, 84, 0.42);
    background: rgba(255, 255, 255, 0.93);
    color: #f16310;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    padding: 0.36rem 0.62rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.case-link--popup:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 137, 4, 0.64);
    background: #fff;
    box-shadow: 0 10px 18px rgba(13, 24, 58, 0.18);
}

.case-link--popup-inline {
    position: static;
    bottom: auto;
    right: auto;
    width: fit-content;
}

.case-link--popup img {
    width: 0.95rem;
    height: 0.95rem;
}

.case-popup-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 0.3rem;
}

.case-popup-article {
    border-radius: 1.15rem;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 255, 0.98)),
        #ffffff;
    padding: 1rem;
    box-shadow: 0 16px 28px rgba(9, 20, 52, 0.07);
}

.case-popup-gallery {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
}

.case-popup-gallery-item {
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 24px rgba(9, 20, 52, 0.08);
}

.case-popup-gallery img {
    width: 100%;
    aspect-ratio: 1.28 / 1;
    border: 0;
    box-shadow: none;
}

@media (min-width: 1040px) {
    .case-popup-head {
        grid-template-columns: minmax(0, 1.2fr) minmax(16rem, 0.8fr);
        align-items: start;
    }

    .case-popup-meta {
        justify-items: end;
    }

    .case-popup-body {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 900px) {
    .case-card--grid .case-title {
        right: 30%;
    }

    .case-card--popup .case-title {
        right: 34%;
    }

    .case-popup-gallery {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .case-card--grid .case-title,
    .case-card--popup .case-title {
        right: 0.95rem;
        max-width: 15ch;
    }

    .case-card--grid .case-aside,
    .case-card--popup .case-aside {
        opacity: 0.68;
        width: 70%;
    }
}

.service-focus-card {
    border-radius: 1.25rem;
    border: 1px solid rgba(16, 29, 70, 0.14);
    box-shadow: 0 18px 32px rgba(10, 23, 58, 0.08);
    padding: 1.1rem;
    display: grid;
    gap: 1rem;
    background: #fff;
}

@media (min-width: 980px) {
    .service-focus-card {
        grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
        align-items: stretch;
        padding: 1.3rem;
    }
}

.service-focus-card--dev {
    background:
        radial-gradient(20rem 10rem at 92% 8%, rgba(78, 122, 255, 0.18), transparent 75%),
        radial-gradient(18rem 9rem at 10% 92%, rgba(255, 145, 36, 0.16), transparent 74%),
        #fff;
}

.service-focus-card--design {
    background:
        radial-gradient(20rem 10rem at 92% 8%, rgba(255, 140, 58, 0.2), transparent 75%),
        radial-gradient(18rem 9rem at 10% 92%, rgba(127, 108, 255, 0.15), transparent 74%),
        #fff;
}

.service-focus-card--analytics {
    background:
        radial-gradient(20rem 10rem at 92% 8%, rgba(76, 191, 161, 0.2), transparent 75%),
        radial-gradient(18rem 9rem at 10% 92%, rgba(82, 129, 255, 0.15), transparent 74%),
        #fff;
}

.service-focus-card--testing {
    background:
        radial-gradient(20rem 10rem at 92% 8%, rgba(120, 116, 255, 0.2), transparent 75%),
        radial-gradient(18rem 9rem at 10% 92%, rgba(255, 147, 46, 0.15), transparent 74%),
        #fff;
}

.service-focus-card--support {
    background:
        radial-gradient(20rem 10rem at 92% 8%, rgba(255, 128, 148, 0.18), transparent 75%),
        radial-gradient(18rem 9rem at 10% 92%, rgba(95, 133, 255, 0.15), transparent 74%),
        #fff;
}

.service-focus-text {
    margin-top: 0.65rem;
    max-width: 68ch;
    color: #4d597a;
}

.service-focus-metrics {
    border-radius: 1rem;
    border: 1px solid rgba(17, 31, 71, 0.12);
    background: rgba(255, 255, 255, 0.9);
    display: grid;
    gap: 0.7rem;
    padding: 0.9rem;
}

.service-focus-metrics article {
    border-radius: 0.8rem;
    border: 1px solid rgba(16, 30, 71, 0.12);
    background: #fff;
    padding: 0.7rem;
}

.service-focus-metrics strong {
    display: block;
    font-size: 1.25rem;
    letter-spacing: -0.03em;
    color: #111c44;
}

.service-focus-metrics span {
    display: block;
    margin-top: 0.2rem;
    color: #4f5c7f;
    font-size: 0.83rem;
}

.service-stage-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 900px) {
    .service-stage-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.service-stage-card {
    border-radius: 1rem;
    border: 1px solid rgba(17, 31, 71, 0.14);
    background: #fff;
    padding: 1rem;
    box-shadow: 0 14px 28px rgba(9, 21, 55, 0.06);
}

.service-stage-index {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6a7698;
}

.service-stage-card h3 {
    margin-top: 0.4rem;
    font-size: 1.45rem;
    line-height: 1.03;
    letter-spacing: -0.03em;
    color: #101b43;
}

.service-stage-card p {
    margin-top: 0.52rem;
    color: #4c587a;
}

.service-result-list {
    margin-top: 0.85rem;
    display: grid;
    gap: 0.55rem;
}

.service-result-list li {
    position: relative;
    padding-left: 1.2rem;
    color: #334165;
}

.service-result-list li::before {
    content: "";
    position: absolute;
    left: 0.12rem;
    top: 0.47rem;
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 9999px;
    background: #ff8904;
    box-shadow: 0 0 0 4px rgba(255, 137, 4, 0.2);
}

@keyframes composerDash {
    to {
        stroke-dashoffset: -22;
    }
}

[data-theme='dark'] {
    --intrider-bg: #0a1020;
    --intrider-text: #ebf0ff;
    --intrider-muted: #97a3c3;
}

[data-theme='dark'] .page-shell {
    background:
        radial-gradient(80rem 40rem at 20% -10%, rgba(255, 137, 4, 0.2), transparent 65%),
        radial-gradient(70rem 38rem at 90% 0%, rgba(79, 111, 220, 0.2), transparent 62%),
        #0a1020;
}

[data-theme='dark'] .soft-panel,
[data-theme='dark'] .metric-card,
[data-theme='dark'] .review-card,
[data-theme='dark'] .orbit-detail,
[data-theme='dark'] .roadmap-content-wrap,
[data-theme='dark'] .composer-controls,
[data-theme='dark'] .composer-output {
    background: #111a33;
    border-color: rgba(159, 178, 238, 0.2);
    box-shadow: 0 18px 34px rgba(2, 8, 24, 0.45);
}

[data-theme='dark'] .section-caption,
[data-theme='dark'] .review-meta,
[data-theme='dark'] .composer-summary,
[data-theme='dark'] .roadmap-description,
[data-theme='dark'] .orbit-detail p,
[data-theme='dark'] .composer-label,
[data-theme='dark'] .composer-group-head span,
[data-theme='dark'] .roadmap-stage,
[data-theme='dark'] .roadmap-tag,
[data-theme='dark'] .orbit-kicker {
    color: #9eaccf;
}

[data-theme='dark'] .section-headline,
[data-theme='dark'] .roadmap-title,
[data-theme='dark'] .orbit-detail h4,
[data-theme='dark'] .review-quote,
[data-theme='dark'] .review-author,
[data-theme='dark'] .composer-core strong,
[data-theme='dark'] .composer-metrics span {
    color: #ecf2ff;
}

[data-theme='dark'] .roadmap-tag,
[data-theme='dark'] .orbit-bullet,
[data-theme='dark'] .composer-segment button,
[data-theme='dark'] .composer-chip,
[data-theme='dark'] .composer-node,
[data-theme='dark'] .composer-metrics article {
    background: #162246;
    border-color: rgba(165, 185, 245, 0.2);
    color: #dbe6ff;
}

[data-theme='dark'] .composer-segment button.is-active,
[data-theme='dark'] .composer-node.is-active,
[data-theme='dark'] .composer-chip.is-active {
    background: linear-gradient(115deg, #1a2a54 0%, #2b2f4c 100%);
}

[data-theme='dark'] .composer-canvas {
    border-color: rgba(154, 174, 237, 0.22);
    background:
        radial-gradient(20rem 12rem at 14% 18%, rgba(255, 137, 4, 0.2), transparent 70%),
        radial-gradient(18rem 10rem at 90% 80%, rgba(113, 145, 255, 0.24), transparent 72%),
        linear-gradient(145deg, #101a35, #0f1a34);
}

[data-theme='dark'] .composer-canvas::before {
    background:
        repeating-linear-gradient(90deg, rgba(209, 220, 255, 0.07) 0 1px, transparent 1px 30px),
        repeating-linear-gradient(0deg, rgba(209, 220, 255, 0.07) 0 1px, transparent 1px 30px);
}

[data-theme='dark'] .composer-core {
    background:
        radial-gradient(circle at 30% 25%, rgba(255, 137, 4, 0.25), rgba(255, 137, 4, 0)),
        #101b37;
    border-color: rgba(170, 188, 242, 0.24);
}

[data-theme='dark'] .composer-core small,
[data-theme='dark'] .composer-metrics small {
    color: #a5b4d8;
}

[data-theme='dark'] .composer-sprint-item div {
    background: rgba(179, 197, 255, 0.2);
}

[data-theme='dark'] .composer-actions li {
    color: #cad8ff;
}

[data-theme='dark'] .service-overview-card,
[data-theme='dark'] .home-faq-item,
[data-theme='dark'] .home-impact-card,
[data-theme='dark'] .service-focus-card,
[data-theme='dark'] .service-stage-card,
[data-theme='dark'] .service-focus-metrics,
[data-theme='dark'] .service-focus-metrics article,
[data-theme='dark'] .strategy-prism-item {
    background: #111a33;
    border-color: rgba(165, 185, 245, 0.2);
    box-shadow: 0 18px 34px rgba(2, 8, 24, 0.4);
}

[data-theme='dark'] .service-overview-card {
    background:
        linear-gradient(180deg, rgba(17, 26, 51, 0.96), rgba(13, 21, 43, 0.98)),
        #111a33;
}

[data-theme='dark'] .service-overview-card h3,
[data-theme='dark'] .home-impact-card h4,
[data-theme='dark'] .service-focus-metrics strong,
[data-theme='dark'] .service-stage-card h3,
[data-theme='dark'] .strategy-prism-item h4 {
    color: #ecf2ff;
}

[data-theme='dark'] .service-overview-card p,
[data-theme='dark'] .service-overview-card span,
[data-theme='dark'] .home-impact-card p,
[data-theme='dark'] .home-impact-kicker,
[data-theme='dark'] .home-faq-item summary,
[data-theme='dark'] .home-faq-item p,
[data-theme='dark'] .service-focus-text,
[data-theme='dark'] .service-focus-metrics span,
[data-theme='dark'] .service-stage-card p,
[data-theme='dark'] .service-stage-index,
[data-theme='dark'] .service-result-list li,
[data-theme='dark'] .strategy-prism-item p,
[data-theme='dark'] .strategy-prism-kicker {
    color: #a8b7db;
}

[data-theme='dark'] .service-overview-card::before {
    opacity: 0.22;
}

[data-theme='dark'] .service-overview-card:hover {
    border-color: rgba(255, 183, 107, 0.44);
    box-shadow: 0 24px 40px rgba(0, 8, 24, 0.44);
}

[data-theme='dark'] .service-overview-icon {
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

[data-theme='dark'] .cases-all-link {
    color: #ecf2ff;
    border-color: rgba(172, 191, 245, 0.25);
    background: linear-gradient(180deg, rgba(19, 32, 70, 0.92) 0%, rgba(14, 25, 57, 0.92) 100%);
}

[data-theme='dark'] .cases-all-link:hover {
    border-color: rgba(255, 175, 93, 0.74);
    box-shadow: 0 14px 24px rgba(0, 8, 24, 0.42);
}

[data-theme='dark'] .strategy-prism {
    background:
        radial-gradient(22rem 11rem at 14% 6%, rgba(255, 145, 33, 0.18), transparent 76%),
        radial-gradient(22rem 11rem at 92% 94%, rgba(84, 126, 255, 0.18), transparent 78%),
        #0f1731;
    border-color: rgba(164, 183, 241, 0.24);
}

[data-theme='dark'] .strategy-prism-moodboard {
    border-color: rgba(166, 186, 244, 0.24);
    background:
        radial-gradient(16rem 8rem at 8% 10%, rgba(255, 145, 33, 0.2), transparent 76%),
        radial-gradient(16rem 8rem at 92% 90%, rgba(84, 126, 255, 0.2), transparent 76%),
        rgba(12, 23, 54, 0.86);
    box-shadow: inset 0 0 0 1px rgba(168, 189, 248, 0.22), 0 18px 30px rgba(0, 8, 24, 0.35);
}

[data-theme='dark'] .strategy-prism-moodboard::after {
    background: linear-gradient(180deg, rgba(4, 9, 25, 0.1) 0%, rgba(4, 9, 25, 0.46) 100%);
}

[data-theme='dark'] .strategy-prism-item::before {
    opacity: 0.4;
}

[data-theme='dark'] .strategy-prism-item::after {
    background: linear-gradient(180deg, rgba(4, 9, 25, 0.12) 0%, rgba(4, 9, 25, 0.84) 75%);
}

[data-theme='dark'] .strategy-prism-icon {
    border-color: rgba(168, 189, 248, 0.28);
    background: rgba(16, 30, 68, 0.88);
}

[data-theme='dark'] .strategy-prism-icon img {
    filter: brightness(0) invert(1);
}

[data-theme='dark'] .strategy-prism-item:hover {
    border-color: rgba(255, 182, 111, 0.68);
    box-shadow: 0 24px 36px rgba(0, 8, 24, 0.46);
}

[data-theme='dark'] .strategy-prism-meta {
    color: rgba(210, 223, 255, 0.84);
}

[data-theme='dark'] .strategy-prism-cta {
    color: #ffcf95;
}

[data-theme='dark'] .blog-article,
[data-theme='dark'] .blog-richtext,
[data-theme='dark'] .blog-related {
    border-color: rgba(165, 185, 245, 0.2);
    background: #111a33;
    box-shadow: 0 18px 34px rgba(2, 8, 24, 0.4);
}

[data-theme='dark'] .blog-back-link {
    border-color: rgba(172, 191, 245, 0.25);
    color: #e9f1ff;
    background: #142349;
}

[data-theme='dark'] .blog-back-link:hover {
    box-shadow: 0 12px 20px rgba(0, 8, 24, 0.42);
}

[data-theme='dark'] .blog-excerpt,
[data-theme='dark'] .blog-richtext p,
[data-theme='dark'] .blog-richtext li,
[data-theme='dark'] .blog-related-card span {
    color: #a8b7db;
}

[data-theme='dark'] .blog-cover-wrap,
[data-theme='dark'] .blog-related-card img,
[data-theme='dark'] .blog-section + .blog-section {
    border-color: rgba(165, 185, 245, 0.2);
}

[data-theme='dark'] .blog-richtext h2,
[data-theme='dark'] .blog-related h3,
[data-theme='dark'] .blog-related-card strong {
    color: #ecf2ff;
}

[data-theme='dark'] .home-impact {
    background:
        radial-gradient(24rem 12rem at 6% 10%, rgba(255, 145, 33, 0.2), transparent 78%),
        radial-gradient(24rem 11rem at 92% 90%, rgba(84, 126, 255, 0.18), transparent 78%),
        #101936;
    border-color: rgba(165, 185, 245, 0.2);
}

[data-theme='dark'] .launch-map {
    border-color: rgba(164, 183, 241, 0.24);
    background:
        radial-gradient(20rem 10rem at 8% 8%, rgba(255, 145, 33, 0.2), transparent 76%),
        radial-gradient(20rem 10rem at 92% 90%, rgba(84, 126, 255, 0.18), transparent 78%),
        #0f1731;
}

[data-theme='dark'] .launch-map-track::before {
    background: linear-gradient(180deg, rgba(255, 171, 84, 0.62), rgba(121, 156, 255, 0.42));
}

@media (min-width: 980px) {
    [data-theme='dark'] .launch-map-track::before {
        background: linear-gradient(90deg, rgba(255, 171, 84, 0.62), rgba(121, 156, 255, 0.42));
    }
}

[data-theme='dark'] .launch-map-step {
    border-color: rgba(168, 188, 248, 0.25);
    background: rgba(14, 26, 62, 0.84);
    box-shadow: 0 14px 26px rgba(0, 7, 22, 0.35);
}

[data-theme='dark'] .launch-map-step::before {
    background: #ffb05b;
    box-shadow: 0 0 0 4px rgba(255, 176, 91, 0.2);
}

[data-theme='dark'] .launch-map-index {
    border-color: rgba(172, 191, 245, 0.32);
    background: rgba(16, 30, 68, 0.9);
    color: #ebf2ff;
}

[data-theme='dark'] .launch-map-step h4 {
    color: #ecf2ff;
}

[data-theme='dark'] .launch-map-step p {
    color: #a8b7db;
}

[data-theme='dark'] .launch-map-step::after {
    background: linear-gradient(90deg, rgba(255, 176, 91, 0.34), rgba(121, 156, 255, 0.3));
    opacity: 0.58;
}

[data-theme='dark'] .showcase-tag {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(9, 15, 37, 0.62);
}

[data-theme='dark'] .cta-banner {
    filter: invert(1) brightness(0.6);
}

[data-theme='dark'] .roadmap-visual {
    border-color: rgba(154, 174, 237, 0.25);
    background:
        radial-gradient(22rem 12rem at 12% 88%, rgba(255, 145, 36, 0.2), transparent 72%),
        radial-gradient(20rem 10rem at 90% 10%, rgba(95, 126, 238, 0.2), transparent 72%),
        linear-gradient(145deg, #101a3a 0%, #12214a 62%, #0d1b3f 100%);
}

[data-theme='dark'] .roadmap-visual::before {
    background:
        repeating-linear-gradient(90deg, rgba(221, 231, 255, 0.08) 0 1px, transparent 1px 32px),
        repeating-linear-gradient(0deg, rgba(221, 231, 255, 0.08) 0 1px, transparent 1px 32px);
}

[data-theme='dark'] .roadmap-path--base {
    stroke: rgba(238, 244, 255, 0.42);
}

[data-theme='dark'] .roadmap-node {
    border-color: rgba(171, 191, 248, 0.26);
    background: rgba(14, 26, 62, 0.84);
    color: rgba(236, 243, 255, 0.95);
}

[data-theme='dark'] .roadmap-node.is-active {
    background: rgba(255, 137, 4, 0.22);
    border-color: rgba(255, 183, 107, 0.95);
}

[data-theme='dark'] .roadmap-node-copy small {
    color: rgba(206, 220, 255, 0.82);
}

[data-theme='dark'] .orbit-stage {
    border-color: rgba(165, 186, 245, 0.28);
    background:
        radial-gradient(15rem 9rem at 20% 84%, rgba(255, 145, 36, 0.18), transparent 72%),
        linear-gradient(165deg, #0f1a3a 0%, #132245 100%);
}

[data-theme='dark'] .orbit-ring {
    border-color: rgba(201, 217, 255, 0.24);
}

[data-theme='dark'] .orbit-node {
    border-color: rgba(168, 189, 247, 0.28);
    background: rgba(17, 31, 72, 0.9);
    color: #e8f0ff;
}

[data-theme='dark'] .orbit-node.is-active {
    background: #ff8904;
    border-color: #ff8904;
    color: #11162f;
}

[data-theme='dark'] .lens-card {
    border-color: rgba(255, 255, 255, 0.15);
}

[data-theme='dark'] .language-dropdown {
    background: #122043;
    border: 1px solid rgba(174, 192, 242, 0.2);
    box-shadow: 0 18px 36px rgba(0, 7, 22, 0.55);
}

[data-theme='dark'] .lang-option {
    color: #e7eeff;
}

[data-theme='dark'] .lang-option:hover {
    background: rgba(170, 189, 248, 0.16);
}

[data-theme='dark'] footer {
    border-top-color: rgba(169, 185, 239, 0.24);
    color: #dce7ff;
}

[data-theme='dark'] .logo-footer {
    filter: brightness(0) invert(1);
}

[data-theme='dark'] #footer-form::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(4, 11, 27, 0.52) 0%, rgba(11, 21, 48, 0.44) 50%, rgba(8, 14, 34, 0.58) 100%);
    pointer-events: none;
}

[data-theme='dark'] #footer-form .contact-cta-input {
    background: rgba(12, 24, 59, 0.84);
    border: 1px solid rgba(167, 188, 247, 0.34);
    color: #ecf2ff;
}

[data-theme='dark'] #footer-form .contact-cta-input::placeholder {
    color: #a9b8dc;
}

[data-theme='dark'] #footer-form .contact-cta-submit {
    color: #f4f8ff;
}

[data-theme='dark'] #footer-form .contact-cta-policy {
    color: #b7c6ea;
}

[data-theme='dark'] #footer-form .split-letter {
    text-shadow: 0 7px 16px rgba(0, 0, 0, 0.42);
}

[data-theme='dark'] #brief-popup .popup-content,
[data-theme='dark'] #case-popup .popup-content {
    background:
        radial-gradient(24rem 12rem at 8% 0%, rgba(255, 145, 33, 0.12), transparent 74%),
        #111a33;
    border-color: rgba(166, 186, 244, 0.24);
    box-shadow: 0 32px 58px rgba(0, 8, 24, 0.62);
}

[data-theme='dark'] #brief-popup .popup-close,
[data-theme='dark'] #case-popup .popup-close {
    background: rgba(16, 27, 60, 0.82);
    border-color: rgba(166, 185, 245, 0.24);
}

[data-theme='dark'] #status-popup .popup-content {
    background:
        radial-gradient(20rem 10rem at 10% 0%, rgba(255, 145, 33, 0.12), transparent 74%),
        linear-gradient(180deg, rgba(13, 23, 50, 0.98), rgba(11, 19, 42, 0.98));
    border-color: rgba(166, 186, 244, 0.24);
    box-shadow: 0 34px 60px rgba(0, 8, 24, 0.58);
}

[data-theme='dark'] #status-popup .popup-backdrop {
    background: rgba(4, 10, 24, 0.58);
}

[data-theme='dark'] #status-popup .popup-close {
    color: #aebde1 !important;
}

[data-theme='dark'] #status-popup .popup-close:hover {
    color: #edf3ff !important;
    background: rgba(255, 145, 33, 0.14);
}

[data-theme='dark'] #status-popup .status-ok-btn {
    background: linear-gradient(135deg, #ff8a04, #ffb25a) !important;
    color: #0e1733 !important;
    border-color: rgba(255, 183, 107, 0.3);
    box-shadow: 0 16px 26px rgba(255, 145, 33, 0.2);
}

[data-theme='dark'] #brief-content h1,
[data-theme='dark'] #brief-content h6,
[data-theme='dark'] #brief-content label {
    color: #e9f1ff;
}

[data-theme='dark'] #brief-content p {
    color: #a9b8dc;
}

[data-theme='dark'] #brief-content input,
[data-theme='dark'] #brief-content textarea {
    background: rgba(12, 24, 59, 0.84);
    border-color: rgba(167, 188, 247, 0.34);
    color: #ecf2ff !important;
    -webkit-text-fill-color: #ecf2ff !important;
    caret-color: #ecf2ff;
}

[data-theme='dark'] #brief-popup input.bg-gray-50,
[data-theme='dark'] #brief-popup textarea.bg-gray-50 {
    background: rgba(12, 24, 59, 0.84) !important;
}

[data-theme='dark'] #brief-popup input.text-gray-900,
[data-theme='dark'] #brief-popup textarea.text-gray-900 {
    color: #ecf2ff !important;
    -webkit-text-fill-color: #ecf2ff !important;
}

[data-theme='dark'] #brief-content input::placeholder,
[data-theme='dark'] #brief-content textarea::placeholder {
    color: #a9b8dc !important;
    -webkit-text-fill-color: #a9b8dc !important;
    opacity: 1;
}

[data-theme='dark'] #brief-content input::-webkit-input-placeholder,
[data-theme='dark'] #brief-content textarea::-webkit-input-placeholder {
    color: #a9b8dc !important;
    -webkit-text-fill-color: #a9b8dc !important;
}

[data-theme='dark'] #brief-content input::-moz-placeholder,
[data-theme='dark'] #brief-content textarea::-moz-placeholder {
    color: #a9b8dc !important;
    opacity: 1;
}

[data-theme='dark'] #brief-content input:-ms-input-placeholder,
[data-theme='dark'] #brief-content textarea:-ms-input-placeholder {
    color: #a9b8dc !important;
}

[data-theme='dark'] #brief-content input:placeholder-shown,
[data-theme='dark'] #brief-content textarea:placeholder-shown {
    -webkit-text-fill-color: #a9b8dc !important;
}

[data-theme='dark'] #brief-content input:focus,
[data-theme='dark'] #brief-content textarea:focus,
[data-theme='dark'] #brief-content input:not(:placeholder-shown),
[data-theme='dark'] #brief-content textarea:not(:placeholder-shown) {
    color: #ecf2ff !important;
    -webkit-text-fill-color: #ecf2ff !important;
}

[data-theme='dark'] #brief-content input:not(:placeholder-shown),
[data-theme='dark'] #brief-content textarea:not(:placeholder-shown) {
    border-color: rgba(255, 183, 107, 0.2);
    background: linear-gradient(180deg, rgba(15, 28, 66, 0.9), rgba(18, 32, 72, 0.92));
    box-shadow: 0 10px 18px rgba(0, 8, 24, 0.14);
}

[data-theme='dark'] #brief-content .cancel-btn {
    background: rgba(16, 27, 60, 0.9) !important;
    color: #dce7ff !important;
    border-color: rgba(166, 186, 244, 0.24);
    box-shadow: 0 14px 26px rgba(0, 8, 24, 0.22);
}

[data-theme='dark'] #brief-content .cancel-btn:hover {
    background: rgba(22, 36, 78, 0.96) !important;
    border-color: rgba(255, 183, 107, 0.24);
    color: #edf3ff !important;
}

[data-theme='dark'] .case-tag-pill {
    border-color: rgba(255, 183, 107, 0.38);
    background: linear-gradient(180deg, rgba(255, 137, 4, 0.2) 0%, rgba(23, 37, 78, 0.82) 100%);
    color: #edf3ff;
}

[data-theme='dark'] .cases-flex .case-card--grid {
    border-color: rgba(166, 186, 244, 0.24);
    background: #0f1a3a;
    box-shadow: 0 22px 40px rgba(0, 8, 24, 0.42);
}

[data-theme='dark'] .case-card--grid .case-bg--fallback,
[data-theme='dark'] .case-card--popup .case-bg--fallback {
    background:
        radial-gradient(24rem 12rem at 14% 12%, rgba(103, 138, 255, 0.62), transparent 74%),
        radial-gradient(24rem 12rem at 86% 88%, rgba(255, 145, 33, 0.55), transparent 76%),
        linear-gradient(135deg, #0e1837 0%, #152a55 52%, #0a1530 100%);
}

[data-theme='dark'] .case-card--grid .case-overlay,
[data-theme='dark'] .case-card--popup .case-overlay {
    background:
        linear-gradient(105deg, rgba(5, 11, 29, 0.82) 0%, rgba(8, 16, 39, 0.56) 52%, rgba(8, 14, 34, 0.18) 100%),
        linear-gradient(0deg, rgba(4, 10, 25, 0.46) 0%, rgba(4, 10, 25, 0.08) 56%);
}

[data-theme='dark'] .case-card--grid .case-title,
[data-theme='dark'] .case-card--popup .case-title {
    color: #edf3ff;
}

[data-theme='dark'] .case-card--grid .case-hover {
    background:
        radial-gradient(16rem 10rem at 14% 12%, rgba(255, 137, 4, 0.24), rgba(255, 137, 4, 0)),
        linear-gradient(135deg, rgba(8, 17, 44, 0.82), rgba(13, 27, 63, 0.78));
}

[data-theme='dark'] .case-card--grid:hover {
    border-color: rgba(255, 181, 107, 0.62);
    box-shadow: 0 28px 46px rgba(0, 8, 24, 0.5);
}

[data-theme='dark'] .case-popup-head {
    border-color: rgba(166, 186, 244, 0.24);
}

/* Home journal */
.journal-block {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background:
        radial-gradient(30rem 16rem at 8% 0%, rgba(255, 145, 33, 0.14), transparent 76%),
        radial-gradient(28rem 16rem at 100% 100%, rgba(84, 126, 255, 0.12), transparent 78%),
        #f8fbff;
}

.journal-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(17, 31, 72, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 31, 72, 0.04) 1px, transparent 1px);
    background-size: 1.1rem 1.1rem;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 85%);
    pointer-events: none;
}

.journal-intro,
.delivery-command-intro {
    margin-bottom: 0.35rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #637196;
}

.journal-head-meta {
    display: grid;
    gap: 0.65rem;
    justify-items: start;
}

.journal-issue {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background: rgba(255, 255, 255, 0.72);
    padding: 0.42rem 0.72rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5f6d92;
    box-shadow: 0 10px 18px rgba(8, 18, 44, 0.06);
}

.journal-layout {
    position: relative;
    display: grid;
    gap: 1rem;
}

.journal-lead {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: clamp(24rem, 44vw, 35rem);
    align-items: end;
    overflow: hidden;
    border: 1px solid rgba(18, 31, 74, 0.12);
    border-radius: 1.35rem;
    padding: 1rem;
    text-decoration: none;
    background:
        radial-gradient(22rem 12rem at 14% 10%, color-mix(in srgb, var(--article-glow, rgba(255, 137, 4, 0.18)) 55%, white), transparent 72%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 250, 255, 0.98)),
        #ffffff;
    box-shadow: 0 20px 36px rgba(8, 18, 44, 0.14);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.journal-lead:hover,
.journal-rail-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--article-accent, #ff8904) 55%, white);
    box-shadow: 0 28px 42px rgba(8, 18, 44, 0.18);
}

.journal-lead::before,
.journal-rail-card::before {
    content: "";
    position: absolute;
    inset: -35%;
    background: linear-gradient(112deg, transparent 30%, rgba(255, 255, 255, 0.68) 48%, transparent 66%);
    opacity: 0;
    transform: translateX(-110%) skewX(-16deg);
    transition: transform 0.72s ease, opacity 0.28s ease;
    pointer-events: none;
    z-index: 0;
}

.journal-lead::after,
.journal-rail-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(249, 251, 255, 0.04) 0%, rgba(250, 252, 255, 0.42) 48%, rgba(252, 253, 255, 0.96) 100%),
        radial-gradient(16rem 12rem at 18% 12%, color-mix(in srgb, var(--article-glow, rgba(255, 137, 4, 0.18)) 65%, white), transparent 72%);
    pointer-events: none;
}

.journal-lead:hover::before,
.journal-rail-card:hover::before {
    opacity: 1;
    transform: translateX(105%) skewX(-16deg);
}

.journal-lead-media,
.journal-lead-grid,
.journal-lead-orb {
    position: absolute;
}

.journal-lead-media {
    inset: 0;
}

.journal-lead-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    transition: transform 0.55s ease;
}

.journal-lead-grid {
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 1.5rem 1.5rem;
    opacity: 0.42;
}

.journal-lead-orb {
    border-radius: 999px;
    filter: blur(10px);
    background: var(--article-glow, rgba(255, 137, 4, 0.24));
}

.journal-lead-orb--one {
    top: 10%;
    right: 12%;
    width: 7rem;
    height: 7rem;
}

.journal-lead-orb--two {
    bottom: 18%;
    left: 8%;
    width: 10rem;
    height: 10rem;
    opacity: 0.76;
}

.journal-lead-copy,
.journal-rail-copy,
.journal-rail-thumb,
.journal-rail-index {
    position: relative;
    z-index: 1;
}

.journal-lead-copy {
    display: grid;
    gap: 0.8rem;
}

.journal-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.journal-chip,
.journal-note,
.journal-rail-notes span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(17, 31, 72, 0.1);
    background: rgba(255, 255, 255, 0.82);
    padding: 0.38rem 0.62rem;
    font-size: 0.72rem;
    line-height: 1;
    color: #33446f;
    backdrop-filter: blur(8px);
}

.journal-lead h4 {
    max-width: 13ch;
    font-size: clamp(1.7rem, 3.5vw, 3.35rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
    color: #0f1b43;
    text-shadow: none;
}

.journal-lead-excerpt {
    max-width: 62ch;
    font-size: 0.96rem;
    line-height: 1.52;
    color: #49577d;
}

.journal-metrics {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journal-metric {
    border-radius: 1rem;
    border: 1px solid rgba(17, 31, 72, 0.1);
    background: rgba(255, 255, 255, 0.72);
    padding: 0.8rem;
    backdrop-filter: blur(10px);
}

.journal-metric strong {
    display: block;
    font-size: 1.08rem;
    letter-spacing: -0.03em;
    color: #111c44;
}

.journal-metric span {
    margin-top: 0.32rem;
    display: block;
    font-size: 0.75rem;
    line-height: 1.35;
    color: #5b688d;
}

.journal-note-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.journal-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: #eb7210;
}

.journal-cta::after {
    content: "→";
    transform: translateY(-1px);
}

.journal-rail {
    display: grid;
    gap: 0.95rem;
}

.journal-strip {
    position: relative;
    z-index: 1;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.journal-strip span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(17, 31, 72, 0.1);
    background: rgba(255, 255, 255, 0.72);
    padding: 0.42rem 0.75rem;
    font-size: 0.72rem;
    line-height: 1.2;
    color: #516184;
}

.journal-rail-card {
    position: relative;
    isolation: isolate;
    display: grid;
    gap: 0.9rem;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(17, 31, 72, 0.12);
    border-radius: 1.1rem;
    padding: 0.95rem;
    text-decoration: none;
    background:
        radial-gradient(18rem 10rem at 14% 12%, color-mix(in srgb, var(--article-glow, rgba(255, 137, 4, 0.16)) 58%, white), transparent 74%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 255, 0.98)),
        #ffffff;
    box-shadow: 0 16px 28px rgba(8, 18, 44, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.journal-rail-index {
    align-self: start;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    color: #617198;
}

.journal-rail-card h4 {
    font-size: 1.12rem;
    line-height: 1.08;
    letter-spacing: -0.025em;
    color: #0f1b43;
}

.journal-rail-card p {
    margin-top: 0.42rem;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #55637f;
}

.journal-rail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: #6c7898;
}

.journal-rail-notes {
    margin-top: 0.72rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
}

.journal-rail-thumb {
    overflow: hidden;
    border-radius: 0.9rem;
    border: 1px solid rgba(17, 31, 72, 0.09);
    background: rgba(255, 255, 255, 0.5);
}

.journal-rail-thumb img {
    width: 100%;
    height: 9rem;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.journal-lead:hover .journal-lead-media img,
.journal-rail-card:hover .journal-rail-thumb img {
    transform: scale(1.08);
}

@media (min-width: 1180px) {
    .journal-layout {
        grid-template-columns: minmax(0, 1.2fr) minmax(22rem, 0.8fr);
        align-items: stretch;
    }

    .journal-head-meta {
        justify-items: end;
        text-align: right;
    }

    .journal-rail-card {
        grid-template-columns: auto minmax(0, 1fr) 8.8rem;
    }

    .journal-rail-thumb img {
        height: 100%;
        min-height: 8.8rem;
    }
}

@media (max-width: 760px) {
    .journal-metrics {
        grid-template-columns: 1fr;
    }

    .journal-lead h4 {
        max-width: 100%;
    }

    .journal-rail-card {
        grid-template-columns: 1fr;
    }

    .journal-rail-thumb {
        order: -1;
    }

    .journal-rail-thumb img {
        height: 10rem;
    }

    .journal-head-meta {
        justify-items: start;
        text-align: left;
    }
}

.reviews-point-card {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(17, 31, 72, 0.08);
    background:
        radial-gradient(15rem 9rem at 100% 0%, rgba(255, 145, 33, 0.09), transparent 72%),
        linear-gradient(180deg, #eef2fd 0%, #f5f8ff 100%);
    box-shadow: 0 14px 24px rgba(8, 18, 44, 0.06);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.reviews-point-card::before {
    content: "";
    position: absolute;
    inset: auto -18% -55% auto;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(88, 126, 255, 0.2) 0%, rgba(88, 126, 255, 0) 72%);
    pointer-events: none;
    transition: transform 0.34s ease, opacity 0.34s ease;
}

.reviews-point-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 145, 33, 0.28);
    box-shadow: 0 20px 34px rgba(8, 18, 44, 0.1);
}

.reviews-point-card:hover::before {
    transform: translate3d(-8%, -6%, 0) scale(1.08);
    opacity: 0.95;
}

.reviews-point-title {
    color: #1c2a57;
}

.reviews-point-text {
    color: #5c6787;
}

.reviews-point-card > p:first-child {
    color: #1c2a57 !important;
}

.reviews-point-card > p:last-child {
    color: #5c6787 !important;
}

/* Delivery command block */
.delivery-command {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background:
        radial-gradient(26rem 15rem at 12% 6%, rgba(255, 145, 33, 0.13), transparent 76%),
        radial-gradient(24rem 14rem at 100% 100%, rgba(84, 126, 255, 0.12), transparent 78%),
        #f8fbff;
}

.delivery-command-layout {
    display: grid;
    gap: 1rem;
}

.delivery-command-canvas {
    position: relative;
    display: grid;
    gap: 0.75rem;
    overflow: hidden;
    border: 1px solid rgba(18, 31, 74, 0.12);
    border-radius: 1.3rem;
    padding: 1rem;
    background:
        radial-gradient(14rem 10rem at 16% 12%, rgba(255, 145, 33, 0.14), transparent 74%),
        radial-gradient(14rem 10rem at 84% 84%, rgba(84, 126, 255, 0.12), transparent 74%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.96));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 18px 30px rgba(8, 18, 44, 0.08);
}

.delivery-command-mesh {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(17, 31, 72, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 31, 72, 0.06) 1px, transparent 1px);
    background-size: 1.25rem 1.25rem;
    opacity: 0.8;
    pointer-events: none;
}

.delivery-command-core,
.delivery-node {
    position: relative;
    z-index: 1;
}

.delivery-command-core {
    border-radius: 1.2rem;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background: rgba(255, 255, 255, 0.82);
    padding: 1rem;
    box-shadow: 0 16px 24px rgba(8, 18, 44, 0.08);
}

.delivery-command-core span,
.delivery-slate-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #637196;
}

.delivery-command-core strong {
    margin-top: 0.55rem;
    display: block;
    max-width: 16ch;
    font-size: clamp(1.35rem, 3vw, 2.4rem);
    line-height: 1;
    letter-spacing: -0.04em;
    color: #13204a;
}

.delivery-command-core p {
    margin-top: 0.75rem;
    max-width: 52ch;
    font-size: 0.93rem;
    line-height: 1.55;
    color: #546383;
}

.delivery-node {
    display: grid;
    gap: 0.32rem;
    border-radius: 1rem;
    border: 1px solid rgba(17, 31, 72, 0.1);
    background: rgba(255, 255, 255, 0.92);
    padding: 0.85rem;
    box-shadow: 0 14px 24px rgba(8, 18, 44, 0.08);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.32s ease, background 0.32s ease, box-shadow 0.32s ease;
}

.delivery-node img {
    width: 1rem;
    height: 1rem;
    filter: brightness(0) saturate(100%) invert(17%) sepia(33%) saturate(1248%) hue-rotate(196deg) brightness(91%) contrast(93%);
}

.delivery-node strong {
    font-size: 0.94rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #12204a;
}

.delivery-node span {
    font-size: 0.78rem;
    line-height: 1.4;
    color: #5c6a8b;
}

.delivery-node:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 145, 33, 0.34);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 32px rgba(8, 18, 44, 0.12);
}

.delivery-command-stack {
    display: grid;
    gap: 0.85rem;
}

.delivery-slate {
    border-radius: 1.1rem;
    border: 1px solid rgba(17, 31, 72, 0.12);
    padding: 1rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 24px rgba(8, 18, 44, 0.08);
}

.delivery-slate strong {
    margin-top: 0.55rem;
    display: block;
    font-size: 1.08rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #12204a;
}

.delivery-slate p:last-of-type {
    margin-top: 0.55rem;
    font-size: 0.9rem;
    line-height: 1.48;
    color: #576688;
}

.delivery-progress {
    margin-top: 0.8rem;
    height: 0.45rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(17, 31, 72, 0.08);
}

.delivery-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff8904 0%, #8ca4ff 100%);
}

.delivery-slate--signal {
    background:
        radial-gradient(12rem 8rem at 100% 0%, rgba(255, 145, 33, 0.18), transparent 72%),
        rgba(255, 255, 255, 0.9);
}

.delivery-slate--flow {
    background:
        radial-gradient(12rem 8rem at 100% 0%, rgba(111, 121, 255, 0.18), transparent 72%),
        rgba(255, 255, 255, 0.9);
}

.delivery-slate--scale {
    background:
        radial-gradient(12rem 8rem at 100% 0%, rgba(67, 198, 160, 0.18), transparent 72%),
        rgba(255, 255, 255, 0.9);
}

@media (min-width: 1080px) {
    .delivery-command-layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
        align-items: stretch;
    }

    .delivery-command-canvas {
        min-height: 33rem;
        padding: 1.2rem;
    }

    .delivery-command-core {
        position: absolute;
        top: 50%;
        left: 50%;
        width: min(28rem, calc(100% - 14rem));
        transform: translate(-50%, -50%);
    }

    .delivery-node {
        position: absolute;
        width: min(14rem, 32%);
    }

    .delivery-node--analytics {
        top: 1.2rem;
        left: 1.2rem;
    }

    .delivery-node--design {
        top: 1.2rem;
        right: 1.2rem;
    }

    .delivery-node--dev {
        bottom: 1.2rem;
        left: 1.2rem;
    }

    .delivery-node--growth {
        right: 1.2rem;
        bottom: 1.2rem;
    }
}

/* Refined blog article */
.blog-article {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background:
        radial-gradient(24rem 16rem at 8% 0%, var(--article-glow, rgba(255, 145, 33, 0.18)), transparent 76%),
        radial-gradient(20rem 14rem at 100% 100%, rgba(84, 126, 255, 0.12), transparent 78%),
        #fbfdff;
}

.blog-article::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(17, 31, 72, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 31, 72, 0.035) 1px, transparent 1px);
    background-size: 1.25rem 1.25rem;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 88%);
    pointer-events: none;
}

.blog-cover-wrap,
.blog-stat-grid,
.blog-content-grid {
    position: relative;
    z-index: 1;
}

.blog-cover-wrap {
    overflow: hidden;
    border-radius: 1.35rem;
    border: 1px solid rgba(17, 31, 72, 0.1);
    box-shadow: 0 18px 30px rgba(8, 18, 44, 0.12);
}

.blog-cover-image {
    width: 100%;
    height: clamp(18rem, 42vw, 29rem);
    object-fit: cover;
}

.blog-stat-grid {
    margin-top: 1rem;
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-stat-card {
    border-radius: 1rem;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background: rgba(255, 255, 255, 0.8);
    padding: 0.95rem;
    box-shadow: 0 14px 22px rgba(8, 18, 44, 0.06);
}

.blog-stat-card strong {
    display: block;
    font-size: 1.15rem;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #12204a;
}

.blog-stat-card span {
    margin-top: 0.38rem;
    display: block;
    font-size: 0.8rem;
    line-height: 1.42;
    color: #5b6888;
}

@media (max-width: 760px) {
    .blog-stat-grid {
        grid-template-columns: 1fr;
    }
}

/* Cases grid: stable 3 columns on ultra-wide screens */
@media (min-width: 2100px) {
    .cases-flex--shared {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.35rem;
        align-items: stretch;
    }

    .cases-flex--shared .case-card,
    .cases-flex--shared .case-card--grid {
        width: 100%;
        min-width: 0;
        flex: none;
    }

    .cases-flex--shared .case-card--grid {
        height: clamp(14rem, 18vw, 21rem);
    }
}

/* Dark theme overrides for new blocks */
[data-theme='dark'] .journal-block,
[data-theme='dark'] .delivery-command,
[data-theme='dark'] .blog-article {
    border-color: rgba(165, 185, 245, 0.2);
}

[data-theme='dark'] .journal-block {
    background:
        radial-gradient(30rem 16rem at 8% 0%, rgba(255, 145, 33, 0.18), transparent 76%),
        radial-gradient(28rem 16rem at 100% 100%, rgba(84, 126, 255, 0.18), transparent 78%),
        #0f1833;
}

[data-theme='dark'] .journal-block::before,
[data-theme='dark'] .blog-article::before {
    background-image:
        linear-gradient(rgba(168, 189, 248, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(168, 189, 248, 0.06) 1px, transparent 1px);
}

[data-theme='dark'] .journal-intro,
[data-theme='dark'] .delivery-command-intro,
[data-theme='dark'] .delivery-command-core span,
[data-theme='dark'] .delivery-slate-kicker {
    color: #9eb0dc;
}

[data-theme='dark'] .journal-issue,
[data-theme='dark'] .journal-strip span {
    border-color: rgba(165, 185, 245, 0.18);
    background: rgba(17, 26, 51, 0.78);
    color: #aebde1;
    box-shadow: 0 14px 24px rgba(0, 8, 24, 0.24);
}

[data-theme='dark'] .journal-lead,
[data-theme='dark'] .journal-rail-card {
    background: var(--article-surface, #101a35);
    border-color: rgba(166, 186, 244, 0.2);
    box-shadow: 0 22px 36px rgba(0, 8, 24, 0.34);
}

[data-theme='dark'] .journal-lead::before,
[data-theme='dark'] .journal-rail-card::before {
    background: linear-gradient(112deg, transparent 28%, rgba(255, 255, 255, 0.18) 48%, transparent 68%);
}

[data-theme='dark'] .journal-lead::after,
[data-theme='dark'] .journal-rail-card::after {
    background:
        linear-gradient(180deg, rgba(7, 12, 29, 0.08) 0%, rgba(7, 12, 29, 0.84) 74%),
        radial-gradient(16rem 12rem at 18% 12%, var(--article-glow, rgba(255, 137, 4, 0.24)), transparent 72%);
}

[data-theme='dark'] .journal-chip,
[data-theme='dark'] .journal-note,
[data-theme='dark'] .journal-rail-notes span {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(241, 246, 255, 0.92);
}

[data-theme='dark'] .journal-lead h4,
[data-theme='dark'] .journal-rail-card h4 {
    color: #f5f8ff;
}

[data-theme='dark'] .journal-lead-excerpt,
[data-theme='dark'] .journal-rail-card p,
[data-theme='dark'] .journal-rail-meta,
[data-theme='dark'] .journal-rail-index {
    color: rgba(230, 237, 255, 0.84);
}

[data-theme='dark'] .journal-metric {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(8, 16, 38, 0.32);
}

[data-theme='dark'] .journal-metric strong {
    color: #fff5e7;
}

[data-theme='dark'] .journal-metric span {
    color: rgba(229, 236, 255, 0.86);
}

[data-theme='dark'] .journal-cta {
    color: #ffd2a3;
}

[data-theme='dark'] .journal-rail-thumb {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
}

[data-theme='dark'] .delivery-command {
    background:
        radial-gradient(26rem 15rem at 12% 6%, rgba(255, 145, 33, 0.18), transparent 76%),
        radial-gradient(24rem 14rem at 100% 100%, rgba(84, 126, 255, 0.16), transparent 78%),
        #0f1833;
}

[data-theme='dark'] .delivery-command-canvas,
[data-theme='dark'] .delivery-command-core,
[data-theme='dark'] .delivery-node,
[data-theme='dark'] .delivery-slate,
[data-theme='dark'] .blog-stat-card {
    border-color: rgba(165, 185, 245, 0.2);
    background: rgba(17, 26, 51, 0.86);
    box-shadow: 0 18px 30px rgba(0, 8, 24, 0.34);
}

[data-theme='dark'] .delivery-command-mesh {
    background-image:
        linear-gradient(rgba(168, 189, 248, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(168, 189, 248, 0.08) 1px, transparent 1px);
}

[data-theme='dark'] .delivery-command-core strong,
[data-theme='dark'] .delivery-node strong,
[data-theme='dark'] .delivery-slate strong,
[data-theme='dark'] .blog-stat-card strong {
    color: #edf3ff;
}

[data-theme='dark'] .delivery-command-core p,
[data-theme='dark'] .delivery-node span,
[data-theme='dark'] .delivery-slate p:last-of-type,
[data-theme='dark'] .blog-stat-card span {
    color: #a8b7db;
}

[data-theme='dark'] .delivery-node:hover {
    border-color: rgba(255, 183, 107, 0.3);
    background: rgba(18, 31, 66, 0.94);
    box-shadow: 0 24px 36px rgba(0, 8, 24, 0.42);
}

[data-theme='dark'] .delivery-node img {
    filter: brightness(0) invert(1);
}

[data-theme='dark'] .reviews-point-card {
    border-color: rgba(165, 185, 245, 0.2);
    background:
        radial-gradient(15rem 9rem at 100% 0%, rgba(255, 145, 33, 0.15), transparent 72%),
        linear-gradient(180deg, rgba(17, 26, 51, 0.96), rgba(13, 21, 43, 0.98));
    box-shadow: 0 18px 30px rgba(0, 8, 24, 0.34);
}

[data-theme='dark'] .reviews-point-title {
    color: #edf3ff;
}

[data-theme='dark'] .reviews-point-text {
    color: #a8b7db;
}

[data-theme='dark'] .reviews-point-card > p:first-child {
    color: #edf3ff !important;
}

[data-theme='dark'] .reviews-point-card > p:last-child {
    color: #a8b7db !important;
}

[data-theme='dark'] .blog-article {
    background:
        radial-gradient(24rem 16rem at 8% 0%, var(--article-glow, rgba(255, 145, 33, 0.24)), transparent 76%),
        radial-gradient(20rem 14rem at 100% 100%, rgba(84, 126, 255, 0.18), transparent 78%),
        #0f1833;
}

[data-theme='dark'] .blog-cover-wrap {
    border-color: rgba(165, 185, 245, 0.2);
    box-shadow: 0 22px 34px rgba(0, 8, 24, 0.38);
}

[data-theme='dark'] .case-popup-head h2 {
    color: #edf3ff;
}

[data-theme='dark'] #case-popup .popup-content {
    background:
        radial-gradient(30rem 16rem at 100% 0%, rgba(84, 126, 255, 0.12), transparent 74%),
        radial-gradient(24rem 12rem at 0% 100%, rgba(255, 145, 33, 0.14), transparent 72%),
        #0b1227;
    border-color: rgba(166, 186, 244, 0.22);
    box-shadow: 0 38px 62px rgba(0, 8, 24, 0.56);
}

[data-theme='dark'] #case-popup .popup-close {
    background: rgba(15, 25, 54, 0.92);
    border-color: rgba(166, 186, 244, 0.24);
    box-shadow: 0 16px 30px rgba(0, 8, 24, 0.42);
}

[data-theme='dark'] .case-popup-head,
[data-theme='dark'] .case-popup-article,
[data-theme='dark'] .case-popup-gallery-item {
    border-color: rgba(166, 186, 244, 0.2);
    background: rgba(17, 26, 51, 0.86);
    box-shadow: 0 18px 30px rgba(0, 8, 24, 0.34);
}

[data-theme='dark'] .case-popup-eyebrow {
    border-color: rgba(166, 186, 244, 0.18);
    background: rgba(17, 26, 51, 0.78);
    color: #aebde1;
}

[data-theme='dark'] .case-popup-summary {
    color: #a8b7db;
}

[data-theme='dark'] .case-card--popup {
    border-color: rgba(166, 186, 244, 0.24);
    background: #0f1a3a;
    box-shadow: 0 24px 42px rgba(0, 8, 24, 0.48);
}

[data-theme='dark'] .case-link--popup {
    border-color: rgba(255, 183, 107, 0.46);
    background: rgba(11, 23, 57, 0.88);
    color: #ffbe6e;
}

[data-theme='dark'] .case-link--popup:hover {
    border-color: rgba(255, 183, 107, 0.68);
    background: rgba(13, 28, 68, 0.95);
    box-shadow: 0 14px 24px rgba(0, 8, 24, 0.42);
}

[data-theme='dark'] .case-popup-body .markdown-body {
    color: #c5d3f7;
}

[data-theme='dark'] .case-popup-body .markdown-body p,
[data-theme='dark'] .case-popup-body .markdown-body li,
[data-theme='dark'] .case-popup-body .markdown-body ol,
[data-theme='dark'] .case-popup-body .markdown-body ul {
    color: #c5d3f7;
}

[data-theme='dark'] .case-popup-body .markdown-body h1,
[data-theme='dark'] .case-popup-body .markdown-body h2,
[data-theme='dark'] .case-popup-body .markdown-body h3,
[data-theme='dark'] .case-popup-body .markdown-body h4 {
    color: #edf3ff;
}

[data-theme='dark'] .case-popup-body .markdown-body strong {
    color: #edf3ff;
}

[data-theme='dark'] .case-popup-body .markdown-body blockquote {
    color: #b9c7ea;
    border-left-color: rgba(255, 183, 107, 0.62);
}

[data-theme='dark'] .case-popup-body .markdown-body a {
    color: #ffbe6e;
}

[data-theme='dark'] #case-popup .popup-close img,
[data-theme='dark'] #brief-popup .popup-close img {
    filter: brightness(0) invert(1);
}

[data-theme='dark'] footer a,
[data-theme='dark'] footer .text-black,
[data-theme='dark'] .text-black {
    color: #dce7ff !important;
}

[data-theme='dark'] .text-gray-900 {
    color: #edf3ff !important;
}

[data-theme='dark'] .text-gray-800,
[data-theme='dark'] .text-gray-700 {
    color: #dce7ff !important;
}

[data-theme='dark'] .text-gray-600,
[data-theme='dark'] .text-gray-500 {
    color: #aebde1 !important;
}

[data-theme='dark'] .text-gray-400 {
    color: #8ea2cf !important;
}

[data-theme='dark'] #brief-popup .bg-white,
[data-theme='dark'] #case-popup .bg-white {
    background-color: rgba(17, 26, 51, 0.88) !important;
}

[data-theme='dark'] #brief-popup .bg-gray-50,
[data-theme='dark'] #case-popup .bg-gray-50 {
    background-color: rgba(10, 19, 42, 0.92) !important;
}

[data-theme='dark'] #brief-popup .border-gray-200,
[data-theme='dark'] #brief-popup .border-gray-300,
[data-theme='dark'] #case-popup .border-gray-200,
[data-theme='dark'] #case-popup .border-gray-300 {
    border-color: rgba(166, 186, 244, 0.22) !important;
}

[data-theme='dark'] #brief-popup .placeholder-gray-400::placeholder,
[data-theme='dark'] #case-popup .placeholder-gray-400::placeholder {
    color: #8093bd !important;
}

[data-theme='dark'] .roadmap-artifacts li {
    color: #dce7ff;
}

[data-theme='dark'] .roadmap-artifacts li::before {
    background: #ffbe6e;
    box-shadow: 0 0 0 0.18rem rgba(255, 190, 110, 0.22);
}

.compact-hero--home {
    padding-bottom: clamp(4rem, 12vw, 9rem);
}

.fade-stagger {
    opacity: 0;
    transform: translateY(16px);
    will-change: transform, opacity;
}

.fade-stagger.is-visible {
    animation: riseIn 0.55s ease forwards;
}

.fade-stagger.delay-1 {
    animation-delay: 0.08s;
}

.fade-stagger.delay-2 {
    animation-delay: 0.16s;
}

.fade-stagger.delay-3 {
    animation-delay: 0.24s;
}

@keyframes riseIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.launch-map-step.fade-stagger {
    opacity: 1;
    animation: launchStepDesktop 20s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    will-change: transform, box-shadow, border-color;
}

.launch-map-step.fade-stagger::before {
    animation: launchStepBeacon 20s ease-in-out infinite;
}

.launch-map-step.fade-stagger::after {
    animation: launchStepLine 20s ease-in-out infinite;
}

.launch-map-step--one.fade-stagger,
.launch-map-step--one.fade-stagger::before,
.launch-map-step--one.fade-stagger::after {
    animation-delay: 0s;
}

.launch-map-step--two.fade-stagger,
.launch-map-step--two.fade-stagger::before,
.launch-map-step--two.fade-stagger::after {
    animation-delay: 5s;
}

.launch-map-step--three.fade-stagger,
.launch-map-step--three.fade-stagger::before,
.launch-map-step--three.fade-stagger::after {
    animation-delay: 10s;
}

.launch-map-step--four.fade-stagger,
.launch-map-step--four.fade-stagger::before,
.launch-map-step--four.fade-stagger::after {
    animation-delay: 15s;
}

@keyframes launchStepDesktop {
    0%,
    16%,
    100% {
        transform: translateY(12px);
        border-color: rgba(17, 31, 72, 0.14);
        box-shadow: 0 14px 24px rgba(10, 22, 56, 0.07);
    }

    22%,
    38% {
        transform: translateY(-10px);
        border-color: rgba(255, 145, 33, 0.44);
        box-shadow: 0 28px 42px rgba(10, 22, 56, 0.16);
    }

    46% {
        transform: translateY(4px);
    }
}

@keyframes launchStepBeacon {
    0%,
    16%,
    100% {
        background: #ff8904;
        box-shadow: 0 0 0 4px rgba(255, 137, 4, 0.18);
    }

    22%,
    38% {
        background: #ffb15c;
        box-shadow: 0 0 0 7px rgba(255, 177, 92, 0.24), 0 0 18px rgba(255, 137, 4, 0.42);
    }
}

@keyframes launchStepLine {
    0%,
    16%,
    100% {
        opacity: 0.5;
        transform: scaleX(0.62);
        box-shadow: none;
    }

    22%,
    38% {
        opacity: 0.98;
        transform: scaleX(1);
        box-shadow: 0 0 18px rgba(255, 137, 4, 0.26);
    }
}

@keyframes launchStepMobile {
    0%,
    16%,
    100% {
        transform: translateX(0);
        border-color: rgba(17, 31, 72, 0.14);
        box-shadow: 0 14px 24px rgba(10, 22, 56, 0.07);
    }

    22%,
    38% {
        transform: translateX(14px);
        border-color: rgba(255, 145, 33, 0.44);
        box-shadow: 0 22px 34px rgba(10, 22, 56, 0.14);
    }

    46% {
        transform: translateX(5px);
    }
}

@keyframes launchStepDesktopDark {
    0%,
    16%,
    100% {
        transform: translateY(12px);
        border-color: rgba(168, 188, 248, 0.25);
        box-shadow: 0 14px 26px rgba(0, 7, 22, 0.35);
    }

    22%,
    38% {
        transform: translateY(-10px);
        border-color: rgba(255, 183, 107, 0.46);
        box-shadow: 0 30px 44px rgba(0, 8, 24, 0.48);
    }

    46% {
        transform: translateY(4px);
    }
}

@keyframes launchStepMobileDark {
    0%,
    16%,
    100% {
        transform: translateX(0);
        border-color: rgba(168, 188, 248, 0.25);
        box-shadow: 0 14px 26px rgba(0, 7, 22, 0.35);
    }

    22%,
    38% {
        transform: translateX(14px);
        border-color: rgba(255, 183, 107, 0.46);
        box-shadow: 0 24px 36px rgba(0, 8, 24, 0.44);
    }

    46% {
        transform: translateX(5px);
    }
}

@media (max-width: 767px) {
    .journal-metrics,
    .journal-lead-excerpt,
    .journal-rail-card p,
    .delivery-node {
        display: none;
    }

    .launch-map-step {
        transform: translateX(0);
    }

    .launch-map-step.fade-stagger {
        animation-name: launchStepMobile;
    }
}

[data-theme='dark'] .launch-map-step.fade-stagger {
    animation-name: launchStepDesktopDark;
}

@media (max-width: 767px) {
    [data-theme='dark'] .launch-map-step.fade-stagger {
        animation-name: launchStepMobileDark;
    }
}

.value-mosaic {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 860px) {
    .value-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1500px) {
    .value-mosaic {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.value-mosaic-card {
    position: relative;
    overflow: hidden;
    min-height: 14rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(17, 31, 72, 0.14);
    padding: 1.15rem 1.1rem 1.2rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 250, 255, 0.93)),
        rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 32px rgba(9, 21, 55, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    isolation: isolate;
}

.value-mosaic-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(17, 31, 72, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 31, 72, 0.04) 1px, transparent 1px);
    background-size: 1.1rem 1.1rem;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 80%);
    pointer-events: none;
}

.value-mosaic-card::after {
    content: "";
    position: absolute;
    width: 10rem;
    height: 10rem;
    right: -2.8rem;
    bottom: -3.2rem;
    border-radius: 999px;
    opacity: 0.78;
    filter: blur(4px);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.value-mosaic-card:hover {
    transform: translateY(-5px) rotate(-0.25deg);
    box-shadow: 0 26px 40px rgba(9, 21, 55, 0.14);
}

.value-mosaic-card:hover::after {
    transform: scale(1.08);
    opacity: 1;
}

.value-mosaic-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.value-mosaic-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.95rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(17, 31, 72, 0.14);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.value-mosaic-icon img {
    width: 1.2rem;
    height: 1.2rem;
    filter: brightness(0) saturate(100%) invert(16%) sepia(35%) saturate(1327%) hue-rotate(199deg) brightness(95%) contrast(92%);
}

.value-mosaic-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 31, 72, 0.1);
    background: rgba(255, 255, 255, 0.82);
    color: #49577e;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.value-mosaic-title {
    max-width: 14ch;
    color: #111c45;
    line-height: 1.02;
}

.value-mosaic-text {
    max-width: 34ch;
    color: #55637f;
    line-height: 1.5;
}

.about-value-mosaic + .value-grid.pb-10 {
    display: none;
}

.value-mosaic-card--amber::after {
    background: radial-gradient(circle, rgba(255, 151, 62, 0.36) 0%, rgba(255, 151, 62, 0) 70%);
}

.value-mosaic-card--blue::after {
    background: radial-gradient(circle, rgba(91, 126, 255, 0.32) 0%, rgba(91, 126, 255, 0) 70%);
}

.value-mosaic-card--green::after {
    background: radial-gradient(circle, rgba(61, 187, 156, 0.32) 0%, rgba(61, 187, 156, 0) 70%);
}

.value-mosaic-card--violet::after {
    background: radial-gradient(circle, rgba(126, 118, 255, 0.3) 0%, rgba(126, 118, 255, 0) 70%);
}

.value-mosaic-card--graphite::after {
    background: radial-gradient(circle, rgba(28, 42, 87, 0.28) 0%, rgba(28, 42, 87, 0) 70%);
}

.launch-map {
    border: 1px solid rgba(17, 31, 72, 0.12);
    background:
        radial-gradient(24rem 12rem at 8% 8%, rgba(255, 145, 33, 0.15), transparent 76%),
        radial-gradient(22rem 11rem at 92% 92%, rgba(84, 126, 255, 0.14), transparent 78%),
        #f9fbff;
}

.launch-map-shell {
    display: grid;
    gap: 1rem;
}

.launch-map-visual {
    position: relative;
    min-height: clamp(14rem, 26vw, 17rem);
    overflow: hidden;
    border-radius: 1.2rem;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background:
        radial-gradient(16rem 8rem at 12% 88%, rgba(255, 145, 33, 0.16), transparent 72%),
        radial-gradient(16rem 9rem at 90% 10%, rgba(112, 145, 255, 0.16), transparent 70%),
        linear-gradient(145deg, #f6f9ff 0%, #edf3ff 62%, #e8eefc 100%);
}

.launch-map-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(23, 40, 90, 0.06) 0 1px, transparent 1px 32px),
        repeating-linear-gradient(0deg, rgba(23, 40, 90, 0.06) 0 1px, transparent 1px 32px);
    pointer-events: none;
}

.launch-map-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.launch-map-path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.launch-map-path--base {
    stroke: rgba(34, 51, 101, 0.46);
    stroke-width: 2.8;
    stroke-dasharray: 2 8;
}

.launch-map-path--active {
    stroke: #ff8904;
    stroke-width: 5;
    filter: drop-shadow(0 0 12px rgba(255, 137, 4, 0.64));
}

.launch-map-beacon {
    position: absolute;
    left: 6%;
    top: 80%;
    width: 0.98rem;
    height: 0.98rem;
    border-radius: 999px;
    background: #ff8904;
    box-shadow: 0 0 0 0 rgba(255, 137, 4, 0.28);
    transform: translate(-50%, -50%);
    transition: left 1.05s cubic-bezier(0.22, 1, 0.36, 1), top 1.05s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s ease;
    z-index: 2;
}

.launch-map-visual:hover .launch-map-beacon,
.launch-map-step.is-active ~ .launch-map-beacon {
    box-shadow: 0 0 0 10px rgba(255, 137, 4, 0.08);
}

.launch-map-node {
    position: absolute;
    z-index: 3;
    width: 2.2rem;
    height: 2.2rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(17, 31, 72, 0.18);
    background: rgba(255, 255, 255, 0.92);
    color: #1b2a57;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    transform: translate(-50%, -50%);
    transition: transform 0.42s ease, background 0.42s ease, border-color 0.42s ease, box-shadow 0.42s ease;
}

.launch-map-node.is-active {
    background: rgba(255, 137, 4, 0.2);
    border-color: rgba(255, 169, 87, 0.88);
    box-shadow: 0 14px 28px rgba(10, 20, 53, 0.18);
    transform: translate(-50%, -50%) scale(1.08);
}

.launch-map-track {
    position: relative;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.launch-map-track::before {
    display: none;
}

.launch-map-step {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(17, 31, 72, 0.12);
    border-radius: 1rem;
    padding: 0.95rem 1rem 1.1rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 249, 255, 0.94)),
        rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 24px rgba(10, 22, 56, 0.06);
    opacity: 0.58;
    transform: translateY(14px);
    transition: transform 1.02s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.57s ease, box-shadow 0.57s ease, border-color 0.57s ease, background 0.57s ease;
}

.launch-map-step::before {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.75rem;
    height: 0.2rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 137, 4, 0.2), rgba(79, 111, 220, 0.18));
    opacity: 0.82;
    transform: scaleX(0.78);
    transform-origin: left center;
    transition: transform 1.02s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.57s ease, box-shadow 0.57s ease;
}

.launch-map-step.is-active {
    opacity: 1;
    transform: translateY(-6px);
    border-color: rgba(255, 158, 84, 0.42);
    box-shadow: 0 22px 34px rgba(10, 22, 56, 0.12);
    background:
        radial-gradient(14rem 7rem at 100% 0%, rgba(255, 169, 87, 0.14), transparent 74%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 255, 0.96));
}

.launch-map-step.is-active::before {
    transform: scaleX(1);
    opacity: 1;
    box-shadow: 0 0 18px rgba(255, 137, 4, 0.22);
}

.launch-map-step:hover {
    border-color: rgba(255, 158, 84, 0.36);
    box-shadow: 0 18px 28px rgba(10, 22, 56, 0.1);
}

.launch-map-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 31, 72, 0.15);
    background: rgba(255, 255, 255, 0.86);
    color: #1b2a57;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.launch-map-step h4 {
    margin-top: 0.65rem;
    font-size: 1.14rem;
    line-height: 1.04;
    letter-spacing: -0.02em;
    color: #121d46;
}

.launch-map-step p {
    margin-top: 0.45rem;
    color: #526084;
    font-size: 0.9rem;
    line-height: 1.5;
}

@media (min-width: 980px) {
    .launch-map-track {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .launch-map-node {
        width: 1.9rem;
        height: 1.9rem;
        font-size: 0.68rem;
    }

    .launch-map-step {
        transform: translateX(0);
    }

    .launch-map-step.is-active {
        transform: translateX(12px);
    }
}

.journal-lead::after {
    background:
        linear-gradient(112deg, rgba(6, 14, 34, 0.92) 0%, rgba(8, 17, 44, 0.82) 24%, rgba(10, 20, 50, 0.56) 42%, rgba(9, 18, 46, 0.2) 62%, rgba(9, 18, 46, 0) 78%),
        linear-gradient(180deg, rgba(10, 18, 44, 0.04) 0%, rgba(12, 22, 54, 0.22) 34%, rgba(8, 17, 44, 0.84) 100%),
        radial-gradient(18rem 13rem at 16% 14%, color-mix(in srgb, var(--article-glow, rgba(255, 137, 4, 0.18)) 52%, white), transparent 72%);
}

.journal-lead-copy {
    align-self: end;
    max-width: min(100%, 46rem);
}

.journal-lead h4 {
    max-width: 11ch;
    color: #f6f9ff;
    text-shadow: 0 14px 28px rgba(2, 8, 22, 0.38);
}

.journal-lead-excerpt {
    max-width: 46ch;
    font-size: 0.9rem;
    color: rgba(234, 241, 255, 0.88);
}

.journal-meta-row .journal-chip,
.journal-note {
    border-color: rgba(237, 244, 255, 0.14);
    background: rgba(10, 22, 54, 0.34);
    color: rgba(237, 244, 255, 0.9);
}

.journal-rail-card p {
    font-size: 0.82rem;
    line-height: 1.4;
}

.journal-strip {
    display: none;
}

#interactive-roadmap .mb-4 > p,
.interactive-block > .mb-5 > p[data-i18n="about.lens.caption"],
.interactive-block > .mb-5 > p[data-i18n="about.orbit.caption"],
#priority-simulator > .mb-5 > p[data-i18n="about.composer.caption"] {
    display: none;
}

.roadmap-node--3 {
    left: 54%;
    top: 40%;
}

.roadmap-node--4 {
    left: 83.5%;
    top: 10%;
}

@media (max-width: 860px) {
    .roadmap-node--3 {
        left: 57%;
        top: 46%;
    }

    .roadmap-node--4 {
        left: 83%;
        top: 12%;
    }
}

[data-theme='dark'] .value-mosaic-card {
    border-color: rgba(148, 168, 224, 0.16);
    background:
        linear-gradient(180deg, rgba(9, 18, 42, 0.95), rgba(12, 22, 50, 0.92)),
        rgba(9, 18, 42, 0.94);
    box-shadow: 0 18px 32px rgba(0, 8, 24, 0.34);
}

[data-theme='dark'] .value-mosaic-card::before {
    background-image:
        linear-gradient(rgba(188, 204, 246, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(188, 204, 246, 0.05) 1px, transparent 1px);
}

[data-theme='dark'] .value-mosaic-icon,
[data-theme='dark'] .value-mosaic-index {
    border-color: rgba(168, 188, 248, 0.14);
    background: rgba(255, 255, 255, 0.04);
}

[data-theme='dark'] .value-mosaic-icon img {
    filter: brightness(0) invert(1);
}

[data-theme='dark'] .value-mosaic-index {
    color: #dbe7ff;
}

[data-theme='dark'] .value-mosaic-title {
    color: #edf3ff;
}

[data-theme='dark'] .value-mosaic-text {
    color: #aab9dd;
}

[data-theme='dark'] .launch-map {
    border-color: rgba(148, 168, 224, 0.16);
    background:
        radial-gradient(24rem 12rem at 8% 8%, rgba(255, 156, 76, 0.14), transparent 76%),
        radial-gradient(22rem 11rem at 92% 92%, rgba(84, 126, 255, 0.18), transparent 78%),
        #081229;
}

[data-theme='dark'] .launch-map-visual {
    border-color: rgba(148, 168, 224, 0.16);
    background:
        radial-gradient(16rem 8rem at 12% 88%, rgba(255, 145, 33, 0.16), transparent 72%),
        radial-gradient(16rem 9rem at 90% 10%, rgba(112, 145, 255, 0.18), transparent 70%),
        linear-gradient(145deg, #0c1632 0%, #0b1736 62%, #091228 100%);
}

[data-theme='dark'] .launch-map-visual::before {
    background:
        repeating-linear-gradient(90deg, rgba(188, 204, 246, 0.05) 0 1px, transparent 1px 32px),
        repeating-linear-gradient(0deg, rgba(188, 204, 246, 0.05) 0 1px, transparent 1px 32px);
}

[data-theme='dark'] .launch-map-path--base {
    stroke: rgba(181, 197, 244, 0.42);
}

[data-theme='dark'] .launch-map-node,
[data-theme='dark'] .launch-map-index {
    border-color: rgba(168, 188, 248, 0.16);
    background: rgba(255, 255, 255, 0.05);
    color: #edf3ff;
}

[data-theme='dark'] .launch-map-node.is-active {
    background: rgba(255, 145, 33, 0.18);
    border-color: rgba(255, 184, 107, 0.78);
}

[data-theme='dark'] .launch-map-step {
    border-color: rgba(148, 168, 224, 0.16);
    background:
        linear-gradient(180deg, rgba(9, 18, 42, 0.94), rgba(12, 22, 50, 0.9)),
        rgba(9, 18, 42, 0.94);
    box-shadow: 0 18px 28px rgba(0, 8, 24, 0.26);
}

[data-theme='dark'] .launch-map-step.is-active {
    border-color: rgba(255, 184, 107, 0.44);
    background:
        radial-gradient(14rem 7rem at 100% 0%, rgba(255, 169, 87, 0.12), transparent 74%),
        linear-gradient(180deg, rgba(12, 22, 50, 0.98), rgba(10, 19, 44, 0.94));
}

[data-theme='dark'] .launch-map-step h4 {
    color: #edf3ff;
}

[data-theme='dark'] .launch-map-step p {
    color: #aab9dd;
}

#brief-content .brief-optional-note {
    display: grid;
    gap: 0.45rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(17, 31, 72, 0.1);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(255, 137, 4, 0.08), rgba(255, 255, 255, 0.86));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

#brief-content .brief-optional-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d76800;
}

#brief-content .brief-optional-copy {
    margin: 0;
    max-width: 60ch;
    font-size: 0.94rem;
    line-height: 1.55;
    color: #5c6787;
}

#brief-content .brief-accordion {
    padding-top: 1.15rem;
    border-top: 1px solid rgba(17, 31, 72, 0.1);
}

#brief-content .brief-accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 0;
    background: transparent;
    text-align: left;
}

#brief-content .brief-accordion-head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

#brief-content .brief-accordion-title {
    color: #1d2d5c;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

#brief-content .brief-accordion-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.45rem;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 137, 4, 0.16);
    background: rgba(255, 137, 4, 0.07);
    color: #c76600;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#brief-content .brief-accordion-icon {
    position: relative;
    flex: 0 0 auto;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 31, 72, 0.12);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 18px rgba(7, 16, 42, 0.08);
    transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

#brief-content .brief-accordion-icon::before,
#brief-content .brief-accordion-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.82rem;
    height: 1.5px;
    border-radius: 999px;
    background: #223261;
    transform: translate(-50%, -50%);
    transition: transform 0.22s ease, opacity 0.22s ease;
}

#brief-content .brief-accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

#brief-content .brief-accordion-trigger:hover .brief-accordion-icon {
    border-color: rgba(255, 137, 4, 0.22);
    background: #fff7ef;
    transform: translateY(-1px);
}

#brief-content .brief-accordion-panel {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.32s ease, opacity 0.24s ease, margin-top 0.32s ease;
}

#brief-content .brief-accordion.is-open .brief-accordion-panel {
    margin-top: 1rem;
    opacity: 1;
}

#brief-content .brief-accordion.is-open .brief-accordion-icon {
    border-color: rgba(255, 137, 4, 0.24);
    background: #fff7ef;
}

#brief-content .brief-accordion.is-open .brief-accordion-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleY(0.35);
}

#brief-content .brief-accordion-panel-inner {
    padding-top: 0.15rem;
}

@media (max-width: 767px) {
    #brief-content .brief-optional-note {
        padding: 0.95rem 1rem;
    }

    #brief-content .brief-accordion-title {
        font-size: 1rem;
    }

    #brief-content .brief-accordion-icon {
        width: 1.95rem;
        height: 1.95rem;
    }
}

[data-theme='dark'] #brief-content .brief-optional-note {
    border-color: rgba(166, 186, 244, 0.18);
    background: linear-gradient(180deg, rgba(255, 145, 33, 0.14), rgba(16, 27, 60, 0.78));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

[data-theme='dark'] #brief-content .brief-optional-eyebrow {
    color: #ffbf76;
}

[data-theme='dark'] #brief-content .brief-optional-copy {
    color: #a9b8dc;
}

[data-theme='dark'] #brief-content .brief-accordion {
    border-top-color: rgba(166, 186, 244, 0.16);
}

[data-theme='dark'] #brief-content .brief-accordion-title {
    color: #e9f1ff;
}

[data-theme='dark'] #brief-content .brief-accordion-badge {
    border-color: rgba(255, 183, 107, 0.2);
    background: rgba(255, 183, 107, 0.12);
    color: #ffcb89;
}

[data-theme='dark'] #brief-content .brief-accordion-icon {
    border-color: rgba(166, 186, 244, 0.22);
    background: rgba(15, 28, 66, 0.9);
    box-shadow: 0 12px 22px rgba(0, 8, 24, 0.18);
}

[data-theme='dark'] #brief-content .brief-accordion-icon::before,
[data-theme='dark'] #brief-content .brief-accordion-icon::after {
    background: #edf3ff;
}

[data-theme='dark'] #brief-content .brief-accordion-trigger:hover .brief-accordion-icon,
[data-theme='dark'] #brief-content .brief-accordion.is-open .brief-accordion-icon {
    border-color: rgba(255, 183, 107, 0.28);
    background: rgba(23, 39, 85, 0.96);
}
