/*
Theme Name: FinanBuyers
Theme URI: https://finanbuyers.com/
Author: FinanBuyers
Author URI: https://finanbuyers.com/
Description: Hipoteca sin honorarios para el cliente y acompañamiento inmobiliario para compradores.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: finanbuyers
*/

:root {
  --navy-950: #061426;
  --navy-900: #081a31;
  --navy-800: #0c2748;
  --navy-700: #12365e;
  --blue-500: #2478ff;
  --blue-400: #4d94ff;
  --cyan: #72dbff;
  --mint: #52e2b1;
  --ink: #0a1a2e;
  --slate: #556477;
  --line: rgba(9, 32, 59, 0.14);
  --ice: #eaf3ff;
  --mist: #f4f8fd;
  --paper: #ffffff;
  --white: #ffffff;
  --max: 1500px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; height: auto; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.fb-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;
}
.screen-reader-text:focus {
  background: white;
  clip: auto !important;
  clip-path: none;
  color: var(--ink);
  height: auto;
  left: 12px;
  padding: 12px 16px;
  top: 12px;
  width: auto;
  z-index: 9999;
}

.fb-header {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: white;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 88px;
  padding: 0 4.5vw;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 30;
}
.admin-bar .fb-header { top: 32px; }
.fb-brand { align-items: center; display: inline-flex; gap: 13px; justify-self: start; }
.fb-brand-symbol {
  align-items: center;
  border: 1px solid rgba(114, 219, 255, 0.8);
  color: white;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.06em;
  position: relative;
  width: 42px;
}
.fb-brand-symbol::after {
  background: var(--blue-500);
  bottom: -3px;
  content: "";
  height: 6px;
  position: absolute;
  right: -3px;
  width: 6px;
}
.fb-brand-symbol span { color: var(--cyan); }
.fb-brand-text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.15;
}
.fb-brand-text strong { color: var(--cyan); font-weight: 800; }
.fb-brand-text small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-top: 6px;
}
.fb-nav { display: flex; gap: 29px; }
.fb-nav a { color: rgba(255, 255, 255, 0.7); font-size: 13px; transition: color 160ms ease; }
.fb-nav a:hover { color: white; }
.header-button {
  align-items: center;
  border: 1px solid rgba(114, 219, 255, 0.7);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 9px;
  justify-self: end;
  min-height: 44px;
  padding: 0 17px;
  transition: background 160ms ease, color 160ms ease;
}
.header-button:hover { background: var(--cyan); color: var(--navy-950); }
.mobile-menu { display: none; justify-self: end; position: relative; }
.mobile-menu summary { cursor: pointer; display: grid; gap: 5px; list-style: none; padding: 10px 0 10px 10px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { background: white; display: block; height: 1px; width: 25px; }
.mobile-menu nav {
  background: var(--navy-950);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  min-width: 220px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 45px;
}
.mobile-menu nav a { border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 13px 12px; }
.mobile-menu nav a:last-child { border: 0; }

.hero {
  background: var(--navy-950);
  color: white;
  display: grid;
  grid-template-columns: 56% 44%;
  min-height: 940px;
  overflow: hidden;
  position: relative;
}
.hero::before {
  background-image: linear-gradient(rgba(114, 219, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(114, 219, 255, 0.045) 1px, transparent 1px);
  background-size: 60px 60px;
  content: "";
  inset: 0 44% 0 0;
  mask-image: linear-gradient(to right, black, transparent);
  position: absolute;
}
.hero-copy {
  align-self: center;
  max-width: 900px;
  padding: 150px 6vw 70px;
  position: relative;
  z-index: 2;
}
.eyebrow, .section-label {
  align-items: center;
  color: #1e62c8;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 12px;
  letter-spacing: 0.18em;
  margin-bottom: 27px;
  text-transform: uppercase;
}
.eyebrow { color: var(--cyan); }
.eyebrow span { background: var(--cyan); height: 1px; width: 44px; }
.section-label.light { color: var(--cyan); }
.hero h1 {
  font-size: clamp(3.5rem, 5.8vw, 7.3rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.91;
  margin: 0;
  max-width: 920px;
}
.hero h1 em, .hero h1 span {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.hero h1 em { color: var(--cyan); }
.hero h1 span { color: var(--mint); font-style: italic; }
.hero-lead {
  color: rgba(255, 255, 255, 0.7);
  font-size: 19px;
  line-height: 1.72;
  margin: 35px 0 0;
  max-width: 710px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button {
  align-items: center;
  border: 0;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 56px;
  padding: 0 23px;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue-500); color: white; }
.button-primary:hover { background: var(--blue-400); }
.button-ghost { border: 1px solid rgba(255, 255, 255, 0.25); color: white; }
.button-ghost:hover { background: rgba(255, 255, 255, 0.08); }
.button.full { width: 100%; }
.hero-disclaimer {
  border-left: 1px solid rgba(114, 219, 255, 0.45);
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
  line-height: 1.55;
  margin: 35px 0 0;
  max-width: 690px;
  padding-left: 15px;
}
.hero-media { min-height: 940px; overflow: hidden; position: relative; }
.hero-media > img { height: 100%; inset: 0; object-fit: cover; object-position: 56% center; position: absolute; width: 100%; }
.hero-gradient { background: linear-gradient(90deg, var(--navy-950) 0%, rgba(6, 20, 38, 0.24) 31%, rgba(6, 20, 38, 0.04) 68%); inset: 0; position: absolute; }
.hero-status {
  backdrop-filter: blur(15px);
  background: rgba(6, 20, 38, 0.9);
  border: 1px solid rgba(114, 219, 255, 0.22);
  bottom: 46px;
  left: 40px;
  max-width: 390px;
  padding: 27px;
  position: absolute;
  width: calc(100% - 80px);
}
.status-top { align-items: center; color: var(--cyan); display: flex; font-size: 10px; font-weight: 800; justify-content: space-between; letter-spacing: 0.17em; }
.status-price { align-items: end; border-bottom: 1px solid rgba(255, 255, 255, 0.13); display: flex; gap: 14px; padding: 23px 0; }
.status-price strong { color: var(--mint); font-family: Georgia, "Times New Roman", serif; font-size: 50px; font-weight: 400; line-height: 1; }
.status-price span { color: rgba(255, 255, 255, 0.58); font-size: 12px; line-height: 1.4; max-width: 150px; }
.status-row { align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: flex; font-size: 13px; justify-content: space-between; padding: 16px 0; }
.status-row:last-child { border: 0; padding-bottom: 0; }
.status-row span { color: rgba(255, 255, 255, 0.58); }
.status-row strong { color: white; }

.signal-strip { background: var(--blue-500); color: white; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 5vw; }
.signal-strip div { border-left: 1px solid rgba(255, 255, 255, 0.25); display: flex; flex-direction: column; gap: 5px; min-height: 130px; padding: 31px 26px; }
.signal-strip div:last-child { border-right: 1px solid rgba(255, 255, 255, 0.25); }
.signal-strip strong { font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; }
.signal-strip span { color: rgba(255, 255, 255, 0.74); font-size: 11px; font-weight: 700; letter-spacing: 0.05em; line-height: 1.4; text-transform: uppercase; }

.section { padding: 125px 7vw; }
.section-heading { display: grid; gap: 6vw; grid-template-columns: 0.82fr 1.18fr; }
.section-heading .section-label { align-self: start; }
.section-heading h2, .process-heading h2, .faq-heading h2 {
  font-size: clamp(2.7rem, 4.7vw, 5.7rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.99;
  margin: 0;
}
.section-heading p { color: var(--slate); font-size: 18px; line-height: 1.7; margin: 27px 0 0; max-width: 700px; }
.decision { background: white; }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; }
.decision-grid article { border-left: 1px solid var(--line); min-height: 355px; padding: 30px 36px; position: relative; }
.decision-grid article:last-child { border-right: 1px solid var(--line); }
.decision-grid .fb-icon { color: var(--blue-500); margin: 42px 0 40px; }
.decision-number { color: rgba(9, 32, 59, 0.35); font-size: 12px; position: absolute; right: 28px; top: 30px; }
.decision-grid h3 { font-size: 25px; font-weight: 600; letter-spacing: -0.035em; margin: 0 0 16px; }
.decision-grid p { color: var(--slate); line-height: 1.72; margin: 0; }

.included-section {
  background: var(--navy-900);
  color: white;
  display: grid;
  gap: 7vw;
  grid-template-columns: 0.82fr 1.18fr;
  padding: 125px 7vw;
  position: relative;
}
.included-section::before {
  background-image: linear-gradient(rgba(114, 219, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(114, 219, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  position: absolute;
}
.included-intro, .included-grid { position: relative; z-index: 1; }
.included-intro { align-self: center; }
.included-intro h2, .active-copy h2, .transparency-copy h2, .final-copy h2 {
  font-size: clamp(2.7rem, 4.3vw, 5.2rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin: 0;
}
.included-intro h2 em, .final-copy h2 em { color: var(--cyan); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.included-intro > p { color: rgba(255, 255, 255, 0.62); font-size: 17px; line-height: 1.75; margin: 28px 0 34px; max-width: 620px; }
.text-link { align-items: center; border-bottom: 1px solid var(--cyan); color: var(--cyan); display: inline-flex; font-size: 14px; font-weight: 700; gap: 10px; padding-bottom: 8px; }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; }
.included-card { border: 1px solid rgba(255, 255, 255, 0.14); min-height: 300px; padding: 28px; }
.included-card:nth-child(even) { border-left: 0; }
.included-card:nth-child(n + 3) { border-top: 0; }
.included-card-top { align-items: center; color: var(--cyan); display: flex; justify-content: space-between; }
.included-card-top span { color: rgba(255, 255, 255, 0.32); font-size: 11px; }
.included-card h3 { font-size: 23px; font-weight: 500; letter-spacing: -0.03em; margin: 62px 0 15px; }
.included-card p { color: rgba(255, 255, 255, 0.56); font-size: 15px; line-height: 1.68; margin: 0; }

.process { background: var(--mist); }
.process-heading { align-items: end; display: grid; gap: 7vw; grid-template-columns: 1.15fr 0.85fr; }
.process-heading > p { color: var(--slate); font-size: 17px; line-height: 1.7; margin: 0; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 75px; }
.process-step { background: white; border: 1px solid var(--line); min-height: 270px; padding: 30px; }
.process-step + .process-step { border-left: 0; }
.process-step:nth-child(n + 4) { border-top: 0; }
.process-step:nth-child(4) { border-left: 1px solid var(--line); }
.process-step > span { color: var(--blue-500); font-size: 11px; font-weight: 800; letter-spacing: 0.15em; }
.process-step h3 { font-size: 22px; letter-spacing: -0.025em; margin: 48px 0 13px; }
.process-step p { color: var(--slate); font-size: 15px; line-height: 1.7; margin: 0; }

.active-section { background: var(--navy-950); color: white; display: grid; gap: 8vw; grid-template-columns: 1fr 0.82fr; padding: 125px 8vw; }
.active-copy { align-self: center; }
.active-copy > p { color: rgba(255, 255, 255, 0.63); font-size: 17px; line-height: 1.75; margin: 29px 0 0; max-width: 690px; }
.active-list { display: grid; gap: 15px; list-style: none; margin: 38px 0 0; padding: 0; }
.active-list li { align-items: center; color: rgba(255, 255, 255, 0.82); display: flex; gap: 12px; }
.active-list .fb-icon { color: var(--mint); }
.active-pricing { align-self: center; }
.price-card { background: white; color: var(--ink); padding: 42px; position: relative; }
.price-card::before { background: var(--mint); content: ""; height: 5px; inset: 0 0 auto; position: absolute; }
.price-kicker { color: #1d64c7; font-size: 10px; font-weight: 800; letter-spacing: 0.18em; margin-bottom: 30px; }
.market-price { border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 9px; padding-bottom: 25px; }
.market-price span { color: var(--slate); font-size: 13px; }
.market-price strong { color: #8b96a2; font-family: Georgia, "Times New Roman", serif; font-size: 40px; font-weight: 400; text-decoration: line-through; text-decoration-thickness: 1px; }
.our-price { display: grid; padding: 28px 0; }
.our-price > span { color: #1d64c7; font-size: 11px; font-weight: 800; letter-spacing: 0.15em; }
.our-price > strong { color: var(--blue-500); font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 6vw, 6.4rem); font-weight: 400; letter-spacing: -0.06em; line-height: 1; margin: 10px 0 4px; }
.our-price small { color: var(--slate); font-size: 12px; }
.price-card > p { border-top: 1px solid var(--line); color: var(--slate); font-size: 14px; line-height: 1.7; margin: 0; padding: 24px 0; }

.comparison { background: white; }
.section-heading.compact { grid-template-columns: 0.7fr 1.3fr; }
.comparison-table { border: 1px solid var(--line); margin-top: 70px; }
.comparison-head, .comparison-row { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; }
.comparison-head { background: var(--navy-900); color: white; }
.comparison-head > div { align-items: center; display: flex; font-size: 14px; min-height: 100px; padding: 22px 28px; }
.comparison-head > div:not(:first-child) { border-left: 1px solid rgba(255, 255, 255, 0.14); flex-direction: column; justify-content: center; text-align: center; }
.comparison-head span { color: var(--cyan); font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.comparison-row { border-top: 1px solid var(--line); }
.comparison-row > div { align-items: center; display: flex; min-height: 72px; padding: 18px 28px; }
.comparison-row > div:first-child { color: #344356; font-size: 15px; }
.comparison-row > div:not(:first-child) { border-left: 1px solid var(--line); color: var(--blue-500); justify-content: center; }

.transparency-section { background: var(--blue-500); color: white; display: grid; gap: 5vw; grid-template-columns: auto 1.1fr 0.9fr; padding: 95px 8vw; }
.transparency-mark { align-items: center; border: 1px solid rgba(255, 255, 255, 0.35); color: var(--cyan); display: flex; height: 105px; justify-content: center; width: 105px; }
.transparency-copy h2 { font-size: clamp(2.3rem, 3.6vw, 4.3rem); }
.transparency-copy > p { color: rgba(255, 255, 255, 0.76); line-height: 1.75; margin: 25px 0 0; }
.transparency-notes { align-self: center; }
.transparency-notes > div { border-top: 1px solid rgba(255, 255, 255, 0.25); display: grid; gap: 16px; grid-template-columns: 32px 1fr; padding: 17px 0; }
.transparency-notes > div:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
.transparency-notes span { color: var(--cyan); font-size: 11px; font-weight: 800; }
.transparency-notes p { color: rgba(255, 255, 255, 0.77); font-size: 14px; line-height: 1.55; margin: 0; }

.faq { background: var(--mist); display: grid; gap: 7vw; grid-template-columns: 0.75fr 1.25fr; }
.faq-heading { align-self: start; position: sticky; top: 30px; }
.faq-heading h2 { font-size: clamp(2.5rem, 4vw, 4.8rem); }
.faq-heading > p { color: var(--slate); line-height: 1.7; margin: 25px 0 0; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: 18px; font-weight: 700; justify-content: space-between; list-style: none; min-height: 94px; padding: 20px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { align-items: center; border: 1px solid var(--line); color: var(--blue-500); display: flex; font-size: 22px; font-weight: 400; height: 34px; justify-content: center; transition: transform 160ms ease; width: 34px; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { color: var(--slate); line-height: 1.75; margin: -4px 50px 29px 0; }

.final-cta { background: var(--navy-900); color: white; display: grid; gap: 8vw; grid-template-columns: 1.2fr 0.8fr; padding: 120px 8vw; position: relative; }
.final-cta::after { border: 1px solid rgba(114, 219, 255, 0.13); content: ""; inset: 28px; pointer-events: none; position: absolute; }
.final-copy, .final-action { position: relative; z-index: 1; }
.final-copy > p { color: rgba(255, 255, 255, 0.62); font-size: 17px; line-height: 1.75; margin: 29px 0 0; max-width: 700px; }
.final-action { align-self: center; background: white; color: var(--ink); padding: 38px; }
.final-action > span { color: #1d64c7; font-size: 10px; font-weight: 800; letter-spacing: 0.16em; }
.final-action > strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 36px; font-weight: 400; margin: 12px 0 28px; }
.final-action > small { color: var(--slate); display: block; font-size: 11px; margin-top: 14px; text-align: center; }

.fb-footer { background: #030c18; color: white; padding: 75px 7vw 30px; }
.footer-main { align-items: center; display: grid; gap: 6vw; grid-template-columns: auto 1fr auto; padding-bottom: 62px; }
.footer-main > p { color: rgba(255, 255, 255, 0.47); font-size: 14px; line-height: 1.65; margin: 0; max-width: 520px; }
.footer-contact { align-items: center; border: 1px solid rgba(255, 255, 255, 0.23); display: flex; font-size: 13px; gap: 9px; min-height: 48px; padding: 0 18px; }
.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; gap: 18px; }
.footer-legal a { color: rgba(255, 255, 255, 0.6); text-decoration: underline; text-decoration-color: rgba(114, 219, 255, 0.45); text-underline-offset: 4px; }
.footer-legal a:hover { color: white; }
.floating-whatsapp { align-items: center; background: #1ecb73; border-radius: 50%; bottom: 19px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); color: white; display: none; height: 56px; justify-content: center; position: fixed; right: 18px; width: 56px; z-index: 50; }

.fb-reading-page { margin: 0 auto; max-width: 900px; min-height: 70vh; padding: 120px 24px 90px; }
.fb-reading-page h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); letter-spacing: -0.055em; line-height: 1; }
.reading-back { color: var(--blue-500); font-size: 13px; font-weight: 700; }

.legal-header { background: var(--navy-950); grid-template-columns: 1fr auto; position: relative; }
.fb-legal { margin: 0 auto; max-width: 960px; min-height: 70vh; padding: 90px 24px 110px; }
.legal-back { color: var(--blue-500); display: inline-flex; font-size: 13px; font-weight: 700; margin-bottom: 38px; }
.fb-legal h1 { font-size: clamp(3rem, 6vw, 5.6rem); font-weight: 500; letter-spacing: -0.06em; line-height: 1; margin: 0 0 22px; }
.legal-intro { color: var(--slate); font-size: 17px; line-height: 1.75; margin: 0 0 48px; max-width: 760px; }
.legal-meta { background: var(--ice); display: grid; gap: 7px; margin-bottom: 46px; padding: 28px; }
.legal-meta span { color: var(--slate); }
.legal-meta a { color: var(--blue-500); }
.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; 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: var(--slate); line-height: 1.75; }
.legal-content ul { padding-left: 21px; }
.legal-content a { color: var(--blue-500); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1250px) {
  .fb-header { grid-template-columns: 1fr auto; }
  .fb-nav { display: none; }
  .hero { grid-template-columns: 58% 42%; }
  .hero-copy { padding-left: 5vw; padding-right: 4vw; }
  .section-heading { grid-template-columns: 0.65fr 1.35fr; }
  .included-section { gap: 5vw; grid-template-columns: 0.9fr 1.1fr; }
}

@media (max-width: 980px) {
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { min-height: 850px; padding: 150px 7vw 75px; }
  .hero-media { min-height: 720px; }
  .hero-gradient { background: linear-gradient(180deg, var(--navy-950) 0%, transparent 25%); }
  .section-heading, .included-section, .process-heading, .active-section, .transparency-section, .faq, .final-cta { grid-template-columns: 1fr; }
  .section-heading { gap: 15px; }
  .included-section, .active-section, .faq, .final-cta { gap: 70px; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-grid article, .decision-grid article:last-child { border: 1px solid var(--line); border-bottom: 0; min-height: 280px; }
  .decision-grid article:last-child { border-bottom: 1px solid var(--line); }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step + .process-step, .process-step:nth-child(4) { border-left: 1px solid var(--line); }
  .process-step:nth-child(even) { border-left: 0; }
  .process-step:nth-child(n + 3) { border-top: 0; }
  .transparency-section { gap: 35px; }
  .faq-heading { position: static; }
}

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

@media (max-width: 720px) {
  .fb-header { min-height: 74px; padding: 0 20px; }
  .header-button { display: none; }
  .mobile-menu { display: block; }
  .hero-copy { min-height: 760px; padding: 125px 20px 58px; }
  .hero h1 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-media { min-height: 590px; }
  .hero-status { bottom: 20px; left: 20px; width: calc(100% - 40px); }
  .signal-strip { grid-template-columns: 1fr 1fr; padding: 0 20px; }
  .signal-strip div:nth-child(even) { border-right: 1px solid rgba(255, 255, 255, 0.25); }
  .signal-strip div:nth-child(n + 3) { border-top: 1px solid rgba(255, 255, 255, 0.25); }
  .section, .included-section, .active-section, .comparison, .faq { padding: 88px 20px; }
  .decision-grid, .process-grid { margin-top: 50px; }
  .included-grid { grid-template-columns: 1fr; }
  .included-card, .included-card:nth-child(even), .included-card:nth-child(n + 3) { border: 1px solid rgba(255, 255, 255, 0.14); border-bottom: 0; }
  .included-card:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step, .process-step:nth-child(even), .process-step:nth-child(4) { border: 1px solid var(--line); border-bottom: 0; }
  .process-step:last-child { border-bottom: 1px solid var(--line); }
  .price-card { padding: 34px 24px; }
  .comparison-table { border: 0; }
  .comparison-head, .comparison-row { grid-template-columns: 1.2fr 0.7fr 0.7fr; }
  .comparison-head > div, .comparison-row > div { min-height: 70px; padding: 14px 10px; }
  .comparison-head > div { font-size: 11px; }
  .comparison-head span { font-size: 18px; }
  .comparison-row > div:first-child { font-size: 13px; }
  .transparency-section { padding: 80px 20px; }
  .final-cta { padding: 95px 20px; }
  .final-cta::after { inset: 14px; }
  .final-action { padding: 32px 22px; }
  .fb-footer { padding: 65px 20px 25px; }
  .footer-main { align-items: start; grid-template-columns: 1fr; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 11px; }
  .footer-legal { flex-wrap: wrap; gap: 12px; }
  .floating-whatsapp { display: flex; }
  .fb-legal { padding: 70px 20px 85px; }
  .fb-legal h1 { font-size: 3.1rem; }
  .legal-meta { padding: 22px; }
}

@media (max-width: 480px) {
  .fb-brand-text { font-size: 12px; }
  .fb-brand-text small { font-size: 7px; }
  .hero h1 { font-size: 3.55rem; }
  .hero-media { min-height: 520px; }
  .hero-status { padding: 22px; }
  .signal-strip { grid-template-columns: 1fr; }
  .signal-strip div, .signal-strip div:nth-child(even), .signal-strip div:nth-child(n + 3) { border: 1px solid rgba(255, 255, 255, 0.25); border-bottom: 0; }
  .signal-strip div:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .section-heading h2, .process-heading h2, .faq-heading h2, .included-intro h2, .active-copy h2, .final-copy h2 { font-size: 2.75rem; }
  .transparency-copy h2 { font-size: 2.5rem; }
  .comparison-head > div:first-child, .comparison-row > div:first-child { padding-left: 8px; }
}

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