.elementor-788 .elementor-element.elementor-element-d580790{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8985b63 *//* Hero */
.se-gdpr-hero {
  padding: 80px 5% 60px;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.se-gdpr-hero-bg {
  position: absolute; top: -100px; right: -80px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(244,72,24,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.se-gdpr-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(238,238,240,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238,238,240,0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}
.se-gdpr-hero-inner {
  position: relative; z-index: 1; max-width: 700px;
}
.se-gdpr-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  color: rgba(238,238,240,0.4); letter-spacing: 0.06em;
  text-transform: uppercase; margin-bottom: 24px;
}
.se-gdpr-breadcrumb a {
  color: rgba(238,238,240,0.4) !important;
  text-decoration: none !important; transition: color 0.2s;
}
.se-gdpr-breadcrumb a:hover { color: var(--accent) !important; }
.se-gdpr-breadcrumb span { color: rgba(238,238,240,0.2); }
.se-gdpr-current { color: rgba(238,238,240,0.6) !important; }
.se-gdpr-hero h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 64px);
  font-style: italic;
  color: var(--light-gray);
  line-height: 1.1;
  margin-bottom: 20px;
}
.se-gdpr-hero h1 em { font-style: normal; color: var(--accent); }
.se-gdpr-hero-meta {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.se-gdpr-date {
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  color: rgba(238,238,240,0.4); letter-spacing: 0.06em; text-transform: uppercase;
}
.se-gdpr-badge {
  background: rgba(244,72,24,0.15); border: 1px solid rgba(244,72,24,0.3);
  border-radius: 6px; padding: 4px 12px;
  font-family: var(--sans); font-size: 11px; font-weight: 600;
  color: var(--accent); letter-spacing: 0.08em; text-transform: uppercase;
}

/* Layout */
.se-gdpr-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
  padding: 70px 5% 100px;
  align-items: start;
}

/* TOC */
.se-gdpr-toc { position: sticky; top: 100px; }
.se-gdpr-toc-title {
  font-family: var(--sans); font-size: 10px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(31,31,30,0.4); margin-bottom: 16px; display: block;
}
.se-gdpr-toc-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.se-gdpr-toc-list a {
  font-family: var(--sans); font-size: 13px; font-weight: 500;
  color: var(--body-text) !important; text-decoration: none !important;
  padding: 6px 12px; border-radius: 6px; display: block;
  transition: all 0.2s; border-left: 2px solid transparent;
}
.se-gdpr-toc-list a:hover {
  color: var(--accent) !important;
  background: rgba(244,72,24,0.05);
  border-left-color: var(--accent);
}
.se-gdpr-toc-list a.active {
  color: var(--accent) !important;
  background: rgba(244,72,24,0.06);
  border-left-color: var(--accent);
  font-weight: 600;
}

/* Content */
.se-gdpr-content { min-width: 0; }
.se-gdpr-section {
  margin-bottom: 60px;
  scroll-margin-top: 100px;
}
.se-gdpr-num {
  font-family: var(--serif); font-style: italic;
  font-size: 48px; color: rgba(244,72,24,0.1);
  line-height: 1; margin-bottom: -8px; display: block;
}
.se-gdpr-section h2 {
  font-family: var(--serif); font-size: 28px; font-style: italic;
  color: var(--dark); line-height: 1.2;
  margin-bottom: 20px; padding-bottom: 16px;
  border-bottom: 1px solid rgba(31,31,30,0.08);
}
.se-gdpr-section p {
  font-family: var(--sans); font-size: 15px;
  color: var(--body-text); line-height: 1.85; margin-bottom: 16px;
}
.se-gdpr-section p:last-child { margin-bottom: 0; }
.se-gdpr-list {
  list-style: none;
  display: flex; flex-direction: column;
  gap: 10px; margin: 12px 0;
}
.se-gdpr-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-family: var(--sans); font-size: 15px;
  color: var(--body-text); line-height: 1.7;
}
.se-gdpr-list li::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent); flex-shrink: 0; margin-top: 8px;
}
.se-gdpr-info-box {
  background: #fff; border: 1px solid rgba(31,31,30,0.08);
  border-left: 4px solid var(--accent); border-radius: 8px;
  padding: 18px 22px; margin: 20px 0;
}
.se-gdpr-info-box p {
  font-size: 14px !important; margin-bottom: 0 !important;
}

/* Rights grid */
.se-gdpr-rights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px; margin-top: 16px;
}
.se-gdpr-right-item {
  background: #fff; border: 1px solid rgba(31,31,30,0.08);
  border-radius: 10px; padding: 16px 18px;
  display: flex; align-items: flex-start; gap: 10px;
}
.se-gdpr-right-icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: rgba(244,72,24,0.08);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 14px;
}
.se-gdpr-right-text strong {
  font-family: var(--sans); font-size: 12px; font-weight: 700;
  color: var(--dark); display: block; margin-bottom: 3px;
}
.se-gdpr-right-text span {
  font-family: var(--sans); font-size: 12px;
  color: var(--body-text); line-height: 1.5;
}

@media (max-width: 768px) {
  .se-gdpr-layout { grid-template-columns: 1fr; gap: 40px; }
  .se-gdpr-toc { position: static; }
  .se-gdpr-rights-grid { grid-template-columns: 1fr; }
}/* End custom CSS */