#ivris-master-v16-page-21{width:100%;max-width:none;margin:0;padding:0;isolation:isolate;}
#ivris-master-v16-page-21 {
      --paper: #fffdf9;
      --paper-2: #fbf7f0;
      --paper-3: #f5efe5;
      --ink: #151515;
      --ink-2: #252525;
      --muted: #68645f;
      --quiet: #8c857c;
      --line: #eadfce;
      --line-strong: #d8c5a7;
      --gold: #bc8532;
      --gold-dark: #8e5f1d;
      --gold-light: #f5ead7;
      --green: #168365;
      --green-soft: #e8f4ef;
      --blue: #386ac8;
      --blue-soft: #edf2fc;
      --violet: #8054cb;
      --violet-soft: #f2edfb;
      --red: #ca4f54;
      --red-soft: #fceded;
      --pink: #c75e93;
      --pink-soft: #f9ebf2;
      --teal: #4b8e89;
      --teal-soft: #e9f4f3;
      --orange: #dc7b2c;
      --orange-soft: #fdf0e5;
      --dark: #101112;
      --dark-2: #17191b;
      --dark-muted: #c8c3bb;
      --shadow: 0 22px 56px rgba(52, 39, 20, 0.08);
      --shadow-soft: 0 12px 34px rgba(52, 39, 20, 0.06);
      --radius: 22px;
      --radius-sm: 15px;
      --max: 1280px;
      --sans: "IVRIS Services DM Sans", Arial, sans-serif;
      --serif: "IVRIS Services Playfair", Georgia, serif;
    }

    #ivris-master-v16-page-21 * { box-sizing: border-box; }
    #ivris-master-v16-page-21 { scroll-behavior: smooth; background: var(--paper); }
    #ivris-master-v16-page-21 {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: var(--sans);
      font-size: 17px;
      line-height: 1.58;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    #ivris-master-v16-page-21.dialog-open { overflow: hidden; }
    #ivris-master-v16-page-21 button,
#ivris-master-v16-page-21 input,
#ivris-master-v16-page-21 textarea,
#ivris-master-v16-page-21 select { font: inherit; }
    #ivris-master-v16-page-21 button { color: inherit; }
    #ivris-master-v16-page-21 a { color: inherit; }
    #ivris-master-v16-page-21 img,
#ivris-master-v16-page-21 svg { display: block; max-width: 100%; }
    #ivris-master-v16-page-21 h1,
#ivris-master-v16-page-21 h2,
#ivris-master-v16-page-21 h3,
#ivris-master-v16-page-21 h4,
#ivris-master-v16-page-21 p { margin: 0; }
    #ivris-master-v16-page-21 ul { margin: 0; padding: 0; list-style: none; }
    #ivris-master-v16-page-21 [hidden] { display: none !important; }
    #ivris-master-v16-page-21 [id] { scroll-margin-top: 96px; }

    #ivris-master-v16-page-21 :focus-visible {
      outline: 3px solid #765421; box-shadow: 0 0 0 6px #fff;
      outline-offset: 4px;
    }

    #ivris-master-v16-page-21 .skip-link {
      position: fixed;
      z-index: 9999;
      top: 12px;
      left: 12px;
      transform: translateY(-160%);
      padding: 11px 16px;
      border-radius: 10px;
      color: #fff;
      background: var(--dark);
      text-decoration: none;
      transition: transform 0.2s ease;
    }
    #ivris-master-v16-page-21 .skip-link:focus { transform: translateY(0); }

    #ivris-master-v16-page-21 .shell {
      width: min(calc(100% - 48px), var(--max));
      margin-inline: auto;
    }

    #ivris-master-v16-page-21 .eyebrow {
      color: var(--gold-dark);
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    #ivris-master-v16-page-21 .section-title {
      color: var(--ink);
      font-family: var(--serif);
      font-size: clamp(2.35rem, 4vw, 4.4rem);
      font-weight: 500;
      letter-spacing: -0.045em;
      line-height: 1.04;
    }

    #ivris-master-v16-page-21 .section-intro {
      max-width: 700px;
      margin-top: 14px;
      color: var(--muted);
      font-size: clamp(1.08rem, 1.25vw, 1.22rem);
      line-height: 1.62;
    }

    #ivris-master-v16-page-21 .section-head {
      max-width: 820px;
      margin: 0 auto 42px;
      text-align: center;
    }

    #ivris-master-v16-page-21 .button {
      display: inline-flex;
      min-height: 52px;
      align-items: center;
      justify-content: center;
      gap: 13px;
      padding: 13px 21px;
      border: 1px solid transparent;
      border-radius: 10px;
      font-size: 0.96rem;
      font-weight: 700;
      line-height: 1.2;
      text-decoration: none;
      cursor: pointer;
      transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    }

    #ivris-master-v16-page-21 .button:hover { transform: translateY(-2px); }
    #ivris-master-v16-page-21 .button--gold {
      color: #17120b;
      background: linear-gradient(135deg, #d0a052 0%, #b87820 100%);
      box-shadow: 0 10px 24px rgba(174, 113, 30, 0.2);
    }
    #ivris-master-v16-page-21 .button--gold:hover { box-shadow: 0 14px 30px rgba(174, 113, 30, 0.27); }
    #ivris-master-v16-page-21 .button--light {
      color: var(--ink);
      background: #fff;
      border-color: rgba(255, 255, 255, 0.8);
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    }
    #ivris-master-v16-page-21 .button--outline {
      color: var(--ink);
      background: transparent;
      border-color: var(--line-strong);
    }
/* Header */
    #ivris-master-v16-page-21 .site-header {
      position: sticky;
      z-index: 100;
      top: 0;
      border-bottom: 1px solid rgba(232, 222, 205, 0.8);
      background: rgba(255, 253, 249, 0.93);
      backdrop-filter: blur(18px);
    }

    #ivris-master-v16-page-21 .header-row {
      min-height: 76px;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 38px;
    }

    #ivris-master-v16-page-21 .brand {
      display: inline-flex;
      align-items: baseline;
      gap: 8px;
      color: var(--ink);
      text-decoration: none;
      white-space: nowrap;
    }
    #ivris-master-v16-page-21 .brand__ivris {
      font-family: var(--serif);
      font-size: 1.86rem;
      font-weight: 600;
      letter-spacing: -0.06em;
    }
    #ivris-master-v16-page-21 .brand__tech {
      color: var(--gold-dark);
      font-size: 0.77rem;
      font-weight: 700;
      letter-spacing: 0.14em;
    }

    #ivris-master-v16-page-21 .nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 34px;
    }
    #ivris-master-v16-page-21 .nav a {
      color: var(--ink-2);
      font-size: 0.9rem;
      font-weight: 600;
      text-decoration: none;
    }
    #ivris-master-v16-page-21 .nav a:hover { color: var(--gold-dark); }


    #ivris-master-v16-page-21 .mobile-menu { display: none; }
    #ivris-master-v16-page-21 .mobile-menu summary {
      display: grid;
      width: 44px;
      height: 44px;
      place-items: center;
      border: 1px solid var(--line-strong);
      border-radius: 10px;
      cursor: pointer;
      list-style: none;
    }
    #ivris-master-v16-page-21 .mobile-menu summary::-webkit-details-marker { display: none; }
    #ivris-master-v16-page-21 .menu-lines,
#ivris-master-v16-page-21 .menu-lines::before,
#ivris-master-v16-page-21 .menu-lines::after {
      width: 19px;
      height: 2px;
      border-radius: 2px;
      background: var(--ink);
      content: "";
    }
    #ivris-master-v16-page-21 .menu-lines { position: relative; }
    #ivris-master-v16-page-21 .menu-lines::before { position: absolute; top: -6px; left: 0; }
    #ivris-master-v16-page-21 .menu-lines::after { position: absolute; top: 6px; left: 0; }
    #ivris-master-v16-page-21 .mobile-panel {
      position: absolute;
      top: calc(100% + 1px);
      right: 16px;
      left: 16px;
      display: grid;
      gap: 4px;
      padding: 12px;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: var(--paper);
      box-shadow: var(--shadow);
    }
    #ivris-master-v16-page-21 .mobile-menu:not([open]) .mobile-panel { display: none; }
    #ivris-master-v16-page-21 .mobile-panel a {
      min-height: 46px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 12px;
      border-radius: 9px;
      font-weight: 600;
      text-decoration: none;
    }
    #ivris-master-v16-page-21 .mobile-panel a:hover { background: var(--paper-2); }

    /* Hero */
    #ivris-master-v16-page-21 .hero {
      position: relative;
      overflow: hidden;
      padding: clamp(48px, 4.6vw, 76px) 0 clamp(62px, 5.4vw, 90px);
      background:
        radial-gradient(circle at 88% 13%, rgba(188, 133, 50, 0.07), transparent 25%),
        linear-gradient(180deg, #fffefb 0%, var(--paper) 100%);
    }

    #ivris-master-v16-page-21 .hero::after {
      position: absolute;
      right: -120px;
      bottom: -310px;
      width: 650px;
      height: 650px;
      border: 1px solid rgba(188, 133, 50, 0.12);
      border-radius: 50%;
      content: "";
      pointer-events: none;
    }

    #ivris-master-v16-page-21 .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(500px, 0.92fr);
      align-items: center;
      gap: clamp(38px, 5.4vw, 82px);
    }

    #ivris-master-v16-page-21 .hero-copy h1 {
      max-width: none;
      margin-top: 16px;
      color: var(--ink);
      font-family: var(--serif);
      font-size: clamp(3.7rem, 5.45vw, 5.7rem);
      font-weight: 500;
      letter-spacing: -0.06em;
      line-height: 1.01;
    }
    #ivris-master-v16-page-21 .hero-copy h1 span { display: block; white-space: nowrap; }
    #ivris-master-v16-page-21 .hero-copy h1 span:not(:first-child) { color: color-mix(in srgb, var(--gold) 97%, var(--ink)); }
    #ivris-master-v16-page-21 .hero-lede {
      max-width: 630px;
      margin-top: 24px;
      color: #4f4b46;
      font-size: clamp(1.12rem, 1.45vw, 1.3rem);
      line-height: 1.65;
    }
    #ivris-master-v16-page-21 .hero-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 18px 30px;
      margin-top: 28px;
    }
    #ivris-master-v16-page-21 .scope-note {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      max-width: 240px;
      color: #4f4b46;
      font-size: 0.92rem;
      font-weight: 600;
      line-height: 1.35;
    }
    #ivris-master-v16-page-21 .scope-note svg { flex: 0 0 auto; color: var(--gold-dark); }

    #ivris-master-v16-page-21 .orbit-wrap {
      position: relative;
      min-height: 510px;
    }
    #ivris-master-v16-page-21 .orbit-svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      overflow: visible;
    }
    #ivris-master-v16-page-21 .orbit-ring {
      fill: none;
      stroke: rgba(188, 133, 50, 0.24);
      stroke-width: 1.5;
    }
    #ivris-master-v16-page-21 .orbit-path {
      fill: none;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-dasharray: 5 7;
    }
    #ivris-master-v16-page-21 .orbit-path--green { stroke: #54aa3e; }
    #ivris-master-v16-page-21 .orbit-path--violet { stroke: #8f5ed9; }
    #ivris-master-v16-page-21 .orbit-path--blue { stroke: #4a75d2; }

    #ivris-master-v16-page-21 .orbit-core {
      position: absolute;
      top: 50%;
      left: 50%;
      display: grid;
      width: 174px;
      height: 174px;
      place-items: center;
      border: 1px solid rgba(201, 154, 79, 0.48);
      border-radius: 50%;
      color: #fff;
      background:
        radial-gradient(circle at 36% 27%, rgba(255, 255, 255, 0.13), transparent 23%),
        radial-gradient(circle at 50% 56%, #272622 0%, #151514 55%, #090909 100%);
      box-shadow:
        0 28px 58px rgba(0, 0, 0, 0.25),
        0 0 0 9px rgba(255, 255, 255, 0.78),
        0 0 0 10px rgba(188, 133, 50, 0.18),
        inset 0 0 34px rgba(255, 255, 255, 0.045);
      transform: translate(-50%, -50%);
    }
    #ivris-master-v16-page-21 .orbit-core::before {
      position: absolute;
      inset: 12px;
      border: 1px solid rgba(201, 154, 79, 0.28);
      border-radius: 50%;
      content: "";
    }
    #ivris-master-v16-page-21 .orbit-core::after {
      position: absolute;
      bottom: 43px;
      width: 44px;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, transparent, rgba(214, 170, 101, 0.92), transparent);
      content: "";
    }
    #ivris-master-v16-page-21 .orbit-core span {
      position: relative;
      z-index: 1;
      padding-bottom: 14px;
      text-align: center;
      font-family: var(--serif);
      font-size: 2.18rem;
      font-weight: 500;
      letter-spacing: 0.065em;
      line-height: 1;
    }

    #ivris-master-v16-page-21 .orbit-card {
      position: absolute;
      z-index: 3;
      width: 192px;
      min-height: 165px;
      padding: 22px;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.96);
      box-shadow: var(--shadow-soft);
    }
    #ivris-master-v16-page-21 .orbit-card--attract { top: 74px; left: 10px; }
    #ivris-master-v16-page-21 .orbit-card--convert { top: 76px; right: 8px; }
    #ivris-master-v16-page-21 .orbit-card--measure { right: 50%; bottom: 18px; transform: translateX(50%); }
    #ivris-master-v16-page-21 .orbit-card__top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
    }
    #ivris-master-v16-page-21 .signal-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: currentColor;
      box-shadow: 0 0 0 6px color-mix(in srgb, currentColor 10%, transparent);
    }
    #ivris-master-v16-page-21 .orbit-card--attract { color: #58a83e; }
    #ivris-master-v16-page-21 .orbit-card--convert { color: #8054cb; }
    #ivris-master-v16-page-21 .orbit-card--measure { color: #386ac8; }
    #ivris-master-v16-page-21 .orbit-card h3 {
      color: var(--ink);
      font-size: 1.28rem;
      letter-spacing: -0.025em;
    }
    #ivris-master-v16-page-21 .orbit-card p {
      margin-top: 7px;
      color: var(--muted);
      font-size: 0.94rem;
      line-height: 1.58;
    }


    /* Owned platform portfolio */
    #ivris-master-v16-page-21 .company-strip {
      position: relative;
      overflow: hidden;
      padding: 25px 0 29px;
      border-top: 1px solid rgba(188, 133, 50, 0.18);
      border-bottom: 1px solid rgba(188, 133, 50, 0.2);
      color: #fff;
      background:
        radial-gradient(circle at 18% -70%, rgba(188, 133, 50, 0.22), transparent 34%),
        radial-gradient(circle at 84% 150%, rgba(56, 106, 200, 0.11), transparent 30%),
        linear-gradient(135deg, #0b0c0d 0%, #17191b 48%, #0d0e0f 100%);
    }
    #ivris-master-v16-page-21 .company-strip__top {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 17px;
    }
    #ivris-master-v16-page-21 .company-strip .eyebrow { color: #d0a45f; }
    #ivris-master-v16-page-21 .company-strip__intro {
      max-width: 720px;
      margin-top: 5px;
      color: rgba(255, 255, 255, 0.66);
      font-size: 0.84rem;
      line-height: 1.45;
    }
    #ivris-master-v16-page-21 .portfolio-pill {
      display: inline-flex;
      min-height: 30px;
      align-items: center;
      padding: 6px 11px;
      border: 1px solid rgba(208, 164, 95, 0.28);
      border-radius: 999px;
      color: #dfbc83;
      background: rgba(208, 164, 95, 0.07);
      font-size: 0.69rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      line-height: 1;
      text-transform: uppercase;
      white-space: nowrap;
    }
    #ivris-master-v16-page-21 .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.025);
    }
    #ivris-master-v16-page-21 .portfolio-brand {
      position: relative;
      min-width: 0;
      min-height: 82px;
      display: flex;
      align-items: center;
      gap: 13px;
      padding: 16px 20px;
      color: rgba(255, 255, 255, 0.9);
      text-decoration: none;
      transition: color 0.2s ease, background 0.2s ease;
    }
    #ivris-master-v16-page-21 .portfolio-brand:not(:last-child) { border-right: 1px solid rgba(255, 255, 255, 0.11); }
    #ivris-master-v16-page-21 .portfolio-brand::after {
      position: absolute;
      right: 20px;
      bottom: 0;
      left: 20px;
      height: 2px;
      background: linear-gradient(90deg, #d0a45f, rgba(208, 164, 95, 0));
      content: "";
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.2s ease;
    }
    #ivris-master-v16-page-21 .portfolio-brand:hover,
#ivris-master-v16-page-21 .portfolio-brand:focus-visible { color: #fff; background: rgba(255, 255, 255, 0.055); }
    #ivris-master-v16-page-21 .portfolio-brand:hover::after,
#ivris-master-v16-page-21 .portfolio-brand:focus-visible::after { transform: scaleX(1); }
    #ivris-master-v16-page-21 .portfolio-brand__mark {
      display: grid;
      width: 42px;
      height: 42px;
      flex: 0 0 auto;
      place-items: center;
      border: 1px solid rgba(208, 164, 95, 0.42);
      border-radius: 12px;
      color: #d0a45f;
      background: rgba(208, 164, 95, 0.055);
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.08em;
    }
    #ivris-master-v16-page-21 .portfolio-brand__copy { min-width: 0; display: grid; gap: 3px; }
    #ivris-master-v16-page-21 .portfolio-brand__name {
      overflow: hidden;
      color: inherit;
      font-size: 0.92rem;
      font-weight: 700;
      letter-spacing: 0.065em;
      line-height: 1.15;
      text-overflow: ellipsis;
      text-transform: uppercase;
      white-space: nowrap;
    }
    #ivris-master-v16-page-21 .portfolio-brand__descriptor {
      overflow: hidden;
      color: rgba(255, 255, 255, 0.58);
      font-size: 0.75rem;
      line-height: 1.3;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    #ivris-master-v16-page-21 .portfolio-brand--ivris .portfolio-brand__name {
      font-family: var(--serif);
      font-size: 1.08rem;
      font-weight: 600;
      letter-spacing: -0.025em;
      text-transform: none;
    }
    #ivris-master-v16-page-21 .portfolio-brand--ivris .portfolio-brand__name small {
      margin-left: 5px;
      color: #d0a45f;
      font-family: var(--sans);
      font-size: 0.56rem;
      font-weight: 700;
      letter-spacing: 0.13em;
      vertical-align: 0.12em;
    }
    #ivris-master-v16-page-21 .portfolio-brand--finance .portfolio-brand__name {
      font-family: var(--serif);
      font-size: 0.95rem;
      font-weight: 500;
      letter-spacing: 0.015em;
      text-transform: none;
    }
    #ivris-master-v16-page-21 .portfolio-brand--factory .portfolio-brand__name { letter-spacing: 0.09em; }
    #ivris-master-v16-page-21 .portfolio-brand--pagenerve .portfolio-brand__name { font-size: 1rem; letter-spacing: -0.02em; text-transform: none; }

    /* How IVRIS helps */
    #ivris-master-v16-page-21 .how {
      padding: clamp(70px, 6.4vw, 102px) 0;
      border-top: 1px solid rgba(234, 223, 206, 0.7);
      background: #fff;
    }
    #ivris-master-v16-page-21 .mini-head {
      margin-bottom: 24px;
      text-align: center;
    }

    #ivris-master-v16-page-21 .journey-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
      margin-bottom: 46px;
    }
    #ivris-master-v16-page-21 .journey-card {
      position: relative;
      display: grid;
      grid-template-columns: 82px minmax(0, 1fr);
      align-items: center;
      gap: 20px;
      min-height: 184px;
      padding: 28px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: var(--paper);
      box-shadow: 0 12px 34px rgba(45, 34, 16, 0.035);
    }
    #ivris-master-v16-page-21 .journey-card:not(:last-child)::after {
      position: absolute;
      top: 50%;
      right: -29px;
      z-index: 2;
      color: var(--gold);
      content: "···";
      font-size: 1.5rem;
      letter-spacing: 0.05em;
      transform: translateY(-50%);
    }
    #ivris-master-v16-page-21 .journey-icon {
      display: grid;
      width: 82px;
      height: 82px;
      place-items: center;
      border-radius: 50%;
    }
    #ivris-master-v16-page-21 .journey-icon--green { color: var(--green); background: var(--green-soft); }
    #ivris-master-v16-page-21 .journey-icon--gold { color: var(--gold-dark); background: var(--gold-light); }
    #ivris-master-v16-page-21 .journey-icon--blue { color: var(--blue); background: var(--blue-soft); }
    #ivris-master-v16-page-21 .journey-card h3 { font-size: 1.28rem; letter-spacing: -0.025em; }
    #ivris-master-v16-page-21 .journey-card p { margin-top: 7px; color: var(--muted); font-size: 0.98rem; }
    #ivris-master-v16-page-21 .journey-number {
      position: absolute;
      top: 17px;
      right: 17px;
      display: grid;
      width: 38px;
      height: 38px;
      place-items: center;
      border-radius: 13px;
      color: var(--gold-dark);
      background: var(--gold-light);
      font-size: 0.75rem;
      font-weight: 700;
    }

    #ivris-master-v16-page-21 .problem-heading { margin-bottom: 24px; text-align: center; }
    #ivris-master-v16-page-21 .problem-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 16px;
    }
    #ivris-master-v16-page-21 .problem-card {
      position: relative;
      min-height: 224px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding: 26px 19px 22px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: var(--paper);
      text-align: center;
      cursor: pointer;
      transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    }
    #ivris-master-v16-page-21 .problem-card:hover,
#ivris-master-v16-page-21 .problem-card[aria-pressed="true"] {
      transform: translateY(-4px);
      box-shadow: var(--shadow-soft);
    }
    #ivris-master-v16-page-21 .problem-card[aria-pressed="true"]::after {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: currentColor;
      content: "";
    }
    #ivris-master-v16-page-21 .problem-card--green { color: var(--green); border-color: #cfe5dc; background: linear-gradient(180deg, #fff 0%, #f7fbf9 100%); }
    #ivris-master-v16-page-21 .problem-card--gold { color: var(--gold-dark); border-color: #ebdac0; background: linear-gradient(180deg, #fff 0%, #fdf9f2 100%); }
    #ivris-master-v16-page-21 .problem-card--violet { color: var(--violet); border-color: #ded2f1; background: linear-gradient(180deg, #fff 0%, #faf8fd 100%); }
    #ivris-master-v16-page-21 .problem-card--blue { color: var(--blue); border-color: #d5dff2; background: linear-gradient(180deg, #fff 0%, #f7f9fd 100%); }
    #ivris-master-v16-page-21 .problem-card--red { color: var(--red); border-color: #f0d3d4; background: linear-gradient(180deg, #fff 0%, #fff8f8 100%); }
    #ivris-master-v16-page-21 .problem-icon {
      display: grid;
      width: 66px;
      height: 66px;
      place-items: center;
      border-radius: 50%;
      background: color-mix(in srgb, currentColor 10%, white);
    }
    #ivris-master-v16-page-21 .problem-card h3 { margin-top: 20px; color: var(--ink); font-size: 1.08rem; letter-spacing: -0.02em; }
    #ivris-master-v16-page-21 .problem-card p { margin-top: 7px; color: var(--muted); font-size: 0.91rem; line-height: 1.48; }
/* Services */
    #ivris-master-v16-page-21 .services {
      padding: clamp(76px, 6.6vw, 108px) 0;
      background:
        radial-gradient(circle at 50% 0%, rgba(188, 133, 50, 0.07), transparent 33%),
        var(--paper-2);
    }
    #ivris-master-v16-page-21 .service-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    #ivris-master-v16-page-21 .service-card {
      position: relative;
      min-height: 258px;
      display: flex;
      flex-direction: column;
      padding: 28px;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.94);
      box-shadow: 0 12px 36px rgba(50, 38, 19, 0.035);
      text-decoration: none;
      transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    }
    #ivris-master-v16-page-21 .service-card:hover {
      transform: translateY(-5px);
      border-color: var(--line-strong);
      box-shadow: var(--shadow);
    }
    #ivris-master-v16-page-21 .service-card__icon {
      display: grid;
      width: 52px;
      height: 52px;
      place-items: center;
      border-radius: 17px;
      color: var(--service-color);
      background: var(--service-soft);
    }
    #ivris-master-v16-page-21 .service-card h3 {
      max-width: 21ch;
      margin-top: 24px;
      font-size: 1.25rem;
      letter-spacing: -0.025em;
      line-height: 1.22;
    }
    #ivris-master-v16-page-21 .service-card p {
      max-width: 37ch;
      margin-top: 10px;
      color: var(--muted);
      font-size: 0.96rem;
      line-height: 1.58;
    }
#ivris-master-v16-page-21 .service-card--green { --service-color: var(--green); --service-soft: var(--green-soft); }
    #ivris-master-v16-page-21 .service-card--gold { --service-color: var(--gold-dark); --service-soft: var(--gold-light); }
    #ivris-master-v16-page-21 .service-card--red { --service-color: var(--red); --service-soft: var(--red-soft); }
    #ivris-master-v16-page-21 .service-card--violet { --service-color: var(--violet); --service-soft: var(--violet-soft); }
    #ivris-master-v16-page-21 .service-card--blue { --service-color: var(--blue); --service-soft: var(--blue-soft); }
    #ivris-master-v16-page-21 .service-card--pink { --service-color: var(--pink); --service-soft: var(--pink-soft); }
    #ivris-master-v16-page-21 .service-card--teal { --service-color: var(--teal); --service-soft: var(--teal-soft); }
    #ivris-master-v16-page-21 .service-card--orange { --service-color: var(--orange); --service-soft: var(--orange-soft); }

    /* Added dark bridge section */
    #ivris-master-v16-page-21 .partner-bridge {
      position: relative;
      overflow: hidden;
      min-height: 450px;
      display: grid;
      place-items: center;
      padding: 78px 0 44px;
      color: #fff;
      background:
        radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.06), transparent 32%),
        radial-gradient(circle at 50% 120%, rgba(188, 133, 50, 0.12), transparent 38%),
        linear-gradient(135deg, #0b0c0d 0%, #17191b 48%, #0d0e0f 100%);
    }
    #ivris-master-v16-page-21 .partner-bridge::before,
#ivris-master-v16-page-21 .partner-bridge::after {
      position: absolute;
      width: 560px;
      height: 560px;
      border: 1px solid rgba(188, 133, 50, 0.09);
      border-radius: 50%;
      content: "";
    }
    #ivris-master-v16-page-21 .partner-bridge::before { top: -420px; left: -180px; }
    #ivris-master-v16-page-21 .partner-bridge::after { right: -230px; bottom: -440px; }
    #ivris-master-v16-page-21 .partner-bridge__inner {
      position: relative;
      z-index: 2;
      width: 100%;
      text-align: center;
    }
    #ivris-master-v16-page-21 .partner-bridge .eyebrow { color: #c99b54; }
    #ivris-master-v16-page-21 .partner-bridge h2 {
      max-width: 18ch;
      margin: 20px auto 0;
      color: #fff;
      font-family: var(--serif);
      font-size: clamp(3.2rem, 5.4vw, 5.35rem);
      font-weight: 500;
      letter-spacing: -0.055em;
      line-height: 0.98;
    }
    #ivris-master-v16-page-21 .partner-bridge h2 span { display: block; color: #d0a45f; white-space: nowrap; }
    #ivris-master-v16-page-21 .partner-bridge__lede {
      max-width: 820px;
      margin: 24px auto 0;
      color: var(--dark-muted);
      font-size: clamp(1.08rem, 1.35vw, 1.26rem);
    }
    #ivris-master-v16-page-21 .partner-bridge .button { margin-top: 32px; min-width: 250px; }
    #ivris-master-v16-page-21 .bridge-values {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0;
      max-width: 1000px;
      margin: 48px auto 0;
      border-top: 1px solid rgba(255, 255, 255, 0.13);
      padding-top: 26px;
    }
    #ivris-master-v16-page-21 .bridge-value {
      display: flex;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      gap: 11px;
      padding: 0 18px;
      color: #d6d1c8;
      font-size: 0.95rem;
      font-weight: 600;
    }
    #ivris-master-v16-page-21 .bridge-value:not(:last-child) { border-right: 1px solid rgba(255, 255, 255, 0.16); }
    #ivris-master-v16-page-21 .bridge-value svg { color: #c69a54; flex: 0 0 auto; }

    /* Why IVRIS + process */
    #ivris-master-v16-page-21 .why {
      padding: clamp(76px, 6.6vw, 108px) 0;
      background: #fff;
    }
    #ivris-master-v16-page-21 .why-band {
      padding: 44px;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: linear-gradient(180deg, #fffdf9 0%, #fbf7f0 100%);
      box-shadow: 0 16px 50px rgba(52, 39, 20, 0.045);
    }
    #ivris-master-v16-page-21 .why-band .section-head { max-width: 980px; margin-bottom: 35px; }
    #ivris-master-v16-page-21 .why-band .section-title { font-size: clamp(2.25rem, 3.55vw, 3.85rem); }
    #ivris-master-v16-page-21 .why-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    #ivris-master-v16-page-21 .why-item {
      display: grid;
      grid-template-columns: 60px minmax(0, 1fr);
      gap: 18px;
      align-items: start;
      min-height: 124px;
      padding: 10px 24px;
    }
    #ivris-master-v16-page-21 .why-item:not(:last-child) { border-right: 1px solid var(--line); }
    #ivris-master-v16-page-21 .why-icon {
      display: grid;
      width: 60px;
      height: 60px;
      place-items: center;
      border-radius: 18px;
    }
    #ivris-master-v16-page-21 .why-item:nth-child(1) .why-icon { color: var(--gold-dark); background: var(--gold-light); }
    #ivris-master-v16-page-21 .why-item:nth-child(2) .why-icon { color: var(--green); background: var(--green-soft); }
    #ivris-master-v16-page-21 .why-item:nth-child(3) .why-icon { color: var(--violet); background: var(--violet-soft); }
    #ivris-master-v16-page-21 .why-item:nth-child(4) .why-icon { color: var(--red); background: var(--red-soft); }
    #ivris-master-v16-page-21 .why-item h3 { font-size: 1.08rem; letter-spacing: -0.02em; }
    #ivris-master-v16-page-21 .why-item p { margin-top: 7px; color: var(--muted); font-size: 0.92rem; line-height: 1.52; }

    #ivris-master-v16-page-21 .process-wrap { margin-top: 68px; }
    #ivris-master-v16-page-21 .process-grid {
      position: relative;
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 17px;
      margin-top: 34px;
    }
    #ivris-master-v16-page-21 .process-grid::before {
      position: absolute;
      top: 36px;
      right: 8%;
      left: 8%;
      height: 1px;
      background: repeating-linear-gradient(90deg, var(--gold) 0 6px, transparent 6px 11px);
      content: "";
    }
    #ivris-master-v16-page-21 .process-card {
      position: relative;
      z-index: 2;
      min-height: 246px;
      padding: 30px 21px 22px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: var(--paper);
      text-align: center;
      box-shadow: 0 10px 30px rgba(50, 38, 19, 0.03);
    }
    #ivris-master-v16-page-21 .process-number {
      position: absolute;
      top: -18px;
      left: 50%;
      display: grid;
      width: 44px;
      height: 44px;
      place-items: center;
      border: 1px solid var(--line-strong);
      border-radius: 50%;
      color: var(--ink);
      background: #fff;
      font-size: 0.8rem;
      font-weight: 700;
      transform: translateX(-50%);
    }
    #ivris-master-v16-page-21 .process-icon {
      display: grid;
      width: 62px;
      height: 62px;
      place-items: center;
      margin: 20px auto 0;
      border-radius: 50%;
    }
    #ivris-master-v16-page-21 .process-card:nth-child(1) .process-icon { color: var(--green); background: var(--green-soft); }
    #ivris-master-v16-page-21 .process-card:nth-child(2) .process-icon { color: var(--gold-dark); background: var(--gold-light); }
    #ivris-master-v16-page-21 .process-card:nth-child(3) .process-icon { color: var(--blue); background: var(--blue-soft); }
    #ivris-master-v16-page-21 .process-card:nth-child(4) .process-icon { color: var(--violet); background: var(--violet-soft); }
    #ivris-master-v16-page-21 .process-card:nth-child(5) .process-icon { color: var(--red); background: var(--red-soft); }
    #ivris-master-v16-page-21 .process-card h3 { margin-top: 18px; font-size: 1.08rem; }
    #ivris-master-v16-page-21 .process-card p { margin-top: 8px; color: var(--muted); font-size: 0.9rem; line-height: 1.52; }

    #ivris-master-v16-page-21 .proof-strip {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      margin-top: 34px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: var(--paper-2);
    }
    #ivris-master-v16-page-21 .proof-item {
      min-height: 110px;
      display: grid;
      grid-template-columns: 52px minmax(0, 1fr);
      align-items: center;
      gap: 15px;
      padding: 20px 25px;
    }
    #ivris-master-v16-page-21 .proof-item:not(:last-child) { border-right: 1px solid var(--line); }
    #ivris-master-v16-page-21 .proof-icon {
      display: grid;
      width: 52px;
      height: 52px;
      place-items: center;
      border-radius: 16px;
      color: var(--gold-dark);
      background: var(--gold-light);
    }
    #ivris-master-v16-page-21 .proof-item strong { display: block; font-family: var(--serif); font-size: 1.36rem; font-weight: 500; letter-spacing: -0.03em; }
    #ivris-master-v16-page-21 .proof-item span { display: block; margin-top: 2px; color: var(--muted); font-size: 0.86rem; }

    /* Final CTA */
    #ivris-master-v16-page-21 .final-cta {
      padding: 0 0 clamp(72px, 7vw, 108px);
      background: #fff;
    }
    #ivris-master-v16-page-21 .final-cta__panel {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      align-items: center;
      gap: 28px;
      min-height: 190px;
      padding: 34px 46px;
      border: 1px solid #d8b77c;
      border-radius: 22px;
      color: #fff;
      background: linear-gradient(135deg, #a66f22 0%, #c18d3f 48%, #a76e20 100%);
      box-shadow: 0 18px 45px rgba(153, 99, 28, 0.2);
    }
    #ivris-master-v16-page-21 .final-cta__panel::before,
#ivris-master-v16-page-21 .final-cta__panel::after {
      position: absolute;
      width: 260px;
      height: 260px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 50%;
      content: "";
    }
    #ivris-master-v16-page-21 .final-cta__panel::before { top: -150px; left: -90px; }
    #ivris-master-v16-page-21 .final-cta__panel::after { right: -110px; bottom: -170px; }
    #ivris-master-v16-page-21 .rocket-badge {
      position: relative;
      z-index: 2;
      display: grid;
      width: 92px;
      height: 92px;
      place-items: center;
      border: 1px solid rgba(255, 255, 255, 0.48);
      border-radius: 50%;
    }
    #ivris-master-v16-page-21 .final-cta__copy { position: relative; z-index: 2; }
    #ivris-master-v16-page-21 .final-cta__copy h2 {
      color: #fff;
      font-family: var(--serif);
      font-size: clamp(2.1rem, 3.2vw, 3.7rem);
      font-weight: 500;
      letter-spacing: -0.045em;
      line-height: 1.05;
    }
    #ivris-master-v16-page-21 .final-cta__copy p { max-width: 670px; margin-top: 10px; color: rgba(255, 255, 255, 0.88); font-size: 1.02rem; }
    #ivris-master-v16-page-21 .final-cta__action { position: relative; z-index: 2; text-align: right; }
    #ivris-master-v16-page-21 .final-cta__note { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-top: 10px; color: rgba(255,255,255,.85); font-size: 0.84rem; }

    /* Footer */
    #ivris-master-v16-page-21 .site-footer {
      border-top: 1px solid var(--line);
      background: var(--paper-2);
    }
    #ivris-master-v16-page-21 .footer-grid {
      display: grid;
      grid-template-columns: 1.25fr repeat(4, minmax(0, 0.72fr));
      gap: 48px;
      padding: 58px 0 42px;
    }
    #ivris-master-v16-page-21 .footer-brand p { max-width: 290px; margin-top: 18px; color: var(--muted); font-size: 0.92rem; }
    #ivris-master-v16-page-21 .socials { display: flex; gap: 9px; margin-top: 18px; }
    #ivris-master-v16-page-21 .socials a {
      display: grid;
      width: 36px;
      height: 36px;
      place-items: center;
      border: 1px solid var(--line-strong);
      border-radius: 50%;
      color: var(--ink);
      font-size: 0.75rem;
      font-weight: 700;
      text-decoration: none;
    }
    #ivris-master-v16-page-21 .footer-col h3 { font-size: 0.86rem; letter-spacing: 0.04em; }
    #ivris-master-v16-page-21 .footer-col ul { display: grid; gap: 8px; margin-top: 15px; }
    #ivris-master-v16-page-21 .footer-col a { color: var(--muted); font-size: 0.86rem; text-decoration: none; }
    #ivris-master-v16-page-21 .footer-col a:hover { color: var(--gold-dark); }
    #ivris-master-v16-page-21 .footer-bottom {
      min-height: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      border-top: 1px solid var(--line);
      color: var(--muted);
      font-size: 0.8rem;
    }
    #ivris-master-v16-page-21 .footer-legal { display: flex; gap: 22px; }
    #ivris-master-v16-page-21 .footer-legal a { text-decoration: none; }

    /* Dialog */
    #ivris-master-v16-page-21 .proposal-dialog {
      width: min(720px, calc(100% - 28px));
      max-height: calc(100vh - 32px);
      margin: auto;
      padding: 0;
      border: 0;
      border-radius: 22px;
      color: var(--ink);
      background: var(--paper);
      box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
      overflow: auto;
    }
    #ivris-master-v16-page-21 .proposal-dialog::backdrop { background: rgba(8, 9, 10, 0.67); backdrop-filter: blur(5px); }
    #ivris-master-v16-page-21 .dialog-head {
      position: sticky;
      z-index: 3;
      top: 0;
      display: flex;
      align-items: start;
      justify-content: space-between;
      gap: 24px;
      padding: 28px 30px 22px;
      border-bottom: 1px solid var(--line);
      background: rgba(255, 253, 249, 0.97);
      backdrop-filter: blur(12px);
    }
    #ivris-master-v16-page-21 .dialog-head h2 { margin-top: 8px; font-family: var(--serif); font-size: 2.2rem; font-weight: 500; letter-spacing: -0.04em; }
    #ivris-master-v16-page-21 .dialog-head p { margin-top: 7px; color: var(--muted); font-size: 0.96rem; }
    #ivris-master-v16-page-21 .dialog-close {
      display: grid;
      width: 42px;
      height: 42px;
      flex: 0 0 auto;
      place-items: center;
      border: 1px solid var(--line-strong);
      border-radius: 50%;
      background: transparent;
      cursor: pointer;
    }
    #ivris-master-v16-page-21 .proposal-form { padding: 26px 30px 30px; }
    #ivris-master-v16-page-21 .form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
    #ivris-master-v16-page-21 .field { display: grid; gap: 7px; }
    #ivris-master-v16-page-21 .field--full { grid-column: 1 / -1; }
    #ivris-master-v16-page-21 .field label { color: var(--ink); font-size: 0.88rem; font-weight: 700; }
    #ivris-master-v16-page-21 .field input,
#ivris-master-v16-page-21 .field textarea,
#ivris-master-v16-page-21 .field select {
      width: 100%;
      min-height: 48px;
      padding: 12px 13px;
      border: 1px solid var(--line-strong);
      border-radius: 10px;
      color: var(--ink);
      background: #fff;
    }
    #ivris-master-v16-page-21 .field textarea { min-height: 132px; resize: vertical; }
    #ivris-master-v16-page-21 .consent {
      display: grid;
      grid-template-columns: 18px minmax(0, 1fr);
      gap: 10px;
      margin-top: 18px;
      color: var(--muted);
      font-size: 0.86rem;
    }
    #ivris-master-v16-page-21 .consent input { width: 18px; height: 18px; margin-top: 2px; }
    #ivris-master-v16-page-21 .form-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; }
    #ivris-master-v16-page-21 .form-note { max-width: 330px; color: var(--muted); font-size: 0.82rem; }
    #ivris-master-v16-page-21 .form-success {
      padding: 46px 30px 52px;
      text-align: center;
    }
    #ivris-master-v16-page-21 .form-success h3 { font-family: var(--serif); font-size: 2.2rem; font-weight: 500; }
    #ivris-master-v16-page-21 .form-success p { max-width: 470px; margin: 12px auto 0; color: var(--muted); }

    /* Progressive reveal */
    #ivris-master-v16-page-21 .reveal { opacity: 1; transform: translateY(18px); transition: transform 0.55s ease; }
    #ivris-master-v16-page-21 .reveal.is-visible { transform: translateY(0); }

    /* Responsive */
    @media (max-width: 1100px) {
      #ivris-master-v16-page-21 .nav { gap: 20px; }
      #ivris-master-v16-page-21 .hero-grid { grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr); gap: 34px; }
      #ivris-master-v16-page-21 .orbit-card { width: 176px; padding: 19px; }
      #ivris-master-v16-page-21 .problem-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      #ivris-master-v16-page-21 .problem-card:nth-child(4),
#ivris-master-v16-page-21 .problem-card:nth-child(5) { min-height: 205px; }
      #ivris-master-v16-page-21 .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      #ivris-master-v16-page-21 .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
      #ivris-master-v16-page-21 .why-item:nth-child(2) { border-right: 0; }
      #ivris-master-v16-page-21 .why-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); padding-bottom: 24px; margin-bottom: 14px; }
      #ivris-master-v16-page-21 .process-grid { grid-template-columns: repeat(5, minmax(160px, 1fr)); overflow-x: auto; padding: 18px 2px 14px; }
      #ivris-master-v16-page-21 .process-grid::before { display: none; }
      #ivris-master-v16-page-21 .proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      #ivris-master-v16-page-21 .proof-item:nth-child(2) { border-right: 0; }
      #ivris-master-v16-page-21 .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
      #ivris-master-v16-page-21 .footer-grid { grid-template-columns: 1.3fr repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 880px) {
      #ivris-master-v16-page-21 .shell { width: min(calc(100% - 32px), var(--max)); }
      #ivris-master-v16-page-21 .header-row { grid-template-columns: 1fr auto auto; gap: 12px; }
      #ivris-master-v16-page-21 .nav { display: none; }
      #ivris-master-v16-page-21 .mobile-menu { display: block; }
      #ivris-master-v16-page-21 .header-row > .button { display: none; }
      #ivris-master-v16-page-21 .hero { padding-top: 48px; }
      #ivris-master-v16-page-21 .hero-grid { grid-template-columns: 1fr; }
      #ivris-master-v16-page-21 .hero-copy { text-align: center; }
      #ivris-master-v16-page-21 .hero-copy h1 { max-width: 11.2ch; margin-inline: auto; font-size: clamp(3.2rem, 10vw, 5.2rem); }
      #ivris-master-v16-page-21 .hero-lede { margin-inline: auto; }
      #ivris-master-v16-page-21 .hero-actions { justify-content: center; }
      #ivris-master-v16-page-21 .company-strip__top { align-items: flex-start; }
      #ivris-master-v16-page-21 .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      #ivris-master-v16-page-21 .portfolio-brand:nth-child(2) { border-right: 0; }
      #ivris-master-v16-page-21 .portfolio-brand:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, 0.11); }
      #ivris-master-v16-page-21 .orbit-wrap { min-height: 470px; max-width: 600px; width: 100%; margin: 14px auto 0; }
      #ivris-master-v16-page-21 .journey-grid { grid-template-columns: 1fr; }
      #ivris-master-v16-page-21 .journey-card:not(:last-child)::after { display: none; }
      #ivris-master-v16-page-21 .problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      #ivris-master-v16-page-21 .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      #ivris-master-v16-page-21 .bridge-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      #ivris-master-v16-page-21 .bridge-value:nth-child(2) { border-right: 0; }
      #ivris-master-v16-page-21 .bridge-value:nth-child(-n+2) { padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.14); }
      #ivris-master-v16-page-21 .final-cta__panel { grid-template-columns: auto 1fr; }
      #ivris-master-v16-page-21 .final-cta__action { grid-column: 1 / -1; text-align: left; padding-left: 120px; }
      #ivris-master-v16-page-21 .final-cta__note { justify-content: flex-start; }
      #ivris-master-v16-page-21 .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      #ivris-master-v16-page-21 .footer-brand { grid-column: 1 / -1; }
    }

    @media (max-width: 620px) {
      #ivris-master-v16-page-21 { font-size: 16px; }
      #ivris-master-v16-page-21 .shell { width: min(calc(100% - 24px), var(--max)); }
      #ivris-master-v16-page-21 .header-row { min-height: 68px; }
      #ivris-master-v16-page-21 .brand__ivris { font-size: 1.6rem; }
      #ivris-master-v16-page-21 .hero { padding: 38px 0 58px; }
      #ivris-master-v16-page-21 .hero-copy h1 { font-size: clamp(3rem, 14.5vw, 4.25rem); }
      #ivris-master-v16-page-21 .hero-copy h1 span { white-space: normal; }
      #ivris-master-v16-page-21 .hero-actions { display: grid; justify-items: stretch; }
      #ivris-master-v16-page-21 .scope-note { justify-self: center; text-align: left; }
      #ivris-master-v16-page-21 .company-strip { padding: 22px 0 25px; }
      #ivris-master-v16-page-21 .company-strip__top { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 14px; }
      #ivris-master-v16-page-21 .company-strip__intro { font-size: 0.8rem; }
      #ivris-master-v16-page-21 .portfolio-grid {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding: 1px 1px 7px;
        border: 0;
        border-radius: 0;
        background: transparent;
        scroll-padding-inline: 1px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
      }
      #ivris-master-v16-page-21 .portfolio-brand {
        min-width: min(84vw, 310px);
        min-height: 78px;
        flex: 0 0 auto;
        padding: 15px 17px;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.025);
        scroll-snap-align: start;
      }
      #ivris-master-v16-page-21 .portfolio-brand__name,
#ivris-master-v16-page-21 .portfolio-brand__descriptor { overflow: visible; text-overflow: clip; }
      #ivris-master-v16-page-21 .portfolio-brand__name { white-space: normal; }
      #ivris-master-v16-page-21 .portfolio-brand__descriptor { white-space: normal; }
      #ivris-master-v16-page-21 .orbit-wrap { min-height: 540px; max-width: 390px; }
      #ivris-master-v16-page-21 .orbit-svg { inset: 42px 0 0; height: 376px; }
      #ivris-master-v16-page-21 .orbit-core { top: 39%; width: 144px; height: 144px; }
      #ivris-master-v16-page-21 .orbit-core span { font-size: 1.74rem; }
      #ivris-master-v16-page-21 .orbit-card { width: 164px; min-height: 154px; padding: 18px; }
      #ivris-master-v16-page-21 .orbit-card--attract { top: 28px; left: 0; }
      #ivris-master-v16-page-21 .orbit-card--convert { top: 28px; right: 0; }
      #ivris-master-v16-page-21 .orbit-card--measure { bottom: 4px; }
      #ivris-master-v16-page-21 .orbit-card h3 { font-size: 1.12rem; }
      #ivris-master-v16-page-21 .how,
#ivris-master-v16-page-21 .services,
#ivris-master-v16-page-21 .why { padding-block: 64px; }
      #ivris-master-v16-page-21 .journey-card { grid-template-columns: 68px 1fr; min-height: 150px; padding: 22px; }
      #ivris-master-v16-page-21 .journey-icon { width: 68px; height: 68px; }
      #ivris-master-v16-page-21 .problem-grid { grid-template-columns: 1fr; }
      #ivris-master-v16-page-21 .problem-card { min-height: 198px; }
      #ivris-master-v16-page-21 .service-grid { grid-template-columns: 1fr; }
      #ivris-master-v16-page-21 .service-card { min-height: 232px; }
      #ivris-master-v16-page-21 .partner-bridge { min-height: 540px; padding-top: 68px; }
      #ivris-master-v16-page-21 .partner-bridge h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
      #ivris-master-v16-page-21 .partner-bridge h2 span { white-space: normal; }
      #ivris-master-v16-page-21 .bridge-values { grid-template-columns: 1fr; max-width: 360px; }
      #ivris-master-v16-page-21 .bridge-value { justify-content: flex-start; border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.14); padding: 14px 4px !important; margin: 0 !important; }
      #ivris-master-v16-page-21 .bridge-value:last-child { border-bottom: 0; }
      #ivris-master-v16-page-21 .why-band { padding: 30px 20px; }
      #ivris-master-v16-page-21 .why-grid { grid-template-columns: 1fr; }
      #ivris-master-v16-page-21 .why-item { grid-template-columns: 54px 1fr; padding: 18px 0; border-right: 0 !important; border-bottom: 1px solid var(--line); margin: 0 !important; }
      #ivris-master-v16-page-21 .why-item:last-child { border-bottom: 0; }
      #ivris-master-v16-page-21 .why-icon { width: 54px; height: 54px; }
      #ivris-master-v16-page-21 .process-wrap { margin-top: 64px; }
      #ivris-master-v16-page-21 .process-grid { grid-template-columns: 1fr; overflow: visible; gap: 12px; padding: 0; }
      #ivris-master-v16-page-21 .process-card { min-height: 0; display: grid; grid-template-columns: 44px 54px minmax(0,1fr); grid-template-rows: auto auto; align-items: center; gap: 3px 14px; padding: 17px 18px; text-align: left; }
      #ivris-master-v16-page-21 .process-number { position: static; grid-column: 1; grid-row: 1 / span 2; width: 38px; height: 38px; transform: none; }
      #ivris-master-v16-page-21 .process-icon { grid-column: 2; grid-row: 1 / span 2; width: 54px; height: 54px; margin: 0; }
      #ivris-master-v16-page-21 .process-card h3 { grid-column: 3; grid-row: 1; margin: 0; }
      #ivris-master-v16-page-21 .process-card p { grid-column: 3; grid-row: 2; margin-top: 2px; }
      #ivris-master-v16-page-21 .proof-strip { grid-template-columns: 1fr; }
      #ivris-master-v16-page-21 .proof-item { border-right: 0 !important; border-bottom: 1px solid var(--line); }
      #ivris-master-v16-page-21 .proof-item:last-child { border-bottom: 0; }
      #ivris-master-v16-page-21 .final-cta__panel { grid-template-columns: 1fr; padding: 32px 24px; text-align: center; }
      #ivris-master-v16-page-21 .rocket-badge { margin-inline: auto; }
      #ivris-master-v16-page-21 .final-cta__action { grid-column: auto; padding-left: 0; text-align: center; }
      #ivris-master-v16-page-21 .final-cta__note { max-width: 300px; margin-inline: auto; justify-content: center; text-align: left; }
      #ivris-master-v16-page-21 .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
      #ivris-master-v16-page-21 .footer-brand { grid-column: 1 / -1; }
      #ivris-master-v16-page-21 .footer-bottom { align-items: flex-start; flex-direction: column; padding-block: 18px; }
      #ivris-master-v16-page-21 .footer-legal { flex-wrap: wrap; }
      #ivris-master-v16-page-21 .form-grid { grid-template-columns: 1fr; }
      #ivris-master-v16-page-21 .field--full { grid-column: auto; }
      #ivris-master-v16-page-21 .dialog-head,
#ivris-master-v16-page-21 .proposal-form { padding-inline: 20px; }
      #ivris-master-v16-page-21 .form-actions { align-items: stretch; flex-direction: column-reverse; }
      #ivris-master-v16-page-21 .form-actions .button { width: 100%; }
    }

    @media (prefers-reduced-motion: reduce) {
      #ivris-master-v16-page-21 { scroll-behavior: auto; }
      #ivris-master-v16-page-21 *,
#ivris-master-v16-page-21 *::before,
#ivris-master-v16-page-21 *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
      #ivris-master-v16-page-21 .reveal { opacity: 1; transform: none; }
    }
  

    /* ======================================================================
       v1.3 interaction, icon and form refinement layer
       ====================================================================== */

    /* Arrow-free navigation and stronger link affordance */
    #ivris-master-v16-page-21 .nav a {
      position: relative;
      padding: 10px 2px;
      transition: color 0.2s ease;
    }
    #ivris-master-v16-page-21 .nav a::after {
      position: absolute;
      right: 0;
      bottom: 3px;
      left: 0;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--gold-dark), var(--gold));
      content: "";
      transform: scaleX(0);
      transform-origin: center;
      transition: transform 0.2s ease;
    }
    #ivris-master-v16-page-21 .nav a:hover::after,
#ivris-master-v16-page-21 .nav a:focus-visible::after,
#ivris-master-v16-page-21 .nav a[aria-current="page"]::after { transform: scaleX(1); }
    #ivris-master-v16-page-21 .mobile-panel a {
      border: 1px solid transparent;
      transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
    }
    #ivris-master-v16-page-21 .mobile-panel a:hover,
#ivris-master-v16-page-21 .mobile-panel a:focus-visible {
      border-color: var(--line);
      color: var(--gold-dark);
      background: #fff;
    }

    #ivris-master-v16-page-21 .button {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      letter-spacing: -0.01em;
    }
    #ivris-master-v16-page-21 .button::before {
      position: absolute;
      z-index: -1;
      inset: -40% auto -40% -45%;
      width: 38%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.27), transparent);
      content: "";
      transform: skewX(-18deg) translateX(-180%);
      transition: transform 0.5s ease;
    }
    #ivris-master-v16-page-21 .button:hover::before,
#ivris-master-v16-page-21 .button:focus-visible::before { transform: skewX(-18deg) translateX(520%); }
    #ivris-master-v16-page-21 .button:hover,
#ivris-master-v16-page-21 .button:focus-visible { transform: translateY(-2px); }

    /* Hero system canvas */
    #ivris-master-v16-page-21 .orbit-wrap {
      isolation: isolate;
      min-height: 535px;
    }
    #ivris-master-v16-page-21 .orbit-wrap::before {
      position: absolute;
      z-index: 0;
      inset: 12px 0 0;
      border: 1px solid rgba(188,133,50,.16);
      border-radius: 38px;
      background:
        radial-gradient(circle at 50% 47%, rgba(188,133,50,.11), transparent 29%),
        linear-gradient(145deg, rgba(255,255,255,.92), rgba(249,244,235,.55));
      box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 24px 60px rgba(72,50,20,.06);
      content: "";
    }
    #ivris-master-v16-page-21 .orbit-wrap::after {
      position: absolute;
      z-index: 0;
      inset: 42px 32px 28px;
      background-image: radial-gradient(circle, rgba(142,95,29,.18) 1px, transparent 1.2px);
      background-size: 22px 22px;
      content: "";
      opacity: .32;
      -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 12%, transparent 68%);
      mask-image: radial-gradient(circle at 50% 50%, #000 12%, transparent 68%);
      pointer-events: none;
    }
    #ivris-master-v16-page-21 .orbit-svg { z-index: 1; padding: 14px; }
    #ivris-master-v16-page-21 .orbit-ring { stroke: rgba(188,133,50,.21); stroke-width: 1.25; }
    #ivris-master-v16-page-21 .orbit-path { stroke-width: 2; stroke-dasharray: 3 9; opacity: .88; }
    #ivris-master-v16-page-21 .orbit-spoke {
      fill: none;
      stroke: rgba(128,112,88,.22);
      stroke-width: 1.2;
      stroke-dasharray: 2 8;
      stroke-linecap: round;
    }
    #ivris-master-v16-page-21 .orbit-node { stroke: rgba(255,255,255,.95); stroke-width: 3; }
    #ivris-master-v16-page-21 .orbit-node--green { fill: #54aa3e; }
    #ivris-master-v16-page-21 .orbit-node--violet { fill: #8f5ed9; }
    #ivris-master-v16-page-21 .orbit-node--blue { fill: #4a75d2; }
    #ivris-master-v16-page-21 .orbit-core {
      z-index: 2;
      width: 184px;
      height: 184px;
      grid-template-rows: auto auto;
      align-content: center;
      gap: 12px;
      box-shadow:
        0 32px 70px rgba(0,0,0,.27),
        0 0 0 10px rgba(255,255,255,.82),
        0 0 0 11px rgba(188,133,50,.2),
        inset 0 0 42px rgba(255,255,255,.055);
    }
    #ivris-master-v16-page-21 .orbit-core::after { bottom: 53px; }
    #ivris-master-v16-page-21 .orbit-core__brand {
      padding: 0 !important;
      font-size: 2.15rem !important;
      letter-spacing: .08em !important;
    }
    #ivris-master-v16-page-21 .orbit-core small {
      position: relative;
      z-index: 2;
      color: rgba(255,255,255,.66);
      font-size: .6rem;
      font-weight: 700;
      letter-spacing: .18em;
      line-height: 1;
    }
    #ivris-master-v16-page-21 .orbit-card {
      overflow: hidden;
      min-height: 168px;
      border-color: rgba(218,203,178,.9);
      background: rgba(255,255,255,.94);
      box-shadow: 0 20px 48px rgba(57,41,18,.10), inset 0 1px 0 #fff;
      backdrop-filter: blur(10px);
    }
    #ivris-master-v16-page-21 .orbit-card::after {
      position: absolute;
      right: -30px;
      bottom: -42px;
      width: 110px;
      height: 110px;
      border: 1px solid color-mix(in srgb, currentColor 24%, transparent);
      border-radius: 50%;
      content: "";
      opacity: .5;
    }
    #ivris-master-v16-page-21 .orbit-card__top { margin-bottom: 13px; }
    #ivris-master-v16-page-21 .orbit-card__icon {
      display: grid;
      width: 40px;
      height: 40px;
      place-items: center;
      border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
      border-radius: 13px;
      background: color-mix(in srgb, currentColor 9%, white);
    }
    #ivris-master-v16-page-21 .orbit-card__tag {
      color: currentColor;
      font-size: .67rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    #ivris-master-v16-page-21 .orbit-card h3 { font-size: 1.34rem; }
    #ivris-master-v16-page-21 .orbit-card p { margin-top: 5px; font-size: .93rem; line-height: 1.5; }


    /* Connected stages use quiet dotted separators, never directional arrows */
    #ivris-master-v16-page-21 .journey-card:not(:last-child)::after {
      top: 50%;
      right: -22px;
      width: 22px;
      height: 2px;
      background: radial-gradient(circle, var(--gold) 1.5px, transparent 1.8px) 0 50% / 8px 2px repeat-x;
      content: "";
      transform: translateY(-50%);
    }
    #ivris-master-v16-page-21 .journey-card {
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }
    #ivris-master-v16-page-21 .journey-card:hover {
      transform: translateY(-4px);
      border-color: var(--line-strong);
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    /* Multi-select problem cards */
    #ivris-master-v16-page-21 .problem-heading { margin-bottom: 26px; }
    #ivris-master-v16-page-21 .problem-help {
      max-width: 530px;
      margin: 8px auto 0;
      color: var(--muted);
      font-size: .94rem;
    }
    #ivris-master-v16-page-21 .problem-card {
      overflow: hidden;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
    }
    #ivris-master-v16-page-21 .problem-card::before {
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 0%, color-mix(in srgb, currentColor 12%, transparent), transparent 54%);
      content: "";
      opacity: 0;
      transition: opacity .2s ease;
      pointer-events: none;
    }
    #ivris-master-v16-page-21 .problem-card:hover::before,
#ivris-master-v16-page-21 .problem-card[aria-pressed="true"]::before { opacity: 1; }
    #ivris-master-v16-page-21 .problem-card:hover {
      border-color: color-mix(in srgb, currentColor 34%, var(--line));
      box-shadow: 0 18px 42px rgba(50,38,19,.09);
    }
    #ivris-master-v16-page-21 .problem-card[aria-pressed="true"] {
      border-color: currentColor;
      box-shadow: 0 18px 42px rgba(50,38,19,.10), inset 0 0 0 1px color-mix(in srgb, currentColor 28%, transparent);
    }
    #ivris-master-v16-page-21 .problem-card[aria-pressed="true"]::after { display: none; }
    #ivris-master-v16-page-21 .problem-state {
      position: absolute;
      z-index: 2;
      top: 13px;
      right: 13px;
      display: grid;
      width: 30px;
      height: 30px;
      place-items: center;
      border: 1px solid color-mix(in srgb, currentColor 32%, transparent);
      border-radius: 50%;
      color: currentColor;
      background: rgba(255,255,255,.86);
      opacity: 0;
      transform: scale(.75);
      transition: opacity .18s ease, transform .18s ease;
    }
    #ivris-master-v16-page-21 .problem-card[aria-pressed="true"] .problem-state { opacity: 1; transform: scale(1); }
    #ivris-master-v16-page-21 .problem-icon { transition: transform .2s ease, box-shadow .2s ease; }
    #ivris-master-v16-page-21 .problem-card:hover .problem-icon,
#ivris-master-v16-page-21 .problem-card[aria-pressed="true"] .problem-icon { transform: scale(1.06); box-shadow: 0 10px 25px color-mix(in srgb, currentColor 13%, transparent); }

    /* Service links have clearer hover and keyboard-open states */
    #ivris-master-v16-page-21 .service-card {
      isolation: isolate;
      overflow: hidden;
      min-height: 272px;
      padding-bottom: 24px;
    }
    #ivris-master-v16-page-21 .service-card::before {
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      left: 0;
      height: 4px;
      background: var(--service-color);
      content: "";
      transform: scaleX(.22);
      transform-origin: left;
      opacity: .45;
      transition: transform .25s ease, opacity .25s ease;
    }
    #ivris-master-v16-page-21 .service-card::after {
      position: absolute;
      z-index: -1;
      right: -80px;
      bottom: -100px;
      width: 240px;
      height: 240px;
      border-radius: 50%;
      background: radial-gradient(circle, var(--service-soft), transparent 67%);
      content: "";
      opacity: 0;
      transform: scale(.7);
      transition: opacity .25s ease, transform .25s ease;
    }
    #ivris-master-v16-page-21 .service-card:hover,
#ivris-master-v16-page-21 .service-card:focus-visible {
      transform: translateY(-7px);
      border-color: color-mix(in srgb, var(--service-color) 30%, var(--line));
      background: #fff;
      box-shadow: 0 26px 58px rgba(50,38,19,.13);
    }
    #ivris-master-v16-page-21 .service-card:hover::before,
#ivris-master-v16-page-21 .service-card:focus-visible::before { transform: scaleX(1); opacity: .9; }
    #ivris-master-v16-page-21 .service-card:hover::after,
#ivris-master-v16-page-21 .service-card:focus-visible::after { opacity: .8; transform: scale(1); }
    #ivris-master-v16-page-21 .service-card__icon {
      width: 58px;
      height: 58px;
      border: 1px solid color-mix(in srgb, var(--service-color) 18%, transparent);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.86);
      transition: transform .22s ease, box-shadow .22s ease;
    }
    #ivris-master-v16-page-21 .service-card:hover .service-card__icon,
#ivris-master-v16-page-21 .service-card:focus-visible .service-card__icon {
      transform: translateY(-2px) scale(1.06);
      box-shadow: 0 14px 28px color-mix(in srgb, var(--service-color) 16%, transparent);
    }
    #ivris-master-v16-page-21 .service-card h3 { transition: color .2s ease; }
    #ivris-master-v16-page-21 .service-card:hover h3,
#ivris-master-v16-page-21 .service-card:focus-visible h3 { color: color-mix(in srgb, var(--service-color) 72%, var(--ink)); }
    #ivris-master-v16-page-21 .service-card__action {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-top: auto;
      padding-top: 22px;
      color: var(--gold-dark);
      font-size: .82rem;
      font-weight: 700;
      letter-spacing: .02em;
      opacity: 1;
      transition: opacity .2s ease, transform .2s ease;
    }
    #ivris-master-v16-page-21 .service-card__action-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--service-color);
      box-shadow: 0 0 0 5px var(--service-soft);
    }
    #ivris-master-v16-page-21 .service-card:hover .service-card__action,
#ivris-master-v16-page-21 .service-card:focus-visible .service-card__action { opacity: 1; transform: translateY(-2px); }

    /* Footer link affordance */
    #ivris-master-v16-page-21 .footer-col a,
#ivris-master-v16-page-21 .footer-legal a {
      position: relative;
      display: inline-block;
      padding-bottom: 2px;
    }
    #ivris-master-v16-page-21 .footer-col a::after,
#ivris-master-v16-page-21 .footer-legal a::after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 1px;
      background: var(--gold-dark);
      content: "";
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .18s ease;
    }
    #ivris-master-v16-page-21 .footer-col a:hover::after,
#ivris-master-v16-page-21 .footer-col a:focus-visible::after,
#ivris-master-v16-page-21 .footer-legal a:hover::after,
#ivris-master-v16-page-21 .footer-legal a:focus-visible::after { transform: scaleX(1); }
    #ivris-master-v16-page-21 .socials a { transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
    #ivris-master-v16-page-21 .socials a:hover,
#ivris-master-v16-page-21 .socials a:focus-visible {
      color: #fff;
      border-color: var(--gold-dark);
      background: var(--gold-dark);
      transform: translateY(-2px);
    }

    /* Accessible checkbox dropdowns */
    #ivris-master-v16-page-21 .proposal-dialog { width: min(790px, calc(100% - 28px)); }
    #ivris-master-v16-page-21 .form-error-summary {
      grid-column: 1 / -1;
      margin-bottom: 17px;
      padding: 13px 15px;
      border: 1px solid #d99a9d;
      border-radius: 11px;
      color: #7b272b;
      background: #fff2f2;
      font-size: .9rem;
      font-weight: 700;
    }
    #ivris-master-v16-page-21 .field-optional,
#ivris-master-v16-page-21 .field-hint-inline {
      margin-left: 5px;
      color: var(--muted);
      font-size: .78rem;
      font-weight: 500;
    }
    #ivris-master-v16-page-21 .field-help,
#ivris-master-v16-page-21 .field-error,
#ivris-master-v16-page-21 .field-meta {
      color: var(--muted);
      font-size: .8rem;
      line-height: 1.45;
    }
    #ivris-master-v16-page-21 .field-error { color: #9b332c; font-weight: 700; }
    #ivris-master-v16-page-21 .field-meta { display: flex; justify-content: space-between; gap: 16px; }
    #ivris-master-v16-page-21 .multi-select {
      position: relative;
    }
    #ivris-master-v16-page-21 .multi-select summary {
      min-height: 52px;
      display: grid;
      grid-template-columns: 30px minmax(0,1fr) 30px;
      align-items: center;
      gap: 10px;
      padding: 10px 12px;
      border: 1px solid var(--line-strong);
      border-radius: 11px;
      color: var(--muted);
      background: #fff;
      cursor: pointer;
      list-style: none;
      transition: border-color .18s ease, box-shadow .18s ease, color .18s ease;
    }
    #ivris-master-v16-page-21 .multi-select summary::-webkit-details-marker { display: none; }
    #ivris-master-v16-page-21 .multi-select summary::marker { content: ""; }
    #ivris-master-v16-page-21 .multi-select summary:hover,
#ivris-master-v16-page-21 .multi-select summary:focus-visible,
#ivris-master-v16-page-21 .multi-select[open] summary {
      border-color: var(--gold);
      color: var(--ink);
      box-shadow: 0 0 0 3px rgba(188,133,50,.11);
    }
    #ivris-master-v16-page-21 .multi-select summary[aria-invalid="true"] { border-color: #b9474d; box-shadow: 0 0 0 3px rgba(185,71,77,.1); }
    #ivris-master-v16-page-21 .multi-select.has-selection summary { color: var(--ink); }
    #ivris-master-v16-page-21 .multi-select__leading { display: grid; place-items: center; color: var(--gold-dark); }
    #ivris-master-v16-page-21 .multi-select__summary-text {
      overflow: hidden;
      font-size: .92rem;
      font-weight: 600;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    #ivris-master-v16-page-21 .multi-select__control {
      display: grid;
      width: 28px;
      height: 28px;
      place-items: center;
      border-radius: 8px;
      color: var(--gold-dark);
      background: var(--gold-light);
      font-size: 1.15rem;
      font-weight: 500;
      line-height: 1;
    }
    #ivris-master-v16-page-21 .multi-select__control::before { content: "+"; font-size: 1.15rem; }
    #ivris-master-v16-page-21 .multi-select[open] .multi-select__control::before { content: "−"; }
    #ivris-master-v16-page-21 .multi-select__panel {
      position: static;
      z-index: 20;
      margin-top: 8px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      max-height: min(430px, 52vh);
      padding: 10px;
      border: 1px solid var(--line);
      border-radius: 15px;
      background: #fff;
      box-shadow: 0 12px 32px rgba(35,27,15,.11);
      overflow: auto;
    }
    #ivris-master-v16-page-21 .multi-option {
      position: relative;
      min-height: 68px;
      display: grid;
      grid-template-columns: 38px minmax(0,1fr) 26px;
      align-items: center;
      gap: 10px;
      padding: 10px 11px;
      border: 1px solid var(--line);
      border-radius: 11px;
      background: var(--paper);
      cursor: pointer;
      transition: transform .18s ease;
    }
    #ivris-master-v16-page-21 .multi-option:hover { border-color: var(--line-strong); background: var(--paper-2); transform: translateY(-1px); }
    #ivris-master-v16-page-21 .multi-option:focus-within { outline: 3px solid rgba(188,133,50,.42); outline-offset: 2px; }
    #ivris-master-v16-page-21 .multi-option.is-selected { border-color: var(--gold); background: #fffaf1; }
    #ivris-master-v16-page-21 .multi-option input {
      position: absolute;
      width: 1px;
      height: 1px;
      opacity: 0;
      pointer-events: none;
    }
    #ivris-master-v16-page-21 .multi-option__icon {
      display: grid;
      width: 38px;
      height: 38px;
      place-items: center;
      border-radius: 11px;
      color: var(--gold-dark);
      background: var(--gold-light);
    }
    #ivris-master-v16-page-21 .multi-option__copy { min-width: 0; }
    #ivris-master-v16-page-21 .multi-option__copy strong { display: block; font-size: .86rem; line-height: 1.3; }
    #ivris-master-v16-page-21 .multi-option__copy small { display: block; margin-top: 3px; color: var(--muted); font-size: .72rem; line-height: 1.35; }
    #ivris-master-v16-page-21 .multi-option__check {
      display: grid;
      width: 24px;
      height: 24px;
      place-items: center;
      border: 1px solid var(--line-strong);
      border-radius: 50%;
      color: transparent;
      background: #fff;
      transition: none;
    }
    #ivris-master-v16-page-21 .multi-option.is-selected .multi-option__check { color: #fff; border-color: var(--gold-dark); background: var(--gold-dark); }
    #ivris-master-v16-page-21 .multi-option--neutral { grid-column: 1 / -1; }
    #ivris-master-v16-page-21 .consent a { color: var(--gold-dark); font-weight: 700; text-underline-offset: 2px; }

    @media (max-width: 880px) {
      #ivris-master-v16-page-21 .orbit-wrap::before { inset-inline: 0; }
      #ivris-master-v16-page-21 .service-card { min-height: 262px; }
    }

    @media (max-width: 620px) {
      #ivris-master-v16-page-21 .orbit-wrap { min-height: 565px; }
      #ivris-master-v16-page-21 .orbit-wrap::before { inset: 6px 0 0; border-radius: 28px; }
      #ivris-master-v16-page-21 .orbit-wrap::after { inset: 28px 14px 24px; }
      #ivris-master-v16-page-21 .orbit-svg { inset: 46px 0 0; height: 386px; padding: 0; }
      #ivris-master-v16-page-21 .orbit-core { top: 39%; width: 148px; height: 148px; }
      #ivris-master-v16-page-21 .orbit-core__brand { font-size: 1.72rem !important; }
      #ivris-master-v16-page-21 .orbit-core small { font-size: .52rem; }
      #ivris-master-v16-page-21 .orbit-card { width: 160px; min-height: 152px; padding: 16px; border-radius: 17px; }
      #ivris-master-v16-page-21 .orbit-card__icon { width: 35px; height: 35px; border-radius: 11px; }
      #ivris-master-v16-page-21 .orbit-card__tag { font-size: .58rem; }
      #ivris-master-v16-page-21 .orbit-card h3 { font-size: 1.1rem; }
      #ivris-master-v16-page-21 .orbit-card p { font-size: .82rem; }
      #ivris-master-v16-page-21 .problem-card { min-height: 184px; padding-bottom: 22px; }
      #ivris-master-v16-page-21 .service-card { min-height: 245px; }
      #ivris-master-v16-page-21 .multi-select__panel { position: static; grid-template-columns: 1fr; max-height: 330px; margin-top: 8px; box-shadow: 0 12px 30px rgba(35,27,15,.12); }
      #ivris-master-v16-page-21 .multi-option--neutral { grid-column: auto; }
      #ivris-master-v16-page-21 .field-meta { align-items: flex-start; flex-direction: column; gap: 3px; }
    }


    /* ======================================================================
       v1.4 targeted visual hierarchy and hero-workspace refinement
       ====================================================================== */

    #ivris-master-v16-page-21 .section-title {
      max-width: 22ch;
      margin-inline: auto;
      font-size: clamp(2.2rem, 3.05vw, 3.45rem);
      line-height: 1.08;
      letter-spacing: -0.042em;
      text-wrap: balance;
    }
    #ivris-master-v16-page-21 .section-head {
      max-width: 860px;
      margin-bottom: 40px;
    }
    #ivris-master-v16-page-21 .section-head .section-intro {
      margin-inline: auto;
      text-wrap: pretty;
    }
    #ivris-master-v16-page-21 .services .section-title {
      font-size: clamp(2.4rem, 3.35vw, 3.75rem);
    }
    #ivris-master-v16-page-21 .partner-bridge h2 {
      font-size: clamp(3rem, 4.8vw, 4.85rem);
      line-height: 1;
      text-wrap: balance;
    }
    #ivris-master-v16-page-21 .why-band .section-head { max-width: 850px; margin-bottom: 42px; }
    #ivris-master-v16-page-21 .why-band .section-title {
      max-width: 17ch;
      font-size: clamp(2.3rem, 3vw, 3.35rem);
    }
    #ivris-master-v16-page-21 .process-wrap .section-title {
      max-width: 18ch;
      font-size: clamp(2.25rem, 2.9vw, 3.3rem);
    }

    /* Relevant hero interface: one goal, focused services, explicit scope */
    #ivris-master-v16-page-21 .hero-grid {
      grid-template-columns: minmax(0, 1.02fr) minmax(520px, .98fr);
      gap: clamp(42px, 5vw, 76px);
    }
    #ivris-master-v16-page-21 .hero-workspace {
      position: relative;
      min-height: 530px;
      isolation: isolate;
    }
    #ivris-master-v16-page-21 .hero-workspace::before {
      position: absolute;
      z-index: -2;
      inset: 0;
      border: 1px solid rgba(188,133,50,.18);
      border-radius: 32px;
      background:
        radial-gradient(circle at 82% 8%, rgba(128,84,203,.08), transparent 24%),
        radial-gradient(circle at 10% 88%, rgba(22,131,101,.09), transparent 26%),
        linear-gradient(145deg, rgba(255,255,255,.98), rgba(249,244,235,.72));
      box-shadow: 0 26px 66px rgba(72,50,20,.08), inset 0 1px 0 #fff;
      content: "";
    }
    #ivris-master-v16-page-21 .hero-workspace::after {
      position: absolute;
      z-index: -1;
      inset: 20px;
      background-image: radial-gradient(circle, rgba(142,95,29,.17) 1px, transparent 1.2px);
      background-size: 22px 22px;
      content: "";
      opacity: .26;
      -webkit-mask-image: radial-gradient(circle at 55% 48%, #000 8%, transparent 68%);
      mask-image: radial-gradient(circle at 55% 48%, #000 8%, transparent 68%);
      pointer-events: none;
    }
    #ivris-master-v16-page-21 .workspace-panel {
      position: relative;
      z-index: 1;
      min-height: 530px;
      padding: 29px;
      overflow: hidden;
    }
    #ivris-master-v16-page-21 .workspace-panel::before,
#ivris-master-v16-page-21 .workspace-panel::after {
      position: absolute;
      z-index: -1;
      border: 1px solid rgba(188,133,50,.13);
      border-radius: 50%;
      content: "";
      pointer-events: none;
    }
    #ivris-master-v16-page-21 .workspace-panel::before { width: 330px; height: 330px; top: -210px; right: -140px; }
    #ivris-master-v16-page-21 .workspace-panel::after { width: 250px; height: 250px; left: -150px; bottom: -170px; }
    #ivris-master-v16-page-21 .workspace-panel__top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 20px;
    }
    #ivris-master-v16-page-21 .workspace-kicker {
      display: block;
      color: var(--gold-dark);
      font-size: .69rem;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
    }
    #ivris-master-v16-page-21 .workspace-title {
      display: block;
      margin-top: 5px;
      color: var(--ink);
      font-family: var(--serif);
      font-size: 1.55rem;
      font-weight: 500;
      letter-spacing: -.035em;
      line-height: 1.18;
    }
    #ivris-master-v16-page-21 .workspace-goal {
      display: grid;
      grid-template-columns: 50px minmax(0,1fr) auto;
      align-items: center;
      gap: 15px;
      margin-top: 23px;
      padding: 18px;
      border: 1px solid rgba(188,133,50,.28);
      border-radius: 17px;
      background: linear-gradient(135deg, #fff 0%, #fff8ea 100%);
      box-shadow: 0 14px 34px rgba(86,57,19,.07);
    }
    #ivris-master-v16-page-21 .workspace-goal__icon {
      display: grid;
      width: 50px;
      height: 50px;
      place-items: center;
      border-radius: 15px;
      color: var(--gold-dark);
      background: var(--gold-light);
    }
    #ivris-master-v16-page-21 .workspace-goal__copy small {
      display: block;
      color: var(--gold-dark);
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    #ivris-master-v16-page-21 .workspace-goal__copy strong {
      display: block;
      margin-top: 2px;
      font-size: 1.16rem;
      letter-spacing: -.025em;
      line-height: 1.3;
    }
    #ivris-master-v16-page-21 .workspace-goal__copy p {
      margin-top: 3px;
      color: var(--muted);
      font-size: .78rem;
      line-height: 1.4;
    }
    #ivris-master-v16-page-21 .workspace-status {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 10px;
      border: 1px solid #d8e7df;
      border-radius: 999px;
      color: #2f705c;
      background: #f6fbf8;
      font-size: .7rem;
      font-weight: 700;
      white-space: nowrap;
    }
    #ivris-master-v16-page-21 .workspace-status > span {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 4px rgba(22,131,101,.09);
    }
    #ivris-master-v16-page-21 .workspace-streams {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 11px;
      margin-top: 13px;
    }
    #ivris-master-v16-page-21 .workspace-stream {
      position: relative;
      min-height: 181px;
      padding: 16px;
      overflow: hidden;
      border: 1px solid var(--line);
      border-top: 3px solid var(--stream-color);
      border-radius: 16px;
      background: rgba(255,255,255,.91);
      box-shadow: 0 10px 28px rgba(52,39,20,.045);
    }
    #ivris-master-v16-page-21 .workspace-stream::after {
      position: absolute;
      right: -34px;
      bottom: -48px;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: radial-gradient(circle, var(--stream-soft), transparent 67%);
      content: "";
      opacity: .8;
    }
    #ivris-master-v16-page-21 .workspace-stream--green { --stream-color: var(--green); --stream-soft: var(--green-soft); }
    #ivris-master-v16-page-21 .workspace-stream--gold { --stream-color: var(--gold); --stream-soft: var(--gold-light); }
    #ivris-master-v16-page-21 .workspace-stream--gold small { color: var(--gold-dark); }
    #ivris-master-v16-page-21 .workspace-stream--blue { --stream-color: var(--blue); --stream-soft: var(--blue-soft); }
    #ivris-master-v16-page-21 .workspace-stream__head {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 39px minmax(0,1fr);
      align-items: center;
      gap: 10px;
    }
    #ivris-master-v16-page-21 .workspace-stream__icon {
      display: grid;
      width: 39px;
      height: 39px;
      place-items: center;
      border-radius: 12px;
      color: var(--stream-color);
      background: var(--stream-soft);
    }
    #ivris-master-v16-page-21 .workspace-stream small {
      display: block;
      color: color-mix(in srgb, var(--stream-color) 45%, var(--ink));
      font-size: .63rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    #ivris-master-v16-page-21 .workspace-stream h2 {
      margin-top: 2px;
      font-size: .92rem;
      line-height: 1.25;
      letter-spacing: -.02em;
    }
    #ivris-master-v16-page-21 .workspace-stream > p {
      position: relative;
      z-index: 1;
      margin-top: 13px;
      color: var(--muted);
      font-size: .76rem;
      line-height: 1.44;
    }
    #ivris-master-v16-page-21 .workspace-tags {
      position: absolute;
      z-index: 2;
      right: 14px;
      bottom: 14px;
      left: 14px;
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
    }
    #ivris-master-v16-page-21 .workspace-tags span {
      padding: 4px 7px;
      border: 1px solid color-mix(in srgb, var(--stream-color) 17%, var(--line));
      border-radius: 999px;
      color: color-mix(in srgb, var(--stream-color) 55%, var(--ink));
      background: color-mix(in srgb, var(--stream-soft) 70%, white);
      font-size: .6rem;
      font-weight: 700;
      line-height: 1;
    }
    #ivris-master-v16-page-21 .workspace-assurances {
      display: grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 8px;
      margin-top: 13px;
      padding: 10px;
      border: 1px solid var(--line);
      border-radius: 15px;
      background: rgba(255,255,255,.72);
    }
    #ivris-master-v16-page-21 .workspace-assurances > div {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      padding: 5px 7px;
    }
    #ivris-master-v16-page-21 .workspace-assurances > div:not(:last-child) { border-right: 1px solid var(--line); }
    #ivris-master-v16-page-21 .workspace-assurances span {
      display: grid;
      width: 30px;
      height: 30px;
      flex: 0 0 auto;
      place-items: center;
      border-radius: 9px;
      color: var(--gold-dark);
      background: var(--gold-light);
    }
    #ivris-master-v16-page-21 .workspace-assurances strong {
      min-width: 0;
      font-size: .69rem;
      line-height: 1.25;
    }

    /* More composed Why and engagement sections */
    #ivris-master-v16-page-21 .why-band {
      padding: 54px 52px 48px;
      border-radius: 28px;
      background:
        radial-gradient(circle at 50% 0%, rgba(188,133,50,.08), transparent 34%),
        linear-gradient(180deg, #fffefb 0%, #faf5ec 100%);
    }
    #ivris-master-v16-page-21 .why-item {
      min-height: 138px;
      padding: 12px 26px;
    }
    #ivris-master-v16-page-21 .why-item h3 { font-size: 1.04rem; line-height: 1.35; }
    #ivris-master-v16-page-21 .why-item p { font-size: .91rem; line-height: 1.56; }

    #ivris-master-v16-page-21 .process-wrap { margin-top: 84px; }
    #ivris-master-v16-page-21 .process-grid {
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap: 18px;
      margin-top: 36px;
    }
    #ivris-master-v16-page-21 .process-grid::before { display: none; }
    #ivris-master-v16-page-21 .process-card {
      min-height: 250px;
      padding: 26px;
      overflow: hidden;
      border-radius: 20px;
      background: #fff;
      text-align: left;
      box-shadow: 0 16px 38px rgba(50,38,19,.055);
    }
    #ivris-master-v16-page-21 .process-card::before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 4px;
      background: var(--step-color);
      content: "";
    }
    #ivris-master-v16-page-21 .process-card:nth-child(1) { --step-color: var(--green); }
    #ivris-master-v16-page-21 .process-card:nth-child(2) { --step-color: var(--gold); }
    #ivris-master-v16-page-21 .process-card:nth-child(3) { --step-color: var(--violet); }
    #ivris-master-v16-page-21 .process-card:nth-child(4) { --step-color: var(--blue); }
    #ivris-master-v16-page-21 .process-card:nth-child(1) .process-icon { color: var(--green); background: var(--green-soft); }
    #ivris-master-v16-page-21 .process-card:nth-child(2) .process-icon { color: var(--gold-dark); background: var(--gold-light); }
    #ivris-master-v16-page-21 .process-card:nth-child(3) .process-icon { color: var(--violet); background: var(--violet-soft); }
    #ivris-master-v16-page-21 .process-card:nth-child(4) .process-icon { color: var(--blue); background: var(--blue-soft); }
    #ivris-master-v16-page-21 .process-number {
      position: static;
      width: auto;
      height: auto;
      display: inline-flex;
      padding: 5px 9px;
      border: 0;
      border-radius: 999px;
      color: color-mix(in srgb, var(--step-color) 55%, var(--ink));
      background: color-mix(in srgb, var(--step-color) 10%, white);
      font-size: .7rem;
      letter-spacing: .08em;
      transform: none;
    }
    #ivris-master-v16-page-21 .process-icon {
      width: 58px;
      height: 58px;
      margin: 22px 0 0;
      border-radius: 17px;
    }
    #ivris-master-v16-page-21 .process-card h3 {
      margin-top: 19px;
      font-size: 1.18rem;
      letter-spacing: -.025em;
    }
    #ivris-master-v16-page-21 .process-card p {
      margin-top: 9px;
      font-size: .94rem;
      line-height: 1.58;
    }

    #ivris-master-v16-page-21 .proof-strip {
      margin-top: 24px;
      overflow: hidden;
      border-color: rgba(188,133,50,.24);
      border-radius: 20px;
      color: #fff;
      background:
        radial-gradient(circle at 10% 0%, rgba(188,133,50,.16), transparent 27%),
        linear-gradient(135deg, #0d0f11 0%, #181b1e 52%, #101214 100%);
      box-shadow: 0 20px 44px rgba(15,16,18,.12);
    }
    #ivris-master-v16-page-21 .proof-item {
      min-height: 128px;
      gap: 14px;
      padding: 23px 22px;
    }
    #ivris-master-v16-page-21 .proof-item:not(:last-child) { border-right-color: rgba(255,255,255,.12); }
    #ivris-master-v16-page-21 .proof-icon {
      width: 50px;
      height: 50px;
      border: 1px solid rgba(208,164,95,.32);
      border-radius: 15px;
      color: #d0a45f;
      background: rgba(208,164,95,.08);
    }
    #ivris-master-v16-page-21 .proof-item strong {
      color: #fff;
      font-family: var(--sans);
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: -.02em;
      line-height: 1.3;
    }
    #ivris-master-v16-page-21 .proof-item span {
      margin-top: 5px;
      color: rgba(255,255,255,.68);
      font-size: .82rem;
      line-height: 1.45;
    }

    /* Cleaner, better-balanced closing CTA */
    #ivris-master-v16-page-21 .final-cta { padding-bottom: clamp(76px, 7vw, 106px); }
    #ivris-master-v16-page-21 .final-cta__panel {
      grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr);
      gap: clamp(36px, 5vw, 72px);
      min-height: 250px;
      padding: 44px 52px;
      border-radius: 26px;
      background:
        radial-gradient(circle at 6% 5%, rgba(255,255,255,.13), transparent 26%),
        radial-gradient(circle at 95% 105%, rgba(99,55,11,.23), transparent 30%),
        linear-gradient(135deg, #a66f22 0%, #c48f3d 47%, #aa711f 100%);
    }
    #ivris-master-v16-page-21 .final-cta__copy h2 {
      max-width: 16ch;
      font-size: clamp(2.35rem, 3.15vw, 3.55rem);
      line-height: 1.06;
      letter-spacing: -.044em;
      text-wrap: balance;
    }
    #ivris-master-v16-page-21 .final-cta__copy p {
      max-width: 650px;
      margin-top: 14px;
      font-size: 1rem;
      line-height: 1.58;
    }
    #ivris-master-v16-page-21 .final-cta__kicker {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 14px;
      color: rgba(255,255,255,.85);
      font-size: .76rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    #ivris-master-v16-page-21 .final-cta__kicker span {
      display: grid;
      width: 38px;
      height: 38px;
      place-items: center;
      border: 1px solid rgba(255,255,255,.32);
      border-radius: 12px;
      color: #fff;
      background: rgba(255,255,255,.08);
    }
    #ivris-master-v16-page-21 .final-cta__action {
      display: grid;
      align-content: center;
      justify-items: start;
      text-align: left;
    }
    #ivris-master-v16-page-21 .final-cta__action .button { min-width: 275px; }
    #ivris-master-v16-page-21 .final-cta__note {
      max-width: 365px;
      justify-content: flex-start;
      margin-top: 13px;
      font-size: .82rem;
      line-height: 1.4;
      text-align: left;
    }

    @media (max-width: 1100px) {
      #ivris-master-v16-page-21 .hero-grid { grid-template-columns: minmax(0,.92fr) minmax(470px,1.08fr); gap: 34px; }
      #ivris-master-v16-page-21 .workspace-panel { padding: 24px; }
      #ivris-master-v16-page-21 .workspace-stream { padding: 14px; }
      #ivris-master-v16-page-21 .workspace-stream__head { grid-template-columns: 36px minmax(0,1fr); gap: 8px; }
      #ivris-master-v16-page-21 .workspace-stream__icon { width: 36px; height: 36px; }
      #ivris-master-v16-page-21 .workspace-stream h2 { font-size: .85rem; }
      #ivris-master-v16-page-21 .workspace-assurances strong { font-size: .64rem; }
      #ivris-master-v16-page-21 .process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
      #ivris-master-v16-page-21 .proof-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
      #ivris-master-v16-page-21 .proof-item:nth-child(2) { border-right: 0; }
      #ivris-master-v16-page-21 .proof-item:nth-child(-n+2) { border-bottom-color: rgba(255,255,255,.12); }
    }

    @media (max-width: 880px) {
      #ivris-master-v16-page-21 .hero-grid { grid-template-columns: 1fr; }
      #ivris-master-v16-page-21 .hero-workspace { width: min(100%, 650px); min-height: auto; margin: 20px auto 0; }
      #ivris-master-v16-page-21 .workspace-panel { min-height: 0; }
      #ivris-master-v16-page-21 .final-cta__panel { grid-template-columns: 1fr; }
      #ivris-master-v16-page-21 .final-cta__action { padding-left: 0; }
    }

    @media (max-width: 620px) {
      #ivris-master-v16-page-21 .section-title,
#ivris-master-v16-page-21 .services .section-title,
#ivris-master-v16-page-21 .why-band .section-title,
#ivris-master-v16-page-21 .process-wrap .section-title {
        max-width: 18ch;
        font-size: clamp(2.05rem, 9vw, 2.65rem);
        line-height: 1.1;
      }
      #ivris-master-v16-page-21 .section-head { margin-bottom: 30px; }
      #ivris-master-v16-page-21 .hero-workspace::before { border-radius: 24px; }
      #ivris-master-v16-page-21 .workspace-panel { padding: 20px; }
      #ivris-master-v16-page-21 .workspace-panel__top { align-items: flex-start; flex-direction: column; gap: 10px; }
      #ivris-master-v16-page-21 .workspace-title { font-size: 1.34rem; }
      #ivris-master-v16-page-21 .workspace-goal { grid-template-columns: 46px minmax(0,1fr); padding: 15px; }
      #ivris-master-v16-page-21 .workspace-goal__icon { width: 46px; height: 46px; }
      #ivris-master-v16-page-21 .workspace-status { grid-column: 2; justify-self: start; margin-top: 2px; }
      #ivris-master-v16-page-21 .workspace-streams { grid-template-columns: 1fr; }
      #ivris-master-v16-page-21 .workspace-stream {
        min-height: 0;
        display: grid;
        grid-template-columns: minmax(0,1fr) auto;
        gap: 8px 14px;
        padding: 15px;
      }
      #ivris-master-v16-page-21 .workspace-stream__head { grid-column: 1 / -1; }
      #ivris-master-v16-page-21 .workspace-stream > p { margin-top: 3px; }
      #ivris-master-v16-page-21 .workspace-tags { position: static; align-self: end; justify-content: flex-end; }
      #ivris-master-v16-page-21 .workspace-assurances { grid-template-columns: 1fr; }
      #ivris-master-v16-page-21 .workspace-assurances > div:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--line); }
      #ivris-master-v16-page-21 .why-band { padding: 38px 22px 30px; }
      #ivris-master-v16-page-21 .process-wrap { margin-top: 68px; }
      #ivris-master-v16-page-21 .process-grid { grid-template-columns: 1fr; gap: 13px; }
      #ivris-master-v16-page-21 .process-card {
        min-height: 0;
        display: grid;
        grid-template-columns: 44px 54px minmax(0,1fr);
        grid-template-rows: auto auto;
        align-items: center;
        gap: 4px 13px;
        padding: 18px;
      }
      #ivris-master-v16-page-21 .process-number { grid-column: 1; grid-row: 1 / span 2; justify-self: start; }
      #ivris-master-v16-page-21 .process-icon { grid-column: 2; grid-row: 1 / span 2; width: 54px; height: 54px; margin: 0; }
      #ivris-master-v16-page-21 .process-card h3 { grid-column: 3; grid-row: 1; margin: 0; }
      #ivris-master-v16-page-21 .process-card p { grid-column: 3; grid-row: 2; margin: 2px 0 0; font-size: .88rem; }
      #ivris-master-v16-page-21 .proof-strip { grid-template-columns: 1fr; }
      #ivris-master-v16-page-21 .proof-item { min-height: 112px; padding: 19px 18px; }
      #ivris-master-v16-page-21 .proof-item { border-right: 0 !important; border-bottom-color: rgba(255,255,255,.12) !important; }
      #ivris-master-v16-page-21 .proof-item:last-child { border-bottom: 0 !important; }
      #ivris-master-v16-page-21 .final-cta__panel { padding: 34px 24px; text-align: left; }
      #ivris-master-v16-page-21 .final-cta__copy h2 { max-width: 13ch; font-size: clamp(2.25rem, 11.5vw, 3.05rem); }
      #ivris-master-v16-page-21 .final-cta__action { justify-items: stretch; text-align: left; }
      #ivris-master-v16-page-21 .final-cta__action .button { width: 100%; min-width: 0; }
      #ivris-master-v16-page-21 .final-cta__note { max-width: none; margin-inline: 0; justify-content: flex-start; }
    }


    /* ======================================================================
       v1.5 foundation retained: stronger headings, readable hero workspace,
       bespoke service diagrams, composed engagement path and proposal close.
       ====================================================================== */

    /* Hero workspace: preserve the approved concept, improve legibility. */
    #ivris-master-v16-page-21 .workspace-kicker { font-size: .75rem; }
    #ivris-master-v16-page-21 .workspace-title { margin-top: 6px; font-size: 1.68rem; line-height: 1.16; }
    #ivris-master-v16-page-21 .workspace-goal__copy small { font-size: .72rem; }
    #ivris-master-v16-page-21 .workspace-goal__copy strong { font-size: 1.22rem; }
    #ivris-master-v16-page-21 .workspace-goal__copy p { font-size: .84rem; line-height: 1.44; }
    #ivris-master-v16-page-21 .workspace-status { font-size: .74rem; }
    #ivris-master-v16-page-21 .workspace-stream {
      min-height: 198px;
      display: flex;
      flex-direction: column;
    }
    #ivris-master-v16-page-21 .workspace-stream small { font-size: .68rem; }
    #ivris-master-v16-page-21 .workspace-stream h2 { font-size: 1.01rem; line-height: 1.27; }
    #ivris-master-v16-page-21 .workspace-stream > p { font-size: .83rem; line-height: 1.48; }
    #ivris-master-v16-page-21 .workspace-tags {
      position: static;
      right: auto;
      bottom: auto;
      left: auto;
      gap: 6px;
      margin-top: auto;
      padding-top: 12px;
    }
    #ivris-master-v16-page-21 .workspace-tags span { padding: 5px 8px; font-size: .65rem; }
    #ivris-master-v16-page-21 .workspace-assurances { padding: 11px; }
    #ivris-master-v16-page-21 .workspace-assurances strong { font-size: .75rem; line-height: 1.3; }

    /* The section labels now behave like real headings rather than captions. */
    #ivris-master-v16-page-21 .how {
      padding-top: clamp(78px, 7vw, 112px);
      background:
        radial-gradient(circle at 50% 0%, rgba(188,133,50,.055), transparent 28%),
        #fff;
    }
    #ivris-master-v16-page-21 .how .mini-head {
      max-width: 760px;
      margin: 0 auto 38px;
      text-align: center;
    }
    #ivris-master-v16-page-21 .mini-title {
      margin-top: 8px;
      color: var(--ink);
      font-family: var(--serif);
      font-size: clamp(2.45rem, 3.35vw, 3.75rem);
      font-weight: 500;
      letter-spacing: -.045em;
      line-height: 1.06;
      text-wrap: balance;
    }
    #ivris-master-v16-page-21 .mini-intro {
      max-width: 670px;
      margin: 13px auto 0;
      color: var(--muted);
      font-size: 1.05rem;
      line-height: 1.6;
      text-wrap: pretty;
    }
    #ivris-master-v16-page-21 .journey-grid { margin-bottom: clamp(62px, 6vw, 84px); }
    #ivris-master-v16-page-21 .journey-card {
      border-radius: 22px;
      background: linear-gradient(160deg, #fff 0%, #fdfaf5 100%);
      box-shadow: 0 16px 40px rgba(45,34,16,.05);
    }
    #ivris-master-v16-page-21 .problem-heading {
      max-width: 800px;
      margin: 0 auto 32px;
      text-align: center;
    }
    #ivris-master-v16-page-21 .problem-title {
      margin-top: 8px;
      color: var(--ink);
      font-family: var(--serif);
      font-size: clamp(2.15rem, 2.8vw, 3rem);
      font-weight: 500;
      letter-spacing: -.042em;
      line-height: 1.09;
      text-wrap: balance;
    }
    #ivris-master-v16-page-21 .problem-help {
      max-width: 620px;
      margin-top: 11px;
      font-size: 1rem;
      line-height: 1.55;
    }

    /* Service cards use bespoke mini-diagrams rather than generic glyph tiles. */
    #ivris-master-v16-page-21 .services { padding-top: clamp(84px, 7vw, 116px); }
    #ivris-master-v16-page-21 .service-grid { gap: 22px; }
    #ivris-master-v16-page-21 .service-card {
      min-height: 310px;
      padding: 25px 25px 23px;
      border-radius: 24px;
      background:
        radial-gradient(circle at 100% 0%, var(--service-soft), transparent 34%),
        linear-gradient(160deg, rgba(255,255,255,.99), rgba(255,253,249,.96));
      box-shadow: 0 14px 38px rgba(50,38,19,.045);
    }
    #ivris-master-v16-page-21 .service-card::before { height: 5px; transform: scaleX(.35); }
    #ivris-master-v16-page-21 .service-card__index {
      position: absolute;
      top: 23px;
      right: 23px;
      display: inline-flex;
      min-width: 34px;
      min-height: 26px;
      align-items: center;
      justify-content: center;
      padding: 4px 8px;
      border: 1px solid color-mix(in srgb, var(--service-color) 17%, var(--line));
      border-radius: 999px;
      color: color-mix(in srgb, var(--service-color) 76%, var(--ink));
      background: color-mix(in srgb, var(--service-soft) 72%, white);
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .08em;
      transition: transform .2s ease, background .2s ease;
    }
    #ivris-master-v16-page-21 .service-card__icon {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      width: 88px;
      height: 76px;
      border: 1px solid color-mix(in srgb, var(--service-color) 20%, var(--line));
      border-radius: 20px;
      background:
        radial-gradient(circle, color-mix(in srgb, var(--service-color) 20%, transparent) 1px, transparent 1.3px) 0 0 / 12px 12px,
        linear-gradient(145deg, #fff, var(--service-soft));
      box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 10px 25px color-mix(in srgb, var(--service-color) 8%, transparent);
    }
    #ivris-master-v16-page-21 .service-card__icon::after {
      position: absolute;
      z-index: -1;
      right: -25px;
      bottom: -27px;
      width: 72px;
      height: 72px;
      border: 1px solid color-mix(in srgb, var(--service-color) 28%, transparent);
      border-radius: 50%;
      content: "";
    }
    #ivris-master-v16-page-21 .service-card__icon svg { width: 50px; height: 50px; }
    #ivris-master-v16-page-21 .service-card h3 {
      max-width: 24ch;
      margin-top: 20px;
      font-size: 1.28rem;
      line-height: 1.22;
    }
    #ivris-master-v16-page-21 .service-card p { margin-top: 9px; font-size: .95rem; line-height: 1.57; }
    #ivris-master-v16-page-21 .service-card__action { margin-top: auto; padding-top: 18px; }
    #ivris-master-v16-page-21 .service-card:hover .service-card__index,
#ivris-master-v16-page-21 .service-card:focus-visible .service-card__index { transform: translateY(-2px); background: #fff; }
    #ivris-master-v16-page-21 .service-card:hover .service-card__icon,
#ivris-master-v16-page-21 .service-card:focus-visible .service-card__icon {
      transform: translateY(-4px) scale(1.025);
      border-color: color-mix(in srgb, var(--service-color) 38%, var(--line));
      box-shadow: 0 17px 34px color-mix(in srgb, var(--service-color) 13%, transparent);
    }

    /* Engagement section: one warm stage, four deliberate cards, then a dark clarity panel. */
    #ivris-master-v16-page-21 .why { padding-bottom: clamp(58px, 5vw, 76px); }
    #ivris-master-v16-page-21 .process-wrap { margin-top: 92px; }
    #ivris-master-v16-page-21 .process-stage {
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 30px;
      background:
        radial-gradient(circle at 50% 0%, rgba(188,133,50,.08), transparent 34%),
        linear-gradient(180deg, #fbf7ef 0%, #f7f1e7 100%);
      box-shadow: 0 20px 54px rgba(52,39,20,.055);
    }
    #ivris-master-v16-page-21 .process-grid {
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap: 14px;
      margin-top: 0;
    }
    #ivris-master-v16-page-21 .process-card {
      min-height: 238px;
      display: flex;
      flex-direction: column;
      padding: 23px;
      border: 1px solid rgba(221,207,185,.95);
      border-radius: 22px;
      background:
        radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--step-color) 9%, transparent), transparent 34%),
        rgba(255,255,255,.93);
      box-shadow: 0 12px 30px rgba(50,38,19,.04);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    #ivris-master-v16-page-21 .process-card:hover {
      transform: translateY(-4px);
      border-color: color-mix(in srgb, var(--step-color) 34%, var(--line));
      box-shadow: 0 18px 38px rgba(50,38,19,.08);
    }
    #ivris-master-v16-page-21 .process-card::after {
      position: absolute;
      right: 18px;
      bottom: 11px;
      color: var(--step-color);
      content: attr(data-step);
      font-family: var(--serif);
      font-size: 4.4rem;
      font-weight: 500;
      line-height: 1;
      pointer-events: none;
    }
    #ivris-master-v16-page-21 .process-card__top {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }
    #ivris-master-v16-page-21 .process-number {
      min-width: 42px;
      min-height: 30px;
      justify-content: center;
      padding: 6px 10px;
      font-size: .73rem;
    }
    #ivris-master-v16-page-21 .process-icon {
      width: 64px;
      height: 64px;
      margin: 0;
      border: 1px solid color-mix(in srgb, var(--step-color) 18%, transparent);
      border-radius: 19px;
    }
    #ivris-master-v16-page-21 .process-card__body { position: relative; z-index: 2; }
    #ivris-master-v16-page-21 .process-card h3 { margin-top: 23px; font-size: 1.28rem; }
    #ivris-master-v16-page-21 .process-card p { margin-top: 9px; font-size: .94rem; line-height: 1.58; }
    #ivris-master-v16-page-21 .process-output {
      position: relative;
      z-index: 2;
      display: inline-flex;
      align-self: flex-start;
      margin-top: auto;
      padding: 6px 10px;
      border: 1px solid color-mix(in srgb, var(--step-color) 20%, var(--line));
      border-radius: 999px;
      color: color-mix(in srgb, var(--step-color) 55%, var(--ink));
      background: color-mix(in srgb, var(--step-color) 8%, white);
      font-size: .71rem;
      font-weight: 700;
      letter-spacing: .04em;
    }

    #ivris-master-v16-page-21 .clarity-panel {
      margin-top: 16px;
      padding: 30px;
      overflow: hidden;
      border: 1px solid rgba(208,164,95,.25);
      border-radius: 26px;
      color: #fff;
      background:
        radial-gradient(circle at 8% 0%, rgba(188,133,50,.18), transparent 29%),
        radial-gradient(circle at 96% 110%, rgba(56,106,200,.10), transparent 32%),
        linear-gradient(135deg, #0d0f11 0%, #191c1f 55%, #101214 100%);
      box-shadow: 0 24px 54px rgba(15,16,18,.15);
    }
    #ivris-master-v16-page-21 .clarity-panel__head {
      display: grid;
      grid-template-columns: minmax(0,1fr) minmax(280px,.65fr);
      align-items: end;
      gap: 36px;
      padding: 2px 2px 24px;
      border-bottom: 1px solid rgba(255,255,255,.12);
    }
    #ivris-master-v16-page-21 .clarity-panel .eyebrow { color: #d4a75f; }
    #ivris-master-v16-page-21 .clarity-panel__head h3 {
      max-width: 20ch;
      margin-top: 8px;
      color: #fff;
      font-family: var(--serif);
      font-size: clamp(1.9rem, 2.4vw, 2.65rem);
      font-weight: 500;
      letter-spacing: -.04em;
      line-height: 1.08;
      text-wrap: balance;
    }
    #ivris-master-v16-page-21 .clarity-panel__head > p {
      max-width: 460px;
      justify-self: end;
      color: rgba(255,255,255,.66);
      font-size: .94rem;
      line-height: 1.55;
    }
    #ivris-master-v16-page-21 .clarity-panel .proof-strip {
      gap: 12px;
      margin-top: 22px;
      border: 0;
      border-radius: 0;
      background: transparent;
    }
    #ivris-master-v16-page-21 .clarity-panel .proof-item {
      min-height: 132px;
      grid-template-columns: 48px minmax(0,1fr);
      gap: 14px;
      padding: 20px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 18px;
      background: rgba(255,255,255,.045);
      transition: transform .2s ease, border-color .2s ease, background .2s ease;
    }
    #ivris-master-v16-page-21 .clarity-panel .proof-item:not(:last-child) { border-right: 1px solid rgba(255,255,255,.12); }
    #ivris-master-v16-page-21 .clarity-panel .proof-item:hover {
      transform: translateY(-3px);
      border-color: rgba(208,164,95,.34);
      background: rgba(255,255,255,.07);
    }
    #ivris-master-v16-page-21 .clarity-panel .proof-icon {
      width: 48px;
      height: 48px;
      border: 1px solid rgba(208,164,95,.30);
      border-radius: 15px;
      color: #d4a75f;
      background: rgba(208,164,95,.08);
    }
    #ivris-master-v16-page-21 .clarity-panel .proof-item strong {
      color: #fff;
      font-family: var(--sans);
      font-size: .98rem;
      font-weight: 700;
      letter-spacing: -.018em;
      line-height: 1.3;
    }
    #ivris-master-v16-page-21 .clarity-panel .proof-item span {
      margin-top: 6px;
      color: rgba(255,255,255,.67);
      font-size: .82rem;
      line-height: 1.46;
    }

    /* Proposal close: preserve the warm gold treatment, improve balance and focus. */
    #ivris-master-v16-page-21 .final-cta { padding-bottom: clamp(78px, 7vw, 104px); }
    #ivris-master-v16-page-21 .final-cta__panel {
      grid-template-columns: minmax(0,1.12fr) minmax(340px,.72fr);
      gap: clamp(42px, 5vw, 76px);
      min-height: 284px;
      padding: 48px 54px;
      border-radius: 28px;
      background:
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 32px 32px,
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 32px 32px,
        radial-gradient(circle at 7% 4%, rgba(255,255,255,.14), transparent 25%),
        radial-gradient(circle at 96% 108%, rgba(90,48,8,.25), transparent 31%),
        linear-gradient(135deg, #3f2a10 0%, #5f4015 48%, #412b11 100%);
    }
    #ivris-master-v16-page-21 .final-cta__copy h2 {
      max-width: 18ch;
      font-size: clamp(2.55rem, 3.35vw, 3.75rem);
      line-height: 1.04;
    }
    #ivris-master-v16-page-21 .final-cta__copy p { max-width: 690px; font-size: 1.04rem; line-height: 1.58; }
    #ivris-master-v16-page-21 .final-cta__action {
      align-content: center;
      justify-items: stretch;
      padding: 23px;
      border: 1px solid rgba(255,255,255,.22);
      border-radius: 20px;
      background: rgba(255,255,255,.10);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
      backdrop-filter: blur(6px);
    }
    #ivris-master-v16-page-21 .final-cta__action-label {
      margin-bottom: 12px;
      color: rgba(255,255,255,.82);
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .08em;
      line-height: 1.45;
      text-transform: uppercase;
    }
    #ivris-master-v16-page-21 .final-cta__action .button { width: 100%; min-width: 0; }
    #ivris-master-v16-page-21 .final-cta__note { margin-top: 13px; font-size: .8rem; }

    @media (max-width: 1100px) {
      #ivris-master-v16-page-21 .workspace-stream h2 { font-size: .94rem; }
      #ivris-master-v16-page-21 .workspace-stream > p { font-size: .79rem; }
      #ivris-master-v16-page-21 .workspace-assurances strong { font-size: .69rem; }
      #ivris-master-v16-page-21 .service-card { min-height: 300px; }
      #ivris-master-v16-page-21 .clarity-panel__head { grid-template-columns: 1fr; gap: 12px; }
      #ivris-master-v16-page-21 .clarity-panel__head > p { justify-self: start; }
      #ivris-master-v16-page-21 .clarity-panel .proof-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
      #ivris-master-v16-page-21 .final-cta__panel { grid-template-columns: 1fr; }
      #ivris-master-v16-page-21 .final-cta__action { max-width: 520px; }
    }

    @media (max-width: 880px) {
      #ivris-master-v16-page-21 .mini-title { font-size: clamp(2.35rem, 7vw, 3.25rem); }
      #ivris-master-v16-page-21 .problem-title { font-size: clamp(2.05rem, 6vw, 2.75rem); }
      #ivris-master-v16-page-21 .service-card { min-height: 292px; }
      #ivris-master-v16-page-21 .process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
      #ivris-master-v16-page-21 .final-cta__panel { padding: 42px 38px; }
    }

    @media (max-width: 620px) {
      #ivris-master-v16-page-21 .workspace-kicker { font-size: .7rem; }
      #ivris-master-v16-page-21 .workspace-title { font-size: 1.43rem; }
      #ivris-master-v16-page-21 .workspace-goal__copy strong { font-size: 1.08rem; }
      #ivris-master-v16-page-21 .workspace-goal__copy p { font-size: .8rem; }
      #ivris-master-v16-page-21 .workspace-stream { min-height: 0; display: flex; }
      #ivris-master-v16-page-21 .workspace-stream h2 { font-size: .98rem; }
      #ivris-master-v16-page-21 .workspace-stream > p { font-size: .82rem; }
      #ivris-master-v16-page-21 .workspace-assurances strong { font-size: .74rem; }
      #ivris-master-v16-page-21 .mini-title { max-width: 12ch; margin-inline: auto; font-size: clamp(2.25rem, 11vw, 3rem); }
      #ivris-master-v16-page-21 .mini-intro { font-size: .98rem; }
      #ivris-master-v16-page-21 .problem-title { font-size: clamp(2rem, 9.4vw, 2.6rem); }
      #ivris-master-v16-page-21 .problem-help { font-size: .96rem; }
      #ivris-master-v16-page-21 .service-grid { gap: 15px; }
      #ivris-master-v16-page-21 .service-card { min-height: 278px; padding: 22px; }
      #ivris-master-v16-page-21 .service-card__index { top: 20px; right: 20px; }
      #ivris-master-v16-page-21 .service-card__icon { width: 82px; height: 70px; }
      #ivris-master-v16-page-21 .service-card__icon svg { width: 46px; height: 46px; }
      #ivris-master-v16-page-21 .process-stage { padding: 12px; border-radius: 24px; }
      #ivris-master-v16-page-21 .process-grid { grid-template-columns: 1fr; gap: 12px; }
      #ivris-master-v16-page-21 .process-card {
        min-height: 0;
        display: flex;
        flex-direction: column;
        padding: 20px;
      }
      #ivris-master-v16-page-21 .process-card__top { width: 100%; }
      #ivris-master-v16-page-21 .process-number,
#ivris-master-v16-page-21 .process-icon,
#ivris-master-v16-page-21 .process-card h3,
#ivris-master-v16-page-21 .process-card p { grid-column: auto; grid-row: auto; }
      #ivris-master-v16-page-21 .process-card h3 { margin-top: 18px; }
      #ivris-master-v16-page-21 .process-output { margin-top: 18px; }
      #ivris-master-v16-page-21 .clarity-panel { padding: 23px 18px; border-radius: 22px; }
      #ivris-master-v16-page-21 .clarity-panel__head h3 { font-size: clamp(1.85rem, 8vw, 2.35rem); }
      #ivris-master-v16-page-21 .clarity-panel .proof-strip { grid-template-columns: 1fr; }
      #ivris-master-v16-page-21 .clarity-panel .proof-item { min-height: 112px; }
      #ivris-master-v16-page-21 .final-cta__panel { padding: 36px 24px; }
      #ivris-master-v16-page-21 .final-cta__copy h2 { max-width: 14ch; font-size: clamp(2.3rem, 11vw, 3rem); }
      #ivris-master-v16-page-21 .final-cta__action { padding: 18px; }
    }



    /* ======================================================================
       v1.6 approved hero-workspace cleanup.
       Removes unnecessary qualification labels, compacts the goal block and
       keeps the service mix readable without adding visual noise.
       ====================================================================== */
    #ivris-master-v16-page-21 .hero-workspace,
#ivris-master-v16-page-21 .workspace-panel { min-height: 492px; }
    #ivris-master-v16-page-21 .hero-workspace::after { opacity: .14; }
    #ivris-master-v16-page-21 .workspace-panel { padding: 27px 28px 25px; }
    #ivris-master-v16-page-21 .workspace-panel::before,
#ivris-master-v16-page-21 .workspace-panel::after { opacity: .72; }
    #ivris-master-v16-page-21 .workspace-panel__top { display: block; }
    #ivris-master-v16-page-21 .workspace-goal {
      grid-template-columns: 50px minmax(0,1fr);
      gap: 14px;
      margin-top: 18px;
      padding: 15px 17px;
      border-radius: 16px;
      box-shadow: 0 11px 28px rgba(86,57,19,.055);
    }
    #ivris-master-v16-page-21 .workspace-goal__meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      min-width: 0;
      margin-bottom: 2px;
    }
    #ivris-master-v16-page-21 .workspace-goal__copy strong { margin-top: 1px; }
    #ivris-master-v16-page-21 .workspace-goal__copy p { max-width: none; margin-top: 2px; }
    #ivris-master-v16-page-21 .workspace-status {
      flex: 0 0 auto;
      padding: 5px 9px;
      font-size: .68rem;
      transform: translateY(-1px);
    }
    #ivris-master-v16-page-21 .workspace-streams { margin-top: 11px; }
    #ivris-master-v16-page-21 .workspace-stream {
      min-height: 190px;
      padding: 15px;
      box-shadow: 0 8px 22px rgba(52,39,20,.038);
    }
    #ivris-master-v16-page-21 .workspace-stream > p { margin-top: 10px; }
    #ivris-master-v16-page-21 .workspace-tags { gap: 5px; padding-top: 9px; }
    #ivris-master-v16-page-21 .workspace-tags span { padding: 4px 7px; font-size: .63rem; }
    #ivris-master-v16-page-21 .workspace-assurances {
      margin-top: 11px;
      padding: 9px;
      background: rgba(255,255,255,.78);
    }
    #ivris-master-v16-page-21 .workspace-assurances > div { padding: 4px 6px; }

    @media (max-width: 1100px) {
      #ivris-master-v16-page-21 .hero-workspace,
#ivris-master-v16-page-21 .workspace-panel { min-height: 480px; }
      #ivris-master-v16-page-21 .workspace-panel { padding: 24px; }
      #ivris-master-v16-page-21 .workspace-goal { padding: 14px 15px; }
      #ivris-master-v16-page-21 .workspace-stream { min-height: 188px; padding: 14px; }
      #ivris-master-v16-page-21 .workspace-tags span { padding-inline: 6px; font-size: .61rem; }
    }

    @media (max-width: 880px) {
      #ivris-master-v16-page-21 .hero-workspace,
#ivris-master-v16-page-21 .workspace-panel { min-height: 0; }
    }

    @media (max-width: 620px) {
      #ivris-master-v16-page-21 .workspace-panel { padding: 20px; }
      #ivris-master-v16-page-21 .workspace-goal { grid-template-columns: 46px minmax(0,1fr); gap: 12px; margin-top: 16px; padding: 14px; }
      #ivris-master-v16-page-21 .workspace-goal__meta { gap: 7px; }
      #ivris-master-v16-page-21 .workspace-status { padding: 5px 8px; font-size: .65rem; }
      #ivris-master-v16-page-21 .workspace-stream { min-height: 0; padding: 15px; }
      #ivris-master-v16-page-21 .workspace-tags { justify-content: flex-start; }
      #ivris-master-v16-page-21 .workspace-assurances { margin-top: 10px; }
    }

    @media (max-width: 360px) {
      #ivris-master-v16-page-21 .workspace-goal__meta { align-items: flex-start; flex-direction: column; gap: 5px; }
      #ivris-master-v16-page-21 .workspace-status { transform: none; }
    }
