:root {
  --bg: #f6efe5;
  --surface: rgba(255, 250, 244, 0.78);
  --surface-strong: #fff8f1;
  --text: #1d160f;
  --muted: #6d6258;
  --orange: #ef6a1d;
  --orange-deep: #cb4f06;
  --blue: #1d75ff;
  --green: #1b9d63;
  --red: #db4437;
  --line: rgba(29, 22, 15, 0.08);
  --shadow: 0 22px 60px rgba(97, 58, 23, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans SC", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(239, 106, 29, 0.25), transparent 26%),
    radial-gradient(circle at right center, rgba(29, 117, 255, 0.16), transparent 18%),
    linear-gradient(180deg, #f8f1e7 0%, #f4ebdf 100%);
}

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

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 40px;
}

.hero,
.stats-strip,
.feature-section,
.split-section,
.faq-section,
.footer {
  position: relative;
}

.hero {
  padding: 22px 0 46px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 34px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--orange) 0%, #ffbe47 100%);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(239, 106, 29, 0.26);
}

.brand-name,
.brand-sub,
.footer-text,
.eyebrow,
.hero-text,
.meta-pill span,
.screen-banner,
.screen-panel p,
.screen-list,
.screen-stats span,
.section-head p,
.feature-card p,
.benefit-list span,
.faq-item p {
  margin: 0;
}

.brand-name {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-sub {
  color: var(--muted);
  font-size: 12px;
}

.ghost-link {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.hero-copy h1,
.section-head h2,
.benefit-panel h2,
.steps-panel h2 {
  margin: 0;
  font-family: "Manrope", "Noto Sans SC", sans-serif;
  letter-spacing: -0.03em;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--orange-deep);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(42px, 7vw, 74px);
  line-height: 0.94;
}

.hero-text {
  max-width: 620px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.cta-row,
.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cta-row {
  margin-top: 30px;
}

.primary-btn,
.secondary-btn,
.inline-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 18px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-btn {
  background: linear-gradient(135deg, var(--orange) 0%, #ff9f43 100%);
  color: #fff;
  box-shadow: 0 16px 32px rgba(239, 106, 29, 0.24);
}

.secondary-btn,
.inline-download {
  border: 1px solid rgba(29, 22, 15, 0.12);
  background: rgba(255, 255, 255, 0.62);
}

.primary-btn:hover,
.secondary-btn:hover,
.inline-download:hover,
.ghost-link:hover {
  transform: translateY(-2px);
}

.meta-row {
  margin-top: 22px;
}

.meta-pill {
  min-width: 152px;
  padding: 14px 16px;
  border: 1px solid rgba(29, 22, 15, 0.06);
  border-radius: 18px;
  background: rgba(255, 250, 244, 0.84);
  box-shadow: var(--shadow);
}

.meta-pill span,
.screen-panel p,
.screen-stats span,
.feature-card p,
.benefit-list span,
.faq-item p {
  color: var(--muted);
}

.meta-pill strong,
.screen-banner strong,
.screen-panel h2,
.screen-stats strong,
.stats-strip strong,
.feature-card h3,
.benefit-list strong,
.faq-item h3 {
  display: block;
}

.meta-pill strong {
  margin-top: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
}

.device-card {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.device-glow {
  position: absolute;
  inset: 16% 0 auto 10%;
  height: 68%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(29, 117, 255, 0.22), transparent 54%),
    radial-gradient(circle at 60% 40%, rgba(239, 106, 29, 0.2), transparent 35%);
  filter: blur(10px);
}

.device-frame {
  position: relative;
  width: min(380px, 100%);
  padding: 18px;
  border: 1px solid rgba(29, 22, 15, 0.08);
  border-radius: 38px;
  background: rgba(32, 25, 20, 0.92);
  box-shadow: 0 30px 70px rgba(31, 19, 9, 0.28);
}

.device-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 14px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
}

.camera-dot {
  width: 72px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.device-screen {
  min-height: 520px;
  padding: 20px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), transparent 30%),
    linear-gradient(160deg, #111723 0%, #192940 52%, #1a1110 100%);
  color: #fff;
}

.screen-banner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
}

.screen-chip {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(239, 106, 29, 0.2);
  color: #ffbf87;
}

.screen-panel,
.screen-stats,
.feature-card,
.benefit-panel,
.steps-panel,
.faq-item,
.stats-strip {
  border: 1px solid rgba(29, 22, 15, 0.08);
  box-shadow: var(--shadow);
}

.screen-panel {
  margin-top: 18px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
}

.screen-panel h2 {
  margin: 10px 0 16px;
  font-family: "Manrope", "Noto Sans SC", sans-serif;
  font-size: 34px;
  line-height: 1.05;
}

.screen-list {
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.screen-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.screen-stats > div {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.screen-stats strong {
  margin-top: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 250, 244, 0.84);
}

.stats-strip div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
}

.stats-strip strong {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
}

.stats-strip span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

.feature-section,
.faq-section {
  padding-top: 92px;
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 780px;
}

.section-head h2,
.benefit-panel h2,
.steps-panel h2 {
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.03;
}

.feature-grid,
.faq-list {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

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

.feature-card {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 250, 244, 0.88);
}

.card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: #fff;
}

.accent-orange .card-tag {
  background: linear-gradient(135deg, var(--orange), #ffaf45);
}

.accent-blue .card-tag {
  background: linear-gradient(135deg, var(--blue), #55adff);
}

.accent-green .card-tag {
  background: linear-gradient(135deg, var(--green), #48d68a);
}

.accent-red .card-tag {
  background: linear-gradient(135deg, var(--red), #ff8d69);
}

.feature-card h3,
.faq-item h3 {
  margin: 22px 0 12px;
  font-size: 24px;
}

.feature-card p,
.faq-item p,
.benefit-list span,
.steps-list {
  line-height: 1.8;
}

.split-section {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 18px;
  padding-top: 92px;
}

.benefit-panel,
.steps-panel,
.faq-item,
.footer {
  padding: 30px;
  border-radius: 30px;
  background: rgba(255, 250, 244, 0.84);
}

.benefit-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.benefit-list strong {
  margin-bottom: 8px;
  font-size: 22px;
}

.steps-list {
  margin: 24px 0 0;
  padding-left: 24px;
}

.inline-download {
  margin-top: 26px;
}

.section-head.narrow {
  max-width: 520px;
}

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

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 92px;
}

.footer-text {
  margin-top: 10px;
  color: var(--muted);
}

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

@media (max-width: 960px) {
  .hero-grid,
  .split-section,
  .feature-grid,
  .faq-list,
  .stats-strip {
    grid-template-columns: 1fr;
  }

  .device-card {
    min-height: auto;
  }

  .device-frame {
    width: min(420px, 100%);
  }

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

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 14px;
  }

  .topbar {
    margin-bottom: 24px;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(34px, 11vw, 52px);
    line-height: 1;
  }

  .hero-text {
    font-size: 15px;
  }

  .primary-btn,
  .secondary-btn,
  .inline-download {
    width: 100%;
  }

  .meta-pill,
  .stats-strip div,
  .feature-card,
  .benefit-panel,
  .steps-panel,
  .faq-item,
  .footer {
    border-radius: 24px;
  }

  .device-screen {
    min-height: 480px;
  }

  .screen-panel h2 {
    font-size: 28px;
  }

  .screen-stats {
    grid-template-columns: 1fr;
  }
}
