﻿.lp-affiliate {
  --lp-ink: #000000;
  --lp-muted: #abb8c3;
  --lp-bg: #f6f6f6;
  --lp-surface: #ffffff;
  --lp-border: rgba(0, 0, 0, 0.12);
  --lp-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  --lp-radius-lg: 28px;
  --lp-radius-md: 18px;
  --lp-radius-sm: 12px;
  --lp-accent: #111111;
  color: var(--lp-ink);
  background: #ffffff;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

.lp-affiliate * {
  box-sizing: border-box;
}

.lp-affiliate img {
  display: block;
  max-width: 100%;
}

.lp-affiliate h1,
.lp-affiliate h2,
.lp-affiliate h3 {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.lp-container {
  width: min(1680px, 100%);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
}

.lp-section-lead {
  color: var(--lp-muted);
  max-width: 70ch;
  margin: 0 0 22px;
}

.lp-section-head {
  margin-bottom: 24px;
}

.lp-kicker {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
  margin: 0 0 10px;
  color: var(--lp-muted);
}

.lp-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 120px) 0;
  background: linear-gradient(135deg, #f4f4f4 0%, #ffffff 55%, #f7f7f7 100%);
}

.lp-hero::before {
  content: '';
  position: absolute;
  inset: -35% auto auto -20%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.12), transparent 70%);
  opacity: 0.35;
}

.lp-hero::after {
  content: '';
  position: absolute;
  right: -10%;
  bottom: -35%;
  width: 55%;
  height: 55%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.08), transparent 70%);
}

.lp-hero-inner {
  position: relative;
  display: grid;
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.lp-hero h1 {
  font-size: clamp(2.4rem, 4.4vw, 4rem);
  line-height: 1.08;
}

.lp-lead {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: #2b2b2b;
  margin: 0 0 22px;
}

.lp-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 10px;
}

.lp-bullets li {
  position: relative;
  padding-left: 26px;
}

.lp-bullets li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lp-ink);
  position: absolute;
  left: 0;
  top: 9px;
}

.lp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 16px;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.lp-btn--primary {
  background: var(--lp-ink);
  color: #ffffff;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.18);
}

.lp-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 32px rgba(0, 0, 0, 0.25);
}

.lp-btn--ghost {
  background: transparent;
  color: var(--lp-ink);
  border-color: rgba(0, 0, 0, 0.25);
}

.lp-btn--ghost:hover {
  transform: translateY(-2px);
  border-color: var(--lp-ink);
}

.lp-mini-trust {
  margin: 0;
  color: var(--lp-muted);
  font-weight: 600;
}

.lp-hero-media {
  position: relative;
  display: grid;
  gap: 16px;
}

.lp-hero-figure,
.lp-hero-card {
  position: relative;
  border-radius: var(--lp-radius-lg);
  overflow: hidden;
  box-shadow: var(--lp-shadow);
  background: var(--lp-surface);
}

.lp-hero-figure img,
.lp-hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
}

.lp-hero-card {
  display: grid;
}

.lp-hero-card-content {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0.72);
  color: #ffffff;
  padding: 14px 16px;
  border-radius: 16px;
  display: grid;
  gap: 6px;
}

.lp-hero-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-proof,
.lp-steps,
.lp-faq {
  padding: clamp(52px, 8vw, 100px) 0;
}

.lp-proof {
  background: #ffffff;
}

.lp-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lp-logo-chip {
  border: 1px solid var(--lp-border);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  background: #ffffff;
  color: var(--lp-ink);
}

.lp-testimonials {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.lp-testimonial {
  background: var(--lp-surface);
  border-radius: var(--lp-radius-md);
  padding: 20px;
  box-shadow: var(--lp-shadow);
  display: grid;
  gap: 12px;
}

.lp-testimonial img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
}

.lp-testimonial span {
  font-weight: 700;
  color: #1b1b1b;
}

.lp-trustbox {
  background: var(--lp-bg);
  padding: clamp(52px, 8vw, 100px) 0;
}

.lp-trustbox-grid {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.lp-icon-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 12px;
}

.lp-icon-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 10px;
}

.lp-mini-card {
  background: var(--lp-surface);
  padding: 18px;
  border-radius: var(--lp-radius-md);
  box-shadow: var(--lp-shadow);
}

.lp-trustbox-media {
  display: grid;
  gap: 16px;
}

.lp-media-card {
  border-radius: var(--lp-radius-md);
  overflow: hidden;
  box-shadow: var(--lp-shadow);
  background: var(--lp-surface);
}

.lp-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-media-card--stack {
  transform: translateY(6px);
}

.lp-form {
  padding: clamp(52px, 8vw, 100px) 0;
  background: #ffffff;
}

.lp-form-grid {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.lp-form-card {
  background: var(--lp-surface);
  border-radius: var(--lp-radius-lg);
  padding: clamp(22px, 4vw, 32px);
  box-shadow: var(--lp-shadow);
  display: grid;
  gap: 18px;
}

.lp-form-head h3 {
  margin-bottom: 6px;
}

.lp-form-highlight {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  background: var(--lp-bg);
  border-radius: var(--lp-radius-md);
  padding: 12px 16px;
  font-weight: 700;
}

.lp-highlight-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--lp-ink);
  color: #ffffff;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-form-footnote {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.95rem;
}

.lp-step-grid {
  display: grid;
  gap: 16px;
}

.lp-step-card {
  background: var(--lp-surface);
  border-radius: var(--lp-radius-md);
  padding: 18px;
  box-shadow: var(--lp-shadow);
}

.lp-step-number {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--lp-ink);
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 12px;
}

.lp-inline-cta {
  margin-top: 24px;
}

.lp-steps-row {
  display: grid;
  gap: 16px;
}

.lp-step-wide {
  background: var(--lp-surface);
  border-radius: var(--lp-radius-md);
  padding: 20px;
  box-shadow: var(--lp-shadow);
  display: grid;
  gap: 10px;
}

.lp-step-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
}

.lp-faq {
  background: var(--lp-bg);
}

.lp-faq-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.lp-faq-item {
  border-radius: var(--lp-radius-md);
  border: 1px solid var(--lp-border);
  background: var(--lp-surface);
  padding: 0;
  overflow: hidden;
  box-shadow: var(--lp-shadow);
}

.lp-faq-item summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 700;
  list-style: none;
  position: relative;
}

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

.lp-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color: var(--lp-ink);
}

.lp-faq-item[open] summary::after {
  content: '–';
}

.lp-faq-item p {
  margin: 0 0 18px;
  padding: 0 20px 18px;
  color: #2b2b2b;
}

.lp-footer {
  border-top: 1px solid var(--lp-border);
  padding: 32px 0;
}

.lp-footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  color: var(--lp-muted);
}

.lp-footer-links {
  display: flex;
  gap: 16px;
}

.lp-footer a {
  color: var(--lp-ink);
  text-decoration: none;
  font-weight: 700;
}

.lp-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lp-affiliate .slicewp-form {
  display: grid;
  gap: 18px;
}

.lp-affiliate .slicewp-field-wrapper {
  display: grid;
  gap: 8px;
}

.lp-affiliate .slicewp-field-label-wrapper label {
  font-weight: 700;
  color: #1b1b1b;
}

.lp-affiliate .slicewp-field-required-marker {
  color: var(--lp-ink);
  font-weight: 700;
}

.lp-affiliate input[type='text'],
.lp-affiliate input[type='email'],
.lp-affiliate input[type='url'],
.lp-affiliate input[type='password'],
.lp-affiliate textarea,
.lp-affiliate select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--lp-border);
  background: #ffffff;
  font-size: 1rem;
}

.lp-affiliate textarea {
  min-height: 120px;
  resize: vertical;
}

.lp-affiliate input:focus,
.lp-affiliate textarea:focus,
.lp-affiliate select:focus {
  outline: 2px solid rgba(0, 0, 0, 0.15);
  outline-offset: 2px;
}

.lp-affiliate .slicewp-button-primary {
  width: 100%;
  border: none;
  background: var(--lp-ink);
  color: #ffffff;
  border-radius: 999px;
  padding: 14px 18px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-affiliate .slicewp-button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 32px rgba(0, 0, 0, 0.25);
}

.lp-form-step-title {
  font-weight: 800;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--lp-muted);
  margin-top: 8px;
}

@media (min-width: 900px) {
  .lp-hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .lp-trustbox-grid,
  .lp-form-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }

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

  .lp-step-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lp-steps-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .lp-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .lp-btn {
    width: 100%;
  }

  .lp-hero-media {
    grid-template-columns: 1fr;
  }

  .lp-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}






.wd-page-content {margin-top:-40px;}
.wd-prefooter {display:none!important;}
.main-footer {display:none!important;}



.container   {max-width: 100vw!important;}
.wd-content-layout {
  padding-block: 2px!important;
}
