 :root {
      --rapport-primary: #f2b705;
      --rapport-primary-dark: #c89100;
      --rapport-dark: #171717;
      --rapport-dark-soft: #242424;
      --rapport-text: #343434;
      --rapport-muted: #707070;
      --rapport-light: #f6f4ef;
      --rapport-border: #e5e0d5;
      --rapport-white: #ffffff;
      --rapport-shadow: 0 20px 60px rgba(0, 0, 0, 0.13);
      --rapport-radius: 22px;
    }



    html {
      scroll-behavior: smooth;
    }

    body {
      color: var(--rapport-text);
      background: #fff;
    }

header{
  z-index: 10;
}
    .rapport-app-page {
      font-family: inherit;
      color: var(--rapport-text);
      background: #fff;
      overflow: hidden;
    }

    .rapport-app-page * {
      box-sizing: border-box;
    }

    .rapport-app-page a {
      color: inherit;
    }

    .rapport-app-page p {
      line-height: 1.75;
    }

    .rapport-section {
      position: relative;
      padding: 92px 0;
    }

    .rapport-section-sm {
      padding: 68px 0;
    }

    .rapport-section-light {
      background: var(--rapport-light);
    }

    .rapport-section-dark {
      background: var(--rapport-dark);
      color: #fff;
    }

    .rapport-section-dark p,
    .rapport-section-dark .rapport-muted {
      color: rgba(255, 255, 255, 0.74);
    }

    .rapport-eyebrow {
      display: inline-flex;
      align-items: center;
      margin-bottom: 16px;
      padding: 7px 12px;
      border-radius: 999px;
      background: rgba(242, 183, 5, 0.16);
      color: #8a6500;
      font-size: 0.78rem;
      line-height: 1;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .rapport-section-dark .rapport-eyebrow {
      background: rgba(242, 183, 5, 0.22);
      color: #ffd65c;
    }

    .rapport-title-xl {
      margin: 0;
      color: var(--rapport-dark);
      font-size: clamp(2.35rem, 5vw, 5.45rem)!important;
      line-height: 0.96;
      letter-spacing: -0.055em;
      font-weight: 900!important;
    }

    .rapport-section-dark .rapport-title-xl,
    .rapport-section-dark .rapport-title,
    .rapport-section-dark .rapport-title-md,
    .rapport-section-dark .rapport-card-title {
      color: #fff;
    }

    .rapport-title {
      margin: 0;
      color: var(--rapport-dark);
      font-size: clamp(2rem, 3.4vw, 3.45rem)!important;
      line-height: 1.06;
      letter-spacing: -0.045em;
      font-weight: 900!important;
    }

    .rapport-title-md {
      margin: 0;
      color: var(--rapport-dark);
      font-size: clamp(1.45rem, 2.4vw, 2.25rem)!important;
      line-height: 1.14;
      letter-spacing: -0.035em;
      font-weight: 850!important;
    }

    .rapport-lead {
      margin: 26px 0 0;
      color: #4a4a4a;
      font-size: 1.18rem;
      line-height: 1.8;
      max-width: 760px;
    }

    .rapport-muted {
      color: var(--rapport-muted);
    }

    .rapport-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 34px;
    }

    .rapport-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 14px 22px;
      border-radius: 999px;
      font-weight: 800;
      text-decoration: none;
      border: 2px solid transparent;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    }

    .rapport-btn:hover,
    .rapport-btn:focus {
      text-decoration: none;
      transform: translateY(-2px);
    }

    .rapport-btn-primary {
      background: var(--rapport-primary);
      color: #111;
      box-shadow: 0 12px 28px rgba(242, 183, 5, 0.32);
    }

    .rapport-btn-primary:hover,
    .rapport-btn-primary:focus {
      color: #111;
      background: #ffd24a;
      box-shadow: 0 16px 36px rgba(242, 183, 5, 0.38);
    }

    .rapport-btn-outline {
      border-color: rgba(0, 0, 0, 0.18);
      color: var(--rapport-dark);
      background: rgba(255, 255, 255, 0.7);
    }

    .rapport-btn-outline:hover,
    .rapport-btn-outline:focus {
      color: var(--rapport-dark);
      border-color: var(--rapport-dark);
      background: #fff;
    }

    .rapport-section-dark .rapport-btn-outline {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.26);
      background: rgba(255, 255, 255, 0.06);
    }

    .rapport-section-dark .rapport-btn-outline:hover,
    .rapport-section-dark .rapport-btn-outline:focus {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.65);
      background: rgba(255, 255, 255, 0.12);
    }

    .rapport-hero {
      min-height: 760px;
      padding: 96px 0 88px;
      background:
        radial-gradient(circle at top left, rgba(242, 183, 5, 0.22), transparent 36%),
        linear-gradient(135deg, #fff 0%, #f7f4ec 58%, #ece6d8 100%);
    }

    .rapport-hero:before {
      content: "";
      position: absolute;
      top: -120px;
      right: -120px;
      width: 440px;
      height: 440px;
      border-radius: 50%;
      background: rgba(242, 183, 5, 0.18);
      filter: blur(2px);
    }

    .rapport-hero:after {
      content: "";
      position: absolute;
      left: -100px;
      bottom: -180px;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: rgba(23, 23, 23, 0.05);
    }

    .rapport-hero .container {
      position: relative;
      z-index: 2;
    }

    .rapport-hero-points {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 34px;
      max-width: 780px;
    }

    .rapport-hero-point {
      padding: 18px;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.72);
      backdrop-filter: blur(10px);
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
    }

    .rapport-hero-point strong {
      display: block;
      color: var(--rapport-dark);
      font-size: 1.02rem;
      line-height: 1.22;
    }

    .rapport-hero-point span {
      display: block;
      margin-top: 6px;
      color: var(--rapport-muted);
      font-size: 0.93rem;
      line-height: 1.45;
    }

    .rapport-device-wrap {
      position: relative;
      max-width: 430px;
      margin: 0 auto;
    }

    .rapport-device-glow {
      position: absolute;
      inset: 12% -18% 8%;
      background: radial-gradient(circle, rgba(242, 183, 5, 0.32), transparent 65%);
      filter: blur(8px);
    }

    .rapport-device {
      position: relative;
      margin-left: auto;
      width: 100%;
      max-width: 370px;
      border: 12px solid #141414;
      border-radius: 38px;
      background: #111;
      box-shadow: var(--rapport-shadow);
      overflow: hidden;
      transform: rotate(2deg);
    }

    .rapport-device-screen {
      min-height: 640px;
      padding: 20px;
      background: linear-gradient(180deg, #f8f8f8, #ece7dc);
      border-radius: 27px;
      overflow: hidden;
    }

    .rapport-device-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 18px;
    }

    .rapport-app-label {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.84rem;
      font-weight: 900;
      color: #111;
    }

    .rapport-app-dot {
      width: 34px;
      height: 34px;
      border-radius: 12px;
      background: var(--rapport-primary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
    }

    .rapport-sync-pill {
      padding: 6px 10px;
      border-radius: 999px;
      background: #e8f8e8;
      color: #1d7b33;
      font-size: 0.72rem;
      font-weight: 850;
    }

    .rapport-form-card {
      padding: 18px;
      border-radius: 22px;
      background: #fff;
      box-shadow: 0 12px 34px rgba(0, 0, 0, 0.09);
    }

    .rapport-form-card + .rapport-form-card {
      margin-top: 14px;
    }

    .rapport-form-title {
      margin: 0 0 14px;
      color: #161616;
      font-size: 1rem!important;
      font-weight: 900!important;
    }

    .rapport-field {
      margin-bottom: 10px;
    }

    .rapport-field-label {
      display: block;
      margin-bottom: 5px;
      color: #7b7b7b;
      font-size: 0.7rem;
      font-weight: 800;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    .rapport-field-value {
      height: 36px;
      border-radius: 12px;
      background: #f2f2f2;
      color: #333;
      display: flex;
      align-items: center;
      padding: 0 12px;
      font-size: 0.86rem;
      font-weight: 700;
    }

    .rapport-field-row {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .rapport-photo-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      margin-top: 10px;
    }

    .rapport-photo {
      aspect-ratio: 1;
      border-radius: 12px;
      background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.02)),
        repeating-linear-gradient(45deg, #d6d1c7 0, #d6d1c7 8px, #e9e4d9 8px, #e9e4d9 16px);
    }

    .rapport-signature {
      height: 54px;
      border-radius: 12px;
      background: #fbfbfb;
      border: 1px solid #efefef;
      position: relative;
      overflow: hidden;
    }

    .rapport-signature svg {
      position: absolute;
      left: 18px;
      top: 12px;
      width: 160px;
      height: 30px;
    }

    .rapport-submit-bar {
      margin-top: 16px;
      padding: 14px;
      border-radius: 18px;
      background: var(--rapport-dark);
      color: #fff;
      text-align: center;
      font-size: 0.9rem;
      font-weight: 900;
    }

    .rapport-floating-card {
      position: absolute;
      left: -54px;
      bottom: 76px;
      width: 190px;
      padding: 16px;
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
      transform: rotate(-5deg);
    }

    .rapport-floating-card strong {
      display: block;
      color: #111;
      font-size: 0.95rem;
      line-height: 1.25;
    }

    .rapport-floating-card span {
      display: block;
      margin-top: 6px;
      color: var(--rapport-muted);
      font-size: 0.78rem;
      line-height: 1.45;
    }

    .rapport-problem-box {
      height: 100%;
      padding: 28px;
      border-radius: var(--rapport-radius);
      background: #fff;
      border: 1px solid var(--rapport-border);
      box-shadow: 0 12px 38px rgba(0, 0, 0, 0.05);
    }

    .rapport-problem-icon {
      width: 52px;
      height: 52px;
      margin-bottom: 20px;
      border-radius: 16px;
      background: rgba(242, 183, 5, 0.18);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.35rem;
      font-weight: 900;
      color: #8a6500;
    }

    .rapport-card-grid {
      margin-top: 44px;
    }

    .rapport-feature-card {
      height: 100%;
      padding: 30px;
      border-radius: var(--rapport-radius);
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.07);
      box-shadow: 0 14px 44px rgba(0, 0, 0, 0.055);
      transition: transform 0.22s ease, box-shadow 0.22s ease;
    }

    .rapport-feature-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
    }

    .rapport-feature-icon {
      width: 54px;
      height: 54px;
      margin-bottom: 22px;
      border-radius: 18px;
      background: var(--rapport-dark);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.24rem;
      font-weight: 900;
    }

    .rapport-feature-card:nth-child(2n) .rapport-feature-icon,
    .rapport-card-grid .col-md-6:nth-child(2n) .rapport-feature-icon {
      background: var(--rapport-primary);
      color: #111;
    }

    .rapport-card-title {
      margin: 0 0 12px;
      color: var(--rapport-dark);
      font-size: 1.18rem;
      font-weight: 900;
      letter-spacing: -0.015em;
    }

    .rapport-card-text {
      margin: 0;
      color: var(--rapport-muted);
      font-size: 0.98rem;
    }

    .rapport-steps {
      counter-reset: step;
      margin-top: 48px;
    }

    .rapport-step {
      position: relative;
      height: 100%;
      padding: 34px 26px 30px;
      border-radius: var(--rapport-radius);
      background: #fff;
      box-shadow: 0 12px 38px rgba(0, 0, 0, 0.06);
      border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .rapport-step:before {
      counter-increment: step;
      content: counter(step);
      display: inline-flex;
      width: 54px;
      height: 54px;
      margin-bottom: 22px;
      border-radius: 18px;
      align-items: center;
      justify-content: center;
      background: var(--rapport-primary);
      color: #111;
      font-size: 1.4rem;
      font-weight: 900;
    }

    .rapport-step h3 {
      margin: 0 0 10px;
      color: var(--rapport-dark);
      font-size: 1.14rem;
      font-weight: 900;
    }

    .rapport-step p {
      margin: 0;
      color: var(--rapport-muted);
      font-size: 0.96rem;
    }

    .rapport-workflow {
      padding: 34px;
      border-radius: 28px;
      background: #fff;
      box-shadow: var(--rapport-shadow);
    }

    .rapport-flow-item {
      display: flex;
      align-items: flex-start;
      gap: 18px;
      padding: 18px 0;
      border-bottom: 1px solid #efebe2;
    }

    .rapport-flow-item:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }

    .rapport-flow-num {
      flex: 0 0 42px;
      width: 42px;
      height: 42px;
      border-radius: 14px;
      background: var(--rapport-dark);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
    }

    .rapport-flow-item h3 {
      margin: 0 0 5px;
      color: var(--rapport-dark);
      font-size: 1.08rem;
      font-weight: 900;
    }

    .rapport-flow-item p {
      margin: 0;
      color: var(--rapport-muted);
      font-size: 0.95rem;
      line-height: 1.6;
    }

    .rapport-industry-wrap {
      margin-top: 42px;
    }

    .rapport-industry-card {
      display: flex;
      align-items: center;
      min-height: 74px;
      padding: 18px 20px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.12);
      color: #fff;
      font-weight: 850;
      line-height: 1.35;
    }

    .rapport-industry-card:before {
      content: "";
      width: 10px;
      height: 10px;
      margin-right: 12px;
      border-radius: 50%;
      background: var(--rapport-primary);
      flex: 0 0 10px;
    }

    .rapport-benefit-panel {
      padding: 30px;
      height: 100%;
      border-radius: var(--rapport-radius);
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .rapport-benefit-panel strong {
      display: block;
      margin-bottom: 10px;
      color: #fff;
      font-size: 1.08rem;
      font-weight: 900;
    }

    .rapport-benefit-panel p {
      margin: 0;
      font-size: 0.96rem;
    }

    .rapport-browser-card {
      position: relative;
      padding: 34px;
      border-radius: 28px;
      background: #fff;
      box-shadow: var(--rapport-shadow);
      overflow: hidden;
    }

    .rapport-browser-bar {
      display: flex;
      gap: 7px;
      margin-bottom: 26px;
    }

    .rapport-browser-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #d9d9d9;
    }

    .rapport-browser-url {
      margin-bottom: 20px;
      padding: 13px 16px;
      border-radius: 999px;
      background: #f2f2f2;
      color: var(--rapport-muted);
      font-size: 0.92rem;
      font-weight: 750;
    }

    .rapport-browser-list {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .rapport-browser-list li {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 0;
      border-bottom: 1px solid #efefef;
      color: #333;
      font-weight: 750;
    }

    .rapport-browser-list li:last-child {
      border-bottom: 0;
    }

    .rapport-check {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: var(--rapport-primary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #111;
      font-size: 0.8rem;
      font-weight: 900;
      flex: 0 0 24px;
    }

    .rapport-example-card {
      height: 100%;
      padding: 30px;
      border-radius: var(--rapport-radius);
      background: #fff;
      box-shadow: 0 12px 38px rgba(0, 0, 0, 0.06);
      border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .rapport-example-card small {
      display: inline-flex;
      margin-bottom: 16px;
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(242, 183, 5, 0.16);
      color: #8a6500;
      font-weight: 850;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .rapport-example-card h3 {
      margin: 0 0 12px;
      color: var(--rapport-dark);
      font-size: 1.25rem;
      font-weight: 900;
    }

    .rapport-example-card p {
      margin: 0;
      color: var(--rapport-muted);
      font-size: 0.98rem;
    }

    .rapport-quote {
      padding: 42px;
      border-radius: 30px;
      background: var(--rapport-dark);
      color: #fff;
      box-shadow: var(--rapport-shadow);
    }

    .rapport-quote p {
      margin: 0;
      color: rgba(255, 255, 255, 0.82);
      font-size: 1.15rem;
      line-height: 1.85;
    }

    .rapport-quote strong {
      display: block;
      margin-top: 24px;
      color: #fff;
      font-size: 1rem;
    }

    .rapport-faq-item {
      height: 100%;
      padding: 28px;
      border-radius: var(--rapport-radius);
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.07);
      box-shadow: 0 12px 38px rgba(0, 0, 0, 0.045);
    }

    .rapport-faq-item h3 {
      margin: 0 0 12px;
      color: var(--rapport-dark);
      font-size: 1.12rem;
      font-weight: 900;
    }

    .rapport-faq-item p {
      margin: 0;
      color: var(--rapport-muted);
      font-size: 0.97rem;
    }

    .rapport-cta {
      background:
        radial-gradient(circle at 12% 0%, rgba(242, 183, 5, 0.24), transparent 34%),
        linear-gradient(135deg, #171717 0%, #272727 100%);
      color: #fff;
    }

    .rapport-cta-box {
      padding: 52px;
      border-radius: 32px;
      background: rgba(255, 255, 255, 0.07);
      border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .rapport-cta .rapport-title {
      color: #fff;
    }

    .rapport-cta .rapport-lead {
      color: rgba(255, 255, 255, 0.76);
    }

    .rapport-mini-note {
      margin-top: 18px;
      color: var(--rapport-muted);
      font-size: 0.94rem;
    }

    @media (max-width: 1199.98px) {
      .rapport-device {
        max-width: 340px;
      }

      .rapport-device-screen {
        min-height: 600px;
      }
    }

    @media (max-width: 991.98px) {
      .rapport-section {
        padding: 74px 0;
      }

      .rapport-hero {
        min-height: auto;
        padding: 76px 0;
      }

      .rapport-device-wrap {
        margin-top: 50px;
      }

      .rapport-device {
        margin-right: auto;
        transform: none;
      }

      .rapport-floating-card {
        left: 10px;
        bottom: 46px;
      }

      .rapport-hero-points {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 767.98px) {
      .rapport-section {
        padding: 58px 0;
      }

      .rapport-title-xl {
        font-size: 2.65rem;
        letter-spacing: -0.04em;
      }

      .rapport-title {
        font-size: 2.1rem;
        letter-spacing: -0.035em;
      }

      .rapport-lead {
        font-size: 1.05rem;
      }

      .rapport-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .rapport-btn {
        width: 100%;
      }

      .rapport-device {
        max-width: 330px;
        border-width: 9px;
        border-radius: 31px;
      }

      .rapport-device-screen {
        min-height: auto;
        padding: 16px;
        border-radius: 22px;
      }

      .rapport-floating-card {
        display: none;
      }

      .rapport-field-row {
        grid-template-columns: 1fr;
      }

      .rapport-workflow,
      .rapport-browser-card,
      .rapport-quote,
      .rapport-cta-box {
        padding: 28px;
        border-radius: 24px;
      }
    }

    @media (max-width: 480px) {
      .rapport-title-xl {
        font-size: 2.25rem;
      }

      .rapport-title {
        font-size: 1.85rem;
      }

      .rapport-hero {
        padding: 58px 0;
      }

      .rapport-feature-card,
      .rapport-problem-box,
      .rapport-step,
      .rapport-example-card,
      .rapport-faq-item {
        padding: 24px;
      }
    }