@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope/Manrope-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: #f5f7f8;
  --bg-soft: #f3f5f6;
  --ink: #00111c;
  --muted: #536675;
  --muted-strong: #263b48;
  --panel: #ffffff;
  --panel-2: #f3f5f6;
  --panel-3: #e7ecee;
  --line: rgba(0, 17, 28, 0.12);
  --line-strong: rgba(0, 17, 28, 0.2);
  --brand: #00111c;
  --brand-solid: #00111c;
  --brand-strong: #00111c;
  --blue: #00111c;
  --cyan: #008a83;
  --green: #008a83;
  --red: #b42318;
  --amber: #d88a22;
  --shadow: 0 30px 90px rgba(0, 17, 28, 0.15);
  --radius: 1rem;
  --phone-radius: 1.8rem;
  --phone-screen-radius: 1.42rem;
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: #ffffff;
  color: var(--ink);
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.6rem;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: clamp(7.4rem, 12vw, 9.4rem);
  height: auto;
  filter: brightness(0) saturate(100%) invert(7%) sepia(30%) saturate(1458%)
    hue-rotate(164deg) brightness(92%) contrast(105%);
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a {
  border-radius: 999px;
  padding: 0.65rem 0.9rem;
  text-decoration: none;
}

.nav a:hover {
  background: rgba(0, 17, 28, 0.06);
  color: var(--ink);
}

.nav .nav-cta {
  margin-left: 0.35rem;
  padding-inline: 1.05rem;
  background: var(--ink);
  color: #ffffff;
  font-weight: 800;
}

.nav .nav-cta:hover {
  background: #17303d;
  color: #ffffff;
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  min-height: 2.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.56rem 0.82rem;
  background: #ffffff;
  color: var(--ink);
  cursor: pointer;
  font-weight: 850;
  list-style: none;
  box-shadow: 0 10px 30px rgba(16, 48, 72, 0.08);
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary::before {
  content: "";
  width: 1rem;
  height: 0.12rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0.34rem 0 currentColor, 0 -0.34rem 0 currentColor;
}

.mobile-menu[open] summary {
  border-color: rgba(90, 215, 208, 0.35);
  background: rgba(90, 215, 208, 0.1);
}

.mobile-menu-panel {
  position: absolute;
  top: calc(100% + 0.6rem);
  right: 0;
  z-index: 40;
  display: grid;
  min-width: min(16rem, calc(100vw - 2rem));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 0.35rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(16, 48, 72, 0.2);
  backdrop-filter: blur(20px);
}

.mobile-menu-panel a {
  border-radius: 0.78rem;
  padding: 0.74rem 0.85rem;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.mobile-menu-panel a:hover {
  background: rgba(111, 162, 255, 0.1);
}

main {
  overflow: hidden;
}

main section[id] {
  scroll-margin-top: 6.25rem;
}

.hero,
.section,
.footer-inner,
.page-hero,
.content {
  width: min(1160px, calc(100% - 2rem));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(24rem, 1.04fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(2.8rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
}

.hero-copy-block {
  max-width: 41rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 5.55vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.hero-copy,
.section-lead,
.page-hero p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.6;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  padding: 0.9rem 1.3rem;
  background: var(--ink);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 17, 28, 0.14);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  background: #17303d;
  box-shadow: 0 16px 34px rgba(0, 17, 28, 0.18);
  transform: translateY(-1px);
}

.button.secondary {
  border-color: rgba(0, 17, 28, 0.16);
  background: #ffffff;
  color: var(--ink);
  box-shadow: none;
}

.hero-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.button-note {
  pointer-events: none;
}

.hero-phones {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(28rem, 41vw, 34rem);
}

.hero-phones::before {
  content: "";
  position: absolute;
  inset: 5% 0 1%;
  border-radius: 3.2rem;
  background:
    radial-gradient(circle at 72% 22%, rgba(0, 17, 28, 0.11), transparent 18rem),
    radial-gradient(circle at 34% 70%, rgba(0, 138, 131, 0.16), transparent 20rem);
  filter: blur(8px);
}

.device-mockup {
  --device-width: min(100%, 18.4rem);
  position: relative;
  width: var(--device-width);
  aspect-ratio: 430 / 932;
  border: 1px solid rgba(0, 17, 28, 0.18);
  border-radius: var(--phone-radius);
  padding: 0.42rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.02) 30%),
    linear-gradient(180deg, #26333c 0%, #00111c 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -0.18rem 0.36rem rgba(0, 0, 0, 0.2),
    var(--shadow);
}

.device-mockup::after {
  content: "";
  position: absolute;
  right: -0.09rem;
  top: 19%;
  width: 0.08rem;
  height: 2.9rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(222, 232, 240, 0.16), rgba(222, 232, 240, 0.04));
}

.device-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(111, 162, 255, 0.18);
  border-radius: var(--phone-screen-radius);
  padding: 1.15rem 0.58rem 0.72rem;
  background:
    linear-gradient(180deg, rgba(111, 162, 255, 0.08), transparent 15rem),
    #00111c;
}

.real-screen {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: var(--phone-screen-radius);
  background: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(0, 0, 0, 0.1);
}

.hero-device.main-device {
  --device-width: clamp(15.6rem, 19.6vw, 18.3rem);
  z-index: 2;
  transform: translateX(3.5rem);
}

.hero-device.secondary-device {
  --device-width: clamp(12.6rem, 15vw, 14.6rem);
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0.92;
  transform: rotate(-7deg) translateY(1.2rem);
}

.money-flow-card {
  position: absolute;
  z-index: 4;
  min-width: 10.6rem;
  border: 1px solid rgba(0, 17, 28, 0.12);
  border-radius: 1rem;
  padding: 0.82rem 0.9rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 60px rgba(0, 17, 28, 0.14);
  backdrop-filter: blur(18px);
}

.money-flow-card span {
  display: block;
  margin-bottom: 0.22rem;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.money-flow-card strong {
  display: block;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.1;
}

.money-flow-card small {
  display: block;
  margin-top: 0.22rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.flow-income {
  top: 8%;
  left: 0;
}

.flow-pdf {
  top: 17%;
  right: -0.3rem;
  display: none;
}

.flow-expense {
  bottom: 17%;
  left: 0.6rem;
  display: none;
}

.flow-result {
  right: 0;
  bottom: 8%;
}

.app-status {
  height: 0.55rem;
}

.app-logo {
  margin-bottom: 0.9rem;
  text-align: center;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.summary-header,
.calendar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 3.15rem;
  margin-bottom: 0.72rem;
  border: 1px solid rgba(111, 162, 255, 0.2);
  border-radius: 0.85rem;
  padding: 0.62rem 0.7rem;
  background: rgba(255, 255, 255, 0.92);
}

.summary-header strong,
.calendar-top strong {
  font-size: 1rem;
}

.summary-header span,
.calendar-top span,
.calendar-top b {
  border: 1px solid rgba(111, 162, 255, 0.24);
  border-radius: 0.65rem;
  padding: 0.42rem 0.52rem;
  background: rgba(237, 245, 248, 0.9);
  color: var(--muted-strong);
  font-size: 0.72rem;
  font-weight: 850;
}

.calendar-top b {
  background: var(--blue);
  color: #ffffff;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(111, 162, 255, 0.22);
  border-radius: 0.9rem;
  background: rgba(111, 162, 255, 0.15);
  gap: 1px;
}

.metric-card {
  display: grid;
  gap: 0.35rem;
  min-height: 5.35rem;
  padding: 0.72rem 0.58rem;
  background: rgba(255, 255, 255, 0.96);
}

.metric-card span {
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
}

.metric-card strong {
  align-self: end;
  color: var(--blue);
  font-size: clamp(0.92rem, 1.55vw, 1.08rem);
  line-height: 1.05;
  text-align: right;
}

.good,
.metric-card strong.good,
.statement-row strong,
.movement-list strong,
.indicator-grid strong,
.balance-card b {
  color: var(--cyan);
}

.bad,
.metric-card strong.bad,
.statement-row.expense strong,
.movement-list div:nth-child(2) strong {
  color: var(--red);
}

.statement-card,
.balance-card,
.movement-panel,
.score-card,
.setup-card {
  border: 1px solid rgba(111, 162, 255, 0.2);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.92);
}

.statement-card {
  margin-top: 0.75rem;
  overflow: hidden;
}

.statement-title,
.statement-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.15rem;
  border-bottom: 1px solid rgba(111, 162, 255, 0.16);
  padding: 0.48rem 0.65rem;
  font-size: 0.68rem;
}

.statement-title {
  color: var(--blue);
  font-weight: 900;
}

.statement-row {
  color: var(--muted-strong);
  font-weight: 850;
}

.statement-row.result {
  border-bottom: 0;
  background: rgba(90, 215, 208, 0.08);
  font-size: 0.76rem;
}

.compact-balance {
  display: grid;
  gap: 0.4rem;
  margin-top: 0.75rem;
  padding: 0.65rem;
}

.compact-balance strong {
  color: var(--ink);
}

.compact-balance div {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.trust-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.6rem;
}

.trust-row.expense-capture-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-row div,
.feature,
.legal-card,
.support-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 60px rgba(0, 17, 28, 0.06);
}

.trust-row div {
  padding: 1.05rem;
}

.trust-row strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--ink);
  font-size: 1.02rem;
}

.trust-row span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.section {
  padding: clamp(1.45rem, 3.4vw, 2.5rem) 0;
}

.section-heading {
  max-width: 50rem;
  margin-bottom: clamp(1rem, 3vw, 1.8rem);
}

.section h2,
.page-hero h1 {
  max-width: 18ch;
  margin-bottom: 0.9rem;
  font-size: clamp(2rem, 4.4vw, 3.55rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.local-grid strong::before {
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid rgba(90, 215, 208, 0.35);
  border-radius: 0.8rem;
  background: rgba(90, 215, 208, 0.1);
  color: var(--brand);
  font-weight: 950;
}

.local-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: start;
  border: 1px solid var(--line-strong);
  border-radius: 1.5rem;
  padding: clamp(1.2rem, 4vw, 2rem);
  background:
    radial-gradient(circle at 88% 12%, rgba(90, 215, 208, 0.14), transparent 18rem),
    radial-gradient(circle at 10% 100%, rgba(111, 162, 255, 0.1), transparent 16rem),
    #ffffff;
  box-shadow: 0 20px 70px rgba(16, 48, 72, 0.08);
}

.local-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.local-grid div {
  border: 1px solid rgba(111, 162, 255, 0.18);
  border-radius: 1rem;
  padding: 0.85rem;
  background: rgba(247, 250, 252, 0.82);
}

.local-grid strong {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.25rem;
  color: var(--ink);
}

.local-grid strong::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  margin-bottom: 0;
  border-radius: 999px;
}

.local-grid span {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.phone-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.phone-feature {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 1rem;
  min-width: 0;
  min-height: auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  padding: 1.15rem;
  background:
    radial-gradient(circle at 50% 74%, rgba(0, 138, 131, 0.09), transparent 12rem),
    #ffffff;
  box-shadow: 0 18px 60px rgba(0, 17, 28, 0.07);
}

.phone-feature:nth-child(even) {
  grid-template-columns: 1fr;
}

.phone-feature:nth-child(even) .phone-copy {
  order: 0;
}

.phone-feature .device-mockup {
  --device-width: min(100%, 13rem);
  justify-self: center;
}

.phone-feature.featured .device-mockup {
  --device-width: min(100%, 13.2rem);
}

.phone-copy {
  min-width: 0;
  max-width: none;
}

.phone-copy h3 {
  margin: 0.28rem 0 0.45rem;
  font-size: 1.28rem;
  line-height: 1.1;
}

.phone-copy > span {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.phone-copy p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.sms-section {
  padding-block: clamp(2.6rem, 6vw, 5rem);
}

.sms-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(27rem, 1.08fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 5.2rem);
  overflow: hidden;
  border: 1px solid rgba(0, 17, 28, 0.1);
  border-radius: 2rem;
  padding: clamp(1.35rem, 5vw, 4.25rem);
  background:
    radial-gradient(circle at 90% 18%, rgba(0, 138, 131, 0.2), transparent 24rem),
    linear-gradient(140deg, #00111c 0%, #082531 58%, #0b343a 100%);
  box-shadow: 0 30px 90px rgba(0, 17, 28, 0.18);
}

.sms-copy .eyebrow {
  color: #6ce0da;
}

.sms-copy h2 {
  max-width: 13ch;
  color: #ffffff;
}

.sms-copy .section-lead {
  max-width: 34rem;
  color: #c5d0d7;
}

.sms-steps {
  display: grid;
  gap: 1.1rem;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}

.sms-steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.9rem;
}

.sms-steps li > span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(108, 224, 218, 0.32);
  border-radius: 999px;
  background: rgba(108, 224, 218, 0.12);
  color: #6ce0da;
  font-size: 0.82rem;
  font-weight: 900;
}

.sms-steps strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
}

.sms-steps p {
  margin: 0.18rem 0 0;
  color: #9fb0bb;
  font-size: 0.9rem;
  line-height: 1.45;
}

.sms-button {
  margin-top: 1.75rem;
  background: #ffffff;
  color: var(--ink);
  box-shadow: none;
}

.sms-button:hover {
  background: #edf2f3;
  color: var(--ink);
}

.sms-visual {
  position: relative;
  display: grid;
  min-height: 49.5rem;
  place-items: start center;
}

.sms-visual::before {
  content: "";
  position: absolute;
  width: 27rem;
  height: 27rem;
  border: 1px solid rgba(108, 224, 218, 0.14);
  border-radius: 999px;
  background: rgba(108, 224, 218, 0.05);
}

.sms-device {
  --device-width: min(100%, 20rem);
  z-index: 1;
  margin-top: 0.8rem;
  transform: translateX(-2.3rem) rotate(-2deg);
}

.sms-review-popup {
  position: absolute;
  right: 0;
  bottom: 4.4rem;
  z-index: 3;
  width: min(19rem, 70%);
  overflow: hidden;
  border: 1px solid rgba(0, 17, 28, 0.13);
  border-radius: 1.15rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.97);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0, 17, 28, 0.26);
  backdrop-filter: blur(20px);
}

.sms-popup-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.sms-popup-icon {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.68rem;
  background: rgba(0, 138, 131, 0.1);
  color: var(--cyan);
  font-weight: 900;
}

.sms-popup-top small,
.sms-popup-top strong {
  display: block;
}

.sms-popup-top small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sms-popup-top strong {
  margin-top: 0.12rem;
  font-size: 1.02rem;
}

.sms-popup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.85rem;
  padding: 0.66rem 0;
  border-bottom: 1px solid rgba(0, 17, 28, 0.08);
  font-size: 0.82rem;
}

.sms-popup-row span {
  color: var(--muted);
}

.sms-popup-row strong {
  max-width: 9.8rem;
  text-align: right;
}

.sms-popup-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.82rem -0.2rem -0.2rem;
  border-radius: 0.72rem;
  padding: 0.72rem 0.8rem;
  background: var(--ink);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 850;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.25rem;
  margin-bottom: 0.75rem;
  text-align: center;
}

.calendar-grid span {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 900;
}

.calendar-grid b {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 1.82rem;
  border-radius: 0.55rem;
  color: #dce6ef;
  font-size: 0.78rem;
}

.calendar-grid .selected {
  border: 1px solid var(--blue);
  background: rgba(111, 162, 255, 0.18);
}

.calendar-grid .has-dot::after,
.calendar-grid .selected::after {
  content: "";
  position: absolute;
  right: 0.38rem;
  bottom: 0.32rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  background: var(--green);
}

.movement-panel {
  padding: 0.7rem;
}

.movement-panel > strong {
  display: block;
  margin-bottom: 0.55rem;
}

.movement-list {
  display: grid;
  gap: 0.45rem;
}

.movement-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  border: 1px solid rgba(111, 162, 255, 0.16);
  border-radius: 0.75rem;
  padding: 0.62rem;
  background: rgba(237, 245, 248, 0.9);
  font-size: 0.8rem;
}

.score-card {
  display: grid;
  place-items: center;
  min-height: 13rem;
  margin-bottom: 0.8rem;
  border-color: rgba(90, 215, 208, 0.35);
  background: rgba(90, 215, 208, 0.08);
  text-align: center;
}

.score-card span {
  font-weight: 900;
}

.score-card strong {
  color: var(--brand);
  font-size: 4.8rem;
  line-height: 0.92;
}

.score-card small {
  color: var(--muted);
}

.indicator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.indicator-grid div {
  display: grid;
  gap: 0.35rem;
  border: 1px solid rgba(111, 162, 255, 0.18);
  border-radius: 0.8rem;
  padding: 0.72rem;
  background: rgba(237, 245, 248, 0.9);
}

.indicator-grid span {
  color: var(--muted);
  font-size: 0.74rem;
}

.indicator-grid strong {
  font-size: 1.08rem;
}

.onboarding-screen {
  background: linear-gradient(180deg, #244a83 0%, #00111c 78%);
}

.progress-pill {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.85rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-weight: 900;
}

.setup-card {
  display: grid;
  gap: 0.75rem;
  margin-top: 7.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.94);
}

.screen-icon {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(90, 215, 208, 0.28);
  border-radius: 0.7rem;
  background: rgba(90, 215, 208, 0.1);
  color: var(--brand);
  font-weight: 900;
}

.setup-card h4 {
  margin: 0;
  font-size: 1.4rem;
}

.setup-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.setup-row {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  border: 1px solid rgba(111, 162, 255, 0.18);
  border-radius: 0.75rem;
  padding: 0.7rem;
  background: rgba(237, 245, 248, 0.9);
}

.setup-row span {
  color: var(--brand);
  font-weight: 900;
}

.setup-card button,
.setup-card a {
  display: grid;
  place-items: center;
  min-height: 2.9rem;
  border: 0;
  border-radius: 0.75rem;
  background: var(--blue);
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
}

.setup-card a {
  background: transparent;
  color: var(--blue);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.feature {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 0.85rem;
  row-gap: 0.7rem;
  min-width: 0;
  min-height: 0;
  padding: 1.08rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(111, 162, 255, 0.12), transparent 12rem),
    #ffffff;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 2.72rem;
  height: 2.72rem;
  border: 1px solid rgba(90, 215, 208, 0.35);
  border-radius: 0.8rem;
  background: rgba(90, 215, 208, 0.1);
  color: var(--brand);
}

.feature-icon svg {
  width: 1.42rem;
  height: 1.42rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.feature:nth-child(2) .feature-icon,
.feature:nth-child(5) .feature-icon {
  border-color: rgba(111, 162, 255, 0.28);
  background: rgba(111, 162, 255, 0.12);
  color: #4678d9;
}

.feature:nth-child(3) .feature-icon,
.feature:nth-child(6) .feature-icon {
  border-color: rgba(245, 158, 11, 0.27);
  background: rgba(245, 158, 11, 0.12);
  color: #b96d05;
}

.feature h3 {
  margin: 0;
  font-size: 1.24rem;
  overflow-wrap: anywhere;
}

.feature p {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 1rem;
}

.feature p,
.legal-card p,
.support-card p {
  color: var(--muted);
  line-height: 1.55;
}

.pricing-card {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 1rem;
}

.comparison-panel {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 1.5rem;
  padding: clamp(1rem, 3vw, 1.4rem);
  background:
    radial-gradient(circle at 86% 8%, rgba(111, 162, 255, 0.12), transparent 17rem),
    #ffffff;
  box-shadow: 0 22px 70px rgba(16, 48, 72, 0.08);
}

.comparison-panel .section-heading {
  margin-bottom: 1rem;
}

.comparison-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1rem;
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  background: var(--line);
  gap: 1px;
}

.comparison-row + .comparison-row {
  border-top: 1px solid var(--line);
}

.comparison-row > * {
  padding: 0.9rem;
  background: rgba(247, 250, 252, 0.82);
  color: var(--muted-strong);
}

.comparison-row.head > * {
  background: rgba(230, 240, 245, 0.95);
  color: var(--ink);
  font-weight: 900;
}

.comparison-row strong {
  color: var(--green);
}

.comparison-row b {
  color: var(--muted);
  font-weight: 750;
}

.pricing-head {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  align-items: start;
  gap: 1rem;
  max-width: none;
}

.pricing-head .eyebrow {
  margin-bottom: 0;
  font-weight: 780;
}

.pricing-head h2 {
  max-width: 15ch;
  font-size: clamp(2.35rem, 4.6vw, 3.55rem);
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
}

.pricing-toolbar {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.billing-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  border: 1px solid rgba(16, 48, 72, 0.12);
  border-radius: 999px;
  padding: 0.42rem 0.54rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(16, 48, 72, 0.07);
  cursor: pointer;
  user-select: none;
}

.billing-option {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 520;
  line-height: 1;
}

.billing-option small {
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 560;
}

.billing-switch[data-billing="monthly"] .billing-option-monthly,
.billing-switch[data-billing="annual"] .billing-option-annual {
  color: var(--ink);
  font-weight: 620;
}

.switch-shell {
  position: relative;
  display: inline-grid;
  width: 3.05rem;
  height: 1.62rem;
}

.billing-input {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.switch-track {
  position: relative;
  display: block;
  border: 1px solid rgba(16, 48, 72, 0.12);
  border-radius: 999px;
  background: rgba(16, 48, 72, 0.08);
  transition: background 160ms ease, border-color 160ms ease;
}

.switch-track::before {
  content: "";
  position: absolute;
  top: 0.18rem;
  left: 0.2rem;
  width: 1.12rem;
  height: 1.12rem;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(16, 48, 72, 0.18);
  transition: transform 160ms ease, background 160ms ease;
}

.billing-input:checked + .switch-track {
  border-color: rgba(90, 215, 208, 0.42);
  background: rgba(90, 215, 208, 0.24);
}

.billing-input:checked + .switch-track::before {
  transform: translateX(1.34rem);
  background: var(--green);
}

.billing-input:focus-visible + .switch-track {
  outline: 3px solid rgba(111, 162, 255, 0.3);
  outline-offset: 3px;
}

.pricing-body {
  display: grid;
  gap: 0;
}

.pricing-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.pricing-comparison-wrap {
  overflow: hidden;
  border: 1px solid rgba(16, 48, 72, 0.11);
  border-radius: 1.15rem;
  background: #ffffff;
  box-shadow: 0 22px 70px rgba(16, 48, 72, 0.08);
}

.pricing-comparison {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.pricing-mobile-plans {
  display: none;
}

.pricing-comparison th,
.pricing-comparison td {
  border-right: 1px solid rgba(16, 48, 72, 0.08);
  border-bottom: 1px solid rgba(16, 48, 72, 0.08);
  padding: 1.08rem;
  vertical-align: middle;
}

.pricing-comparison th:last-child,
.pricing-comparison td:last-child {
  border-right: 0;
}

.pricing-comparison tbody tr:last-child th,
.pricing-comparison tbody tr:last-child td {
  border-bottom: 0;
}

.pricing-comparison thead th {
  height: 6.6rem;
  background: linear-gradient(180deg, #f7fafc 0%, #edf5f8 100%);
}

.pricing-comparison .feature-heading {
  width: 30%;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing-comparison .plan-heading {
  color: #ffffff;
  text-align: center;
}

.pricing-comparison .plan-free {
  background: linear-gradient(160deg, var(--ink) 0%, var(--brand-strong) 100%);
}

.pricing-comparison .plan-pro {
  background: linear-gradient(160deg, var(--brand-strong) 0%, var(--brand-solid) 112%);
}

.pricing-comparison .plan-mega {
  background: linear-gradient(160deg, var(--brand-strong) 0%, #128078 112%);
}

.pricing-comparison thead span {
  display: block;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 620;
}

.pricing-comparison thead strong {
  display: block;
  margin-top: 0.32rem;
  color: #ffffff;
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.62rem, 2.55vw, 2.2rem);
  font-weight: 620;
  line-height: 1;
}

.pricing-comparison thead small,
.pricing-comparison td small {
  display: block;
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.pricing-comparison tbody th {
  width: 30%;
  background: rgba(247, 250, 252, 0.88);
  color: var(--ink);
  text-align: left;
}

.pricing-feature-label {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  width: 100%;
  font-size: 1.04rem;
  font-weight: 610;
  line-height: 1.32;
  overflow-wrap: normal;
  word-break: normal;
}

.pricing-feature-label span {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.pricing-feature-icon {
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(90, 215, 208, 0.26);
  border-radius: 0.82rem;
  padding: 0.5rem;
  background: rgba(90, 215, 208, 0.1);
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.pricing-comparison tbody tr:nth-child(2) .pricing-feature-icon {
  border-color: rgba(111, 162, 255, 0.25);
  background: rgba(111, 162, 255, 0.11);
  color: #4678d9;
}

.pricing-comparison tbody tr:nth-child(3) .pricing-feature-icon {
  border-color: rgba(245, 158, 11, 0.26);
  background: rgba(245, 158, 11, 0.11);
  color: #b96d05;
}

.pricing-comparison tbody tr:nth-child(4) .pricing-feature-icon {
  border-color: rgba(18, 128, 122, 0.22);
  background: rgba(18, 128, 122, 0.1);
  color: #0f766e;
}

.pricing-comparison tbody th small {
  display: block;
  margin-top: 0.24rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 520;
  line-height: 1.35;
}

.pricing-comparison td {
  color: var(--muted-strong);
  font-size: 1rem;
  line-height: 1.42;
  text-align: center;
}

.pricing-comparison tbody th,
.pricing-comparison tbody td {
  height: 4.8rem;
  padding-block: 1.2rem;
}

.pricing-comparison tbody tr:nth-child(even) th,
.pricing-comparison tbody tr:nth-child(even) td {
  background: rgba(247, 250, 252, 0.46);
}

.pricing-comparison td strong,
.pricing-comparison .limit-value {
  display: inline-block;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 610;
  line-height: 1.18;
}

.pricing-comparison .muted-value {
  color: var(--muted);
  font-size: 0.98rem;
}

.availability-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.8rem;
  min-height: 1.8rem;
  border-radius: 999px;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1;
}

.availability-mark.is-unavailable {
  background: rgba(216, 75, 99, 0.1);
  color: var(--red);
}

.availability-mark.is-available {
  background: rgba(0, 159, 115, 0.1);
  color: var(--green);
}

.included-copy {
  display: grid;
  gap: 0.22rem;
  max-width: 15.5rem;
  margin-inline: auto;
  text-align: left;
}

.included-copy-with-mark {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.55rem;
}

.included-copy span {
  color: var(--brand-strong);
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.15;
}

.included-copy .availability-mark {
  color: var(--green);
  font-size: 1rem;
}

.included-copy p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.9rem;
  line-height: 1.38;
}

.pricing-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  min-height: 4.15rem;
  border: 1px solid rgba(16, 48, 72, 0.09);
  border-radius: 0.95rem;
  padding: 0.72rem 0.78rem;
  background: rgba(247, 250, 252, 0.78);
}

.pricing-row span {
  display: grid;
  gap: 0.15rem;
  color: var(--muted);
}

.pricing-row b {
  color: var(--muted-strong);
  font-weight: 660;
}

.pricing-row small {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.pricing-row strong {
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid rgba(90, 215, 208, 0.24);
  border-radius: 999px;
  padding: 0;
  background: rgba(90, 215, 208, 0.12);
  color: var(--cyan);
  font-size: 0.82rem;
  line-height: 1;
}

.beta-panel {
  display: grid;
  grid-template-columns: minmax(17rem, 0.88fr) minmax(20rem, 1.12fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: start;
}

.beta-section {
  padding-top: clamp(1rem, 3vw, 2rem);
}

.beta-copy {
  max-width: 34rem;
}

.beta-form {
  border: 1px solid rgba(111, 162, 255, 0.18);
  border-radius: 1.1rem;
  padding: clamp(1rem, 2.5vw, 1.3rem);
  background: rgba(247, 250, 252, 0.76);
  box-shadow: 0 18px 60px rgba(16, 48, 72, 0.07);
}

.beta-copy h2 {
  max-width: 15ch;
  margin-bottom: 0.7rem;
  font-size: clamp(2rem, 3.6vw, 2.85rem);
}

.beta-copy p {
  max-width: 28rem;
  color: var(--muted);
  line-height: 1.55;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.beta-form label {
  display: grid;
  gap: 0.35rem;
}

.beta-form label span {
  color: var(--muted-strong);
  font-size: 0.86rem;
  font-weight: 850;
}

.full-field {
  grid-column: 1 / -1;
}

.beta-form input,
.beta-form select {
  min-height: 3.2rem;
  width: 100%;
  border: 1px solid rgba(111, 162, 255, 0.22);
  border-radius: 0.85rem;
  padding: 0.78rem 0.9rem;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  outline: none;
}

.beta-form select {
  appearance: auto;
}

.beta-form input:focus,
.beta-form select:focus {
  border-color: rgba(90, 215, 208, 0.7);
  box-shadow: 0 0 0 3px rgba(90, 215, 208, 0.12);
}

.turnstile-widget {
  display: grid;
  align-items: center;
  min-height: 4.1rem;
  margin-top: 0.9rem;
}

.turnstile-widget:empty {
  display: none;
  min-height: 0;
  margin-top: 0;
}

.beta-form button {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 3.15rem;
  margin-top: 0.9rem;
  border: 0;
  border-radius: 0.9rem;
  background: var(--blue);
  color: #ffffff;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.beta-form button:disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.form-status {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.form-status.success {
  color: var(--cyan);
}

.form-status.error {
  color: var(--red);
}

.flow-panel,
.security-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: start;
  border: 1px solid var(--line-strong);
  border-radius: 1.5rem;
  padding: clamp(1.2rem, 4vw, 2rem);
  background:
    radial-gradient(circle at 90% 10%, rgba(90, 215, 208, 0.12), transparent 18rem),
    #ffffff;
  box-shadow: 0 20px 70px rgba(16, 48, 72, 0.08);
}

.flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.flow div {
  min-height: 8rem;
  border: 1px solid rgba(111, 162, 255, 0.18);
  border-radius: 1rem;
  padding: 1rem;
  background: rgba(247, 250, 252, 0.82);
  color: var(--muted);
  line-height: 1.45;
}

.flow strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--brand);
}

.mini-list {
  display: grid;
  gap: 0.8rem;
}

.mini-list div {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(111, 162, 255, 0.18);
  border-radius: 0.9rem;
  background: rgba(247, 250, 252, 0.82);
}

.footer {
  margin-top: 2rem;
  border-top: 0;
  padding: 2rem clamp(1rem, 4vw, 3rem);
  background: var(--brand);
  color: #b9c7d4;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-brand-row {
  align-items: flex-start;
}

.footer-brand {
  display: grid;
  gap: 0.45rem;
  max-width: none;
  width: 100%;
}

.footer-logo {
  display: block;
  width: 8rem;
  height: auto;
  margin: -0.38rem 0 -0.38rem -0.47rem;
  filter: brightness(0) invert(1);
}

.footer-contact-row,
.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0.5rem;
}

.footer-contact-row {
  justify-content: space-between;
  width: 100%;
}

.footer-legal-links {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-left: auto;
}

.footer-contact-row a,
.footer-links a {
  color: #dce6ef;
  text-decoration: none;
  white-space: nowrap;
}

.footer-legal-links a + a,
.footer-links a + a {
  margin-left: 0.78rem;
  padding-left: 0.78rem;
  border-left: 1px solid rgba(220, 230, 239, 0.2);
  color: #b9c7d4;
}

.footer-bottom {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(220, 230, 239, 0.12);
  color: #8fa1b1;
  font-size: 0.9rem;
}

.page-hero {
  padding: clamp(3rem, 9vw, 5rem) 0 1rem;
}

.content {
  display: grid;
  gap: 1rem;
  padding: 1rem 0 4rem;
}

.legal-card,
.support-card {
  padding: clamp(1rem, 3vw, 1.5rem);
}

.legal-card h2,
.support-card h2 {
  font-size: 1.3rem;
}

.legal-date {
  margin-top: 0.9rem;
  font-weight: 700;
  color: var(--muted-strong);
}

.legal-card strong {
  color: var(--ink);
}

.legal-card ul,
.support-card ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.6;
}

.legal-card code {
  display: inline-block;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  padding: 0.15rem 0.35rem;
  background: rgba(237, 245, 248, 0.8);
  color: var(--ink);
  white-space: normal;
}

.email-copy-inline {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  vertical-align: middle;
}

.copy-email-button {
  display: inline-grid;
  place-items: center;
  min-height: 1.9rem;
  border: 1px solid rgba(90, 215, 208, 0.32);
  border-radius: 999px;
  padding: 0.28rem 0.72rem;
  background: rgba(90, 215, 208, 0.1);
  color: var(--muted-strong);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 680;
  line-height: 1;
  cursor: pointer;
}

.copy-email-button:hover,
.copy-email-button:focus-visible {
  border-color: rgba(90, 215, 208, 0.55);
  background: rgba(90, 215, 208, 0.16);
  color: var(--ink);
}

.copy-email-button:disabled {
  cursor: default;
}

.copy-email-button.is-copied {
  border-color: rgba(0, 159, 115, 0.32);
  background: rgba(0, 159, 115, 0.1);
  color: var(--green);
}

.copy-email-button.has-copy-error {
  border-color: rgba(216, 75, 99, 0.3);
  background: rgba(216, 75, 99, 0.08);
  color: var(--red);
}

.minor-link {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 980px) {
  .hero,
  .phone-feature,
  .phone-feature:nth-child(even),
  .pricing-card,
  .beta-panel,
  .flow-panel,
  .local-panel,
  .sms-panel,
  .security-band {
    grid-template-columns: 1fr;
  }

  .phone-feature:nth-child(even) .phone-copy {
    order: 0;
  }

  .hero-copy-block,
  .section-heading,
  .phone-copy {
    max-width: none;
  }

  .hero-phones {
    min-height: 35rem;
  }

  .sms-copy h2,
  .sms-copy .section-lead {
    max-width: 38rem;
  }

  .sms-visual {
    min-height: 38rem;
  }

  .hero-device.main-device {
    transform: translateX(2.2rem);
  }

  .trust-row,
  .feature-grid,
  .phone-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 4.25rem;
  }

  .nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero {
    min-height: auto;
    padding-top: 1.85rem;
  }

  .hero-copy-block {
    text-align: center;
  }

  h1 {
    max-width: 15ch;
    margin-inline: auto;
    font-size: clamp(2.32rem, 10vw, 3.1rem);
    line-height: 1.04;
  }

  .hero-copy {
    max-width: 31rem;
    margin-inline: auto;
  }

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

  .hero-copy,
  .section-lead,
  .page-hero p {
    font-size: 1rem;
  }

  .hero-phones {
    min-height: 28rem;
    margin-top: -0.4rem;
  }

  .hero-device.main-device {
    --device-width: min(71vw, 17.4rem);
    transform: translateX(1.5rem);
  }

  .hero-device.secondary-device {
    --device-width: min(55vw, 13.9rem);
    left: -0.5rem;
  }

  .money-flow-card {
    min-width: 8.6rem;
    padding: 0.65rem 0.72rem;
  }

  .money-flow-card strong {
    font-size: 0.88rem;
  }

  .money-flow-card small {
    font-size: 0.68rem;
  }

  .flow-pdf,
  .flow-expense {
    display: none;
  }

  .flow-income {
    top: 5%;
    left: 0;
  }

  .flow-result {
    right: 0;
    bottom: 4%;
  }

  .phone-feature {
    min-height: auto;
    padding: 1rem;
  }

  .device-mockup {
    --device-width: min(78vw, 20rem);
  }

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

  .trust-row,
  .phone-gallery {
    grid-template-columns: 1fr;
  }

  .trust-row.expense-capture-row {
    grid-template-columns: 1fr;
  }

  .sms-panel {
    gap: 1.2rem;
  }

  .sms-visual {
    min-height: 34rem;
  }

  .sms-device {
    --device-width: min(72vw, 18rem);
    transform: translateX(-1.4rem) rotate(-2deg);
  }

  .sms-review-popup {
    right: 1%;
    bottom: 3.6rem;
  }

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

  .comparison-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .comparison-row > * {
    border-bottom: 1px solid var(--line);
  }

  .comparison-row > *:last-child {
    border-bottom: 0;
  }

  .pricing-head {
    grid-template-columns: 1fr;
  }

  .pricing-toolbar {
    justify-content: center;
  }

  .pricing-table {
    grid-template-columns: 1fr;
  }

  .pricing-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.55rem;
  }

  .pricing-row strong {
    justify-self: end;
  }
}

@media (max-width: 560px) {
  .hero,
  .section,
  .footer-inner,
  .page-hero,
  .content {
    width: min(100% - 1.35rem, 1160px);
  }

  .section h2,
  .page-hero h1 {
    font-size: clamp(2rem, 10vw, 2.7rem);
    line-height: 1;
  }

  .pricing-card,
  .comparison-panel,
  .beta-panel,
  .security-band,
  .sms-panel,
  .local-panel {
    border-radius: 1.1rem;
  }

  .pricing-head,
  .beta-copy,
  .beta-form,
  .comparison-panel,
  .security-band,
  .sms-panel,
  .local-panel {
    padding: 1rem;
  }

  .sms-copy h2 {
    max-width: 15ch;
  }

  .sms-steps {
    gap: 0.9rem;
  }

  .sms-visual {
    min-height: 30rem;
  }

  .sms-device {
    --device-width: min(74vw, 16.8rem);
    transform: translateX(-1.2rem) rotate(-2deg);
  }

  .sms-review-popup {
    right: 0;
    bottom: 2.25rem;
    width: min(17rem, 78%);
    padding: 0.82rem;
  }

  .sms-popup-row {
    gap: 0.55rem;
    font-size: 0.74rem;
  }

  .sms-popup-row strong {
    max-width: 8.3rem;
  }

  .pricing-table {
    gap: 0.45rem;
  }

  .billing-switch {
    width: min(100%, 21rem);
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.42rem 0.5rem;
  }

  .billing-option {
    font-size: 0.88rem;
  }

  .billing-option small {
    display: block;
    margin-top: 0.12rem;
    font-size: 0.72rem;
  }

  .pricing-row {
    min-height: 0;
    padding: 0.58rem 0.65rem;
  }

  .pricing-row b {
    font-size: 0.95rem;
  }

  .pricing-row small {
    font-size: 0.8rem;
  }

  .pricing-row strong {
    width: 1.45rem;
    height: 1.45rem;
    font-size: 0.78rem;
  }

  .pricing-comparison-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .pricing-comparison {
    display: none;
  }

  .pricing-mobile-plans {
    display: grid;
    gap: 0.88rem;
  }

  .pricing-mobile-plan {
    overflow: hidden;
    border: 1px solid rgba(16, 48, 72, 0.1);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(16, 48, 72, 0.06);
  }

  .pricing-mobile-plan header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 0.75rem;
    min-height: 4.8rem;
    padding: 1rem 1.1rem;
    background: linear-gradient(160deg, var(--ink) 0%, var(--brand-strong) 100%);
  }

  .pricing-mobile-plan.mobile-plan-pro header {
    background: linear-gradient(160deg, var(--brand-strong) 0%, var(--brand-solid) 112%);
  }

  .pricing-mobile-plan.mobile-plan-mega header {
    background: linear-gradient(160deg, var(--brand-strong) 0%, #128078 112%);
  }

  .pricing-mobile-plan header span {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.02rem;
    font-weight: 680;
    line-height: 1.1;
  }

  .pricing-mobile-plan header strong {
    color: #ffffff;
    font-size: clamp(1.42rem, 6vw, 1.82rem);
    font-weight: 680;
    line-height: 1;
    text-align: right;
  }

  .pricing-includes-title {
    margin: 0;
    padding: 0.82rem 1.1rem 0.68rem;
    border-top: 1px solid rgba(16, 48, 72, 0.08);
    color: var(--brand-strong);
    font-size: 0.88rem;
    font-weight: 760;
    line-height: 1.2;
  }

  .pricing-mobile-plan dl {
    display: grid;
    margin: 0;
  }

  .pricing-mobile-plan dl div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.9rem;
    min-height: 3.8rem;
    padding: 1rem 1.1rem;
    border-top: 1px solid rgba(16, 48, 72, 0.08);
  }

  .pricing-mobile-plan dl div:nth-child(even) {
    background: rgba(247, 250, 252, 0.48);
  }

  .pricing-mobile-plan dt,
  .pricing-mobile-plan dd {
    margin: 0;
  }

  .pricing-mobile-plan dt {
    color: var(--muted-strong);
    font-size: 1rem;
    font-weight: 620;
    line-height: 1.28;
  }

  .pricing-mobile-plan dd {
    color: var(--ink);
    font-size: 1.08rem;
    font-weight: 720;
    line-height: 1.18;
    text-align: right;
  }

  .pricing-mobile-plan dd:where(:not(:empty)) {
    min-width: 4.5rem;
  }

  .pricing-mobile-plan dd.muted-value {
    color: var(--muted);
    font-weight: 560;
  }

  .pricing-mobile-plan dd.included-note {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
    max-width: 12.5rem;
    color: var(--muted-strong);
    font-size: 0.9rem;
    font-weight: 560;
    line-height: 1.32;
    text-align: right;
  }

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

  .feature,
  .local-grid div {
    border-radius: 0.95rem;
  }

  .feature p,
  .local-grid span {
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .feature-grid {
    gap: 0.65rem;
  }

  .feature {
    column-gap: 0.7rem;
    row-gap: 0.62rem;
    padding: 0.9rem;
  }

  .feature-icon {
    width: 2.36rem;
    height: 2.36rem;
    border-radius: 0.75rem;
  }

  .feature-icon svg {
    width: 1.22rem;
    height: 1.22rem;
  }

  .feature h3 {
    font-size: 1.08rem;
  }

  .local-grid {
    gap: 0.65rem;
  }

  .local-grid div {
    padding: 0.72rem;
  }

  .local-grid strong {
    font-size: 0.95rem;
  }

  .beta-copy h2 {
    max-width: none;
  }

  .beta-panel {
    gap: 1rem;
  }

  .beta-copy,
  .beta-form {
    border: 0;
    padding: 0;
    background: transparent;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .full-field {
    grid-column: auto;
  }

  .beta-form input,
  .beta-form select {
    min-height: 3rem;
  }

  .comparison-table {
    overflow: visible;
    border: 0;
    border-radius: 0;
    gap: 0.7rem;
  }

  .comparison-row.head {
    display: none;
  }

  .comparison-row {
    overflow: hidden;
    grid-template-columns: 1fr;
    border: 1px solid var(--line);
    border-radius: 0.95rem;
    background: #ffffff;
    gap: 0;
  }

  .comparison-row + .comparison-row {
    border-top: 1px solid var(--line);
  }

  .comparison-row > * {
    display: grid;
    gap: 0.22rem;
    border-bottom: 1px solid var(--line);
    padding: 0.74rem 0.82rem;
    background: rgba(247, 250, 252, 0.74);
  }

  .comparison-row > *::before {
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .comparison-row > span::before {
    content: "Necesidad";
  }

  .comparison-row > strong::before {
    content: "RIALES";
  }

  .comparison-row > b::before {
    content: "Otros métodos";
  }

  .comparison-row > *:last-child {
    border-bottom: 0;
  }

  .mini-list {
    gap: 0.55rem;
  }

  .mini-list div {
    padding: 0.74rem 0.82rem;
    font-size: 0.95rem;
  }

  .footer {
    margin-top: 1.2rem;
    padding: 1.55rem 1rem 1.8rem;
  }

  .footer-contact-row {
    flex-wrap: nowrap;
    font-size: clamp(0.82rem, 3.35vw, 0.9rem);
  }

  .footer-legal-links a + a,
  .footer-links a + a {
    margin-left: 0.52rem;
    padding-left: 0.52rem;
  }

  .footer-links {
    display: none;
  }

  .footer-bottom {
    line-height: 1.45;
  }
}

@media (max-width: 440px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .footer-contact-row {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-legal-links {
    justify-content: center;
    margin-left: 0;
  }

  .footer-logo {
    margin: -0.38rem auto;
  }
}

/* La web refleja la composición plana de la app 1.0.33. */
.nav .nav-cta {
  border-radius: 0.55rem;
}

.mobile-menu summary {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.eyebrow {
  color: var(--ink);
}

.hero-phones::before,
.sms-visual::before {
  display: none;
}

.device-mockup {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 18px 44px rgba(0, 17, 28, 0.12);
}

.money-flow-card {
  border-radius: 0.55rem;
  box-shadow: 0 10px 28px rgba(0, 17, 28, 0.12);
}

.money-flow-card span {
  color: var(--ink);
}

.trust-row {
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-row div,
.phone-feature,
.feature,
.legal-card,
.support-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.trust-row div {
  border-right: 1px solid var(--line);
  padding: 1.15rem 1.2rem;
}

.trust-row div:first-child {
  padding-left: 0;
}

.trust-row div:last-child {
  border-right: 0;
  padding-right: 0;
}

.showcase,
.sms-section,
.local-section,
#funciones,
#precios,
.beta-section,
#seguridad {
  border-top: 1px solid var(--line);
}

.phone-feature {
  border-top: 1px solid var(--line);
  padding: 1rem 0 0;
  background: transparent;
}

.sms-panel {
  overflow: visible;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.sms-copy .eyebrow,
.sms-copy h2 {
  color: var(--ink);
}

.sms-copy .section-lead,
.sms-steps p {
  color: var(--muted);
}

.sms-steps li > span {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.78rem;
  line-height: 1.45;
}

.sms-steps strong {
  color: var(--ink);
}

.sms-button {
  background: var(--ink);
  color: #ffffff;
}

.sms-button:hover {
  background: #17303d;
  color: #ffffff;
}

.sms-review-popup {
  border-radius: 0.55rem;
  box-shadow: 0 12px 36px rgba(0, 17, 28, 0.15);
}

.sms-popup-icon {
  border-radius: 0.45rem;
  background: var(--panel-2);
  color: var(--ink);
}

.local-panel,
.security-band {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.local-grid {
  gap: 0 1.2rem;
}

.local-grid div {
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  padding: 0.9rem 0;
  background: transparent;
}

.local-grid strong::before {
  display: none;
}

.feature-grid {
  gap: 0 1.25rem;
}

.feature {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
  background: transparent;
}

.feature-icon,
.feature:nth-child(2) .feature-icon,
.feature:nth-child(3) .feature-icon,
.feature:nth-child(5) .feature-icon,
.feature:nth-child(6) .feature-icon {
  border: 0;
  background: var(--panel-2);
  color: var(--ink);
}

.pricing-comparison-wrap {
  border-radius: 0;
  box-shadow: none;
}

.pricing-comparison .plan-free,
.pricing-comparison .plan-pro,
.pricing-comparison .plan-mega {
  background: var(--ink);
}

.pricing-feature-icon,
.pricing-comparison tbody tr:nth-child(2) .pricing-feature-icon,
.pricing-comparison tbody tr:nth-child(3) .pricing-feature-icon,
.pricing-comparison tbody tr:nth-child(4) .pricing-feature-icon {
  border-color: var(--line);
  background: var(--panel-2);
  color: var(--ink);
}

.billing-input:checked + .switch-track {
  border-color: var(--ink);
  background: rgba(0, 17, 28, 0.18);
}

.billing-input:checked + .switch-track::before {
  background: var(--ink);
}

.availability-mark.is-available {
  background: var(--panel-2);
  color: var(--ink);
}

.beta-form {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.beta-form button {
  background: var(--ink);
}

.mini-list div {
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  padding-inline: 0;
  background: transparent;
}

@media (max-width: 720px) {
  .trust-row div,
  .trust-row div:first-child,
  .trust-row div:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 1rem 0;
  }

  .trust-row div:last-child {
    border-bottom: 0;
  }

  .sms-panel {
    padding: 0;
  }
}

@media (max-width: 560px) {
  .sms-panel,
  .local-panel,
  .security-band {
    padding: 0;
  }

  .pricing-mobile-plan {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .pricing-mobile-plan.mobile-plan-free header,
  .pricing-mobile-plan.mobile-plan-pro header,
  .pricing-mobile-plan.mobile-plan-mega header {
    background: var(--ink);
  }
}

/* Marco con la proporción física del Galaxy S26 (71.7 × 149.6 mm). */
.device-mockup {
  --device-width: min(100%, 20rem);
  aspect-ratio: 71.7 / 149.6;
  border-color: #000000;
  border-radius: 1.55rem;
  padding: 0.34rem;
  background: #000000;
  box-shadow: 0 18px 44px rgba(0, 17, 28, 0.12);
}

.device-mockup::after {
  background: #000000;
}

.device-mockup::before {
  content: "";
  position: absolute;
  top: 0.58rem;
  left: 50%;
  z-index: 5;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #000000;
  transform: translateX(-50%);
}

.real-screen {
  border-radius: 1.25rem;
}

.hero-phones {
  min-height: 43.5rem;
}

.hero-device.main-device,
.hero-device.secondary-device,
.phone-feature .device-mockup,
.phone-feature.featured .device-mockup,
.sms-device {
  --device-width: min(100%, 20rem);
}

.phone-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
}

.beta-form button {
  background: #008a83;
}

.beta-form button:hover {
  background: #006f6a;
}

@media (max-width: 980px) {
  .hero-device.main-device,
  .hero-device.secondary-device,
  .phone-feature .device-mockup,
  .phone-feature.featured .device-mockup,
  .sms-device {
    --device-width: min(88vw, 20rem);
  }
}

@media (max-width: 720px) {
  .phone-gallery {
    grid-template-columns: 1fr;
  }

  .hero-phones {
    min-height: 37rem;
  }

  .hero-device.main-device,
  .hero-device.secondary-device {
    --device-width: min(88vw, 20rem);
  }

  .phone-feature .device-mockup,
  .phone-feature.featured .device-mockup,
  .sms-device {
    --device-width: min(88vw, 20rem);
  }

  .sms-visual {
    min-height: 43.5rem;
  }
}

/* Infografía de la pantalla Resumen. */
.showcase .section-heading {
  display: grid;
  justify-items: center;
  margin-inline: auto;
  text-align: center;
}

.summary-infographic {
  position: relative;
  min-height: 43rem;
  max-width: 72rem;
  margin-inline: auto;
}

.summary-device {
  --device-width: min(100%, 20rem);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.summary-callout {
  --callout-line: clamp(1rem, 5vw, 4.5rem);
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 0.78rem;
  width: min(15.5rem, 25%);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 0.82rem 0.9rem;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 17, 28, 0.08);
}

.summary-callout::after {
  content: "";
  position: absolute;
  top: 50%;
  width: var(--callout-line);
  height: 1px;
  background: var(--line-strong);
}

.summary-callout:nth-of-type(odd)::after {
  right: calc(0px - var(--callout-line));
}

.summary-callout:nth-of-type(even)::after {
  left: calc(0px - var(--callout-line));
}

.summary-callout strong {
  display: block;
  margin-bottom: 0.12rem;
  color: var(--ink);
  font-size: 0.96rem;
}

.summary-callout p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.callout-value {
  display: grid;
  flex: 0 0 2.6rem;
  min-height: 2.6rem;
  place-items: center;
  border-radius: 50%;
  background: var(--panel-2);
  color: #007f79;
  font-size: 0.78rem;
  font-weight: 900;
}

.callout-cash,
.callout-health {
  left: 0;
}

.callout-month,
.callout-goals {
  right: 0;
}

.callout-cash {
  top: 13%;
}

.callout-month {
  top: 34%;
}

.callout-health {
  top: 57%;
}

.callout-goals {
  top: 72%;
}

@media (max-width: 720px) {
  .summary-infographic {
    display: grid;
    min-height: 0;
    gap: 0.72rem;
  }

  .summary-device,
  .summary-callout {
    position: relative;
    inset: auto;
    transform: none;
  }

  .summary-device {
    --device-width: min(88vw, 20rem);
    margin: 0 auto 0.8rem;
  }

  .summary-callout {
    width: min(100%, 20rem);
    margin-inline: auto;
    box-shadow: none;
  }

  .summary-callout::after {
    display: none;
  }
}

/* Un solo teléfono en el inicio y tres gastos sobre la pantalla SMS. */
.hero-device.main-device {
  transform: none;
}

.feature {
  grid-template-rows: minmax(3rem, auto) auto;
  align-items: start;
  row-gap: 0.4rem;
}

.feature-icon,
.feature h3 {
  align-self: start;
}

.availability-mark.is-available {
  background: rgba(0, 138, 131, 0.11);
  color: #008a83;
}

.sms-popup-primary {
  justify-self: end;
  z-index: 6;
}

.sms-visual {
  min-height: 49.5rem;
  place-items: start center;
}

.sms-visual::before {
  display: none;
}

.sms-popup-stack {
  position: absolute;
  top: 19rem;
  right: 0;
  left: 0;
  z-index: 3;
  display: grid;
  gap: 0.75rem;
}

.sms-popup-stack .sms-review-popup {
  position: relative;
  inset: auto;
}

.sms-popup-compact {
  width: min(18rem, 72%);
  padding: 0.78rem 0.85rem;
}

.sms-popup-compact .sms-popup-top {
  padding-bottom: 0.5rem;
}

.sms-popup-compact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: 0.58rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.sms-popup-compact-row strong {
  color: var(--ink);
  white-space: nowrap;
}

.sms-popup-secondary {
  justify-self: end;
  z-index: 4;
  transform: rotate(1deg);
}

.sms-popup-tertiary {
  justify-self: start;
  z-index: 5;
  transform: rotate(-1deg);
}

@media (max-width: 720px) {
  .sms-visual {
    min-height: 53.5rem;
  }

  .sms-popup-stack {
    top: 20rem;
  }
}

@media (max-width: 560px) {
  main {
    overflow-x: clip;
    overflow-y: visible;
  }

  #precios,
  #precios .pricing-card {
    overflow: visible;
  }

  #precios .pricing-toolbar {
    position: sticky;
    top: 4.25rem;
    z-index: 18;
    border-bottom: 1px solid var(--line);
    padding: 0.55rem 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 18px rgba(0, 17, 28, 0.06);
    backdrop-filter: blur(16px);
  }
}
