/* Privacy Policy Page Styles */

/* Hero section reused from Rates & Terms */
.gce-rates-hero {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  background: #111827;
  overflow: hidden;
}
.gce-rates-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.gce-rates-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gce-rates-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(19, 106, 98, 0.6);
}
.gce-rates-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 86px 0 64px;
  text-align: left;
}
.gce-rates-hero h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

/* Breadcrumbs */
.gce-breadcrumbs {
  padding: 16px 0;
  background: #f8fafc;
}
.gce-breadcrumbs .gce-container {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #424345;
  max-width: 1076px;
}
.gce-breadcrumbs a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #424345;
  text-decoration: none;
  transition: color 0.2s ease;
}
.gce-breadcrumbs a:hover {
  color: #136a62;
}
.gce-breadcrumbs a svg {
  width: 16px;
  height: 16px;
}
.gce-breadcrumbs .current {
  color: #111827;
  font-weight: 500;
}

.gce-privacy-section {
  padding: 64px 0 80px;
  background: #f8fafc;
}

.gce-privacy-section .gce-container {
  max-width: 1076px;
}

.gce-privacy-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin: 18px 0 16px;
  line-height: 1.5;
}

.gce-privacy-content h2:first-child {
  margin-top: 0;
}

.gce-privacy-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 32px 0 12px;
  line-height: 1.5;
}
p a{color:var(--gce-teal);font-weight: 600;}
.gce-privacy-content p {
  font-size: 16px;
  line-height: 28px;
  color: #424345;
  margin: 0 0 16px;
}

.gce-privacy-content p:last-child {
  margin-bottom: 0;
}

.gce-privacy-content ul {
  list-style: none;
  padding: 0 0 0 16px;
  margin: 0 0 24px;
}

.gce-privacy-content li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #424345;
  margin: 0 0 12px;
  padding-left: 16px;
}

.gce-privacy-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #424345;
}

.gce-about-cta {
  padding: 80px 0 92px;
  background: #f8fafc;
  text-align: center;
  border-top: 1px solid #e5ebea;
}
.gce-about-cta .gce-container {
  max-width: 900px;
}
.gce-about-cta h2 {
  margin: 0 0 24px;
  color: var(--gce-gray-dark);
  font-size: 32px;
  line-height: 1.3;
  font-weight: 800;
}
.gce-about-cta h2 span {
  color: var(--gce-pink-dark);
}
.gce-about-cta p {
  margin: 0 auto 32px;
  max-width: 800px;
  color: rgba(17, 24, 39, 0.8);
  font-size: 16px;
  line-height: 1.75;
}
.gce-about-cta .gce-btn {
  height: 48px;
  padding: 0 32px;
  border-radius: 12px;
}
.gce-about-cta .gce-btn svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .gce-privacy-section {
    padding: 40px 0 48px;
  }
  .gce-privacy-section .gce-container {
    padding: 0 16px;
  }
  .gce-privacy-content h2 {
    font-size: 20px;
    margin: 18px 0 16px;
  }
  .gce-privacy-content h3 {
    font-size: 16px;
    margin: 28px 0 12px;
  }
  .gce-privacy-content p,
  .gce-privacy-content li {
    font-size: 15px;
  }
  .gce-about-cta {
    padding: 56px 0;
  }
}
