/* style/gdpr.css */
.page-gdpr {
  background-color: #08160F;
  color: #F2FFF6;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
  max-width: 100%;
}

.page-gdpr__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-gdpr__hero-section {
  display: flex;
  flex-direction: column;
  padding: 10px 0 40px;
  background: linear-gradient(180deg, #08160F 0%, #0A4B2C 100%);
}

.page-gdpr__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 24px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-gdpr__hero-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(17, 168, 78, 0.25);
}

.page-gdpr__hero-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}

.page-gdpr__hero-title {
  color: #F2FFF6;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
  text-shadow: 0 2px 12px rgba(87, 227, 141, 0.25);
}

.page-gdpr__hero-desc {
  color: #A7D9B8;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 28px;
}

.page-gdpr__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.page-gdpr__btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  min-width: 160px;
  box-sizing: border-box;
  max-width: 100%;
  word-wrap: break-word;
}

.page-gdpr__btn--primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.35);
}

.page-gdpr__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(42, 209, 111, 0.5);
  color: #FFFFFF;
}

.page-gdpr__btn--secondary {
  background: #0A4B2C;
  color: #F2FFF6;
  border: 1px solid #2E7A4E;
}

.page-gdpr__btn--secondary:hover {
  background: #11A84E;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.page-gdpr__btn--outline {
  background: transparent;
  color: #57E38D;
  border: 1.5px solid #2E7A4E;
}

.page-gdpr__btn--outline:hover {
  background: #11271B;
  border-color: #57E38D;
  color: #F2FFF6;
}

.page-gdpr__intro-section {
  padding: 50px 0;
  background-color: #08160F;
}

.page-gdpr__section-title {
  color: #F2FFF6;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 24px;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
}

.page-gdpr__section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #11A84E 0%, #22C768 100%);
}

.page-gdpr__paragraph {
  color: #A7D9B8;
  font-size: 1.02rem;
  line-height: 1.8;
  margin: 0 0 18px;
}

.page-gdpr__pillars-section {
  padding: 50px 0;
  background: linear-gradient(180deg, #0A4B2C 0%, #08160F 100%);
}

.page-gdpr__pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 16px;
}

.page-gdpr__pillar-card {
  background: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 14px;
  padding: 20px;
  box-sizing: border-box;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-gdpr__pillar-card:hover {
  transform: translateY(-4px);
  border-color: #57E38D;
  box-shadow: 0 12px 30px rgba(17, 168, 78, 0.25);
}

.page-gdpr__pillar-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 16px;
}

.page-gdpr__pillar-title {
  color: #57E38D;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 12px;
}

.page-gdpr__pillar-text {
  color: #A7D9B8;
  font-size: 0.96rem;
  line-height: 1.75;
  margin: 0;
}

.page-gdpr__rights-section {
  padding: 50px 0;
  background-color: #08160F;
}

.page-gdpr__rights-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-gdpr__rights-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.page-gdpr__rights-item {
  color: #F2FFF6;
  font-size: 1rem;
  line-height: 1.7;
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid #1E3A2A;
  position: relative;
}

.page-gdpr__rights-item strong {
  color: #57E38D;
}

.page-gdpr__rights-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  box-shadow: 0 0 10px rgba(87, 227, 141, 0.6);
}

.page-gdpr__rights-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-gdpr__rights-image-wrapper {
  width: 100%;
}

.page-gdpr__rights-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid #2E7A4E;
  box-shadow: 0 10px 30px rgba(17, 168, 78, 0.2);
}

.page-gdpr__data-section {
  padding: 50px 0;
  background: linear-gradient(180deg, #08160F 0%, #0A4B2C 100%);
}

.page-gdpr__data-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.page-gdpr__data-item {
  background: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 12px;
  padding: 22px;
  box-sizing: border-box;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.page-gdpr__data-item:hover {
  border-color: #57E38D;
  transform: translateY(-3px);
}

.page-gdpr__data-title {
  color: #F2C14E;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 12px;
}

.page-gdpr__data-text {
  color: #A7D9B8;
  font-size: 0.96rem;
  line-height: 1.75;
  margin: 0;
}

.page-gdpr__faq-section {
  padding: 50px 0;
  background-color: #08160F;
}

.page-gdpr__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-gdpr__faq-item {
  background: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  margin-bottom: 14px;
  padding: 18px 22px;
  box-sizing: border-box;
}

.page-gdpr__faq-item[open] {
  border-color: #57E38D;
}

.page-gdpr__faq-question {
  color: #F2FFF6;
  font-size: 1.02rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 30px;
}

.page-gdpr__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  color: #57E38D;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.page-gdpr__faq-item[open] .page-gdpr__faq-question::after {
  content: '−';
}

.page-gdpr__faq-answer {
  color: #A7D9B8;
  font-size: 0.96rem;
  line-height: 1.75;
  margin: 14px 0 0;
}

.page-gdpr__cta-section {
  padding: 60px 0;
  background: linear-gradient(180deg, #0A4B2C 0%, #08160F 100%);
}

.page-gdpr__cta-box {
  background: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 18px;
  padding: 44px 30px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 16px 40px rgba(17, 168, 78, 0.18);
}

.page-gdpr__cta-title {
  color: #F2FFF6;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 18px;
}

.page-gdpr__cta-text {
  color: #A7D9B8;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 28px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.page-gdpr__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .page-gdpr__pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-gdpr__rights-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .page-gdpr__hero-title {
    font-size: 1.9rem;
  }
}

@media (max-width: 768px) {
  .page-gdpr {
    max-width: 100%;
    overflow-x: hidden;
  }

  .page-gdpr img {
    max-width: 100% !important;
    height: auto !important;
  }

  .page-gdpr__hero-section {
    padding: 10px 0 30px;
  }

  .page-gdpr__hero-image-wrapper {
    margin-bottom: 18px;
    padding: 0 14px;
  }

  .page-gdpr__hero-content {
    padding: 0 14px;
  }

  .page-gdpr__hero-title {
    font-size: 1.45rem;
    margin-bottom: 12px;
  }

  .page-gdpr__hero-desc {
    font-size: 0.95rem;
    margin-bottom: 22px;
  }

  .page-gdpr__hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .page-gdpr__btn {
    width: 100%;
    max-width: 100%;
    padding: 14px 20px;
  }

  .page-gdpr__intro-section,
  .page-gdpr__pillars-section,
  .page-gdpr__rights-section,
  .page-gdpr__data-section,
  .page-gdpr__faq-section,
  .page-gdpr__cta-section {
    padding: 36px 0;
  }

  .page-gdpr__section-title {
    font-size: 1.35rem;
    margin-bottom: 20px;
  }

  .page-gdpr__paragraph {
    font-size: 0.95rem;
  }

  .page-gdpr__pillars-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .page-gdpr__pillar-card {
    padding: 16px;
  }

  .page-gdpr__data-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-gdpr__data-item {
    padding: 18px;
  }

  .page-gdpr__rights-item {
    font-size: 0.94rem;
    padding: 10px 0 10px 26px;
  }

  .page-gdpr__rights-item::before {
    top: 17px;
    width: 12px;
    height: 12px;
  }

  .page-gdpr__rights-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-gdpr__faq-item {
    padding: 16px;
  }

  .page-gdpr__faq-question {
    font-size: 0.96rem;
  }

  .page-gdpr__cta-box {
    padding: 30px 18px;
  }

  .page-gdpr__cta-title {
    font-size: 1.25rem;
  }

  .page-gdpr__cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
}