:root {
  --lp2-bg: #f6f9fc;
  --lp2-surface: #ffffff;
  --lp2-ink: #07142f;
  --lp2-text: #30415f;
  --lp2-muted: #65758f;
  --lp2-line: #d7e0ee;
  --lp2-blue: #0b57d0;
  --lp2-green: #188038;
  --lp2-amber: #f29900;
  --lp2-shadow: 0 18px 50px rgba(20, 50, 90, 0.1);
}

.lp2-shell,
.lp2-shell * {
  box-sizing: border-box;
}

.lp2-shell {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 252, 0.98) 620px),
    var(--lp2-bg);
  color: var(--lp2-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.lp2-shell a {
  color: inherit;
  text-decoration: none;
}

.lp2-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 72px;
  padding: 12px clamp(18px, 3vw, 52px);
  border-bottom: 1px solid rgba(215, 224, 238, 0.86);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.lp2-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  min-width: 0;
}

.lp2-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

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

.lp2-brand strong {
  color: var(--lp2-ink);
  font-size: 19px;
  line-height: 1.05;
}

.lp2-brand small {
  margin-top: 4px;
  color: var(--lp2-muted);
  font-size: 12px;
  font-weight: 650;
}

.lp2-nav nav,
.lp2-footer nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.lp2-nav nav a,
.lp2-footer nav a {
  min-height: 34px;
  padding: 8px 11px;
  border-radius: 6px;
  color: #394a66;
  font-size: 13px;
  font-weight: 720;
}

.lp2-nav nav a:hover,
.lp2-footer nav a:hover {
  background: #eef5ff;
  color: var(--lp2-blue);
}

.lp2-nav__cta,
.lp2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--lp2-line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--lp2-ink);
  font-size: 13px;
  font-weight: 780;
}

.lp2-nav__cta {
  justify-self: end;
  padding: 0 15px;
}

.lp2-button {
  min-height: 46px;
  padding: 0 18px;
}

.lp2-button--primary,
.lp2-nav__cta:hover {
  border-color: var(--lp2-blue);
  background: var(--lp2-blue);
  color: #ffffff !important;
}

.lp2-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  max-width: 1320px;
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 104px) clamp(18px, 4vw, 52px) 48px;
}

.lp2-kicker {
  margin: 0 0 18px;
  color: var(--lp2-blue);
  font-size: 13px;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp2-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--lp2-ink);
  font-size: clamp(44px, 6.2vw, 84px);
  font-weight: 860;
  line-height: 1.02;
}

.lp2-hero__copy > p:not(.lp2-kicker),
.lp2-compliance p {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--lp2-text);
  font-size: 17px;
  line-height: 1.72;
}

.lp2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.lp2-hero__panel {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--lp2-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--lp2-shadow);
}

.lp2-panel__head {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e6edf7;
}

.lp2-panel__head strong,
.lp2-panel__head small {
  display: block;
}

.lp2-panel__head strong {
  color: var(--lp2-ink);
  font-size: 16px;
}

.lp2-panel__head small {
  margin-top: 4px;
  color: var(--lp2-muted);
  font-size: 12px;
  font-weight: 650;
}

.lp2-ads-mark {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
}

.lp2-ads-mark i,
.lp2-ads-mark b,
.lp2-ads-mark em {
  position: absolute;
  display: block;
  content: "";
}

.lp2-ads-mark i,
.lp2-ads-mark b {
  width: 9px;
  height: 31px;
  border-radius: 999px;
}

.lp2-ads-mark i {
  left: 8px;
  top: 1px;
  background: #34a853;
  transform: rotate(28deg);
}

.lp2-ads-mark b {
  left: 18px;
  top: 1px;
  background: #4285f4;
  transform: rotate(-28deg);
}

.lp2-ads-mark em {
  left: 4px;
  bottom: 0;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #fbbc04;
}

.lp2-account-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.lp2-account-list article {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 13px;
  border: 1px solid #e2eaf5;
  border-radius: 7px;
  background: #fbfdff;
}

.lp2-account-list strong,
.lp2-account-list small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lp2-account-list strong {
  color: var(--lp2-ink);
  font-size: 14px;
}

.lp2-account-list small {
  margin-top: 3px;
  color: var(--lp2-muted);
  font-size: 12px;
  font-weight: 650;
}

.lp2-status {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--lp2-green);
}

.lp2-status--pending {
  background: var(--lp2-amber);
}

.lp2-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
}

.lp2-proof-grid div {
  padding: 13px;
  border: 1px solid #e2eaf5;
  border-radius: 7px;
  background: #ffffff;
}

.lp2-proof-grid dt,
.lp2-proof-grid dd {
  margin: 0;
}

.lp2-proof-grid dt {
  color: var(--lp2-muted);
  font-size: 11px;
  font-weight: 820;
  text-transform: uppercase;
}

.lp2-proof-grid dd {
  margin-top: 5px;
  color: var(--lp2-ink);
  font-size: 14px;
  font-weight: 800;
}

.lp2-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1320px;
  margin: 0 auto 42px;
  padding: 0 clamp(18px, 4vw, 52px);
}

.lp2-strip article {
  min-height: 118px;
  padding: 22px;
  border: 1px solid var(--lp2-line);
  background: #ffffff;
}

.lp2-strip strong,
.lp2-strip span {
  display: block;
}

.lp2-strip strong {
  color: var(--lp2-ink);
  font-size: 15px;
}

.lp2-strip span {
  margin-top: 8px;
  color: var(--lp2-muted);
  font-size: 13px;
  line-height: 1.45;
}

.lp2-section-head {
  max-width: 1320px;
  margin: 0 auto 24px;
  padding: 0 clamp(18px, 4vw, 52px);
}

.lp2-section-head p {
  margin: 0 0 8px;
  color: var(--lp2-blue);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp2-section-head h2,
.lp2-compliance h2 {
  margin: 0;
  color: var(--lp2-ink);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
}

.lp2-blocks {
  padding: 40px 0 24px;
}

.lp2-blocks__stack {
  display: grid;
  gap: 28px;
}

.lp2-block-shell {
  width: min(100%, 1760px);
  min-width: 0;
  max-width: 100%;
  margin: 0 auto;
  border-block: 1px solid var(--lp2-line);
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(20, 50, 90, 0.05);
}

.lp2-block-shell__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 8px clamp(14px, 2vw, 28px);
  border-bottom: 1px solid #e6edf7;
  background: #fbfdff;
  color: var(--lp2-muted);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.lp2-block-shell__bar strong {
  color: #34445f;
  text-transform: none;
}

.lp2-block-shell__body {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.lp2-block-shell__body > section {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.lp2-compliance {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.64fr);
  gap: 34px;
  max-width: 1320px;
  margin: 42px auto 0;
  padding: 54px clamp(18px, 4vw, 52px);
  border-top: 1px solid var(--lp2-line);
}

.lp2-compliance ul {
  display: grid;
  gap: 10px;
  align-content: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp2-compliance li {
  padding: 14px 16px;
  border: 1px solid var(--lp2-line);
  border-radius: 7px;
  background: #ffffff;
  color: #30415f;
  font-size: 14px;
  font-weight: 700;
}

.lp2-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px clamp(18px, 4vw, 52px) 38px;
  color: var(--lp2-muted);
  font-size: 13px;
  font-weight: 700;
}

.lp2-loading {
  padding: 44px clamp(18px, 4vw, 52px);
  color: var(--lp2-muted);
  font-weight: 780;
}

@media (max-width: 1080px) {
  .lp2-nav {
    grid-template-columns: 1fr auto;
  }

  .lp2-nav nav {
    display: none;
  }

  .lp2-hero,
  .lp2-compliance {
    grid-template-columns: 1fr;
  }

  .lp2-hero {
    min-height: 0;
  }

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

@media (max-width: 720px) {
  .lp2-nav {
    min-height: 64px;
    padding: 10px 14px;
  }

  .lp2-brand img {
    width: 36px;
    height: 36px;
  }

  .lp2-brand small {
    display: none;
  }

  .lp2-nav__cta {
    min-height: 36px;
    padding: 0 12px;
  }

  .lp2-hero {
    padding: 40px 14px 34px;
  }

  .lp2-hero h1 {
    font-size: clamp(36px, 12vw, 48px);
  }

  .lp2-hero__copy > p:not(.lp2-kicker),
  .lp2-compliance p {
    font-size: 15px;
    line-height: 1.62;
  }

  .lp2-actions,
  .lp2-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .lp2-button {
    width: 100%;
  }

  .lp2-hero__panel {
    padding: 16px;
  }

  .lp2-proof-grid,
  .lp2-strip {
    grid-template-columns: 1fr;
  }

  .lp2-strip {
    margin-bottom: 22px;
    padding: 0 14px;
  }

  .lp2-strip article {
    min-height: 0;
    padding: 17px;
  }

  .lp2-blocks {
    padding-top: 26px;
  }

  .lp2-block-shell,
  .lp2-block-shell__bar,
  .lp2-block-shell__body,
  .lp2-block-shell__body > section {
    inline-size: 100% !important;
    min-inline-size: 0 !important;
    max-inline-size: 100% !important;
    width: 100%;
    min-width: 0 !important;
    max-width: 100%;
  }

  .lp2-block-shell__body > section {
    overflow: hidden;
  }

  .lp2-block-shell__body [class*="__inner"],
  .lp2-block-shell__body [class*="__wrap"],
  .lp2-block-shell__body [class*="__frame"],
  .lp2-block-shell__body [class*="__hero"],
  .lp2-block-shell__body [class*="__trust-inner"],
  .lp2-block-shell__body [class*="__workflow-inner"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .lp2-block-shell__body table {
    max-width: none;
  }

  .lp2-block-shell__bar {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding: 10px 14px;
  }

  .lp2-compliance {
    margin-top: 22px;
    padding: 38px 14px;
  }

  .lp2-footer {
    padding: 22px 14px 32px;
  }
}
