 .insy-future-section {
    --text: #0f172a;
    --muted: #475569;
    --muted2: #64748b;
    --blue: #2563eb;
    --green: #10b981;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    position: relative;
    width: 100%;
    margin: 34px 0;
    overflow: hidden;
    background:
      radial-gradient(circle at 18% 22%, rgba(37,99,235,0.08), transparent 28%),
      radial-gradient(circle at 82% 68%, rgba(16,185,129,0.10), transparent 26%),
      linear-gradient(145deg, #ffffff 0%, #f8fafc 52%, #f3f7fb 100%);
    border-top: 1px solid rgba(226,232,240,0.75);
    border-bottom: 1px solid rgba(226,232,240,0.75);
  }

  .insy-future-section * { box-sizing: border-box; }

  .insy-future-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(rgba(255,255,255,0.24) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.24) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: 0.35;
    pointer-events: none;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.62), transparent 92%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.62), transparent 92%);
  }

  .insy-future-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 64px clamp(20px, 5vw, 56px);
  }

  /* —— TOP GRID: text + visual —— */
  .insy-future-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(24px, 4vw, 56px);
    align-items: center;
  }

  .insy-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.66);
    border: 1px solid rgba(203,213,225,0.75);
    color: var(--blue);
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .insy-future-copy h2 {
    font-size: clamp(32px, 4.2vw, 48px);
    line-height: 1;
    letter-spacing: -0.055em;
    color: var(--text);
    margin: 0 0 18px;
    font-weight: 650;
    max-width: 720px;
  }

  .insy-future-copy .lead {
    font-size: 18px;
    line-height: 1.62;
    color: var(--muted);
    margin: 0 0 28px;
    max-width: 680px;
    font-weight: 400;
  }

  .insy-future-copy .lead strong {
    color: var(--text);
    font-weight: 560;
  }

  /* —— STAT STRIP —— */
  .insy-stat-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 22px;
    max-width: 650px;
  }
  .insy-stat-pill {
    padding: 14px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.68);
    border: 1px solid rgba(226,232,240,0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .insy-stat-pill .v {
    display: block;
    font-size: 22px;
    font-weight: 650;
    color: var(--text);
    letter-spacing: -0.03em;
    line-height: 1;
    background: linear-gradient(135deg, var(--blue), var(--green));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .insy-stat-pill .l {
    display: block;
    font-size: 11px;
    line-height: 1.35;
    color: var(--muted2);
    margin-top: 6px;
    font-weight: 500;
    letter-spacing: 0.01em;
  }

  /* —— VISUAL SIDE —— */
  .insy-future-visual {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .insy-glow-a,
  .insy-glow-b,
  .insy-glow-c {
    position: absolute;
    border-radius: 50%;
    filter: blur(46px);
    opacity: 0.95;
    pointer-events: none;
  }
  .insy-glow-a { width: 300px; height: 300px; background: rgba(37,99,235,0.16); top: 15%; left: 24%; }
  .insy-glow-b { width: 330px; height: 330px; background: rgba(16,185,129,0.14); bottom: 12%; right: 18%; }
  .insy-glow-c { width: 240px; height: 240px; background: rgba(255,255,255,0.96); top: 44%; left: 50%; transform: translate(-50%, -50%); filter: blur(78px); }

  .insy-orbit {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 1px solid rgba(148,163,184,0.16);
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,0.22),
      0 0 0 20px rgba(255,255,255,0.08),
      0 0 0 48px rgba(255,255,255,0.05);
    animation: slowSpin 18s linear infinite;
  }
  .insy-orbit::before,
  .insy-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(37,99,235,0.85), rgba(16,185,129,0.85));
    box-shadow: 0 0 20px rgba(37,99,235,0.20);
  }
  .insy-orbit::before { width: 10px; height: 10px; top: 24px; left: 52%; }
  .insy-orbit::after  { width: 8px;  height: 8px;  bottom: 42px; left: 18%; }

  .insy-capsule-wrap {
    position: relative;
    width: 390px;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: floaty 6s ease-in-out infinite;
    z-index: 5;
  }
  .insy-capsule-reflection {
    position: absolute;
    bottom: 52px;
    width: 250px;
    height: 48px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15,23,42,0.16), transparent 70%);
    filter: blur(14px);
    z-index: 1;
  }
  .insy-capsule-img {
    position: relative;
    z-index: 3;
    width: 340px;
    max-width: 100%;
    height: auto;
    display: block;
    filter:
      drop-shadow(0 30px 46px rgba(15,23,42,0.16))
      drop-shadow(0 0 46px rgba(37,99,235,0.12));
  }

  .insy-floating-tag {
    position: absolute;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.76);
    border: 1px solid rgba(226,232,240,0.95);
    box-shadow: 0 14px 30px rgba(15,23,42,0.075);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-size: 13px;
    font-weight: 560;
    color: var(--text);
    letter-spacing: -0.01em;
    white-space: nowrap;
    z-index: 8;
  }
  .insy-tag-1 { top: 72px;  right: 70px;  animation: floaty2 5.4s ease-in-out infinite; }
  .insy-tag-2 { top: 210px; left: 22px;   animation: floaty3 6s ease-in-out infinite; }
  .insy-tag-3 { bottom: 145px; right: 38px; animation: floaty2 5.8s ease-in-out infinite; }
  .insy-tag-4 { bottom: 74px;  left: 78px;  animation: floaty3 6.4s ease-in-out infinite; }

  /* —— BENEFITS GRID —— */
  .insy-benefits-block {
    margin-top: clamp(48px, 6vw, 72px);
  }
  .insy-benefits-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
    flex-wrap: wrap;
  }
  .insy-benefits-head h3 {
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.1;
    letter-spacing: -0.035em;
    color: var(--text);
    margin: 0;
    font-weight: 600;
    max-width: 30ch;
  }

  .insy-future-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .insy-point {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(226,232,240,0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
  }
  .insy-point:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15,23,42,0.06);
    border-color: rgba(191,219,254,0.95);
  }

  .insy-point-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .insy-point-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted2);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.06em;
    margin-top: 4px;
    opacity: 0.7;
  }
  .insy-point-text strong {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: var(--text);
    margin-bottom: 4px;
    font-weight: 560;
    letter-spacing: -0.01em;
  }
  .insy-point-text span {
    display: block;
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--muted);
    font-weight: 400;
  }

  .insy-point-proof {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 10px;
    margin-top: 2px;
    border-top: 1px dashed rgba(203,213,225,0.85);
  }
  .insy-point-proof .pv {
    font-size: 18px;
    font-weight: 650;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--blue), var(--green));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
  }
  .insy-point-proof .pl {
    font-size: 11px;
    color: var(--muted2);
    text-align: right;
    line-height: 1.4;
    max-width: 22ch;
    font-weight: 500;
  }

  /* —— PROOFLINE —— */
  .insy-proofline {
    margin-top: clamp(28px, 4vw, 40px);
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(226,232,240,0.9);
    font-size: 15px;
    line-height: 1.6;
    color: var(--muted2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .insy-proofline strong {
    color: var(--text);
    font-weight: 560;
  }
  .insy-proofline cite {
    display: block;
    margin-top: 8px;
    font-size: 11.5px;
    color: var(--muted2);
    font-style: normal;
    letter-spacing: 0.02em;
  }

  /* —— ANIMATIONS —— */
  @keyframes floaty {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-14px); }
  }
  @keyframes floaty2 {
    0%, 100% { transform: translateY(0) translateX(0); }
    50%      { transform: translateY(-8px) translateX(4px); }
  }
  @keyframes floaty3 {
    0%, 100% { transform: translateY(0) translateX(0); }
    50%      { transform: translateY(7px) translateX(-4px); }
  }
  @keyframes slowSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }

  /* —— RESPONSIVE —— */
  @media (max-width: 991px) {
    .insy-future-grid { grid-template-columns: 1fr; gap: 16px; }
    .insy-future-visual { min-height: 560px; order: -1; }
    .insy-future-copy h2,
    .insy-future-copy .lead,
    .insy-proofline { max-width: 100%; }
    .insy-stat-strip { max-width: 100%; }
    .insy-future-points { grid-template-columns: repeat(2, 1fr); }
  }

  .insy-kicker::before { content: none; }

  @media (max-width: 767px) {
    .insy-future-section { margin: 24px 0; }
    .insy-future-inner { padding: 34px 16px 38px; }
    .insy-future-copy h2 {
      font-size: 31px;
      line-height: 1.04;
      margin-bottom: 14px;
      font-weight: 700;
    }
    .insy-future-copy .lead { font-size: 16px; }
    .insy-future-visual { min-height: 460px; }
    .insy-orbit {
      width: 350px; height: 350px;
      box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.22),
        0 0 0 14px rgba(255,255,255,0.08),
        0 0 0 28px rgba(255,255,255,0.05);
    }
    .insy-capsule-wrap { width: 270px; height: 390px; }
    .insy-capsule-img { width: 240px; }
    .insy-capsule-reflection { bottom: 36px; width: 180px; height: 38px; }
    .insy-floating-tag { font-size: 11px; padding: 8px 11px; }
    .insy-tag-1 { top: 46px;  right: 0; }
    .insy-tag-2 { top: 154px; left: -2px; }
    .insy-tag-3 { bottom: 92px; right: 0; }
    .insy-tag-4 { bottom: 28px; left: 18px; }

    .insy-future-points { grid-template-columns: 1fr; }
    .insy-stat-strip { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .insy-stat-pill { padding: 12px 12px; }
    .insy-stat-pill .v { font-size: 18px; }
    .insy-stat-pill .l { font-size: 10.5px; }

    .insy-point { padding: 16px 16px 14px; }
    .insy-point-text strong { font-size: 15px; }
    .insy-point-text span { font-size: 13px; }
  }
