/* Trendworthy Finds V9 — trust-first editorial design with a cleaner hero */

.home-v4 {
  --v4-navy: #071a3d;
  --v4-navy-deep: #020b21;
  --v4-navy-soft: #102954;
  --v4-coral: #ff5b47;
  --v4-coral-dark: #d94332;
  --v4-coral-soft: #ffe8e2;
  --v4-cream: #f7f3ed;
  --v4-sand: #ebe4db;
  --v4-paper: #fffdfa;
  --v4-ink: #121a2e;
  --v4-muted: #657084;
  --v4-line: #ded8d0;
  --v4-green: #147a63;
  --v4-yellow: #f2bd4d;
  background:
    radial-gradient(circle at 8% 7%, rgba(255, 91, 71, 0.055), transparent 24rem),
    linear-gradient(180deg, var(--v4-paper), #f8f3ed);
  color: var(--v4-ink);
}

.home-v4 main {
  overflow: clip;
}

.home-v4 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-v4 .premium-preview {
  min-height: 29px;
  background: var(--v4-coral);
  color: var(--v4-navy-deep);
}

.home-v4 .v4-header,
.home-v4 .v4-header.is-scrolled {
  border-bottom: 1px solid rgba(7, 26, 61, 0.1);
  background: rgba(255, 253, 250, 0.96);
  box-shadow: 0 8px 26px rgba(7, 26, 61, 0.045);
  backdrop-filter: blur(22px) saturate(130%);
}

.home-v4 .header-inner {
  min-height: 78px;
}

.home-v4 .v4-header .brand,
.home-v4 .v4-header .brand-name {
  color: var(--v4-navy);
}

.home-v4 .v4-header .brand-mark {
  border: 1px solid rgba(7, 26, 61, 0.11);
  box-shadow: 0 8px 22px rgba(7, 26, 61, 0.15);
}

.home-v4 .v4-header .brand-tagline {
  color: #7a8292;
}

.home-v4 .v4-header .site-nav a,
.home-v4 .v4-header .site-nav [data-preview-open] {
  color: #4e596e;
}

.home-v4 .v4-header .site-nav a:hover,
.home-v4 .v4-header .site-nav [data-preview-open]:hover,
.home-v4 .v4-header .site-nav a[aria-current="page"],
.home-v4 .v4-header .site-nav [data-preview-open][aria-current="page"] {
  background: #f0ece6;
  color: var(--v4-navy);
}

.home-v4 .v4-header .site-nav .nav-cta {
  padding-inline: 17px;
  background: var(--v4-navy);
  color: #fff;
  box-shadow: none;
}

.home-v4 .v4-header .site-nav .nav-cta:hover {
  background: var(--v4-coral);
  color: var(--v4-navy-deep);
}

.home-v4 .v4-nav-search {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.home-v4 .v4-nav-search svg {
  width: 17px;
  height: 17px;
}

.home-v4 .menu-toggle {
  background: var(--v4-navy);
}

.home-v4 .native-mobile-menu summary {
  background: var(--v4-navy);
  color: #fff;
}

.home-v4 .native-mobile-panel {
  border-color: #dfd9d2;
  background: rgba(255, 253, 250, 0.99);
  box-shadow: 0 24px 60px rgba(7, 26, 61, 0.2);
}

.home-v4 .native-mobile-panel a,
.home-v4 .native-mobile-panel [data-preview-open] {
  color: #4e596e;
}

.home-v4 .native-mobile-panel a:hover,
.home-v4 .native-mobile-panel a:focus-visible,
.home-v4 .native-mobile-panel [data-preview-open]:hover,
.home-v4 .native-mobile-panel [data-preview-open]:focus-visible,
.home-v4 .native-mobile-panel a[aria-current="page"],
.home-v4 .native-mobile-panel [data-preview-open][aria-current="page"] {
  background: #f0ece6;
  color: var(--v4-navy);
}

.v4-hero {
  position: relative;
  min-height: 700px;
  padding: 98px 0 132px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 91, 71, 0.14), transparent 31%),
    radial-gradient(circle at 5% 96%, rgba(7, 26, 61, 0.075), transparent 29%),
    linear-gradient(135deg, #fbf8f3 0%, #f4eee6 54%, #faf7f2 100%);
  isolation: isolate;
}

.v4-hero::after {
  position: absolute;
  z-index: -2;
  right: -11vw;
  bottom: -42%;
  width: 54vw;
  height: 54vw;
  border: 1px solid rgba(7, 26, 61, 0.1);
  border-radius: 50%;
  content: "";
}

.v4-hero-shape {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.v4-hero-shape-one {
  top: 11%;
  right: 5%;
  width: 390px;
  height: 390px;
  background: radial-gradient(circle, rgba(255, 91, 71, 0.17), rgba(255, 91, 71, 0) 68%);
}

.v4-hero-shape-two {
  bottom: -190px;
  left: -160px;
  width: 420px;
  height: 420px;
  border: 78px solid rgba(7, 26, 61, 0.035);
}

.v4-hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  gap: clamp(55px, 7vw, 110px);
}

.v4-hero-copy {
  max-width: 680px;
}

.v4-kicker,
.v4-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--v4-coral-dark);
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.v4-kicker span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--v4-coral);
  color: var(--v4-navy-deep);
  font-size: 0.8rem;
}

.v4-hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--v4-navy);
  font-size: clamp(4rem, 6.4vw, 6.9rem);
  font-weight: 880;
  letter-spacing: -0.075em;
  line-height: 0.91;
}

.v4-hero h1 span {
  color: var(--v4-coral-dark);
}

.v4-hero-lede {
  max-width: 620px;
  margin: 28px 0 0;
  color: #505c70;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.67;
}

.v4-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.v4-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 0.87rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.v4-button:hover {
  transform: translateY(-2px);
}

.v4-button-primary {
  background: var(--v4-navy);
  color: #fff;
  box-shadow: 0 16px 32px rgba(7, 26, 61, 0.18);
}

.v4-button-primary:hover {
  background: #102b5d;
  box-shadow: 0 20px 38px rgba(7, 26, 61, 0.22);
}

.v4-button-primary span {
  color: var(--v4-coral);
  font-size: 1.15rem;
}

.v4-button-secondary {
  border-color: #d7cfc5;
  background: rgba(255, 255, 255, 0.68);
  color: var(--v4-navy);
}

.v4-button-secondary:hover {
  background: #fff;
}

.v4-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 21px;
  margin: 27px 0 0;
  padding: 0;
  color: #667083;
  font-size: 0.77rem;
  font-weight: 750;
  list-style: none;
}

.v4-proof-list li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.v4-proof-list li span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(20, 122, 99, 0.27);
  border-radius: 50%;
  background: rgba(20, 122, 99, 0.09);
  color: var(--v4-green);
  font-size: 0.63rem;
}

.review-blueprint-wrap {
  position: relative;
  display: grid;
  min-height: 540px;
  place-items: center;
}

.review-blueprint-wrap::before {
  position: absolute;
  width: 470px;
  height: 470px;
  border: 1px dashed rgba(7, 26, 61, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(255, 255, 255, 0.22), 0 0 0 45px rgba(7, 26, 61, 0.035);
  content: "";
}

.review-blueprint {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  padding: 27px;
  border: 1px solid rgba(7, 26, 61, 0.11);
  border-radius: 27px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(255, 252, 247, 0.97));
  box-shadow: 0 1px 0 #fff inset, 0 35px 85px rgba(7, 26, 61, 0.17), 0 10px 24px rgba(7, 26, 61, 0.07);
  transform: none;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.review-blueprint:hover {
  box-shadow: 0 42px 95px rgba(7, 26, 61, 0.23);
  transform: translateY(-3px);
}

.blueprint-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e2da;
}

.blueprint-top img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: 0 9px 20px rgba(7, 26, 61, 0.16);
}

.blueprint-top strong,
.blueprint-overline {
  display: block;
}

.blueprint-overline,
.blueprint-label {
  color: #8991a0;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.blueprint-top strong {
  margin-top: 5px;
  color: var(--v4-navy);
  font-size: 1.08rem;
  line-height: 1.2;
}

.blueprint-verdict {
  margin-top: 13px;
  padding: 18px;
  border-radius: 16px;
  background: var(--v4-navy);
  color: #fff;
}

.blueprint-verdict .blueprint-label {
  color: rgba(255, 255, 255, 0.52);
}

.blueprint-verdict > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-top: 8px;
}

.blueprint-verdict strong {
  color: #fff;
  font-size: 1.65rem;
  letter-spacing: -0.04em;
}

.verdict-example {
  max-width: 175px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.67rem;
  line-height: 1.35;
  text-align: right;
}

.blueprint-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 9px;
}

.blueprint-pair > div,
.blueprint-evidence {
  padding: 14px;
  border: 1px solid #e6e0d8;
  border-radius: 14px;
  background: #fffdfa;
}

.blueprint-pair strong,
.blueprint-evidence strong {
  display: block;
  margin-top: 6px;
  color: var(--v4-navy);
  font-size: 0.74rem;
  line-height: 1.35;
}

.blueprint-pair > div:last-child {
  background: #fff3ef;
}

.blueprint-evidence {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 9px;
}

.evidence-tag {
  padding: 6px 9px;
  border-radius: 999px;
  background: #e8f4ef;
  color: #116651;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.blueprint-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid #e8e2da;
  color: #818999;
  font-size: 0.57rem;
}

.blueprint-bottom strong {
  color: var(--v4-coral-dark);
  font-size: 0.62rem;
  text-align: right;
}

.blueprint-stamp {
  position: absolute;
  z-index: 3;
  right: -20px;
  bottom: 45px;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  align-content: center;
  border: 6px solid var(--v4-cream);
  border-radius: 50%;
  background: var(--v4-coral);
  color: var(--v4-navy-deep);
  box-shadow: 0 13px 28px rgba(7, 26, 61, 0.18);
  line-height: 1;
  transform: rotate(-9deg);
}

.blueprint-stamp span {
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.blueprint-stamp strong {
  margin-top: 4px;
  font-size: 0.85rem;
  letter-spacing: -0.03em;
}

.finder-section {
  position: relative;
  z-index: 5;
  margin-top: -58px;
}

.finder-shell {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 50px;
  padding: 34px 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% -40%, rgba(255, 91, 71, 0.28), transparent 38%),
    linear-gradient(135deg, #061632 0%, #071d43 55%, #0b2857 100%);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 28px 70px rgba(7, 26, 61, 0.24);
}

.finder-copy .v4-section-tag {
  margin-bottom: 8px;
  color: #ff8b7d;
}

.finder-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  letter-spacing: -0.045em;
}

.finder-copy p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.finder-control {
  position: relative;
}

.finder-input-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 13px;
  min-height: 62px;
  padding: 0 15px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.finder-input-wrap:focus-within {
  box-shadow: 0 0 0 4px rgba(255, 91, 71, 0.32), 0 12px 30px rgba(0, 0, 0, 0.18);
}

.finder-input-wrap svg {
  width: 23px;
  height: 23px;
  color: #8b93a2;
}

.finder-input-wrap input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--v4-navy);
  font-size: 0.96rem;
}

.finder-input-wrap input::placeholder {
  color: #969eaa;
}

.finder-input-wrap kbd {
  padding: 5px 8px;
  border: 1px solid #e2ddd6;
  border-radius: 7px;
  background: #f6f3ef;
  color: #7b8390;
  font-family: inherit;
  font-size: 0.63rem;
  font-weight: 800;
}

.finder-results {
  position: absolute;
  z-index: 20;
  top: 68px;
  right: 0;
  left: 0;
  padding: 8px;
  border: 1px solid #e2dcd5;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.finder-results a,
.finder-results [data-preview-open],
.finder-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 13px;
  border-radius: 10px;
  color: var(--v4-navy);
  text-decoration: none;
}

.finder-results a:hover,
.finder-results a:focus-visible,
.finder-results [data-preview-open]:hover,
.finder-results [data-preview-open]:focus-visible {
  background: #f4f0eb;
}

.finder-results a span,
.finder-results [data-preview-open] span {
  display: grid;
  gap: 2px;
}

.finder-results a strong,
.finder-results [data-preview-open] strong {
  font-size: 0.82rem;
}

.finder-results a small,
.finder-results [data-preview-open] small,
.finder-empty {
  color: #7c8492;
  font-size: 0.68rem;
}

.finder-results a > i,
.finder-results [data-preview-open] > i {
  color: var(--v4-coral-dark);
  font-style: normal;
}

.finder-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 13px;
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.67rem;
}

.finder-suggestions a,
.finder-suggestions [data-preview-open] {
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
  text-decoration: none;
}

.finder-suggestions a:hover,
.finder-suggestions [data-preview-open]:hover {
  border-color: rgba(255, 139, 125, 0.55);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.v4-section {
  padding: 110px 0;
}

.needs-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(7, 26, 61, 0.06);
  background:
    radial-gradient(circle at 94% 16%, rgba(255, 91, 71, 0.075), transparent 22rem),
    linear-gradient(180deg, #fffdfa 0%, #faf6f0 100%);
  isolation: isolate;
}

.needs-section::before {
  position: absolute;
  z-index: -1;
  top: 90px;
  right: -55px;
  width: 280px;
  height: 280px;
  opacity: 0.42;
  background-image: radial-gradient(rgba(7, 26, 61, 0.16) 1.2px, transparent 1.2px);
  background-size: 17px 17px;
  content: "";
  -webkit-mask-image: radial-gradient(circle, #000, transparent 72%);
  mask-image: radial-gradient(circle, #000, transparent 72%);
}

.v4-section-heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.62fr);
  gap: clamp(45px, 8vw, 125px);
  margin-bottom: 48px;
}

.v4-section-heading h2,
.answer-intro h2,
.verdict-copy h2,
.trust-intro h2 {
  margin: 0;
  color: var(--v4-navy);
  font-size: clamp(2.7rem, 5.2vw, 5.2rem);
  font-weight: 860;
  letter-spacing: -0.062em;
  line-height: 0.99;
}

.v4-section-heading > p,
.v4-section-heading > div:last-child > p,
.answer-intro > p,
.verdict-copy > p {
  margin: 0;
  color: var(--v4-muted);
  font-size: 1rem;
  line-height: 1.72;
}

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

.need-card {
  display: grid;
  min-height: 145px;
  align-items: center;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 21px;
  border: 1px solid var(--v4-line);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #fffdf9);
  color: var(--v4-navy);
  box-shadow: 0 1px 0 #fff inset, 0 10px 28px rgba(7, 26, 61, 0.045);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.need-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 91, 71, 0.55);
  box-shadow: 0 1px 0 #fff inset, 0 20px 46px rgba(7, 26, 61, 0.11);
}

.need-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: var(--v4-cream);
  color: var(--v4-coral-dark);
  font-size: 1.35rem;
  font-weight: 900;
}

.need-card strong,
.need-card small {
  display: block;
}

.need-card strong {
  font-size: 0.96rem;
  line-height: 1.25;
}

.need-card small {
  margin-top: 6px;
  color: #737c8d;
  font-size: 0.7rem;
  line-height: 1.45;
}

.need-card > i {
  color: var(--v4-coral-dark);
  font-size: 1.15rem;
  font-style: normal;
  transition: transform 180ms ease;
}

.need-card:hover > i {
  transform: translateX(4px);
}

.clarity-band {
  padding: 0 0 110px;
  background: linear-gradient(180deg, #faf6f0, #fffdfa);
}

.clarity-band-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--v4-line);
  border-bottom: 1px solid var(--v4-line);
}

.clarity-band-grid > div {
  position: relative;
  min-height: 220px;
  padding: 38px 35px;
}

.clarity-band-grid > div + div {
  border-left: 1px solid var(--v4-line);
}

.clarity-number {
  display: block;
  margin-bottom: 35px;
  color: var(--v4-coral-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.clarity-band strong {
  display: block;
  color: var(--v4-navy);
  font-size: 1.2rem;
  line-height: 1.25;
}

.clarity-band p {
  margin: 10px 0 0;
  color: var(--v4-muted);
  font-size: 0.82rem;
  line-height: 1.58;
}

.answer-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 6%, rgba(255, 91, 71, 0.075), transparent 25rem),
    radial-gradient(circle at 94% 96%, rgba(7, 26, 61, 0.065), transparent 29rem),
    linear-gradient(145deg, #f7f1e9, #fbf8f3 58%, #f4eee7);
  isolation: isolate;
}

.answer-section::before {
  position: absolute;
  z-index: -1;
  right: -210px;
  bottom: -310px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(7, 26, 61, 0.065);
  border-radius: 50%;
  box-shadow: 0 0 0 74px rgba(255, 255, 255, 0.17), 0 0 0 75px rgba(7, 26, 61, 0.035);
  content: "";
}

.answer-intro {
  max-width: 790px;
  margin-bottom: 53px;
}

.answer-intro > p {
  max-width: 610px;
  margin-top: 22px;
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.answer-card {
  position: relative;
  min-height: 395px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #ddd6cd;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #fffdf9);
  box-shadow: 0 1px 0 #fff inset, 0 14px 38px rgba(7, 26, 61, 0.055);
}

.answer-card-featured {
  border-color: rgba(255, 91, 71, 0.34);
  box-shadow: 0 1px 0 #fff inset, 0 18px 44px rgba(7, 26, 61, 0.075);
}

.answer-step {
  position: absolute;
  top: 24px;
  right: 25px;
  color: #a3a9b3;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.answer-card h3 {
  margin: 42px 0 10px;
  color: var(--v4-navy);
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
  line-height: 1.05;
}

.answer-card p {
  max-width: 510px;
  margin: 0;
  color: var(--v4-muted);
  font-size: 0.85rem;
}

.answer-mini-verdict {
  display: grid;
  min-height: 150px;
  align-content: center;
  padding: 22px;
  border-radius: 16px;
  background: var(--v4-navy);
  color: #fff;
}

.answer-mini-verdict small {
  color: #ff8b7d;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.answer-mini-verdict strong {
  margin-top: 8px;
  color: #fff;
  font-size: 1.65rem;
  line-height: 1.08;
}

.answer-mini-verdict span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.72rem;
}

.answer-two-sides {
  display: grid;
  min-height: 150px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 16px;
}

.answer-two-sides span {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 13px;
  background: #eaf5f1;
  color: #0e644f;
}

.answer-two-sides span:last-child {
  background: #fff0ec;
  color: #a63c2e;
}

.answer-two-sides b {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

.answer-two-sides i {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.15rem;
  font-style: normal;
}

.answer-cost,
.answer-proof {
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px;
  border-radius: 16px;
  background: #f0ece7;
}

.answer-cost span,
.answer-proof span {
  display: grid;
  min-width: 82px;
  min-height: 54px;
  place-items: center;
  padding: 8px;
  border: 1px solid #d8d0c7;
  border-radius: 10px;
  background: #fff;
  color: var(--v4-navy);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.answer-cost b,
.answer-proof i {
  color: var(--v4-coral-dark);
  font-style: normal;
}

.answer-proof {
  gap: 7px;
  background: var(--v4-navy);
}

.answer-proof span {
  min-width: 88px;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.answer-proof i {
  color: #ff8b7d;
}

.quick-check-section {
  --check-count: "0";
  --check-progress: 0%;
  --check-result-title: "Answer the five questions.";
  --check-result-copy: "Your result will appear here. No email, signup, or product link required.";
  --check-result-icon: "?";
  --check-result-icon-bg: var(--v4-coral-soft);
  --check-result-icon-color: var(--v4-coral-dark);
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 86%, rgba(255, 91, 71, 0.12), transparent 28%),
    linear-gradient(145deg, #0a234d 0%, #061737 48%, #020b21 100%);
  color: #fff;
  isolation: isolate;
}

/* JavaScript-free state for iPhone file previews. The five questions remain a
   normal form, while :has() derives the count, progress, and guidance directly
   from the native checked state. Later rules represent higher checked counts. */
.quick-check-section:has(.check-input:checked) {
  --check-count: "1";
  --check-progress: 20%;
  --check-result-title: "Pause—the need is not clear yet.";
  --check-result-copy: "Start by naming the recurring problem. A memorable demo is not a reason to own the product.";
  --check-result-icon: "!";
  --check-result-icon-bg: #fff0d5;
  --check-result-icon-color: #9b6410;
}

.quick-check-section:has(.check-input:checked ~ .check-input:checked) {
  --check-count: "2";
  --check-progress: 40%;
  --check-result-title: "Keep researching.";
  --check-result-copy: "You have part of the picture. Check the missing proof, full cost, or purchase terms before deciding.";
  --check-result-icon: "→";
}

.quick-check-section:has(.check-input:checked ~ .check-input:checked ~ .check-input:checked) {
  --check-count: "3";
  --check-progress: 60%;
}

.quick-check-section:has(.check-input:checked ~ .check-input:checked ~ .check-input:checked ~ .check-input:checked) {
  --check-count: "4";
  --check-progress: 80%;
  --check-result-title: "Almost clear—verify the missing piece.";
  --check-result-copy: "One unanswered question can still become the reason for a return or an unused purchase.";
  --check-result-icon: "4";
  --check-result-icon-bg: #e9eef8;
  --check-result-icon-color: #36578f;
}

.quick-check-section:has(.check-input:checked ~ .check-input:checked ~ .check-input:checked ~ .check-input:checked ~ .check-input:checked) {
  --check-count: "5";
  --check-progress: 100%;
  --check-result-title: "This looks like a considered decision.";
  --check-result-copy: "You have checked the main risks. Reconfirm your budget and whether you still want it after the urgency passes.";
  --check-result-icon: "✓";
  --check-result-icon-bg: #e5f4ee;
  --check-result-icon-color: var(--v4-green);
}

.quick-check-glow {
  position: absolute;
  z-index: -1;
  top: -300px;
  left: -250px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 91, 71, 0.23), rgba(255, 91, 71, 0) 68%);
}

.quick-check-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(520px, 1.3fr);
  gap: clamp(55px, 8vw, 120px);
}

.v4-section-tag-light {
  color: #ff8b7d;
}

.quick-check-copy {
  position: sticky;
  top: 135px;
  align-self: start;
}

.quick-check-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 5.4vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: -0.064em;
}

.quick-check-copy > p {
  max-width: 430px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.98rem;
}

.check-progress-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 430px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.check-progress-label strong {
  color: #fff;
}

[data-check-count] {
  font-size: 0;
}

[data-check-count]::before {
  content: var(--check-count);
  font-size: 0.68rem;
}

.check-progress {
  max-width: 430px;
  height: 8px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.1);
}

.check-progress span {
  display: block;
  width: var(--check-progress);
  height: 100%;
  border-radius: inherit;
  background: var(--v4-coral);
  transition: width 280ms ease;
}

.quick-check-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 28px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.quick-check-card fieldset {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  border: 0;
}

.check-question {
  position: relative;
  display: grid;
  min-height: 92px;
  align-items: center;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.check-question:hover {
  transform: translateX(3px);
  border-color: rgba(255, 91, 71, 0.55);
  background: rgba(255, 255, 255, 0.085);
}

.check-input:checked + .check-question {
  border-color: rgba(255, 91, 71, 0.68);
  background: rgba(255, 91, 71, 0.1);
}

.check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  opacity: 0;
  white-space: nowrap;
}

.check-input:focus-visible + .check-question .custom-check {
  outline: 3px solid var(--v4-coral);
  outline-offset: 3px;
}

.custom-check {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.12);
}

.check-input:checked + .check-question .custom-check {
  border-color: var(--v4-coral);
  background: var(--v4-coral);
}

.check-input:checked + .check-question .custom-check::after {
  color: var(--v4-navy-deep);
  content: "✓";
  font-size: 1rem;
  font-weight: 950;
}

.check-question strong,
.check-question small {
  display: block;
}

.check-question strong {
  color: #fff;
  font-size: 0.87rem;
  line-height: 1.35;
}

.check-question small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.67rem;
  line-height: 1.45;
}

.check-result {
  display: grid;
  align-items: center;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 15px;
  margin-top: 14px;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  color: var(--v4-navy);
}

.check-result-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--check-result-icon-bg);
  color: var(--check-result-icon-color);
  font-size: 0;
  font-weight: 900;
}

.check-result-icon::before {
  content: var(--check-result-icon);
  font-size: 1.2rem;
}

.check-result strong,
.check-result p {
  display: block;
  margin: 0;
}

.check-result strong {
  font-size: 0.86rem;
}

[data-check-title],
[data-check-copy] {
  font-size: 0 !important;
}

[data-check-title]::before {
  display: block;
  content: var(--check-result-title);
  font-size: 0.86rem;
}

[data-check-copy]::before {
  display: block;
  content: var(--check-result-copy);
  font-size: 0.66rem;
  line-height: 1.45;
}

.check-result p {
  margin-top: 3px;
  color: #717a89;
  font-size: 0.66rem;
  line-height: 1.45;
}

.check-result button {
  border: 0;
  background: transparent;
  color: #7a8290;
  font-size: 0.65rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.check-result[data-state="pause"] .check-result-icon,
.check-result[data-state="research"] .check-result-icon {
  background: #fff0d5;
  color: #9b6410;
}

.check-result[data-state="almost"] .check-result-icon {
  background: #e9eef8;
  color: #36578f;
}

.check-result[data-state="clear"] .check-result-icon {
  background: #e5f4ee;
  color: var(--v4-green);
}

.verdict-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 89% 12%, rgba(255, 91, 71, 0.07), transparent 24rem),
    linear-gradient(180deg, #fff 0%, #fffaf5 100%);
}

.verdict-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.86fr) minmax(450px, 1.14fr);
  gap: clamp(55px, 8vw, 125px);
}

.verdict-copy > p {
  margin-top: 24px;
}

.v4-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: var(--v4-navy);
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration-line: underline;
  text-decoration-color: var(--v4-coral);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.v4-text-link span {
  color: var(--v4-coral-dark);
}

.verdict-language {
  border: 1px solid var(--v4-line);
  border-radius: 22px;
  background: linear-gradient(145deg, #f8f3ec, #fffdfa);
  box-shadow: 0 18px 50px rgba(7, 26, 61, 0.07);
}

.verdict-language > div {
  display: grid;
  align-items: center;
  grid-template-columns: 16px minmax(145px, 0.64fr) minmax(0, 1fr);
  gap: 16px;
  padding: 22px 24px;
}

.verdict-language > div + div {
  border-top: 1px solid var(--v4-line);
}

.verdict-language strong {
  color: var(--v4-navy);
  font-size: 0.9rem;
}

.verdict-language p {
  margin: 0;
  color: var(--v4-muted);
  font-size: 0.72rem;
}

.verdict-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.045);
}

.verdict-dot-good { background: #138267; }
.verdict-dot-consider { background: #e7a82f; }
.verdict-dot-wait { background: #7e85a0; }
.verdict-dot-skip { background: var(--v4-coral-dark); }

.v4-guides {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 90%, rgba(255, 91, 71, 0.08), transparent 25rem),
    linear-gradient(145deg, #f6f0e8, #fbf8f3 62%, #f2ece4);
  isolation: isolate;
}

.v4-guides::before {
  position: absolute;
  z-index: -1;
  top: 80px;
  left: -110px;
  width: 310px;
  height: 310px;
  border: 55px solid rgba(7, 26, 61, 0.035);
  border-radius: 50%;
  content: "";
}

.v4-guide-grid {
  display: grid;
  grid-template-columns: 1.18fr repeat(2, 0.91fr);
  gap: 14px;
}

.v4-guide-card {
  position: relative;
  display: flex;
  min-height: 480px;
  flex-direction: column;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--v4-line);
  border-radius: 21px;
  background: linear-gradient(145deg, #ffffff, #fffdf9);
  color: var(--v4-navy);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.v4-guide-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 58px rgba(7, 26, 61, 0.13);
}

.guide-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #7a8290;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-card-meta b {
  color: var(--v4-coral-dark);
}

.guide-card-meta i {
  font-style: normal;
}

.guide-card-art {
  position: relative;
  display: grid;
  min-height: 190px;
  place-items: center;
  margin: 26px 0 0;
  overflow: hidden;
  border-radius: 15px;
  background: var(--v4-navy);
}

.guide-card-art::before,
.guide-card-art::after {
  position: absolute;
  width: 165px;
  height: 165px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.guide-card-art::after {
  width: 110px;
  height: 110px;
  border-style: dashed;
}

.guide-card-art i {
  position: relative;
  z-index: 2;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: var(--v4-coral);
  color: var(--v4-navy-deep);
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
}

.guide-card-art b {
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.12);
  font-size: 3.2rem;
}

.guide-card-number {
  margin-top: 82px;
  color: #e3ddd6;
  font-size: 5.7rem;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.v4-guide-card h3,
.v4-guide-card .guide-card-heading {
  display: block;
  margin: 34px 0 11px;
  color: inherit;
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
  font-weight: 850;
  line-height: 1.04;
}

.v4-guide-featured h3,
.v4-guide-featured .guide-card-heading {
  margin-top: 28px;
}

.v4-guide-card p,
.v4-guide-card .guide-card-description {
  display: block;
  margin: 0;
  color: var(--v4-muted);
  font-size: 0.8rem;
}

.guide-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 25px;
  color: inherit;
  font-size: 0.76rem;
  font-weight: 850;
}

.guide-card-link i {
  color: var(--v4-coral-dark);
  font-size: 1rem;
  font-style: normal;
}

.v4-guide-coral {
  border-color: var(--v4-coral);
  background: var(--v4-coral);
  color: var(--v4-navy-deep);
}

.v4-guide-coral .guide-card-meta,
.v4-guide-coral .guide-card-meta b,
.v4-guide-coral p,
.v4-guide-coral .guide-card-description {
  color: rgba(2, 11, 33, 0.68);
}

.v4-guide-coral .guide-card-number {
  color: rgba(2, 11, 33, 0.13);
}

.v4-guide-coral .guide-card-link i {
  color: var(--v4-navy-deep);
}

.trust-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 12%, rgba(255, 91, 71, 0.13), transparent 26rem),
    radial-gradient(circle at 94% 88%, rgba(25, 74, 134, 0.27), transparent 30rem),
    linear-gradient(145deg, #020b21, #03102e 52%, #010619);
  color: #fff;
  isolation: isolate;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(480px, 1.22fr);
  gap: clamp(60px, 9vw, 140px);
}

.trust-intro > img {
  width: 78px;
  height: 78px;
  margin-bottom: 38px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.26);
}

.trust-intro h2 {
  color: #fff;
  font-size: clamp(3rem, 5vw, 5rem);
}

.trust-intro > p {
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.58);
}

.trust-rules article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-rules article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 91, 71, 0.45);
  border-radius: 50%;
  color: #ff8b7d;
  font-size: 0.65rem;
  font-weight: 900;
}

.trust-rules h3 {
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
}

.trust-rules p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.51);
  font-size: 0.78rem;
}

.trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-links a,
.trust-links [data-preview-open] {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
}

.trust-links a:hover,
.trust-links [data-preview-open]:hover {
  border-color: var(--v4-coral);
  color: #fff;
}

.v4-final-cta {
  padding: 105px 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.15), transparent 26%),
    radial-gradient(circle at 90% 94%, rgba(2, 11, 33, 0.13), transparent 33%),
    linear-gradient(135deg, #ff6956 0%, #ff5b47 53%, #f34f3d 100%);
  color: var(--v4-navy-deep);
}

.v4-final-cta::after {
  z-index: -1;
  top: -360px;
  right: -250px;
  width: 820px;
  height: 820px;
  border: 105px solid rgba(255, 255, 255, 0.055);
}

.v4-final-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.62fr);
  gap: 80px;
}

.v4-final-cta .v4-section-tag-light {
  color: rgba(2, 11, 33, 0.64);
}

.v4-final-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--v4-navy-deep);
  font-size: clamp(3.3rem, 6vw, 6rem);
  line-height: 0.93;
  letter-spacing: -0.068em;
}

.v4-final-cta h2 span {
  color: #fff;
}

.v4-final-cta p {
  max-width: 630px;
  margin: 22px 0 0;
  color: rgba(2, 11, 33, 0.66);
}

.v4-socials {
  display: grid;
  gap: 10px;
}

.v4-socials a {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  border: 1px solid rgba(2, 11, 33, 0.16);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.27);
  color: var(--v4-navy-deep);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 13px 30px rgba(90, 19, 10, 0.07);
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.v4-socials a:hover {
  transform: translateX(-4px);
  background: rgba(255, 255, 255, 0.4);
}

.v4-socials small,
.v4-socials strong {
  display: block;
}

.v4-socials small {
  color: rgba(2, 11, 33, 0.55);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v4-socials strong {
  margin-top: 5px;
  font-size: 0.88rem;
  overflow-wrap: anywhere;
}

.v4-socials i {
  font-size: 1.1rem;
  font-style: normal;
}

.home-v4 .v4-footer {
  padding-top: 82px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  background: linear-gradient(160deg, #010619, #020b23 62%, #010515);
}

/* Native popovers used by the self-contained phone preview. Unlike hash
   targets, they do not navigate, alter browser history, or reset scroll. */
.legal-preview-panel {
  position: fixed;
  z-index: 250;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: rgba(1, 6, 25, 0.8);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(9px);
  transition: opacity 180ms ease, visibility 180ms ease;
}

.legal-preview-panel:popover-open,
.legal-preview-panel.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.legal-preview-panel::backdrop {
  background: transparent;
}

.legal-preview-panel.is-closed {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.legal-preview-dialog {
  position: relative;
  z-index: 1;
  width: min(930px, calc(100% - 28px));
  max-height: calc(100svh - 28px);
  margin: 14px auto;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 24px;
  background: var(--v4-paper);
  color: var(--v4-ink);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.44);
  overscroll-behavior: contain;
}

.legal-preview-head {
  position: sticky;
  z-index: 3;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 22px 27px;
  border-bottom: 1px solid var(--v4-line);
  background: rgba(255, 253, 250, 0.97);
  backdrop-filter: blur(18px);
}

.legal-preview-head span {
  display: block;
  color: var(--v4-coral-dark);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-preview-head h1 {
  margin: 3px 0 0;
  color: var(--v4-navy);
  font-size: clamp(1.65rem, 3.2vw, 2.55rem);
  letter-spacing: -0.05em;
}

.legal-preview-head > button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid var(--v4-line);
  border-radius: 10px;
  color: var(--v4-navy);
  font-size: 0.7rem;
  font-weight: 850;
  text-decoration: none;
}

.legal-preview-head > button b {
  color: var(--v4-coral-dark);
  font-size: 1.1rem;
}

.legal-preview-body {
  max-width: 760px;
  margin: 0 auto;
  padding: 44px 32px 58px;
}

.legal-preview-body h2 {
  scroll-margin-top: 105px;
}

.legal-preview-body [data-preview-open] {
  color: var(--v4-navy);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: var(--v4-coral);
  text-underline-offset: 3px;
}

.legal-preview-done {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  padding: 13px 18px;
  border-radius: 12px;
  background: var(--v4-navy);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 1120px) {
  .v4-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.85fr);
    gap: 45px;
  }

  .review-blueprint-wrap::before {
    width: 420px;
    height: 420px;
  }

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

  .v4-guide-featured {
    grid-column: 1 / -1;
  }

  .trust-grid {
    gap: 60px;
  }
}

@media (max-width: 980px) {
  .home-v4 .v4-header .site-nav {
    display: none !important;
  }

  .home-v4 .v4-header .site-nav {
    border-color: #dfd9d2;
    background: rgba(255, 253, 250, 0.99);
  }

  .home-v4 .v4-header .site-nav a,
  .home-v4 .v4-header .site-nav [data-preview-open] {
    color: #4e596e;
  }

  .home-v4 .v4-header .site-nav a:hover,
  .home-v4 .v4-header .site-nav [data-preview-open]:hover {
    background: #f0ece6;
    color: var(--v4-navy);
  }

  .home-v4 .v4-header .site-nav .nav-cta {
    color: #fff;
  }

  .v4-hero {
    padding-top: 76px;
  }

  .v4-hero-grid,
  .quick-check-grid,
  .verdict-grid,
  .trust-grid,
  .v4-final-grid {
    grid-template-columns: 1fr;
  }

  .v4-hero-copy {
    max-width: 800px;
  }

  .review-blueprint-wrap {
    min-height: 560px;
  }

  .finder-shell {
    grid-template-columns: 1fr;
    gap: 22px;
  }

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

  .quick-check-copy {
    position: static;
  }

  .quick-check-grid {
    gap: 50px;
  }

  .trust-grid {
    gap: 70px;
  }

  .v4-final-grid {
    gap: 55px;
  }
}

@media (max-width: 760px) {
  .legal-preview-dialog {
    width: calc(100% - 12px);
    max-height: calc(100svh - 12px);
    margin: 6px auto;
    border-radius: 18px;
  }

  .legal-preview-head {
    padding: 17px 16px;
  }

  .legal-preview-head > button {
    padding-inline: 10px;
  }

  .legal-preview-body {
    padding: 31px 19px 45px;
  }

  .v4-hero {
    min-height: auto;
    padding: 62px 0 110px;
  }

  .v4-hero h1 {
    font-size: clamp(3.35rem, 15vw, 5.3rem);
  }

  .v4-hero-actions,
  .v4-button {
    width: 100%;
  }

  .v4-proof-list {
    display: grid;
  }

  .review-blueprint-wrap {
    min-height: 500px;
  }

  .review-blueprint-wrap::before {
    width: 330px;
    height: 330px;
  }

  .review-blueprint {
    padding: 20px;
    border-radius: 22px;
  }

  .blueprint-verdict > div {
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }

  .verdict-example {
    text-align: left;
  }

  .blueprint-stamp {
    right: -5px;
    bottom: 20px;
    width: 88px;
    height: 88px;
  }

  .finder-section {
    margin-top: -46px;
  }

  .finder-shell {
    width: calc(100% - 22px);
    padding: 26px 20px;
    border-radius: 21px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 22px 52px rgba(7, 26, 61, 0.2);
  }

  .finder-input-wrap {
    grid-template-columns: 22px minmax(0, 1fr);
    min-height: 58px;
    padding-right: 12px;
  }

  .finder-input-wrap kbd {
    display: none;
  }

  .v4-section,
  .quick-check-section,
  .trust-section {
    padding: 82px 0;
  }

  .needs-section {
    padding-top: 68px;
  }

  .needs-section::before {
    top: 110px;
    right: -125px;
    opacity: 0.3;
  }

  .v4-section-heading {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-bottom: 35px;
  }

  .v4-section-heading h2,
  .answer-intro h2,
  .verdict-copy h2,
  .trust-intro h2 {
    font-size: clamp(2.65rem, 13vw, 4.3rem);
  }

  .need-grid,
  .answer-grid,
  .v4-guide-grid {
    grid-template-columns: 1fr;
  }

  .need-card {
    min-height: 126px;
  }

  .clarity-band {
    padding-bottom: 82px;
  }

  .clarity-band-grid {
    grid-template-columns: 1fr;
  }

  .clarity-band-grid > div {
    min-height: auto;
    padding: 31px 20px;
  }

  .clarity-band-grid > div + div {
    border-top: 1px solid var(--v4-line);
    border-left: 0;
  }

  .clarity-number {
    margin-bottom: 18px;
  }

  .answer-card {
    min-height: 370px;
    padding: 23px;
  }

  .answer-cost,
  .answer-proof {
    gap: 6px;
  }

  .answer-cost span,
  .answer-proof span {
    min-width: 0;
    flex: 1;
    font-size: 0.52rem;
  }

  .quick-check-copy h2 {
    font-size: clamp(3.2rem, 14vw, 4.8rem);
  }

  .quick-check-card {
    padding: 10px;
    border-radius: 20px;
  }

  .check-question {
    min-height: 102px;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 14px;
  }

  .custom-check {
    width: 36px;
    height: 36px;
  }

  .check-result {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .check-result-icon {
    width: 42px;
    height: 42px;
  }

  .check-result button {
    grid-column: 2;
    justify-self: start;
  }

  .verdict-language > div {
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 10px 13px;
  }

  .verdict-language p {
    grid-column: 2;
  }

  .v4-guide-card,
  .v4-guide-featured {
    grid-column: auto;
    min-height: 430px;
  }

  .v4-guide-featured {
    min-height: 520px;
  }

  .guide-card-number {
    margin-top: 60px;
  }

  .trust-intro > img {
    margin-bottom: 29px;
  }

  .trust-rules article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 15px;
  }

  .v4-final-cta {
    padding: 82px 0;
  }

  .v4-final-cta::after {
    top: -245px;
    right: -365px;
    width: 680px;
    height: 680px;
    border-width: 82px;
  }

  .v4-final-cta h2 {
    font-size: clamp(3.1rem, 14vw, 4.7rem);
  }
}

@media (max-width: 430px) {
  .home-v4 .brand-tagline {
    display: none;
  }

  .review-blueprint-wrap {
    min-height: 480px;
  }

  .review-blueprint-wrap::before {
    box-shadow: 0 0 0 26px rgba(255, 255, 255, 0.19), 0 0 0 27px rgba(7, 26, 61, 0.03);
  }

  .blueprint-top img {
    width: 48px;
    height: 48px;
  }

  .blueprint-pair {
    grid-template-columns: 1fr;
  }

  .blueprint-pair > div:last-child {
    display: none;
  }

  .blueprint-evidence {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .blueprint-bottom span {
    display: none;
  }

  .blueprint-bottom {
    justify-content: flex-end;
  }

  .blueprint-stamp {
    display: none;
  }

  .need-card {
    grid-template-columns: 43px minmax(0, 1fr) auto;
    padding: 17px;
  }

  .need-icon {
    width: 43px;
    height: 43px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .review-blueprint,
  .need-card,
  .check-question,
  .v4-guide-card,
  .v4-socials a {
    transform: none !important;
  }
}
