.landing-page {
  --blue: #159FD6;
  --blue-dark: #0D7CAA;
  --blue-light: #E6F6FC;
  --blue-pale: #F2FBFE;
  --purple: #7A44B4;
  --purple-dark: #5E2F91;
  --purple-light: #F1E9F9;
  --gold: #E8BE5C;
  --gold-dark: #C89A38;
  --gold-light: #FBF2DF;
  --green: #16A34A;
  --red: #DC2626;
  --ink: #241443;
  --slate: #64708A;
  --slate-light: #9AA4B8;
  --line: #E7EBF3;
  --bg: #F6F8FC;
  --white: #FFFFFF;
  --navy: #1E1140;

  box-sizing: border-box;
  font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
}

.landing-page *,
.landing-page *::before,
.landing-page *::after {
  box-sizing: border-box;
}

.landing-page img,
.landing-page svg {
  display: block;
}

.landing-page a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.landing-page .wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 56px;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4 {
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.18;
  margin: 0;
}

.landing-page .eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
  text-align: center;
  margin-bottom: 10px;
}

.landing-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 22px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border: 1.5px solid transparent;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.landing-page .btn-primary {
  background: var(--blue);
  color: #fff;
}

.landing-page .btn-outline {
  border-color: var(--blue);
  color: var(--blue);
  background: #fff;
}

.landing-page .btn-outline-white {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  background: transparent;
}

.landing-page .btn-white {
  background: #fff;
  color: var(--blue);
}

.landing-page .btn-primary:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -8px rgba(21, 159, 214, 0.45);
}

.landing-page .btn-outline:hover {
  background: var(--blue-light);
  transform: translateY(-2px);
}

.landing-page .btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -8px rgba(0, 0, 0, 0.2);
}

.landing-page .btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.landing-page header.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 56px;
  max-width: 1440px;
  margin: 0 auto;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 200;
  transition: box-shadow 0.3s ease;
}

.landing-page header.nav.scrolled {
  box-shadow: 0 4px 22px -10px rgba(15, 23, 40, 0.16);
}

.landing-page .logo {
  display: flex;
  align-items: center;
  gap: 9px;
}

.landing-page .logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.landing-page .logo-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
}

.landing-page .logo .wordmark {
  font-weight: 800;
  font-size: 23px;
  letter-spacing: 0.01em;
}

.landing-page .logo .wordmark span {
  color: var(--blue);
}

.landing-page .logo .tagline {
  font-size: 10px;
  color: var(--slate-light);
  letter-spacing: 0.03em;
  margin-top: 2px;
}

.landing-page nav.links {
  display: flex;
  gap: 30px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}

.landing-page nav.links a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.landing-page nav.links a::after {
  content: "⌄";
  font-size: 10px;
  color: var(--slate-light);
}

.landing-page nav.links a.plain::after {
  content: "";
}

.landing-page nav.links a:hover {
  color: var(--blue);
}

.landing-page .nav-cta {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 600;
}

.landing-page .nav-cta a.login {
  color: var(--blue);
}

.landing-page .nav-cta .btn {
  padding: 10px 18px;
  font-size: 13.5px;
}

.landing-page .hero {
  background:
    radial-gradient(ellipse 80% 60% at 85% 20%, rgba(21, 159, 214, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(122, 68, 180, 0.06), transparent 50%),
    var(--bg);
  padding: 28px 0 56px;
}

.landing-page .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 44px;
  align-items: center;
  padding-top: 20px;
}

.landing-page .hero-brand {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}

.landing-page .hero-brand span {
  color: var(--blue);
}

.landing-page .badge-row {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--blue);
  margin-bottom: 16px;
}

.landing-page .hero h1 {
  font-size: 38px;
  color: var(--ink);
  margin-bottom: 14px;
}

.landing-page .hero h1 .accent {
  color: var(--blue);
}

.landing-page .hero p.lede {
  font-size: 14.5px;
  color: var(--slate);
  line-height: 1.6;
  max-width: 440px;
  margin-bottom: 24px;
}

.landing-page .check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 24px;
  margin-bottom: 22px;
  max-width: 420px;
}

.landing-page .check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--ink);
  font-weight: 500;
}

.landing-page .check-item .ic {
  color: var(--green);
  font-size: 13px;
  flex-shrink: 0;
}

.landing-page .cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.landing-page .form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 26px 22px;
  box-shadow: 0 16px 40px -16px rgba(15, 23, 40, 0.14);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.landing-page .form-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.landing-page .form-card-head .fic {
  color: var(--blue);
  font-size: 18px;
}

.landing-page .form-card-head h3 {
  font-size: 16px;
  color: var(--ink);
}

.landing-page .form-card p.sub {
  font-size: 12.5px;
  color: var(--slate);
  margin-bottom: 18px;
  margin-left: 26px;
}

.landing-page .field {
  margin-bottom: 13px;
}

.landing-page .field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 5px;
}

.landing-page .required-mark {
  color: var(--red, #dc2626);
}

.landing-page .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.landing-page .field input,
.landing-page .field select {
  width: 100%;
  padding: 10px 12px;
  border: 1.3px solid var(--line);
  border-radius: 7px;
  font-size: 13px;
  color: var(--ink);
  background: #fff;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-page .field input::placeholder {
  color: #B4BBCA;
}

.landing-page .field input:focus,
.landing-page .field select:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(21, 159, 214, 0.14);
}

.landing-page .form-submit {
  width: 100%;
  margin-top: 5px;
  padding: 13px;
  font-size: 14.5px;
  background: linear-gradient(90deg, var(--blue), var(--purple));
  border: none;
  color: #fff;
}

.landing-page .form-note {
  text-align: center;
  font-size: 11.5px;
  color: var(--slate-light);
  margin-top: 11px;
}

.landing-page .section {
  padding: 60px 0;
}

.landing-page .section-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 40px;
}

.landing-page .section-head h2 {
  font-size: 26px;
  color: var(--ink);
  margin-bottom: 10px;
  text-align: center;
}

.landing-page .section-head p {
  font-size: 14px;
  color: var(--slate);
  line-height: 1.6;
  text-align: center;
}

.landing-page .explainer-title {
  text-align: center;
  font-size: 38px;
  color: var(--blue);
  margin-bottom: 44px;
  letter-spacing: -0.01em;
}

.landing-page .explainer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.landing-page .explainer-grid > * {
  min-width: 0;
}

.landing-page .explainer-copy {
  font-size: 15px;
  color: var(--slate);
  line-height: 1.9;
}

.landing-page .explainer-copy p {
  margin: 0 0 22px;
}

.landing-page .explainer-copy strong {
  color: var(--blue);
}

.landing-page .diff-section {
  background: linear-gradient(180deg, #EFF8FC, #F8F5FC);
  padding: 72px 0;
}

.landing-page .diff-pill {
  display: block;
  width: max-content;
  margin: 0 auto 22px;
  background: #fff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 8px 18px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(15, 23, 40, 0.06);
}

.landing-page .diff-head {
  text-align: center;
  font-size: 36px;
  color: var(--ink);
  margin-bottom: 16px;
}

.landing-page .diff-head .accent {
  color: var(--blue);
  display: block;
}

.landing-page .diff-sub {
  text-align: center;
  font-size: 15px;
  color: var(--slate);
  max-width: 560px;
  margin: 0 auto 46px;
  line-height: 1.6;
}

.landing-page .diff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.landing-page .diff-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 30px;
  box-shadow: 0 16px 40px -22px rgba(15, 23, 40, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.landing-page .diff-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px -22px rgba(15, 23, 40, 0.28);
}

.landing-page .diff-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.landing-page .diff-card-head h3 {
  font-size: 19px;
  color: var(--ink);
}

.landing-page .diff-badge {
  font-size: 11.5px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 14px;
  white-space: nowrap;
}

.landing-page .diff-badge.old {
  background: #FCE4E1;
  color: #D6432E;
}

.landing-page .diff-badge.smart {
  background: var(--blue);
  color: #fff;
}

.landing-page .diff-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.landing-page .diff-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
}

.landing-page .diff-ic {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
}

.landing-page .diff-ic.x {
  background: #FCE4E1;
  color: #D6432E;
}

.landing-page .diff-ic.check {
  background: var(--blue);
  color: #fff;
}

.landing-page .diff-item.old-text {
  color: var(--slate);
}

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

.landing-page .why-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 26px 22px;
  text-align: left;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.landing-page .why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px -22px rgba(15, 23, 40, 0.28);
}

.landing-page .why-card .wi {
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 19px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-light);
  transition: transform 0.3s ease;
}

.landing-page .why-card:hover .wi {
  transform: scale(1.12);
}

.landing-page .why-card:nth-child(3n+2) .wi {
  color: var(--purple);
  background: var(--purple-light);
}

.landing-page .why-card:nth-child(3n) .wi {
  color: var(--gold-dark);
  background: var(--gold-light);
}

.landing-page .why-card h3 {
  font-size: 14.5px;
  color: var(--ink);
  margin-bottom: 8px;
}

.landing-page .why-card p {
  font-size: 12.5px;
  color: var(--slate);
  line-height: 1.55;
  margin: 0;
}

.landing-page .wrap--wide {
  max-width: 1540px;
  padding: 0 48px;
}

.landing-page .action-showcase {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 22px;
  align-items: start;
}

.landing-page .action-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: sticky;
  top: 90px;
}

.landing-page .action-item {
  text-align: left;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: transparent;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--slate);
  cursor: pointer;
  transition: all 0.2s ease;
}

.landing-page .action-item:hover {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}

.landing-page .action-item.active {
  background: #fff;
  border-color: var(--blue);
  color: var(--blue);
  box-shadow: 0 10px 24px -14px rgba(21, 159, 214, 0.45);
}

.landing-page .action-stage {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 70px -30px rgba(15, 23, 40, 0.35);
}

.landing-page .action-stage img {
  width: 100%;
  height: auto;
  display: block;
  animation: actionFade 0.45s ease;
}

@keyframes actionFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.landing-page .action-stage--tall {
  max-height: 640px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.landing-page .action-scroll-hint {
  color: var(--blue);
  font-weight: 600;
}

.landing-page .action-caption {
  text-align: center;
  font-size: 13.5px;
  color: var(--slate);
  margin-top: 16px;
}

.landing-page .action-caption strong {
  color: var(--ink);
}

.landing-page .shot-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(15, 23, 40, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.landing-page .shot-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px -22px rgba(15, 23, 40, 0.28);
}

.landing-page .shot-card .thumb {
  height: 190px;
  background: #f4f7fb;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.landing-page .shot-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
}

.landing-page .shot-card:hover .thumb {
  transform: scale(1.03);
}

.landing-page .shot-card .cap {
  padding: 14px 16px 18px;
}

.landing-page .shot-card .cap h4 {
  font-size: 13.5px;
  color: var(--ink);
  margin-bottom: 5px;
  text-align: center;
}

.landing-page .shot-card .cap p {
  font-size: 11.5px;
  color: var(--slate);
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

.landing-page .dots {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.landing-page .dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--line);
  transition: all 0.3s ease;
  cursor: pointer;
}

.landing-page .dots span.active {
  background: var(--blue);
  width: 16px;
  border-radius: 3px;
}

.landing-page .mockup {
  position: relative;
  width: 100%;
  height: 100%;
}

.landing-page .mockup .sidebar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 26%;
  background: var(--navy);
}

.landing-page .mockup .sidebar .dot {
  width: 14px;
  height: 3px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  margin: 8px auto 0;
}

.landing-page .mockup .sidebar .row {
  width: 70%;
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  margin: 9px auto;
}

.landing-page .mockup .topbar {
  position: absolute;
  left: 26%;
  right: 0;
  top: 0;
  height: 16%;
  background: #fff;
  border-bottom: 1px solid #EEF1F7;
}

.landing-page .mockup .topbar .pill {
  width: 36%;
  height: 5px;
  background: #E7EBF3;
  border-radius: 3px;
  position: absolute;
  left: 6%;
  top: 38%;
}

.landing-page .mockup .body {
  position: absolute;
  left: 26%;
  right: 0;
  top: 16%;
  bottom: 0;
  background: #F8FAFD;
  padding: 8%;
}

.landing-page .bar-row {
  display: flex;
  align-items: flex-end;
  gap: 5%;
  height: 60%;
  margin-bottom: 10%;
}

.landing-page .bar {
  flex: 1;
  border-radius: 2px 2px 0 0;
}

.landing-page .b1 { background: var(--blue); height: 55%; }
.landing-page .b2 { background: var(--purple); height: 80%; }
.landing-page .b3 { background: var(--gold); height: 40%; }
.landing-page .b4 { background: var(--blue); height: 95%; }
.landing-page .b5 { background: var(--purple); height: 65%; }
.landing-page .b6 { background: var(--gold); height: 35%; }

.landing-page .line-row {
  height: 6px;
  background: #E7EBF3;
  border-radius: 3px;
  margin-bottom: 14%;
}

.landing-page .line-row.w60 { width: 60%; }
.landing-page .line-row.w80 { width: 80%; }
.landing-page .line-row.w40 { width: 40%; }
.landing-page .line-row.w90 { width: 90%; }

.landing-page .table-mock .trow {
  display: flex;
  gap: 6%;
  align-items: center;
  height: 9%;
  margin-bottom: 6%;
}

.landing-page .table-mock .cell {
  height: 5px;
  background: #E7EBF3;
  border-radius: 3px;
  flex: 1;
}

.landing-page .table-mock .cell.short { flex: 0.4; }
.landing-page .table-mock .cell.blue { background: #A9DDF0; }

.landing-page .faq-title {
  font-size: 26px;
  color: var(--ink);
  margin: 6px 0 4px;
  text-align: left;
}

.landing-page .faq-section {
  background: var(--white);
}

.landing-page .faq-cta-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 26px;
  align-items: start;
}

.landing-page .faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
  align-items: start;
}

.landing-page .faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 15px 18px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-page .faq-item:hover {
  border-color: #C7D3EA;
}

.landing-page .faq-item.open {
  border-color: var(--blue);
  box-shadow: 0 6px 18px -10px rgba(21, 159, 214, 0.35);
}

.landing-page .faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  gap: 12px;
}

.landing-page .faq-q .chev {
  color: var(--slate-light);
  font-size: 11px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.landing-page .faq-item.open .faq-q .chev {
  transform: rotate(180deg);
  color: var(--blue);
}

.landing-page .faq-a-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.3s ease, margin-top 0.3s ease;
  opacity: 0;
}

.landing-page .faq-item.open .faq-a-wrap {
  opacity: 1;
  margin-top: 12px;
  max-height: 220px;
}

.landing-page .faq-a {
  font-size: 12.5px;
  color: var(--slate);
  line-height: 1.65;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.landing-page .cta-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 26px 24px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.landing-page .cta-card h3 {
  font-size: 19px;
  color: var(--ink);
  margin-bottom: 12px;
}

.landing-page .cta-card p {
  font-size: 13px;
  color: var(--slate);
  line-height: 1.6;
  margin-bottom: 18px;
}

.landing-page .cta-card .btn {
  width: 100%;
  margin-bottom: 14px;
  padding: 13px;
}

.landing-page .cta-card .phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
}

.landing-page .final-cta {
  background: linear-gradient(90deg, var(--blue), var(--purple));
  padding: 36px 0;
}

.landing-page .final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.landing-page .final-cta-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.landing-page .final-cta-left .cic {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  font-size: 19px;
}

.landing-page .final-cta h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 4px;
}

.landing-page .final-cta p {
  font-size: 13px;
  color: #E4D9F3;
  margin: 0;
}

.landing-page .final-cta-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.landing-page footer {
  background: #0A1024;
  color: #B9C2D8;
  padding: 44px 0 20px;
}

.landing-page .foot-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 28px;
}

.landing-page .foot-grid p {
  font-size: 12.5px;
  line-height: 1.7;
  color: #8B96AE;
  max-width: 270px;
  margin-top: 10px;
}

.landing-page .foot-col h3 {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}

.landing-page .foot-col a {
  display: block;
  font-size: 12.5px;
  color: #98A2B8;
  margin-bottom: 9px;
}

.landing-page .foot-col a:hover {
  color: #fff;
}

.landing-page .foot-grid--simple {
  grid-template-columns: 1fr;
  max-width: 520px;
}

.landing-page .foot-grid--contact {
  grid-template-columns: 1.2fr 0.7fr 1.1fr;
  align-items: start;
}

.landing-page .foot-col--brand {
  justify-self: end;
}

.landing-page .foot-brand-row {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 8px;
}

.landing-page .foot-brand-row img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.landing-page .foot-col--brand .wordmark {
  font-weight: 800;
  font-size: 30px;
  color: #fff;
}

.landing-page .foot-col--brand .wordmark span {
  color: #4FCBEF;
}

.landing-page .foot-col--brand p {
  font-size: 14px;
  line-height: 1.75;
  max-width: 330px;
}

.landing-page .foot-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12.5px;
  line-height: 1.6;
  color: #98A2B8;
  margin-bottom: 11px;
  max-width: 360px;
}

.landing-page .foot-contact-row svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: #4FCBEF;
}

.landing-page .foot-contact-row a {
  color: #98A2B8;
}

.landing-page .foot-contact-row a:hover {
  color: #fff;
}

.landing-page .foot-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.landing-page .foot-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: #B9C2D8;
  transition: all 0.25s ease;
}

.landing-page .foot-social a:hover {
  background: var(--blue);
  color: #fff;
}

.landing-page .foot-contact {
  font-size: 13px;
  font-weight: 600;
  color: #98A2B8;
  margin-top: 14px;
}

.landing-page .foot-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 11.5px;
  color: #5D6579;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-page .foot-bottom a {
  color: #8B96AE;
  margin-left: 16px;
}

.landing-page .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.3, 1), transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.landing-page .reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.landing-page .reveal-stagger > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.landing-page .reveal-stagger.in-view > * {
  opacity: 1;
  transform: translateY(0);
}

.landing-page .reveal-stagger.in-view > *:nth-child(1) { transition-delay: 0.04s; }
.landing-page .reveal-stagger.in-view > *:nth-child(2) { transition-delay: 0.09s; }
.landing-page .reveal-stagger.in-view > *:nth-child(3) { transition-delay: 0.14s; }
.landing-page .reveal-stagger.in-view > *:nth-child(4) { transition-delay: 0.19s; }
.landing-page .reveal-stagger.in-view > *:nth-child(5) { transition-delay: 0.24s; }
.landing-page .reveal-stagger.in-view > *:nth-child(6) { transition-delay: 0.29s; }
.landing-page .reveal-stagger.in-view > *:nth-child(7) { transition-delay: 0.34s; }
.landing-page .reveal-stagger.in-view > *:nth-child(8) { transition-delay: 0.39s; }
.landing-page .reveal-stagger.in-view > *:nth-child(9) { transition-delay: 0.44s; }

@keyframes landingFadeInUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

.landing-page .hero-grid > div:first-child {
  animation: landingFadeInUp 0.8s ease both;
}

.landing-page .hero-grid .hero-visual {
  animation: landingFadeInUp 0.8s ease 0.15s both;
}

@keyframes landingSoftPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(21, 159, 214, 0.35); }
  50% { box-shadow: 0 0 0 6px rgba(21, 159, 214, 0); }
}

.landing-page .hero .btn-primary {
  animation: landingSoftPulse 2.8s ease-in-out infinite;
}

.landing-page .hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.landing-page .hamburger span {
  width: 100%;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.landing-page .hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.landing-page .hamburger.open span:nth-child(2) {
  opacity: 0;
}

.landing-page .hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.landing-page .mobile-menu {
  display: none;
  flex-direction: column;
  background: #fff;
  border-top: 1px solid var(--line);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.landing-page .mobile-menu.open {
  max-height: 400px;
}

.landing-page .mobile-menu a {
  padding: 14px 24px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}

.landing-page .mobile-menu .btn {
  margin: 14px 24px;
}

.landing-page .video-card {
  background: var(--blue-light);
  border-radius: 16px;
  padding: 22px;
}

.landing-page .video-inner {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px -14px rgba(15, 23, 40, 0.2);
}

.landing-page .video-header {
  background: var(--blue);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.landing-page .video-header .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.landing-page .video-header .title {
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  margin-left: 8px;
}

.landing-page .amort-scroll {
  position: relative;
  overflow-x: auto;
}

.landing-page .amort-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  font-size: 11.5px;
}

.landing-page .amort-table th {
  text-align: left;
  padding: 10px 16px;
  color: var(--slate);
  font-weight: 600;
  border-bottom: 1px solid var(--line);
}

.landing-page .amort-table td {
  padding: 7px 16px;
}

.landing-page .amort-table tbody {
  color: var(--blue);
  font-weight: 500;
}

.landing-page .play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px -6px rgba(21, 159, 214, 0.55);
  pointer-events: none;
}

.landing-page .play-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #fff;
  margin-left: 4px;
}

.landing-page .video-footer {
  background: var(--navy);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 12px;
}

.landing-page .video-footer .progress {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  position: relative;
}

.landing-page .video-footer .progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14%;
  background: var(--blue);
  border-radius: 2px;
}

.landing-page .explainer-grid--video-right .explainer-copy {
  order: 1;
}

.landing-page .explainer-grid--video-right .video-card {
  order: 2;
}

.landing-page .video-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
  background: #000;
}

.landing-page .form-status {
  font-size: 12.5px;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 7px;
  line-height: 1.5;
}

.landing-page .form-status.success {
  background: #ecfdf3;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.landing-page .form-status.error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.landing-page .form-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.landing-page #demo-form,
.landing-page section[id],
.landing-page footer[id] {
  scroll-margin-top: 88px;
}

.landing-page .nav-cta .btn {
  border: none;
  font-family: inherit;
}

.landing-page .nav-spacer {
  flex: 1;
}

.landing-page .explainer-section {
  padding-top: 64px;
  padding-bottom: 72px;
  background: #fff;
}

.landing-page .explainer-visual {
  position: relative;
}

.landing-page .product-shot {
  display: block;
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 20px 40px -22px rgba(30, 17, 64, 0.22),
    0 6px 14px -8px rgba(21, 159, 214, 0.12);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  max-width: 1440px;
}

.landing-page .product-shot-carousel {
  pointer-events: auto;
  outline: none;
}

.landing-page .product-shot-carousel:focus-visible {
  box-shadow:
    0 0 0 3px rgba(21, 159, 214, 0.35),
    0 20px 40px -22px rgba(30, 17, 64, 0.22);
}

.landing-page .product-shot:hover {
  transform: translateY(-3px);
  box-shadow:
    0 26px 48px -22px rgba(30, 17, 64, 0.28),
    0 8px 16px -8px rgba(21, 159, 214, 0.16);
}

.landing-page .product-carousel-viewport {
  position: relative;
  overflow: hidden;
  background: #f8fafc;
}

.landing-page .product-carousel-viewport--explainer {
  max-height: 520px;
}

.landing-page .product-carousel-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.landing-page .product-carousel-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.landing-page .product-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(15, 23, 40, 0.18);
  display: grid;
  place-items: center;
  z-index: 2;
  transition: background 0.2s ease, transform 0.2s ease;
}

.landing-page .product-carousel-btn:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.06);
}

.landing-page .product-carousel-btn--prev { left: 12px; padding-right: 2px; }
.landing-page .product-carousel-btn--next { right: 12px; padding-left: 2px; }

.landing-page .product-carousel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px 12px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.landing-page .product-carousel-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.landing-page .product-carousel-dot {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background: #cbd5e1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.landing-page .product-carousel-dot.active {
  background: var(--blue);
  transform: scale(1.15);
}

.landing-page .product-carousel-caption {
  flex: 1;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--slate);
}

.landing-page .product-carousel-count {
  font-size: 11px;
  color: var(--slate-light);
  font-weight: 600;
  white-space: nowrap;
}

.landing-page .product-shot-chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #F0F3F8;
  border-bottom: 1px solid var(--line);
}

.landing-page .product-shot-chrome > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D5DBE6;
}

.landing-page .product-shot-chrome > span:nth-child(1) { background: #FF5F57; }
.landing-page .product-shot-chrome > span:nth-child(2) { background: #FEBC2E; }
.landing-page .product-shot-chrome > span:nth-child(3) { background: #28C840; }

.landing-page .product-shot-url {
  margin-left: 10px;
  flex: 1;
  font-size: 11px;
  color: var(--slate);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 4px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.landing-page .product-shot-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: top left;
}

.landing-page .hero-visual {
  padding: 0;
  background: transparent;
}

.landing-page .hero-visual .product-shot {
  width: 100%;
  max-width: 100%;
}

.landing-page .explainer-visual .product-shot {
  width: 100%;
  max-width: 100%;
}

.landing-page .explainer-copy--solo {
  max-width: 820px;
}

.landing-page .explainer-copy--solo p {
  margin: 0 0 16px;
  color: var(--slate);
  line-height: 1.7;
  font-size: 15px;
}

.landing-page .demo-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(15, 23, 40, 0.52);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: landingModalFade 0.2s ease both;
}

.landing-page .demo-modal {
  position: relative;
  width: min(100%, 440px);
  max-height: min(92vh, 720px);
  overflow-y: auto;
  margin: 0;
  animation: landingFadeInUp 0.28s ease both;
}

.landing-page .demo-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: var(--slate);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  border-radius: 6px;
}

.landing-page .demo-modal-close:hover {
  color: var(--ink);
  background: var(--bg);
}

@keyframes landingModalFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.landing-page .faq-list--full {
  grid-template-columns: 1fr 1fr;
}

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

@media (max-width: 968px) {
  .landing-page .faq-list--full {
    grid-template-columns: 1fr;
  }

  .landing-page .explainer-grid--video-right .explainer-copy,
  .landing-page .explainer-grid--video-right .video-card {
    order: unset;
  }

  .landing-page .wrap { padding: 0 24px; }
  .landing-page header.nav { padding: 14px 24px; }
  .landing-page .nav-cta .login { display: inline; }
  .landing-page .hero { padding-top: 14px; }
  .landing-page .hero-grid { grid-template-columns: 1fr; gap: 34px; padding-top: 14px; }
  .landing-page .hero h1 { font-size: 30px; }
  .landing-page .explainer-grid { grid-template-columns: 1fr; gap: 32px; }
  .landing-page .explainer-title { font-size: 30px; }
  .landing-page .diff-grid { grid-template-columns: 1fr; gap: 20px; }
  .landing-page .diff-head { font-size: 30px; }
  .landing-page .why-grid { grid-template-columns: repeat(2, 1fr); }
  .landing-page .action-showcase { grid-template-columns: 1fr; }
  .landing-page .action-list { position: static; flex-direction: row; flex-wrap: wrap; justify-content: center; }
  .landing-page .action-item { font-size: 12px; padding: 7px 12px; border-color: var(--line); background: #fff; border-radius: 999px; }
  .landing-page .foot-grid--contact { grid-template-columns: 1fr; gap: 26px; }
  .landing-page .foot-col--brand { justify-self: start; }
  .landing-page .faq-cta-layout { grid-template-columns: 1fr; gap: 24px; }
  .landing-page .faq-list { grid-template-columns: 1fr; }
  .landing-page .foot-grid { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 640px) {
  .landing-page .wrap { padding: 0 20px; }
  .landing-page header.nav { padding: 12px 20px; }
  .landing-page .logo .wordmark { font-size: 18px; }
  .landing-page .logo .tagline { display: none; }
  .landing-page .nav-cta { gap: 12px; }
  .landing-page .nav-cta .btn { padding: 9px 14px; font-size: 12.5px; }
  .landing-page .hero h1 { font-size: 25px; }
  .landing-page .hero p.lede { font-size: 13.5px; }
  .landing-page .badge-row { font-size: 10.5px; }
  .landing-page .check-grid { grid-template-columns: 1fr; gap: 8px; }
  .landing-page .cta-row { flex-direction: column; align-items: stretch; gap: 10px; }
  .landing-page .cta-row .btn { width: 100%; }
  .landing-page .form-card { padding: 22px 18px 18px; }
  .landing-page .section { padding: 44px 0; }
  .landing-page .section-head h2 { font-size: 21px; }
  .landing-page .explainer-title { font-size: 24px; margin-bottom: 28px; }
  .landing-page .diff-section { padding: 52px 0; }
  .landing-page .diff-head { font-size: 24px; }
  .landing-page .diff-card { padding: 24px 20px; }
  .landing-page .why-grid { grid-template-columns: 1fr; }
  .landing-page .action-item { font-size: 11.5px; padding: 6px 10px; }
  .landing-page .foot-bottom { flex-direction: column; gap: 12px; align-items: flex-start; }
  .landing-page .foot-bottom span:last-child { display: flex; flex-wrap: wrap; gap: 12px 16px; }
  .landing-page .foot-bottom a { margin-left: 0; }
  .landing-page .product-carousel-btn {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .landing-page .product-carousel-btn--prev { left: 8px; }
  .landing-page .product-carousel-btn--next { right: 8px; }

  .landing-page .product-carousel-caption { font-size: 11px; }
  .landing-page .field-row { grid-template-columns: 1fr; gap: 0; }
}
