@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&family=Roboto:wght@400&display=swap');

:root {
  --evo-blue: #061C37;
  --evo-orange: #F18700;
  --evo-orange-light: #F49A1E;
  --white: #FFFFFF;
  --grey: #707070;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: var(--evo-blue);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 140px;
}

/* ── Header / Logo ────────────────────────────────────────────── */

.site-header {
  padding-top: 49px;
  padding-bottom: 44px;
}

.site-logo {
  display: block;
}

.site-logo svg {
  height: 47px;
  width: auto;
}

/* ── Hero Image ───────────────────────────────────────────────── */

.hero {
  width: 100%;
  height: clamp(320px, 60vh, 800px);
  overflow: hidden;
  position: relative;
}

.hero picture,
.hero img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero img {
  object-fit: cover;
  object-position: center 65%;
}

/* ── Main Content ─────────────────────────────────────────────── */

.main-content {
  padding-top: 43px;
  padding-bottom: 80px;
}

.tagline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--evo-orange);
  max-width: 1119px;
}

.tagline .tagline-text {
  font-weight: 600;
}

.stats {
  margin-top: 60px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--white);
}

.stats p {
  margin-bottom: 0;
}

.contact {
  margin-top: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--white);
}

.contact a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact a:hover {
  color: var(--evo-orange);
}

/* ── Footer ───────────────────────────────────────────────────── */

.site-footer {
  margin-top: 114px;
  padding-bottom: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
}

.site-footer p {
  max-width: 675px;
  line-height: 1.8;
}

.site-footer a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: var(--evo-orange);
}

/* ── Privacy Policy Page ─────────────────────────────────────── */

.policy-content {
  padding-top: 43px;
  padding-bottom: 40px;
}

.policy-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--evo-orange);
  margin-bottom: 20px;
}

.policy-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 25px;
}

.policy-intro {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--white);
  margin-bottom: 10px;
}

.policy-nav {
  margin: 40px 0;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.policy-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}

.policy-nav a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s ease;
}

.policy-nav a:hover {
  color: var(--evo-orange);
}

.policy-content section {
  margin-bottom: 50px;
}

.policy-content section:last-of-type {
  margin-bottom: 0;
}

.policy-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: var(--evo-orange);
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.policy-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
  margin-bottom: 12px;
}

.policy-content p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--white);
  margin-bottom: 12px;
}

.policy-content p strong {
  font-weight: 700;
  color: var(--evo-orange);
}

.policy-content p.legitimate-interest {
  padding-left: 20px;
  border-left: 3px solid var(--evo-orange);
  margin-bottom: 20px;
}

.policy-content ul {
  list-style: none;
  margin-bottom: 20px;
}

.policy-content ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--white);
  padding-left: 20px;
  position: relative;
}

.policy-content ul li::before {
  content: '\2013';
  position: absolute;
  left: 0;
  color: var(--evo-orange);
}

.policy-content a {
  color: var(--evo-orange);
  text-decoration: none;
  transition: color 0.2s ease;
}

.policy-content a:hover {
  color: var(--white);
}

.table-wrapper {
  overflow-x: auto;
}

.policy-content table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  min-width: 600px;
}

.policy-content thead th {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  padding: 12px 16px;
  color: var(--evo-blue);
  background-color: var(--evo-orange);
  border: none;
}

.policy-content tbody td {
  padding: 12px 16px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.5;
}

.policy-content tbody tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.03);
}

.policy-content tbody tr:hover td {
  background-color: rgba(241, 135, 0, 0.08);
}

/* ── Responsive ───────────────────────────────────────────────── */

@media (max-width: 1200px) {
  .container {
    padding: 0 80px;
  }

  .tagline {
    font-size: 48px;
    line-height: 52px;
  }

  .stats {
    font-size: 20px;
    line-height: 28px;
  }

  .hero {
    height: clamp(280px, 55vh, 600px);
  }

  .stats {
    margin-top: 50px;
  }

  .contact {
    margin-top: 20px;
  }

  .site-footer {
    margin-top: 80px;
  }

  .policy-title {
    font-size: 48px;
    line-height: 52px;
  }

  .policy-subtitle {
    font-size: 26px;
    line-height: 38px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 40px;
  }

  .site-header {
    padding-top: 30px;
    padding-bottom: 22px;
  }

  .site-logo svg {
    height: 36px;
  }

  .hero {
    height: clamp(200px, 45vh, 400px);
  }

  .main-content {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .tagline {
    font-size: 32px;
    line-height: 38px;
  }

  .stats {
    margin-top: 40px;
    font-size: 22px;
    line-height: 32px;
  }

  .contact {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .site-footer {
    margin-top: 60px;
  }

  .policy-title {
    font-size: 32px;
    line-height: 38px;
  }

  .policy-subtitle {
    font-size: 22px;
    line-height: 32px;
  }

  .policy-content h2 {
    font-size: 20px;
  }

  .policy-nav ul {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }

  .site-logo svg {
    height: 28px;
  }

  .hero {
    height: clamp(160px, 35vh, 260px);
  }

  .tagline {
    font-size: 20px;
    line-height: 26px;
  }

  .stats {
    margin-top: 30px;
    font-size: 15px;
    line-height: 22px;
  }

  .contact {
    margin-top: 14px;
    font-size: 15px;
    line-height: 24px;
  }

  .site-footer {
    margin-top: 40px;
    padding-bottom: 40px;
    font-size: 13px;
  }

  .policy-title {
    font-size: 24px;
    line-height: 30px;
  }

  .policy-subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .policy-content p,
  .policy-content ul li {
    font-size: 14px;
  }

  .policy-content table {
    font-size: 12px;
  }
}

/* ── Short Viewports (laptops, landscape tablets/phones) ───────── */

@media (max-height: 800px) {
  .site-header {
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .hero {
    height: clamp(220px, 50vh, 500px);
  }

  .main-content {
    padding-top: 24px;
  }
}

@media (max-height: 600px) {
  .site-header {
    padding-top: 16px;
    padding-bottom: 12px;
  }

  .site-logo svg {
    height: 32px;
  }

  .hero {
    height: clamp(160px, 40vh, 320px);
  }

  .main-content {
    padding-top: 16px;
  }

  .tagline {
    font-size: 28px;
    line-height: 34px;
  }

  .stats {
    margin-top: 20px;
  }
}
