@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,600;0,700;1,300;1,400&family=Outfit:wght@300;400;500;600;700&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Outfit", sans-serif !important;
  background: #050c18 !important;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}

:root {
  --ink: #050c18;
  --ink2: #0a1628;
  --ink3: #0f1f38;
  --blue: #3b82f6;
  --blue-light: #60a5fa;
  --cyan: #22d3ee;
  --border: rgba(59, 130, 246, 0.18);
  --border2: rgba(59, 130, 246, 0.35);
  --muted: rgba(255, 255, 255, 0.55);
}

.legal-topnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  background: rgba(5, 12, 24, 0.96) !important;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.legal-topnav__logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
}
.legal-topnav__logo span {
  background: linear-gradient(135deg, #60a5fa, #22d3ee);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo-icon {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #3b82f6, #22d3ee);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
}
.legal-topnav__links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.legal-topnav__links a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55) !important;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.2s;
}
.legal-topnav__links a:hover {
  color: #fff !important;
  background: rgba(59, 130, 246, 0.08);
}
.legal-topnav__back {
  font-size: 13px;
  color: #60a5fa !important;
  display: flex;
  align-items: center;
  gap: 6px;
}
.legal-topnav__back:hover {
  color: #22d3ee !important;
}

.legal-hero {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 300px;
}
.legal-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 28px;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #3b82f6, #22d3ee);
}
.legal-hero__tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #22d3ee !important;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.legal-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 14px;
  color: #fff !important;
}
.legal-hero h1 em {
  font-style: italic;
  color: #60a5fa !important;
}
.legal-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55) !important;
  justify-content: center;
}
.legal-hero__meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.55) !important;
}

.legal-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 56px 28px 80px;
  background: #050c18 !important;
}
.legal-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  margin: 36px 0 12px;
  color: #60a5fa !important;
}
.legal-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 1.8;
  margin-bottom: 14px;
}
.legal-content ul {
  margin: 0 0 14px 20px;
}
.legal-content ul li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 1.8;
}
.legal-content a {
  color: #60a5fa !important;
  text-decoration: underline;
}
.callout {
  background: rgba(59, 130, 246, 0.09) !important;
  border: 1px solid rgba(59, 130, 246, 0.35) !important;
  border-left: 3px solid #3b82f6 !important;
  border-radius: 8px;
  padding: 18px 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65) !important;
  line-height: 1.7;
  margin-bottom: 24px;
}
.callout strong {
  color: #fff !important;
}

.footer,
.footer .top-content,
.footer .rg-boxes-section,
.footer .copyright-section,
.h-screen {
  background-color: #3b82f6 !important;
}

.footer .col__header {
  color: #fff !important;
}
.footer .col__link p,
.footer .col__link {
  color: rgba(255, 255, 255, 0.6) !important;
}
.footer .col__link:hover p,
.footer .col__link:hover {
  color: #60a5fa !important;
}
.footer .partners-box__title {
  color: #fff !important;
}
.footer .footer-rg-message span,
.footer .text-black {
  color: rgba(255, 255, 255, 0.55) !important;
}
.footer .bg-white-100 {
  background-color: #111827 !important;
  border: 1px solid rgba(59, 130, 246, 0.18) !important;
  border-radius: 8px !important;
}
.footer .font-bold {
  color: #fff !important;
}
.footer .text-c-13 {
  color: rgba(255, 255, 255, 0.55) !important;
}
.footer a.underline {
  color: #60a5fa !important;
}
.footer .copyright-info span {
  color: rgba(255, 255, 255, 0.4) !important;
}
.footer-top-border {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(59, 130, 246, 0.4),
    rgba(34, 211, 238, 0.4),
    transparent
  );
}

@media (max-width: 768px) {
  .legal-topnav__links {
    display: none;
  }
  .legal-content {
    padding: 32px 20px 60px;
  }
  .legal-hero {
    padding: 40px 20px 36px;
  }
}

.cop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 32px 0 8px;
}
.cop-card {
  background: #0f1f38 !important;
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 14px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition:
    border-color 0.25s,
    transform 0.25s;
  position: relative;
  overflow: hidden;
}
.cop-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #3b82f6, #22d3ee);
  opacity: 0;
  transition: opacity 0.3s;
}
.cop-card:hover {
  border-color: rgba(59, 130, 246, 0.45);
  transform: translateY(-3px);
}
.cop-card:hover::before {
  opacity: 1;
}
.cop-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #60a5fa;
}
.cop-card__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff !important;
  line-height: 1.3;
}
.cop-card__body p {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.55) !important;
  line-height: 1.7 !important;
  margin-bottom: 8px !important;
}
.cop-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #60a5fa !important;
  text-decoration: none !important;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(59, 130, 246, 0.14);
  transition:
    gap 0.2s,
    color 0.2s;
}
.cop-card__link:hover {
  color: #22d3ee !important;
  gap: 12px;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 28px 0 8px;
}
.about-stat {
  background: #0f1f38 !important;
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
}
.about-stat__num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(135deg, #fff, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  margin-bottom: 6px;
}
.about-stat__label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45) !important;
  text-transform: uppercase;
}

.lm-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.lm-modal.open {
  display: flex;
}
.lm-modal__box {
  background: #0a1628;
  border: 1px solid rgba(59, 130, 246, 0.25);
  border-radius: 18px;
  width: 100%;
  max-width: 520px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.65);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.lm-modal__head {
  background: linear-gradient(135deg, #0f1e38, #162840);
  border-bottom: 1px solid rgba(59, 130, 246, 0.18);
  padding: 24px 24px 18px;
  position: relative;
  flex-shrink: 0;
}
.lm-modal__logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.lm-modal__logo i {
  color: #60a5fa;
  font-size: 16px;
}
.lm-modal__logo span {
  background: linear-gradient(135deg, #60a5fa, #22d3ee);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lm-modal__subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.lm-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.lm-modal__close:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.lm-modal__body {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}
.lm-modal__body::-webkit-scrollbar {
  width: 4px;
}
.lm-modal__body::-webkit-scrollbar-thumb {
  background: rgba(59, 130, 246, 0.3);
  border-radius: 4px;
}

.lm-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 4px;
}
.lm-faq-btn {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border-radius: 9px;
  background: #0f1f38;
  border: 1px solid rgba(59, 130, 246, 0.18);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  text-align: left;
  transition: all 0.2s;
}
.lm-faq-btn i {
  font-size: 13px;
  color: #60a5fa;
  flex-shrink: 0;
}
.lm-faq-btn:hover {
  border-color: rgba(59, 130, 246, 0.4);
  color: #fff;
  background: rgba(59, 130, 246, 0.1);
}

.lm-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}
.lm-divider::before,
.lm-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(59, 130, 246, 0.15);
}

.lm-form-group {
  margin-bottom: 14px;
}
.lm-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.lm-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.lm-input {
  width: 100%;
  padding: 10px 13px;
  background: #050c18;
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 8px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  transition: border-color 0.2s;
  outline: none;
}
.lm-input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.lm-textarea {
  resize: vertical;
  min-height: 100px;
}
.lm-select {
  appearance: none;
  cursor: pointer;
}
.lm-submit {
  width: 100%;
  padding: 13px;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  border: none;
  border-radius: 9px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
  margin-top: 4px;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}
.lm-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 28px rgba(59, 130, 246, 0.45);
}

.lm-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 4px;
}
.lm-contact-card {
  background: #0f1f38;
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 10px;
  padding: 16px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.lm-contact-card i {
  font-size: 20px;
  color: #60a5fa;
}
.lm-contact-card strong {
  font-size: 13px;
  color: #fff;
}
.lm-contact-card span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.lm-contact-card small {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
}

.lm-success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 10px 10px;
  gap: 10px;
}
.lm-success i {
  font-size: 52px;
  color: #10b981;
}
.lm-success h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.lm-success p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
}
.lm-success strong {
  color: #60a5fa;
}

@media (max-width: 768px) {
  .cop-grid {
    grid-template-columns: 1fr;
  }
  .about-hero-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lm-faq-grid {
    grid-template-columns: 1fr;
  }
  .lm-contact-grid {
    grid-template-columns: 1fr;
  }
  .lm-form-row {
    grid-template-columns: 1fr;
  }
}
