@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/roboto/roboto-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/roboto/roboto-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
  --accent: #0091ff;
  --page-bg: #06090d;
  --text: #111827;
  --muted: #5b6472;
  --card: rgba(255, 255, 255, 0.96);
  --border: rgba(255, 255, 255, 0.45);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  background: var(--page-bg);
}

body {
  margin: 0;
  font-family:
    Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--text);
}

a {
  color: inherit;
}

.contact-page {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
  overflow: hidden;
  padding: 32px 20px;
  padding:
    max(32px, env(safe-area-inset-top))
    max(20px, env(safe-area-inset-right))
    max(32px, env(safe-area-inset-bottom))
    max(20px, env(safe-area-inset-left));
  isolation: isolate;
  background: var(--page-bg);
}

.contact-page::before {
  position: absolute;
  inset: -24px;
  z-index: -2;
  background-image: var(--contact-bg);
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(10px);
  opacity: 0.48;
  transform: scale(1.04);
}

.contact-page::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(3, 7, 12, 0.7);
  content: "";
}

.contact-card {
  display: grid;
  align-content: center;
  width: min(100%, 580px);
  padding: 34px 32px 32px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--card);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.contact-logo {
  display: block;
  width: 220px;
  max-width: 76%;
  height: auto;
  margin: 0 auto 30px;
}

.contact-details {
  display: grid;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
}

.contact-row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  color: var(--text);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
  text-decoration: none;
  text-align: left;
}

.contact-row:not(.contact-address):hover,
.contact-row:not(.contact-address):focus-visible {
  color: var(--accent);
}

.contact-row:not(.contact-address):focus-visible {
  border-radius: 4px;
  outline: 2px solid rgba(0, 145, 255, 0.45);
  outline-offset: 4px;
}

.contact-address {
  align-items: start;
  border-bottom: 0;
  color: var(--muted);
  grid-template-columns: 20px minmax(0, 1fr) 118px;
  padding-right: 18px;
}

.contact-address-lines {
  display: grid;
  gap: 2px;
}

.contact-icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  color: var(--accent);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.mini-map {
  display: block;
  position: relative;
  width: 118px;
  height: 78px;
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 8px;
  background: rgba(17, 24, 39, 0.04);
  color: var(--text);
  text-decoration: none;
}

.mini-map:hover,
.mini-map:focus-visible {
  border-color: rgba(0, 145, 255, 0.45);
}

.mini-map:focus-visible {
  outline: 2px solid rgba(0, 145, 255, 0.45);
  outline-offset: 3px;
}

.mini-map-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 520px) {
  .contact-page {
    padding: 22px 16px;
  }

  .contact-card {
    padding: 30px 24px 28px;
  }

  .contact-logo {
    width: 190px;
    margin-bottom: 26px;
  }

  .contact-address {
    grid-template-columns: 20px minmax(0, 1fr) 78px;
    gap: 10px;
    padding-right: 10px;
  }

  .mini-map {
    width: 78px;
    height: 58px;
  }
}
