.scj-djbox-page {
    --scj-bg: #020714;
    --scj-panel: #071226;
    --scj-panel-2: #0a1933;
    --scj-cyan: #09d8ff;
    --scj-blue: #1677ff;
    --scj-text: #d7e4f4;
    --scj-white: #ffffff;
    --scj-line: rgba(57, 187, 255, .20);
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    overflow-x: clip;
    color: var(--scj-text);
    background: var(--scj-bg);
    font-family: inherit;
}

.scj-djbox-page *,
.scj-djbox-page *::before,
.scj-djbox-page *::after { box-sizing: border-box; }

.scj-djbox-page h1,
.scj-djbox-page h2,
.scj-djbox-page h3,
.scj-djbox-page p { margin-top: 0; }

.scj-djbox-page h1,
.scj-djbox-page h2,
.scj-djbox-page h3 {
    color: var(--scj-white);
    letter-spacing: -.025em;
}

.scj-djbox-shell {
    width: min(1200px, calc(100% - 56px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.scj-djbox-hero {
    min-height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    isolation: isolate;
    background-color: #020714;
    background-image:
        linear-gradient(90deg, rgba(2,7,20,.99) 0%, rgba(2,7,20,.92) 31%, rgba(2,7,20,.52) 49%, rgba(2,7,20,.16) 72%, rgba(2,7,20,.08) 100%),
        var(--scj-hero);
    background-size: cover;
    background-position: 64% center;
    border-bottom: 1px solid rgba(9,216,255,.12);
}

.scj-djbox-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(0deg, #020714 0%, transparent 23%),
        repeating-linear-gradient(90deg, transparent 0 159px, rgba(9,216,255,.035) 160px);
}

.scj-djbox-hero-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    left: -170px;
    top: 10%;
    border-radius: 50%;
    background: rgba(9,216,255,.11);
    filter: blur(90px);
    animation: scjPulse 5s ease-in-out infinite;
}

.scj-djbox-hero-copy {
    max-width: 650px;
    padding: 105px 0 90px;
}

.scj-djbox-eyebrow,
.scj-djbox-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--scj-cyan);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.scj-djbox-eyebrow::before,
.scj-djbox-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, var(--scj-cyan), var(--scj-blue));
    box-shadow: 0 0 14px var(--scj-cyan);
}

.scj-djbox-hero h1 {
    max-width: 700px;
    margin: 22px 0 22px;
    font-size: clamp(44px, 5.25vw, 68px);
    line-height: 1.02;
}

.scj-djbox-hero p {
    max-width: 620px;
    margin-bottom: 30px;
    color: #dceafa;
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.68;
}

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

.scj-djbox-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 27px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--scj-white) !important;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.scj-djbox-btn:hover,
.scj-djbox-btn:focus { transform: translateY(-2px); }

.scj-djbox-btn-primary {
    background: linear-gradient(135deg, var(--scj-cyan), var(--scj-blue));
    box-shadow: 0 12px 34px rgba(9,216,255,.27);
}

.scj-djbox-btn-primary:hover,
.scj-djbox-btn-primary:focus { box-shadow: 0 16px 40px rgba(9,216,255,.4); }

.scj-djbox-btn-ghost {
    border-color: rgba(255,255,255,.25);
    background: rgba(3,10,24,.62);
    backdrop-filter: blur(8px);
}

.scj-djbox-intro,
.scj-djbox-features,
.scj-djbox-showcase {
    padding: 86px 0;
    position: relative;
}

.scj-djbox-intro {
    background: linear-gradient(180deg, #020714, #061126);
    border-bottom: 1px solid rgba(9,216,255,.08);
}

.scj-djbox-intro-grid {
    display: grid;
    grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr);
    gap: 54px;
    align-items: start;
}

.scj-djbox-intro-grid > * { min-width: 0; }

.scj-djbox-page h2 {
    margin: 15px 0 0;
    font-size: clamp(34px, 3.7vw, 54px);
    line-height: 1.1;
}

.scj-djbox-intro-grid h2 { max-width: 540px; }

.scj-djbox-intro-grid > p,
.scj-djbox-showcase-copy > p {
    margin-bottom: 0;
    color: var(--scj-text);
    font-size: 18px;
    line-height: 1.78;
}

.scj-djbox-intro-grid > p { max-width: 670px; padding-top: 8px; }

.scj-djbox-features { background: #061126; }

.scj-djbox-features::before {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    right: -250px;
    top: 13%;
    border: 1px solid rgba(9,216,255,.15);
    border-radius: 50%;
    box-shadow: 0 0 80px rgba(9,216,255,.07);
}

.scj-djbox-section-title { max-width: 760px; margin-bottom: 42px; }

.scj-djbox-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
}

.scj-djbox-card {
    min-height: 245px;
    position: relative;
    overflow: hidden;
    padding: 31px;
    border: 1px solid var(--scj-line);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(11,28,57,.9), rgba(5,15,34,.96));
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.scj-djbox-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -45px;
    bottom: -55px;
    border-radius: 50%;
    background: rgba(9,216,255,.1);
    filter: blur(8px);
}

.scj-djbox-card:hover {
    transform: translateY(-6px);
    border-color: rgba(9,216,255,.52);
    box-shadow: 0 20px 45px rgba(0,0,0,.24), 0 0 28px rgba(9,216,255,.08);
}

.scj-djbox-card-number {
    color: var(--scj-cyan);
    font-weight: 900;
    font-size: 14px;
    letter-spacing: .15em;
}

.scj-djbox-card h3 { margin: 27px 0 12px; font-size: 24px; }
.scj-djbox-card p { margin-bottom: 0; color: var(--scj-text); line-height: 1.66; }

.scj-djbox-showcase {
    background: var(--scj-bg);
    border-top: 1px solid rgba(9,216,255,.06);
}

.scj-djbox-showcase-alt { background: linear-gradient(180deg, #020714, #07152c); }

.scj-djbox-showcase-grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 62px;
    align-items: center;
}

.scj-djbox-showcase-image { position: relative; min-width: 0; }

.scj-djbox-showcase-image::before {
    content: "";
    position: absolute;
    inset: -14px;
    z-index: -1;
    border: 1px solid rgba(9,216,255,.25);
    border-radius: 28px;
    transform: rotate(-1.4deg);
}

.scj-djbox-showcase-image img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
    box-shadow: 0 28px 70px rgba(0,0,0,.42), 0 0 35px rgba(9,216,255,.1);
}

.scj-djbox-showcase-copy { min-width: 0; }
.scj-djbox-showcase-copy h2 { margin-bottom: 22px; }

.scj-djbox-list {
    list-style: none !important;
    margin: 25px 0 0 !important;
    padding: 0 !important;
}

.scj-djbox-list li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 30px;
    color: #e8f1fc;
    font-weight: 700;
}

.scj-djbox-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .48em;
    width: 11px;
    height: 11px;
    border: 2px solid var(--scj-cyan);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(9,216,255,.7);
}

.scj-djbox-cta {
    padding: 76px 0;
    position: relative;
    background: linear-gradient(120deg, #0a1b38, #073f62 55%, #09517a);
}

.scj-djbox-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, transparent 0 119px, rgba(255,255,255,.035) 120px);
}

.scj-djbox-cta .scj-djbox-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
}

.scj-djbox-cta h2 {
    max-width: 770px;
    margin-bottom: 14px;
    font-size: clamp(34px, 3.6vw, 50px);
}

.scj-djbox-cta p {
    max-width: 760px;
    margin-bottom: 0;
    color: #dbefff;
    font-size: 18px;
    line-height: 1.65;
}

.scj-djbox-page.has-js [data-scj-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s ease;
}

.scj-djbox-page.has-js [data-scj-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes scjPulse {
    0%,100% { transform: scale(.9); opacity:.65; }
    50% { transform: scale(1.15); opacity:1; }
}

@media (max-width: 900px) {
    .scj-djbox-hero {
        min-height: 610px;
        background-image: linear-gradient(90deg, rgba(2,7,20,.97), rgba(2,7,20,.70)), var(--scj-hero);
        background-position: 58% center;
    }
    .scj-djbox-intro-grid,
    .scj-djbox-showcase-grid { grid-template-columns: 1fr; gap: 40px; }
    .scj-djbox-showcase-alt .scj-djbox-showcase-copy { order: 2; }
    .scj-djbox-feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .scj-djbox-cta .scj-djbox-shell { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
    .scj-djbox-shell { width: min(100% - 28px, 1200px); }
    .scj-djbox-hero { min-height: 590px; background-position: 62% center; }
    .scj-djbox-hero-copy { padding: 86px 0 66px; }
    .scj-djbox-hero h1 { font-size: 40px; }
    .scj-djbox-actions,
    .scj-djbox-btn { width: 100%; }
    .scj-djbox-intro,
    .scj-djbox-features,
    .scj-djbox-showcase { padding: 68px 0; }
    .scj-djbox-feature-grid { grid-template-columns: 1fr; }
    .scj-djbox-card { min-height: 0; padding: 27px; }
    .scj-djbox-showcase-image::before { display: none; }
    .scj-djbox-cta { padding: 62px 0; }
}

@media (prefers-reduced-motion: reduce) {
    .scj-djbox-page *,
    .scj-djbox-page *::before,
    .scj-djbox-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
