:root{
  --gp-yellow:#f6bd00;
  --gp-yellow-dark:#d9a100;
  --gp-yellow-soft:#fff4c2;
  --gp-black:#111111;
  --gp-ink:#151515;
  --gp-text:#242424;
  --gp-muted:#626262;
  --gp-line:#e5dfcf;
  --gp-bg:#ffffff;
  --gp-soft:#f7f7f7;
  --gp-card:#ffffff;
  --gp-finance:#181818;
  --gp-immo:#7a5a2b;
  --gp-mobile:#1b2c3b;
  --gp-bazaar:#4d3628;
}

*{box-sizing:border-box}

body{
  margin:0;
  background:#fff;
  color:var(--gp-text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.gp14b-page{
  width:100%;
  margin:0;
  padding:0 0 86px;
}

.gp14b-hero,
.gp14b-section,
.gp14b-band{
  width:100%;
  border-top:1px solid var(--gp-line);
  border-bottom:1px solid var(--gp-line);
  border-left:0;
  border-right:0;
}

.gp14b-hero{
  min-height:590px;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  background:#fff;
}

.gp14b-hero-main{
  padding:clamp(32px,4vw,66px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.gp14b-kicker{
  margin:0 0 12px;
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.10em;
  font-weight:900;
  color:#8a6500;
}

.gp14b-hero h1{
  margin:0;
  max-width:1180px;
  color:var(--gp-ink);
  font-size:clamp(42px,5.4vw,88px);
  line-height:.96;
  letter-spacing:-.065em;
}

.gp14b-lead{
  max-width:1120px;
  margin:24px 0 0;
  color:#333;
  font-size:20px;
  line-height:1.58;
}

.gp14b-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}

.gp14b-btn{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 18px;
  background:var(--gp-yellow);
  color:#111;
  border:1px solid var(--gp-yellow-dark);
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  box-shadow:none;
}

.gp14b-btn.secondary{
  background:#fff;
  color:#111;
  border:1px solid #d6d6d6;
}

.gp14b-panel{
  padding:clamp(28px,3.2vw,52px);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:24px;
}

.gp14b-panel h2{
  margin:0;
  color:#fff;
  font-size:clamp(30px,3.3vw,52px);
  line-height:1.04;
  letter-spacing:-.05em;
}

.gp14b-panel p{
  color:#e8e8e8;
  line-height:1.58;
}

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

.gp14b-mini{
  border:1px solid rgba(255,255,255,.18);
  padding:16px;
  background:rgba(255,255,255,.06);
  border-radius:18px;
}

.gp14b-mini strong{
  display:block;
  color:var(--gp-yellow);
  margin-bottom:6px;
}

.gp14b-mini span{
  color:#ddd;
  line-height:1.45;
}

.gp14b-section{
  padding:clamp(30px,3.6vw,56px);
  background:#fff;
}

.gp14b-section.alt{
  background:#fafafa;
}

.gp14b-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:24px;
}

.gp14b-section h2{
  margin:0;
  color:var(--gp-ink);
  font-size:clamp(30px,3.4vw,56px);
  line-height:1.03;
  letter-spacing:-.05em;
}

.gp14b-section p{
  color:var(--gp-muted);
  line-height:1.6;
}

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

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

.gp14b-grid.four{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.gp14b-card{
  border:1px solid var(--gp-line);
  border-radius:22px;
  background:#fff;
  padding:24px;
  min-height:220px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.gp14b-card strong{
  display:block;
  color:#111;
  font-size:23px;
  line-height:1.12;
  letter-spacing:-.03em;
  margin-bottom:10px;
}

.gp14b-card span{
  display:block;
  color:#666;
  line-height:1.52;
}

.gp14b-card a{
  margin-top:18px;
  color:#111;
  font-weight:900;
  text-decoration:none;
  border-bottom:2px solid var(--gp-yellow);
  width:max-content;
}

.gp14b-band{
  background:var(--gp-yellow-soft);
  padding:clamp(28px,3.6vw,52px);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
}

.gp14b-band h2{
  margin:0;
  color:#111;
  font-size:clamp(28px,3vw,46px);
  letter-spacing:-.04em;
}

.gp14b-band p{
  margin:8px 0 0;
  color:#4d3a00;
  line-height:1.55;
}

/* FinancePlace */
.gp14b-finance .gp14b-hero{
  background:linear-gradient(90deg,rgba(246,189,0,.22),rgba(255,255,255,.98) 42%,#fff);
}
.gp14b-finance .gp14b-panel{
  background:radial-gradient(circle at 80% 0%,rgba(246,189,0,.22),transparent 18rem),linear-gradient(180deg,#111,#202020);
}

.gp14b-offer-table{
  border:1px solid var(--gp-line);
  overflow:hidden;
  background:#fff;
}

.gp14b-offer-row{
  display:grid;
  grid-template-columns:220px minmax(0,1fr) 180px 160px;
  gap:16px;
  align-items:center;
  padding:18px 22px;
  border-bottom:1px solid var(--gp-line);
}

.gp14b-offer-row:last-child{border-bottom:0}
.gp14b-offer-row strong{color:#111}
.gp14b-offer-row span{color:#666;line-height:1.45}

.gp14b-provider-badge{
  display:inline-flex;
  width:max-content;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid var(--gp-yellow-dark);
  background:var(--gp-yellow-soft);
  color:#111;
  font-size:12px;
  font-weight:900;
}

/* ImmoPlace detailed search */
.gp14b-immo .gp14b-hero{
  background:linear-gradient(90deg,rgba(122,90,43,.16),rgba(255,255,255,.98) 40%,#fff);
}
.gp14b-immo .gp14b-panel{
  background:linear-gradient(180deg,#1a140b,#2d2314);
}

.gp14b-search{
  border:1px solid var(--gp-line);
  background:#fff8e7;
  padding:24px;
  border-radius:22px;
}

.gp14b-search-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:13px;
  align-items:end;
}

.gp14b-field{
  display:flex;
  flex-direction:column;
  gap:7px;
  font-size:13px;
  font-weight:800;
  color:#5a4a34;
}

.gp14b-field.wide2{grid-column:span 2}
.gp14b-field.wide3{grid-column:span 3}
.gp14b-field.wide6{grid-column:1/-1}

.gp14b-field input,
.gp14b-field select{
  min-height:43px;
  border:1px solid #d6cab5;
  border-radius:16px;
  background:#fff;
  color:#111;
  padding:10px 12px;
  font:inherit;
}

.gp14b-check-row{
  grid-column:1/-1;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.gp14b-check{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:8px 12px;
  border:1px solid #d6cab5;
  border-radius:999px;
  background:#fff;
  color:#3d3324;
  font-weight:800;
  font-size:13px;
}

.gp14b-check input{accent-color:var(--gp-yellow)}

/* MobilePlace */
.gp14b-mobile .gp14b-hero{
  background:linear-gradient(90deg,rgba(27,44,59,.13),rgba(255,255,255,.98) 42%,#fff);
}
.gp14b-mobile .gp14b-panel{
  background:linear-gradient(180deg,#111927,#26384a);
}

/* BazaarPlace */
.gp14b-bazaar .gp14b-hero{
  background:linear-gradient(90deg,rgba(246,189,0,.20),rgba(255,255,255,.98) 45%,#fff);
}
.gp14b-bazaar .gp14b-panel{
  background:linear-gradient(180deg,#2a1b12,#4d3628);
}

@media(max-width:1220px){
  .gp14b-hero,
  .gp14b-grid,
  .gp14b-grid.two,
  .gp14b-grid.four,
  .gp14b-band,
  .gp14b-offer-row{
    grid-template-columns:1fr;
  }

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

  .gp14b-field.wide2,
  .gp14b-field.wide3,
  .gp14b-field.wide6{
    grid-column:1/-1;
  }
}

@media(max-width:680px){
  .gp14b-hero-main,
  .gp14b-panel,
  .gp14b-section,
  .gp14b-band{
    padding:22px;
  }

  .gp14b-search-grid{
    grid-template-columns:1fr;
  }

  .gp14b-mini-grid{
    grid-template-columns:1fr;
  }
}
