:root {
  --bg: #f5f5f7;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --border: rgba(15, 23, 42, 0.08);
  --text: #111111;
  --muted: #5f6673;
  --accent: #161616;
  --accent-soft: #e9eef7;
  --shadow: 0 24px 80px rgba(15, 23, 42, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(208, 222, 255, 0.7), transparent 32%),
    radial-gradient(circle at top right, rgba(255, 228, 214, 0.85), transparent 24%),
    linear-gradient(180deg, #fbfbfd 0%, #f1f2f5 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 70%);
}

.page-shell {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  padding: 28px 0 56px;
  overflow-x: clip;
}

.site-header,
.site-footer,
.service-card,
.bundle-card,
.video-showcase,
.value-strip,
.pricing-table-wrap,
.device-card {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.06);
}

.brand,
.site-nav a,
.button {
  text-decoration: none;
}

.brand {
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.03em;
}

.site-nav {
  display: flex;
  gap: 22px;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.95rem;
}

main {
  display: grid;
  gap: 28px;
  padding-top: 28px;
}

.hero,
.demo-section,
.services-section,
.pricing-section,
.bundle-section {
  padding: 38px;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
  min-height: 78vh;
}

.hero-copy,
.hero-panel,
.section-heading,
.service-card,
.bundle-card,
.site-footer > div {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6c7484;
}

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

h1 {
  max-width: 10ch;
  margin-bottom: 18px;
  font-size: clamp(3.3rem, 8vw, 6.5rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

h2 {
  max-width: 14ch;
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.hero-text,
.section-heading p,
.service-card p,
.site-footer p,
.video-note,
.bundle-card p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 62ch;
  margin-bottom: 28px;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.video-placeholder:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #ffffff;
  background: var(--accent);
  box-shadow: 0 14px 40px rgba(17, 17, 17, 0.18);
}

.button-secondary {
  color: var(--accent);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.8);
}

.hero-panel {
  display: flex;
  justify-content: center;
}

.device-card {
  width: min(100%, 500px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(240, 243, 248, 0.72));
  box-shadow: var(--shadow);
}

.device-topbar {
  display: flex;
  gap: 8px;
  padding-bottom: 14px;
}

.device-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.16);
}

.device-screen {
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top, rgba(232, 237, 248, 0.95), transparent 48%),
    linear-gradient(180deg, #ffffff 0%, #eef1f7 100%);
}

.device-label {
  margin-bottom: 24px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #404757;
}

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

.metric-grid article,
.bundle-meta div {
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
}

.metric-grid span,
.bundle-meta span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.metric-grid strong,
.bundle-meta strong {
  font-size: 1.15rem;
  letter-spacing: -0.04em;
}

.device-flow {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.device-flow div {
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.9), rgba(86, 95, 113, 0.15));
}

.value-strip {
  padding: 22px 30px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.value-strip p {
  margin: 0;
  max-width: 72ch;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.demo-section,
.services-section,
.pricing-section,
.bundle-section {
  border: 1px solid var(--border);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: var(--shadow);
}

.video-showcase {
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(245, 247, 251, 0.9), rgba(230, 234, 243, 0.82));
}

.video-placeholder {
  width: 100%;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px;
  border: 0;
  border-radius: 26px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.65), transparent 35%),
    linear-gradient(135deg, #141414 0%, #2a3442 50%, #d5dce7 100%);
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.play-button {
  width: 92px;
  height: 92px;
  position: relative;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-38%, -50%);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 24px solid #ffffff;
}

.video-title {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.video-subtitle {
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.video-note {
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
}

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

.service-card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--surface);
}

.service-kicker {
  margin-bottom: 20px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b7280;
}

.service-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.8;
}

.service-card li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1d1d1f;
}

.split-heading {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.split-heading > p {
  max-width: 36ch;
}

.pricing-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--surface-strong);
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.pricing-table th,
.pricing-table td {
  padding: 22px 24px;
  text-align: left;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.pricing-table th {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7280;
}

.pricing-table td {
  line-height: 1.7;
  color: #2f3644;
}

.pricing-table tbody tr:last-child td {
  border-bottom: 0;
}

.bundle-card {
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(224, 231, 255, 0.8), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(240, 243, 248, 0.82));
}

.bundle-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 26px 30px;
  border: 1px solid var(--border);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow);
}

.footer-title {
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--accent);
}

.footer-button {
  flex-shrink: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .split-heading {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .bundle-meta {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  body {
    background:
      radial-gradient(circle at top center, rgba(214, 222, 255, 0.9), transparent 34%),
      linear-gradient(180deg, #f8f8fb 0%, #eef1f6 100%);
  }

  .page-shell {
    width: 100%;
    padding: 12px 0 40px;
  }

  .site-header {
    position: sticky;
    top: 12px;
    width: calc(100% - 24px);
    margin: 0 auto;
    border-radius: 24px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.78);
  }

  .site-nav {
    display: none;
  }

  main {
    gap: 18px;
    padding-top: 18px;
  }

  .hero,
  .demo-section,
  .services-section,
  .pricing-section,
  .bundle-section {
    width: calc(100% - 24px);
    margin: 0 auto;
    padding: 24px 20px;
    border-radius: 32px;
  }

  .hero {
    gap: 22px;
    padding-top: 28px;
    background:
      radial-gradient(circle at top left, rgba(223, 230, 255, 0.9), transparent 36%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.4));
  }

  .hero-copy {
    display: grid;
    gap: 14px;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 4px;
    font-size: clamp(2.35rem, 13vw, 3.4rem);
    line-height: 0.92;
    letter-spacing: -0.08em;
    text-wrap: balance;
  }

  h2 {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 0.98;
    text-wrap: balance;
  }

  .eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 4px;
    padding: 8px 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    line-height: 1.3;
  }

  .hero-text,
  .section-heading p,
  .service-card p,
  .site-footer p,
  .video-note,
  .bundle-card p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-text {
    max-width: none;
    margin-bottom: 4px;
    font-size: 1.02rem;
    line-height: 1.7;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .button {
    width: 100%;
    white-space: normal;
    text-align: center;
    min-height: 54px;
    padding: 14px 18px;
    font-size: 0.98rem;
  }

  .hero-panel {
    width: 100%;
  }

  .device-card,
  .device-screen {
    width: 100%;
  }

  .device-card {
    position: relative;
    overflow: hidden;
    padding: 12px;
    border-radius: 28px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 245, 250, 0.95));
  }

  .device-screen {
    padding: 18px;
    border-radius: 22px;
  }

  .device-label {
    margin-bottom: 16px;
    font-size: 0.88rem;
    line-height: 1.4;
  }

  .metric-grid article {
    padding: 16px;
    border-radius: 18px;
  }

  .metric-grid span {
    margin-bottom: 6px;
    font-size: 0.86rem;
  }

  .metric-grid strong {
    font-size: 1.05rem;
  }

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

  .device-flow {
    gap: 10px;
    margin-top: 14px;
  }

  .device-flow div {
    height: 56px;
    border-radius: 16px;
  }

  .value-strip {
    width: calc(100% - 24px);
    margin: 0 auto;
    padding: 20px;
    border-radius: 26px;
  }

  .value-strip p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .section-heading {
    gap: 8px;
    margin-bottom: 20px;
  }

  .video-showcase,
  .pricing-table-wrap,
  .service-card,
  .bundle-card {
    border-radius: 24px;
  }

  .video-placeholder {
    min-height: 280px;
    padding: 24px 18px;
    border-radius: 22px;
  }

  .play-button {
    width: 76px;
    height: 76px;
  }

  .play-button::before {
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 20px;
  }

  .video-title {
    font-size: clamp(1.35rem, 7vw, 1.9rem);
  }

  .video-subtitle {
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .services-grid {
    gap: 14px;
  }

  .service-card {
    padding: 22px 20px;
  }

  .service-kicker {
    margin-bottom: 14px;
  }

  .pricing-section {
    overflow: hidden;
  }

  .pricing-table-wrap {
    margin: 0 -2px;
  }

  .pricing-table {
    min-width: 720px;
  }

  .bundle-card {
    padding: 24px 20px;
  }

  .bundle-meta {
    gap: 12px;
    margin-top: 18px;
  }

  .bundle-meta div {
    padding: 16px;
    border-radius: 18px;
  }

  .site-footer {
    width: calc(100% - 24px);
    margin: 0 auto;
    padding: 22px 20px;
    border-radius: 26px;
  }
}

@media (max-width: 420px) {
  .page-shell {
    width: 100%;
  }

  .hero,
  .demo-section,
  .services-section,
  .pricing-section,
  .bundle-section {
    width: calc(100% - 16px);
    padding: 20px 16px;
  }

  .site-header {
    width: calc(100% - 16px);
    padding: 16px;
  }

  .site-footer {
    width: calc(100% - 16px);
    padding: 20px 16px;
  }

  h1 {
    font-size: clamp(2.05rem, 12.2vw, 2.85rem);
  }

  .hero {
    padding-top: 24px;
    gap: 18px;
  }

  .eyebrow {
    font-size: 0.64rem;
    padding: 7px 10px;
  }

  .value-strip {
    width: calc(100% - 16px);
    padding: 18px;
  }

  .value-strip p {
    font-size: 1rem;
  }

  .service-card,
  .bundle-card {
    padding: 20px;
  }

  .device-card {
    border-radius: 24px;
  }

  .device-screen {
    padding: 16px;
  }

  .metric-grid article {
    padding: 14px;
  }
}
