/* =============================================
   Wisata Religi Bali — Main Stylesheet
   Luxury Islamic Aesthetic Design System
============================================= */

/* =========================================
       DESIGN SYSTEM — LUXURY ISLAMIC AESTHETIC
       ========================================= */
    :root {
      --gold:        #C9A84C;
      --gold-light:  #E8C97A;
      --gold-dark:   #8B6914;
      --emerald:     #1A4D3E;
      --emerald-mid: #2D6A5A;
      --emerald-light:#3E8C73;
      --cream:       #FAF6EE;
      --cream-dark:  #F0E8D5;
      --ink:         #1A1209;
      --ink-soft:    #3D2E12;
      --white:       #FFFFFF;
      --shadow-gold: 0 8px 40px rgba(201,168,76,0.18);
      --shadow-dark: 0 12px 48px rgba(26,18,9,0.22);
      --radius:      16px;
      --radius-lg:   28px;
      --transition:  0.38s cubic-bezier(0.4,0,0.2,1);
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Lato', sans-serif;
      background: var(--cream);
      color: var(--ink);
      overflow-x: hidden;
    }

    h1, h2, h3 { font-family: 'Playfair Display', serif; }

    .arabic { font-family: 'Amiri', serif; }

    /* PATTERN OVERLAY */
    .pattern-bg {
      background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A84C' fill-opacity='0.07'%3E%3Cpath d='M30 0l5 10h10l-8 6 3 10-10-7-10 7 3-10-8-6h10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

    /* =========================================
       NAVBAR
       ========================================= */
    .navbar {
      background: rgba(26,18,9,0.94) !important;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(201,168,76,0.2);
      padding: 14px 0;
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 1000;
      transition: var(--transition);
    }
    .navbar-brand {
      font-family: 'Playfair Display', serif;
      font-size: 1.3rem;
      color: var(--gold) !important;
      letter-spacing: 0.03em;
    }
    .navbar-brand span { color: var(--white); }
    .nav-link {
      color: rgba(255,255,255,0.8) !important;
      font-size: 0.88rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      font-weight: 700;
      padding: 6px 14px !important;
      transition: var(--transition);
    }
    .nav-link:hover { color: var(--gold) !important; }
    .btn-nav-cta {
      background: var(--gold);
      color: var(--ink) !important;
      border-radius: 50px;
      padding: 8px 22px !important;
      font-weight: 700;
      transition: var(--transition);
    }
    .btn-nav-cta:hover {
      background: var(--gold-light);
      transform: translateY(-1px);
    }
    .navbar-toggler { border-color: var(--gold); }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(201, 168, 76, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* =========================================
       HERO
       ========================================= */
    #hero {
      min-height: 100vh;
      background:
        linear-gradient(165deg, rgba(26,18,9,0.85) 0%, rgba(26,77,62,0.75) 55%, rgba(26,18,9,0.9) 100%),
        url('https://images.unsplash.com/photo-1555400038-63f5ba517a47?w=1600&q=80') center/cover no-repeat;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
      padding-top: 80px;
    }
    #hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A84C' fill-opacity='0.05'%3E%3Cpath d='M40 0l6 12h14l-11 8 4 13-13-9-13 9 4-13-11-8h14z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      pointer-events: none;
    }
    .hero-badge {
       text-align: center;
      display: inline-block;
      background: rgba(201,168,76,0.15);
      border: 1px solid rgba(201,168,76,0.4);
      color: var(--gold-light);
      font-size: 0.75rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      font-weight: 700;
      padding: 8px 20px;
      border-radius: 50px;
      margin-bottom: 24px;
      animation: fadeInUp 0.8s ease both;
    }
    .hero-title {
      font-size: clamp(2.4rem, 6vw, 4.4rem);
      line-height: 1.13;
      color: var(--white);
      font-weight: 700;
      margin-bottom: 8px;
      animation: fadeInUp 0.9s 0.15s ease both;
    }
    .hero-title em {
      color: var(--gold);
      font-style: italic;
    }
    .hero-arabic {
      font-size: clamp(1.4rem, 3.5vw, 2.2rem);
      color: var(--gold-light);
      margin-bottom: 24px;
      opacity: 0.9;
      animation: fadeInUp 1s 0.25s ease both;
    }
    .hero-sub {
      text-align: center;
      font-size: 1.1rem;
      color: rgba(255,255,255,0.82);
      line-height: 1.75;
      margin-bottom: 40px;
      animation: fadeInUp 1s 0.35s ease both;
    }
    .hero-buttons { animation: fadeInUp 1s 0.45s ease both; }
    .btn-gold {
      background: linear-gradient(135deg, var(--gold), var(--gold-dark));
      color: var(--ink);
      font-weight: 700;
      border: none;
      border-radius: 50px;
      padding: 14px 36px;
      font-size: 1rem;
      letter-spacing: 0.04em;
      transition: var(--transition);
      box-shadow: 0 6px 24px rgba(201,168,76,0.35);
      text-decoration: none;
      display: inline-block;
    }
    .btn-gold:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 36px rgba(201,168,76,0.5);
      color: var(--ink);
    }
    .btn-outline-cream {
      background: transparent;
      color: var(--white);
      font-weight: 700;
      border: 2px solid rgba(255,255,255,0.45);
      border-radius: 50px;
      padding: 13px 36px;
      font-size: 1rem;
      letter-spacing: 0.04em;
      transition: var(--transition);
      text-decoration: none;
      display: inline-block;
    }
    .btn-outline-cream:hover {
      border-color: var(--gold);
      color: var(--gold);
      transform: translateY(-3px);
    }
    .hero-stats {
      animation: fadeInUp 1s 0.55s ease both;
      margin-top: 52px;
      padding-top: 36px;
      border-top: 1px solid rgba(201,168,76,0.2);
    }
    .stat-item { text-align: center; }
    .stat-num {
      font-family: 'Playfair Display', serif;
      font-size: 2rem;
      font-weight: 700;
      color: var(--gold);
      line-height: 1;
    }
    .stat-label {
      font-size: 0.78rem;
      color: rgba(255,255,255,0.6);
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-top: 4px;
    }
    .hero-scroll {
      position: absolute;
      bottom: 36px;
      left: 50%;
      transform: translateX(-50%);
      animation: bounce 2s infinite;
      color: var(--gold);
      font-size: 1.5rem;
      opacity: 0.7;
    }

    /* DECORATIVE ARCH */
    .hero-arch {
      position: absolute;
      right: -60px;
      top: 50%;
      transform: translateY(-50%);
      width: 480px;
      height: 560px;
      opacity: 0.08;
      pointer-events: none;
      animation: fadeInRight 1.2s 0.5s ease both;
    }

    /* =========================================
       SECTION COMMON
       ========================================= */
    .section-label {
      display: inline-block;
      font-size: 0.72rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--gold-dark);
      background: rgba(201,168,76,0.12);
      border: 1px solid rgba(201,168,76,0.25);
      padding: 6px 16px;
      border-radius: 50px;
      margin-bottom: 16px;
    }
    .section-title {
      font-size: clamp(1.9rem, 4vw, 3rem);
      line-height: 1.2;
      margin-bottom: 16px;
      color: var(--ink);
    }
    .section-title em { color: var(--emerald); font-style: italic; }
    .section-lead {
      font-size: 1.08rem;
      color: var(--ink-soft);
      line-height: 1.78;
      max-width: 640px;
    }
    .divider-gold {
      width: 60px;
      height: 3px;
      background: linear-gradient(90deg, var(--gold), var(--gold-light));
      border-radius: 2px;
      margin: 20px 0;
    }

    /* =========================================
       WHY US
       ========================================= */
    #why-us { background: var(--white); padding: 100px 0; }
    .why-card {
      background: var(--cream);
      border: 1px solid rgba(201,168,76,0.18);
      border-radius: var(--radius-lg);
      padding: 36px 28px;
      text-align: center;
      transition: var(--transition);
      height: 100%;
    }
    .why-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--shadow-gold);
      border-color: var(--gold);
    }
    .why-icon {
      width: 72px; height: 72px;
      background: linear-gradient(135deg, var(--emerald), var(--emerald-mid));
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 20px;
      font-size: 1.8rem;
      color: var(--gold);
      box-shadow: 0 8px 28px rgba(26,77,62,0.25);
    }
    .why-card h4 {
      font-size: 1.15rem;
      font-family: 'Playfair Display', serif;
      margin-bottom: 10px;
      color: var(--ink);
    }
    .why-card p { font-size: 0.92rem; color: var(--ink-soft); line-height: 1.7; }

    /* =========================================
       DESTINATIONS
       ========================================= */
    #destinations {
      background: linear-gradient(180deg, var(--cream) 0%, var(--cream-dark) 100%);
      padding: 100px 0;
      position: relative;
    }
    #destinations::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231A4D3E' fill-opacity='0.035'%3E%3Cpath d='M30 0l4 8h9l-7 5 3 8-9-6-9 6 3-8-7-5h9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      pointer-events: none;
    }

    .dest-card {
      background: var(--white);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: 0 4px 24px rgba(26,18,9,0.08);
      transition: var(--transition);
      height: 100%;
      border: 1px solid rgba(201,168,76,0.1);
    }
    .dest-card:hover {
      transform: translateY(-10px);
      box-shadow: var(--shadow-dark);
      border-color: var(--gold);
    }
    .dest-img-wrap {
      position: relative;
      height: 240px;
      overflow: hidden;
    }
    .dest-img-wrap img {
      width: 100%; height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
    }
    .dest-card:hover .dest-img-wrap img {
      transform: scale(1.08);
    }
    .dest-badge {
      position: absolute;
      top: 16px; left: 16px;
      background: linear-gradient(135deg, var(--gold), var(--gold-dark));
      color: var(--ink);
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 50px;
    }
    .dest-number {
      position: absolute;
      bottom: 16px; right: 16px;
      width: 44px; height: 44px;
      background: rgba(26,18,9,0.7);
      border: 2px solid var(--gold);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--gold);
    }
    .dest-body { padding: 28px; }
    .dest-location {
      font-size: 0.75rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--emerald-light);
      font-weight: 700;
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .dest-body h3 {
      font-size: 1.25rem;
      margin-bottom: 12px;
      color: var(--ink);
      line-height: 1.3;
    }
    .dest-body p { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.72; margin-bottom: 20px; }
    .dest-highlights {
      list-style: none;
      padding: 0;
      margin: 0 0 20px;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }
    .dest-highlights li {
      font-size: 0.78rem;
      background: rgba(26,77,62,0.08);
      color: var(--emerald);
      border: 1px solid rgba(26,77,62,0.18);
      border-radius: 50px;
      padding: 4px 12px;
      font-weight: 700;
    }
    .dest-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 16px;
      border-top: 1px solid var(--cream-dark);
    }
    .dest-link {
      font-size: 0.85rem;
      font-weight: 700;
      color: var(--emerald);
      text-decoration: none;
      letter-spacing: 0.04em;
      display: flex;
      align-items: center;
      gap: 6px;
      transition: var(--transition);
    }
    .dest-link:hover { color: var(--gold-dark); gap: 10px; }
    .dest-rating { color: var(--gold); font-size: 0.8rem; }

    /* =========================================
       ITINERARY SECTION
       ========================================= */
    #itinerary {
      background: linear-gradient(135deg, var(--emerald) 0%, var(--ink) 100%);
      padding: 100px 0;
      position: relative;
      overflow: hidden;
    }
    #itinerary::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A84C' fill-opacity='0.06'%3E%3Cpath d='M40 0l6 12h14l-11 8 4 13-13-9-13 9 4-13-11-8h14z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      pointer-events: none;
    }
    #itinerary .section-title { color: var(--white); }
    #itinerary .section-title em { color: var(--gold-light); }
    #itinerary .section-label { background: rgba(201,168,76,0.15); border-color: rgba(201,168,76,0.3); color: var(--gold-light); }
    #itinerary .section-lead { color: rgba(255,255,255,0.72); }
    #itinerary .divider-gold { margin: 20px 0 40px; }

    .timeline { position: relative; padding-left: 0; }
    .timeline::before {
      content: '';
      position: absolute;
      left: 24px;
      top: 0; bottom: 0;
      width: 2px;
      background: linear-gradient(180deg, var(--gold), transparent);
    }
    .timeline-item {
      position: relative;
      padding-left: 64px;
      margin-bottom: 36px;
    }
    .timeline-dot {
      position: absolute;
      left: 14px; top: 4px;
      width: 22px; height: 22px;
      background: var(--gold);
      border-radius: 50%;
      border: 3px solid var(--emerald);
      box-shadow: 0 0 0 3px rgba(201,168,76,0.25);
    }
    .timeline-day {
      font-size: 0.72rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 700;
      margin-bottom: 4px;
    }
    .timeline-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem;
      color: var(--white);
      margin-bottom: 6px;
    }
    .timeline-desc {
      font-size: 0.88rem;
      color: rgba(255,255,255,0.62);
      line-height: 1.7;
    }

    /* PACKAGE CARDS */
    .pkg-card {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(201,168,76,0.2);
      border-radius: var(--radius-lg);
      padding: 36px 28px;
      transition: var(--transition);
      position: relative;
      overflow: hidden;
    }
    .pkg-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--gold), var(--gold-light));
    }
    .pkg-card.featured {
      background: rgba(201,168,76,0.1);
      border-color: var(--gold);
      transform: scale(1.03);
    }
    .pkg-card:hover { border-color: var(--gold); background: rgba(201,168,76,0.08); }
    .pkg-badge {
      position: absolute;
      top: 20px; right: 20px;
      background: var(--gold);
      color: var(--ink);
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 50px;
    }
    .pkg-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.4rem;
      color: var(--gold-light);
      margin-bottom: 6px;
    }
    .pkg-subtitle { font-size: 0.85rem; color: rgba(255,255,255,0.5); margin-bottom: 24px; }
    .pkg-price {
      font-family: 'Playfair Display', serif;
      font-size: 2.4rem;
      color: var(--white);
      font-weight: 700;
      line-height: 1;
      margin-bottom: 4px;
    }
    .pkg-price span { font-size: 1rem; color: rgba(255,255,255,0.5); font-family: 'Lato', sans-serif; font-weight: 400; }
    .pkg-per { font-size: 0.8rem; color: rgba(255,255,255,0.45); margin-bottom: 28px; }
    .pkg-features { list-style: none; padding: 0; margin: 0 0 28px; }
    .pkg-features li {
      font-size: 0.88rem;
      color: rgba(255,255,255,0.78);
      padding: 8px 0;
      border-bottom: 1px solid rgba(255,255,255,0.07);
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .pkg-features li:last-child { border-bottom: none; }
    .pkg-features li i { color: var(--gold); font-size: 0.9rem; }
    .btn-pkg {
      width: 100%;
      background: transparent;
      border: 2px solid var(--gold);
      color: var(--gold);
      border-radius: 50px;
      padding: 12px;
      font-weight: 700;
      font-size: 0.92rem;
      letter-spacing: 0.05em;
      cursor: pointer;
      transition: var(--transition);
      text-decoration: none;
      display: block;
      text-align: center;
    }
    .btn-pkg:hover, .pkg-card.featured .btn-pkg {
      background: var(--gold);
      color: var(--ink);
    }

    /* =========================================
       TESTIMONIALS
       ========================================= */
    #testimonials {
      background: var(--white);
      padding: 100px 0;
    }
    .testi-card {
      background: var(--cream);
      border: 1px solid rgba(201,168,76,0.18);
      border-radius: var(--radius-lg);
      padding: 32px 28px;
      position: relative;
      transition: var(--transition);
    }
    .testi-card::before {
      content: '\201C';
      position: absolute;
      top: 16px; left: 24px;
      font-size: 5rem;
      line-height: 1;
      color: var(--gold);
      opacity: 0.18;
      font-family: 'Playfair Display', serif;
    }
    .testi-card:hover { box-shadow: var(--shadow-gold); transform: translateY(-5px); }
    .testi-stars { color: var(--gold); font-size: 0.9rem; margin-bottom: 14px; }
    .testi-text {
      font-size: 0.95rem;
      color: var(--ink-soft);
      line-height: 1.78;
      margin-bottom: 22px;
      font-style: italic;
    }
    .testi-author { display: flex; align-items: center; gap: 14px; }
    .testi-avatar {
      width: 48px; height: 48px;
      background: linear-gradient(135deg, var(--emerald), var(--emerald-mid));
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: var(--gold);
      font-family: 'Playfair Display', serif;
      font-size: 1.2rem;
      font-weight: 700;
      flex-shrink: 0;
    }
    .testi-name { font-weight: 700; font-size: 0.92rem; color: var(--ink); }
    .testi-origin { font-size: 0.78rem; color: rgba(26,18,9,0.45); margin-top: 2px; }

    /* =========================================
       GALLERY STRIP
       ========================================= */
    #gallery {
      padding: 80px 0;
      background: var(--cream-dark);
    }
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: 200px 200px;
      gap: 12px;
    }
    .gallery-item {
      overflow: hidden;
      border-radius: var(--radius);
      position: relative;
    }
    .gallery-item:first-child {
      grid-column: span 2;
      grid-row: span 2;
    }
    .gallery-item img {
      width: 100%; height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }
    .gallery-item:hover img { transform: scale(1.1); }
    .gallery-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(26,18,9,0.6), transparent);
      opacity: 0;
      transition: var(--transition);
      display: flex;
      align-items: flex-end;
      padding: 16px;
    }
    .gallery-item:hover .gallery-overlay { opacity: 1; }
    .gallery-overlay span {
      color: var(--white);
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.06em;
    }

    /* =========================================
       FAQ
       ========================================= */
    #faq { background: var(--cream); padding: 100px 0; }
    .accordion-item {
      background: var(--white) !important;
      border: 1px solid rgba(201,168,76,0.18) !important;
      border-radius: var(--radius) !important;
      margin-bottom: 12px !important;
      overflow: hidden;
    }
    .accordion-button {
      background: var(--white) !important;
      color: var(--ink) !important;
      font-family: 'Playfair Display', serif !important;
      font-size: 1.05rem !important;
      font-weight: 600 !important;
      box-shadow: none !important;
      padding: 20px 24px !important;
    }
    .accordion-button:not(.collapsed) {
      color: var(--emerald) !important;
      background: rgba(26,77,62,0.04) !important;
    }
    .accordion-button::after {
      filter: sepia(1) saturate(2) hue-rotate(5deg);
    }
    .accordion-body {
      font-size: 0.92rem;
      color: var(--ink-soft);
      line-height: 1.78;
      padding: 0 24px 20px !important;
    }

    /* =========================================
       CTA SECTION
       ========================================= */
    #cta {
      background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-light) 100%);
      padding: 100px 0;
      position: relative;
      overflow: hidden;
    }
    #cta::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231A1209' fill-opacity='0.07'%3E%3Cpath d='M30 0l5 10h10l-8 6 3 10-10-7-10 7 3-10-8-6h10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    #cta .section-title { color: var(--ink); }
    #cta .section-label { background: rgba(26,18,9,0.1); border-color: rgba(26,18,9,0.2); color: var(--ink); }
    .cta-sub { color: rgba(26,18,9,0.72); font-size: 1.08rem; line-height: 1.72; }
    .btn-dark-cta {
      background: var(--ink);
      color: var(--gold);
      border: none;
      border-radius: 50px;
      padding: 16px 44px;
      font-size: 1.05rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      transition: var(--transition);
      text-decoration: none;
      display: inline-block;
      box-shadow: 0 8px 28px rgba(26,18,9,0.25);
    }
    .btn-dark-cta:hover {
      background: var(--emerald);
      color: var(--gold);
      transform: translateY(-3px);
      box-shadow: 0 14px 36px rgba(26,18,9,0.3);
    }

    /* =========================================
       CONTACT / FORM
       ========================================= */
    #contact {
      background: var(--white);
      padding: 100px 0;
    }
    .contact-form {
      background: var(--cream);
      border: 1px solid rgba(201,168,76,0.2);
      border-radius: var(--radius-lg);
      padding: 48px 40px;
    }
    .form-label {
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--ink-soft);
      margin-bottom: 6px;
    }
    .form-control, .form-select {
      background: var(--white) !important;
      border: 1.5px solid rgba(201,168,76,0.25) !important;
      border-radius: 10px !important;
      color: var(--ink) !important;
      padding: 12px 16px !important;
      font-size: 0.92rem !important;
      transition: var(--transition) !important;
    }
    .form-control:focus, .form-select:focus {
      border-color: var(--gold) !important;
      box-shadow: 0 0 0 3px rgba(201,168,76,0.12) !important;
    }
    .form-control::placeholder { color: rgba(26,18,9,0.3) !important; }
    .btn-submit {
      background: linear-gradient(135deg, var(--emerald), var(--emerald-mid));
      color: var(--white);
      border: none;
      border-radius: 50px;
      padding: 14px 44px;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      cursor: pointer;
      transition: var(--transition);
      width: 100%;
    }
    .btn-submit:hover {
      background: linear-gradient(135deg, var(--gold-dark), var(--gold));
      color: var(--ink);
      transform: translateY(-2px);
      box-shadow: var(--shadow-gold);
    }
    .contact-info-card {
      background: linear-gradient(145deg, var(--emerald), var(--ink));
      border-radius: var(--radius-lg);
      padding: 48px 36px;
      height: 100%;
      position: relative;
      overflow: hidden;
    }
    .contact-info-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A84C' fill-opacity='0.06'%3E%3Cpath d='M30 0l5 10h10l-8 6 3 10-10-7-10 7 3-10-8-6h10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      pointer-events: none;
    }
    .contact-info-card h3 {
      color: var(--white);
      font-size: 1.6rem;
      margin-bottom: 8px;
    }
    .contact-info-card p {
      color: rgba(255,255,255,0.6);
      font-size: 0.92rem;
      line-height: 1.72;
      margin-bottom: 36px;
    }
    .info-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      margin-bottom: 24px;
    }
    .info-icon {
      width: 44px; height: 44px;
      background: rgba(201,168,76,0.15);
      border: 1px solid rgba(201,168,76,0.25);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      color: var(--gold);
      font-size: 1.1rem;
      flex-shrink: 0;
    }
    .info-label {
      font-size: 0.72rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 700;
      margin-bottom: 3px;
    }
    .info-value { color: var(--white); font-size: 0.9rem; }
    .social-links { display: flex; gap: 12px; margin-top: 36px; }
    .social-btn {
      width: 42px; height: 42px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: var(--white);
      font-size: 1rem;
      transition: var(--transition);
      text-decoration: none;
    }
    .social-btn:hover {
      background: var(--gold);
      border-color: var(--gold);
      color: var(--ink);
      transform: translateY(-3px);
    }

    /* =========================================
       FOOTER
       ========================================= */
    footer {
      background: var(--ink);
      color: rgba(255,255,255,0.6);
      padding: 60px 0 28px;
      border-top: 1px solid rgba(201,168,76,0.15);
    }
    footer .brand-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.4rem;
      color: var(--gold);
      margin-bottom: 12px;
    }
    footer p { font-size: 0.88rem; line-height: 1.72; }
    footer h6 {
      color: var(--white);
      font-weight: 700;
      font-size: 0.82rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 16px;
    }
    footer a {
      color: rgba(255,255,255,0.55);
      text-decoration: none;
      font-size: 0.88rem;
      display: block;
      margin-bottom: 8px;
      transition: var(--transition);
    }
    footer a:hover { color: var(--gold); padding-left: 4px; }
    .footer-divider {
      border-color: rgba(255,255,255,0.08);
      margin: 40px 0 24px;
    }
    .footer-bottom { font-size: 0.8rem; color: rgba(255,255,255,0.35); }

    /* =========================================
       FLOATING WA BUTTON
       ========================================= */
    .wa-float {
      position: fixed;
      bottom: 28px; right: 28px;
      background: #25D366;
      color: var(--white);
      width: 60px; height: 60px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.6rem;
      box-shadow: 0 8px 28px rgba(37,211,102,0.4);
      z-index: 9999;
      text-decoration: none;
      animation: pulse-wa 2.5s infinite;
      transition: transform 0.3s ease;
    }
    .wa-float:hover { transform: scale(1.12); color: var(--white); }

    /* =========================================
       ANIMATIONS
       ========================================= */
    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(32px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeInRight {
      from { opacity: 0; transform: translateX(60px) translateY(-50%); }
      to   { opacity: 0.08; transform: translateX(0) translateY(-50%); }
    }
    @keyframes bounce {
      0%, 100% { transform: translateX(-50%) translateY(0); }
      50%       { transform: translateX(-50%) translateY(-10px); }
    }
    @keyframes pulse-wa {
      0%, 100% { box-shadow: 0 8px 28px rgba(37,211,102,0.4); }
      50%       { box-shadow: 0 8px 40px rgba(37,211,102,0.65), 0 0 0 8px rgba(37,211,102,0.12); }
    }

    /* Scroll reveal */
    .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }
    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.2s; }
    .reveal-delay-3 { transition-delay: 0.3s; }
    .reveal-delay-4 { transition-delay: 0.4s; }

    /* =========================================
       RESPONSIVE
       ========================================= */
    @media (max-width: 991.98px) {
      .pkg-card.featured { transform: scale(1); }
      .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 180px 180px 180px;
      }
      .gallery-item:first-child { grid-column: span 2; grid-row: span 1; }
    }
    @media (max-width: 767.98px) {
      .hero-arch { display: none; }
      .gallery-grid { grid-template-columns: 1fr 1fr; }
      .contact-form { padding: 32px 24px; }
      .contact-info-card { padding: 36px 24px; }
    }
    @media (max-width: 575.98px) {
      .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
      .gallery-item:first-child { grid-column: span 1; grid-row: span 1; }
      #hero { min-height: 100svh; }
    }