.home-page {
  --home-ink: #152027;
  --home-muted: #52626a;
  --home-paper: #f4f7f5;
  --home-white: #ffffff;
  --home-line: #b8c4c4;
  --home-dark: #071014;
  --home-dark-2: #101b20;
  --home-teal: #0f8b7e;
  --home-teal-bright: #20c7b6;
  --home-green: #27864f;
  --home-amber: #e5a330;
  color: var(--home-ink);
  background: var(--home-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.home-page *,
.home-page *::before,
.home-page *::after {
  letter-spacing: 0;
}

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

.home-page h1 {
  font-size: 76px;
  line-height: 0.98;
}

.home-page h2 {
  font-size: 46px;
  line-height: 1.08;
}

.home-page h3 {
  font-size: 24px;
  line-height: 1.2;
}

.home-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 12px max(24px, calc((100vw - 1500px) / 2));
  color: #f4f8f8;
  background: rgba(7, 16, 20, 0.88);
  border-bottom: 1px solid rgba(226, 236, 234, 0.22);
  backdrop-filter: blur(16px);
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  font-size: 19px;
  font-weight: 900;
}

.home-brand img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
}

.home-nav {
  margin-left: auto;
}

.home-nav a {
  color: #c5d2d4;
}

.home-nav a:hover,
.home-nav a:focus-visible {
  color: #ffffff;
  background: #18242a;
}

.home-page .nav-cta {
  color: #06100f;
  background: var(--home-teal-bright);
  border: 1px solid var(--home-teal-bright);
}

.home-hero {
  position: relative;
  height: clamp(660px, 82svh, 790px);
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #f5f8f8;
  background: var(--home-dark);
  border-bottom: 1px solid #223138;
}

.home-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero-shade {
  z-index: 1;
  background: rgba(13, 26, 31, 0.34);
  pointer-events: none;
}

.home-hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 72px auto 0 0;
  width: 43%;
  background: #071014;
  border-right: 1px solid rgba(127, 156, 161, 0.18);
  pointer-events: none;
}

.home-hero-content {
  position: relative;
  z-index: 4;
  width: min(580px, calc(42% - 48px));
  margin-left: max(24px, calc((100vw - 1500px) / 2));
  padding: 120px 0 86px;
}

.home-kicker {
  margin-bottom: 12px;
  color: var(--home-teal-bright);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 580px;
  margin-bottom: 20px;
  color: #ffffff;
}

.home-hero-lead {
  max-width: 560px;
  margin-bottom: 14px;
  color: #e1e9ea;
  font-size: 21px;
  line-height: 1.43;
}

.home-hero-subline {
  max-width: 550px;
  margin-bottom: 0;
  color: #9fb0b4;
  font-size: 15px;
  line-height: 1.55;
}

.home-hero-actions,
.inline-actions,
.support-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.home-hero-actions {
  margin-top: 28px;
}

.home-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 900;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.home-button:hover,
.home-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(32, 199, 182, 0.25);
  outline: none;
}

.home-button-primary {
  color: #06100f;
  background: var(--home-teal-bright);
  border-color: var(--home-teal-bright);
}

.home-button-primary:hover,
.home-button-primary:focus-visible {
  box-shadow: 0 8px 25px rgba(32, 199, 182, 0.4);
}

.home-button-light {
  color: #ffffff;
  background: rgba(11, 22, 27, 0.84);
  border-color: #7d9298;
}

.home-button-dark {
  color: #ffffff;
  background: var(--home-dark-2);
  border-color: var(--home-dark-2);
}

.home-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 4px;
  color: #ffffff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  transition: transform 0.2s ease, outline 0.2s ease;
}

.home-text-link:hover,
.home-text-link:focus-visible {
  transform: translateY(-1px);
  outline: 2px solid var(--home-amber);
  outline-offset: 3px;
}

.dark-link {
  color: var(--home-ink);
}

.hero-demo-link {
  width: max-content;
  margin-top: 12px;
  color: #c8d5d7;
  font-size: 14px;
}

.hero-next {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d7e1e2;
  font-size: 13px;
  font-weight: 800;
  transform: translateX(-50%);
}

.hero-next span {
  font-size: 0;
}

.hero-next span::after {
  content: "\2193";
  font-size: 13px;
}

.hero-proof-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 0.92fr) minmax(360px, 1fr);
  align-items: stretch;
  gap: 0;
  width: 100%;
  color: var(--home-ink);
  background: #ffffff;
  border-bottom: 1px solid var(--home-line);
}

.hero-proof-photo {
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--home-line);
}

.hero-proof-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 48%;
}

.hero-proof-copy,
.hero-proof-facts {
  padding: 42px clamp(28px, 3vw, 54px);
}

.hero-proof-copy {
  border-right: 1px solid var(--home-line);
}

.hero-proof-copy h2 {
  max-width: 560px;
  margin-bottom: 14px;
  color: var(--home-ink);
  font-size: 30px;
}

.hero-proof-copy > p:last-child {
  max-width: 580px;
  margin-bottom: 0;
  color: var(--home-muted);
  line-height: 1.55;
}

.hero-proof-facts {
  display: grid;
  align-content: center;
  gap: 18px;
  background: #edf3f0;
}

.hero-proof-facts p {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #bdc9c6;
}

.hero-proof-facts p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.hero-proof-facts strong {
  color: var(--home-teal);
}

.hero-proof-facts span {
  color: var(--home-muted);
  line-height: 1.4;
}

.home-section {
  width: 100%;
  padding: 104px max(24px, calc((100vw - 1500px) / 2));
}

.home-section-heading {
  max-width: 820px;
  margin-bottom: 54px;
}

.home-section-heading h2 {
  margin-bottom: 18px;
  color: var(--home-ink);
}

.home-section-heading > p:not(.home-kicker) {
  max-width: 760px;
  color: var(--home-muted);
  font-size: 19px;
}

.platform-section {
  background: var(--home-white);
}

.platform-row {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(560px, 1.24fr);
  align-items: center;
  gap: 70px;
  padding: 70px 0;
  border-top: 1px solid var(--home-line);
}

.platform-android {
  grid-template-columns: minmax(560px, 1.2fr) minmax(320px, 0.8fr);
}

.platform-copy {
  max-width: 520px;
}

.platform-label,
.plan-platform {
  margin-bottom: 10px;
  color: var(--home-teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.platform-copy h3 {
  margin-bottom: 16px;
  color: var(--home-ink);
  font-size: 38px;
}

.platform-copy > p:not(.platform-label) {
  color: var(--home-muted);
  font-size: 18px;
}

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

.device-stage {
  position: relative;
  margin: 0;
}

.device-stage figcaption {
  margin-top: 16px;
  color: var(--home-muted);
  font-size: 13px;
}

.monitor-frame {
  padding: 12px;
  background: #18242b;
  border: 1px solid #2c3b43;
  border-radius: 8px;
  box-shadow: 0 26px 50px rgba(22, 34, 38, 0.18);
}

.monitor-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid #52636b;
  border-radius: 3px;
}

.android-stage {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tablet-frame {
  position: relative;
  z-index: 2;
  width: min(300px, 42%);
  padding: 11px;
  background: #162128;
  border: 1px solid #33454e;
  border-radius: 8px;
  box-shadow: 0 25px 48px rgba(13, 27, 31, 0.2);
}

.tablet-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 20;
  object-fit: cover;
  object-position: top;
  border-radius: 3px;
}

.hardware-peek {
  width: min(570px, 78%);
  height: min(430px, 34vw);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 42%;
  margin-left: -18px;
  border: 1px solid #7d8d91;
  border-radius: 6px;
  box-shadow: 0 22px 44px rgba(23, 36, 40, 0.16);
}

.business-profile-section {
  padding: clamp(72px, 8vw, 112px) max(24px, calc((100vw - 1500px) / 2));
  color: #edf5f2;
  background: #10272b;
  border-top: 1px solid #294348;
  border-bottom: 1px solid #294348;
}

.business-profile-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(520px, 1.32fr);
  align-items: start;
  gap: clamp(42px, 7vw, 112px);
}

.business-profile-intro {
  max-width: 470px;
}

.business-profile-intro h2 {
  margin: 14px 0 18px;
  color: #ffffff;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.08;
}

.business-profile-intro > p:not(.home-kicker) {
  color: #c3d2d1;
  font-size: 17px;
  line-height: 1.62;
}

.business-profile-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: #38565a;
  border: 1px solid #38565a;
  border-radius: 6px;
}

.business-profile-list li {
  min-height: 132px;
  padding: 22px 20px;
  background: #132f33;
}

.business-profile-list strong,
.business-profile-list span {
  display: block;
}

.business-profile-list strong {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 17px;
}

.business-profile-list span {
  color: #b9ccca;
  font-size: 14px;
  line-height: 1.45;
}

.workflow-section {
  background: #e8eeeb;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.motion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 28px;
}

.motion-item {
  min-width: 0;
}

.motion-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(270px, 0.4fr);
  align-items: center;
  gap: 30px;
}

.motion-item video {
  width: 100%;
  max-height: 620px;
  display: block;
  object-fit: contain;
  background: #091116;
  border: 1px solid #53636a;
  border-radius: 6px;
}

.motion-item:not(.motion-wide) video {
  height: 430px;
}

.motion-number {
  margin: 20px 0 8px;
  color: var(--home-teal);
  font-size: 13px;
  font-weight: 900;
}

.motion-item h3 {
  margin-bottom: 8px;
  color: var(--home-ink);
}

.motion-item p:last-child {
  color: var(--home-muted);
}

.proof-section {
  color: #f2f6f5;
  background: #0b1419;
}

.proof-heading h2 {
  color: #ffffff;
}

.proof-heading > p:not(.home-kicker) {
  color: #b5c4c7;
}

.proof-gallery {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
  grid-auto-rows: 320px;
  gap: 12px;
}

.proof-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #43535b;
  border-radius: 6px;
  background: #121e24;
}

.proof-gallery .proof-large {
  grid-row: span 2;
}

.proof-gallery .proof-wide {
  grid-column: span 2;
}

.proof-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proof-large img {
  object-position: center;
}

.proof-wide img {
  object-position: 50% 30%;
}

.proof-gallery figcaption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  color: #ffffff;
  background: rgba(5, 12, 16, 0.86);
  border-top: 1px solid #42535a;
}

.proof-gallery figcaption span {
  color: #b9c6c8;
  font-size: 13px;
  text-align: right;
}

.control-section {
  background: var(--home-white);
}

.control-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(600px, 1.22fr);
  gap: 70px;
  align-items: center;
}

.control-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid var(--home-line);
}

.control-list article:last-child {
  border-bottom: 1px solid var(--home-line);
}

.control-list article > span {
  color: var(--home-teal);
  font-size: 13px;
  font-weight: 900;
}

.control-list h3 {
  margin-bottom: 7px;
  color: var(--home-ink);
  font-size: 20px;
}

.control-list p {
  margin-bottom: 0;
  color: var(--home-muted);
}

.screen-stack {
  position: relative;
  min-height: 560px;
}

.screen-main {
  width: 88%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 10px solid #19262c;
  border-radius: 7px;
  box-shadow: 0 24px 45px rgba(16, 32, 36, 0.18);
}

.screen-secondary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 29%;
  height: auto;
  aspect-ratio: 9 / 20;
  object-fit: cover;
  object-position: top;
  border: 8px solid #19262c;
  border-radius: 7px;
  box-shadow: 0 22px 42px rgba(16, 32, 36, 0.2);
}

.vision-section {
  padding: 116px max(24px, calc((100vw - 1500px) / 2));
  color: #f2f6f5;
  background: #17372f;
  border-top: 1px solid #2f594e;
  border-bottom: 1px solid #2f594e;
}

.vision-inner {
  max-width: 1200px;
}

.vision-section h2 {
  max-width: 900px;
  margin-bottom: 26px;
  color: #ffffff;
  font-size: 56px;
}

.vision-lead {
  max-width: 850px;
  color: #d8e6df;
  font-size: 23px;
}

.vision-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  max-width: 1050px;
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid #729289;
}

.vision-columns p {
  color: #c6d8d1;
  font-size: 17px;
}

.home-pricing {
  background: #edf2ef;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #8fa19f;
  border-radius: 7px;
  overflow: hidden;
}

.plan-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 34px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-right: 1px solid #8fa19f;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.featured-plan {
  background: #e4f0eb;
}

.plan-item h3 {
  color: var(--home-ink);
}

.plan-price {
  margin: 24px 0 20px;
  color: var(--home-teal);
  font-size: 36px;
  font-weight: 900;
}

.plan-price span {
  color: var(--home-muted);
  font-size: 14px;
}

.plan-offer-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 20px;
}

.plan-offer {
  padding: 12px 14px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #f8fbfa;
}

.plan-offer.featured-offer {
  border-color: rgba(8, 127, 117, 0.5);
  background: #edf8f5;
}

.plan-offer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.plan-cycle {
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 800;
}

.plan-discount {
  padding: 3px 7px;
  border-radius: 999px;
  background: #d85f2b;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.plan-offer .plan-price {
  margin: 7px 0 2px;
  font-size: 28px;
}

.plan-regular {
  margin: 0;
  color: var(--home-muted);
  font-size: 13px;
}

.plan-item ul {
  min-height: 132px;
  margin: 0 0 24px;
  padding-left: 20px;
  color: var(--home-muted);
}

.plan-item .home-button {
  margin-top: auto;
}

.plan-note,
.hardware-note {
  margin: 20px 0 0;
  color: var(--home-muted);
  font-size: 14px;
}

.hardware-band {
  background: var(--home-white);
}

.hardware-table {
  border-top: 2px solid var(--home-ink);
  border-bottom: 2px solid var(--home-ink);
}

.hardware-row {
  display: grid;
  grid-template-columns: 0.48fr 1fr 1fr;
  gap: 28px;
  align-items: center;
  min-height: 78px;
  padding: 16px 8px;
  border-bottom: 1px solid var(--home-line);
}

.hardware-row:last-child {
  border-bottom: 0;
}

.hardware-head {
  min-height: 56px;
  color: var(--home-muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hardware-row strong {
  color: var(--home-ink);
}

.hardware-row span:not(:first-child) {
  color: var(--home-muted);
}

.support-section {
  padding: 86px max(24px, calc((100vw - 1500px) / 2));
  color: #f4f8f7;
  background: #101b20;
  border-top: 1px solid #2c3b42;
  border-bottom: 1px solid #2c3b42;
}

.support-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
}

.support-inner h2 {
  color: #ffffff;
}

.support-inner p:not(.home-kicker) {
  max-width: 720px;
  color: #bac7ca;
}

.faq-section {
  background: #f7f9f8;
}

.faq-list {
  max-width: 1050px;
  border-top: 2px solid var(--home-ink);
}

.faq-list details {
  border-bottom: 1px solid var(--home-line);
}

.faq-list summary {
  position: relative;
  padding: 24px 54px 24px 2px;
  color: var(--home-ink);
  font-size: 18px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  color: var(--home-teal);
  font-size: 24px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 820px;
  padding: 0 0 24px;
  color: var(--home-muted);
}

.home-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px 70px;
  padding: 54px max(24px, calc((100vw - 1500px) / 2));
  color: #dce5e6;
  background: #071014;
}

.footer-main {
  max-width: 520px;
}

.footer-main p {
  margin: 16px 0 0;
  color: #9dafb3;
}

.home-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  gap: 12px 22px;
}

.home-footer nav a {
  color: #c4d0d2;
  font-weight: 750;
}

.home-footer .copyright {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 24px;
  color: #829398;
  border-top: 1px solid #29383e;
  font-size: 13px;
}

/* Scroll Reveal Utility Classes */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

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

.motion-item:nth-child(2) { transition-delay: 0.1s; }
.plan-item:nth-child(2) { transition-delay: 0.15s; }
.plan-item:nth-child(3) { transition-delay: 0.3s; }

@media (max-width: 1180px) {
  .home-page h1 {
    font-size: 62px;
  }

  .home-page h2 {
    font-size: 40px;
  }

  .platform-row,
  .platform-android,
  .control-layout,
  .business-profile-inner {
    grid-template-columns: 1fr;
  }

  .platform-row {
    gap: 36px;
  }

  .platform-android .device-stage {
    order: 2;
  }

  .android-stage {
    min-height: 520px;
  }

  .control-layout {
    gap: 45px;
  }

  .screen-stack {
    min-height: 500px;
  }

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

  .proof-gallery .proof-wide {
    grid-column: auto;
  }

  .hero-proof-band {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .hero-proof-facts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-proof-facts p {
    display: block;
    padding: 0 22px 0 0;
    border-right: 1px solid #bdc9c6;
    border-bottom: 0;
  }

  .hero-proof-facts p:last-child {
    border-right: 0;
  }

  .hero-proof-facts span {
    display: block;
    margin-top: 5px;
  }
}

@media (max-width: 900px), (prefers-reduced-motion: reduce) {
  .home-hero-shade {
    background: rgba(4, 10, 13, 0.2);
  }

  .home-hero::before {
    width: 100%;
    border-right: 0;
  }

  .home-hero-content {
    width: min(680px, calc(100% - 48px));
  }

  .home-header {
    padding-inline: 18px;
  }

  .home-page .menu-button {
    display: inline-flex;
    color: #ffffff;
    background: #172329;
    border-color: #5b6e75;
  }

  .home-nav {
    position: absolute;
    top: 72px;
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    background: #101b20;
    border: 1px solid #506168;
    border-radius: 7px;
  }

  .home-nav.is-open {
    display: flex;
  }

  .home-nav a {
    width: 100%;
  }

  .motion-wide {
    display: block;
  }

  .plan-grid {
    grid-template-columns: 1fr;
  }

  .plan-item {
    border-right: 0;
    border-bottom: 1px solid #8fa19f;
  }

  .plan-item:last-child {
    border-bottom: 0;
  }

  .support-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media (max-width: 700px) {
  .home-page h1 {
    font-size: 46px;
  }

  .home-page h2,
  .vision-section h2 {
    font-size: 34px;
  }

  .home-page h3 {
    font-size: 21px;
  }

  .home-hero {
    height: min(700px, 86svh);
    min-height: 620px;
  }

  .home-hero-content {
    width: calc(100% - 36px);
    margin-left: 18px;
    padding: 100px 0 82px;
  }

  .home-hero-lead {
    font-size: 18px;
  }

  .home-hero-actions,
  .inline-actions,
  .support-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-button,
  .home-text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .home-button {
    min-height: 46px;
  }

  .hero-demo-link {
    width: 100%;
    margin-top: 8px;
  }

  .hero-next {
    white-space: nowrap;
  }

  .hero-proof-band {
    grid-template-columns: 1fr;
  }

  .hero-proof-photo {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .hero-proof-copy,
  .hero-proof-facts {
    padding: 34px 18px;
  }

  .hero-proof-copy {
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .hero-proof-copy h2 {
    font-size: 27px;
  }

  .hero-proof-facts {
    grid-template-columns: 1fr;
  }

  .hero-proof-facts p,
  .hero-proof-facts p:last-child {
    display: grid;
    grid-template-columns: 100px 1fr;
    padding: 0 0 17px;
    border-right: 0;
    border-bottom: 1px solid #bdc9c6;
  }

  .hero-proof-facts p:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .hero-proof-facts span {
    margin-top: 0;
  }

  .home-section,
  .vision-section,
  .support-section {
    padding: 76px 18px;
  }

  .home-section-heading {
    margin-bottom: 36px;
  }

  .home-section-heading > p:not(.home-kicker) {
    font-size: 17px;
  }

  .platform-row {
    min-height: 0;
    padding: 48px 0;
  }

  .platform-copy h3 {
    font-size: 29px;
  }

  .monitor-frame {
    padding: 6px;
  }

  .android-stage {
    min-height: 430px;
    align-items: flex-end;
  }

  .tablet-frame {
    width: 44%;
    padding: 6px;
  }

  .hardware-peek {
    width: 74%;
    margin-left: -26px;
  }

  .motion-grid {
    grid-template-columns: 1fr;
  }

  .motion-item:not(.motion-wide) video {
    height: auto;
    max-height: 520px;
  }

  .proof-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 360px;
  }

  .proof-gallery .proof-large {
    grid-row: auto;
  }

  .proof-gallery figcaption {
    display: block;
  }

  .proof-gallery figcaption span {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .control-list article {
    grid-template-columns: 34px 1fr;
  }

  .screen-stack {
    min-height: 350px;
  }

  .screen-main {
    width: 95%;
    border-width: 5px;
  }

  .screen-secondary {
    width: 32%;
    border-width: 4px;
  }

  .vision-lead {
    font-size: 19px;
  }

  .vision-columns {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .plan-item {
    padding: 26px 22px;
  }

  .plan-item ul {
    min-height: 0;
  }

  .hardware-row {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 18px 2px;
  }

  .hardware-head {
    display: none;
  }

  .home-footer {
    grid-template-columns: 1fr;
    padding: 48px 18px;
  }

  .home-footer nav {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page html {
    scroll-behavior: auto;
  }

  .home-button,
  .home-text-link {
    transition: none;
  }
}

/* Business-system refinement: clearer hierarchy, calmer surfaces, stronger CTAs. */
.home-page {
  --home-ink: #15242a;
  --home-muted: #52656b;
  --home-paper: #f1f5f3;
  --home-white: #ffffff;
  --home-line: #c5d1ce;
  --home-teal: #087f75;
  --home-teal-bright: #21c6b5;
  --home-green: #247a4b;
  --home-amber: #d88e20;
}

.home-page .home-header {
  min-height: 68px;
  padding-block: 9px;
  background: rgba(6, 14, 18, 0.94);
  border-bottom-color: rgba(185, 211, 207, 0.28);
}

.home-page .home-brand {
  font-size: 18px;
}

.home-page .home-brand img {
  width: 40px;
  height: 40px;
}

.home-page .home-nav {
  gap: 5px;
}

.home-page .home-nav a {
  padding-inline: 13px;
  border-radius: 5px;
}

.home-page .home-page .nav-cta,
.home-page .nav-cta {
  box-shadow: 0 7px 18px rgba(33, 198, 181, 0.2);
}

.home-page .home-hero {
  height: clamp(650px, 78svh, 780px);
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(5, 14, 17, 0.96) 0%, rgba(5, 14, 17, 0.9) 43%, rgba(5, 14, 17, 0.48) 72%, rgba(5, 14, 17, 0.64) 100%),
    url("assets/redesign-source/real-pc-hardware/real_store_with_hardware02.jpg");
  background-repeat: no-repeat;
  background-size: cover, 140% auto;
  background-position: center, -25% 9% ;
}

.home-page .home-hero::before {
  inset: 68px auto 0 0;
  z-index: 2;
  width: 49%;
  background: linear-gradient(90deg, #071014 0%, #071014 70%, rgba(7, 16, 20, 0.9) 88%, rgba(7, 16, 20, 0.35) 100%);
}

.home-page .home-hero-shade {
  z-index: 1;
  background: linear-gradient(180deg, rgba(3, 9, 12, 0.18), rgba(3, 9, 12, 0.04));
}

.home-page .home-hero-content {
  position: relative;
  z-index: 3;
  width: min(590px, calc(45% - 32px));
  padding-top: 118px;
}

.home-page .home-hero h1 {
  max-width: 560px;
  margin-bottom: 22px;
  font-size: clamp(56px, 6vw, 76px);
  line-height: 0.96;
  text-wrap: balance;
}

.home-page .home-hero-lead {
  max-width: 530px;
  margin-bottom: 16px;
  color: #e7eeee;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.48;
}

.home-page .home-hero-subline {
  max-width: 520px;
  color: #afc0c3;
  font-size: 15px;
}

.home-page .home-hero-actions {
  margin-top: 30px;
}

.home-page .home-button {
  min-height: 50px;
  padding-inline: 20px;
  border-radius: 5px;
}

.home-page .home-button-primary {
  box-shadow: 0 10px 24px rgba(33, 198, 181, 0.18);
}

.home-page .home-button-light {
  background: rgba(13, 28, 34, 0.82);
  border-color: #789097;
}

.home-page .hero-demo-link {
  color: #d5e0e1;
}

.home-page .hero-next {
  z-index: 4;
}

.home-page .hero-proof-band {
  grid-template-columns: minmax(300px, 0.76fr) minmax(390px, 0.94fr) minmax(390px, 1fr);
}

.home-page .hero-proof-photo {
  min-height: 278px;
}

.home-page .hero-proof-copy,
.home-page .hero-proof-facts {
  padding-block: 48px;
}

.home-page .hero-proof-copy h2 {
  font-size: clamp(26px, 2.4vw, 32px);
  line-height: 1.12;
}

.home-page .hero-proof-facts {
  background: #e5efeb;
}

.home-page .home-section {
  padding-block: clamp(82px, 8vw, 112px);
}

.home-page .home-section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.home-page .home-section-heading h2 {
  margin-bottom: 15px;
}

.home-page .home-section-heading > p:not(.home-kicker) {
  font-size: 18px;
  line-height: 1.62;
}

.home-page .platform-row {
  min-height: 520px;
  gap: clamp(44px, 5vw, 76px);
  padding-block: clamp(56px, 6vw, 76px);
}

.home-page .platform-copy .pc-release-meta {
  color: #425359;
}

.home-page .platform-copy {
  max-width: 500px;
}

.home-page .platform-copy h3 {
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.1;
}

.home-page .platform-copy > p:not(.platform-label) {
  font-size: 17px;
  line-height: 1.62;
}

.home-page .monitor-frame,
.home-page .tablet-frame {
  box-shadow: 0 22px 42px rgba(22, 34, 38, 0.14);
}

.home-page .workflow-section {
  background: #e6eeeb;
}

.home-page .motion-grid {
  gap: 42px 24px;
}

.home-page .motion-item video {
  border-color: #65777b;
  border-radius: 5px;
}

.home-page .proof-gallery {
  gap: 10px;
}

.home-page .proof-gallery figure {
  border-radius: 5px;
}

.home-page .control-section,
.home-page .hardware-band,
.home-page .faq-section {
  background: #ffffff;
}

.home-page .control-list article {
  padding-block: 20px;
}

.home-page .vision-section {
  padding-block: clamp(84px, 9vw, 120px);
  background: #123d35;
}

.home-page .vision-section h2 {
  max-width: 820px;
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1.02;
}

.home-page .vision-lead {
  max-width: 800px;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.45;
}

.home-page .home-pricing {
  background: #e8efec;
}

.home-page .plan-grid {
  gap: 14px;
  overflow: visible;
  border: 0;
}

.home-page .plan-item {
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(16, 32, 36, 0.06);
}

.home-page .plan-item:last-child {
  border-right: 1px solid var(--home-line);
}

.home-page .featured-plan {
  background: #f0faf7;
  border-color: var(--home-teal);
  box-shadow: 0 14px 32px rgba(8, 127, 117, 0.12);
}

.home-page .plan-price {
  margin-top: 20px;
  font-size: 34px;
}

.home-page .plan-offer .plan-price {
  margin: 7px 0 2px;
  font-size: 28px;
}

.home-page .hardware-table {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.home-page .hardware-row {
  min-height: 70px;
}

.home-page .support-section {
  padding-block: clamp(72px, 7vw, 92px);
}

.home-page .faq-list summary {
  padding-block: 21px;
}

@media (max-width: 1180px) {
  .home-page .home-hero-content {
    width: min(580px, calc(48% - 36px));
  }

  .home-page .hero-proof-band {
    grid-template-columns: 0.8fr 1.2fr;
  }
}

@media (max-width: 900px) {
  .home-page .home-hero-content {
    width: min(680px, calc(100% - 48px));
  }

  .home-page .home-hero::before {
    width: 100%;
    background: linear-gradient(180deg, rgba(7, 16, 20, 0.9), rgba(7, 16, 20, 0.77));
  }

  .home-page .home-hero-shade {
    background: rgba(4, 10, 13, 0.42);
  }

  .home-page .plan-grid {
    gap: 0;
  }

  .home-page .plan-item,
  .home-page .plan-item:last-child {
    border-radius: 0;
    border-right: 1px solid var(--home-line);
  }

  .home-page .plan-item:first-child {
    border-radius: 8px 8px 0 0;
  }

  .home-page .plan-item:last-child {
    border-radius: 0 0 8px 8px;
  }
}

@media (max-width: 700px) {
  .home-page .home-header {
    min-height: 64px;
  }

  .home-page .home-hero {
    height: min(720px, 88svh);
    min-height: 640px;
    background:
      linear-gradient(180deg, rgba(4, 12, 15, 0.64), rgba(4, 12, 15, 0.92)),
      url("assets/redesign-source/real-pc-hardware/real_store_with_hardware02.jpg") center / cover;
  }

  .home-page .home-hero-content {
    width: calc(100% - 36px);
    margin-left: 18px;
    padding-top: 104px;
  }

  .home-page .home-hero h1 {
    max-width: 440px;
    font-size: 49px;
    line-height: 0.98;
  }

  .home-page .home-hero-lead {
    max-width: 440px;
    font-size: 18px;
  }

  .home-page .hero-proof-photo {
    min-height: 238px;
  }

  .home-page .hero-proof-copy,
  .home-page .hero-proof-facts {
    padding: 34px 18px;
  }

  .home-page .hero-proof-copy {
    /* Extra top clearance so the fixed bottom action bar never overlaps this heading on tall phones. */
    padding-top: 82px;
  }

  .home-page .platform-row {
    padding-block: 50px;
  }

  .business-profile-section {
    padding-inline: 18px;
  }

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

  .business-profile-list li {
    min-height: 116px;
    padding: 18px 15px;
  }

  .home-page .home-section-heading > p:not(.home-kicker) {
    font-size: 17px;
  }

  .home-page .plan-item {
    padding: 26px 22px;
  }
}
