:root {
  color-scheme: light;
  --ink: #102a35;
  --ink-soft: #38525c;
  --muted: #667b83;
  --brand: #08717e;
  --brand-dark: #064d5c;
  --brand-light: #d9f1ef;
  --accent: #f5b942;
  --accent-soft: #fff0c9;
  --paper: #f5f0e6;
  --paper-light: #fbf9f4;
  --white: #ffffff;
  --line: rgba(16, 42, 53, 0.13);
  --line-strong: rgba(16, 42, 53, 0.22);
  --danger: #b94d3f;
  --success: #28745e;
  --shadow-sm: 0 12px 35px rgba(16, 42, 53, 0.08);
  --shadow-lg: 0 35px 90px rgba(16, 42, 53, 0.18);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1220px;
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", "DejaVu Sans", Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", "Noto Serif", "DejaVu Serif", serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--paper-light);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

button,
input,
textarea {
  font: inherit;
}

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

:focus-visible {
  outline: 3px solid rgba(8, 113, 126, 0.34);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(251, 249, 244, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 28px rgba(16, 42, 53, 0.06);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 188px;
  height: auto;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  position: relative;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--brand);
  transition: right 0.2s ease;
}

.site-nav a:hover {
  color: var(--brand-dark);
}

.site-nav a:hover::after {
  right: 0;
}

.site-nav .nav-cta {
  padding: 10px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
}

.site-nav .nav-cta:hover {
  border-color: var(--brand);
  background: var(--white);
}

.language-switch {
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.language-switch button {
  min-width: 34px;
  min-height: 30px;
  padding: 4px 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.language-switch button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--white);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 42px;
  background:
    radial-gradient(circle at 4% 5%, rgba(8, 113, 126, 0.09), transparent 28%),
    linear-gradient(180deg, var(--paper-light), var(--paper));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(16, 42, 53, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 42, 53, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 74%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.hero-orb-one {
  width: 380px;
  height: 380px;
  top: -220px;
  right: 4%;
  border: 1px solid rgba(8, 113, 126, 0.16);
  box-shadow: inset 0 0 80px rgba(8, 113, 126, 0.05);
}

.hero-orb-two {
  width: 150px;
  height: 150px;
  left: 48%;
  bottom: 90px;
  background: rgba(245, 185, 66, 0.12);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  align-items: center;
  gap: 68px;
}

.eyebrow,
.section-label {
  color: var(--brand-dark);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px 7px 8px;
  border: 1px solid rgba(8, 113, 126, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #31a37f;
  box-shadow: 0 0 0 5px rgba(49, 163, 127, 0.12);
}

.hero h1 {
  max-width: 690px;
  margin: 26px 0 22px;
  font-size: clamp(3.3rem, 5.4vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.hero h1 em {
  color: var(--brand);
  font-family: var(--font-display);
  font-weight: 500;
}

.hero-lead {
  max-width: 650px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.04rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 750;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

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

.button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(16, 42, 53, 0.18);
}

.button-primary:hover {
  background: var(--brand-dark);
  box-shadow: 0 17px 34px rgba(16, 42, 53, 0.24);
}

.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
}

.button-secondary:hover {
  background: var(--white);
}

.hero-checks,
.check-list {
  list-style: none;
  padding: 0;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
  margin: 28px 0 0;
}

.hero-checks li,
.check-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft);
}

.hero-checks li {
  font-size: 0.82rem;
  font-weight: 650;
}

.hero-checks svg,
.check-list svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--brand);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-product {
  position: relative;
  min-width: 0;
  padding: 52px 28px 58px 10px;
}

.product-glow {
  position: absolute;
  inset: 8% 0 0 4%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8, 113, 126, 0.23), transparent 68%);
  filter: blur(25px);
}

.app-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 26px;
  background: #edf2ef;
  box-shadow: var(--shadow-lg);
  transform: perspective(1100px) rotateY(-3deg) rotateX(1deg);
}

.app-topbar {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  background: var(--white);
  border-bottom: 1px solid #dce5e3;
}

.app-brand,
.app-live {
  display: flex;
  align-items: center;
}

.app-brand {
  gap: 9px;
  font-size: 0.78rem;
}

.app-live {
  gap: 7px;
  color: var(--success);
  font-size: 0.67rem;
  font-weight: 750;
}

.app-live span:first-child {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2ca67a;
  box-shadow: 0 0 0 4px rgba(44, 166, 122, 0.13);
}

.app-body {
  min-height: 410px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 10px;
  padding: 12px;
}

.table-panel,
.order-panel {
  min-width: 0;
  border: 1px solid #dfe7e5;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.78);
}

.table-panel {
  padding: 14px;
}

.panel-heading {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 0.69rem;
  font-weight: 800;
}

.panel-heading small {
  color: #8da09f;
  font-size: 0.58rem;
  font-weight: 650;
}

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

.table-card {
  min-height: 66px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid;
  border-radius: 12px;
}

.table-card span {
  font-size: 0.78rem;
  font-weight: 850;
}

.table-card small {
  font-size: 0.54rem;
  font-weight: 700;
}

.table-card.free {
  border-color: #b7ded2;
  background: #e5f5ef;
  color: #246a57;
}

.table-card.occupied {
  border-color: #e7c0b8;
  background: #fae9e5;
  color: #8c4236;
}

.order-panel {
  display: flex;
  flex-direction: column;
  padding: 14px;
}

.order-line,
.order-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid #e5ebe9;
  font-size: 0.62rem;
}

.order-line span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-line b {
  display: inline-block;
  min-width: 14px;
  color: var(--brand);
}

.order-line.extra {
  justify-content: flex-start;
  padding: 5px 0 9px 14px;
  color: #a15448;
  font-size: 0.53rem;
}

.order-total {
  margin-top: auto;
  border: 0;
  font-size: 0.76rem;
  font-weight: 800;
}

.order-panel button {
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  background: var(--brand);
  color: var(--white);
  font-size: 0.6rem;
  font-weight: 800;
}

.edge-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid rgba(16, 42, 53, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-sm);
  animation: float 5s ease-in-out infinite;
}

.edge-card svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: var(--brand);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.edge-card div {
  display: flex;
  flex-direction: column;
}

.edge-card small {
  color: var(--muted);
  font-size: 0.55rem;
}

.edge-card strong {
  font-size: 0.66rem;
}

.edge-card-cloud {
  top: 16px;
  right: -4px;
}

.edge-card-print {
  left: -12px;
  bottom: 18px;
  animation-delay: -2.2s;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.signal-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 56px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.signal-strip > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 21px 24px;
  border-right: 1px solid var(--line);
}

.signal-strip > div:last-child {
  border-right: 0;
}

.signal-strip strong {
  font-size: 0.84rem;
}

.signal-strip span {
  color: var(--muted);
  font-size: 0.72rem;
}

.section {
  position: relative;
  padding: 118px 0;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 54px;
}

.section-intro h2,
.reservation-copy h2,
.deployment-copy h2,
.contact-card h2,
.legal-hero h1 {
  margin: 13px 0 18px;
  font-size: clamp(2.45rem, 4vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.section-intro p,
.reservation-copy > p,
.deployment-copy > p,
.contact-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.platform-section {
  background: var(--white);
}

.architecture {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 84px minmax(0, 1fr) 84px minmax(0, 1fr);
  align-items: stretch;
}

.architecture-node {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper-light);
}

.architecture-node::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  top: -75px;
  right: -50px;
  border-radius: 50%;
  background: var(--brand-light);
  opacity: 0.65;
}

.node-icon,
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-light);
  color: var(--brand-dark);
}

.node-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
}

.node-icon svg,
.feature-icon svg,
.deployment-points svg,
.capacity-row svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.node-icon svg {
  width: 24px;
  height: 24px;
}

.node-number {
  position: absolute;
  top: 31px;
  right: 28px;
  color: rgba(16, 42, 53, 0.23);
  font-size: 0.71rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.architecture-node h3,
.feature-card h3 {
  margin: 27px 0 12px;
  font-size: 1.24rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.architecture-node p,
.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.tech-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 28px;
}

.tech-row span {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink-soft);
  font-size: 0.62rem;
  font-weight: 750;
}

.architecture-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.architecture-link span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand);
}

.architecture-link i {
  width: 52px;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--brand) 0 5px, transparent 5px 10px);
}

.capabilities-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(245, 185, 66, 0.11), transparent 24%),
    var(--paper);
}

.split-intro {
  max-width: none;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 80px;
}

.split-intro h2 {
  margin-bottom: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(260px, auto);
  gap: 16px;
}

.feature-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 9px 30px rgba(16, 42, 53, 0.045);
}

.feature-card-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  gap: 0 20px;
}

.feature-card-wide .feature-icon {
  grid-row: span 2;
}

.feature-card-wide h3 {
  margin-top: 4px;
}

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.feature-icon svg {
  width: 23px;
  height: 23px;
}

.mini-flow {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.mini-flow span {
  padding: 7px 10px;
  border-radius: 9px;
  background: var(--paper);
  color: var(--ink-soft);
  font-size: 0.67rem;
  font-weight: 750;
}

.mini-flow i {
  flex: 1;
  height: 1px;
  background: var(--line-strong);
}

.feature-card-accent {
  grid-column: 1 / -1;
  min-height: 230px;
  padding-right: 43%;
  background: var(--brand-dark);
  color: var(--white);
}

.feature-card-accent .feature-icon {
  background: rgba(255, 255, 255, 0.12);
  color: #7de0dc;
}

.feature-card-accent p {
  color: #b7cbd0;
}

.feature-card-accent .chart-bars {
  left: auto;
  right: 34px;
  bottom: 34px;
  width: 34%;
  height: 118px;
}

.chart-bars {
  position: absolute;
  inset: auto 25px 22px;
  height: 62px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.chart-bars span {
  flex: 1;
  min-height: 10px;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, #66d7d2, rgba(102, 215, 210, 0.22));
}

.chart-bars span:nth-child(1) { height: 36%; }
.chart-bars span:nth-child(2) { height: 58%; }
.chart-bars span:nth-child(3) { height: 46%; }
.chart-bars span:nth-child(4) { height: 82%; }
.chart-bars span:nth-child(5) { height: 68%; }
.chart-bars span:nth-child(6) { height: 94%; }

.reservations-section {
  overflow: hidden;
  background: var(--white);
}

.reservation-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 82px;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
}

.check-list li {
  align-items: flex-start;
  font-size: 0.9rem;
  font-weight: 650;
}

.reservation-preview {
  position: relative;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-light);
  box-shadow: var(--shadow-lg);
}

.reservation-preview::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -26px -34px 38% 48%;
  border-radius: 38px;
  background: var(--brand-light);
  transform: rotate(4deg);
}

.calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.calendar-head > div:first-child {
  display: flex;
  flex-direction: column;
}

.calendar-head small {
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calendar-head strong {
  font-size: 1.05rem;
}

.calendar-arrows {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--white);
}

.calendar-arrows span {
  padding: 6px 9px;
  border-right: 1px solid var(--line);
  font-size: 0.67rem;
}

.calendar-arrows span:last-child {
  border-right: 0;
}

.weekdays,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.weekdays {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  text-align: center;
}

.weekdays span {
  padding: 7px;
}

.calendar-days {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.calendar-days > span {
  min-width: 0;
  min-height: 75px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.66rem;
}

.calendar-days > span.muted {
  color: #b8c3c3;
}

.calendar-days > span.today {
  background: #e6f6f2;
  color: var(--brand-dark);
  font-weight: 850;
}

.calendar-days i {
  overflow: hidden;
  padding: 3px 5px;
  border-radius: 5px;
  background: #d9f5e9;
  color: #2a755f;
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.capacity-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.capacity-row > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.capacity-row svg {
  width: 23px;
  height: 23px;
  color: var(--brand);
}

.capacity-row span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.capacity-row small {
  color: var(--muted);
  font-size: 0.55rem;
}

.capacity-row strong {
  overflow: hidden;
  font-size: 0.67rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.deployment-section {
  padding-top: 20px;
  background: var(--white);
}

.deployment-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  padding: 62px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 90% 0, rgba(34, 160, 166, 0.24), transparent 28%),
    var(--ink);
  color: var(--white);
  box-shadow: var(--shadow-lg);
}

.deployment-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(90deg, transparent 25%, black);
}

.deployment-copy,
.stack-panel {
  position: relative;
  z-index: 1;
}

.section-label.light {
  color: #7de0dc;
}

.deployment-copy h2 {
  max-width: 620px;
}

.deployment-copy > p {
  color: #b8cbd0;
}

.deployment-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.deployment-points span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.68rem;
}

.deployment-points svg {
  width: 17px;
  height: 17px;
  color: #7de0dc;
}

.stack-panel {
  align-self: center;
  padding: 9px 23px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(3, 23, 31, 0.42);
  backdrop-filter: blur(12px);
}

.stack-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.stack-line:last-child {
  border-bottom: 0;
}

.stack-line span {
  color: #7de0dc;
  font-size: 0.63rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stack-line strong {
  font-size: 0.78rem;
  text-align: right;
}

.contact-section {
  background: var(--white);
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 70px;
  padding-top: 72px;
  border-top: 1px solid var(--line-strong);
}

.contact-card h2 {
  max-width: 820px;
}

.contact-card p {
  max-width: 720px;
}

.contact-actions {
  width: 270px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.contact-actions .button {
  width: 100%;
}

.contact-actions small {
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.site-footer {
  padding: 36px 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}

.footer-brand img {
  width: 158px;
  height: auto;
}

.footer-brand p,
.footer-copy {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
}

.footer-links a {
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--brand);
}

.footer-copy {
  grid-column: 2;
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-delay {
  transition-delay: 0.12s;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Legal and support pages */
.simple-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 0, rgba(8, 113, 126, 0.1), transparent 30%),
    var(--paper-light);
}

.simple-page .site-header {
  position: relative;
}

.legal-main {
  padding: 80px 0 110px;
}

.legal-shell {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
}

.legal-hero {
  margin-bottom: 34px;
}

.legal-hero h1 {
  max-width: 780px;
}

.legal-hero p {
  max-width: 720px;
  color: var(--muted);
}

.legal-card {
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.legal-card h2 {
  margin: 34px 0 10px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  font-size: 1.22rem;
}

.legal-card h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.legal-card p,
.legal-card li {
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.legal-card a {
  color: var(--brand);
  font-weight: 750;
}

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

.support-item {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper-light);
}

.support-item h2 {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
}

@media (max-width: 1120px) {
  .site-nav {
    gap: 18px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
    gap: 34px;
  }

  .hero h1 {
    font-size: clamp(3rem, 5vw, 4.7rem);
  }

  .architecture {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .architecture-link {
    height: 32px;
    transform: rotate(90deg);
  }

  .reservation-grid {
    gap: 46px;
  }
}

@media (max-width: 920px) {
  .header-inner {
    min-height: 70px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: 70px 0 auto;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-bottom: 1px solid var(--line);
    background: rgba(251, 249, 244, 0.98);
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, opacity 0.2s ease, visibility 0.2s ease;
  }

  .site-nav.is-open {
    max-height: calc(100vh - 70px);
    padding: 15px 24px 26px;
    opacity: 1;
    visibility: visible;
  }

  .site-nav a {
    padding: 14px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }

  .site-nav .nav-cta {
    margin-top: 12px;
    border-bottom: 1px solid var(--line-strong);
    text-align: center;
  }

  .site-nav.legal-nav {
    position: static;
    max-height: none;
    margin-left: auto;
    padding: 0;
    flex-direction: row;
    border: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
  }

  .legal-nav a:not(.nav-cta) {
    display: none;
  }

  .legal-nav .nav-cta {
    margin: 0;
    padding: 8px 14px;
    border: 1px solid var(--line-strong);
    font-size: 0.78rem;
  }

  .language-switch {
    order: 2;
  }

  .hero {
    padding-top: 64px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 10vw, 5.4rem);
  }

  .hero-product {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .signal-strip {
    grid-template-columns: 1fr 1fr;
  }

  .signal-strip > div:nth-child(2) {
    border-right: 0;
  }

  .signal-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 86px 0;
  }

  .split-intro,
  .reservation-grid,
  .deployment-card,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .split-intro,
  .reservation-grid,
  .contact-card {
    gap: 36px;
  }

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

  .feature-card-wide {
    grid-column: 1 / -1;
  }

  .deployment-card {
    gap: 42px;
    padding: 46px;
  }

  .contact-actions {
    width: min(100%, 340px);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 30px, var(--container));
  }

  .brand img {
    width: 155px;
  }

  .language-switch button {
    min-width: 31px;
    padding-inline: 6px;
  }

  .hero {
    padding-top: 48px;
  }

  .hero h1 {
    margin-top: 22px;
    font-size: clamp(2.8rem, 14vw, 4.3rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-product {
    margin-top: 8px;
    padding: 24px 0 54px;
  }

  .app-frame {
    border-radius: 20px;
    transform: none;
  }

  .app-body {
    min-height: 340px;
    grid-template-columns: 1fr;
  }

  .order-panel {
    display: none;
  }

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

  .table-card {
    min-height: 58px;
    padding: 7px;
  }

  .edge-card-cloud {
    top: -5px;
    right: -4px;
  }

  .edge-card-print {
    left: 12px;
    bottom: 13px;
  }

  .signal-strip > div {
    padding: 16px 12px;
  }

  .section-intro h2,
  .reservation-copy h2,
  .deployment-copy h2,
  .contact-card h2,
  .legal-hero h1 {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
  }

  .feature-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .feature-card-wide {
    display: block;
  }

  .feature-card-wide .feature-icon {
    margin-bottom: 24px;
  }

  .mini-flow {
    display: none;
  }

  .feature-card-accent {
    grid-column: auto;
    min-height: 300px;
    padding-right: 28px;
  }

  .feature-card-accent .chart-bars {
    left: 25px;
    right: 25px;
    bottom: 22px;
    width: auto;
    height: 62px;
  }

  .reservation-preview {
    padding: 15px;
    border-radius: 24px;
  }

  .calendar-head {
    align-items: flex-start;
  }

  .calendar-days > span {
    min-height: 58px;
    padding: 5px;
  }

  .calendar-days i {
    font-size: 0;
    width: 6px;
    height: 6px;
    padding: 0;
    border-radius: 50%;
  }

  .capacity-row {
    grid-template-columns: 1fr;
  }

  .deployment-card {
    padding: 32px 22px;
    border-radius: 25px;
  }

  .deployment-points {
    align-items: flex-start;
    flex-direction: column;
  }

  .stack-panel {
    padding-inline: 15px;
  }

  .stack-line {
    gap: 12px;
  }

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

  .footer-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-copy {
    grid-column: 1;
    text-align: left;
  }

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

@media (max-width: 360px) {
  .header-inner {
    gap: 8px;
  }

  .brand img {
    width: 130px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .language-switch button {
    min-width: 27px;
    min-height: 28px;
    padding-inline: 4px;
    font-size: 0.62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
