/* ==========================================================
   PADILLA & BUJALIL — PÁGINA DE CORRETAJE
   Código autocontenido y aislado para WordPress / Elementor.
   ========================================================== */
#pb-corretaje,
#pb-corretaje * { box-sizing: border-box; }

#pb-corretaje {
  --pb-navy: #303a6f;
  --pb-navy-deep: #1f274f;
  --pb-navy-ink: #171e3d;
  --pb-gold: #a68419;
  --pb-gold-soft: #c4a64b;
  --pb-wood: #8a6548;
  --pb-marble: #f7f5f1;
  --pb-paper: #fffefa;
  --pb-ink: #23283a;
  --pb-muted: #666d7c;
  --pb-line: rgba(48, 58, 111, .15);
  --pb-shadow: 0 24px 68px rgba(31, 39, 79, .13);
  --pb-shadow-soft: 0 14px 38px rgba(31, 39, 79, .08);
  --pb-radius: 24px;
  --pb-radius-sm: 15px;
  --pb-container: 1180px;
  --pb-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --pb-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  width: 100%;
  margin: 0;
  color: var(--pb-ink);
  background:
    radial-gradient(circle at 7% 2%, rgba(166, 132, 25, .06), transparent 25rem),
    linear-gradient(125deg, transparent 0 57%, rgba(48, 58, 111, .02) 57% 58%, transparent 58% 100%),
    var(--pb-marble);
  font-family: var(--pb-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: clip;
}

#pb-corretaje img { display: block; max-width: 100%; }
#pb-corretaje a { color: inherit; text-decoration: none; }
#pb-corretaje button,
#pb-corretaje input,
#pb-corretaje select,
#pb-corretaje textarea { font: inherit; }
#pb-corretaje button { cursor: pointer; }
#pb-corretaje :focus-visible { outline: 3px solid rgba(166, 132, 25, .48); outline-offset: 3px; }
#pb-corretaje [id] { scroll-margin-top: 105px; }

#pb-corretaje .pb-skip {
  position: fixed;
  top: -5rem;
  left: 1rem;
  z-index: 10000;
  padding: .7rem 1rem;
  border-radius: 8px;
  color: #fff;
  background: var(--pb-navy);
  transition: top .2s ease;
}
#pb-corretaje .pb-skip:focus { top: 1rem; }

#pb-corretaje .pb-container {
  width: min(calc(100% - 40px), var(--pb-container));
  margin-inline: auto;
}
#pb-corretaje .pb-section { padding: 96px 0; }
#pb-corretaje .pb-section-paper {
  background: rgba(255, 254, 250, .84);
  border-block: 1px solid var(--pb-line);
}
#pb-corretaje .pb-section-navy {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--pb-navy-deep);
}
#pb-corretaje .pb-section-navy::before {
  content: "";
  position: absolute;
  inset: -25% -10%;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 18%, rgba(196, 166, 75, .19), transparent 27rem),
    linear-gradient(128deg, transparent 0 48%, rgba(255,255,255,.028) 48% 49%, transparent 49% 100%);
}
#pb-corretaje .pb-section-navy > .pb-container { position: relative; z-index: 1; }

#pb-corretaje .pb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1rem;
  color: var(--pb-gold);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}
#pb-corretaje .pb-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}
#pb-corretaje .pb-section-navy .pb-eyebrow { color: var(--pb-gold-soft); }

#pb-corretaje h1,
#pb-corretaje h2,
#pb-corretaje h3,
#pb-corretaje p { margin-top: 0; }
#pb-corretaje h1,
#pb-corretaje h2,
#pb-corretaje h3 {
  margin-bottom: 0;
  color: var(--pb-navy-deep);
  font-family: var(--pb-serif);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.026em;
}
#pb-corretaje h1 { max-width: 790px; font-size: clamp(2.7rem, 5.15vw, 5rem); }
#pb-corretaje h2 { max-width: 860px; font-size: clamp(2.15rem, 3.85vw, 3.7rem); }
#pb-corretaje h3 { font-size: clamp(1.35rem, 2vw, 1.78rem); }
#pb-corretaje .pb-section-navy h2,
#pb-corretaje .pb-section-navy h3 { color: #fff; }
#pb-corretaje .pb-lead {
  max-width: 770px;
  color: var(--pb-muted);
  font-size: clamp(1.05rem, 1.55vw, 1.24rem);
}
#pb-corretaje .pb-section-navy .pb-lead { color: rgba(255,255,255,.77); }

#pb-corretaje .pb-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .85rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .94rem;
  font-weight: 800;
  letter-spacing: .006em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
#pb-corretaje .pb-btn:hover { transform: translateY(-2px); }
#pb-corretaje .pb-btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
#pb-corretaje .pb-btn-primary {
  color: #fff;
  background: var(--pb-navy);
  box-shadow: 0 12px 28px rgba(48,58,111,.22);
}
#pb-corretaje .pb-btn-primary:hover { background: var(--pb-navy-deep); box-shadow: 0 15px 34px rgba(48,58,111,.29); }
#pb-corretaje .pb-btn-outline {
  color: var(--pb-navy);
  border-color: rgba(48,58,111,.3);
  background: transparent;
}
#pb-corretaje .pb-btn-outline:hover { border-color: var(--pb-navy); background: rgba(48,58,111,.045); }
#pb-corretaje .pb-btn-gold {
  color: var(--pb-navy-deep);
  background: var(--pb-gold-soft);
  box-shadow: 0 12px 30px rgba(196,166,75,.2);
}
#pb-corretaje .pb-btn-gold:hover { background: #d2b458; }
#pb-corretaje .pb-btn-light {
  color: #fff;
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
}
#pb-corretaje .pb-btn-light:hover { border-color: rgba(255,255,255,.44); background: rgba(255,255,255,.14); }

/* Encabezado */
#pb-corretaje .pb-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(48,58,111,.1);
  background: rgba(247,245,241,.93);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
body.admin-bar #pb-corretaje .pb-header { top: 32px; }
#pb-corretaje .pb-header-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
#pb-corretaje .pb-brand { display: flex; flex: 0 0 auto; align-items: center; }
#pb-corretaje .pb-brand img { width: clamp(220px, 22vw, 318px); height: auto; }
#pb-corretaje .pb-nav {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.85vw, 28px);
  color: #454b5f;
  font-size: .89rem;
  font-weight: 720;
}
#pb-corretaje .pb-nav > a:not(.pb-btn) { position: relative; padding: .4rem 0; }
#pb-corretaje .pb-nav > a:not(.pb-btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--pb-gold);
  transition: width .2s ease;
}
#pb-corretaje .pb-nav > a:not(.pb-btn):hover::after { width: 100%; }
#pb-corretaje .pb-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pb-line);
  border-radius: 50%;
  color: var(--pb-navy);
  background: rgba(255,255,255,.68);
}
#pb-corretaje .pb-menu-toggle svg { width: 22px; height: 22px; }

/* Hero */
#pb-corretaje .pb-hero { padding: 66px 0 42px; }
#pb-corretaje .pb-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, .78fr);
  align-items: center;
  gap: clamp(38px, 6vw, 78px);
}
#pb-corretaje .pb-hero-copy { position: relative; z-index: 2; }
#pb-corretaje .pb-hero-copy .pb-lead { max-width: 690px; margin: 1.5rem 0 0; }
#pb-corretaje .pb-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 2rem; }
#pb-corretaje .pb-hero-note {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  margin-top: 1.15rem;
  color: var(--pb-muted);
  font-size: .89rem;
}
#pb-corretaje .pb-hero-note svg { width: 18px; height: 18px; flex: 0 0 auto; margin-top: .16rem; color: var(--pb-gold); }
#pb-corretaje .pb-hero-visual { position: relative; min-height: 610px; }
#pb-corretaje .pb-hero-image-wrap {
  position: absolute;
  inset: 0 0 0 42px;
  overflow: hidden;
  border-radius: 28px 28px 120px 28px;
  background: #d9d6cf;
  box-shadow: var(--pb-shadow);
}
#pb-corretaje .pb-hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31,39,79,.015) 35%, rgba(31,39,79,.36) 100%);
}
#pb-corretaje .pb-hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
#pb-corretaje .pb-hero-frame {
  position: absolute;
  inset: 30px -20px -24px 12px;
  z-index: -1;
  border: 1px solid rgba(166,132,25,.52);
  border-radius: 30px 30px 120px 30px;
}
#pb-corretaje .pb-strategy-card {
  position: absolute;
  bottom: 44px;
  left: 0;
  z-index: 2;
  width: min(318px, 78%);
  padding: 24px;
  border-radius: 18px;
  color: #fff;
  background: rgba(31,39,79,.95);
  box-shadow: 0 18px 45px rgba(31,39,79,.29);
  backdrop-filter: blur(10px);
}
#pb-corretaje .pb-strategy-card small {
  display: block;
  margin-bottom: .55rem;
  color: var(--pb-gold-soft);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
#pb-corretaje .pb-strategy-card strong {
  display: block;
  font-family: var(--pb-serif);
  font-size: 1.58rem;
  font-weight: 500;
  line-height: 1.17;
}
#pb-corretaje .pb-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 1rem; }
#pb-corretaje .pb-pills span {
  padding: .28rem .58rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  font-size: .72rem;
}

/* Franja de valor */
#pb-corretaje .pb-trust-strip {
  border-block: 1px solid var(--pb-line);
  background: rgba(255,254,250,.67);
}
#pb-corretaje .pb-trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
#pb-corretaje .pb-trust-item {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: 1rem;
  border-right: 1px solid var(--pb-line);
  color: #4d5365;
  font-size: .86rem;
  font-weight: 750;
  text-align: center;
}
#pb-corretaje .pb-trust-item:last-child { border-right: 0; }
#pb-corretaje .pb-trust-item svg { width: 19px; height: 19px; flex: 0 0 auto; color: var(--pb-gold); }

/* Secciones generales */
#pb-corretaje .pb-section-head { display: grid; grid-template-columns: minmax(0, .85fr) minmax(280px, .45fr); align-items: end; gap: 50px; margin-bottom: 48px; }
#pb-corretaje .pb-section-head .pb-lead { margin: 0; }
#pb-corretaje .pb-center-head { max-width: 860px; margin: 0 auto 48px; text-align: center; }
#pb-corretaje .pb-center-head .pb-eyebrow { justify-content: center; }
#pb-corretaje .pb-center-head .pb-lead { margin: 1.2rem auto 0; }

#pb-corretaje .pb-card-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
#pb-corretaje .pb-problem-card,
#pb-corretaje .pb-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 30px;
  border: 1px solid var(--pb-line);
  border-radius: var(--pb-radius-sm);
  background: rgba(255,254,250,.72);
  box-shadow: var(--pb-shadow-soft);
}
#pb-corretaje .pb-problem-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 3px;
  background: var(--pb-gold);
}
#pb-corretaje .pb-card-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem;
  border: 1px solid rgba(166,132,25,.28);
  border-radius: 50%;
  color: var(--pb-gold);
  background: rgba(166,132,25,.06);
  font-family: var(--pb-serif);
  font-size: 1.04rem;
}
#pb-corretaje .pb-problem-card p,
#pb-corretaje .pb-feature-card p { margin: .9rem 0 0; color: var(--pb-muted); }
#pb-corretaje .pb-verdict {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 20px 24px;
  border-left: 3px solid var(--pb-gold);
  border-radius: 0 12px 12px 0;
  color: var(--pb-navy-deep);
  background: rgba(166,132,25,.07);
  font-weight: 780;
}

/* Guía */
#pb-corretaje .pb-guide-grid {
  display: grid;
  grid-template-columns: minmax(330px, .8fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(40px, 6vw, 82px);
}
#pb-corretaje .pb-guide-visual { position: relative; min-height: 560px; }
#pb-corretaje .pb-guide-visual img {
  width: 86%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 24px 24px 96px 24px;
  box-shadow: var(--pb-shadow);
}
#pb-corretaje .pb-guide-visual::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -22px;
  width: 58%;
  height: 72%;
  z-index: -1;
  border: 1px solid rgba(138,101,72,.5);
  border-radius: 20px 20px 90px 20px;
}
#pb-corretaje .pb-guide-seal {
  position: absolute;
  right: 0;
  bottom: 42px;
  width: 210px;
  padding: 23px;
  border-radius: 16px;
  color: #fff;
  background: var(--pb-navy-deep);
  box-shadow: var(--pb-shadow-soft);
}
#pb-corretaje .pb-guide-seal small { display: block; margin-bottom: .45rem; color: var(--pb-gold-soft); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
#pb-corretaje .pb-guide-seal strong { font-family: var(--pb-serif); font-size: 1.28rem; font-weight: 500; line-height: 1.2; }
#pb-corretaje .pb-guide-copy .pb-lead { margin: 1.25rem 0 0; }
#pb-corretaje .pb-check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; margin-top: 1.8rem; }
#pb-corretaje .pb-check-item { display: flex; align-items: flex-start; gap: .7rem; color: #4f5566; }
#pb-corretaje .pb-check-item svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: .15rem; color: var(--pb-gold); }
#pb-corretaje .pb-quote {
  margin: 1.8rem 0 0;
  padding: 20px 22px;
  border-left: 2px solid var(--pb-gold);
  color: var(--pb-navy-deep);
  background: rgba(255,255,255,.57);
  font-family: var(--pb-serif);
  font-size: 1.25rem;
  line-height: 1.35;
}

/* Servicios */
#pb-corretaje .pb-services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
#pb-corretaje .pb-service-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(28px, 3.8vw, 44px);
  border: 1px solid var(--pb-line);
  border-radius: var(--pb-radius);
  background: rgba(255,254,250,.8);
  box-shadow: var(--pb-shadow-soft);
}
#pb-corretaje .pb-service-card.pb-featured {
  color: #fff;
  border-color: transparent;
  background: var(--pb-navy-deep);
  box-shadow: var(--pb-shadow);
}
#pb-corretaje .pb-service-tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 1.2rem;
  padding: .38rem .72rem;
  border-radius: 999px;
  color: var(--pb-gold);
  background: rgba(166,132,25,.08);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
#pb-corretaje .pb-featured .pb-service-tag { color: var(--pb-gold-soft); background: rgba(196,166,75,.12); }
#pb-corretaje .pb-featured h3 { color: #fff; }
#pb-corretaje .pb-service-card > p { margin: 1rem 0 0; color: var(--pb-muted); }
#pb-corretaje .pb-featured > p { color: rgba(255,255,255,.72); }
#pb-corretaje .pb-service-list { display: grid; gap: 11px; margin: 1.6rem 0 1.9rem; padding: 0; list-style: none; }
#pb-corretaje .pb-service-list li { display: flex; align-items: flex-start; gap: .72rem; }
#pb-corretaje .pb-service-list svg { width: 18px; height: 18px; flex: 0 0 auto; margin-top: .2rem; color: var(--pb-gold); }
#pb-corretaje .pb-featured .pb-service-list { color: rgba(255,255,255,.86); }
#pb-corretaje .pb-featured .pb-service-list svg { color: var(--pb-gold-soft); }
#pb-corretaje .pb-service-card .pb-btn { align-self: flex-start; margin-top: auto; }
#pb-corretaje .pb-service-note { margin-top: 16px; color: var(--pb-muted); font-size: .84rem; }

/* Plan */
#pb-corretaje .pb-plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
#pb-corretaje .pb-plan-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
}
#pb-corretaje .pb-plan-card::after {
  content: "";
  position: absolute;
  top: 44px;
  right: -21px;
  width: 20px;
  height: 1px;
  background: rgba(196,166,75,.5);
}
#pb-corretaje .pb-plan-card:last-child::after { display: none; }
#pb-corretaje .pb-plan-number {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
  border: 1px solid rgba(196,166,75,.42);
  border-radius: 50%;
  color: var(--pb-gold-soft);
  font-family: var(--pb-serif);
  font-size: 1.12rem;
}
#pb-corretaje .pb-plan-card p { margin: .9rem 0 0; color: rgba(255,255,255,.7); }
#pb-corretaje .pb-plan-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

/* Método */
#pb-corretaje .pb-method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--pb-line); border-radius: var(--pb-radius); background: var(--pb-line); box-shadow: var(--pb-shadow-soft); }
#pb-corretaje .pb-method-item { min-height: 240px; padding: 30px; background: rgba(255,254,250,.84); }
#pb-corretaje .pb-method-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 1.45rem; }
#pb-corretaje .pb-method-index { color: var(--pb-gold); font-family: var(--pb-serif); font-size: 1.16rem; }
#pb-corretaje .pb-method-icon { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; color: var(--pb-navy); background: var(--pb-navy-soft); }
#pb-corretaje .pb-method-icon svg { width: 20px; height: 20px; }
#pb-corretaje .pb-method-item p { margin: .8rem 0 0; color: var(--pb-muted); }

/* Resultado */
#pb-corretaje .pb-outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 42px; }
#pb-corretaje .pb-outcome-card { padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.055); }
#pb-corretaje .pb-outcome-card svg { width: 25px; height: 25px; margin-bottom: 1.1rem; color: var(--pb-gold-soft); }
#pb-corretaje .pb-outcome-card h3 { font-size: 1.36rem; }
#pb-corretaje .pb-outcome-card p { margin: .75rem 0 0; color: rgba(255,255,255,.69); font-size: .93rem; }
#pb-corretaje .pb-outcome-closing { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
#pb-corretaje .pb-outcome-closing strong { max-width: 650px; font-family: var(--pb-serif); font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 500; line-height: 1.25; }

/* Diferenciadores */
#pb-corretaje .pb-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
#pb-corretaje .pb-feature-card { padding: 26px; }
#pb-corretaje .pb-feature-icon { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; margin-bottom: 1.3rem; border-radius: 50%; color: var(--pb-navy); background: var(--pb-navy-soft); }
#pb-corretaje .pb-feature-icon svg { width: 22px; height: 22px; }
#pb-corretaje .pb-feature-card h3 { font-size: 1.32rem; }

/* FAQ */
#pb-corretaje .pb-faq-wrap { display: grid; grid-template-columns: minmax(260px, .44fr) minmax(0, .82fr); align-items: start; gap: clamp(38px, 6vw, 82px); }
#pb-corretaje .pb-faq-intro { position: sticky; top: 124px; }
#pb-corretaje .pb-faq-intro .pb-lead { margin: 1.2rem 0 0; }
#pb-corretaje .pb-faq-list { border-top: 1px solid var(--pb-line); }
#pb-corretaje details { border-bottom: 1px solid var(--pb-line); }
#pb-corretaje summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 4px;
  color: var(--pb-navy-deep);
  font-weight: 780;
  cursor: pointer;
  list-style: none;
}
#pb-corretaje summary::-webkit-details-marker { display: none; }
#pb-corretaje summary::after { content: "+"; flex: 0 0 auto; color: var(--pb-gold); font-family: var(--pb-serif); font-size: 1.7rem; font-weight: 400; line-height: 1; }
#pb-corretaje details[open] summary::after { content: "−"; }
#pb-corretaje details p { margin: 0; padding: 0 38px 23px 4px; color: var(--pb-muted); }

/* Contacto */
#pb-corretaje .pb-contact-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 5vw, 62px);
  border-radius: 28px;
  color: #fff;
  background: var(--pb-navy-deep);
  box-shadow: var(--pb-shadow);
}
#pb-corretaje .pb-contact-shell::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(196,166,75,.24);
  border-radius: 50%;
}
#pb-corretaje .pb-contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(270px, .62fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 72px); }
#pb-corretaje .pb-contact-copy h2 { color: #fff; }
#pb-corretaje .pb-contact-copy > p { margin: 1.2rem 0 0; color: rgba(255,255,255,.72); }
#pb-corretaje .pb-contact-details { display: grid; gap: 12px; margin-top: 2rem; }
#pb-corretaje .pb-contact-details a,
#pb-corretaje .pb-contact-details div { display: flex; align-items: flex-start; gap: .72rem; color: rgba(255,255,255,.85); }
#pb-corretaje .pb-contact-details svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: .12rem; color: var(--pb-gold-soft); }
#pb-corretaje .pb-booking-link { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.65rem; color: var(--pb-gold-soft); font-weight: 780; }
#pb-corretaje .pb-booking-link svg { width: 18px; height: 18px; }

#pb-corretaje .pb-form {
  padding: clamp(24px, 3.6vw, 38px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.075);
  backdrop-filter: blur(8px);
}
#pb-corretaje .pb-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
#pb-corretaje .pb-field { display: grid; gap: 7px; }
#pb-corretaje .pb-field-full { grid-column: 1 / -1; }
#pb-corretaje .pb-field label { color: rgba(255,255,255,.86); font-size: .83rem; font-weight: 740; }
#pb-corretaje .pb-field input,
#pb-corretaje .pb-field select,
#pb-corretaje .pb-field textarea {
  width: 100%;
  min-height: 48px;
  padding: .78rem .9rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  color: #fff;
  background: rgba(255,255,255,.085);
  outline: none;
}
#pb-corretaje .pb-field select { color-scheme: dark; }
#pb-corretaje .pb-field option { color: #1f274f; background: #fff; }
#pb-corretaje .pb-field textarea { min-height: 112px; resize: vertical; }
#pb-corretaje .pb-field input::placeholder,
#pb-corretaje .pb-field textarea::placeholder { color: rgba(255,255,255,.42); }
#pb-corretaje .pb-field input:focus,
#pb-corretaje .pb-field select:focus,
#pb-corretaje .pb-field textarea:focus { border-color: var(--pb-gold-soft); box-shadow: 0 0 0 3px rgba(196,166,75,.12); }
#pb-corretaje .pb-consent { display: flex !important; align-items: flex-start; gap: .7rem; font-weight: 500 !important; line-height: 1.45; }
#pb-corretaje .pb-consent input { width: 18px; min-height: 18px; flex: 0 0 auto; margin-top: .15rem; accent-color: var(--pb-gold-soft); }
#pb-corretaje .pb-consent a { color: var(--pb-gold-soft); text-decoration: underline; text-underline-offset: 2px; }
#pb-corretaje .pb-form-actions { display: flex; align-items: center; gap: 15px; margin-top: 19px; }
#pb-corretaje .pb-form-hint { color: rgba(255,255,255,.55); font-size: .79rem; }
#pb-corretaje .pb-form-status { display: none; margin-top: 15px; padding: 12px 14px; border: 1px solid rgba(196,166,75,.35); border-radius: 10px; color: #fff; background: rgba(196,166,75,.1); }
#pb-corretaje .pb-form-status.pb-show { display: block; }

/* Footer */
#pb-corretaje .pb-footer { padding: 62px 0 28px; color: rgba(255,255,255,.75); background: #161c38; }
#pb-corretaje .pb-footer-grid { display: grid; grid-template-columns: 1.25fr .55fr .55fr; gap: 55px; }
#pb-corretaje .pb-footer-brand img { width: min(330px, 100%); height: auto; filter: brightness(1.22); }
#pb-corretaje .pb-footer-brand p { max-width: 480px; margin: 1.2rem 0 0; }
#pb-corretaje .pb-footer h3 { margin-bottom: 1rem; color: #fff; font-family: var(--pb-sans); font-size: .86rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
#pb-corretaje .pb-footer-links { display: grid; gap: 9px; }
#pb-corretaje .pb-footer-links a:hover { color: var(--pb-gold-soft); }
#pb-corretaje .pb-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); font-size: .78rem; }

#pb-corretaje .pb-mobile-cta {
  display: none;
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1200;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  background: rgba(31,39,79,.96);
  box-shadow: 0 15px 40px rgba(31,39,79,.32);
  backdrop-filter: blur(12px);
}
#pb-corretaje .pb-mobile-cta a { display: flex; min-height: 52px; flex: 1; align-items: center; justify-content: center; gap: .5rem; color: #fff; font-size: .84rem; font-weight: 800; }
#pb-corretaje .pb-mobile-cta a + a { border-left: 1px solid rgba(255,255,255,.15); }
#pb-corretaje .pb-mobile-cta svg { width: 18px; height: 18px; }

@media (max-width: 1100px) {
  #pb-corretaje .pb-nav { gap: 15px; }
  #pb-corretaje .pb-nav .pb-nav-hide { display: none; }
  #pb-corretaje .pb-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); }
  #pb-corretaje .pb-feature-grid { grid-template-columns: 1fr 1fr; }
  #pb-corretaje .pb-outcome-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  #pb-corretaje { overflow: hidden; }
  #pb-corretaje .pb-section { padding: 76px 0; }
  #pb-corretaje .pb-menu-toggle { display: inline-flex; }
  #pb-corretaje .pb-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 14px 20px 20px;
    border-bottom: 1px solid var(--pb-line);
    background: rgba(247,245,241,.985);
    box-shadow: var(--pb-shadow-soft);
  }
  #pb-corretaje .pb-nav.pb-open { display: flex; }
  #pb-corretaje .pb-nav > a:not(.pb-btn) { padding: .72rem 0; }
  #pb-corretaje .pb-nav .pb-nav-hide { display: block; }
  #pb-corretaje .pb-nav .pb-btn { margin-top: .5rem; }
  #pb-corretaje .pb-hero { padding-top: 50px; }
  #pb-corretaje .pb-hero-grid { grid-template-columns: 1fr; gap: 46px; }
  #pb-corretaje .pb-hero-visual { min-height: 570px; }
  #pb-corretaje .pb-hero-image-wrap { left: 62px; }
  #pb-corretaje .pb-trust-grid { grid-template-columns: repeat(3, 1fr); }
  #pb-corretaje .pb-trust-item:nth-child(3) { border-right: 0; }
  #pb-corretaje .pb-trust-item:nth-child(n+4) { border-top: 1px solid var(--pb-line); }
  #pb-corretaje .pb-section-head { grid-template-columns: 1fr; align-items: start; gap: 22px; }
  #pb-corretaje .pb-card-grid-3 { grid-template-columns: 1fr; }
  #pb-corretaje .pb-guide-grid { grid-template-columns: 1fr; }
  #pb-corretaje .pb-guide-visual { max-width: 620px; }
  #pb-corretaje .pb-services-grid { grid-template-columns: 1fr; }
  #pb-corretaje .pb-plan-grid { grid-template-columns: 1fr; }
  #pb-corretaje .pb-plan-card::after { display: none; }
  #pb-corretaje .pb-method-grid { grid-template-columns: 1fr 1fr; }
  #pb-corretaje .pb-faq-wrap { grid-template-columns: 1fr; }
  #pb-corretaje .pb-faq-intro { position: static; }
  #pb-corretaje .pb-contact-grid { grid-template-columns: 1fr; }
  #pb-corretaje .pb-footer-grid { grid-template-columns: 1fr 1fr; }
  #pb-corretaje .pb-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
  body.admin-bar #pb-corretaje .pb-header { top: 46px; }
}

@media (max-width: 640px) {
  #pb-corretaje { padding-bottom: 74px; }
  #pb-corretaje .pb-container { width: min(calc(100% - 28px), var(--pb-container)); }
  #pb-corretaje .pb-section { padding: 64px 0; }
  #pb-corretaje .pb-header-inner { min-height: 72px; }
  #pb-corretaje .pb-brand img { width: min(235px, 70vw); }
  #pb-corretaje .pb-hero { padding-top: 40px; }
  #pb-corretaje h1 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
  #pb-corretaje h2 { font-size: clamp(2rem, 10vw, 3rem); }
  #pb-corretaje .pb-hero-actions { flex-direction: column; align-items: stretch; }
  #pb-corretaje .pb-hero-actions .pb-btn { width: 100%; }
  #pb-corretaje .pb-hero-visual { min-height: 470px; }
  #pb-corretaje .pb-hero-image-wrap { inset: 0 0 0 26px; border-radius: 22px 22px 82px 22px; }
  #pb-corretaje .pb-hero-frame { inset: 22px -12px -16px 7px; border-radius: 24px 24px 82px 24px; }
  #pb-corretaje .pb-strategy-card { bottom: 28px; width: min(292px, 88%); padding: 20px; }
  #pb-corretaje .pb-trust-grid { grid-template-columns: 1fr; }
  #pb-corretaje .pb-trust-item { min-height: 62px; justify-content: flex-start; border-right: 0; border-top: 1px solid var(--pb-line); text-align: left; }
  #pb-corretaje .pb-trust-item:first-child { border-top: 0; }
  #pb-corretaje .pb-check-list { grid-template-columns: 1fr; }
  #pb-corretaje .pb-guide-visual { min-height: 470px; }
  #pb-corretaje .pb-guide-visual img { width: 92%; min-height: 470px; }
  #pb-corretaje .pb-guide-seal { right: 0; bottom: 28px; width: 190px; padding: 19px; }
  #pb-corretaje .pb-method-grid { grid-template-columns: 1fr; }
  #pb-corretaje .pb-method-item { min-height: 0; }
  #pb-corretaje .pb-outcome-grid,
  #pb-corretaje .pb-feature-grid { grid-template-columns: 1fr; }
  #pb-corretaje .pb-outcome-closing { align-items: flex-start; flex-direction: column; }
  #pb-corretaje .pb-form-grid { grid-template-columns: 1fr; }
  #pb-corretaje .pb-field-full { grid-column: auto; }
  #pb-corretaje .pb-form-actions { align-items: stretch; flex-direction: column; }
  #pb-corretaje .pb-form-actions .pb-btn { width: 100%; }
  #pb-corretaje .pb-footer-grid { grid-template-columns: 1fr; }
  #pb-corretaje .pb-footer-brand { grid-column: auto; }
  #pb-corretaje .pb-footer-bottom { align-items: flex-start; flex-direction: column; }
  #pb-corretaje .pb-mobile-cta { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  #pb-corretaje *,
  #pb-corretaje *::before,
  #pb-corretaje *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}