:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-506ccad *//* ===============================
   Skills Legal - Privacy Policy
================================ */

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Hero */
.sl-policy-hero {
  position: relative;
  padding: 190px 0 105px;
  background: #071b33;
  overflow: hidden;
  font-family: inherit;
}

.sl-policy-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(6, 23, 43, 0.98) 0%,
      rgba(7, 27, 51, 0.94) 52%,
      rgba(11, 79, 138, 0.62) 100%
    ),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center right;
}

.sl-policy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 28%, rgba(56, 189, 248, 0.16), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,0.08), transparent 24%);
  pointer-events: none;
}

.sl-policy-hero-inner {
  position: relative;
  z-index: 2;
}

.sl-policy-hero-content {
  max-width: 850px;
}

.sl-policy-label {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.34);
  color: #dff6ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 26px;
}

.sl-policy-hero-content h1 {
  color: #ffffff;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.08;
  letter-spacing: -1.5px;
  font-weight: 900;
  margin: 0 0 24px;
}

.sl-policy-hero-content p {
  color: #dbeafe;
  font-size: 17px;
  line-height: 1.9;
  max-width: 780px;
  margin: 0;
}

/* Content */
.sl-policy-content-section {
  position: relative;
  padding: 96px 0;
  background: #f5f9fc;
  overflow: hidden;
  font-family: inherit;
}

.sl-policy-content-section::before {
  content: "";
  position: absolute;
  right: -150px;
  top: 160px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.13), transparent 68%);
  pointer-events: none;
}

.sl-policy-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

/* Sidebar */
.sl-policy-sidebar {
  position: sticky;
  top: 110px;
}

.sl-policy-sidebar-box {
  padding: 26px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.06);
  display: grid;
  gap: 10px;
}

.sl-policy-sidebar-box span {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

.sl-policy-sidebar-box a {
  padding: 13px 14px;
  border-radius: 14px;
  color: #071b33;
  background: #f5f9fc;
  border: 1px solid #e5edf5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.sl-policy-sidebar-box a:hover {
  background: #ffffff;
  border-color: rgba(56, 189, 248, 0.45);
  color: #0b4f8a;
  transform: translateX(4px);
}

/* Main */
.sl-policy-content {
  padding: 44px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 24px 60px rgba(7, 27, 51, 0.07);
}

.sl-policy-intro {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  margin-bottom: 28px;
}

.sl-policy-intro strong,
.sl-policy-intro span {
  font-size: 13px;
  font-weight: 900;
}

.sl-policy-block {
  scroll-margin-top: 120px;
  padding: 32px 0;
  border-bottom: 1px solid #edf3f8;
}

.sl-policy-block:first-of-type {
  padding-top: 10px;
}

.sl-policy-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sl-policy-block h2 {
  color: #071b33;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
}

.sl-policy-block p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 16px;
}

.sl-policy-block p:last-child {
  margin-bottom: 0;
}

/* Contact Card */
.sl-policy-contact-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 22px;
}

.sl-policy-contact-card div {
  padding: 20px;
  border-radius: 20px;
  background: #f5f9fc;
  border: 1px solid #e5edf5;
}

.sl-policy-contact-card strong {
  display: block;
  color: #071b33;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 8px;
}

.sl-policy-contact-card a,
.sl-policy-contact-card span {
  color: #5d6b7c;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
}

.sl-policy-contact-card a:hover {
  color: #0b4f8a;
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-policy-layout {
    grid-template-columns: 1fr;
  }

  .sl-policy-sidebar {
    position: relative;
    top: auto;
  }

  .sl-policy-sidebar-box {
    display: flex;
    flex-wrap: wrap;
  }

  .sl-policy-sidebar-box span {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sl-container {
    padding: 0 18px;
  }

  .sl-policy-hero {
    padding: 140px 0 66px;
  }

  .sl-policy-hero-content h1 {
    font-size: 36px;
  }

  .sl-policy-hero-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .sl-policy-content-section {
    padding: 64px 0;
  }

  .sl-policy-content {
    padding: 26px;
    border-radius: 26px;
  }

  .sl-policy-block h2 {
    font-size: 24px;
  }

  .sl-policy-block p {
    font-size: 15px;
  }

  .sl-policy-contact-card {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */