/* ============================================================
   PERFECT UMRAH USA — Stylesheet
   Brand Colors: Navy Blue #0a2d6e, Royal Blue #1248a8, Gold #febf18
   (Matches UK sister site perfectumrah.co.uk for brand consistency)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; color: #1a1a2e; background: #fff; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; transition: all 0.2s ease; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.25; }

:root {
  --primary: #1248a8;
  --primary-dark: #0a2d6e;
  --primary-mid: #1a56db;
  --accent: #febf18;
  --accent-light: #fecf4a;
  --accent-dark: #e0a800;
  --white: #ffffff;
  --text: #1a1a2e;
  --text-muted: #6b7280;
  --border: #e5e7eb;
  --shadow: 0 4px 24px rgba(10,45,110,0.12);
  --shadow-lg: 0 12px 48px rgba(10,45,110,0.20);
  --radius: 12px;
  --radius-sm: 8px;
  --whatsapp: #25D366;
  --whatsapp-dark: #128C7E;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }
.section { padding: 5rem 0; }
.text-center { text-align: center; }

/* ============================================================ TOP BAR */
.top-bar { background: var(--primary-dark); color: rgba(255,255,255,0.85); font-size: 0.8rem; padding: 0.5rem 0; position: relative; z-index: 1000; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.top-bar-left, .top-bar-right { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.top-bar a, .top-bar span { color: rgba(255,255,255,0.85); display: flex; align-items: center; gap: 0.4rem; }
.top-bar a:hover { color: var(--accent); }
.top-bar .fa, .top-bar .fab { color: var(--accent); font-size: 0.75rem; }

/* ============================================================ NAVBAR */
.navbar { background: var(--primary); position: sticky; top: 0; z-index: 999; box-shadow: 0 2px 20px rgba(0,0,0,0.25); transition: all 0.3s ease; }
.navbar.scrolled { background: rgba(18,72,168,0.98); backdrop-filter: blur(12px); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 1rem; }
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo-img { width: 120px; height: auto; display: block; object-fit: contain; filter: brightness(1) drop-shadow(0 1px 2px rgba(0,0,0,0.15)); flex-shrink: 0; }
.logo:hover .logo-img { opacity: 0.88; }
.logo-img--footer { width: 130px; margin-bottom: 1rem; }
.nav-right-mobile { display: none; align-items: center; gap: 1rem; }
.nav-wa-mobile { width: 40px; height: 40px; border-radius: 50%; background: var(--whatsapp); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; }
.nav-toggle { display: none; color: #fff; font-size: 1.4rem; padding: 0.5rem; }
.nav-links { display: flex; align-items: center; gap: 0.35rem; }
.nav-links a { color: rgba(255,255,255,0.88); font-weight: 500; font-size: 0.92rem; padding: 0.6rem 0.85rem; border-radius: 6px; display: inline-flex; align-items: center; }
.nav-links a:hover, .nav-links a.active { color: #fff; background: rgba(255,255,255,0.12); }
.nav-cta { background: var(--accent) !important; color: var(--primary-dark) !important; font-weight: 700 !important; border-radius: 50px !important; padding: 0.65rem 1.3rem !important; }
.nav-cta:hover { background: var(--accent-light) !important; }
.nav-overlay { display: none; }

/* ============================================================ BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; padding: 0.85rem 1.75rem; border-radius: 50px; font-weight: 700; font-size: 0.95rem; border: 2px solid transparent; cursor: pointer; }
.btn-lg { padding: 1rem 2.1rem; font-size: 1.02rem; }
.btn-sm { padding: 0.5rem 1.1rem; font-size: 0.85rem; border-radius: 8px; }
.btn-wa { background: var(--whatsapp); color: #fff; border-color: var(--whatsapp); }
.btn-wa:hover { background: var(--whatsapp-dark); color: #fff; border-color: var(--whatsapp-dark); }
.btn-navy { background: var(--primary-dark); color: #fff; }
.btn-navy:hover { background: var(--primary); color: #fff; }
.btn-accent { background: var(--accent); color: var(--primary-dark); }
.btn-accent:hover { background: var(--accent-light); }
.btn-outline-hero { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.75); }
.btn-outline-hero:hover { background: rgba(255,255,255,0.15); border-color: #fff; }
.btn-outline-sm { background: transparent; border: 1px solid rgba(255,255,255,0.4); color: #e2e8f0; padding: 0.55rem 1.1rem; border-radius: 8px; font-size: 0.85rem; }
.btn-accent-sm { background: var(--accent); border: none; color: var(--primary-dark); font-weight: 700; padding: 0.55rem 1.4rem; border-radius: 8px; font-size: 0.85rem; }

@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.55); } 70% { box-shadow: 0 0 0 12px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
.wa-pulse { animation: waPulse 2s infinite; }
@keyframes dotBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.wa-online-dot { display: inline-block; width: 10px; height: 10px; background: var(--whatsapp); border-radius: 50%; flex-shrink: 0; animation: dotBlink 1.8s ease-in-out infinite; }

/* ============================================================ HERO */
.hero { position: relative; min-height: 82vh; display: flex; align-items: center; padding: 6rem 0 4rem; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,45,110,0.94) 0%, rgba(18,72,168,0.88) 55%, rgba(10,45,110,0.85) 100%); }
.hero-content { position: relative; z-index: 2; color: #fff; max-width: 720px; }
.hero-trust-pill { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.25); border-radius: 50px; padding: 0.5rem 1.1rem; font-size: 0.82rem; font-weight: 600; margin-bottom: 1.5rem; backdrop-filter: blur(6px); }
.hero-title { font-size: 3.1rem; font-weight: 700; margin-bottom: 1.25rem; }
.gold-text { color: var(--accent); }
.hero-subtitle { font-size: 1.2rem; color: rgba(255,255,255,0.9); margin-bottom: 2rem; max-width: 560px; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.hero-wa-social { font-size: 0.85rem; color: rgba(255,255,255,0.85); margin-bottom: 2.5rem; min-height: 1.2em; transition: opacity 0.3s; }
.hero-stats { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat strong { font-size: 1.5rem; font-weight: 800; color: var(--accent); }
.hero-stat span { font-size: 0.78rem; color: rgba(255,255,255,0.75); }
.hero-stat-divider { width: 1px; height: 34px; background: rgba(255,255,255,0.25); }

/* ============================================================ TRUST STRIP */
.trust-strip { background: var(--primary-dark); padding: 0.9rem 0; }
.trust-strip-inner { display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap; color: rgba(255,255,255,0.9); font-size: 0.85rem; font-weight: 600; }
.trust-item { display: flex; align-items: center; gap: 0.5rem; }
.trust-item .fa, .trust-item .fab { color: var(--accent); }
.trust-sep { width: 1px; height: 16px; background: rgba(255,255,255,0.25); }

/* ============================================================ WA ENQUIRY BANNER */
.wa-enquiry-banner { background: #e9f7ef; border-bottom: 1px solid #bbf7d0; padding: 1.1rem 0; }
.wa-enquiry-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; flex-wrap: wrap; }
.wa-enquiry-left { display: flex; align-items: center; gap: 0.75rem; }
.wa-enquiry-left strong { display: block; color: var(--primary-dark); font-size: 0.98rem; }
.wa-enquiry-left p { font-size: 0.82rem; color: var(--text-muted); }
.wa-enquiry-btns { display: flex; gap: 0.75rem; flex-wrap: wrap; }

/* ============================================================ SECTION HEADER */
.section-header { text-align: center; max-width: 680px; margin: 0 auto 3rem; }
.section-eyebrow { display: inline-block; color: var(--primary); font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.75rem; }
.section-header h2 { font-size: 2.3rem; color: var(--primary-dark); margin-bottom: 0.75rem; }
.section-header p { color: var(--text-muted); font-size: 1.02rem; }

/* ============================================================ PACKAGES GRID */
.packages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.75rem; }
.pkg-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; position: relative; }
.pkg-card--featured { border: 2px solid var(--accent); box-shadow: var(--shadow-lg); }
.pkg-ribbon { position: absolute; top: 1rem; left: -0.5rem; background: var(--accent); color: var(--primary-dark); font-weight: 700; font-size: 0.78rem; padding: 0.4rem 1rem; border-radius: 0 6px 6px 0; z-index: 3; display: flex; align-items: center; gap: 0.35rem; }
.pkg-img-wrap { position: relative; height: 200px; overflow: hidden; }
.pkg-img { width: 100%; height: 100%; object-fit: cover; }
.pkg-img-gradient { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 55%); }
.pkg-img-price { position: absolute; bottom: 0.75rem; left: 0.9rem; color: #fff; display: flex; align-items: baseline; gap: 0.25rem; }
.pkg-img-price-from { font-size: 0.72rem; opacity: 0.85; }
.pkg-img-price-val { font-size: 1.6rem; font-weight: 800; }
.pkg-img-price-pp { font-size: 0.75rem; opacity: 0.85; }
.pkg-badge { position: absolute; top: 0.75rem; right: 0.75rem; background: var(--badge-bg, var(--primary)); color: #fff; font-size: 0.72rem; font-weight: 700; padding: 0.3rem 0.7rem; border-radius: 50px; }
.pkg-body { padding: 1.4rem; display: flex; flex-direction: column; gap: 1rem; flex-grow: 1; }
.pkg-name { font-size: 1.25rem; color: var(--primary-dark); }
.pkg-meta-row { display: flex; align-items: center; gap: 0.9rem; margin-top: 0.35rem; font-size: 0.85rem; color: var(--text-muted); }
.pkg-hotels { display: flex; flex-direction: column; gap: 0.5rem; }
.pkg-hotel-pill { display: flex; align-items: flex-start; gap: 0.5rem; background: #eff6ff; border-radius: 8px; padding: 0.5rem 0.7rem; font-size: 0.82rem; color: var(--text); }
.pkg-hotel-pill .fa { color: var(--primary); margin-top: 2px; }
.pkg-inc-exc { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.pkg-inc-title, .pkg-exc-title { font-size: 0.8rem; font-weight: 700; margin-bottom: 0.5rem; display: flex; align-items: center; gap: 0.35rem; }
.pkg-inc-title { color: #166534; }
.pkg-exc-title { color: #92400e; }
.pkg-inc ul li, .pkg-exc ul li { display: flex; align-items: flex-start; gap: 0.4rem; font-size: 0.8rem; color: var(--text-muted); margin-bottom: 0.35rem; }
.pkg-inc .fa { color: #16a34a; margin-top: 2px; }
.pkg-exc .fa { color: #d97706; margin-top: 2px; }
.pkg-trust-row { display: flex; gap: 0.9rem; flex-wrap: wrap; font-size: 0.75rem; color: var(--text-muted); border-top: 1px dashed var(--border); padding-top: 0.85rem; }
.pkg-trust-row span { display: flex; align-items: center; gap: 0.3rem; }
.pkg-urgency { display: flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; color: #b45309; font-weight: 600; }
.pkg-urgency-dot { width: 7px; height: 7px; border-radius: 50%; background: #f59e0b; animation: dotBlink 1.5s infinite; }
.pkg-cta-block { display: flex; flex-direction: column; gap: 0.6rem; }
.pkg-cta-wa { display: flex; align-items: center; gap: 0.75rem; background: var(--whatsapp); color: #fff; border-radius: 10px; padding: 0.75rem 1rem; }
.pkg-cta-wa-icon { font-size: 1.3rem; }
.pkg-cta-wa-text strong { display: block; font-size: 0.9rem; }
.pkg-cta-wa-text small { font-size: 0.72rem; opacity: 0.9; }
.pkg-cta-arrow { margin-left: auto; }
.pkg-cta-call { text-align: center; font-size: 0.85rem; color: var(--primary); font-weight: 600; padding: 0.4rem; }
.pkg-flight-note { display: flex; align-items: center; gap: 0.5rem; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 8px; padding: 0.55rem 0.75rem; font-size: 0.78rem; color: #92400e; }
.pkg-note-strip { text-align: center; font-size: 0.85rem; color: var(--text-muted); margin-top: 1.5rem; }

/* ============================================================ TRUST GRID (why choose us) */
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.75rem; }
.trust-card { background: #f9fafb; border-radius: var(--radius); padding: 1.75rem; text-align: center; border: 1px solid var(--border); }
.trust-card-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 0 auto 1rem; }
.trust-card h3 { font-size: 1.05rem; color: var(--primary-dark); margin-bottom: 0.5rem; }
.trust-card p { font-size: 0.88rem; color: var(--text-muted); }

/* ============================================================ TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.testimonial-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); }
.testimonial-stars { color: var(--accent); margin-bottom: 0.75rem; font-size: 0.9rem; }
.testimonial-text { font-size: 0.9rem; color: var(--text); margin-bottom: 1rem; line-height: 1.7; }
.testimonial-meta { display: flex; align-items: center; justify-content: space-between; font-size: 0.78rem; color: var(--text-muted); }
.testimonial-source-note { text-align: center; font-size: 0.82rem; color: var(--text-muted); margin-top: 1.5rem; max-width: 640px; margin-left: auto; margin-right: auto; }

/* ============================================================ LEAD FORM / QUOTE SECTION */
.quote-section { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: #fff; }
.quote-section .section-header h2 { color: #fff; }
.quote-section .section-header p { color: rgba(255,255,255,0.8); }
.quote-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.quote-side h3 { color: var(--accent); font-size: 1.25rem; margin-bottom: 1rem; }
.quote-side ul { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.5rem; }
.quote-side ul li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.92rem; color: rgba(255,255,255,0.9); }
.quote-side ul li .fa { color: var(--accent); margin-top: 3px; }
.quote-form-card { background: #fff; border-radius: var(--radius); padding: 2rem; color: var(--text); box-shadow: var(--shadow-lg); }
.quote-form-card h3 { color: var(--primary-dark); font-size: 1.2rem; margin-bottom: 0.35rem; }
.quote-form-card .form-sub { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.form-group { margin-bottom: 0.9rem; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--text); margin-bottom: 0.35rem; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 0.7rem 0.9rem; border: 1px solid var(--border); border-radius: 8px;
  font-size: 0.92rem; font-family: inherit; color: var(--text); background: #fff;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(18,72,168,0.12); }
.form-submit-btn { width: 100%; margin-top: 0.5rem; }
.form-consent { font-size: 0.74rem; color: var(--text-muted); margin-top: 0.75rem; line-height: 1.6; }
.form-consent a { color: var(--primary); text-decoration: underline; }
.form-success { display: none; align-items: center; gap: 0.6rem; background: #dcfce7; border: 1px solid #bbf7d0; color: #166534; border-radius: 8px; padding: 0.85rem 1rem; margin-top: 1rem; font-size: 0.88rem; font-weight: 600; }
.form-success.show { display: flex; }
.form-error { display: none; background: #fee2e2; border: 1px solid #fecaca; color: #991b1b; border-radius: 8px; padding: 0.85rem 1rem; margin-top: 1rem; font-size: 0.85rem; }
.form-error.show { display: block; }

/* ============================================================ IATA / ATOL EXPLAINER STRIP */
.badges-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.badge-card { text-align: center; padding: 1.5rem; border-radius: var(--radius); border: 1px solid var(--border); }
.badge-card .badge-icon { font-size: 1.8rem; color: var(--primary); margin-bottom: 0.6rem; }
.badge-card h4 { color: var(--primary-dark); font-size: 1rem; margin-bottom: 0.4rem; }
.badge-card p { font-size: 0.82rem; color: var(--text-muted); }

/* ============================================================ IMPORTANT NOTICE BOX */
.notice-box { background: #fefce8; border: 1px solid #fde68a; border-radius: var(--radius); padding: 1.5rem 1.75rem; margin-top: 2rem; }
.notice-box h4 { color: #92400e; font-size: 0.95rem; margin-bottom: 0.5rem; display: flex; align-items: center; gap: 0.5rem; }
.notice-box p { font-size: 0.85rem; color: #78350f; line-height: 1.7; }

/* ============================================================ FAQ */
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-trigger { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 1.4rem; font-weight: 600; color: var(--primary-dark); font-size: 0.95rem; background: #fff; }
.faq-trigger:hover, .faq-trigger[aria-expanded="true"] { background: #f0f4ff; }
.faq-icon { transition: transform 0.2s; color: var(--primary); }
.faq-trigger[aria-expanded="true"] .faq-icon { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; background: #f9fafb; }
.faq-answer.open { max-height: 600px; }
.faq-answer-inner { padding: 0 1.4rem 1.1rem; font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }

/* ============================================================ CTA BANNER */
.cta-banner { background: var(--primary-dark); color: #fff; padding: 3rem 0; }
.cta-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-banner h3 { font-size: 1.5rem; margin-bottom: 0.4rem; }
.cta-banner p { color: rgba(255,255,255,0.8); }
.cta-banner-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ============================================================ FOOTER */
.site-footer { background: #0d1b3a; color: rgba(255,255,255,0.85); padding-top: 3.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand p { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin: 1rem 0 1.25rem; line-height: 1.7; }
.footer-social { display: flex; gap: 0.75rem; }
.footer-social a { width: 36px; height: 36px; background: rgba(255,255,255,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); }
.footer-social a:hover { background: var(--accent); color: var(--primary-dark); }
.footer-col h4 { font-size: 0.85rem; font-weight: 700; color: #fff; margin-bottom: 1.1rem; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-col ul li { margin-bottom: 0.15rem; }
.footer-col ul a { color: rgba(255,255,255,0.62); font-size: 0.88rem; display: inline-block; padding: 0.4rem 0; }
.footer-col ul a:hover { color: var(--accent); }
.footer-contact-list { display: flex; flex-direction: column; gap: 0.7rem; }
.footer-contact-list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.85rem; color: rgba(255,255,255,0.62); }
.footer-contact-list .fa, .footer-contact-list .fab { color: var(--accent); margin-top: 3px; width: 14px; flex-shrink: 0; }
.footer-contact-list a { color: rgba(255,255,255,0.75); }
.footer-contact-list a:hover { color: var(--accent); }

.legal-compliance-footer { padding: 1.75rem 0 2rem; }
.legal-compliance-inner { max-width: 960px; margin: 0 auto; background: rgba(0,0,0,0.22); border-radius: 8px; padding: 1.4rem 1.75rem; font-size: 0.74rem; line-height: 1.9; color: rgba(255,255,255,0.55); }
.legal-compliance-inner p { margin-bottom: 0.4rem; }
.legal-compliance-inner strong { color: rgba(255,255,255,0.8); }
.legal-compliance-inner a { color: rgba(255,255,255,0.75); text-decoration: underline; }

/* ============================================================ FLOATING WA BUTTON */
.wa-floating-btn {
  position: fixed; bottom: 5.5rem; right: 1.25rem; z-index: 998;
  width: 58px; height: 58px; border-radius: 50%; background: var(--whatsapp); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 1.7rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3); animation: waPulse 2.4s infinite;
}
.wa-floating-btn:hover { background: var(--whatsapp-dark); color: #fff; }

/* ============================================================ STICKY MOBILE WA BAR */
.wa-sticky-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1050; background: #075e54; padding: 0.7rem 1rem; box-shadow: 0 -3px 16px rgba(0,0,0,0.3); }
.wa-sticky-inner { display: flex; align-items: center; justify-content: center; max-width: 600px; margin: 0 auto; }
.wa-sticky-btn { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--whatsapp); color: #fff; padding: 0.65rem 1.4rem; border-radius: 50px; font-weight: 700; font-size: 0.88rem; width: 100%; justify-content: center; }
.wa-sticky-btn:hover { background: var(--whatsapp-dark); color: #fff; }

/* ============================================================ COOKIE BANNER */
.cookie-banner { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1200; background: #0d1b3a; border-top: 1px solid rgba(255,255,255,0.1); padding: 1rem 1.25rem; }
.cookie-banner-inner { max-width: 900px; margin: 0 auto; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; justify-content: space-between; }
.cookie-banner-inner p { color: rgba(255,255,255,0.75); font-size: 0.85rem; flex: 1; min-width: 240px; }
.cookie-banner-inner a { color: var(--accent); text-decoration: underline; }
.cookie-banner-btns { display: flex; gap: 0.5rem; flex-wrap: wrap; }

/* ============================================================ LEGAL / STATIC CONTENT PAGES */
.page-hero { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: #fff; padding: 3.5rem 0 2.5rem; text-align: center; }
.page-hero h1 { font-size: 2.2rem; margin-bottom: 0.5rem; }
.page-hero p { color: rgba(255,255,255,0.8); }
.legal-content { max-width: 800px; margin: 0 auto; padding: 3rem 0; }
.legal-content h2 { font-size: 1.35rem; font-weight: 700; color: var(--primary-dark); margin: 2rem 0 0.85rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-size: 1.05rem; font-weight: 700; color: var(--primary); margin: 1.5rem 0 0.6rem; }
.legal-content p { color: var(--text-muted); margin-bottom: 1rem; line-height: 1.8; }
.legal-content ul { margin: 0 0 1rem 1.25rem; list-style: disc; }
.legal-content ul li { color: var(--text-muted); margin-bottom: 0.5rem; line-height: 1.7; }
.legal-content a { color: var(--primary); text-decoration: underline; text-underline-offset: 2px; }
.legal-content table { width: 100%; border-collapse: collapse; margin-bottom: 1.5rem; font-size: 0.88rem; }
.legal-content table th, .legal-content table td { border: 1px solid var(--border); padding: 0.65rem 0.85rem; text-align: left; }
.legal-content table th { background: #f0f4ff; color: var(--primary-dark); }
.legal-updated { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 2rem; }

/* ============================================================ ABOUT PAGE */
.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center; }
.about-stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1.5rem; }
.about-stat-box { background: #f0f4ff; border-radius: var(--radius-sm); padding: 1.1rem; text-align: center; }
.about-stat-box strong { display: block; font-size: 1.5rem; color: var(--primary-dark); }
.about-stat-box span { font-size: 0.78rem; color: var(--text-muted); }
.office-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.office-card { background: #f9fafb; border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; }
.office-card h4 { color: var(--primary-dark); font-size: 1rem; margin-bottom: 0.5rem; display: flex; align-items: center; gap: 0.5rem; }
.office-card p { font-size: 0.86rem; color: var(--text-muted); line-height: 1.7; }

/* ============================================================ CONTACT PAGE */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.contact-info-list { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-info-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-info-icon { width: 46px; height: 46px; border-radius: 50%; background: #f0f4ff; color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.contact-info-item h4 { color: var(--primary-dark); font-size: 0.95rem; margin-bottom: 0.2rem; }
.contact-info-item p, .contact-info-item a { color: var(--text-muted); font-size: 0.9rem; }

/* ============================================================ RESPONSIVE */
@media (max-width: 1024px) {
  .quote-wrap { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-right-mobile { display: flex; }
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed; top: 0; right: 0; width: 280px; height: 100vh;
    background: var(--primary-dark); flex-direction: column; align-items: flex-start;
    gap: 0; padding: 5rem 1.5rem 2rem; z-index: 1000;
    transform: translateX(100%); transition: transform 0.3s ease;
    box-shadow: -5px 0 30px rgba(0,0,0,0.3); overflow-y: auto;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 0.875rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 1rem; }
  .nav-overlay { display: block; position: fixed; inset: 0; background: rgba(9,20,45,0.6); z-index: 999; opacity: 0; visibility: hidden; transition: opacity 0.3s ease; }
  .nav-overlay.open { opacity: 1; visibility: visible; }
  body.nav-open { overflow: hidden; }
  .nav-cta { display: none; }
  .hero { min-height: auto; padding: 3.5rem 0 3rem; text-align: left; }
  .hero-title { font-size: 2.1rem; }
  .hero-subtitle { font-size: 1rem; }
  .hero-btns { flex-direction: column; align-items: stretch; }
  .hero-btns .btn { justify-content: center; }
  .hero-stats { gap: 0.9rem; }
  .hero-stat-divider { display: none; }
  .top-bar-right { display: none; }
  .wa-enquiry-inner { flex-direction: column; text-align: center; }
  .wa-enquiry-btns { width: 100%; flex-direction: column; }
  .wa-enquiry-btns .btn { width: 100%; justify-content: center; }
  .section { padding: 3rem 0; }
  .section-header h2 { font-size: 1.7rem; }
  .packages-grid { grid-template-columns: 1fr; }
  .pkg-inc-exc { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cta-banner-inner { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; padding-bottom: 1.5rem; }
  body { padding-bottom: 62px; } /* space for sticky WA bar */
  .wa-sticky-bar { display: block; }
  .wa-floating-btn { bottom: 5.25rem; width: 52px; height: 52px; font-size: 1.5rem; }
  .quote-form-card { padding: 1.5rem; }
  .about-stats-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 1.75rem; }
  .about-stats-grid { grid-template-columns: 1fr 1fr; }
}
