﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wow {
  visibility: hidden;
}

body {
  line-height: 1.1;
  overflow-x: clip;
}

html {
  font-size: 10px;
  overflow-x: clip;
}

:root {
  --font-Lato: "Lato", sans-serif;
  --font-Arial: Arial, Helvetica, sans-serif;
  --font-Oswald: "Oswald", sans-serif;
  --font-Montserrat: "Montserrat", sans-serif;
  --font-opensans: "Open Sans", sans-serif;
  --font-Poppins: "Poppins", sans-serif;
  --font-Audiowide: "Audiowide", sans-serif;
}


.card-scale {
  width: 100%;
  max-width: 727px;
  margin: 0 auto;
  overflow: hidden;
}

#card {
  position: relative;
  width: 727px;
}

#card .card-top {
  position: relative;
  background: url("/assets/images/bg-final.webp") no-repeat top center;
}

#card .fade-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 360px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
  z-index: 1;
}

#card .hero {
  position: relative;
  width: 727px;
  height: 306px;
  background: url("/assets/images/bg-logo.webp") no-repeat top center;
}

#card .logo {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 309px;
  height: 69px;
}

#card .avatar {
  position: absolute;
  top: 139px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 216px;
  height: 216px;
  border-radius: 50%;
}

#card .profile {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  text-align: center;
}

#card .name {
  font-family: var(--font-Audiowide);
  font-size: 58px;
  font-weight: 400;
  color: #04456f;
  text-transform: uppercase;
  letter-spacing: 0;
}

#card .role {
  font-family: var(--font-Montserrat);
  font-size: 22px;
  font-weight: 400;
  color: #123147;
  letter-spacing: 5px;
  margin-top: 0;
}

#card .social-row {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 680px;
  max-width: 100%;
  margin: 25px auto 0;
  padding-bottom: 33px;
}

#card .social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

#card .icon-circle {
  width: 91px;
  height: 91px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#card .icon-circle img {
  display: block;
}

#card .icon-green {
  background: #129243;
}

#card .icon-navy {
  background: #04456f;
}

#card .social-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-opensans);
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

#card .social-label b {
  font-weight: 700;
  color: #04456f;
}

#card .social-label em {
  font-weight: 400;
  font-style: normal;
  color: #04456f;
}

#card .social-label .ghost {
  visibility: hidden;
}

#card .info-section {
  position: relative;
  width: 727px;
  background: url("/assets/images/bg-info.webp") no-repeat top center;
  padding: 25px 0 0;
}

#card .info-title {
  text-align: center;
  font-family: var(--font-Audiowide);
  font-size: 21px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 26px;
}

#card .info-title b {
  font-weight: 800;
}

#card .info-title span {
  font-family: var(--font-Montserrat);
  font-weight: 300;
}

#card .info-list {
  width: 576px;
  max-width: calc(100% - 66px);
  margin: 0 auto 33px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#card .info-row {
  position: relative;
  display: flex;
  align-items: center;
  height: 66px;
  background: #093654;
  border-radius: 33px;
  padding: 0 24px 0 105px;
  text-decoration: none;
}

#card .info-badge {
  position: absolute;
  left: 0;
  top: 0;
  width: 66px;
  height: 66px;
  line-height: 0;
}

#card .info-badge img {
  display: block;
}

#card .info-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#card .info-text b {
  font-family: var(--font-Audiowide);
  font-size: 16.6px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
}

#card .info-text span {
  font-family: var(--font-Lato);
  font-size: 16.5px;
  color: #ffffff;
}

#card .info-arrow {
  flex-shrink: 0;
  margin-left: 12px;
  display: block;
}

#card .info-bottom {
  min-height: 77px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 75px;
}

#card .info-address {
  font-family: var(--font-Lato);
  font-size: 16.6px;
  line-height: 1.35;
}

#card .info-address b {
  display: block;
  font-weight: 700;
  color: #04456f;
}

#card .info-address em {
  display: block;
  font-weight: 400;
  font-style: normal;
  color: #04456f;
}

#card .info-maps {
  flex-shrink: 0;
  display: block;
}

#card .info-maps img {
  display: block;
}

#card .map-section {
  width: 727px;
  background: #ffffff;
  padding: 0 0 20px;
}

#card .map-frame-wrap {
  position: relative;
}

#card .map-frame {
  display: block;
  width: 100%;
  height: 209px;
  border: 0;
}

#card .map-shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 1;
}

#card .map-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 26px;
}

#card .map-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 311px;
  height: 65px;
  background: #044470;
  border-radius: 33px;
  text-decoration: none;
}

#card .map-btn img {
  display: block;
}

#card .map-btn span {
  font-family: var(--font-opensans);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
}

.qr-modal {
  position: fixed;
  inset: 0;
  background: rgba(4, 26, 43, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 999;
}

.qr-modal.is-open {
  display: flex;
}

.qr-modal-box {
  position: relative;
  width: 100%;
  max-width: 320px;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 32px 32px;
  text-align: center;
}

.qr-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #f1f1f1;
  color: #123147;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.qr-modal-title {
  font-family: var(--font-Audiowide);
  font-size: 18px;
  color: #04456f;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.qr-code-box {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.qr-modal-hint {
  font-family: var(--font-Lato);
  font-size: 14px;
  color: #5f6d7a;
  margin-top: 16px;
}


