: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;
}

*{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;
}

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

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

.gp14c-hero{
  min-height:560px;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  background:linear-gradient(90deg,rgba(246,189,0,.22),rgba(255,255,255,.98) 42%,#fff);
}

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

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

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

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

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

.gp14c-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;
}

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

.gp14c-panel{
  padding:clamp(28px,3.2vw,52px);
  color:#fff;
  background:radial-gradient(circle at 80% 0%,rgba(246,189,0,.22),transparent 18rem),linear-gradient(180deg,#111,#202020);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gp14c-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;
}

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

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

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

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

.gp14c-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);
}

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

.gp14c-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;
}

.gp14c-filter{
  border:1px solid var(--gp-line);
  border-radius:22px;
  padding:22px;
  background:#fffdf2;
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr auto;
  gap:12px;
  align-items:end;
  margin-bottom:24px;
}

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

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

.gp14c-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;
}

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

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

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

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

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