html { scroll-behavior: smooth; }
    body { background: #fff; color: #091633; }
    .demo-main { overflow: hidden; }
    .demo-shell {
      width: 100%;
      max-width: var(--content-max);
      margin: 0 auto;
      padding: 0 var(--page-gutter);
    }
    .demo-hero {
      padding: 64px 0 74px;
      background:
        radial-gradient(circle at 73% 28%, rgba(225, 236, 255, .85), transparent 31%),
        linear-gradient(135deg, #f7faff 0%, #fff 60%);
    }
    .demo-hero-grid {
      display: grid;
      grid-template-columns: minmax(380px, .76fr) minmax(560px, 1.24fr);
      align-items: center;
      gap: clamp(42px, 6vw, 88px);
    }
    .demo-kicker {
      display: inline-flex;
      align-items: center;
      padding: 7px 13px;
      border: 1px solid #cfe0ff;
      border-radius: 999px;
      color: #1765df;
      background: #edf4ff;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .035em;
      text-transform: uppercase;
    }
    .demo-title {
      margin: 24px 0 22px;
      max-width: 610px;
      font-size: clamp(42px, 4.6vw, 67px);
      line-height: 1.04;
      letter-spacing: -.052em;
      font-weight: 800;
    }
    .demo-lead {
      max-width: 560px;
      margin: 0;
      color: #506078;
      font-size: 16px;
      line-height: 1.75;
    }
    .demo-benefits {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px 25px;
      margin: 32px 0 34px;
    }
    .demo-benefit {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #152441;
      font-size: 13px;
      font-weight: 600;
    }
    .demo-benefit i { color: #14ad72; }
    .demo-actions { display: flex; gap: 12px; flex-wrap: wrap; }
    .demo-btn {
      display: inline-flex;
      min-height: 48px;
      padding: 0 22px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 1px solid #1765df;
      border-radius: 6px;
      color: #1765df;
      background: #fff;
      font-size: 13px;
      font-weight: 700;
      text-decoration: none;
      transition: .2s ease;
    }
    .demo-btn:hover {
      color: #fff;
      background: #1765df;
      box-shadow: 0 10px 24px rgba(23, 101, 223, .2);
      transform: translateY(-2px);
    }
    .dashboard {
      min-width: 0;
      display: grid;
      grid-template-columns: 138px 1fr;
      min-height: 520px;
      overflow: hidden;
      border: 1px solid #e2e8f2;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 24px 60px rgba(32, 68, 128, .13);
      transform: perspective(1400px) rotateY(-1.5deg);
    }
    .demo-dashboard-asset {
      display: block;
      width: 100%;
      height: auto;
      border: 1px solid #e2e8f2;
      border-radius: 10px;
      box-shadow: 0 24px 60px rgba(32,68,128,.13);
    }
    .dashboard { display: none; }
    .dash-sidebar {
      padding: 18px 12px;
      border-right: 1px solid #edf0f5;
      background: #fbfcff;
    }
    .dash-brand {
      display: flex;
      align-items: center;
      gap: 7px;
      margin: 2px 5px 24px;
      color: #0a1734;
      font-size: 13px;
      font-weight: 800;
    }
    .dash-brand i { color: #1765df; }
    .dash-nav {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    .dash-nav span {
      display: flex;
      align-items: center;
      gap: 9px;
      padding: 10px 9px;
      border-radius: 5px;
      color: #4a5870;
      font-size: 8px;
      font-weight: 600;
    }
    .dash-nav span:first-child { color: #1765df; background: #eaf2ff; }
    .dash-nav i { width: 12px; text-align: center; }
    .dash-content { min-width: 0; }
    .dash-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 58px;
      padding: 0 22px;
      border-bottom: 1px solid #edf0f5;
    }
    .dash-search {
      width: 45%;
      padding: 9px 12px;
      border: 1px solid #edf0f5;
      border-radius: 5px;
      color: #9aa4b4;
      font-size: 8px;
    }
    .dash-user { color: #24324c; font-size: 8px; font-weight: 700; }
    .dash-work { padding: 20px 22px; }
    .dash-heading { margin-bottom: 16px; }
    .dash-heading strong { display: block; font-size: 17px; }
    .dash-heading span { color: #778398; font-size: 8px; }
    .dash-overview {
      display: grid;
      grid-template-columns: 1.45fr .75fr;
      gap: 12px;
    }
    .dash-panel {
      padding: 15px;
      border: 1px solid #edf0f5;
      border-radius: 7px;
    }
    .dash-panel-title {
      margin-bottom: 14px;
      font-size: 9px;
      font-weight: 700;
    }
    .dash-stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 9px;
      margin-bottom: 18px;
    }
    .dash-stat span { display: block; color: #8b95a6; font-size: 6px; }
    .dash-stat strong { display: block; margin-top: 5px; font-size: 14px; }
    .dash-table { width: 100%; border-collapse: collapse; }
    .dash-table th {
      padding: 7px 4px;
      border-bottom: 1px solid #edf0f5;
      color: #9aa4b4;
      font-size: 6px;
      font-weight: 600;
      text-align: left;
    }
    .dash-table td {
      padding: 9px 4px;
      border-bottom: 1px solid #f1f3f7;
      color: #39475f;
      font-size: 6px;
    }
    .dash-score {
      display: inline-grid;
      width: 20px;
      height: 20px;
      place-items: center;
      border-radius: 50%;
      color: #fff;
      background: #17b979;
      font-size: 6px;
      font-weight: 800;
    }
    .dash-score-warning { background: #efa92f; }
    .dash-status { color: #07965d; background: #e7f8f1; border-radius: 9px; padding: 3px 6px; }
    .trust-ring {
      width: 108px;
      height: 108px;
      margin: 8px auto 14px;
      display: grid;
      place-items: center;
      border: 9px solid #1db77b;
      border-right-color: #e7eef4;
      border-radius: 50%;
      transform: rotate(-25deg);
    }
    .trust-ring b {
      font-size: 27px;
      transform: rotate(25deg);
    }
    .trust-label { text-align: center; color: #07965d; font-size: 11px; font-weight: 700; }
    .trust-stars { margin-top: 7px; text-align: center; color: #18b779; font-size: 10px; letter-spacing: 2px; }
    .platform { padding: 15px 0 15px; }
    .section-title {
      margin: 0 0 10px;
      text-align: center;
      font-size: clamp(29px, 3vw, 40px);
      line-height: 1.2;
      letter-spacing: -.035em;
    }
    .title-line {
      width: 74px;
      height: 3px;
      margin: 0 auto 38px;
      border-radius: 3px;
      background: #1765df;
    }
    .platform-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 14px;
    }
    .platform-card {
      min-height: 224px;
      padding: 28px 17px;
      border: 1px solid #e3e9f2;
      border-radius: 8px;
      text-align: center;
      background: #fff;
      box-shadow: 0 8px 24px rgba(38, 67, 115, .035);
      transition: .25s ease;
    }
    .platform-card:hover {
      transform: translateY(-6px);
      border-color: #bad0f6;
      box-shadow: 0 18px 34px rgba(38, 67, 115, .09);
    }
    .platform-card-blue { --card-color: #1765df; --card-bg: #eaf2ff; }
    .platform-card-green { --card-color: #16a76f; --card-bg: #eaf9f3; }
    .platform-card-purple { --card-color: #9639df; --card-bg: #f6edff; }
    .platform-card-orange { --card-color: #f17b25; --card-bg: #fff4e9; }
    .platform-card-red { --card-color: #df4769; --card-bg: #fff0f3; }
    .platform-card-violet { --card-color: #a23ee0; --card-bg: #f8efff; }
    .platform-icon {
      width: 55px;
      height: 55px;
      margin: 0 auto 20px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: var(--card-color);
      background: var(--card-bg);
      font-size: 24px;
    }
    .platform-card h3 { margin: 0 0 12px; font-size: 13px; }
    .platform-card p { margin: 0; color: #59677c; font-size: 11px; line-height: 1.7; }
    .report-section {
      padding: 30px 0 44px;
      background: #fff;
      scroll-margin-top: 85px;
    }
    .report-grid {
      position: relative;
      display: grid;
      grid-template-columns: minmax(270px,.72fr) minmax(650px,1.72fr);
      align-items: center;
      gap: clamp(28px,3vw,52px);
    }
    .report-tag {
      display: inline-block;
      padding: 5px 9px;
      border-radius: 3px;
      color: #1765df;
      background: #edf4ff;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: .055em;
      text-transform: uppercase;
    }
    .report-copy h2 {
      max-width: 350px;
      margin: 18px 0 29px;
      font-size: clamp(29px, 2.5vw, 38px);
      line-height: 1.12;
      letter-spacing: -.038em;
    }
    .report-copy h2::after {
      content: "";
      display: block;
      width: 190px;
      height: 3px;
      margin-top: 12px;
      border-radius: 2px;
      background: #1765df;
    }
    .report-copy > p { max-width: 370px; color: #59677c; font-size: 13px; line-height: 1.7; }
    .report-list {
      display: grid;
      gap: 12px;
      margin: 24px 0 29px;
      padding: 0;
      list-style: none;
    }
    .report-list li { color: #394960; font-size: 12px; line-height: 1.35; }
    .report-list i { margin-right: 9px; color: #14ad72; }
    .report-copy .demo-btn { min-width: 190px; }
    .report-download-group {
      display: grid;
      grid-template-columns: minmax(0,1.35fr) minmax(310px,.85fr);
      align-items: stretch;
      min-width: 0;
      overflow: visible;
      border-radius: 9px;
      box-shadow: 0 18px 42px rgba(15,35,75,.12);
    }
    .report-visual {
      position: relative;
      width: 100%;
      min-width: 0;
      height: 100%;
      min-height: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .demo-report-asset {
      display: block;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      border-radius: 9px 0 0 9px;
      box-shadow: none;
      margin: 0;
      object-fit: cover;
      object-position: center;
    }
    .report-connect-arrow {
      position: absolute;
      z-index: 4;
      top: -24px;
      right: -24px;
      display: block;
      width: 70px;
      height: 52px;
      overflow: visible;
      pointer-events: none;
    }
    .report-visual > .report-cover,
    .report-visual > .report-page { display: none; }
    .report-visual::before {
      content: none;
    }
    .report-visual::after {
      content: none;
    }
    .report-cover, .report-page {
      position: absolute;
      top: 50%;
      width: 56%;
      height: 420px;
      padding: 31px 23px;
      border-radius: 5px;
      box-shadow: 0 18px 42px rgba(15, 35, 75, .17);
      transform: translateY(-50%);
    }
    .report-cover {
      left: 0;
      z-index: 2;
      color: #fff;
      background:
        radial-gradient(circle at 80% 15%, rgba(58, 114, 222, .3), transparent 29%),
        #07152e;
    }
    .report-page {
      right: 0;
      z-index: 1;
      border: 1px solid #e5e9f0;
      background: #fff;
    }
    .cover-brand { font-size: 9px; font-weight: 800; }
    .cover-type { margin-top: 52px; color: #d8e5ff; font-size: 11px; text-align: center; }
    .cover-name { margin-top: 28px; font-size: 21px; font-weight: 700; }
    .cover-role { margin-top: 5px; color: #b7c1d2; font-size: 10px; }
    .cover-score {
      width: 82px;
      height: 82px;
      margin: 23px auto 8px;
      display: grid;
      place-items: center;
      border: 5px solid #19ba7c;
      border-radius: 50%;
      font-size: 24px;
      font-weight: 800;
    }
    .cover-rating { text-align: center; color: #2bdf9b; font-size: 10px; font-weight: 700; }
    .cover-meta {
      position: absolute;
      right: 23px;
      bottom: 31px;
      left: 23px;
      display: flex;
      justify-content: space-between;
      color: #9eabc0;
      font-size: 7px;
      line-height: 1.55;
    }
    .cover-meta strong { display: block; color: #fff; font-size: 8px; font-weight: 500; }
    .page-title { margin-bottom: 20px; color: #263550; font-size: 11px; font-weight: 700; }
    .page-row {
      display: grid;
      grid-template-columns: 36% 1fr;
      gap: 10px;
      padding: 8px 0;
      border-bottom: 1px solid #eef1f5;
      color: #657287;
      font-size: 7px;
    }
    .page-row strong { color: #25334b; font-size: 7px; }
    .page-row .report-status-verified { color: #14ad72; }
    .face-box {
      margin-top: 30px;
      padding: 14px;
      border: 1px solid #eef1f5;
      border-radius: 4px;
    }
    .face-avatar {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      float: left;
      margin-right: 15px;
      border-radius: 50%;
      color: #fff;
      background: #6e7f96;
      font-size: 23px;
    }
    .face-box b { display: block; color: #15ab70; font-size: 21px; }
    .face-box span { color: #657287; font-size: 8px; }
    .sample-form {
      position: relative;
      z-index: 3;
      width: calc(100% + 28px);
      max-width: none;
      height: 100%;
      margin-left: -28px;
      justify-self: stretch;
      box-sizing: border-box;
      scroll-margin-top: 96px;
      padding: 28px 28px 28px 48px;
      border: 1px solid #e4e8ef;
      border-left: 0;
      border-radius: 0 9px 9px 0;
      background: #fff;
      box-shadow: none;
    }
    .sample-form h3 { max-width: 245px; margin: 0 0 9px; font-size: 20px; line-height: 1.18; }
    .sample-form > p { max-width: 230px; margin: 0 0 20px; color: #657287; font-size: 11px; line-height: 1.6; }
    .form-field { margin-bottom: 12px; }
    .form-field label {
      display: block;
      margin-bottom: 5px;
      color: #3f4d64;
      font-size: 9px;
      font-weight: 600;
    }
    .form-field input, .form-field select {
      width: 100%;
      height: 38px;
      padding: 0 12px;
      border: 1px solid #dfe5ed;
      border-radius: 4px;
      outline: none;
      color: #24324b;
      background: #fff;
      font: 10px Inter, sans-serif;
    }
    .form-field input:focus, .form-field select:focus {
      border-color: #1765df;
      box-shadow: 0 0 0 3px rgba(23, 101, 223, .1);
    }
    .download-btn {
      width: 100%;
      height: 44px;
      margin-top: 5px;
      border: 0;
      border-radius: 5px;
      color: #fff;
      background: #1765df;
      cursor: pointer;
      font: 700 12px Inter, sans-serif;
      transition: .2s ease;
    }
    .download-btn:hover { background: #0f53bd; box-shadow: 0 9px 20px rgba(23, 101, 223, .24); }
    .form-secure { margin: 14px 0 0 !important; text-align: center; font-size: 9px !important; }
    .demo-cta-strip { padding: 20px 0 0; }
    .demo-cta-strip .demo-shell { max-width: none; padding: 0; }
    .cta-panel {
      display: grid;
      grid-template-columns: 1.7fr repeat(4, .65fr);
      align-items: center;
      gap: 24px;
      min-height: 190px;
      padding: 38px var(--page-gutter);
      border-radius: 0;
      color: #fff;
      background: linear-gradient(120deg,#071633,#081d4d);
    }
    .cta-main { display: flex; align-items: center; gap: 20px; }
    .cta-icon {
      width: 70px;
      height: 70px;
      display: grid;
      place-items: center;
      flex: 0 0 70px;
      border-radius: 50%;
      color: #1765df;
      background: #fff;
      font-size: 27px;
    }
    .cta-main h3 { margin: 0 0 7px; font-size: 18px; }
    .cta-main p { margin: 0 0 13px; color: #cbd4e8; font-size: 11px; }
    .cta-link { display:inline-flex;align-items:center;gap:16px;padding:13px 26px;border-radius:999px;color:#fff;background:#155be7;box-shadow:0 8px 20px rgba(21,91,231,.28);font-size:11px;font-weight:700;text-decoration:none; }
    .cta-stat { display: flex; align-items: center; gap: 10px; }
    .cta-stat i { color: #1765df; font-size: 18px; }
    .cta-stat strong { display: block; font-size: 17px; }
    .cta-stat span { display: block; margin-top: 2px; color: #cbd4e8; font-size: 9px; }
    @media (max-width: 1180px) {
      .demo-hero-grid { grid-template-columns: .8fr 1.2fr; gap: 35px; }
      .platform-grid { grid-template-columns: repeat(3, 1fr); }
      .report-grid { grid-template-columns: minmax(240px,.65fr) minmax(560px,1.55fr); gap: 28px; }
      .sample-form { grid-column: auto; width: calc(100% + 24px); max-width: none; margin-left: -24px; padding-left: 44px; }
      .cta-panel { grid-template-columns: repeat(4, 1fr); }
      .cta-main { grid-column: 1 / -1; }
    }
    @media (max-width: 900px) {
      .demo-hero { padding-top: 45px; }
      .demo-hero-grid { grid-template-columns: 1fr; }
      .demo-copy { max-width: 680px; }
      .dashboard { transform: none; min-height: 480px; }
      .report-grid { grid-template-columns: 1fr; }
      .report-copy { max-width: 650px; }
      .report-download-group { width: 100%; max-width: 850px; margin: 0 auto; }
      .report-visual { width: 100%; max-width: none; margin: 0; }
    }
    @media (max-width: 680px) {
      .demo-shell { padding: 0 var(--page-gutter); }
      .demo-title { font-size: 42px; }
      .demo-benefits { grid-template-columns: 1fr; }
      .dashboard { grid-template-columns: 1fr; min-height: 0; }
      .dash-sidebar { display: none; }
      .dash-overview { grid-template-columns: 1fr; }
      .trust-panel { display: none; }
      .platform-grid { grid-template-columns: repeat(2, 1fr); }
      .platform-card { min-height: 205px; }
      .report-download-group { grid-template-columns: 1fr; max-width: 580px; }
      .report-visual { min-height: 0; transform: none; margin: 0; }
      .demo-report-asset { height: auto; min-height: 0; border-radius: 9px 9px 0 0; object-fit: contain; }
      .report-connect-arrow { display: none; }
      .sample-form { width: 100%; height: auto; margin-left: 0; padding-left: 20px; border-top: 0; border-left: 1px solid #e4e8ef; border-radius: 0 0 9px 9px; }
      .sample-form { padding: 24px 20px; }
      .cta-panel { grid-template-columns: repeat(2, 1fr); padding: 25px 22px; }
      .cta-main { align-items: flex-start; }
    }
    @media (max-width: 430px) {
      .demo-title { font-size: 36px; }
      .platform-grid { grid-template-columns: 1fr; }
      .platform-card { min-height: 0; }
      .dash-work { padding: 15px 12px; }
      .dash-stats { grid-template-columns: repeat(2, 1fr); }
      .dash-table th:nth-child(2), .dash-table td:nth-child(2) { display: none; }
      .report-visual { min-height: 0; transform: none; margin: 0 auto; }
      .cta-panel { grid-template-columns: 1fr; }
      .cta-main { grid-column: auto; }
    }
