/* Page styles: index.html */

.hero { position: relative; min-height: 88vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; text-align: left; padding: 168px clamp(24px, 7vw, 96px) 84px; overflow: hidden;
      background: radial-gradient(120% 110% at 82% -12%, #e8efff 0%, #f3f8ff 44%, #ffffff 78%); }
    .hero-video { display: none !important; }
    .hero-grid { position: absolute; inset: 0; z-index: 0; opacity: .6;
      background-image: linear-gradient(rgba(0,70,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,70,255,0.06) 1px, transparent 1px);
      background-size: 60px 60px; mask-image: radial-gradient(120% 100% at 72% 22%, #000 0%, transparent 78%); -webkit-mask-image: radial-gradient(120% 100% at 72% 22%, #000 0%, transparent 78%); }
    /* soft ambient glow (blue only) */
    .hero-fx { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
    .hero-fx::before, .hero-fx::after { content: ""; position: absolute; width: 60vmax; height: 60vmax; border-radius: 50%; filter: blur(92px); }
    .hero-fx::before { top: -26%; right: -16%; opacity: .5; background: radial-gradient(circle, rgba(0,70,255,0.20), transparent 60%); animation: nebA 24s ease-in-out infinite alternate; }
    .hero-fx::after { bottom: -28%; left: -14%; opacity: .42; background: radial-gradient(circle, rgba(90,140,255,0.18), transparent 60%); animation: nebB 30s ease-in-out infinite alternate; }
    @keyframes nebA { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(12%,10%) scale(1.25); } }
    @keyframes nebB { 0% { transform: translate(0,0) scale(1.1); } 100% { transform: translate(-14%,-8%) scale(1); } }
    /* giant faint watermark word */
    .hero-wm { position: absolute; right: -1%; top: 3%; z-index: 0; font-family: 'Sora', sans-serif; font-weight: 800; font-size: min(28vw, 400px); line-height: .8; letter-spacing: -8px; color: rgba(0,70,255,0.05); pointer-events: none; user-select: none; }
    @media (max-width: 760px) { .hero-wm { display: none; } }

    .hero-content { position: relative; z-index: 1; max-width: 800px; }
    /* staggered entrance */
    @keyframes heroUp { from { opacity: 0; transform: translateY(26px); filter: blur(6px); } to { opacity: 1; transform: none; filter: blur(0); } }
    .hero-content > * { opacity: 0; animation: heroUp .9s cubic-bezier(.2,.75,.2,1) forwards; }
    .hero-pill    { animation-delay: .10s; }
    .hero h1      { animation-delay: .22s; }
    .hero p.sub   { animation-delay: .38s; }
    .hero-actions { animation-delay: .52s; }
    .hero-trust   { animation-delay: .64s; }
    .hero-mini    { animation-delay: .74s; }

    .hero-pill { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 26px; padding: 9px 18px; border-radius: 999px; font-size: 13px; font-weight: 500; letter-spacing: .3px; color: #f2f2f2; background: rgba(255,255,255,0.07); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.16); box-shadow: 0 8px 26px rgba(0,0,0,0.28); }
    .hero-pill .dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: #34e29a; }
    .hero-pill .dot::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 1px solid #34e29a; opacity: .7; animation: pingDot 1.8s ease-out infinite; }
    @keyframes pingDot { 0% { transform: scale(.6); opacity: .8; } 100% { transform: scale(1.9); opacity: 0; } }

    .hero h1 { font-family: 'Sora', sans-serif; font-size: clamp(38px, 6.4vw, 82px); font-weight: 800; color: #0A1220; line-height: 1.0; letter-spacing: -2.8px; }
    .hero h1 .rotator { display: inline-block; position: relative; vertical-align: bottom; }
    .hero h1 .rot-word { display: inline-block; background: linear-gradient(100deg, #2E6BFF, #0046FF 55%, #5A8CFF); background-size: 220% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: shimmer 7s linear infinite; transition: opacity .4s ease, transform .4s ease; will-change: transform, opacity; }
    @keyframes shimmer { to { background-position: 220% center; } }
    .hero h1 .rot-word.rot-out { opacity: 0; transform: translateY(-16px); }
    .hero h1 .rot-word.rot-in { animation: rotIn .55s cubic-bezier(.2,.75,.2,1), shimmer 7s linear infinite; }
    @keyframes rotIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

    .hero p.sub { margin-top: 26px; color: #4C566B; font-size: 17.5px; line-height: 1.6; max-width: 560px; }
    .hero-actions { margin-top: 40px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
    .hero-actions .btn { border-radius: 999px; font-weight: 600; }
    .hero-actions .btn-primary { color: #fff; background: #0046FF; padding: 8px 8px 8px 26px; display: inline-flex; align-items: center; gap: 14px; box-shadow: 0 16px 36px -10px rgba(0,70,255,0.5); }
    .hero-actions .btn-primary:hover { transform: translateY(-3px); background: #0033CC; box-shadow: 0 22px 46px -10px rgba(0,70,255,0.6); }
    .hero-actions .btn-primary .cta-circ { width: 40px; height: 40px; border-radius: 50%; background: #fff; color: #0046FF; display: grid; place-items: center; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
    .hero-actions .btn-primary:hover .cta-circ { transform: rotate(45deg); }
    .hero-actions .btn-primary .cta-circ svg { width: 18px; height: 18px; }
    .hero-actions .btn-ghost { color: #0A1220; background: #fff; border: 1px solid rgba(12,21,38,0.14); padding: 14px 26px; }
    .hero-actions .btn-ghost:hover { transform: translateY(-3px); border-color: #0046FF; background: rgba(0,70,255,0.05); }

    .hero-trust { margin-top: 30px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; color: #5B6577; font-size: 12.5px; font-weight: 500; letter-spacing: .2px; }
    .hero-trust .ti { display: inline-flex; align-items: center; gap: 7px; }
    .hero-trust .ti svg { width: 15px; height: 15px; color: #0046FF; }
    .hero-trust .sep { width: 1px; height: 13px; background: rgba(12,21,38,0.16); }
    @media (max-width: 560px) { .hero-trust .sep { display: none; } }

    .hero-mini { margin-top: 46px; display: flex; gap: 0; flex-wrap: wrap; }
    .hero-mini .m { padding: 0 30px; position: relative; }
    .hero-mini .m:first-child { padding-left: 0; }
    .hero-mini .m + .m::before { content: ""; position: absolute; left: 0; top: 6px; bottom: 6px; width: 1px; background: rgba(12,21,38,0.12); }
    .hero-mini .m b { font-family: 'Sora', sans-serif; font-size: clamp(28px, 3vw, 38px); font-weight: 800; color: #0046FF; display: block; letter-spacing: -1.4px; }
    .hero-mini .m small { font-size: 11.5px; color: #7A8398; letter-spacing: 1px; margin-top: 6px; display: block; text-transform: uppercase; }
    @media (max-width: 560px) { .hero-mini .m { padding: 0 18px; } }

    /* ---- hero right-side background image ---- */
    .hero-bg-img { position: absolute; top: 0; right: 0; width: 58%; height: 100%; z-index: 0; pointer-events: none;
      -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 16%, black 32%);
      mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 16%, black 32%); }
    .hero-bg-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
    /* on mobile the whole photo is shown as a backdrop (contained, not cropped)
       and faded so the copy stays readable over it */
    @media (max-width: 860px) {
      .hero-bg-img { width: 100%; opacity: .28;
        -webkit-mask-image: linear-gradient(to bottom, black 0%, rgba(0,0,0,0.55) 55%, transparent 92%);
        mask-image: linear-gradient(to bottom, black 0%, rgba(0,0,0,0.55) 55%, transparent 92%); }
      /* contain, so the whole photo is visible rather than a cropped slice */
      .hero-bg-img img { object-fit: contain; object-position: center; }
    }

    /* ---- bento section background image ---- */
    .bento-bg { position: relative; overflow: hidden; }
    .bento-bg::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
      background: url('../../img/home-2.webp') center/cover no-repeat; opacity: .28; }
    .bento-bg::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
      background: linear-gradient(180deg, var(--bg) 0%, rgba(233,233,233,0.45) 26%, rgba(233,233,233,0.35) 74%, var(--bg) 100%); }

    /* ---- process circle (segmented donut + 5 numbered steps) ---- */
    .proc { max-width: var(--maxw); margin: 8px auto 0; }
    .proc-top { display: flex; justify-content: center; }
    .proc-top .proc-card { width: min(360px, 92vw); }
    .proc-mid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(20px, 4vw, 74px); margin-top: 30px; }
    .proc-side { display: flex; flex-direction: column; gap: 30px; }

    .proc-card { position: relative; background: #fff; border-radius: 16px; padding: 22px 26px 24px; box-shadow: 0 18px 44px rgba(12,21,38,0.10); animation: opFloat 6s ease-in-out infinite; animation-delay: var(--d, 0s); }
    .proc-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; border-radius: 16px 16px 0 0; background: linear-gradient(90deg, var(--blue), #38b6ff); }
    .proc-ic { display: inline-flex; color: var(--blue); margin-bottom: 12px; }
    .proc-ic svg { width: 26px; height: 26px; }
    .proc-card h3 { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 7px; letter-spacing: -.01em; }
    .proc-card p { font-size: 13.5px; color: var(--text-soft); line-height: 1.55; max-width: 92%; }
    .proc-num { position: absolute; right: 18px; bottom: 4px; font-family: var(--font-head); font-size: 58px; font-weight: 800; line-height: 1; color: rgba(12,21,38,0.05); pointer-events: none; }
    /* dashed connectors toward the donut */
    .proc-side .proc-card::after { content: ""; position: absolute; top: 50%; width: clamp(16px, 3vw, 50px); border-top: 2px dashed rgba(0,70,255,0.35); }
    .proc-side.left .proc-card::after { right: calc(-1 * clamp(16px, 3vw, 50px)); }
    .proc-side.right .proc-card::after { left: calc(-1 * clamp(16px, 3vw, 50px)); }
    .proc-top .proc-card::after { content: ""; position: absolute; left: 50%; bottom: -28px; height: 28px; border-left: 2px dashed rgba(0,70,255,0.35); }

    /* central segmented donut */
    .proc-core { position: relative; width: min(430px, 84vw); aspect-ratio: 1; margin: 0 auto; }
    .proc-donut { position: absolute; inset: 0; border-radius: 50%;
      background: conic-gradient(
        #15468f 0deg 43.75deg, var(--bg) 43.75deg 46.25deg,
        #123a7a 46.25deg 133.75deg, var(--bg) 133.75deg 136.25deg,
        #15468f 136.25deg 223.75deg, var(--bg) 223.75deg 226.25deg,
        #123a7a 226.25deg 313.75deg, var(--bg) 313.75deg 316.25deg,
        #15468f 316.25deg 360deg);
      -webkit-mask: radial-gradient(farthest-side, transparent 0 55%, #000 56%);
      mask: radial-gradient(farthest-side, transparent 0 55%, #000 56%); }
    .proc-sweep { position: absolute; inset: 0; border-radius: 50%; z-index: 1;
      background: conic-gradient(from 0deg, rgba(255,255,255,0) 0deg, rgba(130,185,255,0.45) 55deg, rgba(255,255,255,0) 120deg, rgba(255,255,255,0) 360deg);
      -webkit-mask: radial-gradient(farthest-side, transparent 0 56%, #000 57%);
      mask: radial-gradient(farthest-side, transparent 0 56%, #000 57%);
      animation: spin 6s linear infinite; }
    .proc-step { position: absolute; transform: translate(-50%,-50%); z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.40); box-shadow: 0 4px 14px rgba(0,0,0,0.25); }
    .proc-step svg { width: 22px; height: 22px; }
    .proc-img { position: absolute; inset: 15%; border-radius: 50%; overflow: hidden; z-index: 3;
      border: 7px solid #fff; box-shadow: 0 0 0 12px rgba(12,21,38,0.04), 0 24px 55px rgba(0,40,160,0.30); animation: corePulse 3.6s ease-in-out infinite; }
    .proc-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
    @keyframes spin { to { transform: rotate(360deg); } }
    @keyframes corePulse { 0%,100% { box-shadow: 0 0 0 12px rgba(12,21,38,0.04), 0 24px 55px rgba(0,40,160,0.30), 0 0 0 0 rgba(0,70,255,0.28); } 50% { box-shadow: 0 0 0 12px rgba(12,21,38,0.04), 0 24px 55px rgba(0,40,160,0.30), 0 0 0 16px rgba(0,70,255,0); } }
    @keyframes opFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
    @media (prefers-reduced-motion: reduce) { .proc-sweep, .proc-img, .proc-card { animation: none; } }
    @media (max-width: 980px) {
      .proc-mid { grid-template-columns: 1fr; gap: 18px; margin-top: 20px; }
      .proc-side { max-width: 460px; margin: 0 auto; width: 100%; }
      .proc-core { order: -1; width: min(300px, 74vw); }
      .proc-top .proc-card, .proc-side .proc-card { width: 100%; max-width: 460px; }
      .proc-card::after { display: none; }
    }

    /* ---- before / after impact ---- */
    .impact { display: grid; grid-template-columns: 0.92fr 1.4fr; max-width: var(--maxw); margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; box-shadow: 0 30px 70px rgba(12,21,38,0.12); }
    .impact-left { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 46px 42px; min-height: 540px; background: var(--grad-deep); color: #fff; overflow: hidden; }
    .impact-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
    .impact-veil { position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(6,16,52,0.78) 0%, rgba(6,16,52,0.45) 42%, rgba(6,16,52,0.86) 100%); }
    .impact-left > *:not(.impact-img):not(.impact-veil) { position: relative; z-index: 1; }
    .impact-left .eyebrow { color: #7FA8FF; }
    .impact-left h2 { font-family: var(--font-head); font-size: clamp(26px, 3vw, 38px); font-weight: 700; line-height: 1.12; letter-spacing: -.02em; }
    .impact-left h2 span { color: #7FA8FF; }
    .impact-left p { margin-top: 16px; color: rgba(255,255,255,0.82); font-size: 14.5px; line-height: 1.65; max-width: 340px; }
    .impact-left p.dim { color: rgba(255,255,255,0.5); font-size: 13px; }
    .impact-left .btn { margin-top: 28px; align-self: flex-start; }

    .impact-right { padding: 32px clamp(24px, 3vw, 40px); }
    .impact-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
    .ic-head { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); }
    .ic-head.after { color: var(--blue); }
    .ic-head .dot { width: 15px; height: 15px; border-radius: 50%; border: 2px solid currentColor; }
    .ic-head.after .dot { display: grid; place-items: center; border: none; background: var(--blue); color: #fff; }
    .ic-head.after .dot svg { width: 10px; height: 10px; }
    .impact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 20px 0; border-bottom: 1px solid var(--line); }
    .impact-row:last-child { border-bottom: none; }
    .ic-cell { display: flex; gap: 13px; align-items: flex-start; }
    .ic-ic { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; }
    .ic-cell.before .ic-ic { color: var(--text-dim); background: var(--surface-2); border: 1px solid var(--line); }
    .ic-cell.after .ic-ic { color: #fff; background: linear-gradient(160deg, #0046FF, #0A2A8F); box-shadow: 0 6px 16px rgba(0,70,255,0.30); }
    .ic-ic svg { width: 19px; height: 19px; }
    .ic-cell b { display: block; font-size: 14.5px; font-weight: 700; color: var(--text); margin-bottom: 3px; letter-spacing: -.01em; }
    .ic-cell.before b { color: var(--text-soft); font-weight: 600; }
    .ic-cell span.t { display: block; }
    .ic-cell p { font-size: 12.8px; color: var(--text-soft); line-height: 1.5; margin: 0; }
    .ic-cell.before p { color: var(--text-dim); }
    /* ---- certification / trust centered icon columns ---- */
    .ops-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(24px, 3vw, 44px); max-width: var(--maxw); margin: 0 auto; }
    .ops-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
    .ops-ic { display: grid; place-items: center; width: 74px; height: 74px; border-radius: 20px; color: #fff; background: linear-gradient(155deg, #17293f 0%, #0a1424 100%); box-shadow: 0 16px 30px rgba(10,20,40,0.30), inset 0 1px 0 rgba(255,255,255,0.08); margin-bottom: 22px; transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
    .ops-item:hover .ops-ic { transform: translateY(-6px); background: linear-gradient(155deg, #0046FF 0%, #0a1f63 100%); box-shadow: 0 22px 40px rgba(0,70,255,0.34); }
    .ops-ic svg { width: 30px; height: 30px; }
    .ops-item h3 { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--text); line-height: 1.28; letter-spacing: -.01em; margin-bottom: 10px; }
    .ops-item p { font-size: 14px; color: var(--text-soft); line-height: 1.6; max-width: 250px; }
    .ops-cta { display: flex; justify-content: center; margin-top: clamp(40px, 5vw, 60px); }
    .btn-dark { color: #fff; background: linear-gradient(155deg, #17293f, #0a1424); box-shadow: 0 14px 30px rgba(10,20,40,0.35); }
    .btn-dark:hover { transform: translateY(-2px); background: linear-gradient(155deg, #0046FF, #0a1f63); box-shadow: 0 18px 38px rgba(0,70,255,0.34); }
    @media (max-width: 900px) { .ops-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; } }
    @media (max-width: 480px) { .ops-grid { grid-template-columns: 1fr; } }

    /* ---- testimonials 3D carousel (center zooms, sides shrink) ---- */
    .tstage { position: relative; z-index: 1; height: 250px; max-width: 1120px; margin: 6px auto 0; perspective: 1700px; }
    .tslide { position: absolute; top: 0; left: 50%; width: min(430px, 88vw);
      transform: translateX(-50%) scale(.78); opacity: 0; z-index: 1; pointer-events: none;
      transition: transform .65s cubic-bezier(.4,0,.2,1), opacity .55s ease; }
    .tslide .card { margin: 0; min-height: 232px; }
    .tslide.is-center { transform: translateX(-50%) scale(1.04); opacity: 1; z-index: 3; pointer-events: auto; }
    .tslide.is-left  { transform: translateX(calc(-50% - 330px)) scale(.82) rotateY(16deg); opacity: .42; z-index: 2; }
    .tslide.is-right { transform: translateX(calc(-50% + 330px)) scale(.82) rotateY(-16deg); opacity: .42; z-index: 2; }
    .tslide.is-center .card { box-shadow: 0 30px 70px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.22); }
    /* quote typography — was inline styles repeated on every slide */
    .t-stars { color: var(--amber); font-size: 15px; letter-spacing: 2px; margin-bottom: 12px; }
    .t-quote { font-size: 15px; line-height: 1.7; color: var(--text); }
    .t-by { margin-top: 18px; display: flex; flex-direction: column; gap: 3px; }
    .t-name { font-size: 14px; color: #fff; }
    .t-role { color: var(--text-dim); font-size: 12.5px; }
    .tdots { position: relative; z-index: 1; display: flex; justify-content: center; gap: 9px; margin-top: 20px; }
    .tdots button { width: 9px; height: 9px; padding: 0; border: none; border-radius: 50%; cursor: pointer; background: rgba(255,255,255,0.28); transition: background .3s ease, width .3s ease; }
    .tdots button.on { width: 28px; border-radius: 5px; background: var(--blue); }
    @media (max-width: 820px) { .tslide.is-left, .tslide.is-right { opacity: 0; } }
    @media (max-width: 560px) { .tstage { height: 340px; } }

    @media (max-width: 900px) { .impact { grid-template-columns: 1fr; } .impact-left { min-height: auto; } .impact-left p { max-width: none; } }
    @media (max-width: 560px) { .impact-cols { display: none; } .impact-row { grid-template-columns: 1fr; gap: 16px; padding: 16px 0; } }

    /* ---- live monitoring dashboard (minimal, brand colours) ---- */
    .ldash { max-width: 1020px; margin: 6px auto 0; border-radius: 20px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(12,21,38,0.10); }
    .ldash-top { display: flex; align-items: center; gap: 14px; padding: 14px 20px; border-bottom: 1px solid var(--line); background: var(--bg-2); }
    .ldash-live { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; color: var(--orange-deep); }
    .ldash-live .d { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 10px rgba(46,107,255,0.6); animation: ldblink 1s steps(2) infinite; }
    @keyframes ldblink { 50% { opacity: .25; } }
    .ldash-cam-label { font-size: 12px; letter-spacing: .4px; color: var(--text-dim); }
    .ldash-status { margin-left: auto; font-size: 12px; font-weight: 700; letter-spacing: 1.3px; padding: 6px 14px; border-radius: 999px; white-space: nowrap;
      background: rgba(46,107,255,0.14); color: var(--orange-deep); border: 1px solid rgba(46,107,255,0.30); transition: background .4s ease, color .4s ease, border-color .4s ease; }
    .ldash-status.s-blue { background: rgba(0,70,255,0.12); color: var(--blue); border-color: rgba(0,70,255,0.28); }
    .ldash-status.s-green { background: var(--blue); color: #fff; border-color: transparent; }
    .ldash-clock { font-family: var(--font-head); font-size: 17px; font-weight: 700; letter-spacing: 1px; color: var(--text); font-variant-numeric: tabular-nums; }
    .ldash-body { display: grid; grid-template-columns: 1.12fr 1fr; }
    .ldash-cam { position: relative; min-height: 340px; overflow: hidden; background: #0b1220; border-right: 1px solid var(--line); }
    .ldash-cam video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .cam-box { position: absolute; left: 37%; top: 34%; width: 24%; height: 44%; z-index: 2; border: 2px solid var(--orange); border-radius: 5px; box-shadow: 0 0 0 3px rgba(46,107,255,0.16); opacity: 0; transition: opacity .4s ease; }
    .cam-box.on { opacity: 1; animation: ldbox 1.4s ease-in-out infinite; }
    @keyframes ldbox { 50% { box-shadow: 0 0 0 6px rgba(46,107,255,0.04); } }
    .cam-box .cb-tag { position: absolute; top: -20px; left: -2px; font-size: 10px; font-weight: 700; letter-spacing: .6px; color: #fff; background: var(--orange); padding: 2px 7px; border-radius: 3px; white-space: nowrap; }
    .cam-hud { position: absolute; top: 12px; left: 14px; z-index: 2; font-size: 11px; letter-spacing: 1px; color: rgba(255,255,255,0.85); display: flex; align-items: center; gap: 7px; text-shadow: 0 1px 4px rgba(0,0,0,0.5); }
    .cam-hud .r { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 8px var(--orange); animation: ldblink 1s steps(2) infinite; }
    .cam-alert { position: absolute; left: 14px; bottom: 14px; z-index: 2; font-size: 12px; font-weight: 700; letter-spacing: .6px; color: #fff; background: var(--orange); padding: 7px 13px; border-radius: 9px; box-shadow: 0 8px 20px rgba(46,107,255,0.35); opacity: 0; transform: translateY(8px); transition: opacity .35s ease, transform .35s ease, background .35s ease; }
    .cam-alert.on { opacity: 1; transform: none; }
    .cam-alert.ok { background: var(--blue); box-shadow: 0 8px 20px rgba(0,70,255,0.35); }
    .cam-time { position: absolute; right: 14px; bottom: 14px; z-index: 2; font-family: var(--font-head); font-size: 13px; letter-spacing: 1px; color: rgba(255,255,255,0.92); font-variant-numeric: tabular-nums; text-shadow: 0 1px 4px rgba(0,0,0,0.5); }
    .ldash-steps { padding: 8px; display: flex; flex-direction: column; justify-content: center; }
    .lstep { display: grid; grid-template-columns: 58px 1fr 24px; gap: 11px; align-items: start; padding: 10px 12px; border-radius: 12px; opacity: .45; transition: opacity .4s ease, background .4s ease; }
    .lstep-time { font-family: var(--font-head); font-size: 12px; font-weight: 700; color: var(--blue); font-variant-numeric: tabular-nums; padding-top: 1px; }
    .lstep-body b { display: block; font-size: 13.5px; color: var(--text); margin-bottom: 2px; letter-spacing: -.01em; }
    .lstep-body p { font-size: 12px; color: var(--text-soft); line-height: 1.42; }
    .lstep-ic { width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--line-2); display: grid; place-items: center; margin-top: 2px; transition: all .4s ease; }
    .lstep-ic svg { width: 12px; height: 12px; color: transparent; }
    .lstep.on { opacity: 1; background: rgba(0,70,255,0.07); }
    .lstep.on .lstep-ic { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,70,255,0.12); }
    .lstep.done { opacity: .95; }
    .lstep.done .lstep-ic { background: var(--blue); border-color: var(--blue); }
    .lstep.done .lstep-ic svg { color: #fff; }
    .ldash-progress { height: 4px; background: var(--line); }
    .ldash-progress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--blue), var(--orange)); transition: width .55s ease; }
    @media (max-width: 820px) { .ldash-body { grid-template-columns: 1fr; } .ldash-cam { min-height: 240px; border-right: none; border-bottom: 1px solid var(--line); } .ldash-cam-label { display: none; } }

    /* ================= THE PROBLEM : premium glass / 3D redesign ================= */
    .prob-section { position: relative; isolation: isolate; overflow: hidden;
      background:
        radial-gradient(54% 58% at 84% 26%, rgba(46,92,220,0.28), transparent 62%),
        linear-gradient(105deg, #06070d 0%, #06070d 32%, rgba(7,9,16,0.94) 50%, rgba(8,10,20,0.82) 70%, rgba(9,11,22,0.5) 86%, rgba(9,11,24,0.24) 100%),
        linear-gradient(180deg, #06070d 0%, rgba(6,7,13,0) 24%, rgba(6,7,13,0) 70%, #06070d 100%),
        url('../../img/home-2.webp') center right / cover no-repeat,
        #06070d; }
    /* soft blend into the light sections above & below */
    .prob-section::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 90px; z-index: 0; pointer-events: none;
      background: linear-gradient(180deg, transparent, rgba(233,233,233,0.0) 40%, #06070d 100%); }
    /* ambient mesh + glowing orbs */
    .prob-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
    .prob-bg span { position: absolute; border-radius: 50%; filter: blur(72px); opacity: .55; will-change: transform; }
    .prob-bg .o1 { width: 46vmax; height: 46vmax; top: -20%; left: -12%; background: radial-gradient(circle, rgba(0,70,255,0.30), transparent 62%); animation: probOrb 26s ease-in-out infinite alternate; }
    .prob-bg .o2 { width: 40vmax; height: 40vmax; top: 14%; right: -16%; background: radial-gradient(circle, rgba(90,140,255,0.26), transparent 62%); animation: probOrb 31s ease-in-out infinite alternate-reverse; }
    .prob-bg .o3 { width: 38vmax; height: 38vmax; bottom: -24%; left: 28%; background: radial-gradient(circle, rgba(46,107,255,0.22), transparent 62%); animation: probOrb 35s ease-in-out infinite alternate; }
    .prob-bg .mesh { position: absolute; inset: 0; opacity: .7; filter: none; border-radius: 0;
      background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
      background-size: 46px 46px; -webkit-mask-image: radial-gradient(115% 90% at 42% 20%, #000, transparent 76%); mask-image: radial-gradient(115% 90% at 42% 20%, #000, transparent 76%); }
    @keyframes probOrb { from { transform: translate(0,0) scale(1); } to { transform: translate(6%,5%) scale(1.16); } }

    .prob-wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(36px, 5vw, 74px); max-width: var(--maxw); margin: 0 auto; align-items: center; }
    .prob-cards { display: flex; flex-direction: column; gap: 20px; perspective: 1500px; }

    /* ---- glassmorphism cards ---- */
    .prob-card { --acc: #0046FF; --acc2: #4E8CFF; position: relative; display: flex; align-items: center; gap: 20px; padding: 24px 28px; border-radius: 23px; overflow: hidden;
      background: linear-gradient(150deg, rgba(255,255,255,0.10), rgba(255,255,255,0.028));
      -webkit-backdrop-filter: blur(22px) saturate(140%); backdrop-filter: blur(22px) saturate(140%);
      border: 1px solid rgba(255,255,255,0.13);
      box-shadow: 0 1px 0 rgba(255,255,255,0.10) inset, 0 18px 40px rgba(0,0,0,0.42), 0 40px 74px -32px rgba(0,0,0,0.6);
      transform-style: preserve-3d; transform: rotateX(var(--ty,0deg)) rotateY(var(--tx,0deg)) translateZ(0);
      transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s ease, border-color .5s ease, background .5s ease; }
    /* accent hairline down the left edge */
    .prob-card::before { content: ""; position: absolute; left: 0; top: 15px; bottom: 15px; width: 3px; border-radius: 3px; background: linear-gradient(180deg, var(--acc), var(--acc2)); opacity: 0; transition: opacity .45s ease; }
    /* colored glow wash that intensifies on hover */
    .prob-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .5s ease;
      background: radial-gradient(130% 150% at 6% 0%, color-mix(in srgb, var(--acc) 30%, transparent), transparent 58%); }
    .prob-card:hover { transform: translateY(-9px) rotateX(var(--ty,0deg)) rotateY(var(--tx,0deg));
      background: linear-gradient(150deg, rgba(255,255,255,0.14), rgba(255,255,255,0.045));
      border-color: color-mix(in srgb, var(--acc) 60%, rgba(255,255,255,0.25));
      box-shadow: 0 1px 0 rgba(255,255,255,0.14) inset, 0 20px 40px rgba(0,0,0,0.5), 0 48px 90px -28px color-mix(in srgb, var(--acc) 60%, transparent); }
    .prob-card:hover::before, .prob-card:hover::after { opacity: 1; }
    .prob-card.c1 { --acc: #0046FF; --acc2: #4E8CFF; }
    .prob-card.c2 { --acc: #2E6BFF; --acc2: #5A8CFF; }
    .prob-card.c3 { --acc: #0033CC; --acc2: #5A8CFF; }
    .prob-card.c4 { --acc: #0046FF; --acc2: #5A8CFF; }

    /* ---- 3D gradient icon ---- */
    .prob-ic { flex: 0 0 auto; position: relative; width: 60px; height: 60px; transform: translateZ(46px); transition: transform .5s cubic-bezier(.2,.7,.2,1); filter: drop-shadow(0 12px 18px color-mix(in srgb, var(--acc) 36%, transparent)); }
    .prob-ic svg { width: 100%; height: 100%; display: block; }
    .prob-card:hover .prob-ic { transform: translateZ(56px) rotate(-7deg) scale(1.07); }

    .prob-txt { transform: translateZ(26px); position: relative; }
    .prob-txt h3 { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 6px; letter-spacing: -.015em; }
    .prob-txt p { font-size: 14px; color: rgba(255,255,255,0.64); line-height: 1.62; max-width: 44ch; }

    /* ---- large blurred index number ---- */
    .prob-num { position: absolute; right: 24px; top: 50%; transform: translateY(-50%) translateZ(6px); font-family: var(--font-head); font-size: 78px; font-weight: 800; line-height: 1; letter-spacing: -.05em; pointer-events: none;
      background: linear-gradient(160deg, color-mix(in srgb, var(--acc) 42%, #ffffff), rgba(255,255,255,0) 72%); -webkit-background-clip: text; background-clip: text; color: transparent;
      opacity: .16; filter: blur(.4px); }

    /* ---- right-side immersive composition (text only) ---- */
    .prob-aside { position: relative; z-index: 1; }
    /* floating particles behind headline */
    .prob-parts { position: absolute; inset: -10% -6%; z-index: -1; pointer-events: none; }
    .prob-parts i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: radial-gradient(circle, rgba(0,70,255,0.9), rgba(0,70,255,0)); animation: probFloat 7s ease-in-out infinite; }
    .prob-parts i:nth-child(1){ top:8%; left:12%; animation-delay:0s; }
    .prob-parts i:nth-child(2){ top:22%; right:10%; width:5px; height:5px; background: radial-gradient(circle, rgba(90,140,255,0.9), rgba(90,140,255,0)); animation-delay:1.2s; }
    .prob-parts i:nth-child(3){ top:60%; left:6%; width:6px; height:6px; background: radial-gradient(circle, rgba(46,107,255,0.9), rgba(46,107,255,0)); animation-delay:.6s; }
    .prob-parts i:nth-child(4){ bottom:14%; right:16%; width:5px; height:5px; animation-delay:2s; }
    .prob-parts i:nth-child(5){ top:40%; right:30%; width:4px; height:4px; background: radial-gradient(circle, rgba(90,140,255,0.9), rgba(90,140,255,0)); animation-delay:1.6s; }

    /* holographic shield medallion */
    .prob-visual { position: relative; width: 150px; height: 150px; margin-bottom: 32px; }
    .prob-visual .glow { position: absolute; inset: -32px; border-radius: 50%; background: radial-gradient(circle, rgba(40,90,255,0.5), rgba(90,140,255,0.22) 45%, transparent 68%); filter: blur(18px); animation: probPulse 4.2s ease-in-out infinite; }
    .prob-visual .ring { position: absolute; inset: 0; margin: auto; border-radius: 50%; border: 1px solid currentColor; }
    .prob-visual .ring::before { content: ""; position: absolute; top: -4px; left: 50%; width: 8px; height: 8px; margin-left: -4px; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; }
    .prob-visual .r1 { inset: 0; color: rgba(90,150,255,0.65); animation: probSpin 17s linear infinite; }
    .prob-visual .r2 { inset: 15px; color: rgba(90,140,255,0.65); border-style: dashed; animation: probSpin 25s linear infinite reverse; }
    .prob-visual .r3 { inset: 32px; color: rgba(90,140,255,0.7); animation: probSpin 21s linear infinite; }
    .prob-visual .shield { position: absolute; inset: 42px; margin: auto; filter: drop-shadow(0 16px 26px rgba(0,50,180,0.42)); animation: probBob 6s ease-in-out infinite; }
    .prob-visual .shield svg { width: 100%; height: 100%; display: block; }

    .prob-aside .eyebrow { margin-bottom: 16px; color: #8ab0ff; }
    .prob-aside h2 { font-family: var(--font-head); font-size: clamp(30px, 3.6vw, 46px); font-weight: 700; line-height: 1.06; letter-spacing: -1.2px; color: #fff; filter: drop-shadow(0 3px 20px rgba(0,0,0,0.75)); }
    /* headline fully white (drop the low-contrast gradient) */
    .prob-aside h2 .gradient-text { background: none; -webkit-text-fill-color: #fff; color: #fff; }
    .prob-aside > p { margin-top: 18px; color: rgba(255,255,255,0.9); font-size: 16px; line-height: 1.66; max-width: 410px; text-shadow: 0 2px 16px rgba(0,0,0,0.8); }

    /* ---- floating glass CTA ---- */
    .prob-cta { position: relative; margin-top: 32px; max-width: 440px; }
    .prob-cta::before { content: ""; position: absolute; inset: 8px 10px -4px; border-radius: 20px; z-index: 0;
      background: linear-gradient(135deg, #0046FF, #0033CC); filter: blur(22px); opacity: .5; animation: probPulse 3.6s ease-in-out infinite; }
    .prob-solve { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; padding: 20px 24px; border-radius: 20px; color: #fff; overflow: hidden;
      background: linear-gradient(135deg, #0046FF 0%, #1F58E6 52%, #0033CC 100%);
      border: 1px solid rgba(255,255,255,0.30);
      box-shadow: 0 1px 0 rgba(255,255,255,0.45) inset, 0 -12px 26px -12px rgba(0,70,255,0.55), 0 24px 46px -16px rgba(0,50,200,0.55);
      transition: transform .4s ease, box-shadow .4s ease; }
    /* glass reflection / inner highlight */
    .prob-solve::before { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,0.32), rgba(255,255,255,0) 46%); }
    /* animated light sweep */
    .prob-solve::after { content: ""; position: absolute; top: 0; left: -70%; width: 45%; height: 100%; transform: skewX(-20deg); pointer-events: none;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent); animation: probSweep 4.6s ease-in-out infinite; }
    .prob-solve:hover { transform: translateY(-3px); box-shadow: 0 1px 0 rgba(255,255,255,0.45) inset, 0 -14px 30px -12px rgba(0,70,255,0.65), 0 32px 60px -18px rgba(0,50,200,0.65); }
    .prob-solve .ps-ic { position: relative; z-index: 1; flex: 0 0 auto; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.34); box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset; }
    .prob-solve .ps-ic svg { width: 26px; height: 26px; }
    .prob-solve p { position: relative; z-index: 1; font-family: var(--font-head); font-size: 15.5px; font-weight: 600; letter-spacing: -.01em; line-height: 1.42; }
    .prob-solve p b { color: #BFD4FF; }

    @keyframes probSpin { to { transform: rotate(360deg); } }
    @keyframes probPulse { 0%,100% { transform: scale(.94); opacity: .5; } 50% { transform: scale(1.04); opacity: .8; } }
    @keyframes probBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
    @keyframes probFloat { 0%,100% { transform: translateY(0); opacity: .5; } 50% { transform: translateY(-14px); opacity: 1; } }
    @keyframes probSweep { 0% { left: -70%; } 55%,100% { left: 130%; } }

    @media (max-width: 900px) { .prob-wrap { grid-template-columns: 1fr; align-items: start; } .prob-aside { order: -1; } .prob-aside > p { max-width: none; } .prob-cta { max-width: none; } }
    @media (prefers-reduced-motion: reduce) {
      .prob-bg span, .prob-visual .glow, .prob-visual .ring, .prob-visual .shield, .prob-parts i, .prob-cta::before, .prob-solve::after { animation: none !important; }
    }

    /* ================= THE COMPLETE SYSTEM : premium 3D bento ================= */
    .bento-premium { position: relative; isolation: isolate; overflow: hidden;
      background: radial-gradient(125% 95% at 50% -12%, #ffffff 0%, #f5f8fe 46%, #eef1fb 100%); }
    .bento-premium::before, .bento-premium::after { content: none; }
    .bento-fx { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
    .bento-fx span { position: absolute; border-radius: 50%; filter: blur(76px); opacity: .5; will-change: transform; }
    .bento-fx .b1 { width: 44vmax; height: 44vmax; top: -22%; left: -10%; background: radial-gradient(circle, rgba(0,70,255,0.28), transparent 62%); animation: probOrb 28s ease-in-out infinite alternate; }
    .bento-fx .b2 { width: 40vmax; height: 40vmax; bottom: -24%; right: -12%; background: radial-gradient(circle, rgba(90,140,255,0.24), transparent 62%); animation: probOrb 33s ease-in-out infinite alternate-reverse; }
    .bento-fx .b3 { width: 34vmax; height: 34vmax; top: 42%; left: 42%; background: radial-gradient(circle, rgba(46,107,255,0.16), transparent 62%); animation: probOrb 37s ease-in-out infinite alternate; }
    .bento-fx .bmesh { position: absolute; inset: 0; opacity: .55;
      background-image: linear-gradient(rgba(12,21,38,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(12,21,38,0.04) 1px, transparent 1px);
      background-size: 46px 46px; -webkit-mask-image: radial-gradient(100% 82% at 50% 10%, #000, transparent 76%); mask-image: radial-gradient(100% 82% at 50% 10%, #000, transparent 76%); }
    .bento-premium > .section-head, .bento-premium > .bento { position: relative; z-index: 1; }
    .bento-premium .bento { grid-auto-rows: 212px; gap: 20px; }

    /* glass cards (scoped so global .card stays intact elsewhere) */
    .bento-premium .card { --acc:#0046FF; --acc2:#4E8CFF; padding: 30px; border-radius: 24px; overflow: hidden; justify-content: flex-end;
      background: linear-gradient(150deg, rgba(255,255,255,0.86), rgba(255,255,255,0.54));
      -webkit-backdrop-filter: blur(18px) saturate(155%); backdrop-filter: blur(18px) saturate(155%);
      border: 1px solid rgba(255,255,255,0.75);
      box-shadow: 0 1px 0 rgba(255,255,255,0.9) inset, 0 10px 24px rgba(12,21,38,0.06), 0 30px 56px -26px rgba(12,21,38,0.22);
      transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s ease, border-color .5s ease; }
    .bento-premium .card::before, .bento-premium .card::after { display: none !important; }
    .bento-premium .card:hover { transform: translateY(-9px);
      background: linear-gradient(150deg, rgba(255,255,255,0.93), rgba(255,255,255,0.62));
      border-color: rgba(255,255,255,0.96);
      box-shadow: 0 1px 0 rgba(255,255,255,0.9) inset, 0 20px 40px rgba(12,21,38,0.10), 0 50px 82px -30px color-mix(in srgb, var(--acc) 42%, rgba(12,21,38,0.28)); }
    .bento-premium .card:hover h3 { color: var(--text); }
    .bento-premium .card:hover p { color: var(--text-soft); }
    .bento-premium .card h3 { position: relative; z-index: 2; font-family: var(--font-head); font-size: 20px; font-weight: 700; letter-spacing: -.02em; margin-bottom: 8px; }
    .bento-premium .card p { position: relative; z-index: 2; color: var(--text-soft); font-size: 14px; line-height: 1.62; }
    .bento-premium .card.feat-cam h3 { font-size: 23px; }

    /* per-card accent hues */
    .feat-cam { --acc:#0046FF; --acc2:#4E8CFF; }
    .feat-fence { --acc:#0A6CFF; --acc2:#3DA0FF; }
    .feat-alarm { --acc:#0046FF; --acc2:#5A8CFF; }
    .feat-cloud { --acc:#0033CC; --acc2:#5A8CFF; }
    .feat-mon { --acc:#0046FF; --acc2:#4E8CFF; }

    /* illustration positioning */
    .feat-art { position: absolute; z-index: 0; pointer-events: none; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
    .feat-art svg { display: block; width: 100%; height: 100%; overflow: visible; }
    .feat-cam .feat-art { top: 62px; left: 22px; right: 22px; bottom: 116px; height: auto; }
    .feat-cam .feat-art img { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: drop-shadow(0 26px 34px rgba(12,21,38,0.20)); }
    .feat-cam:hover .feat-art { transform: translateY(-6px) scale(1.035); }
    .feat-wide .feat-art { top: 50%; right: 4px; transform: translateY(-50%); width: 44%; height: 90%; }
    .feat-wide:hover .feat-art { transform: translateY(-50%) scale(1.045); }
    .feat-wide h3, .feat-wide p { max-width: 58%; }
    .feat-sm { justify-content: flex-start; }
    .feat-sm .feat-art { position: relative; width: 70px; height: 70px; margin-bottom: 16px; filter: drop-shadow(0 12px 18px color-mix(in srgb, var(--acc) 36%, transparent)); }
    .feat-sm h3, .feat-sm p { margin-top: 0; max-width: 100%; }
    .feat-sm:hover .feat-art { transform: translateY(-5px) rotate(-6deg) scale(1.07); }

    /* photo cards: image bleeds from one edge and dissolves into the card via a gradient mask */
    .feat-photo { overflow: hidden; }
    .feat-photo .feat-art img { display: block; }
    /* wide photo (fence, monitoring): full-height panel on the right, faded to the left */
    .feat-wide.feat-photo .feat-art { top: 0; right: 0; bottom: 0; left: auto; width: 55%; height: auto; transform: none; }
    .feat-wide.feat-photo .feat-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .6s cubic-bezier(.2,.7,.2,1);
      -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.5) 30%, #000 62%);
      mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.5) 30%, #000 62%); }
    .feat-wide.feat-photo:hover .feat-art { transform: none; }
    .feat-wide.feat-photo:hover .feat-art img { transform: scale(1.06); }
    .feat-wide.feat-photo h3, .feat-wide.feat-photo p { max-width: 50%; }
    /* small alarm photo: full-bleed, dissolving toward the text on the left */
    .feat-alarm.feat-photo { justify-content: flex-end; }
    .feat-alarm.feat-photo .feat-art { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; filter: none; transform: none; }
    .feat-alarm.feat-photo .feat-art img { width: 100%; height: 100%; object-fit: cover; object-position: 66% 42%; transition: transform .6s cubic-bezier(.2,.7,.2,1);
      -webkit-mask-image: linear-gradient(102deg, transparent 0%, transparent 44%, rgba(0,0,0,0.55) 68%, #000 94%);
      mask-image: linear-gradient(102deg, transparent 0%, transparent 44%, rgba(0,0,0,0.55) 68%, #000 94%); }
    .feat-alarm.feat-photo:hover .feat-art { transform: none; }
    .feat-alarm.feat-photo:hover .feat-art img { transform: scale(1.06); }
    .feat-alarm.feat-photo h3, .feat-alarm.feat-photo p { max-width: 64%; }

    /* ---- CTA card ---- */
    .bento-premium .feat-cta { flex-direction: row; align-items: center; justify-content: space-between; gap: 18px; overflow: hidden;
      background: radial-gradient(120% 150% at 88% 8%, rgba(0,70,255,0.55), transparent 52%), linear-gradient(135deg, #0A1E6E 0%, #0637C4 55%, #0046FF 100%);
      border: 1px solid rgba(255,255,255,0.20);
      box-shadow: 0 1px 0 rgba(255,255,255,0.28) inset, 0 30px 62px -22px rgba(0,50,200,0.60); }
    .bento-premium .feat-cta:hover { transform: translateY(-9px); border-color: rgba(255,255,255,0.32);
      background: radial-gradient(120% 150% at 88% 8%, rgba(0,70,255,0.60), transparent 52%), linear-gradient(135deg, #0A1E6E 0%, #0637C4 55%, #0046FF 100%);
      box-shadow: 0 1px 0 rgba(255,255,255,0.28) inset, 0 40px 78px -24px rgba(0,50,200,0.7); }
    .feat-cta .cta-left { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
    .feat-cta .bcta-brand { display: flex; align-items: center; gap: 12px; }
    .feat-cta .bcta-logo { width: 46px; height: 46px; flex: 0 0 auto; object-fit: contain; }
    .feat-cta .bcta-brand h3 { font-family: var(--font-head); font-size: 21px; font-weight: 700; color: #fff; margin: 0; }
    .feat-cta .bcta-brand h3 b { color: #9DB8FF; }
    .feat-cta .cta-art { position: relative; z-index: 1; width: 150px; height: 150px; flex: 0 0 auto; align-self: center; }
    .feat-cta .cta-art svg { width: 100%; height: 100%; overflow: visible; }
    /* glass CTA button */
    .feat-cta .btn { position: relative; overflow: hidden; color: #fff; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.38); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
      box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset, 0 14px 30px -10px rgba(0,0,0,0.4); transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
    .feat-cta .btn:hover { background: rgba(255,255,255,0.24); transform: translateY(-2px); }
    .feat-cta .btn::after { content: ""; position: absolute; top: 0; left: -70%; width: 45%; height: 100%; transform: skewX(-20deg); pointer-events: none;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent); animation: probSweep 4.6s ease-in-out infinite; }

    /* ---- SVG micro-animations ---- */
    .anim-bob { transform-box: fill-box; transform-origin: center; animation: probBob 6s ease-in-out infinite; }
    .anim-spin { transform-box: fill-box; transform-origin: center; animation: probSpin 16s linear infinite; }
    .anim-pulse { transform-box: fill-box; transform-origin: center; animation: bPulse 3s ease-in-out infinite; }
    .anim-pulse2 { transform-box: fill-box; transform-origin: center; animation: bPulse 2.2s ease-in-out infinite; }
    @keyframes bPulse { 0%,100% { opacity: .35; } 50% { opacity: .95; } }

    @media (max-width: 900px) {
      .bento-premium .bento { grid-auto-rows: 190px; }
      .feat-wide h3, .feat-wide p { max-width: 62%; }
      .feat-cam .feat-art { height: 54%; }
    }
    @media (max-width: 560px) {
      .bento-premium .feat-cta { flex-direction: column; align-items: flex-start; }
      .feat-cta .cta-art { align-self: center; }
      .feat-wide .feat-art { opacity: .5; }
      .feat-wide h3, .feat-wide p { max-width: 78%; }
    }
    @media (prefers-reduced-motion: reduce) {
      .bento-fx span, .feat-art, .anim-bob, .anim-spin, .anim-pulse, .anim-pulse2, .feat-cta .btn::after { animation: none !important; }
    }

    /* ---- branded CTA card inside bento ---- */
    .card.bento-cta { display: flex; flex-direction: column; justify-content: center; gap: 14px;
      background: radial-gradient(520px 220px at 12% 10%, rgba(0,70,255,0.08), transparent 60%), var(--surface); }
    .card.bento-cta:hover { transform: translateY(-6px); background: radial-gradient(520px 220px at 12% 10%, rgba(0,70,255,0.12), transparent 60%), var(--surface); border-color: rgba(0,70,255,0.35); box-shadow: var(--shadow); }
    .card.bento-cta:hover h3 { color: var(--text); }
    .card.bento-cta:hover p { color: var(--text-soft); }
    .bcta-brand { display: flex; align-items: center; gap: 12px; }
    .bcta-logo { width: 50px; height: 50px; flex: 0 0 auto; object-fit: contain; }
    .card.bento-cta h3 { font-size: 21px; margin: 0; }
    .card.bento-cta h3 b { color: var(--blue); }
    .card.bento-cta p { max-width: 360px; }
    .card.bento-cta .btn { align-self: flex-start; margin-top: 4px; }

    /* ---- core security solutions (image cards) ---- */
    .core-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: var(--maxw); margin: 0 auto; perspective: 1000px; }
    .core-card { position: relative; display: block; aspect-ratio: 1 / 1; border-radius: 18px; overflow: hidden; text-decoration: none; box-shadow: 0 18px 44px rgba(12,21,38,0.12); background: linear-gradient(160deg, #17263f, #0a1424); isolation: isolate;
      transform-style: preserve-3d; transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease; transform: rotateX(var(--ty,0)) rotateY(var(--tx,0)); }
    .core-card:hover { box-shadow: 0 34px 70px rgba(12,21,38,0.22); }
    .core-card > * { transform: translateZ(0); }
    .core-card h3 { transform: translateZ(40px); }
    .core-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform .6s ease; }
    .core-card:hover img { transform: scale(1.06); }
    .core-veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(6,12,26,0.05) 40%, rgba(6,12,26,0.55) 70%, rgba(4,9,20,0.92) 100%); }
    .core-card h3 { position: absolute; left: 24px; bottom: 22px; right: 24px; z-index: 2; font-size: 21px; font-weight: 700; color: #fff; letter-spacing: -.01em; }
    .core-card::after { content: ""; position: absolute; left: 0; bottom: 0; height: 4px; width: 0; z-index: 2; background: var(--grad-primary); transition: width .4s ease; }
    .core-card:hover::after { width: 100%; }
    @media (max-width: 860px) { .core-grid { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 560px) { .core-grid { grid-template-columns: 1fr; } .core-card { aspect-ratio: 16/10; } }

    /* ---- additional services & support (on dark) ---- */
    .addsvc { max-width: var(--maxw); margin: 20px auto 0; }
    .svc-card { cursor: pointer; }

    /* ---- service detail popup ---- */
    .svc-modal { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 24px; }
    .svc-modal.open { display: flex; }
    .svc-modal-backdrop { position: absolute; inset: 0; background: rgba(3,7,16,0.72); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); animation: svcFade .3s ease; }
    .svc-modal-card { position: relative; width: min(470px, 94vw); min-height: 440px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 22px; overflow: hidden; background: #0a1424; box-shadow: 0 40px 100px rgba(0,0,0,0.55); animation: svcPop .45s cubic-bezier(.2,.9,.3,1.25); }
    .svc-modal-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
    .svc-modal-veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(4,8,18,0.15) 0%, rgba(4,8,18,0.55) 45%, rgba(2,5,12,0.94) 100%); }
    .svc-modal-close { position: absolute; top: 14px; right: 14px; z-index: 3; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-size: 24px; line-height: 1; color: #fff; cursor: pointer; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.28); transition: background .2s ease; }
    .svc-modal-close:hover { background: rgba(255,255,255,0.28); }
    .svc-modal-body { position: relative; z-index: 2; padding: 32px; color: #fff; }
    .svc-modal-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: #8fb4ff; margin-bottom: 12px; }
    .svc-modal-body h3 { font-family: var(--font-head); font-size: clamp(22px, 3vw, 28px); font-weight: 700; letter-spacing: -.01em; margin-bottom: 12px; }
    .svc-modal-body p { font-size: 14.5px; line-height: 1.62; color: rgba(255,255,255,0.85); margin-bottom: 24px; }
    .svc-modal-body .btn { align-self: flex-start; }
    @keyframes svcPop { from { opacity: 0; transform: scale(.9) translateY(24px); } to { opacity: 1; transform: none; } }
    @keyframes svcFade { from { opacity: 0; } }
    .addsvc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .addsvc-item { display: flex; gap: 14px; padding: 18px 20px; border-radius: 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
    .addsvc-item:hover { transform: translateY(-3px); border-color: rgba(0,70,255,0.45); background: rgba(0,70,255,0.10); }
    .addsvc-ic { flex: 0 0 auto; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; color: #7db4ff; background: rgba(0,70,255,0.16); border: 1px solid rgba(255,255,255,0.12); }
    .addsvc-ic svg { width: 20px; height: 20px; }
    .addsvc-item b { display: block; font-size: 15px; font-weight: 600; color: #fff; margin-bottom: 3px; letter-spacing: -.01em; }
    .addsvc-item p { font-size: 12.8px; line-height: 1.5; color: rgba(255,255,255,0.66); }
    @media (max-width: 720px) { .addsvc-grid { grid-template-columns: 1fr; } }

    /* ===== Arooth light overrides: Problem section ===== */
    .prob-section { background: radial-gradient(120% 100% at 50% -12%, #ffffff 0%, #f4f7fd 46%, #eef2fb 100%) !important; }
    .prob-section::after { display: none !important; }
    .prob-bg .mesh { background-image: linear-gradient(rgba(12,21,38,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(12,21,38,0.05) 1px, transparent 1px) !important; }
    .prob-card { background: linear-gradient(150deg, rgba(255,255,255,0.9), rgba(255,255,255,0.66)) !important; border-color: rgba(255,255,255,0.8) !important;
      box-shadow: 0 1px 0 rgba(255,255,255,0.9) inset, 0 10px 24px rgba(12,21,38,0.06), 0 28px 54px -26px rgba(12,21,38,0.22) !important; }
    .prob-card:hover { border-color: color-mix(in srgb, var(--acc) 40%, rgba(255,255,255,0.8)) !important; }
    .prob-txt h3 { color: #0A1220 !important; }
    .prob-txt p { color: #4C566B !important; }
    .prob-num { background: linear-gradient(160deg, color-mix(in srgb, var(--acc) 22%, transparent), transparent 72%) !important; opacity: .5 !important; }
    .prob-aside h2, .prob-aside h2 .gradient-text { color: #0A1220 !important; -webkit-text-fill-color: #0A1220 !important; filter: none !important; }
    .prob-aside > p { color: #4C566B !important; text-shadow: none !important; }
    .prob-aside .eyebrow { color: #0046FF !important; }
    .prob-bg .o1, .prob-bg .o2, .prob-bg .o3 { opacity: .35 !important; }

    /* ===== Arooth light overrides: Industries marquee ===== */
    .logo-wall .lw-card { background: #ffffff !important; border: 1px solid rgba(12,21,38,0.09) !important; box-shadow: 0 12px 26px -16px rgba(12,21,38,0.25) !important; }
    .logo-wall .lw-card:hover { border-color: rgba(0,70,255,0.3) !important; box-shadow: 0 22px 44px -22px rgba(0,70,255,0.35) !important; }
    .logo-wall .lw-name { color: #0A1220 !important; }
    .logo-wall .lw-ico { color: #0046FF !important; }
    .logo-wall .lw-ext { color: #9AA3B2 !important; }

    /* expanding horizontal panels (Core Solutions) now live in
       assets/css/xpanel.css — shared with the services page */


/* ===========================
   BC LOCATIONS SECTION
=========================== */

/* ===========================================================
   BC COVERAGE — "Serving Communities Across British Columbia"
   Brand palette: --blue #0046FF / --text #0C1526
   =========================================================== */

.bc-locations{
  position:relative;
  padding:96px 0 104px;
  background:
    radial-gradient(120% 90% at 88% -10%, rgba(0,70,255,.07) 0%, transparent 62%),
    linear-gradient(180deg,#fff 0%, var(--bg-2) 100%);
  overflow:hidden;
}
.bc-locations .container{
  position:relative;
  z-index:1;
  max-width:var(--maxw);
  margin:0 auto;
  padding:0 clamp(20px,5vw,40px);
}

/* ambient glow */
.bc-fx{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;}
.bc-fx span{position:absolute;border-radius:50%;filter:blur(90px);}
.bc-fx .bc-glow-a{width:46vmax;height:46vmax;top:-22%;right:-14%;opacity:.42;
  background:radial-gradient(circle, rgba(0,70,255,.20), transparent 62%);}
.bc-fx .bc-glow-b{width:38vmax;height:38vmax;bottom:-24%;left:-12%;opacity:.34;
  background:radial-gradient(circle, rgba(46,107,255,.18), transparent 62%);}

/* ---------- heading ---------- */

.bc-locations .section-title{
  text-align:center;
  max-width:660px;
  margin:0 auto 48px;
}
.bc-locations .mini-title{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 16px;
  background:rgba(0,70,255,.07);
  color:var(--blue);
  border:1px solid rgba(0,70,255,.18);
  border-radius:999px;
  font-size:12.5px;
  font-weight:600;
  letter-spacing:.3px;
  margin-bottom:16px;
}
.bc-locations .mini-title .mt-dot{
  width:7px;height:7px;border-radius:50%;
  background:var(--blue);
  box-shadow:0 0 0 3px rgba(0,70,255,.16);
}
.bc-locations .section-title h2{
  font-family:var(--font-head);
  font-size:clamp(28px,3.5vw,42px);
  font-weight:800;
  line-height:1.12;
  letter-spacing:-1.1px;
  margin:0 0 14px;
  color:var(--text);
}
.bc-locations .section-title p{
  font-size:15.5px;
  color:var(--text-soft);
  line-height:1.68;
  margin:0;
}

/* ---------- layout ---------- */

.bc-wrapper{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,1fr);
  gap:36px;
  align-items:stretch;
}

/* ---------- map ---------- */

.bc-image{
  position:relative;
  border-radius:var(--radius-lg);
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 26px 60px rgba(12,21,38,.13);
}
.bc-image img{
  width:100%;
  height:100%;
  min-height:340px;
  object-fit:cover;
  display:block;
  transition:transform .8s cubic-bezier(.2,.75,.2,1);
}
.bc-image:hover img{transform:scale(1.06);}
.bc-image-veil{
  position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg, rgba(0,70,255,.06) 0%, transparent 38%, rgba(10,18,32,.42) 100%);
}

.coverage-badge{
  position:absolute;
  left:20px;
  bottom:20px;
  padding:14px 20px;
  border-radius:16px;
  background:var(--grad-primary);
  color:#fff;
  box-shadow:0 18px 38px -10px rgba(0,70,255,.62);
}
.coverage-badge h3{
  margin:0;
  font-family:var(--font-head);
  font-size:30px;
  font-weight:800;
  line-height:1;
  letter-spacing:-1px;
  color:#fff;
}
.coverage-badge span{
  display:block;
  margin-top:5px;
  font-size:11.5px;
  font-weight:600;
  letter-spacing:.4px;
  color:rgba(255,255,255,.88);
}

.bc-live-chip{
  position:absolute;
  right:18px;
  top:18px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 15px;
  border-radius:999px;
  font-size:12px;
  font-weight:600;
  color:#0C1526;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.7);
  box-shadow:0 8px 22px rgba(12,21,38,.16);
}
.bc-live-chip .d{
  position:relative;
  width:8px;height:8px;border-radius:50%;
  background:#16C97D;
}
.bc-live-chip .d::after{
  content:"";position:absolute;inset:-5px;border-radius:50%;
  border:1px solid #16C97D;
  animation:bcPing 1.9s ease-out infinite;
}
@keyframes bcPing{0%{transform:scale(.6);opacity:.85;}100%{transform:scale(1.9);opacity:0;}}

/* ---------- card panel ---------- */

.bc-panel{display:flex;flex-direction:column;gap:16px;}

.bc-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  flex:1;
}

/* ---------- region card ---------- */

.city-card{
  display:block;
  text-decoration:none;
  padding:15px 16px 14px;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 6px 18px rgba(12,21,38,.05);
  transition:transform .3s cubic-bezier(.2,.75,.2,1), box-shadow .3s ease,
             border-color .3s ease, background .3s ease;
  /* staggered entrance, re-triggered on every reshuffle */
  animation:cityIn .55s cubic-bezier(.2,.75,.2,1) backwards;
  animation-delay:calc(var(--i,0) * 55ms);
}
.city-card:hover{
  transform:translateY(-4px);
  border-color:rgba(0,70,255,.36);
  background:linear-gradient(180deg,#fff 0%, #F6F9FF 100%);
  box-shadow:0 16px 32px -8px rgba(0,70,255,.24);
}
.city-card:focus-visible{
  outline:2px solid var(--blue);
  outline-offset:3px;
}

@keyframes cityIn{
  0%  {opacity:0;transform:translateY(14px) scale(.96);}
  100%{opacity:1;transform:translateY(0) scale(1);}
}

.city-card .cc-top{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:7px;
}
.city-card .cc-ic{
  display:grid;
  place-items:center;
  flex:0 0 24px;
  width:24px;height:24px;
  border-radius:7px;
  background:rgba(0,70,255,.09);
  color:var(--blue);
  transition:background .3s ease,color .3s ease;
}
.city-card .cc-ic .cc-pin{width:14px;height:14px;}
.city-card:hover .cc-ic{background:var(--blue);color:#fff;}

.city-card h4{
  flex:1;
  margin:0;
  font-family:var(--font-head);
  font-size:14px;
  font-weight:700;
  letter-spacing:-.2px;
  color:var(--text);
}
.city-card .cc-n{
  flex:0 0 auto;
  padding:2px 8px;
  border-radius:999px;
  font-size:10.5px;
  font-weight:700;
  color:var(--blue);
  background:rgba(0,70,255,.08);
}
.city-card p{
  margin:0;
  font-size:11.5px;
  line-height:1.5;
  color:var(--text-dim);
}

/* ---------- footer row: timer + CTA ---------- */

.bc-foot{
  display:flex;
  align-items:center;
  gap:18px;
  padding-top:4px;
}
.bc-timer{
  flex:1;
  height:3px;
  border-radius:999px;
  background:rgba(12,21,38,.09);
  overflow:hidden;
}
.bc-timer-fill{
  display:block;
  height:100%;
  width:0%;
  border-radius:999px;
  background:var(--grad-primary);
}

.bc-viewall{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:9px 9px 9px 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  color:#fff;
  background:var(--blue);
  box-shadow:0 14px 30px -10px rgba(0,70,255,.55);
  transition:transform .32s cubic-bezier(.2,.8,.2,1), background .25s ease, box-shadow .25s ease;
}
.bc-viewall:hover{
  transform:translateY(-3px);
  background:var(--blue-deep);
  box-shadow:0 20px 40px -10px rgba(0,70,255,.65);
}
.bc-viewall .cc{
  display:grid;
  place-items:center;
  width:32px;height:32px;
  border-radius:50%;
  background:#fff;
  color:var(--blue);
  transition:transform .35s cubic-bezier(.2,.8,.2,1);
}
.bc-viewall .cc svg{width:15px;height:15px;}
.bc-viewall:hover .cc{transform:translateX(3px);}

/* ---------- responsive ---------- */

@media(max-width:992px){
  .bc-locations{padding:72px 0 80px;}
  .bc-wrapper{grid-template-columns:1fr;gap:28px;}
  .bc-image{max-width:660px;width:100%;margin:0 auto;}
  .bc-image img{min-height:280px;}
}

@media(max-width:560px){
  .bc-locations{padding:56px 0 64px;}
  .bc-locations .section-title{margin-bottom:32px;}
  .bc-list{grid-template-columns:1fr;}
  .bc-foot{flex-direction:column;align-items:stretch;gap:14px;}
  .bc-viewall{justify-content:center;}
}

@media (prefers-reduced-motion: reduce){
  .city-card{animation:none;}
  .bc-image img{transition:none;}
  .bc-live-chip .d::after{animation:none;}
}

/*================ FAQ =================*/

.faq-section{
    background:#f8fbff;
    padding:100px 20px;
}

.faq-container{
    max-width:900px;
    margin:60px auto 0;
}

.faq-item{

    background:rgba(255,255,255,.75);

    backdrop-filter:blur(18px);

    border:1px solid rgba(0,70,255,.08);

    border-radius:22px;

    margin-bottom:18px;

    overflow:hidden;

    transition:.35s ease;

    box-shadow:0 12px 30px rgba(12,21,38,.06);

}

.faq-item:hover{

    transform:translateY(-4px);

    border-color:#0046FF;

    box-shadow:0 20px 45px rgba(0,70,255,.12);

}

.faq-question{

    width:100%;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:26px 30px;

    background:none;

    border:none;

    cursor:pointer;

    font-size:18px;

    font-weight:700;

    color:#0A1220;

    font-family:'Sora',sans-serif;

}

.faq-icon{

    width:38px;

    height:38px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#0046FF;

    color:#fff;

    font-size:24px;

    transition:.35s;

    flex-shrink:0;

}

.faq-answer{

    max-height:0;

    overflow:hidden;

    visibility:hidden;

    transition:max-height .4s ease, visibility 0s linear .4s;

}

.faq-answer p{

    padding:0 30px 28px;

    color:#5B6577;

    font-size:15px;

    line-height:1.8;

}

.faq-item.active .faq-answer{

    /* generous ceiling so a longer answer can never be clipped mid-sentence */
    max-height:440px;

    visibility:visible;

    transition:max-height .4s ease, visibility 0s;

}

.faq-item.active .faq-icon{

    transform:rotate(45deg);

}

@media(max-width:768px){

.faq-question{

font-size:16px;

padding:22px;

}

.faq-answer p{

padding:0 22px 22px;

}

}

/* Page-scoped sideways-scroll guard.
   The global `overflow-x: hidden` on html/body was removed because it makes
   a scroll container and breaks position:sticky sitewide. index.html has a
   genuine ~60px horizontal overflow and no sticky sections, so the guard is
   safe to keep here and only here. */
html, body { overflow-x: clip; }

/* ============================================================
   PROBLEM SECTION — video background, opacity only
   The section previously layered a blue radial tint, a diagonal
   gradient and home-2.webp. Those are dropped so nothing colours
   the footage: a plain dark base, the video over it at reduced
   opacity, and only a top/bottom fade so it blends into the
   light sections above and below.
   ============================================================ */
.prob-section {
  background:
    linear-gradient(180deg, #06070d 0%, rgba(6,7,13,0) 18%, rgba(6,7,13,0) 82%, #06070d 100%),
    #06070d;
}
.prob-video {
  position: absolute; inset: 0; z-index: -1;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .38;              /* opacity only — no colour cast */
  pointer-events: none;
}
/* keep the existing orbs subtle so they don't tint the footage */
.prob-bg span { opacity: .18; }

@media (prefers-reduced-motion: reduce) { .prob-video { display: none; } }

/* ============================================================
   PROBLEM SECTION — dark + glassmorphism
   Deep near-black base, video kept low so it reads as texture
   rather than lighting the section up, and every surface on top
   is frosted glass. All text inverted to light.
   ============================================================ */

.prob-section {
  background:
    linear-gradient(180deg, #06070d 0%, rgba(4,5,10,0) 14%, rgba(4,5,10,0) 86%, #06070d 100%),
    #04050A;
}

/* video sits well back — texture, not illumination */
.prob-video { opacity: .16; }

/* a touch of depth without colouring the footage */
.prob-bg::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(80% 60% at 50% 0%, rgba(255,255,255,0.05), transparent 60%);
}
.prob-bg span { opacity: .14; }
.prob-bg .mesh { opacity: .35; }

/* ---------- glass cards ---------- */
.prob-card {
  position: relative;
  background: linear-gradient(150deg, rgba(255,255,255,0.09), rgba(255,255,255,0.035)) !important;
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
  border: 1px solid rgba(255,255,255,0.14) !important;
  border-radius: var(--r-lg, 22px);
  box-shadow:
    0 24px 60px -30px rgba(0,0,0,0.85),
    inset 0 1px 0 rgba(255,255,255,0.16);
  transition:
    transform .45s var(--ease, cubic-bezier(.2,.8,.2,1)),
    background .4s ease, border-color .4s ease, box-shadow .45s ease;
}
/* soft sheen along the top edge */
.prob-card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(160deg, rgba(255,255,255,0.10), transparent 42%);
}
.prob-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(150deg, rgba(255,255,255,0.14), rgba(255,255,255,0.05)) !important;
  border-color: rgba(90,140,255,0.45) !important;
  box-shadow:
    0 34px 76px -30px rgba(0,70,255,0.55),
    inset 0 1px 0 rgba(255,255,255,0.22);
}

/* ---------- text: inverted for the dark ground ---------- */
.prob-card h3,
.prob-card b,
.prob-txt h3 { color: #fff !important; }
.prob-card p,
.prob-txt p { color: rgba(255,255,255,0.70) !important; }
.prob-num { color: rgba(255,255,255,0.30) !important; }

.prob-section .eyebrow {
  color: #9DB8FF !important;
  display: inline-flex; align-items: center; gap: 9px;
}
.prob-section h2 { color: #fff !important; }
.prob-section h2 .gradient-text {
  background: linear-gradient(100deg, #8FB6FF, #ffffff 48%, #5A8CFF);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.prob-section > .prob-wrap p { color: rgba(255,255,255,0.72); }

/* ---------- icon tiles ---------- */
.prob-ic {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 10px 24px -12px rgba(0,0,0,0.7);
  transition: transform .45s var(--ease, cubic-bezier(.2,.8,.2,1)), background .35s ease;
}
.prob-card:hover .prob-ic {
  transform: translateY(-3px) scale(1.05);
  background: rgba(90,140,255,0.22) !important;
}

/* ---------- the "Nexo solves all four" callout ---------- */
.prob-solve {
  background: linear-gradient(140deg, rgba(0,70,255,0.34), rgba(0,70,255,0.14)) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(120,165,255,0.40) !important;
  box-shadow:
    0 26px 56px -26px rgba(0,70,255,0.65),
    inset 0 1px 0 rgba(255,255,255,0.20);
}
.prob-solve p { color: rgba(255,255,255,0.86) !important; }
.prob-solve b  { color: #fff !important; }
.prob-solve .ps-ic {
  background: rgba(255,255,255,0.16) !important;
  border: 1px solid rgba(255,255,255,0.26);
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .prob-card, .prob-ic { transition: none; }
}

/* Measured: a later light-theme rule was painting this section with
   radial-gradient(... rgb(255,255,255) ...), outranking the dark background
   above. Doubled class + !important so the dark ground actually wins. */
.prob-section.prob-section {
  background:
    linear-gradient(180deg, #06070d 0%, rgba(3,4,9,0) 14%, rgba(3,4,9,0) 86%, #06070d 100%),
    #03040A !important;
}

/* h2 was still resolving to the light-theme ink and reading dark-on-dark.
   Doubled class to outrank it, same as the background above. */
.prob-section.prob-section h2 { color: #fff !important; }
.prob-section.prob-section h2 .gradient-text {
  background: linear-gradient(100deg, #8FB6FF, #ffffff 48%, #5A8CFF);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prob-section.prob-section .prob-txt p,
.prob-section.prob-section > .prob-wrap p { color: rgba(255,255,255,0.72) !important; }

/* The h2 is painted with background-clip:text over a dark gradient, so
   `color` does nothing — the fill has to be reset explicitly. The inner
   .gradient-text span keeps its own light gradient. */
.prob-section.prob-section h2 {
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
}
.prob-section.prob-section h2 .gradient-text {
  background: linear-gradient(100deg, #8FB6FF, #ffffff 48%, #5A8CFF) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* ============================================================
   LIVE RESPONSE SECTION — black ground + video + glass
   Same approach as .prob-section: a light-theme rule paints
   .section with a white radial gradient, so the dark ground
   needs a doubled class to win, and the heading is painted with
   background-clip:text so `color` alone does nothing.
   ============================================================ */

.live-section.live-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, #06070d 0%, rgba(2,3,8,0) 12%, rgba(2,3,8,0) 88%, #06070d 100%),
    #02030A !important;
}

.live-bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.live-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .20;                  /* texture, not illumination */
}
/* depth only — no colour cast on the footage */
.live-veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(75% 55% at 50% 0%, rgba(255,255,255,0.06), transparent 62%),
    radial-gradient(60% 50% at 50% 100%, rgba(0,0,0,0.55), transparent 60%);
}
.live-section .grid-overlay { opacity: .30; }

/* ---------- heading ---------- */
.live-section.live-section .eyebrow {
  color: #9DB8FF !important;
  display: inline-flex; align-items: center; gap: 9px;
}
.live-section.live-section h2 {
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
}
.live-section.live-section h2 .gradient-text {
  background: linear-gradient(100deg, #8FB6FF, #ffffff 48%, #5A8CFF) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.live-section.live-section .section-head p { color: rgba(255,255,255,0.72) !important; }

/* ---------- the dashboard as one glass panel ---------- */
.live-section .ldash {
  background: linear-gradient(155deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)) !important;
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  backdrop-filter: blur(26px) saturate(150%);
  border: 1px solid rgba(255,255,255,0.14) !important;
  border-radius: var(--r-xl, 26px);
  box-shadow:
    0 46px 100px -44px rgba(0,0,0,0.9),
    0 0 60px -30px rgba(0,70,255,0.45),
    inset 0 1px 0 rgba(255,255,255,0.16);
}

/* inner chrome reads as frosted layers on the same panel */
.live-section .ldash-top,
.live-section .ldash-steps {
  background: rgba(255,255,255,0.04) !important;
  border-color: rgba(255,255,255,0.10) !important;
}
.live-section .ldash-cam-label,
.live-section .ldash-clock { color: rgba(255,255,255,0.62) !important; }
.live-section .ldash-status { color: #fff !important; }

.live-section .lstep {
  background: rgba(255,255,255,0.045) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: var(--r-sm, 12px);
  color: rgba(255,255,255,0.66) !important;
  transition: background .35s ease, border-color .35s ease, transform .35s var(--ease, cubic-bezier(.2,.8,.2,1));
}
.live-section .lstep.on {
  background: rgba(0,70,255,0.22) !important;
  border-color: rgba(120,165,255,0.5) !important;
  color: #fff !important;
  transform: translateX(3px);
  box-shadow: 0 12px 28px -14px rgba(0,70,255,0.7);
}
.live-section .lstep.done { color: rgba(255,255,255,0.5) !important; }

/* camera pane sits deeper than the glass around it */
.live-section .ldash-cam {
  background: rgba(0,0,0,0.42) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: var(--r-md, 16px);
}

@media (prefers-reduced-motion: reduce) {
  .live-video { display: none; }
  .live-section .lstep { transition: none; }
}

/* Step rail text was invisible on the dark ground: .lstep sits at
   opacity .45, and its title/desc use var(--text)/var(--text-soft),
   which are near-black. Raise the floor and invert the children. */
.live-section .lstep { opacity: .72; }
.live-section .lstep-body b { color: rgba(255,255,255,0.92) !important; }
.live-section .lstep-body p { color: rgba(255,255,255,0.62) !important; }
.live-section .lstep-time   { color: #7DA6FF !important; }
.live-section .lstep-ic     { border-color: rgba(255,255,255,0.28) !important; }

/* active step: full contrast */
.live-section .lstep.on { opacity: 1; }
.live-section .lstep.on .lstep-body b { color: #fff !important; }
.live-section .lstep.on .lstep-body p { color: rgba(255,255,255,0.86) !important; }
.live-section .lstep.on .lstep-time   { color: #A9C5FF !important; }

/* completed steps: dimmed but still readable */
.live-section .lstep.done { opacity: .85; }
.live-section .lstep.done .lstep-body b { color: rgba(255,255,255,0.80) !important; }
.live-section .lstep.done .lstep-body p { color: rgba(255,255,255,0.55) !important; }

/* ============================================================
   MOBILE FIXES — measured on a real 390px viewport
   ============================================================ */
@media (max-width: 760px) {

  /* --- BENTO CARDS: stop art overlapping the copy ---
     .feat-art is position:absolute with desktop-tuned offsets
     (top:62px; left:22px; right:22px; bottom:116px). On a narrow
     card that box lands directly on top of the heading and body
     text. On mobile let the art flow in normal order instead. */
  .bento .card { display: flex; flex-direction: column; }
  .feat-art,
  .feat-cam .feat-art,
  .feat-wide .feat-art {
    position: relative !important;
    inset: auto !important;
    top: auto !important; right: auto !important;
    bottom: auto !important; left: auto !important;
    width: 100% !important;
    height: 168px !important;
    transform: none !important;
    margin: 0 0 16px !important;
    order: -1;                     /* image sits above the text */
  }
  .feat-cam .feat-art img,
  .feat-wide .feat-art img {
    width: 100%; height: 100%; object-fit: contain;
  }
  .feat-sm .feat-art { height: 64px !important; width: 64px !important; margin-bottom: 14px !important; }
  .bento .card h3 { font-size: 19px; }
  .bento .card p { font-size: 14.4px; line-height: 1.6; }

  /* --- HERO STAT ROW: dividers broke across wrapped lines --- */
  .hero-mini {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 10px;
    margin-top: 34px;
  }
  .hero-mini .m { padding: 0 !important; }
  .hero-mini .m + .m::before { display: none; }   /* stray vertical rules */
  .hero-mini .m { padding-left: 12px !important; border-left: 2px solid rgba(0,70,255,0.25); }

  /* hero type breathing room */
  .hero h1 { letter-spacing: -1.2px; }
  .hero p.sub { font-size: 16px; }
  .hero-trust { gap: 10px; }
}

/* ============================================================
   MOTION POLISH — subtle, GPU-friendly, reduced-motion safe
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  /* cards lift and glow a touch on press (mobile) / hover */
  .bento .card { transition: transform .45s var(--ease, cubic-bezier(.2,.8,.2,1)), box-shadow .45s ease; }
  .bento .card:active { transform: scale(.985); }

  /* gentle float on featured art */
  .feat-cam .feat-art img { animation: nxFloat 6s ease-in-out infinite; }
  @keyframes nxFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-8px); }
  }

  /* stat numbers count up into place */
  .hero-mini .m b { animation: nxRise .8s cubic-bezier(.2,.8,.2,1) both; }
  .hero-mini .m:nth-child(2) b { animation-delay: .08s; }
  .hero-mini .m:nth-child(3) b { animation-delay: .16s; }
  @keyframes nxRise {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: none; }
  }

  /* buttons get a soft pulse ring on the primary CTA */
  .hero-actions .btn-primary { position: relative; }
  .hero-actions .btn-primary::after {
    content: ""; position: absolute; inset: -3px; border-radius: inherit;
    border: 1px solid rgba(0,70,255,0.45); opacity: 0;
    animation: nxPulse 3s ease-out infinite;
    pointer-events: none;
  }
  @keyframes nxPulse {
    0%   { opacity: .7; transform: scale(1); }
    70%  { opacity: 0;  transform: scale(1.06); }
    100% { opacity: 0;  transform: scale(1.06); }
  }
}
