@import "tailwindcss";

:root {
  --ink: #142942;
  --muted: #61738b;
  --blue: #087fff;
  --cyan: #16b9ff;
  --navy: #0b2038;
  --soft: #f3f8fd;
  --line: #dfeaf4;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background-color: #f7faff;
  background-image: url("/static/img/sharitech-site-background.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.nav-wrap {
  height: 78px;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(203, 220, 235, 0.75);
  backdrop-filter: blur(16px);
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: #168bdc;
}
.brand img {
  height: 120px;
  object-fit: contain;
}
.brand span {
  border-left: 1px solid #c7d9e8;
  padding-left: 10px;
  letter-spacing: 0.12em;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 14px;
  font-weight: 600;
}
.nav-links > a:not(.nav-cta):hover {
  color: var(--blue);
}
.nav-cta {
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
}
.menu-btn {
  display: none;
  border: 0;
  background: none;
  width: 38px;
}
.menu-btn span {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 6px;
}
.hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 88px;
  background: linear-gradient(135deg, #f4faff 0%, #fff 55%, #effaff 100%);
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#79bce9 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.18;
  mask-image: linear-gradient(to right, black, transparent 65%);
  pointer-events: none;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
}
.orb-one {
  width: 460px;
  height: 460px;
  background: rgba(47, 193, 226, 0.12);
  right: -160px;
  top: -130px;
}
.orb-two {
  width: 280px;
  height: 280px;
  background: rgba(38, 134, 231, 0.1);
  left: -100px;
  bottom: -120px;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #1989d0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow i {
  width: 8px;
  height: 8px;
  border: 2px solid #38c8d9;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(56, 200, 217, 0.14);
}
.hero h1,
.section h2,
.flow-copy h2,
.results h2,
.demo h2,
.faq h2 {
  font-size: 58px;
  line-height: 1.03;
  letter-spacing: -0.045em;
  margin: 24px 0;
  color: var(--ink);
}
h1 em,
h2 em {
  font-style: normal;
  color: var(--blue);
}
.hero-copy > p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 590px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.button {
  height: 52px;
  padding: 0 23px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
}
.button svg,
.feature-card a svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.button.primary {
  color: #fff;
  background: linear-gradient(135deg, #168fe9, #25b7dc);
  box-shadow: 0 12px 28px rgba(21, 143, 232, 0.25);
}
.button.ghost {
  background: #fff;
  border: 1px solid var(--line);
}
.button.white {
  background: #fff;
  color: var(--navy);
}
.hero-proof {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.hero-proof strong {
  font-size: 13px;
  color: var(--ink);
}
.avatars {
  display: flex;
}
.avatars b {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-left: -7px;
  border: 2px solid #fff;
  background: #d9effe;
  color: #117cc6;
  font-size: 9px;
}
.avatars b:first-child {
  margin: 0;
  background: #bfe9ee;
}
.dashboard-shell {
  position: relative;
  border-radius: 21px;
  background: #fff;
  border: 1px solid #d7e9f5;
  box-shadow: 0 34px 80px rgba(40, 89, 130, 0.18);
  overflow: visible;
  transform: perspective(1200px) rotateY(-2deg);
}
.dash-top {
  height: 52px;
  border-bottom: 1px solid #e8f0f7;
  display: flex;
  align-items: center;
  padding: 0 18px;
  gap: 20px;
}
.dash-brand-mark {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.dash-search {
  width: 175px;
  margin: auto;
  background: #f4f8fb;
  border-radius: 8px;
  padding: 8px 12px;
  color: #95a4b4;
  font-size: 9px;
}
.user-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0d87df;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 9px;
}
.dash-body {
  height: 410px;
  display: flex;
  overflow: hidden;
  border-radius: 0 0 21px 21px;
}
.dash-body aside {
  width: 130px;
  background: #f8fbfe;
  border-right: 1px solid #e8f0f7;
  padding: 22px 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 9px;
}
.dash-body aside b {
  font-size: 11px;
  margin: 0 8px 8px;
}
.dash-body aside span {
  padding: 9px 10px;
  border-radius: 7px;
  color: #6b7e91;
}
.dash-body aside .active {
  background: #e6f4fd;
  color: #1684d1;
  font-weight: bold;
}
.dash-main {
  padding: 23px;
  flex: 1;
  background: #fcfeff;
}
.dash-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dash-heading small {
  color: #8394a5;
  font-size: 8px;
}
.dash-heading h3 {
  font-size: 18px;
  margin: 3px 0;
}
.dash-heading button {
  border: 0;
  background: #128ee3;
  color: #fff;
  padding: 9px 12px;
  border-radius: 7px;
  font-size: 8px;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: 20px 0;
}
.metrics div {
  border: 1px solid #e3edf5;
  border-radius: 10px;
  padding: 13px;
  background: #fff;
}
.metrics span,
.metrics small {
  display: block;
  color: #8092a4;
  font-size: 7px;
}
.metrics b {
  font-size: 18px;
  display: block;
  margin: 7px 0;
}
.metrics small {
  color: #27a879;
}
.dash-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr;
  gap: 10px;
}
.chart-card,
.lesson-card {
  height: 176px;
  border: 1px solid #e3edf5;
  border-radius: 11px;
  padding: 14px;
  background: #fff;
}
.card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
}
.card-title span {
  color: #128ee3;
}
.chart {
  height: 112px;
  display: flex;
  align-items: end;
  gap: 8px;
  padding: 18px 4px 0;
  border-bottom: 1px solid #e5edf4;
  background: repeating-linear-gradient(
    to bottom,
    #edf3f7 0,
    #edf3f7 1px,
    transparent 1px,
    transparent 28px
  );
}
.chart i {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(#35c8d7, #158fe8);
}
.lesson-card p {
  position: relative;
  padding: 8px 0 8px 14px;
  margin: 4px 0;
  border-bottom: 1px solid #edf2f6;
  font-size: 8px;
}
.lesson-card p i {
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.lesson-card p small {
  display: block;
  color: #8495a5;
  margin-top: 3px;
}
.cyan {
  background: #42d2dc;
}
.blue {
  background: #178fe8;
}
.yellow {
  background: #ffbc42;
}
.float-card {
  position: absolute;
  background: #fff;
  border: 1px solid #deebf3;
  box-shadow: 0 15px 35px rgba(25, 73, 112, 0.18);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 13px;
  font-size: 8px;
}
.float-card small {
  display: block;
  color: #8193a4;
}
.float-card b {
  display: block;
  font-size: 10px;
  margin-bottom: 3px;
}
.float-a {
  left: -34px;
  bottom: 43px;
}
.float-a > i {
  font-style: normal;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ddf7ed;
  color: #21a77a;
  font-size: 14px;
}
.float-b {
  right: -28px;
  top: 98px;
}
.float-b b {
  font-size: 18px;
}
.ring {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: conic-gradient(#2bc4d8 94%, #edf4f8 0);
  position: relative;
}
.ring:after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #fff;
}
.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  background: #fff;
}
.trust-strip .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #7d8d9e;
  font-size: 12px;
}
.trust-strip span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 9px;
}
.trust-strip b {
  color: #4f6276;
}
.section {
  padding: 112px 0;
}
.section-head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 46px;
}
.section h2 {
  font-size: 48px;
  margin: 20px 0 0;
}
.section-head > p,
.center-head > p,
.faq-grid > div > p {
  color: var(--muted);
  line-height: 1.75;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.feature-card {
  position: relative;
  min-height: 100px;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  transition: 0.25s;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 19px 45px rgba(33, 92, 136, 0.11);
  border-color: #b8dff4;
}
.feature-card > span {
  position: absolute;
  right: 22px;
  top: 22px;
  color: #a7b7c5;
  font-size: 10px;
}
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: #eaf7fe;
  display: grid;
  place-items: center;
  color: #138bdb;
  font-size: 22px;
}
.feature-card:nth-child(2n) .feature-icon {
  background: #e8fbf8;
  color: #1caf9e;
}
.feature-card h3 {
  font-size: 19px;
  margin: 23px 0 12px;
}
.feature-card p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  margin-bottom: 20px;
}
.feature-card a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1689d7;
  font-size: 12px;
  font-weight: 800;
}
.flow-section {
  padding: 110px 0;
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.flow-section:before {
  content: "";
  position: absolute;
  width: 530px;
  height: 530px;
  border-radius: 50%;
  border: 1px solid rgba(63, 202, 220, 0.2);
  left: -180px;
  top: -240px;
  box-shadow:
    0 0 0 60px rgba(63, 202, 220, 0.03),
    0 0 0 120px rgba(63, 202, 220, 0.02);
}
.flow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 72px;
  align-items: start;
}

.role-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}


.eyebrow.light {
  color: #76dce7;
}
.flow-copy h2 {
  font-size: 50px;
  color: #fff;
}
.flow-copy h2 em {
  color: #52d4df;
}
.flow-copy > p {
  color: #aebed0;
  line-height: 1.8;
  margin-bottom: 30px;
}
.role-list article {
  display: grid;
  grid-template-columns: 42px 1fr 30px;
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.role-list article > span {
  font-size: 11px;
  color: #4ecedb;
  padding-top: 6px;
}
.role-list article small {
  color: #77d9e4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.role-list h3 {
  font-size: 20px;
  margin: 6px 0;
}
.role-list p {
  margin: 0;
  color: #aebed0;
  font-size: 13px;
  line-height: 1.55;
}
.role-list article > b {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  place-items: center;
}

.center-head {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
  align-items: end;
  max-width: none;
  margin: 0 0 48px;
  text-align: left;
}

.center-head .eyebrow {
  justify-content: flex-start;
}

.center-head h2 {
  margin: 20px 0 0;
  font-size: 46px;
}

.process-description {
  max-width: 520px;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}

.install-banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 48px 0 10px;
}
.install-banner > div {
  padding: 25px;
  border: 1px solid #d8e9f7;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f3f9ff);
  box-shadow: 0 12px 32px rgba(19, 74, 120, 0.07);
}
.install-banner span {
  display: block;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.install-banner strong {
  display: block;
  font-size: 19px;
  margin: 10px 0 8px;
}
.install-banner small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 55px;
}
.steps article {
  position: relative;
  padding: 0 30px;
  text-align: center;
}
.steps article:not(:last-child):after {
  content: "";
  position: absolute;
  top: 25px;
  right: -30px;
  width: 60px;
  border-top: 1px dashed #a9c8dc;
}
.steps b {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e7f6fe;
  color: #138bdd;
  display: grid;
  place-items: center;
  margin: auto;
  font-size: 17px;
  box-shadow: 0 0 0 8px #f5fbfe;
}
.steps h3 {
  margin: 23px 0 10px;
  font-size: 18px;
}
.steps p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.results {
  padding: 75px 0;
  background: linear-gradient(115deg, #0f8fe4, #19b9d8);
  color: #fff;
}
.results-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr;
  gap: 70px;
  align-items: center;
}
.results h2 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 0;
}
.result-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.result-numbers article {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding-left: 22px;
}
.result-numbers b {
  font-size: 36px;
}
.result-numbers p {
  font-size: 12px;
  line-height: 1.5;
  color: #e2f5ff;
}
.faq {
  background: #f7fbfe;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.faq h2 {
  font-size: 46px;
}
.accordions details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  margin-bottom: 11px;
  padding: 0 21px;
}
.accordions summary {
  list-style: none;
  padding: 20px 0;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.accordions summary::-webkit-details-marker {
  display: none;
}
.accordions summary span {
  color: #168fdf;
  font-size: 21px;
}
.accordions details[open] summary span {
  transform: rotate(45deg);
}
.accordions details p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
  padding: 0 30px 20px 0;
  font-size: 14px;
}
.demo {
  padding: 90px 0;
}
.demo-card {
  background: var(--navy);
  color: #fff;
  border-radius: 25px;
  padding: 65px;
  display: grid;
  grid-template-columns: 1.05fr 0.8fr;
  gap: 80px;
  position: relative;
  overflow: hidden;
}
.demo-card:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(48, 201, 220, 0.08);
  left: -150px;
  bottom: -230px;
}
.demo h2 {
  font-size: 42px;
  color: #fff;
}
.demo p {
  color: #adbdcf;
  line-height: 1.7;
}
.demo ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #6ed8e2;
}
.demo form {
  position: relative;
  z-index: 1;
  background: #fff;
  color: var(--ink);
  border-radius: 18px;
  padding: 27px;
}
.demo label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 14px;
}
.demo input {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #dce8f1;
  border-radius: 9px;
  margin-top: 7px;
  padding: 0 13px;
  font: inherit;
  font-size: 13px;
  outline: none;
}
.demo input:focus {
  border-color: #1690e3;
  box-shadow: 0 0 0 3px rgba(22, 144, 227, 0.1);
}
.demo form .button {
  width: 100%;
  margin-top: 4px;
}
.demo form > small {
  display: block;
  color: #8495a5;
  text-align: center;
  font-size: 9px;
  margin-top: 11px;
}
footer {
  background: #06172f;
  color: #fff;
}
.footer-top {
  padding: 39px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-top p {
  color: #92a7bd;
  font-size: 13px;
}
.footer-top > a:last-child {
  font-size: 13px;
  color: #61d3df;
  font-weight: bold;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 19px 0;
  color: #7188a0;
  font-size: 10px;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(3, 18, 39, 0.68);
  display: grid;
  place-items: center;
  padding: 20px;
}
.modal-box {
  width: min(430px, 100%);
  background: #fff;
  border-radius: 22px;
  padding: 36px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}
.modal-box > div {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: auto;
  background: #def8ef;
  color: #13a572;
  font-size: 30px;
}
.modal-box h3 {
  font-size: 24px;
  margin: 19px 0 8px;
}
.modal-box p {
  color: var(--muted);
  line-height: 1.6;
}
.modal-box button {
  margin-top: 12px;
  width: 100%;
}
@media (max-width: 1000px) {
  .install-banner {
    grid-template-columns: 1fr;
  }
  .nav-links {
    gap: 17px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-copy .eyebrow,
  .hero-actions,
  .hero-proof {
    justify-content: center;
  }
  .hero-copy > p {
    margin-left: auto;
    margin-right: auto;
  }
  .dashboard-shell {
    width: min(720px, 92%);
    margin: auto;
  }
  .section-head,
  .flow-grid,
  .results-grid,
  .faq-grid,
  .demo-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-copy {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: end;
}

.flow-copy p {
  margin: 0 0 10px;
  max-width: 500px;
}

  .result-numbers {
    max-width: 700px;
  }
  .demo-card {
    padding: 48px;
  }
  .demo form {
    max-width: 560px;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1180px);
  }
  .nav-wrap {
    height: 68px;
  }
  .brand img {
    width: 105px;
  }
  .nav-links {
    display: none;
    position: absolute;
    left: 14px;
    right: 14px;
    top: 62px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 15px;
    box-shadow: 0 18px 40px rgba(21, 62, 96, 0.15);
    flex-direction: column;
    align-items: stretch;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links a {
    text-align: center;
    padding: 8px;
  }
  .menu-btn {
    display: block;
  }
  .hero {
    padding: 58px 0 67px;
  }
  .hero h1 {
    font-size: 41px;
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
  .dashboard-shell {
    width: 100%;
    transform: none;
  }
  .dash-body {
    height: 325px;
  }
  .dash-body aside {
    display: none;
  }
  .dash-main {
    padding: 14px;
  }
  .float-card {
    display: none;
  }
  .metrics div {
    padding: 9px;
  }
  .metrics b {
    font-size: 13px;
  }
  .dash-grid {
    grid-template-columns: 1fr;
  }
  .lesson-card {
    display: none;
  }
  .chart-card {
    height: 145px;
  }
  .chart {
    height: 90px;
  }
  .trust-strip .container {
    justify-content: center;
    flex-wrap: wrap;
  }
  .trust-strip span {
    width: 100%;
    text-align: center;
  }
  .section {
    padding: 78px 0;
  }
  .section h2,
  .flow-copy h2,
  .faq h2 {
    font-size: 36px;
  }
  .section-head {
    gap: 22px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .flow-section {
    padding: 78px 0;
  }
  .flow-copy h2 {
    font-size: 40px;
  }
  .role-list article {
    grid-template-columns: 32px 1fr 28px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 35px 0;
  }
  .steps article:not(:last-child):after {
    display: none;
  }
  .results {
    padding: 60px 0;
  }
  .results h2 {
    font-size: 32px;
  }
  .result-numbers {
    grid-template-columns: 1fr;
  }
  .result-numbers article {
    padding: 9px 0 9px 20px;
  }
  .demo {
    padding: 60px 0;
  }
  .demo-card {
    width: calc(100% - 20px);
    padding: 34px 22px;
    border-radius: 20px;
  }
  .demo h2 {
    font-size: 34px;
  }
  .demo ul {
    display: block;
  }
  .demo ul li {
    margin: 8px 0;
  }
  .footer-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .footer-bottom {
    gap: 12px;
  }
  .hero-proof {
    align-items: flex-start;
    text-align: left;
  }

  .flow-copy {
    grid-template-columns: 1fr;
    gap: 20px;
    }

}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .feature-card {
    transition: none;
  }
}

/* 2026 light visual refresh — Sharitech */
:root {
  --ink: #172033;
  --muted: #667085;
  --blue: #4f46e5;
  --cyan: #06b6d4;
  --navy: #f5f7ff;
  --soft: #f7f8fc;
  --line: #e6e8f0;
  --white: #fff;
}
body {
  font-family: var(--font-geist-sans), Arial, sans-serif;
  background: #fff;
  color: var(--ink);
}
.nav-wrap {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(228, 231, 239, 0.88);
  backdrop-filter: blur(22px) saturate(160%);
}
.nav-cta {
  background: linear-gradient(135deg, #5b4cf0, #3977f6);
  box-shadow: 0 8px 22px rgba(79, 70, 229, 0.2);
  transition: 0.25s;
}
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.28);
}
.hero {
  padding: 92px 0 96px;
  background:
    radial-gradient(
      circle at 82% 14%,
      rgba(75, 199, 255, 0.19),
      transparent 28%
    ),
    radial-gradient(
      circle at 12% 5%,
      rgba(115, 91, 255, 0.13),
      transparent 30%
    ),
    linear-gradient(180deg, #fbfcff 0%, #fff 82%);
}
.hero:after {
  background-image: radial-gradient(
    rgba(92, 77, 238, 0.38) 1px,
    transparent 1px
  );
  opacity: 0.12;
  mask-image: linear-gradient(
    90deg,
    transparent,
    black 30%,
    black 75%,
    transparent
  );
}
.orb-one {
  background: rgba(98, 78, 238, 0.1);
}
.orb-two {
  background: rgba(24, 191, 218, 0.11);
}
.eyebrow {
  color: #5547dc;
}
.eyebrow i {
  border-color: #14b8d4;
  box-shadow: 0 0 0 4px rgba(20, 184, 212, 0.13);
}
h1 em,
h2 em {
  background: linear-gradient(110deg, #5547e8, #258de8 62%, #08aebc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.button {
  border-radius: 999px;
  transition:
    transform 0.22s,
    box-shadow 0.22s,
    background 0.22s;
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: linear-gradient(120deg, #5d4be9, #367eea 58%, #0fb8c2);
  box-shadow: 0 14px 32px rgba(79, 70, 229, 0.23);
}
.button.primary:hover {
  box-shadow: 0 18px 38px rgba(79, 70, 229, 0.32);
}
.button.ghost {
  background: rgba(255, 255, 255, 0.8);
  border-color: #e1e4ed;
  box-shadow: 0 8px 24px rgba(29, 41, 68, 0.06);
}
.dashboard-shell {
  border-radius: 28px;
  border-color: rgba(218, 222, 236, 0.9);
  box-shadow:
    0 34px 85px rgba(55, 65, 115, 0.16),
    0 2px 0 rgba(255, 255, 255, 0.8) inset;
  transform: perspective(1200px) rotateY(-1.5deg) rotateX(0.5deg);
}
.dash-body {
  border-radius: 0 0 28px 28px;
}
.dash-body aside {
  background: #fafbff;
}
.dash-main {
  background: #f8faff;
}
.dash-body aside .active {
  background: linear-gradient(110deg, #eeecff, #e9f7ff);
  color: #5147dc;
}
.dash-heading button,
.user-dot {
  background: linear-gradient(135deg, #5b4ce8, #3089eb);
}
.metrics div,
.chart-card,
.lesson-card {
  border-color: #e8eaf2;
  box-shadow: 0 8px 22px rgba(45, 55, 90, 0.04);
}
.chart i {
  background: linear-gradient(#39c8d4, #5a4ce8);
}
.float-card {
  border-color: #e3e6ef;
  box-shadow: 0 18px 45px rgba(52, 61, 101, 0.15);
  border-radius: 16px;
}
.ring {
  background: conic-gradient(#5648e6 94%, #edf0f6 0);
}
.trust-strip {
  background: #fff;
  border-color: #eceef4;
}
.trust-strip b {
  color: #586174;
}
.section {
  background: #fff;
}
.feature-grid {
  gap: 18px;
}
.feature-card {
  border-color: #e8eaf1;
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #fbfcff);
  box-shadow: 0 8px 28px rgba(42, 52, 86, 0.035);
}
.feature-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 54px rgba(73, 72, 132, 0.12);
  border-color: #d7d4fb;
}
.feature-icon {
  border-radius: 16px;
  background: linear-gradient(145deg, #eeecff, #e9f8ff);
  color: #5548e4;
}
.feature-card:nth-child(2n) .feature-icon {
  background: linear-gradient(145deg, #e7fbfb, #eff2ff);
  color: #079aa9;
}
.feature-card a {
  color: #5548e4;
}
.flow-section {
  padding: 112px 0;
  background:
    radial-gradient(
      circle at 15% 12%,
      rgba(101, 80, 235, 0.12),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 80%,
      rgba(28, 190, 213, 0.12),
      transparent 31%
    ),
    linear-gradient(135deg, #f8f7ff, #f2fbff);
  color: var(--ink);
  border-block: 1px solid #ececf7;
}
.flow-section:before {
  border-color: rgba(85, 72, 228, 0.13);
  box-shadow:
    0 0 0 60px rgba(85, 72, 228, 0.025),
    0 0 0 120px rgba(28, 190, 213, 0.02);
}
.eyebrow.light {
  color: #5548e4;
}
.flow-copy h2 {
  color: var(--ink);
}
.flow-copy h2 em {
  color: transparent;
}
.flow-copy > p {
  color: var(--muted);
}
.button.white {
  color: #fff;
  background: linear-gradient(120deg, #5d4be9, #367eea);
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.2);
}


.role-list article {
  grid-template-columns: 42px 1fr 30px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e6e7f1;
  border-radius: 20px;
  box-shadow: 0 10px 32px rgba(52, 60, 98, 0.055);
  backdrop-filter: blur(10px);
}
.role-list article > span,
.role-list article small {
  color: #5548e4;
}
.role-list p {
  color: var(--muted);
}
.role-list article > b {
  border-color: #d9dbea;
  color: #5548e4;
  background: #f7f6ff;
}
.process {
  background: linear-gradient(180deg, #fff, #fafbff);
}
.install-banner > div {
  border-color: #e5e7f1;
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, #f8f8ff);
  box-shadow: 0 14px 36px rgba(55, 63, 104, 0.065);
}
.install-banner span {
  color: #5548e4;
}
.steps b {
  background: linear-gradient(145deg, #eeecff, #e9f8ff);
  color: #5145d9;
  box-shadow: 0 0 0 8px #f8f8ff;
}
.results {
  background: linear-gradient(115deg, #6652ea, #367fe9 55%, #16b7c3);
}
.faq {
  background: #f8f9fc;
}
.accordions details {
  border-color: #e6e8f0;
  border-radius: 18px;
  box-shadow: 0 7px 24px rgba(45, 55, 88, 0.035);
}
.accordions summary span {
  color: #5548e4;
}
.demo {
  background: #fff;
}
.demo-card {
  background:
    radial-gradient(circle at 5% 10%, rgba(96, 78, 232, 0.13), transparent 35%),
    radial-gradient(
      circle at 60% 100%,
      rgba(17, 187, 203, 0.12),
      transparent 36%
    ),
    linear-gradient(135deg, #f7f6ff, #f2fbff);
  color: var(--ink);
  border: 1px solid #e6e6f2;
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(58, 65, 107, 0.1);
}
.demo-card:after {
  background: rgba(67, 193, 222, 0.09);
}
.demo h2 {
  color: var(--ink);
}
.demo p {
  color: var(--muted);
}
.demo ul {
  color: #5145da;
}
.demo form {
  border: 1px solid #e5e7f0;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(48, 57, 92, 0.09);
}
footer {
  background: #fff;
  color: var(--ink);
  border-top: 1px solid #e8eaf0;
}
.footer-top {
  border-color: #eaecf2;
}
.footer-top p {
  color: var(--muted);
}
.footer-top > a:last-child {
  color: #5548e4;
}
.footer-bottom {
  color: #8a91a2;
}
.modal {
  display: none;
  background: rgba(28, 31, 51, 0.42);
  backdrop-filter: blur(8px);
}
.modal.visible {
  display: grid;
}
.modal-box {
  border-radius: 26px;
}

.demo {
  padding: 110px 0;
  background: #ffffff;
}

.demo-card {
  display: block;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.demo-copy {
  max-width: 780px;
}

.demo-copy .eyebrow {
  color: #554cff;
}

.demo-copy h2 {
  max-width: 760px;
  margin: 22px 0 24px;
  color: var(--ink);
  font-size: 52px;
  line-height: 1.05;
}

.demo-copy p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}

.demo-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.demo-copy li {
  color: #554cff;
  font-size: 16px;
}

#lead-form {
  display: grid;
  grid-template-columns:
    minmax(170px, 1fr)
    minmax(190px, 1fr)
    minmax(230px, 1.25fr)
    auto;
  gap: 18px;
  align-items: end;
  margin-top: 50px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#lead-form label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

#lead-form input {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 1px solid #dce3ee;
  border-radius: 14px;
  background: #ffffff;
}

#lead-form button {
  height: 58px;
  padding: 0 28px;
  white-space: nowrap;
}

#form-status {
  grid-column: 1 / -1;
  color: var(--muted);
  font-weight: 400;
}

@media (max-width: 720px) {
  .dashboard-shell {
    transform: none;
  }
  .role-list article {
    padding: 18px;
  }
  .demo-card {
    border-radius: 24px;
  }
  .nav-links {
    border-radius: 20px;
  }
}

.flow-copy {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
  align-items: end;
}

.flow-description {
  display: block;
  max-width: 520px;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
}

.role-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 760px) {
  .flow-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .flow-copy {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .role-list {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .center-head {
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 36px;
}

.center-head h2 {
  font-size: 38px;
}

.process-description {
  font-size: 17px;
}


}
  

@media (max-width: 900px) {
  #lead-form {
    grid-template-columns: 1fr 1fr;
  }

  #lead-form button {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .demo {
    padding: 75px 0;
  }

  .demo-copy h2 {
    font-size: 38px;
  }

  .demo-copy ul {
    flex-direction: column;
    gap: 10px;
  }

  #lead-form {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  #form-status {
    grid-column: auto;
  }
}


.footer-bottom {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.footer-bottom > span:last-child {
  text-align: right;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.footer-socials a {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #554cff;
  border: 1px solid #dfe3ec;
  border-radius: 50%;
  background: #ffffff;
  transition: 0.2s ease;
}

.footer-socials a:hover {
  color: #ffffff;
  border-color: #554cff;
  background: #554cff;
  transform: translateY(-2px);
}

.footer-socials svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-socials a:last-child svg {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 600px) {
  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-bottom > span:last-child {
    text-align: center;
  }

  .footer-socials {
    grid-row: 2;
  }
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.hero-visual img {
  display: block;
  width: 115%;
  max-width: 820px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 900px) {
  .hero-visual img {
    width: 100%;
    max-width: 680px;
  }
}
  


