/*
Theme Name: Vende Sin Comisión by ValumVestor
Theme URI: https://vendesincomision.es/
Author: Vende Sin Comisión
Author URI: https://vendesincomision.es/
Description: One Page inmobiliaria premium para captar propiedades desde 500.000 €, sin límite superior, con contacto directo por WhatsApp.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: vende-sin-comision
*/

:root {
  --ink: #0c1214;
  --ink-soft: #162024;
  --cream: #f2eee6;
  --paper: #faf9f6;
  --stone: #d9d2c6;
  --gold: #c6a15f;
  --gold-bright: #e4c98e;
  --line: rgba(12, 18, 20, 0.15);
  --muted: #687074;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.vsc-icon { display: inline-block; flex: 0 0 auto; vertical-align: middle; }
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: var(--paper);
  clip: auto !important;
  clip-path: none;
  color: var(--ink);
  display: block;
  font-size: 14px;
  height: auto;
  left: 10px;
  padding: 12px 16px;
  top: 10px;
  width: auto;
  z-index: 99999;
}
.admin-bar .site-header { top: 32px; }

.site-header {
  align-items: center;
  background: rgba(12, 18, 20, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 84px;
  padding: 0 4.5vw;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}
.brand { align-items: center; display: inline-flex; gap: 12px; justify-self: start; }
.brand-mark {
  align-items: center;
  border: 1px solid var(--gold);
  color: var(--gold-bright);
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  letter-spacing: 0.12em;
  width: 38px;
}
.brand-name {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: 1.25;
}
.brand-name strong { color: var(--gold-bright); font-size: 13px; }
.brand-name small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-top: 3px;
}
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a { color: rgba(255, 255, 255, 0.7); font-size: 13px; transition: color 180ms ease; }
.desktop-nav a:hover { color: white; }
.header-cta {
  align-items: center;
  border-bottom: 1px solid var(--gold);
  display: inline-flex;
  font-size: 13px;
  gap: 9px;
  justify-self: end;
  padding: 8px 0;
}

.hero {
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: 52% 48%;
  min-height: 920px;
  overflow: hidden;
  position: relative;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px 6vw 64px;
  position: relative;
  z-index: 2;
}
.hero-copy::before {
  background: radial-gradient(circle, rgba(198, 161, 95, 0.13), transparent 67%);
  content: "";
  height: 620px;
  left: -240px;
  position: absolute;
  top: 120px;
  width: 620px;
  z-index: -1;
}
.eyebrow {
  align-items: center;
  color: var(--gold-bright);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.17em;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.eyebrow span { background: var(--gold); height: 1px; width: 43px; }
.hero h1 {
  font-size: clamp(3.4rem, 5.7vw, 6.8rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.93;
  margin: 0;
  max-width: 830px;
}
.hero h1 span {
  color: var(--gold-bright);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.055em;
  margin-top: 12px;
}
.hero-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.75;
  margin: 38px 0 0;
  max-width: 660px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 0 23px;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: var(--gold-bright); }
.button-ghost { background: transparent; border: 1px solid rgba(255, 255, 255, 0.25); color: white; }
.button-ghost:hover { border-color: rgba(255, 255, 255, 0.7); }
.hero-qualifiers {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
  padding-top: 25px;
}
.hero-qualifiers div { display: flex; flex-direction: column; gap: 5px; }
.hero-qualifiers strong { color: white; font-size: 18px; font-weight: 600; }
.hero-qualifiers span { color: rgba(255, 255, 255, 0.5); font-size: 12px; line-height: 1.45; }
.hero-visual { min-height: 920px; overflow: hidden; position: relative; }
.hero-visual img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 58% center;
  position: absolute;
  width: 100%;
}
.hero-shade {
  background: linear-gradient(90deg, var(--ink) 0%, rgba(12, 18, 20, 0.22) 28%, rgba(12, 18, 20, 0.04) 70%);
  inset: 0;
  position: absolute;
}
.property-note {
  backdrop-filter: blur(14px);
  background: rgba(8, 13, 15, 0.82);
  bottom: 55px;
  color: white;
  left: 45px;
  max-width: 390px;
  padding: 26px 28px 20px;
  position: absolute;
}
.note-kicker { color: var(--gold-bright); font-size: 10px; font-weight: 700; letter-spacing: 0.18em; }
.property-note p { font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.25; margin: 16px 0 25px; }
.note-row {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.68);
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: 0.14em;
  padding-top: 16px;
}

.section { padding: 125px 7vw; }
.section-label {
  color: #88704a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin-bottom: 27px;
  text-transform: uppercase;
}
.section-label.light { color: var(--gold-bright); }
.manifesto { background: var(--paper); }
.manifesto-heading { align-items: end; display: grid; gap: 8vw; grid-template-columns: 1.25fr 0.75fr; }
.manifesto-heading h2,
.process-head h2,
.gift-intro h2,
.faq-head h2 {
  font-size: clamp(2.6rem, 4.3vw, 5.2rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.03;
  margin: 0;
}
.manifesto-heading h2 em {
  color: #8c7045;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.manifesto-heading p,
.process-head > p,
.gift-intro > p { color: var(--muted); font-size: 17px; line-height: 1.75; margin: 0; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; }
.pillar { border-left: 1px solid var(--line); min-height: 350px; padding: 34px 40px 34px 30px; }
.pillar:last-child { border-right: 1px solid var(--line); }
.pillar-top { align-items: center; color: #8c7045; display: flex; justify-content: space-between; }
.pillar-top span { color: #9ea2a1; font-size: 12px; }
.pillar h3 { font-size: 27px; font-weight: 500; letter-spacing: -0.035em; margin: 80px 0 18px; }
.pillar p { color: var(--muted); line-height: 1.75; margin: 0; }

.value-section {
  background: var(--ink);
  color: white;
  display: grid;
  gap: 9vw;
  grid-template-columns: 1fr 0.9fr;
  padding: 125px 8vw;
}
.value-copy h2 {
  font-size: clamp(2.55rem, 4vw, 4.9rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.03;
  margin: 0 0 30px;
}
.value-copy > p { color: rgba(255, 255, 255, 0.63); font-size: 17px; line-height: 1.75; margin: 0; max-width: 650px; }
.check-list { display: grid; gap: 16px; list-style: none; margin: 40px 0 38px; padding: 0; }
.check-list li { align-items: center; color: rgba(255, 255, 255, 0.84); display: flex; gap: 13px; }
.check-list svg { color: var(--gold-bright); flex: 0 0 auto; }
.text-link {
  align-items: center;
  border-bottom: 1px solid var(--gold);
  color: var(--gold-bright);
  display: inline-flex;
  font-size: 14px;
  gap: 11px;
  padding-bottom: 8px;
}
.value-ledger { align-self: center; }
.ledger-card { background: var(--cream); color: var(--ink); padding: 38px; transform: rotate(1deg); }
.ledger-header {
  align-items: center;
  border-bottom: 1px solid rgba(12, 18, 20, 0.2);
  color: #806840;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.18em;
  padding-bottom: 25px;
}
.ledger-line { align-items: center; border-bottom: 1px solid rgba(12, 18, 20, 0.11); display: flex; justify-content: space-between; padding: 22px 0; }
.ledger-line span { color: #6c706f; }
.ledger-line strong { font-size: 15px; }
.ledger-total { display: flex; flex-direction: column; gap: 4px; padding-top: 30px; }
.ledger-total span { color: #7c7f7e; font-size: 12px; text-transform: uppercase; }
.ledger-total strong { font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-style: italic; font-weight: 400; }
.ledger-caption {
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.58);
  display: flex;
  font-size: 13px;
  gap: 14px;
  line-height: 1.6;
  margin: 30px auto 0;
  max-width: 430px;
}
.ledger-caption svg { color: var(--gold-bright); flex: 0 0 auto; }
.ledger-caption p { margin: 0; }
.fee-comparison { transform: rotate(0.5deg); }
.fee-model { display: grid; gap: 5px; padding: 24px 0; }
.fee-model > span { color: #7c7f7e; font-size: 10px; font-weight: 800; letter-spacing: 0.16em; }
.fee-model > strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 4vw, 4.6rem); font-weight: 400; letter-spacing: -0.05em; line-height: 1; }
.fee-model > small { color: #747977; font-size: 13px; }
.fee-model-muted { border-bottom: 1px solid rgba(12, 18, 20, 0.12); }
.fee-model-muted > strong { color: #777b79; text-decoration: line-through; text-decoration-thickness: 1px; }
.fee-versus { background: var(--ink); color: var(--gold-bright); font-size: 9px; font-weight: 800; letter-spacing: 0.16em; margin: -10px 0 -10px auto; padding: 6px 9px; position: relative; width: max-content; z-index: 1; }
.fee-model-primary { border-bottom: 1px solid rgba(12, 18, 20, 0.12); }
.fee-model-primary > strong { color: #80643c; }
.fee-comparison .ledger-total strong { font-size: 26px; }

.process { background: var(--cream); }
.process-head { align-items: end; display: grid; gap: 8vw; grid-template-columns: 1.2fr 0.8fr; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 75px; }
.step-card {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(12, 18, 20, 0.13);
  min-height: 420px;
  padding: 28px;
  position: relative;
}
.step-card + .step-card { border-left: 0; }
.step-card svg { color: #886d43; margin: 56px 0 22px; }
.step-number { color: rgba(12, 18, 20, 0.34); font-size: 12px; position: absolute; right: 25px; top: 24px; }
.step-label { color: #8b7047; display: block; font-size: 10px; font-weight: 800; letter-spacing: 0.17em; text-transform: uppercase; }
.step-card h3 { font-size: 23px; font-weight: 500; letter-spacing: -0.03em; line-height: 1.2; margin: 17px 0; }
.step-card p { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 0; }

.proof-strip { background: var(--gold); display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 7vw; }
.proof-strip div { border-left: 1px solid rgba(12, 18, 20, 0.2); display: flex; flex-direction: column; gap: 4px; padding: 36px 28px; }
.proof-strip div:last-child { border-right: 1px solid rgba(12, 18, 20, 0.2); }
.proof-strip strong { font-size: 29px; font-weight: 600; letter-spacing: -0.04em; }
.proof-strip span { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; opacity: 0.66; text-transform: uppercase; }

.gift-section { background: var(--paper); }
.gift-intro { max-width: 940px; }
.gift-intro > p { margin-top: 26px; max-width: 730px; }
.gift-options { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; margin-top: 65px; }
.gift-card {
  align-items: center;
  border: 1px solid var(--line);
  display: grid;
  gap: 26px;
  grid-template-columns: auto 1fr auto;
  min-height: 230px;
  overflow: hidden;
  padding: 32px;
  position: relative;
}
.gift-card::after {
  background: radial-gradient(circle, rgba(198, 161, 95, 0.17), transparent 70%);
  content: "";
  height: 320px;
  position: absolute;
  right: -130px;
  top: -150px;
  width: 320px;
}
.gift-icon { align-items: center; background: var(--ink); color: var(--gold-bright); display: flex; height: 108px; justify-content: center; width: 108px; }
.gift-card > svg { color: #9b7b48; position: relative; z-index: 2; }
.gift-card span { color: #8c7046; font-size: 10px; font-weight: 800; letter-spacing: 0.17em; }
.gift-card h3 { font-size: 26px; font-weight: 500; letter-spacing: -0.035em; margin: 9px 0 8px; }
.gift-card p { color: var(--muted); font-size: 14px; margin: 0; }
.gift-terms { color: #818585; font-size: 12px; line-height: 1.6; margin: 22px 0 0; }

.qualification-section {
  background: #d8d0c2;
  display: grid;
  gap: 8vw;
  grid-template-columns: 1fr 0.85fr;
  padding: 95px 8vw;
}
.mini-badge { background: var(--ink); color: var(--gold-bright); display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: 0.17em; padding: 8px 11px; }
.qualification-copy h2 { font-size: clamp(2.3rem, 3.5vw, 4.1rem); font-weight: 500; letter-spacing: -0.05em; line-height: 1.04; margin: 27px 0 22px; }
.qualification-copy p { color: #565c5d; font-size: 16px; line-height: 1.75; margin: 0; max-width: 690px; }
.qualification-list { align-self: center; display: grid; grid-template-columns: 1fr 1fr; }
.qualification-list div { align-items: center; border: 1px solid rgba(12, 18, 20, 0.18); display: flex; gap: 15px; min-height: 112px; padding: 22px; }
.qualification-list div:nth-child(even) { border-left: 0; }
.qualification-list div:nth-child(n + 3) { border-top: 0; }
.qualification-list svg { color: #7f643d; flex: 0 0 auto; }
.qualification-list span { font-size: 14px; font-weight: 600; }

.lead-section {
  background: var(--ink);
  color: white;
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.75fr 1.25fr;
  padding: 125px 8vw;
}
.lead-copy h2 { font-size: clamp(2.8rem, 4.6vw, 5.4rem); font-weight: 500; letter-spacing: -0.06em; line-height: 0.98; margin: 0 0 28px; }
.lead-copy > p { color: rgba(255, 255, 255, 0.6); line-height: 1.75; margin: 0; }
.direct-contact { align-items: center; border-top: 1px solid rgba(255, 255, 255, 0.14); display: flex; gap: 16px; margin-top: 45px; padding-top: 25px; }
.direct-contact svg { color: var(--gold-bright); }
.direct-contact div { display: flex; flex-direction: column; gap: 2px; }
.direct-contact span { color: rgba(255, 255, 255, 0.46); font-size: 10px; letter-spacing: 0.16em; }
.direct-contact strong { font-size: 17px; font-weight: 500; }
.whatsapp-card {
  align-self: center;
  background: var(--cream);
  color: var(--ink);
  padding: 48px;
  position: relative;
}
.whatsapp-card::before {
  background: var(--gold);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.whatsapp-kicker {
  color: #80643c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.whatsapp-card h3 {
  font-size: clamp(2rem, 3vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.02;
  margin: 18px 0 20px;
}
.whatsapp-card > p {
  color: #636969;
  line-height: 1.7;
  margin: 0;
}
.whatsapp-card blockquote {
  border-left: 2px solid var(--gold);
  color: #23292b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  margin: 28px 0;
  padding: 7px 0 7px 22px;
}
.whatsapp-button {
  background: #1eaa5b;
  color: white;
  width: 100%;
}
.whatsapp-button:hover { background: #168b49; }
.whatsapp-card > small {
  color: #7e8382;
  display: block;
  font-size: 11px;
  margin-top: 16px;
  text-align: center;
}

.faq { background: var(--paper); display: grid; gap: 8vw; grid-template-columns: 0.8fr 1.2fr; }
.faq-head { align-self: start; position: sticky; top: 30px; }
.faq-list details { border-top: 1px solid var(--line); padding: 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: 19px; font-weight: 600; justify-content: space-between; list-style: none; min-height: 94px; padding: 20px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { color: #947649; flex: 0 0 auto; transition: transform 180ms ease; }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-list details p { color: var(--muted); line-height: 1.75; margin: -5px 50px 28px 0; }

footer { background: #080d0f; color: white; padding: 75px 7vw 30px; }
.footer-main { align-items: center; display: grid; gap: 7vw; grid-template-columns: auto 1fr auto; padding-bottom: 65px; }
.footer-main > p { color: rgba(255, 255, 255, 0.48); font-size: 14px; line-height: 1.65; margin: 0; max-width: 480px; }
.footer-whatsapp { align-items: center; background: transparent; border: 1px solid rgba(255, 255, 255, 0.23); color: white; cursor: pointer; display: flex; gap: 10px; min-height: 48px; padding: 0 19px; }
.footer-bottom { align-items: center; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.38); display: flex; font-size: 11px; justify-content: space-between; letter-spacing: 0.04em; padding-top: 24px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal a { color: rgba(255, 255, 255, 0.58); text-decoration: underline; text-decoration-color: rgba(198, 161, 95, 0.45); text-underline-offset: 4px; }
.footer-legal a:hover { color: white; }
.floating-whatsapp {
  align-items: center;
  background: #21c565;
  border: 0;
  border-radius: 50%;
  bottom: 22px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.22);
  color: white;
  cursor: pointer;
  display: none;
  height: 56px;
  justify-content: center;
  position: fixed;
  right: 18px;
  width: 56px;
  z-index: 30;
}

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 58% 42%; }
  .hero-copy { padding-left: 5vw; padding-right: 4vw; }
  .hero-qualifiers { gap: 12px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .step-card + .step-card { border-left: 1px solid rgba(12, 18, 20, 0.13); }
  .step-card:nth-child(even) { border-left: 0; }
  .step-card:nth-child(n + 3) { border-top: 0; }
  .gift-card { align-items: start; grid-template-columns: auto 1fr; }
  .gift-card > svg { display: none; }
}

@media (max-width: 900px) {
  .site-header { min-height: 72px; padding: 0 20px; }
  .header-cta { font-size: 12px; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { min-height: 790px; padding: 130px 7vw 65px; }
  .hero-visual { min-height: 610px; }
  .hero-shade { background: linear-gradient(180deg, var(--ink) 0%, transparent 18%); }
  .manifesto-heading, .process-head, .value-section, .qualification-section, .lead-section, .faq { grid-template-columns: 1fr; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar { border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-top: 1px solid var(--line); min-height: 0; }
  .pillar:last-child { border-bottom: 1px solid var(--line); }
  .pillar h3 { margin-top: 52px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div:nth-child(even) { border-right: 1px solid rgba(12, 18, 20, 0.2); }
  .proof-strip div:nth-child(n + 3) { border-top: 1px solid rgba(12, 18, 20, 0.2); }
  .gift-options { grid-template-columns: 1fr; }
  .faq-head { position: static; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 620px) {
  .brand-name { display: none; }
  .brand-mark { height: 36px; width: 36px; }
  .header-cta { gap: 5px; }
  .header-cta svg { display: none; }
  .hero-copy { min-height: 760px; padding: 125px 20px 48px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 4.5rem); }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-qualifiers { gap: 15px; grid-template-columns: 1fr; margin-top: 40px; }
  .hero-qualifiers div { align-items: baseline; display: grid; grid-template-columns: 112px 1fr; }
  .hero-visual { min-height: 480px; }
  .property-note { bottom: 18px; left: 18px; max-width: calc(100% - 36px); padding: 22px; }
  .property-note p { font-size: 21px; }
  .section, .value-section, .qualification-section, .lead-section { padding: 85px 20px; }
  .manifesto-heading h2, .process-head h2, .gift-intro h2, .faq-head h2, .value-copy h2, .qualification-copy h2, .lead-copy h2 { font-size: 2.75rem; }
  .pillar-grid, .steps-grid, .gift-options { margin-top: 48px; }
  .pillar { padding: 28px 24px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card, .step-card:nth-child(even) { border: 1px solid rgba(12, 18, 20, 0.13); border-bottom: 0; min-height: 350px; }
  .step-card:last-child { border-bottom: 1px solid rgba(12, 18, 20, 0.13); }
  .proof-strip { grid-template-columns: 1fr; padding: 0 20px; }
  .proof-strip div, .proof-strip div:nth-child(even) { border-bottom: 0; border-left: 1px solid rgba(12, 18, 20, 0.2); border-right: 1px solid rgba(12, 18, 20, 0.2); border-top: 1px solid rgba(12, 18, 20, 0.2); }
  .proof-strip div:last-child { border-bottom: 1px solid rgba(12, 18, 20, 0.2); }
  .gift-card { grid-template-columns: 1fr; }
  .gift-icon { height: 88px; width: 88px; }
  .qualification-list { grid-template-columns: 1fr; }
  .qualification-list div, .qualification-list div:nth-child(even), .qualification-list div:nth-child(n + 3) { border: 1px solid rgba(12, 18, 20, 0.18); border-bottom: 0; }
  .qualification-list div:last-child { border-bottom: 1px solid rgba(12, 18, 20, 0.18); }
  .whatsapp-card { padding: 36px 24px; }
  .faq-list summary { font-size: 17px; min-height: 82px; }
  .footer-main { align-items: start; grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .floating-whatsapp { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

.vsc-content-fallback {
  margin: 0 auto;
  max-width: 900px;
  min-height: 70vh;
  padding: 150px 24px 90px;
}
.vsc-content-fallback h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.legal-header { grid-template-columns: 1fr auto; position: relative; }
.vsc-legal {
  margin: 0 auto;
  max-width: 940px;
  min-height: 70vh;
  padding: 90px 24px 110px;
}
.legal-back { color: #80643c; display: inline-flex; font-size: 13px; font-weight: 700; margin-bottom: 38px; }
.vsc-legal h1 { font-size: clamp(2.8rem, 6vw, 5.4rem); font-weight: 500; letter-spacing: -0.055em; line-height: 1; margin: 0 0 24px; }
.legal-intro { color: var(--muted); font-size: 17px; line-height: 1.75; margin: 0 0 55px; max-width: 760px; }
.legal-content { border-top: 1px solid var(--line); }
.legal-content section { border-bottom: 1px solid var(--line); padding: 34px 0; }
.legal-content h2 { font-size: 25px; font-weight: 600; letter-spacing: -0.025em; margin: 0 0 15px; }
.legal-content h3 { font-size: 18px; margin: 24px 0 10px; }
.legal-content p, .legal-content li { color: #555d5f; line-height: 1.75; }
.legal-content ul { padding-left: 21px; }
.legal-content a { color: #755a31; text-decoration: underline; text-underline-offset: 3px; }
.legal-meta { background: var(--cream); display: grid; gap: 8px; margin: 0 0 45px; padding: 28px; }
.legal-meta span { color: #5e6464; }

@media (max-width: 620px) {
  .vsc-legal { padding: 70px 20px 85px; }
  .vsc-legal h1 { font-size: 3rem; }
  .legal-content section { padding: 28px 0; }
  .legal-meta { padding: 22px; }
  .footer-legal { gap: 12px; }
}
