@font-face {
  font-family: "ABCSans";
  src: local("ABCSans"), local("ABC Sans");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #3226dc;
  --magenta: #ec008c;
  --cyan: #0aa8e7;
  --ink: #11191d;
  --icon: #4f6267;
  --soft: #dedede;
  --font-heading: "Raleway", "ABCSans", Arial, sans-serif;
  --font-body: "ABCSans", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
 
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: var(--font-body);
}

body.has-demo-modal {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.intro-page {
  min-height: 100vh;
  overflow: hidden;
  will-change: transform, opacity;
  transition:
    opacity 0.35s ease-out,
    transform 0.35s ease-out;
}

.intro-page.hidden {
  opacity: 0;
  transform: translateX(30px);
}

.intro-page.active {
  opacity: 1;
  transform: translateX(0);
}

@keyframes pageEnter {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
.intro-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 6ms ease,
    transform 6ms ease;
}

.intro-page.is-entering {
  animation:  1ms ease both;
}

.intro-page.is-leaving {
  opacity: 0;
  transform: translateX(1px);
}

@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateX(6px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}*/

.photo-panel {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: 47.4%;
  min-width: 720px;
  pointer-events: none;
}

.photo-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}

.topbar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(18px, 1.25vw, 24px) clamp(18px, 1.35vw, 26px) 0;
}

.brand {
  display: block;
  width: clamp(310px, 22.3vw, 428px);
}

.brand img,
.anniversary {
  display: block;
  width: 80%;
  height: auto;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 19px;
  padding-top: clamp(16px, 1.3vw, 25px);
}

.signin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(126px, 7.7vw, 148px);
  height: auto;
  padding: 9px 0px;
  border-radius: 6px;
  background: linear-gradient(100deg, #3424df 0%, #6225d7 40%, #ed008f 100%);
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 8px 18px rgba(53, 36, 223, 0.12);
}

.anniversary {
  width: 100px;
  border-radius: 6px;
}

.side-label {
  position: absolute;
  left: clamp(22px, 1.35vw, 26px);
  top: 75px;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 216px);
  min-height: 540px;
  color: var(--magenta);
  font-size: clamp(18px, 1.25vw, 18px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.8px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.side-label span {
  display: block;
}

.side-label i {
  width: 10px;
  height: 10px;
  margin-top: 12px;
  border-radius: 50%;
  background: var(--magenta);
  display: none;
}

.intro-content {
  position: relative;
  z-index: 2;
  width: min(52.3vw, 1005px);
  padding: clamp(44px, 3.02vw, 58px) 0 30px clamp(112px, 6.25vw, 120px);
}

.title-row {
  display: flex;
  align-items: flex-start;
  gap: clamp(30px, 2.45vw, 47px);
}

.chapter {
  width: clamp(70px, 6.95vw, 70px);
}

.chapter span {
  display: block;
  color: #dedede;
  font-family: var(--font-body);
  font-size: clamp(72px, 4.9vw, 94px);
  font-weight: 300;
  line-height: 0.84;
  letter-spacing: 0;
}

.chapter i {
  display: block;
  width: clamp(118px, 11.2vw, 214px);
  height: 3px;
  margin-top: 27px;
  background: linear-gradient(90deg, var(--magenta), var(--blue));
}

.heading {
  padding-top: 0px;
  font-family: var(--font-heading);
}

.heading p {
  margin: 0;
  color: #1e2a2f;
  font-size: clamp(28px, 1.88vw, 36px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.heading h1 {
  margin: 5px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(37px, 2.5vw, 48px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(90deg, var(--magenta) 0%, #9c18d4 45%, var(--blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.title-row b {
  display: block;
  width: 5px;
  height: 79px;
  margin-left: clamp(20px, 3.1vw, 59px);
  background: var(--cyan);
}

.quote {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(44.55vw, 855px);
  min-height: 63px;
  margin: 31px 0 0;
  padding: 11px 28px 12px;
  border-radius: 999px;
  background: linear-gradient(100deg, #3424df 0%, #8028cf 54%, #d7389e 100%);
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(21px, 1.43vw, 27px);
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0;
}

.metrics {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1.05fr;
  column-gap: clamp(42px, 4.05vw, 78px);
  row-gap: 45px;
  width: min(48vw, 918px);
  margin-top: 45px;
}

.metric {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  min-width: 0;
}

.metric .material-symbols-rounded {
  color: var(--icon);
  font-size: 35px;
  line-height: 1;
}

.metric p {
  margin: 0;
  min-width: 0;
  color: #050505;
  line-height: 1.02;
}

.metric strong {
  display: block;
  color: var(--blue);
  font-family: var(--font-body);
  font-size: clamp(32px, 2.08vw, 40px);
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.metric em {
  font-style: normal;
  font-size: clamp(22px, 1.25vw, 24px);
  font-weight: 900;
}

.metric small {
  display: block;
  margin-top: 2px;
  color: #050505;
  font-size: clamp(18px, 1.09vw, 21px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 0;
  white-space: nowrap;
}

.metric .country {
  margin-top: 5px;
  font-size: clamp(24px, 1.56vw, 30px);
  text-transform: none;
}

.id-card {
  grid-column: span 2;
}

.slider {
  position: absolute;
  right: clamp(26px, 1.51vw, 29px);
  bottom: clamp(60px, 0.78vw, 15px);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 300px;
  height: 50px;
  padding: 0 10px 0 22px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

.slider button {
  border: 0;
  padding: 0;
  cursor: pointer;
}

.slider .dot {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #e4e4e4;
  transition:
    width 260ms ease,
    background 260ms ease,
    transform 260ms ease;
}

.slider .dot:hover,
.slider .next-slide:hover {
  transform: translateY(-1px);
}

.slider .active {
  width: 40px !important;
  height: 10px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--magenta), var(--blue)) !important;
}

.slider .next-slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 38px;
  margin-left: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--magenta);
  transition:
    color 260ms ease,
    transform 260ms ease;
}

.slider .next-slide .material-symbols-rounded {
  font-size: 30px;
}

.copyright {
  position: absolute;
  left: 32px;
  bottom: 8px;
  z-index: 3;
  color: #050505;
  font-size: clamp(14px, 0.84vw, 16px);
  font-weight: 400;
  line-height: 1.2;
}

.copyright p {
  margin: 0;
}

.slide-two .intro-content {
  padding-top: clamp(44px, 3.02vw, 58px);
}

.slide-two-title {
  gap: clamp(30px, 2.45vw, 47px);
}

.slide-two-title .heading h1 {
  margin-top: 6px;
}

.gap-block {
  width: min(51.2vw, 984px);
  margin-top: 24px;
  padding-left: clamp(60px, 3.55vw, 68px);
}

.gap-kicker {
  margin: 0 0 22px;
  color: #050505;
  font-size: clamp(24px, 1.56vw, 30px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

.gap-list {
  display: grid;
  grid-template-columns: 211px 222px 222px 259px;
  gap: 24px;
  align-items: center;
}

.gap-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 65px;
  padding: 10px 20px;
  border: 1px solid #ececec;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
}

.gap-card .material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ffe6f4;
  color: var(--magenta);
  font-size: 26px;
  line-height: 1;
}

.gap-card .purple {
  background: #e8dcff;
  color: var(--blue);
}

.gap-card strong {
  color: #050505;
  font-size: clamp(18px, 1.04vw, 20px);
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.gap-note {
  margin: 32px 0 0;
  color: var(--magenta);
  font-size: clamp(24px, 1.46vw, 28px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.mission-vision {
  /*display: grid;*/
  grid-template-columns: minmax(390px, 0.92fr) minmax(560px, 1.3fr);
  column-gap: clamp(42px, 4.1vw, 79px);
  width: min(50vw, 960px);
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dadada;
}

.purpose-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  column-gap: 30px;
  margin-bottom: 20px;
}

.target-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #e5d8ff;
  color: var(--blue);
  font-size: 43px;
}

.purpose-card h2 {
  margin: 0 0 8px;
  color: var(--magenta);
  font-family: var(--font-heading);
  font-size: clamp(27px, 1.72vw, 33px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

.purpose-card p {
  margin: 0;
  color: #050505;
  font-size: clamp(16px, 1.25vw, 16px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
}

.slide-three .intro-content {
  padding-top: clamp(44px, 3.02vw, 58px);
}

.slide-three-title .heading h1 {
  margin-top: 6px;
}

.challenge-block {
  width: min(47vw, 902px);
  margin-top: 29px;
}

.challenge-kicker {
  margin: 0 0 14px;
  color: #050505;
  font-size: clamp(23px, 1.46vw, 28px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

.challenge-list {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(340px, 1fr);
  column-gap: 23px;
  row-gap: 23px;
}

.challenge-pill {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 57px;
  padding: 9px 18px;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.challenge-pill.large {
  min-width: 380px;
}

.challenge-pill .material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  border: 1.5px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-size: 25px;
  line-height: 1;
}

.challenge-pill p {
  margin: 0;
  color: #050505;
  font-size: clamp(18px, 1.09vw, 21px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.challenge-result {
  margin: 32px 0 0;
  color: var(--blue);
  font-size: clamp(26px, 1.72vw, 33px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

.challenge-result strong {
  color: var(--magenta);
  font-weight: 900;
}

.slide-four .top-actions {
  visibility: hidden;
}

.slide-four .intro-content {
  padding-top: clamp(44px, 3.02vw, 58px);
}

.slide-four-title .heading h1 {
  margin-top: 6px;
}

.slide-four-photo {
  width: 55%;
  min-width: 760px;
}

.slide-four-photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 24%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.92) 35%, rgba(255, 255, 255, 0) 100%);
}

.slide-four-photo img {
  object-position: right top;
}

.software-block {
  width: min(47vw, 902px);
  margin-top: 29px;
}

.software-kicker {
  margin: 0 0 24px;
  color: #050505;
  font-size: clamp(23px, 1.46vw, 28px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

.software-list {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(340px, 1fr);
  column-gap: 23px;
  row-gap: 23px;
}

.software-pill {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 57px;
  padding: 9px 18px;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.software-pill.large {
  min-width: 380px;
}

.software-pill .material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  border: 1.5px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
}

.software-pill p {
  margin: 0;
  color: #050505;
  font-size: clamp(18px, 1.09vw, 21px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.software-result {
  margin: 36px 0 0;
  color: var(--blue);
  font-size: clamp(26px, 1.72vw, 33px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

.slide-five .top-actions {
  visibility: hidden;
}

.slide-five .intro-content {
  width: min(50.4vw, 968px);
  padding-top: clamp(44px, 3.02vw, 58px);
}

.slide-five-title {
  align-items: flex-start;
  gap: clamp(30px, 2.45vw, 47px);
}

.slide-five-title .heading h1 {
  margin-top: 6px;
}

.title-accent {
  position: relative;
  display: grid;
  margin-left: clamp(12px, 1.2vw, 23px);
  padding-left: clamp(18px, 1.2vw, 23px);
  color: #39a963;
  font-family: var(--font-heading);
  font-size: clamp(24px, 1.56vw, 30px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0;
}

.title-accent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 70px;
  background: #1599dd;
}

.title-accent1 {
  position: relative;
  display: grid;
  margin-left: clamp(12px, 1.2vw, 23px);
  padding-left: clamp(18px, 1.2vw, 23px);
  color: #39a963;
  font-family: var(--font-heading);
  font-size: clamp(24px, 1.56vw, 30px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0;
}

.title-accent1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background: #1599dd;
}


.title-accent1 span:nth-child(1){color: #F70295;}
.title-accent1 span:nth-child(2){color: #3E2ED6; font-weight: bold;}

.slide-five-photo {
  width: 55%;
  min-width: 760px;
}

.slide-five-photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 25%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.94) 40%, rgba(255, 255, 255, 0) 100%);
}

.slide-five-photo img {
  object-position: right top;
}

.campus-block {
  width: min(46vw, 884px);
  margin-top: 46px;
}

.campus-kicker {
  margin: 0 0 31px;
  color: #050505;
  font-size: clamp(23px, 1.46vw, 28px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

.campus-list {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(340px, 1fr);
  column-gap: 23px;
  row-gap: 23px;
}

.campus-pill {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 57px;
  padding: 9px 18px;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.campus-pill .material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  border: 1.5px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-size: 21px;
  line-height: 1;
}

.campus-pill p {
  margin: 0;
  color: #050505;
  font-size: clamp(18px, 1.09vw, 21px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.slide-five-copyright {
  text-transform: none;
}

.slide-six .top-actions {
  visibility: hidden;
}

.slide-six .intro-content {
  width: min(52vw, 998px);
  padding-top: clamp(44px, 3.02vw, 58px);
}

.slide-six-title .heading h1 {
  margin-top: 6px;
  font-size: clamp(37px, 2.45vw, 47px);
}

.slide-six-photo {
  width: 45%;
  min-width: 690px;
}

.slide-six-photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 25%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.93) 42%, rgba(255, 255, 255, 0) 100%);
}

.slide-six-photo img {
  object-position: right top;
}

.ecosystem-block {
  width: min(45.4vw, 872px);
  margin-top: 31px;
}

.ecosystem-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 63px;
  margin: 0 0 20px;
  border-radius: 999px;
  background: linear-gradient(100deg, #3424df 0%, #8729cf 50%, #d7389e 100%);
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(21px, 1.43vw, 27px);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0;
}

.ecosystem-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ecosystem-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  column-gap: 14px;
  min-height: 191px;
  padding: 30px 24px 20px 12px;
  border: 1px solid currentColor;
  background: rgba(255, 255, 255, 0.48);
}

.ecosystem-card.management {
  color: var(--blue);
  border-radius: 0 8px 0 0;
  background: linear-gradient(90deg, rgba(61, 42, 224, 0.1), rgba(61, 42, 224, 0.02));
}

.ecosystem-card.teacher {
  color: #d7389e;
  border-radius: 8px 0 0 0;
  background: linear-gradient(90deg, rgba(215, 56, 158, 0.11), rgba(215, 56, 158, 0.02));
}

.ecosystem-card.accounts {
  color: #33a852;
  border-radius: 0 0 8px 0;
  background: linear-gradient(90deg, rgba(51, 168, 82, 0.12), rgba(51, 168, 82, 0.03));
}

.ecosystem-card.parents {
  color: #ff4f00;
  border-radius: 0 0 0 8px;
  background: linear-gradient(90deg, rgba(255, 79, 0, 0.1), rgba(255, 79, 0, 0.03));
}

.ecosystem-icon {
  align-self: start;
  color: currentColor;
  font-size: 58px;
  line-height: 1;
}

.ecosystem-card h2 {
  margin: 0 0 5px;
  color: currentColor;
  font-family: var(--font-heading);
  font-size: clamp(22px, 1.35vw, 26px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.ecosystem-card ul {
  margin: 0;
  padding: 0;
  color: #050505;
  list-style: none;
  font-size: clamp(12px, 0.88vw, 17px);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0;
}

.ecosystem-card li::before {
  content: "* ";
}

.ecosystem-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
}

.ecosystem-logo img {
  width: 66px;
  height: auto;
}

.slide-six-copyright {
  text-transform: none;
}

.slide-seven .top-actions {
  visibility: hidden;
}

.slide-seven .intro-content {
  width: min(52vw, 998px);
  padding-top: clamp(44px, 3.02vw, 58px);
}

.slide-seven-title .heading p {
  font-size: clamp(25px, 1.72vw, 33px);
}

.slide-seven-title .heading h1 {
  margin-top: 6px;
}

.slide-seven-photo {
  width: 45.5%;
  min-width: 700px;
}

.slide-seven-photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 28%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.94) 42%, rgba(255, 255, 255, 0) 100%);
}

.slide-seven-photo img {
  object-position: right top;
}

.intelligence-block {
  width: min(44.6vw, 856px);
  margin-top: 31px;
}

.intelligence-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 63px;
  margin: 0 0 41px;
  border-radius: 999px;
  background: linear-gradient(100deg, #3424df 0%, #8429cf 52%, #d7389e 100%);
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(21px, 1.43vw, 27px);
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0;
}

.intelligence-banner strong {
  margin-left: 6px;
  font-weight: 900;
}

.report-layout {
  display: grid;
  grid-template-columns: minmax(310px, 0.78fr) minmax(430px, 1.08fr);
  column-gap: 32px;
  row-gap: 31px;
}

.daily-report {
  grid-row: span 2;
}

.daily-report h2,
.weekly-report h2,
.monthly-report h2 {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: clamp(22px, 1.35vw, 26px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.daily-report h2,
.weekly-report h2 {
  color: var(--blue);
}

.daily-report h2 {
  color: #d7389e;
}

.monthly-report h2 {
  color: #41c86c;
}

.daily-card,
.report-card {
  border: 1px solid #d8d8d8;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 9px 10px 20px rgba(0, 0, 0, 0.12);
}

.daily-card {
  display: grid;
  align-content: center;
  gap: 40px;
  min-height: 304px;
  padding: 36px 29px;
}

.daily-card p,
.report-card p {
  margin: 0;
  color: #050505;
  font-size: clamp(22px, 1.35vw, 26px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.daily-card strong {
  display: block;
  color: #d7389e;
  font-weight: 900;
}

.report-card {
  min-height: auto;
  padding: 24px 28px;
}

.report-card strong {
  color: var(--blue);
  font-weight: 900;
}

.monthly-report .report-card strong {
  color: #41c86c;
}

.zoya-note {
  display: flex;
  align-items: center;
  gap: 19px;
  margin: 22px 0 0 5px;
}

.zoya-avatar {
  width: 100px;
  height: 100px;
  flex: 0 0 auto;
  border: 4px solid var(--blue);
  border-radius: 50%;
  background-image: url("./assets/zoyacircled.png");
  /*background-position: 7.4% 91.2%;
  background-size: 1920px 946px;*/
  box-shadow: inset 0 0 0 5px #fff;
}

.zoya-note p {
  margin: 0;
  color: var(--blue);
  font-size: clamp(27px, 1.72vw, 33px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 0;
}

.zoya-note strong {
  display: block;
  color: #d7389e;
  font-weight: 900;
}

.slide-eight .top-actions {
  visibility: hidden;
}

.slide-eight .intro-content {
  width: min(52vw, 998px);
  padding-top: clamp(44px, 3.02vw, 58px);
}

.slide-eight-title .heading h1 {
  margin-top: 6px;
}

.slide-eight-photo {
  width: 45.5%;
  min-width: 700px;
}

.slide-eight-photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 27%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.94) 43%, rgba(255, 255, 255, 0) 100%);
}

.slide-eight-photo img {
  object-position: right top;
}

.communication-block {
  width: min(46vw, 884px);
  margin-top: 31px;
}

.communication-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 63px;
  margin: 0 0 72px;
  border-radius: 999px;
  background: linear-gradient(100deg, #3424df 0%, #8429cf 52%, #d7389e 100%);
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(21px, 1.43vw, 27px);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0;
}

.communication-kicker {
  margin: 0 0 28px;
  color: #050505;
  font-size: clamp(23px, 1.46vw, 28px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

.communication-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  column-gap: 27px;
  row-gap: 20px;
}

.communication-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 8px 18px;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.communication-pill .material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  border: 1.5px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-size: 20px;
  line-height: 1;
}

.communication-pill p {
  margin: 0;
  color: #050505;
  font-size: clamp(18px, 1.09vw, 21px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.communication-pill .blue-text {
  color: var(--blue);
}

.trust-line {
  margin: 43px 0 0;
  color: var(--blue);
  font-size: clamp(28px, 1.72vw, 33px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
}

.trust-line span {
  display: block;
  color: #d7389e;
  font-weight: 400;
}

.slide-nine .top-actions {
  visibility: hidden;
}

.slide-nine .intro-content {
  width: min(52vw, 998px);
  padding-top: clamp(44px, 3.02vw, 58px);
}

.slide-nine-title .heading h1 {
  margin-top: 6px;
}

.slide-nine-photo {
  width: 55%;
  min-width: 760px;
}

.slide-nine-photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 28%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.94) 44%, rgba(255, 255, 255, 0) 100%);
}

.slide-nine-photo img {
  object-position: right top;
}

.pricing-block {
  width: min(44.6vw, 856px);
  margin-top: 31px;
}

.pricing-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 63px;
  margin: 0 0 48px;
  border-radius: 999px;
  background: linear-gradient(100deg, #3424df 0%, #8429cf 52%, #d7389e 100%);
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(21px, 1.43vw, 27px);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0;
}

.pricing-list {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 29px 27px;
  align-items: center;
  max-width: 742px;
}

.pricing-pill {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 57px;
  width: fit-content;
  min-width: 250px;
  padding: 8px 23px;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.pricing-pill.wide {
  min-width: 352px;
}

.pricing-pill.xwide {
  min-width: 453px;
}

.pricing-pill .material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  border: 1.5px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-size: 20px;
  line-height: 1;
}

.pricing-pill p {
  margin: 0;
  color: #050505;
  font-size: clamp(18px, 1.09vw, 21px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.pricing-result {
  margin: 54px 0 0;
  color: var(--blue);
  font-size: clamp(27px, 1.72vw, 33px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.pricing-result span {
  display: block;
  color: #d7389e;
  font-weight: 400;
}

.slide-ten .top-actions {
  visibility: hidden;
}

.slide-ten .intro-content {
  width: min(52vw, 998px);
  padding-top: clamp(44px, 3.02vw, 58px);
}

.slide-ten-title .heading h1 {
  margin-top: 6px;
}

.slide-ten-photo {
  width: 50.2%;
  min-width: 725px;
}

.slide-ten-photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 22%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.93) 42%, rgba(255, 255, 255, 0) 100%);
}

.slide-ten-photo img {
  object-position: right top;
}

.different-block {
  width: min(44.6vw, 856px);
  margin-top: 31px;
}

.different-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 8px 0px;
  margin: 0 0 25px;
  border-radius: 999px;
  background: linear-gradient(100deg, #3424df 0%, #8429cf 52%, #d7389e 100%);
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(18px, 1.43vw, 18px);
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0;
}

.different-kicker {
  margin: 0 0 27px;
  color: #050505;
  font-size: clamp(28px, 1.72vw, 33px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}

.different-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 36px;
  max-width: 836px;
}

.different-pill {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 58px;
  min-width: 184px;
  padding: 9px 25px 9px 20px;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.different-pill.wide {
  min-width: auto;
}

.different-pill .material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 27px;
  line-height: 1;
}

.different-pill p {
  margin: 0;
  color: #050505;
  font-size: clamp(18px, 1.09vw, 21px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.different-result {
  margin: 25px 0 0;
  color: var(--blue);
  font-size: clamp(28px, 1.72vw, 33px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.slide-eleven .top-actions {
  visibility: hidden;
}

.slide-eleven .intro-content {
  width: min(52vw, 998px);
  padding-top: clamp(44px, 3.02vw, 58px);
}

.slide-eleven-title .heading h1 {
  margin-top: 6px;
}

.slide-eleven-photo {
  width: 45.5%;
  min-width: 700px;
}

.slide-eleven-photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 29%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.94) 44%, rgba(255, 255, 255, 0) 100%);
}

.slide-eleven-photo img {
  object-position: right top;
}

.security-block {
  width: min(44.6vw, 856px);
  margin-top: 31px;
}

.security-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 63px;
  margin: 0 0 30px;
  border-radius: 999px;
  background: linear-gradient(100deg, #3424df 0%, #8429cf 52%, #d7389e 100%);
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(21px, 1.43vw, 27px);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0;
}

.security-list {
  display: grid;
  grid-template-columns: minmax(345px, 1fr) minmax(355px, 1fr);
  gap: 15px 24px;
}

.security-pill {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 57px;
  padding: 9px 24px;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.security-pill.wide {
  min-width: 474px;
}

.security-pill .material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 31px;
  line-height: 1;
}

.security-pill p {
  margin: 0;
  color: #050505;
  font-size: clamp(18px, 1.09vw, 21px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.aws-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  flex: 0 0 auto;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.aws-mark::after {
  content: "";
  position: absolute;
}

.security-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  min-height: 121px;
  margin-top: 30px;
  padding: 28px 38px;
  border-radius: 14px;
  background: #075e98;
  color: #fff;
}

.security-bar article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  column-gap: 18px;
}

.security-bar .material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
}

.security-bar p {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.08vw, 21px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.slide-twelve .top-actions {
  visibility: hidden;
}

.slide-twelve .intro-content {
  width: min(52vw, 998px);
  padding-top: clamp(44px, 3.02vw, 58px);
}

.slide-twelve-title .heading h1 {
  margin-top: 6px;
}

.slide-twelve-photo {
  width: 45.5%;
  min-width: 700px;
}

.slide-twelve-photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 29%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.94) 44%, rgba(255, 255, 255, 0) 100%);
}

.slide-twelve-photo img {
  object-position: right top;
}

.journey-block {
  width: min(44.6vw, 856px);
  margin-top: 31px;
}

.journey-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 63px;
  margin: 0 0 30px;
  border-radius: 999px;
  background: linear-gradient(100deg, #3424df 0%, #8429cf 52%, #d7389e 100%);
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(21px, 1.43vw, 27px);
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0;
}

.journey-banner strong {
  margin-left: 7px;
  font-weight: 900;
}

.journey-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.journey-pill {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 56px;
  min-width: 232px;
  padding: 9px 22px;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.journey-pill.wide {
  min-width: 300px;
}

.journey-pill.small {
  min-width: 171px;
  justify-content: center;
}

.journey-pill .material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 31px;
  line-height: 1;
}

.journey-pill p {
  margin: 0;
  color: #050505;
  font-size: clamp(18px, 1.09vw, 21px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.journey-pill.small p {
  color: var(--blue);
}

.journey-actions {
  display: flex;
  align-items: center;
  gap: 37px;
  margin-top: 35px;
}

.demo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  text-align: center;
  min-height: 61px;
  border-radius: 7px;
  background: linear-gradient(100deg, #0fc46b 0%, #0789f4 100%);
  color: #fff;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 900;
  line-height: 1;
  border: 0;
  cursor: pointer;
  font-family: var(--font-body);
}

.whatsapp-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}

.whatsapp-link {
  position: fixed;
  left: 24px;
  bottom: 50px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.32);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-link:hover,
.whatsapp-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.42);
}

.whatsapp-link:focus-visible {
  outline: 3px solid rgba(48, 38, 216, 0.35);
  outline-offset: 4px;
}

.whatsapp-link svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #37c669;
  color: #fff;
  font-size: 35px;
  line-height: 1;
}

.whatsapp-contact p {
  margin: 0;
  color: #050505;
  font-size: clamp(21px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.whatsapp-contact strong {
  display: block;
  color: var(--blue);
  font-size: clamp(26px, 1.55vw, 30px);
  font-weight: 400;
}

.whatsapp-contact span:not(.material-symbols-rounded) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  min-height: 34px;
  margin-right: 7px;
  border-radius: 5px;
  background: #ec008c;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.zoya-panel {
  position: absolute;
  right: 0;
  bottom: 111px;
  z-index: 2;
  width: min(550px, 61%);
  min-height: 132px;
  padding: 29px 38px;
  background: linear-gradient(100deg, rgba(52, 36, 223, 0.67) 0%, rgba(236, 0, 140, 0.85) 100%);
  color: #fff;
  text-align: right;
}

.zoya-panel strong,
.zoya-panel span {
  display: block;
}

.zoya-panel strong {
  font-size: clamp(25px, 1.56vw, 30px);
  font-weight: 900;
  line-height: 1.1;
}

.zoya-panel span {
  margin-top: 8px;
  font-size: clamp(25px, 1.56vw, 30px);
  font-weight: 400;
  line-height: 1.1;
}

.demo-modal[hidden] {
  display: none;
}

.demo-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.demo-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.58);
}

.demo-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  padding: 30px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.demo-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f1f1f5;
  color: var(--blue);
  cursor: pointer;
}

.demo-modal__close .material-symbols-rounded {
  font-size: 24px;
}

.demo-modal__eyebrow {
  margin: 0 48px 8px 0;
  color: var(--magenta);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.demo-modal h2 {
  margin: 0 48px 22px 0;
  color: var(--blue);
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.demo-form {
  display: grid;
  gap: 15px;
}

.demo-form label {
  display: grid;
  gap: 7px;
}

.demo-form span {
  color: #050505;
  font-size: 15px;
  font-weight: 800;
}

.demo-form input {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #cfcfd8;
  border-radius: 7px;
  background: #fff;
  color: #050505;
  font: inherit;
  font-size: 16px;
}

.demo-form input:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(50, 38, 220, 0.16);
}

.demo-form input:invalid:not(:placeholder-shown) {
  border-color: var(--magenta);
}

.demo-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 7px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(100deg, #3424df 0%, #8429cf 52%, #d7389e 100%);
  color: #fff;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 900;
}

.slide-thirteen .intro-content {
  width: 100%;
  padding: clamp(60px, 3.85vw, 74px) clamp(34px, 2.1vw, 40px) 110px clamp(128px, 6.66vw, 128px);
}

.pricing-title h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(41px, 2.5vw, 48px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(90deg, var(--magenta) 0%, #9c18d4 45%, var(--blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pricing-title i {
  display: block;
  width: clamp(118px, 11.2vw, 214px);
  height: 3px;
  margin-top: 20px;
  background: linear-gradient(90deg, var(--magenta), var(--blue));
}

.pricing-table {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 255px));
  justify-content: center;
  gap: 18px;
  width: min(66.5vw, 1070px);
  margin: 29px auto 0;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 539px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  background: #fff;
  color: #050505;
}

.level-badge {
  align-self: center;
  min-width: 143px;
  min-height: 40px;
  margin-top: -1px;
  padding: 9px 18px;
  border-radius: 0 0 13px 13px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.price-card h2 {
  margin: 13px 0 0;
  color: #050505;
  font-family: var(--font-heading);
  font-size: clamp(22px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.price-card .tagline {
  margin: 2px 0 10px;
  color: #050505;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.12;
  text-align: center;
}

.price-box {
  display: flex;
  min-height: 89px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 24px 17px;
  border-radius: 7px;
  color: #fff;
}

.price-box strong {
  display: block;
  font-size: 39px;
  font-weight: normal;
  line-height: 0.95;
}

.price-box span {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.price-card ul {
  min-height: 177px;
  margin: 0;
  padding: 0 25px 0 29px;
  list-style: none;
}

.price-card li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 22px;
  color: #050505;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.price-card li::before {
  content: "check_circle";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "Material Symbols Rounded";
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.start-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: auto 24px 17px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.card-note {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr);
  align-items: center;
  column-gap: 9px;
  min-height: 60px;
  margin-top: auto;
  padding: 9px 20px;
}

.card-note .material-symbols-rounded {
  color: currentColor;
  font-size: 31px;
  line-height: 1;
}

.card-note p {
  margin: 0;
  color: #050505;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.16;
}

.level-one .level-badge,
.level-one .price-box,
.level-one .start-button {
  background: #44ca68;
}

.level-one li::before,
.level-one .card-note {
  color: #44ca68;
}

.level-one .card-note {
  background: #ddf6e5;
}

.level-two .level-badge,
.level-two .price-box,
.level-two .start-button {
  background: #4327dc;
}

.level-two li::before,
.level-two .card-note {
  color: #4327dc;
}

.level-two .card-note {
  background: #e1dafa;
}

.level-three .level-badge,
.level-three .price-box,
.level-three .start-button {
  background: #ec008c;
}

.level-three li::before,
.level-three .card-note {
  color: #ec008c;
}

.level-three .card-note {
  background: #ffd8ea;
}

.level-four .level-badge,
.level-four .price-box,
.level-four .start-button {
  background: #ff4b0c;
}

.level-four li::before,
.level-four .card-note {
  color: #ff4b0c;
}

.level-four .card-note {
  background: #ffdfcf;
}

@media (max-width: 1320px) {
  .photo-panel {
    min-width: 620px;
    opacity: 0.8;
  }

  .intro-content {
    width: 62vw;
  }

  .quote,
  .metrics {
    width: 58vw;
  }

  .metrics {
    column-gap: 30px;
  }

  .gap-block,
  .mission-vision,
  .challenge-block,
  .software-block,
  .campus-block,
  .ecosystem-block,
  .intelligence-block,
  .communication-block,
  .pricing-block,
  .different-block,
  .security-block,
  .journey-block {
    width: 62vw;
  }

  .gap-list {
    grid-template-columns: repeat(2, minmax(210px, 1fr));
  }

  .mission-vision {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .challenge-list,
  .software-list,
  .campus-list {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .report-layout {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .communication-list {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }

  .pricing-list {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .security-list,
  .security-bar {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .daily-report {
    grid-row: auto;
  }
}

@media (max-width: 980px) {
  .intro-page {
    overflow: visible;
  }

  .photo-panel {
    position: relative;
    width: 100%;
    min-width: 0;
    height: 430px;
    opacity: 1;
    order: 2;
  }

  .topbar {
    align-items: center;
    padding-right: 24px;
  }

  .intro-content {
    width: 100%;
    padding: 56px 24px 42px 96px;
  }

  .quote,
  .metrics,
  .gap-block,
  .mission-vision,
  .challenge-block,
  .software-block,
  .campus-block,
  .ecosystem-block,
  .intelligence-block,
  .communication-block,
  .pricing-block,
  .different-block,
  .security-block,
  .journey-block {
    width: 100%;
  }

  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .side-label {
    top: 100px;
    height: 520px;
    min-height: 0;
  }

  .slider {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -88px 24px 28px auto;
  }

  .copyright {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0 24px 16px;
  }

  .gap-block {
    padding-left: 0;
  }

  .gap-list {
    grid-template-columns: repeat(2, minmax(210px, 1fr));
  }

  .mission-vision {
    grid-template-columns: 1fr;
  }

  .challenge-list,
  .software-list,
  .campus-list {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    max-width: none;
  }

  .slide-four-photo,
  .slide-five-photo,
  .slide-six-photo,
  .slide-seven-photo,
  .slide-eight-photo,
  .slide-nine-photo,
  .slide-ten-photo,
  .slide-eleven-photo,
  .slide-twelve-photo {
    width: 100%;
    min-width: 0;
  }

  .ecosystem-grid {
    max-width: 880px;
  }

  .report-layout {
    grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1fr);
    max-width: none;
  }

  .communication-list {
    grid-template-columns: repeat(3, minmax(190px, 1fr));
    column-gap: 16px;
  }

  .pricing-list {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    max-width: 760px;
  }

  .different-list {
    max-width: none;
  }

  .security-list {
    grid-template-columns: repeat(2, minmax(270px, 1fr));
    max-width: none;
  }

  .security-bar {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .journey-actions {
    flex-wrap: wrap;
    gap: 24px;
  }

  .pricing-table {
    width: calc(100% - 24px);
    grid-template-columns: repeat(2, minmax(230px, 255px));
  }

  .daily-report {
    grid-row: span 2;
  }
}

@media (max-width: 720px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .top-actions {
    width: 100%;
    justify-content: space-between;
  }

  .intro-content {
    padding: 44px 20px 36px 68px;
  }

  .side-label {
    left: 20px;
    top: 75px;
    height: 470px;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .title-row {
    flex-wrap: wrap;
    gap: 18px 24px;
  }

  .chapter {
    width: 95px;
  }

  .chapter i {
    width: 126px;
    margin-top: 18px;
  }

  .title-row b {
    height: 60px;
    margin-left: 0;
  }

  .quote {
    margin-top: 34px;
    border-radius: 24px;
  }

  .metrics {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .gap-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gap-card,
  .gap-card.wide {
    width: min(100%, 310px);
  }

  .challenge-list,
  .software-list,
  .campus-list {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .challenge-pill,
  .challenge-pill.large,
  .software-pill,
  .software-pill.large,
  .campus-pill {
    width: min(100%, 390px);
    min-width: 0;
  }

  .title-accent {
    margin-left: 0;
    padding-left: 18px;
  }

  .ecosystem-grid {
    grid-template-columns: 1fr;
  }

  .ecosystem-card {
    min-height: 0;
  }

  .ecosystem-logo {
    display: none;
  }

  .report-layout {
    grid-template-columns: 1fr;
  }

  .daily-report {
    grid-row: auto;
  }

  .zoya-note {
    align-items: flex-start;
  }

  .communication-list {
    grid-template-columns: 1fr;
  }

  .communication-pill {
    width: min(100%, 390px);
    min-width: 0;
  }

  .pricing-list {
    grid-template-columns: 1fr;
  }

  .pricing-pill,
  .pricing-pill.wide,
  .pricing-pill.xwide {
    width: min(100%, 460px);
    min-width: 0;
  }

  .different-pill,
  .different-pill.wide {
    width: min(100%, 390px);
    min-width: 0;
  }

  .security-list {
    grid-template-columns: 1fr;
  }

  .security-pill,
  .security-pill.wide {
    width: min(100%, 520px);
    min-width: 0;
  }

  .security-bar {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .journey-pill,
  .journey-pill.wide,
  .journey-pill.small {
    width: min(100%, 390px);
    min-width: 0;
  }

  .journey-actions {
    margin-top: 60px;
  }

  .zoya-panel {
    width: min(560px, 85%);
    bottom: 96px;
  }

  .demo-modal {
    padding: 18px;
  }

  .demo-modal__panel {
    padding: 26px 20px 22px;
  }

  .slide-thirteen .intro-content {
    padding-right: 24px;
    padding-left: 68px;
  }

  .pricing-table {
    grid-template-columns: 1fr;
    justify-content: start;
    max-width: 290px;
    margin-left: 0;
  }

  .mission-vision {
    row-gap: 32px;
    margin-top: 36px;
    padding-top: 32px;
  }

  .purpose-card {
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 18px;
  }

  .target-icon {
    width: 58px;
    height: 58px;
    font-size: 36px;
  }

  .id-card {
    grid-column: auto;
  }

  .slider {
    min-width: 0;
    width: calc(100% - 40px);
    gap: 8px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider .dot {
    width: 12px;
    height: 12px;
  }

  .slider .active {
    width: 48px !important;
  }
}

@media (max-width: 460px) {
  .brand {
    width: min(100%, 330px);
  }

  .signin {
    width: 126px;
  }

  .anniversary {
    width: 132px;
  }

  .intro-content {
    padding-left: 54px;
  }

  .heading h1 {
    font-size: 31px;
  }

  .heading p {
    font-size: 24px;
  }

  .chapter span {
    font-size: 66px;
  }

  .metric strong {
    font-size: 30px;
  }

  .metric small {
    white-space: normal;
  }

  .gap-card strong {
    white-space: normal;
  }

  .challenge-pill p,
  .software-pill p,
  .campus-pill p,
  .communication-pill p,
  .pricing-pill p,
  .different-pill p,
  .security-pill p,
  .journey-pill p {
    white-space: normal;
  }

  .purpose-card {
    align-items: start;
  }

  .purpose-card p br {
    display: none;
  }

  .photo-panel {
    height: 360px;
  }

  .slider {
    transform: scale(0.86);
    transform-origin: right center;
    width: calc((100% - 40px) / 0.86);
  }
}
