﻿:root {
  color-scheme: light;
  --ink: #0e1715;
  --muted: #5d6864;
  --surface: #ffffff;
  --surface-soft: #f4f6f2;
  --line: rgba(14, 23, 21, 0.14);
  --graphite: #10231f;
  --graphite-2: #19352f;
  --forest: #1d5f4b;
  --gold: #c9a85d;
  --claret: #7a2736;
  --sky: #c9d9df;
  --shadow: 0 22px 70px rgba(13, 24, 21, 0.16);
  --radius: 8px;
  --max: 1180px;
}

* {
  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;
  color: var(--ink);
  background: var(--surface);
  letter-spacing: 0;
}

body.is-rtl {
  direction: rtl;
}

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

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  background: var(--ink);
  color: white;
  left: 1rem;
  padding: 0.7rem 1rem;
  position: fixed;
  top: -4rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  min-width: 220px;
}

.brand-mark {
  align-items: center;
  background: var(--graphite);
  border: 1px solid rgba(201, 168, 93, 0.7);
  color: var(--gold);
  display: inline-flex;
  font-family: Georgia, serif;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.03rem;
  font-weight: 600;
}

.brand small {
  color: var(--muted);
  display: block;
  font-size: 0.72rem;
  margin-top: 0.1rem;
}

.nav-links {
  display: flex;
  gap: clamp(0.7rem, 2vw, 1.5rem);
  justify-content: center;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.92rem;
  padding: 0.5rem 0;
}

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

.header-actions {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  justify-content: flex-end;
}

.language-label {
  color: var(--muted);
  font-size: 0.78rem;
}

select,
input {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  min-height: 44px;
  padding: 0.7rem 0.8rem;
  width: 100%;
}

select:focus,
input:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(201, 168, 93, 0.4);
  outline-offset: 2px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  display: inline-flex;
  font-weight: 750;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1rem;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
  white-space: normal;
}

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

.button-primary {
  background: var(--gold);
  box-shadow: 0 14px 34px rgba(201, 168, 93, 0.25);
  color: #12120f;
}

.button-dark {
  background: var(--graphite);
  color: white;
}

.button-glass {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.38);
  color: white;
}

.button-small {
  font-size: 0.88rem;
  min-height: 40px;
  padding: 0.55rem 0.85rem;
}

.full-width {
  width: 100%;
}

.hero {
  color: white;
  display: grid;
  min-height: 82vh;
  overflow: hidden;
  position: relative;
}

.hero-image,
.hero-scrim,
.hero-content {
  grid-area: 1 / 1;
}

.hero-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(10, 18, 17, 0.9), rgba(10, 18, 17, 0.58) 42%, rgba(10, 18, 17, 0.1)),
    linear-gradient(0deg, rgba(10, 18, 17, 0.5), transparent 40%);
}

.hero-content {
  align-content: center;
  display: grid;
  gap: 1.35rem;
  max-width: var(--max);
  padding: clamp(5.5rem, 10vw, 8rem) clamp(1rem, 5vw, 3rem) clamp(3rem, 6vw, 5rem);
  width: 100%;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

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

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  font-weight: 500;
  line-height: 0.94;
  margin-bottom: 0;
  max-width: 760px;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.9rem;
}

h3 {
  font-size: 1.05rem;
  line-height: 1.2;
  margin-bottom: 0.55rem;
}

p {
  line-height: 1.65;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  max-width: 660px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-proof {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(1.4rem, 4vw, 3rem) 0 0;
  max-width: 780px;
  padding-top: 1.2rem;
}

.hero-proof div {
  min-width: 0;
}

.hero-proof dt {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
}

.hero-proof dd {
  color: rgba(255, 255, 255, 0.74);
  margin: 0.2rem 0 0;
}

.trust-strip {
  align-items: center;
  background: var(--graphite);
  color: white;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(5, 1fr);
}

.trust-strip span {
  background: rgba(255, 255, 255, 0.05);
  min-height: 74px;
  padding: 1rem;
  text-align: center;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 3rem);
}

.section > *,
.site-footer > * {
  max-width: var(--max);
}

.section-head {
  margin: 0 auto clamp(2rem, 5vw, 3.4rem);
  max-width: 860px;
  text-align: center;
}

.section-head p:not(.eyebrow) {
  color: var(--muted);
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.section-head.compact {
  max-width: var(--max);
  text-align: left;
}

body.is-rtl .section-head.compact {
  text-align: right;
}

.section-light {
  background: var(--surface-soft);
}

.journey-grid,
.security-grid,
.feature-matrix,
.device-grid {
  display: grid;
  gap: 1rem;
  margin: 0 auto;
  max-width: var(--max);
}

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

.journey-card,
.security-card,
.feature-matrix article,
.booking-panel,
.quote-panel,
.chat-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(13, 24, 21, 0.06);
}

.journey-card {
  min-height: 230px;
  padding: 1.4rem;
}

.step-number {
  color: var(--gold);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  margin-bottom: 1rem;
}

.journey-card p,
.security-card p,
.feature-matrix li {
  color: var(--muted);
}

.section-booking {
  background: white;
}

.booking-layout {
  align-items: start;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1.65fr) minmax(310px, 0.75fr);
  margin: 0 auto;
  max-width: var(--max);
}

.booking-panel {
  padding: clamp(1rem, 2vw, 1.4rem);
}

fieldset {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 1.3rem 0;
}

fieldset:first-child {
  border-top: 0;
  padding-top: 0;
}

legend {
  font-weight: 850;
  padding-right: 1rem;
}

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

label span {
  color: var(--muted);
  display: block;
  font-size: 0.83rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.tier-options {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1rem;
}

.tier-option {
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  gap: 0.7rem;
  min-height: 116px;
  padding: 1rem;
}

.tier-option input {
  accent-color: var(--gold);
  flex: 0 0 auto;
  height: 20px;
  margin-top: 0.1rem;
  min-height: auto;
  width: 20px;
}

.tier-option strong,
.tier-option small {
  display: block;
}

.tier-option small {
  color: var(--muted);
  line-height: 1.45;
  margin-top: 0.4rem;
}

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

.option-grid label {
  align-items: center;
  background: var(--surface-soft);
  border: 1px solid transparent;
  border-radius: var(--radius);
  display: flex;
  gap: 0.55rem;
  min-height: 54px;
  padding: 0.8rem;
}

.option-grid input {
  accent-color: var(--forest);
  flex: 0 0 auto;
  height: 20px;
  min-height: auto;
  width: 20px;
}

.option-grid span {
  color: var(--ink);
  margin: 0;
}

.quote-panel {
  padding: 1.2rem;
  position: sticky;
  top: 92px;
}

.quote-sticky {
  display: grid;
  gap: 1rem;
}

.quote-lines {
  display: grid;
  gap: 0.8rem;
  margin: 0;
}

.quote-lines div {
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}

.quote-lines dt {
  color: var(--muted);
}

.quote-lines dd {
  font-weight: 750;
  margin: 0;
  text-align: right;
}

body.is-rtl .quote-lines dd {
  text-align: left;
}

.quote-total {
  background: var(--graphite);
  border-radius: var(--radius);
  color: white;
  padding: 1rem;
}

.quote-total span,
.quote-total strong {
  display: block;
}

.quote-total strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
  margin-top: 0.35rem;
}

.quote-note {
  color: var(--muted);
  font-size: 0.86rem;
  margin: 0;
}

.section-dark {
  background: var(--graphite);
  color: white;
}

.section-dark .section-head p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

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

.security-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
  color: white;
  min-height: 210px;
  padding: 1.4rem;
}

.security-card p {
  color: rgba(255, 255, 255, 0.7);
}

.section-live {
  background: #f8f8f5;
}

.live-layout {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  margin: 0 auto;
  max-width: var(--max);
}

.live-layout p {
  color: var(--muted);
}

.timeline {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.timeline-step {
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 18px 1fr;
}

.timeline-step span {
  background: white;
  border: 2px solid var(--line);
  border-radius: 50%;
  height: 18px;
  width: 18px;
}

.timeline-step.is-complete span {
  background: var(--forest);
  border-color: var(--forest);
}

.timeline-step.is-active span {
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 0 0 6px rgba(201, 168, 93, 0.2);
}

.timeline-step p {
  margin: 0;
}

.map-panel {
  background: var(--graphite);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: white;
  overflow: hidden;
}

.map-toolbar,
.map-footer {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem;
}

.map-toolbar strong {
  color: var(--gold);
  font-size: 1.7rem;
}

.parking-map {
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    #152c27;
  background-size: 56px 56px;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(4, 1fr);
  padding: 1rem;
}

.parking-map span {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  height: clamp(56px, 9vw, 82px);
  justify-content: center;
}

.parking-map .is-current {
  background: var(--gold);
  color: #111;
  font-weight: 850;
}

.map-footer {
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.map-footer p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.section-apps {
  background: white;
}

.device-grid {
  align-items: end;
  grid-template-columns: 0.8fr 1.3fr 0.55fr;
}

.phone-frame,
.tablet-frame,
.watch-frame {
  background: #0c1211;
  border: 1px solid rgba(201, 168, 93, 0.3);
  box-shadow: var(--shadow);
  color: white;
}

.phone-frame {
  border-radius: 34px;
  min-height: 560px;
  padding: 1rem;
}

.device-status {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
  padding: 0.8rem 0 1.2rem;
  text-align: center;
}

.phone-card {
  background:
    linear-gradient(180deg, rgba(201, 168, 93, 0.16), rgba(255, 255, 255, 0.06)),
    #14231f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 0.8rem;
  min-height: 360px;
  padding: 1rem;
}

.phone-card small {
  color: var(--gold);
}

.phone-card p {
  color: rgba(255, 255, 255, 0.72);
}

.phone-tabs {
  display: grid;
  gap: 0.4rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1rem;
}

.phone-tabs span {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.78);
  padding: 0.65rem 0.3rem;
  text-align: center;
}

.tablet-frame {
  border-radius: 24px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 180px 1fr;
  min-height: 420px;
  padding: 1rem;
}

.tablet-sidebar {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  display: grid;
  gap: 0.8rem;
  grid-auto-rows: min-content;
  padding: 1rem;
}

.tablet-sidebar span {
  color: rgba(255, 255, 255, 0.66);
}

.tablet-board {
  background: white;
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 1rem;
  grid-auto-rows: min-content;
  padding: 1rem;
}

.ops-row {
  align-items: center;
  background: var(--surface-soft);
  border-radius: 8px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 64px;
  padding: 0.9rem;
}

.ops-row span {
  color: var(--muted);
}

.watch-frame {
  border-radius: 48px;
  height: 260px;
  padding: 0.65rem;
}

.watch-face {
  align-items: center;
  background:
    radial-gradient(circle at center 15%, rgba(201, 168, 93, 0.22), transparent 36%),
    #08100e;
  border-radius: 42px;
  display: grid;
  height: 100%;
  justify-items: center;
  padding: 1rem;
  text-align: center;
}

.watch-time {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8rem;
}

.watch-face strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
}

.watch-face p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  line-height: 1.3;
  margin: 0;
}

.watch-face button {
  background: var(--gold);
  border: 0;
  border-radius: 999px;
  color: #111;
  font-size: 0.82rem;
  font-weight: 800;
  min-height: 36px;
  padding: 0 0.8rem;
}

.section-features {
  background: var(--surface-soft);
}

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

.feature-matrix article {
  min-height: 260px;
  padding: 1.4rem;
}

.feature-matrix ul {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

body.is-rtl .feature-matrix ul {
  padding-left: 0;
  padding-right: 1.1rem;
}

.section-chat {
  background: white;
}

.chat-shell {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.7fr);
  margin: 0 auto;
  max-width: var(--max);
}

.chat-shell p {
  color: var(--muted);
}

.chat-panel {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.message,
.chat-log div {
  border-radius: 8px;
  line-height: 1.55;
  padding: 0.85rem;
}

.message-agent,
.chat-log .agent {
  background: var(--surface-soft);
}

.chat-log {
  display: grid;
  gap: 0.7rem;
  max-height: 230px;
  overflow: auto;
}

.chat-log .user {
  background: var(--graphite);
  color: white;
  justify-self: end;
  max-width: 86%;
}

.quick-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.quick-prompts button,
.chat-input button {
  background: var(--graphite);
  border: 0;
  border-radius: var(--radius);
  color: white;
  font-weight: 750;
  min-height: 40px;
  padding: 0.55rem 0.8rem;
}

.chat-input {
  align-items: center;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr auto;
}

.site-footer {
  align-items: start;
  background: var(--graphite);
  color: white;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 2rem clamp(1rem, 5vw, 3rem);
}

.site-footer p {
  color: rgba(255, 255, 255, 0.66);
  margin: 0.35rem 0 0;
  max-width: 680px;
}

.site-footer a {
  color: var(--gold);
  font-weight: 800;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .journey-grid,
  .security-grid,
  .device-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .watch-frame {
    max-width: 260px;
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: start;
  }

  .brand {
    min-width: 0;
  }

  .brand small,
  .language-label {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(10, 18, 17, 0.88), rgba(10, 18, 17, 0.58) 48%, rgba(10, 18, 17, 0.28)),
      linear-gradient(0deg, rgba(10, 18, 17, 0.55), transparent 45%);
  }

  .hero-content {
    align-content: end;
  }

  .hero-proof,
  .trust-strip,
  .booking-layout,
  .live-layout,
  .chat-shell {
    grid-template-columns: 1fr;
  }

  .trust-strip span {
    min-height: 56px;
  }

  .field-grid,
  .tier-options,
  .option-grid,
  .feature-matrix,
  .device-grid {
    grid-template-columns: 1fr;
  }

  .quote-panel {
    position: static;
  }

  .tablet-frame {
    grid-template-columns: 1fr;
  }

  .tablet-sidebar {
    grid-template-columns: repeat(4, 1fr);
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 0.7rem 0.8rem;
  }

  .header-actions {
    gap: 0.45rem;
  }

  .button-small {
    padding: 0.5rem 0.65rem;
  }

  .hero {
    min-height: 700px;
  }

  h1 {
    font-size: 3.15rem;
  }

  h2 {
    font-size: 2rem;
  }

  .section {
    padding: 3.3rem 0.85rem;
  }

  .journey-grid,
  .security-grid {
    grid-template-columns: 1fr;
  }

  .journey-card,
  .security-card,
  .feature-matrix article {
    min-height: auto;
  }

  .hero-actions {
    display: grid;
  }

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

  .parking-map {
    gap: 0.45rem;
    grid-template-columns: repeat(4, minmax(46px, 1fr));
    padding: 0.7rem;
  }

  .map-toolbar,
  .map-footer {
    display: grid;
  }

  .tablet-sidebar {
    grid-template-columns: repeat(2, 1fr);
  }

  .chat-input {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
