* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background-color: #24252D;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.laurel {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.12;
}

.laurel-1 {
  width: 45vmax;
  height: 85vmin;
  top: -5%;
  right: -8%;
  background-image: url("../images/home/v1_59.png");
}

.laurel-2 {
  width: 38vmax;
  height: 72vmin;
  bottom: -10%;
  left: -6%;
  background-image: url("../images/home/v1_59.png");
  transform: scaleX(-1);
}

.page-content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 3rem;
  max-width: 1400px;
  margin: 0 auto;
}

.logo {
  font-weight: 200;
  font-size: 1.35rem;
  color: #FDBD30;
  text-decoration: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}

.nav-link {
  font-weight: 300;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.nav-link:hover {
  color: #FDBD30;
}

.lang-select {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0.5rem;
}

.lang-select a {
  font-weight: 300;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.lang-select a.active {
  color: #FDBD30;
}

.lang-divider {
  color: rgba(255, 255, 255, 0.35);
}

.article-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem 3rem 4rem;
}

.article-back {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: #FDBD30;
  text-decoration: none;
  font-weight: 300;
  font-size: 0.95rem;
}

.article-back:hover {
  text-decoration: underline;
}

.article-page h1 {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.3;
  margin: 0 0 1rem;
}

.article-lead {
  font-weight: 300;
  font-size: 1rem;
  color: rgba(187, 187, 187, 1);
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

.article-body {
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(220, 220, 220, 1);
}

.article-body p {
  margin: 0 0 1rem;
}

.site-footer {
  max-width: 1400px;
  margin: 0 auto 2rem;
  padding: 0 3rem;
}

.footer-card {
  border-radius: 10px;
  border: 1px solid transparent;
  background:
    linear-gradient(#24252D, #24252D) padding-box,
    linear-gradient(135deg, #474035, #FDBD30, #3E3936, #A17E33) border-box;
  padding: 0.9rem 1.5rem;
  text-align: center;
  font-weight: 300;
  font-size: 0.9rem;
  color: rgba(179, 179, 184, 1);
}

.footer-company {
  display: block;
  color: rgba(179, 179, 184, 1);
  margin-bottom: 0.15rem;
}

.footer-subtitle {
  display: block;
  margin-bottom: 0.15rem;
}

.footer-phone {
  display: block;
  color: #fff;
}
