:root {
  --navy: #0F1F3D;
  --navy-2: #18305A;
  --navy-3: #233D68;
  --gold: #C9A96E;
  --gold-2: #E4D2A8;
  --white: #FFFFFF;
  --soft: #F5F5F5;
  --soft-2: #ECEFF3;
  --ink: #142033;
  --muted: #647084;
  --line: rgba(15, 31, 61, 0.13);
  --line-strong: rgba(15, 31, 61, 0.22);
  --shadow: 0 24px 70px rgba(15, 31, 61, 0.12);
  --shadow-premium: 0 32px 90px rgba(15, 31, 61, 0.16);
  --shadow-gallery: 0 34px 100px rgba(15, 31, 61, 0.18), 0 2px 0 rgba(255, 255, 255, 0.9) inset;
  --ease-premium: cubic-bezier(0.16, 1, 0.3, 1);
  --page-accent: var(--gold);
  --page-hero-bg: url("/assets/generated/mykeyz-bg-architectural-light.png");
  --section-bg: url("/assets/generated/mykeyz-bg-architectural-light.png");
  --section-bg-opacity: 0.28;
  --section-bg-position: center;
  --radius: 8px;
  --header-height: 76px;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: clip;
}

@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/satoshi-400.woff2") format("woff2");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/satoshi-500.woff2") format("woff2");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/satoshi-700.woff2") format("woff2");
}

body {
  margin: 0;
  color: var(--ink);
  background: #FBFAF8;
  font-family: "Satoshi", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.page-tenants,
.page-use-cases-move-in {
  --page-accent: #C9A96E;
}

.page-landlords,
.page-use-cases-move-out {
  --page-accent: #D7B77A;
}

.page-property-managers,
.page-brokers {
  --page-accent: #BFC8D9;
}

.page-pricing,
.page-download,
.page-contact {
  --page-accent: #E0C48A;
}

.page-use-cases-snagging,
.page-use-cases-furnished,
.page-resources,
.page-the-report,
.page-how-it-works {
  --page-accent: #CAD6E8;
}

.page-how-it-works {
  --hero-plate: url("/assets/generated/mykeyz-bg-record-layers.png");
  --hero-plate-position: 54% 46%;
  --hero-ambient-position: 82% 44%;
  --hero-ambient-opacity: 0.14;
  --hero-accent-rgb: 201, 169, 110;
}

.page-the-report {
  --hero-plate: url("/assets/generated/mykeyz-bg-record-layers.png");
  --hero-plate-position: 62% 44%;
  --hero-ambient-position: 84% 50%;
  --hero-ambient-opacity: 0.15;
  --hero-accent-rgb: 191, 200, 217;
}

.page-pricing {
  --hero-plate: url("/assets/generated/mykeyz-bg-transition-soft.png");
  --hero-plate-position: 48% 52%;
  --hero-ambient-position: 78% 50%;
  --hero-ambient-opacity: 0.12;
  --hero-accent-rgb: 224, 196, 138;
  --hero-image-position: 50% 48%;
}

.page-tenants {
  --hero-plate: url("/assets/generated/mykeyz-bg-architectural-light.png");
  --hero-plate-position: 58% 46%;
  --hero-ambient-position: 83% 44%;
  --hero-ambient-opacity: 0.13;
  --hero-accent-rgb: 201, 169, 110;
}

.page-landlords {
  --hero-plate: url("/assets/generated/mykeyz-bg-transition-soft.png");
  --hero-plate-position: 52% 50%;
  --hero-ambient-position: 82% 48%;
  --hero-ambient-opacity: 0.14;
  --hero-accent-rgb: 215, 183, 122;
}

.page-property-managers {
  --hero-plate: url("/assets/generated/mykeyz-bg-record-layers.png");
  --hero-plate-position: 64% 44%;
  --hero-ambient-position: 86% 50%;
  --hero-ambient-opacity: 0.13;
  --hero-accent-rgb: 191, 200, 217;
}

.page-brokers {
  --hero-plate: url("/assets/generated/mykeyz-bg-record-layers.png");
  --hero-plate-position: 42% 52%;
  --hero-ambient-position: 80% 46%;
  --hero-ambient-opacity: 0.14;
  --hero-accent-rgb: 224, 196, 138;
}

.page-use-cases-move-in {
  --hero-plate: url("/assets/generated/mykeyz-bg-architectural-light.png");
  --hero-plate-position: 54% 48%;
  --hero-ambient-position: 82% 45%;
  --hero-ambient-opacity: 0.13;
  --hero-accent-rgb: 201, 169, 110;
}

.page-use-cases-move-out {
  --hero-plate: url("/assets/generated/mykeyz-bg-transition-soft.png");
  --hero-plate-position: 46% 54%;
  --hero-ambient-position: 80% 50%;
  --hero-ambient-opacity: 0.13;
  --hero-accent-rgb: 215, 183, 122;
}

.page-use-cases-snagging {
  --hero-plate: url("/assets/generated/mykeyz-bg-architectural-light.png");
  --hero-plate-position: 64% 42%;
  --hero-ambient-position: 83% 48%;
  --hero-ambient-opacity: 0.12;
  --hero-accent-rgb: 191, 200, 217;
}

.page-use-cases-furnished {
  --hero-plate: url("/assets/generated/mykeyz-bg-transition-soft.png");
  --hero-plate-position: 55% 48%;
  --hero-ambient-position: 82% 50%;
  --hero-ambient-opacity: 0.13;
  --hero-accent-rgb: 215, 183, 122;
}

.page-resources,
.page-resources-dubai-rental-laws,
.page-resources-deposit-disputes {
  --page-hero-bg: url("/assets/generated/laws-hero.webp");
  --hero-plate: url("/assets/generated/mykeyz-bg-record-layers.png");
  --hero-plate-position: 62% 42%;
  --hero-ambient-position: 84% 48%;
  --hero-ambient-opacity: 0.12;
  --hero-accent-rgb: 191, 200, 217;
}

.page-resources-deposit-disputes {
  --page-hero-bg: url("/assets/generated/disputes-hero.webp");
  --hero-accent-rgb: 224, 196, 138;
}

.page-about,
.page-contact {
  --page-hero-bg: url("/assets/generated/about-hero.webp");
  --hero-plate: url("/assets/generated/mykeyz-bg-architectural-light.png");
  --hero-plate-position: 58% 46%;
  --hero-ambient-position: 82% 48%;
  --hero-ambient-opacity: 0.12;
  --hero-accent-rgb: 201, 169, 110;
}

.page-download {
  --page-hero-bg: url("/assets/generated/hero-main.webp");
  --hero-plate: url("/assets/generated/mykeyz-bg-transition-soft.png");
  --hero-plate-position: 54% 50%;
  --hero-ambient-position: 80% 46%;
  --hero-ambient-opacity: 0.12;
  --hero-accent-rgb: 224, 196, 138;
}

.page-help,
.page-privacy,
.page-terms,
.page-404 {
  --page-hero-bg: url("/assets/generated/report-preview.webp");
  --hero-plate: url("/assets/generated/mykeyz-bg-record-layers.png");
  --hero-plate-position: 52% 48%;
  --hero-ambient-position: 86% 50%;
  --hero-ambient-opacity: 0.1;
  --hero-accent-rgb: 191, 200, 217;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2000;
  pointer-events: none;
  opacity: 0.04;
  mix-blend-mode: multiply;
  background-image: url("/assets/generated/mykeyz-surface-texture.jpg");
  background-size: 720px 720px;
}

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

button,
input,
textarea {
  font: inherit;
}

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

img {
  height: auto;
}

figure {
  margin: 0;
}

:focus-visible {
  outline: 3px solid rgba(201, 169, 110, 0.7);
  outline-offset: 3px;
}

.wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  --scroll-progress: 0%;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(15, 31, 61, 0.09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: var(--scroll-progress);
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 169, 110, 0.95), rgba(15, 31, 61, 0.2));
  transition: width 80ms linear;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 32px rgba(15, 31, 61, 0.08);
}

.nav-shell {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 31, 61, 0.16);
}

.brand span {
  font-size: 1.12rem;
}

.nav-menu {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-group {
  position: relative;
}

.nav-trigger {
  position: relative;
  cursor: pointer;
  color: #33435C;
  border: 0;
  border-radius: 999px;
  padding: 10px 13px;
  background: transparent;
  font-size: 0.93rem;
  font-weight: 700;
  user-select: none;
  transition: color 180ms ease, background 180ms ease;
}

.nav-trigger::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 180ms var(--ease-premium), transform 180ms var(--ease-premium);
}

.nav-trigger:hover,
.nav-group:hover .nav-trigger,
.nav-group:focus-within .nav-trigger,
.nav-group.is-open .nav-trigger {
  color: var(--navy);
  background: rgba(15, 31, 61, 0.06);
}

.nav-trigger:hover::after,
.nav-group:hover .nav-trigger::after,
.nav-group:focus-within .nav-trigger::after,
.nav-group.is-open .nav-trigger::after {
  opacity: 0.72;
  transform: scaleX(1);
}

.mega-panel {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  width: min(560px, calc(100vw - 48px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) 1fr;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  translate: 0 8px;
  transition: opacity 150ms ease, translate 150ms ease;
  z-index: 90;
}

.mega-panel::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 18px;
}

.nav-group:hover .mega-panel,
.nav-group:focus-within .mega-panel,
.nav-group.is-open .mega-panel {
  opacity: 1;
  pointer-events: auto;
  translate: 0 0;
}

.mega-intro {
  display: grid;
  align-content: space-between;
  gap: 18px;
  min-height: 198px;
  padding: 18px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--navy);
}

.mega-intro span {
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mega-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.55;
}

.mega-intro a {
  width: fit-content;
  color: var(--white);
  border-bottom: 1px solid rgba(201, 169, 110, 0.7);
  font-weight: 800;
  font-size: 0.9rem;
}

.mega-links {
  display: grid;
  gap: 2px;
}

.mega-link {
  display: grid;
  gap: 2px;
  padding: 13px 14px;
  border-radius: var(--radius);
}

.mega-link:hover {
  background: var(--soft);
}

.mega-link strong {
  color: var(--navy);
  font-size: 0.95rem;
}

.mega-link span {
  color: var(--muted);
  font-size: 0.82rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--white);
  place-items: center;
}

.nav-toggle svg {
  width: 21px;
  height: 21px;
}

.button,
.store-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  max-width: 100%;
  border: 1px solid var(--navy);
  border-radius: var(--radius);
  padding: 0 18px;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 16px 34px rgba(15, 31, 61, 0.18);
  font-weight: 800;
  white-space: nowrap;
  transition: transform 220ms var(--ease-premium), box-shadow 220ms var(--ease-premium), background 220ms ease, border-color 220ms ease;
}

.button::after,
.store-button::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -58%;
  z-index: -1;
  width: 54%;
  transform: skewX(-18deg) translateX(0);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  opacity: 0;
  transition: opacity 220ms ease, transform 720ms var(--ease-premium);
}

.button:hover,
.store-button:hover {
  transform: translateY(-2px);
  background: var(--navy-2);
  box-shadow: 0 24px 50px rgba(15, 31, 61, 0.24);
}

.button:hover::after,
.store-button:hover::after {
  opacity: 1;
  transform: skewX(-18deg) translateX(360%);
}

.button.secondary {
  color: var(--navy);
  background: var(--white);
  box-shadow: none;
}

.button.ghost {
  color: var(--navy);
  background: transparent;
  border-color: var(--line-strong);
  box-shadow: none;
}

.button.on-dark {
  color: var(--navy);
  border-color: var(--white);
  background: var(--white);
  box-shadow: none;
}

.store-button {
  min-height: 54px;
  padding: 0 18px;
}

.store-button svg,
.button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.store-button .store-copy {
  display: grid;
  gap: 1px;
  line-height: 1.05;
  text-align: left;
}

.store-button small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 700;
}

.store-button strong {
  font-size: 0.98rem;
}

.section,
.hero-page,
.home-hero {
  position: relative;
}

.section {
  padding: 92px 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(860px circle at var(--section-glow-x, 84%) var(--section-glow-y, 8%), rgba(201, 169, 110, 0.1), rgba(201, 169, 110, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 249, 247, 0.9));
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: var(--section-bg-opacity);
  background-image: var(--section-bg);
  background-position: var(--section-bg-position);
  background-repeat: no-repeat;
  background-size: cover;
}

.section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 36%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.72));
}

main > .section:nth-of-type(4n + 1):not(.navy) {
  --section-bg: url("/assets/generated/mykeyz-bg-architectural-light.png");
  --section-bg-opacity: 0.3;
  --section-bg-position: 52% 42%;
}

main > .section:nth-of-type(4n + 2):not(.navy) {
  --section-bg: url("/assets/generated/mykeyz-bg-record-layers.png");
  --section-bg-opacity: 0.25;
  --section-bg-position: 48% 50%;
  --section-glow-x: 18%;
  --section-glow-y: 10%;
}

main > .section:nth-of-type(4n + 3):not(.navy) {
  --section-bg: url("/assets/generated/mykeyz-bg-transition-soft.png");
  --section-bg-opacity: 0.27;
  --section-bg-position: 56% 54%;
}

main > .section:nth-of-type(4n + 4):not(.navy) {
  --section-bg: url("/assets/generated/mykeyz-bg-architectural-light.png");
  --section-bg-opacity: 0.22;
  --section-bg-position: 74% 44%;
  --section-glow-x: 78%;
  --section-glow-y: 12%;
}

.section.soft {
  --section-bg: url("/assets/generated/mykeyz-bg-transition-soft.png");
  --section-bg-opacity: 0.34;
  --section-bg-position: 58% 46%;
  background:
    radial-gradient(820px circle at 16% 12%, rgba(15, 31, 61, 0.06), rgba(15, 31, 61, 0) 58%),
    linear-gradient(180deg, rgba(247, 247, 247, 0.94), rgba(255, 255, 255, 0.9));
}

.section.navy {
  --section-bg: url("/assets/generated/mykeyz-bg-verification-navy.png");
  --section-bg-opacity: 0.68;
  --section-bg-position: center;
  color: var(--white);
  background:
    radial-gradient(900px circle at 76% 8%, rgba(201, 169, 110, 0.13), rgba(201, 169, 110, 0) 52%),
    linear-gradient(180deg, rgba(16, 35, 68, 0.95) 0%, rgba(11, 24, 48, 0.96) 100%);
}

.section.navy::after {
  background: linear-gradient(180deg, transparent, rgba(8, 18, 38, 0.68));
}

.cta-band {
  --section-bg-opacity: 0.1;
  padding: 86px 0 90px;
  background:
    radial-gradient(760px circle at 50% -16%, rgba(228, 210, 168, 0.13), transparent 56%),
    linear-gradient(180deg, #0F1F3D 0%, #0B1830 100%);
}

.cta-band::before {
  opacity: 0.1;
  background-image: url("/assets/generated/mykeyz-bg-verification-navy.png");
  background-position: center 42%;
  background-size: cover;
}

.cta-band::after {
  inset: 0;
  height: auto;
  background:
    linear-gradient(90deg, transparent, rgba(228, 210, 168, 0.24), transparent) top / 100% 1px no-repeat,
    radial-gradient(620px circle at 50% 100%, rgba(255, 255, 255, 0.07), transparent 66%);
}

.cta-band .section-head {
  margin-bottom: 0;
}

.cta-band .section-copy {
  color: rgba(255, 255, 255, 0.72);
}

.section-intro {
  padding-bottom: 0;
}

.section-intro .section-head {
  margin-bottom: 0;
}

/* The feature row right after a section intro: pull it up and top-align the
   copy so it sits directly under the header instead of floating mid-image. */
.section-intro + .section {
  padding-top: 44px;
}

.section-intro + .section .feature-grid {
  align-items: start;
}

.hero-page,
.home-hero {
  padding: 58px 0 82px;
}

.hero-page {
  --hero-plate: url("/assets/generated/mykeyz-bg-architectural-light.png");
  --hero-plate-position: center;
  --hero-ambient-opacity: 0.16;
  --hero-ambient-position: 76% center;
  --hero-accent-rgb: 201, 169, 110;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(920px circle at 18% 28%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.72) 45%, rgba(255, 255, 255, 0) 72%),
    radial-gradient(780px circle at var(--hero-glow-x, 84%) var(--hero-glow-y, 16%), rgba(var(--hero-accent-rgb), 0.14), rgba(var(--hero-accent-rgb), 0) 58%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.84) 48%, rgba(255, 255, 255, 0.68) 100%),
    var(--hero-plate) var(--hero-plate-position) / cover no-repeat;
}

.hero-page::before {
  content: "";
  position: absolute;
  inset: -56px;
  z-index: 0;
  pointer-events: none;
  opacity: var(--hero-ambient-opacity);
  background-image: var(--page-hero-bg);
  background-position: var(--hero-ambient-position);
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(22px) saturate(1.04);
  transform: scale(1.045);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.72) 42%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.72) 42%, #000 100%);
}

.hero-page::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 44%;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(247, 247, 247, 0.86)),
    linear-gradient(90deg, transparent, rgba(var(--hero-accent-rgb), 0.08), transparent);
}

.hero-page > .wrap {
  position: relative;
  z-index: 1;
}

.home-hero {
  min-height: 780px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(820px circle at 19% 34%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.36) 48%, rgba(255, 255, 255, 0) 78%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 42%, rgba(255, 255, 255, 0) 100%),
    url("/assets/generated/mykeyz-hero-background-premium.png") center / cover no-repeat;
}

.home-hero::before {
  display: none;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 46%;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(245, 245, 245, 0.7)),
    linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.08), transparent);
}

.home-hero > .wrap {
  position: relative;
  z-index: 1;
}

.hero-grid,
.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 64px;
  align-items: center;
}

.hero-grid > *,
.feature-grid > * {
  min-width: 0;
}

.hero-grid {
  position: relative;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(58px, 6vw, 96px);
  perspective: 1400px;
}

.hero-grid::before {
  display: none;
}

.hero-grid::after {
  display: none;
}

.hero-page .hero-grid::after {
  content: "";
  position: absolute;
  right: min(42%, 540px);
  top: 9%;
  bottom: 2%;
  z-index: -1;
  display: block;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(var(--hero-accent-rgb), 0.46), transparent);
  opacity: 0.52;
}

.feature-grid.reverse {
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.9fr);
}

.feature-grid.reverse .feature-copy {
  order: 2;
}

.feature-grid.reverse .visual-card {
  order: 1;
}

.hero-copy,
.feature-copy,
.section-head {
  min-width: 0;
}

.hero-copy {
  position: relative;
  padding-top: 14px;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 16px;
  width: 3px;
  height: 152px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(201, 169, 110, 0.96), rgba(201, 169, 110, 0));
}

.kicker {
  display: inline-block;
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  overflow-wrap: break-word;
}

p,
li {
  overflow-wrap: normal;
}

h1,
.hero-title,
.section-title,
.large-title {
  margin: 0;
  color: var(--navy);
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

h1,
.hero-title {
  font-size: 4.6rem;
  line-height: 1.01;
  letter-spacing: 0;
}

.section-title,
h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Satoshi", sans-serif;
  font-size: 2.9rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.24;
  letter-spacing: -0.01em;
}

.hero-copy p,
.lead,
.section-copy,
.feature-copy p,
.card p,
.topic-list p,
.legal-content p,
.legal-content li {
  color: var(--muted);
}

.hero-copy p {
  max-width: 640px;
  margin: 24px 0 0;
  font-size: 1.16rem;
  line-height: 1.72;
}

.hero-copy .actions {
  margin-top: 34px;
}

.hero-copy .store-button {
  min-height: 58px;
  padding-inline: 22px;
}

.section-head {
  max-width: 780px;
  margin-bottom: 42px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-copy,
.lead {
  max-width: 700px;
  margin: 18px 0 0;
  font-size: 1.06rem;
  line-height: 1.72;
}

.section-head.center .section-copy,
.section-head.center .lead {
  margin-left: auto;
  margin-right: auto;
}

.section.navy .kicker,
.section.navy .section-title,
.section.navy h2,
.section.navy h3,
.section.navy .section-copy,
.section.navy p {
  color: var(--white);
}

.section.navy .kicker {
  color: var(--gold-2);
}

.section.navy .button.secondary {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: none;
}

.section.navy .button.secondary:hover {
  color: var(--navy);
  background: var(--white);
  border-color: var(--white);
}

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

.lifecycle-section {
  --section-bg: url("/assets/generated/mykeyz-bg-record-layers.png");
  --section-bg-opacity: 0.28;
  --section-bg-position: 46% 42%;
  overflow: hidden;
  padding: 74px 0 78px;
  background:
    radial-gradient(760px circle at 78% 8%, rgba(201, 169, 110, 0.12), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 249, 247, 0.94) 100%);
  border-top: 0;
}

.lifecycle-section .kicker {
  margin-bottom: 28px;
}

.lifecycle {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: stretch;
}

.lifecycle::before {
  content: "";
  position: absolute;
  left: 16.5%;
  right: 16.5%;
  top: 53px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.58), rgba(15, 31, 61, 0.18), transparent);
}

.lifecycle-step {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: 64px 1fr 44px;
  min-height: 252px;
  padding: 24px;
  border: 1px solid rgba(15, 31, 61, 0.15);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
  box-shadow: 0 22px 54px rgba(15, 31, 61, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 240ms var(--ease-premium), border-color 240ms ease, box-shadow 240ms var(--ease-premium);
}

.lifecycle-step:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 169, 110, 0.62);
  box-shadow: 0 30px 72px rgba(15, 31, 61, 0.13);
}

.lifecycle-step-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.lifecycle-index {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(201, 169, 110, 0.34);
  border-radius: 16px;
  color: transparent;
  background-color: var(--white);
  background-image: var(--icon), linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 240, 230, 0.88));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 72%, 100%;
  box-shadow: 0 18px 34px rgba(15, 31, 61, 0.1), 0 0 0 7px rgba(201, 169, 110, 0.08);
  font-size: 0;
  font-weight: 900;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  transition: transform 260ms var(--ease-premium), box-shadow 260ms var(--ease-premium);
}

.lifecycle-phase {
  padding-top: 7px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lifecycle-step-body {
  display: grid;
  align-content: start;
  padding-top: 20px;
}

.lifecycle-step h3 {
  margin-bottom: 10px;
  font-size: 1.42rem;
  line-height: 1.08;
  letter-spacing: -0.018em;
}

.lifecycle-step p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 32ch;
}

.lifecycle-proof {
  display: flex;
  align-items: end;
  border-top: 1px solid rgba(15, 31, 61, 0.1);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.34;
  white-space: nowrap;
}

.lifecycle-step:nth-child(1) .lifecycle-index {
  --icon: url("/assets/generated/icons/move-in-handover.png");
}

.lifecycle-step:nth-child(2) .lifecycle-index {
  --icon: url("/assets/generated/icons/move-out-key-return.png");
}

.lifecycle-step:nth-child(3) .lifecycle-index {
  --icon: url("/assets/generated/icons/inspection-room.png");
}

.trust-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78)),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 28px 70px rgba(15, 31, 61, 0.12), 0 1px 0 rgba(255, 255, 255, 0.92) inset;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.trust-marquee::before,
.trust-marquee::after {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  z-index: 2;
  width: 1px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(201, 169, 110, 0.72), transparent);
  display: block;
}

.trust-marquee::before {
  left: 25%;
}

.trust-marquee::after {
  right: 25%;
}

.trust-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: auto;
  gap: 10px;
  padding: 12px;
}

.trust-logo {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 66px;
  align-content: center;
  padding: 14px 16px;
  border: 1px solid rgba(15, 31, 61, 0.1);
  border-radius: var(--radius);
  color: var(--navy);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 245, 245, 0.74));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.88) inset;
}

.trust-logo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(201, 169, 110, 0.18), transparent 46%);
  transition: opacity 220ms ease;
}

.trust-logo:hover::before {
  opacity: 1;
}

.trust-logo:nth-child(n+9) {
  display: none;
}

.trust-logo strong {
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.trust-logo em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.hero-trust {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.hero-trust p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

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

.visual-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(15, 31, 61, 0.08), rgba(201, 169, 110, 0.11)),
    var(--soft);
  box-shadow: var(--shadow);
  transition: transform 520ms var(--ease-premium), box-shadow 520ms var(--ease-premium), border-color 520ms ease;
}

.visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 32%),
    linear-gradient(315deg, rgba(201, 169, 110, 0.16), rgba(201, 169, 110, 0) 38%);
  opacity: 0.82;
  transition: opacity 520ms ease;
}

.visual-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 169, 110, 0.42);
  box-shadow: var(--shadow-premium);
}

.hero-product {
  position: relative;
  width: 100%;
}

.hero-page .hero-product::before {
  content: "";
  position: absolute;
  inset: 8% 7% -9%;
  z-index: -1;
  pointer-events: none;
  border-radius: 28px;
  background:
    radial-gradient(closest-side, rgba(var(--hero-accent-rgb), 0.18), rgba(var(--hero-accent-rgb), 0)),
    radial-gradient(closest-side, rgba(15, 31, 61, 0.12), transparent 72%);
  filter: blur(24px);
}

.hero-page .hero-product,
.home-hero .hero-product {
  align-self: center;
}

.home-hero .atropos,
.hero-page .atropos {
  overflow: visible;
}

.home-hero .atropos-scale,
.home-hero .atropos-rotate,
.hero-page .atropos-scale,
.hero-page .atropos-rotate {
  overflow: visible;
}

.visual-card.hero-media {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: var(--soft);
  box-shadow:
    0 44px 110px rgba(15, 31, 61, 0.2),
    0 12px 34px rgba(15, 31, 61, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;
}

.visual-card.hero-media::before {
  display: none;
}

.home-hero .hero-media::after,
.hero-page .hero-media::after {
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.36) 24%, transparent 38%),
    linear-gradient(315deg, rgba(201, 169, 110, 0.14), transparent 42%);
  opacity: 0.72;
}

.visual-card.hero-media img {
  width: 100%;
  height: 100%;
  transform: scale(1.015);
  object-position: var(--hero-image-position, center);
}

.visual-card.square {
  aspect-ratio: 1 / 1;
}

.visual-card.wide {
  aspect-ratio: 3 / 2;
}

.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 780ms var(--ease-premium), filter 780ms ease;
}

.visual-card:hover img {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.02);
}

.visual-card.contain img {
  object-fit: contain;
  padding: 28px;
}

.fallback-mark {
  position: absolute;
  inset: auto 22px 22px auto;
  width: 58px;
  opacity: 0.18;
}

.card-grid,
.persona-grid,
.resource-grid,
.pricing-grid,
.pillar-grid,
.step-grid {
  display: grid;
  gap: 16px;
}

.card-grid.three,
.step-grid,
.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.card,
.persona-card,
.resource-card,
.pricing-card,
.topic-card,
.step-card,
.stat-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
  box-shadow: 0 18px 50px rgba(15, 31, 61, 0.07), 0 1px 0 rgba(255, 255, 255, 0.92) inset;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 240ms var(--ease-premium), box-shadow 240ms var(--ease-premium), border-color 240ms ease;
}

.card::before,
.persona-card::before,
.resource-card::before,
.pricing-card::before,
.topic-card::before,
.step-card::before,
.stat-card::before,
.security-card::before,
.lifecycle-step::before,
.pillar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(520px circle at var(--mx, 50%) var(--my, 0%), rgba(201, 169, 110, 0.16), transparent 42%);
  transition: opacity 220ms ease;
}

.card:hover,
.pricing-card:hover,
.topic-card:hover,
.step-card:hover,
.stat-card:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 169, 110, 0.54);
  box-shadow: 0 22px 52px rgba(15, 31, 61, 0.1);
}

.card:hover::before,
.persona-card:hover::before,
.resource-card:hover::before,
.pricing-card:hover::before,
.topic-card:hover::before,
.step-card:hover::before,
.stat-card:hover::before,
.security-card:hover::before,
.lifecycle-step:hover::before,
.pillar:hover::before {
  opacity: 1;
}

.card::after,
.persona-card::after,
.resource-card::after,
.pricing-card::after,
.topic-card::after,
.step-card::after,
.stat-card::after,
.security-card::after,
.lifecycle-step::after,
.pillar::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(201, 169, 110, 0.72), rgba(201, 169, 110, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}

.card:hover::after,
.persona-card:hover::after,
.resource-card:hover::after,
.pricing-card:hover::after,
.topic-card:hover::after,
.step-card:hover::after,
.stat-card:hover::after,
.security-card:hover::after,
.lifecycle-step:hover::after,
.pillar:hover::after {
  opacity: 1;
}

.card,
.persona-card,
.resource-card,
.topic-card,
.step-card,
.stat-card {
  padding: 28px;
}

.card .num,
.step-number {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--white);
  background: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
}

main > .home-hero + .lifecycle-section + .section.soft .card .num,
main > .home-hero + .lifecycle-section + .section.soft + .section .card .num,
main > .home-hero + .lifecycle-section + .section.soft + .section + .section.navy .security-card > span {
  position: relative;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  transition: transform 260ms var(--ease-premium), box-shadow 260ms var(--ease-premium), border-color 260ms ease;
}

main > .home-hero + .lifecycle-section + .section.soft .card .num,
main > .home-hero + .lifecycle-section + .section.soft + .section .card .num {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border: 1px solid rgba(201, 169, 110, 0.28);
  border-radius: 16px;
  background-color: rgba(201, 169, 110, 0.09);
  background-image: var(--icon), linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 238, 225, 0.82));
  background-size: 72%, 100%;
  box-shadow: 0 17px 34px rgba(15, 31, 61, 0.08);
}

main > .home-hero + .lifecycle-section + .section.soft .card:nth-child(1) .num {
  --icon: url("/assets/generated/icons/contextual-photo.png");
}

main > .home-hero + .lifecycle-section + .section.soft .card:nth-child(2) .num {
  --icon: url("/assets/generated/icons/walkthrough-path.png");
}

main > .home-hero + .lifecycle-section + .section.soft .card:nth-child(3) .num {
  --icon: url("/assets/generated/icons/shared-record.png");
}

main > .home-hero + .lifecycle-section + .section.soft + .section .card:nth-child(1) .num {
  --icon: url("/assets/generated/icons/property-room-grid.png");
}

main > .home-hero + .lifecycle-section + .section.soft + .section .card:nth-child(2) .num {
  --icon: url("/assets/generated/icons/condition-camera-note.png");
}

main > .home-hero + .lifecycle-section + .section.soft + .section .card:nth-child(3) .num {
  --icon: url("/assets/generated/icons/time-location.png");
}

.card h3,
.persona-card h3,
.resource-card h3,
.topic-card h3,
.step-card h3 {
  margin-bottom: 10px;
}

.card p,
.persona-card p,
.resource-card p,
.topic-card p,
.step-card p,
.stat-card p {
  margin: 0;
  line-height: 1.66;
}

.persona-card,
.resource-card {
  display: grid;
  min-height: 210px;
  align-content: space-between;
}

main > .home-hero ~ .section .persona-grid .persona-card {
  min-height: 232px;
}

main > .home-hero ~ .section .persona-grid .persona-card > span:first-child {
  display: block;
}

main > .home-hero ~ .section .persona-grid .persona-card > span:first-child::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border: 1px solid rgba(201, 169, 110, 0.28);
  border-radius: 16px;
  background-color: rgba(201, 169, 110, 0.09);
  background-image: var(--icon), linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 238, 225, 0.82));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 72%, 100%;
  box-shadow: 0 17px 34px rgba(15, 31, 61, 0.08);
  transition: transform 260ms var(--ease-premium), box-shadow 260ms var(--ease-premium), border-color 260ms ease;
}

main > .home-hero ~ .section .persona-grid .persona-card:nth-child(1) {
  --icon: url("/assets/generated/icons/tenant-deposit.png");
}

main > .home-hero ~ .section .persona-grid .persona-card:nth-child(2) {
  --icon: url("/assets/generated/icons/landlord-property.png");
}

main > .home-hero ~ .section .persona-grid .persona-card:nth-child(3) {
  --icon: url("/assets/generated/icons/broker-key-handshake.png");
}

main > .home-hero ~ .section .persona-grid .persona-card:nth-child(4) {
  --icon: url("/assets/generated/icons/property-manager-grid.png");
}

main > .home-hero + .lifecycle-section .lifecycle-step:hover .lifecycle-index,
main > .home-hero + .lifecycle-section + .section.soft .card:hover .num,
main > .home-hero + .lifecycle-section + .section.soft + .section .card:hover .num,
main > .home-hero + .lifecycle-section + .section.soft + .section + .section.navy .security-card:hover > span,
main > .home-hero ~ .section .persona-grid .persona-card:hover > span:first-child::before {
  transform: translateY(-3px) scale(1.04);
  border-color: rgba(201, 169, 110, 0.62);
}

main > .home-hero + .lifecycle-section .lifecycle-step:hover .lifecycle-index,
main > .home-hero + .lifecycle-section + .section.soft .card:hover .num,
main > .home-hero + .lifecycle-section + .section.soft + .section .card:hover .num,
main > .home-hero ~ .section .persona-grid .persona-card:hover > span:first-child::before {
  box-shadow: 0 24px 44px rgba(15, 31, 61, 0.13), 0 0 0 7px rgba(201, 169, 110, 0.1);
}

main > .home-hero + .lifecycle-section + .section.soft + .section + .section.navy .security-card:hover > span {
  box-shadow: 0 24px 48px rgba(2, 8, 20, 0.34), 0 0 0 7px rgba(228, 210, 168, 0.08);
}

.persona-card:hover,
.resource-card:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 169, 110, 0.65);
  box-shadow: 0 18px 42px rgba(15, 31, 61, 0.1);
}

.card-link {
  margin-top: 20px;
  color: var(--navy);
  font-weight: 800;
}

.check-list {
  display: grid;
  gap: 15px;
  margin-top: 28px;
}

.check-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
}

.check-icon {
  position: relative;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--navy);
}

.check-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
}

.check-item h3 {
  margin-bottom: 4px;
}

.check-item p {
  margin: 0;
}

.pillar-grid {
  margin-top: 34px;
}

.pillar {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 124px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  box-shadow: 0 20px 54px rgba(2, 8, 20, 0.16), 0 1px 0 rgba(255, 255, 255, 0.08) inset;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.pillar strong {
  display: block;
  color: var(--gold-2);
  font-size: 1.05rem;
  margin-bottom: 7px;
}

.pillar span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

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

.security-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 220px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.055));
  box-shadow: 0 22px 60px rgba(2, 8, 20, 0.18), 0 1px 0 rgba(255, 255, 255, 0.08) inset;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.security-card span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold-2);
  font-size: 0.82rem;
  font-weight: 900;
}

main > .home-hero + .lifecycle-section + .section.soft + .section + .section.navy .security-card > span {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 16px;
  background-color: rgba(228, 210, 168, 0.96);
  background-image: var(--icon), linear-gradient(180deg, rgba(255, 246, 222, 0.98), rgba(228, 210, 168, 0.9));
  background-size: 70%, 100%;
  box-shadow: 0 18px 38px rgba(2, 8, 20, 0.28);
}

main > .home-hero + .lifecycle-section + .section.soft + .section + .section.navy .security-card:nth-child(1) > span {
  --icon: url("/assets/generated/icons/verified-identity.png");
}

main > .home-hero + .lifecycle-section + .section.soft + .section + .section.navy .security-card:nth-child(2) > span {
  --icon: url("/assets/generated/icons/secure-upload.png");
}

main > .home-hero + .lifecycle-section + .section.soft + .section + .section.navy .security-card:nth-child(3) > span {
  --icon: url("/assets/generated/icons/tamper-resistant.png");
}

main > .home-hero + .lifecycle-section + .section.soft + .section + .section.navy .security-card:nth-child(4) > span {
  --icon: url("/assets/generated/icons/verified-time-location.png");
}

main > .home-hero + .lifecycle-section + .section.soft + .section + .section.navy .security-card:nth-child(5) > span {
  --icon: url("/assets/generated/icons/qr-verify.png");
}

main > .home-hero + .lifecycle-section + .section.soft + .section + .section.navy .security-card:nth-child(6) > span {
  --icon: url("/assets/generated/icons/dubai-handover.png");
}

.security-card h3 {
  margin-bottom: 10px;
  color: var(--white);
}

.security-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.66;
}

.pricing-card {
  position: relative;
  padding: 30px;
}

.pricing-card.featured {
  border-color: rgba(201, 169, 110, 0.78);
  background:
    radial-gradient(500px circle at 78% 0%, rgba(201, 169, 110, 0.16), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 246, 235, 0.9) 100%);
  box-shadow: 0 24px 60px rgba(15, 31, 61, 0.14);
}

.pricing-card.featured::after {
  height: 3px;
  opacity: 1;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(201, 169, 110, 0.24);
  font-size: 0.78rem;
  font-weight: 800;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 22px 0 14px;
  color: var(--navy);
}

.price strong {
  font-size: 3rem;
  line-height: 1;
}

.price span {
  color: var(--muted);
  font-weight: 800;
}

.pricing-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 20px;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.step-card img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 24px;
  background: var(--soft);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.stat-card strong {
  display: block;
  color: var(--navy);
  font-size: 2rem;
  line-height: 1.05;
  margin-bottom: 8px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.84));
  box-shadow: 0 18px 50px rgba(15, 31, 61, 0.07), 0 1px 0 rgba(255, 255, 255, 0.92) inset;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}

th,
td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  color: var(--navy);
  background: rgba(244, 241, 235, 0.78);
  font-size: 0.9rem;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.topic-list {
  display: grid;
  gap: 14px;
}

.topic-card {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) 1fr;
  gap: 22px;
  align-items: start;
}

.topic-card h3 {
  margin: 0;
}

.form-card {
  max-width: 640px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84));
  box-shadow: 0 18px 44px rgba(15, 31, 61, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.field label {
  color: var(--navy);
  font-weight: 800;
  font-size: 0.92rem;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(245, 245, 245, 0.82);
}

.field input:focus,
.field textarea:focus {
  outline: 0;
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(201, 169, 110, 0.18);
}

.field-hint {
  color: var(--muted);
  font-size: 0.84rem;
}

.legal-content {
  max-width: 820px;
  margin: 0 auto;
}

.legal-content h2 {
  margin-top: 42px;
  font-size: 1.55rem;
}

.legal-content ul,
.legal-content ol {
  padding-left: 22px;
}

.legal-content a,
.inline-link {
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(201, 169, 110, 0.7);
  text-underline-offset: 3px;
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.76);
  background:
    radial-gradient(780px circle at 12% -12%, rgba(201, 169, 110, 0.08), transparent 58%),
    linear-gradient(180deg, #0B1830, #071124);
  border-top: 1px solid rgba(228, 210, 168, 0.14);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.09;
  background: url("/assets/generated/mykeyz-bg-verification-navy.png") center 38% / cover no-repeat;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(228, 210, 168, 0.28), transparent);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(4, minmax(0, 1fr));
  gap: 34px;
  padding: 54px 0 52px;
}

.footer-brand {
  display: grid;
  gap: 14px;
  align-content: start;
}

.footer-brand .brand {
  color: var(--white);
}

.footer-brand p {
  margin: 0;
  max-width: 320px;
  color: rgba(255, 255, 255, 0.68);
}

.footer-col h3 {
  color: var(--white);
  margin: 0 0 14px;
  font-size: 0.95rem;
}

.footer-col a {
  display: block;
  width: fit-content;
  color: rgba(255, 255, 255, 0.68);
  margin: 9px 0;
}

.footer-col a:hover {
  color: var(--white);
}

.footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.reveal {
  opacity: 1;
  transform: none;
}

html.js-ready .reveal {
  opacity: 0;
  transform: translate3d(0, var(--reveal-distance, 26px), 0);
  transition:
    opacity 680ms var(--ease-premium),
    transform 680ms var(--ease-premium);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

html.js-ready .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

html.js-ready .hero-media.reveal {
  --reveal-distance: 18px;
}

@keyframes mykeyz-icon-settle {
  from {
    opacity: 0;
    transform: translateY(9px) scale(0.92);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  html.js-ready main > .home-hero + .lifecycle-section .lifecycle-step.reveal.is-visible .lifecycle-index,
  html.js-ready main > .home-hero + .lifecycle-section + .section.soft .card.reveal.is-visible .num,
  html.js-ready main > .home-hero + .lifecycle-section + .section.soft + .section .card.reveal.is-visible .num,
  html.js-ready main > .home-hero + .lifecycle-section + .section.soft + .section + .section.navy .security-card.reveal.is-visible > span,
  html.js-ready main > .home-hero ~ .section .persona-grid .persona-card.reveal.is-visible > span:first-child::before {
    animation: mykeyz-icon-settle 620ms var(--ease-premium) both;
    animation-delay: calc(var(--reveal-delay, 0ms) + 80ms);
  }
}

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

  body::before {
    display: none;
  }

  .reveal,
  html.js-ready .reveal,
  html.js-ready .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .trust-track {
    animation: none;
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .feature-grid,
  .feature-grid.reverse {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .feature-grid.reverse .feature-copy,
  .feature-grid.reverse .visual-card {
    order: initial;
  }

  .persona-grid,
  .resource-grid,
  .pillar-grid,
  .security-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .nav-shell {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: grid;
  }

  .header-actions .button {
    display: none;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    justify-self: stretch;
    padding: 10px 24px 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.98);
  }

  .nav-open .nav-menu {
    display: grid;
    gap: 4px;
  }

  .nav-trigger {
    width: 100%;
    text-align: left;
    border-radius: var(--radius);
    padding: 14px 0;
  }

  .mega-panel {
    position: static;
    display: none;
    width: auto;
    min-width: 0;
    transform: none;
    translate: none;
    opacity: 1;
    pointer-events: auto;
    padding: 2px 0 12px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .nav-group:hover .mega-panel,
  .nav-group:focus-within .mega-panel {
    display: none;
  }

  .nav-group.is-open .mega-panel {
    display: grid;
  }

  .mega-intro {
    min-height: 0;
    margin-bottom: 8px;
    padding: 16px;
  }

  .mega-link {
    padding-left: 16px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 66px;
  }

  .wrap {
    width: min(1180px, calc(100% - 32px));
  }

  .section {
    padding: 52px 0;
  }

  .hero-page,
  .home-hero {
    min-height: auto;
    padding: 40px 0 52px;
  }

  .home-hero {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    background:
      radial-gradient(380px circle at 88% 18%, rgba(201, 169, 110, 0.13), rgba(201, 169, 110, 0) 68%),
      radial-gradient(460px circle at 6% 58%, rgba(15, 31, 61, 0.07), rgba(15, 31, 61, 0) 64%),
      linear-gradient(180deg, #FFFFFF 0%, #FCFBFA 42%, #F4F4F2 100%);
  }

  .home-hero::before {
    display: none;
  }

  .home-hero::after {
    display: none;
  }

  .home-hero .hero-copy,
  .home-hero .actions,
  .hero-page .hero-copy,
  .hero-page .actions,
  .home-hero .hero-product,
  .hero-page .hero-product,
  .home-hero .hero-media,
  .hero-page .hero-media,
  .home-hero .hero-trust,
  .home-hero .trust-marquee {
    min-width: 0;
  }

  .home-hero .hero-copy,
  .home-hero .actions,
  .hero-page .hero-copy,
  .hero-page .actions {
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  .home-hero .hero-copy,
  .home-hero .actions {
    width: 100% !important;
    max-width: 100% !important;
  }

  .home-hero .hero-copy {
    display: contents;
    padding-top: 0;
    overflow: visible;
  }

  .home-hero .hero-copy > p:not(.kicker) + p {
    display: none;
  }

  .home-hero .hero-media,
  .hero-page .hero-media,
  .home-hero .hero-trust,
  .home-hero .trust-marquee {
    width: 100%;
    max-width: 100%;
  }

  .home-hero .hero-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(0, 1fr);
    width: calc(100% - 32px) !important;
    max-width: 430px !important;
    margin-inline: auto;
    padding-inline: 0;
    justify-items: stretch;
    overflow: visible;
  }

  .hero-grid::before,
  .hero-grid::after {
    display: none;
  }

  .home-hero .hero-copy::before {
    display: none;
  }

  .home-hero .kicker {
    position: relative;
    order: 1;
    margin: 30px 0 0;
  }

  .home-hero .kicker::before {
    content: "";
    position: absolute;
    left: 0;
    top: -26px;
    width: 86px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(201, 169, 110, 0.95), rgba(201, 169, 110, 0));
  }

  h1,
  .hero-title {
    font-size: 2.04rem;
    line-height: 1.035;
    max-width: 10.6em;
    text-wrap: auto;
  }

  .home-hero h1 {
    order: 2;
    width: min(100%, 10.6em) !important;
    max-width: 100% !important;
    min-width: 0;
    overflow-wrap: normal;
  }

  .home-hero h1 .line {
    display: inline !important;
    width: auto !important;
    transform: none !important;
    opacity: 1 !important;
    white-space: normal !important;
  }

  .home-hero h1 .line + .line::before {
    content: " ";
  }

  .home-hero .hero-copy p:not(.kicker) {
    order: 5;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 14px;
    white-space: normal;
  }

  .section-title,
  h2 {
    font-size: 1.85rem;
    line-height: 1.14;
  }

  .hero-copy p {
    font-size: 0.94rem;
    line-height: 1.52;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .card-grid.three,
  .step-grid,
  .pricing-grid,
  .persona-grid,
  .resource-grid,
  .pillar-grid,
  .security-grid,
  .lifecycle,
  .stat-row {
    grid-template-columns: 1fr;
  }

  .lifecycle {
    gap: 14px;
  }

  .lifecycle::before {
    display: none;
  }

  .lifecycle-step {
    grid-template-rows: auto 1fr auto;
    min-height: 226px;
    padding: 22px;
  }

  .lifecycle-step-top {
    gap: 12px;
  }

  .lifecycle-index,
  main > .home-hero + .lifecycle-section + .section.soft .card .num,
  main > .home-hero + .lifecycle-section + .section.soft + .section .card .num,
  main > .home-hero + .lifecycle-section + .section.soft + .section + .section.navy .security-card > span,
  main > .home-hero ~ .section .persona-grid .persona-card > span:first-child::before {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .lifecycle-step-body {
    padding-top: 22px;
  }

  .lifecycle-section {
    padding: 56px 0 60px;
  }

  .lifecycle-section .kicker {
    margin-bottom: 34px;
  }

  .topic-card {
    grid-template-columns: 1fr;
  }

  .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }

  .home-hero .hero-copy .actions {
    order: 4;
    position: relative;
    z-index: 3;
    width: min(calc(100vw - 48px), 348px) !important;
    max-width: 100% !important;
    margin: -14px auto 0;
  }

  .button {
    width: 100%;
  }

  .store-button {
    width: 100%;
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
  }

  .home-hero .store-button {
    width: 100% !important;
    max-width: none !important;
    flex: 1 1 100%;
    min-height: 48px;
    padding-inline: 18px;
    border-radius: 12px;
    justify-content: center;
    box-shadow:
      0 15px 34px rgba(15, 31, 61, 0.2),
      0 1px 0 rgba(255, 255, 255, 0.14) inset;
  }

  .home-hero .store-button svg {
    width: 19px;
    height: 19px;
  }

  .home-hero .store-button small {
    font-size: 0.58rem;
  }

  .home-hero .store-button strong {
    font-size: 0.86rem;
  }

  .store-button .store-copy {
    min-width: 0;
  }

  /* When the device-detection leaves a single store button, make it the primary full-width CTA */
  .store-button:only-child {
    flex-basis: 100%;
  }

  .form-card {
    padding: 24px;
  }

  /* #1 Mobile imagery: shorter heights, tighter crops */
  .visual-card.square { aspect-ratio: 3 / 2; }
  .visual-card.wide,
  .visual-card.hero-media { aspect-ratio: 16 / 9; }
  .visual-card { max-height: 300px; }

  .home-hero .hero-product {
    order: 3;
    margin-top: 11px;
    isolation: isolate;
  }

  .home-hero .hero-product,
  .home-hero .atropos,
  .home-hero .atropos-scale,
  .home-hero .atropos-rotate,
  .home-hero .atropos-inner {
    width: min(calc(100vw - 48px), 348px) !important;
    max-width: 100% !important;
    margin-inline: auto;
  }

  .home-hero .hero-product::before {
    content: "";
    position: absolute;
    inset: 10% 3% -12%;
    z-index: -1;
    display: block;
    border-radius: 28px;
    background:
      radial-gradient(closest-side, rgba(15, 31, 61, 0.2), rgba(15, 31, 61, 0)),
      radial-gradient(closest-side at 72% 16%, rgba(201, 169, 110, 0.24), rgba(201, 169, 110, 0));
    filter: blur(19px);
  }

  .home-hero .hero-product::after {
    content: "";
    position: absolute;
    inset: auto 14px -18px;
    z-index: -1;
    height: 44px;
    border-radius: 999px;
    background: rgba(15, 31, 61, 0.11);
    filter: blur(18px);
  }

  .home-hero .hero-media {
    aspect-ratio: 16 / 10;
    max-height: none;
    overflow: hidden;
    border-radius: 20px;
    border-color: rgba(255, 255, 255, 0.92);
    outline: 1px solid rgba(15, 31, 61, 0.06);
    outline-offset: -1px;
    box-shadow:
      0 24px 56px rgba(15, 31, 61, 0.17),
      0 1px 0 rgba(255, 255, 255, 0.92) inset;
  }

  .home-hero .hero-media::before {
    display: none;
  }

  .home-hero .hero-media::after {
    transform: none;
  }

  .home-hero .hero-media img,
  .home-hero .hero-media:hover img {
    transform: scale(1.018);
    object-position: 54% 52%;
  }

  .home-hero .atropos,
  .home-hero .atropos-scale,
  .home-hero .atropos-rotate,
  .home-hero .atropos-inner {
    transform: none !important;
  }

  /* #3 Calmer image-to-text spacing */
  .feature-grid,
  .hero-grid { gap: 24px; }

  .home-hero .hero-grid {
    gap: 13px;
  }

  .home-hero .hero-trust {
    display: none;
  }

  .trust-marquee {
    overflow: visible;
  }

  .trust-marquee::before,
  .trust-marquee::after {
    display: none;
  }

  .trust-track {
    animation: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    gap: 8px;
    padding: 10px;
  }

  .trust-logo {
    display: grid;
    min-width: 0;
    gap: 3px;
    align-items: start;
    padding: 12px;
  }

  .trust-logo em {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .trust-logo:nth-child(n+7) {
    display: none;
  }

  /* #4 Comparison + reference tables become stacked cards (no horizontal scroll) */
  .table-wrap {
    border: 0;
    overflow: visible;
    background: transparent;
  }
  table.compare,
  table.compare tbody,
  table.compare tr,
  table.compare td {
    display: block;
    width: 100%;
  }
  table.compare { min-width: 0; }
  table.compare thead { display: none; }
  table.compare tr {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    margin-bottom: 12px;
  }
  table.compare tr:last-child { margin-bottom: 0; }
  table.compare td {
    border-bottom: 1px solid var(--line);
    padding: 14px 16px;
  }
  table.compare td:last-child { border-bottom: 0; }
  table.compare td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--navy);
    opacity: 0.55;
    margin-bottom: 5px;
  }

  /* #7 Calmer reading density on phones */
  .section-copy {
    font-size: 1rem;
    line-height: 1.62;
  }
  .card p,
  .topic-card p,
  .persona-card p,
  .step-card p {
    font-size: 0.95rem;
    line-height: 1.58;
  }
  .feature-copy .check-list { gap: 12px; }

  /* #8 CTA band: prominent, not heavy */
  .section.navy { padding: 46px 0; }
  .cta-band .section-copy,
  .section.navy .section-copy { font-size: 1.02rem; }
}

@media (max-width: 420px) {
  h1,
  .hero-title {
    font-size: 2rem;
  }

  .section-title,
  h2 {
    font-size: 1.6rem;
  }

  .card,
  .persona-card,
  .resource-card,
  .topic-card,
  .step-card,
  .stat-card,
  .pricing-card {
    padding: 22px;
  }
}
