.kc-hero { min-height: 760px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; padding: 90px 0; overflow: hidden; }
.kc-hero-copy h1 { font-size: clamp(62px, 9vw, 116px); }
.kc-hero-copy h1 span { color: var(--cyan); }
.kc-hero-copy > p { max-width: 650px; margin: 32px 0; color: var(--muted); font-size: clamp(18px, 2vw, 23px); }
.app-lockup { display: flex; align-items: center; gap: 13px; margin-bottom: 32px; color: var(--muted); font: 750 12px/1 ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }
.app-lockup img { width: 44px; height: 44px; border-radius: 12px; }
.hero-phone { width: min(100%, 350px); margin-inline: auto; box-shadow: 0 40px 100px #000c, 0 0 90px #00e6ff14; transform: rotate(2deg); }
.figma-screen { display: block; height: auto; padding: 0; object-fit: cover; background: #07090e; }

.feature-section, .screens-section, .store-section { padding: 110px 0; border-top: 1px solid var(--line); }
.feature-section h2, .screens-section h2, .store-section h2 { font-size: clamp(48px, 7vw, 82px); line-height: 1; }
.section-intro { max-width: 650px; margin: 24px 0 48px; color: var(--muted); font-size: 19px; }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.roadmap-card { min-height: 440px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.roadmap-heading { display: flex; align-items: center; gap: 11px; }
.roadmap-card h3 { margin: 0; font-size: 22px; letter-spacing: -.03em; }
.roadmap-card > p { min-height: 54px; color: var(--muted); font-size: 14px; }
.roadmap-card ul { margin: 28px 0 0; padding: 0; list-style: none; }
.roadmap-card li { padding: 11px 0 11px 20px; position: relative; border-top: 1px solid var(--line); color: #d7dce4; font-size: 14px; }
.roadmap-card li::before { content: ""; width: 6px; height: 6px; position: absolute; left: 1px; top: 19px; border-radius: 50%; background: var(--muted); }
.state-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; }
.available .state-dot, .available li::before { background: #00e676; }
.progress .state-dot, .progress li::before { background: var(--yellow); }
.planned .state-dot, .planned li::before { background: #7c8aa0; }

.screen-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 50px; }
.screen-grid figure { margin: 0; }
.screen-frame { border: 1px solid #303846; border-radius: 28px; background: #020305; box-shadow: 0 22px 55px #0007; }
.mock-phone { aspect-ratio: 642 / 1389; padding: 5.5% 5%; position: relative; overflow: hidden; border: 1px solid #303846; border-radius: 32px; background: #05070b; color: #f8fafc; font-size: clamp(7px, .8vw, 11px); }
.mock-status, .mock-top, .mock-page-title { display: flex; align-items: center; justify-content: space-between; }
.mock-status { color: #dce2eb; font-weight: 800; }
.mock-top { margin-top: 9%; font-size: 1.25em; }
.mock-page-title { margin-top: 9%; font-size: 1.35em; }
.mock-page-title span, .mock-page-title b { color: var(--cyan); font-size: 1.35em; }
.mock-chip { padding: 5px 8px; border: 1px solid #303846; border-radius: 999px; color: var(--cyan); font-size: .78em; }
.mock-live { height: 48%; margin-top: 7%; display: grid; place-items: center; position: relative; border: 1px solid #202734; border-radius: 14px; background: radial-gradient(circle at 62% 37%, #26313a, #090c11 55%); }
.live-label { position: absolute; left: 7%; top: 6%; color: var(--cyan); font: 800 .7em/1 ui-monospace, monospace; letter-spacing: .15em; }
.focus-box { width: 28%; aspect-ratio: 1; border: 1px solid var(--cyan); }
.exposure-row, .mode-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 6%; text-align: center; }
.exposure-row span { padding: 8% 2%; border-right: 1px solid #242b38; font-weight: 800; }
.exposure-row span:last-child { border-right: 0; }
.exposure-row small { display: block; margin-bottom: 4px; color: #718096; font-size: .55em; letter-spacing: .1em; }
.mode-row { padding: 3px; border-radius: 999px; background: #111620; color: #68758a; font-size: .66em; font-weight: 800; }
.mode-row span { padding: 7px 2px; }
.mode-row .active { border-radius: 999px; background: #222a3a; color: var(--cyan); }
.mock-shutter { display: grid; place-items: center; margin-top: 8%; }
.mock-shutter i { width: 24%; aspect-ratio: 1; border: 5px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 3px #05070b; background: #fff; }
.quick-connect { margin-top: 10%; padding: 8%; position: relative; border: 1px solid #28313f; border-radius: 14px; background: #10151e; }
.quick-connect small { display: block; color: var(--yellow); font-weight: 900; letter-spacing: .13em; }
.quick-connect strong { display: block; margin-top: 6px; font-size: 1.18em; }
.quick-connect > span { position: absolute; right: 8%; top: 34%; color: var(--yellow); font-size: 2em; }
.camera-profile { margin-top: 8%; padding: 7%; border: 1px solid #29313d; border-radius: 15px; background: #0f141c; }
.camera-profile > div { display: flex; align-items: center; gap: 9px; }
.camera-profile i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: #202836; color: var(--cyan); font-style: normal; font-weight: 900; }
.camera-profile div span { display: flex; flex-direction: column; }
.camera-profile small { color: #8490a2; }
.camera-profile > b { float: right; margin-top: -22px; color: var(--cyan); }
.camera-profile p { display: flex; justify-content: space-between; margin: 10px 0 0; padding-top: 10px; border-top: 1px solid #242b38; }
.camera-profile em { color: #00e676; font-style: normal; }
.camera-profile.muted { opacity: .68; }
.pose-stage { height: 51%; margin-top: 8%; position: relative; border-radius: 14px; overflow: hidden; background: linear-gradient(#202b34, #11161c); }
.thirds { position: absolute; inset: 0; }
.thirds.one { border-left: 1px solid #ffffff30; border-right: 1px solid #ffffff30; left: 33%; right: 33%; }
.thirds.two { border-top: 1px solid #ffffff30; border-bottom: 1px solid #ffffff30; top: 33%; bottom: 33%; }
.pose-person { width: 26%; height: 58%; position: absolute; left: 39%; top: 19%; border: 2px solid var(--cyan); border-radius: 45% 45% 20% 20%; opacity: .85; }
.pose-person i { width: 45%; aspect-ratio: 1; position: absolute; left: 28%; top: -18%; border: 2px solid var(--cyan); border-radius: 50%; }
.pose-person b, .pose-person em { width: 62%; height: 2px; position: absolute; bottom: -17%; background: var(--cyan); }
.pose-person b { left: -9%; transform: rotate(73deg); }.pose-person em { right: -9%; transform: rotate(-73deg); }
.pose-panel { margin-top: 7%; padding: 7%; border-radius: 14px; background: #111720; }
.pose-panel > small { color: var(--cyan); font-weight: 900; letter-spacing: .12em; }
.pose-panel > strong { display: block; margin-top: 5px; font-size: 1.25em; }
.pose-panel p { color: #8490a2; font-size: .82em; line-height: 1.35; }
.pose-panel div { display: flex; gap: 5px; }.pose-panel div span { flex: 1; padding: 7px 2px; border: 1px solid #303846; border-radius: 7px; text-align: center; }.pose-panel div .active { color: #05070b; background: var(--cyan); }
.preset-tabs { display: flex; gap: 20%; margin: 10% 0 7%; color: #69758a; font-weight: 900; letter-spacing: .1em; }.preset-tabs .active { color: var(--cyan); }
.preset-preview { height: 27%; display: flex; align-items: end; padding: 7%; border-radius: 14px; background: linear-gradient(145deg, #0f7182, #efc94c 60%, #d66a39); font-size: 1.15em; font-weight: 900; }
.preset-preview span { padding: 5px 8px; border-radius: 999px; background: #05070bcf; }
.preset-list { display: grid; gap: 7px; margin-top: 7%; }.preset-list > span { display: grid; grid-template-columns: 30px 1fr; padding: 6%; border: 1px solid #28313d; border-radius: 11px; }.preset-list > span.active { border-color: var(--yellow); }.preset-list i { grid-row: 1 / 3; width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--yellow)); }.preset-list b { font-size: .92em; }.preset-list small { color: #8490a2; }.preset-mock button { width: 90%; margin: 8% 5% 0; padding: 8px; border: 0; border-radius: 999px; background: var(--yellow); color: #111; font: inherit; font-weight: 900; }
.screen-grid figcaption { display: flex; flex-direction: column; gap: 5px; padding: 18px 4px 0; }
.screen-grid figcaption strong { font-size: 15px; }
.screen-grid figcaption span { color: var(--muted); font-size: 13px; line-height: 1.45; }

.store-section { padding-bottom: 130px; text-align: center; }
.store-section .eyebrow { margin-inline: auto; }
.store-section > p:not(.eyebrow) { max-width: 590px; margin: 24px auto 34px; color: var(--muted); font-size: 18px; }
.store-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.store-badge { min-width: 205px; height: 64px; padding: 9px 18px; display: flex; align-items: center; gap: 13px; border: 1px solid #3b4350; border-radius: 12px; background: #11151d; color: #858f9d; text-align: left; font-size: 18px; font-weight: 700; line-height: 1.05; cursor: not-allowed; }
.store-badge small { display: block; margin-bottom: 4px; font-size: 10px; font-weight: 500; }
.apple-icon { width: 30px; font: 32px/1 -apple-system, BlinkMacSystemFont, sans-serif; text-align: center; }
.play-icon { width: 0; height: 0; margin: 0 7px 0 4px; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 25px solid #858f9d; }

@media (max-width: 920px) {
  .kc-hero { grid-template-columns: 1fr .65fr; gap: 36px; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .roadmap-card { min-height: 0; }
  .roadmap-card > p { min-height: 0; }
  .screen-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 660px) {
  .site-header nav a:nth-child(2) { display: none; }
  .kc-hero { grid-template-columns: 1fr; padding: 72px 0 90px; }
  .hero-phone { width: 72%; margin-top: 20px; }
  .feature-section, .screens-section, .store-section { padding: 80px 0; }
  .screen-grid { gap: 14px; }
  .screen-frame { border-radius: 20px; }
  .mock-phone { border-radius: 20px; }
  .screen-grid figcaption span { display: none; }
  .store-badge { width: 100%; justify-content: center; }
}
