:root {
  --bg: #eef1f3;
  --surface: #ffffff;
  --surface-2: #f7f8fa;
  --text: #14171b;
  --muted: #66707b;
  --line: #d8e0e7;
  --accent: #132431;
  --accent-2: #6f8c7a;
  --accent-3: #9f7f5f;
  --shadow: 0 24px 60px rgba(18, 24, 31, 0.08);
  --radius: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(111, 140, 122, 0.12), transparent 26%),
    radial-gradient(circle at top right, rgba(159, 127, 95, 0.08), transparent 24%),
    linear-gradient(180deg, #f5f7f9 0%, #ecf0f3 100%);
  color: var(--text);
  overflow-x: hidden;
  overflow-y: auto;
}

body.home {
  background:
    radial-gradient(circle at 14% 12%, rgba(17, 150, 186, 0.18), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(15, 61, 86, 0.24), transparent 22%),
    radial-gradient(circle at 50% 82%, rgba(59, 178, 115, 0.08), transparent 30%),
    linear-gradient(180deg, #020406 0%, #081018 50%, #05090d 100%);
  color: #eef3f6;
  overflow-x: hidden;
  overflow-y: auto;
}

body.legal-page {
  background:
    radial-gradient(circle at 14% 12%, rgba(17, 150, 186, 0.18), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(15, 61, 86, 0.24), transparent 22%),
    radial-gradient(circle at 50% 82%, rgba(59, 178, 115, 0.08), transparent 30%),
    linear-gradient(180deg, #020406 0%, #081018 50%, #05090d 100%);
  color: #eef3f6;
  overflow-x: hidden;
  overflow-y: auto;
}

body[data-page="configure"] {
  overflow-x: hidden;
  overflow-y: auto;
}

body.configure-page {
  background:
    radial-gradient(circle at 14% 12%, rgba(17, 150, 186, 0.18), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(15, 61, 86, 0.24), transparent 22%),
    radial-gradient(circle at 50% 82%, rgba(59, 178, 115, 0.08), transparent 30%),
    linear-gradient(180deg, #020406 0%, #081018 50%, #05090d 100%);
  color: #eef3f6;
  overflow-x: hidden;
  overflow-y: auto;
}

body.configure-page .panel {
  background:
    linear-gradient(180deg, rgba(18, 26, 34, 0.94), rgba(8, 12, 17, 0.98)),
    radial-gradient(circle at top right, rgba(0, 183, 217, 0.08), transparent 28%);
  border-color: rgba(255, 255, 255, 0.08);
  color: #eef3f6;
}

body.configure-page .wizard-shell {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

body.configure-page .wizard-step-copy h3,
body.configure-page .wizard-step-card h3,
body.configure-page .wizard-step-card h4,
body.configure-page .wizard-shell-top h2 {
  color: #f8fbfd;
}

body.configure-page .wizard-step-copy p,
body.configure-page .wizard-shell .muted,
body.configure-page .preview p,
body.configure-page .review-grid span,
body.configure-page .field-group p {
  color: rgba(238, 243, 246, 0.72);
}

body.configure-page .wizard-progress {
  background: rgba(255, 255, 255, 0.08);
}

body.configure-page .wizard-step-card,
body.configure-page .wizard-side-card,
body.configure-page .preview.panel {
  background:
    linear-gradient(180deg, rgba(18, 26, 34, 0.94), rgba(8, 12, 17, 0.98)),
    radial-gradient(circle at top right, rgba(0, 183, 217, 0.08), transparent 28%);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

body.configure-page .wizard-form,
body.configure-page .config-form,
body.configure-page .wizard-panel,
body.configure-page .wizard-actions,
body.configure-page .wizard-nav {
  color: #eef3f6;
}

body.configure-page .wizard-step-card input,
body.configure-page .wizard-step-card select,
body.configure-page .wizard-step-card textarea {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  color: #eef3f6;
}

body.configure-page .wizard-step-card select {
  appearance: none;
  -webkit-appearance: none;
  color-scheme: dark;
}

body.configure-page .wizard-step-card select option {
  background: #081018;
  color: #eef3f6;
}

body.configure-page .wizard-step-card input::placeholder,
body.configure-page .wizard-step-card textarea::placeholder {
  color: rgba(238, 243, 246, 0.38);
}

body.configure-page .wizard-step-card label span,
body.configure-page .wizard-step-card .field-group h3,
body.configure-page .wizard-step-card .day-chip-grid span,
body.configure-page .wizard-step-card .toggle-card span,
body.configure-page .wizard-step-card .chips span {
  color: rgba(238, 243, 246, 0.84);
}

body.configure-page .config-form,
body.configure-page .wizard-step-card {
  background:
    linear-gradient(180deg, rgba(18, 26, 34, 0.94), rgba(8, 12, 17, 0.98)),
    radial-gradient(circle at top right, rgba(0, 183, 217, 0.08), transparent 28%);
}

body.configure-page .wizard-shell,
body.configure-page .wizard-form {
  background: transparent;
}

body.configure-page .wizard-nav .btn.secondary {
  background: linear-gradient(135deg, rgba(0, 183, 217, 0.16), rgba(15, 61, 86, 0.24));
  color: #eef3f6;
  border-color: rgba(0, 183, 217, 0.18);
}

body.configure-page .wizard-nav .btn.secondary:hover {
  background: linear-gradient(135deg, rgba(0, 183, 217, 0.2), rgba(15, 61, 86, 0.28));
  border-color: rgba(0, 183, 217, 0.24);
}

body.configure-page .wizard-nav .btn.primary {
  background: linear-gradient(135deg, #00b7d9, #0f3d56);
  color: #fff;
  border-color: rgba(0, 183, 217, 0.2);
}

body.configure-page .wizard-nav .btn.primary:hover {
  filter: brightness(1.05);
}

body.configure-page .wizard-actions .btn.secondary,
body.configure-page .wizard-actions .btn.ghost {
  background: rgba(255, 255, 255, 0.05);
  color: #eef3f6;
  border-color: rgba(255, 255, 255, 0.08);
}

body.configure-page .wizard-actions .btn.secondary:hover,
body.configure-page .wizard-actions .btn.ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

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

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(221, 214, 203, 0.8);
  background: rgba(245, 242, 236, 0.92);
  backdrop-filter: blur(18px);
}

.topbar-home {
  background: rgba(8, 16, 24, 0.64);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  color: #eef3f6;
}

.topbar-home .topnav a {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: #eef3f6;
}

.trial-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 183, 217, 0.22);
  background: rgba(0, 183, 217, 0.1);
  color: #8eefff;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.trial-badge.expired {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(238, 243, 246, 0.82);
}

.trial-badge.paid {
  border-color: rgba(59, 178, 115, 0.22);
  background: rgba(59, 178, 115, 0.12);
  color: #8cedab;
}

.trial-gate {
  position: fixed;
  inset: auto 1rem 1rem 1rem;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.2rem;
  border-radius: 24px;
  background: rgba(8, 16, 24, 0.96);
  color: #eef3f6;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.trial-gate h2 {
  margin: 0.2rem 0 0.35rem;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.trial-gate p {
  margin: 0;
  color: rgba(238, 243, 246, 0.72);
}

.trial-gate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

body.trial-locked .page {
  filter: blur(1px);
  pointer-events: none;
  user-select: none;
}

.brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand-logo {
  width: 3.6rem;
  height: 3.6rem;
  flex: 0 0 auto;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(32, 59, 63, 0.18);
  background: #203b3f;
}

.brand-logo-large {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 22px;
}

.brand h1,
.hero h2,
.config-head h2,
.section-head h2,
.quote h2,
.trust h2,
.onboarding h2,
.dossier h2 {
  margin: 0;
}

.eyebrow {
  margin: 0 0 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: var(--muted);
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.topnav a {
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  align-items: center;
}

.site-nav a {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(238, 243, 246, 0.88);
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.site-nav-cta {
  background: linear-gradient(135deg, rgba(216, 178, 138, 0.18), rgba(170, 128, 86, 0.28)) !important;
  border-color: rgba(216, 178, 138, 0.22) !important;
}

.page {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  padding: clamp(0.75rem, 1.6vw, 1.25rem);
  min-height: calc(100dvh - 6.2rem);
}

.home-page {
  display: grid;
  gap: 1rem;
  min-height: calc(100dvh - 6.2rem);
  padding-top: 0.35rem;
  overflow: visible;
  justify-items: center;
  align-content: start;
}

body[data-page="configure"] .page {
  min-height: calc(100dvh - 6.2rem);
  height: auto;
  overflow: visible;
  padding-bottom: 2rem;
}

.landing-view {
  display: grid;
  gap: 1rem;
}

body[data-wizard-started="true"] .landing-view {
  display: none;
}

.panel {
  border: 1px solid rgba(216, 224, 231, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
}

.home .panel {
  background:
    linear-gradient(180deg, rgba(15, 24, 35, 0.88), rgba(10, 16, 24, 0.92));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1rem;
  padding: clamp(1rem, 2vw, 2rem);
  width: min(100%, 78rem);
  min-height: min(100%, 32rem);
  align-items: center;
  justify-items: stretch;
  text-align: left;
  margin-inline: auto;
}

.home-hero {
  width: min(100%, 76rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.1rem;
  align-items: center;
  justify-items: center;
  align-content: center;
  min-height: calc(100dvh - 8.25rem);
  position: relative;
  overflow: hidden;
}

.home-intro {
  display: grid;
  justify-items: center;
  gap: 1rem;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 34rem;
  padding: clamp(1.25rem, 2.2vw, 2rem);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(20, 28, 37, 0.94), rgba(8, 12, 17, 0.98)),
    radial-gradient(circle at top right, rgba(212, 168, 118, 0.14), transparent 34%),
    radial-gradient(circle at bottom left, rgba(111, 140, 122, 0.12), transparent 32%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(22px);
}

.home-intro-copy {
  display: grid;
  justify-items: center;
  gap: 0.65rem;
}

.home-intro-copy h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4vw, 4.25rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
  max-width: 11ch;
}

.home-intro .eyebrow,
.home-intro p {
  color: rgba(238, 243, 246, 0.72);
}

.demo-shell {
  width: min(100%, 76rem);
  margin-inline: auto;
  display: grid;
  gap: 1rem;
  align-content: start;
  padding-top: 0.3rem;
}

.demo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}

.demo-hero-copy {
  display: grid;
  gap: 0.8rem;
  align-content: center;
}

.demo-hero-copy h2 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
}

.demo-hero-copy p {
  margin: 0;
  max-width: 48ch;
  color: rgba(238, 243, 246, 0.74);
}

.demo-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.demo-points span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 183, 217, 0.18);
  background: rgba(0, 183, 217, 0.08);
  color: #dffcff;
  font-size: 0.83rem;
  font-weight: 600;
}

.demo-form-card {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  padding: clamp(1rem, 1.8vw, 1.35rem);
}

.demo-form-card h3 {
  margin: 0.25rem 0 0;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  letter-spacing: -0.04em;
}

.demo-form-grid {
  display: grid;
  gap: 0.85rem;
}

.demo-form-grid label {
  display: grid;
  gap: 0.38rem;
}

.demo-form-grid span {
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(238, 243, 246, 0.82);
}

.demo-form-grid input {
  width: 100%;
  min-height: 3rem;
  padding: 0.78rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #eef3f6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.demo-form-grid input::placeholder {
  color: rgba(238, 243, 246, 0.4);
}

.demo-form-grid input:focus {
  outline: none;
  border-color: rgba(0, 183, 217, 0.48);
  box-shadow: 0 0 0 4px rgba(0, 183, 217, 0.12);
}

.demo-note {
  margin: 0;
  color: rgba(238, 243, 246, 0.68);
  font-size: 0.93rem;
  line-height: 1.5;
}

.demo-note[data-state="error"] {
  color: #ffb3b3;
}

.demo-note[data-state="success"] {
  color: #8cedab;
}

.demo-form-card .btn {
  justify-self: start;
}

.demo-support {
  width: min(100%, 76rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.demo-support-card {
  padding: clamp(1rem, 1.8vw, 1.35rem);
  display: grid;
  gap: 0.7rem;
}

.demo-support-card h3 {
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
}

.demo-support-card p {
  margin: 0;
  color: rgba(238, 243, 246, 0.72);
}

.home-trial-note {
  margin: 0.15rem 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(0, 183, 217, 0.12);
  border: 1px solid rgba(0, 183, 217, 0.28);
  color: #dffcff;
  font-weight: 600;
  letter-spacing: 0;
}

.configure-page .trial-badge,
.configure-page .home-trial-note,
.configure-page .topbar-trial-copy {
  display: none !important;
}

.configure-page #wizard-hint {
  display: none !important;
}

.home-signals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.home-signals span,
.home-showcase-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(238, 243, 246, 0.84);
  font-size: 0.78rem;
}

.home .btn.primary {
  background: linear-gradient(135deg, #00b7d9, #0f3d56);
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 183, 217, 0.22);
}

.home .btn.secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #eef3f6;
  border-color: rgba(255, 255, 255, 0.1);
}

.home .btn.secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.home .btn.ghost {
  color: rgba(238, 243, 246, 0.82);
  border-color: rgba(255, 255, 255, 0.08);
}

.home-showcase {
  width: 100%;
  display: grid;
  gap: 0.9rem;
  padding: clamp(1rem, 2vw, 1.5rem);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(18, 26, 34, 0.92), rgba(8, 12, 17, 0.96)),
    radial-gradient(circle at top right, rgba(212, 168, 118, 0.12), transparent 34%),
    radial-gradient(circle at bottom left, rgba(111, 140, 122, 0.12), transparent 28%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.home .landing-section {
  width: min(100%, 76rem);
  margin-inline: auto;
  display: grid;
  gap: 1rem;
  padding-top: 0.35rem;
}

.home .stats-band {
  width: min(100%, 76rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home .stat-card {
  padding: 1rem 1.1rem;
  border-radius: 24px;
  display: grid;
  gap: 0.25rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.home .stat-card strong {
  font-size: 2rem;
  line-height: 0.96;
  color: #f8fbfd;
}

.home .stat-card span {
  color: rgba(238, 243, 246, 0.72);
}

.home .section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
}

.home .section-head h2 {
  margin: 0.2rem 0 0;
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #f8fbfd;
}

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

.home .feature-card,
.home .pricing-card,
.home .landing-cta {
  padding: 1.15rem;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(19, 28, 36, 0.95), rgba(8, 12, 17, 0.98)),
    radial-gradient(circle at top right, rgba(0, 183, 217, 0.12), transparent 30%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28);
}

.home .feature-card strong,
.home .pricing-card h3,
.home .landing-cta h2 {
  color: #f8fbfd;
}

.home .feature-card p,
.home .pricing-card p,
.home .landing-cta p {
  color: rgba(238, 243, 246, 0.72);
}

.home .feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 14px;
  background: rgba(0, 183, 217, 0.12);
  color: #79e6ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.home .pricing-grid {
  width: min(100%, 76rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home .pricing-grid-single {
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 36rem);
}

.home .pricing-card {
  display: grid;
  gap: 0.75rem;
}

.home .pricing-card h3 {
  margin: 0;
  font-size: 2rem;
}

.home .pricing-card-featured {
  border-color: rgba(0, 183, 217, 0.18);
  box-shadow: 0 22px 48px rgba(0, 183, 217, 0.08);
}

.home .pricing-features {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(238, 243, 246, 0.8);
  line-height: 1.75;
}

.home .pricing-features li + li {
  margin-top: 0.2rem;
}

.home .landing-cta {
  width: min(100%, 76rem);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.home .footer-tagline {
  display: block;
  margin-top: 0.35rem;
  color: rgba(238, 243, 246, 0.58);
  font-size: 0.92rem;
}

.home .footer-links {
  color: rgba(238, 243, 246, 0.8);
}

.home .footer-links a {
  color: rgba(238, 243, 246, 0.78);
}

.home-showcase-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.home-showcase-head strong {
  display: block;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #f6f9fb;
  max-width: 22ch;
}

.home-showcase-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 183, 217, 0.12);
  color: #79e6ff;
  border: 1px solid rgba(0, 183, 217, 0.16);
  font-size: 0.78rem;
}

.home-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
  margin-top: 0.25rem;
}

.home-showcase-static {
  width: min(100%, 76rem);
  margin-inline: auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.landing-section {
  width: min(100%, 76rem);
  margin-inline: auto;
  display: grid;
  gap: 1rem;
  padding-top: 0.5rem;
}

.landing-card {
  padding: 1.1rem;
  display: grid;
  gap: 0.45rem;
}

.landing-card strong {
  font-size: 1.08rem;
  line-height: 1.18;
  letter-spacing: -0.04em;
  color: #f6f9fb;
}

.landing-card p {
  margin: 0;
  color: rgba(238, 243, 246, 0.7);
  line-height: 1.55;
}

.landing-cta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.landing-cta h2 {
  margin: 0.25rem 0 0.5rem;
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  letter-spacing: -0.05em;
}

.cta-band {
  padding-bottom: 0.75rem;
}

.site-footer {
  width: min(100%, 76rem);
  margin: 1rem auto 1.5rem;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  color: rgba(238, 243, 246, 0.8);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.footer-brand strong {
  display: block;
  color: #f8fbfd;
}

.footer-brand p {
  margin: 0.15rem 0 0;
  color: rgba(238, 243, 246, 0.6);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.footer-links a {
  color: rgba(238, 243, 246, 0.75);
}

.footer-links a:hover {
  color: #ffffff;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  width: min(100%, 72rem);
  margin-inline: auto;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(8, 12, 17, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  z-index: 40;
  color: #eef3f6;
}

.cookie-banner p {
  margin: 0.35rem 0 0;
  color: rgba(238, 243, 246, 0.72);
  max-width: 60ch;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.cookie-banner[hidden] {
  display: none !important;
}

.legal-page .page {
  width: min(100%, 76rem);
  margin-inline: auto;
}

.legal-shell {
  display: grid;
  gap: 1rem;
}

.legal-hero {
  padding: 1.2rem;
  display: grid;
  gap: 0.6rem;
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.05em;
}

.legal-content {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.36fr) minmax(260px, 0.92fr);
  align-items: start;
}

.legal-toc {
  padding: 1.05rem;
  display: grid;
  gap: 0.55rem;
  align-content: start;
  position: sticky;
  top: 5.5rem;
}

.legal-toc strong {
  color: #f8fbfd;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.legal-toc a {
  padding: 0.72rem 0.82rem;
  border-radius: 16px;
  color: rgba(238, 243, 246, 0.86);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-decoration: none;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.legal-toc a:hover {
  transform: translateX(2px);
  border-color: rgba(0, 183, 217, 0.22);
  background: rgba(0, 183, 217, 0.08);
}

.legal-prose {
  padding: 1.2rem;
  display: grid;
  gap: 0.9rem;
}

.legal-prose h2,
.legal-prose h3 {
  margin: 0;
}

.legal-prose p,
.legal-prose li {
  color: rgba(238, 243, 246, 0.76);
  line-height: 1.65;
}

.legal-prose section {
  display: grid;
  gap: 0.55rem;
  padding-top: 0.4rem;
  scroll-margin-top: 7rem;
}

.legal-prose section + section {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-prose section:first-child {
  padding-top: 0;
  border-top: 0;
}

.legal-meta {
  padding: 1.2rem;
  display: grid;
  gap: 0.8rem;
  align-content: start;
  position: sticky;
  top: 5.5rem;
}

.legal-meta .meta-row {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-meta .meta-row:last-child {
  border-bottom: 0;
}

.legal-meta span {
  display: block;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(238, 243, 246, 0.52);
  margin-bottom: 0.3rem;
}

.legal-meta strong {
  color: #f8fbfd;
}

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

.contact-card {
  padding: 1.1rem;
  display: grid;
  gap: 0.45rem;
}

.contact-card a {
  color: #e6c6a5;
}

body.landing-page {
  background:
    radial-gradient(circle at 14% 14%, rgba(13, 124, 150, 0.1), transparent 20%),
    radial-gradient(circle at 88% 8%, rgba(6, 84, 106, 0.08), transparent 18%),
    linear-gradient(180deg, #f8f5ef 0%, #f1ece4 48%, #edf2f4 100%);
  color: #103042;
}

body.legal-page {
  background:
    radial-gradient(circle at 14% 14%, rgba(13, 124, 150, 0.08), transparent 20%),
    radial-gradient(circle at 88% 8%, rgba(6, 84, 106, 0.06), transparent 18%),
    linear-gradient(180deg, #f8f5ef 0%, #f1ece4 48%, #edf2f4 100%);
  color: #103042;
}

.landing-page .topbar,
.legal-page .topbar {
  background: rgba(8, 16, 24, 0.64);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #eef3f6;
}

.landing-page .brand-logo,
.legal-page .brand-logo {
  background: #0d6178;
  box-shadow: 0 14px 30px rgba(13, 97, 120, 0.18);
}

.landing-page .site-nav a,
.legal-page .site-nav a {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: #eef3f6;
}

.landing-page .site-nav a:hover,
.legal-page .site-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.landing-page .site-nav-cta,
.legal-page .site-nav-cta {
  background: linear-gradient(135deg, rgba(0, 183, 217, 0.14), rgba(15, 61, 86, 0.28)) !important;
  border-color: rgba(0, 183, 217, 0.18) !important;
}

.landing-page .landing-shell,
.legal-page .legal-shell {
  width: min(100%, 76rem);
  margin-inline: auto;
  display: grid;
  gap: 1.4rem;
  padding-top: 1rem;
}

.landing-page .hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  gap: 1.2rem;
  align-items: center;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 243, 236, 0.96)),
    radial-gradient(circle at top right, rgba(14, 152, 178, 0.06), transparent 28%);
  border: 1px solid rgba(16, 48, 66, 0.08);
  box-shadow: 0 26px 60px rgba(16, 48, 66, 0.08);
}

.landing-page .hero-copy {
  display: grid;
  gap: 1rem;
  max-width: 36rem;
}

.landing-page .hero-copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
  color: #0e2e41;
}

.landing-page .hero-lead {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.7;
  color: #4d6472;
  max-width: 54ch;
}

.landing-page .hero-actions {
  margin-top: 0.25rem;
}

.landing-page .btn.primary {
  background: linear-gradient(135deg, #0d6178, #0a84a2);
  color: #fff;
  box-shadow: 0 16px 34px rgba(13, 97, 120, 0.2);
}

.landing-page .btn.secondary {
  background: rgba(13, 97, 120, 0.06);
  color: #103042;
  border-color: rgba(13, 97, 120, 0.14);
}

.landing-page .btn.secondary:hover {
  background: rgba(13, 97, 120, 0.1);
}

.landing-page .hero-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.landing-page .hero-mini-metrics div,
.landing-page .stat-card,
.landing-page .landing-card,
.landing-page .pricing-card,
.landing-page .visual-title,
.landing-page .visual-kpis article,
.landing-page .visual-stack article,
.landing-page .visual-feed article,
.landing-page .visual-grid article {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 48, 66, 0.08);
  box-shadow: 0 14px 34px rgba(16, 48, 66, 0.06);
}

.landing-page .hero-mini-metrics div {
  padding: 0.95rem 1rem;
  border-radius: 20px;
  display: grid;
  gap: 0.25rem;
}

.landing-page .hero-mini-metrics strong,
.landing-page .stat-card strong,
.landing-page .visual-kpis strong,
.landing-page .visual-stack strong,
.landing-page .visual-feed strong,
.landing-page .visual-grid strong,
.landing-page .pricing-card h3 {
  color: #0e2e41;
}

.landing-page .hero-mini-metrics span,
.landing-page .stat-card span {
  color: #56707e;
}

.landing-page .hero-visual {
  min-height: 100%;
}

.landing-page .mockup-shell {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(11, 34, 47, 0.98), rgba(7, 22, 30, 0.98));
  color: #eef7fb;
  box-shadow: 0 34px 80px rgba(10, 35, 47, 0.18);
}

.landing-page .mockup-topbar {
  display: flex;
  gap: 0.45rem;
}

.landing-page .mockup-topbar span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
}

.landing-page .mockup-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.landing-page .mockup-head strong {
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

.landing-page .mockup-head span {
  display: inline-flex;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(13, 97, 120, 0.18);
  color: #d9f5fb;
  font-size: 0.78rem;
}

.landing-page .mockup-kpis,
.landing-page .mockup-split,
.landing-page .mockup-feed,
.landing-page .mockup-grid {
  display: grid;
  gap: 0.65rem;
}

.landing-page .mockup-kpis {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-page .mockup-kpis article,
.landing-page .mockup-card,
.landing-page .mockup-feed article,
.landing-page .mockup-grid article,
.landing-page .mockup-chart {
  padding: 0.85rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-page .mockup-kpis span,
.landing-page .mockup-card span,
.landing-page .mockup-feed span,
.landing-page .mockup-grid span,
.landing-page .mockup-chart-head span,
.landing-page .visual-title span {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(238, 247, 251, 0.56);
}

.landing-page .mockup-kpis strong {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.3rem;
  color: #fff;
}

.landing-page .mockup-split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-page .mockup-card strong {
  display: block;
  font-size: 1.1rem;
  margin: 0.35rem 0;
}

.landing-page .mockup-card p,
.landing-page .mockup-feed article {
  margin: 0;
  color: rgba(238, 247, 251, 0.76);
}

.landing-page .mockup-chart {
  display: grid;
  gap: 0.8rem;
}

.landing-page .mockup-chart-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.landing-page .mockup-bars {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.55rem;
  min-height: 8rem;
  align-items: end;
}

.landing-page .mockup-bars span {
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(180deg, #6be2ff, #0a84a2);
}

.landing-page .mockup-feed {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-page .mockup-feed article strong,
.landing-page .visual-kpis strong,
.landing-page .visual-stack strong,
.landing-page .visual-feed strong,
.landing-page .visual-grid strong {
  font-size: 1.02rem;
}

.landing-page .client-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
}

.landing-page .client-strip span {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(13, 97, 120, 0.08);
  color: #103042;
  font-weight: 600;
}

.landing-page .stats-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.landing-page .stat-card {
  padding: 1.2rem;
  border-radius: 26px;
  display: grid;
  gap: 0.25rem;
}

.landing-page .stat-card strong {
  font-size: 2.6rem;
  line-height: 0.95;
}

.landing-page .feature-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.landing-page .feature-tabs span {
  display: inline-flex;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(16, 48, 66, 0.08);
  color: #103042;
  font-weight: 600;
}

.landing-page .feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

.landing-page .feature-card {
  display: grid;
  gap: 0.65rem;
  padding: 1.15rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 48, 66, 0.08);
  box-shadow: 0 14px 34px rgba(16, 48, 66, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.landing-page .feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(16, 48, 66, 0.09);
  border-color: rgba(13, 97, 120, 0.16);
}

.landing-page .feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(13, 97, 120, 0.12), rgba(10, 132, 162, 0.18));
  color: #0d6178;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.landing-page .feature-card strong {
  color: #0e2e41;
  font-size: 1.02rem;
}

.landing-page .feature-card p {
  margin: 0;
  color: #4d6472;
  line-height: 1.55;
}

.landing-page .feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 1rem;
  align-items: stretch;
}

.landing-page .feature-split.reverse .feature-copy {
  order: 2;
}

.landing-page .feature-copy,
.landing-page .feature-visual,
.landing-page .pricing-card,
.landing-page .landing-card {
  padding: 1.2rem;
  border-radius: 28px;
}

.landing-page .feature-copy h2,
.landing-page .ai-section h2,
.landing-page .section-head h2 {
  margin: 0.2rem 0 0.5rem;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: #0e2e41;
}

.landing-page .feature-copy p,
.landing-page .landing-card p,
.landing-page .pricing-card p,
.landing-page .legal-prose p,
.landing-page .legal-meta strong,
.landing-page .contact-card p {
  color: #4d6472;
}

.landing-page .feature-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.55rem;
  color: #27485b;
}

.landing-page .feature-visual {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.landing-page .visual-title,
.landing-page .visual-kpis article,
.landing-page .visual-stack article,
.landing-page .visual-feed article,
.landing-page .visual-grid article {
  padding: 1rem;
  border-radius: 22px;
}

.landing-page .visual-title strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.25rem;
  color: #0e2e41;
}

.landing-page .visual-kpis,
.landing-page .visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.landing-page .visual-stack,
.landing-page .visual-feed {
  display: grid;
  gap: 0.75rem;
}

.landing-page .visual-kpis article span,
.landing-page .visual-stack article span,
.landing-page .visual-feed article span,
.landing-page .visual-grid article span {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #7f93a0;
}

.landing-page .visual-kpis article strong,
.landing-page .visual-stack article strong,
.landing-page .visual-feed article strong,
.landing-page .visual-grid article strong {
  display: block;
  margin-top: 0.35rem;
  color: #0e2e41;
}

.landing-page .persona-grid,
.landing-page .ai-grid,
.landing-page .security-grid,
.landing-page .pricing-grid,
.landing-page .resource-grid {
  display: grid;
  gap: 1rem;
}

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

.landing-page .ai-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

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

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

.landing-page .pricing-card {
  display: grid;
  gap: 0.65rem;
}

.landing-page .pricing-card h3 {
  margin: 0;
  font-size: 2rem;
}

.landing-page .pricing-card-featured {
  background:
    linear-gradient(180deg, rgba(13, 97, 120, 0.08), rgba(255, 255, 255, 0.92)),
    rgba(255, 255, 255, 0.92);
}

.landing-page .cta-band {
  padding-bottom: 0;
}

.landing-page .landing-cta {
  align-items: center;
}

.landing-page .landing-cta p {
  color: #4d6472;
}

.landing-page .footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  flex: 1;
}

.landing-page .footer-columns div {
  display: grid;
  gap: 0.55rem;
}

.landing-page .footer-columns span {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: #7f93a0;
}

.landing-page .footer-tagline {
  display: block;
  margin-top: 0.35rem;
  color: #5f7480;
  font-size: 0.92rem;
}

.landing-page .footer-columns a {
  color: #103042;
}

.landing-page .site-footer {
  border-top: 1px solid rgba(16, 48, 66, 0.08);
  padding-bottom: 1.25rem;
}

.landing-page .cookie-banner,
.legal-page .cookie-banner {
  background: rgba(255, 255, 255, 0.96);
  color: #103042;
  border: 1px solid rgba(16, 48, 66, 0.08);
  box-shadow: 0 24px 60px rgba(16, 48, 66, 0.1);
}

.landing-page .cookie-banner p,
.legal-page .cookie-banner p {
  color: #4d6472;
}

.landing-page .cookie-actions .btn.secondary,
.legal-page .cookie-actions .btn.secondary {
  background: rgba(13, 97, 120, 0.06);
  color: #103042;
  border-color: rgba(13, 97, 120, 0.14);
}

.landing-page .cookie-actions .btn.ghost,
.legal-page .cookie-actions .btn.ghost {
  color: #103042;
  border-color: rgba(16, 48, 66, 0.1);
}

.landing-page .legal-page .page,
.legal-page .page {
  width: min(100%, 76rem);
  margin-inline: auto;
}

.landing-page .legal-shell,
.legal-page .legal-shell {
  width: min(100%, 76rem);
  margin-inline: auto;
}

.landing-page .legal-hero,
.legal-page .legal-hero,
.landing-page .legal-prose,
.legal-page .legal-prose,
.landing-page .legal-meta,
.legal-page .legal-meta,
.landing-page .contact-card,
.legal-page .contact-card {
  background:
    linear-gradient(180deg, rgba(18, 26, 34, 0.94), rgba(8, 12, 17, 0.98)),
    radial-gradient(circle at top right, rgba(0, 183, 217, 0.08), transparent 28%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-page .legal-hero h1,
.legal-page .legal-hero h1,
.landing-page .legal-prose h2,
.legal-page .legal-prose h2,
.landing-page .legal-prose h3,
.legal-page .legal-prose h3,
.landing-page .contact-card strong,
.legal-page .contact-card strong {
  color: #f8fbfd;
}

.legal-page .legal-prose p,
.legal-page .legal-prose li,
.legal-page .contact-card p,
.legal-page .legal-meta strong {
  color: rgba(238, 243, 246, 0.72);
}

.legal-page .legal-meta span {
  color: rgba(238, 243, 246, 0.52);
}

.legal-page .site-footer {
  border-top-color: rgba(255, 255, 255, 0.08);
  color: rgba(238, 243, 246, 0.8);
}

.legal-page .footer-brand strong,
.legal-page .footer-brand p,
.legal-page .footer-links a {
  color: rgba(238, 243, 246, 0.8);
}

.legal-page .footer-tagline {
  display: block;
  margin-top: 0.2rem;
  color: rgba(238, 243, 246, 0.55);
  font-size: 0.92rem;
}

.legal-page .footer-links a:hover {
  color: #fff;
}

.contact-page .page {
  width: min(100%, 76rem);
  margin-inline: auto;
  display: grid;
  gap: 1rem;
  padding-top: 1rem;
}

.contact-page .contact-shell {
  width: min(100%, 76rem);
  margin-inline: auto;
  display: grid;
  gap: 1rem;
}

.contact-page .contact-hero {
  padding: 1.35rem;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 245, 239, 0.98)),
    radial-gradient(circle at top right, rgba(13, 97, 120, 0.06), transparent 26%);
  border: 1px solid rgba(16, 48, 66, 0.08);
  box-shadow: 0 24px 54px rgba(16, 48, 66, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
}

.contact-page .contact-hero h2 {
  margin: 0.15rem 0 0.4rem;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  color: #0e2e41;
}

.contact-page .contact-lead {
  margin: 0;
  max-width: 44ch;
  color: #4d6472;
  line-height: 1.7;
}

.contact-page .contact-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.contact-page .contact-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(13, 97, 120, 0.08);
  border: 1px solid rgba(13, 97, 120, 0.14);
  color: #0e2e41;
  font-weight: 600;
}

.contact-page .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 1rem;
  align-items: start;
}

.contact-page .contact-form-card,
.contact-page .contact-side-card,
.contact-page .contact-faq {
  padding: 1.3rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 48, 66, 0.08);
  box-shadow: 0 18px 42px rgba(16, 48, 66, 0.06);
}

.contact-page .contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.contact-page .contact-form-grid label {
  display: grid;
  gap: 0.4rem;
}

.contact-page .contact-form-grid label span {
  font-size: 0.88rem;
  color: #56707e;
}

.contact-page .contact-form-grid input,
.contact-page .contact-form-grid select,
.contact-page .contact-form-grid textarea {
  width: 100%;
  border: 1px solid rgba(16, 48, 66, 0.1);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  background: rgba(248, 249, 250, 0.98);
  color: #0e2e41;
  outline: none;
}

.contact-page .contact-form-grid select {
  color-scheme: light;
}

.contact-page .contact-form-grid select option {
  background: rgba(248, 249, 250, 0.98);
  color: #0e2e41;
}

.contact-page .contact-form-grid input:focus,
.contact-page .contact-form-grid select:focus,
.contact-page .contact-form-grid textarea:focus {
  border-color: rgba(13, 97, 120, 0.28);
  box-shadow: 0 0 0 3px rgba(13, 97, 120, 0.08);
}

.contact-page .contact-span-2 {
  grid-column: span 2;
}

.contact-page .contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.contact-page .contact-note {
  margin: 0.85rem 0 0;
  color: #5f7480;
  font-size: 0.92rem;
  line-height: 1.6;
}

.contact-page .contact-side-card {
  display: grid;
  gap: 0.9rem;
}

.contact-page .contact-side-card h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #0e2e41;
}

.contact-page .contact-profile {
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(13, 97, 120, 0.06), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(13, 97, 120, 0.12);
}

.contact-page .contact-profile strong {
  color: #0e2e41;
  font-size: 1.05rem;
}

.contact-page .contact-profile a {
  color: #0d6178;
  font-weight: 600;
}

.contact-page .contact-schedule {
  display: grid;
  gap: 0.75rem;
}

.contact-page .contact-schedule > div {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(248, 249, 250, 0.98);
  border: 1px solid rgba(16, 48, 66, 0.08);
}

.contact-page .contact-schedule span,
.contact-page .contact-note-card span {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #7f93a0;
  margin-bottom: 0.3rem;
}

.contact-page .contact-schedule strong,
.contact-page .contact-note-card strong {
  display: block;
  color: #0e2e41;
}

.contact-page .contact-note-card {
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(13, 97, 120, 0.08), rgba(255, 255, 255, 0.94));
  border: 1px solid rgba(13, 97, 120, 0.1);
}

.contact-page .contact-note-card p {
  margin: 0.35rem 0 0;
  color: #4d6472;
  line-height: 1.55;
}

.contact-page .contact-faq h2 {
  margin-top: 0.15rem;
}

.contact-page .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.contact-page .faq-grid article {
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(16, 48, 66, 0.08);
  background: rgba(248, 249, 250, 0.98);
}

.contact-page .faq-grid strong {
  display: block;
  color: #0e2e41;
}

.contact-page .faq-grid p {
  margin: 0.35rem 0 0;
  color: #4d6472;
  line-height: 1.6;
}

.home.contact-page .contact-hero,
.home.contact-page .contact-form-card,
.home.contact-page .contact-side-card,
.home.contact-page .contact-faq {
  background:
    linear-gradient(180deg, rgba(18, 26, 34, 0.94), rgba(8, 12, 17, 0.98)),
    radial-gradient(circle at top right, rgba(0, 183, 217, 0.08), transparent 28%);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.home.contact-page .contact-hero h2,
.home.contact-page .contact-side-card h3,
.home.contact-page .contact-form-card h2,
.home.contact-page .contact-faq h2,
.home.contact-page .contact-profile strong,
.home.contact-page .contact-schedule strong,
.home.contact-page .contact-note-card strong,
.home.contact-page .faq-grid strong {
  color: #f8fbfd;
}

.home.contact-page .contact-lead,
.home.contact-page .contact-note,
.home.contact-page .contact-note-card p,
.home.contact-page .faq-grid p {
  color: rgba(238, 243, 246, 0.72);
}

.home.contact-page .contact-badges span {
  background: rgba(0, 183, 217, 0.1);
  border-color: rgba(0, 183, 217, 0.16);
  color: #79e6ff;
}

.home.contact-page .contact-form-grid label span,
.home.contact-page .contact-schedule span,
.home.contact-page .contact-note-card span {
  color: rgba(238, 243, 246, 0.52);
}

.home.contact-page .contact-form-grid input,
.home.contact-page .contact-form-grid select,
.home.contact-page .contact-form-grid textarea,
.home.contact-page .contact-schedule > div {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  color: #eef3f6;
}

.home.contact-page .contact-form-grid input::placeholder,
.home.contact-page .contact-form-grid textarea::placeholder {
  color: rgba(238, 243, 246, 0.4);
}

.home.contact-page .contact-profile,
.home.contact-page .contact-note-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

.home.contact-page .faq-grid article {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

.home.contact-page .contact-profile a {
  color: #79e6ff;
}

.home.contact-page .contact-actions .btn.secondary {
  background: rgba(255, 255, 255, 0.05);
  color: #eef3f6;
  border-color: rgba(255, 255, 255, 0.08);
}

.home.contact-page .contact-actions .btn.secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.home-mini-card {
  padding: 1.2rem;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(18, 26, 34, 0.93), rgba(8, 12, 17, 0.98)),
    radial-gradient(circle at top right, rgba(212, 168, 118, 0.12), transparent 34%),
    radial-gradient(circle at bottom left, rgba(111, 140, 122, 0.08), transparent 28%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 0.45rem;
  min-height: 11.5rem;
}

.home-mini-card span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(238, 243, 246, 0.5);
}

.home-mini-card strong {
  font-size: 1.14rem;
  line-height: 1.14;
  letter-spacing: -0.05em;
  color: #f8fbfd;
}

.home-mini-card p {
  margin: 0;
  color: rgba(238, 243, 246, 0.66);
  line-height: 1.45;
  font-size: 0.92rem;
}

.home-feature-card {
  justify-content: space-between;
}

.home-feature-card:nth-child(1),
.home-feature-card:nth-child(4) {
  grid-column: span 2;
  min-height: 13.5rem;
}

.home-feature-card:nth-child(2),
.home-feature-card:nth-child(3),
.home-feature-card:nth-child(5),
.home-feature-card:nth-child(6) {
  min-height: 11.5rem;
}

.home-feature-card:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(16, 24, 32, 0.94), rgba(8, 12, 17, 0.98)),
    radial-gradient(circle at top right, rgba(159, 127, 95, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(111, 140, 122, 0.1), transparent 28%);
}

.home-feature-card:nth-child(5) {
  background:
    linear-gradient(180deg, rgba(16, 24, 32, 0.94), rgba(8, 12, 17, 0.98)),
    radial-gradient(circle at top right, rgba(111, 140, 122, 0.14), transparent 34%),
    radial-gradient(circle at bottom left, rgba(159, 127, 95, 0.08), transparent 28%);
}

.home-feature-card:nth-child(6) {
  background:
    linear-gradient(180deg, rgba(16, 24, 32, 0.94), rgba(8, 12, 17, 0.98)),
    radial-gradient(circle at top right, rgba(212, 168, 118, 0.1), transparent 34%),
    radial-gradient(circle at bottom left, rgba(111, 140, 122, 0.08), transparent 28%);
}

.home-feature-card span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(238, 243, 246, 0.5);
}

.home-feature-card strong {
  font-size: 1.12rem;
  line-height: 1.18;
  letter-spacing: -0.04em;
  color: #f8fbfd;
}

.home-feature-card p {
  margin: 0;
  color: rgba(238, 243, 246, 0.68);
  line-height: 1.5;
}

.hero-copy p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 52ch;
}

.hero-actions,
.config-actions,
.dossier-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.35rem;
  justify-content: flex-start;
}

.hero-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.hero-strip span {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.85rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 14px;
  padding: 0.8rem 1rem;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn.primary {
  background: var(--accent);
  color: #fff;
}

.btn.secondary {
  background: #fff;
  border-color: var(--line);
}

.btn.ghost {
  background: transparent;
  border-color: var(--line);
}

.hero-card {
  padding: 1.25rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #203b3f 0%, #102022 100%);
  color: #fff;
}

.hero-premium {
  background:
    linear-gradient(135deg, rgba(19, 36, 49, 0.98), rgba(18, 29, 38, 0.96)),
    radial-gradient(circle at top right, rgba(111, 140, 122, 0.22), transparent 28%);
  color: #fff;
}

.hero-premium .hero-copy p,
.hero-premium .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.hero-premium .hero-copy h2 {
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  max-width: 12ch;
}

.hero-premium .hero-copy p {
  max-width: 48ch;
}

.hero-visual {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 248, 250, 0.94)),
  radial-gradient(circle at top right, rgba(111, 140, 122, 0.16), transparent 28%);
}

.chip-row {
  display: grid;
  gap: 0.75rem;
}

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

.feature-chip {
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: rgba(19, 36, 49, 0.05);
  border: 1px solid rgba(216, 224, 231, 0.95);
  color: var(--text);
  font-size: 0.92rem;
}

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

.module-card {
  min-height: 7rem;
}


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

.pillar-card {
  background: linear-gradient(180deg, rgba(19, 36, 49, 0.04), rgba(255, 255, 255, 0.92));
}

.quote-grid,
.trust-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quote-grid .landing-card,
.trust-grid .landing-card {
  min-height: 9rem;
}

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

.module-card {
  min-height: 6.25rem;
}

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

.workflow-grid article span {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(19, 36, 49, 0.1);
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.cta-final {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1.2rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(19, 36, 49, 0.96), rgba(17, 27, 36, 0.94));
  color: #fff;
}

.cta-final.compact {
  margin-bottom: 0;
}

.cta-final p,
.cta-final h2 {
  margin: 0;
}

.cta-final .eyebrow,
.cta-final .muted {
  color: rgba(255, 255, 255, 0.72);
}

.hero-dashboard span {
  display: block;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.64);
}

.hero-dashboard strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
  color: #fff;
}

.hero-micro {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.hero-micro > div {
  padding: 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-micro span {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.64);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-micro strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
}

.activation {
  padding: 1.25rem;
  margin-top: 1rem;
  background:
    radial-gradient(circle at top left, rgba(32, 59, 63, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 245, 241, 0.95));
}

.activation-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  margin-top: 1rem;
}

.activation-card {
  padding: 1rem;
  border-radius: 16px;
  background: rgba(247, 245, 241, 0.9);
  border: 1px solid var(--line);
}

.activation-card h3 {
  margin: 0;
}

.activation-card .muted {
  margin-top: 0.35rem;
}

.activation-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.activation-hero > div {
  padding: 0.85rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
}

.activation-hero span {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.activation-hero strong {
  display: block;
  font-size: 0.98rem;
  word-break: break-word;
}

.activation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.summary-list {
  padding-left: 1.1rem;
  margin: 0.5rem 0 0;
}

.summary-list li {
  margin: 0.75rem 0;
  color: rgba(255, 255, 255, 0.88);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0;
}

.price-card {
  padding: 1.25rem;
}

.price-card.featured {
  border-color: rgba(32, 59, 63, 0.25);
  transform: translateY(-2px);
}

.price {
  font-size: 2rem;
  font-weight: 700;
  margin: 0.75rem 0 1rem;
}

.price span {
  color: var(--muted);
  font-size: 1rem;
}

.price-card ul,
.checklist {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.7;
}

.configurator,
.dossier {
  padding: 1.25rem;
  margin-top: 1rem;
}

.wizard-shell {
  padding: clamp(0.9rem, 1.8vw, 1.25rem);
  margin-top: 0;
  display: grid;
  gap: 1rem;
  height: auto;
  width: min(100%, 72rem);
  margin-inline: auto;
}

.wizard-shell[hidden] {
  display: none !important;
}

.wizard-shell-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.wizard-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.wizard-progress {
  height: 0.44rem;
  border-radius: 999px;
  background: rgba(19, 36, 49, 0.08);
  overflow: hidden;
}

.wizard-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  border-radius: inherit;
}

.wizard-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
  height: auto;
}

.wizard-form {
  min-height: 0;
  min-width: 0;
  height: auto;
  display: grid;
  grid-template-rows: auto auto;
}

.wizard-panel {
  display: none;
}

.wizard-panel:not([hidden]) {
  display: block;
}

.wizard-panel[hidden] {
  display: none !important;
}

.wizard-step-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 1rem;
  min-height: 0;
  height: auto;
}

.wizard-step-copy {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  padding: 0.45rem 0;
}

.wizard-step-copy h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  letter-spacing: -0.03em;
}

.wizard-step-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  max-width: 36ch;
}

.wizard-side-card {
  padding: 0.9rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #12202d 0%, #162635 100%);
  color: #fff;
  box-shadow: 0 16px 32px rgba(18, 24, 31, 0.12);
}

.wizard-side-card span {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
}

.wizard-side-card strong {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.98rem;
  line-height: 1.6;
}

.wizard-step-card {
  padding: 0.95rem;
  border-radius: 18px;
  background: rgba(247, 248, 250, 0.92);
  border: 1px solid rgba(216, 224, 231, 0.9);
  box-shadow: 0 18px 40px rgba(18, 24, 31, 0.06);
}

.wizard-step-card.intro-card {
  display: grid;
  align-content: space-between;
  gap: 1rem;
  background: linear-gradient(180deg, rgba(19, 36, 49, 0.97), rgba(17, 27, 36, 0.95));
  color: #fff;
}

.intro-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.intro-brand .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.intro-brand strong {
  font-size: 1.05rem;
}

.intro-bullets {
  display: grid;
  gap: 0.75rem;
}

.intro-bullets > div {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-bullets span {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}

.intro-bullets strong {
  color: #fff;
  font-size: 0.96rem;
}

.intro-card .wizard-actions {
  margin-top: 0;
}

.wizard-nav,
.wizard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.wizard-nav {
  justify-content: space-between;
  padding-top: 0.25rem;
}

.wizard-panel .field-group:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.day-chip-grid,
.service-toggle-grid,
.week-schedule-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.week-schedule-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.75rem;
}

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

.schedule-day-card {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(18, 26, 34, 0.94), rgba(8, 12, 17, 0.98)),
    radial-gradient(circle at top right, rgba(0, 183, 217, 0.06), transparent 28%);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.schedule-day-card:not(:has(.schedule-open-toggle input:checked)) .schedule-slot-grid {
  display: none;
}

.schedule-day-card:has(.schedule-open-toggle input:checked) .schedule-slot-grid {
  display: grid;
}

.schedule-day-card:not(:has(.schedule-open-toggle input:checked)) {
  border-color: rgba(230, 74, 74, 0.22);
  background:
    linear-gradient(180deg, rgba(38, 18, 21, 0.95), rgba(9, 12, 17, 0.98)),
    radial-gradient(circle at top right, rgba(230, 74, 74, 0.12), transparent 28%);
}

.schedule-day-card:has(.schedule-open-toggle input:checked) {
  border-color: rgba(59, 178, 115, 0.34);
  background:
    linear-gradient(180deg, rgba(14, 32, 23, 0.96), rgba(9, 12, 17, 0.98)),
    radial-gradient(circle at top right, rgba(59, 178, 115, 0.14), transparent 28%);
}

.schedule-day-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.schedule-open-toggle {
  min-width: 10rem;
}

.schedule-day-state {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(238, 243, 246, 0.56);
}

.schedule-day-state {
  font-size: 0;
}

.schedule-day-state::before {
  content: "Fermé";
  font-size: 0.78rem;
}

.schedule-day-card:not(:has(.schedule-open-toggle input:checked)) .schedule-day-state {
  color: #ff7a7a;
}

.schedule-day-card:has(.schedule-open-toggle input:checked) .schedule-day-state {
  color: #71d59b;
}

.schedule-day-card:has(.schedule-open-toggle input:checked) .schedule-day-state::before {
  content: "Ouvert";
}

.schedule-slot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.schedule-field {
  display: grid;
  gap: 0.4rem;
}

.schedule-field > span {
  font-size: 0.88rem;
  color: rgba(238, 243, 246, 0.78);
  font-weight: 600;
}

.schedule-time-input {
  width: 100%;
  min-height: 3.1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #eef3f6;
  font-variant-numeric: tabular-nums;
}

.schedule-time-input:focus {
  outline: none;
  border-color: rgba(0, 183, 217, 0.5);
  box-shadow: 0 0 0 4px rgba(0, 183, 217, 0.12);
}

.schedule-time-input::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.8;
}

.toggle-card,
.chip-soft {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0.85rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
}

body.configure-page .toggle-card,
body.configure-page .chip-soft,
.team-toggle,
.cleaning-task-card,
.temperature-equipment-card {
  position: relative;
  overflow: hidden;
  align-content: center;
  justify-items: start;
  text-align: left;
  min-height: 3.25rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at top right, rgba(0, 183, 217, 0.08), transparent 42%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

body.configure-page .toggle-card:hover,
body.configure-page .chip-soft:hover,
.team-toggle:hover,
.cleaning-task-card:hover,
.temperature-equipment-card:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 183, 217, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at top right, rgba(0, 183, 217, 0.12), transparent 42%);
}

body.configure-page .toggle-card::after,
body.configure-page .chip-soft::after,
.team-toggle::after,
.cleaning-task-card::after,
.temperature-equipment-card::after {
  content: "";
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.035);
  transition: background 160ms ease, box-shadow 160ms ease;
}

body.configure-page .toggle-card:has(input:checked)::after,
body.configure-page .chip-soft:has(input:checked)::after,
.team-toggle:has(input:checked)::after,
.cleaning-task-card:has(input:checked)::after,
.temperature-equipment-card:has(input[type="checkbox"]:checked)::after {
  background: #9defff;
  box-shadow: 0 0 0 4px rgba(0, 183, 217, 0.14), 0 0 18px rgba(0, 183, 217, 0.32);
}

.toggle-card input,
.chip-soft input,
.team-toggle input,
.cleaning-task-card input[type="checkbox"],
.temperature-equipment-card input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.toggle-card span,
.chip-soft span {
  font-size: 0.9rem;
  color: var(--text);
}

body.configure-page .toggle-card span,
body.configure-page .chip-soft span,
.team-toggle span {
  color: rgba(238, 243, 246, 0.82);
  font-weight: 750;
  line-height: 1.25;
  padding-right: 1.25rem;
}

.toggle-card:has(input:checked),
.chip-soft:has(input:checked) {
  background: rgba(19, 36, 49, 0.08);
  border-color: rgba(19, 36, 49, 0.2);
}

body.configure-page .toggle-card:has(input:checked),
body.configure-page .chip-soft:has(input:checked) {
  background:
    linear-gradient(180deg, rgba(0, 183, 217, 0.16), rgba(0, 183, 217, 0.07)),
    radial-gradient(circle at top right, rgba(157, 239, 255, 0.14), transparent 42%);
  border-color: rgba(0, 183, 217, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 14px 30px rgba(0, 183, 217, 0.08);
}

body.configure-page .toggle-card:has(input:checked) span,
body.configure-page .chip-soft:has(input:checked) span {
  color: #dffcff;
}

.schedule-open-toggle {
  min-width: 10rem;
}

.schedule-open-toggle:has(input:checked) {
  background: rgba(59, 178, 115, 0.16);
  border-color: rgba(59, 178, 115, 0.42);
}

.schedule-open-toggle:not(:has(input:checked)) {
  background: rgba(230, 74, 74, 0.16);
  border-color: rgba(230, 74, 74, 0.34);
}

.schedule-open-toggle:has(input:checked) span {
  color: #0f4f2f;
}

.schedule-open-toggle:not(:has(input:checked)) span {
  color: #6c1e1e;
}

.schedule-open-toggle:has(input:checked):focus-within {
  box-shadow: 0 0 0 4px rgba(59, 178, 115, 0.12);
}

.modules-chips {
  justify-content: flex-start;
}

.wizard-preview {
  display: none;
}

.footer-trust {
  padding: 1rem;
  margin-top: 1rem;
}

.footer-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.footer-trust-grid .trust-card {
  padding: 0.95rem;
}

#onboarding,
#dimensionnement,
#config ~ #trust,
#activation,
#dossier,
#quote {
  display: none !important;
}

body[data-wizard-started="true"] .hero {
  display: none;
}

body[data-wizard-started="true"] #wizard {
  display: grid;
  height: 100%;
}

.wizard-bar {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 245, 241, 0.9));
  border: 1px solid rgba(221, 214, 203, 0.9);
  box-shadow: 0 16px 38px rgba(32, 27, 21, 0.06);
}

.wizard-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.wizard-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.wizard-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.wizard-step {
  display: grid;
  gap: 0.25rem;
  text-align: left;
  padding: 0.95rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  cursor: pointer;
}

.wizard-step span {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(32, 59, 63, 0.1);
  font-weight: 700;
}

.wizard-step strong {
  font-size: 0.98rem;
}

.wizard-step small {
  color: var(--muted);
  font-size: 0.82rem;
}

.wizard-step.active {
  border-color: rgba(32, 59, 63, 0.22);
  background: linear-gradient(180deg, rgba(32, 59, 63, 0.08), rgba(32, 59, 63, 0.03));
  box-shadow: 0 12px 24px rgba(32, 59, 63, 0.08);
}

.wizard-step.completed {
  border-color: rgba(111, 140, 122, 0.24);
  background: rgba(111, 140, 122, 0.06);
}

.wizard-step.active span {
  background: var(--accent);
  color: #fff;
}

.wizard-step:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.wizard-progress {
  height: 0.42rem;
  margin-top: 1rem;
  border-radius: 999px;
  background: rgba(32, 59, 63, 0.08);
  overflow: hidden;
}

.wizard-progress span {
  display: block;
  height: 100%;
  width: 20%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.wizard-insights {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  margin-top: 1rem;
}

.wizard-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.wizard-card {
  padding: 0.95rem;
  border-radius: 16px;
  background: rgba(32, 59, 63, 0.06);
  border: 1px solid rgba(32, 59, 63, 0.08);
}

.wizard-card span {
  display: block;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.wizard-card strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
}

.wizard-card p {
  margin: 0.4rem 0 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.9rem;
}

.wizard-panel[hidden] {
  display: none;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.review-grid > div {
  padding: 0.95rem;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028)),
    radial-gradient(circle at top right, rgba(0, 183, 217, 0.08), transparent 42%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.review-grid span {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(238, 243, 246, 0.58);
  margin-bottom: 0.35rem;
}

.review-grid strong {
  font-size: 0.98rem;
  color: #f8fbfd;
}

.wizard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.config-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}

.config-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 1rem;
  margin-top: 1rem;
}

.config-form,
.preview {
  border-radius: 16px;
  padding: 1rem;
  background: rgba(247, 245, 241, 0.85);
  border: 1px solid var(--line);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.form-grid.compact {
  margin-top: 0.7rem;
}

label {
  display: grid;
  gap: 0.35rem;
}

label span {
  font-size: 0.9rem;
  color: var(--muted);
}

.field-label {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-width: 0;
}

.info-tip {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(0, 183, 217, 0.28);
  background: rgba(0, 183, 217, 0.12);
  color: #9defff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  cursor: help;
}

.info-tip::after {
  content: attr(data-help);
  position: absolute;
  z-index: 30;
  left: 50%;
  bottom: calc(100% + 0.55rem);
  width: min(16rem, 72vw);
  padding: 0.7rem 0.8rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 16, 24, 0.98);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  color: rgba(238, 243, 246, 0.9);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.25rem);
  transition: opacity 150ms ease, transform 150ms ease;
}

.info-tip::before {
  content: "";
  position: absolute;
  z-index: 31;
  left: 50%;
  bottom: calc(100% + 0.22rem);
  width: 0.55rem;
  height: 0.55rem;
  background: rgba(8, 16, 24, 0.98);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.25rem) rotate(45deg);
  transition: opacity 150ms ease, transform 150ms ease;
}

.info-tip:hover,
.info-tip:focus-visible {
  border-color: rgba(0, 183, 217, 0.5);
  background: rgba(0, 183, 217, 0.2);
  outline: none;
}

.info-tip:hover::after,
.info-tip:hover::before,
.info-tip:focus-visible::after,
.info-tip:focus-visible::before {
  opacity: 1;
  transform: translate(-50%, 0) rotate(0deg);
}

.info-tip:hover::before,
.info-tip:focus-visible::before {
  transform: translate(-50%, 0) rotate(45deg);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.8rem 0.9rem;
  background: #fff;
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 6rem;
}

input[readonly] {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(238, 243, 246, 0.72);
}

select {
  color-scheme: light;
}

select option {
  background: #fff;
  color: var(--text);
}

body.home select,
body.legal-page select,
body.configure-page select {
  color-scheme: dark;
}

body.home select option,
body.legal-page select option,
body.configure-page select option {
  background: #081018;
  color: #eef3f6;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(32, 59, 63, 0.09);
}

.field-group {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(221, 214, 203, 0.85);
}

.team-note {
  display: grid;
  gap: 0.35rem;
  max-width: 28rem;
  padding: 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 183, 217, 0.14);
  background: rgba(0, 183, 217, 0.06);
}

.team-note strong {
  color: #eef3f6;
  font-size: 0.92rem;
}

.team-note span {
  color: rgba(238, 243, 246, 0.68);
  line-height: 1.5;
}

.team-setup {
  display: grid;
  gap: 1rem;
}

.team-section {
  display: grid;
  gap: 0.85rem;
  padding: 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.team-section h3,
.team-section p {
  margin: 0;
}

.team-section p {
  color: rgba(238, 243, 246, 0.66);
  line-height: 1.5;
}

.field-help {
  display: block;
  color: rgba(238, 243, 246, 0.58);
  font-size: 0.78rem;
  line-height: 1.35;
}

.team-count-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.team-toggle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.team-toggle {
  min-height: 3.1rem;
}

.team-toggle:has(input:checked) {
  background:
    linear-gradient(180deg, rgba(59, 178, 115, 0.18), rgba(59, 178, 115, 0.075)),
    radial-gradient(circle at top right, rgba(113, 213, 155, 0.13), transparent 42%);
  border-color: rgba(59, 178, 115, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 14px 30px rgba(59, 178, 115, 0.08);
}

.team-toggle:has(input:checked) span {
  color: #bdf4cf;
}

.team-toggle:has(input:checked)::after {
  background: #71d59b;
  box-shadow: 0 0 0 4px rgba(59, 178, 115, 0.14), 0 0 18px rgba(59, 178, 115, 0.3);
}

.team-toggle:focus-within {
  box-shadow: 0 0 0 4px rgba(59, 178, 115, 0.12);
}

.stock-setup {
  display: grid;
  gap: 1rem;
}

.haccp-setup {
  display: grid;
  gap: 1rem;
}

.temperature-setup {
  display: grid;
  gap: 1rem;
}

.printing-setup {
  display: grid;
  gap: 1rem;
}

.modules-setup {
  display: grid;
  gap: 1rem;
}

.summary-setup {
  display: grid;
  gap: 1rem;
}

.summary-feedback {
  margin: 0.55rem 0 0;
  padding: 0.8rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 183, 217, 0.18);
  background: rgba(0, 183, 217, 0.08);
  color: #dffcff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
}

.summary-feedback[data-state="error"] {
  border-color: rgba(255, 122, 122, 0.22);
  background: rgba(255, 122, 122, 0.1);
  color: #ffd9d9;
}

.summary-feedback[data-state="success"] {
  border-color: rgba(59, 178, 115, 0.22);
  background: rgba(59, 178, 115, 0.1);
  color: #dff9e7;
}

.summary-instance-card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.028)),
    radial-gradient(circle at top right, rgba(0, 183, 217, 0.08), transparent 40%);
}

.summary-instance-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.summary-status-stack {
  display: grid;
  gap: 0.45rem;
  justify-items: end;
}

.summary-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 183, 217, 0.24);
  background: rgba(0, 183, 217, 0.12);
  color: #dffcff;
  font-size: 0.75rem;
  font-weight: 700;
}

.summary-status-pill.muted {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(238, 243, 246, 0.72);
}

.summary-progress-block {
  display: grid;
  gap: 0.5rem;
}

.summary-access {
  margin: 0;
  color: rgba(238, 243, 246, 0.9);
  font-size: 0.86rem;
  font-weight: 700;
}

.summary-progress-block .wizard-progress {
  height: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.summary-progress-block .wizard-progress span {
  background: linear-gradient(90deg, #00b7d9, #0f3d56);
}

.summary-login-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.summary-login-grid div {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.summary-login-grid span {
  color: rgba(238, 243, 246, 0.62);
  font-size: 0.78rem;
}

.summary-login-grid strong {
  color: #f8fbfd;
  font-size: 0.92rem;
  word-break: break-word;
}

.activation-checklist {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.activation-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(238, 243, 246, 0.86);
}

.activation-checklist li[data-status="done"] {
  border-color: rgba(59, 178, 115, 0.2);
  background: rgba(59, 178, 115, 0.07);
}

.activation-checklist li[data-status="current"] {
  border-color: rgba(0, 183, 217, 0.24);
  background: rgba(0, 183, 217, 0.08);
}

.activation-checklist li::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #00b7d9, #3bb273);
  box-shadow: 0 0 0 4px rgba(0, 183, 217, 0.12);
  flex: none;
}

.activation-checklist li[data-status="done"]::before {
  background: linear-gradient(180deg, #3bb273, #00b7d9);
}

.activation-checklist li[data-status="current"]::before {
  box-shadow: 0 0 0 4px rgba(0, 183, 217, 0.18);
}

.activation-checklist li strong {
  display: block;
  font-size: 0.94rem;
  color: #f8fbfd;
}

.activation-checklist li span {
  display: block;
  margin-top: 0.15rem;
  color: rgba(238, 243, 246, 0.68);
  font-size: 0.82rem;
  line-height: 1.45;
}

.summary-hero-card {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(0, 183, 217, 0.18);
  background:
    linear-gradient(180deg, rgba(0, 183, 217, 0.13), rgba(0, 183, 217, 0.05)),
    radial-gradient(circle at top right, rgba(157, 239, 255, 0.16), transparent 42%);
}

.summary-hero-card h3,
.summary-hero-card p,
.summary-hero-card span {
  margin: 0;
}

.summary-hero-card h3 {
  color: #f8fbfd;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.summary-hero-card span {
  color: rgba(238, 243, 246, 0.66);
}

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

.summary-section {
  display: grid;
  gap: 0.75rem;
  padding: 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.024)),
    radial-gradient(circle at top right, rgba(0, 183, 217, 0.06), transparent 42%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.summary-section h3,
.summary-section p {
  margin: 0;
}

.summary-section p {
  color: rgba(238, 243, 246, 0.62);
}

.summary-muted-section {
  filter: grayscale(0.75);
  opacity: 0.72;
}

.summary-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.summary-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.48rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 183, 217, 0.22);
  background:
    linear-gradient(180deg, rgba(0, 183, 217, 0.14), rgba(0, 183, 217, 0.06)),
    radial-gradient(circle at top right, rgba(157, 239, 255, 0.12), transparent 42%);
  color: #dffcff;
  font-size: 0.82rem;
  font-weight: 700;
}

.summary-chip-list.muted span {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.03);
  color: rgba(238, 243, 246, 0.72);
}

.summary-actions {
  justify-content: flex-start;
}

.modules-choice-stack {
  display: grid;
  gap: 1rem;
  margin: 0;
}

.module-choice-section {
  display: grid;
  gap: 0.7rem;
}

.module-choice-head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: baseline;
}

.module-choice-head h3 {
  margin: 0;
}

.module-choice-head span {
  color: rgba(238, 243, 246, 0.56);
  font-size: 0.8rem;
}

.module-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.module-choice-card {
  position: relative;
  display: grid;
  min-height: 6.4rem;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at top right, rgba(0, 183, 217, 0.08), transparent 42%);
  cursor: pointer;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.module-choice-card:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 183, 217, 0.22);
}

.module-choice-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.module-choice-card::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.035);
}

.module-choice-card:has(input:checked) {
  background:
    linear-gradient(180deg, rgba(0, 183, 217, 0.16), rgba(0, 183, 217, 0.07)),
    radial-gradient(circle at top right, rgba(157, 239, 255, 0.14), transparent 42%);
  border-color: rgba(0, 183, 217, 0.34);
}

.module-choice-card:has(input:checked)::after {
  background: #9defff;
  box-shadow: 0 0 0 4px rgba(0, 183, 217, 0.14), 0 0 18px rgba(0, 183, 217, 0.32);
}

.module-choice-card span {
  display: grid;
  gap: 0.35rem;
  padding-right: 1.1rem;
}

.module-choice-card strong {
  color: rgba(238, 243, 246, 0.94);
}

.module-choice-card small {
  color: rgba(238, 243, 246, 0.62);
  line-height: 1.35;
}

.module-choice-card-disabled {
  filter: grayscale(0.85);
  opacity: 0.62;
  cursor: not-allowed;
}

.module-choice-card-disabled:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.09);
}

.is-disabled-module {
  position: relative;
  filter: grayscale(0.82);
  opacity: 0.72;
}

.is-disabled-module .team-section {
  pointer-events: none;
}

.module-dev-banner {
  display: grid;
  gap: 0.28rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at top right, rgba(157, 239, 255, 0.08), transparent 42%);
}

.module-dev-banner strong {
  color: rgba(238, 243, 246, 0.94);
  font-size: 0.94rem;
}

.module-dev-banner span {
  color: rgba(238, 243, 246, 0.62);
  line-height: 1.45;
}

.haccp-plan-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.haccp-plan-field {
  grid-column: 1 / -1;
}

.cleaning-task-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.cleaning-category-stack {
  display: grid;
  gap: 0.65rem;
}

.cleaning-category {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.cleaning-category summary {
  cursor: pointer;
  list-style: none;
  padding: 0.85rem 0.95rem;
  color: rgba(238, 243, 246, 0.9);
  font-weight: 800;
}

.cleaning-category summary::-webkit-details-marker {
  display: none;
}

.cleaning-category summary::after {
  content: "+";
  float: right;
  color: #9defff;
}

.cleaning-category[open] summary::after {
  content: "-";
}

.cleaning-category .cleaning-task-grid,
.cleaning-custom-form {
  padding: 0 0.85rem 0.85rem;
}

.cleaning-task-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.65rem 0.75rem;
  align-items: center;
}

.cleaning-task-card:has(input:checked) {
  border-color: rgba(59, 178, 115, 0.36);
  background:
    linear-gradient(180deg, rgba(59, 178, 115, 0.16), rgba(59, 178, 115, 0.07)),
    radial-gradient(circle at top right, rgba(113, 213, 155, 0.12), transparent 42%);
}

.cleaning-task-card:has(input:checked)::after {
  background: #71d59b;
  box-shadow: 0 0 0 4px rgba(59, 178, 115, 0.14), 0 0 18px rgba(59, 178, 115, 0.3);
}

.cleaning-task-card:focus-within {
  box-shadow: 0 0 0 4px rgba(59, 178, 115, 0.1);
}

.cleaning-task-card > span {
  display: grid;
  gap: 0.12rem;
}

.cleaning-task-card strong {
  color: rgba(238, 243, 246, 0.92);
  font-size: 0.92rem;
}

.cleaning-task-card small {
  color: rgba(238, 243, 246, 0.58);
  font-size: 0.76rem;
  line-height: 1.3;
}

.cleaning-task-card select {
  grid-column: auto;
}

.cleaning-custom-form {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr) minmax(0, 0.9fr) auto;
  gap: 0.75rem;
  align-items: end;
}

.cleaning-custom-form .btn {
  min-height: 3rem;
}

.cleaning-custom-list {
  padding-top: 0;
}

.empty-inline {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0.85rem;
  border-radius: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  color: rgba(238, 243, 246, 0.58);
}

.temperature-equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.temperature-toggle {
  min-height: 3.2rem;
}

.temperature-toggle:has(input:checked) {
  background:
    linear-gradient(180deg, rgba(0, 183, 217, 0.16), rgba(0, 183, 217, 0.07)),
    radial-gradient(circle at top right, rgba(157, 239, 255, 0.14), transparent 42%);
  border-color: rgba(0, 183, 217, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 14px 30px rgba(0, 183, 217, 0.08);
}

.temperature-toggle:has(input:checked) span {
  color: #9defff;
}

.temperature-custom-form {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) auto;
  gap: 0.75rem;
  align-items: end;
}

.temperature-custom-form .btn {
  min-height: 3rem;
}

.temperature-custom-list {
  display: grid;
  gap: 0.65rem;
}

.temperature-equipment-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
}

.temperature-equipment-card:has(input[type="checkbox"]:checked) {
  border-color: rgba(0, 183, 217, 0.32);
  background:
    linear-gradient(180deg, rgba(0, 183, 217, 0.15), rgba(0, 183, 217, 0.065)),
    radial-gradient(circle at top right, rgba(157, 239, 255, 0.13), transparent 42%);
}

.temperature-equipment-card:focus-within {
  box-shadow: 0 0 0 4px rgba(0, 183, 217, 0.1);
}

.temperature-declared-card {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.1fr);
}

.temperature-equipment-card .temperature-name-input {
  width: 100%;
  height: auto;
  min-height: 2.75rem;
  accent-color: initial;
}

.temperature-equipment-card strong {
  display: block;
  color: rgba(238, 243, 246, 0.92);
}

.temperature-equipment-card small {
  color: rgba(238, 243, 246, 0.58);
  font-size: 0.78rem;
}

.stock-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0;
}

.stock-category-grid .chip-soft {
  justify-content: center;
  min-height: 3rem;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

.stock-category-grid .chip-soft:has(input:checked) {
  background: rgba(0, 183, 217, 0.15);
  border-color: rgba(0, 183, 217, 0.34);
}

.stock-category-grid .chip-soft:has(input:checked) span {
  color: #9defff;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.7rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--line);
  background: #fff;
}

.chip input {
  width: auto;
}

.preview h3 {
  margin: 0.25rem 0 0.25rem;
  font-size: 1.4rem;
}

.muted {
  color: var(--muted);
}

.preview-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.preview-metrics div {
  padding: 0.85rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.preview-metrics span {
  display: block;
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.preview-metrics strong {
  font-size: 1.05rem;
}

.preview-metrics strong {
  word-break: break-word;
}

.preview-block {
  margin-top: 1rem;
}

.preview-block pre {
  margin: 0.5rem 0 0;
  padding: 1rem;
  border-radius: 14px;
  background: #132326;
  color: #d6f3f0;
  overflow: auto;
  min-height: 180px;
  font-size: 0.82rem;
}

.dossier {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 960px) {
  .home-hero {
    min-height: 30rem;
    grid-template-columns: 1fr;
  }

  .home .landing-section,
  .home .stats-band,
  .home .feature-grid,
  .home .pricing-grid,
  .home .landing-cta {
    width: min(100%, calc(100vw - 1rem));
  }

  .home .stats-band,
  .home .feature-grid,
  .home .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .landing-cta {
    display: grid;
    justify-content: start;
  }

  .hero,
  .config-layout,
  .pricing-grid,
  .dossier,
  .activation-layout,
  .landing-section,
  .wizard-step-layout,
  .wizard-panels,
  .wizard-shell-top,
  .wizard-steps,
  .wizard-insights,
  .footer-trust-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .config-head {
    display: grid;
  }

  .wizard-top {
    display: grid;
  }

  .wizard-cards,
  .review-grid,
  .summary-grid {
    grid-template-columns: 1fr;
  }

  .wizard-step-layout {
    min-height: auto;
  }

  .feature-grid,
  .metrics-grid,
  .pillar-grid,
  .module-grid,
  .workflow-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wizard-preview {
    position: static;
  }

  .wizard-panels {
    height: auto;
  }

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

  .week-schedule-grid {
    gap: 0.65rem;
  }

  .schedule-day-card {
    padding: 0.9rem;
  }

  .schedule-day-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .schedule-open-toggle {
    min-width: 0;
  }

  .team-count-grid,
  .team-toggle-grid,
  .haccp-plan-grid,
  .cleaning-task-grid,
  .cleaning-custom-form,
  .temperature-equipment-grid,
  .temperature-custom-form,
  .temperature-declared-card,
  .module-choice-grid,
  .stock-category-grid {
    grid-template-columns: 1fr;
  }

  .haccp-plan-field {
    grid-column: auto;
  }

  .schedule-timepair {
    display: grid;
  }

  .schedule-slot-grid {
    grid-template-columns: 1fr;
  }

  .service-toggle-grid {
    grid-template-columns: 1fr;
  }

  .section-head,
  .quote-details,
  .quote-grid,
  .trust-grid,
  .onboarding-grid {
    grid-template-columns: 1fr 1fr;
  }

  .landing-cta,
  .site-footer,
  .legal-content,
  .contact-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .site-footer {
    justify-content: start;
  }

  .topbar {
    display: grid;
  }

  .topnav {
    justify-content: flex-start;
  }

  .landing-page .hero-section,
  .landing-page .feature-split,
  .landing-page .landing-cta,
  .landing-page .site-footer,
  .landing-page .legal-content,
  .landing-page .contact-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .legal-content {
    grid-template-columns: 1fr;
  }

  .legal-toc,
  .legal-meta {
    position: static;
  }

  .landing-page .hero-section {
    gap: 1rem;
  }

  .landing-page .hero-copy {
    max-width: none;
  }

  .landing-page .hero-mini-metrics,
  .landing-page .mockup-kpis,
  .landing-page .visual-kpis,
  .landing-page .visual-grid,
  .landing-page .stats-band,
  .landing-page .persona-grid,
  .landing-page .ai-grid,
  .landing-page .security-grid,
  .landing-page .pricing-grid,
  .landing-page .resource-grid,
  .landing-page .feature-grid,
  .landing-page .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-page .mockup-feed,
  .landing-page .mockup-split {
    grid-template-columns: 1fr;
  }

  .landing-page .landing-cta,
  .landing-page .site-footer {
    justify-content: start;
  }

  .contact-page .contact-hero,
  .contact-page .contact-layout {
    grid-template-columns: 1fr;
    display: grid;
    align-items: start;
  }

  .contact-page .contact-hero {
    gap: 0.9rem;
  }

  .contact-page .contact-badges {
    justify-content: flex-start;
  }

  .contact-page .contact-form-grid,
  .contact-page .faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  body[data-page="configure"] .page {
    padding-bottom: 1rem;
  }
}

@media (max-width: 640px) {
  .topbar {
    position: static;
    top: auto;
    backdrop-filter: none;
  }

  .home-hero {
    min-height: auto;
    width: min(100%, calc(100vw - 1rem));
    grid-template-columns: 1fr;
  }

  .topbar {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.8rem;
    padding: 0.85rem 0.75rem;
  }

  .brand {
    align-items: flex-start;
  }

  .brand div {
    display: grid;
    gap: 0.1rem;
  }

  .topbar-home .brand .eyebrow {
    font-size: 0.9rem;
    letter-spacing: 0.18em;
  }

  .topbar-home .brand h1 {
    font-size: 0.78rem;
    line-height: 1.1;
    max-width: 18ch;
    color: rgba(238, 243, 246, 0.72);
  }

  .topbar-trial-copy {
    display: none;
  }

.topbar-trial-copy {
  margin: 0.18rem 0 0;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 183, 217, 0.22);
  background: rgba(0, 183, 217, 0.1);
  color: #8eefff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

  .topbar-home .brand-logo {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 14px;
  }

  .topnav,
  .header-actions {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.55rem;
  }

  .topnav {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .topnav a,
  .header-actions .btn,
  .home .hero-actions .btn,
  .contact-page .contact-actions .btn,
  .landing-cta .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .brand {
    gap: 0.75rem;
  }

  .brand-logo {
    width: 3rem;
    height: 3rem;
    border-radius: 16px;
  }

  .home .stats-band,
  .home .feature-grid,
  .home .pricing-grid {
    grid-template-columns: 1fr;
  }

  .home .pricing-grid-single {
    width: 100%;
  }

  .home-signals,
  .contact-badges {
    justify-content: flex-start;
  }

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

  .demo-shell,
  .demo-support {
    width: min(100%, calc(100vw - 1rem));
  }

  .demo-hero-copy h2 {
    max-width: 13ch;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .demo-form-card .btn {
    width: 100%;
    justify-content: center;
  }

  .trial-badge {
    display: none;
  }

  .home .landing-section,
  .home .home-showcase-static,
  .home .landing-cta,
  .home .feature-card,
  .home .pricing-card {
    width: 100%;
  }

  .home-showcase-head {
    gap: 0.6rem;
  }

  .home-showcase-grid {
    gap: 0.75rem;
  }

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

  .landing-page .hero-section,
  .landing-page .feature-split,
  .landing-page .stats-band,
  .landing-page .persona-grid,
  .landing-page .ai-grid,
  .landing-page .security-grid,
  .landing-page .pricing-grid,
  .landing-page .resource-grid,
  .landing-page .footer-columns,
  .landing-page .hero-mini-metrics,
  .landing-page .mockup-kpis,
  .landing-page .visual-kpis,
  .landing-page .visual-grid {
    grid-template-columns: 1fr;
  }

  .landing-page .mockup-split,
  .landing-page .mockup-feed {
    grid-template-columns: 1fr;
  }

  .contact-page .contact-hero,
  .contact-page .contact-layout {
    grid-template-columns: 1fr;
    display: grid;
  }

  .contact-page .contact-hero,
  .contact-page .contact-form-card,
  .contact-page .contact-side-card,
  .contact-page .contact-faq {
    padding: 1rem;
    border-radius: 22px;
  }

  .contact-page .contact-form-grid,
  .contact-page .faq-grid {
    grid-template-columns: 1fr;
  }

  .contact-page .contact-span-2 {
    grid-column: span 1;
  }

  .home-intro h2 {
    max-width: 13ch;
    font-size: clamp(2rem, 9vw, 2.8rem);
    text-align: center;
  }

  .topbar-home {
    padding-block: 0.65rem;
  }

  .home-hero {
    min-height: calc(100dvh - 7rem);
    width: min(100%, calc(100vw - 1rem));
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-intro,
  .home-showcase-static {
    width: 100%;
  }

  .home-showcase-grid {
    grid-template-columns: 1fr;
  }

  .home-feature-card:nth-child(1),
  .home-feature-card:nth-child(4) {
    grid-column: span 1;
    min-height: 11.5rem;
  }

  .home-showcase-head {
    flex-direction: column;
  }

  .home-page {
    min-height: auto;
    padding-bottom: 1.5rem;
  }

  .landing-section {
    width: min(100%, calc(100vw - 1rem));
  }

  .landing-cta {
    padding: 1rem;
    align-items: flex-start;
  }

  .page {
    width: min(100%, calc(100% - 1rem));
    padding: 0.35rem;
  }

  .page {
    height: auto;
    min-height: calc(100dvh - 5.4rem);
  }

  .legal-content {
    gap: 0.75rem;
  }

  .legal-toc {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    overflow-x: auto;
  }

  .legal-toc strong {
    width: 100%;
    margin-bottom: 0.1rem;
  }

  .legal-toc a {
    white-space: nowrap;
  }

  .cookie-banner {
    width: calc(100% - 1rem);
    left: 0.5rem;
    transform: none;
    bottom: 0.5rem;
    align-items: flex-start;
    flex-direction: column;
  }
}
