/* Landing Ads — lean conversion layout */

/* Hide noisy theme chrome on LP */
body.uph-landing-ads .main-header,
body.uph-landing-ads .ast-above-header,
body.uph-landing-ads .ast-below-header,
body.uph-landing-ads .ast-mobile-header-wrap,
body.uph-landing-ads #ast-desktop-header,
body.uph-landing-ads #ast-mobile-header,
body.uph-landing-ads .site-header,
body.uph-landing-ads .ast-primary-header-bar,
body.uph-landing-ads .ast-header-break-point,
body.uph-landing-ads footer#colophon,
body.uph-landing-ads .site-footer,
body.uph-landing-ads .ast-footer-overlay,
body.uph-landing-ads #wpadminbar + .uph-lp {
  /* keep */
}

body.uph-landing-ads .site-header,
body.uph-landing-ads header#masthead,
body.uph-landing-ads .ast-primary-header-bar,
body.uph-landing-ads .ast-mobile-header-wrap,
body.uph-landing-ads #ast-desktop-header,
body.uph-landing-ads #ast-mobile-header,
body.uph-landing-ads .main-header-bar-wrap,
body.uph-landing-ads footer.site-footer,
body.uph-landing-ads #colophon,
body.uph-landing-ads .ast-hfb-header {
  display: none !important;
}

body.uph-landing-ads .site-content,
body.uph-landing-ads #content,
body.uph-landing-ads .ast-container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.uph-landing-ads #primary,
body.uph-landing-ads .entry-content,
body.uph-landing-ads article {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}

body.uph-landing-ads .entry-header,
body.uph-landing-ads .entry-footer,
body.uph-landing-ads .ast-breadcrumbs-wrapper {
  display: none !important;
}

.uph-lp {
  --lp-primary: #0d4f3c;
  --lp-mid: #1a8a6b;
  --lp-dark: #083528;
  --lp-gold: #ffc107;
  --lp-bg: #f6faf8;
  --lp-text: #1a1a2e;
  --lp-muted: #5f6b66;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--lp-text);
  background: var(--lp-bg);
  line-height: 1.65;
}

.uph-lp-wrap {
  width: min(100% - 36px, 920px);
  margin-inline: auto;
}

.uph-lp-top {
  background: #fff;
  border-bottom: 1px solid #e3ebe7;
  position: sticky;
  top: 0;
  z-index: 50;
}

.uph-lp-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  gap: 12px;
}

.uph-lp-brand {
  font-weight: 800;
  color: var(--lp-primary);
}

.uph-lp-top-wa {
  background: #25d366;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 14px;
  border-radius: 999px;
}

.uph-lp-hero {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 193, 7, 0.18), transparent 32%),
    linear-gradient(135deg, var(--lp-dark), var(--lp-primary) 50%, var(--lp-mid));
  color: #fff;
  padding: 56px 0 48px;
  text-align: center;
}

.uph-lp-badge {
  display: inline-block;
  background: rgba(255, 193, 7, 0.16);
  color: #ffe08a;
  border: 1px solid rgba(255, 224, 138, 0.35);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}

.uph-lp-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4.5vw, 2.7rem);
  line-height: 1.18;
  margin: 0 0 12px;
  color: #fff;
}

.uph-lp-sub {
  margin: 0 auto 22px;
  max-width: 640px;
  color: #e8f5e9;
  font-size: 1.05rem;
}

.uph-lp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 18px;
}

.uph-lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none !important;
  border: 2px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease;
}

.uph-lp-btn:hover {
  transform: translateY(-2px);
}

.uph-lp-btn-wa {
  background: #25d366;
  color: #fff !important;
}

.uph-lp-btn-wa:hover {
  background: #128c7e;
  color: #fff !important;
}

.uph-lp-btn-ghost {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.7);
}

.uph-lp-btn-lg {
  padding: 16px 28px;
  font-size: 1.05rem;
}

.uph-lp-trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.uph-lp-trust li {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.82rem;
  font-weight: 600;
}

.uph-lp-section {
  padding: 48px 0;
}

.uph-lp-alt {
  background: #fff;
}

.uph-lp-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--lp-primary);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  margin: 0 0 18px;
  text-align: center;
}

.uph-lp-offer {
  background: #fff;
  border: 1px solid #e3ebe7;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 28px rgba(13, 79, 60, 0.08);
  text-align: center;
}

.uph-lp-alt .uph-lp-offer {
  background: var(--lp-bg);
}

.uph-lp-price {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 800;
  color: var(--lp-primary);
  margin-bottom: 6px;
}

.uph-lp-note {
  color: var(--lp-muted);
  font-size: 0.92rem;
  margin: 0 0 14px;
}

.uph-lp-list {
  text-align: left;
  max-width: 520px;
  margin: 0 auto 18px;
  padding: 0;
  list-style: none;
}

.uph-lp-list li {
  position: relative;
  padding: 8px 0 8px 28px;
  border-bottom: 1px solid #eef3f0;
}

.uph-lp-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--lp-mid);
  font-weight: 800;
}

.uph-lp-why {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.uph-lp-why-card {
  background: var(--lp-bg);
  border: 1px solid #e3ebe7;
  border-radius: 14px;
  padding: 16px;
}

.uph-lp-alt .uph-lp-why-card {
  background: #fff;
}

.uph-lp-why-card strong {
  display: block;
  color: var(--lp-primary);
  margin-bottom: 4px;
}

.uph-lp-why-card span {
  color: var(--lp-muted);
  font-size: 0.92rem;
}

.uph-lp-legal {
  background: #fff;
  border-left: 4px solid var(--lp-gold);
  border-radius: 12px;
  padding: 18px 18px 8px;
  box-shadow: 0 4px 16px rgba(13, 79, 60, 0.06);
}

.uph-lp-testi {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.uph-lp-testi-card {
  background: #fff;
  border: 1px solid #e3ebe7;
  border-radius: 14px;
  padding: 16px;
}

.uph-lp-testi-card .stars {
  color: var(--lp-gold);
  margin-bottom: 8px;
}

.uph-lp-testi-card p {
  margin: 0 0 12px;
  color: #44504b;
  font-style: italic;
  font-size: 0.94rem;
}

.uph-lp-testi-card strong {
  display: block;
  color: var(--lp-primary);
}

.uph-lp-testi-card span {
  color: var(--lp-muted);
  font-size: 0.84rem;
}

.uph-lp-faq details {
  background: #fff;
  border: 1px solid #e3ebe7;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 10px;
}

.uph-lp-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--lp-primary);
}

.uph-lp-faq p {
  margin: 10px 0 0;
  color: var(--lp-muted);
}

.uph-lp-cta {
  background: linear-gradient(135deg, var(--lp-dark), var(--lp-primary) 55%, var(--lp-mid));
  color: #fff;
  text-align: center;
  padding: 52px 0;
}

.uph-lp-cta h2 {
  color: #fff;
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.uph-lp-cta p {
  margin: 0 auto 18px;
  max-width: 560px;
  color: #e8f5e9;
}

.uph-lp-foot {
  background: #fff;
  border-top: 1px solid #e3ebe7;
  padding: 18px 0;
  font-size: 0.9rem;
  color: var(--lp-muted);
}

.uph-lp-foot .uph-lp-wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.uph-lp-foot-links {
  display: flex;
  gap: 14px;
}

.uph-lp-foot a {
  color: var(--lp-primary);
  text-decoration: none;
  font-weight: 600;
}

.uph-lp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  display: grid;
  place-items: center;
  text-decoration: none !important;
  font-size: 1.5rem;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
  z-index: 9999;
}

@media (max-width: 800px) {
  .uph-lp-why,
  .uph-lp-testi {
    grid-template-columns: 1fr;
  }

  .uph-lp-actions {
    flex-direction: column;
  }

  .uph-lp-btn {
    width: 100%;
  }
}
