/* Generated from approved design. */


    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Outfit', sans-serif; background: #fff; color: #0a0a0f; }
    a { text-decoration: none; color: inherit; }
    button { font-family: inherit; cursor: pointer; border: none; background: none; }

    /* ── HERO ── */
    .sol-hero {
      background: linear-gradient(143deg, #0a0a0f 0%, #140008 55%, #3d0010 100%);
      padding: 88px 64px 64px;
      position: relative;
      overflow: hidden;
    }
    .sol-hero::after {
      content: '';
      position: absolute;
      top: -180px; right: -180px;
      width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(215,0,15,0.22) 0%, transparent 65%);
      pointer-events: none;
    }
    .sol-hero-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
    .sol-hero-eyebrow-line { width: 18px; height: 2px; background: #d7000f; flex-shrink: 0; }
    .sol-hero-eyebrow-text { font-weight: 700; font-size: 12px; color: rgba(255,255,255,0.45); letter-spacing: 1.44px; text-transform: uppercase; }
    .sol-hero-h1 { font-weight: 900; font-size: 78px; color: #fff; line-height: 1; letter-spacing: -3px; margin-bottom: 20px; }
    .sol-hero-sub { font-weight: 300; font-size: 20px; color: rgba(255,255,255,0.5); line-height: 1.5; max-width: 580px; margin-bottom: 48px; }
    .filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
    .filter-tab {
      height: 36px; padding: 0 21px;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 6px;
      font-weight: 500; font-size: 14px;
      color: rgba(255,255,255,0.55);
      white-space: nowrap; transition: all 0.2s;
    }
    .filter-tab:hover { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.85); }
    .filter-tab.active { background: #d7000f; border-color: #d7000f; color: #fff; }

    /* ── MARQUEE ── */
    .marquee-strip { background: #0d0d0d; height: 46px; overflow: hidden; position: relative; }
    .marquee-track { display: flex; align-items: center; height: 100%; width: max-content; animation: mq-scroll 28s linear infinite; }
    .marquee-strip:hover .marquee-track { animation-play-state: paused; }
    .marquee-item { display: inline-flex; align-items: center; gap: 14px; padding: 0 8px 0 28px; }
    .marquee-text { font-weight: 600; font-size: 12px; color: #555; letter-spacing: 1.44px; text-transform: uppercase; white-space: nowrap; }
    .marquee-sep { font-weight: 400; font-size: 8px; color: #555; }
    @keyframes mq-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

    /* ── SOLUTION SECTIONS ── */
    .sol-section {
      padding: 80px 64px;
      border-top: 1px solid #ebebeb;
    }
    .sol-section:first-child { border-top: none; }
    .sol-section-grey { background: #f7f7f7; border-bottom: 1px solid #f2f2f2; }
    .sol-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 72px;
      max-width: 1792px;
      margin: 0 auto;
      align-items: center;
    }
    /* Reverse: text first, image second */
    .sol-inner.rev .sol-img { order: 2; }
    .sol-inner.rev .sol-content { order: 1; }

    /* ── IMAGE PANEL ── */
    .sol-img {
      position: relative;
      height: 360px;
      background: #111;
      border-radius: 16px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .sol-img-num {
      position: absolute;
      top: 12px;
      left: 18px;
      font-weight: 800;
      font-size: 100px;
      color: rgba(255,255,255,0.20);
      line-height: 1;
      letter-spacing: -6px;
      user-select: none;
      pointer-events: none;
    }
    .sol-img-gradient {
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(215,0,15,0.12) 0%, transparent 60%);
      pointer-events: none;
    }
    .sol-img-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.18;
      pointer-events: none;
    }
    .sol-img-emoji {
      font-size: 60px;
      line-height: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -80px);
      pointer-events: none;
    }
    /* Figma-style stat badges (centred row) */
    .sol-stat-badges {
      position: absolute;
      bottom: 40px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
    }
    .sol-stat-badge {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 12px;
      padding: 18px 22px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      min-width: 88px;
    }
    .sol-stat-val {
      font-weight: 700;
      font-size: 22px;
      color: #fff;
      line-height: 1;
      white-space: nowrap;
    }
    .sol-stat-lbl {
      font-weight: 400;
      font-size: 11px;
      color: #9898a8;
      line-height: 1;
      white-space: nowrap;
    }
    /* legacy pill badges kept for other solutions */
    .sol-img-badges {
      position: absolute;
      bottom: 24px;
      left: 24px;
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }
    .sol-img-badge {
      height: 26px; padding: 0 10px;
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: 6px;
      font-weight: 700; font-size: 11px;
      color: rgba(255,255,255,0.8);
      line-height: 26px;
      white-space: nowrap;
    }
    .sol-img-badge.red {
      background: rgba(215,0,15,0.25);
      border-color: rgba(215,0,15,0.4);
      color: #ff6677;
    }

    /* ── TEXT CONTENT ── */
    .sol-content { display: flex; flex-direction: column; gap: 0; }
    .sol-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
    .sol-eyebrow-line { width: 18px; height: 2px; background: #d7000f; }
    .sol-eyebrow-text { font-weight: 700; font-size: 12px; color: #d7000f; letter-spacing: 1.98px; text-transform: uppercase; }
    .sol-heading { font-weight: 800; font-size: 36px; color: #0a0a0f; letter-spacing: -1.44px; line-height: 1.1; margin-bottom: 16px; }
    .sol-desc { font-weight: 300; font-size: 16px; color: #5c5c72; line-height: 1.8; margin-bottom: 0; }

    /* ── FEATURE ROWS (Figma bullet style) ── */
    .sol-features { margin: 28px 0; }
    .sol-feature-row {
      display: flex;
      gap: 14px;
      padding: 16px 0;
      border-bottom: 1px solid #f2f2f2;
      align-items: flex-start;
    }
    .sol-feature-dot {
      width: 8px; height: 8px;
      background: #828282;
      border-radius: 4px;
      flex-shrink: 0;
      margin-top: 6px;
    }
    .sol-feature-body { display: flex; flex-direction: column; gap: 6px; }
    .sol-feature-title { font-weight: 500; font-size: 18px; color: #0a0a0f; line-height: 1; }
    .sol-feature-sub   { font-weight: 300; font-size: 16px; color: #5c5c72; line-height: 1; }

    /* ── SPEC ROWS (kept for other solutions) ── */
    .sol-specs { margin: 28px 0; }
    .sol-spec-row {
      display: flex;
      gap: 24px;
      padding: 16px 0 16px 12px;
      border-top: 1px solid #ebebeb;
    }
    .sol-specs .sol-spec-row:last-child { border-bottom: 1px solid #ebebeb; }
    .sol-spec-label { font-weight: 700; font-size: 14px; color: #0a0a0f; flex: 0 0 200px; padding-top: 1px; }
    .sol-spec-value { font-weight: 400; font-size: 14px; color: #5c5c72; line-height: 1.5; flex: 1; }

    /* ── RECOMMENDED PRODUCTS ── */
    .sol-recommended { margin-bottom: 28px; }
    .sol-rec-label { font-weight: 600; font-size: 14px; color: #9898a8; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 10px; }
    .sol-rec-chips { display: flex; gap: 8px; flex-wrap: wrap; }
    .sol-rec-chip {
      height: 31px; padding: 0 14px;
      background: #fff;
      border: 1px solid #e8e8e8;
      border-radius: 8px;
      font-weight: 400; font-size: 12px;
      color: #5c5c72; line-height: 31px;
      white-space: nowrap;
      transition: border-color 0.2s, color 0.2s;
    }
    .sol-rec-chip:hover { border-color: #d7000f; color: #d7000f; }

    /* ── CTA BUTTON ── */
    .sol-btn {
      display: inline-flex; align-items: center; gap: 8px;
      height: 47px; padding: 0 28px;
      background: #d7000f; border-radius: 10px;
      font-weight: 600; font-size: 15px;
      color: #fff; transition: background 0.2s;
      align-self: flex-start;
    }
    .sol-btn:hover { background: #b5000d; }

    /* ── CTA SECTION ── */
    .cta-sec {
      position: relative;
      background: linear-gradient(143deg, #0e0e14 0%, #200008 55%, #5a0015 100%);
      padding: 96px 0; overflow: hidden; text-align: center;
    }
    .cta-dot { position: absolute; width: 474px; height: 386px; overflow: hidden; pointer-events: none; }
    .cta-dot-l { left: -150px; top: -83px; }
    .cta-dot-r { right: -150px; bottom: -83px; }
    .cta-dot img { width: 316px; height: 316px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); opacity: 0.2; }
    .cta-inner { position: relative; max-width: 680px; margin: 0 auto; padding: 0 40px; }
    .cta-eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 20px; }
    .cta-eyebrow-line { width: 18px; height: 2px; background: rgba(255,255,255,0.3); }
    .cta-eyebrow-text { font-weight: 700; font-size: 11px; color: rgba(255,255,255,0.45); letter-spacing: 1.44px; text-transform: uppercase; }
    .cta-heading { font-weight: 900; font-size: 58px; color: #fff; line-height: 1; letter-spacing: -2.9px; margin-bottom: 16px; }
    .cta-sub { font-weight: 300; font-size: 16px; color: rgba(255,255,255,0.5); line-height: 1.75; margin-bottom: 40px; }
    .cta-btns { display: flex; gap: 12px; align-items: center; justify-content: center; }
    .cta-btn-r { height: 47px; padding: 0 28px; background: #d7000f; border-radius: 10px; font-weight: 600; font-size: 16px; color: #fff; transition: background 0.2s; }
    .cta-btn-r:hover { background: #b5000d; }
    .cta-btn-g { height: 47px; padding: 0 28px; border: 1px solid rgba(255,255,255,0.3); border-radius: 10px; font-weight: 600; font-size: 16px; color: rgba(255,255,255,0.8); transition: border-color 0.2s, color 0.2s; }
    .cta-btn-g:hover { border-color: rgba(255,255,255,0.5); color: #fff; }

    /* ── RESPONSIVE ── */
    @media (max-width: 1100px) {
      .sol-section { padding: 64px 40px; }
      .sol-inner { gap: 48px; }
      .sol-heading { font-size: 32px; }
    }
    @media (max-width: 900px) {
      .sol-hero { padding: 64px 32px 48px; }
      .sol-hero-h1 { font-size: 52px; }
      .sol-section { padding: 56px 32px; }
      .sol-inner { grid-template-columns: 1fr; gap: 36px; }
      .sol-inner.rev .sol-img { order: unset; }
      .sol-inner.rev .sol-content { order: unset; }
      .sol-img { height: 280px; }
      .sol-heading { font-size: 28px; }
      .sol-spec-label { flex: 0 0 140px; }
    }
    @media (max-width: 600px) {
      .sol-hero-h1 { font-size: 40px; }
      .cta-heading { font-size: 38px; }
      .sol-spec-row { flex-direction: column; gap: 4px; }
      .sol-spec-label { flex: none; }
    }
  