
/* V15 paid-social appraisal landing page */
body.meta-landing {
  background: #f7f7f3;
  color: #111;
  padding-bottom: 0;
}
.meta-landing .container { width: min(1160px, calc(100% - 36px)); }
.landing-header {
  position: sticky;
  z-index: 1200;
  top: 0;
  border-bottom: 1px solid rgba(17,17,17,.09);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
}
.landing-header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.landing-logo { display: inline-flex; align-items: center; width: clamp(170px, 20vw, 235px); height: 60px; min-width: 0; }
.landing-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.landing-header-actions { display: flex; align-items: center; gap: 14px; }
.landing-phone-copy { display: grid; text-align: right; line-height: 1.15; }
.landing-phone-copy small { color: #6d6d6d; font-size: .72rem; font-weight: 700; }
.landing-phone-copy strong { font-size: .96rem; }
.landing-call-btn { min-height: 44px; padding-inline: 18px; }

.ad-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 6vw, 82px) 0 52px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,229,18,.23), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f7f7f3 100%);
}
.ad-hero::after {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  right: -250px;
  bottom: -250px;
  border: 74px solid rgba(255,229,18,.28);
  border-radius: 50%;
  pointer-events: none;
}
.ad-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, .86fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: start;
}
.ad-copy { padding-top: clamp(8px, 2.5vw, 30px); }
.ad-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(17,17,17,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ad-kicker::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: #ffe512; box-shadow: 0 0 0 5px rgba(255,229,18,.25); }
.ad-title {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.65rem, 6vw, 5.35rem);
  line-height: .96;
  letter-spacing: -.058em;
  font-weight: 950;
}
.ad-title .yellow-mark { white-space: normal; }
.ad-subtitle {
  max-width: 650px;
  margin: 24px 0 0;
  color: #555;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.55;
}
.ad-benefits { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.ad-benefits li { display: flex; gap: 12px; align-items: flex-start; font-weight: 760; }
.ad-benefits .tick {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  margin-top: 1px;
  border-radius: 50%;
  background: #ffe512;
  font-size: .82rem;
  font-weight: 950;
}
.ad-contact-line { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; margin-top: 30px; font-size: .95rem; }
.ad-contact-line a { font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.ad-area-note { margin: 22px 0 0; color: #6d6d6d; font-size: .9rem; }

.ad-form-card {
  position: sticky;
  top: 96px;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(17,17,17,.12);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0,0,0,.13);
}
.ad-form-head { margin-bottom: 22px; }
.ad-form-head-row { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 10px; }
.ad-form-step { color: #6d6d6d; font-size: .77rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ad-free-pill { padding: 7px 10px; border-radius: 999px; background: #fff7aa; font-size: .75rem; font-weight: 900; }
.ad-form-card h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.05; letter-spacing: -.035em; }
.ad-form-card .form-intro { margin: 10px 0 0; color: #666; font-size: .94rem; }
.meta-lead-form .form-grid { grid-template-columns: 1fr 1fr; gap: 15px; }
.meta-lead-form .field label { font-size: .8rem; }
.meta-lead-form .field input,
.meta-lead-form .field select,
.meta-lead-form .field textarea {
  min-height: 52px;
  border-color: #c8c8c8;
  border-radius: 12px;
  font-size: 16px;
}
.meta-lead-form .field textarea { min-height: 104px; }
.meta-lead-form .field-help { margin: -2px 0 0; color: #787878; font-size: .75rem; line-height: 1.35; }
.contact-choice { grid-column: 1 / -1; margin: 0; padding: 0; border: 0; min-width: 0; }
.contact-choice legend { margin-bottom: 8px; font-size: .8rem; font-weight: 800; }
.contact-pills { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.contact-pill { position: relative; }
.contact-pill input { position: absolute; opacity: 0; pointer-events: none; }
.contact-pill span {
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 8px;
  border: 1px solid #c9c9c9;
  border-radius: 12px;
  background: #fff;
  font-size: .83rem;
  font-weight: 820;
  text-align: center;
  cursor: pointer;
  transition: .18s ease;
}
.contact-pill input:checked + span { border-color: #111; background: #fff4a2; box-shadow: inset 0 0 0 1px #111; }
.contact-pill input:focus-visible + span { outline: 3px solid rgba(255,229,18,.55); outline-offset: 2px; }
.optional-details { grid-column: 1 / -1; border-top: 1px solid #e2e2e2; padding-top: 3px; }
.optional-details summary { padding: 10px 0 5px; font-size: .82rem; font-weight: 850; cursor: pointer; }
.optional-details .field { margin-top: 8px; }
.meta-consent { margin-top: 2px; }
.meta-consent a { text-decoration: underline; text-underline-offset: 3px; }
.ad-submit { width: 100%; min-height: 58px; font-size: 1rem; }
.ad-submit-note { margin: 10px 0 0; color: #6f6f6f; font-size: .76rem; text-align: center; }
.form-secure-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 16px; margin-top: 13px; color: #555; font-size: .73rem; font-weight: 750; }
.form-secure-row span::before { content: '✓'; margin-right: 5px; color: #11783e; font-weight: 950; }

.ad-trust-strip { padding: 20px 0; border-top: 1px solid #e0e0dc; border-bottom: 1px solid #e0e0dc; background: #fff; }
.ad-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.ad-trust-item { display: grid; gap: 2px; padding: 8px 18px; border-right: 1px solid #e3e3e0; }
.ad-trust-item:last-child { border-right: 0; }
.ad-trust-item strong { font-size: .93rem; }
.ad-trust-item span { color: #737373; font-size: .78rem; }

.ad-section { padding: clamp(62px, 8vw, 96px) 0; }
.ad-section.soft { background: #f0f0ec; }
.ad-section-head { max-width: 760px; margin-bottom: 36px; }
.ad-section-head h2 { margin: 0; font-size: clamp(2rem, 4.5vw, 4rem); line-height: 1; letter-spacing: -.045em; }
.ad-section-head p { margin: 16px 0 0; color: #666; font-size: 1.04rem; }
.ad-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ad-step { padding: 28px; border: 1px solid #dcdcd7; border-radius: 20px; background: #fff; }
.ad-step-no { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 20px; border-radius: 50%; background: #ffe512; font-weight: 950; }
.ad-step h3 { margin: 0 0 8px; font-size: 1.16rem; }
.ad-step p { margin: 0; color: #666; font-size: .92rem; }

.ad-faq { display: grid; gap: 10px; max-width: 900px; }
.ad-faq details { border: 1px solid #dadad5; border-radius: 16px; background: #fff; overflow: hidden; }
.ad-faq summary { position: relative; padding: 20px 54px 20px 22px; font-weight: 900; cursor: pointer; list-style: none; }
.ad-faq summary::-webkit-details-marker { display: none; }
.ad-faq summary::after { content: '+'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 1.45rem; }
.ad-faq details[open] summary::after { content: '−'; }
.ad-faq p { margin: 0; padding: 0 22px 22px; color: #666; }

.ad-final-cta { padding: clamp(34px, 7vw, 66px); border-radius: 28px; background: #111; color: #fff; text-align: center; }
.ad-final-cta h2 { max-width: 760px; margin: 0 auto; font-size: clamp(2rem, 4.5vw, 3.9rem); line-height: 1; letter-spacing: -.045em; }
.ad-final-cta p { max-width: 620px; margin: 18px auto 26px; color: #c7c7c7; }

.landing-footer { padding: 34px 0 100px; border-top: 1px solid #deded9; background: #fff; }
.landing-footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.landing-footer-logo { display: block; width: 180px; height: 72px; }
.landing-footer-logo img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.landing-footer-copy { color: #707070; font-size: .78rem; text-align: right; }
.landing-footer-copy a { color: #111; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.landing-socials { display: flex; gap: 8px; margin-top: 10px; justify-content: flex-end; }
.landing-socials a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid #ddd; border-radius: 999px; color: #111; font-size: .76rem; font-weight: 800; text-decoration: none; }

.mobile-lead-cta { display: none; }
#appraisal-form { scroll-margin-top: 94px; }
.meta-landing .lead-success-card .lead { color: #666; }

@media (max-width: 900px) {
  .ad-hero-grid { grid-template-columns: 1fr; }
  .ad-copy { padding-top: 0; }
  .ad-form-card { position: static; }
  .ad-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .ad-trust-item:nth-child(2) { border-right: 0; }
  .ad-trust-item:nth-child(-n+2) { border-bottom: 1px solid #e3e3e0; }
  .ad-steps { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body.meta-landing { padding-bottom: 78px; }
  .meta-landing .container { width: min(100% - 24px, 1160px); }
  .landing-header-inner { min-height: 66px; }
  .landing-logo { width: 152px; height: 52px; }
  .landing-phone-copy { display: none; }
  .landing-call-btn { min-height: 42px; padding-inline: 14px; font-size: .84rem; }
  .ad-hero { padding: 32px 0 38px; }
  .ad-title { font-size: clamp(2.45rem, 13vw, 3.8rem); }
  .ad-subtitle { margin-top: 18px; }
  .ad-benefits { margin-top: 24px; }
  .ad-contact-line { margin-top: 24px; }
  .ad-form-card { margin-inline: -2px; padding: 24px 18px; border-radius: 22px; box-shadow: 0 18px 50px rgba(0,0,0,.12); }
  .meta-lead-form .form-grid { grid-template-columns: 1fr; }
  .meta-lead-form .field.full,
  .contact-choice,
  .optional-details { grid-column: 1; }
  .contact-pills { grid-template-columns: 1fr 1fr 1fr; }
  .contact-pill span { min-height: 48px; padding-inline: 4px; font-size: .78rem; }
  .ad-trust-grid { grid-template-columns: 1fr 1fr; }
  .ad-trust-item { padding: 12px 10px; }
  .ad-section { padding: 62px 0; }
  .ad-step { padding: 24px; }
  .ad-final-cta { border-radius: 22px; }
  .landing-footer { padding-bottom: 34px; }
  .landing-footer-grid { display: grid; justify-items: center; text-align: center; }
  .landing-footer-logo img { object-position: center; }
  .landing-footer-copy { text-align: center; }
  .landing-socials { justify-content: center; }
  .mobile-lead-cta {
    position: fixed;
    z-index: 1800;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border: 1px solid #111;
    border-radius: 999px;
    background: #ffe512;
    color: #111;
    box-shadow: 0 12px 36px rgba(0,0,0,.25);
    font-weight: 950;
  }
}

@media (prefers-reduced-motion: reduce) {
  .meta-landing * { scroll-behavior: auto !important; }
}
