/* =====================================================
   LUXURY ISLAMIC GLASS UI
   Design System v1.0
===================================================== */

:root {
  /* ========= WARNA ========= */
  --primary: #0F6A4B;       /* ===== Hijau ===== */
  --primary-light: #169B62; /* ===== Hijau agak muda ===== */
  --primary-dark: #084B35;
  --gold: #C9A44C;
  --gold-light: #E5C76B;
  --cream: #F8F7F2;
  --white: #FFFFFF;
  --text: #23312D;
  --text-light: #5E6A66;

  /* ========= GLASS ========= */
  --glass: rgba(255, 255, 255, 0.72);
  --glass-border: rgba(255, 255, 255, 0.35);

  /* ========= SHADOW ========= */
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.10);
  --shadow-lg: 0 18px 45px rgba(0, 0, 0, 0.14);

  /* ========= BORDER ========= */
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 30px;

  /* ========= TRANSITION ========= */
  --speed: 0.35s;
}

/* =====================================================
   SURAH
===================================================== */

body {
  background: linear-gradient(
    180deg,
    #FDFCF8 0%,
    #F6F8F2 55%,
    #FFFFFF 100%
  );
  background-attachment: fixed;
  color: var(--text);
  margin: 0;
  padding-top: 10px;
  padding-bottom: 60px;
  font-family: 'Scheherazade New', 'UthmanicHafs', serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("../assets/ornaments/arabesque.svg");  
  background-repeat: repeat;
  background-size: 260px;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.modern-lis-top,
.modern-lis-bottom {
  position: fixed;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    #065748,
    #0a7b66,
    #18b79d,
    #0a7b66,
    #065748
  );
  z-index: 999;
}

.modern-lis-top {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 3px 10px rgba(10, 123, 102, 0.3);
}

.modern-lis-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 -3px 10px rgba(10, 123, 102, 0.3);
}

html {
  scroll-behavior: smooth;
}

/* =====================================================
   SURAH HEADER
===================================================== */

.surah-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 28px;
  margin: 28px 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(196, 166, 97, 0.45);
  overflow: hidden;
  box-shadow: 
    0 12px 28px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.arabesque {
  width: 95px;
  opacity: 0.95;
  flex-shrink: 0;
}

.surah-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(15, 106, 75, 0.35) 2px, transparent 3px),
    radial-gradient(circle at 75% 75%, rgba(201, 164, 76, 0.35) 2px, transparent 3px);
  background-size: 90px 90px;
}

.surah-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
}

.surah-name {
  font-family: 'Scheherazade New', 'UthmanicHafs', serif;
  font-size: 65px;
  color: #0F6A4B;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.surah-meta {
  margin-top: 10px;
  font-size: 18px;
  color: #8E7851;
  letter-spacing: 1px;
  font-weight: 600;
}

.surah-desc {
  margin-top: 6px;
  font-size: 14px;
  color: #8A8A8A;
}

.ornament {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  z-index: 2;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
  transition: 0.45s ease;
}

.surah-title:hover .ornament {
  transform: rotate(15deg) scale(1.06);
}

.surah-title::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -35%;
  width: 60%;
  height: 220%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  transform: rotate(18deg);
  animation: shimmer 6s linear infinite;
}

.surah-title::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/ornaments/arabesque.svg");
  background-size: 220px;
  opacity: 0.03;
  pointer-events: none;
}

.surah-info::after {
  content: "";
  width: 90px;
  height: 2px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--gold),
    transparent
  );
}

/* =====================================================
   BISMILLAH CARD
===================================================== */

.bismillah-card {
  position: relative;
  max-width: 700px;
  margin: 0 auto 55px;
  padding: 28px 24px;
  text-align: center;
  
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92),
    rgba(248, 247, 242, 0.96)
  );
  border: 1px solid rgba(201, 164, 76, 0.35);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.bismillah-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.05;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(15, 106, 75, 0.25) 2px, transparent 2px);
  background-size: 65px 65px;
}

.bismillah-symbol {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  color: var(--gold);
  margin-bottom: 18px;
}

.bismillah-card:hover {
  transform: translateY(-3px);
  transition: 0.35s;
  box-shadow: 0 16px 34px rgba(15, 106, 75, 0.12);
}

/* =====================================================
   AYAT
===================================================== */

.ayat-center {
  font-size: 2rem;
  line-height: 3.8rem;
  color: #0F6A4B;
  font-family: 'Scheherazade New', 'UthmanicHafs', serif;
  text-align: center;
}

.bismillah {
  margin: 0;
  font-size: 2rem;
  line-height: 3.4rem;
  color: var(--primary);
  font-family: 'Scheherazade New', 'UthmanicHafs', serif;
}

/* ====================================
   ARABIC READING (AYAT)
==================================== */


.ayat-center,
.ayat-justify,
.ayat-right {
  font-family: 'Scheherazade New', 'UthmanicHafs', serif;
  direction: rtl; 
  position: relative;
  z-index: 2;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ayat-center {
  font-size: 2.15rem;
  line-height: 2.7rem;
  text-align: center;
  color: #222;
  word-spacing: 0.02em;
  letter-spacing: normal;
}

.ayat-right {
  font-size: 2.15rem;
  line-height: 2.7rem;
  text-align: right;
  color: #222;
  word-spacing: 0.02em;
  letter-spacing: normal;
}

.ayat-justify {
  font-size: 2.15rem;
  line-height: 2.7rem;
  text-align: justify;
  color: #222;
  word-spacing: 0.02em;
  letter-spacing: normal;
}

.doa-title {
  font-size: 2.5rem;
  color: #0F6A4B;
  margin: 70px 0 30px;
  letter-spacing: 1px;
  border-left: 4px solid #C8A54D;
}

.section-divider {
  text-align: center;
  color: #C9A44C;
  font-size: 1.1rem;
  letter-spacing: 10px;
  margin: 45px 0;
}

/* =====================================================
   READING PANEL
===================================================== */

.reading-panel {
  position: relative;
  max-width: 760px;
  margin: 0 auto 45px;
  padding: 35px 28px;
  background: linear-gradient(
    180deg,
    #fffefb,
    #fffdfa 35%,
    #fffefc 100%
  );
  border-radius: 28px;
  border: 1px solid rgba(196, 166, 97, 0.35);
  backdrop-filter: blur(12px);
  overflow: hidden;
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -8px 18px rgba(186, 155, 74, 0.06);
  isolation: isolate;
}

.reading-panel:hover {
  transform: translateY(-2px);
  transition: 0.35s ease;
}

.reading-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  top: -150px;
  right: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: url("../assets/ornaments/arabesque.svg");
  background-size: 260px;
  opacity: 0.025;
  pointer-events: none;
  z-index: -2;
}

.reading-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: -180px;
  left: -150px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.45), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.25), transparent 45%);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -1;
}

.reading-divider {
  text-align: center;
  color: #C9A44C;
  font-size: 1rem;
  letter-spacing: 8px;
  margin: 18px 0 22px;
}

/* =====================================================
   PANEL CORNER
===================================================== */

.corner {
  position: absolute;
  width: 28px;
  height: 28px;
}

.corner.tl {
  top: 14px;
  left: 14px;
  border-right: none;
  border-bottom: none;
}

.corner.tr {
  top: 14px;
  right: 14px;
  border-left: none;
  border-bottom: none;
}

.corner.bl {
  bottom: 14px;
  left: 14px;
  border-right: none;
  border-top: none;
}

.corner.br {
  bottom: 14px;
  right: 14px;
  border-left: none;
  border-top: none;
}

.reading-ornament {
  text-align: center;
  color: #C9A44C;
  font-size: 18px;
  letter-spacing: 8px;
  margin-bottom: 25px;
}

/* =====================================================
   AYAT NUMBER PREMIUM
===================================================== */

.ayat-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-inline: 6px;
  vertical-align: middle;
  position: relative;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%,
    #ffffff 0%,
    #fcfbf7 45%,
    #f3ead0 100%
  );
  border: 2px solid #C8A34D;
  color: #0F6A4B;
  font-family: 'Scheherazade New', 'UthmanicHafs', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.08),
    inset 0 0 0 2px #ffffff,
    inset 0 0 0 4px rgba(200, 163, 77, 0.25);
  transition: 0.25s ease;
}

.ayat-number::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: conic-gradient(
    #0F6A4B 0deg 18deg,    transparent 18deg 36deg,
    #0F6A4B 36deg 54deg,   transparent 54deg 72deg,
    #0F6A4B 72deg 90deg,   transparent 90deg 108deg,
    #0F6A4B 108deg 126deg, transparent 126deg 144deg,
    #0F6A4B 144deg 162deg, transparent 162deg 180deg,
    #0F6A4B 180deg 198deg, transparent 198deg 216deg,
    #0F6A4B 216deg 234deg, transparent 234deg 252deg,
    #0F6A4B 252deg 270deg, transparent 270deg 288deg,
    #0F6A4B 288deg 306deg, transparent 306deg 324deg,
    #0F6A4B 324deg 342deg, transparent 342deg 360deg
  );
  z-index: -2;
  transform: rotate(18deg);
}

.ayat-number::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 1.5px solid #D7B55E;
  z-index: -1;
}

.ayat-number:hover {
  transform: scale(1.08);
  box-shadow:
    0 0 12px rgba(201, 164, 76, 0.45),
    inset 0 0 0 2px #fff,
    inset 0 0 0 4px rgba(200, 163, 77, 0.30);
}

/* =====================================================
   INDONESIA
===================================================== */

.left {
  direction: ltr;
  text-align: left;
  font-family:Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-top: 25px;
}

/* =====================================================
   SURAH FOOTER
===================================================== */

.surah-divider {
  margin: 70px auto 40px;
  border: none;
  border-top: 2px solid #d8c08a;
  max-width: 320px;
}

.surah-footer {
  text-align: center;
  padding-bottom: 20px;
  font-family: 'Scheherazade New', 'UthmanicHafs', serif;
}

.footer-ornament {
  font-size: 12px;
  color: #0a7b66;
  letter-spacing: 10px;
  margin-bottom: 18px;
}

.footer-text {
  font-size: 1rem;
  line-height: 2.6rem;
  color: #444;
}

/* =====================================================
   MEDIA QUERIES
===================================================== */

@media (max-width: 768px) {
  .reading-panel {
    padding: 28px 18px; 
    border-radius: 22px;
  }
  
  .ayat-justify,
  .ayat-right {
    font-size: 2.05rem; 
    line-height: 2.8rem; 
  }
  
  .surah-title {
    margin-top: 35px;
  }
}
  
  .surah-title {
    margin-top: 35px;
  }
}
