.main-banner {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    overflow: hidden;
    margin-bottom: 1.5rem;
    background:
        linear-gradient(90deg, rgba(17, 24, 39, 0.98) 0%, rgba(17, 24, 39, 0.9) 44%, rgba(17, 24, 39, 0.68) 100%),
        #111827;
}

.main-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(107, 120, 154, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(107, 120, 154, 0.08) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.75), transparent 76%);
    pointer-events: none;
}

.main-banner::after {
    content: '';
    position: absolute;
    inset: 86px 32px 34px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    pointer-events: none;
}

#video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.13;
    filter: saturate(0.8) contrast(1.15);
}

.sun-particle-field {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.sun-particle-field::before {
    content: '';
    position: absolute;
    top: -20%;
    right: 4%;
    width: 44vw;
    height: 44vw;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 62%);
    filter: blur(18px);
}

.sun-particle-field::after {
    content: '';
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: 0;
    height: 230px;
    background:
        radial-gradient(circle at 10% 72%, rgba(255, 255, 255, 0.78) 0 2px, transparent 3px),
        radial-gradient(circle at 18% 86%, rgba(255, 255, 255, 0.48) 0 1px, transparent 2px),
        radial-gradient(circle at 27% 64%, rgba(255, 255, 255, 0.72) 0 2px, transparent 3px),
        radial-gradient(circle at 39% 80%, rgba(255, 255, 255, 0.42) 0 1px, transparent 2px),
        radial-gradient(circle at 51% 68%, rgba(255, 255, 255, 0.7) 0 2px, transparent 3px),
        radial-gradient(circle at 63% 84%, rgba(255, 255, 255, 0.46) 0 1px, transparent 2px),
        radial-gradient(circle at 74% 66%, rgba(255, 255, 255, 0.74) 0 2px, transparent 3px),
        radial-gradient(circle at 88% 78%, rgba(255, 255, 255, 0.44) 0 1px, transparent 2px),
        linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.08) 48%, rgba(107, 120, 154, 0.12) 100%);
    opacity: calc(0.16 + (var(--pain-bridge-progress, 0) * 0.72));
    transform: translate3d(0, calc(var(--pain-bridge-progress, 0) * 34px), 0);
    filter: blur(0.1px) drop-shadow(0 18px 28px rgba(107, 120, 154, 0.2));
    transition: opacity 0.16s linear, transform 0.16s linear;
}

.sun-particle-field span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
    animation: sunParticleDrift 11s linear infinite;
}

.sun-particle-field span:nth-child(1) { left: 8%; top: 22%; animation-duration: 14s; animation-delay: -2s; }
.sun-particle-field span:nth-child(2) { left: 17%; top: 66%; width: 3px; height: 3px; animation-duration: 12s; animation-delay: -7s; }
.sun-particle-field span:nth-child(3) { left: 24%; top: 36%; animation-duration: 16s; animation-delay: -4s; }
.sun-particle-field span:nth-child(4) { left: 34%; top: 74%; width: 5px; height: 5px; animation-duration: 18s; animation-delay: -10s; }
.sun-particle-field span:nth-child(5) { left: 43%; top: 28%; width: 3px; height: 3px; animation-duration: 13s; animation-delay: -1s; }
.sun-particle-field span:nth-child(6) { left: 52%; top: 61%; animation-duration: 15s; animation-delay: -8s; }
.sun-particle-field span:nth-child(7) { left: 61%; top: 18%; width: 5px; height: 5px; animation-duration: 17s; animation-delay: -5s; }
.sun-particle-field span:nth-child(8) { left: 69%; top: 78%; width: 3px; height: 3px; animation-duration: 12s; animation-delay: -3s; }
.sun-particle-field span:nth-child(9) { left: 78%; top: 38%; animation-duration: 19s; animation-delay: -11s; }
.sun-particle-field span:nth-child(10) { left: 88%; top: 58%; width: 5px; height: 5px; animation-duration: 14s; animation-delay: -6s; }
.sun-particle-field span:nth-child(11) { left: 13%; top: 48%; width: 2px; height: 2px; animation-duration: 10s; animation-delay: -5s; }
.sun-particle-field span:nth-child(12) { left: 31%; top: 18%; width: 2px; height: 2px; animation-duration: 13s; animation-delay: -9s; }
.sun-particle-field span:nth-child(13) { left: 47%; top: 82%; width: 2px; height: 2px; animation-duration: 15s; animation-delay: -12s; }
.sun-particle-field span:nth-child(14) { left: 58%; top: 44%; width: 2px; height: 2px; animation-duration: 11s; animation-delay: -4s; }
.sun-particle-field span:nth-child(15) { left: 72%; top: 24%; width: 2px; height: 2px; animation-duration: 16s; animation-delay: -2s; }
.sun-particle-field span:nth-child(16) { left: 84%; top: 71%; width: 2px; height: 2px; animation-duration: 12s; animation-delay: -8s; }
.sun-particle-field span:nth-child(17) { left: 93%; top: 32%; width: 3px; height: 3px; animation-duration: 18s; animation-delay: -13s; }
.sun-particle-field span:nth-child(18) { left: 38%; top: 52%; width: 3px; height: 3px; animation-duration: 14s; animation-delay: -6s; }

@keyframes sunParticleDrift {
    0% {
        transform: translate3d(0, 24px, 0);
        opacity: 0;
    }
    14% {
        opacity: 0.55;
    }
    72% {
        opacity: 0.42;
    }
    100% {
        transform: translate3d(44px, -92px, 0);
        opacity: 0;
    }
}

.banner-content {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    width: min(100%, 1400px);
    margin: 0 auto;
    padding: 8rem 3rem 5rem;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(540px, 1.06fr);
    gap: 4rem;
    align-items: center;
    text-align: left;
    color: white;
}

.banner-content h1 {
    margin: 0;
    font-size: 4.7rem;
    line-height: 1.12;
    letter-spacing: 0;
    max-width: 820px;
}

.hero-copy {
    position: relative;
    padding-left: 1.4rem;
    border-left: 1px solid rgba(77, 192, 181, 0.38);
    opacity: 0;
    animation: fadeInText 1.2s ease-out 0.3s forwards;
}

.hero-copy::before,
.hero-copy::after {
    content: '';
    position: absolute;
    left: -3px;
    width: 5px;
    height: 28px;
    background: #4dc0b5;
}

.hero-copy::before {
    top: 0;
}

.hero-copy::after {
    bottom: 0;
    opacity: 0.45;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0 0 1.1rem;
    color: #4dc0b5;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
}

.hero-eyebrow::before {
    content: '';
    width: 34px;
    height: 2px;
    background: currentColor;
}

.hero-lead {
    max-width: 690px;
    margin: 1.8rem 0 0;
    color: #cbd5e1;
    font-size: 1.14rem;
    line-height: 1.75;
}

.hero-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 650px;
    margin-top: 2.2rem;
    border-top: 1px solid rgba(211, 222, 234, 0.26);
    border-bottom: 1px solid rgba(211, 222, 234, 0.26);
}

.hero-proof-grid div {
    min-height: 92px;
    padding: 1.1rem 1.2rem;
    border-right: 1px solid rgba(211, 222, 234, 0.18);
    background: rgba(17, 24, 39, 0.24);
}

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

.hero-proof-grid strong {
    display: block;
    color: #fff;
    font-size: 0.98rem;
    line-height: 1.35;
    font-weight: 750;
}

.hero-proof-grid span {
    display: block;
    margin-top: 0.55rem;
    color: rgba(203, 213, 225, 0.72);
    font-size: 0.78rem;
    line-height: 1.55;
    font-weight: 550;
}

.font-weight-solution {
    font-weight: 750;
    color: #fff;
    text-decoration: none;
}

.font-weight-future {
    font-weight: 600;
}

.hero-scope-panel {
    align-self: center;
    width: 100%;
    max-width: 520px;
    justify-self: end;
    border-top: 2px solid rgba(255, 255, 255, 0.78);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(17, 24, 39, 0.58);
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: fadeInText 1.2s ease-out 0.45s forwards;
}

.scope-panel-label {
    margin: 0;
    padding: 1rem 0 0.9rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.scope-panel-row {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 1.1rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.scope-panel-row:last-child {
    border-bottom: 0;
}

.scope-panel-row span {
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.8rem;
    font-weight: 800;
}

.scope-panel-row strong {
    display: block;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 750;
    line-height: 1.35;
}

.scope-panel-row p {
    grid-column: 2;
    margin: 0.45rem 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
    line-height: 1.65;
}

.hero-console {
    position: relative;
    min-height: 560px;
    opacity: 0;
    animation: fadeInText 1.2s ease-out 0.45s forwards;
}

.console-frame-label {
    position: absolute;
    top: 0;
    right: 1.2rem;
    color: rgba(203, 213, 225, 0.72);
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.console-window {
    position: absolute;
    inset: 2.1rem 0 auto 0;
    overflow: hidden;
    border: 1px solid rgba(77, 192, 181, 0.42);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.92);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
}

.console-window::before,
.console-window::after {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    border-color: #4dc0b5;
    pointer-events: none;
    z-index: 2;
}

.console-window::before {
    top: 10px;
    left: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
}

.console-window::after {
    right: 10px;
    bottom: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    opacity: 0.65;
}

.console-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    color: #cbd5e1;
    font-size: 0.76rem;
    font-weight: 850;
}

.console-live {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #4dc0b5;
}

.console-live::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 99px;
    background: #4dc0b5;
    box-shadow: 0 0 0 5px rgba(77, 192, 181, 0.13);
}

.console-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0.9rem;
    padding: 1rem;
}

.console-video {
    grid-row: span 3;
    min-height: 370px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(107, 120, 154, 0.24);
    border-radius: 6px;
    background: #050b14;
}

.console-video video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0.9;
}

.console-video-label {
    position: absolute;
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    display: flex;
    justify-content: space-between;
    gap: 0.7rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 4px;
    background: rgba(8, 13, 24, 0.76);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 850;
}

.console-video-label span:last-child {
    color: #4dc0b5;
}

.console-kpi {
    min-height: 112px;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 6px;
    background: rgba(31, 41, 55, 0.82);
}

.console-kpi.accent {
    border-color: rgba(77, 192, 181, 0.32);
}

.console-kpi span {
    color: var(--subText-color);
    font-size: 0.76rem;
    font-weight: 850;
}

.console-kpi strong {
    display: block;
    margin-top: 0.75rem;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1;
}

.console-bar {
    height: 7px;
    margin-top: 1.1rem;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(148, 163, 184, 0.18);
}

.console-bar i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--theme-color), #4dc0b5);
}

.console-bar-fill-gpu {
    width: 84%;
}

.console-bar-fill-thermal {
    width: 36%;
}

.console-bar-fill-alerts {
    width: 22%;
}

.surrogate-card {
    position: absolute;
    right: 1.5rem;
    bottom: 0.75rem;
    width: min(46%, 340px);
    padding: 1rem;
    border: 1px solid rgba(245, 158, 11, 0.34);
    border-radius: 8px;
    background: rgba(17, 24, 39, 0.94);
    box-shadow: 0 24px 50px rgba(0,0,0,0.36);
}

.surrogate-card > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
}

.surrogate-card > div:first-child span {
    color: #f59e0b;
}

.surrogate-heatmap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-top: 0.85rem;
}

.surrogate-heatmap i {
    height: 42px;
    border-radius: 4px;
    background: rgba(77, 192, 181, 0.2);
    border: 1px solid rgba(77, 192, 181, 0.22);
}

.surrogate-heatmap i.hot {
    background: rgba(245, 158, 11, 0.24);
    border-color: rgba(245, 158, 11, 0.38);
}

.surrogate-heatmap i.risk {
    background: rgba(239, 68, 68, 0.22);
    border-color: rgba(239, 68, 68, 0.34);
}

.surrogate-card p {
    margin: 0.75rem 0 0;
    color: #cbd5e1;
    font-size: 0.76rem;
    line-height: 1.55;
}

.user-logos {
    max-width: 1200px;
    margin: 0 auto 3rem auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 2rem;
}

.logo-list {
    flex-shrink: 0;
    display: flex;
    white-space: nowrap;
}

.logo-item {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    flex-shrink: 0;
    width: 200px;
}

.logo-item img {
    max-height: 50px;
    max-width: 100%;
    object-fit: contain;
    opacity: 1;
    filter: grayscale(0.15) contrast(1.08);
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.logo-item img:hover {
    opacity: 1;
    filter: grayscale(0) contrast(1.05);
}

.below-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#below-title {
    font-size: 4rem;
    font-weight: bold;
    color: var(--dark-color);
    text-align: center;
}

p.below-description {
    font-size: 1.3rem;
    color: #939393;
    text-align: center;
    margin-bottom: 3rem;
    max-width: none;
    line-height: inherit;
    margin-left: 0;
    margin-right: 0;
}

#modeling-content p.below-description {
    margin-bottom: 1.5rem;
}

.banner-3d {
    background-color: var(--white-color);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 0 0 3rem 0;
}

.device-detail-panel {
    position: absolute;
    top: 50%;
    left: 4rem;
    transform: translate(-100%, -50%) translateX(70px);
    z-index: 10;
    width: 450px;
    background-color: #161c27;
    color: #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.device-detail-panel.active {
    opacity: 1;
    transform: translate(0, -50%) translateX(0);
    visibility: visible;
}

.device-detail-panel.simple-panel {
    width: 380px;
    padding-bottom: 2rem;
}

.simple-panel-content p {
    font-size: 1.1rem;
    color: var(--subText-color);
    line-height: 1.7;
    margin-top: 1rem;
}


.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #2d3748;
}

.server-name-title {
    font-size: 2rem;
    font-weight: 800;
    color: #4dc0b5;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.server-meta-text {
    font-size: 0.8rem;
    color: #a0aec0;
    margin-top: 0.2rem;
}

.close-btn {
    background-color: #3e4c59;
    color: #e2e8f0;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
}

.close-btn:hover {
    background-color: #57636e;
    transform: rotate(90deg);
}

.overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 1.5rem;
}

.detail-card {
    background-color: #252f3e;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #2d3748;
}

.card-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #4dc0b5;
}

.card-title {
    font-size: 0.75rem;
    font-weight: 600;
    color: #a0aec0;
    text-transform: uppercase;
}

.card-value {
    font-size: 0.9rem;
    font-weight: 700;
    color: #e2e8f0;
    line-height: 1.2;
    word-break: break-all;
}

.detail-section-full {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 1rem;
}

.section-row {
    background-color: #252f3e;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #2d3748;
}

.section-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #4dc0b5;
    flex-shrink: 0;
}

.section-label svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #4dc0b5;
}

.section-value-full {
    font-size: 0.9rem;
    color: #e2e8f0;
    font-weight: 500;
    text-align: right;
    word-break: break-all;
}

.view-list-btn-v2 {
    background: #3e4c59;
    border: none;
    color: #4dc0b5;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
}

.view-list-btn-v2:hover {
    background-color: #57636e;
}

.arrow-icon-v2 {
    margin-left: 0.5rem;
    font-weight: 700;
}

.sub-info-section {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #a0aec0;
    padding: 5px 0;
}

#service-title {
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    margin-top: 5rem;
    color: var(--theme-color);
}

.video-section {
    height: 3700px;
    margin-top: -10rem;
}

.server-video-banner {
    position: sticky;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    top: 0;
    overflow: hidden;
}

#resizable-video {
    object-fit: cover;
    transition: 0.1s;
    width: 60vw;
    height: 45vh;
    margin: 0 auto;
}

.video-overlay-text {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 6rem;
    font-weight: 100;
    line-height: 1.2;
    opacity: 0;
}

.video-overlay-text .performance-text {
    font-weight: 600;
}

.hpc-feature-section {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.step-label {
    display: inline-block;
    color: var(--subText-color);
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-left: 0.2rem;
}

.feature-title {
    font-size: 3em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--dark-color);
}

.feature-description {
    font-size: 1.15em;
    line-height: 1.7;
    color: var(--subText-color);
}

.partner-section {
    padding-top: 5rem;
}

.news-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 2rem;
    overflow: hidden;
}
.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.news-header .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-color);
    margin: 0;
}
.btn-more {
    color: var(--subText-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.btn-more:hover {
    color: var(--theme-color);
}
.news-carousel {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.news-track {
    display: flex;
    width: max-content;
    animation: slide-news 35s linear infinite;
}
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.news-grid .news-card {
    width: 100%;
    margin-right: 0;
}
.news-list {
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 2rem;
    padding-right: 2rem;
}

.news-carousel:hover .news-track {
    animation-play-state: paused;
}
.news-card {
    display: block;
    width: 280px;
    flex-shrink: 0;
    padding: 1.5rem;
    background-color: var(--bg-secondary);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #374151;
}
.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(107, 120, 154, 0.2);
    border-color: var(--theme-color);
}
.news-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    background-color: var(--theme-color);
    color: #fff;
    margin-bottom: 1rem;
}
.news-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark-color);
    white-space: normal;
    line-height: 1.4;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.8em;
}
.news-date {
    font-size: 0.9rem;
    color: var(--subText-color);
}

.monitoring-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.monitoring-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-content-wrap {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-image {
    max-width: 100%;
    max-height: 100%;
    display: block;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.detail-close-hotspot {
    position: absolute;
    top: 1%;
    right: 1%;
    width: 5%;
    height: 7%;
    z-index: 20;
}

.partner-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.placeholder-text {
    font-size: 1.5rem;
    text-align: center;
    color: var(--subText-color);
}

.partner-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--subText-color);
    text-align: center;
    margin-bottom: 2rem;
}

.logo-carousel {
    display: flex;
    animation: slide-logos 35s linear infinite;
    width: max-content;
    overflow: hidden;
}

.user-logos:hover .logo-carousel {
    animation-play-state: paused;
}

.differentiators-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem 5rem 2rem;
    background-color: var(--white-color);
}

.differentiators-section .section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 1rem;
}

.differentiators-section .section-title p {
    font-size: 1.1rem;
    color: var(--subText-color);
    max-width: 600px;
    margin: 0 auto;
}

.differentiators-section .section-title {
    text-align: center;
    margin-bottom: 4rem;
}

.process-content-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.process-section {
    width: 100%;
    margin: 0 auto;
    padding: 5rem 2rem;
    background-color: var(--bg-secondary);
}

.process-section .section-title {
    text-align: center;
    margin-bottom: 4rem;
}

.process-section .section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 1rem;
}

.process-section .section-title p {
    font-size: 1.1rem;
    color: var(--subText-color);
    max-width: 600px;
    margin: 0 auto;
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 1.5rem;
}

.process-step {
    text-align: center;
}

.step-number {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem auto;
    box-shadow: 0 0 20px rgba(107, 120, 154, 0.5);
}

.step-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.75rem;
}

.step-description {
    font-size: 1rem;
    color: var(--subText-color);
    line-height: 1.5;
}

.process-arrow {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #374151, #374151 50%, transparent 50%);
    background-size: 10px 2px;
    background-repeat: repeat-x;
}

@keyframes slide-logos {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes slide-news {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes fadeInText {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#explore-button {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 46px;
    font-size: 0.95rem;
    font-weight: 800;
    color: #dbeafe;
    text-decoration: none;
    padding: 0 1rem;
    border: 1px solid rgba(248, 250, 252, 0.34);
    border-radius: 4px;
    margin-left: 0;
    transition: all 0.2s ease;
}

#explore-button svg {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.2s ease;
}

#explore-button:hover {
    background-color: rgba(107, 120, 154, 0.2);
}

#explore-button:hover svg {
    transform: translateX(4px);
}

.banner-buttons-container {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.main-banner .cta-button {
    margin-top: 0;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(107, 120, 154, 0.22);
}

#service-title .mobile-only {
    display: none;
}

/* ===== Slurm Simulation v7 (VS Layout) ===== */
.sim-stage {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1.5rem 2rem;
}
.sim-intro {
    text-align: center;
    font-size: 0.88rem;
    color: var(--subText-color);
    margin-bottom: 1.5rem;
    padding: 0.6rem 1rem;
    background: var(--bg-secondary);
    border: 1px solid #1f2937;
    border-radius: 8px;
}
.sim-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.sim-run-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 2rem;
    background: var(--theme-color);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    font-family: inherit;
    transition: all 0.2s;
    box-shadow: 0 4px 20px rgba(107,120,154,0.25);
    cursor: pointer;
}
.sim-run-btn:hover { background: #111827; transform: translateY(-1px); }
.sim-run-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.sim-reset-btn {
    padding: 0.8rem 1.5rem;
    background: var(--bg-secondary);
    color: var(--subText-color);
    border: 1px solid #1f2937;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 600;
    font-family: inherit;
    transition: all 0.2s;
    cursor: pointer;
}
.sim-reset-btn:hover { background: #111827; color: #fff; border-color: #111827; }
.sim-skip-btn {
    padding: 0.8rem 1.5rem;
    background: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 600;
    font-family: inherit;
    transition: all 0.2s;
    cursor: pointer;
}
.sim-skip-btn:hover { background: #111827; color: #fff; }
.sim-skip-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.sim-skip-mid { border-color: #f59e0b; color: #f59e0b; animation: pulse-skip 1.5s ease-in-out infinite; }
.sim-skip-mid:hover { background: #f59e0b; color: #fff; }
@keyframes pulse-skip { 0%,100%{opacity:1;} 50%{opacity:0.6;} }
.sim-speed {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    color: var(--subText-color);
    font-weight: 600;
}
.sim-speed input[type="range"] { width: 80px; accent-color: var(--theme-color); }
#speed-label { min-width: 1.8rem; text-align: center; color: var(--theme-color); font-weight: 700; }
.sim-elapsed {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    color: var(--subText-color);
    padding: 0.4rem 0.8rem;
    background: var(--bg-secondary);
    border: 1px solid #1f2937;
    border-radius: 8px;
    font-variant-numeric: tabular-nums;
}
.elapsed-label { font-weight: 600; }
.elapsed-val { color: var(--dark-color); font-weight: 700; }
.elapsed-sep { color: #374151; margin: 0 0.1rem; }

/* Phase event */
.sim-event {
    text-align: center;
    padding: 0.65rem 1rem;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease;
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    background: rgba(107,120,154,0.1);
    border: 1px solid rgba(107,120,154,0.25);
    color: #3388ff;
}
.sim-event.show { opacity: 1; transform: translateY(0); max-height: 60px; padding: 0.65rem 1rem; }
.sim-event.burst { background: rgba(245,158,11,0.1); border-color: rgba(245,158,11,0.25); color: #d97706; }
.sim-event.peak { background: rgba(245,158,11,0.12); border-color: rgba(245,158,11,0.3); color: #f59e0b; }

/* VS layout */
.sim-versus {
    display: grid;
    grid-template-columns: 1fr 48px 1fr;
    gap: 0;
    align-items: start;
}
.sim-vs-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6rem;
}
.sim-vs-divider span {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: var(--subText-color);
    background: var(--bg-secondary);
    border: 1px solid #1f2937;
    border-radius: 8px;
    padding: 0.5rem 0.6rem;
}

/* Side panel */
.sim-side {
    background: var(--bg-secondary);
    border: 1px solid #1f2937;
    border-radius: 16px;
    padding: 1.5rem;
    min-height: 400px;
}
.sim-side-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}
.sim-side-head h3 { font-size: 1.1rem; font-weight: 700; color: var(--dark-color); margin-bottom: 0.3rem; }
.sim-badge {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.sim-badge-bad { color: #ef4444; background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.2); }
.sim-badge-good { color: #22c55e; background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.2); }
.sim-badge-before { color: #94a3b8; background: rgba(148,163,184,0.1); border: 1px solid rgba(148,163,184,0.2); }
.sim-badge-after { color: var(--theme-color); background: rgba(107,120,154,0.08); border: 1px solid rgba(107,120,154,0.2); }

/* Utilization ring */
.sim-util-ring { position: relative; width: 56px; height: 56px; }
.sim-util-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ring-bg { fill: none; stroke: #1f2937; stroke-width: 4; }
.ring-fg { fill: none; stroke: var(--theme-color); stroke-width: 4; stroke-linecap: round; transition: stroke-dashoffset 0.5s; }
.ring-fg-good { stroke: #22c55e; }
.ring-val {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.72rem; font-weight: 800; color: var(--dark-color);
    font-variant-numeric: tabular-nums;
}

/* Nodes (Before) */
.sim-nodes { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1rem; }
.sim-node {
    background: var(--white-color);
    border: 1px solid #1f2937;
    border-radius: 10px;
    padding: 0.6rem 0.75rem;
    transition: border-color 0.3s;
}
.sim-node.active { border-color: rgba(107,120,154,0.3); }
.sim-node-head {
    display: flex; align-items: center; gap: 0.4rem;
    font-size: 0.72rem; color: var(--subText-color); margin-bottom: 0.4rem;
}
.sim-node-head strong { color: var(--dark-color); font-weight: 600; }
.sim-node-head .node-team {
    margin-left: auto;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-size: 0.6rem; font-weight: 700;
    background: rgba(255,255,255,0.04);
    border: 1px solid #1f2937;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.node-led { width: 5px; height: 5px; border-radius: 50%; background: var(--subText-color); transition: all 0.3s; }
.node-led.on { background: #22c55e; box-shadow: 0 0 6px rgba(34,197,94,0.5); }
.sim-gpus { display: grid; grid-template-columns: repeat(8, 1fr); gap: 3px; }
.gpu {
    height: 24px;
    background: var(--bg-secondary);
    border: 1px solid rgba(255,255,255,0.03);
    border-radius: 3px;
    transition: all 0.3s;
    position: relative;
    cursor: default;
}
.gpu.j0 { background: #0055dd; border-color: rgba(0,85,221,0.5); box-shadow: inset 0 0 8px rgba(0,85,221,0.3); }
.gpu.j1 { background: #7c4aee; border-color: rgba(124,74,238,0.5); box-shadow: inset 0 0 8px rgba(124,74,238,0.3); }
.gpu.j2 { background: #cc8800; border-color: rgba(204,136,0,0.5); box-shadow: inset 0 0 8px rgba(204,136,0,0.3); }
.gpu.j3 { background: #5a9200; border-color: rgba(90,146,0,0.5); box-shadow: inset 0 0 8px rgba(90,146,0,0.3); }
.gpu.j4 { background: #cc0033; border-color: rgba(204,0,51,0.5); box-shadow: inset 0 0 8px rgba(204,0,51,0.3); }
.gpu.j5 { background: #0097a7; border-color: rgba(0,151,167,0.5); box-shadow: inset 0 0 8px rgba(0,151,167,0.3); }
.gpu.j6 { background: #d63384; border-color: rgba(214,51,132,0.5); box-shadow: inset 0 0 8px rgba(214,51,132,0.3); }
.gpu.j7 { background: #b8860b; border-color: rgba(184,134,11,0.5); box-shadow: inset 0 0 8px rgba(184,134,11,0.3); }
.gpu.flash { animation: gpuFlash 0.4s ease; }
@keyframes gpuFlash {
    0% { background: #fff; box-shadow: 0 0 12px rgba(255,255,255,0.6); }
    100% { background: var(--bg-secondary); box-shadow: none; }
}
.gpu.cool {
    background: repeating-linear-gradient(45deg, rgba(245,158,11,0.18), rgba(245,158,11,0.18) 2px, rgba(245,158,11,0.04) 2px, rgba(245,158,11,0.04) 4px);
    border-color: rgba(245,158,11,0.3);
    animation: coolPulse 1s ease-in-out infinite;
}
@keyframes coolPulse { 0%,100% { opacity: 0.35; } 50% { opacity: 1; } }

/* Slurm bar */
.sim-slurm-bar { text-align: center; margin-bottom: 0.75rem; }
.slurm-chip {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.35rem 1rem;
    background: rgba(107,120,154,0.06);
    border: 1px solid rgba(107,120,154,0.15);
    border-radius: 8px;
    color: var(--theme-color); font-weight: 700; font-size: 0.78rem;
}
.slurm-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--theme-color); opacity: 0.6; }

/* Pool (After) */
.sim-pool {
    display: grid; grid-template-columns: repeat(8, 1fr); gap: 3px;
    margin-bottom: 1rem; padding: 0.75rem;
    background: var(--white-color); border: 1px solid #1f2937; border-radius: 10px;
}
.sim-pool .gpu { height: 28px; }

/* Queue */
.sim-queue-wrap { margin-bottom: 0.75rem; }
.sim-queue-wrap h4 {
    font-size: 0.7rem; font-weight: 700; color: var(--subText-color);
    text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.4rem;
    display: flex; align-items: center; gap: 0.4rem;
}
.q-count {
    background: var(--bg-secondary); border: 1px solid #1f2937;
    padding: 0 0.35rem; border-radius: 4px;
    font-size: 0.65rem; font-variant-numeric: tabular-nums;
}
.sim-queue { display: flex; flex-wrap: wrap; gap: 4px; min-height: 26px; }
.q-job {
    padding: 0.15rem 0.5rem; border-radius: 4px;
    font-size: 0.62rem; font-weight: 700; color: #fff;
    white-space: nowrap; transition: all 0.3s;
    font-family: 'Courier New', monospace;
}
.q-job.waiting { animation: qPulse 1s ease-in-out infinite; }
@keyframes qPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.5; } }

/* Stats */
.sim-stats {
    display: flex; gap: 1rem;
    padding-top: 0.75rem; border-top: 1px solid #1f2937;
}
.sstat { flex: 1; text-align: center; }
.sstat-v { display: block; font-size: 1.3rem; font-weight: 800; color: var(--dark-color); font-variant-numeric: tabular-nums; }
.sstat-l { font-size: 0.6rem; color: var(--subText-color); text-transform: uppercase; letter-spacing: 0.06em; }

/* Activity log */
.sim-activity {
    margin-top: 1.5rem;
    background: var(--bg-secondary); border: 1px solid #1f2937; border-radius: 12px;
    padding: 1rem 1.25rem;
}
.sim-activity h4 {
    font-size: 0.7rem; font-weight: 700; color: var(--subText-color);
    text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.6rem;
    display: flex; align-items: center; gap: 0.4rem;
}
.sim-activity h4 svg { opacity: 0.5; }
.activity-log { display: flex; flex-direction: column; gap: 0.2rem; max-height: 200px; overflow: hidden; }
.log-entry {
    display: flex; align-items: center; gap: 0.5rem;
    font-size: 0.7rem; padding: 0.3rem 0.6rem;
    border-radius: 6px; border-left: 3px solid transparent;
    animation: logIn 0.3s ease;
}
.log-entry.before { background: rgba(148,163,184,0.06); border-left-color: rgba(148,163,184,0.4); }
.log-entry.after { background: rgba(107,120,154,0.04); border-left-color: rgba(107,120,154,0.4); }
.log-entry.after.backfill { background: rgba(245,158,11,0.06); border-left-color: rgba(245,158,11,0.4); }
.log-tag { font-size: 0.58rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; min-width: 42px; flex-shrink: 0; }
.log-entry.before .log-tag { color: #94a3b8; }
.log-entry.after .log-tag { color: var(--theme-color); }
.log-entry.after.backfill .log-tag { color: #d97706; }
.log-icon { display: none; }
.log-msg { color: var(--subText-color); font-family: 'Courier New', monospace; font-size: 0.68rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@keyframes logIn { from { opacity: 0; transform: translateX(-8px); } to { opacity: 1; transform: translateX(0); } }

/* Legend */
.sim-legend {
    display: flex; justify-content: center; gap: 1.2rem; flex-wrap: wrap;
    margin-top: 1rem; padding: 0.75rem;
    background: var(--bg-secondary); border: 1px solid #1f2937; border-radius: 10px;
}
.leg-item { display: flex; align-items: center; gap: 0.35rem; font-size: 0.68rem; color: var(--subText-color); font-family: 'Courier New', monospace; }
.leg-color { width: 10px; height: 10px; border-radius: 2px; flex-shrink: 0; }
.leg-cool {
    background: repeating-linear-gradient(45deg, rgba(245,158,11,0.4), rgba(245,158,11,0.4) 2px, transparent 2px, transparent 4px) !important;
    border: 1px solid rgba(245,158,11,0.35);
}

/* Result */
.sim-result { display: none; margin-top: 2rem; padding: 2rem; background: var(--bg-secondary); border: 1px solid #1f2937; border-radius: 16px; animation: fadeUp 0.5s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.sim-result.show { display: block; }
.result-headline { text-align: center; margin-bottom: 1.5rem; }
.result-headline .result-multiplier { font-size: 3rem; font-weight: 900; color: var(--theme-color); line-height: 1; }
.result-headline .result-multiplier-label { font-size: 0.85rem; color: var(--subText-color); display: block; margin-top: 0.3rem; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.result-col { text-align: left; padding: 0 1.5rem; }
.result-col.after { border-left: 1px solid #1f2937; }
.result-col h4 { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1.2rem; padding-bottom: 0.6rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.result-col.before h4 { color: #94a3b8; }
.result-col.after h4 { color: var(--theme-color); }
.result-stat { margin-bottom: 1rem; }
.result-num { font-size: 1.8rem; font-weight: 900; color: var(--dark-color); font-variant-numeric: tabular-nums; display: block; line-height: 1.2; }
.result-col.before .result-num { color: #cbd5e1; }
.result-col.after .result-num { color: var(--theme-color); }
.result-label { font-size: 0.65rem; color: var(--subText-color); text-transform: uppercase; letter-spacing: 0.06em; display: block; margin-top: 0.2rem; }
.result-insights {
    margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid #1f2937;
    display: flex; flex-direction: column; gap: 0.5rem;
}
.insight { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; border-radius: 8px; font-size: 0.75rem; color: var(--subText-color); background: rgba(107,120,154,0.05); border: 1px solid rgba(107,120,154,0.12); }
.insight.warn { background: rgba(245,158,11,0.05); border: 1px solid rgba(245,158,11,0.12); }
.insight-val { font-weight: 800; color: var(--dark-color); }

@media (max-width: 900px) {
    .sim-versus { grid-template-columns: 1fr; gap: 1rem; }
    .sim-vs-divider { padding: 0.5rem 0; }
    .sim-vs-divider span { display: block; }
    .result-grid { grid-template-columns: 1fr; }
    .result-col { padding: 1rem 0; }
    .result-col.after { border-left: none; border-top: 1px solid #1f2937; }
}
@media (max-width: 600px) {
    .sim-side { padding: 1rem; }
    .sim-gpus { grid-template-columns: repeat(4, 1fr); }
    .sim-pool { grid-template-columns: repeat(4, 1fr); }
    .sim-controls { gap: 0.5rem; }
    .sim-elapsed { flex-wrap: wrap; justify-content: center; }
    .log-entry { font-size: 0.62rem; }
    .log-msg { max-width: 150px; }
    .result-insights { gap: 0.4rem; }
}


.monitoring-experience-section {
    max-width: 1200px;
    margin: 3rem auto 2rem auto;
    padding: 0 1rem;
    position: relative;
}

.experience-tabs-menu {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.exp-tab-button {
    background-color: var(--bg-secondary);
    border: 1px solid #374151;
    color: var(--subText-color);
    padding: 0.9rem 2.2rem;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.exp-tab-button:hover {
    background-color: #111827;
    color: #ffffff;
}

.exp-tab-button.active {
    background-color: var(--theme-color);
    color: #fff;
    border-color: var(--theme-color);
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(107, 120, 154, 0.3);
}

.tab-content-wrapper {
    position: relative;
    overflow: hidden;
}

.tab-content {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.tab-content.active {
    position: relative;
    left: 0;
    opacity: 1;
    visibility: visible;

    animation: fadeInTabContent 0.5s ease;
}

@keyframes fadeInTabContent {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#monitoring-content .simulation-description {
    padding-bottom: 2rem;
    margin-bottom: 0;
}

#monitoring-content .simulation-description p.below-description {
    margin-bottom: 0;
    font-size: 1.3rem;
}
.main-exp-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;

    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    box-shadow: 0 5px 20px rgba(107, 120, 154, 0.4);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    opacity: 1;
    visibility: visible;

    animation: subtle-bounce-main 2s ease-in-out infinite;
    transition: all 0.3s ease;
}

.main-exp-arrow:hover {
    background-color: #111827;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(17, 24, 39, 0.28);
    animation-play-state: paused;
}

.main-exp-arrow svg {
    width: 1.8rem;
    height: 1.8rem;
    stroke: white;
    stroke-width: 2.5;
}

.main-exp-arrow#main-exp-arrow-left {
    left: -80px;
}

.main-exp-arrow#main-exp-arrow-right {
    right: -80px;
}

.monitoring-experience-section.exp-tab-cluster .main-exp-arrow#main-exp-arrow-left {
    display: none;
}

.monitoring-experience-section.exp-tab-monitoring .main-exp-arrow#main-exp-arrow-left,
.monitoring-experience-section.exp-tab-monitoring .main-exp-arrow#main-exp-arrow-right {
    display: flex;
}

.monitoring-experience-section.exp-tab-modeling .main-exp-arrow#main-exp-arrow-right {
    display: none;
}

@keyframes subtle-bounce-main {
    0%, 100% {
        transform: translateY(-50%) scale(1);
    }
    50% {
        transform: translateY(-50%) scale(1.05);
    }
}

.click-prompt-overlay {
    position: absolute;
    top: 75%;
    left: 80%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
    animation: prompt-bounce 1.5s ease-in-out infinite;
}

.click-prompt-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(107, 120, 154, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 0 20px 5px rgba(107, 120, 154, 0.7);
    animation: prompt-glow 1.5s ease-in-out infinite alternate;
}

.click-prompt-icon svg {
    width: 28px;
    height: 28px;
}

.click-prompt-text {
    margin-top: 10px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    text-shadow: 0 0 5px rgba(0,0,0,0.7);
}

@keyframes prompt-bounce {
    0%, 100% {
        transform: translate(-50%, -50%) translateY(0);
    }
    50% {
        transform: translate(-50%, -50%) translateY(-10px);
    }
}

@keyframes prompt-glow {
    from {
        box-shadow: 0 0 20px 5px rgba(107, 120, 154, 0.7);
    }
    to {
        box-shadow: 0 0 30px 10px rgba(107, 120, 154, 1);
    }
}
.iframe-container {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #374151;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1180px) {
    .banner-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .hero-console {
        min-height: 600px;
    }

    .hero-scope-panel {
        max-width: none;
        justify-self: stretch;
    }

    .video-grid {
        grid-template-columns: 1fr;
        max-width: 720px;
    }
}

@media (max-width: 768px) {

    #service-title .desktop-only {
        display: none;
    }
    #service-title .mobile-only {
        display: inline;
    }

    .main-banner {
        min-height: auto;
    }

    .main-banner::after {
        inset: 76px 14px 18px;
    }

    .banner-content {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 6rem 1.25rem 3rem;
    }

    .hero-copy {
        padding-left: 1rem;
    }

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

    .hero-scope-panel {
        border-top-width: 1px;
    }

    .scope-panel-row {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .hero-console {
        min-height: auto;
    }

    .console-frame-label {
        position: static;
        margin-bottom: 0.75rem;
    }

    .console-window,
    .surrogate-card {
        position: relative;
        inset: auto;
        right: auto;
        bottom: auto;
        width: 100%;
    }

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

    .console-video {
        grid-row: auto;
        min-height: 260px;
    }

    .surrogate-card {
        margin-top: 1rem;
    }

    .experience-tabs-menu {
        display: none;
        padding: 0 10px;
    }

    .tab-content.active {
        display: none;
    }

    .tab-content#cluster-content {
        display: block;
        position: relative;
        left: 0;
        opacity: 1;
        visibility: visible;
        animation: none;
    }

    .tab-content#monitoring-content,
    .tab-content#modeling-content {
        display: none;
    }


    .user-logos {
        padding: 0 1rem;
    }

    .news-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .banner-content h1 {
        font-size: 3rem;
    }

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

    #explore-button {
        margin-top: 0;
        font-size: 1rem;
    }

    .banner-buttons-container {
        margin-top: 1.5rem;
    }

    .trust-badges {
        align-items: flex-start;
    }

    #video-title,
    .below-title,
    .section-title {
        font-size: 2.5rem;
    }

    .video-overlay-text {
        font-size: 4rem;
    }

    .slurm-text-block {
        order: 2;
        text-align: center;
    }

    .slurm-visual-block {
        order: 1;
    }

    .hpc-slurm-feature-section .feature-title {
        font-size: 2em;
    }

    .slurm-key-points {
        grid-template-columns: 1fr;
    }

    .below-description {
        font-size: 1rem;
    }

    .monitoring-text-block {
        text-align: center;
    }

    .feature-title {
        font-size: 2.5em;
        text-align: center;
    }

    .monitoring-content-wrap,
    .modeling-content-wrap {
        flex-direction: column;
        gap: 40px;
    }

    .monitoring-visual-block,
    .modeling-visual-block {
        order: -1;
    }

    .slurm-content-wrap {
        flex-direction: column;
        gap: 50px;
    }

    .user-logos {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .process-arrow {
        width: 2px;
        height: 30px;
        margin: 0.5rem auto;
        background: linear-gradient(to bottom, #374151, #374151 50%, transparent 50%);
        background-size: 2px 10px;
        background-repeat: repeat-y;
    }

    .differentiators-section .section-title h2,
    .process-section .section-title h2 {
        font-size: 2rem;
    }

    .news-section {
        padding: 3rem 1rem;
    }
    .news-carousel {
        display: block;
        width: 100%;
        animation: none;
    }
    .news-list {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 1.5rem;
        white-space: normal;
    }
    .news-list + .news-list {
        display: none;
    }
    .news-card {
        width: 100%;
        margin-right: 0;
    }

    .main-exp-arrow {
        display: none;
    }

    #comeup-map {
        display: none !important;
    }

    .popup-container {
        width: 85%;
        max-width: 340px;
    }

    .popup-body {
        padding: 1.5rem 1.2rem;
    }

    .popup-title {
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }

    .popup-desc {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
    }

    .popup-info {
        padding: 0.8rem;
        margin-bottom: 1.2rem;
    }

    .popup-footer {
        padding: 0.8rem 1.2rem;
    }

}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* 배경 딤 처리 */
    backdrop-filter: blur(4px); /* 고급스러운 블러 효과 */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.show {
    opacity: 1;
    visibility: visible;
}

.popup-container {
    width: 400px;
    max-width: 90vw;
    background: linear-gradient(145deg, var(--bg-secondary) 0%, #111827 100%);
    border: 1px solid #374151;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transform: translateY(20px);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.popup-overlay.show .popup-container {
    transform: translateY(0);
}

.popup-body {
    padding: 2.5rem 2rem;
    text-align: center;
    position: relative;
}

/* 장식용 배경 효과 */
.popup-body::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(107, 120, 154, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.popup-badge {
    display: inline-block;
    background-color: var(--theme-color);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    margin-bottom: 1rem;
    position: relative;
}

.popup-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--dark-color);
    margin-bottom: 1rem;
    line-height: 1.3;
    position: relative;
}

.popup-desc {
    font-size: 1rem;
    color: var(--subText-color);
    line-height: 1.6;
    margin-bottom: 2rem;
    position: relative;
}

.popup-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    position: relative;
}

.popup-cta {
    display: inline-block;
    width: 100%;
    padding: 0.8rem 0;
    background-color: var(--theme-color);
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: background-color 0.2s;
    position: relative;
}

.popup-cta:hover {
    background-color: #5b6684;
}

.popup-footer {
    background-color: #1a202c;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #374151;
    font-size: 0.85rem;
}

.dont-show {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--subText-color);
    cursor: pointer;
}

.close-text {
    background: none;
    border: none;
    color: var(--dark-color);
    font-weight: 600;
    cursor: pointer;
    font-size: 0.9rem;
}

.close-text:hover {
    text-decoration: underline;
}

.popup-secondary-btn {
    display: block;
    width: 100%;
    padding: 0.8rem 0;
    margin-bottom: 0.8rem;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e2e8f0;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.95rem;
}

.popup-secondary-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}

.map-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.map-modal-overlay.active {
    display: block;
    opacity: 1;
}

.map-scroll-container {
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    box-sizing: border-box;
}

.full-map-image {
    display: block;
    max-width: none;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    min-width: 1000px;
}

.map-close-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10001;
    background-color: rgba(0, 0, 0, 0.6);
    border: 2px solid white;
    color: white;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s;
}

.map-close-btn:hover {
    background-color: #ef4444;
    transform: rotate(90deg);
}

.map-close-btn svg {
    width: 28px;
    height: 28px;
}

@media (max-width: 768px) {
    .full-map-image {
        min-width: 150vw;
    }

    .map-close-btn {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }
}



/* ================================
   NVIDIA Inception Program Badge
   (Main Banner - Index Page Only)
================================ */

.trust-badges {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-start;
}

.trust-badge {
    height: 42px;
    width: auto;
    opacity: 0.9;
}

.trust-badge-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.3px;
}

/* ========================================
   HOVER EFFECTS — 기존 섹션 업그레이드
   ======================================== */

/* #1 Hero — 배너 hover */
.main-banner .cta-button:hover {
    background-color: var(--theme-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(107,120,154,0.4), 0 0 3rem rgba(255,255,255,0.6);
}

/* #6 Process — 스텝 hover */
.process-step {
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 2rem 1.5rem;
    border-radius: 12px;
    opacity: 0.2;
    transform: translateY(10px);
}
.process-step.step-active {
    opacity: 1;
    transform: translateY(0);
}
.process-step.step-active .step-number {
    box-shadow: 0 0 25px rgba(107,120,154,0.5);
    transform: scale(1.05);
}
.process-step:hover {
    background: rgba(107,120,154,0.05);
    transform: translateY(-4px);
}
.process-step:hover .step-number {
    box-shadow: 0 0 30px rgba(107,120,154,0.6);
    transform: scale(1.1);
}
.step-number {
    transition: all 0.3s ease;
}
.process-arrow {
    opacity: 0.15;
    transition: opacity 0.4s ease;
}
.process-arrow.arrow-active {
    opacity: 1;
}

/* #13 Partners — 로고 hover */
.logo-item {
    transition: all 0.3s ease;
    border-radius: 8px;
}
.logo-item:hover {
    background: rgba(107,120,154,0.05);
}
.logo-item img:hover {
    opacity: 1;
    filter: grayscale(0) contrast(1.05);
}

/* ========================================
   #3 시네마틱 풀와이드 영상
   ======================================== */
.cinematic-section {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.cine-fade-top {
    height: 100px;
    background: linear-gradient(to bottom, var(--white-color), transparent);
    position: relative;
    z-index: 2;
}
.cine-fade-bottom {
    height: 100px;
    background: linear-gradient(to top, var(--white-color), transparent);
    position: relative;
    z-index: 2;
}
.cine-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 21/9;
    max-height: 65vh;
    overflow: hidden;
}
.cine-wrapper img,
.cine-wrapper video {
    width: 100%;
    height: 120%;
    object-fit: cover;
    display: block;
    will-change: transform;
}
.cine-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(17,24,39,0.88) 0%, rgba(17,24,39,0.5) 40%, transparent 70%);
    display: flex;
    align-items: center;
    padding: 0 5%;
}
.cine-text {
    max-width: 460px;
}
.cine-text h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 0.8rem;
}
.cine-text h2 .green {
    color: var(--nvidia-green);
}
.cine-text p {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.7;
}
.cine-play {
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.cine-play-btn {
    width: 76px;
    height: 76px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(12px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,0.2);
    cursor: pointer;
    transition: all 0.3s;
}
.cine-play-btn:hover {
    background: rgba(118,185,0,0.2);
    border-color: var(--nvidia-green);
    transform: scale(1.1);
}
.cine-play-btn svg {
    width: 28px;
    height: 28px;
    fill: #fff;
    margin-left: 3px;
}

/* ========================================
   #4 영상 카드 그리드
   ======================================== */
.video-showcase {
    padding: 5rem 1.5rem;
    background: linear-gradient(180deg, var(--white-color) 0%, #0a0f1a 50%, var(--white-color) 100%);
    position: relative;
    overflow: hidden;
}
.video-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 80px;
    background: linear-gradient(to bottom, transparent, #374151);
}
.video-showcase .section-title h2 {
    font-size: 2rem;
}
.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1240px;
    margin: 0 auto;
}
.video-card {
    background: #0d1117;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #21262d;
    transition: all 0.3s;
}
.video-card:hover {
    border-color: var(--nvidia-green);
    box-shadow: 0 8px 32px rgba(118,185,0,0.12);
    transform: translateY(-4px);
}
.video-thumb {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.video-thumb img,
.video-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.video-card:hover .video-thumb img,
.video-card:hover .video-thumb video {
    transform: scale(1.03);
}

.surrogate-demo-thumb {
    display: grid;
    place-items: center;
    padding: 1.2rem;
    background:
        linear-gradient(rgba(107, 120, 154, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(107, 120, 154, 0.08) 1px, transparent 1px),
        #07101d;
    background-size: 28px 28px;
}

.surrogate-demo-grid {
    width: min(78%, 360px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.55rem;
}

.surrogate-demo-grid i {
    aspect-ratio: 1;
    border-radius: 4px;
    border: 1px solid rgba(77, 192, 181, 0.28);
    background: rgba(77, 192, 181, 0.18);
}

.surrogate-demo-grid i.warm {
    border-color: rgba(107, 120, 154, 0.36);
    background: rgba(107, 120, 154, 0.22);
}

.surrogate-demo-grid i.hot {
    border-color: rgba(245, 158, 11, 0.45);
    background: rgba(245, 158, 11, 0.28);
}

.surrogate-demo-grid i.risk {
    border-color: rgba(239, 68, 68, 0.48);
    background: rgba(239, 68, 68, 0.28);
}

.surrogate-demo-meta {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 4px;
    background: rgba(8, 13, 24, 0.78);
}

.surrogate-demo-meta span {
    color: var(--subText-color);
    font-size: 0.78rem;
    font-weight: 700;
}

.surrogate-demo-meta strong {
    color: #fff;
    font-size: 0.86rem;
}
.video-thumb .play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.35);
    transition: background 0.3s;
}
.video-thumb:hover .play-overlay {
    background: rgba(0,0,0,0.15);
}
.play-btn-card {
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,0.25);
    transition: all 0.3s;
}
.play-btn-card:hover {
    background: rgba(118,185,0,0.25);
    border-color: var(--nvidia-green);
    transform: scale(1.1);
}
.play-btn-card svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    margin-left: 3px;
}
.video-info {
    padding: 1.25rem 1.5rem;
}
.meta-line {
    margin: 0 0 0.65rem;
    color: #6b789a;
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0;
}
.video-info h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: var(--dark-color);
}
.video-info p {
    font-size: 0.88rem;
    color: var(--subText-color);
    line-height: 1.6;
}

/* ========================================
   #7 기술 스택 뱃지
   ======================================== */
.tech-stack-section {
    padding: 4rem 1.5rem;
    background: linear-gradient(180deg, transparent, rgba(31,41,55,0.2), transparent);
}
.tech-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}
.tech-badge {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1.4rem;
    background: var(--bg-secondary);
    border: 1px solid #374151;
    border-radius: 12px;
    transition: all 0.3s;
    cursor: default;
}
.tech-badge:hover {
    border-color: var(--theme-color);
    transform: translateY(-2px);
    background: rgba(107,120,154,0.05);
}
.tech-badge .tech-name {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--dark-color);
}
.tech-badge .tech-desc {
    font-size: 0.7rem;
    color: var(--subText-color);
}

/* ========================================
   #8 고객 사례
   ======================================== */
.case-section {
    padding: 6rem 1.5rem;
    background: linear-gradient(180deg, transparent 0%, rgba(31,41,55,0.3) 50%, transparent 100%);
}
.case-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}
.case-card {
    background: var(--bg-secondary);
    border-radius: 16px;
    border: 1px solid #374151;
    overflow: hidden;
    display: flex;
    transition: all 0.3s;
}
.case-card:hover {
    border-color: rgba(107,120,154,0.3);
    transform: translateY(-4px);
}
.case-visual {
    width: 180px;
    min-height: 200px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #0f172a, #1e3a5f);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}
.case-visual .case-logo {
    font-size: 1.8rem;
    font-weight: 800;
    color: rgba(255,255,255,0.15);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.case-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case-body h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    color: var(--dark-color);
}
.case-body p {
    font-size: 0.85rem;
    color: var(--subText-color);
    line-height: 1.6;
    margin-bottom: 0.8rem;
}
.case-stats {
    display: flex;
    gap: 1.5rem;
}
.case-stat .cs-num {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--theme-color);
}
.case-stat .cs-label {
    font-size: 0.7rem;
    color: var(--subText-color);
}

/* ========================================
   #9 대시보드 미리보기
   ======================================== */
.live-preview-section {
    padding: 6rem 1.5rem;
}
.live-preview-container {
    max-width: 1100px;
    margin: 0 auto;
    background: var(--bg-secondary);
    border-radius: 16px;
    border: 1px solid #374151;
    overflow: hidden;
}
.live-browser-bar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: #0d1117;
    border-bottom: 1px solid #21262d;
}
.browser-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.browser-dot.red { background: #ff5f57; }
.browser-dot.yellow { background: #ffbd2e; }
.browser-dot.green { background: #28c840; }
.browser-url {
    flex: 1;
    margin-left: 0.75rem;
    padding: 0.3rem 0.75rem;
    background: #161b22;
    border-radius: 6px;
    border: 1px solid #30363d;
    color: var(--subText-color);
    font-size: 0.75rem;
}
.live-preview-body {
    padding: 2rem;
    min-height: 350px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}
.dash-widget {
    background: #0d1117;
    border-radius: 12px;
    border: 1px solid #21262d;
    padding: 1.25rem;
    transition: all 0.3s;
}
.dash-widget:hover {
    border-color: var(--theme-color);
}
.dash-widget .widget-title {
    font-size: 0.7rem;
    color: var(--subText-color);
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.dash-widget .widget-value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--theme-color);
}
.dash-widget .widget-sub {
    font-size: 0.75rem;
    color: var(--subText-color);
    margin-top: 0.3rem;
}
.dash-widget .widget-bar {
    height: 6px;
    background: #21262d;
    border-radius: 3px;
    margin-top: 1rem;
    overflow: hidden;
}
.dash-widget .widget-bar-fill {
    height: 100%;
    border-radius: 3px;
    background: var(--theme-color);
}
.dash-widget.full {
    grid-column: 1 / -1;
}
.mini-chart {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 50px;
    margin-top: 0.75rem;
}
.mini-chart .bar {
    flex: 1;
    background: rgba(107,120,154,0.3);
    border-radius: 2px 2px 0 0;
    transition: background 0.3s;
}
.mini-chart .bar:hover {
    background: var(--theme-color);
}

/* ========================================
   #10 FAQ 아코디언
   ======================================== */
.faq-section {
    padding: 6rem 1.5rem;
}
.faq-list {
    max-width: 800px;
    margin: 0 auto;
}
.faq-item {
    border-bottom: 1px solid #374151;
    overflow: hidden;
}
.faq-question {
    width: 100%;
    padding: 1.25rem 0;
    background: none;
    border: none;
    color: var(--dark-color);
    font-size: 1.05rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Pretendard', sans-serif;
    transition: color 0.2s;
}
.faq-question:hover {
    color: #111827;
}
.faq-arrow {
    font-size: 1.2rem;
    transition: transform 0.3s;
    color: var(--subText-color);
}
.faq-item.open .faq-arrow {
    transform: rotate(180deg);
    color: var(--theme-color);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    color: var(--subText-color);
    font-size: 0.92rem;
    line-height: 1.7;
}
.faq-item.open .faq-answer {
    max-height: 200px;
}
.faq-answer-inner {
    padding: 0 0 1.25rem 0;
}

/* ========================================
   #12 비교 테이블
   ======================================== */
.compare-section {
    padding: 6rem 1.5rem;
}
.compare-table {
    max-width: 900px;
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #374151;
}
.compare-table thead th {
    padding: 1rem 1.5rem;
    background: var(--bg-secondary);
    font-size: 0.95rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 2px solid #374151;
    color: var(--subText-color);
}
.compare-table thead th.highlight {
    color: var(--theme-color);
    background: rgba(107,120,154,0.05);
}
.compare-table tbody td {
    padding: 0.85rem 1.5rem;
    border-bottom: 1px solid #374151;
    font-size: 0.9rem;
    color: var(--dark-color);
}
.compare-table tbody tr:hover {
    background: #f1f3f7;
}
.compare-table tbody td:first-child {
    color: var(--subText-color);
    font-weight: 500;
}
.compare-table .check {
    color: var(--theme-color);
    font-weight: 700;
}
.compare-table .cross {
    color: #4b5563;
}
.compare-table td.highlight {
    background: rgba(107,120,154,0.03);
}

/* ========================================
   #15 CTA 밴드
   ======================================== */
.cta-band {
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, rgba(107,120,154,0.08) 0%, rgba(17,24,39,1) 50%, rgba(118,185,0,0.05) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #374151, transparent);
}
.cta-band h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}
.cta-band p {
    color: var(--subText-color);
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
}
.cta-band .cta-btns {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}
.cta-btn-primary {
    padding: 0.85rem 2rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    background: var(--theme-color);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s;
    box-shadow: 0 4px 20px rgba(107,120,154,0.3);
}
.cta-btn-primary:hover {
    background: #111827;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(17, 24, 39, 0.28);
}
.cta-btn-outline {
    padding: 0.85rem 2rem;
    font-size: 1.05rem;
    font-weight: 500;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s;
}
.cta-btn-outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.08);
    transform: translateY(-2px);
}

/* ========================================
   신규 섹션 공통
   ======================================== */
.new-section-title {
    text-align: center;
    margin-bottom: 3.5rem;
}
.new-section-title h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
}
.new-section-title p {
    color: var(--subText-color);
    font-size: 1.1rem;
}
/* ========================================
   신규 섹션 반응형
   ======================================== */
@media (max-width: 1024px) {
    .case-grid { grid-template-columns: 1fr; }
    .live-preview-body { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .cine-wrapper { aspect-ratio: 16/9; max-height: 50vh; }
    .cine-overlay {
        background: linear-gradient(to top, rgba(17,24,39,0.95) 0%, rgba(17,24,39,0.4) 60%, transparent);
        align-items: flex-end;
        padding: 2rem 1.5rem;
    }
    .cine-text h2 { font-size: 1.5rem; }
    .cine-play { left: 50%; top: 35%; }
    .video-grid { grid-template-columns: 1fr; }
    .case-card { flex-direction: column; }
    .case-visual { width: 100%; min-height: 120px; }
    .cta-band h2 { font-size: 1.6rem; }
    .compare-table { font-size: 0.8rem; }
    .compare-table thead th,
    .compare-table tbody td { padding: 0.6rem 0.8rem; }
    .tech-grid { gap: 0.5rem; }
    .tech-badge { padding: 0.5rem 0.8rem; }
    .pain-grid { grid-template-columns: 1fr; }
    .solution-grid { grid-template-columns: 1fr; }
    .pain-block h2 { font-size: 1.5rem; }
}

/* ========================================
   문제 제시 + 솔루션 섹션 (Stripe/Linear 스타일)
   ======================================== */
.pain-solution-section {
    padding: 6rem 1.5rem;
    background: #0a0f1a;
    position: relative;
}
.pain-solution-inner {
    max-width: 1000px;
    margin: 0 auto;
}

/* 문제 파트 */
.pain-block {
    text-align: center;
    margin-bottom: 3rem;
}
.pain-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 1rem;
}
.pain-block h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #f3f4f6;
    line-height: 1.4;
    margin-bottom: 2.5rem;
    letter-spacing: -0.02em;
}
.pain-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #1f2937;
    border: 1px solid #1f2937;
    border-radius: 12px;
    overflow: hidden;
}
.pain-card {
    background: #111827;
    padding: 1.75rem 1.25rem;
    text-align: left;
}
.pain-card:hover {
    background: #1a2032;
}
.pain-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #e5e7eb;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}
.pain-card p {
    font-size: 0.82rem;
    color: #6b7280;
    line-height: 1.55;
}

/* 전환 */
.transition-divider {
    text-align: center;
    margin: 3rem 0;
}
.transition-divider h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--theme-color);
    letter-spacing: -0.01em;
}

/* 솔루션 파트 */
.solution-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #1f2937;
    border: 1px solid #1f2937;
    border-radius: 12px;
    overflow: hidden;
}
.solution-card {
    background: #111827;
    padding: 1.75rem 1.25rem;
    text-align: left;
}
.solution-card:hover {
    background: #1a2032;
}
.solution-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #e5e7eb;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}
.solution-card p {
    font-size: 0.82rem;
    color: #6b7280;
    line-height: 1.55;
}

@media (max-width: 1024px) {
    .pain-grid { grid-template-columns: repeat(2, 1fr); }
    .solution-grid { grid-template-columns: repeat(2, 1fr); }
}

/* === D: Pain→Solution 전환 애니메이션 === */
.ps-anim {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.ps-anim.ps-visible {
    opacity: 1;
    transform: translateY(0);
}

/* 솔루션 카드 순차 등장 */
.solution-block .solution-card {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.solution-block.ps-visible .solution-card:nth-child(1) { transition-delay: 0.1s; }
.solution-block.ps-visible .solution-card:nth-child(2) { transition-delay: 0.2s; }
.solution-block.ps-visible .solution-card:nth-child(3) { transition-delay: 0.3s; }
.solution-block.ps-visible .solution-card:nth-child(4) { transition-delay: 0.4s; }
.solution-block.ps-visible .solution-card {
    opacity: 1;
    transform: translateY(0);
}

/* Han-mech inspired full-page industrial tone */
body,
main {
    background: #f3f5f8;
}

.main-banner {
    min-height: calc(100vh - 60px);
    margin-bottom: 0;
    background:
        linear-gradient(90deg, rgba(9, 16, 30, 0.9) 0%, rgba(9, 16, 30, 0.78) 43%, rgba(9, 16, 30, 0.18) 100%),
        #111827;
}

.main-banner::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    mask-image: none;
}

.main-banner::after {
    border-color: rgba(255, 255, 255, 0.22);
}

#video-bg {
    opacity: 0.46;
    filter: saturate(0.82) contrast(1.06);
}

.banner-content {
    width: min(100%, 1320px);
    grid-template-columns: minmax(0, 0.98fr) minmax(500px, 0.9fr);
}

.hero-copy {
    border-left: 0;
    padding-left: 0;
}

.hero-copy::before,
.hero-copy::after {
    display: none;
}

.hero-eyebrow {
    color: #d3deea;
}

.hero-eyebrow::before {
    background: #d3deea;
}

.banner-content h1 {
    font-weight: 700;
    color: #fff;
}

.hero-lead {
    color: rgba(255, 255, 255, 0.78);
}

.main-banner .cta-button {
    background: #fff;
    color: #111827;
    border-color: #fff;
    border-radius: 0;
    box-shadow: none;
}

.main-banner .cta-button:hover {
    color: #111827;
    background: #f1f3f7;
    border-color: #f1f3f7;
    box-shadow: none;
}

#explore-button {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.48);
    border-radius: 0;
}

.hero-console,
.console-window,
.surrogate-card {
    border-radius: 0;
}

.console-window {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(255, 255, 255, 0.55);
}

.console-top {
    color: #111827;
    border-bottom-color: #d8dee8;
}

.console-grid {
    background: #fff;
}

.console-kpi {
    background: #f6f8fb;
    border-color: #d8dee8;
    border-radius: 0;
}

.console-kpi strong,
.surrogate-card > div:first-child,
.surrogate-card p {
    color: #111827;
}

.surrogate-card {
    background: rgba(255, 255, 255, 0.95);
    border-color: #d8dee8;
    box-shadow: none;
}

.pain-solution-section,
.monitoring-experience-section,
.differentiators-section,
.process-section,
.tech-stack-section,
.case-section,
.faq-section,
.compare-section,
.partner-section,
.news-section {
    background: #f3f5f8;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.pain-solution-section {
    overflow: hidden;
}

.pain-solution-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background:
        linear-gradient(to bottom, rgba(17, 24, 39, calc(var(--pain-bridge-progress, 0) * 0.22)), transparent 72%),
        radial-gradient(ellipse at top, rgba(107, 120, 154, calc(0.08 + (var(--pain-bridge-progress, 0) * 0.22))), transparent 70%);
    opacity: calc(0.58 + (var(--pain-bridge-progress, 0) * 0.42));
    pointer-events: none;
}

.settling-particle-field {
    position: absolute;
    inset: -140px 0 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: calc(0.68 + (var(--pain-bridge-progress, 0) * 0.32));
    transform: translate3d(0, calc((1 - var(--pain-bridge-progress, 0)) * -26px), 0);
    transition: opacity 0.16s linear, transform 0.16s linear;
}

.settling-particle-field::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 260px;
    background:
        radial-gradient(circle at 9% 6%, rgba(255, 255, 255, 0.82) 0 2px, transparent 3px),
        radial-gradient(circle at 17% 22%, rgba(255, 255, 255, 0.44) 0 1px, transparent 2px),
        radial-gradient(circle at 29% 10%, rgba(255, 255, 255, 0.72) 0 2px, transparent 3px),
        radial-gradient(circle at 38% 34%, rgba(107, 120, 154, 0.36) 0 1px, transparent 2px),
        radial-gradient(circle at 51% 14%, rgba(255, 255, 255, 0.78) 0 2px, transparent 3px),
        radial-gradient(circle at 63% 28%, rgba(255, 255, 255, 0.46) 0 1px, transparent 2px),
        radial-gradient(circle at 75% 8%, rgba(255, 255, 255, 0.74) 0 2px, transparent 3px),
        radial-gradient(circle at 87% 32%, rgba(107, 120, 154, 0.34) 0 1px, transparent 2px),
        repeating-linear-gradient(100deg, transparent 0 76px, rgba(255, 255, 255, 0.16) 77px 78px, transparent 79px 148px);
    opacity: calc(0.28 + (var(--pain-bridge-progress, 0) * 0.46));
    transform: translate3d(0, calc(var(--pain-bridge-progress, 0) * 28px), 0);
    filter: blur(0.15px);
    animation: settlingParticleStream 8s linear infinite;
}

.settling-particle-field::after {
    content: '';
    position: absolute;
    left: 7%;
    right: 7%;
    top: 7.4rem;
    height: 150px;
    background:
        radial-gradient(circle at 8% 70%, rgba(255, 255, 255, 0.95) 0 2px, transparent 3px),
        radial-gradient(circle at 18% 54%, rgba(107, 120, 154, 0.48) 0 1px, transparent 2px),
        radial-gradient(circle at 28% 74%, rgba(255, 255, 255, 0.9) 0 2px, transparent 3px),
        radial-gradient(circle at 40% 62%, rgba(107, 120, 154, 0.44) 0 1px, transparent 2px),
        radial-gradient(circle at 52% 76%, rgba(255, 255, 255, 0.94) 0 2px, transparent 3px),
        radial-gradient(circle at 64% 58%, rgba(107, 120, 154, 0.42) 0 1px, transparent 2px),
        radial-gradient(circle at 76% 72%, rgba(255, 255, 255, 0.92) 0 2px, transparent 3px),
        radial-gradient(circle at 88% 60%, rgba(107, 120, 154, 0.46) 0 1px, transparent 2px),
        radial-gradient(ellipse at center, rgba(107, 120, 154, 0.2), transparent 70%);
    filter: drop-shadow(0 8px 14px rgba(107, 120, 154, 0.18));
    opacity: calc(0.72 + (var(--pain-bridge-progress, 0) * 0.28));
}

.settling-particle-field span {
    position: absolute;
    top: -24px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0 0 1px rgba(107, 120, 154, 0.14), 0 0 14px rgba(107, 120, 154, 0.44);
    animation: settlingParticleFall 9s ease-in-out infinite;
}

.settling-particle-field span:nth-child(1) { left: 7%; animation-delay: -1s; animation-duration: 13s; }
.settling-particle-field span:nth-child(2) { left: 13%; width: 2px; height: 2px; animation-delay: -5s; animation-duration: 11s; }
.settling-particle-field span:nth-child(3) { left: 19%; animation-delay: -9s; animation-duration: 15s; }
.settling-particle-field span:nth-child(4) { left: 25%; width: 4px; height: 4px; animation-delay: -3s; animation-duration: 14s; }
.settling-particle-field span:nth-child(5) { left: 31%; width: 2px; height: 2px; animation-delay: -8s; animation-duration: 12s; }
.settling-particle-field span:nth-child(6) { left: 37%; animation-delay: -4s; animation-duration: 16s; }
.settling-particle-field span:nth-child(7) { left: 43%; width: 2px; height: 2px; animation-delay: -11s; animation-duration: 13s; }
.settling-particle-field span:nth-child(8) { left: 49%; animation-delay: -6s; animation-duration: 15s; }
.settling-particle-field span:nth-child(9) { left: 55%; width: 4px; height: 4px; animation-delay: -2s; animation-duration: 14s; }
.settling-particle-field span:nth-child(10) { left: 61%; width: 2px; height: 2px; animation-delay: -10s; animation-duration: 12s; }
.settling-particle-field span:nth-child(11) { left: 67%; animation-delay: -7s; animation-duration: 16s; }
.settling-particle-field span:nth-child(12) { left: 73%; width: 2px; height: 2px; animation-delay: -12s; animation-duration: 13s; }
.settling-particle-field span:nth-child(13) { left: 79%; animation-delay: -4s; animation-duration: 15s; }
.settling-particle-field span:nth-child(14) { left: 85%; width: 4px; height: 4px; animation-delay: -8s; animation-duration: 14s; }
.settling-particle-field span:nth-child(15) { left: 91%; width: 2px; height: 2px; animation-delay: -5s; animation-duration: 12s; }
.settling-particle-field span:nth-child(16) { left: 16%; animation-delay: -13s; animation-duration: 17s; }
.settling-particle-field span:nth-child(17) { left: 52%; width: 2px; height: 2px; animation-delay: -14s; animation-duration: 13s; }
.settling-particle-field span:nth-child(18) { left: 88%; animation-delay: -15s; animation-duration: 16s; }

@keyframes settlingParticleFall {
    0% {
        transform: translate3d(0, -16px, 0);
        opacity: 0;
    }
    18% {
        opacity: 0.82;
    }
    72% {
        opacity: 0.72;
    }
    100% {
        transform: translate3d(18px, 150px, 0);
        opacity: 0.18;
    }
}

@keyframes settlingParticleStream {
    0% {
        background-position: 0 -34px, 0 -22px, 0 -44px, 0 -12px, 0 -28px, 0 -18px, 0 -40px, 0 -16px, 0 0;
    }
    100% {
        background-position: 0 118px, 0 136px, 0 124px, 0 148px, 0 132px, 0 142px, 0 120px, 0 150px, 0 0;
    }
}

.pain-solution-inner {
    position: relative;
    z-index: 1;
}

.video-showcase,
.process-section,
.faq-section {
    background: #e9eef5;
}

.cinematic-section {
    background: #111827;
}

.section-title,
.new-section-title,
.differentiators-section .section-title,
.process-section .section-title {
    max-width: 1280px;
    margin: 0 auto 2.4rem;
    padding: 0 2rem;
    text-align: left;
}

.section-title h2,
.new-section-title h2,
.differentiators-section .section-title h2,
.process-section .section-title h2,
#service-title {
    color: #111827;
    font-size: clamp(2rem, 3.5vw, 3.45rem);
    font-weight: 700;
    line-height: 1.22;
}

.section-title p,
.new-section-title p,
.differentiators-section .section-title p,
.process-section .section-title p {
    color: #475467;
    font-size: 1rem;
    line-height: 1.72;
}

#service-title {
    max-width: 1280px;
    margin: 5.5rem auto 1.5rem;
    padding: 0 2rem;
    text-align: left;
}

.pain-solution-inner,
.sim-stage,
.process-content-wrap,
.tech-grid,
.case-grid,
.faq-list,
.compare-table,
.user-logos,
.news-header,
.news-carousel {
    max-width: 1280px;
}

.pain-card,
.solution-card,
.process-step,
.tech-badge,
.case-card,
.faq-item,
.news-card,
.video-card {
    background: #fff;
    border: 1px solid #d8dee8;
    border-radius: 0;
    box-shadow: none;
}

.pain-card:hover,
.solution-card:hover,
.process-step:hover,
.tech-badge:hover,
.case-card:hover,
.news-card:hover,
.video-card:hover {
    transform: translateY(-3px);
    background: #111827;
    border-color: #111827;
    color: #ffffff;
    box-shadow: none;
}

.pain-block h2,
.transition-divider h3,
.pain-card h4,
.solution-card h4,
.process-step h4,
.tech-name,
.case-body h3,
.faq-question,
.news-title,
.video-info h3 {
    color: #111827;
}

.pain-card p,
.solution-card p,
.process-step p,
.tech-desc,
.case-body p,
.faq-answer,
.news-date,
.video-info p {
    color: #475467;
}

.pain-eyebrow,
.news-tag {
    color: #5b6684;
    background: #f1f3f7;
    border-radius: 0;
}

.experience-tabs-menu {
    background: #fff;
    border: 1px solid #d8dee8;
    border-radius: 0;
}

.exp-tab-button,
.tab-content-wrapper,
.sim-intro,
.comparison-column,
.device-detail-panel,
.comparison-result,
.tech-badge {
    border-radius: 0;
}

.sim-intro,
.sim-reset-btn,
.sim-skip-btn {
    background: #fff;
    border-color: #d8dee8;
    color: #475467;
}

.video-grid {
    max-width: 1280px;
}

.case-visual {
    background: #dfe5ee;
}

.case-visual .case-logo {
    color: #344054;
}

.compare-table {
    border-radius: 0;
    border-color: #d8dee8;
    background: #fff;
}

.compare-table thead th {
    background: #111827;
    border-bottom-color: #1f2937;
}

.compare-table tbody td {
    border-bottom-color: #d8dee8;
    color: #111827;
}

.compare-table tbody td:first-child {
    color: #4b5563;
}

.compare-table td.highlight {
    background: #f1f3f7;
}

.partner-title {
    color: #111827;
}

.logo-item img {
    filter: grayscale(0.15) contrast(1.08);
}

.cta-band {
    background:
        linear-gradient(90deg, rgba(9, 16, 30, 0.92), rgba(9, 16, 30, 0.76)),
        url('/files/imgs/common/gigaflops_background.png') center / cover no-repeat;
}

.cta-band > h2,
.cta-band > p,
.cta-band > .cta-btns {
    position: relative;
    z-index: 1;
}

.cta-band::after {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 1.5rem;
    height: 82px;
    background:
        radial-gradient(circle at 12% 68%, rgba(255, 255, 255, 0.82) 0 2px, transparent 3px),
        radial-gradient(circle at 24% 78%, rgba(107, 120, 154, 0.62) 0 1px, transparent 2px),
        radial-gradient(circle at 36% 64%, rgba(255, 255, 255, 0.72) 0 2px, transparent 3px),
        radial-gradient(circle at 50% 82%, rgba(107, 120, 154, 0.56) 0 1px, transparent 2px),
        radial-gradient(circle at 64% 66%, rgba(255, 255, 255, 0.78) 0 2px, transparent 3px),
        radial-gradient(circle at 78% 80%, rgba(107, 120, 154, 0.6) 0 1px, transparent 2px),
        radial-gradient(circle at 90% 62%, rgba(255, 255, 255, 0.74) 0 2px, transparent 3px),
        radial-gradient(ellipse at center, rgba(107, 120, 154, 0.18), transparent 72%);
    opacity: calc(0.32 + (var(--cta-bridge-progress, 0) * 0.58));
    filter: drop-shadow(0 10px 18px rgba(107, 120, 154, 0.22));
    pointer-events: none;
}

.cta-particle-field {
    position: absolute;
    inset: -120px 0 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: calc(0.3 + (var(--cta-bridge-progress, 0) * 0.68));
}

.cta-particle-field::before {
    content: '';
    position: absolute;
    inset: 0 6% auto;
    height: 280px;
    background:
        radial-gradient(circle at 8% 6%, rgba(255, 255, 255, 0.72) 0 2px, transparent 3px),
        radial-gradient(circle at 19% 30%, rgba(255, 255, 255, 0.38) 0 1px, transparent 2px),
        radial-gradient(circle at 31% 12%, rgba(255, 255, 255, 0.68) 0 2px, transparent 3px),
        radial-gradient(circle at 44% 34%, rgba(107, 120, 154, 0.44) 0 1px, transparent 2px),
        radial-gradient(circle at 58% 10%, rgba(255, 255, 255, 0.7) 0 2px, transparent 3px),
        radial-gradient(circle at 71% 28%, rgba(255, 255, 255, 0.4) 0 1px, transparent 2px),
        radial-gradient(circle at 86% 8%, rgba(255, 255, 255, 0.66) 0 2px, transparent 3px),
        repeating-linear-gradient(100deg, transparent 0 84px, rgba(255, 255, 255, 0.14) 85px 86px, transparent 87px 164px);
    opacity: calc(0.38 + (var(--cta-bridge-progress, 0) * 0.44));
    transform: translate3d(0, calc(var(--cta-bridge-progress, 0) * 32px), 0);
    animation: ctaParticleStream 9s linear infinite;
}

.cta-particle-field span {
    position: absolute;
    top: -18px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 14px rgba(107, 120, 154, 0.42);
    animation: ctaParticleFall 10s ease-in-out infinite;
}

.cta-particle-field span:nth-child(1) { left: 8%; animation-delay: -1s; animation-duration: 11s; }
.cta-particle-field span:nth-child(2) { left: 16%; width: 2px; height: 2px; animation-delay: -5s; animation-duration: 12s; }
.cta-particle-field span:nth-child(3) { left: 24%; animation-delay: -8s; animation-duration: 14s; }
.cta-particle-field span:nth-child(4) { left: 32%; width: 2px; height: 2px; animation-delay: -3s; animation-duration: 10s; }
.cta-particle-field span:nth-child(5) { left: 41%; animation-delay: -9s; animation-duration: 13s; }
.cta-particle-field span:nth-child(6) { left: 50%; width: 2px; height: 2px; animation-delay: -6s; animation-duration: 12s; }
.cta-particle-field span:nth-child(7) { left: 59%; animation-delay: -2s; animation-duration: 11s; }
.cta-particle-field span:nth-child(8) { left: 68%; width: 2px; height: 2px; animation-delay: -7s; animation-duration: 13s; }
.cta-particle-field span:nth-child(9) { left: 76%; animation-delay: -4s; animation-duration: 14s; }
.cta-particle-field span:nth-child(10) { left: 84%; width: 2px; height: 2px; animation-delay: -10s; animation-duration: 12s; }
.cta-particle-field span:nth-child(11) { left: 91%; animation-delay: -6s; animation-duration: 11s; }
.cta-particle-field span:nth-child(12) { left: 37%; width: 2px; height: 2px; animation-delay: -11s; animation-duration: 15s; }

@keyframes ctaParticleFall {
    0% { transform: translate3d(0, -20px, 0); opacity: 0; }
    18% { opacity: 0.72; }
    76% { opacity: 0.52; }
    100% { transform: translate3d(20px, 210px, 0); opacity: 0.16; }
}

@keyframes ctaParticleStream {
    0% { background-position: 0 -40px, 0 -24px, 0 -48px, 0 -18px, 0 -44px, 0 -22px, 0 -42px, 0 0; }
    100% { background-position: 0 126px, 0 144px, 0 132px, 0 152px, 0 136px, 0 148px, 0 130px, 0 0; }
}

.cta-btn-primary,
.cta-btn-outline {
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 1180px) {
    .banner-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .section-title,
    .new-section-title,
    .differentiators-section .section-title,
    .process-section .section-title,
    #service-title {
        padding: 0 1rem;
    }

    .console-window,
    .surrogate-card {
        background: rgba(255, 255, 255, 0.94);
    }
}

/* Keep interactive demo layouts stable inside the new industrial tone */
.monitoring-experience-section {
    max-width: 1280px;
    margin: 0 auto 5.5rem;
    padding: 0 2rem;
    background: transparent;
}

.monitoring-experience-section .experience-tabs-menu {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 2rem;
    padding: 0.35rem;
    background: #fff;
    border: 1px solid #d8dee8;
}

.monitoring-experience-section .exp-tab-button {
    min-width: 150px;
    padding: 0.75rem 1.35rem;
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #475467;
    font-size: 0.98rem;
    font-weight: 650;
}

.monitoring-experience-section .exp-tab-button.active {
    background: #111827;
    color: #fff;
    box-shadow: none;
}

.monitoring-experience-section .exp-tab-button:hover {
    background: #111827;
    color: #fff;
}

.monitoring-experience-section .tab-content-wrapper {
    position: relative;
    overflow: visible;
    background: transparent;
}

.monitoring-experience-section .tab-content {
    display: none;
    position: static;
    left: auto;
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.monitoring-experience-section .tab-content.active {
    display: block;
    animation: fadeInTabContent 0.35s ease;
}

.monitoring-experience-section .sim-stage {
    max-width: 100%;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #d8dee8;
}

.monitoring-experience-section .sim-versus {
    grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr);
    align-items: stretch;
}

.monitoring-experience-section .sim-side {
    min-width: 0;
    background: #f8fafc;
    border-color: #d8dee8;
    border-radius: 0;
}

.monitoring-experience-section .sim-node,
.monitoring-experience-section .sim-pool,
.monitoring-experience-section .sim-activity,
.monitoring-experience-section .sim-legend,
.monitoring-experience-section .sim-result,
.monitoring-experience-section .sim-elapsed {
    background: #fff;
    border-color: #d8dee8;
    border-radius: 0;
}

.monitoring-experience-section .ring-bg {
    stroke: #d8dee8;
}

.monitoring-experience-section .sim-vs-divider span,
.monitoring-experience-section .q-count {
    background: #fff;
    border-color: #d8dee8;
}

.monitoring-experience-section .iframe-container {
    position: relative;
    height: min(760px, 78vh);
    border-color: #d8dee8;
    border-radius: 0;
    background: #fff;
}

.monitoring-experience-section .prism-demo-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    gap: 0.8rem;
    text-align: center;
    padding: 2rem;
    background: #ffffff;
    color: #111827;
}

.monitoring-experience-section .prism-demo-fallback strong {
    font-size: 1.25rem;
    font-weight: 760;
}

.monitoring-experience-section .prism-demo-fallback p {
    margin: 0;
    color: #475467;
}

.monitoring-experience-section .prism-demo-fallback a {
    display: inline-flex;
    justify-self: center;
    align-items: center;
    min-height: 42px;
    padding: 0 1.2rem;
    background: #111827;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.monitoring-experience-section .iframe-container.has-frame .prism-demo-fallback {
    display: none;
}

.monitoring-experience-section .banner-3d {
    background: #fff;
    border: 1px solid #d8dee8;
}

.monitoring-experience-section .image-3d {
    position: relative;
    width: min(100%, 1120px);
    aspect-ratio: 2 / 1;
    margin: 0 auto;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(226, 232, 240, 0.82)),
        repeating-linear-gradient(90deg, rgba(148, 163, 184, 0.14) 0 1px, transparent 1px 72px);
    border: 1px solid #d8dee8;
}

.monitoring-experience-section canvas.webgl {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: #f8fafc;
    opacity: 1;
    transform: none;
    transition: opacity 0.25s ease;
}

.monitoring-experience-section canvas.webgl.model-load-error {
    background:
        linear-gradient(135deg, rgba(248, 250, 252, 0.96), rgba(226, 232, 240, 0.9)),
        repeating-linear-gradient(90deg, rgba(107, 120, 154, 0.14) 0 1px, transparent 1px 68px);
    opacity: 1;
}

.monitoring-experience-section .device-detail-panel {
    background: #ffffff;
    color: #111827;
    border: 1px solid #d8dee8;
    border-radius: 0;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.monitoring-experience-section .device-detail-panel .panel-header {
    border-bottom-color: #d8dee8;
}

.monitoring-experience-section .server-name-title {
    color: #4f5b78;
}

.monitoring-experience-section .server-meta-text,
.monitoring-experience-section .simple-panel-content p {
    color: #475467;
}

.monitoring-experience-section .close-btn {
    background: #f1f3f7;
    color: #4f5b78;
    border-radius: 0;
}

.monitoring-experience-section .click-prompt-overlay {
    z-index: 2;
    animation: none;
}

.monitoring-experience-section .click-prompt-icon {
    background: #111827;
    border-radius: 0;
    box-shadow: none;
    animation: none;
}

.monitoring-experience-section .click-prompt-text {
    color: #111827;
    text-shadow: none;
}

.monitoring-experience-section .sim-skip-mid,
.monitoring-experience-section .sim-event.burst,
.monitoring-experience-section .sim-event.peak,
.monitoring-experience-section .log-entry.after.backfill .log-tag {
    color: #475569;
    border-color: #cbd5e1;
    background: #f1f5f9;
    animation: none;
}

.monitoring-experience-section .sim-badge,
.monitoring-experience-section .sim-badge-bad,
.monitoring-experience-section .sim-badge-good,
.monitoring-experience-section .sim-badge-before,
.monitoring-experience-section .sim-badge-after {
    color: #334155;
    background: #f1f3f7;
    border-color: #d8dee8;
    border-radius: 0;
}

.monitoring-experience-section .ring-fg,
.monitoring-experience-section .ring-fg-good {
    stroke: #6b789a;
}

.monitoring-experience-section .node-led.on {
    background: #6b789a;
    box-shadow: none;
}

.monitoring-experience-section .gpu,
.monitoring-experience-section .q-job,
.monitoring-experience-section .leg-color {
    border-radius: 0;
    box-shadow: none !important;
}

.monitoring-experience-section .gpu.j0,
.monitoring-experience-section .gpu.j1,
.monitoring-experience-section .gpu.j2,
.monitoring-experience-section .gpu.j3,
.monitoring-experience-section .q-job,
.monitoring-experience-section .leg-color {
    background: #6b789a !important;
    border-color: #6b789a !important;
}

.monitoring-experience-section .gpu.j4,
.monitoring-experience-section .gpu.j5,
.monitoring-experience-section .gpu.j6,
.monitoring-experience-section .gpu.j7 {
    background: #64748b !important;
    border-color: #64748b !important;
}

.monitoring-experience-section .gpu.cool,
.monitoring-experience-section .leg-cool {
    background: repeating-linear-gradient(45deg, rgba(148, 163, 184, 0.26), rgba(148, 163, 184, 0.26) 2px, transparent 2px, transparent 5px) !important;
    border-color: #94a3b8 !important;
    animation: none;
}

.monitoring-experience-section .main-exp-arrow {
    border-radius: 0;
    width: 48px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #d8dee8;
    color: #111827;
    box-shadow: none;
    animation: none;
}

.monitoring-experience-section .main-exp-arrow:hover {
    background: #111827;
    border-color: #111827;
    color: #ffffff;
    transform: translateY(-50%);
    box-shadow: none;
}

.monitoring-experience-section .main-exp-arrow svg {
    width: 1.45rem;
    height: 1.45rem;
    stroke: currentColor;
}

.monitoring-experience-section .main-exp-arrow#main-exp-arrow-left {
    left: -60px;
}

.monitoring-experience-section .main-exp-arrow#main-exp-arrow-right {
    right: -60px;
}

/* Light industrial treatment for the CFD cinematic block */
.cinematic-section {
    padding: 5rem 2rem;
    background: #f8fafc;
    border-top: 1px solid #d8dee8;
    border-bottom: 1px solid #d8dee8;
}

.cine-fade-top,
.cine-fade-bottom {
    display: none;
}

.cine-wrapper {
    width: min(100%, 1120px);
    margin: 0 auto;
    height: clamp(420px, 48vw, 560px);
    aspect-ratio: auto;
    max-height: none;
    background: #111827;
    border: 1px solid #d8dee8;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.12);
}

.cine-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
}

.cine-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(17, 24, 39, 0.88) 0%, rgba(17, 24, 39, 0.62) 42%, rgba(17, 24, 39, 0.08) 100%);
    display: flex;
    align-items: center;
    padding: 3rem;
    border-left: 0;
}

.cine-text {
    max-width: 470px;
}

.cine-meta-line {
    margin: 0 0 1rem;
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.82rem;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
}

.cine-text h2 {
    color: #ffffff;
    font-size: clamp(1.9rem, 3vw, 3rem);
    font-weight: 760;
    line-height: 1.16;
    margin-bottom: 1rem;
}

.cine-text h2 .green {
    color: #cbd5e1;
}

.cine-text p {
    color: rgba(241, 245, 249, 0.72);
    font-size: 0.98rem;
    line-height: 1.75;
}

.cine-slider {
    display: block;
    position: relative;
    aspect-ratio: auto;
    overflow: visible;
}

.cine-track {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.cine-slide {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.cine-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cine-slide img,
.cine-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.92) contrast(1.04);
}

.cine-controls {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
}

.cine-arrow,
.cine-dots button {
    border: 1px solid #d8dee8;
    background: #ffffff;
    color: #111827;
    cursor: pointer;
}

.cine-arrow {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    line-height: 1;
    pointer-events: auto;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cine-arrow[data-cine-prev] {
    left: -60px;
}

.cine-arrow[data-cine-next] {
    right: -60px;
}

.cine-arrow svg {
    width: 1.45rem;
    height: 1.45rem;
    stroke: currentColor;
}

.cine-arrow:hover,
.cine-dots button:hover,
.cine-dots button.is-active {
    background: #111827;
    border-color: #111827;
    color: #ffffff;
}

.cine-dots {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: inline-flex;
    gap: 0;
    border: 1px solid #d8dee8;
    background: #ffffff;
    pointer-events: auto;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
}

.cine-dots button {
    min-width: 92px;
    height: 38px;
    padding: 0 1rem;
    border: 0;
    border-right: 1px solid #d8dee8;
    font-size: 0.82rem;
    font-weight: 700;
}

.cine-dots button:last-child {
    border-right: 0;
}

.pain-card:hover h4,
.solution-card:hover h4,
.process-step:hover h4,
.tech-badge:hover .tech-name,
.case-card:hover h3,
.news-card:hover .news-title,
.video-card:hover h3 {
    color: #ffffff;
}

.pain-card:hover p,
.solution-card:hover p,
.process-step:hover p,
.tech-badge:hover .tech-desc,
.case-card:hover p,
.case-card:hover .meta-line,
.news-card:hover p,
.news-card:hover .news-date,
.video-card:hover p,
.video-card:hover .meta-line {
    color: rgba(255, 255, 255, 0.76);
}

.differentiators-section .section-title {
    margin-bottom: 2rem;
}

.ops-metrics-panel {
    width: min(100%, 1280px);
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #d8dee8;
}

.ops-metric-row {
    display: grid;
    grid-template-columns: minmax(190px, 0.8fr) minmax(120px, 0.35fr) minmax(0, 1.4fr);
    gap: 1.5rem;
    align-items: center;
    padding: 1.15rem 1.4rem;
    border-bottom: 1px solid #d8dee8;
}

.ops-metric-row:last-child {
    border-bottom: 0;
}

.ops-metric-row span {
    color: #4b5563;
    font-size: 0.92rem;
    font-weight: 650;
}

.ops-metric-row strong {
    color: #111827;
    font-size: 1.45rem;
    font-weight: 760;
    letter-spacing: 0;
}

.ops-metric-row p {
    margin: 0;
    color: #475467;
    font-size: 0.92rem;
    line-height: 1.65;
}

.faq-section {
    margin: 5.5rem auto;
    padding: 5.5rem 2rem;
    background: #e9eef5;
}

.faq-section .new-section-title {
    margin-bottom: 2rem;
}

.faq-list {
    max-width: 960px;
    background: #ffffff;
    border: 1px solid #d8dee8;
}

.faq-item {
    padding: 0 1.5rem;
    border-bottom-color: #d8dee8;
}

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

@media (max-width: 820px) {
    .ops-metric-row {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }
}

@media (max-width: 1024px) {
    .cine-wrapper {
        height: clamp(340px, 58vw, 460px);
        max-height: none;
    }

    .cine-track {
        height: 100%;
    }

    .cine-slide img,
    .cine-slide video {
        height: 100%;
    }

    .cine-overlay {
        padding: 2rem;
        border: 0;
    }

    .cine-controls {
        inset: 0;
    }

    .cine-arrow[data-cine-prev] {
        left: 0.75rem;
    }

    .cine-arrow[data-cine-next] {
        right: 0.75rem;
    }

    .cine-dots {
        left: 0.75rem;
        right: auto;
        bottom: 0.75rem;
    }
}
