html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #10141f;
}

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

.slp-root {
  min-height: 100vh;
  color: #f7f0df;
  background: #10141f;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.slp-hero-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.slp-hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slp-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(10, 14, 23, 0.94) 0%, rgba(12, 16, 27, 0.84) 42%, rgba(12, 16, 27, 0.58) 100%),
    linear-gradient(180deg, rgba(4, 7, 13, 0.28), rgba(4, 7, 13, 0.94));
}

.slp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
}

.slp-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff8e8;
  text-decoration: none;
}

.slp-brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(245, 190, 91, 0.44);
  border-radius: 12px;
  background: rgba(255, 248, 232, 0.08);
  object-fit: contain;
}

.slp-brand strong,
.slp-brand small {
  display: block;
}

.slp-brand strong {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}

.slp-brand small {
  margin-top: 2px;
  color: rgba(247, 240, 223, 0.68);
  font-size: 12px;
}

.slp-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.slp-nav-link,
.slp-language,
.slp-language-option {
  border: 1px solid rgba(245, 190, 91, 0.32);
  color: #fff8e8;
  background: rgba(255, 248, 232, 0.08);
  backdrop-filter: blur(16px);
}

.slp-nav-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.slp-language {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 40px;
  padding: 4px;
  border-radius: 999px;
}

.slp-language > svg {
  margin: 0 6px;
  color: #f5be5b;
}

.slp-language-option {
  min-width: 38px;
  min-height: 30px;
  padding: 0 10px;
  border-color: transparent;
  border-radius: 999px;
  color: rgba(247, 240, 223, 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
}

.slp-language-option.is-active,
.slp-language-option[aria-pressed="true"] {
  color: #111827;
  background: #f5be5b;
}

.slp-language-full {
  display: none;
}

.slp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.77fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 96px);
  margin: 0 auto;
  padding: 32px 0 72px;
}

.slp-copy {
  max-width: 720px;
}

.slp-kicker,
.slp-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f5be5b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.slp-title {
  margin: 22px 0 0;
  color: #fff8e8;
  font-size: clamp(4.4rem, 9vw, 7.25rem);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: 0;
}

.slp-statement {
  max-width: 780px;
  margin: 28px 0 0;
  color: #fff3d5;
  font-family: Literata, Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 4.7rem);
  font-weight: 650;
  line-height: 1.02;
}

.slp-lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(247, 240, 223, 0.76);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.8;
}

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

.slp-primary,
.slp-secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.slp-primary {
  color: #10141f;
  background: #f5be5b;
  box-shadow: 0 22px 70px rgba(245, 190, 91, 0.3);
}

.slp-secondary {
  border: 1px solid rgba(245, 190, 91, 0.34);
  color: #fff8e8;
  background: rgba(255, 248, 232, 0.08);
}

.slp-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.slp-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(104, 211, 145, 0.3);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(238, 255, 244, 0.9);
  background: rgba(43, 116, 86, 0.22);
  font-size: 13px;
  font-weight: 650;
}

.slp-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 680px;
  margin-top: 28px;
}

.slp-stat {
  border: 1px solid rgba(245, 190, 91, 0.24);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 248, 232, 0.08);
  backdrop-filter: blur(14px);
}

.slp-stat strong,
.slp-stat span {
  display: block;
}

.slp-stat strong {
  color: #fff8e8;
  font-size: 28px;
  line-height: 1;
}

.slp-stat span {
  margin-top: 8px;
  color: rgba(247, 240, 223, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

.slp-panel-column {
  display: grid;
  gap: 18px;
}

.slp-login-card,
.slp-preview,
.slp-workflow-card {
  border: 1px solid rgba(245, 190, 91, 0.28);
  background: rgba(255, 248, 232, 0.92);
  box-shadow: 0 30px 100px rgba(5, 8, 14, 0.34);
  color: #1a1a19;
  backdrop-filter: blur(18px);
}

.slp-login-card {
  border-radius: 30px;
  padding: clamp(22px, 3vw, 30px);
}

.slp-login-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.slp-login-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  color: #111827;
  background: #f5be5b;
}

.slp-login-head h2 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.1;
}

.slp-login-head p,
.slp-trust-copy {
  margin: 6px 0 0;
  color: #5f574b;
  font-size: 14px;
  line-height: 1.55;
}

.slp-lock {
  color: #6f6659;
}

.slp-google-area {
  margin-top: 26px;
}

.slp-google-slot {
  min-height: 44px;
  width: 100%;
}

.slp-google-slot.is-submitting {
  pointer-events: none;
  opacity: 0.62;
}

.slp-google-placeholder,
.slp-google-warning,
.slp-error,
.slp-submit-note {
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.55;
}

.slp-google-placeholder {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 24, 39, 0.12);
  color: #5f574b;
  background: rgba(17, 24, 39, 0.04);
  font-weight: 700;
}

.slp-google-warning {
  border: 1px solid rgba(184, 114, 0, 0.26);
  padding: 14px;
  color: #744707;
  background: #fff2cc;
}

.slp-submit-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #2a6144;
  font-weight: 750;
}

.slp-error {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  border: 1px solid rgba(184, 48, 48, 0.25);
  padding: 12px;
  color: #8b2f18;
  background: #fff0ea;
}

.slp-trust-copy {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
}

.slp-login-foot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #111827;
  font-size: 14px;
  font-weight: 850;
}

.slp-preview {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 24px;
  color: #fff8e8;
  background:
    linear-gradient(180deg, rgba(16, 20, 31, 0.9), rgba(16, 20, 31, 0.78)),
    url("/landing-story-map.png") center / cover;
}

.slp-preview-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f5be5b;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.slp-preview h2 {
  margin: 22px 0 0;
  font-family: Literata, Georgia, serif;
  font-size: 32px;
  line-height: 1.05;
}

.slp-preview-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.slp-preview-list div {
  border: 1px solid rgba(245, 190, 91, 0.2);
  border-radius: 16px;
  padding: 13px 14px;
  color: rgba(255, 248, 232, 0.82);
  background: rgba(255, 248, 232, 0.08);
  font-size: 14px;
  line-height: 1.45;
}

.slp-workflow {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(24px, 5vw, 64px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 86px;
}

.slp-workflow h2 {
  margin: 14px 0 0;
  color: #fff8e8;
  font-family: Literata, Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  line-height: 1.02;
}

.slp-workflow > div > p {
  max-width: 470px;
  margin: 18px 0 0;
  color: rgba(247, 240, 223, 0.68);
  font-size: 16px;
  line-height: 1.75;
}

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

.slp-workflow-card {
  min-height: 230px;
  border-radius: 26px;
  padding: 22px;
}

.slp-workflow-card span {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 12px;
  color: #10141f;
  background: #f5be5b;
  font-size: 13px;
  font-weight: 850;
}

.slp-workflow-card p {
  margin: 42px 0 0;
  color: #40382f;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 1080px) {
  .slp-hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .slp-copy {
    max-width: none;
  }

  .slp-panel-column {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
    align-items: stretch;
  }

  .slp-workflow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .slp-header {
    flex-direction: column;
    align-items: stretch;
    width: min(100% - 28px, 1180px);
  }

  .slp-nav {
    flex-wrap: wrap;
  }

  .slp-nav-link {
    display: none;
  }

  .slp-language {
    width: 100%;
    justify-content: space-between;
  }

  .slp-language-option {
    flex: 1;
  }

  .slp-hero-grid,
  .slp-workflow {
    width: min(100% - 28px, 1180px);
  }

  .slp-hero-grid {
    min-height: auto;
    padding-top: 28px;
  }

  .slp-title {
    font-size: clamp(3.7rem, 18vw, 5.5rem);
  }

  .slp-statement {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .slp-stat-grid,
  .slp-panel-column,
  .slp-workflow-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .slp-actions {
    flex-direction: column;
  }

  .slp-primary,
  .slp-secondary {
    width: 100%;
  }

  .slp-login-head {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .slp-lock {
    display: none;
  }

  .slp-workflow {
    padding-top: 44px;
  }
}
