:root {
  color-scheme: light;
  --black: #050505;
  --ink: #171717;
  --muted: #666;
  --line: #d9d9d9;
  --paper: #f7f7f4;
  --white: #fff;
  --accent: #c5ff00;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 84px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(247, 247, 244, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand img {
  display: block;
  width: 100%;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 42px);
  font-size: 13px;
  text-transform: uppercase;
}

.nav a,
.header-phone,
.footer-links a {
  border-bottom: 1px solid transparent;
}

.nav a:hover,
.header-phone:hover,
.footer-links a:hover {
  border-color: currentColor;
}

.header-phone {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 84px);
  padding: clamp(46px, 7vw, 92px) clamp(18px, 4vw, 56px);
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  background: #000;
}

.hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  align-self: end;
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #cfcfcf;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(58px, 12vw, 178px);
  line-height: .82;
  text-transform: uppercase;
}

.platinum-title {
  width: max-content;
  max-width: 100%;
  font-size: clamp(58px, 9vw, 132px);
  background: repeating-linear-gradient(90deg, #7f8389 0, #b5b8bd 90px, #fafbfc 165px, #8e9298 260px, #f2f3f5 355px, #777c83 465px, #7f8389 560px);
  background-size: 560px 100%;
  background-repeat: repeat-x;
  -webkit-background-clip: text;
  background-clip: text;
  color: #e6e8eb;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 0 #161719) drop-shadow(0 8px 20px rgba(0, 0, 0, .55));
  animation: platinum-shimmer 12s linear infinite;
}

.platinum-title span {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

@keyframes platinum-shimmer {
  from { background-position: 0 50%; }
  to { background-position: 560px 50%; }
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 76px);
  line-height: .92;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  text-transform: uppercase;
}

.hero-text {
  max-width: 670px;
  color: #e6e6e6;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
}

.delivered-proof {
  display: grid;
  grid-template-columns: auto minmax(0, 430px);
  gap: 16px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 28px 0 0;
  padding: 16px 20px;
  border: 1px solid rgba(231, 234, 238, .7);
  background: linear-gradient(120deg, rgba(255,255,255,.15), rgba(255,255,255,.05));
  backdrop-filter: blur(10px);
}

.delivered-proof strong {
  font-size: clamp(38px, 5vw, 68px);
  line-height: .8;
  letter-spacing: -.06em;
}

.delivered-lead {
  display: flex;
  gap: 9px;
  align-items: baseline;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.delivered-proof span {
  color: #f0f1f2;
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 700;
  line-height: 1.3;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: inherit;
  cursor: pointer;
}

.button-primary {
  background: var(--white);
  color: var(--black);
}

.button-secondary {
  color: var(--white);
}

.hero .button-secondary { background: rgba(0, 0, 0, .46); }

.ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  padding: 1px 0;
  overflow: hidden;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.ticker > span {
  position: relative;
  flex: 1 1 clamp(112px, 12.5vw, 220px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .48em;
  min-height: clamp(52px, 5vw, 66px);
  padding: clamp(13px, 1.45vw, 20px) clamp(12px, 2vw, 28px);
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f3 100%);
  box-shadow: inset -1px 0 0 rgba(5, 5, 5, .12);
  font-size: clamp(11px, 1.02vw, 14px);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker > span::after {
  content: "";
  position: absolute;
  inset: 7px 0 7px auto;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(5, 5, 5, .18), transparent);
}

.ticker > span:last-child::after {
  display: none;
}

.ticker-flag {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 1.85em;
  height: 1.85em;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .12), inset 0 0 0 1px rgba(5, 5, 5, .08);
  font-size: 1.08em;
  line-height: 1;
}

.section {
  padding: clamp(56px, 8vw, 112px) clamp(18px, 4vw, 56px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.filters label {
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

select {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: 1px solid var(--black);
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  font: inherit;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
  gap: 16px;
}

.offer-card {
  display: grid;
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--black);
}

.offer-card:focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 4px;
}

.offer-image {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.48 / 1;
  overflow: hidden;
  background: #111;
  touch-action: pan-y;
}

.offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: transform .25s ease;
}

.offer-image-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: #191919;
  color: #f5f5f0;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: .08em;
}

.offer-image:hover img {
  filter: brightness(.96);
}

.gallery-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--black);
  background: rgba(255, 255, 255, .92);
  color: var(--black);
  font-size: 31px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.gallery-prev {
  left: 10px;
}

.gallery-next {
  right: 10px;
}

.gallery-control:hover,
.gallery-control:focus-visible {
  background: var(--black);
  color: var(--white);
}

.gallery-count {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 8px 10px;
  background: var(--white);
  color: var(--black);
  font-size: 11px;
  font-weight: 900;
}

.gallery-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  display: flex;
  gap: 6px;
  transform: translateX(-50%);
}

.gallery-dot {
  width: 24px;
  height: 4px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, .55);
  cursor: pointer;
}

.gallery-dot.active {
  background: var(--white);
}

.status {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--black);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .025em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .18);
}

.offer-body {
  display: grid;
  min-width: 0;
  gap: 18px;
  padding: 18px;
}

.offer-body > * {
  min-width: 0;
}

.offer-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.offer-top > * {
  min-width: 0;
}

.offer-title {
  margin-bottom: 5px;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.offer-country {
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
}

.offer-price {
  flex: 0 0 auto;
  font-size: 19px;
  font-weight: 900;
  white-space: nowrap;
}

.photo-match {
  display: inline-flex;
  width: fit-content;
  padding: 7px 9px;
  background: var(--black);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.specs div {
  min-width: 0;
  padding: 10px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.specs span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.specs strong {
  font-size: 13px;
  overflow-wrap: anywhere;
}

.offer-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.offer-actions .button {
  min-width: 0;
  min-height: 44px;
  padding-inline: 14px;
}

.offer-actions .button-secondary {
  color: var(--black);
}

.empty-state {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--black);
}

.process {
  background: var(--white);
  border-block: 1px solid var(--line);
}

.process .section-heading h2 {
  line-height: 1.08;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--black);
  border: 1px solid var(--black);
}

.process-grid article {
  min-height: 270px;
  padding: 24px;
  background: var(--white);
}

.process-grid span {
  display: block;
  margin-bottom: 54px;
  font-size: 13px;
  font-weight: 900;
}

.process-grid p {
  color: var(--muted);
  line-height: 1.5;
}

.process-finish {
  background: var(--black) !important;
  color: var(--white);
}

.process-finish p {
  color: #d8d8d8;
}

.contact-dialog {
  width: min(620px, calc(100% - 28px));
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.contact-dialog::backdrop {
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(5px);
}

.contact-dialog-card {
  position: relative;
  padding: clamp(26px, 5vw, 46px);
  background: var(--white);
  border: 1px solid var(--black);
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}

.contact-dialog h2 {
  max-width: 500px;
  margin-bottom: 14px;
  font-size: clamp(30px, 6vw, 54px);
}

.contact-dialog-card > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.contact-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.contact-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 26px;
}

.contact-option {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--black);
  transition: transform .18s ease, box-shadow .18s ease;
}

.contact-option:hover {
  transform: translateY(-2px);
  box-shadow: 5px 5px 0 var(--black);
}

.contact-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--black);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.contact-option strong,
.contact-option small {
  display: block;
}

.contact-option strong { font-size: 18px; }
.contact-option small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.contact-option b { font-size: 22px; }

.telegram-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  margin: clamp(56px, 8vw, 112px) clamp(18px, 4vw, 56px);
  padding: clamp(28px, 5vw, 56px);
  background: var(--black);
  color: var(--white);
}

.telegram-panel p:last-child {
  max-width: 760px;
  color: #d8d8d8;
  font-size: 18px;
  line-height: 1.45;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  padding: 36px clamp(18px, 4vw, 56px);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.footer img {
  width: 220px;
  max-width: 100%;
  margin-bottom: 16px;
}

.footer p {
  max-width: none;
  color: var(--muted);
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.45;
  white-space: nowrap;
}

.footer-links {
  display: grid;
  gap: 12px;
  align-content: start;
  font-weight: 800;
}

.admin-link {
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 180px auto;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  .site-header,
  .filters,
  .process-grid,
  .telegram-panel,
  .footer {
    grid-template-columns: 1fr;
  }

  .site-header {
    grid-template-columns: 112px 1fr;
    gap: 3px 8px;
    min-height: 0;
    padding: 5px 10px;
  }

  .brand img {
    max-height: 32px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .header-phone {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    font-size: 12px;
  }

  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: clamp(8px, 2.8vw, 12px);
    overflow-x: visible;
    font-size: 11px;
  }

  .nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .hero-media {
    display: none;
  }

  .platinum-title {
    width: auto;
    font-size: clamp(48px, 17vw, 76px);
    line-height: .86;
  }

  .hero-content { align-self: start; width: 100%; min-width: 0; }

  .hero-actions { display: grid; grid-template-columns: 1fr; }

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

  .delivered-proof,
  .contact-options {
    grid-template-columns: 1fr;
  }

  .delivered-proof { width: 100%; gap: 10px; padding: 14px 16px; }

  .offer-top,
  .offer-actions {
    display: grid;
  }

  .offer-price {
    white-space: normal;
  }

  .specs {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .footer p {
    white-space: normal;
  }
}

@media (max-width: 340px) {
  .nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 10px;
    font-size: 12px;
  }

  .nav a {
    min-height: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .platinum-title { animation: none; }
  .offer-image img, .contact-option { transition: none; }
}
