:root {
  --navy-950: #071b44;
  --navy-900: #0b2455;
  --blue-700: #155eef;
  --blue-600: #246bfd;
  --blue-100: #eaf2ff;
  --blue-50: #f5f8ff;
  --green-600: #16a36a;
  --green-100: #eaf9f2;
  --red-500: #ef4444;
  --red-100: #fff0f0;
  --gray-950: #101828;
  --gray-700: #344054;
  --gray-500: #667085;
  --gray-300: #d0d5dd;
  --gray-200: #eaecf0;
  --gray-100: #f2f4f7;
  --white: #fff;
  --shadow: 0 22px 55px rgba(16, 46, 104, .1);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy-950);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 9%, rgba(36, 107, 253, .07), transparent 22%),
    radial-gradient(circle at 85% 20%, rgba(22, 163, 106, .05), transparent 18%),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
a:focus-visible,
label:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(21, 94, 239, .24);
  outline-offset: 3px;
}

.page-shell {
  width: min(100%, 923px);
  margin: 0 auto;
  padding: 18px 28px 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, .72);
}

.site-header {
  display: grid;
  grid-template-columns: 200px 1fr 190px;
  align-items: center;
  gap: 22px;
  min-height: 52px;
}
.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand-logo {
  display: block;
  height: auto;
  max-height: 48px;
  max-width: 190px;
  object-fit: contain;
  object-position: left center;
  width: auto;
}
.nav-links {
  display: flex;
  justify-content: center;
  gap: 27px;
  color: #18264a;
  font-size: 8px;
  font-weight: 700;
}
.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}
.login {
  color: var(--blue-700);
  font-size: 8px;
  font-weight: 800;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 38px;
  padding: 0 24px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 800;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-sm { min-height: 34px; padding: 0 17px; font-size: 8px; }
.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #1165ff 0%, #064ee8 100%);
  box-shadow: 0 12px 22px rgba(21, 94, 239, .2);
}
.btn-primary:hover { box-shadow: 0 16px 28px rgba(21, 94, 239, .28); }
.btn-outline {
  color: var(--blue-700);
  background: #fff;
  border-color: #8cb2ff;
}
.btn-outline:hover { border-color: var(--blue-700); background: var(--blue-50); }
.btn-light {
  color: var(--blue-700);
  background: #fff;
  border-color: #fff;
}
.btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .07);
}
.play {
  width: 17px;
  height: 17px;
  display: inline-grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 7px;
  line-height: 1;
}

.hero {
  display: grid;
  grid-template-columns: 342px 1fr;
  gap: 28px;
  padding: 51px 16px 25px 17px;
}
.eyebrow {
  margin: 0 0 15px;
  color: var(--blue-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  color: #071441;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
}
.hero h1 span,
.section-side h2 span { color: #0968ff; }
.lead {
  width: 295px;
  margin: 17px 0 24px;
  color: #465779;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}
.hero-risk-points {
  display: grid;
  gap: 7px;
  width: 315px;
  margin: -7px 0 20px;
  padding: 0;
  list-style: none;
}
.hero-risk-points li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 0 11px;
  color: #8a1f1f;
  background: rgba(255, 240, 240, .72);
  border: 1px solid rgba(239, 68, 68, .18);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}
.hero-risk-points svg {
  color: var(--red-500);
  stroke-width: 3;
}
.hero-buttons { display: flex; gap: 12px; margin-bottom: 36px; }
.ideal-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  width: 320px;
  margin: -28px 0 31px;
}
.ideal-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  color: #263653;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 999px;
  font-size: 7.5px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(16, 24, 40, .04);
}
.mini-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 320px;
}
.mini-benefits div { display: flex; gap: 8px; align-items: flex-start; }
.mini-benefits b {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: var(--blue-700);
  border: 1px solid #bcd1ff;
  border-radius: 5px;
  font-size: 10px;
}
.mini-benefits span {
  color: var(--navy-950);
  font-size: 7.5px;
  font-weight: 800;
  line-height: 1.2;
}
.mini-benefits small { color: var(--gray-500); font-weight: 600; }

.hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: 218px 1fr;
  gap: 31px;
  align-items: start;
}
.chaos-panel,
.valid-panel {
  min-height: 371px;
  padding: 17px 17px 14px;
  border-radius: 11px;
  background: linear-gradient(145deg, #fff 0%, #fff8f8 100%);
  border: 1px solid rgba(239, 68, 68, .37);
  box-shadow: var(--shadow);
}
.valid-panel {
  padding: 17px 13px 14px;
  background: linear-gradient(145deg, #fff 0%, #fbfffe 100%);
  border-color: rgba(22, 163, 106, .22);
}
.panel-title { display: flex; align-items: flex-start; gap: 10px; font-weight: 800; }
.panel-title b {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 12px;
}
.panel-title span { font-size: 12px; line-height: 1.2; }
.panel-title small {
  display: block;
  margin-bottom: 3px;
  font-size: 7.5px;
  letter-spacing: .6px;
  text-transform: uppercase;
}
.bad b { color: var(--red-500); border: 2px solid var(--red-500); }
.bad small { color: var(--red-500); }
.good b { color: #fff; background: var(--green-600); }
.good small { color: var(--green-600); }

.messy-stack {
  position: relative;
  height: 242px;
  margin-top: 18px;
}
.paper,
.chat-card,
.photo-card,
.note {
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 13px 19px rgba(16, 24, 40, .18);
}
.paper-main {
  left: 2px;
  top: 12px;
  width: 82px;
  height: 152px;
  padding: 48px 9px 8px;
  background: linear-gradient(165deg, #fff 0%, #f3f7fb 100%);
  transform: rotate(-2deg);
}
.paper-main:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  width: 55px;
  height: 34px;
  border-radius: 4px;
  background: repeating-linear-gradient(#dce4ee 0 4px, transparent 4px 9px);
}
.paper-main i {
  position: absolute;
  top: 32px;
  left: 7px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 24px;
  color: #fff;
  background: #e52f36;
  border-radius: 3px;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
}
.paper-main em,
.paper-main strong,
.paper-main small { display: block; color: #111b32; font-style: normal; }
.paper-main em { font-size: 6.6px; font-weight: 800; }
.paper-main strong { margin-top: 26px; font-size: 7px; }
.paper-main small { margin-top: 8px; font-size: 8px; font-weight: 800; }
.chat-card {
  right: 0;
  top: 3px;
  width: 96px;
  height: 93px;
  padding: 15px 10px;
  color: #fff;
  background: linear-gradient(150deg, #16213b 0%, #07162f 100%);
  transform: rotate(4deg);
}
.chat-card b { display: block; font-size: 7px; }
.chat-card span {
  display: block;
  margin-top: 18px;
  padding: 7px;
  color: #15223c;
  background: #fff;
  border-radius: 7px;
  font-size: 6px;
  font-weight: 800;
}
.chat-card small { float: right; margin-top: 4px; font-size: 5.5px; opacity: .75; }
.photo-card {
  right: 5px;
  top: 117px;
  width: 69px;
  height: 65px;
  background:
    linear-gradient(135deg, rgba(11, 36, 85, .18), rgba(11, 36, 85, 0)),
    linear-gradient(45deg, #d8d6d1, #b8b0a8);
  transform: rotate(-1deg);
}
.note {
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  color: #56480a;
  font-size: 8px;
  font-weight: 800;
  text-align: center;
}
.note.yellow { left: 49px; bottom: 10px; background: #fff08b; transform: rotate(3deg); }
.note.gray { right: 28px; bottom: 4px; background: #d9d5cc; color: #302d29; transform: rotate(6deg); }
.risk-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #243350;
  font-size: 6.9px;
  font-weight: 700;
  line-height: 1.8;
}
.risk-list li:before { content: "×"; margin-right: 7px; color: var(--red-500); font-weight: 900; }
.visual-arrow {
  position: absolute;
  top: 163px;
  left: 202px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  color: #fff;
  background: var(--blue-700);
  border-radius: 50%;
  font-size: 38px;
  line-height: .6;
  box-shadow: 0 9px 19px rgba(21, 94, 239, .3);
}
.loan-card {
  margin-top: 14px;
  padding: 11px 12px 9px;
  border: 1px solid var(--gray-200);
  border-radius: 7px;
  background: #fff;
}
.loan-head {
  display: grid;
  grid-template-columns: 25px 1fr 41px;
  align-items: center;
  gap: 9px;
  padding-bottom: 15px;
}
.avatar,
.testimonial-grid footer span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, #f2c19d 0 18%, transparent 19%),
    linear-gradient(145deg, #5a3425 0 45%, #ebe2d9 46% 100%);
}
.loan-head strong { font-size: 8px; }
.loan-head span {
  display: grid;
  place-items: center;
  height: 18px;
  color: var(--green-600);
  background: var(--green-100);
  border-radius: 9px;
  font-size: 6px;
  font-weight: 900;
}
dl { margin: 0; padding-bottom: 9px; border-bottom: 1px solid var(--gray-200); }
dl div { display: grid; grid-template-columns: 1fr 1.55fr; margin-bottom: 9px; }
dt { color: var(--gray-500); font-size: 7px; font-weight: 600; }
dd { margin: 0; color: var(--navy-950); font-size: 7.4px; font-weight: 800; }
.record-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 7.5px;
  font-weight: 800;
}
.record-list li {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid var(--gray-200);
}
.record-list li:last-child { border-bottom: 0; }
.record-list li::first-letter { color: var(--blue-700); }
.complete {
  margin: 12px 0 0 16px;
  color: var(--green-600);
  font-size: 7px;
  font-weight: 800;
}

.metrics {
  display: grid;
  grid-template-columns: 180px 248px repeat(3, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 73px;
  margin: 0 16px;
  padding: 12px 15px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 35px rgba(16, 24, 40, .06);
}
.trust-copy strong,
.trust-copy span { display: block; }
.trust-copy strong { font-size: 13px; }
.trust-copy span { margin-top: 4px; font-size: 10.5px; font-weight: 700; }
.faces {
  display: flex;
  align-items: center;
  padding-right: 25px;
  border-right: 1px solid var(--gray-200);
}
.faces span,
.faces b {
  width: 32px;
  height: 32px;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #f5c29b, #6b3a25);
}
.faces span:first-child { margin-left: 0; }
.faces span:nth-child(2n) { background: linear-gradient(145deg, #eed8c9, #16213b); }
.faces span:nth-child(3n) { background: linear-gradient(145deg, #d6a77d, #332115); }
.faces b {
  display: grid;
  place-items: center;
  color: #41506f;
  background: #eef2f8;
  font-size: 8px;
}
.metric strong {
  display: block;
  color: var(--blue-700);
  font-size: 18px;
  line-height: 1;
}
.metric span {
  display: block;
  margin-top: 6px;
  color: #303d5e;
  font-size: 8px;
  font-weight: 600;
}
.metric em { color: #f5a400; font-size: 8px; font-style: normal; vertical-align: 2px; }

.story-cards,
.use-cases,
.two-sides,
.stored-items,
.timeline-section,
.privacy-section,
.vision {
  padding: 38px 16px 0;
}
.section-heading {
  max-width: 620px;
  margin: 0 auto 22px;
  text-align: center;
}
.section-heading h2 {
  margin: 0;
  color: #071441;
  font-size: 22px;
  line-height: 1.18;
}
.section-heading p:not(.eyebrow) {
  margin: 14px auto 0;
  color: #475877;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.7;
}
.story-grid,
.case-grid,
.sides-grid,
.privacy-grid {
  display: grid;
  gap: 14px;
}
.story-grid { grid-template-columns: repeat(4, 1fr); }
.case-grid { grid-template-columns: repeat(3, 1fr); }
.sides-grid { grid-template-columns: repeat(2, 1fr); }
.privacy-grid { grid-template-columns: repeat(4, 1fr); }
.story-grid article,
.case-grid article,
.sides-grid article,
.privacy-grid article,
.legal-note,
.confidence-block,
.vision {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 24, 40, .04);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.story-grid article:hover,
.case-grid article:hover,
.sides-grid article:hover,
.privacy-grid article:hover,
.feature-grid article:hover,
.testimonial-grid article:hover {
  transform: translateY(-3px);
  border-color: #c7d7ff;
  box-shadow: 0 18px 42px rgba(16, 46, 104, .08);
}
.story-grid article {
  min-height: 132px;
  padding: 18px 16px;
}
.story-grid b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  color: var(--blue-700);
  border: 1px solid #bcd1ff;
  border-radius: 50%;
  background: var(--blue-50);
  font-size: 17px;
}
.story-grid h3,
.case-grid b {
  margin: 0 0 10px;
  color: #071441;
  font-size: 11px;
  line-height: 1.25;
}
.story-grid p,
.case-grid p {
  margin: 0;
  color: #586781;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.55;
}
.story-visual-card {
  position: relative;
  overflow: hidden;
}
.card-image {
  position: relative;
  margin: 0 0 14px;
  overflow: hidden;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: #fff;
}
.card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-visual-card .card-image,
.case-visual .card-image {
  height: 112px;
}
.story-visual-card .card-image img,
.case-visual .card-image img {
  object-fit: cover;
}
.scenario-art {
  position: relative;
  height: 92px;
  margin: 0 0 15px;
  border-radius: 8px;
  background: linear-gradient(145deg, #f8fbff 0%, #fff 100%);
  border: 1px solid var(--gray-200);
}
.scenario-art span,
.scenario-art i,
.scenario-art em {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 7px;
  font-size: 8px;
  font-weight: 900;
  font-style: normal;
  box-shadow: 0 10px 20px rgba(16, 24, 40, .08);
}
.scenario-art span {
  left: 12px;
  top: 14px;
  color: #fff;
  background: var(--navy-950);
}
.scenario-art i {
  right: 12px;
  top: 32px;
  color: var(--blue-700);
  background: #fff;
  border: 1px solid #c7d7ff;
}
.scenario-art em {
  left: 24px;
  bottom: 13px;
  color: #8a1f1f;
  background: #fff0f0;
  border: 1px solid #ffc2c2;
}
.scenario-art:after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 15px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(21, 94, 239, .12);
  box-shadow: inset 0 0 0 8px rgba(21, 94, 239, .06);
}
.car-art:after {
  width: 58px;
  height: 28px;
  right: 18px;
  bottom: 16px;
  border-radius: 16px 16px 8px 8px;
}
.doc-art:after {
  width: 40px;
  height: 52px;
  right: 18px;
  bottom: 13px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d7e2ff;
}
.client-art:after {
  width: 46px;
  height: 46px;
  right: 18px;
  bottom: 12px;
  background: var(--green-100);
  box-shadow: inset 0 0 0 10px rgba(22, 163, 106, .09);
}
.case-grid article {
  min-height: 94px;
  padding: 18px;
}
.case-grid b {
  display: block;
  color: var(--blue-700);
}
.case-visual {
  position: relative;
  overflow: hidden;
}
.case-visual .card-image {
  margin-bottom: 12px;
}
.case-visual span {
  position: absolute;
  left: 26px;
  top: 26px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: auto;
  min-width: 54px;
  height: 32px;
  padding: 0 10px;
  margin-bottom: 13px;
  color: #fff;
  background: linear-gradient(180deg, var(--blue-600), var(--blue-700));
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(21, 94, 239, .18);
}
.case-visual:after {
  content: "";
  position: absolute;
  right: -16px;
  top: -16px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(21, 94, 239, .08);
}
.sides-grid article {
  min-height: 190px;
  padding: 22px;
}
.sides-grid h3 {
  margin: 0 0 14px;
  color: var(--blue-700);
  font-size: 15px;
  text-transform: uppercase;
}
.sides-grid ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sides-grid li,
.item-cloud span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #263653;
  font-size: 8.5px;
  font-weight: 800;
}
.sides-grid li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-700);
}
.shared-note {
  margin: 14px 0 0;
  padding: 12px 18px;
  color: var(--green-600);
  background: var(--green-100);
  border-radius: 8px;
  font-size: 9px;
  font-weight: 800;
  text-align: center;
}
.item-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.item-cloud span {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--gray-200);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, .04);
}
.item-cloud .icon { color: var(--blue-700); font-size: 15px; }
.landing-image {
  display: none;
  margin: 22px 0 0;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 46, 104, .08);
}
.landing-image img {
  display: block;
  width: 100%;
  height: auto;
}
.landing-image picture {
  display: block;
}
.commercial-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 46, 104, .08);
}
.commercial-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.problem-image {
  height: 210px;
  margin-bottom: 16px;
}
.product-image {
  width: 500px;
  height: 282px;
  align-self: center;
}
.hero-support-image {
  max-height: 360px;
}
.hero-support-image img,
.timeline-visual img,
.privacy-visual img {
  object-fit: cover;
}
.hero-support-image img {
  aspect-ratio: 1735 / 906;
}
.timeline-visual {
  margin-top: 18px;
}
.timeline-visual img {
  aspect-ratio: 1874 / 839;
}
.privacy-visual {
  margin-top: 18px;
}
.privacy-visual img {
  aspect-ratio: 1693 / 929;
}
.loan-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  align-items: start;
}
.loan-timeline:before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 17px;
  height: 2px;
  background: linear-gradient(90deg, #bcd1ff, #155eef, #bcd1ff);
}
.loan-timeline span {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 36px;
  padding-top: 42px;
  color: #263653;
  font-size: 8px;
  font-weight: 800;
  text-align: center;
}
.loan-timeline span:before {
  content: "";
  position: absolute;
  top: 6px;
  width: 24px;
  height: 24px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--blue-700);
  box-shadow: 0 0 0 1px #bcd1ff, 0 10px 20px rgba(21, 94, 239, .16);
}
.privacy-grid article {
  min-height: 88px;
  padding: 18px;
  text-align: center;
}
.privacy-grid b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0 auto 12px;
  color: var(--blue-700);
  border: 1px solid #bcd1ff;
  border-radius: 50%;
  background: var(--blue-50);
}
.privacy-grid h3 {
  margin: 0;
  font-size: 10px;
}
.trust-principles .trust-copy {
  max-width: 250px;
}
.trust-principles .metric strong {
  color: var(--navy-950);
  font-size: 12px;
  line-height: 1.25;
}
.trust-principles .metric span {
  font-size: 8px;
  line-height: 1.45;
}
.loan-example-strip,
.answer-grid,
.commercial-cases,
.commercial-note {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 24, 40, .04);
}
.loan-example-strip {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 18px;
  align-items: center;
  margin: 18px 16px 0;
  padding: 18px;
  background:
    radial-gradient(circle at 12% 12%, rgba(36,107,253,.08), transparent 28%),
    #fff;
}
.loan-example-strip h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: 17px;
  line-height: 1.2;
}
.example-pills {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.example-pills span {
  display: grid;
  gap: 4px;
  min-height: 56px;
  padding: 11px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: #f8fbff;
}
.example-pills b {
  color: var(--blue-700);
  font-size: 13px;
}
.example-pills small {
  color: #586781;
  font-size: 7.5px;
  font-weight: 800;
  line-height: 1.35;
}
.answer-grid,
.commercial-cases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 24px 16px 0;
  padding: 14px;
}
.answer-grid article,
.commercial-cases article {
  padding: 16px;
  border-radius: 8px;
  background: var(--blue-50);
}
.answer-grid b,
.commercial-cases b {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-950);
  font-size: 10px;
}
.answer-grid p,
.commercial-cases p {
  margin: 0;
  color: #586781;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.55;
}
.commercial-note {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  padding: 14px 18px;
  color: #263653;
  background: linear-gradient(90deg, #f8fbff, #fff);
  font-size: 9px;
  font-weight: 800;
  text-align: center;
}
.commercial-note strong { color: var(--blue-700); }
.before-after-grid article b {
  color: var(--blue-700);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.before-after-grid footer {
  padding-top: 14px;
  border-top: 1px solid var(--gray-200);
}
.before-after-grid footer strong {
  color: var(--green-600);
  font-size: 12px;
}
.before-after-grid footer small {
  color: var(--navy-950);
  font-size: 9px;
  line-height: 1.45;
}
.legal-note,
.confidence-block {
  margin: 28px 0 0;
  padding: 24px;
  text-align: center;
}
.legal-note h2,
.confidence-block h2 {
  margin: 0 0 10px;
  font-size: 16px;
}
.legal-note p,
.confidence-block p {
  max-width: 640px;
  margin: 0 auto;
  color: #586781;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.65;
}
.vision {
  margin: 26px 0 0;
  padding: 34px 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(36, 107, 253, .09), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}
.vision .section-heading { margin-bottom: 0; }

.problem,
.solution {
  display: grid;
  grid-template-columns: 196px 1fr;
  gap: 30px;
  padding: 34px 16px 0;
}
.section-side h2 {
  margin: 0 0 18px;
  color: #071441;
  font-size: 20px;
  line-height: 1.15;
}
.section-side p:not(.eyebrow) {
  margin: 0;
  color: #475877;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.7;
}
.problem-main { min-width: 0; }
.evidence-board {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  min-height: 168px;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid rgba(208, 213, 221, .72);
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 18%, rgba(239, 68, 68, .08), transparent 26%),
    radial-gradient(circle at 86% 82%, rgba(21, 94, 239, .09), transparent 28%),
    #fff;
  box-shadow: 0 18px 44px rgba(16, 46, 104, .07);
}
.evidence-board:before {
  content: "evidencia dispersa";
  position: absolute;
  left: 18px;
  top: -10px;
  padding: 3px 9px;
  color: #8a1f1f;
  background: #fff0f0;
  border: 1px solid #ffc2c2;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}
.evidence-board > div {
  position: relative;
  display: grid;
  gap: 5px;
  align-content: center;
  min-height: 62px;
  padding: 10px 12px;
  border-radius: 9px;
  background: #fff;
  border: 1px solid var(--gray-200);
  box-shadow: 0 12px 24px rgba(16, 24, 40, .05);
}
.evidence-board b {
  color: var(--navy-950);
  font-size: 12px;
}
.evidence-board span {
  color: #344054;
  font-size: 9px;
  font-weight: 800;
}
.evidence-board small {
  color: var(--red-500);
  font-size: 7.5px;
  font-weight: 900;
}
.evidence-phone {
  transform: rotate(-2deg);
}
.evidence-doc {
  transform: rotate(2deg);
}
.evidence-bank {
  transform: rotate(1deg);
}
.evidence-note {
  transform: rotate(-1deg);
  background: #fff7d6 !important;
}
.source-icons {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 18px;
  align-items: start;
}
.source-icons div { text-align: center; }
.source-icons span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 11px;
  color: var(--blue-700);
  border: 1px solid #bcd1ff;
  border-radius: 50%;
  background: #fff;
  font-size: 22px;
  box-shadow: 0 10px 20px rgba(21, 94, 239, .06);
}
.source-icons b { font-size: 8px; }
.source-icons .whatsapp { color: #09c36b; border-color: #9ce9c8; }
.source-icons .pdf { color: #e12f37; border-color: #ffd0d2; }
.warning {
  margin-top: 29px;
  padding: 12px 18px;
  color: #263653;
  background: linear-gradient(90deg, #fff3f3, #fff7f7);
  border-radius: 5px;
  font-size: 10px;
  font-weight: 800;
}
.warning::first-letter { color: var(--red-500); }

.solution { padding-top: 38px; }
.solution .eyebrow { margin-bottom: 8px; font-size: 7px; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 11px;
}
.feature-grid article {
  position: relative;
  overflow: hidden;
  min-height: 143px;
  padding: 13px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 24, 40, .04);
}
.feature-image {
  height: 92px;
  margin-bottom: 12px;
}
.feature-image img {
  object-position: center;
}
.feature-visual-card:after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 42px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(21, 94, 239, .2), rgba(22, 163, 106, .24));
}
.feature-visual-card:before {
  content: "listo";
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 3px 7px;
  color: var(--green-600);
  background: var(--green-100);
  border-radius: 999px;
  font-size: 7px;
  font-weight: 900;
  text-transform: uppercase;
}
.feature-grid b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
  color: var(--blue-700);
  border: 1px solid #bcd1ff;
  border-radius: 50%;
  background: var(--blue-50);
  font-size: 14px;
}
.feature-grid h3 {
  margin: 0 0 11px;
  font-size: 11px;
  line-height: 1.2;
}
.feature-grid p {
  margin: 0;
  color: #586781;
  font-size: 7.6px;
  font-weight: 600;
  line-height: 1.55;
}

.product-preview {
  position: relative;
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 28px;
  min-height: 280px;
  padding: 24px 16px 16px;
}
.laptop {
  position: relative;
  width: 431px;
  height: 265px;
  margin-left: 16px;
  border: 3px solid #d7dbe2;
  border-bottom-width: 8px;
  border-radius: 13px 13px 4px 4px;
  background: #eef3fb;
  box-shadow: 0 22px 28px rgba(16, 24, 40, .1);
}
.laptop:after {
  content: "";
  position: absolute;
  left: -39px;
  right: -39px;
  bottom: -19px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, #ced6e2 15% 85%, transparent);
}
.screen {
  display: grid;
  grid-template-columns: 78px 1fr;
  height: 100%;
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
}
.screen aside {
  padding: 20px 12px;
  background: #f3f6fb;
}
.tiny-logo {
  width: 60px;
  height: 14px;
  margin-bottom: 19px;
  background: linear-gradient(90deg, #246bfd 0 18px, #071b44 18px 62px);
  border-radius: 9px;
}
.screen aside span {
  display: block;
  width: 54px;
  height: 12px;
  margin-bottom: 13px;
  border-radius: 4px;
  background: #e3e9f4;
}
.screen aside span:first-of-type { background: #dbe7ff; }
.dashboard { padding: 21px 16px; }
.dashboard h4 { margin: 0 0 19px; font-size: 8px; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 20px; }
.stat-row b {
  display: grid;
  align-content: center;
  height: 42px;
  padding-left: 11px;
  border-radius: 5px;
  background: #f6f8fc;
  color: #213154;
  font-size: 9px;
}
.activity p {
  display: grid;
  grid-template-columns: 20px 1fr 68px;
  align-items: center;
  margin: 0 0 11px;
  color: #20314e;
  font-size: 7px;
  font-weight: 800;
}
.activity i {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  color: var(--blue-700);
  border-radius: 50%;
  background: var(--blue-100);
  font-style: normal;
}
.activity small {
  color: #8a97ad;
  font-size: 6px;
  font-weight: 700;
  text-align: right;
}
.phone {
  position: absolute;
  left: 409px;
  top: 55px;
  z-index: 2;
  width: 116px;
  height: 235px;
  padding: 22px 13px 10px;
  border: 5px solid #07142c;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 30px rgba(7, 20, 44, .28);
}
.notch {
  position: absolute;
  top: 6px;
  left: 36px;
  width: 43px;
  height: 8px;
  border-radius: 0 0 9px 9px;
  background: #07142c;
}
.phone h5 { margin: 0 0 15px; font-size: 7px; }
.phone h5 span { color: var(--green-600); float: right; font-size: 6px; }
.phone p {
  margin: 0 0 12px;
  color: var(--gray-500);
  font-size: 6.2px;
  font-weight: 700;
}
.phone strong { color: var(--navy-950); font-size: 7px; }
.gauge {
  display: grid;
  place-items: center;
  width: 67px;
  height: 67px;
  margin: 8px auto 10px;
  border: 9px solid #e7efff;
  border-top-color: var(--blue-700);
  border-right-color: var(--blue-700);
  border-radius: 50%;
}
.gauge span { font-size: 12px; font-weight: 800; }
.phone button {
  width: 100%;
  height: 23px;
  color: #fff;
  background: var(--blue-700);
  border: 0;
  border-radius: 5px;
  font-size: 6px;
  font-weight: 800;
}
.preview-copy { padding-top: 45px; }
.preview-copy h2 { margin: 0 0 17px; font-size: 20px; line-height: 1.2; }
.preview-copy ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  color: #24334f;
  font-size: 11px;
  font-weight: 700;
  line-height: 2;
}
.preview-copy li:before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: #fff;
  background: var(--blue-700);
  border-radius: 50%;
  font-size: 10px;
}

.security {
  display: grid;
  grid-template-columns: 220px 230px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 145px;
  margin: 12px 0 0;
  padding: 24px 34px;
  color: #fff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 52%, rgba(48, 126, 255, .35), transparent 22%),
    linear-gradient(110deg, #071f4e 0%, #071b44 45%, #06143b 100%);
  box-shadow: 0 16px 34px rgba(7, 27, 68, .25);
}
.shield-scene {
  position: relative;
  display: grid;
  place-items: center;
  height: 96px;
}
.shield {
  display: grid;
  place-items: center;
  width: 88px;
  height: 97px;
  color: #fff;
  background: linear-gradient(155deg, #436fff, #155eef);
  clip-path: polygon(50% 0, 88% 12%, 83% 73%, 50% 100%, 17% 73%, 12% 12%);
  font-size: 55px;
  font-weight: 900;
  box-shadow: 0 20px 35px rgba(21, 94, 239, .45);
}
.shield-scene i {
  position: absolute;
  right: 34px;
  bottom: 5px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  border-radius: 50%;
  background: #16d67b;
  font-style: normal;
}
.security h2 { margin: 0 0 13px; font-size: 20px; line-height: 1.2; }
.security p { margin: 0; color: rgba(255,255,255,.86); font-size: 8.5px; font-weight: 700; line-height: 1.5; }
.security-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
}
.security-list p { color: #fff; font-size: 8.3px; }

.testimonials {
  padding: 11px 0 0;
  text-align: center;
}
.testimonials h2 {
  margin: 0 0 14px;
  font-size: 18px;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: left;
}
.testimonial-grid article {
  min-height: 123px;
  padding: 19px 24px 17px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: #fff;
}
.testimonial-grid b {
  display: block;
  color: var(--blue-700);
  font-size: 26px;
  line-height: .5;
}
.testimonial-grid p {
  margin: 8px 0 18px;
  color: #26334d;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.55;
}
.testimonial-grid footer { display: flex; align-items: center; gap: 10px; }
.testimonial-grid footer span { width: 27px; height: 27px; flex: 0 0 auto; }
.testimonial-grid footer strong {
  display: block;
  font-size: 8px;
}
.testimonial-grid footer small {
  display: block;
  margin-top: 3px;
  color: var(--gray-500);
  font-size: 7px;
}

.final-cta {
  display: grid;
  grid-template-columns: 170px 1fr 289px;
  gap: 24px;
  align-items: center;
  min-height: 116px;
  margin-top: 15px;
  padding: 25px 37px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(112deg, #075ef7 0%, #246bfd 52%, #6748f5 100%);
  box-shadow: 0 18px 34px rgba(36, 107, 253, .23);
}
.cta-art {
  position: relative;
  height: 72px;
}
.cta-art span,
.cta-art i,
.cta-art b {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-style: normal;
}
.cta-art span {
  left: 48px;
  top: 16px;
  width: 47px;
  height: 47px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.22);
}
.cta-art i { left: 17px; top: 24px; width: 27px; height: 27px; background: rgba(255,255,255,.14); }
.cta-art b { left: 92px; top: 2px; width: 28px; height: 28px; background: rgba(255,255,255,.14); }
.final-cta h2 { margin: 0 0 10px; font-size: 21px; line-height: 1.2; }
.final-cta p { margin: 0; font-size: 9.5px; font-weight: 700; line-height: 1.55; }
.cta-actions { display: flex; gap: 13px; justify-content: flex-end; }
.cta-actions .btn { min-width: 119px; }

.site-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 32px 67px 0;
}
.site-footer div {
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 10px;
  align-items: center;
}
.site-footer span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  color: var(--blue-700);
  font-size: 22px;
}
.site-footer strong {
  font-size: 9px;
  line-height: 1.2;
}
.site-footer small {
  margin-top: 3px;
  color: var(--gray-500);
  font-size: 7px;
  font-weight: 700;
}
.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  padding-top: 20px;
  color: #53627f;
  font-size: 10px;
  font-weight: 800;
}
.footer-legal a:hover { color: var(--blue-700); }

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.icon-sm { font-size: 14px; }
.icon-xs { font-size: 10px; }
.nav-toggle { position: fixed; inset: 0 auto auto 0; opacity: 0; pointer-events: none; }
.menu-button,
.drawer-backdrop,
.mobile-drawer { display: none; }

.legal-shell {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 28px;
}
.legal-brand {
  width: max-content;
  margin-bottom: 42px;
}
.legal-content {
  padding: 54px;
  border: 1px solid var(--gray-200);
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% 8%, rgba(36, 107, 253, .08), transparent 28%),
    #fff;
  box-shadow: 0 18px 44px rgba(16, 46, 104, .08);
}
.legal-content h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #071441;
  font-size: 46px;
  line-height: 1.06;
}
.legal-content h2 {
  margin: 34px 0 10px;
  color: var(--navy-950);
  font-size: 22px;
  line-height: 1.2;
}
.legal-content p {
  margin: 0;
  color: #475877;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}
.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--gray-200);
}
.legal-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  color: var(--blue-700);
  border: 1px solid #bcd1ff;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

@media (min-width: 1280px) {
  .page-shell {
    width: min(100%, 1280px);
    padding: 24px 56px 56px;
  }
  .site-header {
    position: sticky;
    top: 14px;
    z-index: 20;
    min-height: 68px;
    padding: 0 18px;
    border: 1px solid rgba(208, 213, 221, .42);
    border-radius: 18px;
    background: rgba(255, 255, 255, .68);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 35px rgba(7, 27, 68, .06);
  }
  .nav-links { font-size: 12px; gap: 34px; }
  .login, .btn-sm { font-size: 12px; }
  .btn { min-height: 56px; padding-inline: 30px; border-radius: 10px; font-size: 14px; }
  .btn-sm { min-height: 46px; padding-inline: 22px; }
  .hero {
    grid-template-columns: minmax(440px, 535px) minmax(600px, 1fr);
    gap: 48px;
    padding: 78px 0 56px;
  }
  .hero h1 { font-size: 64px; line-height: 1.04; }
  .lead { width: 470px; font-size: 20px; }
  .hero-risk-points { width: 470px; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: -4px 0 24px; }
  .hero-risk-points li { min-height: 38px; padding-inline: 13px; font-size: 12px; justify-content: center; text-align: center; }
  .ideal-badges { width: 470px; gap: 10px; margin: -18px 0 34px; }
  .ideal-badges span { min-height: 30px; padding-inline: 14px; font-size: 12px; }
  .mini-benefits { width: 470px; gap: 26px; }
  .mini-benefits b { width: 40px; height: 40px; font-size: 20px; border-radius: 12px; }
  .mini-benefits span { font-size: 12px; }
  .hero-visual { grid-template-columns: 286px 318px; gap: 38px; }
  .chaos-panel, .valid-panel { min-height: 488px; border-radius: 20px; padding: 26px 22px 20px; }
  .valid-panel { padding-inline: 20px; }
  .visual-arrow { left: 266px; top: 215px; width: 52px; height: 52px; font-size: 50px; }
  .metrics { margin: 0; padding: 24px 26px; border-radius: 16px; grid-template-columns: 240px 320px repeat(3, 1fr); }
  .trust-principles { grid-template-columns: 320px repeat(4, 1fr); }
  .trust-principles .metric strong { font-size: 17px; }
  .trust-principles .metric span { font-size: 13px; }
  .loan-example-strip { grid-template-columns: 360px 1fr; margin: 24px 0 0; padding: 28px; border-radius: 20px; }
  .loan-example-strip h2 { font-size: 28px; }
  .example-pills { gap: 14px; }
  .example-pills span { min-height: 92px; padding: 20px; border-radius: 16px; }
  .example-pills b { font-size: 22px; }
  .example-pills small { font-size: 13px; }
  .story-cards, .use-cases, .two-sides, .stored-items, .timeline-section, .privacy-section { padding: 78px 0 0; }
  .section-heading { max-width: 800px; margin-bottom: 36px; }
  .section-heading h2 { font-size: 38px; }
  .section-heading p:not(.eyebrow) { font-size: 17px; }
  .story-grid, .case-grid { gap: 20px; }
  .story-grid article { min-height: 230px; padding: 32px; border-radius: 20px; }
  .story-visual-card .card-image { height: 165px; border-radius: 16px; margin-bottom: 22px; }
  .scenario-art { height: 128px; margin-bottom: 22px; border-radius: 16px; }
  .scenario-art span, .scenario-art i, .scenario-art em { min-height: 34px; padding-inline: 14px; border-radius: 10px; font-size: 13px; }
  .scenario-art:after { width: 52px; height: 52px; }
  .car-art:after { width: 82px; height: 38px; }
  .doc-art:after { width: 54px; height: 72px; }
  .client-art:after { width: 62px; height: 62px; }
  .story-grid b { width: 54px; height: 54px; font-size: 27px; }
  .story-grid h3, .case-grid b { font-size: 18px; }
  .story-grid p, .case-grid p { font-size: 14px; }
  .case-grid article { min-height: 150px; padding: 32px; border-radius: 20px; }
  .case-visual .card-image { height: 150px; border-radius: 16px; margin-bottom: 18px; }
  .case-visual span { left: 46px; top: 46px; min-width: 82px; height: 40px; padding-inline: 16px; font-size: 16px; }
  .sides-grid, .privacy-grid { gap: 20px; }
  .sides-grid article { min-height: 270px; padding: 36px; border-radius: 20px; }
  .sides-grid h3 { font-size: 20px; }
  .sides-grid li, .item-cloud span { font-size: 14px; }
  .shared-note { margin-top: 20px; padding: 18px; border-radius: 16px; font-size: 15px; }
  .item-cloud { gap: 14px; }
  .item-cloud span { min-height: 50px; padding-inline: 20px; }
  .landing-image { margin-top: 34px; border-radius: 20px; }
  .hero-support-image { max-height: 430px; }
  .loan-timeline span { font-size: 13px; }
  .privacy-grid article { min-height: 150px; padding: 32px; border-radius: 20px; }
  .privacy-grid b { width: 54px; height: 54px; font-size: 26px; }
  .privacy-grid h3 { font-size: 16px; }
  .problem, .solution { grid-template-columns: 300px 1fr; gap: 58px; padding: 78px 0 0; }
  .answer-grid, .commercial-cases { margin: 28px 0 0; padding: 20px; gap: 16px; border-radius: 20px; }
  .answer-grid article, .commercial-cases article { padding: 24px; border-radius: 16px; }
  .answer-grid b, .commercial-cases b { font-size: 17px; }
  .answer-grid p, .commercial-cases p { font-size: 13px; }
  .section-side h2, .preview-copy h2, .security h2, .final-cta h2 { font-size: 36px; }
  .section-side p:not(.eyebrow) { font-size: 16px; }
  .feature-grid { gap: 18px; }
  .feature-grid article { min-height: 220px; padding: 32px; border-radius: 20px; }
  .feature-image { height: 132px; border-radius: 16px; margin-bottom: 18px; }
  .feature-grid b { width: 48px; height: 48px; font-size: 24px; }
  .feature-grid h3 { font-size: 17px; }
  .feature-grid p { font-size: 13px; }
  .product-preview { grid-template-columns: 650px 1fr; gap: 60px; padding: 64px 0 30px; min-height: 430px; }
  .problem-image { height: 300px; border-radius: 20px; }
  .product-image { width: 650px; height: 366px; border-radius: 20px; }
  .laptop { width: 590px; height: 360px; }
  .phone { left: 520px; top: 126px; width: 150px; height: 300px; }
  .preview-copy { padding-top: 70px; }
  .preview-copy ul { font-size: 17px; }
  .security { margin-top: 72px; grid-template-columns: 280px 350px 1fr; min-height: 220px; padding: 42px 54px; border-radius: 20px; }
  .security p, .security-list p { font-size: 14px; }
  .vision { margin-top: 72px; padding: 58px; border-radius: 20px; }
  .legal-note, .confidence-block { margin-top: 36px; padding: 42px; border-radius: 20px; }
  .legal-note h2, .confidence-block h2 { font-size: 28px; }
  .legal-note p, .confidence-block p { font-size: 16px; }
  .testimonials { padding-top: 64px; }
  .testimonials h2 { font-size: 28px; }
  .testimonial-grid article { border-radius: 20px; padding: 32px; min-height: 185px; }
  .testimonial-grid p { font-size: 14px; }
  .final-cta { margin-top: 34px; min-height: 168px; grid-template-columns: 210px 1fr 360px; padding: 40px 58px; border-radius: 20px; }
  .final-cta p { font-size: 16px; }
  .site-footer { padding: 52px 58px 0; }
}

@media (max-width: 1279px) and (min-width: 1025px) {
  .page-shell { width: min(100%, 1120px); padding: 22px 42px 48px; }
  .site-header {
    position: sticky;
    top: 12px;
    z-index: 20;
    padding: 0 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .76);
    backdrop-filter: blur(16px);
    box-shadow: 0 10px 28px rgba(7, 27, 68, .05);
  }
  .nav-links { gap: 24px; font-size: 10px; }
  .hero { grid-template-columns: 420px 1fr; gap: 34px; padding: 68px 0 42px; }
  .hero h1 { font-size: 56px; line-height: 1.06; }
  .lead { width: 390px; font-size: 18px; }
  .hero-risk-points { width: 390px; }
  .btn { min-height: 52px; font-size: 13px; border-radius: 10px; }
  .hero-visual { transform: scale(.9); transform-origin: top left; width: 570px; }
  .metrics { grid-template-columns: 210px 250px repeat(3, 1fr); }
  .trust-principles { grid-template-columns: 1.3fr repeat(4, 1fr); }
  .story-grid { grid-template-columns: repeat(4, 1fr); }
  .case-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
  .page-shell { width: min(100%, 1024px); padding: 18px 32px 44px; }
  .site-header {
    position: sticky;
    top: 10px;
    z-index: 20;
    grid-template-columns: 185px 1fr 168px;
    gap: 14px;
    padding: 0 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(16px);
    box-shadow: 0 10px 24px rgba(7, 27, 68, .05);
  }
  .nav-links { gap: 16px; font-size: 8.5px; }
  .hero { grid-template-columns: 360px 1fr; gap: 18px; padding: 56px 0 36px; }
  .hero h1 { font-size: 48px; line-height: 1.08; }
  .lead { width: 330px; font-size: 18px; }
  .hero-risk-points { width: 330px; }
  .btn { min-height: 52px; border-radius: 10px; font-size: 13px; }
  .hero-buttons { margin-bottom: 32px; }
  .hero-visual { transform: scale(.78); transform-origin: top left; width: 555px; }
  .metrics { grid-template-columns: 1.2fr 1.4fr 1fr 1fr 1fr; margin: 0; }
  .trust-principles { grid-template-columns: repeat(2, 1fr); }
  .trust-principles .trust-copy { max-width: none; grid-column: 1 / -1; }
  .story-cards, .use-cases, .two-sides, .stored-items, .timeline-section, .privacy-section { padding: 72px 0 0; }
  .story-grid, .case-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .story-grid article, .case-grid article, .sides-grid article, .privacy-grid article { padding: 28px; border-radius: 20px; }
  .privacy-grid { grid-template-columns: repeat(2, 1fr); }
  .problem, .solution { grid-template-columns: 1fr; gap: 28px; padding: 72px 0 0; }
  .loan-example-strip, .answer-grid, .commercial-cases { margin-inline: 0; }
  .loan-example-strip { grid-template-columns: 1fr; }
  .example-pills, .answer-grid, .commercial-cases { grid-template-columns: repeat(2, 1fr); }
  .section-side { max-width: 560px; }
  .section-side h2 { font-size: 32px; }
  .section-side p:not(.eyebrow) { font-size: 15px; }
  .source-icons { grid-template-columns: repeat(4, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .feature-grid article { padding: 28px; border-radius: 20px; }
  .feature-image { height: 140px; border-radius: 16px; }
  .product-preview { grid-template-columns: 1fr 310px; min-height: 430px; padding: 72px 0 0; }
  .product-image { width: 100%; height: 318px; }
  .laptop { width: 520px; height: 320px; margin-left: 0; }
  .phone { left: 430px; top: 138px; width: 136px; height: 274px; }
  .preview-copy { padding-top: 40px; }
  .security { grid-template-columns: 180px 1fr; gap: 28px; margin-top: 72px; border-radius: 20px; }
  .security-list { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); }
  .vision { margin-top: 72px; padding: 32px; border-radius: 20px; }
  .testimonial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .final-cta { grid-template-columns: 130px 1fr; border-radius: 20px; }
  .cta-actions { grid-column: 2; justify-content: flex-start; }
  .site-footer { grid-template-columns: repeat(2, 1fr); padding-inline: 24px; }
}

@media (max-width: 768px) {
  .page-shell { padding: 14px 24px 42px; }
  .site-header { grid-template-columns: 1fr auto; min-height: 60px; }
  .nav-links, .login { display: none; }
  .header-actions { gap: 10px; }
  .header-actions .btn-sm { min-height: 42px; font-size: 11px; padding-inline: 16px; }
  .menu-button {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--navy-950);
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    background: #fff;
  }
  .drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: block;
    opacity: 0;
    pointer-events: none;
    background: rgba(7, 27, 68, .22);
    backdrop-filter: blur(8px);
    transition: opacity .25s ease;
  }
  .mobile-drawer {
    position: fixed;
    z-index: 41;
    top: 0;
    right: 0;
    display: block;
    width: min(88vw, 360px);
    height: 100vh;
    padding: 22px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(20px);
    box-shadow: -24px 0 50px rgba(7, 27, 68, .16);
    transform: translateX(105%);
    transition: transform .28s ease;
  }
  .nav-toggle:checked ~ .drawer-backdrop { opacity: 1; pointer-events: auto; }
  .nav-toggle:checked ~ .mobile-drawer { transform: translateX(0); }
  .drawer-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
  .drawer-close {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    background: #fff;
  }
  .mobile-drawer nav { display: grid; gap: 8px; }
  .mobile-drawer nav a {
    padding: 15px 14px;
    border-radius: 14px;
    color: var(--navy-950);
    font-size: 15px;
    font-weight: 800;
  }
  .mobile-drawer nav a:hover { background: var(--blue-50); }
  .mobile-drawer .drawer-cta {
    margin-top: 10px;
    color: #fff;
    background: var(--blue-700);
    text-align: center;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 72px 0 0;
  }
  .hero-copy { display: contents; }
  .hero .eyebrow { order: 0; }
  .hero h1 { order: 1; font-size: 48px; line-height: 1.07; max-width: 650px; }
  .lead { order: 2; width: min(100%, 590px); font-size: 18px; }
  .hero-risk-points { order: 3; width: min(100%, 590px); grid-template-columns: repeat(3, 1fr); }
  .hero-buttons { order: 4; margin-bottom: 0; }
  .mini-benefits { order: 5; width: 100%; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .mini-benefits div {
    display: grid;
    gap: 12px;
    padding: 20px;
    border: 1px solid var(--gray-200);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 24, 40, .04);
  }
  .mini-benefits b { width: 40px; height: 40px; font-size: 20px; border-radius: 12px; }
  .mini-benefits span { font-size: 12px; }
  .hero-visual {
    order: 6;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    width: 100%;
    transform: none;
  }
  .visual-arrow {
    left: 50%;
    top: 175px;
    transform: translateX(-50%);
  }
  .metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 52px;
    padding: 22px;
    border-radius: 20px;
  }
  .trust-principles { grid-template-columns: 1fr; text-align: left; }
  .faces { border-right: 0; padding-right: 0; }
  .story-cards, .use-cases, .two-sides, .stored-items, .timeline-section, .privacy-section { padding-top: 58px; }
  .story-grid, .case-grid, .privacy-grid { grid-template-columns: repeat(2, 1fr); }
  .sides-grid { grid-template-columns: 1fr; }
  .section-heading { text-align: left; margin-inline: 0; }
  .section-heading h2 { font-size: 32px; }
  .section-heading p:not(.eyebrow) { font-size: 15px; }
  .loan-timeline {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }
  .loan-timeline:before { display: none; }
  .loan-timeline span {
    flex: 0 0 138px;
    min-height: 82px;
    padding: 42px 14px 14px;
    border: 1px solid var(--gray-200);
    border-radius: 18px;
    background: #fff;
    scroll-snap-align: center;
  }
  .loan-timeline span:before { top: 13px; }
  .problem, .solution, .product-preview { padding-top: 64px; }
  .source-icons { grid-template-columns: repeat(3, 1fr); }
  .source-icons div { display: block; text-align: center; }
  .source-icons span { width: 56px; height: 56px; margin: 0 auto 12px; }
  .warning { display: flex; align-items: center; gap: 10px; font-size: 13px; border-radius: 14px; padding: 18px; }
  .evidence-board { min-height: 220px; padding: 28px; border-radius: 20px; gap: 18px; }
  .evidence-board:before { left: 28px; font-size: 11px; }
  .evidence-board > div { min-height: 82px; padding: 18px; border-radius: 16px; }
  .evidence-board b { font-size: 18px; }
  .evidence-board span { font-size: 13px; }
  .evidence-board small { font-size: 11px; }
  .product-preview {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .problem-image { height: 260px; border-radius: 20px; }
  .product-image { order: 2; width: 100%; height: 300px; border-radius: 20px; }
  .hero-support-image,
  .timeline-visual,
  .privacy-visual {
    max-height: none;
  }
  .preview-copy { order: 1; padding-top: 0; }
  .phone {
    order: 2;
    position: relative;
    left: auto;
    top: auto;
    align-self: center;
    width: 170px;
    height: 340px;
    margin: 8px 0 0;
  }
  .laptop {
    order: 3;
    width: 100%;
    height: 315px;
    margin: 26px 0 0;
  }
  .security {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 64px;
    padding: 32px;
  }
  .shield-scene { height: 135px; }
  .security-list { grid-template-columns: 1fr; }
  .security-list p {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    font-size: 13px;
  }
  .final-cta {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 52px;
    text-align: center;
  }
  .cta-art { margin: 0 auto; width: 150px; }
  .cta-actions { grid-column: auto; justify-content: center; }
}

@media (max-width: 430px) {
  .page-shell { padding: 12px 16px 36px; }
  .brand-logo { max-height: 40px; max-width: 158px; }
  .header-actions .btn-sm { display: none; }
  .hero { padding-top: 48px; gap: 22px; }
  .hero h1 { font-size: 38px; line-height: 1.08; text-wrap: balance; }
  .lead { font-size: 16px; line-height: 1.6; }
  .hero-risk-points { grid-template-columns: 1fr; gap: 8px; margin: -4px 0 0; }
  .hero-risk-points li { min-height: 36px; justify-content: flex-start; font-size: 12px; }
  .hero-buttons { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .hero-buttons .btn { width: 100%; min-height: 52px; font-size: 14px; }
  .mini-benefits { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .mini-benefits div { gap: 8px; padding: 12px 10px; border-radius: 14px; }
  .mini-benefits b { width: 30px; height: 30px; font-size: 15px; border-radius: 9px; }
  .mini-benefits span { font-size: 10px; }
  .hero-visual {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .chaos-panel,
  .valid-panel {
    width: 100%;
    min-height: auto;
    padding: 24px;
    border-radius: 20px;
  }
  .messy-stack { height: 250px; max-width: 230px; margin-inline: auto; }
  .visual-arrow {
    top: calc(50% - 22px);
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 44px;
    height: 44px;
  }
  .metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 38px;
    padding: 14px;
    text-align: left;
  }
  .trust-principles { text-align: left; }
  .trust-principles .trust-copy { grid-column: 1 / -1; }
  .faces { justify-content: center; }
  .story-cards, .use-cases, .two-sides, .stored-items, .timeline-section, .privacy-section { padding-top: 42px; }
  .story-grid,
  .case-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding: 0;
  }
  .story-grid article,
  .case-grid article {
    min-height: 132px;
    padding: 14px;
    border-radius: 14px;
  }
  .story-visual-card .card-image,
  .case-visual .card-image { height: 86px; border-radius: 12px; margin-bottom: 10px; }
  .case-visual span { left: 22px; top: 22px; min-width: 50px; height: 26px; padding-inline: 8px; font-size: 10px; }
  .case-grid article { min-height: 118px; }
  .scenario-art { height: 72px; margin-bottom: 10px; border-radius: 12px; }
  .scenario-art span,
  .scenario-art i,
  .scenario-art em { min-height: 20px; padding-inline: 7px; border-radius: 6px; font-size: 7px; }
  .scenario-art span { left: 8px; top: 10px; }
  .scenario-art i { right: 8px; top: 25px; }
  .scenario-art em { left: 12px; bottom: 9px; }
  .scenario-art:after { right: 12px; bottom: 10px; width: 26px; height: 26px; }
  .car-art:after { width: 40px; height: 22px; }
  .doc-art:after { width: 28px; height: 38px; }
  .client-art:after { width: 32px; height: 32px; }
  .story-grid b { width: 32px; height: 32px; margin-bottom: 10px; font-size: 16px; }
  .privacy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .privacy-grid article { min-height: 104px; padding: 16px 12px; border-radius: 14px; }
  .sides-grid article { min-height: auto; padding: 18px; border-radius: 14px; }
  .sides-grid h3 { margin-bottom: 12px; font-size: 14px; }
  .sides-grid ul { grid-template-columns: 1fr; }
  .sides-grid li { font-size: 11px; }
  .shared-note { margin-top: 10px; padding: 12px; font-size: 11px; }
  .item-cloud { justify-content: flex-start; }
  .landing-image { border-radius: 20px; }
  .hero-support-image img,
  .timeline-visual img,
  .privacy-visual img {
    min-height: 210px;
  }
  .story-grid h3, .case-grid b { font-size: 13px; }
  .story-grid p, .case-grid p { font-size: 11px; line-height: 1.45; }
  .problem, .solution, .product-preview { padding-top: 42px; }
  .loan-timeline { gap: 8px; padding-bottom: 0; }
  .loan-timeline span {
    flex: 0 0 106px;
    min-height: 66px;
    padding: 34px 10px 10px;
    border-radius: 14px;
    font-size: 11px;
  }
  .loan-timeline span:before { top: 10px; width: 20px; height: 20px; border-width: 4px; }
  .loan-example-strip,
  .answer-grid,
  .commercial-cases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 18px 0 0;
    gap: 10px;
    padding: 12px;
  }
  .loan-example-strip > div:first-child { grid-column: 1 / -1; }
  .example-pills { grid-template-columns: 1fr 1fr; }
  .answer-grid article,
  .commercial-cases article { padding: 14px; border-radius: 12px; }
  .answer-grid b,
  .commercial-cases b { font-size: 12px; }
  .answer-grid p,
  .commercial-cases p { font-size: 10.5px; line-height: 1.45; }
  .commercial-note { display: grid; gap: 6px; text-align: left; }
  .section-side h2, .preview-copy h2, .security h2, .final-cta h2 { font-size: 28px; }
  .section-side p:not(.eyebrow), .preview-copy ul { font-size: 16px; }
  .source-icons { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .source-icons div {
    padding: 10px 6px;
    border: 1px solid var(--gray-200);
    border-radius: 14px;
    background: #fff;
  }
  .source-icons span { width: 38px; height: 38px; margin-bottom: 8px; font-size: 17px; }
  .source-icons b { font-size: 10px; }
  .evidence-board { min-height: 0; margin-bottom: 12px; padding: 14px; gap: 8px; border-radius: 16px; }
  .evidence-board > div { min-height: 58px; padding: 9px; border-radius: 10px; }
  .evidence-board b { font-size: 11px; }
  .evidence-board span { font-size: 8px; }
  .evidence-board small { font-size: 7px; }
  .evidence-board:before { left: 14px; font-size: 7px; }
  .feature-grid,
  .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding: 0;
  }
  .feature-grid article,
  .testimonial-grid article {
    min-height: 150px;
    padding: 14px;
    border-radius: 14px;
  }
  .feature-image { height: 82px; border-radius: 12px; margin-bottom: 10px; }
  .feature-grid article:last-child,
  .testimonial-grid article:last-child { grid-column: 1 / -1; }
  .feature-grid b { width: 34px; height: 34px; margin-bottom: 10px; font-size: 17px; }
  .feature-grid h3 { font-size: 13px; margin-bottom: 8px; }
  .feature-grid p,
  .testimonial-grid p { font-size: 10.5px; line-height: 1.45; }
  .product-preview { gap: 24px; }
  .problem-image { height: 190px; }
  .product-image { height: 205px; }
  .phone {
    width: 185px;
    height: 370px;
    border-radius: 30px;
  }
  .laptop {
    height: 220px;
    border-radius: 16px;
  }
  .screen { grid-template-columns: 58px 1fr; }
  .screen aside { padding: 16px 8px; }
  .stat-row { grid-template-columns: repeat(2, 1fr); }
  .activity p { grid-template-columns: 20px 1fr; }
  .activity small { display: none; }
  .security { padding: 24px 18px; }
  .security-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
  .security-list p { font-size: 11px; padding: 10px 0; }
  .final-cta { padding: 30px 22px; }
  .cta-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .cta-actions .btn { width: 100%; }
  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 42px 8px 0;
    gap: 10px;
  }
  .site-footer div {
    padding: 14px;
    border: 1px solid var(--gray-200);
    border-radius: 14px;
    background: #fff;
  }
  .footer-legal {
    padding-top: 8px;
    gap: 10px 14px;
    font-size: 11px;
  }
  .site-footer strong { font-size: 12px; }
  .site-footer small { font-size: 10px; }
  .legal-shell { padding: 18px; }
  .legal-content { padding: 28px 22px; border-radius: 18px; }
  .legal-content h1 { font-size: 34px; }
  .legal-content h2 { font-size: 20px; }
  .legal-content p { font-size: 15px; }
  .legal-links a { width: 100%; justify-content: center; }
}

@media (max-width: 390px) {
  .page-shell { padding-inline: 14px; }
  .hero h1 { font-size: 36px; }
  .menu-button { width: 40px; height: 40px; }
  .source-icons { gap: 12px; }
  .story-grid,
  .case-grid,
  .feature-grid,
  .testimonial-grid,
  .answer-grid,
  .commercial-cases { gap: 8px; }
  .ideal-badges span { font-size: 7px; }
}

@media (max-width: 360px) {
  .page-shell { padding-inline: 12px; }
  .hero h1 { font-size: 34px; }
  .brand-logo { max-width: 145px; }
  .header-actions { gap: 6px; }
  .chaos-panel, .valid-panel { padding: 20px; }
  .source-icons { grid-template-columns: repeat(2, 1fr); }
  .phone { width: 174px; height: 352px; }
}
