.kb-page {
  --kb-accent: #e85d04;
  --kb-accent-dark: #bd4300;
  --kb-accent-soft: #fff1e8;
  --kb-red: #c92335;
  --kb-ink: #181512;
  --kb-muted: #6f6861;
  --kb-line: #e9e2dc;
  --kb-paper: #ffffff;
  --kb-warm: #fbf8f5;
  --kb-map: #e1f5e9;
  --kb-green: #157a55;
  --kb-shadow: 0 20px 55px rgba(43, 30, 21, 0.12);
  --kb-shadow-soft: 0 10px 30px rgba(43, 30, 21, 0.08);
  margin: 0;
  min-width: 320px;
  color: var(--kb-ink);
  background: var(--kb-paper);
  font-family: Roboto, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.kb-page *,
.kb-page *::before,
.kb-page *::after {
  box-sizing: border-box;
}

.kb-page a {
  color: inherit;
  text-decoration: none;
}

.kb-page button,
.kb-page select {
  font: inherit;
}

.kb-page button,
.kb-page a,
.kb-page select,
.kb-page summary {
  -webkit-tap-highlight-color: transparent;
}

.kb-page :focus-visible {
  outline: 3px solid rgba(232, 93, 4, 0.34);
  outline-offset: 3px;
}

.kb-shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.kb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.kb-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--kb-ink);
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.kb-skip-link:focus {
  transform: translateY(0);
}

.kb-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.kb-icon,
.kb-brand-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kb-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(233, 226, 220, 0.86);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.kb-header-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 28px;
}

.kb-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
}

.kb-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #f36d16, #d94800);
  box-shadow: 0 9px 20px rgba(232, 93, 4, 0.24);
}

.kb-brand-icon {
  width: 23px;
  height: 23px;
}

.kb-brand strong,
.kb-brand small {
  display: block;
  line-height: 1.15;
}

.kb-brand strong {
  font-size: 16px;
  letter-spacing: -0.02em;
}

.kb-brand small {
  margin-top: 4px;
  color: var(--kb-muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kb-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 4px;
}

.kb-nav-link {
  padding: 10px 11px;
  border-radius: 10px;
  color: #554f49;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease;
}

.kb-nav-link:hover,
.kb-nav-link[aria-current="page"] {
  color: var(--kb-accent-dark);
  background: var(--kb-accent-soft);
}

.kb-header-actions {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 10px;
}

.kb-city-picker {
  position: relative;
}

.kb-city-picker::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.kb-city-picker select {
  min-width: 116px;
  height: 42px;
  padding: 0 34px 0 14px;
  appearance: none;
  border: 1px solid var(--kb-line);
  border-radius: 12px;
  color: var(--kb-ink);
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.kb-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border: 0;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.kb-button:hover {
  transform: translateY(-2px);
}

.kb-button-small {
  min-height: 42px;
  padding-inline: 15px;
  border-radius: 12px;
  font-size: 14px;
}

.kb-button-primary {
  color: #fff;
  background: linear-gradient(135deg, #f36d16, var(--kb-accent));
  box-shadow: 0 12px 24px rgba(232, 93, 4, 0.2);
}

.kb-button-primary:hover {
  box-shadow: 0 16px 28px rgba(232, 93, 4, 0.28);
}

.kb-button-secondary {
  border: 1px solid var(--kb-line);
  background: rgba(255, 255, 255, 0.78);
}

.kb-button-secondary:hover {
  background: #fff;
  box-shadow: var(--kb-shadow-soft);
}

.kb-button-light {
  color: var(--kb-ink);
  background: #fff;
}

.kb-menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--kb-line);
  border-radius: 12px;
  color: var(--kb-ink);
  background: #fff;
}

.kb-breadcrumbs {
  display: flex;
  padding-top: 22px;
  align-items: center;
  gap: 9px;
  color: var(--kb-muted);
  font-size: 13px;
}

.kb-breadcrumbs a:hover {
  color: var(--kb-accent-dark);
}

.kb-breadcrumbs span[aria-current="page"] {
  overflow: hidden;
  color: var(--kb-ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kb-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 68px;
}

.kb-hero::before {
  position: absolute;
  z-index: -1;
  top: -240px;
  left: -180px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 223, 200, 0.66), rgba(255, 240, 229, 0) 68%);
  content: "";
}

.kb-hero-grid {
  display: grid;
  align-items: center;
  gap: clamp(36px, 6vw, 86px);
  grid-template-columns: minmax(0, 0.94fr) minmax(440px, 1.06fr);
}

.kb-hero-copy {
  padding: 20px 0;
}

.kb-eyebrow,
.kb-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--kb-accent-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.kb-eyebrow i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--kb-accent);
  box-shadow: 0 0 0 6px var(--kb-accent-soft);
}

.kb-hero h1 {
  max-width: 680px;
  margin: 18px 0 20px;
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.kb-lead {
  max-width: 620px;
  margin: 0;
  color: var(--kb-muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.55;
}

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

.kb-trust-list {
  display: flex;
  margin: 25px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 12px 20px;
  list-style: none;
  color: #4f4943;
  font-size: 13px;
  font-weight: 600;
}

.kb-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.kb-trust-list .kb-icon {
  width: 16px;
  height: 16px;
  color: var(--kb-green);
  stroke-width: 2.5;
}

.kb-station-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(28, 85, 58, 0.12);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--kb-shadow);
  transform: rotate(0.7deg);
}

.kb-station-card-toolbar {
  display: flex;
  justify-content: center;
  padding: 16px 18px 12px;
  background: #fff;
}

.kb-fuel-filter-bar {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
  box-shadow:
    0 3px 3px -2px rgba(0, 0, 0, 0.2),
    0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.kb-fuel-filter-divider {
  align-self: center;
  width: 1px;
  height: 24px;
  background: rgba(0, 0, 0, 0.12);
}

.kb-fuel-toggle {
  position: relative;
  width: 62px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.2s ease;
}

.kb-fuel-toggle[aria-pressed="true"] {
  background: #c8e6c9;
}

.kb-fuel-toggle-minus,
.kb-fuel-toggle-plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.38);
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}

.kb-fuel-toggle-minus {
  left: 5px;
  opacity: 0;
}

.kb-fuel-toggle-plus {
  right: 5px;
}

.kb-fuel-toggle[aria-pressed="true"] .kb-fuel-toggle-minus {
  opacity: 1;
  color: rgba(0, 0, 0, 0.87);
}

.kb-fuel-toggle[aria-pressed="true"] .kb-fuel-toggle-plus {
  color: rgba(0, 0, 0, 0.38);
}

.kb-fuel-toggle-knob {
  position: absolute;
  top: 4px;
  left: 0;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 1px rgba(0, 0, 0, 0.14);
  transform: translateX(4px);
  transition: transform 0.2s ease;
}

.kb-fuel-toggle[aria-pressed="true"] .kb-fuel-toggle-knob {
  transform: translateX(32px);
}

.kb-fuel-toggle-label {
  color: #d32f2f;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
}

.kb-fuel-toggle[data-kb-fuel="ДТ"] .kb-fuel-toggle-label {
  font-size: 0.7rem;
}

.kb-station-card-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 52px;
  padding: 13px 18px;
  color: var(--kb-muted);
  border-top: 1px solid #ece7e2;
  background: #fff;
  font-size: 13px;
}

.kb-station-card-footer a,
.kb-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--kb-accent-dark);
  font-weight: 800;
  white-space: nowrap;
}

.kb-station-card-footer a .kb-icon,
.kb-text-link .kb-icon {
  width: 17px;
  height: 17px;
}

.kb-station-directory {
  background: #fff;
}

.kb-station-directory-head {
  display: grid;
  gap: 6px;
  padding: 16px 18px 10px;
}

.kb-station-directory-head h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.kb-station-directory-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  color: var(--kb-muted);
  font-size: 12px;
}

.kb-station-fuel-summary {
  display: grid;
  gap: 4px;
  margin: 2px 0 4px;
  padding: 0;
  list-style: none;
}

.kb-station-fuel-summary li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  color: var(--kb-muted);
}

.kb-station-fuel-summary strong {
  flex-shrink: 0;
  color: var(--kb-ink);
  font-weight: 700;
}

.kb-station-list {
  display: grid;
  gap: 0;
  max-height: 520px;
  overflow: auto;
  border-top: 1px solid #f0ebe6;
}

.kb-station-entry {
  display: grid;
  gap: 8px;
  padding: 14px 18px;
  border-bottom: 1px solid #f0ebe6;
}

.kb-recent-listings-toolbar {
  justify-content: flex-start;
  padding: 18px 22px 12px;
}

.kb-recent-listings-title {
  font-weight: 800;
  font-size: 15px;
  line-height: 1.35;
}

.kb-recent-listings-list {
  display: grid;
  gap: 0;
  max-height: 520px;
  overflow: auto;
  border-top: 1px solid #f0ebe6;
}

.kb-recent-listing {
  display: grid;
  gap: 6px;
  padding: 14px 22px;
  border-bottom: 1px solid #f0ebe6;
}

.kb-recent-listing:last-child {
  border-bottom: 0;
}

.kb-recent-listing-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.kb-recent-listing-kind {
  display: inline-flex;
  padding: 3px 10px;
  border-radius: 999px;
  color: var(--kb-accent-dark);
  background: var(--kb-accent-soft);
  font-size: 12px;
  font-weight: 700;
}

.kb-recent-listing-price {
  flex-shrink: 0;
  font-weight: 800;
}

.kb-recent-listing-station {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.kb-station-entry[hidden],
.kb-station-list[hidden],
.kb-station-filter-empty[hidden] {
  display: none !important;
}

.kb-station-entry:last-child {
  border-bottom: 0;
}

.kb-station-name {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}

.kb-station-name a {
  color: var(--kb-ink);
  font-weight: 800;
}

.kb-station-name a:hover {
  color: var(--kb-accent-dark);
}

.kb-station-address {
  margin: 0;
  color: var(--kb-muted);
  font-size: 13px;
}

.kb-station-fuel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 14px;
  margin: 0;
}

.kb-station-fuel-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.kb-station-fuel dt {
  margin: 0;
  color: var(--kb-muted);
  font-size: 12px;
  font-weight: 600;
}

.kb-station-fuel dd {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.kb-station-empty,
.kb-station-filter-empty {
  margin: 0;
  padding: 16px 18px 18px;
  color: var(--kb-muted);
  font-size: 13px;
}

.kb-proof {
  border-top: 1px solid var(--kb-line);
  border-bottom: 1px solid var(--kb-line);
  background: var(--kb-warm);
}

.kb-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.kb-proof-grid > div {
  display: flex;
  min-height: 104px;
  padding: 22px 28px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--kb-line);
}

.kb-proof-grid > div:first-child {
  padding-left: 0;
}

.kb-proof-grid > div:last-child {
  border-right: 0;
}

.kb-proof strong,
.kb-proof span {
  display: block;
}

.kb-proof strong {
  font-size: 18px;
  letter-spacing: -0.02em;
}

.kb-proof span {
  margin-top: 4px;
  color: var(--kb-muted);
  font-size: 13px;
}

.kb-section {
  padding: 90px 0;
}

.kb-section-compact {
  padding: 34px 0 0;
}

.kb-section-tint {
  border-top: 1px solid rgba(233, 226, 220, 0.74);
  border-bottom: 1px solid rgba(233, 226, 220, 0.74);
  background: var(--kb-warm);
}

.kb-section-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

.kb-section-heading h2 {
  margin: 9px 0 12px;
  font-size: clamp(30px, 4vw, 45px);
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.kb-section-heading p {
  max-width: 630px;
  margin: 0;
  color: var(--kb-muted);
  font-size: 17px;
}

.kb-section-heading-row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.kb-section-heading-row > p {
  max-width: 460px;
  padding-bottom: 5px;
}

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

.kb-step {
  position: relative;
  min-height: 255px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--kb-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(43, 30, 21, 0.04);
}

.kb-step::after {
  position: absolute;
  right: -22px;
  bottom: -52px;
  width: 120px;
  height: 120px;
  border: 24px solid var(--kb-accent-soft);
  border-radius: 50%;
  content: "";
}

.kb-step-number {
  display: inline-grid;
  min-width: 48px;
  height: 48px;
  padding: 0 10px;
  place-items: center;
  border-radius: 15px;
  color: var(--kb-accent-dark);
  background: var(--kb-accent-soft);
  font-size: 15px;
  font-weight: 900;
}

.kb-step h3,
.kb-info-card h3 {
  margin: 28px 0 9px;
  font-size: 21px;
  letter-spacing: -0.03em;
}

.kb-step p,
.kb-info-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--kb-muted);
  font-size: 15px;
}

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

.kb-info-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--kb-line);
  border-radius: 22px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.kb-info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--kb-shadow-soft);
}

.kb-card-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  color: var(--kb-accent);
  background: var(--kb-accent-soft);
}

.kb-card-icon .kb-icon {
  width: 25px;
  height: 25px;
}

.kb-listings-sections {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
}

.kb-listings-block-head h3 {
  margin: 0 0 6px;
  font-size: 19px;
  letter-spacing: -0.02em;
}

.kb-listings-block-head p {
  margin: 0 0 16px;
  color: var(--kb-muted);
  font-size: 14px;
}

.kb-listings-grid {
  display: grid;
  gap: 12px;
}

.kb-listing-card {
  padding: 16px 18px;
  border: 1px solid var(--kb-line);
  border-radius: 16px;
  background: #fff;
}

.kb-listing-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.kb-listing-station {
  font-weight: 600;
  font-size: 14px;
}

.kb-listing-price {
  flex-shrink: 0;
  font-weight: 700;
  color: var(--kb-accent-dark);
}

.kb-listing-desc {
  margin: 8px 0 10px;
  color: var(--kb-muted);
  font-size: 14px;
}

.kb-listings-empty {
  margin: 0;
  padding: 18px;
  border: 1px dashed var(--kb-line);
  border-radius: 16px;
  color: var(--kb-muted);
  font-size: 14px;
}

.kb-notice {
  display: grid;
  padding: 28px 30px;
  align-items: center;
  gap: 20px;
  border: 1px solid #f0d0bc;
  border-radius: 22px;
  background: linear-gradient(105deg, #fff6ef, #fffdfa);
  grid-template-columns: auto 1fr auto;
}

.kb-notice-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  color: var(--kb-accent-dark);
  background: #fff;
  box-shadow: 0 8px 18px rgba(84, 47, 21, 0.08);
}

.kb-notice h2 {
  margin: 0 0 4px;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.kb-notice p {
  max-width: 760px;
  margin: 0;
  color: var(--kb-muted);
  font-size: 14px;
}

.kb-related-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.kb-related-card {
  position: relative;
  display: grid;
  min-height: 120px;
  padding: 23px 64px 23px 24px;
  align-content: center;
  border: 1px solid var(--kb-line);
  border-radius: 18px;
  background: #fff;
  transition: border 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.kb-related-card:hover {
  border-color: #efb48e;
  box-shadow: var(--kb-shadow-soft);
  transform: translateY(-2px);
}

.kb-related-card span {
  margin-bottom: 5px;
  color: var(--kb-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kb-related-card strong {
  font-size: 18px;
  line-height: 1.3;
}

.kb-related-card > .kb-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  color: var(--kb-accent);
  transform: translateY(-50%);
}

.kb-faq-layout {
  display: grid;
  align-items: start;
  gap: 70px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.kb-faq-layout .kb-section-heading {
  position: sticky;
  top: 110px;
  margin-bottom: 0;
}

.kb-faq-list {
  border-top: 1px solid var(--kb-line);
}

.kb-faq-item {
  border-bottom: 1px solid var(--kb-line);
}

.kb-faq-item summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.kb-faq-item summary::-webkit-details-marker {
  display: none;
}

.kb-faq-item summary span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--kb-line);
  border-radius: 50%;
  color: var(--kb-accent);
  background: #fff;
  font-size: 21px;
  font-weight: 400;
  transition: transform 160ms ease;
}

.kb-faq-item[open] summary span {
  transform: rotate(45deg);
}

.kb-faq-item > div {
  padding: 0 52px 24px 0;
}

.kb-faq-item p {
  margin: 0;
  color: var(--kb-muted);
}

.kb-other-cities {
  border-top: 1px solid var(--kb-line);
  background: #fff;
}

.kb-other-cities .kb-shell {
  display: flex;
  min-height: 78px;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.kb-other-cities span {
  color: var(--kb-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kb-other-cities a {
  font-size: 14px;
  font-weight: 700;
}

.kb-other-cities a:hover {
  color: var(--kb-accent-dark);
}

.kb-footer {
  padding: 72px 0 24px;
  color: rgba(255, 255, 255, 0.82);
  background: #1b1714;
}

.kb-footer-grid {
  display: grid;
  gap: 45px;
  grid-template-columns: 1.4fr 0.75fr 0.65fr 1fr;
}

.kb-brand-footer {
  color: #fff;
}

.kb-brand-footer small,
.kb-footer p {
  color: rgba(255, 255, 255, 0.56);
}

.kb-footer-grid > div:first-child > p {
  max-width: 340px;
  margin: 20px 0 0;
  font-size: 13px;
}

.kb-footer h2 {
  margin: 0 0 17px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.kb-footer-grid > div > a:not(.kb-brand):not(.kb-button) {
  display: block;
  width: fit-content;
  margin: 9px 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.kb-footer-grid > div > a:hover {
  color: #fff;
}

.kb-footer-cta {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.kb-footer-cta p {
  margin: 0 0 18px;
  font-size: 13px;
}

.kb-footer-cta .kb-button-light {
  width: 100%;
  color: var(--kb-ink);
  background: #fff;
}

.kb-footer-cta .kb-button-light:hover {
  color: var(--kb-ink);
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.kb-footer-bottom {
  display: flex;
  margin-top: 54px;
  padding-top: 22px;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
}

@media (max-width: 1080px) {
  .kb-header-inner {
    gap: 18px;
  }

  .kb-nav-link {
    padding-inline: 8px;
    font-size: 13px;
  }

  .kb-header .kb-button-small {
    display: none;
  }

  .kb-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  }

  .kb-station-card {
    width: min(680px, 100%);
    transform: none;
  }

  .kb-footer-grid {
    grid-template-columns: 1.2fr 0.7fr 0.7fr;
  }

  .kb-footer-cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .kb-menu-button {
    display: grid;
  }

  .kb-nav {
    position: absolute;
    z-index: 10;
    top: calc(100% + 1px);
    right: 20px;
    left: 20px;
    display: none;
    padding: 10px;
    border: 1px solid var(--kb-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--kb-shadow);
  }

  .kb-nav[data-open="true"] {
    display: grid;
  }

  .kb-nav-link {
    padding: 13px 14px;
    font-size: 14px;
  }

  .kb-hero {
    padding-top: 28px;
  }

  .kb-hero-grid {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .kb-hero-copy {
    max-width: 720px;
    padding-bottom: 0;
  }

  .kb-station-card {
    width: min(680px, 100%);
    transform: none;
  }

  .kb-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kb-proof-grid > div:nth-child(2) {
    border-right: 0;
  }

  .kb-proof-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--kb-line);
  }

  .kb-proof-grid > div:first-child,
  .kb-proof-grid > div:nth-child(3) {
    padding-left: 20px;
  }

  .kb-step-grid,
  .kb-card-grid,
  .kb-listings-sections {
    grid-template-columns: 1fr;
  }

  .kb-step,
  .kb-info-card {
    min-height: 0;
  }

  .kb-section-heading-row {
    display: block;
  }

  .kb-section-heading-row > p {
    margin-top: 16px;
  }

  .kb-faq-layout {
    gap: 25px;
    grid-template-columns: 1fr;
  }

  .kb-faq-layout .kb-section-heading {
    position: static;
  }
}

@media (max-width: 680px) {
  .kb-shell {
    width: min(100% - 28px, 1160px);
  }

  .kb-header-inner {
    min-height: 66px;
  }

  .kb-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .kb-brand strong {
    font-size: 14px;
  }

  .kb-brand small {
    display: none;
  }

  .kb-city-picker select {
    min-width: 0;
    width: 44px;
    padding: 0;
    color: transparent;
  }

  .kb-city-picker::before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 11px;
    width: 16px;
    height: 19px;
    border: 2px solid var(--kb-accent);
    border-radius: 9px 9px 9px 2px;
    content: "";
    pointer-events: none;
    transform: translateY(-58%) rotate(-45deg) scale(0.68);
  }

  .kb-city-picker::after {
    display: none;
  }

  .kb-breadcrumbs {
    padding-top: 16px;
  }

  .kb-hero {
    padding: 28px 0 48px;
  }

  .kb-hero h1 {
    margin-top: 15px;
    font-size: clamp(38px, 12.5vw, 53px);
  }

  .kb-lead {
    font-size: 17px;
  }

  .kb-hero-actions {
    display: grid;
  }

  .kb-hero-actions .kb-button {
    width: 100%;
  }

  .kb-trust-list {
    display: grid;
    gap: 10px;
  }

  .kb-station-card-toolbar {
    padding-inline: 10px;
  }

  .kb-fuel-filter-bar {
    max-width: 100%;
    overflow-x: auto;
  }

  .kb-station-list {
    max-height: 420px;
  }

  .kb-station-card-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .kb-proof-grid {
    grid-template-columns: 1fr;
  }

  .kb-proof-grid > div {
    min-height: 84px;
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid var(--kb-line);
  }

  .kb-proof-grid > div:first-child,
  .kb-proof-grid > div:nth-child(3) {
    padding-left: 0;
  }

  .kb-proof-grid > div:last-child {
    border-bottom: 0;
  }

  .kb-section {
    padding: 64px 0;
  }

  .kb-section-compact {
    padding: 20px 0 0;
  }

  .kb-section-heading {
    margin-bottom: 28px;
  }

  .kb-step,
  .kb-info-card {
    padding: 24px;
    border-radius: 18px;
  }

  .kb-notice {
    padding: 24px;
    align-items: start;
    grid-template-columns: auto 1fr;
  }

  .kb-notice .kb-text-link {
    grid-column: 1 / -1;
  }

  .kb-related-grid {
    grid-template-columns: 1fr;
  }

  .kb-faq-item summary {
    min-height: 68px;
    font-size: 16px;
  }

  .kb-other-cities .kb-shell {
    padding-block: 20px;
    align-items: flex-start;
    flex-direction: column;
  }

  .kb-footer {
    padding-top: 55px;
  }

  .kb-footer-grid {
    gap: 34px;
    grid-template-columns: 1fr 1fr;
  }

  .kb-footer-grid > div:first-child,
  .kb-footer-cta {
    grid-column: 1 / -1;
  }

  .kb-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

