:root {
  --bg: #f6f9fb;
  --card: #ffffff;
  --text: #0b1220;
  --muted: #5d7285;
  --line: rgba(13, 29, 45, .10);
  --shadow: 0 14px 34px rgba(11, 18, 32, .10);
  --shadow-sm: 0 10px 24px rgba(11, 18, 32, .08);
  --radius: 18px;
  --radius-sm: 14px;
  --green: #16c79a;
  --teal: #00c389;
  --blue: #17a2ff;
  --blue2: #1463ff;
  --orange: #ff7a00;
  --red: #ff3d6a;
  --purple: #8b5cf6;
  --primary: linear-gradient(135deg, #16c79a 0%, #17a2ff 100%);
}

* {
  box-sizing: border-box
}

html,
body {
  height: 100%
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px
}

.section {
  padding: 80px 0
}

.bg-ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1
}

.blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(42px);
  opacity: .55;
  transform: translateZ(0)
}

.blob-a {
  width: 520px;
  height: 520px;
  left: -160px;
  top: -140px;
  background: radial-gradient(circle at 30% 30%, rgba(22, 199, 154, .48), transparent 60%), radial-gradient(circle at 70% 70%, rgba(23, 162, 255, .35), transparent 60%)
}

.blob-b {
  width: 520px;
  height: 520px;
  right: -160px;
  bottom: -180px;
  background: radial-gradient(circle at 30% 30%, rgba(23, 162, 255, .34), transparent 60%), radial-gradient(circle at 70% 70%, rgba(22, 199, 154, .38), transparent 60%)
}

.grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(10, 25, 40, .06) 1px, transparent 1px), linear-gradient(to bottom, rgba(10, 25, 40, .06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 0%, rgba(0, 0, 0, .9), rgba(0, 0, 0, .2) 55%, transparent 80%)
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(246, 249, 251, .70);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(13, 29, 45, .06)
}

.header-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: -.02em
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .8);
  display: grid;
  place-items: center;
  box-shadow: 0 10px 26px rgba(11, 18, 32, .10)
}

.brand-name {
  font-size: 14.5px
}

.brand.small .brand-name {
  font-size: 14px
}

.nav {
  display: flex;
  gap: 18px;
  align-items: center
}

.nav-link {
  font-size: 13.5px;
  color: rgba(11, 18, 32, .72);
  padding: 10px 10px;
  border-radius: 12px;
  transition: background .2s ease, color .2s ease
}

.nav-link:hover {
  background: rgba(255, 255, 255, .7);
  color: rgba(11, 18, 32, .92)
}

.header-cta {
  display: flex;
  gap: 10px;
  align-items: center
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 600;
  font-size: 13.5px;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease
}

.btn:active {
  transform: translateY(1px)
}

.btn-primary {
  background: var(--primary);
  color: white;
  box-shadow: 0 14px 28px rgba(22, 199, 154, .16), 0 18px 40px rgba(23, 162, 255, .14)
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(22, 199, 154, .22), 0 20px 46px rgba(23, 162, 255, .18)
}

.btn-ghost {
  background: rgba(255, 255, 255, .74);
  border-color: rgba(13, 29, 45, .10);
  color: rgba(11, 18, 32, .78);
  box-shadow: 0 10px 26px rgba(11, 18, 32, .06)
}

.btn-ghost:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(11, 18, 32, .08);
  color: rgba(11, 18, 32, .92)
}

.btn-full {
  width: 100%
}

.logo {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
}

.logo img {
  height: 50px;
}


.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 14px;
  color: #fff;
  box-shadow: 0 18px 40px rgba(11, 18, 32, .14);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease
}

.store-badge:active {
  transform: translateY(1px)
}

.store-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 52px rgba(11, 18, 32, .18)
}

.store-badge-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px
}

.store-badge-text {
  display: grid;
  line-height: 1.05
}

.store-badge-top {
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .92
}

.store-badge-bottom {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.02em
}

.store-badge-web {
  background: #0b1220
}

.store-badge-play {
  background: linear-gradient(135deg, #18c06e 0%, #0fa65a 100%)
}

.menu {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(13, 29, 45, .10);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 10px 26px rgba(11, 18, 32, .06);
  padding: 10px;
  cursor: pointer
}

.menu span {
  display: block;
  height: 2px;
  background: rgba(11, 18, 32, .70);
  border-radius: 99px
}

.menu span+span {
  margin-top: 6px
}

.mobile-nav {
  border-bottom: 1px solid rgba(13, 29, 45, .06);
  background: rgba(246, 249, 251, .70);
  backdrop-filter: blur(14px)
}

.mobile-nav-inner {
  display: grid;
  gap: 6px;
  padding: 16px 20px 20px
}

.hero {
  padding-top: 70px
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: center
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(13, 29, 45, .10);
  box-shadow: 0 12px 26px rgba(11, 18, 32, .06);
  font-size: 13px;
  color: rgba(11, 18, 32, .72)
}

.badge .dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--primary);
  box-shadow: 0 8px 18px rgba(22, 199, 154, .25)
}

.h1 {
  margin: 18px 0 12px;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -.04em
}

.h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -.03em
}

.h3 {
  margin: 0;
  font-size: 16.5px;
  letter-spacing: -.01em
}

.lead {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(11, 18, 32, .72);
  max-width: 54ch
}

.sub {
  margin: 10px 0 0;
  color: rgba(11, 18, 32, .66);
  font-size: 15px;
  line-height: 1.7
}

.body {
  margin: 10px 0 0;
  color: rgba(11, 18, 32, .66);
  font-size: 14.25px;
  line-height: 1.7
}

.hero-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 18px
}

.trust {
  display: flex;
  gap: 18px;
  margin-top: 22px
}

.trust-item {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .70);
  border: 1px solid rgba(13, 29, 45, .08);
  box-shadow: 0 10px 26px rgba(11, 18, 32, .05)
}

.trust-kpi {
  font-weight: 800;
  letter-spacing: -.02em
}

.trust-label {
  display: block;
  margin-top: 2px;
  font-size: 12.5px;
  color: rgba(11, 18, 32, .62)
}

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

.phone-float {
  position: relative;
  width: min(420px, 100%);
  padding: 14px 10px
}

.phone {
  width: 100%;
  border-radius: 36px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(13, 29, 45, .10);
  box-shadow: 0 22px 60px rgba(11, 18, 32, .18);
  backdrop-filter: blur(14px);
  overflow: hidden
}

.phone-top {
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(246, 249, 251, .7);
  border-bottom: 1px solid rgba(13, 29, 45, .06)
}

.phone-notch {
  width: 120px;
  height: 18px;
  border-radius: 999px;
  background: rgba(11, 18, 32, .08)
}

.phone-screen {
  padding: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(246, 249, 251, .70))
}

.screen-header {
  padding: 4px 4px 10px
}

.screen-title {
  font-weight: 700;
  letter-spacing: -.02em
}

.screen-sub {
  margin-top: 4px;
  font-size: 12.5px;
  color: rgba(11, 18, 32, .62)
}

.card {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(13, 29, 45, .08);
  box-shadow: 0 14px 28px rgba(11, 18, 32, .08);
  overflow: hidden
}

.gradient-card {
  background: linear-gradient(135deg, #16c79a 0%, #17a2ff 100%);
  border-color: rgba(255, 255, 255, .25);
  box-shadow: 0 18px 40px rgba(22, 199, 154, .18), 0 26px 60px rgba(23, 162, 255, .14)
}

.gradient-card .metric-label {
  color: rgba(255, 255, 255, .78)
}

.gradient-card .metric-value {
  color: white
}

.metric {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 14px
}

.metric+.metric {
  border-top: 1px solid rgba(255, 255, 255, .18)
}

.metric-label {
  font-size: 12.5px
}

.metric-value {
  font-weight: 800;
  letter-spacing: -.02em
}

.allocation-card {
  margin-top: 12px;
  padding: 12px 12px 14px
}

.alloc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px
}

.alloc-title {
  font-weight: 700
}

.pill {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(246, 249, 251, .8);
  border: 1px solid rgba(13, 29, 45, .10);
  font-size: 12px;
  color: rgba(11, 18, 32, .62)
}

.donut {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 230px;
  margin: 8px auto 10px
}

.alloc-list {
  display: grid;
  gap: 8px
}

.alloc-item {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(246, 249, 251, .7);
  border: 1px solid rgba(13, 29, 45, .06)
}

.alloc-name {
  font-size: 12.5px;
  color: rgba(11, 18, 32, .72)
}

.alloc-amt {
  font-size: 12.5px;
  color: rgba(11, 18, 32, .72);
  font-weight: 600
}

.alloc-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  display: inline-block
}

.dot-orange {
  background: var(--orange)
}

.dot-blue {
  background: var(--blue2)
}

.dot-green {
  background: var(--teal)
}

.dot-red {
  background: var(--red)
}

.screen-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-top: 12px
}

.tab {
  padding: 10px 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .65);
  border: 1px solid rgba(13, 29, 45, .08);
  font-size: 11px;
  text-align: center;
  color: rgba(11, 18, 32, .62)
}

.tab.active {
  background: rgba(22, 199, 154, .12);
  border-color: rgba(22, 199, 154, .25);
  color: rgba(11, 18, 32, .82)
}

.float-card {
  position: absolute;
  right: -10px;
  left: auto;
  min-width: 210px;
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(13, 29, 45, .10);
  box-shadow: 0 18px 40px rgba(11, 18, 32, .12);
  backdrop-filter: blur(12px)
}

.float-income {
  top: 22px;
  transform: translateY(-6px)
}

.float-expense {
  bottom: 34px;
  right: auto;
  left: -8px;
  transform: translateY(6px)
}

.float-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}

.float-sub {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(11, 18, 32, .62)
}

.float-value {
  font-weight: 800;
  letter-spacing: -.02em
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid transparent
}

.chip-green {
  background: rgba(22, 199, 154, .12);
  border-color: rgba(22, 199, 154, .25);
  color: rgba(11, 18, 32, .84)
}

.chip-red {
  background: rgba(255, 61, 106, .10);
  border-color: rgba(255, 61, 106, .20);
  color: rgba(11, 18, 32, .84)
}

.chip-primary {
  background: rgba(23, 162, 255, .10);
  border-color: rgba(23, 162, 255, .22);
  color: rgba(11, 18, 32, .84)
}

.section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 28px
}

.grid-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.feature-card {
  padding: 18px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(13, 29, 45, .10);
  box-shadow: 0 16px 42px rgba(11, 18, 32, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  background-image: radial-gradient(circle at 20% 0%, rgba(22, 199, 154, .10), transparent 40%), radial-gradient(circle at 80% 20%, rgba(23, 162, 255, .10), transparent 40%)
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 56px rgba(11, 18, 32, .12);
  border-color: rgba(22, 199, 154, .22)
}

.icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #0b1220;
  border: 1px solid rgba(13, 29, 45, .10);
  box-shadow: 0 12px 28px rgba(11, 18, 32, .08)
}

.i-primary {
  background: linear-gradient(135deg, rgba(22, 199, 154, .18), rgba(23, 162, 255, .14))
}

.i-green {
  background: linear-gradient(135deg, rgba(22, 199, 154, .20), rgba(0, 195, 137, .14))
}

.i-blue {
  background: linear-gradient(135deg, rgba(23, 162, 255, .18), rgba(20, 99, 255, .12))
}

.i-purple {
  background: linear-gradient(135deg, rgba(139, 92, 246, .18), rgba(23, 162, 255, .10))
}

.i-orange {
  background: linear-gradient(135deg, rgba(255, 122, 0, .18), rgba(23, 162, 255, .08))
}

.steps {
  display: grid;
  grid-template-columns: 1fr 64px 1fr 64px 1fr;
  align-items: stretch;
  gap: 14px
}

.step {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(13, 29, 45, .10);
  box-shadow: 0 16px 42px rgba(11, 18, 32, .08)
}

.step-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(13, 29, 45, .10);
  box-shadow: 0 12px 28px rgba(11, 18, 32, .08)
}

.step-title {
  margin-top: 14px;
  font-weight: 800;
  letter-spacing: -.02em
}

.step-body {
  margin-top: 8px;
  color: rgba(11, 18, 32, .66);
  font-size: 14.25px;
  line-height: 1.7
}

.connector {
  align-self: center;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(22, 199, 154, .0), rgba(22, 199, 154, .30), rgba(23, 162, 255, .30), rgba(23, 162, 255, .0))
}

.previews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.preview-card {
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(13, 29, 45, .10);
  box-shadow: 0 16px 42px rgba(11, 18, 32, .08);
  padding: 16px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}

.preview-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 56px rgba(11, 18, 32, .12);
  border-color: rgba(23, 162, 255, .18)
}

.preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px
}

.preview-title {
  font-weight: 800;
  letter-spacing: -.02em
}

.preview-chip {
  box-shadow: none
}

.rows {
  display: grid;
  gap: 10px
}

.row {
  display: grid;
  grid-template-columns: 14px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(246, 249, 251, .72);
  border: 1px solid rgba(13, 29, 45, .06)
}

.row-icon {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  display: inline-block
}

.row-name {
  font-size: 13.5px;
  color: rgba(11, 18, 32, .72)
}

.row-amt {
  font-size: 13.5px;
  color: rgba(11, 18, 32, .72);
  font-weight: 700
}

.row-amt.green {
  color: rgba(0, 153, 110, 1)
}

.row-amt.blue {
  color: rgba(20, 99, 255, 1)
}

.row-amt.red {
  color: rgba(255, 61, 106, 1)
}

.mini-donut {
  width: 100%;
  max-width: 220px;
  margin: 8px auto 8px
}

.highlight {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items: center;
  padding: 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(13, 29, 45, .10);
  box-shadow: 0 18px 50px rgba(11, 18, 32, .10);
  backdrop-filter: blur(14px)
}

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

.insight {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(246, 249, 251, .72);
  border: 1px solid rgba(13, 29, 45, .06)
}

.insight-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  margin-top: 6px
}

.insight-title {
  font-weight: 800;
  letter-spacing: -.01em
}

.insight-body {
  margin-top: 4px;
  color: rgba(11, 18, 32, .66);
  font-size: 13.75px;
  line-height: 1.6
}

.highlight-ui .glass {
  border-radius: 26px;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(13, 29, 45, .10);
  box-shadow: 0 22px 60px rgba(11, 18, 32, .14);
  backdrop-filter: blur(14px);
  overflow: hidden
}

.glass-head {
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(13, 29, 45, .06)
}

.glass-title {
  font-weight: 800;
  letter-spacing: -.02em
}

.glass-tabs {
  display: flex;
  gap: 8px;
  margin-top: 10px
}

.pill-on {
  background: rgba(22, 199, 154, .12);
  border-color: rgba(22, 199, 154, .25)
}

.glass-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 16px
}

.chart {
  aspect-ratio: 1/1;
  max-width: 280px;
  margin: 0 auto
}

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

.legend-item {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(246, 249, 251, .72);
  border: 1px solid rgba(13, 29, 45, .06);
  font-size: 13px;
  color: rgba(11, 18, 32, .70)
}

.legend-amt {
  font-weight: 700;
  color: rgba(11, 18, 32, .78)
}

.cta {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
  align-items: stretch;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(22, 199, 154, .16), rgba(23, 162, 255, .12));
  border: 1px solid rgba(23, 162, 255, .18);
  box-shadow: 0 22px 62px rgba(11, 18, 32, .14);
  padding: 22px;
  overflow: hidden
}

.cta-form {
  border-radius: 26px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(13, 29, 45, .10);
  box-shadow: 0 18px 46px rgba(11, 18, 32, .10);
  backdrop-filter: blur(14px);
  padding: 16px
}

.form-head {
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 12px
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 12px
}

.field-label {
  font-size: 12.5px;
  color: rgba(11, 18, 32, .66);
  font-weight: 600
}

.input {
  width: 100%;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(13, 29, 45, .10);
  background: rgba(255, 255, 255, .85);
  outline: none;
  font: inherit;
  box-shadow: 0 10px 24px rgba(11, 18, 32, .05)
}

.input:focus {
  border-color: rgba(22, 199, 154, .45);
  box-shadow: 0 14px 28px rgba(22, 199, 154, .10)
}

.textarea {
  resize: vertical;
  min-height: 110px
}

.form-note {
  min-height: 20px;
  margin-top: 10px;
  font-size: 12.5px;
  color: rgba(11, 18, 32, .66)
}

.footer {
  padding: 54px 0 40px;
  background: #0b1220;
  border-top: 1px solid rgba(255, 255, 255, .08)
}

.footer-top {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  gap: 28px;
  align-items: start;
  padding-bottom: 30px
}

.footer-col {
  min-width: 0
}

.footer-brand .brand-mark {
  background: rgba(255, 255, 255, .08);
  box-shadow: none
}

.footer-brand .brand-name {
  color: rgba(255, 255, 255, .92)
}

.footer-sub {
  margin-top: 10px;
  color: rgba(255, 255, 255, .64);
  font-size: 13.5px;
  line-height: 1.6;
  max-width: 42ch
}

.footer-title {
  font-weight: 800;
  letter-spacing: -.01em;
  color: rgba(255, 255, 255, .92);
  margin-bottom: 12px
}

.footer-links {
  display: grid;
  gap: 10px
}

.footer-links a {
  color: rgba(255, 255, 255, .68);
  font-size: 13.5px;
  transition: color .2s ease, transform .2s ease
}

.footer-links a:hover {
  color: rgba(255, 255, 255, .92);
  transform: translateX(2px)
}

.footer-contact {
  display: grid;
  gap: 12px
}

.footer-contact-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, .68);
  font-size: 13.5px;
  line-height: 1.55
}

.footer-contact-item:hover {
  color: rgba(255, 255, 255, .92)
}

.footer-contact-ico {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: rgba(255, 255, 255, .72);
  flex: 0 0 auto
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 6px
}

.footer-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .78);
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease
}

.footer-social-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .92)
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .08)
}

.footer-copy {
  color: rgba(255, 255, 255, .50);
  font-size: 12.75px
}

.footer-legal {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end
}

.footer-legal a {
  color: rgba(255, 255, 255, .58);
  font-size: 12.75px;
  transition: color .2s ease
}

.footer-legal a:hover {
  color: rgba(255, 255, 255, .90)
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .7s cubic-bezier(.2, .8, .2, 1), transform .7s cubic-bezier(.2, .8, .2, 1)
}

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

@media (prefers-reduced-motion:reduce) {
  .reveal {
    transition: none;
    transform: none;
    opacity: 1
  }

  .btn {
    transition: none
  }

  .feature-card,
  .preview-card {
    transition: none
  }
}

@media (max-width:980px) {
  .nav {
    display: none
  }

  .menu {
    display: inline-grid
  }

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

  .grid-cards {
    grid-template-columns: repeat(2, 1fr)
  }

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

  .connector {
    display: none
  }

  .previews {
    grid-template-columns: 1fr
  }

  .highlight {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .cta {
    grid-template-columns: 1fr
  }

  .h1 {
    font-size: 40px
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 22px
  }

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

  .footer-legal {
    justify-content: flex-start
  }
}

@media (max-width:560px) {
  .section {
    padding: 64px 0
  }

  .h1 {
    font-size: 34px
  }

  .h2 {
    font-size: 28px
  }

  .trust {
    flex-direction: column;
    gap: 10px
  }

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

  .hero-actions .btn {
    width: 100%
  }

  .hero-actions .store-badge {
    width: 100%;
    justify-content: center
  }

  .grid-cards {
    grid-template-columns: 1fr
  }

  .float-card {
    display: none
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: start
  }
}


/* 📱 Mobile view */
@media (max-width: 768px) {
  .header-cta {
    justify-content: space-between;
  }

  .store-badge {
    flex: 1 1 auto;
    /* allow resize */
    justify-content: center;
    font-size: 11px;
  }

  .store-badge-text {
    display: none;
    /* hide text → only icon */
  }

  .menu {
    display: flex;
    /* show hamburger */
  }
}

/* 📱 Small mobile */
@media (max-width: 480px) {
  .header-cta {
    gap: 6px;
  }

  .store-badge {
    padding: 5px;
  }

  .store-badge-icon svg {
    width: 16px;
    height: 16px;
  }
}


.privacy-policy {
  max-width: 900px;
  margin: 100px auto 50px;
  padding: 0 20px;
  line-height: 1.8;
}

.privacy-policy h1 {
  color: #16c79a;
  margin-bottom: 30px;
  text-align: center;
}

.privacy-policy h2 {
  color: #16c79a;
  margin: 30px 0 15px;
}

.privacy-policy p,
.privacy-policy ul {
  margin-bottom: 20px;
}

.privacy-policy ul {
  padding-left: 30px;
}

.privacy-policy li {
  margin-bottom: 10px;
}

.last-updated {
  font-style: italic;
  color: #666;
  text-align: right;
  margin-top: 40px;
}

.back-to-home {
  display: inline-block;
  margin-top: 30px;
  color: #16c79a;
  text-decoration: none;
  font-weight: 600;
}

.back-to-home:hover {
  text-decoration: underline;
}



.terms-of-service {
  max-width: 900px;
  margin: 100px auto 50px;
  padding: 0 20px;
  line-height: 1.8;
  color: #333;
}

.terms-of-service h1 {
  color: #16c79a;
  margin-bottom: 30px;
  text-align: center;
}

.terms-of-service h2 {
  color: #16c79a;
  margin: 30px 0 15px;
}

.terms-of-service h3 {
  color: #4FBA79;
  margin: 25px 0 10px;
}

.terms-of-service p,
.terms-of-service ul,
.terms-of-service ol {
  margin-bottom: 15px;
  line-height: 1.6;
}

.terms-of-service ul,
.terms-of-service ol {
  padding-left: 30px;
}

.terms-of-service li {
  margin-bottom: 10px;
}

.highlight {
  background-color: #f8f9fa;
  padding: 20px;
  border-left: 4px solid #4FBA79;
  margin: 20px 0;
}