body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  background: #1c1c1e;
  color: #f5f5f7; }

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5vh 2rem;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1c1c1e), to(#d0c815d4));
  background: linear-gradient(to bottom, #1c1c1e 50%, #d0c815d4 100%); }

.hero-bottom-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  overflow: hidden; }

.hero h3 {
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e1390e; }

.hero h1,
.section h3 {
  font-family: "Anton", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e1390e; }

.hero h2,
.section p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #f5f5f7; }

.cta-button {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 1rem;
  background: #ff5c00;
  color: #1c1c1e;
  padding: 1rem 2rem;
  border-radius: 8px;
  border: none;
  cursor: pointer; }

.cta-button:hover {
  background: #e65100; }

a.cta-link {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 28px;
  background-color: #e1390e;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

a.cta-link:hover {
  background-color: #e63300; }

.section {
  padding: 5rem 2rem;
  text-align: center; }

.section h3 {
  font-size: 2rem;
  margin-bottom: 1rem; }

.section p {
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9; }

.logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem; }

.logos img {
  height: 50px;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.logos img:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.map {
  margin-top: 3rem;
  text-align: center; }

.map img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }

.logo-header {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1000; }

.logo {
  height: 40px;
  width: auto;
  opacity: 0.95; }

footer {
  padding: 2rem;
  font-size: 0.8rem;
  text-align: center;
  color: #999; }

body {
  margin: 0;
  font-family: "Inter", sans-serif; }

.main-header {
  top: 0;
  left: 0;
  text-align: right;
  margin-right: 5vw;
  margin-top: 10px;
  z-index: 999;
  padding: 20px 0; }

.main-header .container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.nav-links a {
  margin-left: 20px;
  text-decoration: none;
  color: #f5f5f7;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.nav-links a:hover {
  color: #e1390e; }
