.seed-demo-page {
  overflow: hidden;
  color: #17113f;
  background: #ffffff;
}

.seed-demo-container {
  position: relative;
  z-index: 2;
  width: min(1480px, calc(100% - 48px));
  margin-inline: auto;
}

.seed-demo-hero {
  position: relative;
  min-height: 690px;
  padding: 110px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(142, 43, 226, 0.12), transparent 30%),
    radial-gradient(circle at 8% 85%, rgba(26, 191, 181, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfaff 0%, #ffffff 100%);
}

.seed-demo-hero .seed-demo-container {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 90px;
  padding:40px;
}

.seed-demo-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(4px);
}

.seed-demo-glow-one {
  top: 60px;
  right: -170px;
  width: 460px;
  height: 460px;
  background: rgba(134, 44, 224, 0.08);
}

.seed-demo-glow-two {
  bottom: -190px;
  left: -110px;
  width: 380px;
  height: 380px;
  background: rgba(44, 202, 190, 0.1);
}

.seed-demo-heading {
  text-align: right;
}

.seed-demo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: #147f7a;
  font-size: 14px;
  font-weight: 800;
}

.seed-demo-eyebrow i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #25c5ba;
  box-shadow: 0 0 0 7px rgba(37, 197, 186, 0.12);
}

.seed-demo-heading h1 {
  max-width: 700px;
  margin: 0;
  color: #17113f;
  font-size: clamp(42px, 3.9vw, 76px);
  line-height: 1.28;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.seed-demo-heading h1 span {
  display: block;
  color: #7429dc;
}

.seed-demo-heading > p {
  max-width: 650px;
  margin: 28px 0 0;
  color: #716b7a;
  font-size: 17px;
  line-height: 2.05;
}

.seed-demo-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 30px;
  color: #5f586b;
  font-size: 13px;
}

.seed-demo-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.seed-demo-trust i {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #148e86;
  background: #e9f9f7;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}

.seed-demo-stage {
  position: relative;
  min-width: 0;
  min-height: 470px;
  display: grid;
  place-items: center;
}

.seed-demo-stage-orbit {
  position: absolute;
  width: 440px;
  height: 440px;
  border: 1px dashed rgba(116, 41, 220, 0.15);
  border-radius: 50%;
  animation: seed-demo-rotate 32s linear infinite;
}

.seed-demo-screen {
  position: relative;
  z-index: 2;
  width: min(100%, 690px);
  padding: 13px;
  border: 1px solid rgba(103, 61, 151, 0.14);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 35px 80px rgba(42, 24, 68, 0.16);
  backdrop-filter: blur(18px);
  transform: perspective(1300px) rotateY(-5deg) rotateX(2deg);
  animation: seed-demo-float 6s ease-in-out infinite;
}

.seed-demo-screen-top {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 45px;
  padding: 0 14px;
  border-radius: 18px 18px 10px 10px;
  color: #81788d;
  background: #f7f4fb;
}

.seed-demo-screen-top > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d3cbdc;
}

.seed-demo-screen-top b {
  margin-right: auto;
  font-size: 10px;
}

.seed-demo-screen-body {
  min-height: 350px;
  display: grid;
  grid-template-columns: 58px 1fr;
  overflow: hidden;
  border-radius: 12px 12px 20px 20px;
  background: #fbfafd;
}

.seed-demo-screen-body aside {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding-top: 28px;
  background: #211747;
}

.seed-demo-screen-body aside i {
  width: 17px;
  height: 17px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 5px;
}

.seed-demo-screen-body aside i.active {
  border-color: #37cdc2;
  background: #37cdc2;
  box-shadow: 0 0 0 7px rgba(55, 205, 194, 0.12);
}

.seed-demo-dashboard {
  padding: 30px;
}

.seed-demo-dashboard-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.seed-demo-dashboard-head span,
.seed-demo-dashboard-head b {
  height: 11px;
  border-radius: 20px;
  background: #ddd6e7;
}

.seed-demo-dashboard-head span {
  width: 90px;
}

.seed-demo-dashboard-head b {
  width: 160px;
}

.seed-demo-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.seed-demo-metrics i {
  height: 72px;
  border: 1px solid #eee8f4;
  border-radius: 14px;
  background: #ffffff;
}

.seed-demo-chart {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid #eee8f4;
  border-radius: 17px;
  background: #ffffff;
}

.seed-demo-chart svg {
  display: block;
  width: 100%;
  height: 130px;
}

.seed-chart-area {
  fill: rgba(116, 41, 220, 0.1);
}

.seed-chart-line {
  fill: none;
  stroke: #7a2be0;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: seed-demo-draw 3s 0.5s ease forwards;
}

.seed-demo-floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid rgba(116, 41, 220, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 17px 38px rgba(45, 27, 70, 0.13);
  backdrop-filter: blur(12px);
}

.seed-demo-floating-card > i {
  width: 35px;
  height: 35px;
  border-radius: 11px;
  background: linear-gradient(145deg, #8b30e4, #6520d5);
  box-shadow: 0 8px 18px rgba(112, 38, 218, 0.23);
}

.seed-demo-floating-card span {
  display: grid;
  gap: 3px;
}

.seed-demo-floating-card small {
  color: #928a9e;
  font-size: 10px;
}

.seed-demo-floating-card strong {
  color: #2b2143;
  font-size: 12px;
}

.seed-demo-floating-one {
  top: 35px;
  right: -20px;
}

.seed-demo-floating-two {
  bottom: 30px;
  left: -25px;
}

.seed-demo-floating-two > i {
  background: linear-gradient(145deg, #50d7cc, #10a99f);
}

.seed-demo-access {
  padding: 100px 0 120px;
  background: #ffffff;
}

.seed-demo-section-heading {
  max-width: 780px;
  margin: 0 auto 55px;
  text-align: center;
}

.seed-demo-section-heading > span {
  color: #168d85;
  font-size: 14px;
  font-weight: 800;
}

.seed-demo-section-heading h2 {
  margin: 14px 0;
  color: #17113f;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.4;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.seed-demo-section-heading p {
  margin: 0;
  color: #7c7585;
  font-size: 15px;
  line-height: 1.9;
}

.seed-demo-roles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.seed-demo-role {
  position: relative;
  min-width: 0;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  overflow: hidden;
  border: 1px solid #ebe5f1;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(40, 26, 59, 0.07);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.seed-demo-role:hover,
.seed-demo-role.is-selected {
  transform: translateY(-8px);
  border-color: rgba(116, 41, 220, 0.3);
  box-shadow: 0 28px 60px rgba(53, 31, 84, 0.13);
}

.seed-demo-role-featured {
  color: #ffffff;
  border-color: transparent;
  background:
    radial-gradient(circle at 10% 100%, rgba(74, 210, 200, 0.17), transparent 30%),
    linear-gradient(145deg, #211747, #5d219c);
}

.seed-demo-role-number {
  position: absolute;
  top: 28px;
  left: 28px;
  color: #bcb3c7;
  font-size: 12px;
  font-weight: 800;
}

.seed-demo-role-badge {
  position: absolute;
  top: 0;
  right: 34px;
  padding: 10px 16px;
  border-radius: 0 0 14px 14px;
  color: #176f6a;
  background: #50d7cc;
  font-size: 11px;
  font-weight: 900;
}

.seed-demo-role-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 27px;
  border-radius: 20px;
  color: #752bda;
  background: #f3ebfc;
}

.seed-demo-role-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seed-demo-role-featured .seed-demo-role-icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.seed-demo-role h3 {
  margin: 0 0 12px;
  color: #211747;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 900;
}

.seed-demo-role > p {
  min-height: 62px;
  margin: 0;
  color: #756e80;
  font-size: 14px;
  line-height: 1.9;
}

.seed-demo-role ul {
  display: grid;
  gap: 13px;
  margin: 27px 0 32px;
  padding: 0;
  list-style: none;
}

.seed-demo-role li {
  position: relative;
  padding-right: 23px;
  color: #51495d;
  font-size: 13px;
}

.seed-demo-role li::before {
  content: "✓";
  position: absolute;
  top: 0;
  right: 0;
  color: #19afa5;
  font-weight: 900;
}

.seed-demo-role-featured h3,
.seed-demo-role-featured > p,
.seed-demo-role-featured li {
  color: #ffffff;
}

.seed-demo-role-featured > p,
.seed-demo-role-featured li {
  color: rgba(255, 255, 255, 0.72);
}

.seed-demo-role-button {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 0 20px;
  border: 1px solid #e4d9f1;
  border-radius: 16px;
  color: #6825c7;
  background: #ffffff;
  font-size: 14px;
  font-weight: 900;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.seed-demo-role-button:hover {
  color: #ffffff;
  background: #7029d5;
  transform: translateY(-2px);
}

.seed-demo-role-featured .seed-demo-role-button {
  border-color: transparent;
  color: #54209e;
  background: #ffffff;
}

.seed-demo-role-button span {
  font-size: 20px;
}

.seed-demo-credentials {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  padding: 23px;
  border: 1px solid #e9e1f2;
  border-radius: 24px;
  background:
    linear-gradient(100deg, rgba(113, 41, 212, 0.05), rgba(43, 197, 185, 0.05)),
    #ffffff;
}

.seed-demo-credentials-copy {
  display: flex;
  align-items: center;
  gap: 13px;
}

.seed-demo-credentials-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  color: #ffffff;
  background: #7029d5;
  font-size: 20px;
}

.seed-demo-credentials-copy > div {
  display: grid;
  gap: 4px;
}

.seed-demo-credentials-copy span {
  color: #6f6878;
  font-size: 11px;
}

.seed-demo-credentials-copy strong {
  color: #29203e;
  font-size: 13px;
}

.seed-demo-credential {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #eee8f3;
  border-radius: 15px;
  background: #ffffff;
}

.seed-demo-credential > span {
  color: #91899b;
  font-size: 10px;
}

.seed-demo-credential code {
  overflow: hidden;
  color: #211747;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  text-overflow: ellipsis;
}

.seed-demo-credential button {
  padding: 7px 10px;
  border: 0;
  border-radius: 9px;
  color: #6e28cd;
  background: #f2ebfa;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.seed-demo-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 20px;
  color: #776f81;
  font-size: 12px;
  text-align: center;
}

.seed-demo-notice > span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #178c85;
  background: #e8f8f6;
  font-weight: 900;
}

.seed-demo-notice p {
  margin: 0;
}

@keyframes seed-demo-float {
  0%,
  100% {
    transform: perspective(1300px) rotateY(-5deg) rotateX(2deg) translateY(0);
  }

  50% {
    transform: perspective(1300px) rotateY(-5deg) rotateX(2deg) translateY(-9px);
  }
}

@keyframes seed-demo-rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes seed-demo-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1100px) {
  .seed-demo-hero .seed-demo-container {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .seed-demo-heading {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .seed-demo-heading h1,
  .seed-demo-heading > p {
    margin-inline: auto;
  }

  .seed-demo-eyebrow,
  .seed-demo-trust {
    justify-content: center;
  }

  .seed-demo-stage {
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .seed-demo-roles {
    grid-template-columns: repeat(2, 1fr);
  }

  .seed-demo-role:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
    margin-inline: auto;
  }

  .seed-demo-credentials {
    grid-template-columns: 1fr 1fr;
  }

  .seed-demo-credentials-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .seed-demo-container {
    width: min(100% - 28px, 1480px);
  }

  .seed-demo-hero {
    min-height: auto;
    padding: 75px 0 60px;
  }

  .seed-demo-heading h1 {
    font-size: clamp(37px, 11vw, 54px);
  }

  .seed-demo-heading > p {
    font-size: 14px;
  }

  .seed-demo-stage {
    min-height: 350px;
  }

  .seed-demo-stage-orbit {
    width: 310px;
    height: 310px;
  }

  .seed-demo-screen {
    transform: none;
    animation: seed-demo-mobile-float 6s ease-in-out infinite;
  }

  .seed-demo-screen-body {
    min-height: 260px;
    grid-template-columns: 42px 1fr;
  }

  .seed-demo-dashboard {
    padding: 20px 15px;
  }

  .seed-demo-chart svg {
    height: 90px;
  }

  .seed-demo-floating-card {
    padding: 10px;
  }

  .seed-demo-floating-one {
    top: 0;
    right: 0;
  }

  .seed-demo-floating-two {
    bottom: 0;
    left: 0;
  }

  .seed-demo-floating-card strong {
    font-size: 10px;
  }

  .seed-demo-access {
    padding: 75px 0 85px;
  }

  .seed-demo-roles,
  .seed-demo-credentials {
    grid-template-columns: 1fr;
  }

  .seed-demo-role,
  .seed-demo-role:last-child {
    grid-column: auto;
    width: 100%;
    min-height: 0;
  }

  .seed-demo-credentials-copy {
    grid-column: auto;
  }

  .seed-demo-notice {
    align-items: flex-start;
    text-align: right;
  }
}

@keyframes seed-demo-mobile-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .seed-demo-page *,
  .seed-demo-page *::before,
  .seed-demo-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
@media (max-width: 480px) {
  .seed-demo-hero .seed-demo-container {
    gap: 38px;
  }

  .seed-demo-stage,
  .seed-demo-stage *,
  .seed-demo-stage *::before,
  .seed-demo-stage *::after {
    box-sizing: border-box;
  }

  .seed-demo-stage {
    width: 100%;
    min-width: 0;
    min-height: 330px;
    padding: 28px 0 22px;
    overflow: hidden;
    border-radius: 24px;
  }

  .seed-demo-stage-orbit {
    width: 280px;
    height: 280px;
  }

  .seed-demo-screen {
    width: calc(100% - 10px);
    max-width: 100%;
    min-width: 0;
    padding: 8px;
    border-radius: 21px;
    transform: none;
  }

  .seed-demo-screen-top {
    height: 34px;
    padding: 0 10px;
    border-radius: 14px 14px 8px 8px;
  }

  .seed-demo-screen-top b {
    font-size: 8px;
  }

  .seed-demo-screen-body {
    width: 100%;
    min-width: 0;
    min-height: 230px;
    grid-template-columns: 34px minmax(0, 1fr);
    border-radius: 9px 9px 15px 15px;
  }

  .seed-demo-screen-body aside {
    gap: 13px;
    padding-top: 20px;
  }

  .seed-demo-screen-body aside i {
    width: 12px;
    height: 12px;
    border-radius: 4px;
  }

  .seed-demo-dashboard {
    width: 100%;
    min-width: 0;
    padding: 17px 12px;
    overflow: hidden;
  }

  .seed-demo-dashboard-head {
    margin-bottom: 18px;
  }

  .seed-demo-dashboard-head span {
    width: 54px;
  }

  .seed-demo-dashboard-head b {
    width: 92px;
  }

  .seed-demo-metrics {
    gap: 6px;
  }

  .seed-demo-metrics i {
    min-width: 0;
    height: 48px;
    border-radius: 9px;
  }

  .seed-demo-chart {
    margin-top: 14px;
    padding: 9px;
    border-radius: 11px;
  }

  .seed-demo-chart svg {
    width: 100%;
    height: 72px;
  }

  .seed-demo-floating-card {
    max-width: 148px;
    gap: 7px;
    padding: 8px 9px;
    border-radius: 12px;
  }

  .seed-demo-floating-card > i {
    width: 27px;
    height: 27px;
    border-radius: 8px;
  }

  .seed-demo-floating-card small {
    font-size: 8px;
  }

  .seed-demo-floating-card strong {
    overflow: hidden;
    font-size: 9px;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .seed-demo-floating-one {
    top: 8px;
    right: 8px;
  }

  .seed-demo-floating-two {
    bottom: 7px;
    left: 8px;
  }
}
.seed-demo-modal {

    position: fixed;
    inset:0;
    display:none;
    align-items:center;
    justify-content:center;
    background:rgba(20,15,40,.55);
    backdrop-filter:blur(8px);
    z-index:9999;

}


.seed-demo-modal.active{

    display:flex;

}



.seed-demo-modal-box{

    width:min(520px,90%);
    background:#fff;
    border-radius:28px;
    padding:35px;
    text-align:center;
    position:relative;

}



.seed-demo-modal-close{

    position:absolute;
    left:20px;
    top:15px;

    border:0;
    background:#f3ebfc;
    color:#7029d5;

    width:35px;
    height:35px;

    border-radius:50%;
    font-size:22px;

    cursor:pointer;

}



.seed-demo-modal-actions{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-top:30px;

}



.seed-demo-modal-card{

    padding:25px 15px;
    border:1px solid #eee;
    border-radius:20px;

    text-decoration:none;

    display:flex;
    flex-direction:column;
    gap:10px;

    color:#211747;

    transition:.3s;

}



.seed-demo-modal-card:hover{

    transform:translateY(-5px);
    border-color:#7429dc;

}



.seed-demo-modal-card strong{

    color:#7429dc;
    font-size:18px;

}



.seed-demo-modal-card span{

    font-size:13px;
    color:#777;

}



@media(max-width:600px){

.seed-demo-modal-actions{

grid-template-columns:1fr;

}

}