:root {
  --bg: #07111f;
  --bg-soft: #0d1b2d;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.14);
  --card: rgba(10, 20, 35, 0.82);
  --text: #f3f7fb;
  --muted: #a9bfd5;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #63e6be;
  --accent-strong: #16c79a;
  --highlight: #ffd166;
  --shadow: 0 24px 80px rgba(1, 8, 18, 0.45);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(22, 199, 154, 0.2), transparent 30%),
    radial-gradient(circle at 20% 20%, rgba(255, 209, 102, 0.14), transparent 28%),
    linear-gradient(145deg, #02060c, #07111f 40%, #0b1930 100%);
}

img {
  display: block;
  max-width: 100%;
}

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

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 64px;
}

.site-header,
.hero,
.laundro-layout,
.platform-layout,
.results-grid,
.cta {
  animation: rise 700ms ease forwards;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 48px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(4, 12, 23, 0.7);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: clamp(240px, 30vw, 380px);
  min-width: 0;
  flex: 0 0 auto;
}

.brand-mark {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", sans-serif;
}

.site-nav {
  display: inline-flex;
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #04101c;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  box-shadow: 0 12px 32px rgba(22, 199, 154, 0.24);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button.secondary,
.button.ghost {
  color: var(--text);
  background: transparent;
  border-color: var(--line);
  box-shadow: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 36px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(3rem, 7vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.hero-text,
.section-heading p:last-child,
.platform-panel p,
.cta p:last-child,
.laundro-panel p,
.feature-card p,
.form-note {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-text {
  max-width: 58ch;
  margin: 18px 0 24px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.hero-metrics,
.trust-strip,
.product-grid,
.laundro-feature-grid,
.stack-list,
.results-grid {
  display: grid;
  gap: 16px;
}

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

.hero-metrics div,
.trust-strip,
.product-card,
.platform-panel,
.quote-card,
.result-card,
.cta,
.laundro-panel,
.feature-card,
.laundro-screen,
.inquiry-form {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  backdrop-filter: blur(12px);
}

.hero-metrics div {
  padding: 18px;
}

.hero-metrics strong,
.result-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.8rem;
}

.hero-metrics span,
.result-card span,
.signal small,
.pulse-row p {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-card {
  padding: 24px;
  border: 1px solid rgba(99, 230, 190, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(7, 17, 31, 0.84);
  box-shadow: var(--shadow);
}

.hero-card-top,
.pulse-row {
  display: flex;
  align-items: center;
}

.hero-card-top {
  gap: 12px;
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 700;
}

.mini-logo-frame {
  width: clamp(136px, 19vw, 196px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.mini-logo {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.signal {
  padding: 18px;
  border-radius: 20px;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.signal span,
.tag {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--highlight);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.signal strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
}

.accent {
  background: linear-gradient(160deg, rgba(22, 199, 154, 0.2), rgba(7, 17, 31, 0.8));
}

.accent-soft {
  background: linear-gradient(160deg, rgba(255, 209, 102, 0.16), rgba(7, 17, 31, 0.8));
}

.pulse-row {
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.pulse {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 rgba(99, 230, 190, 0.45);
  animation: pulse 2s infinite;
}

.trust-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 72px;
  padding: 18px 22px;
  color: var(--muted);
}

section {
  margin-bottom: 72px;
}

.section-heading {
  margin-bottom: 22px;
}

.section-heading h2 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.products .section-heading h2,
.laundroepay .section-heading h2,
.results .section-heading h2 {
  max-width: 16ch;
}

.product-story .section-heading h2,
.capabilities .section-heading h2 {
  max-width: 18ch;
}

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

.product-card,
.platform-panel,
.result-card,
.quote-card,
.laundro-panel,
.feature-card,
.inquiry-form {
  padding: 24px;
}

.product-card h3,
.platform-panel h3,
.laundro-panel h3,
.feature-card h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.product-card p,
.feature-list,
.quote-card,
.feature-card p,
.laundro-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.laundro-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 20px;
  align-items: stretch;
}

.laundro-visual {
  display: flex;
}

.laundro-screen {
  width: 100%;
  padding: 18px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(22, 199, 154, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(4, 10, 18, 0.92);
  box-shadow: var(--shadow);
}

.screen-top {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.video-top {
  align-items: center;
  justify-content: space-between;
}

.screen-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.screen-content {
  display: grid;
  gap: 14px;
}

.preview-content {
  display: block;
}

.laundro-preview-video {
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #000;
}

.screen-stat,
.screen-feed {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.screen-stat span,
.screen-feed span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.screen-stat strong {
  display: block;
  margin: 8px 0 4px;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-family: "Space Grotesk", sans-serif;
}

.screen-stat small {
  color: var(--muted);
}

.screen-stat.primary {
  background: linear-gradient(145deg, rgba(22, 199, 154, 0.18), rgba(5, 18, 31, 0.86));
}

.screen-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.screen-feed {
  display: grid;
  gap: 10px;
}

.laundro-details {
  display: grid;
  gap: 16px;
}

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

.feature-card {
  min-height: 100%;
}

.platform-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 18px;
}

.dark-panel {
  background:
    radial-gradient(circle at top, rgba(99, 230, 190, 0.15), transparent 38%),
    rgba(4, 10, 18, 0.92);
}

.feature-list {
  padding-left: 18px;
}

.feature-list li + li {
  margin-top: 8px;
}

.stack-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.stack-list span {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-weight: 700;
}

.results-grid {
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(0, 0.75fr));
}

.quote-card {
  display: flex;
  align-items: center;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
}

.result-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
}

.cta-copy {
  flex: 1 1 0;
}

.cta h2 {
  margin: 0 0 12px;
  max-width: 15ch;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.02;
}

.inquiry-form {
  width: min(440px, 100%);
  display: grid;
  gap: 14px;
  background: rgba(4, 10, 18, 0.9);
}

.inquiry-form .button {
  width: 100%;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
}

.inquiry-form label span {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  resize: vertical;
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: rgba(169, 191, 213, 0.72);
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  outline: 2px solid rgba(99, 230, 190, 0.3);
  outline-offset: 2px;
  border-color: rgba(99, 230, 190, 0.45);
}

.form-note {
  margin: 0;
  font-size: 0.92rem;
}

.form-note a {
  color: var(--accent);
}

.form-status {
  margin: 0;
  min-height: 1.2em;
  font-size: 0.92rem;
}

.form-status.success {
  color: var(--accent);
}

.form-status.error {
  color: #ff9f9f;
}

.inquiry-form button[disabled] {
  opacity: 0.75;
  cursor: not-allowed;
}

.section-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--accent);
  font-weight: 700;
}

.section-link:hover,
.section-link:focus-visible {
  color: var(--text);
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 30px;
  align-items: center;
  margin-bottom: 48px;
}

.product-hero-copy .hero-text {
  max-width: 60ch;
}

.hero-showcase {
  position: relative;
  min-height: 680px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 25% 20%, rgba(99, 230, 190, 0.16), transparent 24%),
    radial-gradient(circle at 80% 30%, rgba(255, 209, 102, 0.14), transparent 24%),
    rgba(4, 10, 18, 0.9);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-device,
.screen-frame {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(1, 8, 18, 0.32);
}

.hero-device {
  position: absolute;
}

.hero-device img,
.screen-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hero-device.large {
  top: 42px;
  left: 24px;
  width: min(48%, 260px);
  height: 600px;
}

.hero-device.small {
  right: 24px;
  width: min(44%, 230px);
  height: 280px;
}

.hero-device.small.top {
  top: 42px;
}

.hero-device.small.bottom {
  bottom: 42px;
}

.product-proof,
.capability-grid,
.operator-benefits {
  display: grid;
  gap: 18px;
}

.product-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-video {
  margin-top: 72px;
}

.product-video .section-heading h2 {
  max-width: 17ch;
}

.video-shell {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 20%, rgba(99, 230, 190, 0.16), transparent 32%),
    rgba(4, 10, 18, 0.9);
  box-shadow: var(--shadow);
}

.app-video {
  display: block;
  width: min(100%, 420px);
  margin: 0 auto;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #000;
}

.proof-card,
.capability-card,
.benefit-panel,
.screen-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  backdrop-filter: blur(12px);
}

.proof-card h3,
.capability-card h3,
.screen-copy h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
}

.proof-card p,
.capability-card p,
.screen-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-story {
  margin-top: 72px;
}

.screen-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.screen-card {
  display: grid;
  gap: 18px;
}

.screen-card.featured {
  grid-column: span 2;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
  align-items: center;
}

.screen-frame {
  width: 100%;
  height: 420px;
}

.screen-frame.tall {
  height: 560px;
}

.screen-copy {
  display: grid;
  gap: 6px;
}

.capabilities {
  margin-top: 72px;
}

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

.benefit-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.04;
}

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

.product-cta {
  margin-top: 72px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(99, 230, 190, 0.45);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(99, 230, 190, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(99, 230, 190, 0);
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .product-hero,
  .laundro-layout,
  .platform-layout,
  .results-grid,
  .cta,
  .trust-strip,
  .product-grid,
  .product-proof,
  .capability-grid,
  .operator-benefits,
  .laundro-feature-grid,
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .screen-gallery,
  .screen-card.featured {
    grid-template-columns: 1fr;
  }

  .screen-card.featured {
    grid-column: span 1;
  }

  .site-header,
  .cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  h1,
  .section-heading h2,
  .cta h2 {
    max-width: none;
  }

  .signal-grid,
  .stack-list,
  .screen-mini-grid {
    grid-template-columns: 1fr 1fr;
  }

  .inquiry-form {
    width: 100%;
  }

  .hero-showcase {
    min-height: 620px;
  }
}

@media (max-width: 720px) {
  body {
    background:
      radial-gradient(circle at top right, rgba(22, 199, 154, 0.18), transparent 35%),
      linear-gradient(170deg, #02060c, #07111f 42%, #0b1930 100%);
  }

  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 16px;
  }

  .site-header {
    position: static;
    margin-bottom: 28px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    gap: 20px;
  }

  .product-hero {
    gap: 22px;
  }

  h1 {
    font-size: clamp(2.4rem, 14vw, 4rem);
  }

  .hero-card,
  .proof-card,
  .capability-card,
  .benefit-panel,
  .screen-card,
  .product-card,
  .laundro-panel,
  .feature-card,
  .laundro-screen,
  .platform-panel,
  .quote-card,
  .result-card,
  .cta,
  .inquiry-form,
  .hero-metrics div {
    border-radius: 20px;
  }

  .signal-grid,
  .stack-list,
  .screen-mini-grid,
  .laundro-feature-grid,
  .screen-gallery {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    min-height: auto;
    display: grid;
    gap: 14px;
    padding: 16px;
  }

  .video-shell {
    border-radius: 20px;
    padding: 12px;
  }

  .app-video {
    width: 100%;
    border-radius: 16px;
  }

  .hero-device {
    position: static;
    width: 100%;
    height: 320px;
  }

  .hero-device.large,
  .hero-device.small {
    width: 100%;
    height: 320px;
  }

  .screen-frame,
  .screen-frame.tall {
    height: 360px;
  }

  .button,
  .button.secondary,
  .button.ghost {
    width: 100%;
  }
}
