.page-header {
  background: linear-gradient(rgba(24,29,56,0.7), rgba(24,29,56,0.7)), url('../img/privacy.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
  overflow: hidden;
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,12,32,0.12) 0%, rgba(6,12,32,0.18) 100%);
  pointer-events: none;
}

.page-title {
  position: relative;
  z-index: 2;
  font-family: 'Heebo', 'Nunito', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 10px 30px rgba(6,12,32,0.45);
  font-size: clamp(1.8rem, 2.4rem + 1.6vw, 3.6rem);
  margin-bottom: .5rem;
}

.page-title .text-accent {
  display: inline-block;
  padding: 0 .14rem;
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
  color: #fff;
}

.page-subtitle {
  position: relative;
  z-index: 2;
  max-width: 840px;
  margin: 0 auto 1rem;
  color: rgba(255,255,255,0.92);
  font-size: clamp(.98rem, .95rem + .6vw, 1.05rem);
  line-height: 1.5;
  font-weight: 500;
  text-shadow: 0 6px 18px rgba(6,12,32,0.28);
}

.page-header .btn-lg {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  padding: .65rem 1.15rem;
  box-shadow: 0 8px 24px rgba(11,42,102,0.12);
  font-weight: 700;
}

.btn-outline-light {
  border-color: rgba(255,255,255,0.18);
  color: #fff;
}
.btn-outline-light:hover {
  background: rgba(255,255,255,0.06);
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.28); }
.breadcrumb a { color: rgba(255,255,255,0.72); }
.breadcrumb .active { color: #fff; }

@media (max-width: 576px) {
  .page-header { padding-top: 2.25rem; padding-bottom: 2.25rem; }
  .page-subtitle { padding: 0 1rem; font-size: .95rem; }
  .page-title { font-size: 1.5rem; }
  .btn-lg { padding: .5rem .9rem; font-size: .95rem; }
}

/*---------------------------------------------------------------------------------------------------*/

:root{
  --purple-1: #06BBCC;
  --purple-2: #06BBCC;
  --muted: #6c757d;
  --bg: #ffffff;
  --card: #ffffff;
  --glass: rgba(255,255,255,0.8);
  --radius: 12px;
  --shadow: 0 10px 30px rgba(16,24,40,0.06);
  --accent: linear-gradient(90deg, var(--purple-2), var(--purple-1));
  
}

.hero-title, .section-title { font-family: 'Heebo', 'Nunito', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
body { background: var(--bg); color: #111; }

.privacy-hero {
  background: linear-gradient(180deg, rgba(102,42,153,0.95), rgba(75,47,166,0.92));
  color: #fff;
  padding: 48px 0;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 28px;
}
.privacy-hero .container { max-width:1150px; }
.hero-inner { display:flex; gap:24px; align-items:center; justify-content:space-between; flex-wrap:wrap; }
.hero-left { flex:1 1 520px; min-width:280px; }
.hero-right { flex:0 1 260px; display:flex; align-items:center; justify-content:center; }
.hero-title { font-size: clamp(1.6rem, 1.8rem + 1vw, 2.4rem); margin:0 0 0.6rem 0; font-weight:800; letter-spacing:-0.02em;}
.hero-sub { color: rgba(255,255,255,0.92); margin-bottom:1rem; font-size:1rem; line-height:1.45; }
.hero-cta .btn { margin-right:0.6rem; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:.5rem; padding:.6rem 0.9rem; border-radius:10px; border:0; cursor:pointer; font-weight:700; text-decoration:none; }
.btn-primary{ background: var(--accent); color:#fff; box-shadow: var(--shadow); }
.btn-outline, .btn.btn-outline { background:transparent; color: #fff; border:1px solid rgba(255,255,255,0.18); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  align-items: start;
  margin-bottom: 1.25rem;
}

.service-card {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16,24,40,0.04);
  transition: transform .12s ease, box-shadow .12s ease;
  min-height: 110px;
}

.service-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-icon {
  flex: 0 0 64px;
  height: 64px;
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: linear-gradient(180deg, rgba(102,42,153,0.06), rgba(75,47,166,0.03));
}
    

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(16,24,40,0.08);
}

.service-icon .icon-emoji {
  font-size: 26px;
  line-height: 1;
}

.service-title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.18;
}

.service-desc {
  margin: 0;
  color: #5f6571;
  font-size: 0.95rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

@media (max-width: 576px) {
  .service-card { padding: 12px; align-items: center; }
  .service-icon { flex: 0 0 48px; height: 48px; border-radius: 8px; }
  .service-icon .icon-emoji { font-size: 22px; }
  .service-title { font-size: 1rem; }
  .service-desc { font-size: 0.93rem; }
}

.service-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services-grid > * { display: flex; }

.content-area { padding-bottom: 40px; }
.doc-topbar { display:flex; gap:12px; margin-bottom:14px; }
.btn-link { background:transparent; border:0; color:var(--purple-1); cursor:pointer; font-weight:700; }
.policy-sections { background: transparent; }
.policy-block { padding:18px 14px; border-radius:10px; margin-bottom:12px; background: #fff; box-shadow: 0 6px 18px rgba(11,42,102,0.04); }
.block-title { font-size:1.05rem; margin-bottom:8px; color:var(--purple-1); }
.muted { color:var(--muted); }

.sidebar-area .sticky { position: sticky; top:24px; }
.side-actions .card { border-radius:12px; box-shadow: var(--shadow); overflow:hidden; border:0; }
.side-links { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:8px; }
.side-links a { color:var(--purple-1); text-decoration:none; font-weight:600; }
.side-info .card { border-radius:12px; box-shadow: var(--shadow); border:0; padding:12px; }

.link-btn { background:transparent; border:0; color:var(--purple-2); font-weight:700; cursor:pointer; padding:0; }
.section-title { font-size:1.25rem; color:#222; margin-bottom:12px; }

@media (max-width: 991.98px) {
  .hero-inner { gap:12px; }
  .hero-right { order:3; margin-top:8px; }
  .hero-left { order:1; }
  .sidebar-area { order:3; }
  .content-area { order:1; }
}

@media (max-width: 576px) {
  .hero-title { font-size:1.2rem; }
  .services-grid { gap:10px; }
  .service-card { padding:12px; }
  .policy-block { padding:12px; }
}

a:focus, button:focus { outline: 3px solid rgba(102,42,153,0.12); outline-offset:2px; }

html, body {
  overflow-x: hidden !important;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

.btn-primary{
  border-radius: 0 !important;
}
