/* ===== COLOR VARIABLES ===== */
/* Easily adjust colors here */
:root {
  --bg-color: #d9d9d9;
  --header-red: #c62031;
  --body-gray: #f5f5f5;
  --text-light: #e7e7e7;
}

* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bg-color);
}
.header-section {
  width: 100%;
  height: 190px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex: 1;
}
.content-container {
  width: 100%;
  max-width: 1600px;
  height: 1024px;
  background: url("../images/v12_3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.content-background {
  width: 100%;
  height: 100%;
  background: var(--body-gray);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
/* ===== TYPOGRAPHY ===== */
h1 {
  font-family: Jost;
  font-size: 48px;
  font-weight: Bold;
  color: #333333;
  margin: 40px 0 5px 0;
  line-height: 1.2;
}
h2 {
  font-family: Jost;
  font-size: 26px;
  font-weight: SemiBold;
  color: #555555;
  margin: 30px 0 5px 0;
  line-height: 1.3;
}
h3 {
  font-family: Jost;
  font-size: 20px;
  font-weight: Medium;
  color: #777777;
  margin: 20px 0 2px 0;
  line-height: 1.4;
}
p {
  font-family: Jost;
  font-size: 18px;
  font-weight: Regular;
  color: #444444;
  margin: 0 0 15px 0;
  line-height: 1.6;
}
.content-text {
  position: relative;
  z-index: 2;
  padding: 60px 80px;
  max-width: 1400px;
  margin: 0 auto;
}
.footer-section {
  width: 100%;
  height: 190px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-red-bg {
  width: 100%;
  height: 150px;
  background: var(--header-red);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.footer-content {
  width: 100%;
  max-width: 1600px;
  height: 150px;
  position: relative;
  z-index: 2;
}
.header-content {
  width: 100%;
  max-width: 1600px;
  height: 190px;
  background: url("../images/v12_2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.header-red-bg {
  width: 100%;
  height: 190px;
  background: var(--header-red);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.header-background {
  display: none;
}
.header-logo {
  width: 311px;
  height: 74px;
  background: url("../images/v9_2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 58px;
  left: 25px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 368px;
  right: 363px;
  transform: translateY(-50%);
  height: 80px;
  gap: 20px;
}
.header-nav-link {
  color: var(--text-light);
  font-family: Jost;
  font-weight: Medium;
  font-size: 16px;
  opacity: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: text-decoration 0.3s ease;
}
.header-nav-link:hover {
  text-decoration: underline;
}
.header-button {
  width: 266px;
  height: 72px;
  background: url("../images/v9_4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 58px;
  right: 25px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.footer-logo {
  width: 266px;
  height: 72px;
  background: url("../images/v9_5.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 26px;
  left: 25px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.footer-contact {
  width: 320px;
  color: var(--text-light);
  position: absolute;
  top: 36px;
  left: 404px;
  font-family: Jost;
  font-weight: Medium;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}
.footer-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: absolute;
  top: 100px;
  right: 0px;
  height: 20px;
}
.footer-link {
  color: var(--text-light);
  font-family: Jost;
  font-weight: Medium;
  font-size: 12px;
  opacity: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: text-decoration 0.3s ease;
}
.footer-link:hover {
  text-decoration: underline;
}
.footer-link-separator {
  color: var(--text-light);
  font-family: Jost;
  font-weight: Medium;
  font-size: 12px;
  opacity: 1;
  margin: 0 4px;
}
.footer-disclaimer {
  width: 599px;
  color: var(--text-light);
  position: absolute;
  top: 20px;
  right: 0px;
  font-family: Jost;
  font-weight: Medium;
  font-size: 12px;
  opacity: 1;
  text-align: right;
}
