:root {
  color-scheme: light;
  --ink: #07131d;
  --ink-soft: #1f3340;
  --teal: #09979b;
  --teal-dark: #07777a;
  --gold: #d8a84f;
  --paper: #ffffff;
  --mist: #f3f7f8;
  --line: #d9e4e6;
  --muted: #63737c;
  --shadow: 0 24px 80px rgba(7, 19, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(9, 151, 155, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6fafb 42%, #ffffff 100%);
  content: "";
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 4vw, 56px);
  border-bottom: 1px solid rgba(217, 228, 230, 0.78);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

.brand,
.header-actions,
nav,
.hero-actions,
.proof-strip,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 800;
  font-size: 1.08rem;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

nav {
  gap: 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

nav a:hover,
.text-link:hover,
.site-footer a:hover {
  color: var(--teal-dark);
}

.header-actions {
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.button-primary {
  background: var(--teal);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(9, 151, 155, 0.25);
}

.button-primary:hover {
  background: var(--teal-dark);
}

.button-dark {
  background: var(--ink);
  color: #ffffff;
}

.button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.text-link {
  color: var(--ink-soft);
  font-weight: 750;
}

.text-cta {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 850;
}

.text-cta:hover {
  color: var(--teal-dark);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(48px, 7vw, 96px) clamp(20px, 5vw, 72px) 64px;
}

.hero-logo {
  width: min(100%, 560px);
  height: auto;
  margin-bottom: 28px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 800px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 5.2vw, 5.45rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 4vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.hero-copy > p {
  max-width: 660px;
  color: #334956;
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 16px;
}

.hero-bullets {
  display: grid;
  gap: 10px;
  max-width: 700px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.hero-bullets li {
  position: relative;
  padding-left: 24px;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.55;
}

.hero-bullets li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--teal);
  content: "";
}

.helper {
  font-size: 0.94rem;
}

.legal-hero {
  min-height: auto;
  padding-bottom: 28px;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto clamp(56px, 8vw, 96px);
}

.legal-toc {
  position: sticky;
  top: 100px;
  display: grid;
  align-self: start;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 44px rgba(7, 19, 29, 0.08);
}

.legal-toc a {
  padding: 9px 10px;
  border-radius: 10px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 800;
}

.legal-toc a:hover {
  background: var(--mist);
  color: var(--teal-dark);
}

.legal-docs {
  display: grid;
  gap: 22px;
}

.legal-document {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 54px rgba(7, 19, 29, 0.08);
}

.legal-document h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.legal-document h3 {
  margin-top: 28px;
  color: var(--ink);
  font-size: 1.05rem;
}

.legal-document p {
  max-width: 860px;
  font-size: 0.98rem;
}

.legal-document a {
  color: var(--teal-dark);
  font-weight: 800;
}

.launch-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin-top: 22px;
}

.launch-path article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px 12px;
  padding: 14px;
  border: 1px solid rgba(217, 228, 230, 0.94);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(7, 19, 29, 0.06);
}

.launch-path strong {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
}

.launch-path span {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.22;
}

.launch-path p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.42;
}

.product-stage {
  display: grid;
  gap: 18px;
}

.preview-block {
  display: grid;
  gap: 10px;
  margin: 0;
}

.preview-block figcaption {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.manager-console {
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(217, 228, 230, 0.9);
  border-radius: 30px;
  background: #f9fcfd;
  box-shadow: var(--shadow);
}

.console-sidebar {
  display: grid;
  align-content: start;
  gap: 26px;
  padding: 26px 18px;
  background: var(--ink);
  color: #ffffff;
}

.console-sidebar strong {
  font-size: 0.94rem;
}

.console-nav {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.console-nav span {
  padding: 9px 10px;
  border-radius: 10px;
}

.console-nav .active {
  background: rgba(9, 151, 155, 0.26);
  color: #ffffff;
  font-weight: 800;
}

.console-main {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(20px, 3vw, 30px);
}

.console-top,
.panel-heading,
.alert-row {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.console-label {
  display: block;
  margin-bottom: 8px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.console-top h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.status-pill,
.panel-heading span,
.alert-row b {
  border-radius: 999px;
  background: rgba(9, 151, 155, 0.1);
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 850;
}

.status-pill {
  flex: 0 0 auto;
  padding: 8px 12px;
}

.console-grid {
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  gap: 14px;
}

.manager-panel {
  min-height: 136px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(7, 19, 29, 0.05);
}

.manager-panel p {
  margin: 12px 0 0;
  font-size: 0.94rem;
  line-height: 1.5;
}

.unit-panel {
  grid-row: span 2;
}

.panel-heading strong {
  color: var(--ink);
}

.panel-heading span,
.alert-row b {
  padding: 6px 9px;
}

.content-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.content-list div {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(217, 228, 230, 0.78);
}

.content-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.content-list b {
  color: var(--ink);
  font-size: 0.94rem;
}

.content-list span,
.device-list span {
  color: var(--muted);
  font-size: 0.88rem;
}

.alert-row {
  margin-top: 18px;
  padding: 12px;
  border-radius: 12px;
  background: var(--mist);
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.device-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-top: 20px;
}

.device-list b {
  color: var(--teal-dark);
  font-size: 0.84rem;
}

.tv-peek {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: 26px;
  aspect-ratio: 16 / 9;
  min-height: 300px;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  border: 16px solid #061018;
  border-radius: 30px;
  background: #0c1a24;
  color: #ffffff;
  isolation: isolate;
  box-shadow: 0 18px 48px rgba(7, 19, 29, 0.12);
}

.tv-peek::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(12, 26, 36, 0.92) 0%, rgba(12, 26, 36, 0.74) 46%, rgba(12, 26, 36, 0.38) 100%),
    url("assets/tv-welcome-background.svg") center / cover no-repeat;
  content: "";
}

.tv-peek::after {
  position: absolute;
  inset: 22px;
  z-index: -1;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(9, 151, 155, 0.2), transparent 38%),
    rgba(7, 19, 29, 0.24);
  content: "";
}

.tv-peek-topline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.tv-peek-topline span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
}

.tv-peek-copy strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
}

.tv-peek-copy p {
  max-width: 540px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.55;
}

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

.tv-peek-grid span,
.tv-peek-grid button {
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  text-align: left;
  font-weight: 800;
}

.tv-peek-grid button {
  cursor: pointer;
}

.tv-peek-grid button:hover,
.tv-peek-grid button.is-active {
  border-color: rgba(9, 151, 155, 0.8);
  background: rgba(9, 151, 155, 0.28);
  color: #ffffff;
}

.demo-impact {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(7, 19, 29, 0.05);
}

.demo-impact strong {
  color: var(--teal-dark);
}

.demo-impact p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.tv-frame {
  padding: 18px;
  border-radius: 30px;
  background: #061018;
  box-shadow: var(--shadow);
}

.tv-screen {
  display: grid;
  gap: 42px;
  min-height: 430px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(9, 151, 155, 0.28), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #0c1a24;
  color: #ffffff;
}

.tv-topline,
.mini-table,
.proof-strip,
.site-footer {
  justify-content: space-between;
}

.tv-topline {
  display: flex;
  gap: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.tv-screen h2 {
  max-width: 620px;
  margin-bottom: 12px;
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.tv-screen p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.76);
}

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

.tv-grid span {
  min-height: 84px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
}

.dashboard-card,
.pricing-card,
.feature-grid article,
.steps li,
.faq details {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(7, 19, 29, 0.06);
}

.dashboard-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 24px;
  padding: 22px;
  border-radius: 22px;
}

.dashboard-card p {
  margin-bottom: 0;
}

.mini-table {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.mini-table b {
  color: var(--teal-dark);
}

.proof-strip {
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px clamp(20px, 5vw, 72px);
  border-block: 1px solid var(--line);
  background: #ffffff;
}

.proof-strip span {
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 800;
}

.section {
  padding: clamp(64px, 9vw, 128px) clamp(20px, 5vw, 72px);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  padding: clamp(56px, 8vw, 118px) clamp(20px, 5vw, 72px);
}

.page-hero-narrow {
  grid-template-columns: minmax(0, 940px);
}

.page-hero p {
  max-width: 720px;
  color: #334956;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
}

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

.page-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(7, 19, 29, 0.06);
}

.page-grid h3,
.page-grid p {
  margin-bottom: 0;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.section-actions {
  margin-top: 24px;
}

.trust-section,
.comparison-section,
.trust-layer,
.problem-section,
.use-cases-section,
.walkthrough-section,
.lead-section,
.tv-apps-section,
.closing-section {
  background: var(--mist);
}

.metric-grid,
.roi-grid,
.trust-grid,
.review-grid,
.social-proof-grid,
.comparison-grid,
.use-case-grid,
.walkthrough-layout,
.problem-list,
.benefit-grid,
.testimonial-grid,
.offer-columns {
  display: grid;
  gap: 18px;
}

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

.metric-grid article,
.social-proof-grid p,
.problem-list article,
.benefit-grid article,
.testimonial-grid blockquote,
.why-trust,
.offer-card,
.closing-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(7, 19, 29, 0.06);
}

.metric-grid article {
  display: grid;
  gap: 8px;
  padding: 24px;
}

.metric-grid strong {
  color: var(--teal-dark);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.92;
}

.metric-grid span {
  color: var(--ink-soft);
  line-height: 1.45;
}

.trust-layer {
  background: #ffffff;
}

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

.trust-grid article,
.review-grid article {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(7, 19, 29, 0.06);
}

.trust-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.08rem;
}

.trust-grid p,
.review-grid h3,
.review-grid p {
  margin-bottom: 0;
}

.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.review-grid article {
  display: grid;
  gap: 18px;
  align-content: space-between;
}

.review-grid p {
  color: var(--ink-soft);
  font-weight: 750;
}

.review-grid span {
  color: var(--teal-dark);
  font-weight: 850;
}

.roi-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.roi-grid article,
.comparison-grid article,
.use-case-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(7, 19, 29, 0.06);
}

.roi-grid h3,
.roi-grid p,
.comparison-grid h3,
.comparison-grid p,
.use-case-grid h3,
.use-case-grid p {
  margin-bottom: 0;
}

.comparison-section {
  background: #ffffff;
}

.comparison-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.comparison-grid article {
  display: grid;
  gap: 14px;
  align-content: start;
}

.comparison-grid strong {
  display: block;
  padding-top: 14px;
  border-top: 1px solid rgba(217, 228, 230, 0.9);
  color: var(--teal-dark);
  font-size: 0.95rem;
  line-height: 1.45;
}

.comparison-winner {
  border-color: rgba(9, 151, 155, 0.44) !important;
  background:
    linear-gradient(135deg, rgba(9, 151, 155, 0.12), transparent 48%),
    #ffffff !important;
}

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

.use-case-grid article {
  display: grid;
  gap: 14px;
}

.use-case-grid span {
  display: block;
  padding-top: 14px;
  border-top: 1px solid rgba(217, 228, 230, 0.9);
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.45;
}

.walkthrough-layout {
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
}

.walkthrough-steps {
  display: grid;
  gap: 16px;
}

.walkthrough-steps article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(7, 19, 29, 0.06);
}

.walkthrough-steps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  font-weight: 900;
}

.walkthrough-steps h3,
.walkthrough-steps p {
  margin-bottom: 0;
}

.logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.logo-strip span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 800;
}

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

.social-proof-grid p {
  margin: 0;
  padding: 20px;
  color: var(--ink-soft);
  font-weight: 750;
}

.inline-cta {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(217, 228, 230, 0.92);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(7, 19, 29, 0.06);
}

.inline-cta strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 1.05rem;
}

.inline-cta p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.45;
}

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

.problem-list article,
.benefit-grid article {
  padding: 24px;
}

.cost-copy {
  max-width: 980px;
  margin: 28px 0 0;
  padding-left: 20px;
  border-left: 4px solid var(--teal);
  color: var(--ink-soft);
  font-weight: 650;
}

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

.benefit-grid article {
  display: grid;
  gap: 12px;
}

.benefit-grid span {
  display: block;
  padding-top: 12px;
  border-top: 1px solid rgba(217, 228, 230, 0.9);
  color: var(--teal-dark);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.45;
}

.app-screenshot-frame {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 16px solid #061018;
  border-radius: 30px;
  background: #061018;
  box-shadow: 0 18px 48px rgba(7, 19, 29, 0.12);
}

.app-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#product-preview {
  scroll-margin-top: 110px;
}

.proof-section {
  background: #ffffff;
}

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

.testimonial-grid blockquote,
.testimonial-grid article {
  margin: 0;
  padding: 28px;
}

.testimonial-grid h3,
.testimonial-grid p {
  margin-bottom: 0;
}

.testimonial-grid cite,
.testimonial-grid span {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-weight: 850;
}

.why-trust {
  margin-top: 18px;
  padding: 28px;
}

.lead-section {
  display: grid;
  place-items: center;
}

.lead-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 5vw, 56px);
  width: min(100%, 1040px);
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(9, 151, 155, 0.12), transparent 46%),
    #ffffff;
  box-shadow: 0 18px 48px rgba(7, 19, 29, 0.06);
}

.lead-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding-left: 20px;
  color: var(--ink-soft);
  font-weight: 750;
}

.lead-form {
  display: grid;
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 850;
}

.lead-form input,
.lead-form select {
  min-height: 48px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  color: var(--ink);
  padding: 0 14px;
  font-size: 1rem;
}

.lead-form input:focus,
.lead-form select:focus {
  outline: 3px solid rgba(9, 151, 155, 0.18);
  border-color: rgba(9, 151, 155, 0.5);
}

.form-helper {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.lead-status {
  min-height: 24px;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 750;
}

.offer-section {
  display: grid;
  place-items: center;
  background: var(--mist);
}

.offer-card,
.closing-card {
  width: min(100%, 1040px);
  padding: clamp(28px, 5vw, 54px);
}

.offer-columns {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 26px;
}

.offer-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--ink-soft);
}

.offer-actions {
  margin-top: 28px;
}

.offer-actions .button {
  margin: 0 10px 12px 0;
}

.closing-section {
  display: grid;
  place-items: center;
}

.closing-card {
  background:
    linear-gradient(135deg, rgba(9, 151, 155, 0.12), transparent 38%),
    #ffffff;
}

.closing-card .hero-actions {
  margin-top: 24px;
}

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

.feature-grid article,
.steps li,
.pricing-card,
.faq details {
  border-radius: 22px;
}

.feature-grid article {
  padding: 24px;
}

.feature-grid p,
.steps span,
.faq p {
  margin-bottom: 0;
}

.split {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
  background: var(--mist);
}

.steps {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  gap: 8px;
  padding: 24px;
}

.steps strong {
  font-size: 1.08rem;
}

.steps span {
  color: var(--muted);
  line-height: 1.55;
}

.pricing-section {
  display: grid;
  place-items: center;
}

.pricing-card {
  display: grid;
  gap: 24px;
  width: min(100%, 940px);
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(135deg, rgba(9, 151, 155, 0.1), transparent 34%),
    #ffffff;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 14px 0 12px;
}

.price-line strong {
  color: var(--ink);
  font-size: clamp(48px, 8vw, 76px);
  line-height: 0.95;
}

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

.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--ink-soft);
}

.hotel-pricing-section {
  display: grid;
  gap: 28px;
  background: var(--mist);
}

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

.hotel-plan {
  display: grid;
  gap: 20px;
  align-content: space-between;
  padding: 28px;
  border: 1px solid var(--line);
  background: #ffffff;
}

.hotel-plan-featured {
  border-color: rgba(9, 151, 155, 0.48);
  box-shadow: 0 18px 45px rgba(7, 19, 29, 0.08);
}

.plan-kicker {
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compact-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 10px 0 12px;
}

.compact-price strong {
  color: var(--ink);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 0.96;
}

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

.hotel-plan ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: var(--ink-soft);
}

.hotel-enterprise-band {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  border: 1px solid var(--line);
  background: #ffffff;
}

.hotel-enterprise-band p {
  margin: 8px 0 0;
  color: var(--muted);
}

.checkout-status {
  min-height: 24px;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 750;
}

.tv-apps-section {
  background: #ffffff;
}

.tv-app-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tv-app-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(7, 19, 29, 0.06);
}

.tv-app-copy {
  min-width: 0;
}

.tv-app-card h3 {
  margin: 8px 0 8px;
}

.tv-app-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 214px;
  min-height: 64px;
  gap: 12px;
  padding: 9px 14px;
  border: 1px solid #070b10;
  border-radius: 10px;
  background: #080d12;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(7, 19, 29, 0.18);
}

.store-badge:hover {
  background: #000000;
}

.store-badge-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.store-badge-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.store-badge-small,
.store-badge-label {
  display: block;
  line-height: 1;
  white-space: nowrap;
}

.store-badge-small {
  font-size: 0.7rem;
  font-weight: 750;
}

.store-badge-label {
  font-size: 1.32rem;
  font-weight: 900;
}

.store-badge-disabled {
  border-color: rgba(7, 19, 29, 0.48);
  background: #1d2a32;
  color: rgba(255, 255, 255, 0.86);
  box-shadow: none;
  cursor: default;
}

.store-badge-disabled:hover {
  background: #1d2a32;
}

.faq {
  display: grid;
  gap: 16px;
  background: var(--mist);
}

.faq .section-heading {
  margin-bottom: 12px;
}

.faq details {
  padding: 22px 24px;
}

.faq summary {
  cursor: pointer;
  font-weight: 850;
}

.faq p {
  margin-top: 12px;
}

.site-footer {
  flex-wrap: wrap;
  gap: 16px;
  padding: 30px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #ffffff;
  color: var(--muted);
}

.site-footer span {
  color: var(--ink);
  font-weight: 850;
}

.content-meta {
  flex-basis: 100%;
  color: var(--muted);
  font-size: 0.78rem;
}

.evidence-list,
.contact-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.evidence-list article,
.contact-options article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.evidence-list h2,
.contact-options h2 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.page-message {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 24px;
}

.page-message .pricing-card {
  max-width: 760px;
}

.page-message h1 {
  font-size: clamp(2.8rem, 7vw, 5.6rem);
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    align-items: flex-start;
  }

  .site-header > nav {
    display: none;
  }

  .hero,
  .page-hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .page-grid,
  .evidence-list,
  .contact-options,
  .metric-grid,
  .roi-grid,
  .trust-grid,
  .review-grid,
  .comparison-grid,
  .use-case-grid,
  .walkthrough-layout,
  .problem-list,
  .tv-app-grid,
  .lead-card {
    grid-template-columns: 1fr;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
  }
}

@media (max-width: 680px) {
  .site-header {
    flex-wrap: nowrap;
    gap: 12px;
    align-items: center;
    padding: 12px 16px;
  }

  .brand {
    gap: 8px;
    font-size: 0.98rem;
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .header-actions {
    flex: 0 0 auto;
    gap: 8px;
    margin-left: auto;
  }

  .header-actions .text-link {
    display: none;
  }

  .button {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.84rem;
    white-space: normal;
  }

  .site-header .button {
    width: min(230px, calc(100vw - 78px));
    min-height: 44px;
    padding-inline: 10px;
  }

  .hero-actions,
  .section-actions,
  .offer-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-actions .button,
  .section-actions .button,
  .inline-cta .button,
  .offer-actions .button {
    width: 100%;
    max-width: 340px;
  }

  .hero-logo {
    width: min(100%, 360px);
  }

  .lead-card {
    padding: 24px 18px;
  }

  h1 {
    font-size: 3.2rem;
  }

  .tv-screen {
    min-height: 360px;
    padding: 22px;
  }

  .tv-grid,
  .tv-peek-grid,
  .feature-grid,
  .hotel-pricing-grid,
  .tv-app-card,
  .metric-grid,
  .social-proof-grid,
  .problem-list,
  .benefit-grid,
  .testimonial-grid,
  .offer-columns,
  .dashboard-card,
  .manager-console,
  .console-grid {
    grid-template-columns: 1fr;
  }

  .tv-app-card {
    align-items: start;
  }

  .tv-peek {
    aspect-ratio: auto;
  }

  .launch-path {
    grid-template-columns: 1fr;
  }

  .inline-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .console-sidebar {
    display: none;
  }

  .manager-console {
    min-height: auto;
  }

  .console-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .hotel-enterprise-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-layout {
    width: min(100% - 28px, 1180px);
  }

  .legal-document {
    border-radius: 16px;
  }
}
