/* Start custom CSS for html, class: .elementor-element-8ee6588 *//* Andalusia Real – VOP / GDPR page (full CSS for provided HTML) */
.ar-gdpr{
  --bg: #0b3b43;
  --bg2:#0f5661;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#475569;
  --line: rgba(15, 23, 42, .12);
  --accent:#17b0b5;
  --accent2:#0ea5a8;

  color: var(--text);
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ar-gdpr *{ box-sizing: border-box; }

.ar-gdpr a{ color: var(--accent2); text-decoration: none; }
.ar-gdpr a:hover{ text-decoration: underline; }

.ar-gdpr strong{ color: var(--text); }

/* HERO */
.ar-gdpr__hero{
  background: radial-gradient(1200px 800px at 15% 20%, rgba(23,176,181,.35), transparent 50%),
              linear-gradient(135deg, var(--bg), var(--bg2));
  padding: clamp(28px, 4vw, 56px) 0;
}

.ar-gdpr__heroInner{
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  color: #fff;
}

.ar-gdpr__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 12px;
  text-transform: uppercase;
}

.ar-gdpr__title{
  margin: 14px 0 8px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  font-weight: 900;
}

.ar-gdpr__subtitle{
  margin: 0;
  max-width: 62ch;
  font-size: clamp(14px, 2vw, 18px);
  opacity: .92;
}

.ar-gdpr__quick{
  margin-top: 18px;
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Buttons */
.ar-gdpr__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(23,176,181,.95), rgba(14,165,168,.95));
  color:#fff !important;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  will-change: transform;
}
.ar-gdpr__btn:hover{
  text-decoration:none;
  transform: translateY(-1px);
  filter: brightness(1.02);
}
.ar-gdpr__btn:active{ transform: translateY(0); }

.ar-gdpr__btn--ghost{
  background: rgba(255,255,255,.12);
  color:#fff !important;
  box-shadow: none;
}
.ar-gdpr__btn--ghost:hover{
  background: rgba(255,255,255,.16);
}

/* WRAP */
.ar-gdpr__wrap{
  width: min(1100px, calc(100% - 32px));
  margin: -22px auto 40px;
}

/* CARDS + SECTIONS */
.ar-gdpr__card{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(2,6,23,.06);
}

.ar-gdpr__card--soft{
  background: linear-gradient(180deg, #fff, rgba(23,176,181,.06));
}

.ar-gdpr__section{
  margin-top: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(2,6,23,.05);
}

/* Headings */
.ar-gdpr__h2{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.ar-gdpr__h3{
  margin: 14px 0 8px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

/* Text */
.ar-gdpr__lead{
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.8;
}

.ar-gdpr__section p{
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.8;
}
.ar-gdpr__section p:last-child{ margin-bottom: 0; }

/* Notes */
.ar-gdpr__note{
  margin-top: 12px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(14,165,168,.08);
  border: 1px solid rgba(14,165,168,.18);
  color: #0b3b43;
}
.ar-gdpr__note strong{ color: inherit; }

.ar-gdpr__note--strong{
  background: rgba(2,132,199,.08);
  border-color: rgba(2,132,199,.18);
  color: #0f172a;
}
.ar-gdpr__note--strong strong{ color: inherit; }

/* Lists (fix nesting + spacing) */
.ar-gdpr__list{
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.85;
}

.ar-gdpr__list > li{
  margin: 6px 0;
}

.ar-gdpr__list li > .ar-gdpr__list{
  margin-top: 8px;
  padding-left: 18px;
}

.ar-gdpr__list li strong{
  color: var(--text);
  font-weight: 900;
}

/* Make long legal paragraphs readable */
.ar-gdpr__section p,
.ar-gdpr__card p,
.ar-gdpr__lead{
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* Links inside notes/sections */
.ar-gdpr__section a,
.ar-gdpr__note a{
  font-weight: 800;
}

/* Table (if you add one later) */
.ar-gdpr__tableWrap{
  margin-top: 12px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.ar-gdpr__table{
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.ar-gdpr__table thead th{
  text-align: left;
  background: rgba(15,86,97,.08);
  color: #0b3b43;
  padding: 12px 12px;
  font-weight: 900;
}

.ar-gdpr__table tbody td{
  padding: 12px 12px;
  vertical-align: top;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

/* Footer */
.ar-gdpr__footer{
  margin-top: 18px;
  padding: 14px 0 0;
}

.ar-gdpr__footerInner{
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(2,6,23,.02);
  color: var(--muted);
}

.ar-gdpr__footerLinks{
  display:flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ar-gdpr__footerLinks a{ font-weight: 800; }

/* Optional: smoother in-page anchor jumps */
.ar-gdpr{
  scroll-behavior: smooth;
}
.ar-gdpr [id]{
  scroll-margin-top: 16px;
}

/* Responsive */
@media (max-width: 980px){
  .ar-gdpr__wrap{ margin-top: -18px; }
  .ar-gdpr__h2{ font-size: 19px; }
}

@media (max-width: 640px){
  .ar-gdpr__wrap{ width: calc(100% - 20px); }
  .ar-gdpr__heroInner{ width: calc(100% - 20px); }

  .ar-gdpr__btn{
    width: 100%;
    justify-content: center;
  }

  .ar-gdpr__footerInner{
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */