
/*
Theme Name: Asfar Gate
Theme URI: https://example.com/asfargate
Author: Asfar Gate
Author URI: https://example.com
Description: Ultra-light landing theme for travel/visa/events brands. One-page, WhatsApp-first, bilingual-ready.
Version: 1.0.0
License: Proprietary
Text Domain: asfargate
*/
:root{
  --blue:#0b2a4a;
  --gold:#d4a017;
  --sky:#e8f3ff;
  --ink:#0f172a;
}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff}
.container{max-width:1200px;margin:auto;padding:0 16px}
.btn{display:inline-block;padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:700}
.btn-primary{background:var(--blue);color:#fff}
.btn-outline{border:2px solid var(--blue);color:var(--blue)}
.hero{position:relative;min-height:72vh;display:grid;place-items:center;background:linear-gradient(180deg,rgba(255,255,255,.85),rgba(255,255,255,.92)),url('https://images.pexels.com/photos/1309644/pexels-photo-1309644.jpeg');background-size:cover;background-position:center}
.card{background:rgba(255,255,255,.9);backdrop-filter:saturate(120%) blur(6px);border:1px solid #e6eaf0;border-radius:20px;padding:24px}
.grid{display:grid;gap:20px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.section{padding:72px 0}
.section.alt{background:#f8fbff;border-block:1px solid #eef3fb}
.h1{font-size:40px;line-height:1.15;margin:0;color:var(--blue);font-weight:900}
.h2{font-size:30px;line-height:1.2;margin:0 0 16px;color:var(--blue);font-weight:900;text-align:center}
.p{color:#334155}
.badge{display:inline-block;padding:6px 10px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:12px;margin-right:8px}
.card-lite{border:1px solid #e2e8f0;border-radius:16px;padding:20px;background:#fff}
.header{position:sticky;top:0;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-bottom:1px solid #eaeef3;z-index:20}
.header .row{display:flex;align-items:center;justify-content:space-between;padding:12px 0}
.nav a{margin:0 12px;text-decoration:none;color:#0b2a4a;font-weight:600}
.logo{display:flex;align-items:center;gap:8px;font-weight:900;color:var(--blue)}
.logo b{color:var(--gold)}
.footer{background:#071c31;color:#fff}
.footer a{color:#fff;text-decoration:none}
.fab{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(0,0,0,.25)}
.fab svg{fill:#fff;width:28px;height:28px}
@media (max-width:900px){
  .grid-2,.grid-3{grid-template-columns:1fr}
  .h1{font-size:30px}
}
