/* ==========================================================================
   START A COMPANY — a conversion landing page, built to the shape the audit
   found and to the one thing none of those twelve firms does: talk to a
   founder like a person with a business rather than a party to a matter.

   The order is the competitor spine with the proof moved up: promise,
   deliverables, route, the risk that makes the route worth paying for, the
   matters, the questions, the ask. Sections alternate ground so the page has
   a pulse on a phone, where the whole thing is one long column.
   ========================================================================== */

.lp {
  position: relative;
  z-index: 2;
  background: var(--haq-ground, #061019);
  color: #f4efe4;
  padding-block: clamp(52px, 8vh, 92px);
  padding-inline: clamp(20px, 4vw, 48px);
}
.lp-in { max-width: 1080px; margin-inline: auto; }
/* every other band lifts a shade, so the column does not read as one wall */
.lp-get, .lp-risk, .lp-faq { background: #0a141d; }

.lp-eyebrow, .lp-kicker {
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--record-amber, #66693e);
}
[dir="rtl"] .lp-eyebrow, [dir="rtl"] .lp-kicker { letter-spacing: 0; }

.lp h1, .lp h2 {
  margin: 14px 0 0;
  font-family: "Instrument Serif", Newsreader, Georgia, serif;
  font-weight: 400;
  line-height: 1.03;
  text-wrap: balance;
}
.lp h1 { font-size: clamp(2.4rem, 6.4vw, 4.2rem); max-width: 18ch; }
.lp h2 { font-size: clamp(1.9rem, 4.4vw, 3rem); max-width: 22ch; }
.lp h3 {
  margin: 0;
  font-family: "Instrument Serif", Newsreader, Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 2.9vw, 1.45rem);
  line-height: 1.18;
  color: #f4efe4;
}
.lp-lead {
  margin: clamp(16px, 2.6vh, 24px) 0 0;
  max-width: 54ch;
  font-size: clamp(1rem, 2.3vw, 1.1rem);
  line-height: 1.62;
  color: rgba(244,239,228,.8);
}

/* ---- hero ---- */
.lp-hero { padding-block-start: clamp(96px, 16vh, 180px); }
.lp-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; margin-top: clamp(24px, 4vh, 36px); }
.lp-go {
  display: inline-block;
  padding: 14px 28px;
  min-height: 50px;
  border-radius: 999px;
  background: var(--record-amber, #66693e);
  color: #1a1006;
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 22px;
  text-decoration: none;
  touch-action: manipulation;
  transition: background .25s ease, transform .25s cubic-bezier(.22,.9,.3,1);
}
.lp-go:hover { background: #747849; transform: translateY(-2px); }
.lp-go:focus-visible { outline: 2px solid #f4efe4; outline-offset: 3px; }
.lp-alt {
  display: inline-block;
  min-height: 44px;
  padding-block: 11px;
  color: rgba(244,239,228,.8);
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 700;
  font-size: .94rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(102,105,62,.55);
}
.lp-alt:hover { color: #f4efe4; }
.lp-note { font-family: Manrope, system-ui, sans-serif; font-size: .82rem; color: rgba(244,239,228,.6); }

.lp-stats {
  list-style: none;
  margin: clamp(30px, 5vh, 52px) 0 0;
  padding-top: clamp(22px, 3.4vh, 30px);
  border-top: 1px solid rgba(244,239,228,.14);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 3vw, 34px);
}
.lp-stats b {
  display: block;
  font-family: "Instrument Serif", Newsreader, Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.9rem, 5.6vw, 2.8rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: var(--record-amber, #66693e);
}
.lp-stats span {
  display: block;
  margin-top: 9px;
  font-family: Manrope, system-ui, sans-serif;
  font-size: .8rem;
  line-height: 1.4;
  color: rgba(244,239,228,.7);
}

/* ---- what you get ---- */
.lp-cards { list-style: none; margin: clamp(26px, 4.5vh, 44px) 0 0; padding: 0; display: grid; gap: clamp(16px, 2.6vw, 24px); }
@media (min-width: 720px) { .lp-cards { grid-template-columns: 1fr 1fr; } }
.lp-cards li {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(244,239,228,.13);
  border-radius: 4px;
  background: linear-gradient(160deg, rgba(244,239,228,.04), transparent 62%);
}
.lp-cards p { margin: 12px 0 0; line-height: 1.6; color: rgba(244,239,228,.76); }

/* ---- the route ---- */
.lp-steps { list-style: none; margin: clamp(26px, 4.5vh, 44px) 0 0; padding: 0; display: grid; gap: 0; }
@media (min-width: 900px) { .lp-steps { grid-template-columns: 1fr 1fr; column-gap: clamp(30px, 4vw, 56px); } }
.lp-steps li { padding-block: clamp(20px, 3.2vh, 28px); border-top: 1px solid rgba(244,239,228,.13); }
.lp-when {
  margin: 0 0 10px;
  font-family: Manrope, system-ui, sans-serif;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--record-amber, #66693e);
}
[dir="rtl"] .lp-when { letter-spacing: 0; }
.lp-steps p:last-child { margin: 11px 0 0; max-width: 46ch; line-height: 1.6; color: rgba(244,239,228,.76); }

/* ---- the risk ---- */
.lp-risks { list-style: none; margin: clamp(26px, 4.5vh, 44px) 0 0; padding: 0; display: grid; gap: clamp(16px, 2.6vw, 24px); }
@media (min-width: 860px) { .lp-risks { grid-template-columns: repeat(3, 1fr); } }
.lp-risks li { border-top: 2px solid rgba(102,105,62,.55); padding-top: 16px; }
.lp-risks b {
  display: block;
  font-family: "Instrument Serif", Newsreader, Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.15rem, 2.8vw, 1.35rem);
  line-height: 1.2;
  color: #f4efe4;
}
.lp-risks span { display: block; margin-top: 10px; font-size: .92rem; line-height: 1.58; color: rgba(244,239,228,.74); }

/* ---- matters ---- */
.lp-matters { list-style: none; margin: clamp(26px, 4.5vh, 44px) 0 0; padding: 0; display: grid; gap: 0; }
@media (min-width: 860px) { .lp-matters { grid-template-columns: repeat(3, 1fr); column-gap: clamp(26px, 3.4vw, 44px); } }
.lp-matters li { padding-block: clamp(18px, 3vh, 26px); border-top: 1px solid rgba(244,239,228,.13); }
.lp-matters p {
  margin: 0;
  font-family: "Instrument Serif", Newsreader, Georgia, serif;
  font-size: clamp(1.08rem, 2.5vw, 1.24rem);
  line-height: 1.34;
  color: #f4efe4;
}
.lp-matters b {
  display: block;
  margin-top: 10px;
  font-family: Manrope, system-ui, sans-serif;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--record-amber, #66693e);
}

/* ---- questions ---- */
.lp-questions { list-style: none; margin: clamp(24px, 4vh, 40px) 0 0; padding: 0; display: grid; gap: 0; }
.lp-questions li { border-top: 1px solid rgba(244,239,228,.13); }
.lp-questions li:last-child { border-bottom: 1px solid rgba(244,239,228,.13); }
.lp-questions summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 60px;
  padding-block: 16px;
  cursor: pointer;
  list-style: none;
  font-family: "Instrument Serif", Newsreader, Georgia, serif;
  font-size: clamp(1.1rem, 2.7vw, 1.3rem);
  line-height: 1.25;
  color: #f4efe4;
  touch-action: manipulation;
}
.lp-questions summary::-webkit-details-marker { display: none; }
.lp-questions summary i {
  flex: none;
  width: 11px;
  height: 11px;
  border-right: 1.6px solid var(--record-amber, #66693e);
  border-bottom: 1.6px solid var(--record-amber, #66693e);
  rotate: 45deg;
  translate: 0 -3px;
  transition: rotate .25s ease;
}
.lp-questions details[open] summary i { rotate: -135deg; translate: 0 3px; }
.lp-questions details p { margin: 0; padding: 0 0 20px; max-width: 60ch; line-height: 1.62; color: rgba(244,239,228,.78); }
@media (prefers-reduced-motion: reduce) { .lp-questions summary i { transition: none; } }

/* ---- close ---- */
.lp-close { text-align: center; }
.lp-close h2 { margin-inline: auto; max-width: 18ch; }
.lp-close .lp-lead { margin-inline: auto; }
.lp-close .lp-cta { justify-content: center; }

/* Entrance, gated, so a blocked script ships the page whole. */
@media (prefers-reduced-motion: no-preference) {
  html.lp-js .lp-in > *,
  html.lp-js .lp-cards li,
  html.lp-js .lp-steps li,
  html.lp-js .lp-risks li,
  html.lp-js .lp-matters li,
  html.lp-js .lp-questions li { opacity: 0; translate: 0 16px; }
  html.lp-js .lp.in .lp-in > *,
  html.lp-js .lp.in .lp-cards li,
  html.lp-js .lp.in .lp-steps li,
  html.lp-js .lp.in .lp-risks li,
  html.lp-js .lp.in .lp-matters li,
  html.lp-js .lp.in .lp-questions li {
    opacity: 1;
    translate: 0 0;
    transition: opacity .55s ease, translate .6s cubic-bezier(.25, .8, .25, 1);
  }
  html.lp-js .lp.in :is(.lp-cards, .lp-steps, .lp-risks, .lp-matters, .lp-questions) li:nth-child(2) { transition-delay: .08s; }
  html.lp-js .lp.in :is(.lp-cards, .lp-steps, .lp-risks, .lp-matters, .lp-questions) li:nth-child(3) { transition-delay: .16s; }
  html.lp-js .lp.in :is(.lp-cards, .lp-steps, .lp-risks, .lp-matters, .lp-questions) li:nth-child(4) { transition-delay: .24s; }
  html.lp-js .lp.in :is(.lp-questions) li:nth-child(5) { transition-delay: .32s; }
}


/* ==========================================================================
   2026 startup landing refinement.
   Keeps the site's black cinematic ground, serif/sans type system and motion.
   Burgundy is deliberately restrained; olive carries the active accent.
   ========================================================================== */
.lp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, .72fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
}
.lp-hero-copy { min-width: 0; }
.lp-hero-visual {
  position: relative;
  margin: 0;
  min-height: clamp(390px, 52vw, 610px);
  overflow: hidden;
  border: 1px solid rgba(49,3,31,.78);
  border-radius: 8px;
  background: #0a141d;
  box-shadow: 0 28px 70px rgba(0,0,0,.34), 0 0 0 1px rgba(102,105,62,.12);
}
.lp-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.78) saturate(.88);
}
.lp-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(3,8,12,.28) 64%, rgba(49,3,31,.82) 100%);
  pointer-events: none;
}
.lp-hero-visual figcaption {
  position: absolute;
  z-index: 1;
  inset-inline: clamp(18px, 3vw, 28px);
  inset-block-end: clamp(18px, 3vw, 28px);
  display: grid;
  gap: 4px;
  color: #fff9ed;
}
.lp-hero-visual figcaption strong {
  font-family: "Instrument Serif", Newsreader, Georgia, serif;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 400;
}
.lp-hero-visual figcaption span {
  font-family: Manrope, system-ui, sans-serif;
  font-size: .82rem;
  line-height: 1.45;
  color: rgba(255,249,237,.74);
}
[dir="rtl"] .lp-hero-visual figcaption strong,
[dir="rtl"] .lp-hero-visual figcaption span {
  font-family: var(--type-body-ar, "Noto Sans Arabic"), Tahoma, sans-serif;
}

.lp-stage-list {
  list-style: none;
  margin: clamp(24px, 4vh, 34px) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lp-stage-list li {
  padding: 8px 12px;
  border: 1px solid rgba(244,239,228,.16);
  border-radius: 999px;
  background: rgba(244,239,228,.035);
  font-family: Manrope, system-ui, sans-serif;
  font-size: .78rem;
  line-height: 1.2;
  color: rgba(244,239,228,.76);
}
[dir="rtl"] .lp-stage-list li {
  font-family: var(--type-body-ar, "Noto Sans Arabic"), Tahoma, sans-serif;
}

.lp-scope { background: var(--haq-ground, #061019); }
.lp-prep { background: #0a141d; }
.lp-prep-grid {
  display: grid;
  grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: start;
}
.lp-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(244,239,228,.14);
}
.lp-checklist li {
  position: relative;
  padding: 16px 0 16px 34px;
  border-bottom: 1px solid rgba(244,239,228,.14);
  color: rgba(244,239,228,.82);
  line-height: 1.5;
}
.lp-checklist li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 23px;
  width: 14px;
  height: 7px;
  border-left: 2px solid var(--record-amber, #66693e);
  border-bottom: 2px solid var(--record-amber, #66693e);
  rotate: -45deg;
}
[dir="rtl"] .lp-checklist li { padding: 16px 34px 16px 0; }
[dir="rtl"] .lp-checklist li::before {
  left: auto;
  right: 2px;
  rotate: -45deg;
}

/* Small, useful interaction without changing the site's design language. */
.lp-cards li,
.lp-risks li,
.lp-matters li {
  transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}
.lp-cards li:hover {
  border-color: rgba(102,105,62,.42);
  background: linear-gradient(160deg, rgba(102,105,62,.065), transparent 66%);
  transform: translateY(-2px);
}

@media (max-width: 860px) {
  .lp-hero-grid,
  .lp-prep-grid {
    grid-template-columns: 1fr;
  }
  .lp-hero-visual {
    min-height: min(78vw, 520px);
    max-width: 720px;
  }
}
@media (max-width: 560px) {
  .lp-hero {
    padding-block-start: 112px;
  }
  .lp-hero-visual {
    min-height: 118vw;
    max-height: 520px;
    border-radius: 6px;
  }
  .lp-stage-list {
    gap: 6px;
  }
  .lp-stage-list li {
    font-size: .74rem;
    padding: 7px 10px;
  }
}
