:root {
  --shared-primary: #0164e4;
  --shared-primary-deep: #0f172a;
  --shared-line: #d8e3f1;
  --shared-text: #142033;
  --shared-muted: #5b6c84;
  --shared-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
  --shared-focus-ring: 0 0 0 3px rgba(220, 234, 255, 0.95), 0 0 0 6px rgba(1, 100, 228, 0.28);
  --shared-container: 1200px;
}

.shared-header,
.shared-footer,
.shared-map-modal,
.shared-video-modal {
  font-family: "Inter-Regular", Arial, sans-serif;
}

.shared-header *,
.shared-footer *,
.shared-map-modal *,
.shared-video-modal * {
  box-sizing: border-box;
}

.shared-header a,
.shared-footer a,
.shared-footer button,
.shared-map-modal button,
.shared-video-modal button,
.shared-footer input,
.shared-footer textarea {
  font: inherit;
  text-decoration: none;
}

.shared-container {
  width: min(var(--shared-container), calc(100% - 32px));
  margin: 0 auto;
}

.shared-brand:focus-visible,
.shared-desktop-nav a:focus-visible,
.shared-mobile-nav summary:focus-visible,
.shared-mobile-panel a:focus-visible,
.shared-button:focus-visible,
.shared-back-to-top:focus-visible,
.shared-footer-social-link:focus-visible,
.shared-footer-contact-card:focus-visible,
.shared-footer input:focus-visible,
.shared-footer textarea:focus-visible,
.shared-dialog-close:focus-visible {
  outline: none;
  box-shadow: var(--shared-focus-ring);
}

.shared-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 12px 0 0;
  background: linear-gradient(180deg, rgba(244, 248, 252, 0.92) 0%, rgba(244, 248, 252, 0) 100%);
}

.shared-header .shared-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
  padding: 0 22px;
  border-radius: 26px;
  border: 1px solid rgba(216, 227, 241, 0.9);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
}

.shared-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 8px 0;
}

.shared-brand img {
  display: block;
  width: auto;
  height: 58px;
  max-width: min(360px, 42vw);
  object-fit: contain;
}

.shared-desktop-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(1, 100, 228, 0.98) 0%, rgba(37, 118, 234, 0.96) 100%);
  border: 1px solid rgba(1, 100, 228, 0.18);
  box-shadow: 0 14px 28px rgba(1, 100, 228, 0.18);
}

.shared-desktop-nav a,
.shared-mobile-panel a {
  font-family: "Inter-Semi Bold", Arial, sans-serif;
  font-size: 14px;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.shared-desktop-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
}

.shared-desktop-nav a:hover,
.shared-desktop-nav a[aria-current="page"] {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
}

.shared-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.shared-lang-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(1, 100, 228, 0.12);
  background: linear-gradient(180deg, #edf4ff 0%, #e2eeff 100%);
  color: var(--shared-primary);
  font-family: "Inter-Semi Bold", Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shared-lang-pill svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shared-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  border: 0;
  background: var(--shared-primary);
  color: #ffffff;
  font-family: "Inter-Bold", Arial, sans-serif;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(1, 100, 228, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.shared-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(1, 100, 228, 0.26);
}

.shared-mobile-nav {
  display: none;
  position: relative;
}

.shared-mobile-nav summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--shared-line);
  background: #ffffff;
  display: grid;
  place-items: center;
}

.shared-mobile-nav summary::-webkit-details-marker {
  display: none;
}

.shared-mobile-nav summary svg {
  width: 20px;
  height: 20px;
  stroke: var(--shared-text);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shared-mobile-nav[open] summary {
  border-color: rgba(1, 100, 228, 0.22);
  background: #edf4ff;
}

.shared-mobile-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: min(320px, calc(100vw - 32px));
  display: grid;
  gap: 16px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--shared-line);
  box-shadow: var(--shared-shadow);
}

.shared-mobile-panel nav {
  display: grid;
  gap: 14px;
}

.shared-mobile-panel a {
  color: var(--shared-muted);
}

.shared-mobile-panel a:hover,
.shared-mobile-panel a[aria-current="page"] {
  color: var(--shared-primary);
}

.shared-footer {
  padding: 34px 0 38px;
}

.shared-footer-shell {
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(135deg, #0f172a 0%, #17263f 58%, #114ea7 100%);
  box-shadow: var(--shared-shadow);
}

.shared-footer-inquiry {
  padding: 34px 36px 28px;
}

.shared-footer-inquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: 30px;
  align-items: stretch;
}

.shared-footer-inquiry-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  color: #ffffff;
}

.shared-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  justify-self: start;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-family: "Inter-Semi Bold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shared-footer-inquiry-copy h2 {
  margin: 0;
  font-family: "Inter-Bold", Arial, sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.shared-footer-inquiry-copy p {
  margin: 0;
  max-width: 540px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.6;
}

.shared-footer-form {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.shared-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.shared-field {
  display: grid;
  gap: 8px;
}

.shared-field label {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Inter-Semi Bold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shared-field input,
.shared-field textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 14px 16px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.shared-field input::placeholder,
.shared-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.shared-field textarea {
  min-height: 114px;
  resize: vertical;
}

.shared-field input[aria-invalid="true"],
.shared-field textarea[aria-invalid="true"] {
  border-color: rgba(255, 137, 137, 0.9);
  background: rgba(255, 137, 137, 0.08);
}

.shared-field-full {
  grid-column: 1 / -1;
}

.shared-field-honeypot {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.shared-footer-form .shared-button {
  min-width: 260px;
  justify-self: center;
}

.shared-form-status {
  margin: 0;
  min-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.shared-form-status.is-success {
  color: #8de6a5;
}

.shared-form-status.is-error {
  color: #ffb4b4;
}

.shared-footer-divider {
  height: 1px;
  margin: 0 36px;
  background: rgba(255, 255, 255, 0.12);
}

.shared-footer-base {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 28px;
  padding: 24px 36px 18px;
}

.shared-footer-base-copy {
  display: grid;
  gap: 28px;
  min-height: 100%;
}

.shared-footer-brand-row {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: end;
}

.shared-footer-brand-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Inter-Semi Bold", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.shared-footer-brand-logo {
  width: auto;
  height: 78px;
  object-fit: contain;
}

.shared-footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.shared-footer-social-link {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.shared-footer-social-link:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
}

.shared-footer-social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.shared-footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 12px 14px;
}

.shared-footer-contact-card {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  min-height: 74px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.shared-footer-contact-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.shared-icon-badge {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.shared-icon-badge svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shared-footer-heading {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.56);
  font-family: "Inter-Semi Bold", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shared-footer-contact-value {
  color: #ffffff;
  font-family: "Inter-Semi Bold", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  word-break: break-word;
}

.shared-address-card {
  grid-column: 1 / -1;
  min-height: 70px;
}

.shared-footer-contact-address {
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.45;
}

.shared-footer-bottom {
  padding: 18px 36px 22px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.shared-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #0164e4 0%, #0b57c6 100%);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(1, 100, 228, 0.28);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.shared-back-to-top:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(1, 100, 228, 0.32);
}

.shared-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.shared-back-to-top svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shared-map-modal,
.shared-video-modal {
  border: 0;
  padding: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.3);
}

.shared-map-modal::backdrop,
.shared-video-modal::backdrop {
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(6px);
}

.shared-map-modal {
  width: min(920px, calc(100vw - 24px));
  background: #ffffff;
}

.shared-video-modal {
  width: min(980px, calc(100vw - 24px));
  background: #0f172a;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.34);
}

.shared-map-modal-shell,
.shared-video-modal-shell {
  display: grid;
  gap: 0;
}

.shared-map-modal-head,
.shared-video-modal-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px 18px;
}

.shared-map-modal-head {
  border-bottom: 1px solid var(--shared-line);
  background: #ffffff;
}

.shared-video-modal-head {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(20, 78, 170, 0.9));
  color: #ffffff;
}

.shared-map-modal-head h3,
.shared-video-modal-head h3 {
  margin: 0 0 6px;
  font-family: "Inter-Bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.shared-map-modal-head h3 {
  color: var(--shared-text);
}

.shared-video-modal-head h3 {
  color: #ffffff;
}

.shared-map-modal-head p,
.shared-video-modal-head p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.shared-map-modal-head p {
  color: var(--shared-muted);
}

.shared-video-modal-head p {
  color: rgba(255, 255, 255, 0.74);
}

.shared-dialog-close {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--shared-line);
  background: #ffffff;
  color: var(--shared-text);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.shared-video-modal .shared-dialog-close {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.shared-map-player,
.shared-video-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.shared-map-player {
  background: #eef3fb;
}

.shared-video-player {
  background: #000000;
}

.shared-map-player iframe,
.shared-video-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.shared-map-modal-meta {
  padding: 16px 22px 20px;
  background: #ffffff;
  color: var(--shared-muted);
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 1080px) {
  .shared-desktop-nav,
  .shared-header-actions {
    display: none;
  }

  .shared-mobile-nav {
    display: block;
  }

  .shared-footer-inquiry-grid,
  .shared-footer-base {
    grid-template-columns: 1fr;
  }

  .shared-footer-form .shared-button {
    width: 100%;
    min-width: 0;
  }

  .shared-footer-base-copy {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .shared-header {
    padding-top: 10px;
  }

  .shared-header .shared-container {
    gap: 14px;
    min-height: 70px;
    padding: 0 16px;
    border-radius: 22px;
  }

  .shared-brand img {
    height: 50px;
    max-width: min(280px, 58vw);
  }

  .shared-footer {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .shared-footer-shell {
    border-radius: 24px;
  }

  .shared-footer-inquiry,
  .shared-footer-base {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shared-footer-inquiry {
    padding-top: 26px;
    padding-bottom: 22px;
  }

  .shared-footer-divider {
    margin: 0 20px;
  }

  .shared-footer-base {
    padding-top: 20px;
    padding-bottom: 16px;
    gap: 20px;
  }

  .shared-footer-brand-row {
    gap: 14px;
  }

  .shared-footer-brand-logo {
    height: 60px;
  }

  .shared-footer-brand-row p {
    font-size: 14px;
  }

  .shared-form-grid,
  .shared-footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .shared-address-card {
    grid-column: auto;
  }

  .shared-footer-contact-address {
    white-space: normal;
  }

  .shared-back-to-top {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
    border-radius: 999px;
  }
}

@media (max-width: 520px) {
  .shared-footer-inquiry-copy h2 {
    font-size: 42px;
  }

  .shared-footer-form {
    padding: 18px;
    border-radius: 22px;
  }

  .shared-field input,
  .shared-field textarea {
    padding: 13px 14px;
  }
}
