:root {
  --navy: #0b3340;
  --navy-deep: #062630;
  --green: #30c45a;
  --green-dark: #1e9e43;
  --mint: #e9f7ed;
  --paper: #f7f8f4;
  --white: #ffffff;
  --text: #183a43;
  --muted: #667d83;
  --border: #dce5e2;
  --red: #dc5650;
  --orange: #bd762d;
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition: background 0.2s, border-color 0.2s;
}
.site-header.scrolled {
  border-color: rgba(11, 51, 64, 0.1);
  background: rgba(247, 248, 244, 0.94);
  backdrop-filter: blur(12px);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 800 19px "Manrope", sans-serif;
  letter-spacing: 0.06em;
}
.brand img { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.nav-links > a { transition: color 0.2s; }
.nav-links > a:hover { color: var(--green-dark); }
.nav-download {
  padding: 10px 17px;
  border: 1px solid var(--navy);
  border-radius: 10px;
}
.nav-download:hover { color: white !important; background: var(--navy); }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span { display: block; width: 23px; height: 2px; margin: 5px 0; background: var(--navy); transition: 0.2s; }

.hero { padding: 142px 0 82px; border-bottom: 1px solid var(--border); }
.hero-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 90px; align-items: center; }
.overline {
  margin: 0 0 18px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
h1, h2, h3 { color: var(--navy); font-family: "Manrope", sans-serif; }
h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.055em;
}
.hero-text {
  max-width: 590px;
  margin: 28px 0 32px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.hero-actions { display: flex; align-items: center; gap: 26px; }
.store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 12px;
  color: white;
  background: var(--navy);
  transition: background 0.2s, transform 0.2s;
}
.store-button:hover { background: var(--navy-deep); transform: translateY(-2px); }
.store-button svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.store-button > span { display: grid; font-size: 16px; font-weight: 700; line-height: 1.05; }
.store-button small { margin-bottom: 4px; font-size: 9px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.7; }
.plain-link { padding-bottom: 4px; border-bottom: 1px solid var(--navy); font-size: 14px; font-weight: 700; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 38px; color: var(--muted); font-size: 12px; }
.hero-notes span::before { content: "✓"; margin-right: 7px; color: var(--green-dark); font-weight: 700; }

.product-stage { position: relative; min-height: 620px; display: grid; place-items: center; }
.product-stage::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 510px;
  border-radius: 44% 56% 52% 48%;
  background: #e0f2e5;
  transform: rotate(-7deg);
}
.phone {
  position: relative;
  z-index: 2;
  width: 300px;
  height: 612px;
  padding: 8px;
  border: 2px solid #173d48;
  border-radius: 45px;
  background: var(--navy-deep);
  box-shadow: 0 28px 55px rgba(8, 45, 56, 0.2);
  transform: rotate(2deg);
}
.phone::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 88px;
  height: 23px;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  background: #061d25;
}
.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 16px 16px 0;
  border-radius: 37px;
  background: #f3f4f1;
}
.phone-status { display: flex; justify-content: space-between; padding: 0 7px 13px; color: var(--navy); font-size: 8px; font-weight: 700; }
.app-heading { display: flex; align-items: center; justify-content: space-between; margin: 10px 0 16px; }
.app-heading small { color: #8a9a9e; font-size: 9px; }
.app-heading h2 { margin: 2px 0 0; font-size: 21px; letter-spacing: -0.03em; }
.app-heading img { width: 34px; height: 34px; border-radius: 9px; }
.balance-card { padding: 18px; border-radius: 18px; color: white; background: var(--navy); }
.balance-card small { color: rgba(255,255,255,0.62); font-size: 8px; }
.balance-card > strong { display: block; margin: 7px 0 17px; font: 800 25px "Manrope"; letter-spacing: -0.04em; }
.balance-card strong span { font-size: 9px; opacity: 0.6; }
.balance-card p { display: flex; justify-content: space-between; margin: 0; color: rgba(255,255,255,.58); font-size: 7px; }
.balance-card p span:first-child { color: #78df96; }
.quick-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 15px 0 18px; }
.quick-actions div { display: grid; justify-items: center; gap: 6px; color: var(--muted); font-size: 8px; }
.quick-actions b { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px; color: var(--navy); background: white; box-shadow: 0 4px 12px rgba(11,51,64,.06); font-size: 16px; }
.quick-actions div:first-child b { color: white; background: var(--green); }
.section-title { display: flex; justify-content: space-between; margin-bottom: 6px; font-size: 10px; }
.section-title small { color: var(--green-dark); }
.activity-row { display: grid; grid-template-columns: 30px 1fr auto; gap: 8px; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(11,51,64,.07); }
.initial { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; font-style: normal; font-size: 9px; font-weight: 700; }
.initial.red { color: var(--red); background: #fbe5e3; }
.initial.green { color: var(--green-dark); background: #ddf3e3; }
.initial.orange { color: var(--orange); background: #f7e9d9; }
.activity-row > span { display: grid; }
.activity-row strong { color: var(--navy); font-size: 8px; }
.activity-row small { margin-top: 3px; color: #96a4a7; font-size: 7px; }
.amount { font-size: 7px; }
.amount.due { color: var(--red); }
.amount.paid { color: var(--green-dark); }
.phone-nav {
  position: absolute;
  display: flex;
  justify-content: space-around;
  inset: auto 0 0;
  padding: 10px 6px 11px;
  border-top: 1px solid rgba(11,51,64,.07);
  background: rgba(255,255,255,.96);
}
.phone-nav span { display: grid; justify-items: center; gap: 2px; color: #9ba9ac; font-size: 13px; }
.phone-nav small { font-size: 6px; }
.phone-nav .active { color: var(--green-dark); }
.product-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 174px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 13px;
  background: white;
  box-shadow: 0 14px 30px rgba(11,51,64,.1);
}
.product-note > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; color: var(--green-dark); background: var(--mint); font-weight: 700; }
.product-note p { display: grid; margin: 0; }
.product-note small { color: var(--muted); font-size: 8px; }
.product-note strong { margin-top: 2px; color: var(--navy); font-size: 11px; }
.payment-note { right: -14px; top: 128px; }
.offline-note { left: -32px; bottom: 92px; }

.proof-strip { padding: 28px 0; color: white; background: var(--navy); }
.proof-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.proof-strip p { margin: 0; color: #c5d4d7; font-size: 13px; }
.proof-strip div { display: flex; gap: 28px; font-size: 12px; }
.proof-strip span { white-space: nowrap; }
.proof-strip b { margin-right: 7px; color: #70dc8f; font-size: 9px; }

.section-heading { max-width: 680px; margin-bottom: 58px; }
.section-heading h2, .privacy h2, .download h2 {
  margin: 0;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.section-heading > p:last-child { max-width: 620px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-list { display: grid; gap: 22px; }
.feature-row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: center;
  min-height: 430px;
  padding: 55px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: white;
}
.feature-icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 26px; border-radius: 13px; color: var(--green-dark); background: var(--mint); font-size: 18px; }
.feature-copy h3, .feature-card h3 { margin: 0 0 13px; font-size: 28px; letter-spacing: -0.035em; }
.feature-copy p, .feature-card > p { margin: 0; color: var(--muted); line-height: 1.7; }
.dashboard-preview { padding: 28px; border-radius: 18px; color: white; background: var(--navy); }
.dashboard-preview header { display: flex; justify-content: space-between; color: #b5c8cc; font-size: 10px; }
.dashboard-preview header small { color: #79959b; }
.preview-total { display: flex; align-items: end; justify-content: space-between; margin: 24px 0 10px; }
.preview-total div { display: grid; }
.preview-total small { color: #8da6ab; font-size: 8px; }
.preview-total strong { margin-top: 4px; font: 800 27px "Manrope"; }
.preview-total > span { padding: 5px 8px; border-radius: 7px; color: #72dd91; background: rgba(48,196,90,.12); font-size: 9px; }
.bar-chart { height: 140px; display: flex; align-items: end; gap: 14px; padding-top: 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.bar-chart i { flex: 1; border-radius: 4px 4px 0 0; background: #4ed173; }
.chart-labels { display: flex; justify-content: space-between; padding-top: 9px; color: #7e999f; font-size: 7px; }
.feature-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feature-card { min-height: 420px; padding: 42px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: white; }
.client-preview { margin-top: 38px; padding: 7px 17px; border: 1px solid var(--border); border-radius: 14px; }
.client-preview > div { display: grid; grid-template-columns: 32px 1fr auto; gap: 10px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--border); }
.client-preview > div:last-child { border: 0; }
.client-preview span { display: grid; }
.client-preview strong, .client-preview b { color: var(--navy); font-size: 10px; }
.client-preview small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.report-preview { position: relative; width: 230px; height: 180px; margin: 35px auto -60px; padding: 28px; border: 1px solid var(--border); border-radius: 7px; background: #fafbf9; transform: rotate(3deg); }
.report-preview div { display: grid; margin-bottom: 25px; }
.report-preview div strong { color: var(--navy); font-size: 11px; }
.report-preview div small { margin-top: 4px; color: var(--muted); font-size: 8px; }
.report-preview > span { display: block; height: 1px; margin: 18px 0; background: var(--border); }
.report-preview > b { position: absolute; right: 18px; top: 20px; padding: 5px 7px; border-radius: 5px; color: white; background: var(--red); font-size: 7px; }

.privacy { color: white; background: var(--navy-deep); }
.privacy-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; }
.privacy .overline { color: #68d889; }
.privacy h2 { color: white; }
.privacy-copy > p:not(.overline) { max-width: 590px; margin: 24px 0 30px; color: #acc1c5; font-size: 17px; line-height: 1.7; }
.privacy ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; color: #d9e4e6; }
.privacy li span { margin-right: 10px; color: #68d889; font-weight: 700; }
.privacy-card { padding: 40px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.lock-mark { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 32px; border-radius: 18px; color: var(--navy); background: var(--green); }
.lock-mark svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.privacy-card h3 { max-width: 330px; margin: 0 0 40px; color: white; font-size: 27px; line-height: 1.25; }
.privacy-stat { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }
.privacy-stat span { display: grid; gap: 4px; }
.privacy-stat b { color: white; font-size: 14px; }
.privacy-stat small { color: #88a5ab; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.how .section-heading { margin-bottom: 45px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--border); list-style: none; }
.steps li { display: flex; gap: 20px; padding: 32px 32px 0 0; }
.steps li + li { padding-left: 32px; border-left: 1px solid var(--border); }
.steps li > span { flex: 0 0 auto; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--green-dark); background: var(--mint); font: 700 13px "Manrope"; }
.steps h3 { margin: 5px 0 10px; font-size: 18px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.6; }

.language-strip { padding: 34px 0; border-block: 1px solid var(--border); background: white; }
.language-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.language-strip p { margin: 0; color: var(--navy); font-weight: 600; }
.language-strip div { display: flex; gap: 10px; }
.language-strip span { padding: 9px 14px; border: 1px solid var(--border); border-radius: 9px; color: var(--muted); font-size: 12px; }

.download { padding-top: 90px; }
.download-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 58px; border-radius: 24px; color: white; background: var(--green-dark); }
.download-copy { display: flex; align-items: center; gap: 28px; }
.download-copy > img { width: 76px; height: 76px; border-radius: 20px; box-shadow: 0 13px 28px rgba(5,38,48,.2); }
.download .overline { margin-bottom: 10px; color: rgba(255,255,255,.72); }
.download h2 { color: white; font-size: clamp(32px, 4vw, 48px); }
.download-copy div > p:last-child { margin: 13px 0 0; color: rgba(255,255,255,.78); }
.store-button-light { flex: 0 0 auto; color: var(--navy); background: white; }
.store-button-light:hover { background: #f3f7f3; }

footer { padding: 42px 0; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 25px; }
.footer-inner p { margin: 0; color: var(--muted); text-align: center; font-size: 12px; }
.footer-links { display: flex; gap: 22px; color: var(--muted); font-size: 12px; }
.footer-links a:hover { color: var(--navy); }
.footer-inner > small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--border); color: #8c9c9f; text-align: center; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 720px; text-align: center; margin-inline: auto; }
  .hero-actions, .hero-notes { justify-content: center; }
  .product-stage { width: min(100%, 570px); margin-inline: auto; }
  .proof-strip .container { align-items: flex-start; flex-direction: column; }
  .feature-row { grid-template-columns: 1fr; gap: 40px; }
  .privacy-grid { gap: 55px; }
  .steps { grid-template-columns: 1fr; border: 0; }
  .steps li { padding: 26px 0; border-top: 1px solid var(--border); }
  .steps li + li { padding-left: 0; border-left: 0; }
  .download-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 30px, 560px); }
  .section { padding: 82px 0; }
  .nav { height: 68px; }
  .menu-button { display: block; z-index: 52; }
  .nav-links {
    position: fixed;
    inset: 0;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 28px;
    color: white;
    background: var(--navy-deep);
    font-size: 19px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
  }
  .menu-open .nav-links { opacity: 1; visibility: visible; }
  .menu-open .menu-button span { background: white; }
  .menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav-download { border-color: rgba(255,255,255,.6); }
  .hero { padding: 112px 0 64px; }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-text { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 20px; }
  .hero-notes { display: grid; justify-content: start; width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .product-stage { min-height: 560px; margin: 10px auto -10px; transform: scale(.88); }
  .product-stage::before { width: 390px; height: 465px; }
  .phone { width: 288px; height: 590px; }
  .payment-note { right: -26px; }
  .offline-note { left: -26px; }
  .proof-strip div { display: grid; gap: 13px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .privacy h2 { font-size: 38px; }
  .section-heading > p:last-child { font-size: 15px; }
  .feature-row, .feature-card { padding: 28px; }
  .feature-row { min-height: auto; }
  .feature-columns { grid-template-columns: 1fr; }
  .feature-card { min-height: 400px; }
  .dashboard-preview { padding: 20px; }
  .preview-total strong { font-size: 21px; }
  .bar-chart { gap: 9px; }
  .privacy-grid { grid-template-columns: 1fr; }
  .privacy-card { padding: 30px; }
  .language-strip .container { align-items: flex-start; flex-direction: column; }
  .language-strip div { width: 100%; }
  .language-strip span { flex: 1; text-align: center; }
  .download { padding-top: 70px; }
  .download-card { padding: 32px; }
  .download-copy { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; }
  .footer-inner > small { grid-column: auto; width: 100%; }
}

@media (max-width: 420px) {
  .product-stage { transform: scale(.78); margin: -20px -35px -60px; width: auto; }
  .product-note { min-width: 160px; }
  .language-strip div { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
