:root {
  color-scheme: light;
  --ink: #121b1d;
  --muted: #5c686c;
  --line: #d8e2e7;
  --soft: #eef7f4;
  --paper: #ffffff;
  --teal: #0d7a68;
  --teal-dark: #06493f;
  --blue: #1d66f2;
  --sky: #dfeeff;
  --coral: #ff7b54;
  --yellow: #ffc947;
  --green: #35b879;
  --shadow: 0 24px 80px rgba(16, 32, 36, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 5%, rgba(29, 102, 242, 0.12), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #f4faf7 44%, #ffffff 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.topbar,
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 22px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(248, 251, 255, 0.84);
  border-bottom: 1px solid rgba(216, 226, 231, 0.72);
}

.brand,
nav,
.hero-actions,
.trust-strip,
.panel-head,
.product-panel article div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 38px;
  height: 38px;
}

.brand span {
  font-size: 24px;
  font-weight: 850;
}

nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  color: var(--muted);
  font-size: 15px;
  font-weight: 760;
}

nav a {
  border-radius: 8px;
  padding: 9px 10px;
}

nav a:hover {
  background: rgba(13, 122, 104, 0.08);
  color: var(--teal-dark);
}

.login-link,
.primary,
.secondary,
button {
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 830;
}

.login-link,
.secondary {
  background: #eef4f8;
}

.primary,
button {
  border: 0;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  color: #fff;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(29, 102, 242, 0.18);
}

.hero,
.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 78px 22px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 82px);
}

.eyebrow {
  color: var(--teal);
  font-size: 13px;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(46px, 6.6vw, 82px);
  line-height: 0.94;
}

h2 {
  max-width: 840px;
  margin-bottom: 20px;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  line-height: 1.16;
}

.hero-copy > p:not(.eyebrow),
.contact-section > div p,
.proof-copy p {
  max-width: 650px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.56;
}

.hero-actions {
  flex-wrap: wrap;
  margin: 28px 0;
}

.trust-strip {
  width: fit-content;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: 10px 14px;
  box-shadow: 0 10px 26px rgba(16, 32, 36, 0.08);
}

.trust-strip span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.trust-strip img {
  width: 170px;
  max-width: 42vw;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 520px;
  background: #0e2430;
  box-shadow: var(--shadow);
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(8, 24, 30, 0.66));
  pointer-events: none;
}

.hero-media figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  padding: 16px 18px;
  backdrop-filter: blur(18px);
}

.hero-media strong {
  font-size: 22px;
}

.hero-media span {
  color: var(--muted);
  font-weight: 720;
}

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}

.feature-grid,
.industry-grid {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

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

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

.product-panel,
.signup-form,
.feature-grid article,
.industry-card,
.legal-page article,
.operator-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 20px 70px rgba(16, 32, 36, 0.08);
}

.feature-grid article,
.industry-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 22px;
}

.feature-grid article::before,
.industry-card::before {
  position: absolute;
  top: -56px;
  right: -46px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  content: "";
  opacity: 0.22;
}

.feature-grid article:nth-child(1)::before {
  background: var(--teal);
}

.feature-grid article:nth-child(2)::before {
  background: var(--blue);
}

.feature-grid article:nth-child(3)::before {
  background: var(--coral);
}

.feature-grid article:nth-child(4)::before {
  background: var(--yellow);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.feature-grid p,
.industry-card p,
.product-panel small,
.form-message {
  color: var(--muted);
  line-height: 1.55;
}

.industries-section {
  max-width: none;
  background:
    linear-gradient(135deg, rgba(13, 122, 104, 0.08), rgba(29, 102, 242, 0.08)),
    #f7fbff;
}

.industries-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.industry-card {
  color: #fff;
  border: 0;
  min-height: 260px;
}

.industry-card span {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  padding: 7px 11px;
  font-size: 13px;
  font-weight: 850;
}

.industry-card h3 {
  margin-top: 76px;
  font-size: 23px;
}

.industry-card p {
  color: rgba(255, 255, 255, 0.84);
}

.industry-card::before {
  opacity: 0.25;
  background: #fff;
}

.hotel {
  background: linear-gradient(135deg, #0b6b5d, #16a085);
}

.gastro {
  background: linear-gradient(135deg, #173c78, #1d66f2);
}

.service {
  background: linear-gradient(135deg, #973b23, #ff7b54);
}

.office {
  background: linear-gradient(135deg, #22303f, #64748b);
}

.facility {
  background: linear-gradient(135deg, #15644a, #35b879);
}

.it {
  background: linear-gradient(135deg, #0d1b3d, #2450d5);
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 38px;
  align-items: center;
}

.product-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.product-panel article {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px;
}

.product-panel strong {
  display: block;
  font-size: 20px;
}

.product-panel article div {
  flex-wrap: wrap;
  margin-top: 12px;
}

.product-panel article span {
  border-radius: 999px;
  background: var(--soft);
  padding: 6px 10px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 830;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 36px;
  align-items: start;
}

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

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 760;
}

.full,
.signup-form button,
.form-message {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 12px;
  background: #fff;
  color: var(--ink);
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(29, 102, 242, 0.16);
  border-color: var(--blue);
}

textarea {
  resize: vertical;
}

footer {
  flex-wrap: wrap;
  color: var(--muted);
}

footer a,
footer button.secondary {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

footer button.secondary {
  border: 0;
  box-shadow: none;
}

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 42px 22px 80px;
}

.legal-page article {
  padding: clamp(22px, 4vw, 44px);
}

.legal-page h1 {
  font-size: clamp(34px, 5vw, 58px);
}

.legal-page h2 {
  margin-top: 28px;
  font-size: 24px;
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: min(430px, calc(100vw - 36px));
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(25, 40, 35, 0.18);
  padding: 18px;
}

.cookie-actions,
.operator-head,
.operator-controls {
  display: flex;
  gap: 10px;
}

.cookie-actions,
.operator-head {
  align-items: center;
  justify-content: space-between;
}

.hidden {
  display: none !important;
}

.operator-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 22px 70px;
}

.operator-card {
  padding: 22px;
}

.operator-card h1 {
  font-size: clamp(34px, 5vw, 56px);
}

.operator-form {
  display: grid;
  gap: 14px;
  max-width: 520px;
}

.operator-summary,
.registration-list {
  display: grid;
  gap: 12px;
}

.operator-summary {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 18px 0;
}

.operator-summary article,
.registration-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f8fbff;
  padding: 14px;
}

.operator-summary strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.operator-summary span,
.registration-card span,
.registration-card small {
  color: var(--muted);
}

.registration-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 18px;
}

.registration-card p {
  color: var(--muted);
}

.operator-controls {
  flex-direction: column;
}

.company-editor label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.operator-control-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.operator-controls button {
  width: 100%;
}

.operator-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 18px 0;
}

.operator-tab {
  width: auto;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
}

.operator-tab.active {
  background: var(--accent);
  color: #fff;
}

.operator-tab-panel {
  display: none;
}

.operator-tab-panel.active {
  display: grid;
}

.operator-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  text-decoration: none;
}

@media (max-width: 980px) {
  .hero,
  .proof-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 52px;
  }

  .hero-media,
  .hero-media img {
    min-height: 420px;
  }

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

@media (max-width: 720px) {
  .topbar {
    align-items: flex-start;
  }

  nav {
    gap: 4px;
    font-size: 14px;
  }

  .topbar,
  footer {
    flex-direction: column;
    align-items: stretch;
  }

  .hero,
  .section {
    padding: 48px 18px;
  }

  h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .hero-media,
  .hero-media img {
    min-height: 340px;
  }

  .trust-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-strip img {
    width: 150px;
    max-width: 100%;
  }

  .feature-grid,
  .industry-grid,
  .operator-summary,
  .registration-card,
  .signup-form {
    grid-template-columns: 1fr;
  }

  .industry-card h3 {
    margin-top: 56px;
  }
}
