.home-page {
  background: #fff;
  color: #10213d;
}
.home-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 50;
  width: min(1240px, calc(100% - 32px));
  height: 70px;
  padding: 0 16px 0 22px;
  border: 1px solid rgba(198, 214, 236, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(15, 45, 88, 0.1);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}
.brand-lockup > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.brand-lockup strong {
  color: #2872d8;
  font: 800 17px "Manrope";
  letter-spacing: 0.08em;
}
.brand-lockup small {
  color: #8291a6;
  font: 600 6px "DM Sans";
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.home-header .main-nav a:not(.button) {
  padding: 9px 12px;
  border-radius: 9px;
}
.home-header .main-nav a.active,
.home-header .main-nav a:not(.button):hover {
  color: #0962ed;
  background: #edf4ff;
}
.platform-hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  padding: 150px 0 85px;
  background: #ffffff;
}
.hero-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(#c9daef 1px, transparent 1px),
    linear-gradient(90deg, #c9daef 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 30%,
    transparent 90%
  );
}
.platform-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 70px;
  align-items: center;
}
.platform-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid #cbdcf1;
  border-radius: 30px;
  color: #31527e;
  background: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.platform-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff8a34;
  box-shadow: 0 0 0 5px rgba(255, 138, 52, 0.13);
}
.platform-copy h1 {
  max-width: 700px;
  margin: 24px 0 24px;
  color: #071d55;
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.07em;
}
.platform-copy h1 em {
  color: #0962ed;
  font-style: normal;
}
.platform-copy > p {
  max-width: 650px;
  color: #657791;
  font-size: 16px;
  line-height: 1.8;
}
.platform-actions {
  display: flex;
  gap: 11px;
  margin-top: 31px;
}
.button-secondary {
  color: #0a5cda;
  border: 1px solid #bdd2ef;
  background: #fff;
}
.trust-points {
  display: flex;
  gap: 23px;
  margin-top: 27px;
  color: #5d708c;
  font-size: 10px;
  font-weight: 700;
}
.trust-points span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.trust-points i {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #148a59;
  background: #e0f6eb;
  font-size: 8px;
  font-style: normal;
}
.saas-scene {
  position: relative;
  height: 560px;
  perspective: 1200px;
}
.scene-glow {
  position: absolute;
  inset: 11% 7%;
  border-radius: 50%;
  background: rgba(28, 103, 232, 0.13);
  filter: blur(55px);
}
.scene-dashboard {
  position: absolute;
  right: 0;
  top: 80px;
  width: 88%;
  min-height: 365px;
  overflow: hidden;
  border: 1px solid #c8d9ee;
  border-radius: 20px;
  background: #f7faff;
  box-shadow: -25px 38px 70px rgba(21, 64, 126, 0.2);
  transform: rotateY(-8deg) rotateX(3deg);
}
.scene-window-top {
  height: 43px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 15px;
  border-bottom: 1px solid #dce6f3;
  background: #fff;
  color: #29466d;
  font-size: 8px;
}
.scene-window-top > span {
  display: flex;
  gap: 4px;
}
.scene-window-top i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff806b;
}
.scene-window-top i:nth-child(2) {
  background: #ffc264;
}
.scene-window-top i:nth-child(3) {
  background: #50d18e;
}
.scene-window-top em {
  margin-left: auto;
  padding: 4px 7px;
  border-radius: 12px;
  color: #14895a;
  background: #e0f6eb;
  font-size: 6px;
  font-style: normal;
}
.scene-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  padding: 13px;
}
.scene-kpis div {
  display: flex;
  flex-direction: column;
  padding: 12px;
  border: 1px solid #dce7f4;
  border-radius: 10px;
  background: #fff;
}
.scene-kpis small,
.scene-main small {
  color: #74869d;
  font-size: 6px;
}
.scene-kpis b {
  margin: 4px 0;
  color: #071d55;
  font: 800 18px "Manrope";
}
.scene-kpis em {
  color: #178b5c;
  font-size: 6px;
  font-style: normal;
}
.scene-kpis em.orange {
  color: #db721f;
}
.scene-main {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 9px;
  padding: 0 13px 13px;
}
.scene-chart,
.scene-feed {
  height: 205px;
  padding: 14px;
  border: 1px solid #dce7f4;
  border-radius: 10px;
  background: #fff;
}
.scene-chart {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.scene-chart small {
  position: absolute;
  align-self: flex-start;
}
.scene-chart span {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(#4a91ff, #0962ed);
}
.scene-chart span:nth-last-child(2) {
  background: #ff9b50;
}
.scene-feed {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.scene-feed > span {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 0;
  border-bottom: 1px solid #e3ebf5;
  color: #3c5576;
  font-size: 6px;
}
.scene-feed i {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #0962ed;
  background: #e8f1ff;
  font-style: normal;
}
.scene-phone {
  position: absolute;
  z-index: 4;
  left: 8px;
  bottom: 12px;
  width: 178px;
  height: 354px;
  padding: 38px 13px 13px;
  border: 6px solid #10223d;
  border-radius: 32px;
  background: #f6f9fd;
  box-shadow: 18px 28px 55px rgba(16, 49, 99, 0.25);
  transform: rotate(-5deg);
}
.phone-notch {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 63px;
  height: 14px;
  border-radius: 10px;
  background: #0a182c;
  transform: translateX(-50%);
}
.scene-phone > small {
  color: #7a8ba0;
  font-size: 7px;
}
.scene-phone > b {
  display: block;
  margin: 3px 0 13px;
  color: #071d55;
  font-size: 11px;
}
.phone-id {
  height: 84px;
  display: flex;
  flex-direction: column;
  padding: 13px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, #1267ef, #063997);
}
.phone-id span {
  font-size: 6px;
  letter-spacing: 0.14em;
}
.phone-id strong {
  margin-top: auto;
  font-size: 10px;
}
.phone-id small {
  font-size: 5px;
  opacity: 0.7;
}
.phone-check {
  width: 92px;
  height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  border: 6px solid #dce9fb;
  border-top-color: #0962ed;
  border-right-color: #0962ed;
  border-radius: 50%;
}
.phone-check b {
  font: 800 15px "Manrope";
}
.phone-check span {
  color: #77899f;
  font-size: 6px;
}
.scene-pass {
  position: absolute;
  z-index: 5;
  right: 12px;
  bottom: 24px;
  width: 190px;
  padding: 15px;
  border: 1px solid #d0def0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(19, 60, 120, 0.16);
  transform: rotate(4deg);
}
.scene-pass span {
  color: #0962ed;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.scene-pass b,
.scene-pass small {
  display: block;
}
.scene-pass b {
  margin: 14px 0 3px;
  color: #071d55;
  font-size: 11px;
}
.scene-pass small {
  color: #77889e;
  font-size: 6px;
}
.scene-pass i {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px dashed #193b69;
  color: #193b69;
  font-size: 7px;
  font-style: normal;
}
.scene-float {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #d2e0f1;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 30px rgba(19, 60, 120, 0.14);
}
.scene-float-one {
  left: 4px;
  top: 54px;
}
.scene-float-one > i {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #158a59;
  background: #dff6ea;
  font-size: 8px;
  font-style: normal;
}
.scene-float span,
.scene-float-two {
  display: flex;
  flex-direction: column;
}
.scene-float b {
  color: #071d55;
  font-size: 8px;
}
.scene-float small {
  color: #7b8ba0;
  font-size: 6px;
}
.scene-float-two {
  right: 0;
  top: 31px;
  align-items: flex-start;
}
.scene-float-two b {
  color: #0962ed;
  font: 800 17px "Manrope";
}
.home-section {
  padding: 105px 0;
}
.home-heading {
  max-width: 690px;
}
.home-heading.centered {
  margin: 0 auto 52px;
  text-align: center;
}
.home-heading > span,
.insights-copy > span,
.home-cta span:first-child {
  color: #0962ed;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.home-heading h2,
.insights-copy h2 {
  margin: 16px 0;
  color: #071d55;
  font-size: clamp(38px, 4.6vw, 61px);
  line-height: 1.06;
  letter-spacing: -0.065em;
}
.home-heading p,
.insights-copy > p {
  color: #687b94;
  font-size: 14px;
  line-height: 1.75;
}
.products-section {
  background: #f5f8fd;
}
.product-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  perspective: 1000px;
}
.product-highlight {
  position: relative;
  min-height: 510px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
  border: 1px solid #d6e2f1;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(21, 62, 120, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.product-highlight:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -85px;
  top: -85px;
  border-radius: 50%;
  background: rgba(9, 98, 237, 0.055);
}
.product-highlight:hover {
  border-color: #9bbce9;
  box-shadow: 0 25px 60px rgba(21, 62, 120, 0.15);
}
.product-highlight.featured {
  color: #fff;
  border-color: #164fbc;
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(91, 151, 255, 0.38),
      transparent 28%
    ),
    linear-gradient(145deg, #0962ed, #053897);
}
.product-icon {
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  margin-bottom: 32px;
  border-radius: 15px;
  color: #0962ed;
  background: #e9f2ff;
  font: 800 11px "Manrope";
}
.product-highlight.featured .product-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}
.product-highlight > span {
  color: #0962ed;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.product-highlight.featured > span {
  color: #bad2fc;
}
.product-highlight h3 {
  margin: 11px 0 13px;
  color: #071d55;
  font-size: 32px;
  letter-spacing: -0.05em;
}
.product-highlight.featured h3 {
  color: #fff;
}
.product-highlight p {
  min-height: 92px;
  color: #6b7d94;
  font-size: 12px;
  line-height: 1.7;
}
.product-highlight.featured p {
  color: #c7d9f7;
}
.product-highlight ul {
  display: grid;
  gap: 10px;
  margin: 17px 0 30px;
  padding: 17px 0 0;
  border-top: 1px solid #e0e8f3;
  list-style: none;
}
.product-highlight.featured ul {
  border-color: rgba(255, 255, 255, 0.16);
}
.product-highlight li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #425a79;
  font-size: 10px;
  font-weight: 600;
}
.product-highlight.featured li {
  color: #e3edff;
}
.product-highlight li:before {
  content: "\2713";
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #12895a;
  background: #e0f6eb;
  font-size: 7px;
}
.product-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid #e0e8f3;
  color: #0962ed;
  font-size: 10px;
  font-weight: 800;
}
.featured .product-link {
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.what-section {
  overflow: hidden;
  background: #fff;
}
.what-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 80px;
  align-items: center;
}
.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 32px;
}
.benefit-grid article {
  display: flex;
  flex-direction: column;
  min-height: 130px;
  padding: 20px;
  border: 1px solid #d9e4f1;
  border-radius: 16px;
  background: #fff;
}
.benefit-grid i {
  color: #ff8a34;
  font: 800 9px "Manrope";
  font-style: normal;
}
.benefit-grid b {
  margin: 18px 0 6px;
  color: #071d55;
  font-size: 11px;
}
.benefit-grid small {
  color: #78899f;
  font-size: 9px;
  line-height: 1.5;
}
.orbit-system {
  position: relative;
  height: 600px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  overflow: visible;
}
.orbit-system:before {
  content: "";
  position: absolute;
  width: 62%;
  height: 62%;
  border-radius: 50%;
  background: rgba(22, 100, 232, 0.12);
  filter: blur(60px);
}
.orbit-center {
  position: relative;
  z-index: 6;
  width: 138px;
  height: 138px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #bcd1ed;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 55px rgba(17, 61, 124, 0.17);
  backdrop-filter: blur(12px);
}
.orbit-center .brand-mark {
  margin-bottom: 9px;
}
.orbit-center b {
  color: #071d55;
  font: 800 12px "Manrope";
  letter-spacing: 0.08em;
}
.orbit-center small {
  margin-top: 4px;
  color: #8796aa;
  font-size: 6px;
}
.orbit-ring {
  position: absolute;
  border: 1px solid #c8d9ee;
  border-radius: 50%;
  animation: orbit-spin 36s linear infinite;
}
.orbit-ring span {
  --angle: calc(var(--p) * 90deg);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #d3e1f1;
  border-radius: 20px;
  color: #31527e;
  background: #fff;
  box-shadow: 0 9px 24px rgba(17, 61, 124, 0.1);
  font-size: 7px;
  font-weight: 800;
  transform: rotate(var(--angle)) translateX(var(--radius))
    rotate(calc(var(--angle) * -1));
}
.orbit-ring-one {
  --radius: 100px;
  width: 200px;
  height: 200px;
  z-index: 5;
  animation-duration: 24s;
}
.orbit-ring-two {
  --radius: 180px;
  width: 360px;
  height: 360px;
  z-index: 4;
  animation-direction: reverse;
  animation-duration: 34s;
}
.orbit-ring-three {
  --radius: 260px;
  width: 520px;
  height: 520px;
  z-index: 3;
  animation-duration: 46s;
}
.orbit-system:hover .orbit-ring {
  animation-play-state: paused;
}
@keyframes orbit-spin {
  to {
    transform: rotate(360deg);
  }
}
.orbit-ring span {
  animation: counter-spin 36s linear infinite;
}
.orbit-ring-one span {
  animation-duration: 24s;
}
.orbit-ring-two span {
  animation-direction: reverse;
  animation-duration: 34s;
}
.orbit-ring-three span {
  animation-duration: 46s;
}
@keyframes counter-spin {
  to {
    rotate: -360deg;
  }
}
.insights-section {
  color: #fff;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(32, 107, 233, 0.3),
      transparent 28%
    ),
    #07162f;
}
.insights-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 80px;
  align-items: center;
}
.insights-dashboard {
  padding: 20px;
  border: 1px solid #284875;
  border-radius: 22px;
  background: #0d2851;
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.3);
  transform: perspective(1000px) rotateY(5deg);
}
.insight-top {
  display: flex;
  justify-content: space-between;
  padding: 5px 3px 19px;
  color: #b9c9df;
  font-size: 8px;
}
.insight-top span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.insight-top i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #54dda1;
  box-shadow: 0 0 0 4px rgba(84, 221, 161, 0.1);
}
.insight-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.insight-stats div {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #234976;
  border-radius: 12px;
  background: #102f5c;
}
.insight-stats small {
  color: #9bb0cd;
  font-size: 6px;
}
.insight-stats b {
  margin: 5px 0;
  font: 800 24px "Manrope";
}
.insight-stats em {
  color: #60dfa4;
  font-size: 6px;
  font-style: normal;
}
.insight-stats em.orange {
  color: #ffaf72;
}
.insight-chart {
  height: 230px;
  display: flex;
  align-items: flex-end;
  gap: 13px;
  margin-top: 10px;
  padding: 25px;
  border: 1px solid #234976;
  border-radius: 12px;
  background: #102f5c;
}
.insight-chart span {
  flex: 1;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(#4690ff, #0962ed);
}
.insight-chart span:nth-child(6) {
  background: linear-gradient(#ffae72, #ff8a34);
}
.insights-copy > span {
  color: #8fb8ff;
}
.insights-copy h2 {
  color: #fff;
}
.insights-copy > p {
  color: #aebed3;
}
.insights-copy > div {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid #243b5c;
}
.insights-copy > div > b {
  color: #8fb8ff;
  font: 800 9px "Manrope";
}
.insights-copy > div span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.insights-copy strong {
  font-size: 12px;
}
.insights-copy small {
  color: #91a3bb;
  font-size: 9px;
}
.faq-section {
  background: #f5f8fd;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 85px;
  align-items: start;
}
.faq-grid .button {
  margin-top: 22px;
}
.faq-list {
  display: grid;
  gap: 9px;
}
.faq-list details {
  border: 1px solid #d6e2f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(20, 60, 118, 0.05);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  color: #17335b;
  font: 700 12px "Manrope";
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary i {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #edf4ff;
}
.faq-list summary i:before,
.faq-list summary i:after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 10px;
  height: 2px;
  background: #0962ed;
}
.faq-list summary i:after {
  transform: rotate(90deg);
  transition: 0.2s;
}
.faq-list details[open] {
  border-color: #b8ceeb;
}
.faq-list details[open] summary {
  color: #0962ed;
}
.faq-list details[open] summary i {
  background: #fff0e4;
}
.faq-list details[open] summary i:after {
  transform: rotate(0);
}
.faq-list p {
  margin: 0;
  padding: 0 22px 20px;
  color: #718299;
  font-size: 10px;
  line-height: 1.75;
}
.home-cta {
  padding: 80px 0;
  background: #fff;
}
.home-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 50px 55px;
  border-radius: 25px;
  color: #fff;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(99, 155, 255, 0.35),
      transparent 30%
    ),
    linear-gradient(135deg, #0962ed, #04368d);
  box-shadow: 0 25px 65px rgba(9, 77, 185, 0.22);
}
.home-cta span:first-child {
  color: #c1d8ff;
}
.home-cta h2 {
  max-width: 690px;
  margin: 14px 0 10px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.06em;
}
.home-cta p {
  margin: 0;
  color: #c5d7f4;
  font-size: 12px;
}
.cta-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cta-contact .button {
  white-space: nowrap;
  color: #0962ed;
  background: #fff;
}
.cta-contact > span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cta-contact small {
  color: #bcd2f5;
  font-size: 7px;
}
.cta-contact b {
  font-size: 10px;
}
.premium-footer {
  padding-top: 72px;
}
.premium-footer .footer-grid {
  grid-template-columns: 1.5fr 0.7fr 0.7fr 0.9fr;
}
.premium-footer .footer-grid > div:first-child p {
  max-width: 330px;
}
.social-links {
  display: flex;
  gap: 7px;
  margin-top: 19px;
}
.social-links a {
  width: 29px;
  height: 29px;
  display: grid !important;
  place-items: center;
  border: 1px solid #284162;
  border-radius: 8px;
  color: #c2d1e5 !important;
  background: #102540;
  font-size: 8px !important;
  font-weight: 800;
}
@media (max-width: 1050px) {
  .platform-hero-grid,
  .what-grid,
  .insights-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .platform-copy {
    max-width: 760px;
  }
  .saas-scene {
    width: min(720px, 100%);
    margin: auto;
  }
  .product-highlight-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-highlight:last-child {
    grid-column: span 2;
  }
  .what-copy {
    max-width: 760px;
  }
  .orbit-system {
    margin: auto;
    width: min(650px, 100%);
  }
  .insights-dashboard {
    transform: none;
  }
  .faq-grid {
    gap: 45px;
  }
  .home-cta .container {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .home-header {
    top: 8px;
    height: 62px;
  }
  .home-header .main-nav {
    top: 72px;
    left: 0;
    right: 0;
    border: 1px solid #d5e2f1;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 45px rgba(17, 58, 115, 0.15);
  }
  .brand-lockup small {
    display: none;
  }
  .platform-hero {
    padding-top: 115px;
  }
  .product-highlight-grid {
    grid-template-columns: 1fr;
  }
  .product-highlight:last-child {
    grid-column: auto;
  }
  .product-highlight {
    min-height: 0;
  }
  .orbit-system {
    height: 530px;
    transform: scale(0.84);
  }
  .home-section {
    padding: 75px 0;
  }
  .insight-stats {
    grid-template-columns: 1fr 1fr;
  }
  .insight-stats div:last-child {
    display: none;
  }
  .premium-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .home-cta {
    padding: 55px 0;
  }
  .cta-contact {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .container {
    width: min(100% - 32px, 1280px);
  }
  .platform-hero {
    min-height: 0;
    padding: 105px 0 58px;
  }
  .platform-copy h1 {
    font-size: clamp(39px, 12vw, 54px);
  }
  .platform-copy > p {
    font-size: 14px;
  }
  .platform-actions {
    display: grid;
  }
  .platform-actions .button {
    width: 100%;
  }
  .trust-points {
    gap: 13px;
  }
  .saas-scene {
    height: 390px;
    margin-top: 10px;
  }
  .scene-dashboard {
    top: 45px;
    width: 94%;
    min-height: 270px;
    transform: none;
  }
  .scene-window-top {
    height: 34px;
  }
  .scene-kpis {
    grid-template-columns: 1fr 1fr;
    padding: 8px;
  }
  .scene-kpis div {
    padding: 9px;
  }
  .scene-kpis div:last-child {
    display: none;
  }
  .scene-main {
    grid-template-columns: 1fr;
    padding: 0 8px 8px;
  }
  .scene-chart {
    height: 135px;
  }
  .scene-feed {
    display: none;
  }
  .scene-phone {
    left: 0;
    bottom: 0;
    width: 125px;
    height: 250px;
    padding: 29px 9px 9px;
    border-width: 4px;
    border-radius: 23px;
  }
  .phone-notch {
    top: 8px;
    width: 45px;
    height: 10px;
  }
  .phone-id {
    height: 63px;
    padding: 9px;
  }
  .phone-check {
    width: 66px;
    height: 66px;
    margin: 13px auto;
    border-width: 4px;
  }
  .scene-pass {
    right: 0;
    bottom: 4px;
    width: 142px;
  }
  .scene-float {
    display: none;
  }
  .home-heading h2,
  .insights-copy h2 {
    font-size: clamp(34px, 10vw, 45px);
  }
  .product-highlight {
    padding: 25px;
  }
  .what-grid {
    gap: 30px;
  }
  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }
  .benefit-grid article {
    min-height: 115px;
    padding: 15px;
  }
  .orbit-system {
    width: 570px;
    height: 500px;
    left: 50%;
    margin-left: -285px;
    transform: scale(0.62);
  }
  .insight-chart {
    height: 165px;
    padding: 15px;
    gap: 7px;
  }
  .faq-list summary {
    padding: 17px;
    font-size: 11px;
  }
  .faq-list p {
    padding: 0 17px 17px;
  }
  .home-cta .container {
    padding: 34px 24px;
  }
  .premium-footer .footer-grid {
    grid-template-columns: 1fr;
  }
  .premium-footer .footer-grid > div:first-child {
    grid-column: auto;
  }
  .footer-bottom {
    gap: 8px;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  .orbit-ring,
  .orbit-ring span {
    animation: none;
  }
  .tilt-card {
    transform: none !important;
  }
}

/* Precisely centered icon orbit system */
.orbit-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.orbit-ring {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation-name: orbit-spin-centered;
}
.orbit-ring .orbit-node {
  --angle: calc(var(--p) * 90deg);
  --orbit-color: #0962ed;
  --orbit-soft: #e8f1ff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--orbit-color) 30%, #fff);
  border-radius: 50%;
  color: var(--orbit-color);
  background: var(--orbit-soft);
  box-shadow: 0 10px 28px rgba(17, 61, 124, 0.13);
  transform: translate(-50%, -50%) rotate(var(--angle))
    translateX(var(--radius));
  transform-origin: center;
  animation: none;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.orbit-ring .orbit-node:before,
.orbit-ring .orbit-node:after {
  display: none;
}
.orbit-blue {
  --orbit-color: #1267ef !important;
  --orbit-soft: #e8f1ff !important;
}
.orbit-green {
  --orbit-color: #16965c !important;
  --orbit-soft: #e2f7ec !important;
}
.orbit-orange {
  --orbit-color: #e77927 !important;
  --orbit-soft: #fff0e3 !important;
}
.orbit-purple {
  --orbit-color: #7555d9 !important;
  --orbit-soft: #f0ebff !important;
}
.orbit-cyan {
  --orbit-color: #078caf !important;
  --orbit-soft: #e0f7fc !important;
}
.orbit-violet {
  --orbit-color: #9239c7 !important;
  --orbit-soft: #f6eaff !important;
}
.orbit-amber {
  --orbit-color: #c58a08 !important;
  --orbit-soft: #fff6d9 !important;
}
.orbit-emerald {
  --orbit-color: #07836c !important;
  --orbit-soft: #def7f0 !important;
}
.orbit-indigo {
  --orbit-color: #4755c9 !important;
  --orbit-soft: #e9ebff !important;
}
.orbit-rose {
  --orbit-color: #d44e72 !important;
  --orbit-soft: #ffe9ef !important;
}
.orbit-gold {
  --orbit-color: #b67a06 !important;
  --orbit-soft: #fff2cf !important;
}
.orbit-teal {
  --orbit-color: #087f84 !important;
  --orbit-soft: #def6f6 !important;
}
.orbit-node svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.orbit-node:nth-child(1) {
  --icon-start: 0deg;
}
.orbit-node:nth-child(2) {
  --icon-start: -90deg;
}
.orbit-node:nth-child(3) {
  --icon-start: -180deg;
}
.orbit-node:nth-child(4) {
  --icon-start: -270deg;
}
.orbit-ring-one {
  --radius: 100px;
}
.orbit-ring-two {
  --radius: 180px;
}
.orbit-ring-three {
  --radius: 260px;
}
@keyframes orbit-spin-centered {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (max-width: 640px) {
  .orbit-system.reveal.visible {
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%) scale(0.62);
    transform-origin: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .orbit-ring {
    animation: none;
  }
  .orbit-node svg {
    animation: none;
  }
}

/* Always-visible, aligned orbit labels */
.orbit-ring .orbit-node {
  width: 46px;
  height: 46px;
  transition: none;
}
.orbit-ring .orbit-node:before,
.orbit-ring .orbit-node:after {
  display: none;
}
.orbit-ring .orbit-node .orbit-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
  font-size: inherit;
  font-weight: inherit;
  transform: translate(-50%, -50%);
  animation: orbit-content-counter 24s linear infinite normal;
  pointer-events: none;
}
.orbit-ring .orbit-node .orbit-content b {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 5px);
  width: max-content;
  max-width: 110px;
  padding: 4px 7px;
  border: 1px solid color-mix(in srgb, var(--orbit-color) 22%, #fff);
  border-radius: 7px;
  color: #17345e;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 7px 18px rgba(17, 61, 124, 0.1);
  font: 700 7px/1.15 "DM Sans";
  text-align: center;
  transform: translateX(-50%);
}
.orbit-ring .orbit-node .orbit-content svg {
  display: block;
}
.orbit-ring-two .orbit-node .orbit-content {
  animation-name: orbit-content-counter-reverse;
  animation-duration: 34s;
  animation-direction: normal;
}
.orbit-ring-three .orbit-node .orbit-content {
  animation-duration: 46s;
}
.orbit-system:hover .orbit-ring,
.orbit-system:hover .orbit-content,
.orbit-system:hover .orbit-node svg {
  animation-play-state: running;
}
@keyframes orbit-content-counter {
  from {
    transform: translate(-50%, -50%) rotate(var(--icon-start));
  }
  to {
    transform: translate(-50%, -50%) rotate(calc(var(--icon-start) - 360deg));
  }
}
@keyframes orbit-content-counter-reverse {
  from {
    transform: translate(-50%, -50%) rotate(var(--icon-start));
  }
  to {
    transform: translate(-50%, -50%) rotate(calc(var(--icon-start) + 360deg));
  }
}
@media (max-width: 640px) {
  .orbit-ring .orbit-node .orbit-content {
    width: 52px;
    height: 52px;
  }
  .orbit-ring .orbit-node .orbit-content b {
    max-width: 116px;
    padding: 6px 9px;
    font-size: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .orbit-ring .orbit-node .orbit-content {
    animation: none;
  }
}

/* Complete three-product hero scene */
.scene-product-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 10px 13px 0;
}
.scene-product-tabs span {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border: 1px solid #dce7f4;
  border-radius: 8px;
  color: #526984;
  background: #fff;
  font-size: 7px;
  font-weight: 700;
}
.scene-product-tabs i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #0962ed;
  background: #e8f1ff;
  font-size: 5px;
  font-style: normal;
}
.scene-product-tabs span:nth-child(2) i {
  color: #07836c;
  background: #def7f0;
}
.scene-product-tabs span:nth-child(3) i {
  color: #7555d9;
  background: #f0ebff;
}
.scene-product-tag {
  display: inline-flex;
  margin-bottom: 6px;
  padding: 4px 6px;
  border-radius: 9px;
  color: #0962ed;
  background: #e8f1ff;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.scene-people-card {
  position: absolute;
  z-index: 6;
  right: -12px;
  bottom: 94px;
  width: 184px;
  padding: 13px;
  border: 1px solid #d0d9ef;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 38px rgba(35, 50, 118, 0.17);
  transform: rotate(-3deg);
}
.scene-people-card > span {
  color: #7555d9;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.scene-people-card > div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid #e5eaf4;
}
.scene-people-card > div i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #7555d9;
  background: #f0ebff;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
}
.scene-people-card p {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
}
.scene-people-card p b {
  color: #071d55;
  font-size: 8px;
}
.scene-people-card p small {
  color: #8190a5;
  font-size: 6px;
}
.scene-people-card em {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  width: 49%;
  padding-top: 9px;
  font-style: normal;
}
.scene-people-card em strong {
  color: #7555d9;
  font: 800 12px "Manrope";
}
.scene-people-card em small {
  color: #8190a5;
  font-size: 5px;
}
@media (max-width: 640px) {
  .scene-product-tabs {
    padding: 7px 8px 0;
  }
  .scene-product-tabs span {
    padding: 5px;
    font-size: 5px;
  }
  .scene-product-tabs i {
    display: none;
  }
  .scene-people-card {
    right: -2px;
    bottom: 68px;
    width: 130px;
    padding: 9px;
  }
  .scene-people-card > div {
    padding: 7px 0;
  }
  .scene-people-card > div i {
    width: 22px;
    height: 22px;
  }
  .scene-people-card p b {
    font-size: 6px;
  }
  .scene-people-card p small,
  .scene-people-card em small {
    display: none;
  }
  .scene-people-card em strong {
    font-size: 9px;
  }
  .scene-pass {
    bottom: 0;
  }
}

/* Larger homepage typography and crisp orbit labels */
.platform-badge,
.trust-points,
.home-heading > span,
.insights-copy > span,
.home-cta span:first-child {
  font-size: 12px;
}
.home-heading p,
.insights-copy > p,
.product-highlight p,
.home-cta p {
  font-size: 16px;
}
.product-highlight > span,
.product-highlight li,
.product-link {
  font-size: 13px;
}
.benefit-grid b,
.insights-copy strong {
  font-size: 15px;
}
.benefit-grid small,
.insights-copy small {
  font-size: 13px;
}
.faq-list summary {
  font-size: 16px;
}
.faq-list p {
  font-size: 14px;
}
.cta-contact small {
  font-size: 12px;
}
.cta-contact b {
  font-size: 14px;
}
.premium-footer .footer-grid p,
.premium-footer .footer-grid a,
.premium-footer .footer-grid b,
.premium-footer .footer-bottom {
  font-size: 14px;
}
.orbit-center b {
  color: #2872d8;
  font-size: 14px;
}
.orbit-center small {
  font-size: 10px;
}
.orbit-center .brand-logo {
  width: 92px;
  height: 92px;
  margin: 0;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 8px 22px rgba(17, 61, 124, 0.12);
}
.orbit-ring .orbit-node .orbit-content b {
  min-width: 60px;
  max-width: 110px;
  padding: 4px 8px;
  border: 1px solid color-mix(in srgb, var(--orbit-color) 42%, #fff);
  color: #071d55;
  background: #fff;
  box-shadow: 0 5px 14px rgba(17, 61, 124, 0.12);
  font: 800 9px/1.2 "DM Sans";
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  transform: translateX(-50%) translateZ(0);
  will-change: transform;
}
@media (max-width: 640px) {
  .orbit-ring .orbit-node .orbit-content b {
    min-width: 78px;
    max-width: 135px;
    padding: 7px 10px;
    font-size: 11px;
  }
}

/* Connected intelligence redesign */
.insights-section {
  position: relative;
  overflow: hidden;
  color: #10213d;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(31, 108, 235, 0.1),
      transparent 25%
    ),
    linear-gradient(180deg, #f4f8fe, #fff);
}
.insights-section:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(#d7e3f2 1px, transparent 1px),
    linear-gradient(90deg, #d7e3f2 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, transparent);
}
.intelligence-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}
.intelligence-heading > div > span {
  color: #0962ed;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.intelligence-heading h2 {
  max-width: 760px;
  margin: 16px 0 0;
  color: #071d55;
  font-size: clamp(45px, 5.5vw, 76px);
  line-height: 1.01;
  letter-spacing: -0.075em;
}
.intelligence-heading > p {
  max-width: 480px;
  margin: 0 0 5px;
  color: #677a93;
  font-size: 16px;
  line-height: 1.8;
}
.intelligence-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 18px;
}
.intelligence-board {
  padding: 18px;
  border: 1px solid #cad9ec;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 25px 70px rgba(24, 66, 126, 0.13);
  backdrop-filter: blur(14px);
}
.intelligence-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 3px 17px;
}
.intelligence-top > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.intelligence-top > div > i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4bd69a;
  box-shadow: 0 0 0 6px rgba(75, 214, 154, 0.13);
}
.intelligence-top span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.intelligence-top b {
  color: #17345e;
  font-size: 12px;
}
.intelligence-top small {
  color: #8493a7;
  font-size: 9px;
}
.intelligence-top em {
  padding: 6px 9px;
  border-radius: 15px;
  color: #14895a;
  background: #e2f7ed;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}
.intelligence-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.intelligence-kpis article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 16px;
  border: 1px solid #dbe5f1;
  border-radius: 14px;
  background: #f9fbfe;
}
.intelligence-kpis article > span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #657993;
  font-size: 8px;
  font-weight: 700;
}
.intelligence-kpis article > span i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #0962ed;
  background: #e7f1ff;
  font-size: 6px;
  font-style: normal;
}
.intelligence-kpis article > b {
  margin: 13px 0 3px;
  color: #071d55;
  font: 800 28px "Manrope";
}
.intelligence-kpis article > small {
  color: #657993;
  font-size: 9px;
}
.intelligence-kpis article > em {
  margin-top: 10px;
  color: #14895a;
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
}
.intelligence-kpis .metric-gate > span i {
  color: #e77927;
  background: #fff0e3;
}
.intelligence-kpis .metric-people > span i {
  color: #7555d9;
  background: #f0ebff;
}
.intelligence-main {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 9px;
  margin-top: 9px;
}
.intelligence-chart,
.intelligence-activity {
  border: 1px solid #dbe5f1;
  border-radius: 14px;
  background: #fff;
}
.intelligence-chart {
  min-height: 285px;
  padding: 18px;
}
.intelligence-chart header,
.intelligence-activity header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.intelligence-chart header span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.intelligence-chart header b,
.intelligence-activity header b {
  color: #17345e;
  font-size: 11px;
}
.intelligence-chart header small {
  color: #8493a7;
  font-size: 8px;
}
.intelligence-chart header em {
  color: #14895a;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}
.chart-area {
  height: 185px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-top: 25px;
}
.chart-area span {
  flex: 1;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(#73a9ff, #0962ed);
}
.chart-area span:nth-child(6) {
  background: linear-gradient(#ffb57d, #ff8a34);
}
.chart-area span:nth-child(8) {
  background: linear-gradient(#9c8ef2, #6558dc);
}
.intelligence-chart footer {
  display: flex;
  justify-content: space-between;
  padding-top: 9px;
  border-top: 1px solid #e3ebf4;
  color: #91a0b3;
  font-size: 6px;
}
.intelligence-activity {
  padding: 18px;
}
.intelligence-activity header {
  padding-bottom: 12px;
}
.intelligence-activity header span {
  padding: 4px 7px;
  border-radius: 12px;
  color: #e77927;
  background: #fff0e3;
  font-size: 6px;
  font-weight: 800;
}
.intelligence-activity > div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 0;
  border-top: 1px solid #e3ebf4;
}
.intelligence-activity > div > i {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #0962ed;
  background: #e7f1ff;
  font-size: 6px;
  font-style: normal;
  font-weight: 800;
}
.intelligence-activity > div:nth-child(3) > i {
  color: #e77927;
  background: #fff0e3;
}
.intelligence-activity > div:nth-child(4) > i {
  color: #7555d9;
  background: #f0ebff;
}
.intelligence-activity > div span {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}
.intelligence-activity > div b {
  color: #294668;
  font-size: 8px;
}
.intelligence-activity > div small {
  color: #8493a7;
  font-size: 6px;
}
.intelligence-activity > div em {
  color: #0962ed;
  font-size: 6px;
  font-style: normal;
  font-weight: 800;
}
.intelligence-outcomes {
  display: grid;
  gap: 10px;
}
.intelligence-outcomes article {
  position: relative;
  min-height: 185px;
  display: flex;
  gap: 14px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #d5e1ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(24, 66, 126, 0.08);
}
.intelligence-outcomes article:first-child {
  color: #fff;
  border-color: #155ac8;
  background: linear-gradient(145deg, #0962ed, #0642ad);
}
.intelligence-outcomes article > span {
  color: #ff8a34;
  font: 800 10px "Manrope";
}
.intelligence-outcomes article:first-child > span {
  color: #ffb277;
}
.intelligence-outcomes article div {
  position: relative;
  z-index: 1;
}
.intelligence-outcomes b {
  color: #071d55;
  font: 700 16px "Manrope";
}
.intelligence-outcomes article:first-child b {
  color: #fff;
}
.intelligence-outcomes p {
  margin: 10px 0 0;
  color: #718299;
  font-size: 12px;
  line-height: 1.65;
}
.intelligence-outcomes article:first-child p {
  color: #c8daf8;
}
.intelligence-outcomes strong {
  position: absolute;
  right: 18px;
  bottom: 8px;
  color: rgba(9, 98, 237, 0.07);
  font: 800 52px "Manrope";
}
.intelligence-outcomes article:first-child strong {
  color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1050px) {
  .intelligence-heading,
  .intelligence-layout {
    grid-template-columns: 1fr;
  }
  .intelligence-outcomes {
    grid-template-columns: repeat(3, 1fr);
  }
  .intelligence-outcomes article {
    min-height: 170px;
  }
}
@media (max-width: 700px) {
  .intelligence-heading {
    gap: 20px;
    margin-bottom: 30px;
  }
  .intelligence-heading h2 {
    font-size: clamp(40px, 12vw, 55px);
  }
  .intelligence-heading > p {
    font-size: 14px;
  }
  .intelligence-board {
    padding: 10px;
    border-radius: 18px;
  }
  .intelligence-kpis {
    grid-template-columns: 1fr 1fr;
  }
  .intelligence-kpis article:last-child {
    display: none;
  }
  .intelligence-main {
    grid-template-columns: 1fr;
  }
  .intelligence-chart {
    min-height: 240px;
    padding: 13px;
  }
  .chart-area {
    height: 150px;
    gap: 6px;
  }
  .intelligence-activity {
    display: none;
  }
  .intelligence-outcomes {
    grid-template-columns: 1fr;
  }
  .intelligence-outcomes article {
    min-height: 145px;
  }
  .intelligence-kpis article > b {
    font-size: 22px;
  }
}

/* Minimal premium phone ecosystem hero */
.phone-ecosystem {
  position: relative;
  height: 590px;
  min-width: 0;
  display: grid;
  place-items: center;
  isolation: isolate;
  perspective: 1200px;
}
.phone-ecosystem > .scene-glow,
.phone-ecosystem > .scene-dashboard,
.phone-ecosystem > .scene-phone,
.phone-ecosystem > .scene-pass,
.phone-ecosystem > .scene-people-card,
.phone-ecosystem > .scene-float {
  display: none;
}
.ecosystem-glow {
  position: absolute;
  z-index: -3;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(53, 126, 245, 0.25),
    rgba(93, 155, 255, 0.1) 42%,
    transparent 70%
  );
  filter: blur(24px);
}
.ecosystem-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(114, 162, 229, 0.38);
  border-radius: 50%;
  box-shadow:
    inset 0 0 40px rgba(66, 132, 235, 0.025),
    0 0 40px rgba(66, 132, 235, 0.035);
  transform: rotateX(64deg) rotateZ(-12deg);
}
.ecosystem-orbit:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 0 5px rgba(52, 125, 237, 0.12),
    0 0 18px rgba(52, 125, 237, 0.45);
}
.ecosystem-orbit-outer {
  width: 570px;
  height: 430px;
  animation: ecosystem-orbit-drift 12s ease-in-out infinite;
}
.ecosystem-orbit-middle {
  width: 440px;
  height: 330px;
  border-color: rgba(114, 162, 229, 0.3);
  animation: ecosystem-orbit-drift 10s ease-in-out -3s infinite reverse;
}
.ecosystem-orbit-inner {
  width: 315px;
  height: 235px;
  border-color: rgba(114, 162, 229, 0.24);
  animation: ecosystem-orbit-drift 8s ease-in-out -1s infinite;
}
@keyframes ecosystem-orbit-drift {
  50% {
    translate: 0 -7px;
    rotate: 2deg;
  }
}
.ecosystem-phone {
  position: relative;
  z-index: 5;
  width: 235px;
  height: 480px;
  padding: 8px;
  border: 2px solid #263b5a;
  border-radius: 48px;
  background: linear-gradient(145deg, #172b48, #071426 55%, #243a58);
  box-shadow:
    -24px 42px 75px rgba(15, 49, 101, 0.3),
    inset 1px 1px rgba(255, 255, 255, 0.35),
    inset -2px -2px 4px rgba(0, 0, 0, 0.45);
  transform: rotateY(-7deg) rotateX(2deg) rotateZ(-2deg);
  animation: ecosystem-phone-float 6s ease-in-out infinite;
}
@keyframes ecosystem-phone-float {
  50% {
    translate: 0 -10px;
    rotate: 1deg;
  }
}
.ecosystem-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 40px;
  background: linear-gradient(145deg, #fff 5%, #edf5ff 55%, #dceaff);
  box-shadow: inset 0 0 35px rgba(40, 108, 215, 0.1);
}
.ecosystem-screen:before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  left: -80px;
  top: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  filter: blur(18px);
}
.ecosystem-screen-glow {
  position: absolute;
  width: 180px;
  height: 360px;
  right: -100px;
  top: -60px;
  border-radius: 50%;
  background: rgba(67, 137, 246, 0.16);
  filter: blur(25px);
  transform: rotate(-18deg);
}
.ecosystem-island {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 13px;
  width: 84px;
  height: 24px;
  border-radius: 20px;
  background: #081426;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
  transform: translateX(-50%);
}
.ecosystem-home {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 82px;
  height: 4px;
  border-radius: 5px;
  background: rgba(10, 27, 51, 0.48);
  transform: translateX(-50%);
}
.ecosystem-phone-button {
  position: absolute;
  display: block;
  width: 4px;
  border-radius: 4px;
  background: #172b48;
  box-shadow: inset 1px 0 rgba(255, 255, 255, 0.28);
}
.ecosystem-phone-button-one {
  left: -5px;
  top: 112px;
  height: 48px;
}
.ecosystem-phone-button-two {
  left: -5px;
  top: 174px;
  height: 48px;
}
.ecosystem-phone-button-three {
  right: -5px;
  top: 145px;
  height: 76px;
}
.ecosystem-card {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(193, 214, 241, 0.88);
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.92),
    rgba(235, 244, 255, 0.72)
  );
  box-shadow:
    0 20px 45px rgba(25, 72, 140, 0.14),
    inset 0 1px rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  animation: ecosystem-card-float 7s ease-in-out infinite;
}
.ecosystem-card:before,
.ecosystem-card:after {
  display: none;
}
.ecosystem-card-one {
  width: 164px;
  height: 100px;
  left: 10px;
  top: 75px;
  transform: rotate(-6deg);
  animation-delay: -1s;
}
.ecosystem-card-two {
  width: 145px;
  height: 92px;
  right: 2px;
  top: 115px;
  transform: rotate(7deg);
  animation-delay: -3s;
}
.ecosystem-card-three {
  width: 180px;
  height: 112px;
  right: -6px;
  bottom: 72px;
  transform: rotate(-5deg);
  animation-delay: -5s;
}
.ecosystem-card-four {
  width: 132px;
  height: 82px;
  left: 20px;
  bottom: 105px;
  transform: rotate(5deg);
  animation-delay: -2s;
}
.ecosystem-card-five {
  width: 108px;
  height: 70px;
  right: 60px;
  top: 18px;
  transform: rotate(-3deg);
  animation-delay: -4s;
}
@keyframes ecosystem-card-float {
  50% {
    translate: 0 -9px;
  }
}
@media (max-width: 1050px) {
  .phone-ecosystem {
    width: min(680px, 100%);
    margin: auto;
  }
}
@media (max-width: 640px) {
  .phone-ecosystem {
    height: 450px;
    margin-top: 10px;
    transform: scale(0.82);
  }
  .ecosystem-orbit-outer {
    width: 520px;
    height: 390px;
  }
  .ecosystem-card-one {
    left: -20px;
  }
  .ecosystem-card-two {
    right: -20px;
  }
  .ecosystem-card-three {
    right: -30px;
  }
  .ecosystem-card-four {
    left: -10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ecosystem-phone,
  .ecosystem-card,
  .ecosystem-orbit {
    animation: none;
  }
}

/* Reference-inspired upright phone ecosystem */
.phone-ecosystem {
  height: 590px;
  overflow: visible;
}
.phone-ecosystem:before {
  content: "";
  position: absolute;
  inset: 22px -25px 8px;
  border-radius: 44px;
  background: radial-gradient(
    circle at 50% 42%,
    rgba(255, 255, 255, 0.95),
    rgba(225, 237, 255, 0.72) 48%,
    rgba(205, 223, 250, 0.32) 72%,
    transparent
  );
  filter: blur(2px);
}
.ecosystem-glow {
  width: 560px;
  height: 430px;
  background: radial-gradient(
    circle,
    rgba(33, 105, 226, 0.2),
    rgba(113, 165, 244, 0.09) 48%,
    transparent 72%
  );
  filter: blur(28px);
}
.ecosystem-orbit {
  z-index: 3;
  transform: rotateX(69deg) rotateZ(-2deg);
  box-shadow:
    0 0 5px rgba(255, 255, 255, 0.95),
    0 0 14px rgba(43, 119, 238, 0.38),
    inset 0 0 10px rgba(255, 255, 255, 0.75);
}
.ecosystem-orbit-outer {
  width: 610px;
  height: 390px;
  border: 3px solid rgba(219, 235, 255, 0.92);
  animation: ecosystem-reference-orbit 12s ease-in-out infinite;
}
.ecosystem-orbit-middle {
  width: 560px;
  height: 350px;
  border: 1px solid rgba(98, 154, 241, 0.22);
  animation: none;
}
.ecosystem-orbit-inner {
  display: none;
}
.ecosystem-orbit:after {
  width: 10px;
  height: 10px;
  top: -6px;
  background: #e8f2ff;
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.65),
    0 0 16px rgba(30, 106, 232, 0.5);
}
@keyframes ecosystem-reference-orbit {
  50% {
    translate: 0 -4px;
    rotate: 1deg;
  }
}
.ecosystem-phone {
  z-index: 6;
  width: 232px;
  height: 485px;
  padding: 7px;
  border: 2px solid #0b1728;
  border-radius: 47px;
  background: linear-gradient(
    100deg,
    #eef4fc,
    #66758a 8%,
    #0b1728 14%,
    #081321 84%,
    #8795a8 94%,
    #f3f7fc
  );
  box-shadow:
    -13px 30px 50px rgba(16, 46, 91, 0.28),
    inset 1px 1px rgba(255, 255, 255, 0.8),
    inset -2px -1px 3px rgba(0, 0, 0, 0.5);
  transform: rotateY(-4deg) rotateX(1deg) rotateZ(-1deg);
  animation: ecosystem-phone-float 7s ease-in-out infinite;
}
.ecosystem-screen {
  border-color: rgba(18, 39, 69, 0.18);
  border-radius: 39px;
  background: linear-gradient(145deg, #fff, #f5f8fd 50%, #e9f1fc);
  box-shadow: inset 0 0 20px rgba(55, 105, 180, 0.07);
}
.ecosystem-screen:before {
  left: -100px;
  top: 25px;
  width: 260px;
  height: 390px;
  background: rgba(255, 255, 255, 0.78);
  filter: blur(22px);
}
.ecosystem-screen-glow {
  right: -120px;
  top: -40px;
  width: 220px;
  height: 430px;
  background: rgba(44, 114, 226, 0.1);
}
.ecosystem-island {
  top: 12px;
  width: 82px;
  height: 23px;
  background: #02070d;
}
.ecosystem-home {
  background: rgba(8, 19, 36, 0.32);
}
.ecosystem-platform {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 4px;
  width: 520px;
  height: 105px;
  border: 1px solid rgba(204, 222, 246, 0.85);
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(226, 237, 252, 0.9)
  );
  box-shadow:
    0 30px 45px rgba(28, 73, 138, 0.17),
    inset 0 4px 12px rgba(255, 255, 255, 0.9);
  transform: translateX(-50%) rotateX(63deg);
}
.ecosystem-card {
  z-index: 7;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 14px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.68),
    rgba(231, 240, 254, 0.42)
  );
  box-shadow:
    0 17px 30px rgba(28, 72, 136, 0.11),
    inset 0 0 18px rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}
.ecosystem-card:before,
.ecosystem-card:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 7px;
  background: rgba(31, 106, 232, 0.13);
}
.ecosystem-card:before {
  left: 15px;
  top: 18px;
  width: 43px;
  height: 43px;
  background: linear-gradient(
    145deg,
    rgba(26, 104, 235, 0.3),
    rgba(93, 153, 246, 0.12)
  );
}
.ecosystem-card:after {
  left: 70px;
  right: 18px;
  top: 23px;
  height: 7px;
  box-shadow: 0 17px 0 rgba(31, 106, 232, 0.1);
}
.ecosystem-card-one {
  width: 185px;
  height: 102px;
  left: 2px;
  top: 86px;
  transform: rotate(-5deg);
}
.ecosystem-card-two {
  width: 175px;
  height: 98px;
  right: 0;
  top: 76px;
  transform: rotate(5deg);
}
.ecosystem-card-two:before {
  background: linear-gradient(
    145deg,
    rgba(101, 85, 217, 0.3),
    rgba(148, 132, 238, 0.12)
  );
}
.ecosystem-card-three {
  width: 176px;
  height: 108px;
  right: -34px;
  bottom: 122px;
  transform: rotate(-2deg);
}
.ecosystem-card-four {
  width: 158px;
  height: 91px;
  left: 5px;
  bottom: 100px;
  transform: rotate(4deg);
}
.ecosystem-card-four:before {
  background: linear-gradient(
    145deg,
    rgba(8, 131, 108, 0.28),
    rgba(73, 205, 177, 0.12)
  );
}
.ecosystem-card-five {
  width: 152px;
  height: 88px;
  left: -25px;
  right: auto;
  top: 270px;
  transform: rotate(-4deg);
}
.ecosystem-card-five:before {
  border-radius: 50%;
  background: conic-gradient(#2872d8 0 70%, rgba(40, 114, 216, 0.12) 70%);
}
.ecosystem-card-six {
  width: 180px;
  height: 100px;
  right: 8px;
  bottom: 38px;
  transform: rotate(-4deg);
}
.ecosystem-card-six:before {
  background: linear-gradient(
    145deg,
    rgba(255, 138, 52, 0.36),
    rgba(255, 185, 128, 0.14)
  );
}
@media (max-width: 1050px) {
  .phone-ecosystem {
    width: min(720px, 100%);
  }
}
@media (max-width: 640px) {
  .phone-ecosystem {
    height: 455px;
    transform: scale(0.72);
    transform-origin: center top;
  }
  .ecosystem-platform {
    bottom: 8px;
  }
  .ecosystem-card-three {
    right: -55px;
  }
  .ecosystem-card-six {
    right: -20px;
  }
}
