:root {
      --ink: #0a2037;
      --ink-2: #18344d;
      --muted: #617287;
      --blue: #1585f8;
      --blue-dark: #075fb8;
      --blue-soft: #eaf5ff;
      --blue-pale: #f5faff;
      --green: #0a9f77;
      --violet: #6a54d8;
      --cream: #fbfbf4;
      --white: #ffffff;
      --line: #dfe8f0;
      --line-soft: #edf2f6;
      --shadow: 0 28px 80px -44px rgba(10, 32, 55, .42);
      --shadow-soft: 0 18px 45px -30px rgba(10, 32, 55, .34);
      --radius-lg: 30px;
      --radius-md: 20px;
      --radius-sm: 13px;
      --max: 1180px;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    :focus-visible { outline: 3px solid rgba(21, 133, 248, .45); outline-offset: 3px; }
    html { scroll-behavior: smooth; }
    body {
      font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
      background: var(--cream);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
      min-width: 320px;
    }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; height: auto; }
    button, input, textarea, select { font: inherit; }
    button { cursor: pointer; }
    h1, h2, h3 { line-height: 1.08; letter-spacing: -.04em; }
    p { color: var(--muted); }
    section[id] { scroll-margin-top: 88px; }
    .skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: #fff; transform: translateY(-150%); transition: transform .2s ease; }
    .skip-link:focus { transform: translateY(0); }

    .wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
    .section { padding: 104px 0; }
    .section-head { max-width: 720px; margin-bottom: 50px; }
    .section-head.center { text-align: center; margin-inline: auto; }
    .section-head h2 { font-size: clamp(34px, 4.5vw, 56px); margin-top: 14px; }
    .section-head p { font-size: 17px; margin-top: 18px; }
    .section-head.center p { margin-inline: auto; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--blue-dark);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .eyebrow::before { content: ""; width: 23px; height: 2px; border-radius: 2px; background: currentColor; }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 48px;
      padding: 12px 20px;
      border: 1px solid transparent;
      border-radius: 12px;
      font-size: 14px;
      font-weight: 750;
      transition: .2s ease;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary { color: #fff; background: var(--blue); box-shadow: 0 16px 32px -18px rgba(21, 133, 248, .9); }
    .btn-primary:hover { background: #0878e8; }
    .btn-light { color: var(--ink); background: #fff; }
    .arrow { width: 17px; height: 17px; flex: none; }

    /* Header */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(248, 251, 255, .92);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(10, 32, 55, .07);
    }
    .nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .brand { min-width: 132px; display: inline-flex; align-items: flex-start; }
    .tm-mark { display: inline-block; position: relative; top: -1px; margin-left: 4px; color: currentColor; font-size: 14px; font-weight: 900; line-height: 1; }
    .brand img { height: 32px; width: auto; }
    .nav-links { display: flex; align-items: center; gap: 28px; }
    .nav-links a { font-size: 13.5px; font-weight: 650; color: #476075; transition: .18s ease; }
    .nav-links a:hover { color: var(--blue-dark); }
    .nav-actions { display: flex; align-items: center; gap: 10px; }
    .menu-btn { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 12px; }
    .mobile-nav { display: none; padding: 8px 0 20px; border-top: 1px solid var(--line-soft); }
    .mobile-nav.is-open { display: block; }
    .mobile-nav a { display: block; padding: 13px 2px; font-size: 14px; font-weight: 650; color: #476075; border-bottom: 1px solid var(--line-soft); }

    /* Hero */
    .hero {
      position: relative;
      overflow: hidden;
      color: var(--ink);
      background:
        radial-gradient(circle at 84% 18%, rgba(21, 133, 248, .14), transparent 34%),
        radial-gradient(circle at 16% 86%, rgba(10, 159, 119, .09), transparent 31%),
        linear-gradient(145deg, #ffffff 0%, #f5faff 48%, #eaf5ff 100%);
      padding: 112px 0 96px;
      border-bottom: 1px solid var(--line-soft);
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(10,32,55,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(10,32,55,.045) 1px, transparent 1px);
      background-size: 54px 54px;
      mask-image: linear-gradient(to bottom, black, transparent 92%);
    }
    .hero::after {
      content: "";
      position: absolute;
      width: 660px;
      height: 660px;
      right: -250px;
      top: -310px;
      border-radius: 50%;
      border: 1px solid rgba(21,133,248,.12);
      box-shadow: 0 0 0 70px rgba(21,133,248,.035), 0 0 0 140px rgba(21,133,248,.02);
    }
    .hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: center; }
    .hero .eyebrow { color: var(--blue-dark); }
    .hero h1 { font-size: clamp(48px, 6vw, 78px); max-width: 12ch; margin-top: 22px; font-weight: 800; }
    .hero h1 span { color: var(--blue-dark); }
    .hero-copy > p { max-width: 660px; margin: 25px 0 31px; color: #486278; font-size: clamp(17px, 1.65vw, 20px); }
    .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
    .hero .btn-light { color: #fff; background: var(--blue); box-shadow: 0 16px 32px -18px rgba(21,133,248,.9); }
    .hero .btn-light:hover { background: #0878e8; }
    .hero-contact-btn { color: var(--ink); border-color: #c7d8e7; background: rgba(255,255,255,.7); }
    .hero-contact-btn:hover { border-color: #8eb6d8; background: #fff; }
    .tagline { display: flex; align-items: center; gap: 10px; margin-top: 34px; color: #7890a2; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
    .tagline strong { color: var(--ink); }
    .tagline i { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }

    .ecosystem-orbit {
      position: relative;
      width: min(100%, 500px);
      aspect-ratio: 1;
      margin-inline: auto;
      display: grid;
      place-items: center;
      isolation: isolate;
    }
    .ecosystem-orbit::before {
      content: "";
      position: absolute;
      inset: 11%;
      border: 1px solid rgba(21, 133, 248, .26);
      border-radius: 50%;
      box-shadow: 0 0 0 36px rgba(21,133,248,.028), 0 0 0 72px rgba(21,133,248,.018);
    }
    .ecosystem-orbit::after {
      content: "";
      position: absolute;
      inset: 22%;
      border: 1px dashed rgba(7, 95, 184, .24);
      border-radius: 50%;
      animation: orbit-spin 34s linear infinite;
    }
    @keyframes orbit-spin { to { transform: rotate(360deg); } }
    .orbit-center {
      position: relative;
      z-index: 4;
      width: 164px;
      height: 164px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 28px;
      border: 1px solid rgba(21,133,248,.24);
      border-radius: 50%;
      background: rgba(255,255,255,.96);
      box-shadow: 0 30px 70px -34px rgba(10,32,55,.4), 0 0 0 14px rgba(255,255,255,.65);
    }
    .orbit-center img { width: 108px; height: auto; object-fit: contain; }
    .orbit-center-label { color: #6c7f90; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
    .orbit-node {
      position: absolute;
      z-index: 5;
      width: 104px;
      height: 104px;
      display: grid;
      place-items: center;
      border: 0;
      background: transparent;
      transition: transform .25s ease, filter .25s ease;
    }
    .orbit-node:hover { transform: translateY(-5px) scale(1.06); filter: saturate(1.08); }
    .orbit-node img { width: 80px; height: 80px; object-fit: contain; filter: drop-shadow(0 14px 16px rgba(10,32,55,.19)); }
    .orbit-node.slate img { width: 88px; height: 88px; opacity: 1; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(10,32,55,.18)); }
        .orbit-node.legalpaper { top: 1%; left: 50%; transform: translateX(-50%); }
    .orbit-node.legalpaper:hover { transform: translateX(-50%) translateY(-5px) scale(1.06); }
    .orbit-node.bumi { left: 4%; bottom: 12%; }
    .orbit-node.slate { right: 4%; bottom: 12%; }

    /* Ecosystem */
    .ecosystem-section { background: #fff; border-bottom: 1px solid var(--line-soft); }
    .lifecycle {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      margin-top: 24px;
      border: 1px solid var(--line);
      border-radius: 26px;
      background: #fff;
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }
    .life-stage {
      position: relative;
      min-height: 316px;
      padding: 30px 30px 34px;
      border-right: 1px solid var(--line);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    .life-stage:last-child { border-right: 0; }
    .stage-header {
      width: 100%;
      min-height: 76px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 22px;
    }
    .stage-brand {
      min-width: 0;
      display: inline-flex;
      align-items: center;
      width: min(100%, 190px);
    }
    .stage-brand img {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 50px;
      object-fit: contain;
      object-position: left center;
      flex: none;
      display: block;
    }
    .stage-brand strong {
      display: none;
    }
    .stage-brand-slate {
      width: min(100%, 190px);
      min-height: 50px;
      align-items: center;
    }
    .stage-brand-slate img {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 50px;
      object-fit: contain;
      object-position: left center;
      flex: none;
      display: block;
    }
    .stage-status {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 27px;
      padding: 5px 10px;
      border-radius: 999px;
      font-size: 9px;
      font-weight: 800;
      line-height: 1;
      letter-spacing: .11em;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .stage-status.live { color: #08775b; background: #e5f7f0; }
    .stage-status.rnd { color: #5d45c2; background: #eeeaff; }
    .stage-category {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 5px 10px;
      color: var(--blue-dark);
      background: var(--blue-soft);
      border-radius: 9px;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: .03em;
    }
    .life-stage h3 { font-size: 25px; margin-top: 20px; }
    .life-stage p { font-size: 14px; margin-top: 12px; }
    .life-stage.rnd { background: linear-gradient(150deg, #fbfaff, #f6f4ff); }
    .life-stage.rnd .stage-category { color: #5d45c2; background: #eeeaff; }

    /* Products */
    .products { background: var(--cream); }
    .product-feature {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 58px;
      align-items: center;
      padding: 54px;
      border: 1px solid var(--line);
      border-radius: 30px;
      background: #fff;
      box-shadow: var(--shadow-soft);
    }
    .product-feature + .product-feature { margin-top: 28px; }
    .product-feature.reverse { grid-template-columns: 1.05fr .95fr; }
    .product-feature.reverse .product-copy { order: 2; }
    .product-feature.reverse .product-visual { order: 1; }
    .product-mark { display: block; margin-bottom: 18px; }
    .product-mark img { width: auto; max-width: min(100%, 220px); max-height: 64px; height: auto; object-fit: contain; display: block; }
    .product-copy h3 { font-size: clamp(29px, 3.2vw, 41px); margin-top: 24px; }
    .product-copy > p { font-size: 16px; margin-top: 18px; }
    .feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 25px 0 30px; list-style: none; }
    .feature-list li { display: flex; gap: 9px; color: #35536a; font-size: 13px; font-weight: 650; }
    .feature-list li::before { content: ""; width: 7px; height: 7px; flex: none; margin-top: 7px; border-radius: 50%; background: var(--blue); }

    .product-visual {
      position: relative;
      min-height: 405px;
      padding: 26px;
      border-radius: 25px;
      background: linear-gradient(145deg, #0a2844, #0866b9);
      overflow: hidden;
    }
    .product-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 40px 40px; }
    .mortgage-dashboard {
      position: relative;
      z-index: 2;
      min-height: 350px;
      border-radius: 18px;
      background: #f5f8fb;
      box-shadow: 0 34px 70px -35px rgba(0,0,0,.82);
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.6);
    }
    .dash-shell { display: grid; grid-template-columns: 1fr; min-height: 320px; }
    .dash-main { min-width: 0; padding: 16px; background: #f7f9fc; }
    .dash-topbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
    .dash-heading strong { display: block; color: #102b43; font-size: 13px; letter-spacing: -.02em; }
    .dash-heading span { display: block; margin-top: 2px; color: #77899a; font-size: 7.5px; }
    .dash-user { display: flex; align-items: center; gap: 7px; color: #62768a; font-size: 7.5px; font-weight: 700; }
    .dash-avatar { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #1585f8; font-size: 7px; }
    .dash-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 10px; }
    .dash-metric { padding: 9px; border: 1px solid #e0e8ef; border-radius: 9px; background: #fff; }
    .dash-metric-top { display: flex; align-items: center; justify-content: space-between; gap: 5px; }
    .dash-metric-label { color: #76899b; font-size: 6.7px; font-weight: 700; }
    .dash-metric-trend { color: #07815e; font-size: 6.2px; font-weight: 800; }
    .dash-metric strong { display: block; margin-top: 4px; color: #102b43; font-size: 16px; letter-spacing: -.03em; }
    .dash-metric small { display: block; margin-top: 1px; color: #98a7b5; font-size: 6.2px; }
    .dash-table { margin-top: 10px; border: 1px solid #dfe7ee; border-radius: 10px; overflow: hidden; background: #fff; }
    .dash-table-head, .dash-table-row {
      display: grid;
      grid-template-columns: 1.15fr 1fr .72fr;
      gap: 8px;
      align-items: center;
    }
    .dash-table-head { padding: 7px 9px; color: #7c8ea0; background: #f1f5f8; font-size: 6.4px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
    .dash-table-row { min-height: 42px; padding: 7px 9px; border-top: 1px solid #edf1f4; }
    .case-id strong { display: block; color: #17344c; font-size: 7.5px; }
    .case-id span, .case-person span { display: block; margin-top: 2px; color: #8a9aaa; font-size: 6.4px; }
    .case-person strong { display: block; color: #3d566b; font-size: 7.1px; }
    .case-status {
      justify-self: end;
      padding: 4px 6px;
      border-radius: 999px;
      font-size: 6.3px;
      font-weight: 800;
      white-space: nowrap;
    }
    .case-status.review { color: #986400; background: #fff4d8; }
    .case-status.query { color: #9a3d32; background: #ffe8e5; }
    .case-status.valuation { color: #075f9d; background: #e5f2ff; }
    .case-status.completed { color: #08704f; background: #e5f7f0; }

    .legal-visual { background: linear-gradient(145deg, #eaf9f3, #dff1ff); }
    .legal-visual::before { background-image: radial-gradient(rgba(10,159,119,.2) 1px, transparent 1px); background-size: 22px 22px; }
    .legal-card { position: relative; z-index: 2; max-width: 360px; margin: 18px auto 0; padding: 24px; border-radius: 21px; background: #fff; box-shadow: var(--shadow); }
    .legal-card-head { display: flex; align-items: center; justify-content: space-between; }
    .legal-card-head strong { font-size: 14px; }
    .legal-card-head span { padding: 5px 8px; color: #08704f; background: #e8f7f1; border-radius: 999px; font-size: 9px; font-weight: 800; }
    .document-stack { margin-top: 22px; display: grid; gap: 10px; }
    .document { display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid var(--line-soft); border-radius: 12px; }
    .doc-icon { width: 34px; height: 34px; flex: none; display: grid; place-items: center; color: var(--green); background: #eaf8f2; border-radius: 9px; }
    .document strong { display: block; font-size: 10.5px; }
    .document small { display: block; margin-top: 2px; color: var(--muted); font-size: 8.5px; }
    .opinion { margin-top: 14px; padding: 14px; border-radius: 12px; color: #0d5e49; background: #ecf9f4; font-size: 10.5px; font-weight: 700; }
    .powered-note { margin-top: 12px; color: #507086; font-size: 10px; text-align: center; }

    /* Capabilities */
    .capabilities { background: #fff; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
    .cap-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: start; }
    .cap-copy h2 { font-size: clamp(34px, 4.4vw, 56px); margin-top: 14px; }
    .cap-copy p { margin-top: 20px; font-size: 16px; }
    .cap-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .cap-item { min-height: 170px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
    .cap-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 12px; }
    .cap-item h3 { margin-top: 18px; font-size: 17px; letter-spacing: -.025em; }
    .cap-item p { margin-top: 8px; font-size: 12.5px; }

    /* Recognition */
    .recognition {
      padding: 58px 0;
      background: #fff;
      border-top: 1px solid var(--line-soft);
      border-bottom: 1px solid var(--line-soft);
    }
    .recognition-strip {
      display: grid;
      grid-template-columns: minmax(190px, .65fr) minmax(0, 2.35fr);
      align-items: center;
      gap: 52px;
    }
    .recognition-label {
      color: #8299ac;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .16em;
      line-height: 1.35;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .recognition-logos {
      display: grid;
      grid-template-columns: 1.25fr .9fr 1.05fr;
      align-items: center;
      gap: clamp(28px, 4vw, 62px);
    }
    .recognition-logo {
      min-width: 0;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    .recognition-logo img {
      display: block;
      width: auto;
      max-width: 100%;
      object-fit: contain;
      object-position: left center;
    }
    .recognition-logo.stpi img { max-height: 52px; }
    .recognition-logo.rbih img { max-height: 44px; }
    .recognition-logo.startuptn img { max-height: 48px; }

    /* Enquiry */
    .contact { padding: 100px 0; background: #fff; }
    .contact-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 68px; align-items: start; }
    .contact-copy h2 { font-size: clamp(36px, 4.8vw, 58px); margin-top: 14px; }
    .contact-copy > p { margin-top: 18px; font-size: 16px; }
    .contact-meta { display: grid; gap: 18px; margin-top: 32px; }
    .contact-meta-item { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 13px; align-items: start; }
    .contact-meta-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 11px; }
    .contact-meta-icon svg { display: block; width: 19px; height: 19px; }
    .contact-meta-content { min-width: 0; padding-top: 1px; }
    .contact-meta-content strong { display: block; color: var(--ink); font-size: 12.5px; line-height: 1.35; }
    .contact-meta-content span, .contact-meta-content a { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; }
    .form-card { padding: 31px; border: 1px solid var(--line); border-radius: 24px; background: var(--cream); box-shadow: var(--shadow-soft); }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
    .field.full { grid-column: 1 / -1; }
    .field label { display: block; margin-bottom: 7px; color: #385269; font-size: 11px; font-weight: 750; }
    .field input, .field textarea, .field select {
      width: 100%;
      border: 1px solid #d7e1e9;
      border-radius: 11px;
      background: #fff;
      color: var(--ink);
      outline: none;
      padding: 13px 14px;
      font-size: 13px;
      transition: .18s ease;
    }
    .field textarea { min-height: 126px; resize: vertical; }
    .field input:focus, .field textarea:focus, .field select:focus { border-color: #6db6f8; box-shadow: 0 0 0 4px rgba(21,133,248,.1); }
    .form-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; }
    .form-actions .btn:disabled { cursor: wait; opacity: .72; transform: none; }
    .form-note { max-width: 360px; font-size: 10.5px; color: #7890a2; }
    .honey-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

    .form-status { font-size: 13.5px; text-align: center; margin-top: 14px; display: none; padding: 10px 14px; border-radius: 8px; font-weight: 600; }
    .form-status.show { display: block; }
    .form-status.error { background: rgba(220, 53, 69, .1); color: #C0392B; }
    #submitButton[disabled] { opacity: .65; cursor: not-allowed; }

    /* Footer copied from current eLinx structure */
    footer { padding: 62px 0 25px; background: #071e32; color: #c7d4df; }
    .footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .7fr 1fr; gap: 40px; }
    .footer-logo-lockup { display: inline-flex; align-items: flex-start; color: #fff; }
    .footer-logo-lockup .tm-mark { top: -1px; margin-left: 4px; font-size: 14px; color: #fff; }
    .footer-brand img { height: 31px; width: auto; filter: none; }
    .footer-brand p { max-width: 390px; margin-top: 18px; color: #9eb1c1; font-size: 13px; }
    .footer-tagline { margin-top: 18px; color: #fff; font-size: 11.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
    footer h3 { margin-bottom: 14px; color: #7fa3bf; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
    footer a, footer address { display: block; margin-bottom: 9px; color: #c7d4df; font-size: 12.5px; font-style: normal; }
    footer a:hover { color: #fff; }
    .footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #7f96a9; font-size: 10.5px; }

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

    @media (max-width: 1020px) {
      .nav-links { display: none; }
      .menu-btn { display: flex; }
      .nav-actions .btn { display: none; }
      .hero-grid, .product-feature, .product-feature.reverse, .cap-grid, .contact-shell { grid-template-columns: 1fr; }
      .product-feature.reverse .product-copy, .product-feature.reverse .product-visual { order: initial; }
      .ecosystem-orbit { max-width: 560px; }
      .lifecycle { grid-template-columns: 1fr; }
      .life-stage { border-right: 0; border-bottom: 1px solid var(--line); }
      .life-stage:last-child { border-bottom: 0; }
      .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
      .footer-grid > div:last-child { grid-column: 1 / -1; }
    }

    @media (max-width: 700px) {
      .wrap { width: min(var(--max), calc(100% - 28px)); }
      .section { padding: 76px 0; }
      .hero { padding: 78px 0 72px; }
      .hero h1 { font-size: 43px; }
      .hero-grid { gap: 44px; }
      .ecosystem-orbit { width: min(100%, 430px); }
      .orbit-center { width: 138px; height: 138px; padding: 23px; }
      .orbit-center img { width: 94px; }
      .orbit-node { width: 78px; height: 78px; }
      .orbit-node img { width: 62px; height: 62px; }
      .orbit-node.bumi { left: 2%; bottom: 13%; }
      .orbit-node.slate { right: 2%; bottom: 13%; }
      .product-feature { padding: 28px 22px; gap: 34px; }
      .feature-list, .cap-list, .form-grid { grid-template-columns: 1fr; }
      .product-visual { min-height: 350px; padding: 17px; }
      .dash-shell { grid-template-columns: 1fr; }
      .dash-metrics { grid-template-columns: repeat(2, 1fr); }
      .dash-table-head, .dash-table-row { grid-template-columns: 1.1fr .95fr .75fr; }
      .form-card { padding: 22px; }
      .form-actions { align-items: flex-start; flex-direction: column; }
      .recognition-strip { grid-template-columns: 1fr; gap: 30px; }
      .recognition-label { white-space: normal; }
      .recognition-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
      .recognition-logo { justify-content: center; }
      .recognition-logo.stpi img { max-height: 46px; }
      .recognition-logo.rbih img { max-height: 40px; }
      .recognition-logo.startuptn img { max-height: 44px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .footer-brand { grid-column: 1 / -1; }
      .footer-grid > div:last-child { grid-column: 1 / -1; }
      .footer-bottom { flex-direction: column; }
      .tagline { gap: 7px; font-size: 10px; }
      .brand img { height: 29px; }
      .nav { height: 68px; }
      .field input, .field textarea, .field select { font-size: 16px; }
    }

    @media (max-width: 460px) {
      .wrap { width: min(var(--max), calc(100% - 22px)); }
      .hero { padding: 66px 0 62px; }
      .hero h1 { font-size: clamp(38px, 12vw, 46px); }
      .hero-copy > p { font-size: 16px; }
      .hero-actions .btn { width: 100%; }
      .ecosystem-orbit { width: 310px; max-width: 100%; }
      .orbit-center { width: 112px; height: 112px; padding: 19px; }
      .orbit-center img { width: 78px; }
      .orbit-center-label { font-size: 8px; }
      .orbit-node { width: 66px; height: 66px; }
      .orbit-node img { width: 54px; height: 54px; }
      .orbit-node.slate img { width: 60px; height: 60px; opacity: 1; object-fit: contain; }
            .orbit-node.bumi { left: 0; bottom: 12%; }
      .orbit-node.slate { right: 0; bottom: 12%; }
            .mortgage-dashboard, .dash-shell { min-height: 330px; }
      .dash-shell { grid-template-columns: 1fr; }
      .dash-main { padding: 12px; }
      .dash-user span:first-child { display: none; }
      .dash-metrics { grid-template-columns: repeat(2, 1fr); }
      .dash-table-head, .dash-table-row { grid-template-columns: 1.12fr .9fr .78fr; }
      .case-status { justify-self: end; }
      .section-head h2, .contact-copy h2 { font-size: 36px; }
      .product-feature { padding: 24px 18px; }
      .product-copy h3 { font-size: clamp(28px, 9vw, 34px); }
      .stage-brand, .stage-brand-slate { width: min(100%, 165px); }
      .stage-brand img, .stage-brand-slate img { max-height: 42px; }
      .product-mark img { max-width: min(100%, 190px); max-height: 54px; }
      .recognition { padding: 46px 0; }
      .recognition-label { font-size: 10px; text-align: center; }
      .recognition-logos { grid-template-columns: 1fr; gap: 30px; }
      .recognition-logo img { margin-inline: auto; }
      .recognition-logo.stpi img { max-height: 48px; }
      .recognition-logo.rbih img { max-height: 42px; }
      .recognition-logo.startuptn img { max-height: 46px; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
    }

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