/* HERO */
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; background: linear-gradient(135deg, #07261e 0%, #0b5345 55%, #0f172a 100%); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 80%, rgba(20,143,119,0.3) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(183,149,11,0.15) 0%, transparent 50%); }
.hero-pattern { position: absolute; inset: 0; opacity: 0.04; background-size: 60px 60px; }
.hero-content { position: relative; z-index: 2; max-width: 800px; color: white; padding: 120px 0 80px; }
.hero-arabic-opener { font-family: 'Amiri', serif; font-size: 22px; color: rgba(255,255,255,0.7); margin-bottom: 24px; direction: rtl; display: block; }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(44px, 7vw, 80px); font-weight: 400; line-height: 1.05; margin-bottom: 24px; letter-spacing: -1px; }
.hero-title .highlight { color: var(--gold-light); font-style: italic; }
.hero-subtitle { font-size: 18px; color: rgba(255,255,255,0.75); max-width: 580px; margin-bottom: 40px; line-height: 1.7; }
.hero-tagline { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 16px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 56px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 32px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.1); }
.hero-trust-item { display: flex; align-items: center; gap: 12px; }
.trust-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.trust-label { font-size: 13px; color: rgba(255,255,255,0.6); }
.trust-value { font-size: 18px; font-weight: 600; color: white; line-height: 1.1; }


/* STATS */
.stats-section { background: var(--charcoal); padding: 64px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1px; background: rgba(255,255,255,0.06); border-radius: var(--radius); overflow: hidden; }
.stat-card { background: var(--charcoal); padding: 40px 32px; text-align: center; }
.stat-number { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 500; color: var(--gold-light); line-height: 1; display: block; }
.stat-label { font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 8px; }


/* ABOUT */
.about-section { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-visual { position: relative; border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 4/5; background: linear-gradient(135deg, var(--emerald) 0%, #083d2e 100%); display: flex; align-items: center; justify-content: center; }
.about-visual-text { font-family: 'Amiri', serif; font-size: 64px; color: rgba(255,255,255,0.15); direction: rtl; text-align: center; line-height: 1.3; }
.about-badge { position: absolute; bottom: 24px; left: 24px; background: white; border-radius: var(--radius); padding: 16px 20px; box-shadow: var(--shadow); }
.about-badge-num { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 600; color: var(--emerald); line-height: 1; }
.about-badge-text { font-size: 12px; color: var(--text-light); }
.check-list { list-style: none; margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.check-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--text-mid); }
.check-icon { width: 24px; height: 24px; border-radius: 50%; background: var(--emerald-pale); color: var(--emerald); display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; }


/* SERVICES */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.service-card { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 20px; text-align: center; transition: all 0.3s ease; }
.service-card:hover { border-color: var(--emerald-light); box-shadow: var(--shadow-hover); transform: translateY(-4px); }
.service-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--emerald-pale); color: var(--emerald); display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 16px; }
.service-name { font-size: 14px; font-weight: 500; color: var(--text-dark); }


/* PACKAGES */
.packages-section { background: var(--cream); }
.packages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.package-card { background: white; border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--border); transition: all 0.3s ease; }
.package-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-6px); }
.package-card.featured { border-color: var(--emerald); position: relative; }
.package-badge { position: absolute; top: 16px; right: 16px; background: var(--emerald); color: white; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 50px; }
.package-header { padding: 28px; background: linear-gradient(135deg, #0a1628 0%, #0f3a2e 100%); min-height: 120px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; }
.package-header::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(184,134,11,0.15) 0%, transparent 60%); }
.package-type { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 6px; }
.package-name { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 500; color: white; position: relative; z-index: 1; }
.package-body { padding: 24px 28px; }
.package-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 20px; }
.price-from { font-size: 12px; color: var(--text-light); }
.price-amount { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 600; color: var(--emerald); }
.price-note { font-size: 12px; color: var(--text-light); }
.package-features { list-style: none; margin-bottom: 24px; display: flex; flex-direction: column; gap: 10px; }
.package-features li { font-size: 14px; color: var(--text-mid); display: flex; align-items: center; gap: 8px; }
.package-features li::before { content: '✓'; color: var(--emerald); font-weight: 700; font-size: 12px; }

/* TABLE & TABS (CTO Recommendation 3) */
.package-tabs { display: flex; border-bottom: 1px solid var(--border); margin-bottom: 16px; gap: 8px; }
.package-tab-btn { background: none; border: none; padding: 8px 16px; font-size: 13px; font-weight: 600; color: var(--text-light); cursor: pointer; border-bottom: 2px solid transparent; transition: all 0.2s ease; }
.package-tab-btn:hover { color: var(--emerald); }
.package-tab-btn.active { color: var(--emerald); border-bottom-color: var(--emerald); }
.package-tab-content { display: none; }
.package-tab-content.active { display: block; }
.package-pricing-table { width: 100%; border-collapse: collapse; margin-bottom: 16px; font-size: 13px; }
.package-pricing-table th, .package-pricing-table td { padding: 8px 12px; text-align: left; border-bottom: 1px solid var(--border); }
.package-pricing-table th { background: var(--emerald-pale); color: var(--emerald); font-weight: 600; }
.package-pricing-table td:last-child { font-weight: 600; color: var(--text-dark); text-align: right; }
.package-status-badge { display: inline-block; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 4px; text-transform: uppercase; margin-bottom: 8px; }
.package-status-badge.active { background: #e1f5ee; color: #0f6e56; }
.package-status-badge.upcoming { background: #fff3cd; color: #856404; }
.package-status-badge.sold_out { background: #fde2e2; color: #a33; }


/* TIMELINE */
.timeline-section { background: var(--charcoal); }
.timeline { display: flex; flex-direction: column; gap: 0; position: relative; max-width: 700px; margin: 0 auto; }
.timeline::before { content: ''; position: absolute; left: 32px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--gold), var(--emerald-light)); }
.timeline-step { display: flex; gap: 32px; align-items: flex-start; padding-bottom: 40px; position: relative; }
.step-num { width: 64px; height: 64px; border-radius: 50%; background: var(--gold); color: var(--charcoal); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; flex-shrink: 0; position: relative; z-index: 1; }
.step-content { padding-top: 12px; }
.step-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; color: white; margin-bottom: 6px; }
.step-desc { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.6; }


/* ZIYARAT */
.ziyarat-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.ziyarat-cat-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-xl); overflow: hidden; transition: all 0.3s ease; }
.ziyarat-cat-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); }
.ziyarat-cat-header { background: linear-gradient(135deg, var(--emerald) 0%, #083d2e 100%); padding: 24px; }
.cat-number { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; color: rgba(255,255,255,0.2); line-height: 1; margin-bottom: 4px; }
.cat-title { font-size: 16px; font-weight: 600; color: white; }
.ziyarat-cat-body { padding: 20px 24px; }
.ziyarat-place { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--border); }
.ziyarat-place:last-child { border-bottom: none; }
.place-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: 7px; }
.place-name { font-size: 14px; color: var(--text-dark); font-weight: 500; }
.place-desc { font-size: 12px; color: var(--text-light); margin-top: 2px; }


/* SCHOLAR */
.scholar-section { background: var(--cream); }
.scholar-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.scholar-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 28px; transition: all 0.3s ease; }
.scholar-card:hover { border-color: var(--emerald-light); box-shadow: var(--shadow); }
.scholar-card-icon { width: 48px; height: 48px; border-radius: 14px; background: var(--emerald-pale); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }
.scholar-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; color: var(--charcoal); margin-bottom: 12px; }
.topic-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.topic-list li { font-size: 13px; color: var(--text-mid); display: flex; align-items: center; gap: 8px; }
.topic-list li::before { content: '›'; color: var(--gold); font-size: 16px; font-weight: 700; }


/* DUAS */
.duas-section { background: linear-gradient(135deg, #0a1628 0%, #0f3a2e 100%); }
.duas-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.dua-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-xl); padding: 32px; text-align: center; }
.dua-arabic { font-family: 'Amiri', serif; font-size: 24px; color: var(--gold-light); direction: rtl; line-height: 1.8; margin-bottom: 16px; }
.dua-transliteration { font-size: 14px; font-style: italic; color: rgba(255,255,255,0.5); margin-bottom: 8px; }
.dua-translation { font-size: 14px; color: rgba(255,255,255,0.7); }
.dua-label { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--emerald-light); margin-bottom: 12px; }


/* HADITH */
.hadith-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 40px; text-align: center; max-width: 800px; margin: 0 auto; border-left: 4px solid var(--emerald); }
.hadith-arabic { font-family: 'Amiri', serif; font-size: 26px; color: var(--emerald); direction: rtl; line-height: 2; margin-bottom: 20px; }
.hadith-translation { font-size: 16px; color: var(--text-mid); font-style: italic; margin-bottom: 12px; line-height: 1.7; }
.hadith-source { font-size: 13px; color: var(--text-light); }


/* TESTIMONIALS */
.testimonials-section { background: var(--cream); }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.testimonial-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 32px; transition: all 0.3s ease; }
.testimonial-card:hover { box-shadow: var(--shadow-hover); }
.stars { color: var(--gold); font-size: 18px; letter-spacing: 2px; margin-bottom: 16px; }
.testimonial-text { font-size: 15px; color: var(--text-mid); line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--emerald-pale); color: var(--emerald); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 14px; }
.author-name { font-size: 14px; font-weight: 600; color: var(--text-dark); }
.author-location { font-size: 12px; color: var(--text-light); }


/* TRUST */
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.trust-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 32px 24px; text-align: center; transition: all 0.3s ease; }
.trust-card:hover { border-color: var(--emerald-light); box-shadow: var(--shadow); }
.trust-card-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--emerald-pale); display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 16px; }
.trust-card h3 { font-size: 15px; font-weight: 600; color: var(--charcoal); margin-bottom: 8px; }
.trust-card p { font-size: 13px; color: var(--text-light); line-height: 1.5; }


/* TEAM */
.team-section { background: var(--cream); }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 900px; margin: 0 auto; }
.team-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-xl); overflow: hidden; text-align: center; transition: all 0.3s ease; }
.team-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); }
.team-photo { height: 180px; background: linear-gradient(135deg, var(--emerald) 0%, #083d2e 100%); display: flex; align-items: center; justify-content: center; }
.team-initials { font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 400; color: rgba(255,255,255,0.4); }
.team-body { padding: 24px; }
.team-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; color: var(--charcoal); margin-bottom: 4px; }
.team-title { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--emerald); margin-bottom: 16px; }
.team-actions { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.team-btn { font-size: 13px; padding: 8px 16px; border-radius: 50px; text-decoration: none; font-weight: 500; transition: all 0.2s; display: flex; align-items: center; gap: 6px; }
.team-btn-call { background: var(--emerald-pale); color: var(--emerald); }
.team-btn-call:hover { background: var(--emerald); color: white; }
.team-btn-wa { background: #e8f9ee; color: #128c7e; }
.team-btn-wa:hover { background: #25d366; color: white; }


/* BRANCHES */
.branches-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.branch-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 24px; transition: all 0.3s ease; }
.branch-card:hover { box-shadow: var(--shadow); border-color: var(--emerald-light); }
.branch-card.head-office { border-color: var(--gold); border-width: 2px; }
.branch-tag { font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 8px; border-radius: 50px; margin-bottom: 12px; display: inline-block; }
.branch-tag.ho { background: var(--gold-pale); color: var(--gold); }
.branch-tag.branch { background: var(--emerald-pale); color: var(--emerald); }
.branch-city { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; color: var(--charcoal); margin-bottom: 4px; }
.branch-state { font-size: 12px; color: var(--text-light); margin-bottom: 16px; }
.branch-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.branch-btn { font-size: 12px; padding: 7px 14px; border-radius: 50px; text-decoration: none; font-weight: 500; transition: all 0.2s; }
.branch-btn-call { background: var(--emerald-pale); color: var(--emerald); }
.branch-btn-call:hover { background: var(--emerald); color: white; }
.branch-btn-wa { background: #e8f9ee; color: #128c7e; }
.branch-btn-wa:hover { background: #25d366; color: white; }
.branch-btn-maps { background: #f1f1f1; color: var(--text-mid); }


/* FAQ */
.faq-section { background: var(--cream); }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: white; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-question { width: 100%; background: none; border: none; padding: 20px 24px; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 15px; font-weight: 500; color: var(--text-dark); transition: color 0.2s; }
.faq-question:hover { color: var(--emerald); }
.faq-arrow { width: 28px; height: 28px; border-radius: 50%; background: var(--emerald-pale); color: var(--emerald); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; transition: transform 0.3s; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-answer { padding: 0 24px; font-size: 14px; color: var(--text-mid); line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-item.open .faq-answer { max-height: 300px; padding-bottom: 20px; }


/* WOMEN */
.women-section { background: linear-gradient(135deg, #fff5f8 0%, #f0fff8 100%); }
.women-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.women-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 24px; display: flex; align-items: flex-start; gap: 16px; transition: all 0.3s ease; }
.women-card:hover { box-shadow: var(--shadow); }
.women-icon { width: 44px; height: 44px; border-radius: 12px; background: #fff5f8; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.women-card h4 { font-size: 14px; font-weight: 600; color: var(--text-dark); margin-bottom: 4px; }
.women-card p { font-size: 13px; color: var(--text-light); line-height: 1.5; }


/* RAMADAN */
.ramadan-section { background: var(--charcoal); }
.ramadan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.ramadan-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-xl); padding: 32px; text-align: center; transition: all 0.3s ease; }
.ramadan-card:hover { background: rgba(255,255,255,0.08); border-color: var(--gold); }
.ramadan-icon { font-size: 40px; margin-bottom: 16px; }
.ramadan-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; color: var(--gold-light); margin-bottom: 12px; }
.ramadan-card p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.6; margin-bottom: 20px; }


/* TOURS */
.tours-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.tour-card { border-radius: var(--radius-xl); overflow: hidden; position: relative; aspect-ratio: 3/4; cursor: pointer; transition: all 0.3s ease; }
.tour-card:hover { transform: scale(1.02); }
.tour-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 60%, transparent 100%); }
.tour-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; }
.tour-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; color: white; margin-bottom: 4px; }
.tour-subtitle { font-size: 12px; color: rgba(255,255,255,0.6); }


/* CONTACT */
.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-cards { display: flex; flex-direction: column; gap: 16px; }
.contact-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 24px; display: flex; align-items: flex-start; gap: 16px; transition: all 0.2s; }
.contact-card:hover { border-color: var(--emerald-light); }
.contact-card-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--emerald-pale); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.contact-card-label { font-size: 12px; color: var(--text-light); margin-bottom: 4px; }
.contact-card-value { font-size: 15px; font-weight: 500; color: var(--text-dark); }
.contact-card-link { color: var(--emerald); text-decoration: none; }
.contact-card-link:hover { text-decoration: underline; }
.inquiry-form { background: white; border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 36px; }
.inquiry-form h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 500; color: var(--charcoal); margin-bottom: 24px; }
.form-group { margin-bottom: 16px; }
.form-label { display: block; font-size: 13px; font-weight: 500; color: var(--text-mid); margin-bottom: 6px; }
.form-input, .form-select, .form-textarea { width: 100%; padding: 12px 16px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 14px; color: var(--text-dark); background: white; font-family: inherit; transition: border-color 0.2s; outline: none; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--emerald-light); }
.form-textarea { resize: vertical; min-height: 100px; }


/* WHY */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.why-card { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; display: flex; align-items: flex-start; gap: 12px; transition: all 0.2s; }
.why-card:hover { border-color: var(--emerald-light); box-shadow: var(--shadow); }
.why-check { width: 28px; height: 28px; border-radius: 50%; background: var(--emerald); color: white; display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; margin-top: 2px; }
.why-card p { font-size: 14px; font-weight: 500; color: var(--text-dark); }


/* PREP */
.prep-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.prep-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 28px; transition: all 0.3s; }
.prep-card:hover { box-shadow: var(--shadow); }
.prep-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; color: var(--charcoal); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.prep-card h3 span { font-size: 24px; }
.prep-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.prep-list li { font-size: 13px; color: var(--text-mid); display: flex; align-items: center; gap: 8px; }
.prep-list li::before { content: '•'; color: var(--gold); font-size: 20px; line-height: 1; }


/* ── DUA AUDIO PLAYER STYLES ── */
.dua-label {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.dua-audio-btn {
  background: transparent;
  border: 1.5px solid rgba(255, 215, 0, 0.4);
  color: var(--gold-light);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 13px;
  padding: 0;
  line-height: 1;
}
.dua-audio-btn:hover {
  background: var(--gold);
  color: #0b1a20;
  transform: scale(1.08);
}
.dua-audio-btn.playing {
  background: var(--gold);
  color: #0b1a20;
  box-shadow: 0 0 10px var(--gold);
  animation: audioPulse 1.5s infinite;
}
@keyframes audioPulse {
  0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(212, 175, 55, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}


/* ── BRANCH LOCATOR WIDGET STYLES ── */
.branches-filter-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto 32px auto;
}
@media (max-width: 600px) {
  .branches-filter-panel {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.branch-select {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 15px;
  color: var(--text-dark);
  background: white;
  transition: all 0.2s;
}
body.dark-theme .branch-select {
  background: #202020;
  color: #f0f0f0;
  border-color: rgba(255,255,255,0.1);
}
.branch-locator-result {
  max-width: 600px;
  margin: 0 auto;
}


/* ── DOCUMENT CHECKLIST WIZARD STYLES ── */
.wizard-container {
  background: white;
  border-radius: var(--radius-xl);
  padding: 32px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  max-width: 750px;
  margin: 40px auto 0 auto;
}
body.dark-theme .wizard-container {
  background: #202020;
  border-color: rgba(255,255,255,0.1);
}
.wizard-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  position: relative;
}
.wizard-steps::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--border);
  z-index: 1;
}
.wizard-step {
  position: relative;
  z-index: 2;
  background: white;
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
  color: var(--text-light);
  font-weight: 500;
  flex: 1;
}
body.dark-theme .wizard-step {
  background: #202020;
}
.wizard-step-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px auto;
  font-weight: 600;
  color: var(--text-mid);
  border: 2px solid transparent;
  transition: all 0.2s;
}
.wizard-step.active .wizard-step-dot {
  background: var(--emerald);
  color: white;
  border-color: var(--gold);
}
.wizard-step.completed .wizard-step-dot {
  background: var(--emerald);
  color: white;
}
.wizard-step.active {
  color: var(--emerald);
  font-weight: 600;
}
.wizard-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.wizard-option-card {
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 500;
  color: var(--text-dark);
}
.wizard-option-card:hover {
  border-color: var(--emerald-light);
  background: var(--emerald-pale);
}
.wizard-option-card.selected {
  border-color: var(--emerald);
  background: var(--emerald-pale);
  color: var(--emerald);
}
body.dark-theme .wizard-option-card.selected {
  background: rgba(16, 124, 65, 0.1);
}
.wizard-result-box {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 24px;
  border: 1.5px dashed var(--border);
  margin-top: 24px;
}
body.dark-theme .wizard-result-box {
  background: #181818;
}
.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  text-align: left;
  font-size: 14px;
  color: var(--text-dark);
}
.checklist-item-check {
  color: var(--emerald);
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.wizard-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  border-top: 1px solid var(--border);
  padding-top: 20px;
}
.btn-wizard-nav {
  padding: 10px 20px;
  border-radius: var(--radius-sm);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 14px;
}
.btn-wizard-prev {
  background: transparent;
  border: 1.5px solid var(--border);
  color: var(--text-mid);
}
.btn-wizard-next {
  background: var(--emerald);
  color: white;
  border: none;
}
.btn-wizard-next:hover {
  background: var(--emerald-dark);
}
.btn-wizard-reset {
  background: transparent;
  border: 1.5px solid var(--border);
  color: var(--text-light);
}
@media (max-width: 500px) {
  .wizard-actions {
    flex-direction: column;
  }
  .btn-wizard-nav {
    width: 100%;
    text-align: center;
  }
}

/* ============================================
   CURRENCY SWITCHER & PACKAGE FILTERS
   ============================================ */
.filter-currency-toolbar {
  background: var(--bg-card, #ffffff);
  border: 1px solid var(--border, #e5e7eb);
  padding: 16px;
  border-radius: var(--radius-md, 12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.currency-label {
  font-weight: 600;
  font-size: 14px;
  color: var(--text-heading, #111827);
}

.currency-pills, .package-filter-pills {
  display: flex;
  gap: 8px;
}

.currency-pill, .filter-pill {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--border, #d1d5db);
  background: var(--bg-light, #f9fafb);
  color: var(--text-mid, #4b5563);
  cursor: pointer;
  transition: all 0.25s ease;
}

.currency-pill:hover, .filter-pill:hover {
  border-color: var(--emerald, #0f6e56);
  color: var(--emerald, #0f6e56);
}

.currency-pill.active, .filter-pill.active {
  background: var(--emerald, #0f6e56);
  color: #ffffff;
  border-color: var(--emerald, #0f6e56);
  box-shadow: 0 4px 12px rgba(15, 110, 86, 0.25);
}

/* ============================================
   PILGRIM REVIEWS & TESTIMONIALS
   ============================================ */
.reviews-section {
  background: var(--bg-surface, #f8fafc);
  padding: 60px 0;
}

.google-rating-badge {
  background: rgba(15, 110, 86, 0.08);
  border: 1px solid rgba(15, 110, 86, 0.2);
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-flex;
  margin: 0 auto 32px auto;
  font-size: 14px;
  font-weight: 600;
  color: var(--emerald-dark, #0a4939);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.review-card {
  background: #ffffff;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: var(--radius-md, 12px);
  padding: 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.review-stars {
  color: #f59e0b;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-dark, #334155);
  font-style: italic;
  margin-bottom: 20px;
}

.reviewer-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviewer-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--emerald, #0f6e56), #064e3b);
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.reviewer-name {
  font-weight: 700;
  font-size: 15px;
  color: var(--text-heading, #0f172a);
}

.reviewer-meta {
  font-size: 12px;
  color: var(--text-light, #64748b);
}

/* ============================================
   QUICK BOOKING MODAL & PROGRESS BAR
   ============================================ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(6px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn 0.25s ease-out;
}

.modal-card {
  background: #ffffff;
  border-radius: var(--radius-lg, 16px);
  max-width: 500px;
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  animation: slideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-header {
  background: linear-gradient(135deg, var(--emerald, #0f6e56), #0a4939);
  color: #ffffff;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.modal-close-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.modal-close-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}

.modal-body {
  padding: 24px;
}

/* CHECKLIST PROGRESS BAR */
.checklist-progress-container {
  background: var(--bg-light, #f1f5f9);
  border-radius: 20px;
  height: 14px;
  overflow: hidden;
  margin: 16px 0 24px 0;
  position: relative;
}

.checklist-progress-fill {
  background: linear-gradient(90deg, var(--emerald, #0f6e56), #10b981);
  height: 100%;
  width: 0%;
  transition: width 0.4s ease;
  border-radius: 20px;
}




