/* EuCrack legal pages - stable custom CSS. Mobile-first, controlled font sizes. */
.eu-legal-page{
  position:relative;
  overflow:hidden;
  background:#f8fafc;
  color:#0f172a;
  min-height:100vh;
}

.eu-legal-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 92% 0%,rgba(14,165,233,.13),transparent 30%),
    radial-gradient(circle at 0% 34%,rgba(21,70,212,.08),transparent 28%),
    linear-gradient(180deg,#f8fafc 0%,#ffffff 48%,#f8fafc 100%);
}

.eu-legal-container{
  position:relative;
  width:min(100% - 28px,1120px);
  margin:0 auto;
  padding:24px 0 56px;
}

.eu-legal-back-wrap{margin-bottom:18px;}

.eu-legal-hero{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  background:linear-gradient(135deg,#03122b 0%,#07245a 54%,#06345f 100%);
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 24px 70px rgba(3,18,43,.24);
  padding:30px 22px;
  margin-bottom:18px;
}

.eu-legal-hero-glow{
  position:absolute;
  border-radius:999px;
  pointer-events:none;
  filter:blur(72px);
}

.eu-legal-hero-glow.one{
  top:-80px;
  right:-70px;
  width:240px;
  height:240px;
  background:rgba(56,189,248,.22);
}

.eu-legal-hero-glow.two{
  left:-90px;
  bottom:-110px;
  width:280px;
  height:280px;
  background:rgba(21,70,212,.18);
}

.eu-legal-hero-content{position:relative;z-index:1;max-width:720px;}
.eu-legal-chip{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.10);
  padding:6px 11px;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#dff4ff;
}

.eu-legal-hero h1{
  margin:16px 0 0;
  font-family:'DM Serif Display',serif;
  font-size:clamp(2rem,5.2vw,3.15rem);
  line-height:1.02;
  letter-spacing:-.03em;
  color:#fff;
}

.eu-legal-hero p{
  margin:14px 0 0;
  max-width:650px;
  color:rgba(226,232,240,.92);
  font-size:15.5px;
  line-height:1.75;
  font-weight:500;
}

.eu-legal-date{
  display:inline-flex;
  margin-top:18px;
  padding:10px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.10);
  color:rgba(255,255,255,.92);
  font-size:13px;
  line-height:1;
  font-weight:800;
}

.eu-legal-nav-card{
  border-radius:22px;
  border:1px solid rgba(226,232,240,.86);
  background:rgba(255,255,255,.86);
  box-shadow:0 14px 44px rgba(15,23,42,.06);
  padding:12px;
  margin-bottom:18px;
  backdrop-filter:blur(12px);
}

.eu-legal-chip-row{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding-bottom:2px;
  scrollbar-width:none;
}
.eu-legal-chip-row::-webkit-scrollbar{display:none;}

.eu-legal-nav-chip{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid #e2e8f0;
  background:#fff;
  color:#475569;
  padding:9px 13px;
  font-size:12px;
  line-height:1;
  font-weight:900;
  text-decoration:none;
  transition:all .18s ease;
}
.eu-legal-nav-chip:hover{border-color:#bae6fd;background:#f0f9ff;color:#1546d4;}

.eu-legal-layout{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
  align-items:start;
}
.eu-legal-main{display:grid;gap:16px;}

.eu-legal-intro-card,
.eu-legal-section-card,
.eu-legal-contact-card{
  border-radius:24px;
  border:1px solid rgba(226,232,240,.86);
  background:#fff;
  box-shadow:0 14px 42px rgba(15,23,42,.052);
}

.eu-legal-intro-card{padding:20px;display:grid;gap:10px;}
.eu-legal-intro-card p,
.eu-legal-section-body p,
.eu-legal-contact-card p{
  margin:0;
  color:#475569;
  font-size:15.5px;
  line-height:1.78;
  letter-spacing:.01em;
}

.eu-legal-section-card{
  padding:20px;
  scroll-margin-top:96px;
}
.eu-legal-section-important{
  border-color:#bfdbfe;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  box-shadow:0 16px 46px rgba(21,70,212,.09);
}
.eu-legal-section-trust{
  border-color:#bae6fd;
  background:linear-gradient(180deg,#fff 0%,#f0f9ff 100%);
}
.eu-legal-section-notice{
  border-color:#fde68a;
  background:linear-gradient(180deg,#fff 0%,#fffaf0 100%);
}
.eu-legal-section-head{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom:12px;
}
.eu-legal-section-head span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  flex:0 0 32px;
  border-radius:14px;
  border:1px solid #dbeafe;
  background:#eff6ff;
  color:#1546d4;
  font-size:12px;
  line-height:1;
  font-weight:900;
}
.eu-legal-section-notice .eu-legal-section-head span{
  border-color:#fde68a;
  background:#fffbeb;
  color:#b45309;
}
.eu-legal-section-head h2{
  margin:2px 0 0;
  color:#03122b;
  font-size:1.1rem;
  line-height:1.28;
  font-weight:900;
  letter-spacing:-.015em;
}
.eu-legal-section-body{display:grid;gap:10px;}

.eu-legal-list-card{
  margin-top:4px;
  border-radius:20px;
  border:1px solid #e2e8f0;
  background:#f8fafc;
  padding:14px;
}
.eu-legal-list-title{
  color:#03122b!important;
  font-weight:900!important;
  margin-bottom:10px!important;
}
.eu-legal-list-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:9px;
}
.eu-legal-list-card li{
  position:relative;
  padding-left:19px;
  color:#475569;
  font-size:14.8px;
  line-height:1.65;
  font-weight:600;
}
.eu-legal-list-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:7px;
  height:7px;
  border-radius:999px;
  background:#1546d4;
  box-shadow:0 0 0 4px rgba(21,70,212,.09);
}

.eu-legal-contact-card{
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:20px;
  background:linear-gradient(135deg,#fff 0%,#f0f9ff 100%);
  border-color:#dbeafe;
  box-shadow:0 16px 46px rgba(14,165,233,.10);
  scroll-margin-top:96px;
}
.eu-legal-contact-card h2{
  margin:0 0 8px;
  color:#03122b;
  font-size:1.12rem;
  line-height:1.25;
  font-weight:900;
  letter-spacing:-.015em;
}
.eu-legal-contact-card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  border-radius:16px;
  padding:12px 18px;
  background:linear-gradient(135deg,#1546d4 0%,#0284c7 100%);
  color:#fff;
  font-size:14px;
  line-height:1;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(21,70,212,.22);
}

.eu-legal-side-nav{display:none;}

@media (min-width:768px){
  .eu-legal-container{width:min(100% - 48px,1120px);padding:34px 0 72px;}
  .eu-legal-hero{border-radius:34px;padding:42px 40px;margin-bottom:24px;}
  .eu-legal-hero p{font-size:16px;}
  .eu-legal-nav-card{margin-bottom:24px;padding:14px;}
  .eu-legal-main{gap:18px;}
  .eu-legal-intro-card,.eu-legal-section-card{padding:26px;}
  .eu-legal-section-head h2{font-size:1.28rem;}
  .eu-legal-list-card{padding:16px;}
  .eu-legal-contact-card{padding:26px;flex-direction:row;align-items:center;justify-content:space-between;}
  .eu-legal-contact-card h2{font-size:1.28rem;}
}

@media (min-width:1024px){
  .eu-legal-layout{grid-template-columns:minmax(0,1fr) 260px;gap:28px;}
  .eu-legal-side-nav{display:block;position:sticky;top:112px;}
  .eu-legal-side-card{
    border-radius:24px;
    border:1px solid rgba(226,232,240,.86);
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(12px);
    box-shadow:0 16px 44px rgba(15,23,42,.07);
    padding:18px;
  }
  .eu-legal-side-card p{
    margin:0 0 12px;
    color:#94a3b8;
    font-size:11px;
    line-height:1;
    font-weight:900;
    letter-spacing:.16em;
    text-transform:uppercase;
  }
  .eu-legal-side-card nav{display:grid;gap:4px;}
  .eu-legal-side-card a{
    display:block;
    border-radius:12px;
    padding:9px 11px;
    color:#64748b;
    font-size:14px;
    line-height:1.1;
    font-weight:800;
    text-decoration:none;
    transition:all .18s ease;
  }
  .eu-legal-side-card a:hover{background:#f0f9ff;color:#1546d4;}
}

@media (max-width:420px){
  .eu-legal-container{width:min(100% - 24px,1120px);padding-top:20px;}
  .eu-legal-hero{border-radius:26px;padding:26px 18px;}
  .eu-legal-hero h1{font-size:2rem;}
  .eu-legal-hero p{font-size:14.5px;line-height:1.72;}
  .eu-legal-date{font-size:12px;padding:9px 12px;}
  .eu-legal-intro-card,.eu-legal-section-card,.eu-legal-contact-card{border-radius:22px;padding:18px;}
  .eu-legal-intro-card p,.eu-legal-section-body p,.eu-legal-contact-card p{font-size:14.6px;line-height:1.72;}
  .eu-legal-section-head h2{font-size:1.04rem;}
  .eu-legal-list-card li{font-size:14.2px;line-height:1.62;}
}
