/* LinkStay partner landing — standalone (no shared header/footer) */

:root {
  --lp-ink: #0e1412;
  --lp-ink-soft: #1a2420;
  --lp-mist: #e8efe9;
  --lp-paper: #f4f7f4;
  --lp-brass: #c4a35a;
  --lp-brass-deep: #9a7a3a;
  --lp-teal: #1f6f5b;
  --lp-text: #1c2622;
  --lp-muted: #5c6b64;
  --lp-line: rgba(14, 20, 18, 0.12);
  --lp-max: 1120px;
  --lp-font-display: "Fraunces", "Times New Roman", serif;
  --lp-font-body: "Figtree", "Helvetica Neue", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body.landing {
  margin: 0;
  color: var(--lp-text);
  background: var(--lp-paper);
  font-family: var(--lp-font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #fff;
  padding: 8px 12px;
  z-index: 100;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
}

.lp-shell {
  width: min(100% - 40px, var(--lp-max));
  margin-inline: auto;
}

.lp-top {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  padding: 22px 0;
}

.lp-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-brand,
.lp-brand-mark {
  font-family: var(--lp-font-display);
  font-weight: 650;
  letter-spacing: 0.02em;
}

.lp-top .lp-brand {
  color: #f6f3ea;
  font-size: 1.35rem;
  text-decoration: none;
}

.lp-top-cta {
  color: #f6f3ea;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(246, 243, 234, 0.45);
  padding-bottom: 2px;
}

.lp-top-cta:hover {
  border-color: var(--lp-brass);
  color: var(--lp-brass);
}

/* Hero */
.lp-hero {
  position: relative;
  min-height: min(92vh, 860px);
  display: flex;
  align-items: flex-end;
  padding: 0 0 72px;
  color: #f6f3ea;
  overflow: hidden;
}

.lp-hero-media {
  position: absolute;
  inset: 0;
  background:
    url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=2000&q=80")
    center / cover no-repeat;
  transform: scale(1.04);
  animation: lp-hero-drift 18s ease-in-out infinite alternate;
}

.lp-hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 20, 18, 0.35) 0%, rgba(14, 20, 18, 0.55) 42%, rgba(14, 20, 18, 0.88) 100%),
    radial-gradient(120% 80% at 80% 10%, rgba(31, 111, 91, 0.35), transparent 55%);
}

.lp-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding-bottom: 8px;
}

.lp-brand-mark {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 1;
  margin: 0 0 18px;
  color: #fff;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.lp-hero h1 {
  font-family: var(--lp-font-display);
  font-weight: 650;
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  line-height: 1.18;
  margin: 0 0 18px;
  max-width: 16ch;
}

.lp-lead {
  margin: 0 0 28px;
  max-width: 42rem;
  font-size: 1.05rem;
  color: rgba(246, 243, 234, 0.88);
}

.lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.lp-btn:hover {
  transform: translateY(-1px);
}

.lp-btn-primary {
  background: var(--lp-brass);
  color: var(--lp-ink);
}

.lp-btn-primary:hover {
  background: #d4b56a;
}

.lp-btn-ghost {
  background: transparent;
  color: #f6f3ea;
  border-color: rgba(246, 243, 234, 0.45);
}

.lp-btn-ghost:hover {
  border-color: #f6f3ea;
}

.lp-btn-block {
  width: 100%;
}

.lp-btn:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

/* Sections */
.lp-section {
  padding: 88px 0;
}

.lp-section-head {
  max-width: 640px;
  margin-bottom: 48px;
}

.lp-eyebrow {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lp-teal);
}

.lp-section-head h2,
.lp-contact-intro h2 {
  font-family: var(--lp-font-display);
  font-weight: 650;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.22;
  margin: 0 0 14px;
  color: var(--lp-ink);
}

.lp-section-head p,
.lp-contact-intro p {
  margin: 0;
  color: var(--lp-muted);
}

.lp-why {
  background: #fff;
}

.lp-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px 56px;
  align-items: start;
}

.lp-split-main h3 {
  font-family: var(--lp-font-display);
  font-size: 1.45rem;
  margin: 0 0 12px;
}

.lp-split-main p {
  margin: 0;
  color: var(--lp-muted);
}

.lp-stat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--lp-line);
}

.lp-stat-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--lp-line);
  display: grid;
  gap: 4px;
}

.lp-stat-list strong {
  font-size: 1.02rem;
  color: var(--lp-ink);
}

.lp-stat-list span {
  color: var(--lp-muted);
  font-size: 0.95rem;
}

.lp-tech {
  background:
    linear-gradient(180deg, #101714 0%, #162019 100%);
  color: #e7eee9;
}

.lp-tech .lp-eyebrow {
  color: var(--lp-brass);
}

.lp-tech .lp-section-head h2 {
  color: #f4f7f4;
}

.lp-tech .lp-section-head p {
  color: rgba(231, 238, 233, 0.72);
}

.lp-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.lp-features li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 28px 0;
  border-top: 1px solid rgba(232, 239, 233, 0.12);
}

.lp-features li:last-child {
  border-bottom: 1px solid rgba(232, 239, 233, 0.12);
}

.lp-num {
  font-family: var(--lp-font-display);
  font-size: 1.35rem;
  color: var(--lp-brass);
  line-height: 1.2;
}

.lp-features h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 650;
  font-family: var(--lp-font-display);
  color: #f4f7f4;
}

.lp-features p {
  margin: 0;
  color: rgba(231, 238, 233, 0.72);
}

.lp-flow {
  background: var(--lp-mist);
}

.lp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.lp-step-label {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lp-teal);
}

.lp-steps h3 {
  margin: 0 0 8px;
  font-family: var(--lp-font-display);
  font-size: 1.25rem;
}

.lp-steps p {
  margin: 0;
  color: var(--lp-muted);
}

.lp-contact {
  background: #fff;
  padding-bottom: 100px;
}

.lp-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.lp-contact-note {
  margin-top: 18px !important;
  font-size: 0.9rem;
}

.lp-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: var(--lp-paper);
  border: 1px solid var(--lp-line);
}

.lp-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lp-form label {
  display: grid;
  gap: 6px;
}

.lp-form label span {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--lp-ink-soft);
}

.lp-form label em {
  color: var(--lp-brass-deep);
  font-style: normal;
}

.lp-form input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--lp-line);
  border-radius: 2px;
  background: #fff;
  color: var(--lp-text);
  font: inherit;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.lp-form input:focus {
  border-color: var(--lp-teal);
  box-shadow: 0 0 0 3px rgba(31, 111, 91, 0.15);
}

.lp-form-status {
  margin: 4px 0 0;
  font-size: 0.92rem;
}

.lp-form-status.is-ok {
  color: var(--lp-teal);
}

.lp-form-status.is-err {
  color: #9b2c2c;
}

.lp-footer {
  padding: 28px 0 40px;
  background: var(--lp-ink);
  color: rgba(244, 247, 244, 0.7);
  font-size: 0.9rem;
}

.lp-footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: baseline;
  justify-content: space-between;
}

.lp-footer .lp-brand {
  color: #f4f7f4;
  font-size: 1.15rem;
}

/* Motion */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

@keyframes lp-hero-drift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.2%, -0.8%, 0); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lp-hero-media { animation: none; }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .lp-btn:hover { transform: none; }
}

@media (max-width: 900px) {
  .lp-split,
  .lp-steps,
  .lp-contact-grid,
  .lp-form-row {
    grid-template-columns: 1fr;
  }

  .lp-hero {
    min-height: 86vh;
    padding-bottom: 56px;
  }

  .lp-section {
    padding: 64px 0;
  }

  .lp-features li {
    grid-template-columns: 52px 1fr;
  }
}

@media (max-width: 560px) {
  .lp-shell {
    width: min(100% - 28px, var(--lp-max));
  }

  .lp-form {
    padding: 20px;
  }

  .lp-brand-mark {
    font-size: 2.2rem;
  }
}
