body {
  margin: 0;
  padding: 0;
  background: #062335;
  color: #f0efef;
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
  min-height: 100vh;
  min-width: 100vw;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bg {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  opacity: 0.97;
  pointer-events: none;
}

.glass-card {
  z-index: 2;
}


@media (min-aspect-ratio: 16/9) {
  .hero-bg {
    height: 100vh;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero-bg {
    width: 100vw;
  }
}


.glass-card {
  position: relative;
  margin: 0 auto;
  width: 95vw;
  max-width: 520px;
  min-height: 370px;
  background: rgba(6, 35, 53, 0.62);
  box-shadow: 0 8px 44px 0 rgba(6,35,53,0.27), 0 1.5px 16px 0 rgba(220,99,38,0.05);
  border-radius: 20px;
  border: 1.5px solid #f0efef33;
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 2.4rem 2.2rem 2.1rem 2.2rem;
  gap: 2.1rem;
  z-index: 2;
  animation: fadeInUp 1.1s 0.3s both;
  box-sizing: border-box;
}


.logo-img-wide-placeholder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0.7rem;
  background: transparent !important;
}
.logo-img-wide {
  width: 260px;
  max-width: 90vw;
  height: 60px;
  object-fit: contain;
  border-radius: 8px;
  background: transparent !important;
  box-shadow: none;
  border: none;
}
.text-content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.7rem;
}

.tagline {
  font-size: 1.4rem;
  font-weight: 300;
  color: #dc6326;
  letter-spacing: 1px;
  text-shadow: 0 1px 8px rgba(220,99,38,0.13);
  animation: fadeInUp 1.1s 0.4s both;
  text-transform: uppercase;
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
}

.description {
  font-size: 1.07rem;
  color: #f0efef;
  margin-top: 0.4rem;
  line-height: 1.7;
  opacity: 0.93;
  animation: fadeInUp 1.1s 0.5s both;
}

.contact-area {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.3rem;
  width: 100%;
}
.contact-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #f0efef;
  margin-bottom: 0.7rem;
  letter-spacing: 1px;
  text-shadow: 0 1px 8px rgba(6,35,53,0.13);
  align-self: center;
  animation: fadeInDown 1.1s 0.6s both;
}
.buttons {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  width: 100%;
  align-items: stretch;
}
.contact-btn {
  background: transparent;
  color: #dc6326;
  text-decoration: none;
  font-size: 1.13rem;
  font-weight: 600;
  border: 2px solid #dc6326;
  border-radius: 12px;
  padding: 1.05rem 2.1rem;
  transition: border-color 0.18s, color 0.18s, background 0.18s, box-shadow 0.18s;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  min-width: 160px;
  display: flex;
  align-items: center;
  gap: 0.7em;
  justify-content: center;
  font-family: 'Ibrand', 'Segoe UI', 'Roboto', Arial, sans-serif;
  letter-spacing: 0.02em;
  animation: none;
  backdrop-filter: none;
  overflow: hidden;
  position: relative;
}
.contact-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 120%;
  height: 120%;
  background: rgba(255,255,255,0.18);
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.32s cubic-bezier(.4,0,.2,1), opacity 0.32s cubic-bezier(.4,0,.2,1);
  z-index: 1;
}
.contact-btn:hover::after, .contact-btn:focus::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.contact-btn > * {
  position: relative;
  z-index: 2;
}

.contact-btn:hover, .contact-btn:focus {
  background: #dc6326;
  color: #fff;
  border-color: #fff;
  box-shadow: 0 2px 14px rgba(220,99,38,0.13);
}


.contact-btn:hover, .contact-btn:focus {
  background: #a94c1b;
  color: #fff;
  border-color: #fff;
  box-shadow: 0 4px 24px rgba(220,99,38,0.22);
}
.contact-btn.wide {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.18rem;
  border-radius: 14px;
  padding: 1.2rem 0;
  justify-content: center;
  background: transparent;
  animation: none;
  display: flex;
  align-items: center;
  border-width: 2.5px;
  margin: 0;
}

.slim-btns {
  display: flex;
  flex-direction: row;
  gap: 1.1rem;
  width: 100%;
}
.contact-btn.slim {
  flex: 1 1 0;
  min-width: 0;
  font-size: 1.04rem;
  padding: 0.9rem 0.5rem 0.9rem 1.1rem;
  border-radius: 9px;
  justify-content: flex-start;
  background: rgba(220,99,38,0.88);
  color: #fff;
  border: 2px solid #dc6326;
  animation-delay: 0.8s;
  transition: background 0.18s, color 0.18s, border 0.18s;
}
.contact-btn.slim:hover, .contact-btn.slim:focus {
  background: #fff;
  color: #dc6326;
  border: 2px solid #fff;
}


/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: none; }
}
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-40px); }
  to { opacity: 1; transform: none; }
}
.animate-hero { animation: fadeInDown 1.1s 0.1s both; }
.animate-card { animation: fadeInUp 1.1s 0.3s both; }

.site-footer {
  width: 100vw;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 1rem ;
  font-size: 1rem;
  color: #f0efefcc;
  background: none;
  z-index: 10;
  letter-spacing: 0.02em;
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
}
.footer-link {
  color: #dc6326;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.18s, text-decoration 0.18s;
}
.footer-link:hover, .footer-link:focus {
  color: #fff;
  text-decoration: underline;
}

