/*
Theme Name: Londeo Smart Parking
Theme URI: https://londeoaccess.com
Author: Londeo Access
Description: A lightweight modular WordPress block theme for smart parking solutions in Singapore and Hong Kong.
Version: 1.0.1
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: londeo-smart-parking
*/

:root {
  --londeo-ink: #101820;
  --londeo-muted: #5c6975;
  --londeo-line: #dce5ee;
  --londeo-bg: #f5f8fa;
  --londeo-panel: #ffffff;
  --londeo-cyan: #0fb6c9;
  --londeo-blue: #1557bd;
  --londeo-green: #1f9d74;
  --londeo-orange: #e9822a;
  --londeo-navy: #0e1a2a;
  --londeo-steel: #dbe6ee;
  --londeo-silver: #eef3f6;
  --londeo-warning: #f3b34c;
}

body {
  background: var(--londeo-bg);
  color: var(--londeo-ink);
  margin: 0;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 24px;
}

.londeo-section {
  padding-block: clamp(56px, 7vw, 96px);
}

.londeo-kicker {
  color: var(--londeo-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

.londeo-grid-2,
.londeo-grid-3,
.londeo-grid-4 {
  display: grid;
  gap: 18px;
}

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

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

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

.londeo-card {
  background: var(--londeo-panel);
  border: 1px solid var(--londeo-line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 18px 50px rgba(16, 31, 53, .06);
}

.londeo-card h3,
.londeo-card h4 {
  margin-top: 0;
}

.londeo-hero {
  background:
    linear-gradient(115deg, rgba(14, 26, 42, .98), rgba(15, 51, 78, .92)),
    radial-gradient(circle at 72% 36%, rgba(15, 182, 201, .24), transparent 34%),
    #0e1a2a;
  color: #ffffff;
  min-height: 82vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.londeo-hero::after {
  background:
    linear-gradient(90deg, rgba(18, 182, 203, .18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(18, 182, 203, .12) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  inset: 0;
  opacity: .28;
  pointer-events: none;
  position: absolute;
}

.londeo-hero .site-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.londeo-hero h1 {
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1;
  margin: 14px 0 20px;
  max-width: 830px;
}

.londeo-hero p {
  color: rgba(255, 255, 255, .78);
  font-size: clamp(17px, 2vw, 21px);
  max-width: 660px;
}

.londeo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.londeo-button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  text-decoration: none;
}

.londeo-button-primary {
  background: linear-gradient(135deg, var(--londeo-cyan), #4fd5df);
  color: #061b25;
}

.londeo-button-secondary {
  border: 1px solid rgba(255, 255, 255, .32);
  color: #ffffff;
}

.londeo-visual {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  padding: 22px;
}

.londeo-dashboard {
  background: linear-gradient(180deg, #fbfdff, #eef5f8);
  border-radius: 8px;
  color: var(--londeo-ink);
  padding: 18px;
}

.londeo-signal-strip {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 16px;
}

.londeo-signal {
  background: #e7f3f8;
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
}

.londeo-signal span {
  background: linear-gradient(90deg, var(--londeo-cyan), var(--londeo-green));
  display: block;
  height: 100%;
}

.londeo-dashboard-bar {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.londeo-dot {
  border-radius: 999px;
  display: inline-block;
  height: 9px;
  width: 9px;
}

.londeo-lane {
  background: linear-gradient(135deg, #142336, #1b3149);
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr auto;
  padding: 18px;
}

.londeo-plate {
  background: #ffffff;
  border-radius: 4px;
  color: #16263a;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 8px 12px;
}

.londeo-gate {
  align-items: end;
  display: grid;
  gap: 6px;
  grid-template-columns: 12px 104px;
}

.londeo-gate-post {
  background: var(--londeo-orange);
  border-radius: 3px;
  height: 72px;
}

.londeo-gate-arm {
  background: repeating-linear-gradient(90deg, #fff 0 18px, #e34848 18px 36px);
  border-radius: 999px;
  height: 10px;
  transform: rotate(-14deg);
  transform-origin: left center;
}

.londeo-metric-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
}

.londeo-metric {
  background: #eaf2f7;
  border-radius: 6px;
  padding: 12px;
}

.londeo-metric strong {
  display: block;
  font-size: 24px;
}

.londeo-band {
  background: linear-gradient(135deg, #0e1a2a, #14263d);
  color: #ffffff;
}

.londeo-split-band {
  background:
    linear-gradient(90deg, rgba(14, 26, 42, .97), rgba(17, 45, 68, .9)),
    #0e1a2a;
  color: #ffffff;
}

.londeo-comparison {
  border-collapse: collapse;
  width: 100%;
}

.londeo-comparison th,
.londeo-comparison td {
  border-bottom: 1px solid var(--londeo-line);
  padding: 14px;
  text-align: left;
  vertical-align: top;
}

.londeo-comparison th {
  color: var(--londeo-blue);
  font-size: 14px;
  text-transform: uppercase;
}

.londeo-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.londeo-pill {
  background: #eaf4f8;
  border: 1px solid #cfe3ee;
  border-radius: 999px;
  color: #12334f;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 12px;
}

.londeo-roadmap {
  counter-reset: roadmap;
  display: grid;
  gap: 14px;
}

.londeo-roadmap-item {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  padding: 20px;
}

.londeo-roadmap-item::before {
  color: var(--londeo-cyan);
  content: "0" counter(roadmap);
  counter-increment: roadmap;
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
}

.londeo-band .londeo-muted {
  color: rgba(255, 255, 255, .72);
}

.londeo-feature-list {
  display: grid;
  gap: 10px;
  padding: 0;
}

.londeo-feature-list li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}

.londeo-feature-list li::before {
  background: var(--londeo-cyan);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: .7em;
  width: 8px;
}

.londeo-logo-text {
  color: inherit;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
}

.londeo-nav {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-block: 18px;
}

.londeo-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.londeo-nav-links a {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
}

.londeo-footer {
  background: #0d1623;
  color: rgba(255, 255, 255, .76);
  padding-block: 48px;
}

.londeo-footer a {
  color: #ffffff;
}

@media (max-width: 900px) {
  .londeo-grid-2,
  .londeo-grid-3,
  .londeo-grid-4,
  .londeo-hero .site-shell {
    grid-template-columns: 1fr;
  }

  .londeo-hero {
    min-height: auto;
    padding-block: 72px;
  }
}

@media (max-width: 560px) {
  .site-shell {
    padding-inline: 18px;
  }

  .londeo-nav {
    align-items: flex-start;
    flex-direction: column;
  }

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