.elementor-234171 .elementor-element.elementor-element-24adf6e{--display:flex;}body.elementor-page-234171:not(.elementor-motion-effects-element-type-background), body.elementor-page-234171 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-df3e1fe *//* =========================================================
   CASE LONGREAD — FINAL / ISOLATED / FIXED
========================================================= */

/* =========================
   VARIABLES
========================= */

:root {
    --bg-main: #0b0f14;
    --bg-card: #0f1419;
    --bg-hover: rgba(151,203,255,0.12);

    --text-main: rgba(255,255,255,0.95);
    --text-secondary: rgba(255,255,255,0.82);
    --text-muted: rgba(255,255,255,0.6);

    --accent: #97CBFF;

    --border-soft: rgba(151,203,255,0.25);
    --border-strong: rgba(151,203,255,0.45);

    --radius-sm: 16px;
    --radius-lg: 24px;
}

/* =========================
   ROOT ISOLATION
========================= */

.case-longread {
    isolation: isolate;
    background: var(--bg-main);
    color: var(--text-main);
    font-family: 'Montserrat', sans-serif;
}

/* =========================
   RESET INSIDE CASE
========================= */

.case-longread *,
.case-longread *::before,
.case-longread *::after {
    box-sizing: border-box;
}

/* =========================
   TEXT
========================= */

.case-longread p,
.case-longread li,
.case-longread span,
.case-longread div {
    color: var(--text-secondary);
}

.case-longread h1,
.case-longread h2,
.case-longread h3 {
    color: var(--text-main);
}

/* =========================
   LINKS
========================= */

.case-longread a {
    color: var(--accent);
    text-decoration: none;
}

.case-longread a:hover {
    text-decoration: underline;
}

/* =========================
   BUTTON FORM (STYLE ONLY)
========================= */

.case-longread .case-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 26px;
    border-radius: 999px;

    background: transparent;
    border: 1px solid var(--accent);

    color: var(--accent);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;

    transition: all 0.25s ease;
}

.case-longread .case-btn:hover {
    background: var(--accent);
    color: #0b0f14;
}

/* =========================
   HERO
========================= */

.case-hero {
    padding: 140px 60px 120px;
}

.case-hero__grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
}

.case-kicker {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 18px;
}

.case-title {
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 22px;
}

.case-title .accent {
    color: var(--accent);
}

.case-lead {
    font-size: 20px;
    line-height: 1.75;
    max-width: 760px;
    margin-bottom: 36px;
}

/* =========================
   METRICS
========================= */

.case-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.metric {
    background: var(--bg-card);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-sm);
    padding: 16px 18px;
}

.metric__value {
    font-weight: 800;
}

.metric__label {
    font-size: 13px;
    color: var(--text-muted);
}

/* =========================
   PANELS / CARDS / TOC
========================= */

.case-panel,
.case-card,
.case-toc,
.case-cta-box,
.case-result {
    background: var(--bg-card);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-lg);
    transition: all 0.3s ease;
}

/* =========================
   PANEL
========================= */

.case-panel {
    padding: 28px;
}

.panel-title {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 14px;
}

.panel-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(151,203,255,0.15);
}

.panel-key {
    font-size: 13px;
    color: var(--text-muted);
}

.panel-val {
    font-size: 13px;
    text-align: right;
}

.panel-list {
    list-style: none;
    padding: 0;
}

.panel-list li {
    font-size: 13px;
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px;
}

.panel-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: var(--accent);
    border-radius: 50%;
}

/* =========================
   LAYOUT
========================= */

.case-layout {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px 140px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
}

/* =========================
   TOC
========================= */

.case-toc {
    position: sticky;
    top: 40px;
    padding: 18px;
}

.toc-title {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 800;
    margin-bottom: 12px;
}

.toc-link {
    display: block;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: var(--radius-sm);
    color: var(--text-muted);
    transition: color 0.2s ease, background 0.2s ease;
}

.toc-link:hover {
    color: var(--accent);
    background: rgba(151,203,255,0.1);
}

/* =========================
   CONTENT
========================= */

.case-section {
    margin-top: 90px;
}

.case-section h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}

.case-section p {
    font-size: 16px;
    line-height: 1.85;
    max-width: 920px;
    margin-bottom: 18px;
}

/* =========================
   GRIDS
========================= */

.case-grid,
.case-split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 26px;
}

/* =========================
   CARDS
========================= */

.case-card {
    padding: 26px;
}

.case-card:hover {
    background: var(--bg-hover);
    border-color: var(--border-strong);
    transform: translateY(-6px);
}

.case-card h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

/* =========================
   CODE BLOCK
========================= */

.case-code {
    background: #0a0f14;
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: 24px;
}

.code-title {
    padding: 14px 18px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    border-bottom: 1px solid rgba(151,203,255,0.2);
}

.case-code code {
    font-size: 13px;
    color: rgba(255,255,255,0.9);
}

/* =========================
   CTA BOX FIX (PADDING)
========================= */

.case-cta-box {
    padding: 40px 44px;
}

.case-cta-box p {
    margin-bottom: 20px;
    line-height: 1.85;
}

.case-cta-box .case-btn {
    margin-top: 10px;
}

/* =========================
   BACK TO TOP (FORM ONLY)
========================= */

.case-back {
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* =========================
   RESULT
========================= */

.case-result {
    padding: 36px;
}

.result-title {
    font-size: 22px;
    font-weight: 900;
}

.result-sub {
    color: var(--text-muted);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
    .case-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .case-grid,
    .case-split {
        grid-template-columns: 1fr;
    }

    .case-hero {
        padding: 100px 24px 80px;
    }

    .case-layout {
        padding: 0 24px 100px;
    }

    .case-cta-box {
        padding: 28px 24px;
    }

    .case-btn {
        padding: 12px 22px;
        font-size: 13px;
    }
}/* End custom CSS */