:root {
  --blue: #0797e3;
  --blue2: #0753c7;
  --green: #08a668;
  --ink: #07111f;
  --charcoal: #0d1827;
  --muted: #5d6978;
  --line: #dce5ec;
  --white: #fff;
  --ice: #f3f8fb;
  --radius: 24px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.55;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.topbar {
  background: var(--ink);
  color: #d9e5ec;
  font-size: 13px;
  padding: 8px 0;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.navin {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand img {
  width: 138px;
  height: 58px;
  object-fit: contain;
}
.brandmark {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue2);
  border-left: 1px solid var(--line);
  padding-left: 14px;
  line-height: 1.35;
}
.links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 750;
}
.links a:hover {
  color: var(--blue);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--blue), var(--green));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(7, 151, 227, 0.22);
  transition: 0.2s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn.outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
}
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(
      circle at 78% 26%,
      rgba(7, 151, 227, 0.32),
      transparent 28%
    ),
    radial-gradient(circle at 63% 77%, rgba(8, 166, 104, 0.2), transparent 30%),
    linear-gradient(135deg, #06101c, #0b1e32 65%, #08283a);
  color: #fff;
  padding: 72px 0 68px;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 54px;
}
.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 900;
  color: #80e3c0;
}
.eyebrow:before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--green);
}
h1 {
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin: 18px 0 22px;
  max-width: 760px;
}
h1 span,
.gradient {
  background: linear-gradient(90deg, #52bfff, #35dfa3);
  background-clip: text;
  color: transparent;
}
.lede {
  font-size: 19px;
  color: #c7d5de;
  max-width: 650px;
}
.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.proof {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 42px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.proof strong {
  display: block;
  color: #fff;
  font-size: 21px;
}
.proof span {
  font-size: 12px;
  color: #9fb1bd;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.machine-stage {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.machine-stage img {
  height: 570px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 35px 42px rgba(0, 0, 0, 0.55));
  z-index: 2;
}
.glow {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(7, 151, 227, 0.32),
    rgba(8, 166, 104, 0.22)
  );
  filter: blur(10px);
  bottom: 50px;
}
.badge {
  position: absolute;
  z-index: 3;
  padding: 14px 18px;
  background: rgba(7, 17, 31, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  font-size: 13px;
  font-weight: 800;
}
.badge.one {
  top: 100px;
  left: 10px;
}
.badge.two {
  right: 0;
  bottom: 115px;
}
.badge i {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px var(--green);
  margin-right: 8px;
}
.strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px 0;
}
.strip-item {
  text-align: center;
  border-right: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
  color: #465465;
}
.strip-item:last-child {
  border: 0;
}
.strip-item b {
  display: block;
  color: var(--blue2);
  font-size: 17px;
  margin-bottom: 2px;
}
.section {
  padding: 92px 0;
}
.section.soft {
  background: var(--ice);
}
.section.dark {
  background: var(--ink);
  color: #fff;
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: end;
  margin-bottom: 42px;
}
.section-head h2 {
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 10px 0 0;
}
.section-head p {
  max-width: 500px;
  color: var(--muted);
  font-size: 17px;
}
.dark .section-head p {
  color: #aebdc8;
}
.models {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.model {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: 0.25s;
}
.model:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(12, 39, 62, 0.12);
  border-color: #9edbf6;
}
.model-img {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f8fbfd, #e8f3f8);
  border-radius: 18px;
  margin-bottom: 20px;
}
.model-img img {
  height: 245px;
  width: auto;
  object-fit: contain;
}
.tag {
  position: absolute;
  top: 36px;
  left: 36px;
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tag.green {
  background: var(--green);
}
.model h3 {
  font-size: 22px;
  margin: 0;
}
.model p {
  margin: 8px 0 17px;
  color: var(--muted);
  font-size: 14px;
}
.dimension-spec {
  display: grid;
  gap: 3px;
  padding: 13px 0 16px;
  margin: 0 0 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dimension-spec span,
.dimension-spec small {
  color: #7f939e;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.dimension-spec strong {
  color: #f4f8fa;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.text-link {
  color: var(--blue2);
  font-size: 13px;
  font-weight: 900;
}
.wide-card {
  grid-column: span 2;
}
.wide-card .model-img {
  background: linear-gradient(135deg, #e8f5fb, #ecfaf5);
}
.how {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 62px;
  align-items: center;
}
.photo {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.16);
}
.photo img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.photo-label {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(5, 15, 25, 0.82);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 18px 20px;
  border-radius: 17px;
  font-weight: 800;
}
.steps {
  display: grid;
  gap: 12px;
}
.step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 23px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.stepnum {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #fff;
  font-size: 19px;
  font-weight: 900;
}
.step h3 {
  margin: 1px 0 5px;
}
.step p {
  margin: 0;
  color: var(--muted);
}
.sales-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.sales-card {
  padding: 30px;
  border-radius: 22px;
  background: #0e2033;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--green));
  font-weight: 900;
  margin-bottom: 26px;
}
.sales-card h3 {
  font-size: 20px;
  margin: 0 0 8px;
}
.sales-card p {
  color: #aebdc8;
  font-size: 14px;
  margin: 0;
}
.cta {
  margin-top: 30px;
  background: linear-gradient(120deg, var(--blue2), var(--green));
  border-radius: 30px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
}
.cta h2 {
  font-size: 40px;
  line-height: 1.05;
  margin: 0 0 10px;
}
.cta p {
  margin: 0;
  color: #d9f7ee;
}
.cta .btn {
  background: #fff;
  color: var(--ink);
  box-shadow: none;
}
.page-hero {
  background: radial-gradient(
      circle at 75% 10%,
      rgba(8, 166, 104, 0.25),
      transparent 26%
    ),
    linear-gradient(135deg, #07111f, #0a2940);
  color: #fff;
  padding: 76px 0;
}
.page-hero h1 {
  max-width: 900px;
  font-size: clamp(46px, 6vw, 72px);
}
.compare {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(8, 30, 48, 0.08);
}
.compare th,
.compare td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.compare th {
  background: var(--ink);
  color: #fff;
}
.compare th small {
  color: #7f939e;
  font-size: 11px;
  font-weight: 600;
}
.compare tr:last-child td {
  border: 0;
}
.footer {
  background: #050b13;
  color: #aebdc8;
  padding: 54px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 60px;
}
.footer img {
  width: 160px;
  background: #fff;
  border-radius: 12px;
  padding: 5px;
  margin-bottom: 18px;
}
.footer h4 {
  color: #fff;
  margin-top: 0;
}
.footer a {
  display: block;
  margin: 9px 0;
}
.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #203044;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.mobile-toggle {
  display: none;
}
@media (max-width: 900px) {
  .links a:not(.btn) {
    display: none;
  }
  .hero-grid,
  .how {
    grid-template-columns: 1fr;
  }
  .machine-stage {
    min-height: 500px;
  }
  .machine-stage img {
    height: 480px;
  }
  .models {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip .wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .strip-item:nth-child(2) {
    border: 0;
  }
  .section-head {
    display: block;
  }
  .sales-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: min(100% - 26px, 1180px);
  }
  .topbar {
    display: none;
  }
  .navin {
    height: 70px;
  }
  .brand img {
    width: 118px;
  }
  .brandmark {
    display: none;
  }
  .links .btn {
    padding: 0 16px;
    min-height: 44px;
    font-size: 13px;
  }
  .hero {
    padding: 50px 0;
  }
  .hero-grid {
    gap: 10px;
  }
  h1 {
    font-size: 47px;
  }
  .lede {
    font-size: 17px;
  }
  .machine-stage {
    min-height: 410px;
  }
  .machine-stage img {
    height: 400px;
  }
  .badge.one {
    left: 0;
    top: 60px;
  }
  .badge.two {
    right: 0;
    bottom: 55px;
  }
  .proof {
    gap: 16px;
  }
  .strip .wrap {
    padding: 20px 0;
  }
  .section {
    padding: 64px 0;
  }
  .models {
    grid-template-columns: 1fr;
  }
  .wide-card {
    grid-column: span 1;
  }
  .model-img {
    height: 290px;
  }
  .section-head h2 {
    font-size: 40px;
  }
  .photo img {
    height: 490px;
  }
  .step {
    grid-template-columns: 48px 1fr;
    padding: 18px;
  }
  .stepnum {
    width: 44px;
    height: 44px;
  }
  .cta {
    padding: 30px;
    display: block;
  }
  .cta h2 {
    font-size: 34px;
  }
  .cta .btn {
    margin-top: 22px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: span 1;
  }
  .footer-bottom {
    display: block;
  }
  .page-hero {
    padding: 55px 0;
  }
  .compare {
    font-size: 13px;
  }
  .compare th,
  .compare td {
    padding: 12px 9px;
  }
}
