/* ===== Landing page (public) — full-bleed layout over base chrome ===== */
.landing-main { max-width: none; padding: 0 0 0; }
.landing-main .messages { max-width: 1320px; margin: 0 auto; padding: 16px 40px 0; }

/* Hero — night sky */
.hero-sky {
  position: relative;
  background: linear-gradient(180deg, #14142f 0%, var(--navy-deep, #1a1a47) 55%, var(--navy) 100%);
  min-height: 90vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  text-align: center;
}
#sky { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-inner { position: relative; z-index: 2; padding: 80px 24px 110px; max-width: 1000px; }
.hero-logo { width: 264px; margin: 0 auto 38px; display: block; }
.hero-eyebrow {
  font-size: 12.5px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--paleblue); font-weight: 600; margin-bottom: 18px;
}
.hero-sky h1 {
  font-family: "Sora", sans-serif; font-weight: 700;
  font-size: clamp(46px, 7.5vw, 92px);
  letter-spacing: .01em; line-height: 1.06;
  color: #fff; margin: 0 0 20px;
  text-wrap: balance;
}
.hero-sub {
  color: #cdd6ef; font-size: clamp(17px, 2vw, 21px);
  max-width: 720px; margin: 0 auto 42px;
}
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-block; text-decoration: none; font-weight: 600; font-size: 15.5px;
  padding: 14px 30px; border-radius: 999px; transition: .18s;
}
.btn-primary { background: var(--paleblue); color: #1a1a47; }
.btn-primary:hover { background: #d3e3f4; transform: translateY(-1px); }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.45); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.hero-fade {
  position: absolute; left: 0; right: 0; bottom: 0; height: 90px; z-index: 1;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
}

/* Shared section shell */
.lp-section { max-width: 1320px; margin: 0 auto; padding: 100px 40px 0; }
.eyebrow {
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--accent); font-weight: 700; margin-bottom: 12px;
}
.sec-title {
  font-family: "Sora", sans-serif; font-weight: 600;
  font-size: clamp(28px, 3.8vw, 46px); line-height: 1.18;
  margin: 0 0 18px; color: var(--navy);
  text-wrap: balance;
}

/* About */
.about-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 72px; align-items: center; }
.about-text p { color: var(--text); font-size: 17.5px; margin: 0 0 18px; max-width: 62ch; }
.year-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 52px 44px; text-align: center; position: relative; overflow: hidden;
}
.year-card svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .5; }
.year-big {
  font-family: "Sora", sans-serif; font-weight: 700; font-size: 88px; color: var(--navy);
  line-height: 1; position: relative;
}
.year-cap { color: var(--muted); font-size: 15px; margin-top: 12px; position: relative; }

/* Business lines */
.fields-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 44px; }
.field-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 38px 34px; transition: .2s; position: relative;
}
.field-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--paleblue); }
.field-icon {
  width: 74px; height: 74px; border-radius: 18px;
  background: linear-gradient(150deg, #1a1a47, var(--navy));
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.field-card h3 { font-family: "Sora", sans-serif; font-weight: 600; font-size: 21px; color: var(--navy); margin: 0 0 12px; }
.field-card p { color: var(--muted); font-size: 15.5px; margin: 0; line-height: 1.65; }

/* Process */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 52px; position: relative; }
.steps::before {
  content: ""; position: absolute; top: 15px; left: 6%; right: 6%; height: 0;
  border-top: 2px dashed var(--paleblue); z-index: 0;
}
.step { position: relative; z-index: 1; }
.step-node {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--navy); color: var(--paleblue);
  display: flex; align-items: center; justify-content: center;
  font-size: 12.5px; font-weight: 700; font-family: "Sora", sans-serif;
  box-shadow: 0 0 0 6px var(--bg);
  margin-bottom: 16px;
}
.step h4 { font-family: "Sora", sans-serif; font-size: 18px; color: var(--navy); margin: 0 0 8px; font-weight: 600; }
.step p { color: var(--muted); font-size: 15px; margin: 0; line-height: 1.6; }

/* Contact */
.contact-band {
  margin-top: 110px;
  background: linear-gradient(180deg, var(--navy) 0%, #1a1a47 100%);
  position: relative; overflow: hidden;
}
.contact-stars {
  position: absolute; inset: 0; pointer-events: none; opacity: .8;
  background-image:
    radial-gradient(1.5px 1.5px at 12% 25%, rgba(187,210,232,.5), transparent),
    radial-gradient(1px 1px at 28% 70%, rgba(187,210,232,.4), transparent),
    radial-gradient(2px 2px at 45% 20%, rgba(187,210,232,.35), transparent),
    radial-gradient(1.5px 1.5px at 65% 65%, rgba(187,210,232,.4), transparent),
    radial-gradient(1px 1px at 82% 30%, rgba(187,210,232,.45), transparent),
    radial-gradient(1.5px 1.5px at 93% 75%, rgba(187,210,232,.35), transparent);
}
.contact-inner {
  max-width: 1320px; margin: 0 auto; padding: 100px 40px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; position: relative;
}
.contact-info .eyebrow { color: var(--paleblue); }
.contact-info .sec-title { color: #fff; }
.contact-info p { color: #cdd6ef; font-size: 16.5px; max-width: 50ch; }
.contact-lines { margin-top: 28px; display: grid; gap: 14px; }
.c-line { display: flex; gap: 12px; align-items: baseline; color: #e6ecf8; font-size: 15px; }
.c-line .c-k { color: var(--paleblue); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; min-width: 74px; }
.c-line a { color: #fff; }
.contact-form {
  background: var(--panel); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 42px 38px;
}
.contact-form h3 { font-family: "Sora", sans-serif; color: var(--navy); margin: 0 0 18px; font-size: 19px; }
.f-row { margin-bottom: 14px; }
.f-row label { display: block; font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 6px; }
.f-row input, .f-row textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 10px;
  padding: 12px 14px; font: inherit; font-size: 14.5px; color: var(--text);
  background: var(--bg); box-sizing: border-box;
}
.f-row input:focus, .f-row textarea:focus { outline: 2px solid var(--paleblue); border-color: var(--accent); }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.btn-submit {
  width: 100%; border: 0; cursor: pointer; margin-top: 6px;
  background: var(--navy); color: #fff; font-weight: 600; font-size: 15.5px;
  padding: 14px; border-radius: 999px; transition: .18s;
}
.btn-submit:hover { background: #34347a; }
.btn-submit:disabled { opacity: .6; cursor: wait; }
.form-note { font-size: 12.5px; color: var(--muted); text-align: center; margin: 12px 0 0; }

/* Reveal on scroll */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
}

/* Responsive */
@media (max-width: 940px) {
  .about-grid, .contact-inner { grid-template-columns: 1fr; gap: 36px; }
  .fields-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .steps::before { display: none; }
  .step-node { box-shadow: none; }
}
