.yslp-page {
  --yslp-dark: #080d18;
  --yslp-ink: #111827;
  --yslp-muted: #647084;
  --yslp-line: #e6e9ee;
  --yslp-soft: #f6f8fb;
  --yslp-orange: #ff5533;
  --yslp-orange-soft: #fff0eb;
  --yslp-blue: #1238ff;
  color: var(--yslp-ink);
  font-family: inherit;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

body.yslp-landing-page .page-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.yslp-landing-page {
  overflow-x: hidden;
}

.yslp-page * {
  box-sizing: border-box;
}

.yslp-page img,
.yslp-page video,
.yslp-page iframe,
.yslp-page table {
  max-width: 100%;
}

.yslp-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.yslp-section {
  padding: clamp(54px, 7vw, 96px) 0;
}

.yslp-hero {
  background: var(--yslp-dark);
  color: #fff;
  padding: clamp(72px, 9vw, 128px) 0 clamp(60px, 8vw, 100px);
  position: relative;
}

.yslp-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .45;
}

.yslp-hero .yslp-wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.yslp-hero .yslp-wrap > *,
.yslp-split > *,
.yslp-grid > *,
.yslp-hero-panel {
  min-width: 0;
}

.yslp-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--yslp-orange);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.yslp-hero h1,
.yslp-display-title,
.yslp-section h2,
.yslp-card h3,
.yslp-mini h3 {
  margin: 0;
  letter-spacing: 0;
}

.yslp-hero h1,
.yslp-display-title {
  display: block;
  width: 100%;
  max-width: 760px;
  font-size: clamp(40px, 6vw, 82px);
  line-height: 1.02;
  color: #fff;
  overflow-wrap: break-word;
  white-space: normal !important;
}

.yslp-hero h1 span,
.yslp-display-title span {
  display: block;
}

.yslp-lead {
  margin: 24px 0 0;
  max-width: 760px;
  color: rgba(255,255,255,.78);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.75;
  overflow-wrap: break-word;
}

.yslp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.yslp-btn,
.yslp-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 24px;
  border: 1px solid transparent;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
}

.yslp-btn {
  background: var(--yslp-orange);
}

.yslp-ghost {
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.06);
}

.yslp-hero-panel {
  display: grid;
  gap: 18px;
}

.yslp-hero-card,
.yslp-kpi {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(12px);
}

.yslp-hero-card {
  padding: clamp(24px, 4vw, 38px);
}

.yslp-hero-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  margin-bottom: 24px;
}

.yslp-hero-card strong {
  display: block;
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

.yslp-hero-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.7;
}

.yslp-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.yslp-kpi {
  padding: 18px;
}

.yslp-kpi b {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
}

.yslp-kpi span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.35;
}

.yslp-section-head {
  max-width: 820px;
  margin-bottom: 36px;
}

.yslp-section h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
}

.yslp-section-head p {
  margin: 18px 0 0;
  color: var(--yslp-muted);
  font-size: 18px;
  line-height: 1.75;
}

.yslp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.yslp-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yslp-card,
.yslp-mini,
.yslp-faq details,
.yslp-note {
  border: 1px solid var(--yslp-line);
  background: #fff;
}

.yslp-card {
  min-height: 100%;
  padding: clamp(24px, 3vw, 34px);
}

.yslp-card .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  background: var(--yslp-orange-soft);
  color: var(--yslp-orange);
  font-weight: 800;
}

.yslp-card h3 {
  font-size: 24px;
  line-height: 1.22;
}

.yslp-card p,
.yslp-mini p,
.yslp-note p {
  color: var(--yslp-muted);
  line-height: 1.72;
}

.yslp-card p {
  margin: 14px 0 0;
}

.yslp-soft {
  background: var(--yslp-soft);
}

.yslp-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.yslp-split img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.yslp-list {
  display: grid;
  gap: 16px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.yslp-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--yslp-muted);
  line-height: 1.65;
}

.yslp-list li:before {
  content: "\2197";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--yslp-orange);
  font-weight: 800;
}

.yslp-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.yslp-pills a,
.yslp-pills span {
  display: inline-flex;
  padding: 10px 14px;
  border: 1px solid var(--yslp-line);
  color: var(--yslp-ink);
  background: #fff;
  text-decoration: none;
  font-weight: 650;
}

.yslp-mini {
  padding: 24px;
}

.yslp-mini h3 {
  font-size: 20px;
}

.yslp-mini p {
  margin: 12px 0 0;
}

.yslp-faq {
  display: grid;
  gap: 14px;
}

.yslp-faq details {
  padding: 0;
}

.yslp-faq summary {
  cursor: pointer;
  padding: 22px 24px;
  font-size: 20px;
  font-weight: 800;
  list-style: none;
}

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

.yslp-faq details p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--yslp-muted);
  line-height: 1.75;
}

.yslp-cta {
  background: var(--yslp-orange);
  color: #fff;
}

.yslp-cta .yslp-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.yslp-cta h2 {
  color: #fff;
}

.yslp-cta p {
  margin: 14px 0 0;
  max-width: 760px;
  color: rgba(255,255,255,.86);
  line-height: 1.7;
}

.yslp-cta .yslp-btn {
  background: var(--yslp-dark);
}

@media (max-width: 900px) {
  .yslp-hero .yslp-wrap,
  .yslp-split,
  .yslp-cta .yslp-wrap {
    grid-template-columns: 1fr;
  }

  .yslp-grid,
  .yslp-grid.two,
  .yslp-kpis {
    grid-template-columns: 1fr;
  }

  .yslp-wrap {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    min-width: 0 !important;
  }

  .yslp-hero h1,
  .yslp-display-title {
    font-size: clamp(34px, 9.5vw, 44px);
    line-height: 1.12;
  }

  .yslp-lead {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.65;
  }

  .yslp-page p,
  .yslp-page li,
  .yslp-page a,
  .yslp-page summary {
    overflow-wrap: break-word;
  }

  .yslp-actions .yslp-btn,
  .yslp-actions .yslp-ghost {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .yslp-hero h1,
  .yslp-display-title {
    font-size: 32px;
    line-height: 1.16;
  }

  .yslp-hero {
    padding-top: 56px;
  }
}
