/* Kinetic landing: the app's stylesheet cut down to what this page uses.
   Colours are the --paper / --violet / --ink variables on :root; the form's
   own look comes with embed.js (its classes are kinetic-*). */
@font-face {font-family: Denim; src: url(fonts/denim.woff2) format("woff2-variations"); font-weight: 300 600; font-display: swap;}
* {box-sizing: border-box; margin: 0; padding: 0;}
[hidden] {display: none !important;}
:root {--paper: #f1f1eb; --steel: #d6dcdf; --violet: #6f41e1; --lavender: #c5aeff; --ink-color: #262626; --bg: var(--paper); --surface: #ffffff; --ink: var(--ink-color); --muted: #575a5b; --accent: var(--violet); --accent-soft: var(--lavender); --line: rgb(38 38 38 / 14%); --line-strong: rgb(38 38 38 / 28%); --dark: #262626; --ok: #4cd07d; --warn: #ffd24a; --bad: #ff5d5d; --radius: 0.375rem; --radius-card: 0.3125rem;}
html, body {height: 100%;}
body {background: var(--dark); color: var(--ink); font-family: Denim, ui-sans-serif, system-ui, sans-serif; font-weight: 400; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased;}
#app {width: 100%; max-width: 430px; margin: 0 auto; min-height: 100dvh; display: flex; flex-direction: column; background: var(--bg); position: relative;}
section[data-screen] {flex: 1; display: flex; flex-direction: column;}
h1 {font-size: 1.4rem; font-weight: 600; letter-spacing: -0.01em; text-wrap: pretty;}
h2 {font-weight: 600;}
p {line-height: 1.45;}
a {color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 4px;}
a:hover {color: var(--ink);}
:focus-visible {outline: 2px solid var(--accent); outline-offset: 2px;}
.review {animation: k-enter 340ms cubic-bezier(0.22, 1, 0.36, 1);}
@keyframes k-enter { 
  from {opacity: 0; transform: translateY(10px);} 
  to {opacity: 1; transform: none;} 
}
.landing {animation: k-enter 420ms cubic-bezier(0.22, 1, 0.36, 1);}
.landing-brand {display: flex; align-items: center; justify-content: center; gap: 10px; padding: clamp(20px, 3.2vh, 26px) 20px 6px;}
.landing-brand a {display: inline-block; line-height: 0;}
.landing-logo {height: 18px; width: auto; display: block;}
.landing-tag {padding-left: 10px; border-left: 1px solid rgb(38 38 38 / 20%); font-size: 10px; line-height: 1.5; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);}
.landing-copy {padding: clamp(20px, 4vh, 32px) 20px clamp(14px, 2.8vh, 24px); text-align: center;}
.landing-copy h1 {margin: 0; font-size: clamp(28px, 6.8vw, 36px); line-height: 0.98; letter-spacing: -0.01em; font-weight: 400; color: var(--ink); text-wrap: pretty;}
.landing-sub {margin: clamp(12px, 2.2vh, 18px) 0 0; font-size: clamp(28px, 7.4vw, 34px); line-height: 1; font-weight: 500; color: var(--accent); text-wrap: pretty;}
.landing-sub2 {margin: 10px auto 0; max-width: 30ch; font-size: clamp(16px, 4.2vw, 18px); line-height: 1.4; font-weight: 400; color: var(--ink); text-wrap: pretty;}
.landing-cta {display: flex; flex-direction: column; align-items: center; gap: 12px; padding: clamp(16px, 2.6vh, 24px) 20px clamp(20px, 3.4vh, 32px); background: var(--surface);}
.landing-lead {margin: 0; max-width: 34ch; font-size: 15px; line-height: 1.45; color: var(--ink); text-align: center; text-wrap: pretty;}
.landing-how {position: relative; width: 100%; aspect-ratio: 1080 / 800; overflow: hidden; background: var(--bg); scroll-margin-top: 112px;}
.how-stage {will-change: transform;}
.how-btn {cursor: pointer; -webkit-tap-highlight-color: transparent;}
.how-btn:focus-visible {outline: 4px solid var(--accent); outline-offset: 3px;}
.landing-compare {padding: 20px 16px 8px; background: var(--bg);}
.compare-card {background: var(--surface); border-radius: 16px; box-shadow: 0 8px 28px rgb(38 38 38 / 8%); overflow: hidden;}
table.compare {width: 100%; border-collapse: collapse; table-layout: fixed;}
.compare-corner {padding: 14px 6px 12px 14px; vertical-align: bottom; font-size: 11px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--muted);}
.compare thead th {padding: 14px 8px 12px; text-align: center; vertical-align: bottom; font-weight: 400;}
.compare thead th.compare-rec {padding: 10px 4px 12px;}
.compare thead img {display: block; margin: 0 auto; height: 30px; width: auto; max-width: 100%; object-fit: contain;}
.compare-pill {display: table; max-width: 100%; margin: 0 auto 8px; padding: 3px 6px; border-radius: 999px; background: var(--accent); color: var(--surface); font-size: 8.5px; line-height: 1.3; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; white-space: nowrap; overflow: hidden;}
.compare tbody th {padding: 12px 6px 12px 14px; font-size: 13px; line-height: 1.25; font-weight: 400; color: var(--muted); text-align: left;}
.compare tbody td {padding: 12px 10px; font-size: 15px; color: var(--ink); text-align: center; font-variant-numeric: tabular-nums;}
.compare tbody th, .compare tbody td {border-top: 1px solid rgb(38 38 38 / 8%);}
.compare .compare-rec {background: rgb(111 65 225 / 7%);}
.compare tbody td.compare-rec {font-weight: 500;}
.compare-hi {color: var(--accent);}
.landing-steps {padding: 4px 16px 12px; background: var(--bg);}
.landing-steps ol {margin: 0; padding: 18px 6px; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); background: var(--surface); border-radius: 16px; box-shadow: 0 8px 28px rgb(38 38 38 / 8%);}
.landing-steps li {display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 0 6px; text-align: center;}
.landing-steps li + li {border-left: 1px solid rgb(38 38 38 / 10%);}
.landing-step-icon {width: 44px; height: 44px; border-radius: 50%; background: rgb(111 65 225 / 10%); display: flex; align-items: center; justify-content: center; color: var(--accent);}
.landing-step-icon svg {fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;}
.landing-step-title {margin-top: 4px; font-size: 14px; line-height: 1.2; font-weight: 600; color: var(--ink);}
.landing-step-sub {font-size: 12.5px; line-height: 1.35; color: var(--muted); text-wrap: pretty;}
.landing-reviews {padding: 20px 16px 36px; background: var(--bg); scroll-margin-top: 16px;}
.reviews-head {display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 0 4px 18px; text-align: center;}
.reviews-head h2 {margin: 0; font-size: 28px; line-height: 1.1; font-weight: 400; letter-spacing: -0.01em; color: var(--ink); text-wrap: balance;}
.reviews-head p {margin: 0; font-size: 15px; line-height: 1.45; color: var(--muted); text-wrap: pretty;}
.reviews-list {display: flex; flex-direction: column; gap: 12px;}
.review {display: flex; flex-direction: column; gap: 10px; padding: 16px; background: var(--surface); border: 1px solid rgb(38 38 38 / 6%); border-radius: 16px; box-shadow: 0 6px 20px rgb(38 38 38 / 6%);}
.review-head {display: flex; align-items: center; gap: 12px;}
.review-head img {width: 44px; height: 44px; border-radius: 50%; flex: none; display: block; object-fit: cover;}
.review-who {display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1;}
.review-name {font-size: 15px; line-height: 1.2; font-weight: 500; color: var(--ink);}
.review-city {font-size: 12px; line-height: 1.2; color: var(--muted);}
.review-stars {flex: none; font-size: 14px; letter-spacing: 1px; color: var(--accent);}
.review h3 {margin: 0; font-size: 17px; line-height: 1.25; font-weight: 600; color: var(--ink);}
.review-text {margin: 0; font-size: 14px; line-height: 1.5; color: #3d3f40; text-wrap: pretty;}
.review-text.clamp {display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
.review-foot {display: flex; align-items: center; justify-content: space-between; gap: 8px;}
.review-tag {padding: 4px 10px; border-radius: 999px; background: rgb(111 65 225 / 8%); color: #5a32c4; font-size: 11px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; white-space: nowrap;}
.review-more {min-height: 44px; padding: 0 2px; border: 0; background: none; color: var(--accent); font: inherit; font-size: 13px; font-weight: 500; cursor: pointer;}
.reviews-more {margin-top: 16px; width: 100%; min-height: 52px; border: 1.5px solid var(--accent); border-radius: 12px; background: var(--surface); color: var(--accent); font: inherit; font-size: 16px; font-weight: 500; cursor: pointer;}
@media (hover: hover) {
  .reviews-more:hover {background: var(--accent); color: var(--surface);}
}
.landing-footer {display: flex; flex-direction: column; align-items: center; gap: 6px; border-top: 1px solid rgb(38 38 38 / 12%); padding: 14px 20px calc(110px + env(safe-area-inset-bottom)); text-align: center;}
.landing-footer > a {min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; font-weight: 500; color: var(--muted); text-decoration: none;}
.landing-footer p {margin: 0; font-size: 12px; line-height: 1.5; color: var(--muted); text-wrap: pretty;}
.landing-footer p a {color: var(--muted); text-decoration: none;}
@media (prefers-reduced-motion: reduce) {
  .landing {animation: none;}
}
/* The form's place while embed.js is still on its way (or not coming: the
   service down): a blank gap the height of the form, not the consent
   sentence sitting under the headline with no button above it. The script
   adds the kinetic-embed class when it draws. */
#kinetic-form:not(.kinetic-embed) { visibility: hidden; min-height: 180px; }
