.pea-microsite-page .site-header,
.pea-microsite-page header.header,
.pea-microsite-page .nv-navbar,
.pea-microsite-page .site-footer,
.pea-microsite-page footer.footer,
.pea-microsite-page .entry-header,
.pea-microsite-page .nv-page-title {
  display: none !important;
}

.pea-microsite-page .container,
.pea-microsite-page .container-fluid,
.pea-microsite-page .entry-content,
.pea-microsite-page .nv-single-page-wrap,
.pea-microsite-page .nv-content-wrap,
.pea-microsite-page .single-page-container .row {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.pea-microsite-page {
  background: #f7f4ee;
}

.pea-shell {
  --pea-ink: #151512;
  --pea-ash: #292a25;
  --pea-muted: #67675f;
  --pea-paper: #fffdf8;
  --pea-cream: #eee7d8;
  --pea-line: rgba(21, 21, 18, 0.12);
  --pea-acid: #c7ff48;
  --pea-amber: #ffb23f;
  --pea-cyan: #77d7e8;
  --pea-red: #f05d4f;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--pea-ink);
  background: var(--pea-paper);
  min-height: 100vh;
  letter-spacing: 0;
}

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

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

.pea-container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.pea-ticker {
  height: 34px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  color: #f8f6ef;
  background: #151512;
  border-bottom: 1px solid rgba(199, 255, 72, 0.35);
  font-size: 12px;
}

.pea-ticker strong {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: var(--pea-acid);
  background: #151512;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

.pea-ticker__viewport {
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.pea-ticker__track {
  display: flex;
  align-items: center;
  gap: 26px;
  min-width: max-content;
  animation: pea-scroll 36s linear infinite;
}

.pea-ticker span {
  white-space: nowrap;
  color: rgba(255, 253, 248, 0.72);
}

@keyframes pea-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.pea-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px max(18px, calc((100vw - 1180px) / 2));
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid var(--pea-line);
  backdrop-filter: blur(16px);
}

.pea-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pea-ink);
  text-decoration: none;
}

.pea-brand span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--pea-ink);
  background: var(--pea-acid);
  font-weight: 900;
}

.pea-brand strong {
  font-size: 15px;
}

.pea-menu {
  display: flex;
  align-items: center;
  gap: 22px;
}

.pea-menu a {
  color: var(--pea-ash);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.pea-menu .pea-nav-cta {
  padding: 11px 16px;
  border-radius: 8px;
  background: var(--pea-ink);
  color: var(--pea-paper);
}

.pea-menu-toggle {
  display: none;
  border: 1px solid var(--pea-line);
  border-radius: 8px;
  background: transparent;
  padding: 10px 12px;
  font-weight: 800;
  color: var(--pea-ink);
}

.pea-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 34px);
  padding: 82px 0 64px;
  background: #151512;
}

.pea-hero__media {
  position: absolute;
  inset: 0;
}

.pea-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(21, 21, 18, 0.96), rgba(21, 21, 18, 0.72) 48%, rgba(21, 21, 18, 0.36)),
    linear-gradient(0deg, rgba(21, 21, 18, 0.92), transparent 48%);
}

.pea-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pea-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 52px;
}

.pea-hero__copy {
  color: var(--pea-paper);
}

.pea-kicker {
  margin: 0 0 13px;
  color: var(--pea-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pea-band--dark .pea-kicker,
.pea-hero .pea-kicker {
  color: var(--pea-acid);
}

.pea-warning {
  max-width: 66ch;
  padding: 9px 11px;
  border: 1px solid rgba(199, 255, 72, 0.32);
  border-radius: 8px;
  background: rgba(199, 255, 72, 0.1);
  line-height: 1.4;
}

.pea-hero h1,
.pea-page-hero h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.96;
  letter-spacing: 0;
}

.pea-lede,
.pea-page-hero p {
  max-width: 64ch;
  margin: 22px 0 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 19px;
  line-height: 1.65;
}

.pea-actions,
.pea-proof-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
}

.pea-proof-row span {
  padding: 9px 11px;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 7px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 12px;
  font-weight: 800;
}

.pea-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.pea-button--primary {
  background: var(--pea-acid);
  color: var(--pea-ink);
}

.pea-button--ghost {
  border: 1px solid rgba(255, 253, 248, 0.22);
  color: var(--pea-paper);
  background: rgba(255, 253, 248, 0.06);
}

.pea-button--light {
  background: var(--pea-paper);
  color: var(--pea-ink);
}

.pea-button--full {
  width: 100%;
}

.pea-form,
.pea-panel,
.pea-deadline-card,
.pea-device-card,
.pea-check-card,
.pea-step,
.pea-process-item,
.pea-faq-list details,
.pea-faq-grid article {
  border: 1px solid var(--pea-line);
  border-radius: 8px;
  background: var(--pea-paper);
  box-shadow: 0 22px 70px rgba(21, 21, 18, 0.12);
}

.pea-form {
  padding: 24px;
}

.pea-form__head span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 9px;
  border-radius: 6px;
  background: #151512;
  color: var(--pea-acid);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.pea-form__head h2,
.pea-panel h2,
.pea-panel h3 {
  margin: 0;
}

.pea-form__head p,
.pea-form__note,
.pea-field label,
.pea-upload p,
.pea-panel p,
.pea-check-card p,
.pea-step p,
.pea-process-item p,
.pea-faq-grid p,
.pea-footer p {
  color: var(--pea-muted);
  line-height: 1.55;
}

.pea-popla-brief .pea-section-head p {
  color: rgba(255, 253, 248, 0.72);
}

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

.pea-popla-grid article,
.pea-popla-timeline,
.pea-popla-faqs details {
  border: 1px solid rgba(255, 253, 248, 0.15);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.06);
}

.pea-popla-grid article {
  padding: 22px;
}

.pea-popla-grid h3,
.pea-popla-timeline h3,
.pea-popla-faqs summary {
  color: var(--pea-paper);
}

.pea-popla-grid p,
.pea-popla-timeline li,
.pea-popla-faqs p,
.pea-source-note {
  color: rgba(255, 253, 248, 0.72);
  line-height: 1.6;
}

.pea-popla-timeline {
  margin-top: 18px;
  padding: 24px;
}

.pea-popla-timeline ol {
  margin: 14px 0 0;
  padding-left: 20px;
}

.pea-popla-timeline li + li {
  margin-top: 10px;
}

.pea-popla-faqs {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.pea-popla-faqs details {
  padding: 16px 18px;
}

.pea-popla-faqs summary {
  cursor: pointer;
  font-weight: 900;
}

.pea-source-note {
  margin: 16px 0 0;
  font-size: 13px;
}

.pea-inline-source {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.pea-inline-source:hover {
  color: var(--pea-acid);
}

.pea-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.pea-source-links a {
  padding: 7px 9px;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 7px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.pea-form__head p {
  margin: 8px 0 0;
}

.pea-field {
  margin-top: 16px;
}

.pea-form__pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}

.pea-field label,
.pea-deadline-card label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 900;
}

.pea-field input,
.pea-field select,
.pea-field textarea,
.pea-deadline-card input {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid var(--pea-line);
  border-radius: 7px;
  background: #fff;
  color: var(--pea-ink);
}

.pea-field textarea {
  min-height: 96px;
  padding: 12px 13px;
  resize: vertical;
}

.pea-upload {
  margin: 16px 0;
}

.pea-upload input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pea-upload label {
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 2px dashed rgba(21, 21, 18, 0.24);
  border-radius: 8px;
  background: #faf7ef;
  cursor: pointer;
}

.pea-upload label span {
  color: var(--pea-muted);
  font-size: 13px;
}

.pea-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.pea-form__status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--pea-ink);
  font-size: 13px;
  font-weight: 800;
}

.pea-form--gf .gform_wrapper {
  margin-top: 18px;
}

.pea-form--gf .gform_fields {
  row-gap: 13px;
}

.pea-form--gf .gfield_label,
.pea-form--gf legend.gfield_label {
  color: var(--pea-ink);
  font-size: 13px;
  font-weight: 900;
}

.pea-form--gf input,
.pea-form--gf select,
.pea-form--gf textarea {
  border-color: var(--pea-line);
  border-radius: 7px;
}

.pea-form--gf .gform_button {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  background: var(--pea-acid);
  color: #151512;
  font-weight: 950;
  cursor: pointer;
}

.pea-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.pea-band {
  padding: 86px 0;
  background: var(--pea-paper);
}

.pea-band--cream {
  background: var(--pea-cream);
}

.pea-band--dark {
  background: #151512;
  color: var(--pea-paper);
}

.pea-band h2,
.pea-final h2 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.pea-band p {
  font-size: 17px;
}

.pea-split,
.pea-feature,
.pea-deadline,
.pea-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  align-items: center;
  gap: 44px;
}

.pea-check-grid,
.pea-process-grid,
.pea-faq-grid,
.pea-brief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pea-check-grid--three {
  align-items: stretch;
}

.pea-check-card,
.pea-step,
.pea-process-item,
.pea-faq-grid article,
.pea-brief-grid article,
.pea-panel {
  padding: 24px;
}

.pea-brief-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.pea-brief-grid article {
  border: 1px solid var(--pea-line);
  background: var(--pea-paper);
}

.pea-brief-grid h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.pea-brief-grid p {
  margin: 0;
  color: var(--pea-muted);
  line-height: 1.62;
}

.pea-action-brief .pea-list {
  margin-bottom: 0;
}

.pea-check-card span,
.pea-step span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 34px;
  border-radius: 8px;
  background: var(--pea-ink);
  color: var(--pea-acid);
  font-weight: 900;
}

.pea-section-head {
  max-width: 100%;
  margin: 0 auto 32px;
  text-align: center;
}

.pea-section-head h2 {
  max-width: 80%;
  margin-inline: auto;
  line-height: 1.08;
}

.pea-step-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pea-device-card {
  overflow: hidden;
  margin: 0;
  background: #24241f;
}

.pea-device-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 20px;
  background: #ede7da;
}

.pea-device-card figcaption {
  padding: 16px;
  color: rgba(255, 253, 248, 0.74);
  font-size: 13px;
}

.pea-research-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 36px;
  align-items: start;
}

.pea-research h2,
.pea-page-data h2 {
  margin-bottom: 18px;
}

.pea-research p,
.pea-page-data p {
  color: var(--pea-muted);
  line-height: 1.72;
}

.pea-data-table {
  overflow: hidden;
  border: 1px solid var(--pea-line);
  background: var(--pea-paper);
}

.pea-data-table div {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--pea-line);
}

.pea-data-table div:last-child {
  border-bottom: 0;
}

.pea-data-table strong {
  color: var(--pea-ink);
  font-size: 14px;
}

.pea-data-table span {
  color: var(--pea-muted);
  line-height: 1.5;
}

.pea-research--dark {
  color: var(--pea-paper);
  background: var(--pea-ink);
}

.pea-research--dark .pea-section-head h2,
.pea-research--dark .pea-section-head p,
.pea-research--dark .pea-kicker {
  color: var(--pea-paper);
}

.pea-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.pea-stat-card {
  padding: 22px;
  border: 1px solid rgba(255, 253, 248, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.pea-stat-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--pea-acid);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.pea-stat-card p {
  margin: 0;
  color: rgba(255, 253, 248, 0.78);
  line-height: 1.55;
}

.pea-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pea-evidence-grid article {
  padding: 24px;
  border: 1px solid rgba(255, 253, 248, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.pea-evidence-grid h3 {
  color: var(--pea-paper);
}

.pea-evidence-grid .pea-list,
.pea-research--dark .pea-list {
  color: rgba(255, 253, 248, 0.76);
}

.pea-inline-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 20px 70px rgba(21, 21, 18, 0.12);
}

.pea-process-visual {
  display: grid;
  gap: 28px;
}

.pea-process-visual__image {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(21, 21, 18, 0.12);
  border-radius: 8px;
  background: #101411;
  box-shadow: 0 22px 70px rgba(21, 21, 18, 0.16);
}

.pea-process-visual__image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.pea-process-visual__copy {
  width: min(860px, 100%);
}

.pea-process-visual__copy h2 {
  max-width: 16ch;
}

.pea-list {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--pea-muted);
  line-height: 1.75;
}

.pea-anchor-row {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.pea-anchor-row a {
  color: var(--pea-acid);
  font-weight: 900;
  text-decoration: none;
}

.pea-deadline-card {
  padding: 24px;
}

.pea-timeline-panel {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}

.pea-timeline-panel p {
  margin: 0;
  padding: 16px;
  border-left: 4px solid var(--pea-acid);
  border-radius: 8px;
  background: #fffdf8;
  color: var(--pea-ash);
  line-height: 1.6;
}

.pea-deadline-results {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 8px;
  background: #151512;
  color: var(--pea-paper);
}

.pea-deadline-results p {
  margin: 0;
  color: rgba(255, 253, 248, 0.82);
}

.pea-page-hero {
  padding: 92px 0;
  color: var(--pea-paper);
  background:
    linear-gradient(90deg, rgba(21, 21, 18, 0.94), rgba(21, 21, 18, 0.66)),
    url("/wp-content/uploads/2025/08/smart-parking-carpark.jpg") center/cover;
}

.pea-page-hero h1 {
  max-width: 14ch;
}

.pea-page-hero .pea-button {
  margin-top: 26px;
}

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

.pea-process-item h2 {
  font-size: 26px;
}

.pea-faq-list {
  display: grid;
  gap: 12px;
}

.pea-faq-list details {
  padding: 20px 22px;
}

.pea-faq-list summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}

.pea-faq-list p {
  margin-bottom: 0;
  color: var(--pea-muted);
}

.pea-text-link,
.pea-contact-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--pea-ink);
  font-weight: 900;
}

.pea-contact-grid {
  align-items: stretch;
}

.pea-seo-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 24px;
}

.pea-seo-layout .pea-panel {
  position: sticky;
  top: 92px;
}

.pea-seo-points {
  display: grid;
  gap: 16px;
}

.pea-panel a {
  color: var(--pea-ink);
  font-weight: 900;
}

.pea-panel--wide {
  grid-column: 1 / -1;
}

.pea-final {
  padding: 72px 0;
  text-align: center;
  color: var(--pea-paper);
  background: #151512;
}

.pea-final h2 {
  margin-inline: auto;
  max-width: 18ch;
}

.pea-final p {
  max-width: 64ch;
  margin: 18px auto 24px;
  color: rgba(255, 253, 248, 0.78);
}

.pea-footer {
  padding: 34px 0;
  color: var(--pea-paper);
  background: #0f0f0d;
}

.pea-footer .pea-container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.pea-footer nav {
  display: flex;
  gap: 18px;
}

.pea-footer a {
  color: rgba(255, 253, 248, 0.78);
  text-decoration: none;
}

.pea-sticky {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: #151512;
  color: var(--pea-paper);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.24);
}

.pea-sticky a {
  padding: 10px 14px;
  border-radius: 7px;
  background: var(--pea-acid);
  color: var(--pea-ink);
  text-decoration: none;
  font-weight: 900;
}

@media (max-width: 900px) {
  .pea-menu-toggle {
    display: inline-flex;
  }

  .pea-menu {
    position: absolute;
    top: 71px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border: 1px solid var(--pea-line);
    border-radius: 8px;
    background: var(--pea-paper);
  }

  .pea-menu.is-open {
    display: flex;
  }

  .pea-hero__grid,
  .pea-split,
  .pea-feature,
  .pea-deadline,
  .pea-contact-grid,
  .pea-seo-layout,
  .pea-check-grid,
  .pea-form__pair,
  .pea-research-grid,
  .pea-stat-grid,
  .pea-evidence-grid,
  .pea-step-row,
	  .pea-process-grid,
	  .pea-faq-grid,
	  .pea-brief-grid,
	  .pea-popla-grid {
	    grid-template-columns: 1fr;
	  }

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

  .pea-hero__grid {
    gap: 28px;
  }

  .pea-hero h1,
  .pea-page-hero h1 {
    font-size: 48px;
  }

  .pea-footer .pea-container {
    flex-direction: column;
  }

  .pea-seo-layout .pea-panel {
    position: static;
  }

  .pea-sticky {
    display: flex;
  }
}

@media (max-width: 560px) {
  .pea-ticker {
    grid-template-columns: 1fr;
    height: 30px;
  }

  .pea-ticker strong {
    display: none;
  }

  .pea-container {
    width: min(100% - 24px, 1180px);
  }

  .pea-nav {
    padding-inline: 12px;
  }

  .pea-brand strong {
    max-width: 170px;
  }

  .pea-hero h1,
  .pea-page-hero h1 {
    font-size: 42px;
  }

  .pea-band {
    padding: 58px 0;
  }

  .pea-form {
    padding: 18px;
  }

  .pea-data-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .pea-stat-card strong {
    font-size: 38px;
  }
}
