:root {
  --blue: #1687f8;
  --blue-dark: #2563eb;
  --ink: #111827;
  --muted: #667085;
  --line: #e7eaf0;
  --soft: #f7f9fc;
  --green: #21b66f;
  --container: min(1100px, calc(100vw - 40px));
  --shadow: 0 18px 45px rgba(38, 54, 92, 0.1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
img,
svg {
  display: block;
  max-width: 100%;
}
.site-container {
  width: var(--container);
  margin: auto;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: -60px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
}
.skip-link:focus {
  top: 16px;
}
.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand-logo {
  width: 140px;
  aspect-ratio: 350 / 75;
  display: block;
  background: linear-gradient(90deg, #2d8cff 0 23.5%, #0c1530 23.5% 100%);
  -webkit-mask: url("../assets/beonline-logo-official-white.png") center / 168% auto no-repeat;
  mask: url("../assets/beonline-logo-official-white.png") center / 168% auto no-repeat;
}
.brand.brand-white .brand-logo {
  background: #fff;
}
.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(15px);
}
.nav-shell {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #e7eaf0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(34, 46, 83, 0.05);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: auto;
}
.main-nav a {
  color: #475467;
  font-size: 11px;
  font-weight: 600;
}
.main-nav i {
  margin-left: 4px;
  font-size: 7px;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 26px;
  padding-left: 22px;
  border-left: 1px solid var(--line);
}
.nav-actions > a:first-child {
  font-size: 10px;
  font-weight: 600;
}
.small-button,
.primary-button,
.white-button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  font-size: 10px;
  font-weight: 700;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    border-color 0.2s;
}
.small-button,
.primary-button {
  border: 1px solid rgba(23, 65, 176, 0.38);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #4058d9 0%, #1b7ff0 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 10px 22px rgba(40, 79, 186, 0.22);
}
.small-button:hover,
.primary-button:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 14px 28px rgba(40, 79, 186, 0.28);
}
.small-button:active,
.primary-button:active {
  transform: translateY(0);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 6px 14px rgba(40, 79, 186, 0.2);
}
.small-button:focus-visible,
.primary-button:focus-visible,
.white-button:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.24);
  outline-offset: 3px;
}
.small-button i,
.primary-button i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 9px;
  transition: transform 0.2s, background 0.2s;
}
.small-button:hover i,
.primary-button:hover i {
  background: rgba(255, 255, 255, 0.21);
  transform: translateX(2px);
}
.nav-toggle {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 26px;
}
.hero-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 4px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(820px, 100%);
  margin-inline: auto;
  text-align: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  color: #3f8ef1;
  font-size: 9px;
  font-weight: 700;
}
.eyebrow i {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #54c88c;
  font-size: 7px;
}
.hero h1 {
  margin: 0;
  font: 800 clamp(44px, 5vw, 66px)/0.98 "Manrope";
  letter-spacing: -0.065em;
}
.hero h1 em {
  color: #168bf7;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}
.hero-copy > p {
  max-width: 470px;
  margin: 22px auto;
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.primary-button {
  min-height: 46px;
  padding: 0 19px;
  border-radius: 13px;
}
.primary-button:has(i) {
  padding: 0 11px 0 19px;
}
.circle-play {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  margin-left: 6px;
  border: 1px solid #dfe3ea;
  border-radius: 50%;
  color: #1b87f5;
  background: #fff;
  font-size: 9px;
}
.hero-actions > span {
  color: #667085;
  font-size: 9px;
  font-weight: 600;
}
.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.42;
}
.blob-left {
  width: 250px;
  height: 250px;
  left: -130px;
  top: 70px;
  background: #ffc9f2;
}
.blob-right {
  width: 330px;
  height: 330px;
  right: -160px;
  top: 110px;
  background: #bcecff;
}
.hero-illustration {
  position: relative;
  width: min(840px, 92vw);
  min-height: 500px;
  margin: -2px auto 0;
}
.hero-scene {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}
.scene-connectors {
  position: absolute;
  inset: 3% 2%;
  width: 96%;
  height: 94%;
  overflow: visible;
  fill: none;
  stroke: #8aa0ed;
  stroke-width: 2;
  stroke-dasharray: 5 7;
  opacity: 0.38;
}
.scene-connectors circle {
  fill: #fff;
  stroke: #516edf;
  stroke-dasharray: none;
}
.asset-layer {
  --px: 0px;
  --py: 0px;
  position: absolute;
  z-index: 2;
  transform: translate3d(var(--px), var(--py), 0);
  transition: transform 0.18s ease-out;
  pointer-events: none;
}
.asset-layer img {
  width: 100%;
  filter: drop-shadow(0 18px 20px rgba(41, 70, 145, 0.11));
  animation: asset-float 5.5s ease-in-out infinite;
}
.layer-servers {
  width: 60%;
  left: 23%;
  top: 7%;
  z-index: 3;
}
.layer-cloud {
  width: 35%;
  right: -1%;
  top: -6%;
}
.layer-cloud img {
  animation-duration: 6.8s;
  animation-delay: -1.6s;
}
.layer-laptop {
  width: 48%;
  aspect-ratio: 1;
  left: -4%;
  bottom: -5%;
  z-index: 4;
}
.layer-laptop img {
  animation-duration: 6.2s;
  animation-delay: -3s;
}
.layer-database {
  width: 32%;
  right: 3%;
  bottom: -7%;
  z-index: 4;
}
.layer-database img {
  animation-duration: 5.8s;
  animation-delay: -2.1s;
}
.layer-chip {
  width: 24%;
  left: -1%;
  top: 10%;
}
.layer-chip img {
  animation-duration: 7.2s;
  animation-delay: -4.1s;
}
.layer-documents {
  width: 25%;
  left: -4%;
  top: 42%;
}
.layer-documents img {
  animation-duration: 6.5s;
  animation-delay: -2.7s;
}
.scene-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #4d68db;
  border-radius: 50%;
  animation: dot-pulse 2.6s ease-in-out infinite;
}
.dot-one { left: 17%; top: 28%; }
.dot-two { right: 9%; top: 47%; animation-delay: -0.8s; }
.dot-three { left: 43%; bottom: 3%; animation-delay: -1.5s; }
@keyframes asset-float {
  50% { transform: translateY(-10px) rotate(0.5deg); }
}
@keyframes dot-pulse {
  50% { transform: scale(1.5); opacity: 0.4; }
}
.offer-strip {
  border-block: 1px solid #e7edf5;
  background: #f6faff;
}
.offer-strip > div {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  color: #526074;
  font-size: 9px;
}
.offer-strip i {
  margin-right: 6px;
  color: #2d8cf4;
}
.offer-strip a {
  color: #2685ee;
  font-weight: 700;
}
.section {
  padding: 100px 0;
}
.section-heading.centered {
  max-width: 660px;
  margin: 0 auto 40px;
  text-align: center;
}
.section-heading > span {
  color: #2888ef;
  font-size: 9px;
  font-weight: 700;
}
.section-heading h2 {
  margin: 9px 0 10px;
  font: 800 clamp(29px, 3.2vw, 40px)/1.1 "Manrope";
  letter-spacing: -0.045em;
}
.section-heading p {
  margin: 0;
  color: #778096;
  font-size: 11px;
  line-height: 1.65;
}
.billing-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: -16px 0 24px;
  color: #687286;
  font-size: 9px;
}
.billing-switch button {
  width: 34px;
  height: 19px;
  padding: 2px;
  border: 0;
  border-radius: 20px;
  background: #268af3;
  cursor: pointer;
}
.billing-switch button i {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s;
}
.billing-switch.annual button i {
  transform: translateX(15px);
}
.billing-switch b {
  color: #20aa69;
  font-size: 7px;
}
.plans {
  scroll-margin-top: 88px;
  background: #fff;
}
.laptop-sticky {
  position: relative;
}
.laptop-turn-visual,
.laptop-glow,
.laptop-scroll-cue,
.laptop-keyboard-hotspots {
  display: none;
}
.pricing-screen-scroll {
  width: var(--container);
  margin: auto;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.plan-card {
  position: relative;
  min-height: 610px;
  padding: 7px 7px 58px;
  border: 1px solid #dfe3e9;
  border-radius: 22px;
  background: #f6f7f9;
  box-shadow: 0 10px 30px rgba(42, 55, 91, 0.05);
  transition: 0.2s;
}
.plan-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.plan-card.lilac {
  border-color: #dfe3e9;
  background: #f6f7f9;
}
.plan-card.blue-card {
  border-color: #dfe3e9;
  background: #f6f7f9;
}
.plan-card.yellow {
  border-color: #dfe3e9;
  background: #f6f7f9;
}
.plan-card.mint {
  border-color: #dfe3e9;
  background: #f6f7f9;
}
.plan-top {
  min-height: 225px;
  padding: 17px 16px 13px;
  border: 1.5px solid #323a49;
  border-radius: 16px;
}
.lilac .plan-top { background: #eeebff; }
.blue-card .plan-top { background: #e8f4ff; }
.yellow .plan-top { background: #fffbd7; }
.mint .plan-top { background: #e2f8ed; }
.plan-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.plan-heading small {
  padding: 4px 6px;
  border-radius: 5px;
  color: #1f2937;
  background: rgba(255,255,255,0.82);
  font-size: 9px;
  font-weight: 800;
}
.plan-label {
  font: 800 18px "Manrope";
}
.plan-top > p {
  min-height: 30px;
  margin: 7px 0 12px;
  color: #71798c;
  font-size: 10px;
}
.plan-price {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 3px;
}
.plan-price b {
  display: inline-block;
  min-width: 3ch;
  font: 800 34px "Manrope";
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.05em;
  transition:
    color 0.18s,
    transform 0.18s;
}
.plan-price b.is-counting {
  color: #176fd1;
  transform: translateY(-1px);
}
.plan-price b:before {
  content: "RON ";
  font: 600 7px "DM Sans";
  letter-spacing: 0;
}
.plan-price span {
  padding-bottom: 7px;
  color: #5f687b;
  font-size: 11px;
  line-height: 1.2;
}
.plan-top > em {
  display: block;
  margin-bottom: 12px;
  color: #7c8393;
  font-size: 9px;
  font-style: normal;
}
.plan-top > a {
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 20px;
  color: #394156;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
  transition: color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
}
.plan-card.lilac .plan-top > a:hover { background: #ddd7ff; color: #292153; }
.plan-card.blue-card .plan-top > a:hover { background: #d4eaff; color: #163d67; }
.plan-card.yellow .plan-top > a:hover { background: #f1eaa8; color: #4e4814; }
.plan-card.mint .plan-top > a:hover { background: #ccebdc; color: #164f38; }
.plan-card .plan-top > a:active {
  transform: translateY(1px);
  box-shadow: inset 0 2px 5px rgba(37, 49, 79, .14);
  filter: saturate(1.08) brightness(.96);
}
.plan-card .plan-top > a:focus-visible,
.more-features:focus-visible,
.billing-switch button:focus-visible {
  outline: 2px solid #247ff0;
  outline-offset: 2px;
}
.plan-card ul {
  display: grid;
  gap: 12px;
  padding: 17px 13px 0;
  margin: 0;
  list-style: none;
  color: #596174;
  font-size: 11px;
}
.plan-card li:before {
  content: "✓";
  margin-right: 7px;
  color: #28b873;
  font-weight: 800;
}
.more-features {
  position: absolute;
  inset: auto 13px 12px;
  width: calc(100% - 26px);
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 7px;
  color: #767e90;
  background: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
}
.more-features:hover {
  color: #29344a;
  background: #e7ebf2;
}
.more-features:active {
  transform: translateY(1px);
  background: #dce2ec;
  box-shadow: inset 0 2px 5px rgba(37, 49, 79, .12);
}
.more-features i {
  float: right;
}
@media (min-width: 1400px) and (min-height: 850px) and (prefers-reduced-motion: no-preference) {
  .hero {
    min-height: calc(100vh - 82px);
    display: flex;
    align-items: flex-start;
    padding: 48px 0 16px;
  }
  .hero .site-container {
    width: min(1320px, calc(100vw - 96px));
  }
  .hero-grid {
    min-height: calc(100vh - 146px);
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(470px, 1fr);
    gap: 0;
  }
  .hero h1 {
    font-size: clamp(60px, 4.1vw, 76px);
  }
  .hero-copy > p {
    max-width: 520px;
    font-size: 16px;
  }
  .hero-illustration {
    width: min(900px, 72vw);
    min-height: min(620px, calc(100vh - 350px));
  }
  .laptop-pricing-journey {
    --flight-left: 0px;
    --flight-top: 0px;
    --flight-width: 0px;
    --flight-height: 0px;
    --composition-opacity: 1;
    --frame-start-opacity: 1;
    --frame-front-opacity: 0;
    --pricing-opacity: 0;
    --pricing-y: 12px;
    --cue-opacity: 1;
    height: 110vh;
    padding: 0 !important;
    background:
      radial-gradient(circle at 50% 42%, rgba(218, 238, 255, 0.7), transparent 36%),
      linear-gradient(180deg, #fff 0%, #f7fbff 50%, #fff 100%);
  }
  body.laptop-journey-enabled .layer-laptop img {
    opacity: 0;
  }
  .laptop-pricing-journey .laptop-sticky {
    position: static;
    height: 100%;
    overflow: visible;
    isolation: isolate;
  }
  .laptop-pricing-journey .laptop-glow {
    position: fixed;
    z-index: 20;
    inset: 6% 8%;
    display: block;
    border-radius: 50%;
    opacity: var(--glow-opacity, 0.22);
    background: radial-gradient(circle, rgba(118, 190, 255, 0.32), rgba(170, 142, 248, 0.12) 45%, transparent 70%);
    filter: blur(30px);
    pointer-events: none;
  }
  .laptop-pricing-journey .laptop-composition {
    position: fixed;
    z-index: 30;
    left: var(--flight-left);
    top: var(--flight-top);
    width: var(--flight-width);
    height: var(--flight-height);
    opacity: var(--composition-opacity);
    transform-origin: 50% 50%;
    will-change: left, top, width, height, opacity;
  }
  .laptop-pricing-journey .laptop-turn-visual {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: block;
    pointer-events: none;
  }
  .laptop-pricing-journey .laptop-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 28px 34px rgba(38, 63, 126, 0.13));
    transition: opacity 90ms linear;
    will-change: opacity;
  }
  .laptop-pricing-journey .laptop-frame-start { opacity: var(--frame-start-opacity); }
  .laptop-pricing-journey .laptop-frame-front { opacity: var(--frame-front-opacity); }
  .laptop-pricing-journey .pricing-screen {
    position: absolute;
    z-index: 4;
    left: 15.95%;
    top: 9.15%;
    width: 68.1%;
    height: 56.65%;
    overflow: hidden;
    border: 1px solid rgba(45, 93, 190, 0.16);
    border-radius: 10px;
    opacity: var(--pricing-opacity);
    background: rgba(252, 254, 255, 0.96);
    box-shadow: inset 0 0 35px rgba(50, 139, 239, 0.06);
    transform: translateY(var(--pricing-y));
    pointer-events: none;
    will-change: opacity, transform;
  }
  .laptop-pricing-journey.pricing-ready .pricing-screen {
    pointer-events: auto;
  }
  .laptop-pricing-journey .laptop-keyboard-hotspots {
    position: absolute;
    z-index: 5;
    left: 16.45%;
    top: 72.05%;
    width: 67.1%;
    height: 11.15%;
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 3.5%;
    opacity: var(--frame-front-opacity);
    pointer-events: none;
  }
  .laptop-pricing-journey.pricing-ready .laptop-keyboard-hotspots {
    pointer-events: auto;
  }
  .laptop-key-row {
    display: grid;
    gap: .65%;
  }
  .laptop-key-row:nth-child(1) { grid-template-columns: repeat(14, 1fr); }
  .laptop-key-row:nth-child(2) { grid-template-columns: repeat(14, 1fr); padding-inline: .7%; }
  .laptop-key-row:nth-child(3) { grid-template-columns: repeat(13, 1fr); padding-inline: 1.7%; }
  .laptop-key-row:nth-child(4) {
    grid-template-columns: .85fr .85fr .85fr 5fr .85fr .85fr .85fr .85fr .85fr;
    padding-inline: 2.8%;
  }
  .laptop-key {
    display: block;
    min-width: 0;
    border-radius: 4px;
    background: transparent;
    cursor: default;
    transition: background .1s ease, box-shadow .1s ease, transform .1s ease;
  }
  .laptop-key:hover {
    background: rgba(31, 73, 169, .2);
    box-shadow: inset 0 2px 3px rgba(20, 48, 116, .22), 0 0 0 1px rgba(28, 72, 171, .2);
    transform: translateY(1px);
  }
  .laptop-key:active {
    background: rgba(24, 59, 143, .34);
    box-shadow: inset 0 3px 5px rgba(13, 37, 94, .32), 0 0 0 1px rgba(18, 54, 139, .28);
    transform: translateY(2px) scale(.985);
  }
  .laptop-pricing-journey .pricing-screen-scroll {
    width: auto;
    height: 100%;
    margin: 0;
    padding: 12px 15px 4px;
  }
  .laptop-pricing-journey .section-heading > span {
    font-size: 9px;
  }
  .laptop-pricing-journey .section-heading h2 {
    margin: 2px 0;
    font-size: 23px;
    letter-spacing: -0.035em;
  }
  .laptop-pricing-journey .section-heading p {
    font-size: 11px;
    line-height: 1.35;
  }
  .laptop-pricing-journey .billing-switch {
    margin: 1px 0 3px;
    font-size: 10px;
  }
  .laptop-pricing-journey .billing-switch b {
    font-size: 8px;
  }
  .laptop-pricing-journey .plan-grid {
    gap: 10px;
  }
  .laptop-pricing-journey .plan-card {
    min-height: 380px;
    padding: 5px 5px 41px;
    border-radius: 15px;
    box-shadow: 0 7px 18px rgba(42, 55, 91, 0.06);
  }
  .laptop-pricing-journey .plan-card:hover {
    transform: translateY(-2px);
  }
  .laptop-pricing-journey .plan-top {
    min-height: 156px;
    padding: 10px 10px 8px;
    border-width: 1px;
    border-radius: 11px;
  }
  .laptop-pricing-journey .plan-label {
    font-size: 15px;
  }
  .laptop-pricing-journey .plan-heading small {
    padding: 3px 5px;
    font-size: 7px;
  }
  .laptop-pricing-journey .plan-top > p {
    min-height: 18px;
    margin: 4px 0 6px;
    font-size: 9px;
  }
  .laptop-pricing-journey .plan-price b {
    font-size: 27px;
  }
  .laptop-pricing-journey .plan-price b::before {
    font-size: 6px;
  }
  .laptop-pricing-journey .plan-price span {
    padding-bottom: 5px;
    font-size: 9px;
  }
  .laptop-pricing-journey .plan-top > em {
    margin-bottom: 7px;
    font-size: 8px;
  }
  .laptop-pricing-journey .plan-top > a {
    min-height: 29px;
    font-size: 9px;
  }
  .laptop-pricing-journey .plan-card ul {
    gap: 5px;
    padding: 10px 8px 0;
    font-size: 10.5px;
    line-height: 1.25;
  }
  .laptop-pricing-journey .more-features {
    inset: auto 9px 8px;
    width: calc(100% - 18px);
    min-height: 29px;
    padding: 0 9px;
    font-size: 9px;
  }
  .laptop-pricing-journey .laptop-scroll-cue {
    position: fixed;
    z-index: 36;
    left: 50%;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
    border: 1px solid rgba(75, 105, 172, 0.14);
    border-radius: 20px;
    opacity: var(--cue-opacity);
    color: #69758b;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 700;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .laptop-pricing-journey .laptop-scroll-cue i {
    color: #267fee;
    animation: cue-down 1.6s ease-in-out infinite;
  }
}
@keyframes cue-down {
  50% { transform: translateY(3px); }
}
.platform {
  background: #fff;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}
.service-card {
  min-height: 240px;
  padding: 29px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  transition: 0.2s;
}
.service-card:nth-child(3n) {
  border-right: 0;
}
.service-card:nth-last-child(-n + 3) {
  border-bottom: 0;
}
.service-card:hover {
  background: #fafcff;
}
.service-icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 13px;
}
.lilac-icon {
  color: #756de4;
  background: #efedff;
}
.gray-icon {
  color: #6e7482;
  background: #f0f1f4;
}
.blue-icon {
  color: #3189e8;
  background: #e9f5ff;
}
.yellow-icon {
  color: #aa8b18;
  background: #fff8d8;
}
.mint-icon {
  color: #259d66;
  background: #e8f8f0;
}
.service-card h3 {
  margin: 20px 0 8px;
  font: 700 14px "Manrope";
}
.service-card p {
  min-height: 43px;
  margin: 0;
  color: #7d8495;
  font-size: 9px;
  line-height: 1.6;
}
.service-card b {
  display: inline-block;
  margin-top: 20px;
  font-size: 8px;
}
.service-card b i {
  margin-left: 5px;
  font-size: 7px;
}
.trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
  color: #677085;
  font-size: 11px;
}
.trust-stars {
  color: #20b76e;
  letter-spacing: 2px;
}
.success {
  background: #fff;
}
.speed-feature {
  min-height: 350px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  overflow: hidden;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #40a9f7, #5bb8f5);
}
.speed-feature > div:first-child {
  padding: 43px;
}
.white-tag {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 20px;
  color: #2889ef;
  background: #fff;
  font-size: 7px;
  font-weight: 700;
}
.speed-feature h3 {
  max-width: 460px;
  margin: 17px 0 11px;
  font: 800 25px/1.15 "Manrope";
  letter-spacing: -0.035em;
}
.speed-feature p {
  max-width: 460px;
  color: #e9f6ff;
  font-size: 10px;
  line-height: 1.6;
}
.speed-feature ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 16px 0 22px;
  list-style: none;
  font-size: 8px;
}
.speed-feature li:before {
  content: "✓";
  margin-right: 7px;
  font-weight: 800;
}
.white-button {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 11px;
  color: #1682ec;
  background: #fff;
  box-shadow: 0 8px 18px rgba(17, 65, 135, 0.1);
}
.white-button:hover {
  border-color: #fff;
  box-shadow: 0 12px 24px rgba(17, 65, 135, 0.16);
  transform: translateY(-2px);
}
.deploy-visual {
  position: relative;
  display: grid;
  place-items: center;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.16),
    rgba(255, 255, 255, 0.36)
  );
}
.runner-visual {
  min-height: 100%;
  overflow: hidden;
  background: #ccecff;
}
.runner-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}
.deploy-visual:before {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}
.code-window {
  position: relative;
  z-index: 2;
  width: 285px;
  padding-bottom: 13px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  color: #d9e7f4;
  background: #18253a;
  box-shadow: 0 22px 45px rgba(24, 54, 92, 0.25);
  transform: rotate(-2deg);
}
.code-window > div {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 12px;
  border-bottom: 1px solid #324056;
}
.code-window > div i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff7b82;
}
.code-window > div i:nth-child(2) {
  background: #ffc756;
}
.code-window > div i:nth-child(3) {
  background: #5edb95;
}
.code-window > div span {
  margin-left: 6px;
  color: #8390a2;
  font-size: 7px;
}
.code-window p {
  margin: 0 !important;
  padding: 9px 15px 0 !important;
  color: #d9e7f4 !important;
  font:
    8px ui-monospace,
    monospace;
}
.code-window p em {
  color: #5bdda0;
  font-style: normal;
}
.code-window p small {
  float: right;
  color: #8291a7;
}
.code-window > b {
  display: block;
  margin: 10px 12px 0;
  padding: 8px;
  border-radius: 6px;
  color: #69e5a7;
  background: rgba(65, 208, 139, 0.12);
  font-size: 8px;
}
.code-window > b i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: #57df9b;
}
.benefit-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 22px;
}
.benefit-row article {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.benefit-row i {
  color: #3692ed;
}
.benefit-row h3 {
  margin: 9px 0 6px;
  font: 700 12px "Manrope";
}
.benefit-row p {
  margin: 0;
  color: #808799;
  font-size: 8px;
  line-height: 1.55;
}
.ecosystem {
  background: #fff;
}
.ecosystem-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
  gap: 12px;
}
.quote-card {
  grid-row: span 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #8d74ee, #a892ef);
}
.quote-person {
  display: grid;
  place-items: end center;
  min-height: 350px;
  overflow: hidden;
  background: #d7cdfd;
}
.quote-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 36% center;
}
.quote-card > div:last-child {
  padding: 35px 25px;
}
.quote-card > div:last-child > i {
  font-size: 20px;
  color: #dcd2ff;
}
.quote-card p {
  font: 600 17px/1.5 "Manrope";
}
.quote-card span {
  display: grid;
  margin-top: 28px;
}
.quote-card small {
  margin-top: 3px;
  color: #e9e4ff;
  font-size: 7px;
}
.review-card {
  min-height: 170px;
  padding: 22px;
  border-radius: 12px;
  background: #f5f6f8;
}
.stars {
  color: #ffb420;
  font-size: 10px;
  letter-spacing: 2px;
}
.review-card p {
  min-height: 64px;
  color: #60687a;
  font-size: 9px;
  line-height: 1.6;
}
.review-card span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #646c7e;
  font-size: 8px;
}
.review-card span i {
  font-size: 22px;
  color: #a7adba;
}
.support-section {
  padding-top: 30px;
}
.support-feature {
  min-height: 390px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  overflow: hidden;
  border-radius: 16px;
  background: #2d4057;
}
.support-art {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #26384c;
}
.support-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}
.support-circle {
  position: relative;
  z-index: 2;
  width: 185px;
  height: 185px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
.support-circle i {
  font-size: 90px;
}
.support-wave {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.support-wave.one {
  width: 280px;
  height: 280px;
}
.support-wave.two {
  width: 380px;
  height: 380px;
}
.support-panel {
  margin: 25px;
  padding: 32px;
  border-radius: 12px;
  background: #fff;
}
.support-panel > span {
  color: #368be9;
  font-size: 8px;
  font-weight: 700;
}
.support-panel h2 {
  margin: 9px 0 18px;
  font: 800 24px/1.15 "Manrope";
  letter-spacing: -0.035em;
}
.support-panel ul {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.support-panel li {
  display: flex;
  gap: 9px;
}
.support-panel li > i {
  margin-top: 2px;
  color: #2d93ee;
}
.support-panel li span {
  display: grid;
}
.support-panel li b {
  font-size: 9px;
}
.support-panel li small {
  margin-top: 2px;
  color: #838a99;
  font-size: 7px;
}
.promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}
.promo-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  padding: 28px;
  border-radius: 14px;
}
.security-promo {
  color: #09365a;
  background: linear-gradient(135deg, #72c8ff, #a8dcff);
}
.performance-promo {
  color: #38206f;
  background: linear-gradient(135deg, #b9a1ff, #d2c3ff);
}
.promo-card > i {
  margin-bottom: 18px;
  font-size: 32px;
}
.promo-card h3 {
  max-width: 390px;
  margin: 0 0 15px;
  font: 800 21px/1.15 "Manrope";
  letter-spacing: -0.03em;
}
.promo-card ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 11px;
}
.promo-card li::before {
  content: "•";
  margin-right: 7px;
}
.promo-word {
  position: absolute;
  right: 20px;
  top: 15px;
  color: rgba(255, 255, 255, 0.38);
  font: 800 38px "Manrope";
  letter-spacing: -0.05em;
}
.resources {
  padding-top: 70px;
}
.resource-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
}
.resource-main {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.resource-main:hover {
  border-color: #cfdcf2;
  box-shadow: 0 18px 42px rgba(35, 55, 94, 0.1);
  transform: translateY(-3px);
}
.resource-main:focus-visible {
  outline: 3px solid rgba(22, 135, 248, 0.25);
  outline-offset: 3px;
}
.resource-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  color: #71c0ff;
  background: linear-gradient(145deg, #101827, #1f3650);
}
.resource-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.resource-main:hover .resource-image img {
  transform: scale(1.025);
}
.resource-image i {
  font-size: 75px;
}
.resource-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 22px 22px;
}
.resource-copy > span,
.resource-list small {
  color: #2e8eec;
  font-size: 7px;
  font-weight: 700;
}
.resource-copy h3 {
  margin: 8px 0;
  font: 700 16px/1.35 "Manrope";
}
.resource-copy p {
  margin: 0 0 18px;
  color: #7b8393;
  font-size: 9px;
}
.resource-copy > b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-size: 8px;
}
.resource-list {
  display: grid;
  gap: 10px;
}
.resource-list > a {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.thumb {
  height: 75px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  font-size: 23px;
}
.purple-thumb {
  color: #715de4;
  background: #eeeaff;
}
.yellow-thumb {
  color: #aa8c18;
  background: #fff6cf;
}
.blue-thumb {
  color: #267fdf;
  background: #e8f4ff;
}
.resource-list > a > span:last-child {
  display: grid;
  gap: 5px;
}
.resource-list b {
  font-size: 10px;
  line-height: 1.4;
}
.closing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 45px;
}
.closing-grid article {
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #f8fbff;
}
.closing-grid h3 {
  margin: 0 0 6px;
  font: 700 14px "Manrope";
}
.closing-grid p {
  color: #7e8697;
  font-size: 8px;
}
.closing-grid a {
  color: #2a87ea;
  font-size: 8px;
  font-weight: 700;
}
.site-footer {
  padding: 68px 0 28px;
  border-top: 1px solid var(--line);
}
.site-footer .brand {
  width: max-content;
}
.site-footer .brand-logo {
  width: 150px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 50px;
}
.footer-grid > div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer-grid p {
  max-width: 270px;
  margin: 5px 0 0;
  color: #7e8595;
  font-size: 14px;
  line-height: 1.55;
}
.footer-grid b {
  margin-bottom: 7px;
  font-size: 14px;
}
.footer-grid > div:not(:first-child) a {
  color: #70788b;
  font-size: 13px;
  line-height: 1.35;
  transition: color 0.2s;
}
.footer-grid > div:not(:first-child) a:hover {
  color: var(--blue-dark);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #7f8797;
  font-size: 12px;
  line-height: 1.4;
}
.toast {
  position: fixed;
  z-index: 90;
  left: 50%;
  bottom: 22px;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 12px);
  padding: 11px 15px;
  border-radius: 9px;
  color: #fff;
  background: #111827;
  font-size: 9px;
  transition: 0.2s;
}
.toast.show {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.65s,
    transform 0.65s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.hero-illustration.reveal {
  transform: none;
}
.delay-1 {
  transition-delay: 0.08s;
}
.delay-2 {
  transition-delay: 0.16s;
}
.delay-3 {
  transition-delay: 0.24s;
}

/* Comfortable type scale for desktop and wide displays. */
.main-nav a,
.nav-actions > a:first-child,
.small-button,
.primary-button,
.white-button {
  font-size: 13px;
}
.eyebrow,
.hero-actions > span,
.offer-strip > div,
.section-heading > span,
.billing-switch {
  font-size: 12px;
}
.section-heading p {
  font-size: 14px;
}
.plan-card > p,
.plan-card > a,
.plan-card ul,
.more-features {
  font-size: 11px;
}
.plan-price b::before,
.plan-price span,
.recommended {
  font-size: 9px;
}
.service-card h3 {
  font-size: 17px;
}
.service-card p,
.service-card b {
  font-size: 12px;
}
.speed-feature p,
.speed-feature ul,
.benefit-row p,
.review-card p,
.review-card span,
.support-panel > span,
.support-panel li b,
.support-panel li small,
  .resource-copy > span,
.resource-list small,
  .resource-copy p,
  .resource-copy > b,
.closing-grid p,
.closing-grid a {
  font-size: 11px;
}
.benefit-row h3 {
  font-size: 15px;
}
.code-window p,
.code-window > b,
.code-window > div span {
  font-size: 10px !important;
}
.review-card p {
  font-size: 12px;
}
.resource-copy h3 {
  font-size: 19px;
}
.resource-list b {
  font-size: 13px;
}
.closing-grid h3 {
  font-size: 17px;
}
@media (max-width: 900px) {
  .main-nav {
    display: none;
  }
  .nav-actions {
    margin-left: auto;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-copy > p {
    margin-inline: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-illustration {
    max-width: 620px;
    margin: auto;
  }
  .plan-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-card:nth-child(3n) {
    border-right: 1px solid var(--line);
  }
  .service-card:nth-child(2n) {
    border-right: 0;
  }
  .service-card:nth-last-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }
  .service-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .ecosystem-grid {
    grid-template-columns: 1fr 1fr;
  }
  .quote-card {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .support-feature {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    grid-template-columns: 1.5fr repeat(3, 1fr);
  }
}
@media (max-width: 620px) {
  :root {
    --container: calc(100vw - 28px);
  }
  .site-header {
    padding: 10px 0;
  }
  .nav-shell {
    height: 46px;
  }
  .nav-toggle {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    margin-left: auto;
    border: 0;
    border-radius: 8px;
    color: #617085;
    background: #f3f5f8;
  }
  .nav-actions {
    display: none;
  }
  .main-nav.open {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 66px;
    display: grid;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--shadow);
  }
  .main-nav.open a {
    padding: 11px;
  }
  .hero {
    padding: 60px 0 35px;
  }
  .hero-grid {
    gap: 25px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-copy > p {
    font-size: 15px;
  }
  .hero-illustration {
    min-height: 400px;
    margin-inline: -6px;
  }
  .layer-laptop { left: 1%; width: 46%; }
  .layer-chip { left: 1%; }
  .layer-documents { left: 0; }
  .offer-strip > div {
    justify-content: space-between;
    gap: 8px;
    padding: 10px 0;
    font-size: 10px;
  }
  .section {
    padding: 72px 0;
  }
  .section-heading h2 {
    font-size: 29px;
  }
  .plan-grid,
  .service-grid,
  .benefit-row,
  .ecosystem-grid,
  .resource-grid,
  .closing-grid,
  .promo-grid {
    grid-template-columns: 1fr;
  }
  .plan-card {
    min-height: 610px;
  }
  .service-card {
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
  }
  .service-card:last-child {
    border-bottom: 0 !important;
  }
  .speed-feature {
    grid-template-columns: 1fr;
  }
  .speed-feature > div:first-child {
    padding: 30px 24px;
  }
  .deploy-visual {
    min-height: 280px;
  }
  .benefit-row {
    gap: 8px;
  }
  .quote-card {
    grid-template-columns: 1fr;
  }
  .quote-person {
    display: none;
  }
  .review-card {
    min-height: 150px;
  }
  .support-feature {
    grid-template-columns: 1fr;
  }
  .support-art {
    min-height: 250px;
  }
  .support-panel {
    margin: 14px;
  }
  .resource-list > a {
    grid-template-columns: 105px 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
