/* Sakinah Travel - Luxury Islamic Theme */
:root {
    --navy: #0c1a2e;
    --navy-light: #152238;
    --gold: #c9a227;
    --gold-light: #e8d48b;
    --gold-dark: #a68519;
    --cream: #faf8f2;
    --text: #2c3e50;
    --muted: #6b7c8a;
    --white: #ffffff;
    --font-arabic: 'Amiri', serif;
    --font-body: 'Outfit', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--cream); color: var(--text); line-height: 1.7; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }

.pattern-bg {
    position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.04;
    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='%23c9a227' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(12,26,46,0.95); backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(201,162,39,0.15);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; flex-direction: column; line-height: 1.2; }
.logo-arabic { font-family: var(--font-arabic); font-size: 1.5rem; color: var(--gold); }
.logo-text { font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.8); letter-spacing: 2px; text-transform: uppercase; }
.nav { display: flex; gap: 28px; }
.nav a { font-size: 0.875rem; font-weight: 500; color: rgba(255,255,255,0.7); transition: 0.2s; }
.nav a:hover { color: var(--gold); }

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 28px; border-radius: 4px; font-weight: 600; font-size: 0.875rem;
    border: 2px solid transparent; cursor: pointer; transition: 0.3s;
}
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: var(--navy); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,162,39,0.35); }
.btn-outline { background: transparent; border-color: rgba(255,255,255,0.3); color: var(--white); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-outline-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold-dark); width: 100%; }
.btn-outline-gold:hover { background: var(--gold); color: var(--navy); }
.btn-lg { padding: 16px 36px; font-size: 1rem; }
.btn-full { width: 100%; }

.menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 1.25rem; cursor: pointer; }

.hero {
    background: linear-gradient(160deg, var(--navy) 0%, var(--navy-light) 60%, #1a3050 100%);
    color: var(--white); padding: 140px 0 100px; text-align: center; position: relative; overflow: hidden;
}
.hero::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 80px;
    background: linear-gradient(to top, var(--cream), transparent);
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(201,162,39,0.15); border: 1px solid rgba(201,162,39,0.3);
    color: var(--gold-light); padding: 8px 20px; border-radius: 30px;
    font-size: 0.8rem; font-weight: 600; margin-bottom: 28px;
}
.hero h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); font-weight: 700; line-height: 1.15; margin-bottom: 16px; }
.hero h1 span { color: var(--gold); }
.hero-arabic { font-family: var(--font-arabic); font-size: 1.5rem; color: var(--gold-light); margin-bottom: 16px; direction: rtl; }
.hero-content > p:not(.hero-arabic) { color: rgba(255,255,255,0.75); max-width: 560px; margin: 0 auto 32px; font-size: 1.05rem; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }
.hero-trust { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.1); }
.hero-trust strong { display: block; font-size: 1.75rem; color: var(--gold); font-weight: 700; }
.hero-trust span { font-size: 0.8rem; color: rgba(255,255,255,0.6); }

.section { padding: 100px 0; position: relative; z-index: 1; }
.section-dark { background: var(--navy); color: var(--white); }
.section-head { margin-bottom: 48px; }
.section-head.center { text-align: center; }
.section-head.light h2 { color: var(--white); }
.gold-text { display: block; color: var(--gold); font-size: 0.8rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 8px; }
.section-head h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 700; color: var(--navy); }

.packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.pkg-card {
    background: var(--white); border: 1px solid rgba(201,162,39,0.2); border-radius: 8px;
    padding: 32px 28px; position: relative; transition: 0.3s;
}
.pkg-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(12,26,46,0.1); }
.pkg-card.featured {
    border-color: var(--gold); background: linear-gradient(180deg, #fffdf5, var(--white));
    box-shadow: 0 16px 40px rgba(201,162,39,0.15); transform: scale(1.03);
}
.pkg-card.featured:hover { transform: scale(1.03) translateY(-6px); }
.pkg-ribbon {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    background: var(--gold); color: var(--navy); font-size: 0.75rem; font-weight: 700;
    padding: 4px 16px; border-radius: 20px;
}
.pkg-tier { font-size: 0.75rem; font-weight: 600; color: var(--gold-dark); letter-spacing: 2px; text-transform: uppercase; }
.pkg-header h3 { font-size: 1.35rem; font-weight: 700; margin: 8px 0 20px; color: var(--navy); }
.pkg-price { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(201,162,39,0.15); }
.pkg-price span { font-size: 0.85rem; color: var(--muted); }
.pkg-price strong { display: block; font-size: 2rem; color: var(--navy); font-weight: 700; }
.pkg-card ul { margin-bottom: 28px; }
.pkg-card ul li { display: flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 0.9rem; color: var(--text); }
.pkg-card ul i { color: var(--gold); font-size: 0.8rem; }

.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feat { text-align: center; padding: 28px 16px; }
.feat-icon {
    width: 64px; height: 64px; margin: 0 auto 16px;
    background: rgba(201,162,39,0.15); border: 1px solid rgba(201,162,39,0.3);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; color: var(--gold);
}
.feat h4 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.feat p { font-size: 0.85rem; color: rgba(255,255,255,0.65); line-height: 1.6; }

.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card {
    background: var(--white); border: 1px solid rgba(201,162,39,0.15); border-radius: 8px; padding: 28px;
}
.stars { color: var(--gold); margin-bottom: 12px; letter-spacing: 2px; }
.testi-card > p { font-style: italic; color: var(--text); margin-bottom: 20px; line-height: 1.7; font-size: 0.95rem; }
.testi-author strong { display: block; font-size: 0.9rem; color: var(--navy); }
.testi-author span { font-size: 0.8rem; color: var(--muted); }

.cta-section {
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    padding: 80px 0; text-align: center; color: var(--white); position: relative; z-index: 1;
}
.cta-inner h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 12px; }
.cta-inner p { color: rgba(255,255,255,0.7); margin-bottom: 28px; }

.register-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.register-info h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); color: var(--navy); margin-bottom: 16px; }
.register-info > p { color: var(--muted); margin-bottom: 32px; }
.register-contact div { display: flex; align-items: center; gap: 12px; padding: 12px 0; font-size: 0.95rem; border-bottom: 1px solid rgba(201,162,39,0.15); }
.register-contact i { color: var(--gold); width: 20px; }

.register-form {
    background: var(--white); border: 1px solid rgba(201,162,39,0.2);
    border-radius: 8px; padding: 36px; display: flex; flex-direction: column; gap: 12px;
}
.register-form input, .register-form select, .register-form textarea {
    padding: 14px 18px; border: 1px solid #e0ddd4; border-radius: 4px;
    font-family: var(--font-body); font-size: 0.9rem; transition: 0.2s;
}
.register-form input:focus, .register-form select:focus, .register-form textarea:focus {
    outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,39,0.1);
}

.footer { background: var(--navy); color: rgba(255,255,255,0.6); padding: 48px 0; text-align: center; position: relative; z-index: 1; }
.footer-logo { font-size: 1.25rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.footer-logo .logo-arabic { font-size: 1.5rem; color: var(--gold); margin-right: 8px; }
.footer p { font-size: 0.875rem; margin-bottom: 4px; }
.footer .copy { margin-top: 16px; font-size: 0.8rem; opacity: 0.6; }
.footer a { color: var(--gold); }

.wa-float {
    position: fixed; bottom: 24px; right: 24px; width: 54px; height: 54px;
    background: #25d366; color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 1.6rem; z-index: 99;
}

@media (max-width: 900px) {
    .packages, .features, .testimonials { grid-template-columns: 1fr; }
    .pkg-card.featured { transform: none; }
    .register-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .nav {
        position: fixed; top: 72px; left: 16px; right: 16px;
        background: var(--navy-light); flex-direction: column; padding: 24px;
        border-radius: 8px; border: 1px solid rgba(201,162,39,0.2);
        transform: translateY(-150%); opacity: 0; transition: 0.3s;
    }
    .nav.active { transform: translateY(0); opacity: 1; }
    .header .btn-gold { display: none; }
    .menu-btn { display: block; }
    .hero-trust { gap: 24px; }
}
