* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  height: 100%;
  font-family: var(--font-main);
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("../img/bg_1.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  color: var(--color-text-dark);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

section {
  height: 100dvh;
  min-height: 100dvh;
  width: 100%;
  text-align: center;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

section.fade-out {
  opacity: 0;
  transform: scale(0.98);
}

section.sembunyi {
  display: none;
}

section.potong {
  height: calc(100dvh - 80px);
  min-height: calc(100dvh - 80px);
}

.bottom-menu {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  max-width: 500px;
  height: 80px;

  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  overflow-x: auto;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

.bottom-menu.show {
  opacity: 1;
  pointer-events: auto;
}

.bottom-menu::-webkit-scrollbar {
  display: none;
}

.bottom-menu {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.bottom-menu .menu-item {
  flex: 0 0 25%;
  min-width: 25%;
  text-decoration: none;
  color: #8a8a8a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  transition: all 0.3s ease;
}

.bottom-menu .menu-item i {
  font-size: 22px;
  transition: all 0.3s ease;
}

.bottom-menu .menu-item span {
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

.bottom-menu .menu-item.active {
  color: #fff;
}

.bottom-menu .menu-item.active i {
  color: #fff;
}

.bottom-menu .menu-item.active::before {
  content: "";
  position: absolute;
}

.bottom-menu .menu-item.active {
  position: relative;
}

.bottom-menu .menu-item.active i {
  width: 42px;
  height: 42px;
  background: var(--color-primary);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.bottom-menu .menu-item.active span {
  color: var(--color-primary);
  font-weight: 600;
}

.bottom-menu .menu-item:hover {
  color: var(--color-primary);
}

.bottom-menu .menu-item:hover i {
  transform: translateY(-2px);
}

/* ==========================================================================
   2. HERO / COVER SECTION
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Montserrat:wght@300;400;500;600&display=swap");

#cover {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  color: #2c3e50;
  overflow: hidden;
  transition:
    opacity 1s ease,
    transform 1s ease;
}

.foto-frame .kiri-atas,
.foto-frame .kanan-atas,
.foto-frame .kiri-bawah,
.foto-frame .kanan-bawah {
  position: absolute;
  opacity: 0;
  --scale: 0.7;
  animation: frameFadeIn 1s ease forwards;
}

.foto-frame .kiri-atas {
  top: 5px;
  left: 0;
  width: 150px;
  height: 150px;
  animation-delay: 0.1s;
}

.foto-frame .kanan-atas {
  top: 5px;
  right: 0;
  width: 150px;
  height: 150px;
  --extra-transform: scaleX(-1);
  animation-delay: 0.3s;
}

.foto-frame .kiri-bawah {
  bottom: -25px;
  left: -10px;
  width: 250px;
  height: 250px;
  --extra-transform: scaleY(-1);
  animation-delay: 0.5s;
}

.foto-frame .kanan-bawah {
  bottom: -25px;
  right: -10px;
  width: 250px;
  height: 250px;
  --extra-transform: scaleX(-1) scaleY(-1);
  animation-delay: 0.7s;
}

@keyframes frameFadeIn {
  0% {
    opacity: 0;
    transform: scale(var(--scale)) var(--extra-transform, none);
  }

  100% {
    opacity: 0.5;
    transform: scale(1) var(--extra-transform, none);
  }
}

.foto-wrapper {
  position: relative;
  width: 260px;
  height: 260px;
  margin-bottom: 25px;
  border-radius: 120px 0px 120px 0px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(44, 62, 80, 0.2);
  border: 4px solid rgba(255, 255, 255, 0.6);
  animation: float 4s ease-in-out infinite;
  z-index: 100;
}

.foto-pengantin {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.foto-wrapper:hover .foto-pengantin {
  transform: scale(1.15);
}

.sub-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
  color: #4a6572;
  font-weight: 500;
}

#cover h1 {
  font-family: "Alex Brush", cursive;
  font-size: 2.5rem;
  color: var(--color-accent);
  margin: 0 0 25px 0;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
  font-weight: 400;
  font-style: italic;
}

.content-box {
  z-index: 100;
}

.btn-buka {
  background: #ffffff;
  color: #34495e;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px 40px;
  border: 2px solid #34495e;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.btn-buka:hover {
  background: #2c3e50;
  color: #ffffff;
  border-color: #2c3e50;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(44, 62, 80, 0.25);
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

#salam {
  position: relative;
  padding: 25px 10px;
  overflow-y: auto;
}

.salam-box {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 25px;
  padding: 35px 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.salam-wrapper {
  text-align: center;
}

.salam-foto {
  margin-bottom: 25px;
}

.salam-foto img {
  width: 190px;
  aspect-ratio: 3/4;
  object-fit: cover;

  border-radius: 100px 100px 20px 20px;

  border: 5px solid rgba(255, 255, 255, 0.8);

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);

  transition: 0.4s;

  animation: fotoFloat 4s ease-in-out infinite;
}

.salam-foto img:hover {
  transform: scale(1.05);
}

@keyframes fotoFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.salam-text h2 {
  font-size: 1.8rem;
  color: var(--color-primary);
  margin-bottom: 15px;
  line-height: 1.8;
}

.salam-text h3 {
  position: relative;
  display: inline-block;

  font-family: "Great Vibes", cursive;
  font-size: 1.6rem;
  color: var(--color-primary);

  margin-bottom: 25px;
}

.salam-text h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);

  width: 60px;
  height: 2px;

  background: var(--color-primary);
}

.salam-text p {
  max-width: 500px;
  margin: 0 auto;
  color: #666;
  line-height: 2;
  font-size: 1rem;
}

.salam-box::before,
.salam-box::after {
  content: "❦";
  display: block;
  text-align: center;
  color: var(--color-primary);
  font-size: 24px;
}

.salam-box::before {
  margin-bottom: 15px;
}

.salam-box::after {
  margin-top: 20px;
}

/* ==========================================================================
   3. quotes
   ========================================================================== */

#quotes {
  position: relative;
  padding: 25px 10px;
  overflow-y: auto;
}

#quotes > * {
  position: relative;
  z-index: 1;
}

.quotes-box {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 25px;
  padding: 30px 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.quotes-wrapper {
  text-align: center;
}

.quotes-wrapper h2 {
  position: relative;
  display: inline-block;
  font-family: "Great Vibes", cursive;
  font-size: 2.2rem;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.quotes-wrapper h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 999px;
}

.quotes-foto {
  position: relative;
  margin: 25px 0;
}

.quotes-foto img {
  width: 180px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 100px 100px 20px 20px;
  border: 5px solid rgba(255, 255, 255, 0.8);
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.15),
    0 0 0 8px rgba(255, 255, 255, 0.4);
}

.quotes-foto img {
  animation: floatQuotes 4s ease-in-out infinite;
}

.quotes-text {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  padding: 35px 25px;
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  width: 100%;
}

.quotes-text::before {
  content: "❝";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 70px;
  line-height: 1;
  color: var(--color-primary);
  opacity: 0.25;
}

.quotes-text p {
  font-size: 0.95rem;
  line-height: 2;
  color: #666;
  font-style: italic;
  text-align: center;
}

.quotes-text h3 {
  margin-top: 20px;
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.quotes-text h3::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  margin: 0 auto 12px;
}

.quotes-box::before {
  content: "❦";
  display: block;
  text-align: center;
  color: var(--color-primary);
  font-size: 24px;
  margin-bottom: 15px;
}

.quotes-box::after {
  content: "❦";
  display: block;
  text-align: center;
  color: var(--color-primary);
  font-size: 24px;
  margin-top: 20px;
}

@keyframes floatQuotes {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* ==========================================================================
   3. MEMPELAI SECTION
   ========================================================================== */
#mempelai {
  position: relative;
  padding: 25px 10px;
  overflow-y: auto;
}

#mempelai > * {
  position: relative;
  z-index: 1;
}

.mempelai-box {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 25px;
  padding: 30px 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.mempelai-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.mempelai-wrapper h2 {
  position: relative;
  display: inline-block;
  font-family: "Great Vibes", cursive;
  font-size: 2.3rem;
  color: var(--color-primary);
  margin-bottom: 15px;
}

.mempelai-wrapper h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 999px;
}

.mempelai-pria,
.mempelai-wanita {
  width: 100%;
  max-width: 280px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 25px;
  padding: 25px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.mempelai-pria:hover,
.mempelai-wanita:hover {
  transform: translateY(-5px);
}

.foto-mempelai {
  width: 180px;
  height: 180px;
  object-fit: cover;
  display: block;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.15),
    0 0 0 8px rgba(255, 255, 255, 0.4);
  transition: 0.4s;
  animation: floatCouple 4s ease-in-out infinite;
}

.foto-mempelai:hover {
  transform: scale(1.05);
}

@keyframes floatCouple {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.mempelai-box h3 {
  font-family: "Great Vibes", cursive;
  font-size: 2rem;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.mempelai-box p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.8;
}

.simbol-dan {
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: var(--color-primary);
  font-family: "Great Vibes", cursive;
  font-size: 3rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.simbol-dan::before,
.simbol-dan::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}

.simbol-dan::before {
  left: -60px;
}

.simbol-dan::after {
  right: -60px;
}

.mempelai-box::before {
  content: "❦";
  display: block;
  text-align: center;
  font-size: 24px;
  color: var(--color-primary);
  margin-bottom: 15px;
}

.mempelai-box::after {
  content: "❦";
  display: block;
  text-align: center;
  font-size: 24px;
  color: var(--color-primary);
  margin-top: 20px;
}

/* ==========================================================================
   4. DETAIL ACARA & COUNTDOWN
   ========================================================================== */
#acara {
  position: relative;
  padding: 25px 10px;
  overflow-y: auto;
}

#acara > * {
  position: relative;
  z-index: 1;
}

.acara-box {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 25px;
  padding: 30px 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.acara-wrapper {
  text-align: center;
}

.acara-wrapper h2 {
  position: relative;
  display: inline-block;
  font-family: "Great Vibes", cursive;
  color: var(--color-primary);
  font-size: 2rem;
  margin-bottom: 20px;
}

.acara-wrapper h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: var(--color-primary);
}

.acara-subtitle {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 25px;
  line-height: 1.8;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}

.count-item {
  background: white;
  border-radius: 15px;
  padding: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.count-item span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary);
}

.count-item small {
  color: #777;
}

.event-card {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.event-card .tanggal-event {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 1.05rem;
}

.event-card i {
  font-size: 2rem;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.event-card h3 {
  color: var(--color-primary);
  margin-bottom: 10px;
}

.event-card p {
  color: #666;
  margin-bottom: 4px;
}

.btn-lokasi {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  background: var(--color-primary);
  color: white;
  font-weight: 600;
  transition: 0.3s;
}

.btn-lokasi:hover {
  transform: translateY(-2px);
}

/* ==========================================================================
   4. Story
   ========================================================================== */
#story {
  position: relative;
  padding: 25px 10px;
  overflow-y: auto;
}

#story > * {
  position: relative;
  z-index: 1;
}

.story-box {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 25px;
  padding: 30px 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.story-wrapper {
  text-align: center;
}

.story-wrapper h2 {
  position: relative;
  font-family: "Great Vibes", cursive;
  color: var(--color-primary);
  font-size: 2rem;
  margin-bottom: 25px;
  display: inline-block;
}

.story-wrapper h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 999px;
}

.story-timeline {
  position: relative;
}

.story-timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, var(--color-primary), rgba(0, 0, 0, 0.1));
}

.story-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.story-item:last-child {
  margin-bottom: 0;
}

.story-dot {
  position: absolute;
  left: -2px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  color: var(--color-primary);
  border: 4px solid var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.story-content {
  margin-left: 55px;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.story-content h3 {
  color: var(--color-primary);
  margin-bottom: 8px;
  font-size: 1rem;
  letter-spacing: 1px;
}

.story-content p {
  text-align: justify;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #666;
}

.story-item {
  opacity: 0;
  transform: translateY(30px);
  animation: storyFade 0.8s ease forwards;
}

.story-item:nth-child(2) {
  animation-delay: 0.2s;
}

.story-item:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes storyFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
   5. Galey
   ========================================================================== */
#galeri {
  position: relative;
  padding: 25px 10px;
  overflow-y: auto;
}

#galeri > * {
  position: relative;
  z-index: 1;
}

.galeri-box {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 25px;
  padding: 30px 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.galeri-wrapper h2 {
  position: relative;
  font-family: "Great Vibes", cursive;
  color: var(--color-primary);
  font-size: 2rem;
  margin-bottom: 25px;
  display: inline-block;
}

.galeri-wrapper h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 999px;
}

.galeri-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.galeri-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.galeri-grid img:nth-child(1),
.galeri-grid img:nth-child(4),
.galeri-grid img:nth-child(5) {
  height: 280px;
}

.galeri-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

/* ==========================================================================
   5. Ucapan
   ========================================================================== */
#ucapan {
  position: relative;
  padding: 25px 10px;
  overflow-y: auto;
}

#ucapan > * {
  position: relative;
  z-index: 1;
}

.ucapan-box {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 25px;
  padding: 30px 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.ucapan-wrapper {
  text-align: center;
}

.ucapan-wrapper h2 {
  position: relative;
  display: inline-block;
  font-family: "Great Vibes", cursive;
  color: var(--color-primary);
  font-size: 2rem;
  margin-bottom: 15px;
}

.ucapan-wrapper h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: var(--color-primary);
}

.ucapan-text {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 25px;
}

.form-ucapan {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 25px;
}

.form-ucapan input,
.form-ucapan textarea {
  width: 100%;
  border: none;
  border-radius: 15px;
  padding: 14px;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  outline: none;
}

.form-ucapan textarea {
  resize: none;
}

.form-ucapan input:focus,
.form-ucapan textarea:focus {
  box-shadow: 0 0 0 2px var(--color-primary);
}

.form-ucapan button {
  border: none;
  padding: 14px;
  border-radius: 50px;
  background: var(--color-primary);
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.form-ucapan button:hover {
  transform: translateY(-2px);
}

.list-ucapan {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.item-ucapan {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  padding: 15px;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.item-ucapan:hover {
  transform: translateY(-3px);
}

.item-ucapan h4 {
  color: var(--color-primary);
  margin-bottom: 8px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.item-ucapan h4::before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--color-primary);
  display: inline-block;
}

.item-ucapan p {
  color: #555;
  line-height: 1.7;
  font-size: 0.9rem;
}

.list-ucapan {
  max-height: 350px;
  overflow-y: auto;
  padding-right: 5px;
}

.list-ucapan::-webkit-scrollbar {
  width: 5px;
}

.list-ucapan::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 20px;
}

.total-ucapan {
  margin-bottom: 15px;
  color: var(--color-primary);
  font-weight: 600;
}

/* ==========================================================================
   6. DIGITAL GIFT CARD
   ========================================================================== */
#gift {
  position: relative;
  padding: 25px 10px;
  overflow-y: auto;
}

#gift > * {
  position: relative;
  z-index: 1;
}

.gift-box {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 25px;
  padding: 30px 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.gift-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gift-wrapper h2 {
  font-family: "Great Vibes", cursive;
  font-size: 2.2rem;
  color: var(--color-primary);
  position: relative;
  display: inline-block;
}

.gift-wrapper h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 10px;
}

.gift-text {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.8;
}

.bank-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: 0.3s;
}

.bank-card:hover {
  transform: translateY(-5px);
}

.bank-card i {
  font-size: 2rem;
  color: var(--color-primary);
}

.bank-card h3 {
  margin: 0;
  font-size: 1rem;
  color: #333;
}

.rekening {
  font-weight: bold;
  letter-spacing: 1px;
  color: #222;
}

.bank-card span {
  font-size: 0.8rem;
  color: #777;
}

.copy-btn {
  margin-top: 10px;
  padding: 10px 15px;
  border: none;
  border-radius: 12px;

  background: var(--color-primary);
  color: white;

  cursor: pointer;
  transition: 0.3s;
}

.copy-btn:hover {
  opacity: 0.85;
  transform: scale(1.05);
}

/* ==========================================================================
   7. BUTTONS & INTERACTION (UI Mobile-Friendly)
   ========================================================================== */
button,
.btn {
  display: inline-block;
  width: 100%;
  padding: 14px;
  background-color: var(--color-accent);
  color: var(--color-text-light);
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(35, 49, 66, 0.2);
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

button:active,
.btn:active {
  background-color: var(--color-accent-hover);
  transform: scale(0.98);
}

#cover button {
  background-color: var(--color-text-light);
  color: var(--color-accent);
  width: auto;
  padding: 12px 35px;
  border-radius: 25px;
  margin-top: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

#cover button:active {
  background-color: var(--color-text-muted);
}
