:root {
  --home-bg: #ffffff;
  --home-surface: rgba(255, 255, 255, 0.88);
  --home-secondary: #f5f5f7;
  --home-text: #000000;
  --home-muted: #6e6e73;
  --home-subtle: #8e8e93;
  --home-border: rgba(60, 60, 67, 0.13);
  --home-blue: #007aff;
  --home-blue-dark: #005ecb;
  --home-violet: #5e5ce6;
  --home-shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
  --home-max-width: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--home-bg);
  color: var(--home-text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.022em;
  line-height: 1.47059;
}

a, button { color: inherit; font: inherit; }
a { text-decoration: none; }
button { border: 0; cursor: pointer; }

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

.home-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--home-border);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
}

.home-header__inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  margin: 0 auto;
  max-width: var(--home-max-width);
  min-height: 76px;
  padding: 0 2rem;
}

.home-brand { display: inline-flex; flex: 0 0 auto; }
.home-brand img { display: block; height: 24px; width: 180px; }

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

.home-nav { align-items: center; display: flex; gap: 1.15rem; }
.home-nav__link, .home-login {
  color: var(--home-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 0.7rem 0;
  position: relative;
  white-space: nowrap;
}

.home-nav__link::after {
  background: var(--home-text);
  bottom: 0.34rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.home-nav__link:hover, .home-nav__link:focus-visible,
.home-nav__link.is-active, .home-login:hover, .home-login:focus-visible { color: var(--home-text); }
.home-nav__link:hover::after, .home-nav__link:focus-visible::after, .home-nav__link.is-active::after { transform: scaleX(1); }

.home-header__actions { align-items: center; display: flex; gap: 1.15rem; }
.home-login { color: var(--home-text); }

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--home-blue); color: #fff; }
.button--primary:hover, .button--primary:focus-visible { background: var(--home-blue-dark); }
.button--secondary { background: #fff; border: 1px solid var(--home-border); color: var(--home-text); }
.button--secondary:hover, .button--secondary:focus-visible { border-color: var(--home-text); }
.button--compact { font-size: 14px; min-height: 42px; padding: 0.6rem 1rem; }

.home-hero { overflow: hidden; }
.home-hero__inner {
  align-items: center;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  margin: 0 auto;
  max-width: var(--home-max-width);
  min-height: min(700px, calc(100vh - 76px));
  padding: 5.5rem 2rem 6rem;
}

.home-hero__copy { max-width: 650px; position: relative; z-index: 1; }
.eyebrow {
  color: var(--home-subtle);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.home-hero h1 {
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.04;
  max-width: 700px;
}

.home-hero h1 span { color: var(--home-blue); }
.home-hero__lead { color: var(--home-muted); font-size: 21px; line-height: 1.42; margin-top: 1.35rem; max-width: 600px; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.home-hero__proof { display: flex; flex-wrap: wrap; gap: 0.7rem 1.3rem; list-style: none; margin-top: 1.5rem; }
.home-hero__proof li { color: var(--home-muted); font-size: 14px; }
.home-hero__proof span { color: var(--home-blue); font-weight: 700; margin-right: 0.25rem; }

.hero-visual { height: 500px; justify-self: end; max-width: 540px; position: relative; width: 100%; }
.hero-visual__orbit { border: 1px solid rgba(0, 122, 255, 0.12); border-radius: 50%; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(-18deg); }
.hero-visual__orbit--one { height: 400px; width: 520px; }
.hero-visual__orbit--two { border-color: rgba(94, 92, 230, 0.13); height: 330px; transform: translate(-50%, -50%) rotate(27deg); width: 440px; }
.hero-visual__glow { border-radius: 50%; filter: blur(32px); opacity: 0.65; position: absolute; }
.hero-visual__glow--blue { background: rgba(90, 200, 250, 0.34); height: 190px; right: 4%; top: 5%; width: 190px; }
.hero-visual__glow--violet { background: rgba(175, 82, 222, 0.19); bottom: 4%; height: 170px; left: 3%; width: 170px; }

.hero-phone {
  background: #111;
  border: 2px solid #1c1c1e;
  border-radius: 38px;
  box-shadow: var(--home-shadow);
  height: 430px;
  left: 50%;
  padding: 8px;
  position: absolute;
  top: 50%;
  transform: translate(-53%, -50%) rotate(-4deg);
  width: 220px;
  z-index: 2;
}

.hero-phone__speaker { background: #000; border-radius: 999px; height: 18px; left: 50%; position: absolute; top: 10px; transform: translateX(-50%); width: 76px; z-index: 3; }
.hero-profile-card { background: #fff; border-radius: 27px; height: 100%; overflow: hidden; padding: 0 17px 17px; position: relative; }
.hero-profile-card__cover { background: linear-gradient(135deg, #dff5ff, #8276f5 53%, #f1b8d5); height: 120px; margin: 0 -17px; }
.hero-profile-card__avatar { align-items: center; background: #18181b; border: 5px solid #fff; border-radius: 50%; display: flex; height: 64px; justify-content: center; margin: -32px auto 10px; overflow: hidden; position: relative; width: 64px; }
.hero-profile-card__avatar img { height: 100%; object-fit: cover; width: 100%; }
.hero-profile-card__eyebrow { color: var(--home-subtle); font-size: 9px; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; }
.hero-profile-card h2 { font-size: 20px; letter-spacing: -0.04em; margin-top: 3px; text-align: center; }
.hero-profile-card__role { color: var(--home-muted); font-size: 11px; text-align: center; }
.hero-profile-card__links { display: grid; gap: 8px; margin-top: 17px; }
.hero-profile-card__links span { background: var(--home-secondary); border-radius: 10px; color: var(--home-text); font-size: 10px; padding: 8px 10px; }
.hero-profile-card__status { background: rgba(0, 122, 255, 0.1); border-radius: 999px; color: var(--home-blue-dark); font-size: 9px; margin-top: 14px; padding: 7px 8px; text-align: center; }

.home-icon-sprite { height: 0; overflow: hidden; position: absolute; width: 0; }
.nfc-card { aspect-ratio: 85.6 / 54; background: var(--card-bg, #fff); border: 5px solid #fff; border-radius: 12px; box-shadow: var(--card-shadow, 0 20px 60px rgba(0, 0, 0, 0.15)); color: var(--card-fg, #1d1d1f); display: grid; gap: 0.5rem; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto; overflow: hidden; padding: 16px; position: relative; }
.nfc-card::before { background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 60%); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.nfc-card__logo { align-self: start; grid-column: 1; grid-row: 1; height: 24px; max-width: 104px; position: relative; text-align: left; width: 104px; z-index: 2; }
.nfc-card__logo img { display: block; height: 24px; max-width: 104px; object-fit: contain; object-position: left center; width: 100%; }
.nfc-card__nfc { align-self: start; color: var(--card-fg, var(--home-blue)); display: block; grid-column: 2; grid-row: 1; height: 28px; justify-self: end; width: 28px; z-index: 2; }
.nfc-card__name { align-self: end; bottom: 16px; font-size: 10px; font-weight: 700; left: 16px; letter-spacing: 0.06em; max-width: calc(100% - 32px); position: absolute; text-transform: uppercase; z-index: 2; }
.nfc-card__qr { align-self: end; background: #fff; border-radius: 4px; display: grid; grid-column: 2; grid-row: 3; height: 42px; justify-self: end; place-items: center; width: 42px; z-index: 2; }
.nfc-card__qr-inner { height: 36px; width: 36px; }
.nfc-card__qr-inner .qr-svg { display: block; height: 100%; width: 100%; }
.hero-card.nfc-card { background: linear-gradient(135deg, #6e6e73 0%, #3a3a3c 53%, #1d1d1f 100%); border-color: rgba(255, 255, 255, 0.9); height: auto; position: absolute; right: 1%; top: 50%; transform: translateY(-8%) rotate(8deg); width: 240px; z-index: 3; }
.hero-card.nfc-card .nfc-card__logo img { filter: brightness(0) invert(1); }
.hero-card.nfc-card .nfc-card__nfc, .hero-card.nfc-card .nfc-card__name { color: #fff; }

.hero-chip { align-items: center; background: var(--home-surface); border: 1px solid var(--home-border); border-radius: 999px; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08); color: var(--home-muted); display: flex; font-size: 12px; gap: 7px; padding: 9px 13px; position: absolute; z-index: 4; }
.hero-chip__icon { align-items: center; background: var(--home-secondary); border-radius: 50%; color: var(--home-blue); display: inline-flex; font-size: 11px; height: 22px; justify-content: center; width: 22px; }
.hero-chip--profile { left: 4%; top: 21%; transform: rotate(-8deg); }
.hero-chip--share { bottom: 14%; right: 5%; transform: rotate(5deg); }
.preview-placeholder { align-items: center; background: var(--home-secondary); border-top: 1px solid var(--home-border); color: var(--home-subtle); display: flex; font-size: 14px; justify-content: center; min-height: 130px; }

.identity-proof { margin: 0 auto; max-width: var(--home-max-width); padding: 7rem 2rem 8rem; }
.identity-proof__intro { max-width: 650px; }
.identity-proof__intro .eyebrow { margin-bottom: 1rem; }
.identity-proof__intro h2 { font-size: clamp(36px, 5vw, 56px); letter-spacing: -0.05em; line-height: 1.06; }
.identity-proof__intro > p:last-child { color: var(--home-muted); font-size: 19px; line-height: 1.45; margin-top: 1rem; max-width: 560px; }
.identity-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 3.5rem; }
.identity-panel { border: 1px solid var(--home-border); border-radius: 24px; display: grid; grid-template-rows: auto 240px; min-height: 510px; overflow: hidden; padding: 2rem; position: relative; }
.identity-panel--profile { background: #f5f5f7; }
.identity-panel--card { background: linear-gradient(135deg, #edf8ff 0%, #f7f2ff 52%, #fff 100%); }
.identity-panel__copy { max-width: 430px; position: relative; z-index: 1; }
.identity-panel__label { color: var(--home-subtle); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.identity-panel h3 { font-size: clamp(28px, 3.2vw, 38px); letter-spacing: -0.045em; line-height: 1.08; margin-top: 0.8rem; }
.identity-panel__copy p { color: var(--home-muted); font-size: 16px; line-height: 1.45; margin-top: 0.9rem; max-width: 390px; }
.text-link { color: var(--home-blue-dark); display: inline-flex; font-size: 15px; font-weight: 600; gap: 0.45rem; margin-top: 1.4rem; }
.text-link:hover, .text-link:focus-visible { color: var(--home-text); text-decoration: underline; text-underline-offset: 4px; }

.identity-profile-ui { background: #fff; border: 1px solid rgba(60, 60, 67, 0.11); border-radius: 20px 20px 0 0; box-shadow: 0 16px 40px rgba(0, 0, 0, 0.09); justify-self: center; max-width: 290px; padding: 15px 18px; position: relative; transform: translateY(34px) rotate(-3deg); width: 78%; }
.identity-profile-ui__topline { display: flex; gap: 5px; margin-bottom: 13px; }
.identity-profile-ui__topline span { background: #d1d1d6; border-radius: 50%; height: 5px; width: 5px; }
.identity-profile-ui__cover { background: linear-gradient(135deg, #dff5ff, #8276f5 53%, #f1b8d5); border-radius: 10px; height: 75px; margin: 0 -3px; }
.identity-profile-ui__avatar { align-items: center; background: #18181b; border: 4px solid #fff; border-radius: 50%; display: flex; height: 48px; justify-content: center; margin: -23px auto 6px; overflow: hidden; position: relative; width: 48px; }
.identity-profile-ui__avatar img { height: 100%; object-fit: cover; width: 100%; }
.identity-profile-ui strong, .identity-profile-ui small { display: block; text-align: center; }
.identity-profile-ui strong { font-size: 15px; letter-spacing: -0.03em; }
.identity-profile-ui small { color: var(--home-muted); font-size: 9px; margin-top: 1px; }
.identity-profile-ui__button { background: var(--home-blue); border-radius: 8px; color: #fff; font-size: 9px; margin-top: 13px; padding: 8px; text-align: center; }
.identity-profile-ui__line { background: var(--home-secondary); border-radius: 5px; height: 12px; margin-top: 9px; }
.identity-profile-ui__line--short { margin-right: 28%; }

.identity-card-ui { align-items: center; display: flex; justify-content: center; position: relative; }
.identity-card-ui__status { background: rgba(255, 255, 255, 0.8); border: 1px solid var(--home-border); border-radius: 999px; color: var(--home-muted); font-size: 10px; padding: 7px 10px; position: absolute; right: 2%; top: 2%; z-index: 2; }
.identity-card-ui__card.nfc-card { background: linear-gradient(135deg, #6e6e73 0%, #3a3a3c 53%, #1d1d1f 100%); transform: rotate(-8deg); width: 278px; }
.identity-card-ui__card.nfc-card .nfc-card__logo img { filter: brightness(0) invert(1); }
.identity-card-ui__card.nfc-card .nfc-card__nfc, .identity-card-ui__card.nfc-card .nfc-card__name { color: #fff; }
.identity-card-ui__signal { align-items: center; background: rgba(255, 255, 255, 0.8); border: 1px solid var(--home-border); border-radius: 999px; bottom: 8px; box-shadow: 0 10px 22px rgba(0, 0, 0, 0.07); color: var(--home-muted); display: flex; font-size: 12px; gap: 8px; padding: 8px 12px; position: absolute; right: 5%; }
.identity-card-ui__signal b { color: var(--home-blue); font-size: 16px; font-weight: 500; }

.flow-section { background: var(--home-secondary); border-top: 1px solid var(--home-border); padding: 7rem 2rem 8rem; }
.flow-section__intro, .flow-layout { margin-left: auto; margin-right: auto; max-width: var(--home-max-width); }
.flow-section__intro { max-width: var(--home-max-width); }
.flow-section__intro h2 { font-size: clamp(36px, 5vw, 56px); letter-spacing: -0.05em; line-height: 1.06; }
.flow-section__intro > p:last-child { color: var(--home-muted); font-size: 19px; line-height: 1.45; margin-top: 1rem; max-width: 560px; }
.flow-layout { align-items: center; display: grid; gap: 5rem; grid-template-columns: minmax(250px, 0.75fr) minmax(400px, 1fr); margin-top: 4rem; }
.flow-stepper { border-left: 1px solid rgba(60, 60, 67, 0.18); display: grid; gap: 0.35rem; }
.flow-step { align-items: flex-start; background: transparent; border-left: 2px solid transparent; color: var(--home-muted); display: grid; gap: 1rem; grid-template-columns: 40px 1fr; margin-left: -2px; padding: 1.1rem 0 1.1rem 1.4rem; text-align: left; transition: border-color 180ms ease, color 180ms ease, background 180ms ease; }
.flow-step:hover, .flow-step:focus-visible { background: rgba(255, 255, 255, 0.65); color: var(--home-text); }
.flow-step.is-active { background: rgba(255, 255, 255, 0.8); border-left-color: var(--home-blue); color: var(--home-text); }
.flow-step__number { color: var(--home-subtle); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; padding-top: 2px; }
.flow-step.is-active .flow-step__number { color: var(--home-blue); }
.flow-step__copy { display: grid; gap: 0.25rem; }
.flow-step__copy strong { font-size: 18px; letter-spacing: -0.02em; }
.flow-step__copy small { color: var(--home-muted); font-size: 14px; line-height: 1.4; max-width: 300px; }

.flow-demo { background: linear-gradient(135deg, #e7f8ff 0%, #f2ecff 55%, #fff 100%); border: 1px solid var(--home-border); border-radius: 28px; height: 420px; overflow: hidden; position: relative; }
.flow-demo__backdrop { border: 1px solid rgba(0, 122, 255, 0.13); border-radius: 50%; height: 430px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(18deg); width: 540px; }
.flow-demo__backdrop::after { border: 1px solid rgba(94, 92, 230, 0.13); border-radius: 50%; content: ""; height: 330px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(-35deg); width: 440px; }
.flow-demo__phone { background: #151515; border: 2px solid #202023; border-radius: 24px; box-shadow: 0 22px 45px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.08); height: 398px; left: 20%; padding: 7px; position: absolute; top: 50%; transform: translateY(-50%) rotate(-5deg); width: 184px; z-index: 2; }
.flow-demo__notch { background: #000; border-radius: 999px; height: 12px; left: 50%; position: absolute; top: 8px; transform: translateX(-50%); width: 55px; z-index: 2; }
.flow-demo__screen { background: #fff; border-radius: 20px; height: 100%; overflow: hidden; padding: 10px 13px; text-align: center; }
.flow-demo__screen-top { align-items: center; color: var(--home-subtle); display: flex; font-size: 7px; justify-content: space-between; margin: 11px 0 9px; }
.flow-demo__screen-top b { color: var(--home-text); font-size: 8px; letter-spacing: 0.1em; }
.flow-demo__mini-cover { background: linear-gradient(135deg, #dff5ff, #8276f5 53%, #f1b8d5); border-radius: 7px; height: 75px; }
.flow-demo__mini-avatar { align-items: center; background: #18181b; border: 3px solid #fff; border-radius: 50%; display: flex; height: 38px; justify-content: center; margin: -18px auto 5px; overflow: hidden; position: relative; width: 38px; }
.flow-demo__mini-avatar img { height: 100%; object-fit: cover; width: 100%; }
.flow-demo__screen strong, .flow-demo__screen small { display: block; }
.flow-demo__screen strong { font-size: 13px; letter-spacing: -0.04em; }
.flow-demo__screen small { color: var(--home-muted); font-size: 8px; }
.flow-demo__mini-action { background: var(--home-blue); border-radius: 6px; color: #fff; font-size: 8px; margin-top: 12px; padding: 7px 3px; }
.flow-demo__mini-line { background: var(--home-secondary); border-radius: 4px; height: 10px; margin-top: 9px; }
.flow-demo__mini-line--short { margin-right: 25%; }
.flow-demo__home { background: #1d1d1f; border-radius: 999px; bottom: 5px; height: 3px; left: 50%; position: absolute; transform: translateX(-50%); width: 52px; z-index: 3; }
.flow-demo__message { background: rgba(255, 255, 255, 0.85); border: 1px solid var(--home-border); border-radius: 18px; bottom: 16%; box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08); max-width: 270px; padding: 1.1rem; position: absolute; right: 8%; z-index: 3; }
.flow-demo__message-label { color: var(--home-blue-dark); display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.flow-demo__message strong { display: block; font-size: 20px; letter-spacing: -0.04em; line-height: 1.1; margin-top: 0.45rem; }
.flow-demo__message p { color: var(--home-muted); font-size: 13px; line-height: 1.4; margin-top: 0.55rem; }
.flow-demo__badge { background: #fff; border: 1px solid var(--home-border); border-radius: 999px; color: var(--home-muted); font-size: 11px; left: 8%; padding: 8px 11px; position: absolute; top: 12%; z-index: 3; }

.receiver-section { align-items: center; display: grid; gap: 6rem; grid-template-columns: minmax(400px, 0.9fr) minmax(0, 1fr); margin: 0 auto; max-width: var(--home-max-width); padding: 8rem 2rem; }
.receiver-section__copy { max-width: 570px; }
.receiver-section__copy h2 { font-size: clamp(36px, 5vw, 56px); letter-spacing: -0.05em; line-height: 1.06; }
.receiver-section__copy > p:not(.eyebrow) { color: var(--home-muted); font-size: 19px; line-height: 1.45; margin-top: 1rem; max-width: 530px; }
.receiver-section__visual { align-items: center; background: linear-gradient(135deg, #eefaff, #f8f2ff); border: 1px solid var(--home-border); border-radius: 28px; display: flex; height: 500px; justify-content: center; overflow: hidden; position: relative; }
.receiver-glow { border-radius: 50%; filter: blur(28px); opacity: 0.6; position: absolute; }
.receiver-glow--blue { background: rgba(90, 200, 250, 0.35); height: 200px; right: -5%; top: 8%; width: 200px; }
.receiver-glow--violet { background: rgba(175, 82, 222, 0.18); bottom: 4%; height: 180px; left: -4%; width: 180px; }
.receiver-device { background: #171719; border: 2px solid #202023; border-radius: 24px; box-shadow: 0 28px 60px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.08); height: 498px; padding: 10px; position: relative; transform: rotate(4deg); width: 230px; z-index: 1; }
.receiver-device__notch { background: #050505; border-radius: 999px; height: 13px; left: 50%; position: absolute; top: 8px; transform: translateX(-50%); width: 72px; z-index: 3; }
.receiver-device__top { color: #fff; display: flex; font-size: 9px; justify-content: space-between; padding: 3px 8px 8px; }
.receiver-browser { align-items: center; background: #2c2c2e; border-radius: 7px; color: #b9b9be; display: flex; font-size: 8px; justify-content: space-between; padding: 7px 8px; }
.receiver-profile { background: #fff; border-radius: 16px; margin-top: 8px; min-height: 260px; padding: 22px 16px 16px; text-align: center; }
.receiver-profile__avatar { align-items: center; background: linear-gradient(135deg, #8276f5, #d7a6ef); border-radius: 50%; display: flex; height: 54px; justify-content: center; margin: 0 auto 9px; overflow: hidden; width: 54px; }
.receiver-profile__avatar img { height: 100%; object-fit: cover; width: 100%; }
.receiver-profile strong, .receiver-profile small { display: block; }
.receiver-profile strong { font-size: 17px; letter-spacing: -0.04em; }
.receiver-profile small { color: var(--home-muted); font-size: 10px; margin-top: 1px; }
.receiver-profile__contact { background: var(--home-blue); border-radius: 8px; color: #fff; font-size: 10px; font-weight: 600; margin-top: 17px; padding: 10px; }
.receiver-profile__links { display: flex; gap: 5px; margin-top: 12px; }
.receiver-profile__links span { background: var(--home-secondary); border-radius: 6px; color: var(--home-muted); flex: 1; font-size: 8px; padding: 8px 2px; }
.receiver-saved { background: #fff; border: 1px solid var(--home-border); border-radius: 999px; bottom: 11%; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.09); color: var(--home-muted); font-size: 11px; padding: 9px 12px; position: absolute; right: 8%; z-index: 2; }
.receiver-saved span { color: var(--home-blue); font-weight: 700; margin-right: 4px; }
.receiver-device__home { background: rgba(255, 255, 255, 0.86); border-radius: 999px; bottom: 5px; height: 3px; left: 50%; position: absolute; transform: translateX(-50%); width: 72px; z-index: 4; }
.receiver-methods { display: grid; gap: 0.6rem; margin-top: 2rem; }
.receiver-method { align-items: center; border-top: 1px solid var(--home-border); display: grid; gap: 0.1rem 0.8rem; grid-template-columns: 34px 1fr; padding: 0.85rem 0; }
.receiver-method > span { align-items: center; background: var(--home-secondary); border-radius: 50%; color: var(--home-blue); display: flex; font-size: 13px; grid-row: span 2; height: 30px; justify-content: center; width: 30px; }
.receiver-method strong { font-size: 16px; }
.receiver-method small { color: var(--home-muted); font-size: 14px; line-height: 1.35; }

.ecosystem-section { background: var(--home-secondary); border-top: 1px solid var(--home-border); overflow: hidden; padding: 7rem 0 7.5rem; }
.ecosystem-section__header { align-items: end; display: flex; gap: 2rem; justify-content: space-between; margin: 0 auto; max-width: var(--home-max-width); padding: 0 2rem; }
.ecosystem-section__header > div:first-child { max-width: 680px; }
.ecosystem-section__header h2 { font-size: clamp(36px, 5vw, 56px); letter-spacing: -0.05em; line-height: 1.06; }
.ecosystem-section__header > div:first-child > p:last-child { color: var(--home-muted); font-size: 19px; line-height: 1.45; margin-top: 1rem; max-width: 600px; }
.ecosystem-section__controls { display: flex; gap: 0.5rem; }
.ecosystem-arrow { align-items: center; background: #fff; border: 1px solid var(--home-border); border-radius: 50%; color: var(--home-text); display: flex; font-size: 20px; height: 44px; justify-content: center; transition: border-color 180ms ease, color 180ms ease, opacity 180ms ease; width: 44px; }
.ecosystem-arrow:hover:not(:disabled), .ecosystem-arrow:focus-visible:not(:disabled) { border-color: var(--home-blue); color: var(--home-blue-dark); }
.ecosystem-arrow:disabled { cursor: default; opacity: 0.34; }
.ecosystem-carousel { display: flex; gap: 1rem; margin-top: 3.5rem; overflow-x: auto; overscroll-behavior-x: contain; padding: 0 2rem 1.25rem max(2rem, calc((100vw - var(--home-max-width)) / 2 + 2rem)); scroll-behavior: smooth; scrollbar-width: thin; }
.ecosystem-carousel:focus-visible { outline: 2px solid var(--home-blue); outline-offset: -2px; }
.ecosystem-card { background: #fff; border: 1px solid var(--home-border); border-radius: 20px; display: flex; flex: 0 0 270px; flex-direction: column; min-height: 330px; padding: 1.35rem; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.ecosystem-card:hover, .ecosystem-card:focus-visible { border-color: rgba(0, 122, 255, 0.4); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07); transform: translateY(-3px); }
.ecosystem-card--primary { background: #f8fbff; border-color: rgba(0, 122, 255, 0.24); }
.ecosystem-card__top { align-items: start; display: flex; justify-content: space-between; }
.ecosystem-card__icon { align-items: center; background: var(--home-secondary); border-radius: 14px; display: flex; height: 48px; justify-content: center; padding: 10px; width: 48px; }
.ecosystem-card__icon img { display: block; height: 100%; width: 100%; }
.ecosystem-card__icon > span { color: #06896c; font-size: 25px; }
.ecosystem-card__icon--warm { background: #fff1e9; }
.ecosystem-card__icon--green { background: #eaf8f2; }
.ecosystem-card__icon--blue { background: #e7f5ff; }
.ecosystem-card__icon--violet { background: #f2edff; }
.ecosystem-card__icon--gold { background: #fff8e5; }
.ecosystem-card__status { background: rgba(0, 122, 255, 0.1); border-radius: 999px; color: var(--home-blue-dark); font-size: 10px; font-weight: 600; padding: 5px 8px; }
.ecosystem-card__status--muted { background: var(--home-secondary); color: var(--home-muted); }
.ecosystem-card h3 { font-size: 22px; letter-spacing: -0.04em; margin-top: 1.5rem; }
.ecosystem-card__subtitle { color: var(--home-muted); font-size: 14px; margin-top: 0.15rem; }
.ecosystem-card__description { color: var(--home-muted); font-size: 15px; line-height: 1.45; margin-top: 1.1rem; }
.ecosystem-card__link { color: var(--home-blue-dark); font-size: 14px; font-weight: 600; margin-top: auto; padding-top: 1.25rem; }
.ecosystem-card__link span, .ecosystem-section__more span { margin-left: 0.3rem; }
.ecosystem-section__more { color: var(--home-blue-dark); display: block; font-size: 15px; font-weight: 600; margin: 1.3rem auto 0; max-width: var(--home-max-width); padding: 0 2rem; }
.ecosystem-section__more:hover, .ecosystem-section__more:focus-visible { color: var(--home-text); text-decoration: underline; text-underline-offset: 4px; }

.free-section { align-items: center; display: grid; gap: 5rem; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.76fr); margin: 0 auto; max-width: var(--home-max-width); padding: 8rem 2rem; }
.free-section__copy { max-width: 650px; }
.free-section h2 { font-size: clamp(40px, 5vw, 64px); letter-spacing: -0.055em; line-height: 1.03; margin-top: 1rem; }
.free-section .section-lead { color: var(--home-muted); font-size: 19px; line-height: 1.45; margin: 1.25rem 0 2rem; max-width: 570px; }
.free-preview { background: linear-gradient(145deg, #f5f8ff, #fff 64%); border: 1px solid rgba(0, 122, 255, 0.18); border-radius: 28px; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.09); min-height: 310px; padding: 1.5rem; transform: rotate(2deg); }
.free-preview__top { align-items: center; display: flex; justify-content: space-between; margin-bottom: 3.2rem; }
.free-preview__avatar { align-items: center; background: #eef0f4; border-radius: 50%; display: flex; height: 52px; justify-content: center; overflow: hidden; width: 52px; }
.free-preview__avatar img { height: 100%; object-fit: cover; width: 100%; }
.free-preview__badge { background: rgba(0, 122, 255, 0.1); border-radius: 999px; color: var(--home-blue-dark); font-size: 11px; font-weight: 700; padding: 7px 10px; }
.free-preview > strong { display: block; font-size: 27px; letter-spacing: -0.05em; }
.free-preview > p { color: var(--home-muted); font-size: 15px; line-height: 1.4; margin-top: 0.35rem; max-width: 300px; }
.free-features { display: grid; gap: 0.55rem; margin-top: 2rem; }
.free-features span { background: rgba(255, 255, 255, 0.8); border: 1px solid var(--home-border); border-radius: 12px; color: var(--home-muted); font-size: 13px; padding: 0.75rem 0.85rem; }

.pro-section { align-items: center; background: #f5f5f7; border-top: 1px solid var(--home-border); display: grid; gap: 5rem; grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr); margin: 0 auto; max-width: var(--home-max-width); padding: 8rem 2rem; }
.pro-section__copy { max-width: 560px; }
.pro-section h2 { font-size: clamp(40px, 5vw, 64px); letter-spacing: -0.055em; line-height: 1.03; margin-top: 1rem; }
.pro-section .section-lead { color: var(--home-muted); font-size: 19px; line-height: 1.45; margin: 1.25rem 0 2rem; max-width: 500px; }
.pro-preview { align-items: center; background: linear-gradient(135deg, #e7f8ff 0%, #f0eaff 56%, #fff 100%); border: 1px solid var(--home-border); border-radius: 28px; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1); display: grid; gap: 1.2rem; grid-template-columns: minmax(220px, 0.8fr) minmax(150px, 0.5fr); min-height: 340px; overflow: hidden; padding: 2rem; }
.pro-preview__window { background: #fff; border: 1px solid rgba(60, 60, 67, 0.12); border-radius: 18px; box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1); overflow: hidden; padding-bottom: 1.25rem; transform: rotate(-2deg); }
.pro-preview__toolbar { align-items: center; color: var(--home-subtle); display: flex; gap: 5px; padding: 11px 12px; }
.pro-preview__toolbar > span { background: #d1d1d6; border-radius: 50%; height: 5px; width: 5px; }
.pro-preview__toolbar small { font-size: 9px; margin-left: 5px; }
.pro-preview__cover { background: linear-gradient(135deg, #dff5ff, #8276f5 53%, #f1b8d5); height: 92px; }
.pro-preview__avatar { background: #18181b; border: 4px solid #fff; border-radius: 50%; height: 52px; margin: -26px auto 8px; overflow: hidden; position: relative; width: 52px; }
.pro-preview__avatar img { height: 100%; object-fit: cover; width: 100%; }
.pro-preview__window > strong, .pro-preview__window > small { display: block; text-align: center; }
.pro-preview__window > strong { font-size: 17px; letter-spacing: -0.04em; }
.pro-preview__window > small { color: var(--home-muted); font-size: 10px; margin-top: 2px; }
.pro-preview__links { display: grid; gap: 7px; margin: 15px 16px 0; }
.pro-preview__links i { background: var(--home-secondary); border-radius: 7px; display: block; height: 21px; }
.pro-preview__settings { background: rgba(255, 255, 255, 0.72); border: 1px solid rgba(60, 60, 67, 0.1); border-radius: 16px; display: grid; gap: 0.5rem; padding: 1rem; }
.pro-preview__settings > span { color: var(--home-subtle); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.pro-swatches { display: flex; gap: 7px; margin-bottom: 0.7rem; }
.pro-swatches b { border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--home-border); height: 23px; width: 23px; }
.pro-swatches b:nth-child(1) { background: linear-gradient(135deg, #007aff, #5e5ce6); }
.pro-swatches b:nth-child(2) { background: linear-gradient(135deg, #18181b, #6e6e73); }
.pro-swatches b:nth-child(3) { background: linear-gradient(135deg, #f6c453, #ef7d5b); }
.pro-swatches b:nth-child(4) { background: linear-gradient(135deg, #53c7a1, #3a8dde); }
.pro-preview__setting-line { background: var(--home-secondary); border-radius: 5px; height: 10px; }
.pro-preview__setting-line--short { margin-right: 25%; }

.teams-section { align-items: center; display: grid; gap: 5rem; grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr); margin: 0 auto; max-width: var(--home-max-width); padding: 8rem 2rem; }
.teams-section__copy { max-width: 620px; }
.teams-section h2 { font-size: clamp(40px, 5vw, 64px); letter-spacing: -0.055em; line-height: 1.03; margin-top: 1rem; }
.teams-section .section-lead { color: var(--home-muted); font-size: 19px; line-height: 1.45; margin: 1.25rem 0 2rem; max-width: 520px; }
.teams-preview { background: linear-gradient(145deg, #f5f8ff 0%, #fff 68%); border: 1px solid var(--home-border); border-radius: 24px; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.09); padding: 1.5rem; transform: rotate(2deg); }
.teams-preview__header, .teams-preview__business, .teams-member { align-items: center; display: flex; }
.teams-preview__header { color: var(--home-subtle); justify-content: space-between; }
.teams-preview__brand { font-size: 12px; font-weight: 700; letter-spacing: 0.03em; }
.teams-preview__dots { letter-spacing: 0.12em; }
.teams-preview__business { border-bottom: 1px solid var(--home-border); gap: 0.75rem; margin-top: 2.2rem; padding-bottom: 1.2rem; }
.teams-preview__logo { align-items: center; color: var(--home-text); display: flex; flex: 0 0 29px; height: 15px; justify-content: center; width: 29px; }
.teams-preview__logo svg { display: block; height: 15px; width: 29px; }
.teams-preview__business strong, .teams-preview__business small { display: block; }
.teams-preview__business strong { font-size: 17px; letter-spacing: -0.03em; }
.teams-preview__business small { color: var(--home-muted); font-size: 11px; margin-top: 1px; }
.teams-preview__live { background: rgba(52, 199, 89, 0.12); border-radius: 999px; color: #218739; font-size: 10px; margin-left: auto; padding: 5px 8px; }
.teams-preview__members { display: grid; gap: 0.65rem; margin-top: 1.2rem; }
.teams-member { background: #fff; border: 1px solid rgba(60, 60, 67, 0.1); border-radius: 12px; gap: 0.65rem; padding: 0.7rem; }
.teams-member__avatar { align-items: center; border-radius: 50%; color: #fff; display: flex; flex: 0 0 auto; font-size: 9px; font-weight: 700; height: 34px; justify-content: center; width: 34px; }
.teams-member__avatar--blue { background: linear-gradient(135deg, #007aff, #5e5ce6); }
.teams-member__avatar--violet { background: linear-gradient(135deg, #af52de, #ff375f); }
.teams-member strong, .teams-member small { display: block; }
.teams-member strong { font-size: 13px; }
.teams-member small { color: var(--home-muted); font-size: 10px; margin-top: 1px; }
.teams-preview__tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.2rem; }
.teams-preview__tags span { background: var(--home-secondary); border-radius: 999px; color: var(--home-muted); font-size: 11px; padding: 6px 9px; }

.pre-footer { border-bottom: 1px solid var(--home-border); border-top: 1px solid var(--home-border); padding: 3.25rem 2rem; }
.pre-footer__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 auto; max-width: var(--home-max-width); }
.pre-footer__item { align-items: flex-start; display: flex; gap: 1.25rem; min-width: 0; padding: 0 2rem; }
.pre-footer__item + .pre-footer__item { border-left: 1px solid var(--home-border); }
.pre-footer__icon { color: var(--home-text); flex: 0 0 24px; height: 24px; width: 24px; }
.pre-footer__icon-group { display: flex; flex: 0 0 52px; gap: 4px; }
.pre-footer__icon-group .pre-footer__icon { flex: 0 0 24px; }
.pre-footer__content { min-width: 0; }
.pre-footer__item h3 { font-size: 16px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.25; }
.pre-footer__item p { color: var(--home-text); font-size: 14px; line-height: 1.45; margin-top: 0.5rem; max-width: 210px; }

.home-footer { background: #1d1d1f; color: #fff; padding: 5.5rem 2rem 1.5rem; }
.home-footer__inner { margin: 0 auto; max-width: var(--home-max-width); }
.home-footer__top { display: grid; gap: 5rem; grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.6fr); }
.home-footer__brand { max-width: 280px; }
.home-footer__logo { display: inline-flex; }
.home-footer__logo img { filter: invert(1); height: 24px; width: 180px; }
.home-footer__brand p { color: #a1a1a6; font-size: 15px; line-height: 1.45; margin-top: 1.25rem; max-width: 240px; }
.home-footer__shop { align-items: center; border: 1px solid #636366; border-radius: 999px; display: inline-flex; font-size: 14px; font-weight: 600; gap: 0.7rem; margin-top: 1.75rem; padding: 0.7rem 1rem; transition: border-color 180ms ease, background 180ms ease; }
.home-footer__shop:hover, .home-footer__shop:focus-visible { background: #2c2c2e; border-color: #fff; }
.home-footer__shop span { color: #64a8ff; font-size: 18px; }
.home-footer__columns { display: grid; gap: 2.5rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-footer__column { display: flex; flex-direction: column; gap: 0.7rem; }
.home-footer__column h2 { color: #fff; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; margin-bottom: 0.45rem; }
.home-footer__column a { color: #a1a1a6; font-size: 14px; line-height: 1.35; transition: color 180ms ease; }
.home-footer__column a:hover, .home-footer__column a:focus-visible { color: #fff; }
.home-footer__bottom { align-items: center; border-top: 1px solid #3a3a3c; color: #8e8e93; display: flex; font-size: 12px; justify-content: space-between; margin-top: 5rem; padding-top: 1.25rem; }

a:focus-visible, button:focus-visible { outline: 2px solid var(--home-blue); outline-offset: 3px; }

.home-menu-toggle { display: none; }

@media (max-width: 1080px) {
  .home-header__inner { gap: 1rem; }
  .home-navigation { gap: 1rem; }
  .home-nav { gap: 0.7rem; }
  .home-nav__link, .home-login { font-size: 13px; }
  .home-hero__inner { gap: 2rem; }
}

@media (max-width: 849px) {
  .home-header__inner { min-height: 68px; padding: 0 1.25rem; }
  .home-menu-toggle { align-items: center; background: transparent; display: flex; flex-direction: column; gap: 5px; height: 44px; justify-content: center; margin-left: auto; width: 44px; }
  .home-menu-toggle span:not(.sr-only) { background: var(--home-text); display: block; height: 1.5px; width: 20px; }
  .home-navigation { align-items: stretch; background: #fff; border-bottom: 1px solid var(--home-border); display: none; flex-direction: column; gap: 1rem; left: 0; padding: 1rem 1.25rem 1.25rem; position: absolute; right: 0; top: 100%; }
  .home-navigation.is-open { display: flex; }
  .home-nav { align-items: stretch; flex-direction: column; gap: 0; }
  .home-nav__link { font-size: 16px; padding: 0.75rem 0; }
  .home-nav__link::after { bottom: 0; }
  .home-header__actions { align-items: stretch; flex-direction: column-reverse; gap: 0.75rem; }
  .home-login { font-size: 16px; padding: 0.75rem 0; }
  .home-header__actions .button { width: 100%; }
  .home-hero__inner { grid-template-columns: 1fr; min-height: auto; padding: 4.5rem 1.25rem 4rem; }
  .home-hero__copy { max-width: 680px; }
  .hero-visual { justify-self: center; margin-top: 1rem; }
  .identity-proof { padding: 5rem 1.25rem 6rem; }
  .identity-grid { grid-template-columns: 1fr; }
  .flow-section { padding: 5rem 1.25rem 6rem; }
  .flow-layout { gap: 2.5rem; grid-template-columns: 1fr; margin-top: 3rem; }
  .receiver-section { gap: 3rem; grid-template-columns: 1fr; padding: 6rem 1.25rem; }
  .ecosystem-section { padding: 5rem 0 6rem; }
  .ecosystem-section__header { align-items: start; flex-direction: column; padding: 0 1.25rem; }
  .ecosystem-section__controls { align-self: end; }
  .ecosystem-carousel { margin-top: 2.5rem; padding-left: 1.25rem; padding-right: 1.25rem; }
  .ecosystem-section__more { padding: 0 1.25rem; }
  .free-section { gap: 3rem; grid-template-columns: 1fr; padding: 6rem 1.25rem; }
  .free-preview { justify-self: center; max-width: 520px; width: 100%; }
  .pro-section { gap: 3rem; grid-template-columns: 1fr; padding: 6rem 1.25rem; }
  .pro-preview { justify-self: center; max-width: 620px; width: 100%; }
  .teams-section { gap: 3rem; grid-template-columns: 1fr; padding: 6rem 1.25rem; }
  .teams-preview { justify-self: center; max-width: 520px; width: 100%; }
  .pre-footer { padding: 3.25rem 1.25rem; }
  .pre-footer__grid { gap: 2.75rem 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pre-footer__item { align-items: flex-start; flex-direction: row; gap: 1.75rem; padding: 0 1.25rem; text-align: left; }
  .pre-footer__item:nth-child(3) { border-left: 0; }
  .pre-footer__icon-group { justify-content: flex-start; }
  .pre-footer__content { align-items: flex-start; display: flex; flex-direction: column; }
  .pre-footer__item p { max-width: 230px; }
  .home-footer { padding: 4.5rem 1.25rem 1.25rem; }
  .home-footer__top { gap: 3.5rem; grid-template-columns: 1fr; }
  .home-footer__brand { max-width: 360px; }
  .home-footer__columns { gap: 2rem 1.25rem; }
  .home-footer__bottom { margin-top: 3.5rem; }
}

@media (max-width: 620px) {
  .home-brand img { height: 21px; width: 156px; }
  .home-hero__inner { padding-top: 3.5rem; }
  .home-hero h1 { font-size: clamp(42px, 12vw, 48px); }
  .home-hero__lead { font-size: 18px; }
  .home-hero__actions { align-items: stretch; flex-direction: column; }
  .home-hero__actions .button { width: 100%; }
  .home-hero__proof { display: grid; gap: 0.45rem; }
  .hero-visual { height: 420px; margin-left: -1.25rem; margin-right: -1.25rem; transform: scale(0.84); width: calc(100% + 2.5rem); }
  .hero-visual__orbit--one { width: 440px; }
  .hero-visual__orbit--two { width: 365px; }
  .hero-chip--profile { left: 0; }
  .hero-chip--share { right: 0; }
  .hero-phone { transform: translate(-53%, -50%) scale(0.5) rotate(-4deg); }
  .hero-card.nfc-card { right: -2%; top: 47%; transform: translateY(-4%) rotate(7deg); width: 190px; }
  .identity-panel { min-height: 520px; padding: 1.5rem; }
  .identity-panel h3 { font-size: 32px; }
  .identity-profile-ui { width: 86%; }
  .identity-card-ui__card { width: 250px; }
  .flow-demo { height: 390px; }
  .flow-demo__phone { left: 8%; }
  .flow-demo__message { bottom: 10%; right: 4%; }
  .flow-demo__badge { left: 4%; top: 7%; }
  .receiver-section__visual { height: 430px; }
  .receiver-device { transform: rotate(3deg) scale(0.9); }
  .receiver-saved { bottom: 7%; right: 2%; }
  .free-section { padding-bottom: 5rem; padding-top: 5rem; }
  .free-section h2 { font-size: clamp(40px, 12vw, 52px); }
  .free-preview { min-height: 285px; padding: 1.25rem; transform: rotate(0); }
  .pro-section h2 { font-size: clamp(40px, 12vw, 52px); }
  .pro-preview { gap: 0.8rem; grid-template-columns: minmax(0, 1fr) 130px; min-height: 300px; padding: 1.25rem; }
  .teams-section h2 { font-size: clamp(40px, 12vw, 52px); }
  .teams-preview { transform: rotate(0); }
  .pre-footer { padding: 3rem 2.5rem; }
  .pre-footer__grid { gap: 0; grid-template-columns: 1fr; }
  .pre-footer__item, .pre-footer__item:nth-child(3) { align-items: flex-start; border-left: 0; border-top: 1px solid var(--home-border); column-gap: 2.5rem; display: grid; grid-template-columns: 100px minmax(0, 1fr); padding: 2rem 0; }
  .pre-footer__icon { height: 36px; width: 36px; }
  .pre-footer__icon-group { gap: 12px; }
  .pre-footer__icon-group .pre-footer__icon { flex-basis: 36px; }
  .pre-footer__item h3 { font-size: clamp(24px, 7.5vw, 32px); line-height: 1.2; }
  .pre-footer__item p { font-size: clamp(20px, 6.5vw, 28px); line-height: 1.45; max-width: none; }
  .pre-footer__item:first-child { border-top: 0; padding-top: 0; }
  .pre-footer__item:last-child { padding-bottom: 0; }
  .home-footer__columns { grid-template-columns: 1fr 1fr; }
  .home-footer__column:last-child { grid-column: 1 / -1; }
  .home-footer__bottom { align-items: flex-start; flex-direction: column; gap: 0.45rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  .hero-phone { transform: translate(-53%, -50%) scale(0.6) rotate(-4deg); }
  .hero-card { transform: translateY(-8%) rotate(8deg); }
}
