
/* ======================================
   ZOYALINK POLICY STYLE — FACEBOOK LIKE
   Clean • Professional • SEO Friendly
====================================== */

/* Base */
body{
  background:#fff;
  color:#050505; /* Facebook-like text */
  font-family:'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  margin:0;
  line-height:1.75;
  font-size:14px;
}

/* Container */
.container{
  max-width:1200px;
  margin:0 5px 60px;
  padding:16px 15px 40px !important; /* 🔥 kiri-kanan 5px */
  background:#fff;
will-change: transform;
  animation: slide-in-app-fast 0.25s cubic-bezier(0.2, 0, 0.2, 0) forwards;
}

@keyframes slide-in-app-fast {
  0% {
    transform: translateY(-20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Headings */
h1{
  font-size:20px;           /* ✅ sesuai permintaan */
  font-weight:700;
  color:#1c1e21;
  text-align:center;
  margin:20px 0 28px;
  line-height:1.4;
}

h2{
  font-size:18px;           /* ✅ */
  font-weight:700;
  color:#1c1e21;
  margin:36px 0 12px;
  line-height:1.4;
}

h3{
  font-size:16px;           /* ✅ */
  font-weight:600;
  color:#1c1e21;
  margin:20px 0 6px;
  line-height:1.45;
}

/* Paragraph */
p{
  font-size:14px;
  margin:0 0 14px;
  line-height:1.8;
  color:#050505;
}

/* Divider */
hr{
  border:none;
  border-top:1px solid #dadde1;
  margin:36px 0;
}

/* ======================================
   LINKS — FACEBOOK STYLE
====================================== */
a{
  color:#1877f2; /* Facebook blue */
  text-decoration:none;
  font-weight:500;
}
a:hover{
  text-decoration:underline;
  color:#145dbf;
}

/* ======================================
   LIST STYLE — PROFESSIONAL ARROW
====================================== */
ul{
  list-style:none;
  padding-left:0;
  margin:10px 0 18px;
}

ul li{
  position:relative;
  padding-left:20px;
  margin-bottom:10px;
  font-size:14px;
  line-height:1.75;
  color:#050505;
}

/* Arrow */
ul li::before{
  content:"›"; /* professional arrow */
  position:absolute;
  left:0;
  top:0;
  color:#65676b;
  font-size:18px;
  line-height:1;
}

/* ======================================
   LANGUAGE TOGGLE — ZOYALINK STANDARD
====================================== */
.lang-toggle{
  position:fixed;
  top:98px;
  right:6px;
  z-index:9999;
  display:flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  background:#fff;
  border:1px solid #ccd0d5;
  border-radius:999px;
  box-shadow:0 1px 3px rgba(0,0,0,0.15);
  cursor:pointer;
  user-select:none;
}

.lang-toggle img{
  width:18px;
  height:18px;
  border-radius:50%;
  border:1px solid #ccd0d5;
  background:#fff;
}

.lang-toggle span{
  font-size:11px;
  font-weight:600;
  color:#050505;
}

/* Mobile */
@media (max-width:480px){
  .container{
    padding:14px 10px 32px !important;
  }
  h1{font-size:19px}
  h2{font-size:17px}
  h3{font-size:15px}
  .lang-toggle{
    top:92px;
    right:4px;
    padding:5px 8px;
  }
}
