/*
 * 50 Page open sensor.
 * Load order: content-style.css -> css/05-header.css -> css/05-footer.css -> css/10-content-patterns.css -> css/11-tabs-block.css -> css/15-woocommerce.css -> css/20-page-patterns.css -> css/20-support-pages.css -> style.css -> css/pages/50-page-*.css.
 * Purpose: Open Sensor page-only section overrides loaded on page ID 7620.
 * Related files: content-style.css holds tokens/base utilities; css/10-content-patterns.css holds reusable components; css/11-tabs-block.css holds shared tab variants.
 * Scope: these rules were moved from style.css and editor-style.css, targeting .dmax-os-* classes.
 */

/* ============================================================
   Open Sensor — Frontend
   ============================================================ */

/* ── Hero ─────────────────────────────────────────────────── */
.dmax-os-hero-title {
    max-width: 680px;
}

.dmax-os-report {
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.5;
}

.dmax-os-report a {
    color: var(--dmax-sky);
    font-weight: 700;
}

.dmax-os-hero-image img {
    width: min(100%, 520px);
    max-height: 65vh;
    object-fit: contain;
    margin-inline: auto; }

/* ── Cable image ──────────────────────────────────────────── */
.dmax-os-cable-image {
    max-width: 900px;
    margin-inline: auto;
    padding: 100px 0;
    text-align: center;
}

.dmax-os-cable-image img {
    width: 100%;
    height: auto;
}

/* ── Free trial image ─────────────────────────────────────── */
.dmax-os-freetrial-image {
    max-width: 442.5px;
    margin-inline: auto;
}

.dmax-os-freetrial-image img {
    width: 100%;
    height: auto;
}

/* ── Diagnostic tools ─────────────────────────────────────── */
.dmax-os-diag-copy {
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 50px;
    text-align: center;
}

/* .dmax-os-spec-tabs — tab title styling handled by per-block attrs + global kt_blocks_config_blocks.
   Remaining CSS: layout,
   border-bottom,
   content panel,
   grid,
   image sizing. moved to 11-tabs-block.css */
   /* .dmax-os-spec-tabs {...} */

.dmax-os-spec-image img {
    width: min(100%, 622px);
    height: auto;
    margin-inline: auto;
    }

/* ── Dream Sensor CTA (on Open Sensor page) ───────────────── */
.dmax-os-dreamcta-title {
    max-width: 620px;
    margin-bottom: 18px;
}

.dmax-os-dreamcta-copy {
    font-size: clamp(16px, 1.5vw, 21px);
    line-height: 1.45;
    margin-bottom: 26px;
}

/* ── Videos ───────────────────────────────────────────────── */
.dmax-os-videos-section {
    padding: 30px 0;
}

.dmax-os-videos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 767px) {
    .dmax-os-videos-grid {
        grid-template-columns: 1fr;
    }
}

.dmax-os-video {
    text-align: center;
}

/* ── Dream CTA section ────────────────────────────────────── */
.dmax-os-dreamcta-section {
    padding: clamp(40px, 6vw, 80px) 0;
}

.dmax-os-dreamcta-buttons {
    margin-top: 10px;
}

/* ============================================================
   Open Sensor — Editor
   ============================================================ */

.editor-styles-wrapper .dmax-os-hero-section {
    background: linear-gradient(68.86deg, var(--dmax-navy) 16.96%, #000 37.73%);
}

.editor-styles-wrapper .dmax-os-hero-title {
    max-width: 680px;
}

.editor-styles-wrapper .dmax-os-report {
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.5;
}

.editor-styles-wrapper .dmax-os-report a {
    color: var(--dmax-sky);
    font-weight: 700;
}

.editor-styles-wrapper .dmax-os-hero-image img {
    width: min(100%, 520px);
    max-height: 65vh;
    object-fit: contain;
    margin-inline: auto;
}

.editor-styles-wrapper .dmax-os-cable-image {
    max-width: 900px;
    margin-inline: auto;
    padding: 100px 0;
    text-align: center;
}
.editor-styles-wrapper .dmax-os-cable-image img {
    width: 100%;
    height: auto;
}

.editor-styles-wrapper .dmax-os-freetrial-image {
    max-width: 442.5px;
    margin-inline: auto;
}
.editor-styles-wrapper .dmax-os-freetrial-image img {
    width: 100%;
    height: auto;
}

.editor-styles-wrapper .dmax-os-diag-copy {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 50px;
    text-align: center;
}

.editor-styles-wrapper .dmax-os-spec-image img {
    width: min(100%, 622px);
    height: auto;
    margin-inline: auto;
}
.editor-styles-wrapper .dmax-os-dreamcta-title {
    max-width: 620px;
    margin-bottom: 18px;
}
.editor-styles-wrapper .dmax-os-dreamcta-copy {
    font-size: clamp(16px, 1.5vw, 21px);
    line-height: 1.45;
    margin-bottom: 26px;
}
.editor-styles-wrapper .dmax-os-videos-section {
    padding: 30px 0;
}
.editor-styles-wrapper .dmax-os-videos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.editor-styles-wrapper .dmax-os-video {
    text-align: center;
}
.editor-styles-wrapper .dmax-os-dreamcta-section {
    padding: clamp(40px, 6vw, 80px) 0;
}
.editor-styles-wrapper .dmax-os-dreamcta-buttons {
    margin-top: 10px;
}
