/*
 * Digital Capabilities — v7
 * Hero: cinematic full-width, huge title, product rising from bottom
 * Scenes: text block top, images below in a row — large, side by side
 * @package KadenceChild
 */

/* ── Kadence reset ────────────────────────────────────────────── */
.capability-digital .entry-content,
.capability-digital article,
.capability-digital .entry          { padding:0!important;margin:0!important;max-width:100%!important; }
.capability-digital .content-area,
.capability-digital .site-main      { padding:0!important; }
.capability-digital .entry-header   { display:none!important; }

/* ── Variables ────────────────────────────────────────────────── */
.dc-page {
    --red:      var(--global-palette1,#ed1c24);
    --red-dk:   #b50e15;
    --ink:      #0b0b0d;
    --ink-2:    #14141a;
    --white:    #ffffff;
    --snow:     #f7f7f9;
    --grey-lt:  #f0f0f3;
    --grey-bd:  #e0e0e8;
    --grey-txt: #52526a;
    --grey-mut: #8888a2;
    --r:        10px;
    --r-lg:     18px;
    --sh:       0 2px 12px rgba(0,0,0,.07);
    --sh-md:    0 8px 32px rgba(0,0,0,.11);
    --sh-lg:    0 20px 60px rgba(0,0,0,.16);
    --ease:     .22s cubic-bezier(.4,0,.2,1);
    font-family: Poppins, sans-serif;
    color: #1a1a24;
}
.dc-wrap { max-width:1240px; margin:0 auto; padding:0 clamp(20px,5vw,60px); }
.dc-section { padding: clamp(56px,7vw,88px) 0; }

/* ── Overline ─────────────────────────────────────────────────── */
.dc-over {
    display:inline-flex; align-items:center; gap:10px;
    font-family:Montserrat,sans-serif;
    font-size:11px; font-weight:700; letter-spacing:.13em;
    text-transform:uppercase; color:var(--red); margin-bottom:12px;
}
.dc-over::before { content:''; width:22px; height:2px; background:var(--red); flex-shrink:0; }

/* ── Section heading ──────────────────────────────────────────── */
.dc-h2 {
    font-family:Montserrat,sans-serif;
    font-size:clamp(24px,3vw,38px);
    font-weight:800; letter-spacing:-.025em; line-height:1.18;
    color:var(--ink); margin:0 0 clamp(32px,4vw,52px);
}
.dc-h2 b { color:var(--red); font-weight:inherit; }

/* ════════════════════════════════════════════════════════════════
   HERO — Cinematic full-width
   Dark textured bg, chip badges, giant product name top-left,
   product image rising from bottom-center, CTA bottom-left
   Inspired by reference but more dramatic
════════════════════════════════════════════════════════════════ */
.dc-hero {
    position: relative;
    min-height: clamp(600px, 75vh, 860px);
    background: var(--ink);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

/* Warm dark overlay — no blue tint */
.dc-hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 55% 70% at 25% 60%, rgba(80,5,10,.45) 0%, transparent 60%),
        radial-gradient(ellipse 40% 50% at 80% 10%, rgba(40,3,6,.3) 0%, transparent 50%);
    z-index: 1;
}

/* Background — deep dark, warm-to-red gradient like screenshot */
.dc-hero__bg {
    position: absolute; inset: 0; z-index: 0;
    background:
        radial-gradient(ellipse 70% 80% at 0% 100%, rgba(100,8,12,.65) 0%, transparent 55%),
        radial-gradient(ellipse 60% 60% at 100% 0%, rgba(60,5,8,.4) 0%, transparent 50%),
        radial-gradient(ellipse 80% 80% at 50% 50%, rgba(30,5,8,.5) 0%, transparent 70%);
    background-color: #100a0b; /* very dark warm near-black */
}
/* Particles removed */
.dc-hero__particles { display: none; }

/* Red left-edge accent */
.dc-hero::after {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, transparent 0%, var(--red) 30%, var(--red) 70%, transparent 100%);
    z-index: 10;
}

/* Main content — left 50% only so text never overlaps the big image */
.dc-hero__inner {
    position: relative; z-index: 5;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(40px,6vw,80px) clamp(24px,5vw,72px) clamp(60px,8vw,100px);
    max-width: 50%;              /* left half */
}

/* Breadcrumb */
.dc-crumb {
    position: absolute; top: clamp(28px,4vw,48px); left: clamp(24px,5vw,72px);
    font-size: 11px; font-weight: 500; letter-spacing: .05em;
    color: rgba(255,255,255,.3);
    display: flex; align-items: center; gap: 6px; z-index: 6;
}
.dc-crumb a { color: inherit; text-decoration: none; transition: color var(--ease); }
.dc-crumb a:hover { color: rgba(255,255,255,.75); }
.dc-crumb-sep { opacity: .3; }

/* Category tag top-right */
.dc-hero__tag-top {
    position: absolute; top: clamp(28px,4vw,48px); right: clamp(24px,5vw,72px);
    font-family: Montserrat, sans-serif;
    font-size: 11px; font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.35);
    border: 1px solid rgba(255,255,255,.12);
    padding: 6px 16px; border-radius: 100px;
    z-index: 6;
}

/* Giant product name */
.dc-hero__h1 {
    font-family: Montserrat, sans-serif;
    font-size: clamp(48px,7vw,96px);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: .95;
    color: #fff;
    margin: 0 0 6px;
    position: relative;
    /* Text shadow for depth */
    text-shadow: 0 4px 40px rgba(0,0,0,.5);
}
/* "Series" or subtitle in a lighter weight on second line */
.dc-hero__h1-sub {
    font-weight: 400;
    color: rgba(255,255,255,.65);
    font-size: .55em;
    letter-spacing: -.01em;
    display: block;
}

/* Red underline accent bar */
.dc-hero__accent {
    width: 60px; height: 4px;
    background: var(--red);
    border-radius: 2px;
    margin: 16px 0 20px;
    box-shadow: 0 0 20px rgba(237,28,36,.6);
}

/* Tagline */
.dc-hero__tagline {
    font-size: clamp(13px,1.4vw,16px);
    line-height: 1.7;
    color: rgba(255,255,255,.5);
    margin: 0 0 28px;
    max-width: 420px;
}

/* Chips */
.dc-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 30px; }
.dc-chip {
    font-size: 11px; font-weight: 600;
    color: rgba(255,255,255,.65);
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    padding: 5px 13px; border-radius: 100px;
    backdrop-filter: blur(4px);
    transition: border-color var(--ease), color var(--ease);
}
.dc-chip:hover { border-color: var(--red); color: #ff8a8f; }

/* CTA row */
.dc-hero__cta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

/* Product image — large, right side, bottom-anchored */
.dc-hero__product {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 52%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 clamp(16px,3vw,48px);
}
.dc-hero__product img {
    width: 100%;
    max-width: 720px;
    min-height: 420px;    /* forces taller display */
    height: auto;
    object-fit: contain;
    display: block;
    filter:
        drop-shadow(0 -8px 60px rgba(237,28,36,.22))
        drop-shadow(0 40px 80px rgba(0,0,0,.9));
    animation: dc-rise 1.2s cubic-bezier(.22,1,.36,1) both, dc-float-slow 9s ease-in-out 1.2s infinite;
}
@keyframes dc-rise {
    from { transform: translateY(60px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}
@keyframes dc-float-slow {
    0%,100% { transform: translateY(0); }
    50%      { transform: translateY(-16px); }
}

/* Bottom fade removed */
.dc-hero__fade { display: none; }

/* ════════════════════════════════════════════════════════════════
   SPEC STRIP — dark bar below hero, 4 key specs (from screenshot)
════════════════════════════════════════════════════════════════ */
.dc-strip {
    background: #1a1a1f;
    border-top: 1px solid rgba(255,255,255,.06);
    position: relative; z-index: 4;
}
.dc-strip__inner {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    max-width: 1240px; margin: 0 auto;
    padding: 0 clamp(20px,5vw,60px);
}
.dc-strip__item {
    padding: 20px 24px;
    border-right: 1px solid rgba(255,255,255,.07);
    display: flex; flex-direction: column; gap: 5px;
}
.dc-strip__item:last-child { border-right: none; }
.dc-strip__lbl {
    font-size: 10px; font-weight: 700; letter-spacing: .12em;
    text-transform: uppercase; color: rgba(255,255,255,.38);
}
.dc-strip__val {
    font-family: Montserrat, sans-serif;
    font-size: 16px; font-weight: 800; color: #fff; line-height: 1.2;
}

/* ════════════════════════════════════════════════════════════════
   DETAIL SECTIONS — white
════════════════════════════════════════════════════════════════ */
.dc-section--details { background: var(--white); }
.dc-detail {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    margin-bottom: clamp(36px,4vw,56px);
    border-radius: var(--r-lg); overflow: hidden;
    box-shadow: var(--sh-md); border: 1px solid var(--grey-bd);
    transition: transform var(--ease), box-shadow var(--ease);
}
.dc-detail:last-child { margin-bottom: 0; }
.dc-detail:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); }
.dc-detail__img-wrap {
    position: relative; overflow: hidden;
    background: var(--grey-lt); cursor: zoom-in;
}
.dc-detail__img-wrap img { width: 100%; height: auto; display: block; transition: transform .45s cubic-bezier(.4,0,.2,1); }
.dc-detail:hover .dc-detail__img-wrap img { transform: scale(1.03); }
.dc-detail__img-wrap::after {
    content: '⤢'; position: absolute; top: 12px; right: 12px;
    width: 30px; height: 30px; background: rgba(0,0,0,.55); color: #fff;
    border-radius: 6px; font-size: 14px;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity var(--ease); pointer-events: none;
}
.dc-detail__img-wrap:hover::after { opacity: 1; }
.dc-detail--right .dc-detail__img-wrap { order: 2; }
.dc-detail--left  .dc-detail__img-wrap { order: 1; }
.dc-detail--right .dc-detail__text     { order: 1; }
.dc-detail--left  .dc-detail__text     { order: 2; }
.dc-detail--full  .dc-detail__img-wrap { order: 1; }
.dc-detail--full  .dc-detail__text     { order: 2; }
.dc-detail__text {
    padding: clamp(28px,4vw,48px);
    display: flex; flex-direction: column; justify-content: center;
    background: var(--white);
}
.dc-detail__num {
    font-family: Montserrat, sans-serif;
    font-size: 11px; font-weight: 800; letter-spacing: .12em;
    text-transform: uppercase; color: var(--red);
    display: flex; align-items: center; gap: 8px; margin-bottom: 12px;
}
.dc-detail__num::after { content: ''; flex: 1; max-width: 36px; height: 1.5px; background: var(--grey-bd); }
.dc-detail__h3 {
    font-family: Montserrat, sans-serif;
    font-size: clamp(18px,2vw,24px); font-weight: 800;
    letter-spacing: -.02em; color: var(--ink); margin: 0 0 12px; line-height: 1.25;
}
.dc-detail__body { font-size: 14px; line-height: 1.82; color: var(--grey-txt); margin: 0; }

/* ════════════════════════════════════════════════════════════════
   FEATURES — snow
════════════════════════════════════════════════════════════════ */
.dc-section--features { background: var(--snow); }
.dc-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px,1fr));
    gap: 16px;
}
.dc-feature {
    background: var(--white); border: 1px solid var(--grey-bd);
    border-radius: var(--r-lg); padding: 26px 22px;
    position: relative; overflow: hidden;
    transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease);
}
.dc-feature::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--red); transform: scaleX(0); transform-origin: left;
    transition: transform var(--ease);
}
.dc-feature:hover { border-color: var(--red); box-shadow: var(--sh-md); transform: translateY(-2px); }
.dc-feature:hover::before { transform: scaleX(1); }
.dc-feature__icon {
    width: 40px; height: 40px; background: rgba(237,28,36,.08);
    border-radius: 9px; display: flex; align-items: center; justify-content: center;
    margin-bottom: 14px; transition: background var(--ease);
}
.dc-feature:hover .dc-feature__icon { background: var(--red); }
.dc-feature__icon svg { width: 19px; height: 19px; color: var(--red); transition: color var(--ease); }
.dc-feature:hover .dc-feature__icon svg { color: #fff; }
.dc-feature__title { font-family: Montserrat,sans-serif; font-size: 13px; font-weight: 700; color: var(--ink); margin: 0 0 6px; line-height: 1.35; }
.dc-feature__desc { font-size: 12px; color: var(--grey-txt); line-height: 1.65; margin: 0; }

/* ════════════════════════════════════════════════════════════════
   APPLICATION SCENES — white
   Layout: text top, images below in a row (like screenshot)
   Images: side-by-side, uniform 16:9, large
════════════════════════════════════════════════════════════════ */
.dc-section--usecases { background: var(--white); }

/* Top text block — full width */
.dc-usecases__header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: end;
    margin-bottom: clamp(28px,4vw,48px);
}
.dc-usecases__header-text { }
.dc-usecases__desc {
    font-size: 15px; line-height: 1.8; color: var(--grey-txt);
    margin: 0 0 24px; max-width: 680px;
}
.dc-usecases__cta { display: flex; gap: 10px; flex-wrap: wrap; }
.dc-usecases__header-btns { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; align-self: flex-end; }

/* Images row below — all same 16:9, side by side */
.dc-scenes-row {
    display: grid;
    grid-template-columns: repeat(var(--cols, 3), 1fr);
    gap: 12px;
}
.dc-scene {
    position: relative;
    border-radius: var(--r);
    overflow: hidden;
    cursor: zoom-in;
    box-shadow: var(--sh-md);
    background: var(--grey-lt);
    aspect-ratio: 16 / 9;
    transition: transform var(--ease), box-shadow var(--ease);
}
.dc-scene:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.dc-scene img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    transition: transform .45s cubic-bezier(.4,0,.2,1);
}
.dc-scene:hover img { transform: scale(1.05); }
.dc-scene__cap {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 32px 16px 14px;
    background: linear-gradient(to top, rgba(0,0,0,.72) 0%, transparent 100%);
    z-index: 2; pointer-events: none;
}
.dc-scene__cap span {
    font-family: Montserrat, sans-serif;
    font-size: 12px; font-weight: 700; letter-spacing: .06em;
    text-transform: uppercase; color: #fff; display: block;
}
.dc-scene::after {
    content: '⤢'; position: absolute; top: 10px; right: 10px;
    width: 28px; height: 28px; line-height: 28px; text-align: center;
    background: rgba(0,0,0,.55); color: #fff;
    border-radius: 5px; font-size: 13px; z-index: 3;
    opacity: 0; transition: opacity var(--ease);
}
.dc-scene:hover::after { opacity: 1; }

/* ════════════════════════════════════════════════════════════════
   VIDEOS — snow
════════════════════════════════════════════════════════════════ */
.dc-section--videos { background: var(--snow); }
.dc-videos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px,1fr)); gap: 24px; }
.dc-video-wrap {
    border-radius: var(--r-lg); overflow: hidden;
    box-shadow: var(--sh-md); border: 1px solid var(--grey-bd);
    background: var(--white);
    transition: transform var(--ease), box-shadow var(--ease);
}
.dc-video-wrap:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); }
.dc-video-frame { position: relative; padding-top: 56.25%; background: #000; }
.dc-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.dc-video-label { padding: 13px 16px; font-family: Montserrat,sans-serif; font-size: 13px; font-weight: 700; color: var(--ink); border-top: 1px solid var(--grey-bd); }

/* ════════════════════════════════════════════════════════════════
   PROCESS STEPS
════════════════════════════════════════════════════════════════ */
.dc-section--process { background: var(--white); }
.dc-process-intro {
    font-size: 16px; color: var(--mid); max-width: 640px;
    margin: 0 0 clamp(32px,4vw,48px); line-height: 1.7;
}
.dc-process-steps {
    display: flex; flex-direction: column; gap: 0;
    max-width: 760px;
}
.dc-process-step {
    display: flex; align-items: flex-start; gap: 24px;
    padding: clamp(20px,2.5vw,28px) 0;
    border-bottom: 1px solid var(--border);
}
.dc-process-step:last-child { border-bottom: none; }
.dc-process-step__num {
    font-family: var(--fcond, 'Barlow Condensed', sans-serif);
    font-size: clamp(36px,5vw,52px); font-weight: 800;
    color: var(--red); line-height: 1; flex-shrink: 0;
    width: 60px; text-align: right;
    opacity: .18;
}
.dc-process-step__title {
    font-size: clamp(17px,2vw,20px); font-weight: 700;
    color: var(--dark); margin: 0 0 8px;
}
.dc-process-step__desc {
    font-size: 14px; color: var(--mid); line-height: 1.7; margin: 0;
}
@media (max-width: 600px) {
    .dc-process-step__num { width: 40px; font-size: 32px; }
}

/* ════════════════════════════════════════════════════════════════
   SPECS — snow
════════════════════════════════════════════════════════════════ */
.dc-section--specs { background: var(--snow); }
.dc-specs-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: clamp(24px,3vw,40px); }
.dc-specs-note { font-size: 12px; color: var(--grey-mut); max-width: 260px; text-align: right; line-height: 1.5; }
.dc-specs-card { background: var(--white); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-md); border: 1px solid var(--grey-bd); }
.dc-specs-tbl { width: 100%; border-collapse: collapse; }
.dc-specs-tbl tr { border-bottom: 1px solid var(--grey-bd); }
.dc-specs-tbl tr:last-child { border-bottom: none; }
.dc-specs-tbl tr:not(.dc-shrow):nth-child(even) td { background: var(--grey-lt); }
.dc-specs-tbl tr:not(.dc-shrow):hover td { background: #e8e8f2; transition: background .12s; }
.dc-shrow td { background: var(--ink)!important; color: #fff!important; font-family: Montserrat,sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 13px 22px; }
.dc-shrow .dc-slbl { border-right-color: rgba(255,255,255,.1); }
.dc-slbl { padding: 12px 22px; font-weight: 600; font-size: 13px; color: var(--ink); width: 38%; border-right: 1px solid var(--grey-bd); vertical-align: middle; }
.dc-sval { padding: 12px 22px; font-size: 13px; color: var(--grey-txt); vertical-align: middle; line-height: 1.5; text-align: center; }
/* Multi-column specs table */
.dc-specs-card--multi .dc-slbl { text-align: left; width: auto; }
.dc-specs-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.dc-specs-tbl thead .dc-slbl { font-size: 12px; letter-spacing: .06em; }
.dc-specs-tbl thead .dc-sval { font-size: 14px; font-weight: 800; letter-spacing: .02em; }
.dc-specs-card--multi .dc-specs-tbl { table-layout: auto; min-width: 600px; }
.dc-specs-card--multi .dc-slbl { min-width: 180px; text-align: left; }
.dc-specs-card--multi .dc-sval { min-width: 100px; }

/* ════════════════════════════════════════════════════════════════
   CTA — dark
════════════════════════════════════════════════════════════════ */
.dc-cta {
    background: linear-gradient(120deg, #0b0b0d 0%, #1a0508 55%, #0b0b0d 100%);
    padding: clamp(56px,7vw,88px) 0; position: relative; overflow: hidden;
}
.dc-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 80% at 80% 50%, rgba(237,28,36,.20) 0%, transparent 60%); }
.dc-cta::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--red); }
.dc-cta__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.dc-cta__tag { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red); display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.dc-cta__tag::before { content: ''; width: 18px; height: 2px; background: var(--red); }
.dc-cta__title { font-family: Montserrat,sans-serif; font-size: clamp(22px,3vw,38px); font-weight: 900; letter-spacing: -.025em; color: #fff; margin: 0 0 8px; }
.dc-cta__sub { font-size: 14px; color: rgba(255,255,255,.42); margin: 0; }
.dc-cta__btns { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }

/* ════════════════════════════════════════════════════════════════
   BUTTONS
════════════════════════════════════════════════════════════════ */
.dc-btn {
    display: inline-flex; align-items: center; gap: 7px;
    font-family: Montserrat,sans-serif; font-size: 13px; font-weight: 700;
    letter-spacing: .04em; text-decoration: none; white-space: nowrap;
    padding: 13px 24px; border-radius: var(--r);
    transition: transform var(--ease), box-shadow var(--ease), background var(--ease), color var(--ease), border-color var(--ease);
    line-height: 1; cursor: pointer;
}
.dc-btn svg { width: 15px; height: 15px; flex-shrink: 0; }
.dc-btn:hover { transform: translateY(-2px); }
.dc-btn--red { background: var(--red); color: #fff; border: 2px solid var(--red); box-shadow: 0 4px 16px rgba(237,28,36,.28); }
.dc-btn--red:hover { background: var(--red-dk); border-color: var(--red-dk); box-shadow: 0 8px 28px rgba(237,28,36,.45); color: #fff; }
.dc-btn--outline-dark { background: transparent; color: var(--ink); border: 2px solid var(--grey-bd); }
.dc-btn--outline-dark:hover { background: var(--grey-lt); border-color: var(--grey-txt); color: var(--ink); }
.dc-btn--outline-light { background: transparent; color: rgba(255,255,255,.8); border: 2px solid rgba(255,255,255,.22); }
.dc-btn--outline-light:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.55); color: #fff; }
.dc-btn--pdf { background: rgba(255,255,255,.09); color: rgba(255,255,255,.8); border: 2px solid rgba(255,255,255,.18); }
.dc-btn--pdf:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.45); color: #fff; }
.dc-btn--pdf-light { background: transparent; color: var(--grey-txt); border: 2px solid var(--grey-bd); }
.dc-btn--pdf-light:hover { border-color: var(--red); color: var(--red); }

/* ════════════════════════════════════════════════════════════════
   LIGHTBOX
════════════════════════════════════════════════════════════════ */
.dc-lb { position: fixed; inset: 0; z-index: 99999; background: rgba(0,0,0,.93); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .25s ease; padding: 20px; }
.dc-lb.dc-lb--open { opacity: 1; pointer-events: all; }
.dc-lb__img-wrap { position: relative; max-width: 90vw; max-height: 88vh; display: flex; align-items: center; justify-content: center; }
.dc-lb__img { max-width: 90vw; max-height: 88vh; width: auto; height: auto; border-radius: 10px; box-shadow: 0 24px 80px rgba(0,0,0,.7); transform: scale(.94); transition: transform .3s cubic-bezier(.34,1.56,.64,1); display: block; }
.dc-lb--open .dc-lb__img { transform: scale(1); }
.dc-lb__close { position: fixed; top: 20px; right: 24px; width: 44px; height: 44px; background: rgba(255,255,255,.12); border: none; border-radius: 50%; color: #fff; font-size: 22px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background var(--ease); z-index: 100000; }
.dc-lb__close:hover { background: rgba(255,255,255,.25); }
.dc-lb__nav { position: fixed; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; background: rgba(255,255,255,.1); border: none; border-radius: 50%; color: #fff; font-size: 22px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background var(--ease); z-index: 100000; }
.dc-lb__nav:hover { background: rgba(255,255,255,.22); }
.dc-lb__prev { left: 16px; }
.dc-lb__next { right: 16px; }
.dc-lb__counter { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); font-family: Montserrat,sans-serif; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.6); background: rgba(0,0,0,.5); padding: 6px 14px; border-radius: 100px; z-index: 100000; }

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════════════ */

/* Large tablet / small desktop (1024px max) */
@media (max-width: 1024px) {
    .dc-hero {
        min-height: clamp(500px, 60vh, 700px);
        flex-direction: column;
    }
    .dc-hero__product {
        position: relative;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .dc-hero__inner { max-width: 100%; padding-bottom: 24px; }

    .dc-strip__inner { grid-template-columns: repeat(2,1fr); }
    .dc-strip__item:nth-child(2) { border-right: none; }
    .dc-strip__item:nth-child(3),
    .dc-strip__item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.07); }

    .dc-detail { grid-template-columns: 1fr; }
    .dc-detail--right .dc-detail__img-wrap,
    .dc-detail--left  .dc-detail__img-wrap,
    .dc-detail--full  .dc-detail__img-wrap { order: -1; }

    .dc-usecases__header { grid-template-columns: 1fr; }
    .dc-usecases__header-btns { display: none; }
    .dc-scenes-row { grid-template-columns: repeat(2,1fr) !important; }

    .dc-cta__inner { grid-template-columns: 1fr; text-align: center; }
    .dc-cta__tag, .dc-cta__btns { justify-content: center; }
}

/* Tablet / iPad (768px max) — NEW INTERMEDIATE BREAKPOINT */
@media (max-width: 768px) {
    .dc-hero {
        min-height: clamp(400px, 50vh, 600px);
        margin: max(20px, clamp(20px, 5vw, 40px)) 24px 0;
    }
    .dc-hero__product {
        max-width: 320px;
        padding: 0 16px;
    }
    .dc-hero__inner {
        padding: clamp(24px, 4vw, 32px) 24px clamp(24px, 4vw, 32px);
    }

    .dc-section { padding: clamp(48px, 6vw, 64px) 0; }
    .dc-wrap { padding: 0 20px; }

    .dc-strip__item { padding: 16px 20px; font-size: 13px; }
    .dc-strip__val { font-size: 14px; }

    .dc-detail { margin-bottom: 28px; }
    .dc-detail__text { padding: clamp(24px, 3vw, 36px); }
    .dc-detail__h3 { font-size: clamp(16px, 2vw, 20px); }

    .dc-usecases__header { margin-bottom: 20px; }
    .dc-usecases__desc { font-size: 14px; max-width: 100%; }
    .dc-scenes-row { grid-template-columns: repeat(2,1fr) !important; gap: 10px; }
    .dc-scene { aspect-ratio: 4 / 3; }

    .dc-videos-grid { grid-template-columns: 1fr 1fr; gap: 16px; }

    .dc-cta { padding: clamp(40px, 5vw, 56px) 0; }
    .dc-cta__title { font-size: clamp(20px, 2.5vw, 32px); }
}

/* Large phone / small tablet (640px max) */
@media (max-width: 640px) {
    .dc-hero {
        min-height: clamp(300px, 45vh, 500px);
        padding: 0;
        margin: 20px 24px 0;
    }
    .dc-hero__inner {
        padding: 16px 16px clamp(20px, 3vw, 32px);
    }
    .dc-hero h1,
    .dc-hero__h1 {
        font-size: clamp(32px, 5vw, 54px);
    }
    .dc-hero__product {
        max-width: 280px;
        padding: 0 12px;
    }

    .dc-wrap { padding: 0 16px; }
    .dc-section { padding: clamp(32px, 4vw, 48px) 0; }

    .dc-strip__inner { grid-template-columns: repeat(2,1fr); gap: 0; }
    .dc-strip__item { padding: 12px 16px; font-size: 11px; }
    .dc-strip__val { font-size: 13px; }

    .dc-detail { margin-bottom: 20px; }
    .dc-detail__text { padding: 20px 16px; }
    .dc-detail__h3 { font-size: clamp(14px, 2vw, 18px); margin-bottom: 8px; }
    .dc-detail__body { font-size: 13px; }

    .dc-usecases__header {
        margin-bottom: 16px;
    }
    .dc-usecases__desc {
        font-size: 13px;
        margin-bottom: 16px;
    }
    .dc-scenes-row {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }
    .dc-scene {
        aspect-ratio: 16 / 9;
    }
    .dc-scene__cap {
        padding: 20px 12px 10px;
    }

    .dc-features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .dc-feature {
        padding: 20px 16px;
    }
    .dc-feature__title { font-size: 12px; }
    .dc-feature__desc { font-size: 11px; }

    .dc-videos-grid { grid-template-columns: 1fr; gap: 16px; }
    .dc-video-label { font-size: 12px; padding: 12px 14px; }

    .dc-specs-top { margin-bottom: 16px; }
    .dc-specs-note { display: none; }
    .dc-slbl { font-size: 12px; padding: 10px 16px; }
    .dc-sval { font-size: 12px; padding: 10px 16px; }

    .dc-cta {
        padding: clamp(32px, 4vw, 40px) 0;
    }
    .dc-cta__inner { gap: 20px; }
    .dc-cta__title { font-size: clamp(18px, 2vw, 26px); }
    .dc-cta__sub { font-size: 13px; }
    .dc-cta__tag { font-size: 10px; }

    .dc-btn {
        font-size: 12px;
        padding: 11px 18px;
    }
}