:root {
  --contact-bg: #202124;
  --contact-panel: rgba(45, 46, 51, 0.82);
  --contact-line: rgba(255, 255, 255, 0.12);
  --contact-text: #f4efe7;
  --contact-muted: #aaa6a0;
}

.brand-contact-page {
  min-height: 100svh;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 34%),
    var(--contact-bg);
  color: var(--contact-text);
}

body > .tm-footer { display: none; }

.brand-contact-main {
  width: min(860px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 132px 0 72px;
}

.brand-contact-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--contact-muted);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.brand-contact-back:hover { color: var(--contact-text); }

.brand-contact-intro {
  max-width: 690px;
  margin-top: 54px;
}

.brand-contact-intro > p {
  margin: 0 0 13px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-contact-intro h1 {
  margin: 0;
  color: var(--contact-text);
  font-size: 46px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.brand-contact-intro > span {
  display: block;
  max-width: 650px;
  margin-top: 18px;
  color: var(--contact-muted);
  font-size: 16px;
  line-height: 1.65;
}

.brand-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid var(--contact-line);
  border-radius: 8px;
  background: var(--contact-panel);
  box-shadow: 0 28px 60px -38px rgba(0, 0, 0, 0.92), inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
}

.brand-contact-panel-copy,
.brand-contact-email {
  padding: 26px;
}

.brand-contact-panel-copy {
  border-right: 1px solid var(--contact-line);
}

.brand-contact-panel-copy > span,
.brand-contact-email > span {
  display: block;
  color: #f28a32;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-contact-panel-copy > strong {
  display: block;
  margin-top: 9px;
  color: var(--contact-text);
  font-size: 20px;
}

.brand-contact-panel-copy p {
  margin: 9px 0 0;
  color: var(--contact-muted);
  font-size: 14px;
  line-height: 1.6;
}

.brand-contact-email {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.brand-contact-email > strong {
  max-width: 100%;
  margin-top: 9px;
  overflow-wrap: anywhere;
  color: var(--contact-text);
  font-size: 17px;
}

.brand-contact-email button {
  min-height: 38px;
  margin-top: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--contact-text);
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

.brand-contact-email button:hover { background: rgba(255, 255, 255, 0.12); }

.brand-contact-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 22px;
  color: var(--contact-muted);
  font-size: 12px;
  font-weight: 650;
}

.brand-contact-topics span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.brand-contact-topics i { color: #f28a32; }

@media (max-width: 680px) {
  .brand-contact-main {
    width: min(100% - 32px, 860px);
    padding-top: 108px;
  }

  .brand-contact-intro { margin-top: 40px; }
  .brand-contact-intro h1 { font-size: 36px; }
  .brand-contact-panel { grid-template-columns: 1fr; }
  .brand-contact-panel-copy { border-right: 0; border-bottom: 1px solid var(--contact-line); }
}
