@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);


:root {
 --primary: #031f41;
 --secondary: #c8913d;
 --primary-rgb: 3, 31, 65;
 --secondary-rgb: 200, 145, 61;
 --white: #fff;
 --muted: #5d6878;
 --light: #f6f8fb;
}

* {
 box-sizing: border-box;
}

html,
body {
 margin: 0;
 width: 100%;
 overflow-x: hidden;
 scroll-behavior: smooth;
}

body {
 font-family: Poppins, sans-serif;
 color: var(--primary);
 background: var(--light);
}

a {
 color: inherit;
 text-decoration: none;
}

.legal-header {
 position: sticky;
 top: 0;
 z-index: 20;
 background: rgba(255, 255, 255, 0.96);
 border-bottom: 1px solid rgba(var(--primary-rgb), 0.08);
 box-shadow: 0 10px 28px rgba(var(--primary-rgb), 0.06);
 backdrop-filter: blur(10px);
}
.legal-content section p a {
    text-transform: lowercase;
}
.legal-container {
 width: min(1180px, calc(100% - 36px));
 margin: 0 auto;
}

.legal-nav {
 min-height: 78px;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 24px;
}

.legal-logo img {
 display: block;
 width: min(210px, 48vw);
 height: auto;
}

.legal-contact {
 display: flex;
 align-items: center;
 justify-content: flex-end;
 gap: 18px;
 flex-wrap: wrap;
 font-size: 14px;
 font-weight: 600;
}

.legal-contact a {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 color: var(--primary);
 text-transform: lowercase;
}

.legal-contact i {
 color: var(--secondary);
}

.legal-hero {
 position: relative;
 min-height: 400px;
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 overflow: hidden;
 background:
  radial-gradient(circle at 80% 8%, rgba(255, 255, 255, 0.08), transparent 24%),
  linear-gradient(135deg, rgba(16, 48, 86, 0.98) 0%, rgba(3, 31, 65, 0.98) 48%, rgba(0, 22, 46, 1) 100%);
}

.legal-hero::before,
.legal-hero::after {
 content: "";
 position: absolute;
 border-radius: 50%;
 pointer-events: none;
}

.legal-hero::before {
 width: 700px;
 height: 700px;
 right: 18%;
 bottom: -565px;
 border: 90px solid rgba(255, 255, 255, 0.05);
}

.legal-hero::after {
 width: 520px;
 height: 520px;
 right: -150px;
 top: -255px;
 background: rgba(255, 255, 255, 0.04);
}

.legal-hero-content {
 position: relative;
 z-index: 1;
 padding: 10px 0;
}

.legal-hero h1 {
 margin: 0 0 0px;
 
 font-size: clamp(30px, 4vw, 50px);
 line-height: 1;
 color: var(--secondary);
 text-transform: capitalize;
}

.legal-hero p {
 margin: 0;
 color: rgba(255, 255, 255, 0.82);
 font-size: 14px;
 font-weight: 500;
}

.legal-main {
 padding: clamp(52px, 7vw, 86px) 0;
}

.legal-card {

}

.legal-intro {
 margin: 0 0 28px;
 color: var(--muted);
 font-size: 16px;
 line-height: 1.8;
}

.legal-content section {
 padding: 24px 0;
 border-top: 1px solid rgba(var(--primary-rgb), 0.08);
}

.legal-content section:first-of-type {
 border-top: 0;
 padding-top: 0;
}

.legal-content h2 {
 margin: 0 0 12px;
 color: var(--primary);
 font-size: clamp(21px, 2.4vw, 29px);
 line-height: 1.25;
 font-weight: 700;
}

.legal-content h3 {
 margin: 20px 0 10px;
 color: var(--primary);
 font-size: 18px;
 font-weight: 700;
}

.legal-content p,
.legal-content li {
 color: var(--muted);
 font-size: 15px;
 line-height: 1.8;
}

.legal-content p {
 margin: 0 0 12px;
}

.legal-content ul,
.legal-content ol {
 margin: 10px 0 0;
 padding-left: 22px;
}

.legal-content strong {
 color: var(--primary);
}

.legal-highlight {
 display: inline-flex;
 color: var(--primary);
 font-size: 13px;
 font-weight: 700;
}

.legal-footer {
 background: var(--primary);
 color: var(--white);
 padding: 42px 0 28px;
}

.legal-footer-grid {
 display: grid;
 grid-template-columns: 1.5fr 1fr 1fr;
 gap: 30px;
 align-items: start;
}

.legal-footer img {
 width: min(210px, 52vw);
 height: auto;
 margin-bottom: 14px;
}

.legal-footer p,
.legal-footer a {
 color: rgba(255, 255, 255, 0.78);
 font-size: 14px;
 line-height: 1.7;
}

.legal-footer h3 {
 margin: 0 0 14px;
 color: var(--white);
 font-size: 18px;
}

.legal-footer ul {
 list-style: none;
 margin: 0;
 padding: 0;
 display: grid;
 gap: 8px;
}

.legal-footer a:hover {
 color: var(--secondary);
}

.legal-copy {
 margin-top: 30px;
 padding-top: 20px;
 border-top: 1px solid rgba(255, 255, 255, 0.12);
 color: rgba(255, 255, 255, 0.66);
 font-size: 13px;
}

@media (max-width: 767px) {
 .legal-nav,
 .legal-contact {
  justify-content: center;
  text-align: center;
 }

 .legal-nav {
  flex-direction: column;
  padding: 16px 0;
 }

 .legal-contact {
  gap: 10px 16px;
 }

 .legal-hero {
  min-height: 180px;
 }

 .legal-footer-grid {
  grid-template-columns: 1fr;
 }
}

section.legal-main ul {
    margin: 0 0 20px;
}