﻿
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

/* CRITICAL: Prevent horizontal overflow at root level */
html {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* Styleguide */
:root {
  --dark-white: rgba(247, 245, 240, 1);
  --black: rgba(0, 0, 0, 1);
  --background: rgba(7, 28, 33, 1);
  --dark-blue: rgba(33, 38, 48, 1);
  --turquoise: rgba(102, 214, 204, 1);
  --dark-white-2: rgba(244, 241, 232, 1);
  --border: rgba(231, 225, 206, 1);
  --blue: rgba(57, 113, 192, 1);
  --green: rgba(102, 214, 204, 1);
  --white: rgba(255, 255, 255, 1);
  --desktop-tags-font-family: "GT Standard Trial", Helvetica;
  --desktop-tags-font-weight: 400;
  --desktop-tags-font-size: 14px;
  --desktop-tags-letter-spacing: 0px;
  --desktop-tags-line-height: 129.99999523162842%;
  --desktop-tags-font-style: normal;
  --desktop-h3-font-family: "GT Standard Trial", Helvetica;
  --desktop-h3-font-weight: 400;
  --desktop-h3-font-size: 54px;
  --desktop-h3-letter-spacing: -1.08px;
  --desktop-h3-line-height: 100%;
  --desktop-h3-font-style: normal;
  --desktop-body-small-font-family: "GT Standard Trial", Helvetica;
  --desktop-body-small-font-weight: 400;
  --desktop-body-small-font-size: 16px;
  --desktop-body-small-letter-spacing: -0.16px;
  --desktop-body-small-line-height: 139.9999976158142%;
  --desktop-body-small-font-style: normal;
  --desktop-h4-font-family: "GT Standard Trial", Helvetica;
  --desktop-h4-font-weight: 400;
  --desktop-h4-font-size: 30px;
  --desktop-h4-letter-spacing: -0.6px;
  --desktop-h4-line-height: 100%;
  --desktop-h4-font-style: normal;
  --desktop-h5-font-family: "GT Standard Trial", Helvetica;
  --desktop-h5-font-weight: 400;
  --desktop-h5-font-size: 22px;
  --desktop-h5-letter-spacing: -0.44px;
  --desktop-h5-line-height: 120.00000476837158%;
  --desktop-h5-font-style: normal;
  --desktop-h6-font-family: "GT Standard Trial", Helvetica;
  --desktop-h6-font-weight: 400;
  --desktop-h6-font-size: 20px;
  --desktop-h6-letter-spacing: -0.4px;
  --desktop-h6-line-height: 110.00000238418579%;
  --desktop-h6-font-style: normal;
  --desktop-h2-font-family: "GT Standard Trial", Helvetica;
  --desktop-h2-font-weight: 400;
  --desktop-h2-font-size: 62px;
  --desktop-h2-letter-spacing: -1.24px;
  --desktop-h2-line-height: 100%;
  --desktop-h2-font-style: normal;
  --cards-shadow:
    1px 6px 13px 0px rgba(0, 0, 0, 0.03), 3px 24px 24px 0px rgba(0, 0, 0, 0.02), 6px 54px 33px 0px rgba(
      0,
      0,
      0,
      0.01
    ), 10px 96px 39px 0px rgba(0, 0, 0, 0), 16px 151px 42px 0px rgba(0, 0, 0, 0);
}

/* Main styles */
.use-cases-detail {
  display: flex;
  flex-direction: column;
 
  align-items: stretch;
  position: relative;
  background-color: var(--dark-white);
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  max-width: 100vw;
}

.use-cases-detail .navbar {
  display: flex;
 
  height: 98px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 72px;
  position: relative;
}

.use-cases-detail .group {
  position: relative;
  width: 174.92px;
  height: 19.08px;
}

.use-cases-detail .frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow:
    0px 15px 33px #0000001a,
    0px 60px 60px #00000017,
    0px 135px 81px #0000000d,
    0px 240px 96px #00000003,
    0px 374px 105px transparent;
}

.use-cases-detail .div {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.use-cases-detail .link-text {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: #000000;
  font-size: var(--desktop-tags-font-size);
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  white-space: nowrap;
  font-style: var(--desktop-tags-font-style);
}

.use-cases-detail .frame-wrapper {
  display: flex;
  flex-direction: column;
  width: 174px;
  align-items: flex-end;
  gap: 8px;
  position: relative;
}

.use-cases-detail .button-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
  padding: 4px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow:
    0px 15px 33px #0000001a,
    0px 60px 60px #00000017,
    0px 135px 81px #0000000d,
    0px 240px 96px #00000003,
    0px 374px 105px transparent;
}

.use-cases-detail .button {
  all: unset;
  box-sizing: border-box;
  padding: 6px 13px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--turquoise);
  display: inline-flex;
  height: 33px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
}

.use-cases-detail .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: #000000;
  font-size: var(--desktop-tags-font-size);
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  white-space: nowrap;
  font-style: var(--desktop-tags-font-style);
}

.use-cases-detail .hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 72px;
  padding: 64px 72px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.use-cases-detail .p {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: var(--black);
  font-size: var(--desktop-tags-font-size);
  text-align: center;
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  white-space: nowrap;
  font-style: var(--desktop-tags-font-style);
}

.use-cases-detail .frame-2 {
  display: flex;
  align-items: flex-start;
  gap: 72px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.use-cases-detail .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.use-cases-detail .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.use-cases-detail .link-text-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--desktop-h3-font-family);
  font-weight: var(--desktop-h3-font-weight);
  color: #000000;
  font-size: var(--desktop-h3-font-size);
  letter-spacing: var(--desktop-h3-letter-spacing);
  line-height: var(--desktop-h3-line-height);
  font-style: var(--desktop-h3-font-style);
}

.use-cases-detail .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  font-family: var(--desktop-body-small-font-family);
  font-weight: var(--desktop-body-small-font-weight);
  color: var(--background);
  font-size: var(--desktop-body-small-font-size);
  letter-spacing: var(--desktop-body-small-letter-spacing);
  line-height: var(--desktop-body-small-line-height);
  font-style: var(--desktop-body-small-font-style);
}

.use-cases-detail .fussionchart-wrapper {
  display: flex;
  flex-direction: column;
  height: 354px;
  align-items: center;
  gap: 12px;
  padding: 6px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #f8fcff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--cards-shadow);
}

.use-cases-detail .fussionchart {
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  background-color: var(--dark-white-2);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--border);
}

.use-cases-detail .download {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 342px;
  background-blend-mode: multiply;
  aspect-ratio: 2.06;
}

.use-cases-detail .hero-2 {
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 64px 72px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.use-cases-detail .frame-4 {
  display: flex;
  height: 600px;
  align-items: flex-start;
  gap: 72px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.use-cases-detail .frame-5 {
  display: flex;
  flex-direction: column;
  height: 600px;
  align-items: center;
  gap: 12px;
  padding: 6px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #f8fcff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--cards-shadow);
}

.use-cases-detail .link-text-3 {
  position: absolute;
  top: calc(50.00% - 9px);
  left: calc(50.00% - 91px);
  font-family: "GT Standard Trial-LRg", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20.8px;
  white-space: nowrap;
}

.use-cases-detail .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.use-cases-detail .frame-6 {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

/* feature rows inside the features list â€” must wrap */
.use-cases-detail .frame-9 > .frame-6 {
  display: flex;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.use-cases-detail .link-text-wrapper {
  all: unset;
  box-sizing: border-box;
  padding: 6px 13px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--blue);
  display: inline-flex;
  height: 33px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
}

.use-cases-detail .link-text-4 {
  position: relative;
  width: fit-content;
  font-family: var(--desktop-tags-font-family);
  font-weight: var(--desktop-tags-font-weight);
  color: #ffffff;
  font-size: var(--desktop-tags-font-size);
  letter-spacing: var(--desktop-tags-letter-spacing);
  line-height: var(--desktop-tags-line-height);
  white-space: nowrap;
  font-style: var(--desktop-tags-font-style);
}

.use-cases-detail .button-2 {
  display: inline-flex;
  height: 33px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 13px;
  position: relative;
  flex: 0 0 auto;
  background-color: #000000;
  border-radius: 4px;
}

.use-cases-detail .hero-3 {
  align-items: flex-start;
  gap: 72px;
  padding: 100px 72px 64px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.use-cases-detail .frame-7 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 72px;
  position: relative;
  flex: 0 0 auto;
}

.use-cases-detail .frame-8 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.use-cases-detail .text-wrapper-3 {
  position: relative;
  width: 682px;
  margin-top: -1px;
  font-family: "GT Standard Trial-LMd", Helvetica;
  font-weight: 400;
  color: var(--dark-blue);
  font-size: 30px;
  letter-spacing: -0.6px;
  line-height: 30px;
}

.use-cases-detail .frame-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1 1 0;
  width: 100%;
  min-width: 0;
}

.use-cases-detail .check-box {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 3px 3px;
  position: relative;
  aspect-ratio: 1;
}

.use-cases-detail .img {
  position: relative;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  aspect-ratio: 1;
}

.use-cases-detail .text-wrapper-4 {
  position: relative;
  width: auto;
  flex: 1 1 0;
  min-width: 0;
  margin-top: -1px;
  font-family: "GT Standard Trial-LRg", Helvetica;
  font-weight: 400;
  color: var(--dark-blue);
  font-size: 18px;
  letter-spacing: -0.18px;
  line-height: 27px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.use-cases-detail .frame-10 {
  display: flex;
  width: 639px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.use-cases-detail .text-wrapper-5 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "GT Standard Trial-LRg", Helvetica;
  font-weight: 400;
  color: var(--dark-blue);
  font-size: 18px;
  letter-spacing: -0.18px;
  line-height: 27px;
}

.use-cases-detail .text-wrapper-6 {
  position: relative;
  width: 682px;
  margin-top: -1px;
  font-family: var(--desktop-h4-font-family);
  font-weight: var(--desktop-h4-font-weight);
  color: var(--dark-blue);
  font-size: var(--desktop-h4-font-size);
  letter-spacing: var(--desktop-h4-letter-spacing);
  line-height: var(--desktop-h4-line-height);
  font-style: var(--desktop-h4-font-style);
}

.use-cases-detail .frame-11 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.use-cases-detail .text-wrapper-7 {
  position: relative;
  width: 682px;
  margin-top: -1px;
  font-family: "GT Standard Trial-LMd", Helvetica;
  font-weight: 400;
  color: var(--dark-blue);
  font-size: 22px;
  letter-spacing: -0.44px;
  line-height: 26.4px;
}

.use-cases-detail .make-sure-you-have {
  position: relative;
  width: 641px;
  font-family: "GT Standard Trial-LRg", Helvetica;
  font-weight: 400;
  color: var(--dark-blue);
  font-size: 18px;
  letter-spacing: -0.18px;
  line-height: 27px;
}

.use-cases-detail .flexcontainer {
  display: flex;
  flex-direction: column;
  width: 682px;
  height: 297px;
  align-items: flex-start;
  gap: 16px;
}

.use-cases-detail .text {
  position: relative;
  align-self: stretch;
  font-family: "GT Standard Trial-Regular", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 18px;
  letter-spacing: -0.18px;
  line-height: 27px;
}

.use-cases-detail .span {
  color: #20262f;
  letter-spacing: -0.03px;
}

.use-cases-detail .text-wrapper-8 {
  color: #3971c0;
  letter-spacing: -0.03px;
}

.use-cases-detail .frame-12 {
  display: flex;
  flex-direction: column;
  width: 542px;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  position: relative;
  background-color: var(--white);
  border-radius: 4px;
  box-shadow: var(--cards-shadow);
}

.use-cases-detail .frame-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.use-cases-detail .text-wrapper-9 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--desktop-h5-font-family);
  font-weight: var(--desktop-h5-font-weight);
  color: var(--dark-blue);
  font-size: var(--desktop-h5-font-size);
  letter-spacing: var(--desktop-h5-letter-spacing);
  line-height: var(--desktop-h5-line-height);
  white-space: nowrap;
  font-style: var(--desktop-h5-font-style);
}

.use-cases-detail .frame-14 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4px 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.use-cases-detail .button-3 {
  all: unset;
  box-sizing: border-box;
  padding: 6px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #3971c00d;
  border: 1px solid;
  border-color: #3971c033;
  display: inline-flex;
  height: 33px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
}

.use-cases-detail .frame-15 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.use-cases-detail .img-2 {
  position: relative;
  width: 24px;
  height: 20px;
}

.use-cases-detail .text-wrapper-10 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "GT Standard Trial-LRg", Helvetica;
  font-weight: 400;
  color: #3971c0;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 21px;
  white-space: nowrap;
}

.use-cases-detail .button-4 {
  all: unset;
  box-sizing: border-box;
  padding: 6px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #0000000a;
  border: 1px solid;
  border-color: #0000001a;
  display: inline-flex;
  height: 33px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
}

.use-cases-detail .react-logo {
  position: relative;
  width: 20px;
  height: 18px;
  aspect-ratio: 1.11;
}

.use-cases-detail .text-wrapper-11 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "GT Standard Trial-LRg", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 21px;
  white-space: nowrap;
}

.use-cases-detail .img-3 {
  position: relative;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  object-fit: cover;
}

.use-cases-detail .group-2 {
  position: relative;
  width: 12.89px;
  height: 16.12px;
  aspect-ratio: 0.8;
}

.use-cases-detail .vector {
  position: absolute;
  width: 26.09%;
  height: 100%;
  top: 0;
  left: 73.91%;
}

.use-cases-detail .vector-2 {
  position: absolute;
  width: 100%;
  height: 90.44%;
  top: 9.56%;
  left: 0;
}

.use-cases-detail .vector-3 {
  position: absolute;
  width: 63.07%;
  height: 60.88%;
  top: 39.12%;
  left: 36.93%;
}

.use-cases-detail .vector-4 {
  position: absolute;
  width: 26.09%;
  height: 21.74%;
  top: 78.26%;
  left: 73.91%;
}

.use-cases-detail .express-js-icon {
  position: relative;
  width: 16px;
  height: 20px;
  aspect-ratio: 0.8;
}

.use-cases-detail .hero-4 {
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 100px 72px 120px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.use-cases-detail .frame-16 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.use-cases-detail .link-text-5 {
  position: relative;
  width: 932px;
  margin-top: -1px;
  font-family: var(--desktop-h4-font-family);
  font-weight: var(--desktop-h4-font-weight);
  color: #000000;
  font-size: var(--desktop-h4-font-size);
  text-align: center;
  letter-spacing: var(--desktop-h4-letter-spacing);
  line-height: var(--desktop-h4-line-height);
  font-style: var(--desktop-h4-font-style);
}

.use-cases-detail .frame-17 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 1296px;
  height: auto;
  align-items: start;
  gap: 20px;
  position: relative;
}

.use-cases-detail .frame-18 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 6px 6px 16px;
  position: relative;
  flex: none;
  align-self: auto;
  flex-grow: 0;
  background-color: #f8fcff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--cards-shadow);
}

.use-cases-detail .fussionchart-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 174px;
  background-color: var(--dark-white-2);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--border);
}

.use-cases-detail .fussionchart-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.use-cases-detail .raphael-paper {
  top: -27px;
  left: -38px;
  width: 547px;
  height: 392px;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.use-cases-detail .group-3 {
  height: 404px;
  margin-top: -38.29px;
  display: flex;
  align-items: flex-start;
  min-width: 530px;
  gap: 18183px;
}

.use-cases-detail .group-4 {
  width: 78px;
  height: 78px;
  margin-left: -18219px;
  margin-top: -16043px;
  background-image: url(./img/image.svg);
  background-size: 100% 100%;
}

.use-cases-detail .overlap {
  align-self: center;
  margin-top: 33.51px;
  width: 488px;
  height: 332px;
  position: relative;
}

.use-cases-detail .group-5 {
  position: absolute;
  width: 388px;
  height: 174px;
  top: 12px;
  left: 15px;
}

.use-cases-detail .overlap-group-wrapper {
  position: absolute;
  height: 332px;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  min-width: 488px;
}

.use-cases-detail .overlap-group {
  width: 488px;
  height: 332px;
  position: relative;
}

.use-cases-detail .group-6 {
  position: absolute;
  width: 114px;
  height: 33px;
  top: 299px;
  left: 67px;
}

.use-cases-detail .group-7 {
  position: absolute;
  width: 101.75%;
  height: 39.95%;
  top: 0;
  left: 0;
}

.use-cases-detail .vector-5 {
  position: absolute;
  width: 15768.57%;
  height: 123447.60%;
  top: -123347.60%;
  left: -15668.57%;
}

.use-cases-detail .text-wrapper-12 {
  position: absolute;
  width: 71.38%;
  height: 100%;
  top: 0;
  left: 26.90%;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #f4191f;
  font-size: 10.9px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .group-8 {
  position: absolute;
  width: 96.50%;
  height: 39.95%;
  top: 60.05%;
  left: 0;
}

.use-cases-detail .vector-6 {
  position: absolute;
  width: 16621.07%;
  height: 123447.48%;
  top: -123347.48%;
  left: -16521.07%;
}

.use-cases-detail .text-wrapper-13 {
  position: absolute;
  width: 69.82%;
  height: 100%;
  top: 0;
  left: 28.36%;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #2292d2;
  font-size: 10.9px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .group-wrapper {
  position: absolute;
  height: 322px;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  min-width: 488px;
}

.use-cases-detail .group-9 {
  display: flex;
  align-items: flex-start;
  min-width: 488px;
}

.use-cases-detail .group-10 {
  width: 488px;
  height: 322px;
  position: relative;
}

.use-cases-detail .group-11 {
  position: absolute;
  width: 90.04%;
  height: 88.98%;
  top: 11.02%;
  left: 9.96%;
}

.use-cases-detail .group-12 {
  position: absolute;
  width: 104.10%;
  height: 100%;
  top: 0;
  left: 0;
}

.use-cases-detail .text-wrapper-14 {
  position: absolute;
  width: 6.69%;
  height: 3.72%;
  top: 0;
  left: 37.17%;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #343434;
  font-size: 10.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-15 {
  position: absolute;
  width: 9.84%;
  height: 3.72%;
  top: 23.77%;
  left: 33.03%;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #343434;
  font-size: 10.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-16 {
  width: 12.60%;
  height: 3.72%;
  top: 26.92%;
  left: 5.31%;
  font-weight: 400;
  color: #343434;
  font-size: 10.2px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

.use-cases-detail .text-wrapper-17 {
  position: absolute;
  width: 5.51%;
  height: 3.72%;
  top: 33.47%;
  left: 22.67%;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #343434;
  font-size: 10.2px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-18 {
  width: 8.47%;
  height: 3.72%;
  top: 54.57%;
  left: 87.60%;
  font-weight: 400;
  color: #343434;
  font-size: 10.2px;
  white-space: nowrap;
  position: absolute;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

.use-cases-detail .text-wrapper-19 {
  width: 7.09%;
  top: 74.45%;
  left: 83.89%;
  position: absolute;
  height: 3.72%;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #343434;
  font-size: 10.2px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-20 {
  width: 8.27%;
  top: 81.97%;
  left: 44.41%;
  text-align: right;
  position: absolute;
  height: 3.72%;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #343434;
  font-size: 10.2px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-21 {
  width: 10.24%;
  height: 3.72%;
  top: 96.28%;
  left: 62.48%;
  font-weight: 400;
  color: #343434;
  font-size: 10.2px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

.use-cases-detail .text-wrapper-22 {
  width: 5.32%;
  height: 3.72%;
  top: 72.03%;
  left: 0;
  font-weight: 400;
  color: #343434;
  font-size: 10.2px;
  text-align: right;
  white-space: nowrap;
  position: absolute;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

.use-cases-detail .text-wrapper-23 {
  width: 7.48%;
  height: 3.72%;
  top: 14.79%;
  left: 19.35%;
  font-weight: 400;
  color: #343434;
  font-size: 10.2px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

.use-cases-detail .frame-19 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px 16px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.use-cases-detail .frame-20 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.use-cases-detail .text-wrapper-24 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--desktop-h6-font-family);
  font-weight: var(--desktop-h6-font-weight);
  color: var(--background);
  font-size: var(--desktop-h6-font-size);
  letter-spacing: var(--desktop-h6-letter-spacing);
  line-height: var(--desktop-h6-line-height);
  font-style: var(--desktop-h6-font-style);
}

.use-cases-detail .text-wrapper-25 {
  position: relative;
  align-self: stretch;
  height: 22px;
  font-family: var(--desktop-body-small-font-family);
  font-weight: var(--desktop-body-small-font-weight);
  color: var(--background);
  font-size: var(--desktop-body-small-font-size);
  letter-spacing: var(--desktop-body-small-letter-spacing);
  line-height: var(--desktop-body-small-line-height);
  white-space: nowrap;
  font-style: var(--desktop-body-small-font-style);
}

.use-cases-detail .frame-21 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 14px;
}

.use-cases-detail .frame-22 {
  display: flex;
  flex-direction: column;
  height: 354px;
  align-items: center;
  gap: 12px;
  padding: 6px 6px 16px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: #f8fcff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--cards-shadow);
}

.use-cases-detail .group-13 {
  position: relative;
  width: 374px;
  height: 360px;
  top: -225px;
  left: -24px;
}

.use-cases-detail .group-14 {
  position: absolute;
  width: 79.46%;
  height: 37.48%;
  top: 62.52%;
  left: 20.54%;
}

.use-cases-detail .group-15 {
  position: absolute;
  width: 75.55%;
  height: 59.43%;
  top: 30.46%;
  left: 25.46%;
}

.use-cases-detail .text-wrapper-26 {
  position: absolute;
  width: 5.67%;
  height: 2.81%;
  top: 31.65%;
  left: 67.15%;
  transform: rotate(-10.7deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-27 {
  position: absolute;
  width: 8.50%;
  height: 2.81%;
  top: 35.22%;
  left: 54.14%;
  transform: rotate(-9.17deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-28 {
  position: absolute;
  width: 6.38%;
  height: 2.81%;
  top: 24.53%;
  left: 65.12%;
  transform: rotate(-21.54deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-29 {
  position: absolute;
  width: 9.92%;
  height: 2.81%;
  top: 18.59%;
  left: 60.97%;
  transform: rotate(-31.29deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-30 {
  position: absolute;
  width: 9.92%;
  height: 2.81%;
  top: 9.20%;
  left: 54.91%;
  transform: rotate(-49.56deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-31 {
  position: absolute;
  width: 7.44%;
  height: 2.81%;
  top: 24.82%;
  left: 51.09%;
  transform: rotate(-37.17deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-32 {
  position: absolute;
  width: 10.27%;
  height: 2.81%;
  top: 5.15%;
  left: 50.54%;
  transform: rotate(-59.46deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-33 {
  position: absolute;
  width: 4.25%;
  height: 2.81%;
  top: 18.42%;
  left: 46.91%;
  transform: rotate(-61.71deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-34 {
  position: absolute;
  width: 6.73%;
  height: 2.81%;
  top: 16.70%;
  left: 42.66%;
  transform: rotate(-71.97deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-35 {
  position: absolute;
  width: 7.08%;
  height: 2.81%;
  top: 15.87%;
  left: 38.97%;
  transform: rotate(-83.72deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-36 {
  position: absolute;
  width: 5.67%;
  height: 2.81%;
  top: 16.75%;
  left: 33.30%;
  transform: rotate(73.75deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-37 {
  position: absolute;
  width: 4.96%;
  height: 2.81%;
  top: 20.86%;
  left: 27.28%;
  transform: rotate(50.97deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-38 {
  position: absolute;
  width: 6.02%;
  height: 2.81%;
  top: 29.50%;
  left: 9.22%;
  transform: rotate(13.93deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-39 {
  position: absolute;
  width: 7.08%;
  height: 2.81%;
  top: 39.03%;
  left: 7.70%;
  transform: rotate(-0.15deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-40 {
  position: absolute;
  width: 6.73%;
  height: 2.81%;
  top: 47.71%;
  left: 8.58%;
  transform: rotate(-12.96deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-41 {
  position: absolute;
  width: 3.19%;
  height: 2.81%;
  top: 33.27%;
  left: 22.09%;
  transform: rotate(13.99deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-42 {
  width: 4.25%;
  height: 2.81%;
  top: 59.52%;
  left: 0;
  transform: rotate(-22.23deg);
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

.use-cases-detail .text-wrapper-43 {
  width: 3.90%;
  height: 2.81%;
  top: 54.40%;
  left: 11.64%;
  transform: rotate(-23.48deg);
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

.use-cases-detail .text-wrapper-44 {
  position: absolute;
  width: 7.79%;
  height: 2.81%;
  top: 63.08%;
  left: 13.57%;
  transform: rotate(-38.27deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-45 {
  width: 4.25%;
  top: 81.33%;
  left: 12.08%;
  transform: rotate(-50.54deg);
  position: absolute;
  height: 2.81%;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-46 {
  width: 7.79%;
  top: 85.42%;
  left: 14.85%;
  transform: rotate(-58.14deg);
  position: absolute;
  height: 2.81%;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-47 {
  position: absolute;
  width: 10.27%;
  height: 2.81%;
  top: 90.66%;
  left: 21.69%;
  transform: rotate(-70.65deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  color: #000000;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-48 {
  width: 4.25%;
  top: 75.14%;
  left: 27.05%;
  transform: rotate(-67.49deg);
  position: absolute;
  height: 2.81%;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-49 {
  position: absolute;
  width: 7.08%;
  height: 2.81%;
  top: 93.82%;
  left: 41.01%;
  transform: rotate(85.12deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-50 {
  position: absolute;
  width: 6.38%;
  height: 2.81%;
  top: 77.97%;
  left: 41.84%;
  transform: rotate(82.27deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-51 {
  position: absolute;
  width: 4.61%;
  height: 2.81%;
  top: 84.74%;
  left: 61.69%;
  transform: rotate(56.36deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-52 {
  position: absolute;
  width: 5.67%;
  height: 2.81%;
  top: 68.50%;
  left: 72.95%;
  transform: rotate(32.8deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-53 {
  position: absolute;
  width: 8.15%;
  height: 2.81%;
  top: 64.61%;
  left: 59.35%;
  transform: rotate(40.86deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-54 {
  position: absolute;
  width: 10.27%;
  height: 2.81%;
  top: 41.03%;
  left: 65.30%;
  transform: rotate(3.11deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .text-wrapper-55 {
  position: absolute;
  width: 2.83%;
  height: 2.81%;
  top: 62.39%;
  left: 42.29%;
  transform: rotate(81.45deg);
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 5.2px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.use-cases-detail .group-16 {
  position: relative;
  width: 48px;
  height: 48px;
  top: -16070px;
  left: -18696px;
  background-image: url(./img/vector-10.svg);
  background-size: 100% 100%;
}

.use-cases-detail .raphael-paper-2 {
  top: 16px;
  left: 52px;
  width: 313px;
  height: 344px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.use-cases-detail .group-17 {
  width: 333px;
  height: 331px;
  position: relative;
  margin-left: -25px;
  margin-top: -0.39px;
}

.use-cases-detail .group-18 {
  position: absolute;
  width: 91.90%;
  height: 81.90%;
  top: 6.55%;
  left: 7.87%;
  background-image: url(./img/vector-6.svg);
  background-size: 100% 100%;
}

.use-cases-detail .group-19 {
  position: absolute;
  width: 92.13%;
  height: 93.45%;
  top: 6.55%;
  left: 7.87%;
}

.use-cases-detail .clip-path-group-wrapper {
  position: absolute;
  height: 137px;
  top: 21px;
  left: 25px;
  display: flex;
  align-items: flex-start;
  min-width: 307px;
  background-image: url(./img/clip-path-group.png);
  background-size: 100% 100%;
}

.use-cases-detail .clip-path-group {
  width: 307px;
  height: 137px;
}

.use-cases-detail .group-20 {
  position: absolute;
  width: 234px;
  height: 18px;
  top: 313px;
  left: 62px;
  display: flex;
}

.use-cases-detail .group-21 {
  flex: 1;
  width: 234.47px;
  background-image: url(./img/vector-2.svg);
  background-size: 100% 100%;
}

.use-cases-detail .group-22 {
  position: relative;
  width: 101.75%;
  height: 82.80%;
  top: 8.51%;
}

.use-cases-detail .text-wrapper-56 {
  position: absolute;
  width: 15.93%;
  height: 41.12%;
  top: 2.78%;
  left: 3.37%;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 4.6px;
  letter-spacing: 0;
  line-height: normal;
}

.use-cases-detail .vector-7 {
  position: absolute;
  width: 8141.08%;
  height: 110331.43%;
  top: -110231.43%;
  left: -8041.08%;
}

.use-cases-detail .vector-8 {
  position: absolute;
  width: 8141.56%;
  height: 110339.57%;
  top: -110239.57%;
  left: -8041.56%;
}

.use-cases-detail .text-wrapper-57 {
  position: absolute;
  width: 18.44%;
  height: 41.12%;
  top: 2.78%;
  left: 29.64%;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 4.6px;
  letter-spacing: 0;
  line-height: normal;
}

.use-cases-detail .vector-9 {
  position: absolute;
  width: 8114.81%;
  height: 110331.43%;
  top: -110231.43%;
  left: -8014.81%;
}

.use-cases-detail .vector-10 {
  position: absolute;
  width: 8115.29%;
  height: 110339.57%;
  top: -110239.57%;
  left: -8015.29%;
}

.use-cases-detail .text-wrapper-58 {
  width: 7.13%;
  height: 41.12%;
  top: 2.78%;
  left: 55.92%;
  font-weight: 700;
  color: #333333;
  font-size: 4.6px;
  position: absolute;
  font-family: "Inter", Helvetica;
  letter-spacing: 0;
  line-height: normal;
}

.use-cases-detail .vector-11 {
  position: absolute;
  width: 8088.54%;
  height: 110331.43%;
  top: -110231.43%;
  left: -7988.54%;
}

.use-cases-detail .vector-12 {
  position: absolute;
  width: 8089.02%;
  height: 110339.57%;
  top: -110239.57%;
  left: -7989.02%;
}

.use-cases-detail .text-wrapper-59 {
  position: absolute;
  width: 11.32%;
  height: 41.12%;
  top: 2.78%;
  left: 82.19%;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 4.6px;
  letter-spacing: 0;
  line-height: normal;
}

.use-cases-detail .vector-13 {
  position: absolute;
  width: 8062.26%;
  height: 110331.43%;
  top: -110231.43%;
  left: -7962.26%;
}

.use-cases-detail .vector-14 {
  position: absolute;
  width: 8062.75%;
  height: 110339.57%;
  top: -110239.57%;
  left: -7962.75%;
}

.use-cases-detail .text-wrapper-60 {
  width: 12.99%;
  left: 3.37%;
  position: absolute;
  height: 41.12%;
  top: 52.79%;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 4.6px;
  letter-spacing: 0;
  line-height: normal;
}

.use-cases-detail .vector-15 {
  position: absolute;
  width: 8141.08%;
  height: 110281.42%;
  top: -110181.42%;
  left: -8041.08%;
}

.use-cases-detail .vector-16 {
  position: absolute;
  width: 8141.56%;
  height: 110289.45%;
  top: -110189.45%;
  left: -8041.56%;
}

.use-cases-detail .text-wrapper-61 {
  width: 13.41%;
  left: 29.64%;
  position: absolute;
  height: 41.12%;
  top: 52.79%;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 4.6px;
  letter-spacing: 0;
  line-height: normal;
}

.use-cases-detail .vector-17 {
  position: absolute;
  width: 8114.81%;
  height: 110281.42%;
  top: -110181.42%;
  left: -8014.81%;
}

.use-cases-detail .vector-18 {
  position: absolute;
  width: 8115.29%;
  height: 110289.45%;
  top: -110189.45%;
  left: -8015.29%;
}

.use-cases-detail .text-wrapper-62 {
  width: 14.25%;
  left: 55.92%;
  position: absolute;
  height: 41.12%;
  top: 52.79%;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 4.6px;
  letter-spacing: 0;
  line-height: normal;
}

.use-cases-detail .vector-19 {
  position: absolute;
  width: 8088.54%;
  height: 110281.42%;
  top: -110181.42%;
  left: -7988.54%;
}

.use-cases-detail .vector-20 {
  position: absolute;
  width: 8089.02%;
  height: 110289.45%;
  top: -110189.45%;
  left: -7989.02%;
}

.use-cases-detail .group-23 {
  position: absolute;
  width: 38px;
  height: 38px;
  top: -16086px;
  left: -19186px;
  background-image: url(./img/vector-7.svg);
  background-size: 100% 100%;
}

.use-cases-detail .button-5 {
  all: unset;
  box-sizing: border-box;
  padding: 6px 13px;
  position: relative;
  background-color: var(--background);
  display: inline-flex;
  height: 33px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
}

/* ── Responsive: Tablet (≤1024px) ──────────────────────────── */
@media (max-width: 1024px) {
  /* Force feature columns to full width so text can wrap */
  .use-cases-detail .frame-8 {
    display: flex;
    width: 100%;
  }

  .use-cases-detail .hero {
    padding: 40px 32px;
    gap: 40px;
  }

  /* Stack hero: image on top, text below */
  .use-cases-detail .frame-2 {
    flex-direction: column;
    gap: 24px;
  }

  .use-cases-detail .fussionchart-wrapper {
    order: -1;
    flex: none;
    width: 100%;
    height: 300px;
  }

  .use-cases-detail .div-wrapper {
    flex: none;
    width: 100%;
  }

  /* Dashboard section */
  .use-cases-detail .hero-2 {
    padding: 40px 32px;
  }

  .use-cases-detail .frame-4 {
    height: auto;
  }

  .use-cases-detail .frame-5 {
    height: 420px;
  }

  /* Features + sidebar section */
  .use-cases-detail .hero-3 {
    flex-direction: column;
    padding: 60px 32px 40px;
    gap: 40px;
  }

  .use-cases-detail .frame-12 {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  /* Similar use cases: 2 columns on tablet */
  .use-cases-detail .hero-4 {
    padding: 60px 32px 80px;
    gap: 32px;
  }

  .use-cases-detail .frame-17 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ── Responsive: Mobile (≤767px) ───────────────────────────── */
@media (max-width: 767px) {
  .use-cases-detail .hero {
    padding: 24px 16px;
    gap: 24px;
  }

  .use-cases-detail .fussionchart-wrapper {
    flex: none;
    height: 220px;
  }

  /* Dashboard section */
  .use-cases-detail .hero-2 {
    padding: 24px 16px;
  }

  .use-cases-detail .frame-5 {
    height: 260px;
  }

  /* Features + sidebar section */
  .use-cases-detail .hero-3 {
    padding: 40px 16px 32px;
    gap: 32px;
  }

  /* Similar use cases: 1 column on mobile */
  .use-cases-detail .hero-4 {
    padding: 40px 16px 60px;
    gap: 24px;
  }

  .use-cases-detail .frame-17 {
    grid-template-columns: 1fr;
  }
}
