:root {
  --navy: #071525;
  --navy-soft: #10233b;
  --gold: #c59b45;
  --blue: #22577a;
  --cream: #f7f3eb;
  --white: #ffffff;
  --muted: #667085;
  --border: #e7e2d7;
  --shadow: 0 24px 70px rgba(7, 21, 37, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif; color: var(--navy); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(231,226,215,.75); }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.04em; }
.logo-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--navy); color: var(--gold); font-weight: 800; }
.nav-links { display: flex; align-items: center; gap: 28px; font-weight: 600; font-size: 14px; }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--navy); color: var(--white); }
.nav-toggle { display: none; border: 0; background: transparent; font-size: 26px; }
.hero { padding: 92px 0 72px; background: radial-gradient(circle at top right, #e6f2f5 0, transparent 38%), linear-gradient(135deg, #fff 0%, var(--cream) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; margin: 0 0 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 6vw, 72px); line-height: .96; letter-spacing: -.075em; margin-bottom: 24px; }
h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.02; letter-spacing: -.06em; margin-bottom: 18px; }
h3 { font-size: 21px; letter-spacing: -.03em; margin-bottom: 10px; }
.hero-text { font-size: 19px; color: #344054; max-width: 650px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 32px 0 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: var(--navy); box-shadow: 0 12px 28px rgba(197,155,69,.25); }
.btn-secondary { background: var(--white); border-color: var(--border); color: var(--navy); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span { padding: 9px 12px; background: rgba(255,255,255,.8); border: 1px solid var(--border); border-radius: 999px; font-size: 13px; font-weight: 700; }
.hero-card { position: relative; }
.hero-image { min-height: 540px; border-radius: 36px; background: linear-gradient(rgba(7,21,37,.06), rgba(7,21,37,.22)), url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=1200&q=80') center/cover; box-shadow: var(--shadow); }
.stats-card { position: absolute; left: -28px; bottom: 30px; width: 280px; padding: 22px; background: rgba(255,255,255,.94); border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow); }
.stats-card p { margin-bottom: 0; color: var(--muted); }
.logo-strip { padding: 22px 0; background: var(--navy); color: var(--white); }
.strip-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; text-align: center; font-weight: 800; color: rgba(255,255,255,.8); }
.section { padding: 96px 0; }
.section-muted { background: var(--cream); }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading p { color: var(--muted); font-size: 18px; }
.narrow { max-width: 620px; }
.cards { display: grid; gap: 22px; }
.services-grid { grid-template-columns: repeat(4, 1fr); }
.card { padding: 28px; border: 1px solid var(--border); border-radius: 28px; background: var(--white); box-shadow: 0 12px 36px rgba(7,21,37,.05); }
.featured-card { background: var(--navy); color: var(--white); }
.card p, .card li { color: var(--muted); }
.featured-card p, .featured-card li { color: rgba(255,255,255,.74); }
.icon { font-size: 30px; display: inline-block; margin-bottom: 18px; }
ul { padding-left: 18px; margin-bottom: 0; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.split p { color: var(--muted); font-size: 18px; }
.text-link { color: var(--blue); font-weight: 800; }
.industry-list { display: grid; gap: 16px; }
.industry-list div { padding: 22px; border-radius: 22px; background: var(--white); border: 1px solid var(--border); display: flex; justify-content: space-between; gap: 20px; }
.industry-list span { color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { padding: 24px; border-radius: 26px; background: var(--cream); border: 1px solid var(--border); }
.step span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: var(--navy); color: var(--gold); font-weight: 800; margin-bottom: 20px; }
.dark-section { background: var(--navy); color: var(--white); }
.dark-section p { color: rgba(255,255,255,.74); }
.compliance-card { padding: 34px; background: var(--navy-soft); border: 1px solid rgba(255,255,255,.12); border-radius: 30px; }
.compliance-card li { color: rgba(255,255,255,.78); margin-bottom: 10px; }
.quote-section { padding: 64px 0; }
.quote-box { padding: 42px; border-radius: 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: linear-gradient(135deg, var(--cream), #e8f3f6); }
.quote-box h2 { margin-bottom: 0; max-width: 750px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: start; }
.contact-details { margin-top: 26px; padding: 24px; background: var(--cream); border-radius: 24px; }
.contact-form { display: grid; gap: 16px; padding: 30px; border: 1px solid var(--border); border-radius: 30px; box-shadow: var(--shadow); }
label { display: grid; gap: 7px; font-weight: 800; font-size: 14px; }
input, select, textarea { width: 100%; border: 1px solid var(--border); border-radius: 16px; padding: 14px 16px; font: inherit; background: #fff; }
.footer { padding: 62px 0 24px; background: #050d18; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 40px; }
.footer a { display: block; color: rgba(255,255,255,.72); margin: 8px 0; }
.footer-logo { color: #fff !important; }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: 14px; }
.whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 30; background: #25d366; color: #06130b; padding: 13px 18px; border-radius: 999px; font-weight: 900; box-shadow: var(--shadow); }
@media (max-width: 980px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .services-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-image { min-height: 420px; }
  .stats-card { left: 20px; }
}
@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 24px; background: #fff; border-bottom: 1px solid var(--border); flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .services-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .section { padding: 72px 0; }
  .quote-box { flex-direction: column; align-items: flex-start; }
  .industry-list div { flex-direction: column; }
  h1 { font-size: 44px; }
}

/* ===== Upgrade additions ===== */
h1, h2 { font-family: Sora, Inter, sans-serif; }
.lang-switch { position: relative; }
.lang-btn { border: 1px solid var(--border); background: #fff; padding: 8px 12px; border-radius: 999px; font-weight: 700; font-size: 13px; cursor: pointer; }
.lang-menu { display: none; position: absolute; right: 0; top: 44px; background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; min-width: 160px; z-index: 40; }
.lang-switch.open .lang-menu { display: block; }
.lang-menu button { display: block; width: 100%; text-align: left; border: 0; background: #fff; padding: 12px 16px; font: inherit; font-weight: 600; cursor: pointer; }
.lang-menu button:hover { background: var(--cream); }
.coverage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 26px; }
.coverage-item { padding: 24px; border-radius: 22px; background: var(--navy-soft); border: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; gap: 6px; }
.coverage-item strong { font-size: 18px; }
.coverage-item span { color: rgba(255,255,255,.7); font-size: 14px; }
.coverage-note { color: rgba(255,255,255,.82); font-size: 17px; max-width: 760px; padding: 20px 24px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.04); border-radius: 0 16px 16px 0; }
.btn-whatsapp { background: #25d366; color: #06130b; margin-top: 22px; }
.contact-details a { color: var(--navy); font-weight: 700; }
@media (max-width: 980px) { .coverage-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) {
  .coverage-grid { grid-template-columns: 1fr; }
  .lang-switch { margin-top: 8px; }
  .lang-menu { left: 0; right: auto; }
}

/* ===== v3 additions: logo, why-us, compliance, contact card ===== */
.logo-svg { display: block; height: 50px; width: auto; }
.footer-logo svg { height: 50px; }
.btn-block { display: flex; width: 100%; margin-top: 12px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-item { padding: 28px; background: #fff; border: 1px solid var(--border); border-radius: 24px; box-shadow: 0 12px 36px rgba(7,21,37,.05); }
.why-item .icon { font-size: 28px; margin-bottom: 14px; }
.why-item p { color: var(--muted); margin-bottom: 0; }
.compliance-band { padding: 48px 0; background: var(--navy-soft); }
.compliance-inner { text-align: center; }
.compliance-inner p { color: rgba(255,255,255,.85); font-size: 19px; max-width: 880px; margin: 0 auto; }
.compliance-inner strong { color: #fff; }
.footer-legal { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.7; }
.footer-legal strong { color: #fff; }
.contact-cta-card { padding: 36px; border-radius: 30px; background: linear-gradient(135deg, var(--navy), var(--navy-soft)); color: #fff; box-shadow: var(--shadow); align-self: start; }
.contact-cta-card h3 { color: #fff; }
.contact-cta-card p { color: rgba(255,255,255,.78); }
.contact-cta-card .btn-secondary { background: transparent; border-color: rgba(255,255,255,.3); color: #fff; }
@media (max-width: 980px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .why-grid { grid-template-columns: 1fr; } .logo-svg, .footer-logo svg { height: 42px; } }


/* ===== Section photos (hosted on Unsplash, load automatically) ===== */
.card-photo { aspect-ratio: 2.4/1; border-radius: 14px; margin-bottom: 16px; background-color: #e6eef2; background-size: cover; background-position: center; }
.photo-hotel   { background-image: url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1200&q=80'); }
.photo-airbnb  { background-image: url('https://images.unsplash.com/photo-1522708323590-d24dbb6b0267?auto=format&fit=crop&w=1200&q=80'); }
.photo-kitchen { background-image: url('https://images.unsplash.com/photo-1556911220-bff31c812dba?auto=format&fit=crop&w=1200&q=80'); }
.photo-park    { background-image: url('https://images.unsplash.com/photo-1520250497591-112f2f40a3f4?auto=format&fit=crop&w=1200&q=80'); }
.team-photo { max-width: 560px; aspect-ratio: 16/10; margin: 0 auto 40px; border-radius: 24px; background: url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=1200&q=80') center/cover; box-shadow: var(--shadow); }
