:root {
  --ikawn-yellow: #f6b817;
  --landing-bg: #050604;
  --landing-ink: #f6f2e8;
  --landing-muted: rgba(246, 242, 232, 0.68);
  --landing-line: rgba(255, 255, 255, 0.14);
  --ik-font-heading: "Parkinsans", "Google Sans", Arial, sans-serif;
  --ik-font-body: "Google Sans", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ik-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/google-sans:vf@latest/latin-wght-normal.woff2") format("woff2-variations");
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--landing-bg);
  color: var(--landing-ink);
  font-family: var(--ik-font-body);
}

img {
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.landing-page {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(246, 184, 23, 0.18), transparent 28%),
    linear-gradient(180deg, #080906 0%, #050604 42%, #0d0b08 100%);
  color: var(--landing-ink);
}

.mirror-hero {
  position: relative;
  height: 75svh;
  max-height: 75svh;
  min-height: 0;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 96px clamp(18px, 4vw, 64px) clamp(30px, 5vh, 52px);
  isolation: isolate;
}

.hero-media,
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  overflow: hidden;
  will-change: transform;
}

.hero-media img,
.demo-gate-visual > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 0.75s ease, transform 6.5s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-slide[data-hero-image="0"],
.hero-slide[data-hero-image="1"] {
  object-position: center;
}

.hero-slide[data-hero-image="2"],
.hero-slide[data-hero-image="3"] {
  object-position: center top;
}

.hero-scrim {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 4, 3, 0.88) 0%, rgba(3, 4, 3, 0.64) 38%, rgba(3, 4, 3, 0.12) 78%),
    linear-gradient(0deg, rgba(5, 6, 4, 0.94) 0%, rgba(5, 6, 4, 0.32) 46%, rgba(5, 6, 4, 0.5) 100%);
}

.landing-nav {
  position: fixed;
  z-index: 2147483000;
  top: 18px;
  left: clamp(14px, 3vw, 42px);
  right: clamp(14px, 3vw, 42px);
  height: 58px;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(140px, 1fr);
  align-items: center;
  gap: 16px;
  padding: 7px 8px 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(5, 6, 4, 0.54);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.34);
  isolation: isolate;
  transform: translateZ(0);
}

.nav-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 760;
}

.nav-brand img {
  width: 104px;
  max-width: 104px;
  height: auto;
  display: block;
}

.nav-brand span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.nav-links {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

.nav-links a,
.demo-embed-topbar a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 680;
  text-decoration: none;
  transition: color 0.16s ease;
}

.nav-links a:hover,
.demo-embed-topbar a:hover {
  color: #fff;
}

.nav-demo {
  justify-self: end;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--ikawn-yellow);
  color: #11130f;
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(246, 184, 23, 0.25);
}

.hero-content {
  width: min(760px, 100%);
  padding-top: 0;
}

.landing-eyebrow {
  margin: 0 0 12px;
  color: var(--ikawn-yellow);
  font-family: var(--ik-font-mono);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-content h1,
.landing-section h2,
.landing-cta h2 {
  margin: 0;
  letter-spacing: 0;
  font-family: var(--ik-font-heading);
  font-weight: 760;
}

.hero-content h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.1vw, 76px);
  line-height: 0.96;
}

.hero-lede {
  width: min(610px, 100%);
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.42;
}

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

.landing-primary,
.landing-secondary,
.price-action {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0 22px;
  color: #11130f;
  background: var(--ikawn-yellow);
  text-decoration: none;
  font-size: 14px;
  font-weight: 820;
  cursor: pointer;
  transition: transform 0.16s ease, filter 0.16s ease, background 0.16s ease;
}

.landing-primary:hover,
.price-action:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.landing-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.landing-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero-panel {
  position: absolute;
  right: clamp(20px, 5vw, 76px);
  bottom: clamp(24px, 5vh, 52px);
  width: min(350px, 30vw);
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(8, 9, 7, 0.52);
  backdrop-filter: blur(18px) saturate(124%);
  -webkit-backdrop-filter: blur(18px) saturate(124%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.hero-panel-head,
.price-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--ik-font-mono);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-usecase-card {
  width: min(360px, 30vw);
  padding: 14px;
}

.hero-usecase-slide {
  display: none;
  min-height: 132px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-usecase-slide.is-active {
  display: block;
  animation: heroCopyIn 0.48s ease both;
}

.hero-usecase-kicker {
  margin: 0 0 12px;
  color: var(--ikawn-yellow);
  font-family: var(--ik-font-mono);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-usecase-slide h2 {
  margin: 0;
  color: #fff;
  font-family: var(--ik-font-heading);
  font-size: clamp(20px, 1.85vw, 27px);
  line-height: 1.06;
  letter-spacing: 0;
}

.hero-usecase-slide p:last-child {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.42;
}

.hero-carousel-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.hero-carousel-controls button {
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0 11px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 12px;
  font-weight: 760;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.hero-carousel-controls button:hover,
.hero-carousel-controls button.is-active {
  border-color: rgba(246, 184, 23, 0.64);
  color: #11130f;
  background: var(--ikawn-yellow);
}

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

@keyframes heroCopyIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.loop-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.loop-step span,
.flow-card span {
  color: var(--ikawn-yellow);
  font-size: 12px;
  font-weight: 820;
}

.loop-step strong {
  font-size: 15px;
}

.landing-band,
.landing-section,
.landing-cta {
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto;
}

.metric-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 20px 0 54px;
}

.metric,
.flow-card,
.use-card,
.price-card,
.privacy-panel,
.hardware-note {
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.metric,
.flow-card,
.use-card,
.price-card {
  padding: 20px;
}

.metric strong {
  display: block;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 8px;
  color: var(--landing-muted);
  font-size: 13px;
}

.landing-section {
  padding: 82px 0;
}

.split-section,
.visual-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: clamp(24px, 5vw, 74px);
}

.visual-section {
  grid-template-columns: 1.1fr 0.9fr;
}

.section-copy h2,
.section-heading h2,
.visual-copy h2,
.privacy-panel h2,
.landing-cta h2 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(26px, 4.35vw, 59px);
  line-height: 0.98;
}

.section-copy p,
.section-heading p,
.visual-copy p,
.privacy-panel p {
  max-width: 620px;
  color: var(--landing-muted);
  font-size: 16px;
  line-height: 1.62;
}

.check-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.check-list span,
.hardware-note > div,
.price-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.check-list b,
.hardware-note span:first-child,
.privacy-icon {
  color: var(--ikawn-yellow);
}

.image-stack,
.visual-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

.image-stack img,
.visual-card img {
  display: block;
  width: 100%;
  height: auto;
}

.floating-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(5, 6, 4, 0.62);
  color: #fff;
  font-size: 12px;
  font-weight: 760;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.floating-chip.top {
  top: 16px;
  left: 16px;
}

.floating-chip.bottom {
  right: 16px;
  bottom: 16px;
}

.section-heading {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
  margin-bottom: 28px;
}

.section-heading p {
  margin: 0;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.flow-card h3,
.use-card h3 {
  margin: 22px 0 8px;
  color: #fff;
  font-size: 18px;
}

.flow-card p,
.use-card p,
.price-card p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 13px;
  line-height: 1.5;
}

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

.use-card {
  min-height: 210px;
  transition: transform 0.16s ease, background 0.16s ease;
}

.use-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.09);
}

.use-card > span {
  color: var(--ikawn-yellow);
  font-weight: 820;
}

.privacy-section {
  padding-top: 24px;
}

.privacy-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: start;
  padding: clamp(24px, 4vw, 44px);
}

.privacy-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246, 184, 23, 0.42);
  border-radius: 50%;
}

.pricing-section {
  padding-top: 38px;
}

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

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
}

.price-card.is-featured {
  border-color: rgba(246, 184, 23, 0.68);
  background: rgba(246, 184, 23, 0.12);
  box-shadow: 0 24px 80px rgba(246, 184, 23, 0.1);
}

.price-card-head em {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--ikawn-yellow);
  color: #11130f;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}

.price-card > strong {
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.usage-pill {
  margin: 18px 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 13px;
  font-weight: 760;
}

.price-card ul {
  display: grid;
  gap: 11px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.price-action {
  width: 100%;
  margin-top: auto;
}

.hardware-note {
  margin-top: 14px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hardware-sales {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #11130f;
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
  transition: background 0.16s ease, transform 0.16s ease;
}

.hardware-sales:hover {
  background: #fff;
  transform: translateY(-1px);
}

.landing-cta {
  padding: 100px 0 120px;
  text-align: center;
}

.landing-cta .hero-actions {
  justify-content: center;
}

.ik-public-footer {
  background: #05070c;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 58px 0 34px;
  margin-top: 0;
}

.ik-public-footer-inner {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
}

.ik-public-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: start;
}

.ik-public-footer img {
  width: 130px;
  display: block;
  margin-bottom: 18px;
}

.ik-public-footer p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.55;
  margin: 0;
}

.ik-public-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 26px;
  max-width: 560px;
}

.ik-public-footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 800;
}

.ik-public-footer a:hover {
  color: #ffc01c;
}

.ik-public-footer-bottom {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.44);
  font-size: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.72s ease var(--reveal-delay, 0ms),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.magnetic {
  will-change: transform;
}

.demo-gate-page,
.demo-embed-page {
  min-height: 100vh;
  background: #050604;
  color: #fff;
}

.demo-gate-page {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
}

.demo-gate-visual {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 32px clamp(22px, 4vw, 58px);
}

.demo-gate-visual > img {
  position: absolute;
  inset: 0;
}

.demo-gate-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 4, 0.82), rgba(5, 6, 4, 0.24)),
    linear-gradient(0deg, rgba(5, 6, 4, 0.92), transparent 62%);
}

.demo-gate-brand,
.demo-gate-copy {
  position: relative;
  z-index: 1;
}

.demo-gate-brand {
  position: absolute;
  top: 28px;
  left: clamp(22px, 4vw, 58px);
}

.demo-gate-copy {
  width: min(680px, 100%);
  padding-bottom: 30px;
}

.demo-gate-copy h1 {
  margin: 0;
  font-size: clamp(42px, 6.8vw, 88px);
  line-height: 0.92;
  letter-spacing: 0;
}

.demo-gate-copy p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.55;
}

.demo-gate-form-wrap {
  display: grid;
  align-items: center;
  padding: 28px;
}

.demo-gate-form {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.demo-gate-form h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.05;
}

.demo-gate-form > p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.5;
}

.demo-gate-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 720;
}

.demo-gate-form small {
  color: rgba(255, 255, 255, 0.44);
  font-size: 11px;
  font-weight: 650;
}

.field-label {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.input-shell {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.64);
}

.input-shell input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
}

.input-shell input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.demo-gate-form em,
.form-error {
  min-height: 14px;
  color: #ffb4a9;
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
}

.consent-row {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px !important;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 580 !important;
  line-height: 1.45;
}

.consent-row input {
  width: 18px;
  height: 18px;
  accent-color: var(--ikawn-yellow);
}

.consent-row a {
  color: #fff;
  text-underline-offset: 3px;
}

.consent-copy {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 580;
  line-height: 1.38;
}

.consent-copy a {
  color: #fff;
  text-underline-offset: 3px;
}

.demo-submit {
  width: 100%;
  margin-top: 8px;
  border: 0;
}

.demo-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.button-loading {
  display: none;
}

.is-submitting .button-idle {
  display: none;
}

.is-submitting .button-loading {
  display: inline;
}

.demo-embed-page {
  overflow: hidden;
}

.inline-demo-section {
  width: min(1760px, calc(100vw - 72px));
  padding-top: 72px;
  scroll-margin-top: 142px;
}

.inline-demo-grid {
  display: block;
}

.inline-demo-form {
  width: min(480px, calc(100% - 32px));
  max-height: calc(100% - 28px);
  overflow-y: auto;
  gap: 7px;
  padding: clamp(14px, 1.7vw, 20px);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.inline-demo-form h2 {
  margin: 0;
  font-size: clamp(28px, 3.1vw, 42px);
}

.inline-demo-form > p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.32;
}

.inline-demo-form label {
  gap: 4px;
}

.inline-demo-form .input-shell {
  height: 42px;
}

.inline-demo-form em,
.inline-demo-form .form-error {
  min-height: 0;
  margin: 0;
  line-height: 1.15;
}

.inline-demo-form .consent-row,
.inline-demo-form .consent-copy {
  margin-top: 0;
  font-size: 12px;
  line-height: 1.32;
}

.inline-demo-form .demo-submit {
  min-height: 42px;
  margin-top: 0;
}

.inline-demo-preview {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 520px;
  max-height: calc(100vh - 120px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.inline-demo-preview .demo-frame {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.demo-lock-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: 18px;
  background: rgba(5, 6, 4, 0.28);
  backdrop-filter: blur(12px) saturate(118%);
  -webkit-backdrop-filter: blur(12px) saturate(118%);
}

.inline-demo-preview.is-unlocked .demo-lock-overlay {
  display: none;
}

.demo-embed-topbar {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 6, 4, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.demo-frame {
  width: 100%;
  height: calc(100vh - 66px);
  display: block;
  border: 0;
  background: #050604;
}

[hidden] {
  display: none !important;
}

@media (max-width: 1080px) {
  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(520px, 100%);
    display: none;
  }

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

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

  .split-section,
  .visual-section,
  .demo-gate-page,
  .inline-demo-grid {
    grid-template-columns: 1fr;
  }

  .ik-public-footer-inner {
    width: min(100% - 32px, 1240px);
  }

  .ik-public-footer-grid {
    grid-template-columns: 1fr;
  }

  .ik-public-footer-links {
    justify-content: flex-start;
  }

  .demo-gate-visual {
    min-height: 58vh;
  }
}

@media (max-width: 760px) {
  .landing-nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .nav-demo {
    padding: 0 14px;
  }

  .nav-brand img {
    width: 92px;
  }

  .mirror-hero {
    height: 75svh;
    max-height: 75svh;
    padding: 86px 18px 28px;
  }

  .hero-content h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .hero-lede {
    font-size: 16px;
  }

  .metric-band,
  .flow-grid,
  .use-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .landing-section {
    padding: 58px 0;
  }

  .inline-demo-section {
    width: min(100vw - 24px, 1760px);
  }

  .inline-demo-preview {
    min-height: 560px;
    aspect-ratio: 9 / 14;
  }

  .section-copy h2,
  .section-heading h2,
  .visual-copy h2,
  .privacy-panel h2,
  .landing-cta h2 {
    font-size: 30px;
  }

  .privacy-panel {
    grid-template-columns: 1fr;
  }

  .hardware-note {
    align-items: stretch;
    flex-direction: column;
  }

  .hardware-sales {
    width: 100%;
  }

  .demo-gate-form-wrap {
    padding: 16px;
  }

  .demo-gate-copy h1 {
    font-size: 46px;
  }

  .demo-embed-topbar {
    height: 58px;
  }

  .demo-frame {
    height: calc(100vh - 58px);
  }
}
