:root {
  --ink: #101218;
  --muted: #5f6673;
  --soft: #f4f7f4;
  --surface: #ffffff;
  --line: rgba(16, 18, 24, 0.12);
  --blue: #1f3a5f;
  --sky: #d7e9ff;
  --mint: #c8f0d6;
  --mint-strong: #1b7a3e;
  --coral: #ff6b5f;
  --coral-soft: #ffe2de;
  --yellow: #ffbc3d;
  --yellow-soft: #fff0c4;
  --violet: #6858f5;
  --shadow: 0 24px 70px rgba(16, 18, 24, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 16px 24px auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 30px rgba(16, 18, 24, 0.08);
  backdrop-filter: blur(24px);
}

.brand,
.nav-links,
.hero-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.nav-links {
  justify-content: center;
  gap: 24px;
  color: rgba(16, 18, 24, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.nav-cta,
.primary-action,
.secondary-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
}

.nav-cta {
  background: var(--ink);
  color: #fff;
}

.primary-action {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 14px 28px rgba(255, 107, 95, 0.32);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.primary-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(255, 107, 95, 0.4);
}

.nav-cta {
  padding: 0 18px;
  font-size: 14px;
}

.hero-section {
  position: relative;
  min-height: clamp(720px, 72vh, 860px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 132px 24px 56px;
  background:
    radial-gradient(circle at 77% 22%, rgba(255, 188, 61, 0.42), transparent 22%),
    radial-gradient(circle at 18% 30%, rgba(200, 240, 214, 0.72), transparent 28%),
    linear-gradient(135deg, #f9fbf6 0%, #e8f3ff 48%, #fff2e9 100%);
}

.hero-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-scene::before {
  content: "";
  position: absolute;
  inset: 12% 0 auto;
  height: 430px;
  background-image:
    linear-gradient(rgba(16, 18, 24, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 18, 24, 0.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  opacity: 0.42;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.9);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 8px;
  font-size: clamp(78px, 14vw, 190px);
  line-height: 0.82;
  font-weight: 900;
}

.handwritten {
  font-family: "Caveat", "Inter", cursive;
  font-weight: 600;
  letter-spacing: 0.005em;
}

.hero-claim {
  width: min(640px, 100%);
  margin: 6px auto 14px;
  color: var(--ink);
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.underline-mark {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.hand-underline {
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -0.34em;
  width: 104%;
  height: 0.42em;
  pointer-events: none;
}

.hero-lede {
  width: min(640px, 100%);
  margin: 0 auto;
  color: rgba(16, 18, 24, 0.72);
  font-size: clamp(16px, 1.7vw, 19px);
  font-weight: 600;
}

.hero-trust {
  list-style: none;
  padding: 0;
  margin: 22px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.hero-trust li {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 18, 24, 0.08);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.hero-trust li::before {
  content: "✓";
  display: inline-block;
  margin-right: 6px;
  color: var(--mint-strong);
  font-weight: 900;
}

.hero-actions {
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.primary-action,
.secondary-action {
  padding: 0 22px;
}

.secondary-action {
  border: 1px solid rgba(16, 18, 24, 0.16);
  background: rgba(255, 255, 255, 0.68);
}

.phone {
  position: absolute;
  width: 300px;
  min-height: 620px;
  border: 9px solid #101218;
  border-radius: 42px;
  background: #f7f8fb;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.phone-main {
  top: 94px;
  right: max(-42px, calc(50vw - 690px));
  transform: rotate(4deg);
}

.phone-side {
  top: 155px;
  left: max(-58px, calc(50vw - 670px));
  min-height: 510px;
  background: #101218;
  color: #fff;
  transform: rotate(-5deg);
}

.phone-notch {
  width: 96px;
  height: 26px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: #101218;
}

.phone-side .phone-notch {
  background: #030407;
}

.phone-status,
.app-top,
.balance-panel,
.insight-strip,
.transaction-list,
.assistant-card,
.limit-list {
  margin: 14px 18px 0;
}

.phone-status,
.app-top,
.insight-strip,
.transaction-list div,
.limit-list div,
.shell-head,
.wide-metric,
.dash-grid div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.phone-status {
  color: #30343c;
  font-size: 12px;
  font-weight: 800;
}

.status-dots {
  width: 38px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #101218 0 30%, transparent 30% 42%, #101218 42% 70%, transparent 70% 82%, #101218 82%);
}

.app-top p,
.balance-panel span,
.assistant-card span,
.wide-metric span,
.dash-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.app-top h2 {
  margin: 0;
  font-size: 22px;
}

.avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--coral);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.balance-panel {
  padding: 18px;
  border-radius: 18px;
  background: #101218;
  color: #fff;
}

.balance-panel strong {
  display: block;
  margin-top: 4px;
  font-size: 34px;
  line-height: 1;
}

.balance-panel small {
  display: block;
  margin-top: 10px;
  color: #aab2c0;
  font-weight: 700;
}

.mini-chart {
  height: 110px;
  display: flex;
  align-items: end;
  gap: 10px;
  margin: 18px;
  padding: 16px;
  border-radius: 18px;
  background: #fff;
}

.mini-chart span {
  flex: 1;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--violet), var(--sky));
}

.insight-strip,
.transaction-list {
  border: 1px solid rgba(16, 18, 24, 0.08);
  border-radius: 16px;
  background: #fff;
}

.insight-strip {
  padding: 12px;
}

.insight-strip div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.insight-strip p {
  margin: 0;
  color: #30343c;
  font-size: 12px;
  font-weight: 800;
}

.icon-badge {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 8px;
  background: var(--yellow-soft);
  color: #7d5700;
  font-weight: 900;
}

.transaction-list {
  padding: 5px 12px;
}

.transaction-list div {
  padding: 10px 0;
  border-bottom: 1px solid rgba(16, 18, 24, 0.08);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.transaction-list div:last-child {
  border-bottom: 0;
}

.transaction-list strong,
.positive {
  color: var(--mint-strong);
}

.assistant-card {
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(155deg, #252136, #17181f 55%, #263f37);
}

.assistant-card span {
  color: #c7bcff;
}

.assistant-card strong {
  display: block;
  margin: 14px 0 6px;
  font-size: 28px;
  line-height: 1.04;
}

.assistant-card p {
  margin-bottom: 0;
  color: #c8ced9;
  font-size: 13px;
  font-weight: 700;
}

.limit-list {
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.limit-list div {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

.limit-list div:last-child {
  border-bottom: 0;
}

.limit-list span {
  color: #b8bfcb;
  font-weight: 800;
}


.proof-band,
.split-band,
.trust-section,
.cta-section,
.faq-section,
.persona-section,
.social-section,
.tour-section,
.founder-section {
  padding: 84px 24px;
}

.founder-section {
  max-width: 760px;
  margin: 0 auto;
}

.founder-note {
  position: relative;
  padding: 44px 44px 36px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 188, 61, 0.18), transparent 32%),
    radial-gradient(circle at 90% 90%, rgba(255, 107, 95, 0.12), transparent 38%),
    #fffdf6;
  border: 1px solid rgba(16, 18, 24, 0.08);
  box-shadow: 0 22px 50px rgba(16, 18, 24, 0.08);
  transform: rotate(-0.6deg);
}

.founder-note::before,
.founder-note::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 18px;
  background: rgba(255, 188, 61, 0.5);
  border: 1px solid rgba(125, 87, 0, 0.18);
}

.founder-note::before {
  top: -10px;
  left: 28px;
  transform: rotate(-6deg);
}

.founder-note::after {
  bottom: -10px;
  right: 28px;
  transform: rotate(4deg);
}

.founder-stamp {
  display: block;
  margin-bottom: 6px;
  color: var(--coral);
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1;
}

.founder-note h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.founder-note p {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.founder-sign {
  margin-top: 18px !important;
  font-size: clamp(24px, 2.8vw, 32px) !important;
  color: var(--ink);
  font-weight: 600 !important;
}

.footer-tag {
  font-size: 18px;
  color: var(--ink);
  opacity: 0.78;
}

.persona-section {
  max-width: 1180px;
  margin: 0 auto;
}

.persona-tabs {
  margin-top: 40px;
}

.persona-tabs input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.persona-tablist {
  display: inline-flex;
  gap: 6px;
  margin: 0 auto 32px;
  padding: 6px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(16, 18, 24, 0.05);
}

.persona-section .section-copy.centered + .persona-tabs {
  display: grid;
  justify-items: center;
}

.persona-tablist label {
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  color: var(--muted);
  transition: background 0.2s ease, color 0.2s ease;
}

.persona-tablist label:hover {
  color: var(--ink);
}

#persona-1:checked ~ .persona-tablist label[for="persona-1"],
#persona-2:checked ~ .persona-tablist label[for="persona-2"],
#persona-3:checked ~ .persona-tablist label[for="persona-3"] {
  background: var(--ink);
  color: #fff;
}

.persona-tabs:has(#persona-1:focus-visible) label[for="persona-1"],
.persona-tabs:has(#persona-2:focus-visible) label[for="persona-2"],
.persona-tabs:has(#persona-3:focus-visible) label[for="persona-3"] {
  outline: 2px solid var(--coral);
  outline-offset: 2px;
  border-radius: 999px;
}

.persona-panels {
  position: relative;
}

.persona-panel {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 48px;
  align-items: center;
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(135deg, #fdfcf8 0%, #f4f7f4 100%);
  border: 1px solid var(--line);
}

#persona-1:checked ~ .persona-panels [data-panel="1"],
#persona-2:checked ~ .persona-panels [data-panel="2"],
#persona-3:checked ~ .persona-panels [data-panel="3"] {
  display: grid;
}

.persona-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.6vw, 38px);
  line-height: 1.05;
  font-weight: 900;
}

.persona-copy > p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
}

.persona-copy ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.persona-copy li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.persona-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--mint);
  background-image: linear-gradient(135deg, var(--mint), #8fd9a8);
}

.persona-copy li::after {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 3px;
  font-size: 12px;
  font-weight: 900;
  color: var(--mint-strong);
}

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

.couple-card,
.kids-card,
.roomies-card {
  width: 100%;
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(16, 18, 24, 0.08);
}

.couple-head,
.kids-head,
.roomies-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.couple-head strong,
.kids-head strong,
.roomies-head strong {
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.01em;
  text-transform: none;
}

.couple-rows {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.couple-rows > div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--soft);
  font-size: 14px;
  font-weight: 700;
}

.couple-rows strong {
  margin-left: auto;
  font-size: 15px;
  font-weight: 900;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.dot-coral { background: var(--coral); }
.dot-sky { background: #5aa3ff; }
.dot-mint { background: var(--mint-strong); }

.couple-goal {
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff2e9, #ffe2de);
}

.couple-goal span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  color: #7d3a30;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.goal-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 107, 95, 0.18);
  overflow: hidden;
}

.goal-bar span {
  display: block;
  height: 100%;
  background: var(--coral);
  margin: 0;
  text-transform: none;
}

.couple-goal small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 800;
  color: #7d3a30;
}

.kids-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.kids-body {
  flex: 1;
  min-width: 0;
}

.kids-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 800;
}

.kids-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(16, 18, 24, 0.06);
  overflow: hidden;
}

.kids-bar span {
  display: block;
  height: 100%;
  background: var(--mint-strong);
}

.kids-bar.warn span {
  background: var(--coral);
}

.kids-alert {
  margin-top: 4px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--coral-soft);
  color: #7d3a30;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.avatar.small {
  width: 32px;
  height: 32px;
  font-size: 11px;
  flex-shrink: 0;
}

.avatar.small.alt { background: #5aa3ff; }
.avatar.small.alt2 { background: var(--violet); }

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

.roomies-grid > div {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 14px 10px;
  border-radius: 14px;
  background: var(--soft);
  text-align: center;
}

.roomies-grid strong {
  font-size: 14px;
  font-weight: 900;
}

.roomies-grid small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.roomies-settle {
  padding: 14px;
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.roomies-settle span {
  font-size: 11px;
  font-weight: 800;
  color: #aab2c0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.roomies-settle strong {
  font-size: 15px;
  font-weight: 900;
}

.bank-strip {
  padding: 36px 24px 28px;
  text-align: center;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}

.bank-strip p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bank-strip ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 38px;
  justify-content: center;
  align-items: center;
}

.bank-strip li {
  color: rgba(16, 18, 24, 0.52);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-family: Inter, system-ui, sans-serif;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ink);
  color: #fff;
}

.proof-item {
  min-height: 180px;
  padding: 34px;
  background: #171a22;
}

.proof-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
}

.proof-item span {
  color: #bbc3cf;
  font-weight: 600;
}

.trust-section,
.tour-section {
  max-width: 1180px;
  margin: 0 auto;
}

.tour-section .section-copy {
  margin-bottom: 48px;
}

.tour-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  align-items: center;
  gap: 64px;
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
}

.tour-panel:last-child {
  border-bottom: 0;
}

.tour-panel.reverse .tour-copy {
  order: 2;
}

.tour-step {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.tour-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.tour-copy > p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

.tour-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.tour-points li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ink);
}

.tour-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--mint);
}

.tour-points li::after {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 3px;
  font-size: 12px;
  font-weight: 900;
  color: var(--mint-strong);
}

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

.tour-mock {
  width: 100%;
  max-width: 460px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fdfcf8, #f4f7f4);
  border: 1px solid var(--line);
  box-shadow: 0 22px 50px rgba(16, 18, 24, 0.08);
}

.parse-mock {
  display: grid;
  gap: 12px;
}

.pdf-card {
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
}

.pdf-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
}

.pdf-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--coral);
}

.pdf-line {
  height: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
  background: rgba(16, 18, 24, 0.08);
}

.pdf-line.short {
  width: 60%;
}

.pdf-line:last-child {
  margin-bottom: 0;
}

.parse-arrow {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: var(--mint-strong);
}

.parsed-table {
  display: grid;
  gap: 6px;
  padding: 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
}

.parsed-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  background: var(--soft);
  font-size: 13px;
  font-weight: 700;
}

.parsed-row strong {
  font-weight: 900;
  color: var(--ink);
}

.tag {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.tag-mint { background: var(--mint); color: var(--mint-strong); }
.tag-sky { background: var(--sky); color: var(--blue); }
.tag-yellow { background: var(--yellow-soft); color: #7d5700; }
.tag-coral { background: var(--coral-soft); color: #7d3a30; }

.members-mock {
  display: grid;
  gap: 14px;
}

.member-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
}

.member-body {
  flex: 1;
  min-width: 0;
}

.member-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 800;
}

.member-line span {
  color: var(--muted);
  font-weight: 700;
}

.member-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(16, 18, 24, 0.06);
  overflow: hidden;
}

.member-bar span {
  display: block;
  height: 100%;
  background: var(--blue);
}

.member-bar.mint span {
  background: var(--mint-strong);
}

.member-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.member-foot span {
  color: #aab2c0;
}

.anomaly-mock {
  display: grid;
  gap: 14px;
}

.anomaly-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
  color: var(--muted);
}

.anomaly-head strong {
  font-size: 22px;
  font-weight: 900;
  color: var(--ink);
}

.anomaly-chart {
  width: 100%;
  height: auto;
  padding: 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
}

.anomaly-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--coral-soft);
}

.anomaly-alert p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  color: #7d3a30;
}

.anomaly-alert .icon-badge {
  background: var(--coral);
  color: #fff;
}

.section-copy {
  width: min(680px, 100%);
}

.section-copy.centered {
  margin: 0 auto;
  text-align: center;
}

.section-copy h2,
.cta-section h2 {
  margin-bottom: 16px;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 0.96;
  font-weight: 900;
}

.section-copy p:not(.eyebrow),
.cta-section p {
  color: var(--muted);
  font-size: 18px;
  font-weight: 600;
}

.trust-grid article {
  min-height: 260px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(16, 18, 24, 0.1);
  background: #fff;
}

.trust-grid i {
  width: 32px;
  height: 32px;
}

.trust-grid h3 {
  margin: 42px 0 10px;
  font-size: 22px;
  line-height: 1.05;
}

.trust-grid p {
  margin-bottom: 0;
  color: rgba(16, 18, 24, 0.68);
  font-weight: 600;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: center;
  gap: 54px;
  background: #fdfcf8;
}

.dashboard-visual {
  min-height: 520px;
  display: grid;
  place-items: center;
}

.desktop-shell {
  width: min(680px, 100%);
  display: grid;
  grid-template-columns: 74px 1fr;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 24, 0.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow);
}

.shell-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 20px 0;
  background: #101218;
  color: #fff;
}

.shell-sidebar .brand-mark {
  background: #fff;
  color: #101218;
}

.shell-content {
  padding: 28px;
}

.shell-head strong {
  display: block;
  font-size: 30px;
  line-height: 1.05;
}

.shell-head span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.shell-head button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--sky);
}

.wide-metric {
  align-items: stretch;
  flex-direction: column;
  margin-top: 28px;
  padding: 24px;
  border-radius: 12px;
  background: #f2f6ff;
}

.wide-metric strong {
  font-size: 48px;
  line-height: 1;
}

.progress {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(31, 58, 95, 0.12);
}

.progress span {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
}

.dash-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.dash-grid div {
  min-height: 92px;
  align-items: flex-start;
  flex-direction: column;
  padding: 18px;
  border-radius: 12px;
  background: #f8f7f2;
}

.dash-grid strong {
  font-size: 24px;
}

.trust-section {
  background: var(--soft);
}

.social-section {
  max-width: 1180px;
  margin: 0 auto;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.social-card {
  margin: 0;
  padding: 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  gap: 22px;
  box-shadow: 0 12px 30px rgba(16, 18, 24, 0.04);
}

.social-card blockquote {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ink);
}

.social-card blockquote::before {
  content: "“";
  display: block;
  margin-bottom: -22px;
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 84px;
  line-height: 0.7;
  color: var(--coral);
}

.social-grid {
  align-items: start;
}

.social-card {
  transition: transform 0.25s ease;
}

.social-grid .social-card:nth-child(1) {
  transform: rotate(-1.1deg);
}

.social-grid .social-card:nth-child(2) {
  transform: rotate(0.6deg) translateY(6px);
}

.social-grid .social-card:nth-child(3) {
  transform: rotate(-0.7deg) translateY(-4px);
}

.social-grid .social-card:hover {
  transform: rotate(0) translateY(0);
}

.social-card figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.social-card figcaption strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
}

.social-card figcaption small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.social-stats {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--ink);
  border-radius: 22px;
  overflow: hidden;
}

.social-stats > div {
  display: grid;
  gap: 4px;
  padding: 24px 20px;
  background: #171a22;
  text-align: center;
}

.social-stats strong {
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.01em;
}

.social-stats span {
  font-size: 12px;
  font-weight: 800;
  color: #aab2c0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.faq-section {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
}

.faq-list {
  margin-top: 36px;
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.faq-list details[open] {
  border-color: rgba(16, 18, 24, 0.2);
  box-shadow: 0 14px 32px rgba(16, 18, 24, 0.06);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 17px;
  font-weight: 800;
  color: var(--ink);
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--soft);
  color: var(--muted);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
  background: var(--coral-soft);
  color: var(--coral);
}

.faq-list details p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.mobile-cta {
  position: fixed;
  bottom: 12px;
  left: 12px;
  right: 12px;
  z-index: 25;
  display: none;
}

.mobile-cta a {
  display: block;
  text-align: center;
  padding: 14px 16px;
  border-radius: 999px;
  background: var(--coral);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.01em;
  box-shadow: 0 16px 32px rgba(255, 107, 95, 0.4);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.cta-section {
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  align-items: end;
  gap: 36px;
  margin: 0 auto;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-badge {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  box-shadow: 0 14px 30px rgba(16, 18, 24, 0.18);
}

.store-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(16, 18, 24, 0.26);
  filter: brightness(1.08);
}

.store-badge:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 3px;
}

.store-img {
  display: block;
  width: auto;
}

.store-img-apple {
  height: 56px;
}

.store-img-google {
  height: 82px;
  margin: -13px -10px;
}

@media (max-width: 720px) {
  .store-img-apple {
    height: 48px;
  }
  .store-img-google {
    height: 70px;
    margin: -11px -8px;
  }
}

.site-footer {
  justify-content: space-between;
  gap: 20px;
  padding: 28px 24px;
  border-top: 1px solid rgba(16, 18, 24, 0.1);
  color: var(--muted);
  font-weight: 700;
}

.site-footer span:first-child {
  color: var(--ink);
  font-weight: 900;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.footer-legal a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.footer-legal a:hover {
  color: var(--ink);
  text-decoration: underline;
}

@media (max-width: 1060px) {
  .nav-links {
    display: none;
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .phone-main {
    right: 2%;
    opacity: 0.58;
  }

  .phone-side {
    left: 1%;
    opacity: 0.54;
  }

  .split-band,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .persona-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 26px;
  }

  .tour-panel {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 0;
  }

  .tour-panel.reverse .tour-copy {
    order: 0;
  }

  .social-grid {
    grid-template-columns: 1fr;
  }

  .social-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .site-header {
    inset: 10px 12px auto;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 14px;
  }

  .hero-section {
    min-height: 92vh;
    padding: 124px 18px 44px;
  }

  .phone {
    width: 232px;
    min-height: 488px;
    border-width: 7px;
    border-radius: 34px;
  }

  .phone-main {
    top: 90px;
    right: -58px;
    opacity: 0.38;
  }

  .phone-side {
    top: 160px;
    left: -76px;
    min-height: 418px;
    opacity: 0.32;
  }

  .balance-panel strong {
    font-size: 28px;
  }

  .mini-chart,
  .insight-strip,
  .transaction-list {
    display: none;
  }

  .hero-copy {
    margin-bottom: 10px;
  }

  .hero-lede {
    font-size: 17px;
  }

  .proof-band,
  .split-band,
  .trust-section,
  .cta-section,
  .faq-section,
  .persona-section,
  .social-section,
  .tour-section,
  .founder-section {
    padding: 60px 18px;
  }

  .founder-note {
    padding: 32px 26px 26px;
    transform: rotate(-0.4deg);
  }

  .founder-note::before,
  .founder-note::after {
    width: 44px;
    height: 14px;
  }

  .tour-panel {
    padding: 30px 0;
    gap: 24px;
  }

  .tour-copy h3 {
    font-size: 26px;
  }

  .persona-tablist {
    flex-wrap: wrap;
    justify-content: center;
  }

  .persona-tablist label {
    padding: 8px 14px;
    font-size: 13px;
  }

  .persona-panel {
    padding: 22px;
  }

  .roomies-grid {
    grid-template-columns: 1fr;
  }

  .roomies-grid > div {
    grid-template-columns: 32px 1fr auto;
    grid-template-areas: "avatar name amount";
    align-items: center;
    justify-items: start;
    text-align: left;
  }

  .roomies-grid > div .avatar { grid-area: avatar; }
  .roomies-grid > div strong { grid-area: name; }
  .roomies-grid > div small { grid-area: amount; }

  .bank-strip ul {
    gap: 12px 24px;
  }

  .bank-strip li {
    font-size: 14px;
  }

  .faq-list summary {
    font-size: 15px;
  }

  .mobile-cta {
    display: block;
  }

  body {
    padding-bottom: 78px;
  }

  .proof-band,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .proof-item {
    min-height: 140px;
    padding: 26px;
  }

  .trust-grid article {
    min-height: 220px;
  }

  .dashboard-visual {
    min-height: 420px;
  }

  .desktop-shell {
    grid-template-columns: 56px 1fr;
    border-radius: 20px;
  }

  .shell-content {
    padding: 18px;
  }

  .shell-head strong {
    font-size: 24px;
  }

  .wide-metric strong {
    font-size: 36px;
  }

  .dash-grid {
    grid-template-columns: 1fr;
  }

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

/* Consent banner (GA çerez onayı) */
.consent-banner {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: min(640px, calc(100% - 32px));
  z-index: 60;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 28px 60px rgba(16, 18, 24, 0.18);
  padding: 18px 20px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.consent-banner.is-hidden {
  display: none;
}

.consent-copy strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.consent-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}

.consent-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.consent-actions button {
  appearance: none;
  border: none;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: -0.01em;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.consent-actions .consent-decline {
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--line);
}

.consent-actions .consent-decline:hover {
  color: var(--ink);
  border-color: var(--ink);
}

.consent-actions .consent-accept {
  background: var(--ink);
  color: #fff;
}

.consent-actions .consent-accept:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(16, 18, 24, 0.25);
}

/* Banner açıkken mobil CTA'yı gizle, çakışmasın */
body.consent-pending .mobile-cta {
  display: none !important;
}

@media (max-width: 720px) {
  .consent-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    bottom: 12px;
    padding: 16px;
  }

  .consent-actions {
    justify-content: flex-end;
  }
}
