:root {
  --gb-green-900: 17 107 58;
  --gb-green-800: 30 106 67;
  --gb-green-700: 16 131 60;
  --gb-green-600: 23 133 69;
  --gb-lime-500: 148 195 72;
  --gb-lime-400: 151 187 86;
  --gb-green-200: 166 206 165;
  --gb-green-100: 216 235 221;
  --gb-green-050: 237 252 240;
  --gb-white: 255 255 255;
  --gb-gray-900: 17 24 39;
  --gb-gray-700: 55 65 81;
  --gb-gray-500: 107 114 128;
  --gb-gray-300: 209 213 219;
  --gb-gray-200: 229 231 235;
  --gb-gray-100: 243 244 246;
  --text-primary: var(--gb-gray-900);
  --text-secondary: var(--gb-gray-700);
  --text-muted: var(--gb-gray-500);
  --text-inverse: var(--gb-white);
  --bg-page: var(--gb-gray-100);
  --bg-surface: var(--gb-white);
  --bg-soft: var(--gb-green-050);
  --border-default: var(--gb-gray-200);
  --border-strong: var(--gb-gray-300);
  --border-brand: var(--gb-green-700);
  --brand-primary: var(--gb-green-900);
  --brand-primary-hover: var(--gb-green-800);
  --brand-accent: var(--gb-lime-500);
  --gp-shell-max: 1360px;
  --gp-home-shadow: 0 24px 80px rgba(15, 23, 42, 0.13);
  --gp-home-shadow-strong: 0 32px 110px rgba(15, 23, 42, 0.18);
}

html,
body {
  background: rgb(var(--bg-page));
  color: rgb(var(--text-primary));
}

body.gp-home {
  background:
    radial-gradient(1300px 760px at 12% -6%, rgba(163, 230, 53, 0.13), transparent 56%),
    radial-gradient(980px 720px at 100% 0%, rgba(56, 189, 248, 0.1), transparent 58%),
    linear-gradient(180deg, #f8fafc 0%, #eef3f9 48%, #f8fafc 100%);
}

.gp-home .ogf-shell-header {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.gp-home .home-hero {
  position: relative;
  max-width: var(--gp-shell-max);
  margin: 0 auto;
  padding: 28px 24px 0;
}

.gp-home .home-hero__shell {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(246, 250, 255, 0.86)),
    radial-gradient(circle at top left, rgba(163, 230, 53, 0.12), transparent 32%);
  box-shadow: var(--gp-home-shadow-strong);
}

.gp-home .home-hero__shell::before,
.gp-home .home-hero__shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(70px);
  opacity: 0.8;
}

.gp-home .home-hero__shell::before {
  width: 260px;
  height: 260px;
  top: -120px;
  left: -90px;
  background: rgba(163, 230, 53, 0.28);
}

.gp-home .home-hero__shell::after {
  width: 320px;
  height: 320px;
  right: -110px;
  bottom: -180px;
  background: rgba(56, 189, 248, 0.18);
}

.gp-home .home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.74fr);
  gap: 22px;
  padding: 28px;
}

.gp-home .home-hero__content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.gp-home .home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.8);
  color: #0f172a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.gp-home .home-hero__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #84cc16, #16a34a);
  box-shadow: 0 0 0 6px rgba(132, 204, 22, 0.12);
}

.gp-home .home-hero__title {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(2.2rem, 4.8vw, 4.1rem);
  line-height: 1.01;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.gp-home .home-hero__lead {
  max-width: 64ch;
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: #475569;
}

.gp-home .home-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gp-home .home-hero__trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: #1e293b;
  font-size: 13px;
  font-weight: 700;
}

.gp-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gp-home .home-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
  cursor: pointer;
}

.gp-home .home-hero__button:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.gp-home .home-hero__button--primary {
  background: linear-gradient(135deg, #0f172a, #1f2937);
  color: #f8fafc;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.2);
}

.gp-home .home-hero__button--soft {
  background: linear-gradient(135deg, #97cf4f, #b6e264);
  border-color: rgba(17, 107, 58, 0.18);
  color: #0b1220;
  box-shadow: 0 16px 34px rgba(151, 207, 79, 0.28);
}

.gp-home .home-hero__button--ghost {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(148, 163, 184, 0.24);
  color: #0f172a;
}

.gp-home .home-summary {
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 250, 252, 0.74));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.gp-home .home-summary__top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.gp-home .home-summary__eyebrow {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #64748b;
}

.gp-home .home-summary__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  color: #0f172a;
}

.gp-home .home-summary__meta {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #475569;
}

.gp-home .home-summary__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.04);
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
}

.gp-home .home-summary__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gp-home .home-summary__slot {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 16px;
  text-align: left;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.84);
  color: #0f172a;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gp-home .home-summary__slot:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 107, 58, 0.24);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.1);
}

.gp-home .home-summary__slot-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #64748b;
}

.gp-home .home-summary__slot-value {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  color: #0f172a;
}

.gp-home .home-summary__slot-copy {
  font-size: 12px;
  line-height: 1.55;
  color: #475569;
}

.gp-home .home-stage {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 460px;
  justify-self: end;
}

.gp-home .home-stage__hero {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  padding: 20px;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(135deg, #07111f, #132235 58%, #163248 100%);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.gp-home .home-stage__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 18, 0.08), rgba(5, 10, 18, 0.58)),
    linear-gradient(140deg, rgba(163, 230, 53, 0.12), transparent 36%);
  pointer-events: none;
}

.gp-home .home-stage__media {
  position: absolute;
  inset: 0;
  opacity: 0.82;
}

.gp-home .home-stage__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.04), rgba(7, 17, 31, 0.7)),
    linear-gradient(120deg, rgba(132, 204, 22, 0.08), transparent 34%);
  z-index: 1;
}

.gp-home .home-stage__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.08) contrast(1.02);
}

.gp-home .home-stage__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 290px;
  gap: 8px;
  color: #f8fafc;
}

.gp-home .home-stage__kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.86);
}

.gp-home .home-stage__title {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.gp-home .home-stage__meta {
  max-width: 32ch;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.86);
}

.gp-home .home-stage-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.gp-home .home-stage-hero__chips .stay-hero__chip {
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: #f8fafc;
  font-size: 11px;
  font-weight: 700;
}

.gp-home .home-stage__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.gp-home .home-stage__note {
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 252, 0.76));
  box-shadow: var(--gp-home-shadow);
}

.gp-home .home-stage__note-label {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #64748b;
}

.gp-home .home-stage__note-value {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  color: #0f172a;
}

.gp-home .home-stage__note-copy {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #475569;
}

.gp-home .home-discovery {
  max-width: var(--gp-shell-max);
  margin: 0 auto;
  padding: 22px 24px 8px;
}

.gp-home .home-discovery__shell {
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(250, 252, 255, 0.74));
  box-shadow: var(--gp-home-shadow);
}

.gp-home .home-discovery__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
}

.gp-home .home-discovery__eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #64748b;
}

.gp-home .home-discovery__title {
  margin: 0;
  font-size: clamp(1.7rem, 2vw, 2.4rem);
  line-height: 1.05;
  color: #0f172a;
}

.gp-home .home-discovery__copy {
  max-width: 58ch;
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
}

.gp-home .home-discovery__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gp-home .home-discovery__proof-card {
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.76);
}

.gp-home .home-discovery__proof-value {
  display: block;
  font-size: 25px;
  font-weight: 900;
  color: #0f172a;
}

.gp-home .home-discovery__proof-label {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

.gp-home .home-discovery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gp-home .home-discovery__panel {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 20px;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.88);
}

.gp-home .home-discovery__panel-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #0f172a;
}

.gp-home .home-discovery__panel-copy {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #475569;
}

.gp-home .home-discovery__tagrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 46px;
}

.gp-home .home-discovery__tagrow .chip {
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  border-color: rgba(148, 163, 184, 0.18);
}

.gp-home .home-workbench {
  padding-top: 10px;
}

.gp-home .home-workbench .cols {
  grid-template-columns: 320px minmax(0, 1fr) 370px;
  gap: 28px;
}

.gp-home .panel,
.gp-home .cart-panel,
.gp-home .best-combi-section,
.gp-home .results .card,
.gp-home .summary-bar {
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 252, 0.78));
  box-shadow: var(--gp-home-shadow);
}

.gp-home .panel,
.gp-home .cart-panel {
  border-radius: 28px;
}

.gp-home .results .card,
.gp-home .best-combi-section {
  border-radius: 30px;
}

.gp-home .filters-panel,
.gp-home .cart-panel {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.gp-home .results-head {
  margin-bottom: 18px;
  padding: 0 4px;
}

.gp-home .results-title {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.gp-home .results-sub {
  margin-top: 6px;
  font-size: 14px;
  color: #64748b;
}

.gp-home .cart-policy-note {
  line-height: 1.82;
}

@media (max-width: 1180px) {
  .gp-home .home-hero__grid,
  .gp-home .home-discovery__grid {
    grid-template-columns: 1fr;
  }

  .gp-home .home-stage {
    max-width: none;
    justify-self: stretch;
  }

  .gp-home .home-stage__hero {
    min-height: 320px;
  }

  .gp-home .home-summary__grid,
  .gp-home .home-stage__grid,
  .gp-home .home-discovery__proof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .gp-home .home-hero,
  .gp-home .home-discovery {
    padding-left: 18px;
    padding-right: 18px;
  }

  .gp-home .home-hero__grid {
    padding: 22px;
  }

  .gp-home .home-hero__title {
    max-width: none;
  }

  .gp-home .home-summary__top,
  .gp-home .home-discovery__head {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 720px) {
  .gp-home .home-hero__shell,
  .gp-home .home-discovery__shell {
    border-radius: 28px;
  }

  .gp-home .home-hero__grid,
  .gp-home .home-discovery__shell {
    padding: 18px;
  }

  .gp-home .home-hero__actions {
    flex-direction: column;
  }

  .gp-home .home-hero__button {
    width: 100%;
  }

  .gp-home .home-summary {
    padding: 14px;
  }

  .gp-home .home-stage__hero {
    min-height: 280px;
    padding: 18px;
    border-radius: 24px;
  }

  .gp-home .home-stage__content {
    min-height: 220px;
  }

  .gp-home .home-stage__title {
    max-width: none;
  }

  .gp-home .home-stage__note,
  .gp-home .home-discovery__panel,
  .gp-home .home-discovery__proof-card {
    padding: 16px;
  }
}


