:root {
  --bg: #fff7f2;
  --surface: #ffffff;
  --text: #211816;
  --muted: #756966;
  --orange: #ff5b22;
  --orange-2: #ff7a18;
  --orange-soft: #fff0e8;
  --line: rgba(107, 63, 42, .12);
  --shadow: 0 26px 70px rgba(255, 91, 34, .16);
  --dark: #17110f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 5%, rgba(255, 91, 34, .18), transparent 32rem),
    radial-gradient(circle at 88% 12%, rgba(255, 122, 24, .16), transparent 28rem),
    linear-gradient(180deg, #fffdfb, var(--bg));
  overflow-x: hidden;
}
.noise {
  position: fixed; inset: 0; pointer-events: none; opacity: .04; z-index: 50;
  background-image: radial-gradient(#000 1px, transparent 1px);
  background-size: 12px 12px;
}
a { color: inherit; text-decoration: none; }
.nav {
  position: sticky; top: 14px; z-index: 30;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 12px 16px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.95);
  backdrop-filter: blur(18px);
  border-radius: 28px;
  display: flex; align-items: center; justify-content: space-between;
  box-shadow: 0 18px 44px rgba(90,45,25,.08);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 950; letter-spacing: -.04em; }
.brand img { width: 48px; height: 48px; border-radius: 16px; }
.brand span { font-size: 1.15rem; }
.nav nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-weight: 800; }
.nav-button, .button.primary {
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  box-shadow: 0 16px 34px rgba(255, 91, 34, .26);
}
.nav-button { padding: 11px 17px; border-radius: 999px; }

.hero {
  width: min(1180px, calc(100% - 32px));
  margin: 58px auto 0;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 50px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange);
  font-weight: 950;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(3.6rem, 7.4vw, 7.5rem);
  line-height: .88;
  letter-spacing: -.08em;
  margin: 20px 0;
}
h1 span { color: var(--orange); }
h2 {
  font-size: clamp(2.3rem, 5vw, 5.2rem);
  line-height: .92;
  letter-spacing: -.07em;
  margin-bottom: 16px;
}
h3 { font-size: 1.35rem; letter-spacing: -.045em; margin-bottom: 9px; }
.hero-copy p, .section-head p, .workflow-copy p, .pro p, .cta p {
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.72;
  max-width: 640px;
}
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 28px; }
.button {
  min-height: 56px;
  padding: 0 23px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px;
  font-weight: 950;
}
.button.secondary { background: #fff; border: 1px solid var(--line); color: var(--text); }
.button.full { width: 100%; }

.stats { display: flex; gap: 12px; flex-wrap: wrap; }
.stats div {
  min-width: 132px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: 0 14px 34px rgba(90,45,25,.06);
}
.stats strong { display: block; font-size: 1.15rem; }
.stats span { color: var(--muted); font-weight: 750; font-size: .9rem; }

.hero-phone-wrap { position: relative; display: grid; place-items: center; min-height: 680px; }
.blob {
  position: absolute; width: 430px; height: 560px; border-radius: 44% 56% 50% 50%;
  background: linear-gradient(145deg, var(--orange), #ffb084);
  filter: blur(.2px);
  transform: rotate(8deg);
  box-shadow: var(--shadow);
}
.phone {
  position: relative;
  padding: 10px;
  border-radius: 44px;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.62));
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.phone.large { width: min(370px, 78vw); transform: rotate(-3deg); }
.phone img { display: block; width: 100%; border-radius: 34px; }
.mini-card {
  position: absolute;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.95);
  backdrop-filter: blur(16px);
  padding: 14px 18px;
  border-radius: 22px;
  font-weight: 950;
  box-shadow: 0 20px 48px rgba(80,42,23,.14);
}
.card-scan { left: 2%; top: 18%; }
.card-secure { right: 0; bottom: 18%; }

.banner-section {
  width: min(1180px, calc(100% - 32px));
  margin: 26px auto 96px;
}
.banner-section img {
  width: 100%;
  border-radius: 32px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.9);
}

.section, .screens, .detail-screens, .pro, .cta {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto; margin-right: auto;
}
.section { margin-bottom: 110px; }
.section-head { text-align: center; margin-bottom: 34px; }
.section-head span {
  color: var(--orange); text-transform: uppercase; letter-spacing: .14em;
  font-size: .8rem; font-weight: 950;
}
.section-head p { margin-left: auto; margin-right: auto; }

.feature-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.feature-grid article, .screen-card, .detail-card, .pro-card {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 34px;
  box-shadow: 0 18px 54px rgba(80,42,23,.08);
}
.feature-grid article { padding: 30px; }
.icon {
  width: 58px; height: 58px; border-radius: 21px;
  background: var(--orange-soft);
  display: grid; place-items: center;
  font-size: 1.55rem;
  margin-bottom: 18px;
}
.feature-grid p, .screen-card p, .detail-card p, .pro-card li {
  color: var(--muted); line-height: 1.55; font-weight: 680;
}

.screens { margin-bottom: 108px; }
.screen-showcase {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start;
}
.screen-card { text-align: center; padding: 18px 18px 26px; }
.screen-card.elevated { margin-top: 44px; }
.screen-card .phone { margin-bottom: 20px; padding: 8px; }

.workflow {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto 108px;
  padding: 42px;
  border-radius: 44px;
  background: linear-gradient(135deg, #1d1512, #3b221a);
  color: white;
  display: grid; grid-template-columns: 1fr .96fr; gap: 34px;
  box-shadow: 0 34px 80px rgba(34,18,10,.28);
}
.workflow-copy span { color: #ffb38d; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; }
.workflow-copy p { color: rgba(255,255,255,.68); }
.workflow-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.workflow-grid div {
  padding: 22px;
  border-radius: 26px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
}
.workflow-grid strong { display: block; color: var(--orange-2); margin-bottom: 14px; }
.workflow-grid span { font-weight: 900; }

.detail-screens {
  margin-bottom: 108px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.detail-card { overflow: hidden; }
.detail-card img { width: 100%; display: block; aspect-ratio: 9/14; object-fit: cover; object-position: top; }
.detail-card div { padding: 24px; }

.pro {
  margin-bottom: 108px;
  padding: 42px;
  border-radius: 44px;
  display: grid; grid-template-columns: 1fr .82fr; gap: 34px; align-items: center;
  background: linear-gradient(135deg, rgba(255,91,34,.12), rgba(255,181,128,.22)), rgba(255,255,255,.75);
  border: 1px solid rgba(255,255,255,.96);
  box-shadow: var(--shadow);
}
.pro-card { padding: 30px; }
.pro-card ul { list-style: none; margin: 0 0 24px; padding: 0; }
.pro-card li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.pro-card li::before { content: "✓"; color: var(--orange); font-weight: 950; margin-right: 10px; }

.cta {
  margin-bottom: 100px;
  padding: 56px 28px;
  border-radius: 46px;
  text-align: center;
  color: white;
  background: linear-gradient(135deg, var(--orange), #ff8a3d);
  box-shadow: var(--shadow);
}
.cta img { width: 92px; height: 92px; border-radius: 24px; margin-bottom: 18px; }
.cta p { color: rgba(255,255,255,.78); margin-left: auto; margin-right: auto; }
.cta .button.primary { background: white; color: var(--orange); box-shadow: none; }

footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 24px;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.95);
  display: flex; gap: 18px; align-items: center; justify-content: space-between;
  color: var(--muted); font-weight: 780;
}
footer .brand img { width: 36px; height: 36px; border-radius: 12px; }

@media (max-width: 980px) {
  .hero, .workflow, .pro { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-copy, .section-head { text-align: center; }
  .hero-copy p, .actions, .stats { margin-left: auto; margin-right: auto; justify-content: center; }
  .feature-grid, .screen-showcase, .detail-screens { grid-template-columns: 1fr; }
  .screen-card.elevated { margin-top: 0; }
}
@media (max-width: 720px) {
  .nav nav a:not(.nav-button) { display: none; }
  .brand span { font-size: 1rem; }
  .hero { margin-top: 34px; gap: 28px; }
  h1 { font-size: 3.65rem; }
  .hero-phone-wrap { min-height: 570px; }
  .blob { width: 330px; height: 460px; }
  .mini-card { display: none; }
  .workflow, .pro { padding: 26px; }
  .workflow-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; text-align: center; }
}
