:root {
  --canada-red: #ff0000;
  --cream: #fef9f3;
  --white: #fff;
  --dark-grey: #2d3748;
  --grey: #4a5568;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Lato, sans-serif;
  color: var(--dark-grey);
  background: var(--cream);
  line-height: 1.7;
}
.navbar {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  border-bottom: 3px solid var(--canada-red);
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--canada-red);
}
.logo-icon {
  font-size: 2rem;
}
.logo-text {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 900;
}
.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  align-items: center;
}
.nav-links a {
  color: var(--dark-grey);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}
.nav-links a:hover {
  color: var(--canada-red);
}
.content {
  margin-top: 100px;
  padding: 4rem 0;
}
.page-header {
  background: linear-gradient(135deg, var(--canada-red), #cc0000);
  color: var(--white);
  padding: 4rem 0;
  text-align: center;
  margin-bottom: 4rem;
}
.page-header h1 {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 900;
}
.page-header p {
  font-size: 1.1rem;
  opacity: 0.9;
}
.content-wrapper {
  background: var(--white);
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.content-wrapper h2 {
  font-family: "Playfair Display", serif;
  color: var(--canada-red);
  font-size: 1.8rem;
  margin: 2rem 0 1rem;
  font-weight: 700;
}
.content-wrapper h2:first-child {
  margin-top: 0;
}
.content-wrapper h3 {
  font-family: "Playfair Display", serif;
  color: var(--dark-grey);
  font-size: 1.3rem;
  margin: 1.5rem 0 0.75rem;
  font-weight: 700;
}
.content-wrapper p {
  margin-bottom: 1.25rem;
  line-height: 1.8;
}
.content-wrapper ul {
  margin: 1rem 0 1.5rem 2rem;
  line-height: 1.8;
}
.content-wrapper li {
  margin-bottom: 0.75rem;
}
.highlight-box {
  background: var(--cream);
  border-left: 4px solid var(--canada-red);
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 8px;
}
.update-date {
  color: var(--grey);
  font-style: italic;
  margin-bottom: 2rem;
}
.mpc-footer {
  background: #1e3a52;
  color: #fff;
  padding: 3rem 0 2rem;
}
.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.border-slate {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.container-xxl {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
}
.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
  justify-content: space-around;
}
.gy-2 > * {
  padding: 0 1rem;
}
.col-md-12,
.col-md-6,
.col-12 {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .col-md-6 {
    width: 50%;
  }
}
.navbar-brand {
  text-decoration: none;
  color: #fff;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.gap-2 {
  gap: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-md-0 {
  margin-bottom: 0;
}
.fw-semibold {
  font-weight: 600;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
}
.mpc-footer p {
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.5rem;
}
.mpc-footer a {
  color: #4299e1;
  text-decoration: none;
  font-weight: bold;
}
.mpc-footer a:hover {
  color: #60a5fa;
}
.nav-pages {
  margin-top: 1.5rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.label-nav {
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #4299e1;
  text-transform: uppercase;
  font-weight: 600;
}
.nav-pages a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.nav-pages a:hover {
  color: #4299e1;
}
.logo-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
}
.age18 {
  width: 60px;
  height: 60px;
  background: #f97316;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.3rem;
}
.logo-trust img {
  height: 50px;
}
.text-center {
  text-align: center;
}
.border-secondary {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.pt-3 {
  padding-top: 1rem;
}
.small {
  font-size: 0.9rem;
}
.mb-1 {
  margin-bottom: 0.5rem;
}
.mb-0 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-header h1 {
    font-size: 2rem;
  }
  .content-wrapper {
    padding: 2rem 1.5rem;
  }
  .nav-links {
    display: none;
  }
}

.mpc-footer .row {
  margin: 0 !important;
  padding: 0 !important;
}

.mpc-footer .col-md-6,
.mpc-footer .nav-pages {
  margin: 0 !important;
  padding: 0 1rem !important;
}

.mpc-footer .mt-4 {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .mpc-footer .col-md-6 {
    width: 45% !important;
    max-width: 45% !important;
  }
}

.mpc-footer .col-6 {
  padding: 0 0.5rem !important;
}

.logo-trust {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.logo-trust img {
  height: 50px !important;
  width: auto !important;
}

.logo-trust .age18,
.logo-trust a {
  margin: 0 !important;
}
