/*
  2026-06-30 recovery skin.
  Purpose: make the public Wipper site honest, calmer, and conversion-focused after
  the preview/reply-path incident.
*/
:root {
  --recovery-ink: #171512;
  --recovery-muted: #5f5950;
  --recovery-paper: #fbfaf7;
  --recovery-panel: #ffffff;
  --recovery-line: #ded8cf;
  --recovery-orange: #d9572b;
  --recovery-blue: #174b58;
  --recovery-green: #2f6d4c;
  --recovery-shadow: 0 18px 56px rgba(31, 27, 22, 0.12);
}

body.wipper-v5 {
  color: var(--recovery-ink);
  background:
    linear-gradient(90deg, rgba(23, 75, 88, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(217, 87, 43, 0.05), transparent 420px),
    var(--recovery-paper);
  background-size: 42px 42px, auto, auto;
  letter-spacing: 0;
}

.site-header.scrolled,
.site-header {
  background: rgba(251, 250, 247, 0.94);
  border-bottom: 1px solid rgba(23, 21, 18, 0.08);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.main-nav a {
  color: var(--recovery-muted);
}

.nav-cta,
.submit-btn,
.button.primary {
  background: var(--recovery-orange);
  border-radius: 8px;
  box-shadow: none;
}

.nav-cta:hover,
.submit-btn:hover,
.button.primary:hover {
  background: #be4922;
}

.hero-editorial {
  min-height: 88vh;
  padding: 104px 0 56px;
  background:
    linear-gradient(90deg, rgba(23, 75, 88, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 78% 12%, rgba(47, 109, 76, 0.14), transparent 24rem),
    linear-gradient(135deg, #fffaf2 0%, #eff6f4 58%, #fff 100%);
  background-size: 40px 40px, auto, auto;
  border-bottom: 1px solid rgba(23, 21, 18, 0.08);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}

.hero-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-panel-copy {
  padding: 0;
}

.hero-kicker,
.section-eyebrow,
.result-badge {
  color: var(--recovery-blue);
  letter-spacing: 0.08em;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.96;
  letter-spacing: 0;
  color: var(--recovery-ink);
}

.hero h1 em {
  color: var(--recovery-orange);
  font-style: italic;
}

.hero-lead {
  max-width: 720px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
  color: var(--recovery-muted);
}

.url-form {
  max-width: 680px;
  border: 1px solid var(--recovery-line);
  border-radius: 10px;
  box-shadow: 0 14px 40px rgba(31, 27, 22, 0.09);
}

.url-field input {
  min-height: 58px;
}

.trust-pills {
  gap: 10px;
}

.trust-pills span {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(23, 21, 18, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--recovery-muted) !important;
}

.hero-standard-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-top: 22px;
}

.hero-standard-strip div {
  display: grid;
  gap: 6px;
  min-height: 84px;
  padding: 13px 14px;
  border: 1px solid rgba(23, 21, 18, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.hero-standard-strip strong {
  font-size: 12px;
  color: var(--recovery-orange);
}

.hero-standard-strip span {
  font-size: 13px;
  line-height: 1.35;
  color: var(--recovery-ink);
}

.hero-cash-strip {
  margin-top: 14px;
}

.hero-cash-strip a,
.hero-cash-strip .text-button {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--recovery-ink);
  font: inherit;
  font-weight: 700;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.instant-check-panel {
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(23, 75, 88, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.instant-check-copy {
  display: grid;
  gap: 4px;
}

.instant-check-copy strong {
  font-size: 15px;
  color: var(--recovery-ink);
}

.instant-check-copy span {
  font-size: 13px;
  line-height: 1.45;
  color: var(--recovery-muted);
}

.instant-check-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.instant-check-option {
  min-height: 54px;
  padding: 10px;
  border: 1px solid rgba(23, 21, 18, 0.12);
  border-radius: 8px;
  background: #fffdf9;
  color: var(--recovery-ink);
  font: 700 13px/1.25 "DM Sans", system-ui, sans-serif;
  text-align: left;
  cursor: pointer;
}

.instant-check-option:hover,
.instant-check-option.is-selected {
  border-color: rgba(217, 87, 43, 0.48);
  background: #fff4ed;
}

.instant-check-result {
  display: grid;
  gap: 10px;
  padding-top: 4px;
}

.instant-check-result p {
  margin: 0;
  color: var(--recovery-muted);
  font-size: 13px;
  line-height: 1.5;
}

.instant-check-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-panel-visual {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
}

.hero-evidence-phone {
  width: min(100%, 326px);
  padding: 10px;
  border-radius: 34px;
  background: #171512;
  box-shadow: var(--recovery-shadow);
}

.hero-evidence-phone img {
  width: 100%;
  height: auto;
  border-radius: 26px;
}

.recovery-proof-panel {
  position: absolute;
  right: 0;
  bottom: 18px;
  width: min(240px, 72%);
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid rgba(23, 21, 18, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(31, 27, 22, 0.13);
  font-size: 13px;
  color: var(--recovery-muted);
}

.recovery-proof-panel strong {
  color: var(--recovery-ink);
}

.recovery-proof-panel span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.recovery-proof-panel span::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--recovery-green);
}

.preview-quality-banner {
  border-radius: 8px;
  border: 1px solid rgba(23, 75, 88, 0.22);
  background: #f2f7f6;
}

.preview-quality-banner[data-tier="blocked"],
.preview-quality-banner[data-tier="weak"] {
  border-color: rgba(217, 87, 43, 0.32);
  background: #fff5ef;
}

.preview-quality-tier {
  border-radius: 999px;
  background: var(--recovery-blue);
  color: #fff;
}

.brand-mobile-callout,
.quality-standard,
.evidence-proof,
.hub-products,
.examples,
.pricing,
.faq,
.request-section {
  background: var(--recovery-paper);
  border-top: 1px solid rgba(23, 21, 18, 0.08);
}

.brand-mobile-callout .section-inner,
.quality-standard .section-inner,
.evidence-proof .section-inner,
.examples .section-inner,
.pricing .section-inner {
  max-width: 1120px;
}

.brand-mobile-callout h2,
.evidence-proof h2,
.hub-products h2,
.examples h2,
.pricing h2 {
  letter-spacing: 0;
}

.brand-mobile-callout {
  background:
    linear-gradient(180deg, #fffdf8 0%, #f5f2ec 100%);
}

.brand-mobile-callout .callout-lead,
.elite-proof-lead,
.elite-hub-lead,
.examples-honesty,
.price-scope-note {
  max-width: 760px;
  color: var(--recovery-muted);
}

.quality-standard {
  padding: 72px 0;
  background: #171512;
  color: #fffaf2;
}

.quality-standard .section-eyebrow {
  color: #f2a37f;
}

.quality-standard h2 {
  max-width: 820px;
  color: #fffaf2;
  letter-spacing: 0;
}

.quality-standard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid rgba(255, 250, 242, 0.16);
  background: rgba(255, 250, 242, 0.16);
}

.quality-standard-grid article {
  min-height: 210px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.08), rgba(255, 250, 242, 0.02)),
    #171512;
}

.quality-standard-grid strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
}

.quality-standard-grid p {
  margin: 0;
  color: rgba(255, 250, 242, 0.74);
  line-height: 1.6;
}

.brand-mobile-callout .evidence-pair--hero {
  align-items: end;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(23, 21, 18, 0.09);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 242, 236, 0.86)),
    linear-gradient(90deg, rgba(217, 87, 43, 0.08), rgba(23, 75, 88, 0.08));
  box-shadow: 0 24px 70px rgba(31, 27, 22, 0.08);
}

.device-chrome--browser {
  min-height: 36px;
  background: #f2eee7;
  border-bottom-color: rgba(23, 21, 18, 0.08);
}

.device-chrome--browser span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.evidence-site {
  border-radius: 12px;
  border-color: rgba(23, 21, 18, 0.1);
  box-shadow: 0 22px 54px rgba(31, 27, 22, 0.09);
}

.evidence-site-shot {
  background: #fffaf2;
}

.evidence-site-shot img {
  filter: saturate(1.02) contrast(1.01);
}

.evidence-site-shot img[src*="showcase-convoy-site"] {
  object-position: center 18%;
}

.evidence-site-shot img[src*="showcase-convoy-site-proof"] {
  object-position: center center;
}

.evidence-site-shot img[src*="showcase-littlebirdee-site"] {
  object-position: center 58%;
}

.evidence-site-shot img[src*="showcase-littlebirdee-site-proof"] {
  object-position: center center;
}

.evidence-site-shot img[src*="showcase-fixitright-site"] {
  object-position: center 36%;
}

.evidence-site-shot img[src*="showcase-fixitright-site-proof"] {
  object-position: center center;
}

.evidence-site-shot img[src*="flagship-fitmunch-site"] {
  object-position: center 32%;
}

.evidence-site-shot img[src*="flagship-fitmunch-site-proof"] {
  object-position: center center;
}

.evidence-site-shot img[src*="flagship-fitmunch-scan"] {
  object-position: top right;
}

.evidence-hub img {
  border-radius: 28px;
}

.evidence-pair--hero .evidence-hub img {
  max-width: 292px;
}

.evidence-arrow span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(217, 87, 43, 0.22);
  box-shadow: 0 10px 26px rgba(217, 87, 43, 0.13);
}

.evidence-gallery {
  gap: 28px;
}

.evidence-card,
.price-card,
.faq-list details,
.request-card,
.detail-card,
.compare-pane,
.hub-type-card,
.elite-flagship {
  border-radius: 8px;
  border: 1px solid rgba(23, 21, 18, 0.1);
  box-shadow: none;
}

.evidence-card {
  padding: 18px;
  background:
    linear-gradient(180deg, #fff 0%, #fffaf4 100%);
  box-shadow: 0 16px 46px rgba(31, 27, 22, 0.07);
}

.evidence-card .evidence-pair {
  align-items: end;
  padding: 12px;
  border-radius: 10px;
  background: #f6f1e9;
}

.evidence-card .evidence-site {
  min-width: 0;
}

.evidence-card .evidence-hub--sm img {
  max-width: 176px;
}

.evidence-card-body {
  border-top-color: rgba(23, 21, 18, 0.08);
}

.evidence-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.evidence-tags span {
  padding: 6px 8px;
  border-radius: 999px;
  background: #f3f7f6;
  border: 1px solid rgba(23, 75, 88, 0.13);
  color: var(--recovery-blue);
  font-size: 12px;
  font-weight: 650;
}

.elite-proof-foot,
.examples-footnote {
  color: var(--recovery-muted);
}

.elite-flagship {
  overflow: visible;
  background: #fff;
  box-shadow: 0 22px 64px rgba(31, 27, 22, 0.09);
}

.elite-flagship-visual {
  grid-template-columns: minmax(0, 1fr) 218px;
  gap: 28px;
  padding: clamp(22px, 4vw, 34px);
  background:
    radial-gradient(circle at 92% 20%, rgba(47, 109, 76, 0.16), transparent 18rem),
    linear-gradient(135deg, #fffaf2 0%, #f2f7f6 100%);
  border-bottom: 1px solid rgba(23, 21, 18, 0.08);
}

.elite-flagship .evidence-site-shot {
  aspect-ratio: 16 / 9;
  background: #f4f8f6;
}

.elite-fm-phone {
  width: 196px;
}

.elite-fm-shell {
  height: 408px;
  padding: 9px;
  background: #171512;
  border-radius: 32px;
  border-color: rgba(23, 21, 18, 0.95);
}

.elite-fm-shell img {
  object-fit: cover;
  object-position: top center;
  background: #fff;
  border-radius: 23px;
}

.elite-flagship-body {
  padding: clamp(20px, 3vw, 30px);
}

.elite-flagship-body strong {
  letter-spacing: 0;
}

.pricing-elite .price-grid {
  align-items: stretch;
}

.pricing-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0 18px;
  border: 1px solid rgba(23, 21, 18, 0.1);
  background: rgba(23, 21, 18, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.pricing-path span {
  padding: 14px 16px;
  background: #fff;
  color: var(--recovery-blue);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.pricing-elite .price-card {
  background: #fff;
}

.pricing-elite .price-card.featured {
  border-color: rgba(217, 87, 43, 0.38);
  box-shadow: 0 22px 64px rgba(217, 87, 43, 0.12);
}

.request-card {
  background: #fff;
  box-shadow: 0 18px 50px rgba(31, 27, 22, 0.08);
}

.request-honesty {
  border-left-color: var(--recovery-orange);
  background: #fff7f1;
}

.footer-elite {
  background: #171512;
}

.footer-links {
  align-items: flex-start;
}

.footer-col {
  min-width: 180px;
}

/* Site-wide recovery layer for inner pages */
body.wipper-site:not(.wipper-v5) {
  color: var(--recovery-ink);
  background: var(--recovery-paper);
  letter-spacing: 0;
}

body.wipper-site:not(.wipper-v5) .page-hero {
  padding: 112px 0 72px;
  background:
    linear-gradient(90deg, rgba(23, 75, 88, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, #fffaf2 0%, #f3f7f6 64%, #fff 100%);
  background-size: 40px 40px, auto;
  border-bottom: 1px solid rgba(23, 21, 18, 0.08);
}

body.wipper-site:not(.wipper-v5) .hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
  gap: clamp(28px, 7vw, 84px);
  align-items: center;
}

body.wipper-site:not(.wipper-v5) .hero-text h1 {
  max-width: 780px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
  color: var(--recovery-ink);
}

body.wipper-site:not(.wipper-v5) .hero-sub {
  max-width: 660px;
  color: var(--recovery-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}

body.wipper-site:not(.wipper-v5) .page-hero-evidence {
  justify-self: center;
  padding: 10px;
  border-radius: 34px;
  background: #171512;
  box-shadow: var(--recovery-shadow);
}

body.wipper-site:not(.wipper-v5) .page-hero-evidence img {
  display: block;
  width: min(100%, 260px);
  height: auto;
  border-radius: 26px;
}

body.wipper-site:not(.wipper-v5) .process,
body.wipper-site:not(.wipper-v5) .request-section,
body.wipper-site:not(.wipper-v5) .industry-evidence {
  background: var(--recovery-paper);
  border-top: 1px solid rgba(23, 21, 18, 0.08);
}

body.wipper-site:not(.wipper-v5) .industry-evidence .evidence-pair {
  padding: 18px;
  border: 1px solid rgba(23, 21, 18, 0.1);
  border-radius: 10px;
  background: #fff;
}

body.wipper-site:not(.wipper-v5) .site-footer {
  background: #171512;
}

@media (max-width: 900px) {
  .hero-shell {
    grid-template-columns: 1fr;
  }

  .hero-editorial {
    min-height: 0;
    padding-top: 96px;
  }

  .hero h1 {
    font-size: clamp(42px, 14vw, 64px);
  }

  .hero-standard-strip,
  .quality-standard-grid,
  .pricing-path {
    grid-template-columns: 1fr;
  }

  .instant-check-options {
    grid-template-columns: 1fr;
  }

  .quality-standard {
    padding: 56px 0;
  }

  .recovery-proof-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 320px);
    margin-top: 14px;
  }

  .url-form {
    flex-direction: column;
  }

  .submit-btn {
    min-height: 52px;
    border-radius: 0 0 8px 8px;
  }

  .brand-mobile-callout .evidence-pair--hero,
  .evidence-card .evidence-pair {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .evidence-arrow span {
    transform: rotate(90deg);
  }

  .elite-flagship-visual {
    grid-template-columns: 1fr;
  }

  .elite-fm-phone {
    width: min(210px, 64vw);
  }

  .elite-fm-shell {
    height: min(438px, 126vw);
  }

  body.wipper-site:not(.wipper-v5) .hero-inner {
    grid-template-columns: 1fr;
  }

  body.wipper-site:not(.wipper-v5) .page-hero {
    padding-top: 94px;
  }
}

@media (max-width: 560px) {
  .hero-editorial {
    padding-top: 84px;
  }

  .section-inner,
  .header-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .trust-pills span {
    width: 100%;
  }
}
