/**
 * Страница контактов sluck24.by — slc-contacts__*
 */
body.site-sluck .slc-contacts {
  font-family: 'Inter', system-ui, sans-serif;
}

body.site-sluck .slc-contacts-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 20px 64px;
  background: linear-gradient(135deg, #0b0e14 0%, #111827 45%, #14532d 100%);
  color: #fff;
}

body.site-sluck .slc-contacts-hero__mesh,
body.site-sluck .slc-contacts-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.site-sluck .slc-contacts-hero__mesh {
  background:
    radial-gradient(circle at 20% 30%, rgba(34, 197, 94, 0.15) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(34, 197, 94, 0.08) 0%, transparent 40%);
}

body.site-sluck .slc-contacts-hero__grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.4;
}

body.site-sluck .slc-contacts-hero__layout {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}

body.site-sluck .slc-contacts-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #86efac;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.25);
  border-radius: 999px;
}

body.site-sluck .slc-contacts-hero__title {
  margin: 0 0 16px;
  font-size: clamp(30px, 5vw, 44px);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

body.site-sluck .slc-contacts-hero__title span {
  display: block;
  margin-top: 6px;
  background: linear-gradient(90deg, #22c55e, #86efac);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.site-sluck .slc-contacts-hero__lead {
  margin: 0 0 24px;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.65;
  color: #cbd5e1;
}

body.site-sluck .slc-contacts-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.site-sluck .slc-contacts-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background 0.15s;
}

body.site-sluck .slc-contacts-btn--primary {
  color: #14532d !important;
  background: #22c55e;
}

body.site-sluck .slc-contacts-btn--primary:hover {
  background: #4ade80;
}

body.site-sluck .slc-contacts-btn--ghost {
  color: #e2e8f0 !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

body.site-sluck .slc-contacts-btn--ghost:hover {
  background: rgba(34, 197, 94, 0.15);
}

body.site-sluck .slc-contacts-channels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

body.site-sluck .slc-contacts-channel {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s, border-color 0.15s;
}

body.site-sluck .slc-contacts-channel:hover {
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.35);
}

body.site-sluck .slc-contacts-channel__icon {
  display: flex;
  align-items: center;
}

body.site-sluck .slc-contacts-channel__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94a3b8;
}

body.site-sluck .slc-contacts-channel__value {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  word-break: break-word;
}

body.site-sluck .slc-contacts-topics {
  max-width: 1500px;
  margin: 0 auto;
  padding: 56px 20px;
}

body.site-sluck .slc-contacts-section-head {
  text-align: center;
  margin-bottom: 36px;
}

body.site-sluck .slc-contacts-section-head h2 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 900;
  color: #0f172a;
}

body.site-sluck .slc-contacts-section-head p {
  margin: 0;
  color: #64748b;
}

body.site-sluck .slc-contacts-topics__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

body.site-sluck .slc-contacts-topic {
  padding: 24px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

body.site-sluck .slc-contacts-topic__icon {
  display: block;
  margin-bottom: 12px;
}

body.site-sluck .slc-contacts-topic h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
}

body.site-sluck .slc-contacts-topic p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #64748b;
}

body.site-sluck .slc-contacts-topic a {
  color: #16a34a !important;
  font-weight: 600;
}

body.site-sluck .slc-contacts-legal {
  padding: 0 20px 56px;
  max-width: 1500px;
  margin: 0 auto;
}

body.site-sluck .slc-contacts-legal__box {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  padding: 32px;
  background: linear-gradient(145deg, #f0fdf4, #ecfdf5);
  border: 1px solid #bbf7d0;
  border-radius: 20px;
}

body.site-sluck .slc-contacts-legal__box h2 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 900;
  color: #0f172a;
}

body.site-sluck .slc-contacts-legal__dl {
  margin: 0;
  display: grid;
  gap: 14px;
}

body.site-sluck .slc-contacts-legal__dl dt {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin-bottom: 4px;
}

body.site-sluck .slc-contacts-legal__dl dd {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}

body.site-sluck .slc-contacts-legal__docs-title {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #64748b;
}

body.site-sluck .slc-contacts-legal__docs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.site-sluck .slc-contacts-legal__docs a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  color: #16a34a !important;
  text-decoration: none;
}

body.site-sluck .slc-contacts-form {
  padding: 0 20px 80px;
  max-width: 720px;
  margin: 0 auto;
}

body.site-sluck .slc-contacts-form__wrap {
  padding: 36px 32px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}

body.site-sluck .slc-contacts-form__wrap h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 900;
}

body.site-sluck .slc-contacts-form__lead {
  margin: 0 0 24px;
  color: #64748b;
  font-size: 15px;
}

body.site-sluck .slc-contacts-form__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

body.site-sluck .slc-contacts-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.site-sluck .slc-contacts-field--full {
  grid-column: 1 / -1;
}

body.site-sluck .slc-contacts-field span {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}

body.site-sluck .slc-contacts-field input,
body.site-sluck .slc-contacts-field select,
body.site-sluck .slc-contacts-field textarea {
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-family: inherit;
}

body.site-sluck .slc-contacts-form__form .slc-contacts-btn {
  grid-column: 1 / -1;
  justify-self: start;
}

@media (max-width: 900px) {
  body.site-sluck .slc-contacts-hero__layout {
    grid-template-columns: 1fr;
  }

  body.site-sluck .slc-contacts-topics__grid {
    grid-template-columns: 1fr 1fr;
  }

  body.site-sluck .slc-contacts-legal__box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  body.site-sluck .slc-contacts-channels,
  body.site-sluck .slc-contacts-topics__grid,
  body.site-sluck .slc-contacts-form__form {
    grid-template-columns: 1fr;
  }
}
