.landing-page {
  --landing-line: rgba(255, 255, 255, 0.08);
}

.landing-page .nav__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.landing-hero {
  position: relative;
  padding: 150px 0 96px;
  overflow: hidden;
}

.landing-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
  content: "";
}

.landing-hero__glow {
  position: absolute;
  top: -380px;
  left: 5%;
  width: 850px;
  height: 850px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 179, 1, 0.18), rgba(245, 179, 1, 0) 66%);
  pointer-events: none;
}

.landing-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: 64px;
  align-items: center;
}

.landing-hero__content {
  max-width: 720px;
}

.landing-hero__content .hero__eyebrow {
  margin-bottom: 18px;
}

.landing-hero__content h1 {
  max-width: 760px;
  font-size: clamp(2.6rem, 5.5vw, 4.6rem);
  line-height: 1.06;
  letter-spacing: -2.7px;
}

.landing-hero__lead {
  max-width: 690px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 1.15rem;
}

.landing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 30px;
  list-style: none;
}

.hero-proof li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-proof li::before {
  position: absolute;
  left: 0;
  color: var(--accent);
  content: "✓";
  font-weight: 700;
}

.fit-card {
  position: relative;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 45%),
    var(--surface);
  box-shadow: var(--shadow);
}

.fit-card::before {
  position: absolute;
  inset: 0 28px auto;
  height: 2px;
  background: var(--grad);
  content: "";
}

.fit-card__label {
  margin-bottom: 20px;
  color: var(--accent);
  font-family: var(--font-head);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.fit-card ul {
  display: grid;
  list-style: none;
}

.fit-card li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--landing-line);
}

.fit-card li > span {
  color: var(--accent);
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 700;
}

.fit-card strong,
.fit-card small {
  display: block;
}

.fit-card strong {
  font-family: var(--font-head);
  font-size: 0.94rem;
}

.fit-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.45;
}

.fit-card > a {
  display: inline-flex;
  gap: 8px;
  margin-top: 22px;
  color: var(--accent-2);
  font-size: 0.9rem;
  font-weight: 600;
}

.fit-card > a span,
.text-link span {
  transition: transform 0.2s ease;
}

.fit-card > a:hover span,
.text-link:hover span {
  transform: translateX(4px);
}

.trust-strip {
  border-bottom: 1px solid var(--border);
  background: var(--bg-alt);
}

.trust-strip__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 34px;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.trust-strip span {
  color: #c2c8d5;
  font-family: var(--font-head);
  font-size: 0.83rem;
  font-weight: 600;
}

.landing-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.service-panel {
  min-height: 258px;
  padding: 30px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.018), transparent);
  transition: background 0.25s ease;
}

.service-panel:hover {
  background: var(--surface);
}

.service-panel__number {
  display: block;
  margin-bottom: 42px;
  color: var(--accent);
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 700;
}

.service-panel h3 {
  margin-bottom: 11px;
  font-size: 1.17rem;
}

.service-panel p {
  color: var(--muted);
  font-size: 0.92rem;
}

.case-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: center;
}

.case-feature__intro h2 {
  max-width: 520px;
  font-size: clamp(2rem, 4vw, 3.15rem);
  letter-spacing: -1.6px;
}

.case-feature__intro > p:not(.section__tag) {
  max-width: 540px;
  margin-top: 22px;
  color: var(--muted);
}

.case-feature__role {
  display: inline-block;
  margin-top: 26px;
  padding: 8px 14px;
  border: 1px solid rgba(245, 179, 1, 0.3);
  border-radius: 999px;
  color: var(--accent-2);
  font-size: 0.78rem;
  font-weight: 600;
}

.case-feature__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
  background: var(--surface);
}

.case-result {
  min-height: 185px;
  padding: 25px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.case-result span {
  color: var(--text);
  font-family: var(--font-head);
  font-size: 0.94rem;
  font-weight: 700;
}

.case-result p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.88rem;
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
}

.why-grid__heading {
  position: sticky;
  top: 120px;
}

.why-grid__heading > p:not(.section__tag) {
  margin-top: 20px;
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 26px;
  color: var(--accent-2);
  font-weight: 600;
}

.why-list {
  border-top: 1px solid var(--border);
}

.why-list > div {
  display: grid;
  grid-template-columns: 54px 1fr;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}

.why-list span {
  color: var(--accent);
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 700;
}

.why-list h3 {
  font-size: 1.1rem;
}

.why-list p {
  grid-column: 2;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  counter-reset: none;
}

.process-steps li {
  min-height: 250px;
  padding: 28px;
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.process-steps li:first-child {
  border-left: 1px solid var(--border);
}

.process-steps span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 48px;
  place-items: center;
  border: 1px solid rgba(245, 179, 1, 0.35);
  border-radius: 50%;
  color: var(--accent);
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
}

.process-steps h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.process-steps p {
  color: var(--muted);
  font-size: 0.88rem;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 80px;
  align-items: start;
}

.faq-layout__heading {
  position: sticky;
  top: 120px;
}

.faq-layout__heading > p:not(.section__tag) {
  margin-top: 18px;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--border);
}

.faq-list details {
  border-bottom: 1px solid var(--border);
}

.faq-list summary {
  position: relative;
  padding: 24px 46px 24px 0;
  cursor: pointer;
  font-family: var(--font-head);
  font-weight: 600;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 4px;
  color: var(--accent);
  content: "+";
  font-size: 1.35rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 680px;
  padding: 0 48px 24px 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.landing-contact {
  position: relative;
  overflow: hidden;
}

.landing-contact::before {
  position: absolute;
  top: -300px;
  left: 50%;
  width: 800px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 179, 1, 0.12), transparent 68%);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.landing-contact .container {
  position: relative;
}

.landing-contact .contact-form {
  max-width: 720px;
}

.form-field select {
  width: 100%;
  padding: 12px 42px 12px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  outline: none;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.95rem;
}

.form-field select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(245, 179, 1, 0.15);
}

.form-privacy {
  max-width: none !important;
  margin-top: 18px !important;
  color: var(--muted);
  font-size: 0.78rem;
}

.form-privacy a {
  color: var(--accent-2);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 1000px) {
  .landing-hero__grid,
  .case-feature,
  .why-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .landing-hero__content {
    max-width: 800px;
  }

  .fit-card {
    max-width: 720px;
  }

  .landing-services {
    grid-template-columns: repeat(2, 1fr);
  }

  .case-feature,
  .why-grid,
  .faq-layout {
    gap: 48px;
  }

  .why-grid__heading,
  .faq-layout__heading {
    position: static;
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-steps li:nth-child(3) {
    border-left: 1px solid var(--border);
  }
}

@media (max-width: 640px) {
  .landing-hero {
    padding: 126px 0 72px;
  }

  .landing-hero__grid {
    gap: 44px;
  }

  .landing-hero__content h1 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
    letter-spacing: -1.8px;
  }

  .landing-hero__lead {
    font-size: 1.02rem;
  }

  .landing-hero__actions .btn {
    width: 100%;
  }

  .hero-proof {
    display: grid;
  }

  .fit-card {
    padding: 25px 22px;
  }

  .trust-strip__inner {
    gap: 12px 22px;
  }

  .landing-services,
  .case-feature__details,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .service-panel {
    min-height: 220px;
    padding: 26px 22px;
  }

  .service-panel__number {
    margin-bottom: 30px;
  }

  .case-result {
    min-height: auto;
  }

  .process-steps li,
  .process-steps li:nth-child(3) {
    min-height: 220px;
    border-left: 1px solid var(--border);
  }

  .process-steps span {
    margin-bottom: 34px;
  }

  .landing-form__actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fit-card > a span,
  .text-link span {
    transition: none;
  }
}
