:root {
  color-scheme: dark;
  --bg: #101010;
  --surface: #161616;
  --white: #ffffff;
  --muted: #dfecfa;
  --blue-muted: #81b2e7;
  --blue: #39a9ff;
  --cyan: #35edf3;
  --mint: #76ffd1;
  --deep-blue: #082f55;
  --teal: #027e8a;
  --card-border: #389ec8;
  --page-pad: 54px;
  --content: 1352px;
  font-family: Aileron, Inter, "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  color: var(--white);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 1120px;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

img {
  display: block;
}

.page-shell {
  position: relative;
  width: 100%;
  min-width: 1120px;
  overflow: hidden;
  background:
    radial-gradient(circle at 103% 45%, rgba(33, 125, 155, 0.13), transparent 15%),
    radial-gradient(circle at -4% 76%, rgba(20, 139, 174, 0.14), transparent 15%),
    #101010;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  margin-top: 18px;
  padding: 0 96px;
}

.brand {
  display: inline-flex;
  width: 123px;
  height: 15px;
}

.brand img {
  width: 100%;
  height: 100%;
}

.mobile-menu {
  display: none;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  height: 60px;
  padding: 0 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -3px 7px rgba(255, 255, 255, 0.07);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 21px;
}

.nav-links a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: color 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #9ddfff;
}

.nav-links span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7fc7ff;
}

.language-switch {
  display: flex;
  gap: 4px;
  padding: 0;
  border-radius: 4px;
  background: #e9e9e9;
}

.language-switch button {
  height: 24px;
  padding: 4px 8px;
  border: 0;
  border-radius: 4px;
  color: #616161;
  background: transparent;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

.language-switch button.active {
  color: white;
  background: #1d446c;
}

.header-demo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 122px;
  height: 50px;
  padding: 0 24px;
  border: 2px solid #00a4b3;
  border-radius: 25px;
  background: linear-gradient(90deg, #082f55, #027e8a);
  box-shadow: 0 6px 3.6px rgba(0, 164, 179, 0.3);
  font-family: Roboto, Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.header-demo img {
  width: 24px;
  height: 24px;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 1164px;
  padding-top: 62px;
}

.hero-copy {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1268px;
  text-align: center;
}

.hero-eyebrow {
  margin: 0 0 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
}

.hero h1 {
  margin: 0;
  background: linear-gradient(90deg, #39a9ff, #d6fff3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
  font-size: 78px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.56px;
  animation: hero-title 2s linear both;
}

.hero-description {
  width: 1081px;
  margin: 14px 0 0;
  color: #cedeee;
  font-family: Roboto, Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

.hero .button-row {
  margin-top: 16px;
  padding: 13px 0;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: 25px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25), 0 0 18.5px rgba(22, 230, 253, 0.2);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: transform 180ms ease, filter 180ms ease;
}

.button:hover,
.button:focus-visible,
.price-button:hover,
.price-button:focus-visible,
.submit-button:hover,
.submit-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.12);
}

.button-primary {
  border: 1px solid #026b9a;
  background: linear-gradient(90deg, #082f55, #027e8a);
  box-shadow:
    inset 0 3px 11.1px rgba(0, 182, 199, 0.82),
    0 1px 4px rgba(0, 0, 0, 0.25),
    0 0 18.5px rgba(22, 230, 253, 0.2);
}

.button-secondary {
  background:
    linear-gradient(rgba(250, 250, 250, 0.27), rgba(250, 250, 250, 0.27)),
    linear-gradient(90deg, rgba(2, 126, 138, 0.26), rgba(8, 47, 85, 0.26));
}

.button img {
  width: 10px;
  height: 10px;
}

.button-wide {
  min-width: 287px;
}

.hero-visual {
  position: relative;
  width: 1460px;
  height: 740px;
  margin-top: 19px;
  overflow: hidden;
}

.hero-tablet-art {
  display: none;
}

.hero-mobile-art {
  display: none;
}

.hero-grid {
  position: absolute;
  opacity: 0.09;
  pointer-events: none;
}

.hero-grid-a {
  left: 161px;
  top: 46px;
  width: 1116px;
  height: 1324px;
}

.hero-grid-b {
  left: 58px;
  top: 233px;
  width: 1324px;
  height: 951px;
  transform: rotate(-90deg);
}

.hero-glow {
  position: absolute;
  left: -154px;
  top: 410px;
  width: 1722px;
  height: 541px;
}

.hero-dashboard {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1078px;
  height: 739px;
  overflow: hidden;
  transform: translateX(-50%);
  border: 1px solid #dfecfa;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 4px 16.5px rgba(223, 236, 250, 0.5);
  animation: hero-dashboard 2s linear both;
}

.hero-dashboard img {
  width: 100%;
  height: 102.3%;
  object-fit: cover;
  object-position: top center;
}

.hero-fade {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 1756px;
  height: 321px;
  transform: translateX(calc(-50% + 51px));
  pointer-events: none;
}

@keyframes hero-title {
  0% { opacity: 0; animation-timing-function: ease-out; }
  25%, 100% { opacity: 1; }
}

@keyframes hero-dashboard {
  0% { transform: translate(-50%, 200px); animation-timing-function: ease-out; }
  39.776%, 100% { transform: translate(-50%, 0); }
}

.section-divider {
  position: relative;
}

.section-divider::after {
  content: "";
  position: absolute;
  right: 54px;
  bottom: 0;
  left: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(91, 207, 255, 0.65), transparent);
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 32px;
  padding: 8px 12px;
  border: 1px solid #005c7d;
  border-radius: 32px;
  color: #3b3b3b;
  background: #f2f2f2;
  box-shadow: 0 0 10.2px rgba(44, 134, 178, 0.71);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.pill-with-icon img {
  width: 16px;
  height: 16px;
}

.section-heading h2,
.device-copy h2 {
  margin: 6px 0 0;
  background: linear-gradient(90deg, #ffffff 0%, #39a9ff 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.05;
}

.section-heading > p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.2;
}

.platform-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1275px;
  padding: 90px 54px 60px;
}

.platform-heading {
  width: 1112px;
}

.platform-heading h2 {
  width: 1120px;
  font-size: 56px;
}

.platform-heading > p:last-child {
  width: 1112px;
  color: var(--blue-muted);
}

.platform-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 700px;
  height: 72px;
  margin-top: 32px;
  overflow: hidden;
  border-bottom: 1px solid #39a9ff;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.1);
}

.platform-tabs button {
  border: 0;
  color: white;
  background: transparent;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: color 180ms ease, text-shadow 180ms ease, background 180ms ease;
}

.platform-tabs button.active {
  color: #18ffb2;
  background: rgba(24, 255, 178, 0.045);
  text-shadow: 0 4px 30px #3dd7b1;
}

.platform-tab-copy {
  width: 1124px;
  min-height: 52px;
  margin: 20px 0 0;
  padding: 14px 0;
  color: #dfecfa;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-align: center;
}

.platform-mockups {
  position: relative;
  width: 912px;
  height: 760px;
  margin-top: 0;
}

.platform-main,
.platform-detail {
  position: absolute;
  overflow: hidden;
  border-radius: 18px;
  background: transparent;
  box-shadow: 0 0 31.6px rgba(44, 134, 178, 0.34);
}

.platform-main {
  top: 0;
  left: 0;
  width: 912px;
  height: 609px;
  padding: 12px;
}

.platform-detail {
  right: 0;
  bottom: 0;
  width: 586px;
  height: 400px;
  padding: 10px;
}

.platform-main img,
.platform-detail img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.platform-main img {
  object-position: center;
}

.platform-detail img {
  object-position: center 10%;
}

.student-section {
  height: 1667.6px;
  padding: 60px 54px;
}

.student-section .section-heading p {
  width: 986px;
  font-size: 20px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  max-width: var(--content);
  margin: 75px auto 0;
}

.experience-card,
.brand-card {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--card-border);
  border-radius: 18px;
  box-shadow: inset 0 0 38.5px rgba(255, 255, 255, 0.48);
}

.experience-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 670px;
  padding: 38px 32px;
}

.gradient-bottom-right {
  background: linear-gradient(166deg, rgba(67, 193, 190, 0.016) 58%, rgba(66, 171, 209, 0.34) 78%, rgba(66, 225, 172, 0.54) 97%);
}

.gradient-bottom-left {
  background: linear-gradient(234deg, rgba(67, 193, 190, 0.016) 58%, rgba(66, 171, 209, 0.34) 78%, rgba(66, 225, 172, 0.54) 97%);
}

.gradient-top-right {
  background: linear-gradient(28deg, rgba(67, 193, 190, 0.016) 71%, rgba(66, 171, 209, 0.34) 83%, rgba(66, 225, 172, 0.54) 95%);
}

.gradient-top-left {
  background: linear-gradient(-22deg, rgba(67, 193, 190, 0.016) 66%, rgba(66, 171, 209, 0.34) 83%, rgba(66, 225, 172, 0.54) 99%);
}

.mock-composition {
  position: relative;
  width: 100%;
  height: 420px;
}

.mock-window {
  position: absolute;
  overflow: hidden;
  padding: 10px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 31.6px rgba(44, 134, 178, 0.34);
}

.mock-window img {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  object-fit: cover;
}

.mock-large {
  top: 6px;
  left: 8px;
  width: 505px;
  height: 337px;
}

.mock-small {
  right: 4px;
  bottom: 16px;
  z-index: 2;
  width: 319px;
  height: 218px;
}

.composition-side .mock-large {
  top: 44px;
  left: 0;
}

.composition-side .mock-small {
  right: 0;
  bottom: 36px;
}

.composition-stack .mock-large {
  left: auto;
  right: 0;
}

.composition-stack .mock-small {
  bottom: 0;
  right: 0;
}

.composition-lower {
  padding-top: 60px;
}

.portrait-crop img {
  object-position: center 8%;
}

.card-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card-copy h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.card-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 24px;
}

.admin-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 951px;
  padding: 32px 54px;
}

.admin-heading {
  width: 1067px;
}

.section-kicker {
  margin: 6px 0 0 !important;
  color: #89f4ed !important;
  font-size: 28px !important;
  font-weight: 300;
  line-height: 1.1 !important;
}

.admin-heading h2 {
  margin-top: 6px;
}

.admin-heading > p:last-child {
  font-size: 18px;
  line-height: 24px;
}

.admin-slider {
  width: 100%;
  max-width: 1332px;
  height: 600px;
  margin-top: 78px;
}

.admin-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 495px;
  padding: 38px 28px;
  border: 2px solid #2c86b2;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)),
    linear-gradient(270deg, #2c86b2, #19a073);
  box-shadow: 0 0 14px #3dd7b1;
}

.admin-copy {
  width: 568px;
}

.admin-copy h3 {
  margin: 0 0 18px;
  color: #9ddfff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.admin-copy ul {
  margin: 0;
  padding-left: 30px;
  font-size: 20px;
  line-height: 30px;
}

.admin-image {
  width: 612px;
  height: 419px;
  overflow: hidden;
  border: 1px solid rgba(44, 134, 178, 0.52);
  border-radius: 18px;
  box-shadow:
    inset 0 0 13px 3px rgba(255, 255, 255, 0.25),
    0 0 19px rgba(0, 0, 0, 0.47),
    0 0 31.6px rgba(44, 134, 178, 0.75);
}

.admin-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: 105px;
}

.slider-controls > button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.slider-controls > button img {
  width: 20px;
  height: 20px;
}

.slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 120px;
}

.slider-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
  cursor: pointer;
}

.slider-dots button.active {
  background: white;
}

.device-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 535.84px;
  padding: 0 54px;
}

.device-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 510px;
  text-align: center;
}

.device-copy h2 {
  width: 100%;
  margin-top: 6px;
}

.device-copy > p {
  width: 100%;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.2;
}

.device-copy .button-row {
  margin-top: 32px;
}

.device-image {
  width: 806px;
  height: 536px;
}

.device-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0 4px 40px rgba(0, 0, 0, 0.5));
  transform: rotate(0.62deg);
}

.brand-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1281px;
  padding: 32px 54px 64px;
  background:
    radial-gradient(circle at 50% 90%, rgba(29, 116, 163, 0.48), transparent 35%),
    transparent;
}

.brand-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 255px;
}

.brand-intro .section-heading p {
  font-size: 18px;
}

.brand-intro .button-row {
  margin-top: 19px;
  padding: 13px 0;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: var(--content);
  margin-top: 32px;
}

.brand-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 250px;
  padding: 32px;
  background: rgba(0, 0, 0, 0.03);
}

.brand-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.brand-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}

.brand-card p {
  margin: 0;
  color: #e9e9e9;
  font-size: 14px;
  line-height: 24px;
}

.process {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1188px;
  margin-top: 58px;
}

.process > h3 {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 -0 -26px;
  background: url("./assets/process-title.png") center / contain no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.35));
  font-size: 72px;
  line-height: 1;
  text-align: center;
}

.process-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  height: 158px;
  padding: 23px 19px;
  background: url("./assets/process-union.svg") center / 100% 100% no-repeat;
}

.process-steps article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 12px;
}

.process-steps span {
  position: absolute;
  right: 8px;
  top: -7px;
  z-index: -1;
  color: rgba(56, 158, 200, 0.08);
  font-family: Roboto, sans-serif;
  font-size: 128px;
  font-weight: 500;
  line-height: 1;
}

.process-steps h4 {
  margin: 0;
  background: linear-gradient(90deg, white, #39a9ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 20px;
}

.process-steps p {
  margin: 6px 0 0;
  overflow: hidden;
  color: #b8b8b8;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1047px;
  padding: 60px 120px;
}

.preview-section > h2 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  background: linear-gradient(90deg, white, #39a9ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 28px;
  line-height: 1;
}

.preview-section > h2 > span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #64bc75;
}

.preview-window {
  width: 1220px;
  height: 768px;
  margin-top: 32px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 0 28.5px rgba(44, 134, 178, 0.6);
  background: #d9effd;
}

.preview-window img {
  width: 100%;
  height: auto;
  object-position: top center;
  transition: filter 300ms ease;
}

.palette-control {
  margin-top: 32px;
  text-align: center;
}

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

.palette-row > span {
  margin-right: 12px;
  font-size: 16px;
}

.swatch {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.swatch img {
  width: 100%;
  height: 100%;
}

.swatch.active {
  outline: 3px solid rgba(255, 255, 255, 0.75);
  outline-offset: 2px;
}

.palette-control p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.cta-section {
  height: 328px;
  padding: 0 54px;
}

.cta-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 328px;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 50%, rgba(21, 227, 226, 0.35), transparent 35%),
    linear-gradient(90deg, #082f55, #027e8a);
  box-shadow: inset 0 0 15.7px #2c86b2;
  text-align: center;
}

.cta-panel h2 {
  margin: 0;
  font-family: Roboto, Inter, sans-serif;
  font-size: 48px;
  line-height: 1.05;
}

.cta-panel > p {
  margin: 12px 0 0;
  font-family: Roboto, Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.cta-panel .button-row {
  margin-top: 32px;
}

.cta-benefits {
  display: flex;
  gap: 27px;
  margin-top: 16px;
  color: #35edf3;
  font-family: Roboto, Inter, sans-serif;
  font-size: 13px;
}

.pricing-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 1733px;
  padding: 60px 54px;
}

.pricing-section > .section-heading p {
  font-size: 18px;
  line-height: 24px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
  max-width: var(--content);
  height: 680px;
  margin-top: 32px;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 680px;
  padding: 72px 40px 40px;
  overflow: hidden;
  border-radius: 24px;
}

.price-card-light {
  color: #2c2c2c;
  background: linear-gradient(180deg, #d6f4ff, #599fb9);
}

.price-card-growth {
  background: linear-gradient(180deg, rgba(61, 215, 177, 0.36), rgba(50, 153, 203, 0.36));
}

.price-card h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
}

.price-card-growth h3 {
  font-weight: 700;
}

.price-card > div > p {
  min-height: 66px;
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.2;
  opacity: 0.8;
}

.price-card .price {
  display: flex;
  align-items: flex-end;
  margin: 48px 0 0;
}

.price strong {
  color: #026b9a;
  font-size: 48px;
  font-weight: 400;
  line-height: 32px;
}

.price-card-growth .price strong,
.price-card-growth .price span {
  color: #76ffd1;
}

.price span {
  color: #026b9a;
  font-size: 16px;
  line-height: 16px;
}

.price-card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 52px 0 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 19.2px;
}

.price-card li::before {
  content: "✓";
  margin-right: 8px;
}

.price-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 52px;
  margin-top: auto;
  border: 2px solid #026b9a;
  border-radius: 25px;
  color: white;
  background: linear-gradient(90deg, #027e8a, #082f55);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25), 0 0 18.5px rgba(22, 230, 253, 0.2);
  font-size: 18px;
  font-weight: 600;
  transition: transform 180ms ease, filter 180ms ease;
}

.price-button img {
  width: 10px;
  height: 10px;
}

.popular {
  position: absolute;
  top: 40px;
  right: 24px;
  padding: 7px 12px;
  border-radius: 18px;
  background: #168aff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
  font-size: 13px;
}

.demo-panel {
  display: flex;
  align-items: stretch;
  gap: 56px;
  width: 100%;
  max-width: var(--content);
  height: 690px;
  margin-top: 60px;
  padding: 38px;
  border: 2px solid var(--card-border);
  border-radius: 18px;
  background:
    linear-gradient(225deg, rgba(44, 134, 178, 0.12), rgba(44, 134, 178, 0.15)),
    linear-gradient(-65deg, rgba(67, 193, 190, 0.006), rgba(66, 171, 209, 0.13), rgba(20, 129, 151, 0.31));
  box-shadow: inset 0 0 38.5px rgba(255, 255, 255, 0.48);
}

.demo-image {
  flex: 0 0 410px;
  overflow: hidden;
  border-radius: 12px;
}

.demo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo-form {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 22px 0;
}

.demo-heading {
  text-align: center;
}

.demo-heading h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 48px;
  white-space: nowrap;
}

.demo-heading h2 span {
  color: #39a9ff;
}

.demo-heading p {
  margin: 24px auto 0;
  color: var(--blue-muted);
  font-size: 20px;
  line-height: 1.1;
}

.demo-heading p a,
.form-status a {
  color: #72d9ff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.demo-heading p a:hover,
.demo-heading p a:focus-visible,
.form-status a:hover,
.form-status a:focus-visible {
  color: white;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  margin-top: 48px;
}

.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #dfecfa;
  font-family: Roboto, Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.form-grid input {
  width: 100%;
  height: 44px;
  padding: 12px;
  border: 1px solid rgba(145, 145, 145, 0.1);
  border-radius: 6px;
  outline: 0;
  color: white;
  background: #101010;
  box-shadow: inset 0 0 7.7px rgba(145, 145, 145, 0.53);
  font-size: 16px;
}

.form-grid input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.form-grid input:focus {
  border-color: #39a9ff;
  box-shadow: 0 0 0 2px rgba(57, 169, 255, 0.25), inset 0 0 7.7px rgba(145, 145, 145, 0.53);
}

.submit-button {
  width: 100%;
  height: 52px;
  margin-top: 48px;
  border: 1px solid #026b9a;
  border-radius: 25px;
  color: white;
  background: linear-gradient(90deg, #082f55, #027e8a);
  box-shadow:
    inset 0 3px 11.1px rgba(0, 182, 199, 0.82),
    0 0 18.5px rgba(22, 230, 253, 0.2);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease;
}

.form-status {
  min-height: 20px;
  margin: 10px 0 -30px;
  color: var(--mint);
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.site-footer {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 239px;
  padding: 18px 54px 0;
}

.footer-wordmark {
  width: 931px;
  height: 113px;
}

.footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  opacity: 0.8;
}

.copyright {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.copyright img {
  width: 23px;
  height: 23px;
}

.footer-nav-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-nav-wrap > p {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  padding: 4px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 16px;
  font-weight: 300;
}

.footer-nav-wrap > p img {
  width: 89px;
  height: 15px;
  object-fit: contain;
}

.footer-nav {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.footer-nav a,
.footer-nav button {
  padding: 4px 10px;
  border: 0;
  color: #f1f5f9;
  background: transparent;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  cursor: pointer;
}

.footer-nav .active {
  color: #66bcfe;
  font-weight: 400;
}

.cookie-toast {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 410px;
  padding: 16px 18px;
  border: 1px solid #389ec8;
  border-radius: 14px;
  background: rgba(8, 47, 85, 0.96);
  box-shadow: 0 0 28px rgba(44, 134, 178, 0.45);
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cookie-toast.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cookie-toast p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}

.cookie-toast button {
  padding: 8px 14px;
  border: 0;
  border-radius: 18px;
  color: #082f55;
  background: #76ffd1;
  font-weight: 700;
  cursor: pointer;
}

@media (min-width: 700px) and (max-width: 1024px) {
  :root {
    --page-pad: 24px;
    --content: 720px;
  }

  body,
  .page-shell {
    width: 100%;
    min-width: 0;
  }

  .page-shell {
    padding-bottom: 18px;
    background:
      radial-gradient(circle at 100% 24%, rgba(44, 134, 178, 0.13), transparent 16%),
      radial-gradient(circle at 0% 63%, rgba(25, 160, 115, 0.1), transparent 15%),
      #101010;
  }

  .site-header {
    height: 95px;
    margin-top: 18px;
    padding: 0 52px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
  }

  .brand {
    flex: 0 0 15px;
  }

  .main-nav {
    flex: 0 0 60px;
    width: min(605px, 100%);
    gap: 52px;
    padding: 0 36px;
  }

  .header-demo {
    display: none;
  }

  .hero {
    height: 817.26px;
    padding-top: 62px;
    gap: 28px;
    overflow: hidden;
  }

  .hero-copy {
    flex: 0 0 338px;
    width: 100%;
    padding: 0 52px;
  }

  .hero-eyebrow {
    margin-bottom: 4px;
    font-size: 32px;
    line-height: normal;
  }

  .hero h1 {
    width: 100%;
    font-size: 64px;
    line-height: normal;
    letter-spacing: -1.28px;
  }

  .hero-description {
    width: 100%;
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero .button-row {
    margin-top: 18px;
    padding: 6px 0;
  }

  .hero .button {
    min-height: 40px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .hero-visual {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1460 / 740;
    margin: 0;
  }

  .hero-tablet-art {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-grid,
  .hero-glow,
  .hero-dashboard,
  .hero-fade {
    display: none;
  }

  .section-divider::after {
    right: 0;
    left: 0;
  }

  .section-heading h2,
  .device-copy h2 {
    font-size: 40px;
    line-height: normal;
  }

  .section-heading > p:last-child {
    font-size: 16px;
    line-height: normal;
  }

  .platform-section {
    height: 746px;
    padding: 90px 54px 60px;
    overflow: hidden;
  }

  .platform-heading,
  .platform-heading h2,
  .platform-heading > p:last-child {
    width: 100%;
  }

  .platform-heading h2 {
    font-size: 40px;
  }

  .platform-heading > p:last-child {
    margin-top: 16px;
    font-size: 16px;
  }

  .platform-tabs {
    width: 100%;
    height: 66px;
    margin-top: 32px;
  }

  .platform-tabs button {
    font-size: 18px;
  }

  .platform-tab-copy {
    width: 302px;
    min-height: 79px;
    margin-top: 8px;
    padding: 14px 0;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.42px;
  }

  .platform-mockups {
    width: 304px;
    height: 203px;
    margin-top: 20px;
  }

  .platform-main {
    width: 304px;
    height: 203px;
    padding: 6px;
    border-radius: 9px;
  }

  .platform-detail {
    width: 195.33px;
    height: 133.54px;
    padding: 4px;
    border-radius: 9px;
  }

  .platform-main img,
  .platform-detail img {
    border-radius: 9px;
  }

  .student-section {
    height: 949.52px;
    padding: 30px 24px;
    overflow: hidden;
  }

  .student-section .section-heading p {
    width: 100%;
    font-size: 16px;
  }

  .student-section .section-heading h2 {
    margin-top: 16px;
  }

  .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 343.76px);
    gap: 20px;
    width: 100%;
    height: 707.52px;
    margin-top: 32px;
  }

  .experience-card {
    min-height: 0;
    height: 343.76px;
    padding: 32px;
    justify-content: flex-start;
  }

  .mock-composition {
    flex: 0 0 137px;
    height: 137px;
  }

  .mock-window {
    border-radius: 9px;
  }

  .mock-window img {
    border-radius: 9px;
  }

  .mock-large,
  .composition-side .mock-large,
  .composition-stack .mock-large {
    top: 0;
    right: auto;
    left: 0;
    width: 205px;
    height: 137px;
    padding: 6px;
  }

  .mock-small,
  .composition-side .mock-small,
  .composition-stack .mock-small {
    right: 0;
    bottom: 0;
    width: 134.32px;
    height: 92.04px;
    padding: 3px;
  }

  .composition-lower {
    padding-top: 0;
  }

  .card-copy {
    gap: 4px;
    margin-top: 30px;
  }

  .card-copy h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .card-copy p {
    font-size: 16px;
    line-height: 24px;
  }

  .admin-section {
    height: 746px;
    padding: 32px 24px;
    overflow: hidden;
  }

  .admin-heading {
    width: 100%;
    height: 204px;
  }

  .section-kicker {
    margin-top: 12px !important;
    font-size: 20px !important;
    line-height: normal !important;
  }

  .admin-heading h2 {
    margin-top: 12px;
    font-size: 40px;
  }

  .admin-heading > p:last-child {
    font-size: 16px;
    line-height: 20px;
  }

  .admin-slider {
    width: 690px;
    max-width: 100%;
    height: 436px;
    margin-top: 42px;
  }

  .admin-slide {
    height: 345px;
    padding: 68px 26.54px;
    gap: 24px;
  }

  .admin-copy {
    flex: 1;
    width: auto;
    min-width: 0;
  }

  .admin-copy h3 {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: normal;
  }

  .admin-copy ul {
    padding-left: 24px;
    font-size: 16px;
    line-height: 30px;
  }

  .admin-image {
    flex: 0 0 306px;
    width: 306px;
    height: 210px;
  }

  .slider-controls {
    height: 91px;
  }

  .device-section {
    height: 296px;
    padding: 16px 18px;
    align-items: flex-start;
    overflow: hidden;
  }

  .device-copy {
    width: 387.57px;
    height: 264px;
  }

  .device-copy h2 {
    margin-top: 6px;
  }

  .device-copy > p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 20px;
  }

  .device-copy .button-row {
    margin-top: 32px;
  }

  .device-copy .button {
    min-height: 40px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .device-copy .button-wide {
    min-width: 0;
  }

  .device-image {
    flex: 0 0 342px;
    width: 342px;
    height: 225.17px;
  }

  .brand-section {
    height: 1025.91px;
    padding: 32px 24px;
    overflow: hidden;
  }

  .brand-intro {
    height: 272px;
  }

  .brand-intro .section-heading p {
    font-size: 16px;
    line-height: 20px;
  }

  .brand-intro .button-row {
    margin-top: 19px;
    padding: 13px 0;
  }

  .brand-intro .button {
    min-height: 40px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 234px);
    column-gap: 6px;
    row-gap: 24px;
    width: 100%;
    height: 492px;
    margin-top: 32px;
  }

  .brand-card {
    min-height: 0;
    height: 234px;
    gap: 18px;
    padding: 24px;
  }

  .brand-card:nth-child(n + 5) {
    display: none;
  }

  .brand-card img {
    width: 36px;
    height: 36px;
  }

  .brand-card h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .brand-card p {
    font-size: 14px;
    line-height: 24px;
  }

  .process {
    width: 720px;
    height: 133.91px;
    margin-top: 32px;
  }

  .process > h3 {
    margin-bottom: -8px;
    font-size: 42px;
    line-height: normal;
  }

  .process-steps {
    width: 680px;
    height: 91.91px;
    gap: 43px;
    padding: 27px 19px 18px;
  }

  .process-steps article {
    width: 134px;
    padding: 0;
  }

  .process-steps span {
    right: 0;
    top: -21px;
    font-size: 64px;
  }

  .process-steps h4 {
    font-size: 12px;
  }

  .process-steps p {
    margin-top: 6px;
    font-size: 10px;
    white-space: normal;
  }

  .preview-section {
    height: 369px;
    padding: 20px 18px;
    justify-content: flex-start;
    overflow: hidden;
  }

  .preview-section > h2 {
    height: 24px;
    font-size: 20px;
  }

  .preview-window {
    width: 320px;
    height: 201px;
    margin-top: 32px;
    border-radius: 6px;
  }

  .palette-control {
    margin-top: 24px;
  }

  .palette-row {
    gap: 12px;
  }

  .palette-row > span {
    margin-right: 12px;
    font-size: 15px;
  }

  .swatch {
    width: 22px;
    height: 22px;
  }

  .palette-control p {
    margin-top: 10px;
    font-size: 12px;
  }

  .cta-section {
    height: 408px;
    padding: 0 32px;
  }

  .cta-panel {
    height: 408px;
    padding: 60px 41px;
  }

  .cta-panel h2 {
    max-width: 620px;
    font-size: 48px;
    line-height: normal;
  }

  .pricing-section {
    min-height: 0;
    height: 1307px;
    padding: 32px 18px;
    overflow: hidden;
  }

  .pricing-section > .section-heading {
    width: 100%;
    height: 142px;
  }

  .pricing-section > .section-heading h2 {
    font-size: 40px;
  }

  .pricing-section > .section-heading p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
  }

  .pricing-grid {
    gap: 10px;
    width: 100%;
    height: 539px;
    margin-top: 32px;
  }

  .price-card {
    height: 539px;
    padding: 24px;
  }

  .price-card h3 {
    font-size: 32px;
    line-height: 38.4px;
  }

  .price-card > div > p {
    min-height: 54px;
    margin-top: 12px;
    font-size: 15px;
    line-height: normal;
  }

  .price-card .price {
    margin-top: 24px;
  }

  .price strong {
    font-size: 36px;
  }

  .price-card ul {
    gap: 8px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 19.2px;
    white-space: nowrap;
  }

  .price-card li {
    overflow: hidden;
    text-overflow: clip;
  }

  .popular {
    top: 8px;
    right: 8px;
  }

  .demo-panel {
    display: block;
    width: 100%;
    height: 498px;
    margin-top: 32px;
    padding: 36px 18px;
  }

  .demo-image {
    display: none;
  }

  .demo-form {
    height: 100%;
    padding: 0;
  }

  .demo-heading h2 {
    font-size: 40px;
    line-height: normal;
  }

  .demo-personalized {
    display: none;
  }

  .demo-heading p {
    margin-top: 24px;
    font-size: 14px;
    line-height: normal;
  }

  .form-grid {
    gap: 14px;
    margin-top: 24px;
  }

  .form-grid label {
    font-size: 12px;
  }

  .form-grid input {
    height: 40px;
    padding: 10px 12px;
    color: #101010;
    background: rgba(248, 250, 251, 0.84);
    font-size: 14px;
  }

  .form-grid input::placeholder {
    color: rgba(0, 0, 0, 0.5);
  }

  .submit-button {
    height: 52px;
    margin-top: 24px;
  }

  .form-status {
    margin-bottom: -20px;
  }

  .site-footer {
    height: 235.47px;
    gap: 0;
    padding: 18px 18px 0;
  }

  .footer-wordmark {
    order: 1;
    width: 621px;
    max-width: 100%;
    height: 75.47px;
  }

  .footer-bottom {
    display: contents;
  }

  .footer-nav-wrap {
    order: 2;
    width: 100%;
    gap: 18px;
    margin-top: 5px;
  }

  .footer-nav-wrap > p {
    padding: 4px 0;
    border: 0;
  }

  .footer-nav {
    justify-content: space-between;
    gap: 0;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .footer-nav a,
  .footer-nav button {
    padding: 4px 17px;
  }

  .footer-nav a:nth-child(5) {
    order: 3;
  }

  .footer-nav a:nth-child(3) {
    order: 4;
  }

  .footer-nav a:nth-child(4) {
    order: 5;
  }

  .footer-nav button {
    order: 6;
  }

  .copyright {
    order: 3;
    margin-top: 10px;
  }

  .cookie-toast {
    right: 24px;
    bottom: 24px;
    max-width: calc(100% - 48px);
  }
}

@media (max-width: 699px) {
  :root {
    --page-pad: 18px;
    --content: 354px;
  }

  body,
  .page-shell {
    width: 100%;
    min-width: 0;
  }

  .page-shell {
    padding-bottom: 18px;
    background:
      radial-gradient(circle at 100% 27%, rgba(44, 134, 178, 0.12), transparent 16%),
      radial-gradient(circle at 0% 58%, rgba(25, 160, 115, 0.1), transparent 14%),
      #101010;
  }

  .site-header {
    height: 61px;
    margin-top: 18px;
    padding: 18px;
    justify-content: space-between;
  }

  .brand {
    width: 123px;
    height: 15px;
  }

  .mobile-menu {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-line {
    position: absolute;
    height: 3px;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .menu-line-top {
    top: 4.75px;
    left: 3.13px;
    width: 21.75px;
  }

  .menu-line-middle {
    top: 11px;
    right: 3.57px;
    width: 12.38px;
  }

  .menu-line-bottom {
    top: 17.25px;
    left: 3.13px;
    width: 21.75px;
  }

  .menu-open .menu-line-top {
    transform: translateY(6.25px) rotate(45deg);
  }

  .menu-open .menu-line-middle {
    opacity: 0;
  }

  .menu-open .menu-line-bottom {
    transform: translateY(-6.25px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    top: 61px;
    right: 18px;
    z-index: 30;
    display: none;
    width: 354px;
    max-width: calc(100vw - 36px);
    height: auto;
    padding: 18px;
    flex-direction: column;
    gap: 16px;
    border-radius: 18px;
    background: rgba(28, 28, 28, 0.98);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45), inset 0 0 18px rgba(44, 134, 178, 0.25);
  }

  .menu-open .main-nav {
    display: flex;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .language-switch {
    align-self: center;
  }

  .header-demo {
    display: none;
  }

  .hero {
    height: 816px;
    padding: 62px 18px 0;
    gap: 28px;
    justify-content: flex-start;
    overflow: hidden;
  }

  .hero-copy {
    flex: 0 0 485px;
    width: 354px;
    max-width: 100%;
    padding: 0;
  }

  .hero-eyebrow {
    margin-bottom: 4px;
    font-size: 32px;
    line-height: normal;
  }

  .hero h1 {
    width: 100%;
    font-size: 64px;
    line-height: normal;
    letter-spacing: -1.28px;
  }

  .hero-description {
    width: 100%;
    margin-top: 18px;
    font-size: 16px;
    line-height: 20px;
  }

  .hero .button-row {
    margin-top: 24px;
    padding: 6px 0;
  }

  .hero .button {
    min-height: 40px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .hero-visual {
    flex: 0 0 241px;
    width: 475px;
    height: 241px;
    margin: 0;
  }

  .hero-mobile-art {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-tablet-art,
  .hero-grid,
  .hero-glow,
  .hero-dashboard,
  .hero-fade {
    display: none;
  }

  .section-divider::after {
    right: 0;
    left: 0;
  }

  .section-heading h2,
  .device-copy h2 {
    font-size: 40px;
    line-height: normal;
  }

  .section-heading > p:last-child {
    font-size: 16px;
    line-height: 20px;
  }

  .platform-section {
    height: 746px;
    padding: 30px 18px;
    overflow: hidden;
  }

  .platform-heading {
    flex: 0 0 278px;
    width: 100%;
  }

  .platform-heading h2,
  .platform-heading > p:last-child {
    width: 100%;
  }

  .platform-heading h2 {
    font-size: 40px;
  }

  .platform-heading > p:last-child {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
  }

  .platform-tabs {
    width: 100%;
    height: 66px;
    margin-top: 32px;
  }

  .platform-tabs button {
    font-size: 18px;
  }

  .platform-tab-copy {
    width: 302px;
    min-height: 79px;
    margin-top: 8px;
    padding: 14px 0;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.42px;
  }

  .platform-mockups {
    width: 304px;
    height: 203px;
    margin-top: 20px;
  }

  .platform-main {
    width: 304px;
    height: 203px;
    padding: 6px;
    border-radius: 9px;
  }

  .platform-detail {
    width: 195.33px;
    height: 133.54px;
    padding: 4px;
    border-radius: 9px;
  }

  .platform-main img,
  .platform-detail img {
    border-radius: 9px;
  }

  .student-section {
    height: 748px;
    padding: 30px 18px;
    overflow: hidden;
  }

  .student-section > .section-heading {
    flex: 0 0 268px;
    width: 100%;
  }

  .student-section .section-heading h2 {
    margin-top: 16px;
  }

  .student-section .section-heading p {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .experience-grid {
    display: flex;
    gap: 14px;
    width: 360px;
    max-width: none;
    height: 388px;
    margin-top: 32px;
    padding: 0 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .experience-grid::-webkit-scrollbar {
    display: none;
  }

  .experience-card {
    flex: 0 0 269.32px;
    min-height: 0;
    height: 388px;
    padding: 24px 32px;
    justify-content: flex-start;
    scroll-snap-align: start;
  }

  .mock-composition {
    flex: 0 0 137px;
    height: 137px;
  }

  .mock-window {
    border-radius: 9px;
  }

  .mock-window img {
    border-radius: 9px;
  }

  .mock-large,
  .composition-side .mock-large,
  .composition-stack .mock-large {
    top: 0;
    right: auto;
    left: 0;
    width: 205px;
    height: 137px;
    padding: 6px;
  }

  .mock-small,
  .composition-side .mock-small,
  .composition-stack .mock-small {
    right: 0;
    bottom: 0;
    width: 134.32px;
    height: 92.04px;
    padding: 3px;
  }

  .composition-lower {
    padding-top: 0;
  }

  .card-copy {
    gap: 4px;
    margin-top: 30px;
  }

  .card-copy h3 {
    font-size: 32px;
    line-height: 36px;
  }

  .card-copy p {
    font-size: 14px;
    line-height: 24px;
  }

  .admin-section {
    height: 1028px;
    padding: 32px 18px;
    overflow: hidden;
  }

  .admin-heading {
    flex: 0 0 316px;
    width: 100%;
  }

  .section-kicker {
    margin-top: 12px !important;
    font-size: 20px !important;
    line-height: normal !important;
  }

  .admin-heading h2 {
    margin-top: 12px;
    font-size: 40px;
  }

  .admin-heading > p:last-child {
    font-size: 16px;
    line-height: 20px;
  }

  .admin-slider {
    width: 354px;
    max-width: 100%;
    height: 600px;
    margin-top: 48px;
  }

  .admin-slide {
    width: 352px;
    max-width: 100%;
    height: 486px;
    padding: 43px 22px;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    border-radius: 9px;
  }

  .admin-copy {
    width: 305px;
    max-width: 100%;
  }

  .admin-copy h3 {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: normal;
  }

  .admin-copy ul {
    margin: 0;
    padding-left: 24px;
    font-size: 16px;
    line-height: 30px;
  }

  .admin-image {
    flex: 0 0 210px;
    width: 306px;
    max-width: 100%;
    height: 210px;
  }

  .slider-controls {
    height: 114px;
  }

  .device-section {
    height: 544.88px;
    padding: 0 18px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }

  .device-copy {
    flex: 0 0 316px;
    width: 354px;
    max-width: 100%;
    height: 316px;
  }

  .device-copy h2 {
    margin-top: 6px;
  }

  .device-copy > p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 20px;
  }

  .device-copy .button-row {
    margin-top: 32px;
    flex-direction: column;
    gap: 12px;
  }

  .device-copy .button {
    min-height: 40px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .device-copy .button-wide {
    min-width: 0;
  }

  .device-image {
    flex: 0 0 225.17px;
    width: 342px;
    height: 225.17px;
  }

  .brand-section {
    height: 1160px;
    padding: 32px 18px 64px;
    overflow: hidden;
  }

  .brand-intro {
    flex: 0 0 292px;
    width: 100%;
    height: 292px;
  }

  .brand-intro .section-heading p {
    font-size: 16px;
    line-height: 20px;
  }

  .brand-intro .button-row {
    margin-top: 19px;
    padding: 13px 0;
  }

  .brand-intro .button {
    min-height: 40px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .brand-grid {
    grid-template-columns: repeat(2, 174px);
    grid-template-rows: repeat(2, 358px);
    column-gap: 6px;
    row-gap: 24px;
    width: 354px;
    height: 740px;
    margin-top: 32px;
  }

  .brand-card {
    min-height: 0;
    height: 358px;
    gap: 18px;
    padding: 24px;
  }

  .brand-card:nth-child(n + 5) {
    display: none;
  }

  .brand-card img {
    width: 36px;
    height: 36px;
  }

  .brand-card h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .brand-card p {
    font-size: 14px;
    line-height: 24px;
  }

  .process {
    display: none;
  }

  .preview-section {
    height: 369px;
    padding: 20px 18px;
    justify-content: flex-start;
    overflow: hidden;
  }

  .preview-section > h2 {
    height: 24px;
    font-size: 20px;
  }

  .preview-window {
    width: 320px;
    height: 201px;
    margin-top: 32px;
    border-radius: 6px;
  }

  .palette-control {
    margin-top: 24px;
  }

  .palette-row {
    gap: 12px;
  }

  .palette-row > span {
    margin-right: 12px;
    font-size: 15px;
  }

  .swatch {
    width: 22px;
    height: 22px;
  }

  .palette-control p {
    margin-top: 10px;
    font-size: 12px;
  }

  .cta-section {
    height: 446px;
    padding: 0 18px;
  }

  .cta-panel {
    height: 446px;
    padding: 36px 30px;
  }

  .cta-panel h2 {
    font-size: 36px;
    line-height: normal;
  }

  .cta-panel > p {
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .cta-panel .button-row {
    margin-top: 24px;
    flex-direction: column;
    gap: 12px;
  }

  .cta-panel .button {
    min-height: 40px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .cta-panel .button-wide {
    min-width: 0;
  }

  .cta-benefits {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    column-gap: 27px;
    row-gap: 7px;
    justify-content: center;
    margin-top: 21px;
    font-size: 13px;
  }

  .pricing-section {
    min-height: 0;
    height: 2367px;
    padding: 32px 18px;
    overflow: hidden;
  }

  .pricing-section > .section-heading {
    flex: 0 0 230px;
    width: 100%;
    height: 230px;
  }

  .pricing-section > .section-heading h2 {
    font-size: 40px;
  }

  .pricing-section > .section-heading p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
  }

  .pricing-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    height: 1494px;
    margin-top: 32px;
  }

  .price-card {
    flex: none;
    width: 100%;
    padding: 24px;
  }

  .price-card:nth-child(1) {
    height: 449px;
  }

  .price-card:nth-child(2) {
    height: 526px;
  }

  .price-card:nth-child(3) {
    height: 483px;
  }

  .price-card h3 {
    font-size: 32px;
    line-height: 38.4px;
  }

  .price-card > div > p {
    min-height: 0;
    margin-top: 12px;
    font-size: 15px;
    line-height: normal;
  }

  .price-card .price {
    margin-top: 24px;
    padding: 4px 0;
  }

  .price strong {
    font-size: 48px;
  }

  .price-card ul {
    gap: 8px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 19.2px;
  }

  .popular {
    top: 24px;
    right: 24px;
  }

  .demo-panel {
    display: block;
    width: 100%;
    height: 515px;
    margin-top: 32px;
    padding: 36px 18px;
  }

  .demo-image {
    display: none;
  }

  .demo-form {
    height: 443px;
    padding: 0;
  }

  .demo-heading h2 {
    font-size: 40px;
    line-height: normal;
  }

  .demo-personalized {
    display: none;
  }

  .demo-heading p {
    margin-top: 24px;
    font-size: 14px;
    line-height: normal;
  }

  .form-grid {
    gap: 14px;
    margin-top: 24px;
  }

  .form-grid label {
    font-size: 12px;
  }

  .form-grid input {
    height: 40px;
    padding: 10px 12px;
    color: #101010;
    background: rgba(248, 250, 251, 0.84);
    font-size: 14px;
  }

  .form-grid input::placeholder {
    color: rgba(0, 0, 0, 0.5);
  }

  .submit-button {
    height: 52px;
    margin-top: 24px;
  }

  .form-status {
    margin-bottom: -20px;
  }

  .site-footer {
    height: 235.74px;
    gap: 0;
    padding: 18px 18px 0;
  }

  .footer-wordmark {
    order: 1;
    width: 310.33px;
    height: 37.74px;
  }

  .footer-bottom,
  .footer-nav-wrap {
    display: contents;
  }

  .footer-nav-wrap > p {
    order: 2;
    height: 32px;
    margin-top: 12px;
    padding: 4px 0;
    border: 0;
  }

  .copyright {
    order: 3;
    height: 24px;
    margin-top: 24px;
  }

  .footer-nav {
    order: 4;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 32px);
    gap: 6px 0;
    width: 354px;
    height: 76px;
    margin-top: 12px;
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .footer-nav a,
  .footer-nav button {
    align-self: start;
    justify-self: start;
    padding: 4px 10px;
  }

  .footer-nav a:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .footer-nav a:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-nav a:nth-child(5) {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-nav a:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-nav a:nth-child(4) {
    grid-column: 3;
    grid-row: 1;
  }

  .footer-nav button {
    grid-column: 3;
    grid-row: 2;
  }

  .cookie-toast {
    right: 18px;
    bottom: 18px;
    max-width: calc(100% - 36px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.not-found-page {
  min-width: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    radial-gradient(circle at 80% 20%, rgb(0 175 218 / 24%), transparent 36%),
    linear-gradient(145deg, #071a34 0%, #063457 55%, #078aab 100%);
  color: #ffffff;
}

.not-found-card {
  width: min(720px, 100%);
  padding: clamp(32px, 7vw, 72px);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 28px;
  background: rgb(5 26 52 / 78%);
  box-shadow: 0 30px 80px rgb(0 0 0 / 30%);
  text-align: center;
  backdrop-filter: blur(18px);
}

.not-found-logo {
  width: min(190px, 55vw);
  margin: 0 auto 40px;
  filter: brightness(0) invert(1);
}

.not-found-code {
  margin: 0;
  color: #45d6f1;
  font-size: clamp(72px, 18vw, 160px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.not-found-card h1 {
  margin: 28px 0 16px;
  font-size: clamp(30px, 5vw, 48px);
  letter-spacing: -0.035em;
}

.not-found-message {
  max-width: 540px;
  margin: 0 auto 32px;
  color: rgb(255 255 255 / 76%);
  font-size: 18px;
  line-height: 1.65;
}

.not-found-home {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  background: #ffffff;
  color: #063457;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.not-found-home:hover,
.not-found-home:focus-visible {
  box-shadow: 0 12px 30px rgb(0 0 0 / 24%);
  transform: translateY(-2px);
}
