.hl1-site-entry {
  --hl1-ink: #13201d;
  --hl1-muted: #52625d;
  --hl1-paper: #f5f1e8;
  --hl1-card: #fffdf8;
  --hl1-line: rgba(19, 32, 29, 0.16);
  --hl1-forest: #123f37;
  --hl1-gold: #b98436;
  --hl1-telegram: #1778c8;
  --hl1-max: #6659e8;
  box-sizing: border-box;
  width: min(1160px, calc(100% - 40px));
  margin: clamp(38px, 7vw, 88px) auto;
  color: var(--hl1-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hl1-site-entry *,
.hl1-site-entry *::before,
.hl1-site-entry *::after {
  box-sizing: border-box;
}

.hl1-site-entry__card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(30px, 5vw, 64px);
  border: 1px solid var(--hl1-line);
  border-radius: 26px;
  background: var(--hl1-paper);
  box-shadow: 0 22px 60px rgba(17, 35, 30, 0.09);
}

.hl1-site-entry[data-hl1-placement="final"] .hl1-site-entry__card {
  color: #f8f6ef;
  border-color: rgba(255, 255, 255, 0.14);
  background: var(--hl1-forest);
}

.hl1-site-entry__eyebrow {
  margin: 0 0 12px;
  color: var(--hl1-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hl1-site-entry h2 {
  margin: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.hl1-site-entry__lead {
  max-width: 690px;
  margin: 18px 0 0;
  color: var(--hl1-muted);
  font-size: clamp(16px, 1.65vw, 19px);
  line-height: 1.55;
}

.hl1-site-entry[data-hl1-placement="final"] .hl1-site-entry__lead {
  color: rgba(255, 255, 255, 0.72);
}

.hl1-site-entry__actions {
  display: grid;
  gap: 10px;
}

.hl1-site-entry__button {
  min-height: 56px;
  padding: 13px 18px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  transition: transform 0.18s ease, filter 0.18s ease;
}

.hl1-site-entry__button:hover {
  filter: brightness(1.07);
  transform: translateY(-2px);
}

.hl1-site-entry__button:focus-visible {
  outline: 3px solid #e9bf78;
  outline-offset: 3px;
}

.hl1-site-entry__button:disabled {
  cursor: wait;
  filter: grayscale(0.25);
  opacity: 0.72;
  transform: none;
}

.hl1-site-entry__button[data-hl1-channel="telegram"] {
  background: var(--hl1-telegram);
}

.hl1-site-entry__button[data-hl1-channel="max"] {
  background: var(--hl1-max);
}

.hl1-site-entry__note,
.hl1-site-entry__status {
  margin: 10px 2px 0;
  color: var(--hl1-muted);
  font-size: 13px;
  line-height: 1.45;
}

.hl1-site-entry[data-hl1-placement="final"] .hl1-site-entry__note {
  color: rgba(255, 255, 255, 0.62);
}

.hl1-site-entry__status {
  min-height: 1.45em;
  color: #8b6228;
}

.hl1-site-entry[data-hl1-placement="final"] .hl1-site-entry__status {
  color: #f1cf94;
}

@media (max-width: 760px) {
  .hl1-site-entry {
    width: min(100% - 24px, 1160px);
    margin: 34px auto;
  }

  .hl1-site-entry__card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 20px;
    border-radius: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hl1-site-entry__button {
    transition: none;
  }
}
