.elementor-5275 .elementor-element.elementor-element-32d90b92{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4153905 *//* =========================================================
   Andalusia Real – VOP / Podmienky (Responsive Legal Page)
   Scope: .ar-legal (safe, nezasiahne zvyšok webu)
   ========================================================= */

.ar-legal{
  --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;
}

.ar-legal, .ar-legal *{ box-sizing: border-box; }

.ar-legal a{
  color: var(--accent2);
  text-decoration: none;
}
.ar-legal a:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* HERO */
.ar-legal__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(26px, 4vw, 56px) 0;
}
.ar-legal__heroInner{
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  color: #fff;
  position: relative;
}
.ar-legal__heroInner::before{
  content:"";
  position:absolute;
  inset: -10px -10px -16px -10px;
  background: rgba(0,0,0,.16);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 0;
}
.ar-legal__heroInner > *{ position:relative; z-index:1; }

.ar-legal__badge{
  display:inline-flex;
  align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 800;
  letter-spacing: .04em;
  font-size: 12px;
}

.ar-legal__title{
  margin: 14px 0 10px;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.08;
  font-weight: 900;
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
  letter-spacing: -0.02em;
}
.ar-legal__title span{
  display:block;
  margin-top: 6px;
  font-weight: 700;
  color: rgba(255,255,255,.92) !important;
  font-size: clamp(14px, 2vw, 18px);
}

.ar-legal__lead{
  margin: 0;
  max-width: 90ch;
  font-size: clamp(14px, 2vw, 17px);
  line-height: 1.65;
  color: rgba(255,255,255,.92) !important;
}

/* WRAP */
.ar-legal__wrap{
  width: min(1100px, calc(100% - 32px));
  margin: -22px auto 46px;
}

/* SECTIONS */
.ar-legal__section{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(2,6,23,.06);
  margin-top: 16px;
}

.ar-legal__section h3{
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  color: var(--text);
}

.ar-legal__section p{
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.78;
}
.ar-legal__section p:last-child{ margin-bottom: 0; }

.ar-legal__hr{
  height: 1px;
  background: var(--line);
  border: 0;
  margin: 14px 0;
}

/* LISTS */
.ar-legal__list{
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}
.ar-legal__list li{ margin: 6px 0; }

/* NOTES / CALLOUTS */
.ar-legal__note{
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(14,165,168,.08);
  border: 1px solid rgba(14,165,168,.18);
  color: #0b3b43;
}
.ar-legal__note p{ color: #0b3b43; margin-bottom: 10px; }
.ar-legal__note p:last-child{ margin-bottom: 0; }

/* DEFINITIONS (dl) */
.ar-legal__dl{
  margin: 10px 0 0;
  padding: 0;
}
.ar-legal__dl dt{
  margin-top: 12px;
  font-weight: 900;
  color: var(--text);
}
.ar-legal__dl dd{
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

/* TABLE */
.ar-legal__tableWrap{
  margin-top: 12px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.ar-legal__table{
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.ar-legal__table th{
  text-align: left;
  background: rgba(15,86,97,.08);
  color: #0b3b43;
  padding: 12px 12px;
  font-weight: 900;
}
.ar-legal__table td{
  padding: 12px 12px;
  vertical-align: top;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

/* RESPONSIVE TABLE */
@media (max-width: 640px){
  .ar-legal__table, .ar-legal__table thead, .ar-legal__table tbody, .ar-legal__table th, .ar-legal__table td, .ar-legal__table tr{
    display:block; width:100%;
  }
  .ar-legal__table thead{ display:none; }
  .ar-legal__table tbody tr{
    border-top: 1px solid var(--line);
    padding: 10px 12px;
    background:#fff;
  }
  .ar-legal__table td{
    border: 0;
    padding: 6px 0;
  }
}

/* FOOTER (optional) */
.ar-legal__footer{
  margin-top: 18px;
  padding-top: 6px;
}
.ar-legal__footerInner{
  display:flex;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(2,6,23,.02);
  color: var(--muted);
}

/* RESPONSIVE */
@media (max-width: 980px){
  .ar-legal__wrap{ width: min(1100px, calc(100% - 20px)); }
}

/* === NAVIGÁCIA (TOC) ONLY === */
.ar-legal__toc{
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px dashed #e5e7eb;
  border-radius: 12px;
  margin: 0 0 18px;
  background: #fafafa;
}

.ar-legal__tocTitle{
  font-weight: 700;
  letter-spacing: .2px;
}

.ar-legal__tocLinks{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ar-legal__pill{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  transition: .15s ease;
}

.ar-legal__pill:hover{
  border-color: rgba(14,165,233,.55);
  box-shadow: 0 8px 20px rgba(14,165,233,.10);
  transform: translateY(-1px);
}

@media (max-width: 600px){
  .ar-legal__toc{ padding: 12px; }
  .ar-legal__pill{ padding: 7px 9px; font-size: 12.5px; }
}/* End custom CSS */