@font-face {
  font-family: "Alegreya Sans";
  src: url("fonts/Alegreya_Sans/AlegreyaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Alegreya Sans";
  src: url("fonts/Alegreya_Sans/AlegreyaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/static/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/static/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

:root {
  --green-dark: #0c4b2c;
  --green-light: #93c12a;
  --white: #ffffff;
  --ink: #0a1f14;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Roboto", sans-serif;
}

body {
  background: var(--green-dark);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image:
    linear-gradient(130deg, rgba(12, 75, 44, 1), rgba(12, 75, 44, 0.9), rgba(147, 193, 42, 0.34)),
    url("img/background-webite-placeing.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 32px clamp(20px, 6vw, 72px);
}

.hero-header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(12px, 3vh, 28px) 0 clamp(20px, 4vh, 40px);
}

.logo {
  width: clamp(150px, 20vw, 280px);
  height: auto;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.28));
  padding: 2% 0%;
}

.hero-content {
  margin: auto;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}

h1 {
  margin: 0;
  font-family: "Alegreya Sans", sans-serif;
  color: var(--white);
  font-size: clamp(2.2rem, 6.4vw, 5rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.hero-content > p {
  margin: 34px auto 0;
  color: var(--white);
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.6;
  max-width: 620px;
}

.services {
  margin: 36px 0 0;
  font-family: "Alegreya Sans", sans-serif;
  color: var(--green-light);
  font-size: clamp(1.05rem, 2.5vw, 1.85rem);
  line-height: 1.45;
  font-weight: 400;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.cta {
  margin: 40px auto 0;
  padding: 5% 10%;
  width: fit-content;
  max-width: 100%;
  border-radius: 12px;
  background: rgba(8, 32, 20, 0.58);
  color: var(--white);
  text-align: left;
  backdrop-filter: blur(2px);
}

.cta h2 {
  margin: 0;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  color: var(--green-light);
  font-size: clamp(1rem, 2.3vw, 1.4rem);
  line-height: 1.35;
}

.cta p,
.cta address {
  margin: 12px 0 0;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
}

.cta a {
  color: var(--green-light);
  text-decoration-thickness: 1px;
  text-decoration: none;
}

.cta a:hover,
.cta a:focus-visible {
  color: var(--white);
}

.owners {
  margin-top: 14px;
  font-weight: 700;
}

.site-footer {
  margin-top: auto;
  padding-top: 26px;
}

.footer-nav {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.footer-nav a {
  color: var(--white);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--green-light);
  border-bottom-color: var(--green-light);
}

.legal-body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(145deg, #0c4b2c 0%, #123d28 42%, #93c12a 160%);
  color: var(--white);
}

.legal-wrap {
  width: min(980px, 92vw);
  margin: 0 auto;
  padding: 42px 0 30px;
}

.legal-logo {
  width: clamp(120px, 15vw, 190px);
  display: block;
  margin: 0 auto 22px;
}

.legal-card {
  background: rgba(7, 34, 20, 0.78);
  border: 1px solid rgba(147, 193, 42, 0.5);
  border-radius: 14px;
  padding: clamp(20px, 3.5vw, 36px);
}

.legal-card h1 {
  font-family: "Alegreya Sans", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.1;
  margin: 0 0 24px;
}

.legal-card h2 {
  font-family: "Alegreya Sans", sans-serif;
  color: var(--green-light);
  margin: 26px 0 10px;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.legal-card h3 {
  margin: 16px 0 8px;
  font-family: "Alegreya Sans", sans-serif;
  color: var(--green-light);
  font-size: 1.05rem;
}

.legal-card p,
.legal-card li,
.legal-card address {
  margin: 0 0 10px;
  line-height: 1.6;
  font-size: 1rem;
}

.legal-card ul {
  margin: 0 0 12px 20px;
  padding: 0;
}

.legal-card a {
  color: var(--green-light);
  text-decoration: none;
}

.legal-card a:hover,
.legal-card a:focus-visible {
  color: var(--white);
}

.legal-footer {
  margin-top: 18px;
  padding: 12px 2px 0;
  text-align: center;
  font-size: 0.9rem;
  opacity: 0.95;
}

@media (max-width: 640px) {
  .hero {
    padding: 20px 16px;
  }

  .hero-content {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cta {
    width: 100%;
  }

  .legal-wrap {
    padding-top: 26px;
  }
}
