:root {
  --bg: #fff7ef;
  --bg-soft: #fffdf8;
  --surface: rgba(255, 251, 245, 0.82);
  --surface-strong: #ffffff;
  --surface-dark: #182331;
  --text: #1b2530;
  --muted: #637182;
  --line: rgba(27, 37, 48, 0.1);
  --navy: #102033;
  --navy-soft: #23384d;
  --teal: #2bc2a5;
  --teal-deep: #168f78;
  --coral: #ff8f6b;
  --sand: #ffc86f;
  --shadow-lg: 0 32px 90px rgba(28, 39, 51, 0.14);
  --shadow-md: 0 18px 40px rgba(28, 39, 51, 0.12);
  --radius-xl: 38px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 143, 107, 0.17), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(43, 194, 165, 0.16), transparent 24%),
    linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);
}

a,
button {
  font: inherit;
}

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

button {
  border: 0;
  cursor: pointer;
}

.page-glow {
  position: fixed;
  z-index: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  pointer-events: none;
}

.page-glow-left {
  top: 10%;
  left: -180px;
  background: rgba(255, 143, 107, 0.18);
}

.page-glow-right {
  right: -120px;
  bottom: 14%;
  background: rgba(43, 194, 165, 0.16);
}

.site-header,
.landing-shell {
  z-index: 1;
  width: min(calc(100% - 24px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(255, 247, 239, 0.92), rgba(255, 247, 239, 0.68));
  border-bottom: 1px solid rgba(16, 32, 51, 0.06);
}

.brand-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--coral), var(--sand));
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(255, 143, 107, 0.26);
}

.brand-name {
  color: var(--navy);
  font-family: "Sora", sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.header-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(16, 32, 51, 0.06);
  box-shadow: 0 10px 24px rgba(16, 32, 51, 0.05);
}

.header-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--navy-soft);
  font-size: 0.92rem;
  font-weight: 700;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  background: rgba(16, 32, 51, 0.07);
  color: var(--navy);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
  box-shadow: var(--shadow-md);
}

.landing-shell {
  padding: 114px 0 20px;
}

.landing-section {
  min-height: auto;
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  scroll-margin-top: 92px;
}

.section-frame {
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 251, 245, 0.68));
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.hero-frame,
.benefits-frame {
  display: grid;
  gap: 28px;
}

.feature-frame,
.cta-frame {
  display: grid;
  gap: 24px;
}

.section-copy {
  display: grid;
  align-content: start;
}

.wide-copy {
  max-width: 860px;
}

.hero-tags span,
.conversion-points span,
.workflow-kicker,
.micro-proof,
.store-button span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal-deep);
  font-size: 0.79rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Sora", sans-serif;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 10ch;
  font-size: clamp(2.4rem, 7vw, 4.6rem);
  line-height: 1.02;
}

h2 {
  max-width: 12ch;
  font-size: clamp(1.9rem, 5vw, 3.1rem);
  line-height: 1.08;
}

h3 {
  font-size: 1.22rem;
  line-height: 1.2;
}

.support-copy,
.feature-card p,
.workflow-steps span,
.benefit-item span,
.state-card p,
.testimonial-card p,
.store-button,
.micro-proof,
.category-card em,
.mini-chart-head,
.insight-card small,
.phone-balance small {
  color: var(--muted);
  line-height: 1.7;
}

.support-copy {
  margin: 16px 0 0;
  max-width: 46ch;
  font-size: 1rem;
}

.hero-tags,
.section-actions,
.conversion-points,
.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-tags {
  margin-top: 24px;
}

.hero-tags span,
.conversion-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-tags span {
  background: rgba(16, 32, 51, 0.06);
  color: var(--navy);
}

.micro-proof {
  margin-top: 18px;
  font-size: 0.76rem;
  font-weight: 800;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.button:hover,
.button:focus-visible,
.store-button:hover,
.store-button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--coral), var(--sand));
  color: #fff;
  box-shadow: 0 18px 36px rgba(255, 143, 107, 0.28);
}

.button-secondary {
  background: rgba(16, 32, 51, 0.06);
  color: var(--navy);
}

.button-large {
  min-width: min(100%, 280px);
}

.hero-visual,
.benefit-visual {
  display: grid;
  gap: 18px;
}

.visual-stack {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 400px;
  padding: 24px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(43, 194, 165, 0.2), transparent 28%),
    linear-gradient(180deg, #fff7f1 0%, #fffdf9 100%);
  overflow: hidden;
}

.phone-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 286px);
  padding: 8px;
  border-radius: 44px;
  aspect-ratio: 9 / 19.5;
  background:
    linear-gradient(145deg, #4e5f71 0%, #243547 16%, #111a24 55%, #0b131b 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(0, 0, 0, 0.26),
    0 24px 44px rgba(16, 32, 51, 0.2);
}

.phone-shell::before,
.phone-shell::after {
  content: "";
  position: absolute;
  left: -2px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(17, 28, 39, 0.92));
}

.phone-shell::before {
  top: 112px;
  height: 54px;
}

.phone-shell::after {
  top: 178px;
  height: 86px;
}

.phone-camera {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 4;
  width: 104px;
  height: 26px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #0b1218, #18222d);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.06),
    inset 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.phone-camera::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #2d4661, #0a1219 70%);
}

.phone-screen {
  display: grid;
  gap: 14px;
  height: 100%;
  min-height: 0;
  padding: 18px 14px 16px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top, rgba(255, 143, 107, 0.18), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fff7ef 100%);
  overflow: hidden;
}

.phone-statusbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 800;
  padding: 2px 2px 8px;
}

.status-icons {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.status-icons span {
  display: inline-block;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.9;
}

.status-icons span:nth-child(1) {
  width: 15px;
  height: 8px;
}

.status-icons span:nth-child(2) {
  width: 11px;
  height: 8px;
}

.status-icons span:nth-child(3) {
  width: 18px;
  height: 9px;
}

.phone-topbar,
.mini-chart-head,
.category-card,
.feature-card,
.workflow-panel,
.before-after-card,
.state-card,
.store-button,
.conversion-panel {
  display: grid;
}

.phone-topbar {
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  color: var(--navy);
  font-size: 0.78rem;
}

.phone-topbar div {
  display: grid;
  gap: 4px;
}

.phone-topbar strong,
.workflow-phone-head strong {
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
}

.phone-topbar b {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(16, 32, 51, 0.06);
  color: var(--navy-soft);
  font-size: 0.68rem;
}

.phone-balance {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(145deg, #14263a, #26425c);
  color: #fff;
}

.phone-balance strong {
  font-family: "Sora", sans-serif;
  font-size: 1.86rem;
}

.phone-balance small {
  color: rgba(255, 255, 255, 0.76);
}

.category-list {
  display: grid;
  gap: 12px;
}

.category-card {
  gap: 4px;
  padding: 13px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 12px 24px rgba(16, 32, 51, 0.06);
}

.category-card span,
.mini-chart-head span,
.insight-card span,
.state-card span {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--muted);
}

.category-card strong,
.insight-card strong,
.closing-card strong,
.state-card strong {
  color: var(--navy);
}

.category-card strong {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.mini-chart {
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 32, 51, 0.08);
}

.mini-chart-head {
  grid-template-columns: auto 1fr;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.88rem;
}

.mini-chart-head strong {
  justify-self: end;
  color: var(--navy);
}

.chart-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 8px;
  height: 108px;
}

.chart-bars span {
  display: block;
  border-radius: 16px 16px 9px 9px;
  background: linear-gradient(180deg, var(--coral), var(--teal));
}

.chart-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.insight-card {
  position: absolute;
  z-index: 3;
  gap: 4px;
  max-width: 182px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 30px rgba(16, 32, 51, 0.1);
}

.insight-card strong {
  font-family: "Sora", sans-serif;
}

.budget-chip {
  top: 18px;
  left: 2px;
}

.auto-chip {
  right: 2px;
  bottom: 22px;
}

.feature-grid {
  display: grid;
  gap: 16px;
}

.feature-card {
  gap: 12px;
  padding: 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 249, 242, 0.9));
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 16px 30px rgba(16, 32, 51, 0.08);
}

.feature-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: rgba(255, 143, 107, 0.14);
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.feature-card p,
.benefit-item span,
.state-card p,
.testimonial-card p {
  margin: 0;
}

.workflow-panel {
  gap: 18px;
  padding: 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(255, 200, 111, 0.24), transparent 24%),
    linear-gradient(180deg, rgba(16, 32, 51, 0.98), rgba(28, 50, 69, 0.96));
  color: #fff;
}

.workflow-copy {
  display: grid;
  gap: 18px;
  max-width: 640px;
}

.workflow-kicker {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 800;
}

.workflow-title {
  max-width: 12ch;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.workflow-intro {
  max-width: 44ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
  line-height: 1.65;
}

.workflow-steps {
  display: grid;
  gap: 20px;
  margin-top: 6px;
}

.workflow-steps div {
  display: grid;
  gap: 6px;
}

.workflow-steps strong {
  font-family: "Sora", sans-serif;
  font-size: 1.18rem;
  line-height: 1.25;
}

.workflow-steps span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.02rem;
  line-height: 1.55;
}

.workflow-visual {
  display: grid;
  place-items: center;
}

.workflow-phone {
  position: relative;
  width: min(100%, 288px);
  padding: 8px;
  border-radius: 42px;
  aspect-ratio: 9 / 19.5;
  background:
    linear-gradient(145deg, #4b5b6b 0%, #22303f 18%, #101923 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 22px 42px rgba(6, 13, 20, 0.28);
}

.workflow-phone::before,
.workflow-phone::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(15, 23, 31, 0.9));
}

.workflow-phone::before {
  top: 118px;
  height: 64px;
}

.workflow-phone::after {
  top: 194px;
  height: 40px;
}

.workflow-phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 3;
  width: 100px;
  height: 24px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #0e151d, #1c2833);
}

.workflow-phone-screen {
  display: grid;
  gap: 16px;
  height: 100%;
  min-height: 0;
  padding: 18px 14px 16px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 200, 111, 0.16), transparent 28%),
    linear-gradient(180deg, #f7fafc 0%, #edf3f8 100%);
  overflow: hidden;
}

.phone-statusbar-dark {
  color: #203246;
}

.workflow-phone-head {
  display: grid;
  gap: 4px;
  color: var(--navy);
}

.workflow-phone-head span,
.workflow-summary span,
.workflow-summary small,
.chart-legend small {
  color: var(--muted);
}

.workflow-phone-head span {
  font-size: 0.82rem;
  font-weight: 700;
}

.workflow-summary {
  display: grid;
  gap: 4px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(150deg, #16263a, #2a445e);
  color: #fff;
}

.workflow-summary strong {
  font-family: "Sora", sans-serif;
  font-size: 1.84rem;
}

.workflow-summary small {
  color: rgba(255, 255, 255, 0.72);
}

.workflow-chart-card {
  display: grid;
  gap: 16px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 32, 51, 0.08);
}

.donut-ring {
  display: grid;
  place-items: center;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 42%, transparent 43%),
    conic-gradient(#1eb697 0 34%, #ffd06a 34% 73%, #ff9a73 73% 100%);
  margin: 0 auto;
}

.donut-center {
  display: grid;
  justify-items: center;
  gap: 4px;
  text-align: center;
  transform: translateY(-2px);
}

.donut-ring span {
  color: var(--navy);
  font-family: "Sora", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.donut-ring small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.1;
}

.chart-legend {
  display: grid;
  gap: 10px;
}

.chart-legend div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 2px 0;
}

.chart-legend b {
  color: var(--navy);
  font-size: 0.94rem;
}

.chart-legend small {
  font-size: 0.9rem;
  text-align: right;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.legend-food {
  background: #1eb697;
}

.legend-home {
  background: #ffd06a;
}

.legend-fun {
  background: #ff9a73;
}

.analytics-chip {
  width: 100%;
  padding: 14px;
  border-radius: 16px;
  background: #e6edf5;
}

.analytics-chip strong,
.analytics-chip span {
  display: block;
}

.analytics-chip strong {
  margin-bottom: 4px;
  color: var(--navy);
}

.analytics-chip span {
  color: var(--muted);
}

.section-footer {
  display: grid;
  gap: 0;
  justify-content: start;
}

.benefit-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.benefit-item {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 32, 51, 0.08);
}

.benefit-item strong {
  color: var(--navy);
  font-family: "Sora", sans-serif;
}

.compare-showcase {
  display: grid;
  gap: 18px;
}

.compare-pill {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 12px 28px rgba(16, 32, 51, 0.06);
}

.compare-pill span,
.compare-pill b {
  font-size: 0.84rem;
  font-weight: 800;
}

.compare-pill span {
  color: var(--navy-soft);
}

.compare-pill b {
  color: var(--coral);
  text-transform: uppercase;
}

.compare-phones {
  position: relative;
  display: grid;
  min-height: 640px;
  place-items: center;
}

.compare-phone,
.compare-phone-screen,
.compare-head,
.compare-alert,
.compare-transactions,
.compare-metrics,
.compare-bars,
.compare-float {
  display: grid;
}

.compare-phone {
  position: absolute;
  width: 250px;
  aspect-ratio: 9 / 19.5;
  padding: 8px;
  border-radius: 40px;
  background: linear-gradient(145deg, #4f6072 0%, #233547 18%, #0d1721 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 24px 50px rgba(16, 32, 51, 0.16);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.compare-phone::before,
.compare-phone::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(11, 20, 30, 0.9));
}

.compare-phone::before {
  top: 132px;
  height: 56px;
}

.compare-phone::after {
  top: 200px;
  height: 38px;
}

.compare-phone:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 30px 60px rgba(16, 32, 51, 0.22);
}

.compare-phone-before {
  left: 22px;
  z-index: 1;
  transform: rotate(-7deg);
  animation: compare-float-left 5.8s ease-in-out infinite;
}

.compare-phone-before:hover {
  transform: rotate(-5deg) translateY(-6px) scale(1.01);
}

.compare-phone-after {
  right: 18px;
  z-index: 2;
  transform: rotate(4deg);
  animation: compare-float-right 6.4s ease-in-out infinite;
}

.compare-phone-after:hover {
  transform: rotate(2deg) translateY(-6px) scale(1.01);
}

.compare-phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 3;
  width: 96px;
  height: 24px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #0d141b, #1b2530);
}

.compare-phone-screen {
  gap: 14px;
  height: 100%;
  padding: 18px 14px 16px;
  border-radius: 32px;
  overflow: hidden;
}

.compare-phone-before .compare-phone-screen {
  background:
    radial-gradient(circle at top, rgba(255, 143, 107, 0.16), transparent 28%),
    linear-gradient(180deg, #fff7f4 0%, #ffffff 100%);
}

.compare-phone-after .compare-phone-screen {
  background:
    radial-gradient(circle at top right, rgba(43, 194, 165, 0.18), transparent 28%),
    linear-gradient(180deg, #f6fffc 0%, #ffffff 100%);
}

.compare-phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 800;
  padding: 2px 2px 8px;
}

.compare-head {
  gap: 4px;
}

.compare-head span,
.compare-alert span,
.compare-alert small,
.compare-chaos span,
.compare-transactions small,
.compare-metrics span,
.compare-bars span,
.compare-float span {
  color: var(--muted);
}

.compare-head span {
  font-size: 0.78rem;
  font-weight: 800;
}

.compare-head strong,
.compare-alert strong,
.compare-transactions strong,
.compare-metrics strong,
.compare-bars strong,
.compare-float strong {
  color: var(--navy);
  font-family: "Sora", sans-serif;
}

.compare-head strong {
  font-size: 1.35rem;
  line-height: 1.05;
}

.compare-alert {
  gap: 6px;
  padding: 16px;
  border-radius: 22px;
}

.compare-alert-warn {
  background: linear-gradient(180deg, #fff1eb, #fff8f4);
  border: 1px solid rgba(255, 143, 107, 0.18);
}

.compare-alert-good {
  background: linear-gradient(145deg, #11253b, #29455f);
}

.compare-alert-good span,
.compare-alert-good strong,
.compare-alert-good small {
  color: #fff;
}

.compare-alert strong {
  font-size: 1.34rem;
  line-height: 1.06;
}

.compare-chaos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.compare-chaos span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 143, 107, 0.12);
  color: #b25d44;
  font-size: 0.76rem;
  font-weight: 800;
}

.compare-transactions {
  gap: 10px;
}

.compare-transactions div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 10px;
  align-items: center;
  padding: 13px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 32, 51, 0.06);
}

.compare-transactions b {
  color: var(--navy);
  font-size: 0.94rem;
}

.compare-transactions small {
  grid-column: 1;
  font-size: 0.8rem;
}

.compare-transactions strong {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 0.94rem;
}

.compare-transactions-messy strong {
  color: #c05d49;
}

.compare-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.compare-metrics div {
  display: grid;
  gap: 5px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 32, 51, 0.06);
}

.compare-metrics strong {
  font-size: 0.96rem;
}

.compare-bars {
  gap: 12px;
}

.compare-bars div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.compare-bars i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--sand));
}

.compare-bars strong {
  font-size: 0.9rem;
}

.compare-float {
  position: absolute;
  z-index: 4;
  gap: 4px;
  max-width: 170px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 30px rgba(16, 32, 51, 0.12);
}

.compare-float-left {
  left: -24px;
  bottom: 32px;
}

.compare-float-right {
  right: -22px;
  bottom: 36px;
}

.testimonials-frame {
  display: grid;
  gap: 22px;
}

.testimonial-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.testimonial-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: marquee-scroll 24s linear infinite;
}

.marquee-card {
  display: grid;
  gap: 12px;
  width: min(360px, calc(100vw - 80px));
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 32, 51, 0.08);
  box-shadow: 0 16px 30px rgba(16, 32, 51, 0.08);
}

.marquee-card:nth-child(2n) {
  background: rgba(231, 255, 249, 0.86);
}

.marquee-card p,
.marquee-card strong {
  margin: 0;
}

.marquee-card p {
  color: var(--navy);
  font-size: 1.02rem;
  line-height: 1.55;
}

.marquee-card strong {
  color: var(--muted);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.cta-frame {
  justify-items: center;
  text-align: center;
}

.cta-copy {
  display: grid;
  justify-items: center;
}

.cta-copy h2,
.cta-copy .support-copy {
  max-width: 15ch;
}

.cta-copy .support-copy {
  max-width: 60ch;
}

.conversion-panel {
  gap: 20px;
  width: 100%;
  padding: 26px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(255, 143, 107, 0.18), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fff8f2 100%);
  border: 1px solid rgba(16, 32, 51, 0.08);
}

.conversion-copy {
  display: grid;
  gap: 20px;
  justify-items: center;
}

.conversion-points {
  justify-content: center;
}

.conversion-points span {
  background: rgba(43, 194, 165, 0.12);
  color: var(--teal-deep);
}

.center-actions {
  justify-content: center;
}

.store-row {
  justify-content: center;
}

.store-button {
  gap: 4px;
  min-width: 180px;
  padding: 16px 18px;
  border-radius: 20px;
  background: var(--surface-dark);
  color: #fff;
  text-align: left;
  box-shadow: var(--shadow-md);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-button span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
  font-weight: 800;
}

.store-button strong {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.conversion-visual {
  display: grid;
  place-items: center;
}

.closing-card {
  display: grid;
  gap: 10px;
  max-width: 360px;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(145deg, #17293d, #26445d);
  color: #fff;
  box-shadow: 0 20px 40px rgba(16, 32, 51, 0.2);
}

.closing-card span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.closing-card strong {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

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

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

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 8px));
  }
}

@keyframes compare-float-left {
  0%,
  100% {
    transform: rotate(-7deg) translateY(0);
  }

  50% {
    transform: rotate(-5deg) translateY(-8px);
  }
}

@keyframes compare-float-right {
  0%,
  100% {
    transform: rotate(4deg) translateY(0);
  }

  50% {
    transform: rotate(2deg) translateY(-10px);
  }
}

@media (min-width: 768px) {
  .site-header,
  .landing-shell {
    width: min(calc(100% - 40px), var(--container));
  }

  .section-frame {
    padding: 40px;
  }

  .hero-frame,
  .benefits-frame {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    align-items: center;
    gap: 34px;
  }

  .compare-showcase {
    align-items: start;
  }

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

  .workflow-panel {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 340px);
    align-items: center;
  }

  .workflow-panel {
    gap: 30px;
  }

  .conversion-panel {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .site-header {
    align-items: stretch;
    flex-direction: column;
  }

  .header-nav {
    flex-wrap: wrap;
  }

  .section-actions,
  .store-row {
    display: grid;
  }

  .button,
  .store-button,
  .header-cta,
  .header-nav {
    width: 100%;
  }

  .visual-stack {
    min-height: 360px;
    padding: 18px;
  }

  .compare-phones {
    min-height: auto;
    gap: 18px;
  }

  .compare-phone {
    position: relative;
    left: auto;
    right: auto;
    width: min(100%, 252px);
  }

  .compare-phone-before,
  .compare-phone-after {
    transform: none;
    animation: none;
  }

  .compare-phone-before:hover,
  .compare-phone-after:hover {
    transform: translateY(-6px) scale(1.01);
  }

  .compare-float {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .compare-metrics {
    grid-template-columns: 1fr;
  }

  .compare-bars div {
    grid-template-columns: 62px minmax(0, 1fr) auto;
  }

  .insight-card {
    position: static;
    max-width: none;
    width: 100%;
  }

  .phone-shell {
    width: min(100%, 286px);
  }

  .phone-screen {
    min-height: 0;
  }

  .workflow-phone {
    width: min(100%, 288px);
  }

  .testimonial-marquee {
    mask-image: none;
  }

  .cta-copy h2,
  h2 {
    max-width: 12ch;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .testimonial-track {
    animation: none;
  }
}
