/* NexTechOne premium interface layer — native, lightweight and Elementor-free. */

:root {
    --premium-navy: #060d1a;
    --premium-panel: #0d182a;
    --premium-panel-2: #111f35;
    --premium-blue: #6d74ff;
    --premium-cyan: #51e2ff;
    --premium-lime: #c9fa58;
    --premium-line: rgba(158, 186, 232, .18);
    --display: "NTO Inter", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#glt-translate-trigger {
    padding: 10px 14px !important;
    border: 1px solid rgba(186, 208, 242, .2) !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-radius: 0 12px 0 0 !important;
    background: rgba(8, 19, 34, .92) !important;
    box-shadow: 0 -8px 28px rgba(3, 10, 20, .2) !important;
    backdrop-filter: blur(12px);
}

#glt-translate-trigger > span {
    font-size: 0 !important;
}

#glt-translate-trigger > span::after {
    content: "ES · EN · PT";
    color: #e9f1fc;
    font: 800 10px/1 var(--font);
    letter-spacing: .08em;
}

.site-header {
    box-shadow: 0 1px 0 rgba(22, 35, 57, .04), 0 10px 35px rgba(23, 36, 59, .035);
}

.nav-links > .button-primary {
    background: linear-gradient(135deg, #111d31, #273a59);
    box-shadow: 0 10px 24px rgba(9, 17, 31, .17);
}

.hero--premium {
    min-height: 790px;
    isolation: isolate;
    padding: 104px 0 90px;
    background:
        radial-gradient(circle at 76% 16%, rgba(77, 62, 214, .38), transparent 31%),
        radial-gradient(circle at 24% 105%, rgba(6, 151, 183, .24), transparent 39%),
        linear-gradient(132deg, #06101c 0%, #081221 50%, #090d24 100%);
}

.hero--premium::before {
    z-index: -2;
    opacity: .24;
    background-image:
        linear-gradient(rgba(155, 193, 240, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(155, 193, 240, .055) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .4) 70%, transparent);
}

.hero--premium::after {
    z-index: -1;
    left: 58%;
    bottom: -480px;
    width: 850px;
    height: 850px;
    border-color: rgba(92, 214, 255, .14);
    box-shadow: 0 0 0 90px rgba(105, 91, 255, .03), 0 0 0 180px rgba(75, 219, 255, .02);
    transform: none;
}

.hero-particles {
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    opacity: .9;
}

.hero-aurora {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}

.hero-aurora--one {
    top: 12%;
    right: 5%;
    width: 310px;
    height: 310px;
    background: rgba(97, 69, 255, .3);
}

.hero-aurora--two {
    bottom: -8%;
    left: -4%;
    width: 360px;
    height: 320px;
    background: rgba(37, 200, 218, .16);
}

.premium-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr);
    align-items: center;
    gap: 58px;
}

.premium-hero-copy {
    padding: 16px 0;
}

.premium-hero-copy .eyebrow {
    color: var(--premium-lime);
}

.hero--premium h1 {
    max-width: 710px;
    margin-bottom: 26px;
    font-size: clamp(54px, 5.25vw, 78px);
    line-height: .98;
    letter-spacing: -.072em;
}

.hero--premium h1 span {
    background: linear-gradient(97deg, #d7ff71 4%, #76e9ff 92%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.hero--premium .hero-copy {
    max-width: 650px;
    color: #bbc8dc;
    font-size: 18px;
    line-height: 1.68;
}

.hero--premium .hero-cta {
    background: linear-gradient(135deg, #d4ff68, #abed4a);
    color: #10200d;
    box-shadow: 0 15px 34px rgba(188, 246, 78, .17);
}

.hero--premium .button-ghost {
    border-color: rgba(194, 215, 255, .24);
    background: rgba(255, 255, 255, .045);
    backdrop-filter: blur(10px);
}

.hero--premium .hero-proof {
    margin-top: 51px;
}

.hero--premium .hero-proof > div {
    padding-right: 21px;
    padding-left: 21px;
}

.hero--premium .hero-proof strong {
    color: #f7faff;
    font-size: 16px;
}

.hero--premium .hero-proof span {
    max-width: 125px;
    color: #7f90aa;
}

.hero-command {
    position: relative;
    min-height: 555px;
}

.command-glow {
    position: absolute;
    inset: 13% 7% 4%;
    border-radius: 50%;
    background: rgba(79, 69, 235, .34);
    filter: blur(78px);
}

.command-shell {
    position: absolute;
    z-index: 2;
    inset: 16px 0 18px 14px;
    overflow: hidden;
    padding: 20px 21px 17px;
    border: 1px solid rgba(171, 199, 245, .28);
    border-radius: 27px;
    background:
        linear-gradient(154deg, rgba(20, 36, 61, .97), rgba(7, 16, 30, .98) 68%),
        #0a1425;
    box-shadow:
        inset 0 1px rgba(255, 255, 255, .1),
        inset 0 0 55px rgba(99, 84, 236, .06),
        0 45px 90px rgba(0, 0, 0, .4);
}

.command-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .48;
    background-image:
        linear-gradient(rgba(175, 205, 250, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(175, 205, 250, .055) 1px, transparent 1px);
    background-size: 27px 27px;
    mask-image: linear-gradient(#000, transparent 78%);
    pointer-events: none;
}

.command-topbar,
.command-heading,
.command-kpis,
.command-main,
.command-footer {
    position: relative;
    z-index: 1;
}

.command-topbar,
.command-heading,
.command-chart-head,
.chart-legend,
.flow-title,
.command-activity,
.command-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.command-topbar {
    padding-bottom: 16px;
    color: #8fa2bf;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
}

.command-brand {
    display: flex;
    align-items: center;
    gap: 7px;
}

.command-brand i {
    width: 9px;
    height: 9px;
    border: 2px solid var(--premium-lime);
    border-radius: 3px;
    box-shadow: 0 0 13px rgba(201, 250, 88, .48);
}

.command-live {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--premium-lime);
}

.command-live b,
.command-activity i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--premium-lime);
    box-shadow: 0 0 12px var(--premium-lime);
    animation: premium-pulse 2.4s ease-in-out infinite;
}

.command-heading {
    padding: 13px 0 18px;
    border-top: 1px solid var(--premium-line);
}

.command-heading div span {
    display: block;
    margin-bottom: 4px;
    color: #7588a7;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .11em;
}

.command-heading strong {
    font-family: var(--display);
    font-size: 20px;
    letter-spacing: -.035em;
}

.command-health {
    padding: 7px 9px;
    border: 1px solid rgba(201, 250, 88, .16);
    border-radius: 999px;
    background: rgba(201, 250, 88, .055);
    color: #bce65c;
    font-size: 8px;
    font-weight: 800;
}

.command-kpis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.command-kpi {
    min-width: 0;
    padding: 12px 10px 11px;
    border: 1px solid rgba(170, 198, 241, .13);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(37, 56, 87, .7), rgba(13, 26, 46, .6));
    box-shadow: inset 0 1px rgba(255, 255, 255, .055);
}

.command-kpi span,
.command-kpi strong,
.command-kpi small {
    display: block;
}

.command-kpi span {
    overflow: hidden;
    margin-bottom: 4px;
    color: #8293ad;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .04em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.command-kpi strong {
    font-family: var(--display);
    font-size: 20px;
    line-height: 1;
    letter-spacing: -.045em;
}

.command-kpi small {
    margin-top: 5px;
    color: #8293ad;
    font-size: 7px;
}

.command-kpi .is-up {
    color: var(--premium-lime);
}

.command-main {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 10px;
    margin-top: 10px;
}

.command-chart,
.command-flow {
    min-width: 0;
    border: 1px solid rgba(170, 198, 241, .13);
    border-radius: 14px;
    background: rgba(9, 20, 37, .66);
}

.command-chart {
    padding: 13px 14px 10px;
}

.command-chart-head,
.flow-title {
    color: #8395b0;
    font-size: 7px;
    font-weight: 800;
}

.command-chart-head span,
.flow-title span {
    color: #c7d2e4;
    letter-spacing: .04em;
}

.command-chart-head b,
.flow-title b {
    color: #7184a2;
    font-size: 7px;
}

.command-chart svg {
    display: block;
    width: 100%;
    height: 130px;
    margin: 7px 0 1px;
    overflow: visible;
}

.chart-grid {
    fill: none;
    stroke: rgba(154, 183, 226, .11);
    stroke-width: 1;
}

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

.chart-line {
    fill: none;
    stroke: var(--premium-cyan);
    stroke-width: 3;
    stroke-linecap: round;
    filter: drop-shadow(0 0 6px rgba(81, 226, 255, .55));
    stroke-dasharray: 620;
    stroke-dashoffset: 620;
    animation: chart-draw 2.5s .35s ease forwards;
}

.chart-point {
    fill: var(--premium-lime);
    stroke: rgba(201, 250, 88, .22);
    stroke-width: 7;
}

.chart-legend {
    color: #8293ad;
    font-size: 7px;
}

.chart-legend span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.chart-legend i {
    width: 7px;
    height: 2px;
    background: var(--premium-cyan);
}

.chart-legend strong {
    color: var(--premium-lime);
    font-size: 10px;
}

.command-flow {
    padding: 13px 12px 10px;
}

.flow-title b {
    color: var(--premium-lime);
}

.flow-path {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 11px;
}

.flow-path::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 20%;
    right: 20%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(81, 226, 255, .46), transparent);
}

.flow-node {
    position: relative;
    z-index: 1;
    padding: 8px;
    border: 1px solid rgba(162, 191, 237, .14);
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(31, 49, 78, .9), rgba(15, 29, 50, .93));
}

.flow-node i,
.flow-node span,
.flow-node small {
    display: block;
}

.flow-node i {
    color: var(--premium-cyan);
    font-size: 7px;
    font-style: normal;
    font-weight: 850;
}

.flow-node span {
    margin-top: 6px;
    color: #eef4ff;
    font-size: 9px;
    font-weight: 800;
}

.flow-node small {
    margin-top: 1px;
    color: #778ba9;
    font-size: 7px;
}

.command-activity {
    gap: 6px;
    margin-top: 10px;
    padding: 8px;
    border-radius: 9px;
    background: rgba(83, 226, 255, .055);
    color: #93a6c1;
    font-size: 6px;
}

.command-activity span {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 6px;
}

.command-activity i {
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    background: var(--premium-cyan);
    box-shadow: 0 0 10px var(--premium-cyan);
}

.command-activity b {
    color: var(--premium-cyan);
    font-size: 6px;
}

.command-footer {
    margin-top: 10px;
    padding-top: 11px;
    border-top: 1px solid var(--premium-line);
    color: #778ba9;
    font-size: 7px;
}

.command-footer b {
    color: var(--premium-lime);
    letter-spacing: .08em;
}

.command-float {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(190, 212, 249, .26);
    background: rgba(15, 29, 51, .86);
    backdrop-filter: blur(13px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .08);
}

.command-float--ai {
    top: -8px;
    right: 25px;
    padding: 10px 13px;
    border-radius: 13px;
    animation: command-float 5s ease-in-out infinite;
}

.command-float--ai i {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 9px;
    background: linear-gradient(135deg, #7762ff, #26c9e8);
    color: #fff;
    font-style: normal;
}

.command-float--ai span,
.command-float--ai b,
.command-float--roi span,
.command-float--roi small,
.command-float--roi b {
    display: block;
}

.command-float--ai span {
    color: #879ab7;
    font-size: 7px;
}

.command-float--ai b {
    color: #fff;
    font-size: 10px;
}

.command-float--roi {
    right: -17px;
    bottom: -1px;
    padding: 10px 12px 10px 14px;
    border-radius: 14px;
    animation: command-float 5.5s .8s ease-in-out infinite;
}

.command-float--roi small {
    color: #8295b3;
    font-size: 7px;
    text-transform: uppercase;
}

.command-float--roi b {
    margin-top: 1px;
    color: #fff;
    font-family: var(--display);
    font-size: 19px;
    letter-spacing: -.04em;
}

.command-float--roi > i {
    color: var(--premium-lime);
    font-size: 18px;
    font-style: normal;
}

.ticker--premium {
    border-color: #dfe6ef;
    background: #fff;
}

.ticker--premium .ticker-inner {
    justify-content: space-between;
    gap: 18px;
    color: #47566d;
}

.ticker--premium i {
    color: #6d50ed;
}

.premium-solutions {
    overflow: hidden;
    background:
        radial-gradient(circle at 96% 7%, #edf1ff, transparent 24%),
        #fff;
}

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

.automation-card {
    position: relative;
    overflow: hidden;
    min-height: 440px;
    padding: 28px 25px 25px;
    border: 1px solid #dce4ef;
    border-radius: 23px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 17px 45px rgba(31, 44, 68, .045);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.automation-card::after {
    content: "";
    position: absolute;
    right: -85px;
    bottom: -95px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(105, 70, 255, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 27px rgba(105, 70, 255, .025);
}

.automation-card:hover {
    z-index: 2;
    transform: translateY(-8px);
    border-color: #c5ccf5;
    box-shadow: 0 28px 58px rgba(31, 44, 68, .11);
}

.automation-card--featured {
    border-color: rgba(113, 87, 245, .4);
    background:
        radial-gradient(circle at 100% 0, rgba(91, 226, 255, .13), transparent 32%),
        linear-gradient(145deg, #121e35, #0c1527);
    color: #fff;
    box-shadow: 0 24px 55px rgba(21, 28, 67, .18);
}

.automation-card--featured p:not(.automation-label),
.automation-card--featured li {
    color: #afbdd0;
}

.automation-card--featured li {
    border-color: rgba(197, 214, 245, .15);
}

.automation-number {
    position: absolute;
    top: 26px;
    right: 24px;
    color: #9ba8bc;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

.automation-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
    place-items: center;
    border: 1px solid #d8dfed;
    border-radius: 15px;
    background: linear-gradient(145deg, #f7f9fc, #edf1f7);
    color: #5a42de;
    font-family: var(--display);
    font-size: 20px;
    font-weight: 800;
    box-shadow: inset 0 1px #fff;
}

.automation-card--featured .automation-icon {
    border-color: rgba(183, 205, 246, .21);
    background: linear-gradient(145deg, #6652ee, #1c99c0);
    color: #fff;
    box-shadow: 0 10px 28px rgba(86, 69, 230, .3);
}

.automation-label {
    margin-bottom: 10px;
    color: #6048e0;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .14em;
}

.automation-card--featured .automation-label {
    color: var(--premium-lime);
}

.automation-card h3 {
    position: relative;
    z-index: 1;
    min-height: 69px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.08;
    letter-spacing: -.043em;
}

.automation-card > p:not(.automation-label) {
    position: relative;
    z-index: 1;
    min-height: 105px;
    margin-bottom: 20px;
    color: #59677d;
    font-size: 14px;
    line-height: 1.65;
}

.automation-card ul {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}

.automation-card li {
    padding: 8px 0;
    border-top: 1px solid #e6ebf2;
    color: #39485f;
    font-size: 11px;
    font-weight: 750;
}

.automation-card li::before {
    content: "✓";
    margin-right: 7px;
    color: #684bee;
}

.premium-outcomes {
    position: relative;
    background:
        radial-gradient(circle at 100% 0, rgba(86, 226, 255, .09), transparent 25%),
        #f2f5fa;
}

.premium-scorecard {
    overflow: hidden;
    border-color: rgba(147, 176, 223, .24);
    background:
        radial-gradient(circle at 100% 0, rgba(95, 74, 241, .35), transparent 38%),
        linear-gradient(145deg, #101d31, #0b1424);
}

.premium-scorecard::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .17;
    background-image:
        linear-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .16) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.premium-scorecard > * {
    position: relative;
    z-index: 1;
}

.scorecard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scorecard-top > span {
    color: var(--premium-lime);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .11em;
}

.premium-scorecard h3 {
    max-width: 470px;
}

.scorecard-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    margin-top: 26px;
}

.scorecard-grid > div {
    padding: 15px;
    border: 1px solid rgba(173, 199, 240, .14);
    border-radius: 13px;
    background: rgba(255, 255, 255, .04);
}

.scorecard-grid span,
.scorecard-grid strong,
.scorecard-grid small {
    display: block;
}

.scorecard-grid span {
    color: #8497b4;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.scorecard-grid strong {
    margin: 5px 0 3px;
    color: #fff;
    font-family: var(--display);
    font-size: 26px;
    letter-spacing: -.045em;
}

.scorecard-grid small {
    color: var(--premium-cyan);
    font-size: 9px;
}

.scorecard-note {
    margin: 18px 0 0 !important;
    color: #71839e !important;
    font-size: 9px !important;
}

.premium-method .step {
    border-top-color: #d5ddea;
}

.premium-method .step::before {
    background: linear-gradient(135deg, #7959ff, #4bcce6);
}

.premium-cases .case {
    min-height: 385px;
    border-color: rgba(187, 207, 239, .2);
    background:
        radial-gradient(circle at 100% 0, rgba(89, 72, 235, .36), transparent 36%),
        linear-gradient(145deg, #101d31, #0a1425);
}

.premium-cases .case:nth-child(2) {
    background:
        radial-gradient(circle at 100% 0, rgba(43, 201, 222, .27), transparent 38%),
        linear-gradient(145deg, #111f31, #091723);
}

.premium-cases .case h3 {
    max-width: 535px;
    font-size: clamp(30px, 3vw, 45px);
}

.case-metric {
    display: block;
    margin-top: 40px;
    color: var(--premium-lime);
    font-family: var(--display);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.04em;
}

.case-metric small {
    display: block;
    margin-top: 2px;
    color: #8191aa;
    font: 750 9px var(--font);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.premium-team {
    background:
        radial-gradient(circle at 0 20%, #eef4ff, transparent 24%),
        #fff;
}

.team--four {
    grid-template-columns: repeat(4, 1fr);
}

.premium-team .person {
    min-height: 385px;
    padding: 23px;
    border-color: #dce4ef;
    background: linear-gradient(155deg, #fff, #f8faff);
}

.premium-team .person::after {
    border-color: rgba(102, 79, 226, .2);
}

.premium-team .person img {
    width: 100%;
    height: 190px;
    margin-bottom: 20px;
    border: 0;
    border-radius: 16px;
    box-shadow: none;
    filter: saturate(.88) contrast(1.02);
}

.premium-team .person h3 {
    font-size: 21px;
}

.person-role {
    margin-bottom: 6px !important;
    color: #6447e3 !important;
    font-size: 9px !important;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.premium-team .person > p:not(.person-role) {
    min-height: 63px;
    font-size: 12px;
    line-height: 1.65;
}

.cta--premium {
    background:
        radial-gradient(circle at 88% 0, rgba(93, 229, 255, .65), transparent 23%),
        linear-gradient(110deg, #5534db, #324bdd 53%, #119ab9);
}

/* Premium native client case study. */
.client-case-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 48px 0 0;
    background:
        radial-gradient(circle at 85% 8%, rgba(92, 74, 237, .4), transparent 27%),
        radial-gradient(circle at 6% 98%, rgba(43, 201, 222, .18), transparent 35%),
        linear-gradient(145deg, #07111f, #0b1227);
    color: #fff;
}

.client-case-hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: .23;
    background-image:
        linear-gradient(rgba(164, 195, 239, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(164, 195, 239, .07) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(90deg, #000, transparent 84%);
}

.case-hero-orb {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(84, 219, 255, .15);
    border-radius: 50%;
}

.case-hero-orb--one {
    top: -260px;
    right: -160px;
    width: 680px;
    height: 680px;
    box-shadow: 0 0 0 60px rgba(91, 73, 236, .025), 0 0 0 120px rgba(82, 222, 255, .018);
}

.case-hero-orb--two {
    bottom: -360px;
    left: -210px;
    width: 640px;
    height: 640px;
}

.case-back {
    display: inline-flex;
    margin-bottom: 38px;
    color: #92a3bb;
    font-size: 11px;
    font-weight: 750;
    transition: color .2s ease, transform .2s ease;
}

.case-back:hover {
    color: #fff;
    transform: translateX(-3px);
}

.client-case-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 70px;
    padding-bottom: 55px;
}

.client-case-intro .eyebrow {
    color: var(--premium-lime);
}

.client-case-intro h1 {
    max-width: 660px;
    margin-bottom: 24px;
    font-size: clamp(52px, 6vw, 82px);
    line-height: .97;
    letter-spacing: -.072em;
}

.client-case-intro > p:not(.eyebrow) {
    max-width: 650px;
    margin-bottom: 0;
    color: #bdc9da;
    font-size: 18px;
    line-height: 1.72;
}

.client-case-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 31px;
}

.case-button-primary {
    background: var(--premium-lime);
    color: #10200d;
    box-shadow: 0 12px 28px rgba(189, 243, 80, .16);
}

.case-button-secondary {
    border: 1px solid rgba(193, 214, 248, .23);
    background: rgba(255, 255, 255, .045);
    color: #fff;
}

.client-case-visual {
    position: relative;
    min-height: 385px;
    overflow: hidden;
    border: 1px solid rgba(184, 208, 246, .24);
    border-radius: 26px;
    background: linear-gradient(145deg, #172743, #19184b);
    box-shadow: 0 38px 75px rgba(0, 0, 0, .31), inset 0 1px rgba(255, 255, 255, .1);
}

.client-case-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(4, 10, 19, .68));
    pointer-events: none;
}

.client-case-visual > img {
    width: 100%;
    height: 385px;
    object-fit: cover;
}

.client-monogram {
    display: grid;
    height: 385px;
    place-content: center;
    text-align: center;
}

.client-monogram span {
    color: var(--premium-lime);
    font-family: var(--display);
    font-size: 78px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.08em;
}

.client-monogram small {
    margin-top: 13px;
    color: #92a3bf;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .18em;
}

.case-visual-status {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(205, 222, 251, .19);
    border-radius: 13px;
    background: rgba(7, 17, 31, .77);
    backdrop-filter: blur(12px);
}

.case-visual-status i {
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--premium-lime);
    box-shadow: 0 0 13px var(--premium-lime);
}

.case-visual-status span,
.case-visual-status small {
    display: block;
}

.case-visual-status span {
    font-size: 12px;
    font-weight: 800;
}

.case-visual-status small {
    margin-bottom: 1px;
    color: #8295b1;
    font-size: 7px;
    letter-spacing: .1em;
}

.client-case-meta {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    border-top: 1px solid rgba(181, 207, 246, .18);
}

.case-meta-item {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 13px;
    padding: 23px 25px;
    border-right: 1px solid rgba(181, 207, 246, .18);
}

.case-meta-item:last-child {
    border-right: 0;
}

.case-meta-item > i {
    display: grid;
    flex: 0 0 39px;
    width: 39px;
    height: 39px;
    place-items: center;
    border: 1px solid rgba(174, 204, 246, .18);
    border-radius: 12px;
    background: rgba(255, 255, 255, .045);
    color: var(--premium-cyan);
    font-style: normal;
    font-weight: 850;
}

.case-meta-item span,
.case-meta-item small,
.case-meta-item strong {
    display: block;
    min-width: 0;
}

.case-meta-item small {
    margin-bottom: 3px;
    color: #778ba8;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.case-meta-item strong,
.case-meta-item a {
    overflow: hidden;
    color: #edf4ff;
    font-size: 13px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-meta-item a {
    color: var(--premium-lime);
}

.client-case-body {
    padding: 103px 0 115px;
    background: #fff;
}

.client-case-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
    gap: 94px;
}

.case-content-block + .case-content-block {
    margin-top: 88px;
}

.case-content-block h2,
.case-results h2 {
    max-width: 760px;
    margin: 0 0 23px;
    font-size: clamp(37px, 4.2vw, 56px);
    line-height: 1.03;
    letter-spacing: -.061em;
}

.case-lead {
    max-width: 790px;
    color: #47566d;
    font-size: 19px;
    line-height: 1.82;
}

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

.case-service-list > div {
    display: grid;
    grid-template-columns: 31px 1fr;
    gap: 12px;
    padding: 20px;
    border: 1px solid #e0e6ef;
    border-radius: 15px;
    background: linear-gradient(145deg, #fff, #f8fafd);
}

.case-service-list span {
    color: #6549e4;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .09em;
}

.case-service-list p {
    margin: 0;
    color: #46556b;
    font-size: 13px;
    line-height: 1.65;
}

.case-results {
    position: relative;
    overflow: hidden;
    margin-top: 90px;
    padding: 43px;
    border-radius: 25px;
    background:
        radial-gradient(circle at 100% 0, rgba(88, 76, 239, .38), transparent 36%),
        linear-gradient(145deg, #101e32, #091523);
    color: #fff;
    box-shadow: 0 24px 55px rgba(20, 31, 53, .16);
}

.case-results::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .16) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(125deg, #000, transparent 72%);
}

.case-results > * {
    position: relative;
    z-index: 1;
}

.case-results .eyebrow {
    color: var(--premium-lime);
}

.case-results h2 {
    color: #fff;
}

.case-results-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    margin-top: 32px;
}

.case-results-grid > div {
    display: grid;
    grid-template-columns: 27px 1fr;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(181, 205, 244, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .035);
}

.case-results-grid i {
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 50%;
    background: rgba(201, 250, 88, .12);
    color: var(--premium-lime);
    font-size: 10px;
    font-style: normal;
    font-weight: 850;
}

.case-results-grid p {
    margin: 0;
    color: #c1cdde;
    font-size: 12px;
    line-height: 1.65;
}

.client-case-aside {
    position: sticky;
    top: 105px;
}

.case-aside-card {
    padding: 28px;
    border: 1px solid #dbe3ed;
    border-radius: 21px;
    background: linear-gradient(145deg, #fff, #f7f9fd);
    box-shadow: 0 20px 45px rgba(30, 43, 67, .075);
}

.case-aside-card h2 {
    margin: 0 0 15px;
    font-size: 29px;
    line-height: 1.07;
    letter-spacing: -.05em;
}

.case-aside-card > p:not(.eyebrow) {
    color: #5d6b7e;
    font-size: 14px;
    line-height: 1.7;
}

.case-aside-card > .button {
    width: 100%;
    margin-top: 8px;
}

.case-aside-proof {
    display: grid;
    gap: 9px;
    margin-top: 24px;
    padding-top: 21px;
    border-top: 1px solid #e0e6ef;
}

.case-aside-proof span {
    color: #526079;
    font-size: 11px;
    font-weight: 700;
}

.case-aside-proof i {
    margin-right: 7px;
    color: #674ae8;
    font-style: normal;
}

.case-next {
    padding: 83px 0;
    background:
        radial-gradient(circle at 86% 0, rgba(76, 221, 245, .27), transparent 27%),
        linear-gradient(115deg, #5939db, #2b50db 58%, #158da6);
    color: #fff;
}

.case-next .nt-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 35px;
}

.case-next .eyebrow {
    grid-column: 1;
    margin-bottom: -21px;
    color: var(--premium-lime);
}

.case-next h2 {
    max-width: 800px;
    margin: 0;
    font-size: clamp(38px, 4.4vw, 59px);
    line-height: 1.02;
    letter-spacing: -.06em;
}

@keyframes premium-pulse {
    0%, 100% { opacity: .72; transform: scale(.88); }
    50% { opacity: 1; transform: scale(1.14); }
}

@keyframes chart-draw {
    to { stroke-dashoffset: 0; }
}

@keyframes command-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@media (max-width: 1120px) {
    .premium-hero-grid {
        grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
        gap: 34px;
    }

    .hero--premium h1 {
        font-size: clamp(49px, 5.4vw, 67px);
    }

    .command-shell {
        inset: 22px 0 24px;
    }

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

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

    .automation-card h3,
    .automation-card > p:not(.automation-label) {
        min-height: auto;
    }

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

@media (max-width: 900px) {
    .hero--premium {
        padding: 74px 0 66px;
    }

    .premium-hero-grid {
        grid-template-columns: 1fr;
    }

    .premium-hero-copy {
        max-width: 720px;
    }

    .hero-command {
        width: min(100%, 650px);
        min-height: 570px;
        margin: 12px auto 0;
    }

    .client-case-hero-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .client-case-visual {
        width: min(100%, 650px);
    }

    .client-case-layout {
        grid-template-columns: 1fr;
        gap: 65px;
    }

    .client-case-aside {
        position: static;
    }

    .case-aside-card {
        max-width: 620px;
    }
}

@media (max-width: 800px) {
    .ticker--premium .ticker-inner {
        justify-content: flex-start;
    }

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

    .premium-team .person img {
        height: 230px;
    }

    .client-case-meta {
        grid-template-columns: 1fr;
        margin: 0 -18px;
    }

    .case-meta-item {
        border-right: 0;
        border-bottom: 1px solid rgba(181, 207, 246, .18);
    }

    .case-meta-item:last-child {
        border-bottom: 0;
    }

    .client-case-body {
        padding: 75px 0 85px;
    }

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

    .case-next .nt-wrap {
        display: block;
    }

    .case-next .eyebrow {
        margin-bottom: 13px;
    }

    .case-next h2 {
        margin-bottom: 28px;
    }
}

@media (max-width: 620px) {
    .hero--premium {
        padding: 58px 0 54px;
    }

    .hero--premium h1 {
        font-size: clamp(43px, 13vw, 59px);
    }

    .hero--premium .hero-copy {
        font-size: 16px;
    }

    .hero--premium .hero-proof {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .hero--premium .hero-proof > div {
        padding: 0 10px;
    }

    .hero-command {
        min-height: 495px;
    }

    .command-shell {
        inset: 15px 0 20px;
        padding: 16px 14px 13px;
        border-radius: 21px;
    }

    .command-heading {
        padding: 10px 0 13px;
    }

    .command-heading strong {
        font-size: 16px;
    }

    .command-health {
        display: none;
    }

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

    .command-kpi:nth-child(n+3) {
        display: none;
    }

    .command-main {
        grid-template-columns: 1.12fr .88fr;
    }

    .command-chart svg {
        height: 118px;
    }

    .flow-path {
        grid-template-columns: 1fr;
    }

    .flow-node:nth-child(even) {
        display: none;
    }

    .command-activity {
        display: none;
    }

    .command-float--ai {
        top: 0;
        right: 9px;
    }

    .command-float--roi {
        right: 8px;
        bottom: 1px;
    }

    .automation-grid,
    .team--four {
        grid-template-columns: 1fr;
    }

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

    .premium-team .person img {
        height: 300px;
    }

    .client-case-hero {
        padding-top: 34px;
    }

    .case-back {
        margin-bottom: 28px;
    }

    .client-case-intro h1 {
        font-size: clamp(45px, 14vw, 64px);
    }

    .client-case-intro > p:not(.eyebrow) {
        font-size: 16px;
    }

    .client-case-actions {
        display: grid;
    }

    .client-case-actions .button {
        width: 100%;
    }

    .client-case-visual,
    .client-case-visual > img,
    .client-monogram {
        min-height: 290px;
        height: 290px;
    }

    .case-content-block + .case-content-block,
    .case-results {
        margin-top: 65px;
    }

    .case-results {
        padding: 28px 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .command-live b,
    .command-activity i,
    .chart-line,
    .command-float {
        animation: none;
    }

    .chart-line {
        stroke-dashoffset: 0;
    }
}
