:root {
  --black: #050505;
  --ink: #121212;
  --graphite: #242424;
  --muted: #727272;
  --line: #ded7ca;
  --paper: #f6f2eb;
  --white: #ffffff;
  --gold: #c79a43;
  --gold-dark: #9e7428;
  --green: #1f8f5f;
  --red: #a43a32;
  --radius: 8px;
  --shadow: 0 20px 60px rgba(0, 0, 0, .16);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.bot-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
main {
  flex: 1;
}
body.cookie-visible main {
  padding-bottom: 112px;
  background: linear-gradient(to bottom, var(--paper) calc(100% - 112px), #0d0d0d calc(100% - 112px));
}
body.cookie-visible .footer {
  box-shadow: 0 112px 0 #0d0d0d;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 14px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: rgba(0, 0, 0, .94);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.brand { display: flex; align-items: center; gap: 12px; min-width: 180px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid var(--white);
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 900;
}
.brand strong { display: block; text-transform: uppercase; letter-spacing: .08em; }
.brand small { color: var(--gold); }
.nav { display: flex; justify-content: center; gap: clamp(14px, 3vw, 38px); font-size: 14px; font-weight: 700; }
.nav a { opacity: .88; }
.nav a:hover { color: var(--gold); opacity: 1; }
.contact-head { display: grid; gap: 2px; text-align: right; }
.contact-head a { font-size: 18px; font-weight: 800; }
.contact-head span { font-size: 12px; color: #cfcfcf; }

.hero {
  min-height: clamp(470px, 62vh, 620px);
  display: grid;
  align-items: center;
  padding: 58px clamp(18px, 6vw, 84px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .74) 33%, rgba(0, 0, 0, .22) 72%, rgba(0, 0, 0, .42) 100%),
    url("assets/hero-food-lubricants.png") center / cover no-repeat;
}

.hero-copy { max-width: 660px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
}

h1, h2, h3 { margin: 0; line-height: 1.05; }
h1 {
  max-width: 640px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5.4vw, 64px);
  text-transform: uppercase;
}
.lead {
  max-width: 560px;
  margin: 18px 0 0;
  color: #eeeeee;
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.45;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: 900;
  cursor: pointer;
}
.btn.primary { color: #111; background: linear-gradient(180deg, #e3bc69, var(--gold)); }
.btn.primary:hover { background: #d5aa50; }
.btn.secondary { color: inherit; background: transparent; border-color: currentColor; }
.btn.secondary:hover { color: var(--gold); }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  padding: 0 clamp(18px, 6vw, 84px);
}
.trust-strip article {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 18px;
  padding: 24px 20px;
  background: #fffdf9;
}
.line-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--gold-dark);
  border: 1px solid var(--gold);
  font-size: 24px;
}
.trust-strip h2 { font-size: 15px; text-transform: uppercase; }
.trust-strip p { margin: 8px 0 0; color: #555; line-height: 1.45; }

.dark-section {
  padding: 42px clamp(18px, 6vw, 84px);
  color: var(--white);
  background: #0d0d0d;
}
.section-head { margin-bottom: 24px; }
.section-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 38px);
  text-transform: uppercase;
}
.section-head p:last-child { max-width: 820px; color: #555; line-height: 1.5; }
.dark-section .section-head p:last-child { color: #c9c9c9; }
.application-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(199, 154, 67, .45);
}
.application-grid article {
  min-height: 180px;
  padding: 22px 20px 10px;
  border-right: 1px solid rgba(255, 255, 255, .15);
}
.application-grid article:last-child { border-right: 0; }
.application-grid span { color: var(--gold); font-weight: 900; }
.application-grid h3 { margin-top: 24px; font-size: 15px; text-transform: uppercase; }
.application-grid p { color: #c9c9c9; line-height: 1.5; }

.overview-section, .account-section, .selector-section, .analog-section, .catalog-section, .request-section {
  padding: 42px clamp(18px, 6vw, 84px);
  scroll-margin-top: 92px;
}
.overview-section {
  background: #fffdf9;
}
.overview-page {
  display: grid;
  gap: 24px;
  padding: 46px clamp(18px, 6vw, 84px) 64px;
  background:
    linear-gradient(180deg, #0d0d0d 0, #0d0d0d 310px, var(--paper) 310px),
    var(--paper);
}
.overview-title {
  max-width: 940px;
  color: var(--white);
}
.overview-title h1 {
  max-width: 900px;
  font-size: clamp(34px, 4.6vw, 58px);
}
.overview-title p {
  max-width: 760px;
  color: #dedede;
  font-size: 17px;
  line-height: 1.55;
}
.overview-title .btn.secondary {
  color: #111;
  background: rgba(255, 253, 249, .92);
  border-color: #cfc7b9;
}
.overview-title .btn.secondary:hover {
  color: #111;
  background: #fff8e8;
  border-color: var(--gold);
}
.presentation-viewer,
.presentation-slides {
  padding: 24px;
  border: 1px solid #ddd4c5;
  background: #fffdf9;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
}
.presentation-viewer .section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
.presentation-viewer .section-head p {
  max-width: 760px;
  margin: 0;
  color: #555;
  line-height: 1.5;
}
.presentation-slides {
  display: grid;
  gap: 1px;
  padding: 0;
  background: #ddd4c5;
}
.presentation-slide {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 24px;
  min-height: 270px;
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
}
.presentation-slide > span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: #111;
  background: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
}
.presentation-slide h2 {
  max-width: 820px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 48px);
  text-transform: uppercase;
}
.presentation-slide p {
  max-width: 840px;
  color: #555;
  font-size: 17px;
  line-height: 1.55;
}
.presentation-slide ul {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin: 18px 0 0;
  padding-left: 22px;
  color: #555;
  line-height: 1.5;
}
.presentation-slide-dark {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .66)),
    url("assets/hero-food-lubricants.png") center / cover no-repeat;
}
.presentation-slide-dark p,
.presentation-slide-dark li {
  color: #e3e3e3;
}
.presentation-slide-accent {
  background: #111;
  color: var(--white);
}
.presentation-slide-accent p {
  color: #e3e3e3;
}
.approval-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.approval-grid div {
  padding: 18px;
  border: 1px solid #e5dccd;
  background: #fffdf9;
}
.approval-grid strong {
  display: block;
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}
.approval-grid p {
  margin: 10px 0 0;
  font-size: 15px;
}
.overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 18px;
  align-items: start;
}
.overview-copy,
.presentation-panel {
  border: 1px solid #ddd4c5;
  background: #fff;
}
.overview-copy {
  padding: 24px;
}
.overview-copy h2,
.presentation-panel h2 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  text-transform: uppercase;
}
.overview-copy p {
  max-width: 760px;
  margin: 0 0 12px;
  color: #555;
  line-height: 1.55;
}
.overview-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.overview-points span {
  padding: 7px 9px;
  background: #f0eadf;
  color: #111;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.presentation-panel {
  display: grid;
  gap: 14px;
  padding: 20px;
}
.overview-facts {
  display: grid;
  gap: 10px;
}
.overview-facts div {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid #e5dccd;
  background: #fffdf9;
}
.overview-facts strong {
  font-size: 15px;
  text-transform: uppercase;
}
.overview-facts span {
  color: #555;
  line-height: 1.4;
}
.overview-products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: #ddd4c5;
  border: 1px solid #ddd4c5;
}
.overview-products article {
  min-height: 210px;
  padding: 20px;
  background: #fff;
}
.overview-products span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}
.overview-products h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  text-transform: uppercase;
}
.overview-products p {
  color: #555;
  line-height: 1.5;
}
.account-section {
  background:
    linear-gradient(135deg, rgba(255, 253, 249, .96), rgba(240, 234, 223, .92)),
    #f7f1e8;
}
.account-section .section-head {
  max-width: 880px;
}
.account-section .section-head h2 {
  max-width: 840px;
  font-size: clamp(28px, 3.6vw, 46px);
}
.account-section .section-head p:last-child {
  max-width: 720px;
}
.account-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 20px;
  align-items: start;
  max-width: 1080px;
}
.account-form {
  position: relative;
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(199, 154, 67, .24);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, .96);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .08);
  overflow: hidden;
}
.account-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), #ead19a);
}
.account-form h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 26px);
  text-transform: uppercase;
}
.account-form h3::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5dccd;
}
.account-form label {
  display: grid;
  gap: 7px;
  color: #242424;
  font-size: 14px;
  font-weight: 800;
}
.account-form input {
  min-height: 46px;
  border-radius: 6px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.account-form input:hover {
  border-color: #bca978;
}
.account-form input:focus {
  outline: 0;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(199, 154, 67, .16);
  background: #fffdf9;
}
.account-form .consent {
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  padding: 12px;
  color: #333;
  background: #f4eee4;
  border: 1px solid #e3d8c8;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}
.account-form .consent input {
  width: 20px;
  min-height: 20px;
  margin: 0;
  accent-color: var(--gold);
}
.account-form .consent a {
  color: var(--gold-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.account-form .btn {
  min-height: 50px;
  margin-top: 2px;
  border-radius: 6px;
}
.account-form .btn.secondary {
  color: var(--ink);
  background: #fff;
  border-color: #111;
}
.account-form .btn.secondary:hover {
  color: #111;
  border-color: var(--gold);
  background: #fff8e8;
}
.account-form .link-button {
  justify-self: start;
}
.account-form .form-status {
  min-height: auto;
  padding-top: 2px;
  font-size: 14px;
}
.account-state {
  align-content: start;
  min-height: 220px;
}
.account-state p {
  margin: 0;
  color: #333;
  line-height: 1.5;
}
.account-state .btn {
  justify-self: start;
  min-width: 180px;
}
.selector-section {
  background: #fffdf9;
}
.selector-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 520px));
  gap: 14px;
  max-width: 1080px;
  margin-bottom: 18px;
}
.choice-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 118px;
  padding: 20px 56px 20px 20px;
  text-align: left;
  border: 1px solid #d8cfbe;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #fffaf0);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .05);
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}
.choice-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--gold);
  opacity: .78;
}
.choice-card::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 22px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #111;
  background: #f0eadf;
  border: 1px solid #ded1bb;
  border-radius: 999px;
  font-weight: 900;
}
.choice-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.15;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.choice-card span {
  color: #555;
  line-height: 1.45;
  max-width: 720px;
}
.choice-card:hover,
.choice-card:focus-visible {
  transform: translateY(-2px);
  border-color: var(--gold);
  background: #fffdf9;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .09);
  outline: 0;
}
.choice-card:hover::after,
.choice-card:focus-visible::after {
  background: var(--gold);
  border-color: var(--gold);
}
.choice-card.active {
  border-color: var(--gold);
  background: #fff8e8;
  box-shadow: 0 0 0 3px rgba(199, 154, 67, .2);
}
.choice-card.active::after {
  content: "✓";
  background: var(--gold);
  border-color: var(--gold);
}
.selector-panel {
  display: grid;
  gap: 16px;
  max-width: 1060px;
  padding: 18px;
  border: 1px solid #ddd4c5;
  background: #fff;
  box-shadow: var(--shadow);
}
.selector-panel[hidden] {
  display: none;
}
.voice-button {
  justify-self: start;
  min-height: 40px;
}
.selector-panel fieldset {
  display: grid;
  gap: 10px;
  padding: 0;
  border: 0;
}
.selector-panel legend {
  font-weight: 900;
}
.option-row, .option-grid, .check-grid {
  display: grid;
  gap: 10px;
}
.option-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.option-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.check-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.option-row button, .option-grid button {
  min-height: 48px;
  padding: 10px;
  border: 1px solid #cfc7b9;
  background: #fffdf9;
  font-weight: 900;
  cursor: pointer;
}
.option-row button.active, .option-grid button.active {
  border-color: #111;
  color: #fff;
  background: #111;
}
.check-grid label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e5dccd;
}
.selector-results {
  margin-top: 18px;
}
.selector-result {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid #ddd4c5;
  background: #fff;
}
.selector-result > strong {
  justify-self: start;
  padding: 6px 9px;
  color: #111;
  background: var(--gold);
  text-transform: uppercase;
  font-size: 12px;
}
.selector-result > p {
  white-space: pre-line;
}
.selector-result.close > strong {
  background: #f0eadf;
}
.selector-result.consultation > strong, .selector-result.excluded > strong {
  color: #fff;
  background: var(--red);
}
.selector-result.unavailable > strong {
  color: #fff;
  background: var(--red);
}
.selector-feedback {
  display: grid;
  gap: 10px;
  margin-top: 4px;
  padding: 12px;
  border: 1px solid #e5dccd;
  background: #fffdf9;
}
.selector-feedback label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}
.selector-feedback h4 {
  margin: 0 0 6px;
  font-size: 18px;
}
.selector-feedback p {
  margin: 0;
  color: #555;
  line-height: 1.45;
}
.selector-feedback textarea {
  font-weight: 700;
}
.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.recommendation-card {
  display: grid;
  gap: 12px;
  align-content: space-between;
  padding: 14px;
  border: 1px solid #e5dccd;
  background: #fffdf9;
}
.recommendation-card span {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.recommendation-card h3 {
  margin: 6px 0;
}
.sample-query {
  color: var(--gold-dark);
  background: transparent;
  border: 0;
  border-bottom: 1px dashed currentColor;
  cursor: pointer;
}
.finder {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  max-width: 1040px;
}
input, select, textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfc7b9;
  border-radius: 2px;
  padding: 12px 14px;
  background: #fffdf9;
  color: var(--ink);
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: 2px solid rgba(199, 154, 67, .38);
  border-color: var(--gold);
}
.analog-results { margin-top: 22px; }

.catalog-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.filters {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, 1fr) auto;
  gap: 12px;
  align-items: end;
  padding: 18px;
  background: var(--black);
  color: var(--white);
  box-shadow: var(--shadow);
}
.filters label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.filters .checkbox {
  min-height: 48px;
  grid-template-columns: 18px 150px;
  align-items: center;
  align-content: end;
}
.checkbox input { width: 18px; min-height: 18px; }
.catalog-meta { margin: 18px 0 10px; color: #555; }
.catalog-meta strong { color: var(--ink); font-size: 20px; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.product-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  background: #fffdf9;
  border: 1px solid #ddd4c5;
  border-radius: var(--radius);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .06);
}
.card-top { display: flex; justify-content: space-between; gap: 10px; }
.product-code { color: var(--gold-dark); font-weight: 900; text-transform: uppercase; }
.status {
  align-self: start;
  padding: 5px 8px;
  color: var(--white);
  background: var(--green);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.status.wait { background: var(--red); }
.product-card h3 { font-size: 17px; line-height: 1.18; }
.product-card p { margin: 0; color: #555; font-size: 14px; line-height: 1.4; }
.specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.specs span {
  padding: 5px 7px;
  background: #f0eadf;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 800;
}
.analog-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.analog-chips strong {
  font-size: 13px;
}
.analog-chips span, .analog-chips small {
  padding: 5px 7px;
  color: #111;
  background: #fff7e6;
  border: 1px solid #ead8b6;
  font-size: 11px;
  font-weight: 900;
}
.packaging { display: grid; gap: 8px; }
.pack {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid #d7cfbf;
  background: #fff;
}
.pack strong { display: block; }
.pack small { color: #777; }
.quantity-control {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  width: 154px;
  border: 1px solid #d7cfbf;
  background: #fff;
}
.quantity-control button {
  width: 42px;
  height: 42px;
  border: 0;
  background: #f0eadf;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}
.quantity-control input {
  min-height: 42px;
  border: 0;
  text-align: center;
  font-weight: 900;
  background: #fff;
}
.card-actions { display: flex; gap: 8px; margin-top: auto; }
.card-actions .btn { flex: 1; min-height: 42px; padding: 0 12px; }
.btn:disabled { opacity: .62; cursor: wait; }

.request-section {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: clamp(28px, 6vw, 82px);
  color: var(--white);
  background: #0d0d0d;
}
.request-copy p { color: #dedede; line-height: 1.55; }
.request-copy ul { margin: 22px 0 0; padding-left: 20px; color: #dedede; line-height: 1.7; }
.request-form {
  display: grid;
  gap: 12px;
  padding: 22px;
  color: var(--ink);
  background: #fffdf9;
  border-radius: var(--radius);
}
.request-form label { display: grid; gap: 6px; font-weight: 800; }
.selected-request {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #ded4c4;
  background: #f8f2e8;
}
.selected-request-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.selected-request-head span {
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  color: #111;
  background: var(--gold);
  font-weight: 900;
}
.selected-items {
  display: grid;
  gap: 8px;
}
.selected-items p {
  margin: 0;
  color: #777;
}
.selected-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  background: #fffdf9;
  border: 1px solid #ddd4c5;
}
.selected-item strong, .selected-item small {
  display: block;
}
.selected-item small {
  margin-top: 4px;
  color: #666;
}
.selected-item button {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #c8bda9;
  background: #fff;
  color: var(--red);
  font-weight: 900;
  cursor: pointer;
}
.file-input {
  padding: 14px;
  border: 1px dashed #b7aa94;
  background: #f8f2e8;
}
.form-status { min-height: 22px; margin: 0; color: #555; line-height: 1.4; }

.footer {
  display: grid;
  grid-template-columns: minmax(180px, .95fr) minmax(320px, 1.55fr) minmax(170px, .75fr) minmax(190px, .85fr);
  gap: 24px;
  padding: 26px clamp(18px, 6vw, 84px);
  color: #d7d7d7;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, .12);
}
.footer-block {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
}
.footer span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer strong {
  color: var(--white);
  font-size: 16px;
}
.footer-dealer strong {
  font-size: 18px;
}
.footer-maker {
  opacity: .82;
}
.footer-maker strong {
  font-size: 15px;
}
.footer p {
  margin: 0;
  color: #c9c9c9;
  font-size: 13px;
  line-height: 1.55;
}
.footer a {
  display: block;
  color: var(--white);
  font-weight: 800;
}
.footer-links a:last-child {
  color: var(--gold);
  margin-top: 6px;
}
.cookie-banner {
  position: fixed;
  left: auto;
  right: clamp(14px, 3vw, 28px);
  bottom: 18px;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
  width: min(420px, calc(100vw - 28px));
  padding: 16px 18px;
  color: var(--white);
  background: rgba(5, 5, 5, .96);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: var(--shadow);
}
.cookie-banner p {
  margin: 0;
  color: #e8e8e8;
  font-size: 14px;
  line-height: 1.45;
}
.cookie-banner div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.cookie-banner a {
  color: var(--gold);
  font-weight: 900;
}
.cookie-banner .btn {
  min-height: 40px;
  padding: 0 18px;
}
.legal-topbar {
  position: static;
}
.legal-page {
  display: grid;
  gap: 14px;
  padding: 46px clamp(18px, 6vw, 84px) 64px;
  background:
    linear-gradient(180deg, #fffdf9 0, var(--paper) 280px),
    var(--paper);
}
.legal-hero {
  max-width: 960px;
  padding-bottom: 18px;
}
.legal-hero h1 {
  max-width: 860px;
  font-size: clamp(32px, 4.2vw, 56px);
  overflow-wrap: anywhere;
}
.legal-hero p {
  max-width: 760px;
  color: #555;
  font-size: 17px;
  line-height: 1.55;
}
.legal-hero .btn {
  margin-top: 12px;
  color: var(--ink);
}
.legal-card {
  max-width: 960px;
  padding: 24px 28px;
  border: 1px solid #ddd4c5;
  background: #fffdf9;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .05);
}
.legal-card h2 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.15;
  text-transform: uppercase;
}
.legal-card p,
.legal-card li {
  color: #555;
  line-height: 1.58;
}
.legal-card p {
  margin: 0 0 10px;
}
.legal-card p:last-child {
  margin-bottom: 0;
}
.legal-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 22px;
}
.legal-contact {
  display: grid;
  gap: 8px;
}
.legal-contact a {
  color: var(--gold-dark);
  font-weight: 900;
}
.empty {
  padding: 24px;
  border: 1px dashed #b7aa94;
  background: #fffdf9;
  color: #555;
}
.analog-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.analog-empty p {
  margin: 0;
}
.analog-empty .btn {
  flex: 0 0 auto;
}

.admin-page { background: var(--paper); }
.admin-hero {
  padding: 58px clamp(18px, 6vw, 84px) 28px;
  color: var(--white);
  background: #0d0d0d;
}
.admin-hero h1 {
  font-size: clamp(38px, 6vw, 72px);
}
.admin-hero p:last-child {
  max-width: 880px;
  color: #dddddd;
  line-height: 1.55;
}
.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 22px;
  padding: 34px clamp(18px, 6vw, 84px) 58px;
}
.admin-tabs {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  align-items: center;
}
.admin-tab {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #111;
  color: #111;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}
.admin-tab.active {
  color: #fff;
  background: #111;
}
.characteristic-admin {
  grid-column: 1 / -1;
}
.submissions-admin {
  grid-column: 1 / -1;
}
.auth-panel {
  max-width: 620px;
  padding: 34px clamp(18px, 6vw, 84px) 58px;
}
.admin-form, .admin-list {
  padding: 22px;
  background: #fffdf9;
  border: 1px solid #ddd4c5;
  border-radius: var(--radius);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .06);
}
.admin-list {
  align-self: start;
}
.admin-form {
  display: grid;
  gap: 14px;
}
.auth-form p {
  margin: 0;
  color: #555;
  line-height: 1.5;
}
.admin-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.admin-form-head .btn {
  width: auto;
  min-height: 40px;
}
.link-button {
  justify-self: start;
  padding: 0;
  border: 0;
  color: var(--gold-dark);
  background: transparent;
  font-weight: 900;
  text-decoration: underline;
  cursor: pointer;
}
.admin-form h2, .admin-form h3, .admin-list h2 {
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
}
.admin-form label {
  display: grid;
  gap: 6px;
  font-weight: 800;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.form-actions, .admin-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.form-actions .btn, .admin-product-actions .btn {
  width: auto;
}
.btn.danger {
  color: #fff;
  border-color: #8f1d1d;
  background: #8f1d1d;
}
.admin-subsection, .nested-form {
  display: grid;
  gap: 12px;
}
.admin-subsection {
  padding: 16px;
  border: 1px solid #e5dccd;
  background: #fff;
}
.privacy-delete-form {
  margin: 18px 0;
  border-color: rgba(143, 29, 29, .35);
  background: #fff7f3;
}
.privacy-delete-form h3 {
  margin: 0 0 6px;
}
.privacy-delete-form p {
  margin: 0;
  color: #5f5850;
}
.characteristic-builder, .analog-builder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
}
.analog-builder {
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
}
.characteristic-builder .btn, .analog-builder .btn {
  width: auto;
  min-height: 48px;
}
.characteristic-list, .analog-list {
  display: grid;
  gap: 8px;
}
.package-list {
  display: grid;
  gap: 12px;
}
.package-list-head {
  align-items: center;
}
.package-list-head p {
  margin: 0;
  color: #5f5850;
}
.package-row {
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid #eee3d1;
  background: #fffdf9;
}
.package-row-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.package-row-head button {
  border: 0;
  color: #8f1d1d;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}
.characteristic-row, .analog-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border: 1px solid #eee3d1;
  background: #fffdf9;
}
.characteristic-row div, .analog-row div {
  display: grid;
  gap: 4px;
}
.characteristic-row span, .analog-row span {
  color: #555;
}
.characteristic-row button, .analog-row button {
  align-self: center;
  border: 0;
  color: #8f1d1d;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}
.submission-list {
  display: grid;
  gap: 12px;
}
.submission-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e5dccd;
  background: #fff;
}
.submission-card p {
  display: grid;
  gap: 4px;
  margin: 0;
  color: #555;
  line-height: 1.45;
}
.submission-card b {
  color: #111;
}
.submission-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee3d1;
}
.submission-head div {
  display: grid;
  gap: 4px;
}
.submission-head span, .submission-head small {
  color: var(--gold-dark);
  font-weight: 900;
}
.submission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.submission-actions {
  display: flex;
  justify-content: flex-end;
}
.submission-actions .btn {
  width: auto;
}
.admin-checkbox {
  grid-template-columns: 18px 1fr;
  align-items: center;
}
.admin-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.admin-list-head strong {
  display: grid;
  place-items: center;
  min-width: 44px;
  height: 44px;
  color: #111;
  background: var(--gold);
}
.admin-products {
  display: grid;
  gap: 10px;
  max-height: 920px;
  overflow: auto;
}
.admin-product {
  padding: 12px;
  border: 1px solid #e5dccd;
  background: #fff;
}
.admin-product div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.admin-product span, .admin-product small {
  color: var(--gold-dark);
  font-weight: 900;
}
.admin-product p {
  margin: 8px 0;
  color: #555;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .topbar { grid-template-columns: 1fr auto; }
  .nav { grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
  .trust-strip, .application-grid, .product-grid, .selector-choice, .recommendation-grid, .account-panel, .overview-layout, .overview-grid, .overview-products { grid-template-columns: repeat(2, 1fr); }
  .approval-grid { grid-template-columns: 1fr; }
  .filters { grid-template-columns: repeat(2, 1fr); }
  .option-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-layout { grid-template-columns: 1fr; }
  .characteristic-builder, .analog-builder { grid-template-columns: 1fr 1fr; }
  .application-grid article { border-bottom: 1px solid rgba(255, 255, 255, .15); }
}

@media (max-width: 720px) {
  .topbar { position: static; grid-template-columns: 1fr; gap: 12px; }
  .contact-head { text-align: left; }
  .hero { min-height: 500px; background-position: 58% center; }
  .hero-actions, .catalog-head { flex-direction: column; align-items: stretch; }
  .footer { grid-template-columns: 1fr; gap: 18px; }
  .btn { width: 100%; }
  .trust-strip, .application-grid, .product-grid, .request-section, .finder, .filters, .selector-choice, .recommendation-grid, .account-panel, .overview-layout, .overview-grid, .overview-products, .option-row, .option-grid, .check-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .characteristic-builder, .analog-builder { grid-template-columns: 1fr; }
  .submission-grid { grid-template-columns: 1fr; }
  .submission-head { flex-direction: column; }
  .submission-actions .btn { width: 100%; }
  .analog-empty { flex-direction: column; align-items: stretch; }
  .form-actions .btn, .admin-product-actions .btn, .characteristic-builder .btn, .analog-builder .btn { width: 100%; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-banner div { justify-content: space-between; }
  .legal-page { padding-top: 30px; }
  .legal-card { padding: 20px 18px; }
  .trust-strip { padding: 0; }
  .application-grid article { min-height: auto; border-right: 0; }
  .packaging { grid-template-columns: 1fr; }
  .presentation-viewer { padding: 16px; }
  .presentation-slide { grid-template-columns: 1fr; min-height: auto; }
  .presentation-slide > span { width: 52px; height: 52px; font-size: 20px; }
}
